/*
公共样式
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;}

a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none;color: #333333}

ul, ol { list-style: none; }

fieldset,img {border:0}

input{ -webkit-appearance: none; }

div{
    box-sizing:border-box;
}

.header-top{
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #797979;
    text-align: center;
    line-height:28px;
    color: #333333;
    font-size: 13px;
}

.header{
    max-width: 1300px;
    width: 100%;
    height:92px;
    margin: 0 auto;
    display: flex;
}

.log{
    width: 217px;
    height: 100%;
    background: url("../images/logo.png") no-repeat;
    background-size: 100% 100%;
	
}

.gs-wrapper{
	z-index: 400;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.gs{
	position: absolute;
	width: 600px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.gs-closed{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	letter-spacing: 2px;
	user-select: none;
	cursor: pointer;
	
}

.gs>img{
	width: 100%;
	height: auto;
	display: block;
}

.nav{
    flex: 1;
    height: 100%;
}

.nav ul{
    display: flex;
    overflow: hidden;
}

.nav ul li{
    height:90px;
    display: block;
    flex: 1;
    line-height: 90px;
    text-align: center;
    box-sizing: border-box;

}

.nav ul li a{
    display: block;
    color:#333;
    box-sizing: border-box;
}

.nav ul li a:hover{
    border-bottom: 2px solid #CA070E;
    color:#CA070E;
}


.new-gj{
    width: 100%;
    height: 502px;
    background: url("../images/about_4_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.phone{
    width: 219px;
    height: 100%;
}

.phone .phone-img{
    display: inline-block;
    width:30px;
    height:30px;
    background: url("../images/phone.png") no-repeat;
    background-size: 100% 100%;
    margin-top:30px;
}

.phone-number {
    display: inline-block;
    height: 92px;
    line-height: 92px;
    margin-left: 5px;
    text-align: center;
    vertical-align: super;
    font-weight: bold;
    font-size: 26px;
    color: #CA070E;
}


/*轮播*/
.bing{
    width: 100%;
    height: 790px;
    background: #CA070E;
    overflow: hidden;
    border-bottom: 2px solid #CA070E;
}

div.slide{
    display: block;
}

.banner{
    width: 100%;
    height: 100%;
}
.bingOne{
    width: 100%;
    height: 100%;
    display: none;
}

.bingOne img{
    width: 100%;
    height: 100%;
}

.dots {
    position: absolute;
    bottom:100px;
    right: 0;
    text-align: right;
    padding-right: 24px;
    line-height: 12px;
}

.dots span.Spanactive{
    box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
    background-color: #ffffff;
}
.dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 8px;
    background-color: rgba(7, 17, 27, 0.4);
    cursor: pointer;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
}

.dots span.active{
    box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
    background-color: #ffffff;
}

