@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}     
html{font-size:62.5%}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body{ 
	margin:0px auto;
	font-size:14px;
	color:#333;	
	background: #F5F5F5;
}
img{border:none;}
button,submit{cursor:pointer;}

li{list-style-type:none;}
ul{list-style:none;}
i{ font-style:normal;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover{color:#b60005; text-decoration:none;}
.cl{ clear:both;}
.fr{float:right}
.fl{float:left}

.mar{margin: 0px auto;}
input{outline:none;}
.trans,a{

    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}
.wap{display: none;}
.box{margin:0 auto;width: 1200px; }

.header{width:100%;background: #F1F8F9;padding-bottom:10px;}
.menu{height: 50px;width:100%;background:#613115;}
.header .logo{float:left;margin-top:15px;}
.header .rdiv{float:right;margin-top:32px;}
.header .rdiv .tel{float:left;width:185px;height: 40px;border:1px solid #E4EDEE;border-radius:40px;text-align: center;line-height: 40px;background: #F1F8F9;}
.header .rdiv .tel span{background:url(../images/ico1.jpg) left center no-repeat;padding-left:30px;display:inline-block; }
.header .rdiv .yuyue{float:left;margin-left:20px;width:137px;height: 40px;background: #00DBA5;border-radius:40px;line-height: 40px;text-align: center;}
.header .rdiv .yuyue a{display: inline-block;background: url(../images/ico2.jpg) left center no-repeat;padding-left:25px;color: #fff;}

.nav{width:100%;float:left;}
.nav a{color:#fff; font-size:16px;display:inline-block;line-height:50px;padding:0 23px;}
.subnav{background: #fff;}
.subnav .nav a{color:#333;}
.nav ul{width:100%;float:left;}
.nav li{position: relative;float:left;z-index: 9999;}
.nav li:hover,.nav li.cur{background: #12A6F5;}


.nav a:nth-of-type(2){-webkit-animation-delay:0.4s; animation-delay:0.4s;}
.nav a:nth-of-type(3){-webkit-animation-delay:0.5s; animation-delay:0.5s;}
.nav a:nth-of-type(4){-webkit-animation-delay:0.6s; animation-delay:0.6s;}
.nav a:nth-of-type(5){-webkit-animation-delay:0.7s; animation-delay:0.7s;}
.nav a:nth-of-type(6){-webkit-animation-delay:0.8s; animation-delay:0.8s;}
@-webkit-keyframes upIn{
	0%{opacity:0; -webkit-transform:translateY(-30px);}
	100%{opacity:1; -webkit-transform:translateY(0);}
}
@keyframes upIn{
	0%{opacity:0; transform:translateY(-30px);}
	100%{opacity:1; transform:translateY(0);}
}

.nav .sub{ position:absolute; display:none; left:0; top:50px; width:100%; background:rgba(0,0,0,0.5);*background:#000;z-index: 99999999999;}
.nav li:hover .sub{ -webkit-transition:color 0.5s; transition:color 0.5s;  -webkit-animation:upIn 0.4s ease 0.1s both; animation:upIn 0.4s ease 0.1s both;display: inline-block;}
.nav .sub ul{text-align: left;}
.nav .sub li{ text-align:center; float:none; border-bottom: 1px solid rgba(0,0,0,0.2);line-height: 40px;}
.nav .sub li a{ padding:0; margin:0; line-height:50px; color:#fff; font-size:13px;}
.nav .sub li:hover{background:rgba(0,0,0,0.2);}
.nav .sub li::before{display: none;}

.menu_list{width:100%;padding:0 4%;}
.menu_list.left-menu{padding:0 0 30px 0;width:100%;float:left;}
.left-menu .menu_head{padding:2px 0;display: inline-block;background: #EAE8E8;width:100%;border-bottom:1px solid #FCFCFC;}
.left-menu .menu_head.current{}
.left-menu .menu_head i.ico{width:4px;height: 21px;background: #A3A2A2;display: inline-block;vertical-align: middle;margin:0 15px;}

.menu_head{
	border-top: solid 1px rgba(255,255,255,0.3);
	font-size: 16px;	
	cursor: pointer;	
	color: #676767;
	font-weight: normal;
	position: relative;
	line-height: 40px;
	margin:0;
	
	
}
.menu_head a{font-size:16px;color: #676767;font-weight: normal;border:none;}
.menu_list .current{}
.menu_body{
	line-height: 38px;
	
	
}
.menu_body a{width:100%;margin:0;display:block;height:38px;line-height:38px;padding:0;padding-left:4%;color:#fff;text-decoration:none;}
.menu_body a:hover{text-decoration:none;}
.menu_head.nobg{background: none;}
.menu_list.left-menu{padding:0;}
.left-menu .menu_head{padding:0 0;}
.left-menu .menu_body{padding:0;}
.left-menu .menu_body a{display: block;background: #EAE8E8;height: 45px;line-height: 45px;margin-top:1px;padding-left:20px;color:#333;}

.home-keshi{width:100%;background: #62BFF2;height: 120px;}
.home-keshi ul{width:100%;float:left;text-align: center;}
.home-keshi li{float:none;margin:0 33px;text-align: center;margin-top:20px;display: inline-block;}
.home-keshi li .ico{width:58px;height: 58px;border-radius:58px;display: inline-block;}
.home-keshi li p{display: block;font-size:14px;color: #fff;margin-top:8px;}
.home-keshi li .ico span{width:100%;height: 100%;display: block;background-position: center;background-repeat: no-repeat;}
.home-keshi li .ico1 span{background-image:url(../images/ks1.png);}
.home-keshi li .ico2 span{background-image:url(../images/ks2.png);}
.home-keshi li .ico3 span{background-image:url(../images/ks3.png);}
.home-keshi li .ico4 span{background-image:url(../images/ks4.png);}
.home-keshi li .ico5 span{background-image:url(../images/ks5.png);}
.home-keshi li .ico6 span{background-image:url(../images/ks6.png);}
.home-keshi li .ico7 span{background-image:url(../images/ks7.png);}
.home-keshi li .ico8 span{background-image:url(../images/ks8.png);}
.home-keshi li .ico9 span{background-image:url(../images/ks9.png);}

.hi-icon-effect-2 .ico {
	color: #eea303;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-2 .ico:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.hi-icon-effect-2a .ico:hover {
	color: #eea303;
}

.hi-icon-effect-2a .ico:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.home-keshi li .ico {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.home-keshi li .ico:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.home-keshi li .ico:before {
	
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.home-vd{width:365px;*width:345px;float:left;height: 360px;*height: 340px;background: #fff;margin-top:30px;padding:10px;overflow: hidden;}
.home-news1,.home-news2{float:left;margin:30px 0 0 10px;height: 360px;*height: 340px;overflow: hidden;background: #fff;padding:10px;}
.home-news1{width:470px;*width:450px;}
.home-news2{width:345px;*width:325px;}
.news-tab{width:100%;float:left;border-bottom:2px solid #F5F5F5;margin-top:6px;}
.news-tab li{float:left;padding:0 10px;margin:0 8px;font-size:16px;position: relative;padding-bottom:10px;}
.news-tab li.hover{color: #0A94DC;}
.news-tab li.hover::before{content: "";width:100%;position: absolute;bottom:-2px;left:0;height: 2px;background: #0A94DC;}
.news-tab a{float:right;font-size:14px;}
.home-news1 .list,.home-news2 .list{width:100%;float:left;padding:10px;*width:300px;}
.home-news1 .list li,.home-news2 .list li{width:100%;float:left;}
.home-news1 .list li a,.home-news2 .list li a{display: block;width:100%;line-height: 35px;height: 35px;overflow: hidden;background: url(../images/ico3.jpg) left center no-repeat;padding-left:13px;text-overflow: ellipsis;white-space: nowrap;font-size:14px;}

.home-team{width:100%;float:left;background: #fff;margin-top:10px;}
.home-team .tit{width:100%;float:left;border-bottom:2px solid #F5F5F5;}
.home-team .tit span{float:left;padding:0 10px;margin:0 8px;font-size:18px;position: relative;padding-bottom:10px;padding:20px;color: #27A9ED;}
.home-team .tit span::before{content: "";width:100%;position: absolute;bottom:-2px;left:0;height: 2px;background: #0A94DC;}
.home-team .tit a{float: right;line-height: 60px;margin-right:20px;}
.picScroll-left{ width:100%; overflow:hidden; position:relative;float:left;padding:20px;}
.picScroll-left .hd{ overflow:hidden;  height:0px}
.picScroll-left .hd .prev,.picScroll-left .hd .next{width:24px; height:42px; overflow:hidden; cursor:pointer;position: absolute;top:50%;margin-top:-21px;}
.picScroll-left .hd .next{background: url(../images/right.png) no-repeat;right:15px;}
.picScroll-left .hd .prev{background: url(../images/left.png) no-repeat;left:15px;}
.picScroll-left .hd ul{display: none;}
.picScroll-left .hd ul li{}
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 30px; float:left; _display:inline; overflow:hidden; text-align:center;width:220px;}
.picScroll-left .bd ul li img{ width:215px; height:246px; display:block; }

.picScroll-left .bd ul li p{ line-height:24px;padding-top:15px;font-size:14px;font-weight: bold;}
.picScroll-left .bd ul li p.t2{padding-top:5px;display: block;font-weight: normal;color: #888;}
.shebei{width:100%;float:left;padding:20px 0;}
.shebei ul{}
.shebei li{width:210px;float:left;margin-left:25px;}

/* .footer{width:100%;background: #DAEFFA;border-top:1px solid #D4D9D9;} */

.foot{margin: 0 auto;background: #61300C;border-top: #585858 solid 1px;width: 100%;min-width: 1190px;}
.footer{width:1190px; margin:0 auto; padding-bottom:25px; overflow:hidden; zoom:1; color:#8f8b8c;}
.footwz{width:700px; float:left;}
.footwz span{float:left; width:700px; color:#eeeab7; margin:20px 0 0 25px; display:inline;}
.footwz span strong{float:left; width:285px; color:#FFF; font-weight:normal; font-size:14px;}
.footwz p{float:left; width:680px; line-height:22px; margin:5px 0 0 25px; display:inline; color: #FFF;}
.wx{float:left; width:300px; margin:20px 0 0 100px;}
.wx span{float:left; font-size:14px; width:185px; margin:10px 0 0 15px; display:inline; color: #FFF;}
.wx p{float:left; width:185px; font-size:12px; line-height:26px; margin:5px 0 0 15px; display:inline; color: #FFF;}
.wx em{float:left; width:87px; height:87px;  display:inline; background:#FFF; padding:6px;}










.left-links{width:100%;float:left;padding:15px 0;}
.left-links .tit{float:left;font-size:14px;color: #fff;padding:5px;background:#0A94DC;border-radius:4px;}
.left-links ul{float:left;padding:0 10px;}
.left-links li{float:left;padding:5px;}
.left-links li a{font-size:14px;color: #666666;}
.footer .right-ewm{float:right;border-left:1px solid #D4D9D9;padding-left:40px;margin:40px 0;}
.footer .right-ewm .list{width:140px;float:left;margin-left:28px;}
.footer .right-ewm .pic{background: #fff;width:100%;padding:10px;float:left;*width:120px;*height:120px;}
.footer .right-ewm .pic img{width:120px;height: 120px;vertical-align: bottom;}
.footer .right-ewm p{width:100%;float:left;color: #666;font-size:14px;padding-top:12px;text-align: center;}

.footer-copyright{float:left;line-height: 25px;color: #666;font-size:14px;margin-top:40px;}

.copyright{width:100%;background:;text-align: center;padding:10px;color: #666;font-size:12px;border-top:1px solid #D4D9D9;}

.sub-banner{width:100%;height: 200px;}
.sub-left{width:264px;float:left; margin-top: 190px;}
.sub-left .tit{width:100%;*width:234px;float:left;height:60px;background: #0A94DC;text-align: left;line-height: 60px;font-size:20px;margin-top:-60px;color: #fff;padding-left:30px;}
.sub-left ul{width:100%;float:left;}
.sub-left li{width:100%;float:left;height: 51px;line-height: 51px;text-align: center;background: #F9F9F9;border-bottom:1px solid #E1E1E1;}
.sub-left li a{font-size:12px;color: #555;background: url(../images/ico9.png) 232px center no-repeat;display: block;text-align: left;padding-left:30px;}
.sub-left li.cur,.sub-left li:hover{background: #fff;}
.sub-left li.cur a,.sub-left li:hover a{background: url(../images/ico8.png) 221px center no-repeat;}
.sub-left li.subli{background: #F9F9F9;height: 40px;line-height: 40px;}
.sub-left li.subli a{background: none;padding-left:40px;font-size:15px;}
.sub-left li.subli.cur a{color: #0A94DC;}

.sub-left .left-tel{width:100%;float:left;border:2px solid #0A94DC;padding:20px 15px;*width:234px;}
.sub-left .left-tel .rexian{width:100%;float:left;background: url(../images/tel-bg.png) left top no-repeat;height: 47px;padding:24px 0 0 52px;}
.sub-left .left-tel .rexian p{width:100%;float:left;font-size:22px;color: #586579;font-weight: bold;}
.sub-left .tel-list{width:100%;float:left;margin-top:23px;} 
.sub-left .tel-list dd{width:100%;float:left;line-height: 20px;font-size:13px;}
.sub-left .tel-list dd span{float:left;width:70px;text-align: right;}
.sub-left .tel-list dd p{float:left;width:150px;}
.sub-left .telt{width:100%;float:left;height: 50px;line-height: 50px;text-align: center;background: #0A94DC;color: #fff;font-size:20px;margin-top: -46px;;}

.sub-right{width:904px;float:right;  margin-top: 190px;}
.sub-right .area{width:100%;float:left;line-height: 51px;height: 51px;padding: 75px 0;}
.sub-right .area p{float:left;font-size:16px;color: #4E8CDA;}
.sub-right .area .leftcon{float:left;font-size:14px;}
.sub-right .area .leftcon a{font-size:14px;}
.sub-rline{width:100%;float:left;height: 1px;background: #ddd;}
.sub-rtit{width:100%;float:left;margin-top:20px;}
.sub-rtit span{float:left;font-size:24px;background: url(../images/ico12.jpg) bottom left no-repeat;padding-bottom:12px;}
.sub-content{width:100%;float:left;line-height: 26px;font-size:16px;padding:30px 0;color: #808080;}

.sub-rtitle{width:100%;float:left;text-align: center;font-size:24px;color: #3478cd;padding:38px 0;}



.news-list{width:100%;float:left;}
.news-list li{width:100%;float:left;border-bottom:1px solid #F3F3F3;padding:33px 0;}
.news-list li .pic{float:left;width:207px;height: 158px;overflow: hidden;}
.news-list li .pic img{max-width: 100%;vertical-align: bottom;}
.news-list li .con{float:left;width:680px;padding:20px 0 0 30px;}
.news-list li .con .t{width:100%;float:left;position: relative;}
.news-list li .con .t a{display: block;font-size:20px;color: #004a9f;padding-right:160px;}
.news-list li .con .t span{position: absolute;right:0;top:5px;color: #b3b3b3;font-size: 18px;}
.news-list li .con p{width:100%;display: block;font-size:14px;line-height: 30px;color: #9a9a9a;padding:15px 0 0 0;float:left;}
.news-list li .con .more{width:100%;float:left;text-align: right;}
.news-list li .con .more a{display: inline-block;width:105px;height: 30px;border-radius:3px;background: #4C87CA;color: #fff;text-align: center;line-height: 30px;    font-size: 17px;}
.news-list li .con .more a:hover{background: #3269A7;}
.news-list li.nopic .pic{display: none;}
.news-list li.nopic .con{width: 100%;padding-left:0;}

.pages{width:100%;float:left;text-align: center;padding:40px 0;font-size: 25px;}
.pages a,.pages span{display: inline-block;height: 32px;text-align: center;line-height: 32px;padding:0 15px;}
.pages a:hover,.pages span{background: #4E8CDA;color: #fff;}
.pages li{display: inline-block;}

.show-title{width:100%;float:left;text-align: center;border-bottom:1px solid #f3f3f3;padding:25px 0;font-size:24px;}
.show-title p{font-size:18px;color: #b0b0b0;padding-top:15px;font-size:14px;position: relative;}
.show-title p a{padding:8px 15px;background: #0A94DC;color: #fff;font-size:12px;position: absolute;right:0;top:10px;}
.show-content{width:100%;float:left;padding:0px 0;line-height: 30px;font-size:14px;}
.show-page{width:100%;float:left;border-top:1px solid #f3f3f3;padding:30px 0;font-size: 15px;}
/*.show-page  .prev{float:left;}
.show-page .next{float:right;}*/
.show-page a{font-size:14px;}

.sub-list{width:100%;float:left;}
.sub-list ul{}
.sub-list li{width:100%;float:left;padding:15px 5px;border-bottom:1px dotted #ddd;position: relative;}
.sub-list li a{float:left;width:100%;font-size:15px;line-height: 20px;padding-right:90px;}
.sub-list li span{position: absolute;right:0;top:0;line-height: 20px;font-size:14px;padding:15px 5px;}


.sub-list-pic{width:100%;float:left;}
.sub-list-pic ul{margin-left:-20px;}
.sub-list-pic li{width:207px;float:none;margin:25px 0 0 20px;vertical-align: top;display: inline-block;}
.sub-list-pic li img{width:100%;vertical-align: bottom;height: 158px;}
.sub-list-pic li p{width:100%;display: block;text-align: center;font-size:14px;padding-top:8px;}

.sub-list-team{width:100%;float:left;}
.sub-list-team li{width:100%;float:left;border-bottom:1px dotted #ddd;padding:20px 0;}
.sub-list-team li .pic{float:left;width:154px;}
.sub-list-team li .pic img{max-width: 100%;vertical-align: bottom;}
.sub-list-team li .con{float:left;width:730px;padding:20px 0 0 20px;}
.sub-list-team li .con .t1{font-size:18px;width:100%;float: left;}
.sub-list-team li .con .t2{font-size:14px;width:100%;float: left;padding:10px 0;}
.sub-list-team li .con .t3{font-size:14px;line-height: 24px;width:100%;float: left;color: #666;}

.sub-list-keshi{width:100%;float:left;margin:30px 0;}
.sub-list-keshi li{float:left;height: 35px;line-height: 35px;width:216px;text-align: center;margin:5px;background: #DAEFFA;position: relative;}
.sub-list-keshi li a{font-size:14px;color: #333;}
.sub-list-keshi li.cur{border:1px solid #2FAFF0;}
.sub-list-keshi li .ico{display: none;}
.sub-list-keshi li.cur .ico{position: absolute;top:-1px;left:-1px;width:20px;height: 35px;display: block;background: url(../images/zhongdian2.png);}
.sub-content img{max-width: 100%;}


/*0829*/
.home-keshi-box{width:100%;float:left;}
.home-keshi-left{width:845px;float:left;background: #fff;height: 390px;margin-top:15px;}
.home-keshi-box .tit{width:100%;float:left;border-bottom:2px solid #F5F5F5;}
.home-keshi-box .tit span{float:left;padding:0 10px;margin:0 8px;font-size:18px;position: relative;padding-bottom:10px;padding:20px;color: #27A9ED;}
.home-keshi-box .tit span::before{content: "";width:100%;position: absolute;bottom:-2px;left:0;height: 2px;background: #0A94DC;}
.home-keshi-box .tit a{float: right;line-height: 60px;margin-right:20px;}
.home-keshi-list{width:100%;float:left;padding:20px 20px 0 20px;height:318px;overflow:hidden;}
.home-keshi-list ul{float:left;width:100%;}
.home-keshi-list li{float:left;margin:5px;position: relative;}

.home-keshi-list li a{display: block;height: 23px;line-height: 23px;width:190px;font-size:12px;text-align: center;background: #DAEFFA;}
.home-keshi-list li.cur a{border:1px solid #2FAFF0;line-height: 21px;}
.home-keshi-list li .ico{display: none;}
.home-keshi-list li.cur .ico{display: block;width:15px;height: 32px;background: url(../images/zhongdian.png);position: absolute;left:-14px;top:0;}
.home-keshi-list .keshi-tab{width:130px;float:left;border-right:1px solid #e8e8e8;height: 296px;padding-right:15px;padding-top:5px;}
.home-keshi-list .keshi-tab span{float:left;width:100%;font-size:14px;margin-bottom:15px;border:1px solid #e9e9e9;text-align: center;line-height: 30px;color:#D97C41;position: relative;}
.home-keshi-list .keshi-tab span.hover{background:#D97C41;border-color: #D97C41;color: #fff; }
.home-keshi-list .keshi-tab span.hover::after{content: "";width:5px;height: 10px;position: absolute;right:-6px;top:50%;margin-top:-5px;background: url(../images/ico13.jpg);}
.home-h400{height: 390px;*height: 370px;}
.home-daohang{width:100%;float:left;}
.home-daohang li{width:33.333%;float:left;text-align: center;padding:5px;margin-top:5px;*padding:0;*margin-top:15px;}
.home-daohang li p{font-size:14px;}
.home-team .tit span,.home-keshi-box .tit span{padding:15px;}
.home-team .tit a,.home-keshi-box .tit a{line-height: 50px;height: 50px;}
.home-key{width:24.5%;float:left;padding:20px 0 20px 20px;*width:274px;}
.home-key .t{width:100%;float:left;padding-bottom:10px;font-size:15px;}
.home-key .pic{width:100%;float:left;height: 90px;overflow: hidden;}
.home-key .pic img{max-width: 100%;vertical-align: bottom;}
.home-key ul{width:100%;float:left;margin-top:10px;}
.home-key li{width:100%;float:left;line-height:0px;position: relative;padding-left:10px;}
.home-key li::before{width:3px;height: 3px;background: #666;position: absolute;left:0;top:50%;margin-top:-2px;content: "";}
.home-key li a{font-size:13px;width:100%;display: block;line-height: 24px;height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.bannerbg a{display: block;width:100%;height: 100%;}

.bot-zj-tit{width:100%;float:left;margin:30px 0;text-align: center;}
.bot-zj-tit span{display: inline-block;font-size:20px;font-weight: bold;padding:0 15px;vertical-align: middle;}
.bot-zj-tit span::before{width:150px;height: 2px;background: #e8e8e8;display: inline-block;content: "";vertical-align: middle;margin-right:15px;}
.bot-zj-tit span::after{width:150px;height: 2px;background: #e8e8e8;display: inline-block;content: "";vertical-align: middle;margin-left:15px;}
.bot-zj{width:100%;float:left;margin-bottom:30px;}
.bot-zj li{width:32.666%;padding:15px;overflow: hidden;display: inline-block;vertical-align: top;}
.bot-zj li .pic{float:left;width:120px;}
.bot-zj li .pic img{width: 100%;}
.bot-zj li .con{width:145px;float:left;padding-left:10px;font-size:14px;}
.bot-zj li .con .t{font-weight: bold;font-size:16px;}
.bot-zj li .con p{width:100%;display: block;font-size:14px;padding-top:10px;line-height: 21px;}
.bot-zj li .con p span{color: #666;}

.show-team-con{width:100%;float:left;border-bottom:1px solid #e8e8e8;padding:30px 0;}
.show-team-con .pic{max-width:230px;float:left;text-align: left;}
.show-team-con .pic img{max-width: 100%;}
.show-team-con .con{padding-top:30px;line-height: 30px;width:540px;float:left;padding:20px 0 0 30px;}
.show-team-con .con p{font-size:20px;font-weight: bold;padding-bottom:20px;display: block;}



.float-r{width:80px;border:1px solid #DBDBDB;background: #fff;position: fixed;right:20px;bottom:50px;}
.float-r .ico{width:100%;float:left;background: url(../images/float-ico.png) center no-repeat;height:60px;}
.float-r li{width:100%;float:left;height: 60px;display: table;text-align: center;border-bottom:1px solid #DBDBDB}
.float-r li a{display: table-cell;vertical-align: middle;font-size:15px;color: #339FFC;line-height: 23px;}
.float-r .cd-top {
  display: block;
  height: 40px;
  width: 100%;
  
  overflow: hidden;
  
  white-space: nowrap;
  background:url(../images/float-top.png) no-repeat center;
  
  
}

.sub-form{width:100%;float:left;padding:35px 15px;}
.sub-form li{width:100%;float:left;margin:10px 0;}
.sub-form li p{width:100%;float:left;font-size:15px;font-weight: bold;line-height: 35px;color: #888;}
.sub-form li span{width:100%;float:left;margin-top:10px;}
.sub-form li .input-text{width:200px;border:1px solid #c8c8c8;height: 35px;margin-left:0;padding:0 10px;}
.sub-form li p.p1{width:auto;min-width: 80px;}
.sub-form li p.p2{width:auto;min-width: 120px;}
.sub-form li span.s1{width:auto;margin-top:0;}
.sub-form li label{margin-right:15px;}
.sub-form li span.s2 label{width:25%;margin:0;padding:10px 15px 0 0;float:left;}
.sub-form .text{width:650px;height: 130px;padding:10px;}
.sub-form .input{width:160px;height: 40px;border:none;cursor: pointer;color: #fff;background: #4E8CDA;font-size:15px;}

.sub-daohang{padding:75px 0;}
.sub-daohang li{height: auto;line-height: normal;border:none;background: none;}
.sub-daohang li a{padding:0;text-align: center;}


/* 本例子css */
.slideBox{ width:1200px; overflow:hidden; position:relative;margin:15px auto 0 auto;z-index: 9;height: 400px;}
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:0; bottom:15px; z-index:1; width:100%;text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1;width:80px;float:right;}
.slideBox .hd ul li{ width:12px; height:12px;border-radius:12px; background:#fff; cursor:pointer;float:left;margin:0 5px;opacity: .6}
.slideBox .hd ul li.on{ background:#fff;opacity: 1;}
.slideBox .bd{ position:relative; height:400px; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;height: 400px;}
.slideBox .bd li .pic{/* width:900px; */float:left;}
.slideBox .bd li .pic img{width:100%;height: 400px;}
.slideBox .bd li .con{width:290px;float:right;background: #0A94DC;height: 400px;padding:20px;}
.slideBox .bd li .con .t1{display: block;width:100%;margin-top:20px;position: relative;padding-bottom:20px;}
.slideBox .bd li .con .t1::after{content: "";width:30px;height: 2px;background: #fff;position: absolute;bottom:0;left:0;}
.slideBox .bd li .con .t1 a{font-size:15px;color: #fff;}
.slideBox .bd li .con .t2{font-size:12px;margin-top:15px;display: block;width:100%;line-height: 24px;color: #fff;}
.show-title h1{font-size:24px;font-weight: normal;}

.swiper-container{width:100%;}
.swiper-slide img{width:100%;height: 160px; margin-top: 20px;}




.hlw-box{width:1200px;margin:0 auto;}
.hlw-box .banner{width:100%;float:left;position: relative;max-height: 170px;overflow: hidden;}
.hlw-box .banner img{max-width:100%;vertical-align:bottom;}
.hlw-box .banner .hlw-menu{position: absolute;right:30px;bottom:20px;}
.hlw-box .banner .hlw-menu a{font-size:22px;color: #00A8FF;margin-left:30px;display: inline-block;}

.hlw-news{width:470px;height: 420px;float:left;background: #fff;background: #fff;margin-top:16px;}
.hlw-news ul{width:100%;float:left;}
.hlw-news li{width:100%;float:left;line-height: 42px;background: url(../images/hlw-ico.jpg) left center no-repeat;padding-left:13px;height: 42px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hlw-news li a{font-size:18px;}
.hlw-picnews{width:660px;float: right;height: 420px;overflow: hidden;margin-top:16px;}
.hlw-picnews img{max-width: 100%;vertical-align: bottom;}
.hlw-ad{width:100%;float:left;margin-top:16px;max-height:100px;overflow:hidden;}
.hlw-ad img{max-width: 100%;vertical-align: bottom;}

.hlw-bg{width:100%;float:left;margin-top:16px;padding:0 0;}
.hlw-bg li{width:33.333%;float:left;text-align: center;border-left:1px solid #8CCDEF;padding:0 30px;min-height: 280px;}
.hlw-bg li h3{width:100%;float:left;color: #333;font-size:30px;font-weight: normal;}
.hlw-bg li h3 a{color:#333;}
.hlw-bg li h3 i{margin-right:20px;width:74px;height: 74px;display: inline-block;}
.hlw-bg li h3 i.ico1{background: url(../images/hlw-ico1.png) center bottom no-repeat;}
.hlw-bg li h3 i.ico2{background: url(../images/hlw-ico2.png) center bottom no-repeat;}
.hlw-bg li h3 i.ico3{background: url(../images/hlw-ico3.png) center bottom no-repeat;}

.hlw-bg li h3 i.ico4{background: url(../images/hlw-ico4.png) center bottom no-repeat;}
.hlw-bg li h3 i.ico5{background: url(../images/hlw-ico5.png) center bottom no-repeat;}
.hlw-bg li h3 i.ico6{background: url(../images/hlw-ico6.png) center bottom no-repeat;}
.hlw-bg li:first-child{border:none;}
.hlw-bg li .text{width:100%;float:left;line-height: 28px;font-size:18px;text-align: left;color: #333;margin-top:20px;height: auto;overflow: hidden;}
.hlw-bg li .text a{font-size:16px;color:#0A94DC;}

.hlw-newslist{width:100%;float:left;}
.hlw-newslist ul{margin-left:-24px;}
.hlw-newslist li{width:384px;float:left;margin:16px 0 0 24px;height:292px;overflow:hidden;}
.hlw-newslist li .tit{width:100%;float:left;border-bottom:1px solid #ddd;}
.hlw-newslist li .tit span{float: left;position: relative;padding-bottom:10px;color: #0A94DC;font-size:18px;}
.hlw-newslist li .tit span::after{content: "";width:100%;height: 1px;background: #0A94DC;position: absolute;bottom:-1px;left:0;}
.hlw-newslist li .tit span i{font-size:12px;color: #FEA348;padding-left:8px;}
.hlw-newslist li a{float: right;color: #0A94DC;font-size:14px;}
.hlw-newslist li .list{width:100%;float:left;margin-top:8px;text-align:left;}
.hlw-newslist li .list p{width:100%;float:left;line-height: 42px;text-align:left;height: 42px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hlw-newslist li .list p a{font-size:18px;float:none;color:#333;}

.hlw-news li a.fb{font-weight: bold;color: #0A94DC;font-size:20px;}
.hlw-newslist li .list p a:hover,.hlw-bg li h3 a:hover,.hlw-news li a.fb:hover{color:#b60005;}

