﻿/**/
html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
body{ color:#333;}
*{transition: all .4s ease;}

a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;}
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0; font-family:'微软雅黑';} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}
.clear{clear: both;}

/*.clearfix:after {content:"."; display:block; hefirst-boxight:0; clear:both; visibility:hidden; font-size:0;}*/
.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */
.strong{ font-weight:normal;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

.fixed{height: 99px;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

img {
	max-width: 100%;
	height:auto;
}
strong{ font-weight:normal;}

a{ color:#333; -webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	text-decoration: none;}
a:hover{ color:#217f7d; text-decoration:none;}
body{font-family:"微软雅黑",Arial, Helvetica, sans-serif; line-height:1.5; font-size:14px; color:#333; background:#fbfbfb;}
.lft,.fl{ float:left;}
.rgt,.fr{ float:right;}
.wrapper{ width:1200px; margin:0 auto;}
.swiper-scrollbar{ display: none;}

/* 头部 header*/
.header_top{position: fixed;top:0; left:0; right:0; z-index: 99; background:#fff;}
.header{height:99px; min-width: 1200px; box-sizing: border-box; background-color:#fff ;position: relative;z-index: 99; padding:0 40px;}
.header-logo{float: left;margin-top:27px;}
.header-logo img{ height:38px;}
.header_top a .logo{background: url(../image/logo.png) no-repeat center center;background-size: 433px 38px; width:433px;height: 38px;display: block;}
.header-nav{float:right;}
.header-nav ul{}
.header-nav .nav-item{display: inline-block;vertical-align: top; margin-left:45px;}
.header-nav .nav-item > a{display: block;line-height: 99px; font-size:17px; font-weight:bold;font-family: "微软雅黑";height: 99px;}
.header-nav .nav-item:hover > a,.header-nav .active > a{color:#217f7d; background:url(../image/line3.png) repeat-x left bottom;}
.header-nav .nav-item .suba{background: url(/view/home/tpl/default/cn/images/ico9.png) no-repeat right center;display: inline-block;width: 8px;height: 6px;vertical-align: middle;margin-left: 5px;}
.header-nav .nav-item:hover > a .suba{background: url(/view/home/tpl/default/cn/images/ico9-1.png);}
.header-nav .nav-item .subnav{position: absolute;left: 0;top:99px;background:#fff url(../image/bg1.png) repeat-x left top;width:100%; padding-top:25px; padding-bottom:25px;border-top:1px solid #f4f4f4; display:none;}
.header-nav .nav-item:hover .subnav{display: block;}
.header-nav .subnav-item{position: relative;height: auto;overflow: hidden; float:left; width:30%; padding-right:30px;}
.header-nav .subnav-item-last{ width:380px; padding-right:0; }
.header-nav .subnav-item .tit{ display:block; margin-bottom:10px; background:url(../image/line2.png) no-repeat left bottom; height:30px; line-height:30px; padding-bottom:10px; font-size:15px; font-weight:bold;}
.header-nav .subnav-item .txt{ line-height:28px; font-size:14px;}
.header-nav .subnav-item .txt dd{display: inline-block; width:49%;}
.header-nav .subnav-item .txt a{color: #666;}
.header-nav .subnav-item .txt a:hover{color: #217f7d;}

.header-index{background: none;}
.header-index a .logo{background: url(../image/logo2.png) no-repeat center center;background-size: 433px 38px; width:433px;height: 38px;display: block;}
.header-index .header-nav .nav-item > a{ color:#fff;}
.header-index .header-nav .nav-item:hover > a,.header-index .header-nav .active > a{color:#fff; background:url(../image/line5.png) repeat-x left bottom;}

.index{}
.index .fixed{ height: 0;}
.index .header{background: none;}

/*首页banner*/
.index_banner{ z-index: 1; height: 750px; overflow: hidden;}
/*.index_banner .img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0;}*/
/*.index_banner .img img{display: block; height: 100%; width: 100%; object-fit:cover;}*/
.index_banner .banner_txt{width: 100%; font-weight: bold; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); text-align: center; color: #fff;}
.index_banner .banner_txt h3{font-size: 60px; font-family: 黑体;}
.index_banner .banner_txt span{font-size:22px;font-family: 黑体;display: inline-block;margin-top:10px;}
.index_banner .swiper-slide{ background-size: auto 100%; background-position: center center; background-repeat: no-repeat;}
.index_banner .swiper-button-prev,
.index_banner .swiper-button-next { width: 60px; height: 90px; margin: -50px 0 0; background: url(../image/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;}
.index_banner .swiper-button-prev { left: 0; }
.index_banner .swiper-button-next { background-position: 0 -90px; right: 0; }
.index_banner .swiper-button-prev:hover,
.index_banner .swiper-button-next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
.index_banner .swiper-pagination-bullets{ text-align: right; width: 1200px; left: 50%; transform:translate(-50%, 0);}
.index_banner .swiper-pagination-bullet{ width:7px; height:7px; border-radius:7px; background: transparent; opacity: 1; border:2px solid #fff; margin:5px;}
.index_banner .swiper-pagination-bullet-active{ background: #fff; width:22px;}

.navTool{ height:108px; line-height:108px; font-size:14px; color:#999999; font-weight:bold; background:#f7f7f7; border-bottom:1px solid #e9e9e9; margin-bottom:20px;}
.navTool .lft{ background:url(../image/img1.png) no-repeat left center; padding-left:20px;}
.navTool .lft i{ display:inline-block; vertical-align:top; line-height:108px; height:108px; width:15px; background:url(../image/arr.png) no-repeat center center;}
.navTool .lft a{ display:inline-block; vertical-align:top; line-height:108px; height:108px;  color:#999999;}
.navTool .lft a:hover{ color:#217f7d;}
.navTool .rgt ul li{ float:left; margin-left:25px;}
.navTool .rgt ul li a{ display:block; line-height:108px; color:#999999;}
.navTool .rgt ul li a:hover{ color:#217f7d;}
.navTool .rgt ul li.on a{ color:#217f7d; background:url(../image/line.png) repeat-x left bottom;}


.footer{ font-size:15px; color:#d9efef;background:#217f7d; }
.footer a{color:#d9efef;}
.footer a:hover{ color:#fff;}
.footer-bottom{ height:45px; line-height:45px; border-top:1px solid #368c8a ; text-align:left; font-size:14px; }
.footer-bottom a{ margin:0 3px;}
.footer-bottom .rgt:nth-child(2) span{display: none;}
.footer-center .info{font-weight:bold;}
.footer-center .info strong{ display:block;}
.footer-center .tel{ background:url(../image/img4.png) no-repeat left center; padding-left:50px; font-weight:bold; line-height:1.3;margin-left: 20px;height: 45px;}
.footer-center .tel span{ display:block;}
.footer-center .tel strong{ display:block; color:#ffc23b; font-size:20px; font-weight:bold;line-height: 45px;}
.footer-center .wx{ background:url(../image/img5.png) no-repeat left center; padding:8px 0 8px 50px;cursor:pointer; font-weight:bold; position:absolute;right:0;}
.footer-center .wx strong{ font-weight:bold;}
.footer-center .wx img{ width:104px; height:104px;position:absolute; left:20px; top:-110px; border-radius:5px; display:none;}
.footer-center .wx:hover img{ display:block;}
.footer-center{ padding:20px 0 5px 0;}
.footer-center .clearfix{display:flex;position:relative;}


.details{ padding:50px; background:#fff; margin-bottom:90px;}
.details h1{ font-size:30px; font-weight:bold; text-align:center; margin-bottom:20px; color:#333;}
.details .time{ font-size:14px; padding-bottom:20px; border-bottom:1px solid #ebebeb; text-align:center; color:#999;}
.details .time span{ padding:0 5px;}
.details .con{ padding-top:50px; color:#333; line-height:1.7; font-size:16px; padding-left:148px; padding-right:148px;}
.details .con strong{ font-weight:bold;}
.details .con b{ font-weight:bold;}
.details .con img{ max-width:100%;}

.details .foot{border-top:1px solid #ebebeb; padding:40px 95px 0 95px;font-size:16px; font-weight:bold; margin-top:50px; height:50px; line-height:50px;}
.details .foot .lft{ width:450px; border-right:1px solid #ebebeb;}
.details .foot .arrow{ display:block; float:left; height:50px; line-height:50px; width:38px;}
.details .foot .lft .prev{ margin-right:12px; background:url(../image/img2.png) no-repeat left center; border-right:1px solid #ebebeb;}
.details .foot .rgt .next{background:url(../image/img3.png) no-repeat right center; border-left:1px solid #ebebeb; float:right;}
.details .foot .rgt { width:450px; }

.news_headline{padding:20px;background: #fff;}
.news_headline .listmod{}
.news_headline .listmod .list-ul{ padding-bottom:20px;}
.news_headline .listmod .list-ul li{ background: url(../image/Journalism.png) no-repeat 1% center;background-size: 17px;}
.news_headline .listmod .list-ul li:nth-child(2n+1){background:#f7f7f7 url(../image/Journalism.png) no-repeat 1% center;background-size: 17px;}
.news_headline .listmod .list-ul li a{ display:block; height:45px; line-height:45px;overflow:hidden; color:#666; font-size:20px; margin-left: 35px;}
.news_headline .listmod .list-ul li span{ margin-left: 80px; margin-right:28px; display:block; float:right; text-align:center; height:50px; line-height:50px;font-size:20px;}
.news_headline .listmod .list-ul li:hover a{ font-weight:bold; color: #d81e06;}

/*视频中心*/
.news_video li:nth-child(4n+4){margin-right: 0;}
.news_video li{display: inline-block;margin: 0 22px 40px 0;width: 280px;}
.news_video li a{display: block;}
.news_video li a .img{display:block;width: 280px;height: 187px;overflow: hidden;position:relative;}
.news_video li a img{display:block;width: 280px;height: 187px;overflow: hidden;}
.news_video li a:hover img{transform: scale(1.2);width: 100%;height: 100%;}
.news_video li a .title{width:100%;}
.news_video li a .title h3, .news_video li a .title h6{overflow: hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;font-size: 16px;margin-top:12px;}
.news_video li a .title h6{font-size: 10px;margin-top: 10px;color: #b3b3b3;height: 18px;}
.news_video li a span{position: absolute;top:0;left:0;color: #fff;}
.news_video li a span strong{font-size: 35px;position: absolute;top:0;left: 20px;}
.news_video li a span i{font-size: 14px;width:100px;position: absolute;top:45px;left: 15px;}
.news_video li a em{height: 7px; width: 100%;display: block;}
.news_video li:nth-child(6n+1) a em{background: linear-gradient(to left, #e4007f,#e4007f);background:-webkit-linear-gradient(left, #e4007f,#e4007f);background: -o-linear-gradient(left, #e4007f,#e4007f);background: -moz-linear-gradient(left, #e4007f,#e4007f);}
.news_video li:nth-child(6n+2) a em{background: linear-gradient(to left, #f8b551,#f8b551);background:-webkit-linear-gradient(left, #f8b551,#f8b551);background: -o-linear-gradient(left, #f8b551,#f8b551);background: -moz-linear-gradient(left, #f8b551,#f8b551);}
.news_video li:nth-child(6n+3) a em{background: linear-gradient(to left, #e60012,#e60012);background:-webkit-linear-gradient(left, #e60012,#e60012);background: -o-linear-gradient(left, #e60012,#e60012);background: -moz-linear-gradient(left, #e60012,#e60012);}
.news_video li:nth-child(6n+4) a em{background: linear-gradient(to left, #448aca,#448aca);background:-webkit-linear-gradient(left, #448aca,#448aca);background: -o-linear-gradient(left, #448aca,#448aca);background: -moz-linear-gradient(left, #448aca,#448aca);}
.news_video li:nth-child(6n+5) a em{background: linear-gradient(to left, #44cabf,#44cabf);background:-webkit-linear-gradient(left, #44cabf,#44cabf);background: -o-linear-gradient(left, #44cabf,#44cabf);background: -moz-linear-gradient(left, #44cabf,#44cabf);}
.news_video li:nth-child(6n+6) a em{background: linear-gradient(to left, #e57364,#e57364);background:-webkit-linear-gradient(left, #e57364,#e57364);background: -o-linear-gradient(left, #e57364,#e57364);background: -moz-linear-gradient(left, #e57364,#e57364);}
.news_video .listmod{margin: 50px 0;}

.paging{margin-top: 30px;}

.pages{
	margin-bottom:90px;height:auto; overflow:hidden; clear:both; color:#888;
}
.pages ul{ text-align:center;

}
.pages ul li{ font-size:15px;
	display:inline-block;  *display:inline; zoom:1; margin:0 3px; height:40px; line-height:40px;border:1px solid #ddd; border-radius:4px; background:#fff;
}
.pages ul li a,
.pages ul li span{
	color:#888;
}
.pages ul li.selected{
	border:1px solid #217f7d;background:#217f7d; color:#fff;
}
.pages ul li:hover{
	border:1px solid #217f7d;
}
.pages ul li:hover a{
	color:#217f7d; text-decoration:none;
}
.pages ul li a{
	padding:8px 18px;
}
.pages ul li.selected a{
	background:#217f7d; color:#fff;
}
.pages ul li.no{ color:#888;}
.pages ul li.on:hover{ }
.pages ul li.font{ font-family:"宋体";}

.about-box1{padding: 0 120px;margin-bottom: 100px;}
.about-box{}
.about-box .lftbox{ float:left; width:500px; padding-top:80px; padding-bottom:80px; }
.about-box .lftbox1{padding-top:100px; padding-bottom:30px;}
.about-box .rgtbox{ float:right; width:618px; border-left:1px solid #e9e9e9; padding-left:80px; padding-top:80px; padding-bottom:80px;}
.about-box .rgtbox1{padding-bottom:150px;}
.about-box .lftbox .head span{ display:block; color:#cccccc; font-size:22px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.about-box .lftbox .head strong{ display:block; color:#217f7d; font-size:18px; line-height:2;}
.about-box .lftbox .title{margin-bottom: 30px;}
.about-box .lftbox .title span{ display:block; color:#1a577e; font-size:22px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.about-box .lftbox .information{}
.about-box .lftbox .message{color:#666;margin-bottom: 15px;}
.about-box .lftbox .message i{width:14px;height:18px;display: inline-block;vertical-align: top;margin-right:8px;}
.about-box .lftbox .message:nth-child(1) i{background:url(../image/address.png)no-repeat center center;}
.about-box .lftbox .message:nth-child(2) i{background:url(../image/email.png)no-repeat center center;}
.about-box .lftbox .message:nth-child(3) i{background:url(../image/tel.png)no-repeat center center;}
.about-box .lftbox .ma{margin:35px 0 0 20px;display:flex;}
.about-box .lftbox .ma .text{color:#666;text-align:center;margin:auto 25px;}
.about-box .lftbox .ma .text span{display:block;}
.about-box .rgtbox .head span{ display:block; color:#cccccc; font-size:34px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;line-height:1.5;}
.about-box .rgtbox .head strong{ display:block; color:#1a577e; font-size:26px; letter-spacing:10px; }
.about-box .rgtbox .head{ padding-bottom:30px;}
.about-box .rgtbox .body{ color:#666; font-size:14px; line-height:1.8;}
.about-box .rgtbox .body p{ margin-bottom:20px;}

.first-box1{background:#fbfbfb !important;padding:0 0 95px 0 !important;}
.first-box{padding:90px 0;}
.first-box .thumb{width:500px; height:320px; float:left;}
.first-box .thumb img{ display:block;  width:500px; height:320px;}
.first-box .desc{padding-top:8px; width:600px; float:right; line-height:1.7; }
.first-box .desc h3{ font-size:18px; line-height:1.3; font-weight:bold; margin-bottom:20px;}
.first-box .desc strong{ font-size:40px; line-height:1.2; padding-bottom:5px; display:block; color:#217f7d; margin-bottom:50px;}
.first-box .desc .icon1{ margin-bottom:0;}
.first-box .desc .icon{height: 50px;}
.first-box .desc span{ font-size:24px; text-transform:uppercase; color:#eeeeee; font-family:Arial, Helvetica, sans-serif;line-height:1.7; padding-bottom:5px; display:block;}
.first-box .desc p{ color:#666;}
.first-box .desc p span{color: #000;}
.ctit{ text-align:center; background:url(../image/line4.png) no-repeat center bottom; padding-bottom:15px; color:#333; font-size:30px; margin-bottom:40px;}
.yw-box{ padding:58px 0 85px 0;}
.yw-box ul { width:101%;}
.yw-box ul li{ float:left; width:236px; height:200px; text-align:center; margin-right:5px; margin-bottom:5px;}
.yw-box ul li a{ display:block;width:200px; height:170px; padding-top:30px; background:#fff;}
.yw-box ul li i{ display:block; height:110px;}
.yw-box ul li span{ display:block; font-size:16px; color:#333;}
.yw-box ul li a:hover{ background:#217f7d;}
.yw-box ul li a:hover span{ color:#fff; font-weight:bold;}
.yw-box ul li i{position: relative;}
.yw-box ul li i em.i1{width:128px;height: 56px;display:block;position: absolute;top:50%;left:50%;transform: translate(-75%,-50%);}
.yw-box ul li i em.i1 img{position:absolute;clip:rect(0px,64px,56px,0px);width: 128px;height: 100%;}
.yw-box ul li a:hover i em.i1 img{position:absolute;clip:rect(0px,128px,56px,64px);width: 128px;height: 100%;}
.yw-box ul li a:hover i em.i1{width:128px;height: 56px;display:block;position: absolute;top:50%;left:50%;transform: translate(-125%,-50%);}


.yw-box .clearfix1 li{height:80px;width:200px;text-align: left;margin-right:53px;margin-bottom:14px;}
.yw-box .clearfix1 li:nth-child(5n+5){margin-right: 0;}
.yw-box .clearfix1 li a{height: 80px;padding: 0; position:relative;}
.yw-box .clearfix1 li a:hover em{width:20px;height: 9px;position:absolute;left:45%;bottom:-8px;background:url(../image/icon02.png)no-repeat center center;background-size:14px 9px;}
.yw-box .clearfix1 li span{line-height:80px;text-align: center;}
.yw-box .clearfix1 li i{display:inline-block;margin:0 5px 0 15px;height:12px;width:12px; background:url(../image/icon01.png) no-repeat center center;}
.yw-box .clearfix1 li a:hover i{display:inline-block;margin:0 5px 0 15px;height:12px;width:12px; background:url(../image/icon03.png) no-repeat center center;}

.yw-boxs ul{margin-bottom: 50px;}
.yw-boxs ul li{display: inline-block;margin:0 10px 10px 0;}
.yw-boxs ul li a{display: block; cursor: pointer;}
.yw-boxs ul li span{padding:10px 15px;background: #fff;display: block;border: 1px solid #eee;border-radius: 50px;}
.yw-boxs ul li a span:hover{background: #217f7d;color: #fff;}



.case-box{ padding:58px 0 90px 0; background:#fff;}
.case-box .wrapper{ overflow:hidden;}
.case-box ul{ width:103%;}
.case-box li{ width:380px; height:272px; float:left; margin-right:29px; margin-bottom:20px;}
.case-box li a{  display:block;}
.case-box li .thumb{width:380px; height:220px;overflow: hidden;}
.case-box li .thumb img{ display:block; width:380px; height:220px;}
.case-box li .desc{ text-align:center; height:52px; line-height:52px; font-size:18px; }
.case-box li a:hover .desc{ background:#217f7d; color:#fff;}
.case-box li a:hover .thumb img{transform: scale(1.2);transition: all 0.6s;width:100%;height: 100%;}

.aboutMod{ padding:60px 0; background:#fff;}
.aboutMod .head{ height:45px; line-height:45px; margin-bottom:25px;}
.aboutMod .head h3{background:url(../image/line6.png) no-repeat left bottom; padding-bottom:11px;  float:left; color:#217f7d; font-size:24px; font-weight:bold;}
.aboutMod .head a{ float:right; font-weight:bold; color:#ffa23b; font-size:16px; text-transform:uppercase;}
.aboutMod .body{ font-size:14px; color:#666; line-height:30px;}
.aboutMod .leftb{ float:left; width:640px;}
.aboutMod .rightb{ float:right; width:500px;}
.aboutMod .rightb img{ display:block; width:500px; height:280px;}


.swMod{ background:#fff url(../image/bg1.jpg) no-repeat center top;  width:100%; padding:40px 0;}
.swMod .head h3{background:url(../image/line8.png) no-repeat center bottom; line-height:1.1; padding-bottom:22px; text-align:center; color:#fff; font-size:24px; font-weight:bold;}
.swMod .head { margin-bottom:30px;}
/*.newsMod{ background:#fff url(../images/bg.png) no-repeat center bottom; padding-bottom:100px; width:100%;}*/
.picbox{ float:left; width:700px;}
.listbox{ float:right; width:460px;}

.newsMod{ margin-bottom:50px;margin-top: 30px;}
.newsMod .head{ height:22px; line-height:22px;margin-bottom:25px;}
.newsMod .head h3{height:22px; line-height:22px; border-left:4px solid #21a795; font-size:22px; font-weight:bold; float:left; padding-left:10px;}
.newsMod .head a{ float:right; color:#666; font-size:16px; float:right; font-weight:bold; text-transform:uppercase;}

.listbox li{ height:44px; line-height:44px; overflow:hidden; border-bottom:1px solid #eee;}
.listbox li a{ display:block; padding-left:12px; background:url(../image/dot.png) no-repeat left center;height: 100%;}
.listbox .two a span{width: 300px;display: inline-block;overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.listbox li em{ float:right; color:#999;}
.listbox .first{ overflow:hidden; height:82px; position:relative; padding-left:90px; background:none;}
.listbox .first a{ display:inherit; background:none; padding:0;}
.listbox .first span{ position:absolute; left:0; top:0; display:block; line-height:1.3; font-weight:bold;  text-align:center; width:82px; font-size:14px;  color:#777;}
.listbox .first span i{ display:block; line-height:44px; font-size:40px; color:#222; font-weight:bold;}
.listbox .first span em{font-weight: bold;font-size: 14px;width:82px;height:18px;color:#777;overflow: hidden;}
.listbox .first h4{ font-size:16px;  overflow:hidden; height:20px; line-height:20px;}
.listbox .first .txt{ font-size:12px; color:#999; line-height:19px; padding-top:5px;}
.listbox li a:hover{ color:#ff743b;}

.scrollBox{ width:700px;position:relative; }
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:700px;}
.scrollBox {position:relative;overflow:hidden;zoom:1;}
.scrollBox .piclist li{float:left; display:inline; width:220px;background:#f7f7f7;margin-right:20px;}
.scrollBox .piclist li .desc{height:40px;line-height:40px;display:block;text-align:center;   }
.scrollBox .piclist li:hover .desc{ background:#ffa23b; color:#fff;}
.scrollBox .piclist li:hover img{transform: scale(1.2);transition: all 0.6s;}
.scrollBox .piclist li .thumb{width:220px; height:150px;overflow: hidden;}
.scrollBox .piclist li .thumb img{ display:block; width:220px; height:150px;}
.scrollBox .pageBtn .list{overflow:hidden;zoom:1; text-align:center; padding-top:15px;}
.scrollBox .pageBtn .list li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:7px; height:7px; margin:5px;  overflow:hidden;
	line-height:9999px; border:1px solid #aeaeae; border-radius:16px; background:#aeaeae;}
.scrollBox .pageBtn .list li.on{ background:#ff743b;border:1px solid #ff743b; }


.partner{min-height: 500px;}
.partner .written_words{text-align: center; color: #666; margin:40px 0;font-size: 18px;}
.partner .img{ margin: auto; padding-bottom: 50px; margin-right: -20px;}
.partner .img li {float: left; border: 1px solid #eee; background: #fff; text-align: center; width:222px;height: 82px; overflow:hidden; margin: 0 20px 20px 0;}
.partner .img li img{height: 100%; width: auto;}
.partner .img li:hover img{transform: scale(1.2);transition: all 0.6s;}

.roundabout_box { width: 1200px; height:310px; margin:0 auto;}
.roundabout-holder{list-style:none; width: 100%; height:100%; margin: 0 auto;display: flex;justify-content: space-between;}
.roundabout-moveable-item{box-shadow: 0 10px 5px #aaa; font-size:12px!important; height:95%; width:390px; cursor:pointer; background:#f7f7f7; display: inline-block;position:relative;}

.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}

.roundabout-moveable-item:hover .indexPart2ConTop span{background: url(../image/bg2.jpg) no-repeat center top;color:#fff;}
.roundabout-moveable-item .indexPart2ConTop{height:80px;font-size:24px; color:#239394; font-weight:bold;text-align:left;vertical-align: middle;}
.roundabout-moveable-item .indexPart2ConTop span{display:block; height:80px;text-align: center;line-height: 80px;}
.roundabout-moveable-item .indexP2C-BList{height: 180px;padding:10px 0 5px 15px; z-index: 9; background-repeat: no-repeat; background-size:40px; background-position: 335px 135px;}
.roundabout-moveable-item .indexPart2ConBotm{background: #fff;padding: 0 55px;height: 220px;display: none;position:relative;}
.roundabout-moveable-item .ico{ position:absolute; right:10px; bottom:10px;z-index: 0;}
.roundabout-moveable-item .i1{width:60px;height:60px;display: block;}
.roundabout-moveable-item .i1 img{width:100%;height:100%;}
.roundabout-moveable-item .indexPart2ConTop a{ display:block; float:left; width:175px; height:32px; font-weight: normal; line-height:32px; font-size:14px;padding-left:10px; background:url(../image/dot.png) no-repeat left center;z-index: 10;}
.roundabout-moveable-item .indexPart2ConTop a:hover{ color:#ff743b; text-decoration:underline;z-index: 10;}

/* 加入我们 */
.contact{padding: 100px 0 20px 0;width:450px;float:right;}
.contact .left{float: right;width: 100%;}
.contact .left .inp{margin-bottom:0.85rem;color: #fff;}
.contact .left input{height:40px; font-size:16px;width: 100%;background: #d5ebeb;padding:0 1rem;box-sizing: border-box;outline: none;border:0;border-radius: 5px;}
.contact .left textarea{width: 100%; display:block;height:8.5rem;padding:0.7rem 1rem; font-size:16px;background:#d5ebeb;border: 0;box-sizing: border-box;border-radius: 5px;}
.contact .left .btn{width: 30%; font-size:1rem;height:45px;line-height:45px;text-align: center;background: #199395;color: #fff;display: block;margin:auto;border-radius: 5px;}

/*人才招聘*/
.job{ padding: 30px 120px;}
.job .title_cn{ color: #1a577e; text-align: center; font-size: 26px;}
.job .title_en{ color: #999; text-align: center; font-size: 14px;}
.job .job_list{ color: #666; font-size: 16px; line-height: 1.8; padding-top: 30px;}
.job .job_list h1{ color: #1a577e; font-size: 18px; border-bottom: 2px solid rgb(204, 204, 204); padding-bottom: 5px; margin-bottom: 10px;}

/* 栏目页banner */
.banner{width:100%;height: 280px;background-size: 100% 280px;position:relative;background-position: center center;background-repeat: no-repeat;}
.banner .body_div{ font-family: 黑体; color: #fff;}
.banner .body_div h3{font-size: 50px;}
.banner .body_div span{font-size: 20px;}

/* 一站式服务banner */
.banners{width:100%;height: 554px;background-size: 100% 554px;position:relative;}
.banners .txt{}
.banners .body_divs{ font-family: 黑体;}
.banners .body_divs h3{font-size: 50px;}
.banners .body_divs span{font-size: 20px;}

/*网站地图*/
.navigation{min-height: 500px;width: 1000px;margin: auto;}
.navigation .nav{margin:50px 0;}
.navigation h3{width:130px;height: 30px;background: #1e6b7f;font-size: 16px;font-weight: bold;color: #fff;text-align: center;line-height: 30px;}
.navigation .zhu_nav{margin-bottom:30px;}
.navigation ul li{display: inline-block;margin:30px 0 30px 60px;}
.navigation ul li a{text-decoration: underline;font-size: 16px;font-weight: bold;}
.navigation .fu_nav ul:nth-child(4) li:nth-child(2){display: none;}
.navigation .fu_nav ul:nth-child(4) li:nth-child(3){display: none;}
.navigation .fu_nav ul:nth-child(4) li:nth-child(4){display: none;}




