/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}

a:hover{
	text-decoration:none;
	color: #005f8b;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


/*container*/
.container{
	max-width:1440px;
	min-width:1200px;
	width:90.625%;
	margin:0 auto;
	clear:both;
}

/*header*/
.top{width:100%;height:120px;position:fixed;top:0;left:0;z-index:100;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.2);}
.top-container{width:90.625%;margin:auto;max-width:1740px;min-width:1200px;}
.top-logo{float:left;height:120px;font-size:0px;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.top-words{float:left;height:100%;padding-left:10px;}
.top-words p{font-size:24px;color:#2e2624;line-height:24px;}
.top-words p.p1{letter-spacing:4.3px;margin-bottom:5px;margin-top:32px;}
.top-search{float:right;height:120px;
	padding-left:20px;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}

.nav{float:right;line-height:120px;}
.navul li{float:left;height:120px;position:relative;}
.navul li>a{font-size:16px;height:120px;display:block;padding:0px 20px;transition:0.3s;}
.navul li.cur>a{color:#005f8b;}
.navul li>a:hover{color:#005f8b;}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 120px;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -50px;width: 160px;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#005f8b;background:#f5f5f5;}
.navul li .line{width:0px;height:3px;position:absolute;top:90px;left:0px;background:#005f8b;}
/* .navul li:hover .line{width:100%;} */
.navul li:hover .nav_son{display:block;}

@media(max-width: 1570px){
		
	.top-words p{font-size:14px;}
	.top-words p.p1{letter-spacing:2.5px;margin-bottom:5px;margin-top:32px;}
	.navul li > a { font-size: 16px;height: 120px;display: block;padding: 0px 13px;transition: 0.3s;}
	
}

.indexsearch{position:fixed;top:10px;right:50px;width:300px;z-index:200;}	



	/*banner*/
#indexbanner{ height:710px; overflow: hidden; position: relative;margin-top:120px;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

.insidebanner{margin-top:120px;position:relative;}
#sidenav{position:absolute;left:0px;bottom:0px;width:100%;height:85px;background:rgba(255,255,255,0.7);}
#sidenav ul{text-align:center;}
#sidenav ul li{display:inline-block;line-height:82px;text-align:center;}
#sidenav ul li a{display:block;height:100%;color:#353535;font-size:20px;margin:0px 33px;padding:0px 15px;position:relative;}
#sidenav ul li a:before{content:"";position:absolute;left:0px;top:82px;width:0px;height:3px;background:#005f8b;transition:0.6s;}
#sidenav ul li a:hover:before{width:100%;}
#sidenav ul li a.cur:before{width:100%;}
.banner-con{position:absolute;left:50%;top:50%;transform:translate(-50%,-70%);}
.banner-con .p1{font-size:59px;color:#fff;font-weight:lighter;}
.banner-con .p2{font-size:32px;color:#fff;font-weight:lighter;text-transform:uppercase;margin-top:7px;}
.tit{width:100%;text-align:center;}
.tit p{font-size:28px;font-weight:bold;color:#333;margin-bottom:13px;}
.tit span{color:#999;text-transform:uppercase;}






#indexabout{width:100%;overflow:hidden;padding:120px 0px 140px 0;}
.about{margin:auto;overflow:hidden;}
.about .left{width:50%;float:left;}
.about .left .letit{width:100%;overflow:hidden;}
.about .left .letit p{font-size:92px;color:#dcdcdc;margin-bottom:13px;text-transform:uppercase;float:left;}
.about .left .letit span{color:#2e2624;font-size:35px;font-weight:600;float:left;margin-top:45px;}
.about .con{margin-top:20px;color:#666666;line-height:30px;}
.about .more{width:142px;border:1px solid #808080;height:41px;line-height:41px;background:#fff;color:#434343;text-align:center;display:block;margin-top:26px;position:relative;z-index:5;transition: all 0.3s ease 0s;}
.about .more:before{content:"";width:0;height:41px;position:absolute;top:0;left:0;background:#005f8b;z-index:-1;
	transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;}
.about .more:hover:before{width:100%;color:#fff;}
.about .more:hover{color:#fff;}
.about .right{width:48%;float:right;}
.about .right img{max-width:100%;margin-top:50px;}


#indexproduct{width:100%;overflow:hidden;padding:80px 0px;background:url(../images/bg.jpg)no-repeat center;background-size:cover;}
.product{height:100%;margin:auto;overflow:hidden;}
.protit{width:100%;overflow:hidden;text-align:center;}
.protit p{font-size:92px;color:rgba(220,220,220,0.1);text-transform:uppercase;}
.protit span{color:#fff;font-size:35px;font-weight:600;display:block;margin-top:-27px;}
.product .tab{width:100%;height:48px;margin-top:30px;overflow:hidden;position:relative;width:100%;}
.product .tab ul{position:absolute;left:50%;transform:translateX(-50%);}
.product .tab ul li{float:left;height:48px;text-align:center;line-height:48px;background:#2d6f94;padding:0px 30px;border-radius:5px;margin-right:8px;}
.product .tab ul li:first-child{background:#179283;}
.product .tab ul li a{width:100%;height:100%;display:block;color:#fff;}
.product .tab ul li:hover{background:#179283;}
.product .tab ul li:last-child{margin-right:0px;}
.product .cpzs{width:100%;margin-top:50px;}
.product .cpzs .details{display:none;width:100%;overflow:hidden;}
.product .cpzs .details:first-child{display:block;}
.product .cpzs .details .left{float:left;width:32%;}
.product .cpzs .details .left .catname{font-size:31px;color:#fff;font-weight:bold;margin-top:10px;}
.product .cpzs .details .left .description{font-size:16px;color:#fff;font-weight:bold;margin-top:20px;line-height:25px;}
.product .cpzs .details .left .con{margin-top:30px;line-height:25px;color:rgba(255,255,255,0.7);
			display:-webkit-box;
            -webkit-line-clamp:6;
            -webkit-box-orient:vertical;
            overflow:hidden;
            text-overflow:ellipsis;}
.product .cpzs .details .left .con p{line-height:25px;color:rgba(255,255,255,0.7);}
.product .cpzs .details .left .con a{color:rgba(255,255,255,0.7);}
.product .cpzs .details .left .more{width:142px;border:1px solid #fff;height:41px;line-height:41px;color:#fff;text-align:center;display:block;margin-top:33px;position:relative;z-index:5;transition: all 0.3s ease 0s;}
.product .cpzs .details .left .more:before{content:"";width:0;height:41px;position:absolute;top:0;left:0;background:#fff;z-index:-1;
	transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;}
.product .cpzs .details .left .more:hover:before{width:100%;color:#005f8b;}
.product .cpzs .details .left .more:hover{color:#005f8b;}
.product .cpzs ul{width:65%;float:right;}
.product .cpzs ul li{width:49%;float:left;margin-right:2%;}
.product .cpzs ul li:nth-child(even){margin-right:0px;}
.product .cpzs ul li .pic{width:100%;max-height:342px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.product .cpzs ul li .pic span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.3);}
.product .cpzs ul li .pic span:before{content:"+";position:absolute;top:60px;left:155px;width:45px;height:45px;line-height:45px;color:#fff;border-radius:50%;text-align:center;background:#008b92;font-size:22px;transition: all 0.6s ease 0s;}
.product .cpzs ul li .pic:hover{opacity:0.7;}
.product .cpzs ul li .pic:hover span{opacity:1;}
.product .cpzs ul li .pic:hover span:before{top:110px;}
.product .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.product .cpzs ul li .tt{text-align:center;line-height:76px;}
.product .cpzs ul li .tt *{color:#fff;}



#indexservice{width:100%;overflow:hidden;padding:66px 0px 50px;}
.service{height:100%;margin:auto;overflow:hidden;}
.setit{width:100%;overflow:hidden;text-align:center;}
.setit p{font-size:92px;color:rgba(220,220,220,0.8);text-transform:uppercase;}
.setit span{color:#2e2624;font-size:35px;font-weight:600;display:block;margin-top:-27px;}
.service .tab{width:100%;height:48px;margin-top:30px;overflow:hidden;position:relative;width:100%;}
.service .tab ul{position:absolute;left:50%;transform:translateX(-50%);}
.service .tab ul li{float:left;height:48px;text-align:center;line-height:48px;background:#f5f5f5;padding:0px 30px;border-radius:5px;margin-right:8px;}
.service .tab ul li a{width:100%;height:100%;display:block;color:#666;font-size:18px;font-weight:lighter;}
.service .tab ul li:first-child{background:#005f8b;}
.service .tab ul li:first-child a{color:#fff;}
.service .tab ul li:hover{background:#005f8b;}
.service .tab ul li:hover a{color:#fff;}
.service .tab ul li:last-child{margin-right:0px;}
.service .cpzs{width:100%;margin-top:50px;}
.service .cpzs .details{display:none;width:100%;overflow:hidden;}
.service .cpzs .details:first-child{display:block;}
.service .cpzs ul{width:100%;overflow:hidden;}
.service .cpzs ul li{width:48%;float:left;margin-right:4%;background:#f5f5f5;overflow:hidden;display:block;margin-top:34px;border-radius:10px;position:relative;}
.service .cpzs ul li.li1:before{content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg1.png) no-repeat;background-size:cover;opacity:0.1;}
.service .cpzs ul li.li2:before{content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg2.png) no-repeat;background-size:cover;opacity:0.1;}
.service .cpzs ul li.li3:before{content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg3.png) no-repeat;background-size:cover;opacity:0.1;}
.service .cpzs ul li.li4:before{content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg4.png) no-repeat;background-size:cover;opacity:0.1;}
.service .cpzs ul li.li1:after {content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg1-1.png) no-repeat;background-size:cover;opacity:0.15;}
.service .cpzs ul li.li2:after {content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg2-1.png) no-repeat;background-size:cover;opacity:0.15;}
.service .cpzs ul li.li3:after {content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg3-1.png) no-repeat;background-size:cover;opacity:0.15;}
.service .cpzs ul li.li4:after {content:'';position:absolute;top:40px ;right:30px;height:95px;width:120px; background: url(../images/xt-bg4-1.png) no-repeat;background-size:cover;opacity:0.15;}
.service .cpzs ul li a{padding:30px 35px;display:block;}
.service .cpzs ul li:nth-child(even){margin-right:0px;}
.service .cpzs ul li .tt{font-size:21px;color:#313131;margin-bottom:18px;transition:0.6s;}
.service .cpzs ul li .des{line-height:25px;height:75px;font-size:14px;color:#666;transition:0.6s;}
.service .cpzs ul li:hover{background:#005f8b;}
.service .cpzs ul li:hover .tt{color:#fff;}
.service .cpzs ul li:hover .des{color:#fff;}
.service .cpzs .details .catemore{width:170px;height:48px;display:block;margin:auto;background:#f5f5f5;text-align:center;line-height:48px;border-radius:5px;margin-top:42px;font-size:18px;font-weight:lighter;}


#indexqualifications{width:100%;overflow:hidden;padding:66px 0px 70px;background:#f5f5f5;}
.qualifications{height:100%;margin:auto;overflow:hidden;}
.qutit{width:100%;overflow:hidden;text-align:center;}
.qutit p{font-size:92px;color:rgba(220,220,220,0.8);text-transform:uppercase;}
.qutit span{color:#2e2624;font-size:35px;font-weight:600;display:block;margin-top:-27px;}
.qualifications .tab{width:100%;height:48px;margin-top:30px;overflow:hidden;position:relative;width:100%;}
.qualifications .tab ul{position:absolute;left:50%;transform:translateX(-50%);}
.qualifications .tab ul li{float:left;height:48px;text-align:center;line-height:48px;background:#f5f5f5;padding:0px 30px;border-radius:5px;margin-right:8px;}
.qualifications .tab ul li a{width:100%;height:100%;display:block;color:#666;font-size:18px;font-weight:lighter;}
.qualifications .tab ul li:first-child{background:#005f8b;}
.qualifications .tab ul li:first-child a{color:#fff;}
.qualifications .tab ul li:hover{background:#005f8b;}
.qualifications .tab ul li:hover a{color:#fff;}
.qualifications .tab ul li:last-child{margin-right:0px;}
.qualifications .cpzs{width:100%;margin-top:50px;}
.qualifications .cpzs .details{display:none;width:100%;overflow:hidden;}
.qualifications .cpzs .details:first-child{display:block;}
.qualifications .cpzs ul{width:100%;overflow:hidden;}
.qualifications .cpzs ul li{width:48%;float:left;margin-right:4%;background:#f5f5f5;overflow:hidden;display:block;margin-top:34px;border-radius:10px;}
.qualifications .cpzs ul li a{padding:30px 35px;display:block;}
.qualifications .cpzs ul li:nth-child(even){margin-right:0px;}
.qualifications .cpzs ul li .tt{font-size:21px;color:#313131;margin-bottom:18px;transition:0.6s;}
.qualifications .cpzs ul li .des{line-height:25px;height:75px;font-size:14px;color:#666;transition:0.6s;}
.qualifications .cpzs ul li:hover{background:#005f8b;}
.qualifications .cpzs ul li:hover .tt{color:#fff;}
.qualifications .cpzs ul li:hover .des{color:#fff;}
.qualifications .cpzs .details .catemore{width:170px;height:48px;display:block;margin:auto;background:#f5f5f5;text-align:center;line-height:48px;border-radius:5px;margin-top:42px;font-size:18px;font-weight:lighter;}

.button-prev{position:absolute;left:50px;top:50%;}
.button-next{position:absolute;right:50px;top:50%;} 

#indexnews{width:100%;overflow:hidden;padding:66px 0px 70px;}
.news{height:100%;margin:auto;overflow:hidden;}
.newstit{width:100%;overflow:hidden;text-align:center;}
.newstit p{font-size:92px;color:rgba(220,220,220,0.8);text-transform:uppercase;}
.newstit span{color:#2e2624;font-size:35px;font-weight:600;display:block;margin-top:-27px;}
.news .con{margin-top:45px;}
.news .leftcon{float:left;width:71.75%;}
.news .leftcon .leftcon-tit{margin-top:5px;line-height:22px;height:22px;color:#313131;font-weight:bold;font-size:18px;padding-bottom:23px;border-bottom:1px solid #e8e8e8;margin-bottom:21px;}
.news .leftcon .leftcon-tit span{width:5px;height:22px;background:#ceb47b;display:block;float:left;border-radius:3px;margin-right:10px;}
.news .leftcon .j-tab-con{float:left;width:44.5%;overflow:hidden;}
.news .leftcon .j-tab-con li{display:none;}
.news .leftcon .j-tab-con li:first-child{display:block;}
.news .leftcon .j-tab-con li .pic{font-size:0px;height:283px;}
.news .leftcon .j-tab-con li .pic img{width:100%;max-height:100%;display:block;margin:auto;}
.news .leftcon .j-tab-con li p{height:70px;line-height:70px;text-align:center;background:#005f8b;color:#fff;}
.news .leftcon .j-tab-nav{width:52.3%;float:left;margin-left:3%;}
.news .leftcon .j-tab-nav ul li{line-height:36px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;}
.news .leftcon .j-tab-nav ul li:first-child a{color:#005f8b;}
.news .leftcon .j-tab-nav ul li span{width:6px;height:6px;float:left;display:block;background:#c5c5c5;border-radius:3px;margin:15px 10px 0px;}
.news .rightcon{width:24.4%;float:right;}
.news .rightcon .gongshi-con{background:#f5f5f5;padding:25px 0px;}
.news .rightcon .gongshi-con  .gongshi-tit{width:88%;margin:auto;line-height:22px;height:22px;color:#313131;font-weight:bold;font-size:18px;margin-bottom:5px;}
.news .rightcon .gongshi-con  .gongshi-tit span{width:5px;height:22px;background:#ceb47b;display:block;float:left;border-radius:3px;margin-right:10px;}

.news .rightcon .guifan-con{background:#f5f5f5;padding:25px 0px;margin-top:10px;}
.news .rightcon .guifan-con .guifan-tit{width:88%;margin:auto;line-height:22px;height:22px;color:#313131;font-weight:bold;font-size:18px;margin-bottom:5px;}
.news .rightcon .guifan-con .guifan-tit span{width:5px;height:22px;background:#ceb47b;display:block;float:left;border-radius:3px;margin-right:10px;}

.news .rightcon ul{width:88%;margin:auto;}
.news .rightcon ul li{line-height:27px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news .rightcon ul li span{width:6px;height:6px;float:left;display:block;background:#c5c5c5;border-radius:3px;margin:15px 10px 0px 0px;}
/*.news .con ul{float:right;width:517px;border-top:1px solid #d4d4d4;}
.news .con ul li{width:100%;height:114px;border-bottom:1px solid #d4d4d4;position:relative;}
.news .con ul li:after{content:"";width:0;border-bottom:1px solid #83ccd3;position:absolute;left:0;bottom:-1px;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.news .con ul li a{width:100%;height:114px;padding-top:35px;display:block;}
.news .con ul li .date{float:left;text-align:center;width:57px;margin-left:20px;margin-right:12px;}
.news .con ul li .date p{font-size:26px;font-weight:lighter;}
.news .con ul li .date span{font-size:20px;font-weight:lighter;color:#666;}
.news .con ul li .tt{font-size:16px;margin-bottom:13px;}
.news .con ul li .des{color:#999;}
.news .con ul li:hover .tt{color:#83ccd3;}
.news .con ul li:hover:after{width:100%;}

*/

#indexlink{width:100%;background:#f7f9fa;}
.indexlink{background:url(../images/link-bg.png)no-repeat left;background-size:24.5% 100%;height:93px;}
.indexlink .link-tit{float:left;line-height:93px;font-size:24px;font-weight:bold;color:#fff;}
.indexlink .link-tit span{float:left;padding-right:15px;line-height:93px;font-size:33px;font-weight:bold;color:#147bab;text-transform:uppercase;}
.indexlink  ul{margin-left:100px;text-align:center;}
.indexlink  ul li{line-height:93px;display:inline-block;text-align:center;padding:0px 30px;}


#indexcase{width:100%;overflow:hidden;}
.case{width:1200px;height:100%;margin:auto;overflow:hidden;}
.case .tit{margin-top:73px;}
.case .tab{width:100%;height:36px;margin-top:30px;overflow:hidden;}
.case .tab ul{position:relative;left:50%;float:left;}
.case .tab ul li{float:left;width:142px;height:36px;text-align:center;line-height:36px;margin-right:5px;position:relative;right:50%;}
.case .tab ul li a{width:100%;height:100%;display:block;background:#f5f5f5;}
.case .tab ul li.current a{color:#fff;background:#008b92;}
.case .tab ul li a:hover{color:#fff;background:#008b92;}
.case .tab ul li:last-child{margin-right:0px;}
.case .cpzs{width:100%;height:266px;margin-top:55px;}
.case .cpzs ul{display:none;}
.case .cpzs ul:first-child{display:block;}
.case .cpzs ul li{width:370px;height:266px;float:left;margin-right:45px;}
.case .cpzs ul li:nth-child(3n){margin-right:0px;}
.case .cpzs ul li .pic{width:370px;height:266px;border:5px solid #eee;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.case .cpzs ul li .pic span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.3);}
.case .cpzs ul li .pic span:before{content:"+";position:absolute;top:60px;left:155px;width:45px;height:45px;line-height:45px;color:#fff;border-radius:50%;text-align:center;background:#008b92;font-size:22px;transition: all 0.6s ease 0s;}
.case .cpzs ul li .pic:hover{border:5px solid rgba(0,0,0,0.3);box-shadow:0px 3px 5px rgba(0, 0, 0, 0.2);}
.case .cpzs ul li .pic:hover span{opacity:1;}
.case .cpzs ul li .pic:hover span:before{top:110px;}
.case .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}

#about_page1{padding-bottom:100px;padding-top:80px;}
#about_page1 .left{width:46%;float:left;}
#about_page1 .p1{font-size:33px;color:#333;margin-bottom:14px;}
#about_page1 .p2{text-transform:uppercase;color:#999;font-size:22px;font-weight:lighter;}
#about_page1 .left .con{height:450px; overflow-y: auto;line-height:32px;padding-right:20px;margin-top:30px;}

/*滚动条样式*/

.con::-webkit-scrollbar {

            width: 7px;   
			border-radius: 4px;
            height: 4px;

        }

.con::-webkit-scrollbar-thumb {

            border-radius: 7px;

            -webkit-box-shadow: inset 0 0 5px rgba(0,95,139,1);

            background: rgba(0,95,139,1);

        }

.con::-webkit-scrollbar-track {

            -webkit-box-shadow: inset 0 0 5px rgba(245,245,245,0.2);

            border-radius: 4px;

            background: rgba(245,245,245,1);

        }



#about_page1 .right{width:51%;float:right;}
#about_page1 .right {}
#about_page1 .right .fir-img{width:100%;}
#about_page1 .right .fir-img img{width:100%;}

#about_page1 .right .thr-img{width:100%;margin-top:10px;}
#about_page1 .right .thr-img ul li{float:left;width:32%;margin-right:2%;}
#about_page1 .right .thr-img ul li:nth-child(3n){margin-right:0;}
#about_page1 .right .thr-img ul li img{width:100%;}
#about_page2{background:url(../images/ab_bg2.jpg)no-repeat center;background-size:cover;padding:58px 0px 75px;}
#about_page2 .p1{text-align:center;font-size:33px;color:#fff;margin-bottom:14px;}
#about_page2 .p2{text-align:center;text-transform:uppercase;font-size:22px;color:rgba(255,255,255,0.5);font-weight:lighter;}
#about_page2 .con{text-align:center;margin-top:38px;}
#about_page3 .con img{max-width:100%;}


#ryzz_ry{background:#f5f5f5;padding:75px 0px;}
.ryzz_ry_tit .p1{color:#333333;font-size:33px;}
.ryzz_ry_tit .p2{color:#999999;font-size:22px;font-weight:lighter;text-transform:uppercase;margin-top:13px;}
.ryzz_ry{position:relative;margin-top:52px;}
.ryzz_ry .pic{width:100%;background:#fff;}
.ryzz_ry p{text-align:center;line-height:25px;font-size:15px;margin-top:15px;}
.ryzz_ry .swiper-button-next{position:absolute;right:-58px;top:45%;}
.ryzz_ry .swiper-button-prev{position:absolute;left:-58px;top:45%;}

#ryzz_zz{padding:75px 0px 90px;}
.ryzz_zz_tit .p1{color:#333333;font-size:33px;}
.ryzz_zz_tit .p2{color:#999999;font-size:22px;font-weight:lighter;text-transform:uppercase;margin-top:13px;}
.ryzz_zz{margin-top:44px}
.ryzz_zz_left{float:left;width:38%;}
.ryzz_zz_left img{max-width:100%;height:643px;}
.ryzz_zz_right{position:relative;height:650px;width:60%;float:right;}
.ryzz_zz_right .pic{background:#f5f5f5;}
.ryzz_zz_right .swiper_next{position:absolute;right:0px;top:-100px;width:54px;height:54px;}
.ryzz_zz_right .swiper_prev{position:absolute;right:66px;top:-100px;width:54px;height:54px;}
#swiper2{width:100%;height:100%;}




#ryzz_zl{padding:75px 0px;}
.ryzz_zl_tit .p1{color:#333333;font-size:33px;}
.ryzz_zl_tit .p2{color:#999999;font-size:22px;font-weight:lighter;text-transform:uppercase;margin-top:13px;}
.ryzz_zl{position:relative;margin-top:52px;}
.ryzz_zl .pic{width:100%;background:#fff;}
.ryzz_zl p{text-align:center;line-height:25px;font-size:15px;margin-top:15px;}
.ryzz_zl .swiper-button-next{position:absolute;right:-58px;top:45%;}
.ryzz_zl .swiper-button-prev{position:absolute;left:-58px;top:45%;}



.zyyw_con{width:100%;padding-bottom:70px;}
.zyyw_con ul li{margin-bottom:45px;padding-bottom:150px;position:relative;}
.zyyw_con ul li .pic{width:100%;}
.zyyw_con ul li .pic img{max-width:100%;}
.zyyw_con ul li .details{position:absolute;top:200px;min-height:300px;width:650px;padding:60px 70px 0px;overflow:hidden;z-index:10;background:#fff;}
.zyyw_con ul li:nth-child(odd) .details{left:0px;}
.zyyw_con ul li:nth-child(even) .details{right:0px;}
.zyyw_con ul li .details-tt{font-size:31px;font-weight:bold;color:#333333;line-height:35px;}
.zyyw_con ul li .details-des{font-size:16px;font-weight:bold;line-height:25px;color:#333333;margin-top:20px;}
.zyyw_con ul li .details-con{line-height:26px;margin-top:20px;
			display:-webkit-box;
            -webkit-line-clamp:6;
            -webkit-box-orient:vertical;
            overflow:hidden;
            text-overflow:ellipsis;}
			
.zyyw_con ul li .details-more{width:144px;height:44px;line-height:44px;text-align:center;display:block;color:#666;border-radius:22px;border:1px solid #666666;margin-top:28px;}
.zyyw_con ul li .details-more:hover{background:#005f8b;color:#fff;}

.rczp{padding-bottom:70px;}
.rczp-all{overflow:hidden;background:#fbfbfb;padding:45px 0px 45px 63px;}
.rczp-all .rczp-all-top{font-size:18px; color:#333;margin-bottom:18px;}
.rczp-all .address{width:100%;overflow:hidden;}
.rczp-all .address-1{float:left;width:60px;font-size:15px;color:#999999;line-height:30px;}
.rczp-all .address-2{float:left;width:383px;font-size:15px;color:#999999;line-height:30px;}
.rczp-all .address-3{float:left;width:263px;font-size:15px;color:#999999;line-height:30px;}
.rczp-all .address-4{float:left;font-size:15px;color:#999999;line-height:30px;}
.rczp ul li{width:49%;float:left;margin-top:35px;margin-right:2%;padding:60px 0px;background:#fbfbfb;}
.rczp ul li:nth-child(even){margin-right:0;}
.rczp ul li a{width:80%;margin:auto;display:block;}
.rczp ul li .detail .tt{font-size:28px;font-weight:lighter;color:#005f8b;padding-bottom:20px;border-bottom:1px solid #e6e6e6;}
.rczp ul li .detail .tt span{float:right;margin-top:9px;font-size:18px;font-weight:lighter;color:#999999;}
.rczp ul li .detail .tt span i{font-size:23px;font-style:normal;font-weight:lighter;color:#f22424;}
.rczp ul li .detail .des-1{font-size:22px;font-weight:lighter;color:#666;padding:30px 0px 25px 0px;}
.rczp ul li .detail .des{font-size:15px;line-height:30px;height:180px;overflow:hidden;}
.rczp ul li .more{transition:0.3s;background:#005f8b;color:#fff;border-radius:19px;margin-top:20px;width:114px;height:37px;line-height:37px;text-align:center;}
.rczp ul li .more:hover{background:rgba(0,95,139,1);width:150px;}

.lxwm_page1 .lxwm_tit{margin-top:77px;}
.lxwm_page1 .lxwm_tit .p1{font-size:33px;color:#000;margin-bottom:12px;}
.lxwm_page1 .lxwm_tit .p2{font-size:22px;font-weight:lighter;color:#999999;text-transform:uppercase;}
.send_massage{width:100%;}
.send_massage table{width:100%;}
.send_massage tr{width:48%;margin-right:2%;float:left;border:1px solid #dcdcdc;float:left;height:89px;margin-top:27px;}
.send_massage tr:nth-child(2n){float:right;margin-right:0%;}
.send_massage tr td{width:100%;height:89px;display:block;}
.send_massage tr input{width:100%;height:89px;display:block;border:none;text-indent:30px;font-size:24px;color:#666;}
#f_content{width:100%;height:180px;overflow:hidden;}
#f_content td{height:180px;}
#f_content textarea{border:none;text-indent:30px;font-size:24px;color:#666;line-height:89px;}
#btnSubmit{overflow:hidden;width:350px;height:65px;line-height:65px;margin-top:55px;background:#005f8b;color:#fff;font-size:18px;border-radius:32px;border:none;}
.lxwm_page2 .lxwm_tit{margin-top:77px;}
.lxwm_page2 .lxwm_tit .p1{font-size:33px;color:#000;margin-bottom:12px;}
.lxwm_page2 .lxwm_tit .p2{font-size:22px;font-weight:lighter;color:#999999;text-transform:uppercase;}

.lxwm_page2 .con{width:100%;margin-top:35px;}
.lxwm_page2 .con ul li{float:left;width:32%;margin-right:2%;background:#f5f5f5;height:180px;overflow:hidden;white-space:nowrap; margin-bottom:13px;text-align:center;}
.lxwm_page2 .con ul li:nth-child(5n+3){margin-right:0px;}
.lxwm_page2 .con ul li:nth-child(5n+4){width:66%;float:left;}
.lxwm_page2 .con ul li:nth-child(5n+5){margin-right:0px;}
.lxwm_page2 .con ul li .pic{display:block;float:left;height:180px;display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.lxwm_page2 .con ul li .pic img{float:left;margin-left:15px;margin-right:25px;}
.lxwm_page2 .con ul li:first-child .pic img{float:left;margin-left:10px;margin-right:10px;}
.lxwm_page2 .con ul li:nth-child(5n+2) .pic img{float:left;margin-left:45px;margin-right:30px;}
.lxwm_page2 .con ul li:nth-child(5n+3) .pic img{float:left;margin-left:25px;margin-right:25px;}
.lxwm_page2 .con ul li:nth-child(5n+4) .pic img{float:left;margin-left:45px;margin-right:30px;}
.lxwm_page2 .con ul li:nth-child(5n+5) .pic img{float:left;margin-left:45px;margin-right:30px;}
.lxwm_page2 .con ul li .conn{float:left;height:180px;line-height:180px;font-size:22px;font-weight:lighter;color:#000;}
.lxwm_page2 .con ul li .conn img{margin-top:15px;}
.lxwm_page2 .con ul li:nth-child(5n+4) .conn{line-height:35px;margin-top:60px;}
.lxwm_page2 .con ul li .conn p{float:left;text-align:left;color:#000;}
.lxwm_page3{width:100%;margin-bottom:45px;margin-top:15px;}
.lxwm_page3 img{max-width:100%;}


@media(max-width: 1500px){
	.lxwm_page2 .con ul li .conn{float:left;height:180px;line-height:180px;font-size:21px;}
	.lxwm_page2 .con ul li:first-child .conn{float:left;height:180px;line-height:180px;font-size:20px;}
	.lxwm_page2 .con ul li:nth-child(5n+5) .pic img{float:left;margin-left:25px;margin-right:20px;}
}

@media(max-width: 1470px){
	.lxwm_page2 .con ul li .conn{float:left;height:180px;line-height:180px;font-size:20px;}
	.lxwm_page2 .con ul li:first-child .conn{float:left;height:180px;line-height:180px;font-size:18px;}
}




.tsfw_col_left{width:26.6%;float:left;}
.tsfw_col_left ul li{height:100%;height:88px;line-height:88px;background:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:13px;position:relative;}
.tsfw_col_left ul li.cur{background:#005f8b;color:#fff;}
.tsfw_col_left ul li a{display:block;width:100%;font-size:21px;text-indent:35px;color:#313131;}
.tsfw_col_left ul li.cur a{color:#fff;}
.tsfw_col_left ul li.li1:before{content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg1.png) no-repeat;opacity:0.1;}
.tsfw_col_left ul li.li2:before{content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg2.png) no-repeat;opacity:0.1;}
.tsfw_col_left ul li.li3:before{content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg3.png) no-repeat;opacity:0.1;}
.tsfw_col_left ul li.li4:before{content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg4.png) no-repeat;opacity:0.1;}
.tsfw_col_left ul li.li1:after {content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg1-1.png) no-repeat;opacity:0.15;}
.tsfw_col_left ul li.li2:after {content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg2-1.png) no-repeat;opacity:0.15;}
.tsfw_col_left ul li.li3:after {content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg3-1.png) no-repeat;opacity:0.15;}
.tsfw_col_left ul li.li4:after {content:'';position:absolute;top:10px ;right:15px;height:70px;width:80px; background: url(../images/xt-bg4-1.png) no-repeat;opacity:0.15;}

.tsfw_col{width:70%;float:right;}



#ne_nav{width:100%;height:40px;background:#f5f5f5;}
#ne_nav p{line-height:40px;padding-left:30px;background:url(../images/home.png) no-repeat left center;}
.ne_nav{padding:79px 0px 50px;}
.ne_nav .p1{font-size:33px;color:#333;}
.ne_nav .p2{font-size:22px;color:#999;font-weight:lighter;margin-top:13px;text-transform:uppercase;}


.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}

.catetit{line-height:220%;overflow:hidden;padding-top:35px;padding-bottom:25px;}
.catetit .catname{font-size:36px; color:#000;}
.catetit .des{font-size:20px;font-weight:lighter; color:#666;margin-top:25px;}
.catetit .con{font-size:16px; color:#999;margin-top:25px;}

.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}




.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{}
.pxxm ul li{width:23%;height:333px;float:left;margin-right:2%;margin-bottom:22px;border:1px solid rgb(238, 238, 238);}
.pxxm ul li a{width:100%;height:303px;display:block;}
.pxxm ul li:nth-child(4n){margin-right:0px;}
.pxxm ul li .pic{width:100%;height:250px;background:#fff;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.3s;}
.pxxm ul li p{width:100%;height:20px;text-align:center;line-height:20px;margin-top:15px;color:#000;font-size:16px;transition:0.3s;}
.pxxm ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.pxxm ul li:hover{background:#005f8b;transition:0.3s;}
.pxxm ul li:hover img{transform:scale(1.1,1.1);}
.pxxm ul li:hover p{color:#fff;}




.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}



.xwlb{width:72.9%;float:left;min-height:350px;margin-bottom:50px;}
.xwlb ul{width:100%;overflow:hidden;}
.xwlb ul li{width:100%;margin-bottom:18px;background:#f5f5f5;overflow:hidden;transition: all 0.3s ease 0s;}
.xwlb ul li a{display:block;overflow:hidden;width:calc(100% - 40px); padding: 20px;}
.xwlb ul li .detail .tt{width:80%;line-height: 20px; font-size:16px;color:#333;float: left;}
.xwlb ul li .detail .date{width:20%;color:#999;line-height: 20px;font-size:13px;float: right;text-align: center;}
.xwlb ul li:hover{background:#005f8b;}
.xwlb ul li:hover .tt{color:#fff;}
.xwlb ul li:hover .detail .date{color:#fff;}
.xwlb ul li:hover .pic img{transform:scale(1.1,1.1);}



.xwzx{width:72.9%;float:left;min-height:350px;margin-bottom:50px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;height:195px;margin-bottom:18px;background:#f5f5f5;overflow:hidden;transition: all 0.3s ease 0s;}
.xwzx ul li a{margin:25px 22px;height:145px;display:block;overflow:hidden;}
.xwzx ul li .pic{float:left;width:20%;height:145px;overflow:hidden;text-align:center;position:relative;}
.xwzx ul li .pic img{max-width:100%;height:100%;transition:0.6s;}
.xwzx ul li .detail{width:70%;height:145px;float:left;margin-left:5%;}
.xwzx ul li .detail .tt{font-size:16px;color:#333;margin-top:15px;line-height:20px;}
.xwzx ul li .detail .des{height:50px;margin-top:15px;color:#999;line-height:25px;
			display:-webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient:vertical;
            overflow:hidden;
            text-overflow:ellipsis;
}
.xwzx ul li .detail .date{color:#999;font-size:13px;margin-top:10px;}
.xwzx ul li:hover{background:#005f8b;}
.xwzx ul li:hover .tt{color:#fff;}
.xwzx ul li:hover .detail .des{color:#fff;}
.xwzx ul li:hover .detail .des *{color:#fff;}
.xwzx ul li:hover .detail .date{color:#fff;}
.xwzx ul li:hover .pic img{transform:scale(1.1,1.1);}
.xwzx_rightcon{width:24.4%;float:right;margin-top:80px;}
.xwzx_rightcon .gongshi-con{background:#f5f5f5;padding:25px 0px;}
.xwzx_rightcon .gongshi-con  .gongshi-tit{width:88%;margin:auto;line-height:22px;height:22px;color:#313131;font-weight:bold;font-size:18px;margin-bottom:5px;}
.xwzx_rightcon .gongshi-con  .gongshi-tit span{width:5px;height:22px;background:#ceb47b;display:block;float:left;border-radius:3px;margin-right:10px;}
.xwzx_rightcon .guifan-con{background:#f5f5f5;padding:25px 0px;margin-top:10px;}
.xwzx_rightcon .guifan-con .guifan-tit{width:88%;margin:auto;line-height:22px;height:22px;color:#313131;font-weight:bold;font-size:18px;margin-bottom:5px;}
.xwzx_rightcon .guifan-con .guifan-tit span{width:5px;height:22px;background:#ceb47b;display:block;float:left;border-radius:3px;margin-right:10px;}
.xwzx_rightcon ul{width:88%;margin:auto;}
.xwzx_rightcon ul li{line-height:27px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xwzx_rightcon ul li span{width:6px;height:6px;float:left;display:block;background:#c5c5c5;border-radius:3px;margin:15px 10px 0px 0px;}

.xwzx_col{width:72.9%;float:left;min-height:350px;margin-bottom:50px;margin-top:80px;}
.article_tit{font-size:26px;color:#333;}
.article_date{margin-top:20px;font-size:16px;}
.article-author{margin-top:20px;font-size:16px;color:#333;line-height:25px;border-bottom:1px solid #dcdcdc;}

.article_des{line-height:250%;margin-top:15px;}
.article_con{line-height:250%;padding:30px 0px ;}



.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}






/*footer*/
#footer{width:100%;background:#f7f9fa;}
.footer_top{background:url(../images/footer_bg.jpg)no-repeat center;background-size:cover;height:355px;}
.footer_top .left{float:left;}
.footer_top .left .logo{margin-top:55px;}
.footer_top .left .phone-num{margin-top:28px;}
.footer_top .left .lxfs{margin-top:20px;line-height:30px;}

.footer_top .right{float:right;}
.footer_top .right .logo{float:left;margin-top:96px;margin-left:27px;}
.footer_top .right .logo p{text-align:center;line-height:51px;}
.footer_bottom{background:#fff;padding:36px 0px;}
.footer_nav{text-align:center;}
.footer_nav ul li{display:inline-block;text-align:center;}
.footer_nav ul li a{display:block;width:92px;float:left;color:#818181;border-right:2px solid #818181;}
.footer_nav ul li:last-child a{border:none;}
.footer_bottom .footer_banquan{line-height:32px;text-align:center;margin-top:32px;color:#818181;}
.footer_bottom .footer_banquan *{color:#818181;}

.mypage{
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #005f8b;
	border: 1px solid #005f8b;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #005f8b;
	color: #fff;
}