/*品牌介绍*/
.about{
    height: 1330px;
    width: 100%;
    background: url("../images/index_04.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.about-title{
    text-align: center;
    color: #CA070E;
    font-size: 30px;
    padding: 80px 0;
}

.about-box{
    height: 882px;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.about-content-one p,.about-content{
    box-sizing: border-box;
    margin: auto;
    width: 700px;
    color: #666;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
}
.fr{
    float: right;
}
.about-content p{
    padding: 5px 10px;
    font-size: 18px;
    line-height: 26px;
}
.about-big{
    color: #333333;
    font-weight: bold;
}

.about-number{
   color: #c60514;
}



.about-mover{
    display: block;
    width:100px;
    height:40px;
    border-radius: 20px;
    background: #333333;
    line-height: 40px;
    text-align: center;
    margin-top: 100px;
    transition: all .3s;
}
a.about-mover {
    color: #fff;
}
.about-mover:hover{
    box-shadow: 0 0 9px 4px #D1D1D1;
    background: #c60514;
}

.about-top,.about-bottom{
    width: 100%;
    height: 441px;
    display: flex;
}

.about-img,.about-content{
    flex: 1;
}

.about-img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 7px solid #ffffff;
    box-sizing: border-box;
}

.about-content{

}

.square{
    width: 100px;
    height: 80px;
    border: 5px solid #E03943;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -30px;
}

.squareOne{
    width: 100px;
    height: 80px;
    border: 5px solid #E03943;
    position: absolute;
    top: 166px;
    right: 260px;
}

.squareTwo{
    width: 100px;
    height: 80px;
    border: 5px solid #E03943;
    position: absolute;
    left: 250px;
    bottom: 210px;

}

/*项目*/
.project{
    width: 100%;
    height: 1305px;

}

.xiangMu li:nth-child(2){
    margin-top:80px;
}

.xiangMu li:nth-child(3){
    margin-top:160px;
}

.project-box{
    max-width: 1260px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.buju{
    position: absolute;
    top: -100px;
    left: -200px;
    width: 300px;
    height: 300px;
}

.buju img{
    width: 100%;
    height: 100%;
}

.project-title{
    padding-top:60px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}

.project-box ul{
    width: 127%;
    height: 100%;
    margin-top: 50px;
    margin-left: -13%;
    display: flex;
}

.project-box ul li{
    flex: 1;
    height: 600px;
    margin: 0 35px;
    box-shadow: 0 0 10px 5px #F7F7F7;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    transition: all .5s;
}

.project-box ul li:nth-child(1):hover,.project-box ul li:nth-child(2):hover,.project-box ul li:nth-child(3):hover{
   transform: translateY(-20px);
    box-shadow: 0 0 15px 8px #A0A0A0;
}

.project-m-title{
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
}

.project-about{
    text-align: center;
    padding: 5px 0;
    color: #c60514;
}

.project-main{
    padding: 20px;
    color: #333;
}

.project-img{
    width: 100%;
    height: 250px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.project-img img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.slog{
    text-align: center;
    color: #CA070E;
    font-size: 30px;
    padding: 80px 0;
}

.project-hot{
    padding: 20px;
    color: #333;
}

.project-x{
    color: #F8D215;
}

.projectMore{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background: #333333;
    display: block;
    text-align: center;
    line-height: 40px;
    margin:10px auto 0;
    transition: all .3s;
}

.projectMore:hover{
    box-shadow: 0 0 9px 4px #D1D1D1;
    background:#CA070E ;
}

a.projectMore{
    color: #fff;
}

.bg{
    width: 100%;
    background: url("../images/index_4_bg.jpg") no-repeat;
    background-size: 100% 100%;
    height: 171px;
}

/*企业战略*/
.strategy{
    width: 100%;
    height:800px;
    background: url("../images/VCG211128254171.jpg") no-repeat;
    background-size:100% 100%;
    position: relative;
}

.strategy-bor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
}

.strategy-con{
    max-width: 1300px;
    width: 100%;
    height:725px;
    margin: 0 auto;
}

.strategy-title{
    text-align: center;
    padding-top: 35px;
    padding-bottom:62px;
    font-weight: bold;
    font-size: 36px;
}

.strategy-slog {
    text-align: center;
    color: #CA070E;
    font-size: 30px;
    padding-bottom: 50px;
}

.strategy-box{
    width: 100%;
    height:402px;
    display: flex;
    position: relative;
}

.strategy-content{
    flex: 1;
    height: 100%;
}

.strategy-left{
    margin-right:15px;
    background:url("../images/VCG21gic20016056.jpg") no-repeat;
    background-size: 100% 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 8px 4px #EDEDED;
    z-index: 290;
}

.stimg{
    width: 200px;
    height: 200px;
    position: absolute;
    top: -95px;
    left: -124px;
    background: url("../images/VCG41N903999586.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    border: 5px solid #fff;
    box-shadow: 0 0 8px 4px #EDEDED;
}

.strategy-right{
    margin-left:15px;
}


.strategy-right p{
    padding: 10px;
    color: #000;
}

/*新闻咨询*/
.new{
    width:1300px;
    max-width: 100%;
    margin: 0 auto;
    height:860px;
}

.new-title{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 41px;
    font-weight: bold;
    font-size: 36px;
}

.new-box{
    width: 100%;
    height: 100%;
}

.new-left,.new-right{
    width:48%;
    height:430px;
    float: left;
}

.new-left{
    margin-right: 2%;
}
.new-right{
    margin-left:2%;
}

.new-left ul li,.new-right ul li{
    width: 100%;
    height:130px;
    margin-bottom: 20px;
    display: flex;
    transition:all .4s;
    border-radius: 5px;
}

.new-left ul li:hover, .new-right ul li:hover{
    box-shadow: 7px 9px 15px 2px #EDEDED;

}


.new-header{
    width:45px;
    height: 86px;
    background:#c60514;;
    text-align: center;
    transform: translateY(20px);
    color: #fff;
}

.new-header-number{
    border-bottom: 1px solid #fff;
}

.new-header-number,.new-header-moth{
 height:43px;
    line-height: 43px;
    text-align: center;
}
.new-content{
    height: 86px;
    transform: translateY(20px);
}

.new-m-title{
    font-weight: bold;
    padding: 2px 10px;
}

.new-m-content{
    padding: 3px 10px;
    color: #333;
}


.new-m-content:hover{
    color: #E30211;
}



.project-con-box{width:90%;height: 100%;margin: auto}

/*渠道推广*/
.channel{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    height: 700px;
}

.channel-title{
    text-align: center;
    padding-top:44px;
    padding-bottom:22px;
    font-weight: bold;
    font-size: 36px;
}

.channel-box{
    width: 100%;
    height: 436px;
}

.channel-box ul{
    width: 100%;
    height: 130px;
    display: flex;
    margin-bottom: 43px;
}
.channel-box ul li {
    flex: 1;
    height: 100px;

}

.channel-box ul li img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

/*留言*/
.message{
    width: 100%;
    height: 440px;

    background: url("../images/index_01.png") no-repeat;
    background-size: 100% 100%;
}

.message-box{
    max-width:1300px;
    width: 100%;
    height: 440px;
    margin: 0 auto;
    display: flex;
}

.message-title{
    padding-top:90px;
    font-size: 28px;
    font-weight: bold;
    color: #343434;
}

.message-left,.message-right{
    flex: 1;
}

.message-right ul li{
    cursor:pointer;
}

.message-right-title{
    text-align: center;
    font-size: 20px;
    color: #c60514;
}

.formBox{
    width: 100%;
    height: 100%;
}

.formBox input{
    outline: none;
    border: 1px solid #EEEEEE;
    width: 70%;
    height: 40px;
    margin:10px auto;
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
}

.btn{
    color: #fff;
    background: #E30211;
    font-size: 18px;
    letter-spacing: 2px;
}

.btn:hover{
    box-shadow: 0 0 5px 4px #FF5A67;
    cursor:pointer;
}

.message-right{
    background: rgba(255,255,255,.6);
}

.message-right ul li{
    text-align: center;
    padding: 20px 0;
    color: #343434;
}

/*底部*/
.footer{
    width: 100%;
    height: 360px;
    background:rgba(198,5,20,.8);
    background-size: 100% 100%;
}

.footer-box{
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,.5);*/
}
.footer-content{
    max-width: 1300px;
    width: 100%;
    height: 290px;
    margin: auto;
    display: flex;
}

.footer-left{
    width: 190px;
    height: 200px;
    margin-top: 80px;
}

.footer-log{
    width: 190px;
    height: 166px;
    background: url("../images/logo2.png") no-repeat;
    background-size: 100% 100%;
}

.footer-right-m,.footer-right-b{
    display: flex;
    margin-top: 50px;
}

.footer-right-m>div,.footer-right-b>div{
    flex: 1;
    padding: 0 80px;
    color: #fff;
}


.footer-phone{
    display: block;
    text-align: center;
    font-size: 26px;
}

.footer-right{
    margin-top: 80px;
    flex: 1;
    height: 200px;
}

.footer-list{
    display: flex;
}

.footer-list li{
    flex: 1;
    border-right: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer-list li a:hover{
    color: #E30211;
}

.ban,.icp{
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    display:inline-block;
    margin-right: 5px;
}

.address{
    display:inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/address.png") no-repeat;
    background-size: 100%  100%;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-list  li a{
    color: #fff;
}



/*走进聚贤*/
.showBing{
    width: 100%;
    height: 357px;
    background:url("../images/20190829022852815.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.showAbout{
    max-width: 1300px;
    width: 100%;
    height: 1240px;
    margin: 0 auto;
}

.showAbout-title{
    width: 80%;
    height: 180px;
    background: #CC3238;
    text-align: center;
    color: #fff;
    position: relative;
}

.showAbout-su{
    display: block;
    width:80px;
    height:80px;
    background: rgba(221,92,96,.8);
    position: absolute;
    bottom: -40px;
    right: -40px;
}

.showAbout-m-title{
    display: block;
    font-size: 18px;
    padding-top: 40px;
    letter-spacing: 2px;
}

.showAbout-b-title{
    padding-top: 10px;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 2px;
}

.showAbout-box{
    width: 100%;
    height: 440px;
    display: flex;
    margin-top: 50px;
    color: #333333;
}

.qy-right-content{
    color: #333333;
}

.conLeft,.conRight{
    flex: 1;
    height: 440px;
}



.conLeft p{
    padding: 10px;
}


.conRight{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px 5px #EAEAEA;
}

.conRight-img{
    box-sizing: border-box;
    width: 96%;
    height: 96%;
    margin:1.5% auto;
    background: url("../images/index3.jpg") no-repeat;
    background-size: 100% 100%;

}

.showAbout-qy{
    max-width: 1300px;
    width: 100%;
    height: 440px;
    margin: auto;
    display: flex;
}


.qy-left,.qy-right{
    flex: 1;
    height: 500px;
}

.qy-left-content ul{
    width: 100%;
    display: flex;
    height: 200px;
    margin: 4px 0;
}

.qy-left-content ul li{
    flex: 1;
    height: 100%;
    border:2px solid #fff;
    box-sizing: border-box;
    margin: 2px;
    box-shadow: 0 0 7px 5px #EAEAEA;
    overflow: hidden;
    position: relative;
}

.qy-tl{
    display: block;
    width: 140px;
    height: 60px;
    position: absolute;
    background: rgba(255,255,255,.8);
    top: 50%;
    left:50%;
    margin-left:-70px;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
    color: #333333;
}

.qy-left-content ul li img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}


.qy-right-title{
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.qy-right-content p{
    padding: 10px ;
}

.wen{
    max-width: 1300px;
    width: 100%;
    height: 370px;
    margin: auto;
}

.wen p{
    text-align: center;
}

.wen-con{
    color: #333333;
    padding-top: 20px;
    font-size: 18px;
}


/*服务理念*/
.service{
    width: 100%;
    height: 700px;
    display: flex;
}

.service-left{
    flex: 1.2;
    height: 100%;
    background: url("../images/about_2_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.service-right{
    flex: 1;
    height: 100%;
    background: url("../images/VCG211222120653.jpg") no-repeat;
    background-size: 100% 100%;
}


.service-title{
    text-align: center;
    padding: 50px 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;

}

.service-left-con{
    width: 60%;
    height: 300px;
    color: #fff;
    margin: auto;
    font-size: 16px;
    padding-top: 30px;
    letter-spacing: 2px;
}

.service-left-con p{
    padding: 20px 0;
}
.department{
    max-width: 1300px;
    width: 100%;
    height: 840px;
    margin: auto;
}

.department-title{
    text-align:center;
    padding-top: 30px;
    font-weight: bold;
    font-size: 30px;
}

.department-box{
    width: 100%;
    height: 700px;
    margin-top: 40px;
}

.department-box ul{
    width: 100%;
    height:300px;
    display: flex;
    margin-top: 10px;
}

.department-box ul li{
    box-sizing: border-box;
    flex: 1;
    border: 4px solid #fff;
    box-shadow: 0 0 7px 5px #EAEAEA;
    margin: 0 2px;
    overflow: hidden;
    position: relative;
}

.department-box ul li img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.department-t{
    display: block;
    width:100%;
    height:50px;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-25px;
    background: rgba(255,255,255,.7);
    text-align: center;
    line-height: 50px;
    color: #333333;
}

.look{
    max-width: 1300px;
    width: 100%;
    height: 480px;
    margin: auto;
}

.look-title{
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.look-box ul{
    width: 100%;
    height:260px;
    display: flex;
}
.look-box ul li{
    box-sizing: border-box;
    flex: 1;
    border: 2px solid #fff;
    height: 100%;
    box-shadow: 0 0 7px 5px #EAEAEA;
    margin: 0 3px;
}

.look-box ul li img{
    width: 100%;
    height: 100%;
    background: 100% 100%;
}
.bj-two{
    width: 1080px;
    margin:40px auto 80px;
    height:248px;
    background: url("../images/profile_pic_vision.jpg") no-repeat;
    background-size: 100% 100%;
}

/*联系我们*/
.contactBing{
    width: 100%;
    height: 798px;
    background: url("../images/banner_contact.jpg") no-repeat;
    background-size: 100% 100%;
    border-bottom: 2px solid #CA070E;
}

.contactBing-title{
    padding-top: 260px;
    padding-left: 360px;
}


.contactBox{
    max-width: 1300px;
    width: 100%;
    height: 800px;
    margin:80px auto 0;
    display: flex;
}

.contactFrom{
    width: 300px;
    height: 400px;
    padding: 50px;
}

.contact-title{
    font-weight: bold;
    font-size: 30px;
    color: #333;
}

.contact-con{
    padding: 10px 0;
    color: #333;
}

.contactMap,.contactFrom{
 flex: 1;
    height: 100%;
}

/*企业责任*/
.resBing{
    width: 100%;
    height: 805px;
    background: url("../images/responsibility_4_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.res-main{
    width: 100%;
    height: 1500px;
    position: relative;
    background: url("../images/VCG41N843672732.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 777;
}

.resBox{
    max-width: 1300px;
    width: 100%;
    height:500px;
    margin: auto;
    position:absolute;

    z-index: 999;
}

.res1{
    top: 150px;
    left: 150px;
}

.res2{
    top: 550px;
    right: 200px;
}

.res3{
    top:980px;
    right: 400px;
}

.resTitle{
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #CA070E;
    color: #CA070E;
}

.resBoxOne{
    width: 80%;
    height: 300px;
    margin:50px auto 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 7px 4px #E3E3E3;
    display: flex;
    overflow: hidden;
}
.resBoxOne-img,.resBoxTwo-img,.resBoxThree-img{
    display: inline-block;
    width:519px;
    height: 302px;
    overflow: hidden;
}

.resBoxOne-img{
    background: url("../images/responsibility_1_img.jpg") no-repeat;
    background-size: 100% 100%;
}
.resBoxTwo-img{
    background: url("../images/VCG211280732086.jpg") no-repeat;
    background-size: 100% 100%;
}

.resBoxThree-img{
    background: url("../images/VCG41N458921543.jpg") no-repeat;
    background-size: 100% 100%;
}


.resBoxOne-con{
    flex: 1;
    height: 100%;
    background: #ffffff;
}

.res-con-title{
    margin: 0 auto 10px;
    width: 245px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid #ce000d;
    color: #CA070E;
}

.res-cons{
    padding: 20px;
    letter-spacing: 2px;
}
.res-bj{
    width: 100%;
    height: 658px;
    background: url("../images/responsibility_2_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

/*项目*/
.project-bing{
    width: 100%;
    height: 226px;
    background: url("../images/brand4.jpg") no-repeat;
    background-size: 100% 100%;
}

.project-map{

    width: 90%;
    height: 1600px;
    margin: auto;
}
.projectMap-title{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #CA070E;
    padding: 20px 0;

}

.project-con{
    width: 57%;
    margin: 90px auto 10px;
    height: 1417px;
}

.project-con-box{
    width: 100%;
    height: 600px;
    display: flex;
    margin: 60px 0;
    overflow: hidden;
}

.project-con-right,.project-con-left,.project-con-right2,.project-con-left2,.project-con-leftOne{
    flex: 1;
    height: 100%;
    position: relative;
    margin: 10px;
}

.project-con-leftOne{
    background: url("../images/we_20210720110252.jpg") no-repeat;
    background-size:100% 100%;
}

.project-con-left2{
    background: url("../images/VCG211293539740.jpg") no-repeat;
    background-size:100% 100%;
}

.project-con-right2{
    background: url("../images/VCG211100274767.jpg") no-repeat;
    background-size:100% 100%;
}

.project-con-right{
    background: url("../images/VCG21gic16882204.jpg") no-repeat;
    background-size:100% 100%;
}

.project-con-left{
    background: url("../images/IMG_7171.jpg") no-repeat;
    background-size:100% 100%;
}



.pro{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    top:0;
    left: 0;
}

.pro-tit{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 100px 0;
    letter-spacing: 3px;
}

.pro-con{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
    letter-spacing: 2px;
}

.prc-three{
    width: 1300px;
    height: 700px;
    background:url("../images/28311acf-7fb2-46c0-b862-736078dd3d91.jpg") no-repeat;
    background-size: 100% 100%;
    margin:auto;
    position: relative;
    overflow: hidden;
}

.project-comm{
    width: 100%;
    height:340px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    box-shadow: 0 0 7px 5px #EEEEEE;
    display: flex;
    margin-top: 60px;
}

.cl1{
    background: #D22238;
}
.tl{
 color: #E2B6CF;
}

.t2{
    color: #FFFFCC;
}

.cl2{
    background: #F28300;
}

.cl3{
    background: #D22238;
}

.cl4{
    background: #E65D5D;
}
.cl5{
    background: #993366;
}

.hotc1{
 color:#FFFFCC;
    font-weight: bold;
}

.hotc2{
    color: #FF0033;
    font-weight: bold;
}
.projectAbout{
    width: 500px;
    height: 100%;

}

.projectAbout-img{
    flex: 1;
    height: 100%;
}

.projectAbout-img img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.proAbout-title{
    font-size: 24px;
    color: #fff;
    padding: 30px 30px;
}
.proAbout-sl{
    font-size:16px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #CCCCFF;
}
.proAbout-hot,.proAbout-num,.proAbout-main{
    font-size:18px;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 30px;
}

.twoMore{
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #FFFFBF;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #333;
    background: #FCFCEA;
    margin: 20px 30px;
}

/*扶持*/
.joinBing{
    width: 100%;
    height:360px;
    background: url("../images/20190905043704475.jpg") no-repeat;
    background-size: 100% 100%;
}

.joinBox{
    max-width: 1300px;
    width: 100%;
    height:2000px;
    margin: auto;
}

.joinBox-slog{
    padding: 80px 0;
    text-align: center;
    color: #666666;
}

.join-bj{
    background: url("../images/zdfafqa15.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height:530px;
}

.fenXi,.baoZg{
    width: 100%;
    height: 340px;
    border: 1px solid #EEEEEE;
    position: relative;
    box-shadow: 10px 15px 15px 2px #DEDEDE;
}

.baoZg{
    margin-top: 80px;
}

.three-fenXi,.Fiv-baoZ{
    display: block;
    position: absolute;
    top: -30px;
    left: 50px;
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 0 8px 4px #DEDEDE;
}

.fenXiBox,.FivBz-box{
    width: 98%;
    height: 92%;
    margin:1% auto;

}

.fenXiBox ul,.FivBz-box ul{
    width: 100%;
    height: 100%;
    display: flex;
}

.fenXiBox ul li{
    flex: 1;
    border: 5px solid #fff;
    margin: 2px 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 2px #E8E8E8;
}


.FivBz-box ul li{
    flex: 1;
    margin: 2px 4px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 10px 2px #E8E8E8;
}

.fenXiBox ul li img{
    width: 100%;
    height: 100%;
}


.FivBz-img{
    border: 5px solid #fff;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.FivBz-img img{
    width: 100%;
    height: 100%;
}

.fenBox-title{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -15px;
    display: block;
    background: rgba(255,255,255,.7);
}

.FivBz-tit{
    width: 140px;
    height: 30px;
    background: rgba(255,103,106,.8);
    margin:30px auto 0;
    line-height: 30px;
    color: #EEEEEE;
}

.eig-run{
    width: 100%;
    margin-top: 160px;
    height: 700px;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 10px 15px 15px 2px #DEDEDE;
}

.eig-runBox{
    width: 100%;
    height:660px;
    margin-top:20px;

    display: flex;
}
.runBox-left,.runBox-right{
    flex: 1;
    height: 100%;
}

.runBox-leftImg{
    width: 90%;
    margin:auto;
    height:600px;
    display: flex;
}

.runBox-leftImg ul li{
    width: 100%;
    height: 100%;
    margin: 5px;
}

.runBox-leftImg ul li img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.runBox-leftImg ul{
    flex: 1;
    height: 260px;
}

.runBox-con{
    width: 90%;
    margin:auto;
    height: 60px;
    color: #666666;
}

.runBox-right{
    border-left: 1px solid #ddd;
}

.runRight{
    width: 80%;
    margin: auto;
    height: 200px;
}

.runRight-tit{
    display: block;
    background:#CA070E;
    color: #fff;
    text-align: center;
    width:100px;
    margin: auto;
    height:40px;
    line-height: 40px;
}

.runRight-about{
    display: block;
    text-align: center;
    padding: 10px 0;
}

.runRight p{
    padding: 4px 0;
    text-align: center;
}

.liuCheng{
    max-width: 1300px;
    width: 100%;
    margin:0 auto 100px;
    height: 500px;
}
.liuCheng-title{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 30px;
}

.liuCheng-box{
    width: 100%;
    height:400px;
}

.liuCheng-box ul{
    width: 100%;
    height:200px;
    display: flex;
    margin: 2px 0;
}

.liuCheng-box ul li{
    flex: 1;
    height: 100%;
    border: 1px solid #EDEDED;
    margin: 2px;
    box-sizing: border-box;

    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.liuCheng-box ul:nth-child(1) li:nth-child(1){
    background:url("../images/VCG41497379332.jpg") no-repeat;
    background-size: 100% 100%;
}

.liuCheng-box ul:nth-child(1) li:nth-child(2){
    background:url("../images/VCG211195957719.jpg") no-repeat;
    background-size: 100% 100%;
}

.liuCheng-box ul:nth-child(1) li:nth-child(3){
    background:url("../images/VCG211268407817.jpg") no-repeat;
    background-size: 100% 100%;
}


.liuCheng-box ul:nth-child(1) li:nth-child(4){
    background:url("../images/VCG41N922783210.jpg") no-repeat;
    background-size: 100% 100%;
}


.liuCheng-box ul:nth-child(1) li:nth-child(5){
    background:url("../images/VCG211259418479.jpg") no-repeat;
    background-size: 100% 100%;
}

.liuCheng-box ul:nth-child(2) li:nth-child(1){
    background:url("../images/VCG211277228564.jpg") no-repeat;
    background-size: 100% 100%;
}


.liuCheng-box ul:nth-child(2) li:nth-child(2){
    background:url("../images/VCG41N667199788.jpg") no-repeat;
    background-size: 100% 100%;
}
.liuCheng-box ul:nth-child(2) li:nth-child(3){
    background:url("../images/VCG41N960988454.jpg") no-repeat;
    background-size: 100% 100%;
}

.liuCheng-box ul:nth-child(2) li:nth-child(4){
    background:url("../images/VCG41N985042064.jpg") no-repeat;
    background-size: 100% 100%;
}

.liuCheng-box ul:nth-child(2) li:nth-child(5){
    background:url("../images/VCG211275175215.jpg") no-repeat;
    background-size: 100% 100%;
}


.liu{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
}

.liuCheng-box ul li span{
    display: block;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.liuColor{
    color:#CA070E;
    font-weight:bolder;
}

/*新闻中心*/
.newBing{
    width: 100%;
    height:798px;
    background: url("../images/banner_news.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.newBing-img{
    position: absolute;
    top: 200px;
    right:500px;
}

.newPress{
    width:60%;
    height: 180px;
    background: #CC3238;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -90px;
    left: 0;
    font-weight: bold;
    font-size: 46px;
    line-height: 180px;
    text-align: center;
    letter-spacing: 2px;
}

.newBox{
    max-width: 1300px;
    width: 100%;
    height: 902px;
    margin:100px auto;
    box-sizing: border-box;

}

.newImport{
    width: 100%;
    height:180px;
    border: 1px solid #797979;
    border-radius:30px;
    display: flex;
    box-sizing: border-box;
    padding: 25px;
    box-shadow: 0 0 10px 4px #eee;
    transition: all .3s;
}

.newImport:hover{
    box-shadow: 10px 10px 8px 2px #666666;
}

.newImp-left{
    width: 80px;
    height: 80px;
    background: #CC3238;
    color: #fff;
    text-align: center;

}

.timeDay{
    font-size: 28px;
    line-height: 40px;
}

.timeMoth{
    font-size:20px ;
    line-height: 40px;
}

.newImp-main{
    width: 180px;
    height: 130px;
    background: url("../images/VCG21e6a366d35.jpg") no-repeat;
    background-size: 100% 100%;
    border:5px solid #fff;
    border-radius: 15px;
    margin-left: 20px;
    box-shadow: 0 0 4px 2px #EDEDED;
}

.newImp-right{
    height: 130px;
    flex: 1;
    margin-left: 20px;
}

.newImp-title a{
    font-weight: bold;
    font-size: 20px;
}

.newImp-con{
    padding-top: 20px;
}

#newList{
    margin-top:90px;
    width: 100%;
    height: 953px;
}

.newDiv{
    width: 100%;
    height: 130px;
    background: #fff;
    margin-top: 40px;
   border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius:10px;
    box-sizing: border-box;
    transition: all .3s;
}

.newDiv:hover{
    box-shadow: 0 0 15px 6px #EEEEEE;
    color: #E30211;
    background: rgba(191,2,14,.1);
    border: 1px solid rgba(191,2,14,.1);
}

.itemTitle{
    font-weight: bold;
    font-size: 24px;
    padding-left:20px ;
    display: inline-block;
}

.itemTime{
    width: 50px;
    height: 100%;
    background: #CC3238;
    text-align: center;
    color: #fff;
    line-height:50px;
    font-size: 18px;
}

.itemCont{
    display: inline-block;
    color: #333333;
    letter-spacing: 2px;

}

/*新闻列表*/
.listBox,.listBox1,.listBox2,.listBox3,.listBox4{
    max-width: 1300px;
    width: 100%;
    margin:120px auto 0;
}

.listBox{
    height: 5000px;
}
.listBox4{
    height: 1800px;
}
.listBox1{
    height: 1215px;
}
.listBox3{
    height: 800px;
}
.listBox2{

    height: 1000px;
}

.lb-con{
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold;
    color: #CC3238;
}


.listCont-right{
    width:70%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.listCont-left{
    width: 30%;
    height: 100%;
    float: left;
}

.listCont-left-img{
    width: 100%;
    height:300px;
}

.listCont-left-img img{
    width: 100%;
    height: 100%;
}

.listCont{
    width: 100%;
    height: 90%;
}

.listCont-left-tit{
    text-align: center;
    font-size: 26px;
    padding: 10px 0;
}

.listCont-li{
    margin-top: 30px;
    overflow: hidden;
}

.listCont-li  li a{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px dotted #E30211;
    line-height: 40px;
}

.listCont-footer{
    width: 100%;
    height: 60px;
    margin-top: 30px;
    margin-left: 15px;
    color: #333;
}

.listCont-footer a{
    display: block;
}

.listCont-main p{
    padding: 10px 20px;
}

.listCont-main-tit{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.listCont-main-Mintit{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.gzh-content{
    width:700px;
    height: auto;
    margin:10px auto 0;
}

.gzh-contentImg1{
    width: 580px;
    height:auto;
    margin: auto;
}

.gzh-contentImg1>img{
    width: 100%;
    height: auto;
    display: block;
}

.gzh-content-mp4{
    width:680px;
    height: auto;
    margin:20px auto;
}
.gzh-content-mp4>video{
    width: 100%;
    height: 100%;
}

.gzh-content-Img2{
    width:680px;
    height: auto;
    margin:10px auto;
}



.gzh-content-Img2>img{
    width: 100%;
    height: 100%;
    display: block;
}