@charset "utf-8";
/* CSS Document */

body{ font-family:"微软雅黑";
      color:#333333;
	    margin:0;
	    font-size:14px;
}
img{ border:0;}
A:link {
	COLOR: #333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #333; TEXT-DECORATION: none
}
A:active {
	COLOR: #333; TEXT-DECORATION: none
}
ol, ul {
	list-style: none;
}
ol, ul, li,
table,tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.right{ float:right;}
.left{ float:left;}
.hidden { display: none; }
.container { width: 1200px; margin: 0 auto; }
.ellipsis{white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ellipsis-2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word;}

.top { height: 34px; line-height: 34px; width: 100%; background: #fff; border-bottom: 1px solid #eee; color: #666;}
.top a { padding: 0 10px; color: #666;}
.top a:hover { color: #2073cf; text-decoration: underline; }

.header{ height: 110px; background: url(../images/bg_header.jpg) repeat-x; min-width: 1200px; overflow: hidden;}
.header-center{width: 1200px; margin: 0 auto; height: 110px; overflow: hidden;}
.header .logo { float: left; height: 110px;}
.header .logo img { vertical-align: middle; }
.header .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.header .nav {height: 50px; margin: 25px 0 25px 30px; float: left;}
.header .nav li { float: left; padding: 0 20px; line-height: 50px; font-size: 16px; }
.header .nav li a { display: block;}
.header .nav li a:hover, .header .nav li a.click { color: #2073cf; }
.header .tel { float: right; width: 220px; height: 50px; margin: 25px 0; background: url(../images/head-tel.png) no-repeat;}


/* banner */
.banner { position: relative; height: 500px; overflow: hidden; }
.banner .slides { position: relative; z-index: 1; }
.banner .slides li { height: 500px; }
.banner .flex-control-nav { position: absolute; bottom: 20px; z-index: 2; width: 100%; text-align: center; }
.banner .flex-control-nav li { display: inline-block; width: 15px; height: 15px; margin: 0 5px; *display: inline; zoom: 1; }
.banner .flex-control-nav a { display: inline-block; width: 15px; height: 15px; border-radius: 50%; line-height: 40px; overflow: hidden; background: #656565; cursor: pointer; }
.banner .flex-control-nav .flex-active { background: #ec7815; }

.banner .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.banner .flex-direction-nav li a{display:block;width:60px;height:60px;overflow:hidden;cursor:pointer;position:absolute;}
.banner .flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.banner .flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}


.service{width: 100%; padding: 50px 0; background: #f8f8f8; overflow: hidden;}
.index-title{ text-align: center; font-size: 40px; font-weight: bold; color: #333; padding-bottom: 20px; background: url(../images/textline.png) no-repeat bottom center;}
.index-intro{ width: 1000px; margin: 20px auto 0; text-align: center; color: #999; font-size: 15px; line-height: 26px;}
.service-con { padding: 40px 0 20px; overflow: hidden; }
.service-con li {width: 360px; margin: 0 20px; float: left; text-align: center; background: #fff; box-shadow: 0 5px 15px #ddd;}
.service-con li .img { width: 360px; height: 223px; overflow: hidden;}
.service-con li .img img{width: 100%; height: 100%; transition: all .4s;}
.service-con li .cont{padding:30px 20px; }
.service-con li .tit{font-size: 24px;}
.service-con li .txt{margin-top: 15px; line-height: 25px; height: 75px; overflow: hidden; color: #666;}
.service-con li:hover .img img{transform: scale(1.1);}
.service-con li .more{display: block; margin: 20px auto 0; width: 150px; height: 42px; line-height: 42px; border-radius: 5px; border: 1px solid #2073cf; color: #2073cf; font-size: 16px;}
.service-con li .more:hover{color: #fff; background: #2073cf;}

.ywk-advan{min-width: 1200px; padding: 60px 0; background: #f4f4f4; overflow: hidden;}
.advan-box{ margin-top: 40px; margin-left: -20px; overflow: hidden;}
.advan-box li{width: 285px; margin-left: 20px; background: #fff; border: 1px solid #ddd; float: left; text-align: center; box-sizing: border-box;}
.advan-box li .img{padding: 20px 0; height: 116px; box-sizing: border-box; text-align: center; border-bottom: 1px solid #ddd;}
.advan-box li .img img{width: 121px; height: 75px; margin: 0 auto;}
.advan-box li .cont{padding: 30px;}
.advan-box li .name{font-size: 18px; font-weight: bold;}
.advan-box li .desc{font-size: 14px; line-height: 25px; height: 75px; overflow: hidden; margin-top: 15px; color: #666;}
.advan-box li:hover{border: 1px solid #2073cf; }
.advan-box li:hover .img{background: #2073cf; border-bottom: 1px solid #2073cf;}
.advan-box li:hover .img .img2{display: block;}
.advan-box li:hover .img .img1{display: none;}
.advan-box li .img .img1{display: block;}
.advan-box li .img .img2{display: none;}

.about { min-width: 1200px; background: url(../images/about-bg.jpg) no-repeat bottom #3d7acd; padding: 100px 0; box-sizing: border-box; }
.about .index-title a{color: #fff;}
.about .index-intro{color: #fff;}
.about .about-box { margin-top: 60px; color: #fff; line-height: 28px; overflow: hidden;}
.about .about-img{width: 500px; height: 311px; float: left; position: relative;}
.about .about-img img{width: 100%; height: 100%;}
.about .about-cont{width: 640px; float: right; }
.about .about-cont .ch{font-size: 24px; color: #fff; font-weight: bold;}
.about .about-cont .en{font-size: 16px; margin-top: 8px; color: #fff; text-transform: uppercase;}
.about .about-cont .cont{font-size: 14px; line-height: 30px; height: 120px; overflow: hidden; margin-top: 40px; color: #fff;}
.about .about-cont .more{display: block; width: 160px; height: 42px; line-height: 42px; border-radius: 5px; background: #F28518; color: #fff; text-align: center; font-size: 16px; margin-top: 40px;}
p{margin: 0;}

.adverbg{ width: 100%; height: 560px; margin-top: 50px; background: url(../images/adbg.jpg) no-repeat center; overflow: hidden;}
.adver{ width: 1200px; margin: 50px auto 0;}
.adver-con{ width: 1100px; height: auto; margin: 50px auto 0; overflow: hidden;}
.adver-con li{ float: left; margin-left: 20px; margin-bottom: 20px; }
.adver-con li a{width: 246px; height: 146px; display: block;  background: #4996ea; border: 2px solid #fff;box-shadow: 1px 2px 8px #2B4873;}
.adver-con-pic{ width: 180px; height: 84px; margin: 5px auto;}
.adver-con-pic-img{background: none;}
.adver-con .name{ color: #fff; font-size: 28px; text-align: center;}
.adver-con li a:hover{ background: #fff; border: 2px solid #1d6abe;}
.adver-con li a:hover .name{ color: #1d6abe;}

.adver-con.active li{ opacity: 1; transform: translate3d(0,0,0);}

.custombg{height: 532px; margin-top: 50px; background: url(../images/bg_kehu.jpg) no-repeat center; overflow: hidden;}
.custom{ width: 1220px; height: auto; margin: 50px auto 0;}
.custom-con{ margin: 40px auto 0;}
.custom-con li{ float: left; margin: 3px; opacity: 0; margin-top: 30px; transition: all .5s;}
.custom-con .pic{ width: 194px; height: 96px; border: 1px solid #e1e1e1; margin: 0 auto; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; transition: all 0.5s; }
.custom-con .pic img{width: 100%; height: 100%;}
.custom-con li .pic:hover  {transform: scale(1.2); box-shadow: 0 0 10px rgba(0,0,0,.2); }
.custom-con.active li {opacity:1; margin-top: 3px;}
.custom-con li:nth-child(7),.custom-con li:nth-child(8),.custom-con li:nth-child(9),.custom-con li:nth-child(10),.custom-con li:nth-child(11),.custom-con li:nth-child(12){transition-delay: .2s;}
.custom-con li:nth-child(13),.custom-con li:nth-child(14),.custom-con li:nth-child(15),.custom-con li:nth-child(16),.custom-con li:nth-child(17),.custom-con li:nth-child(18){transition-delay: .4s;}

.case{background: #f8f8f8; padding: 50px 0; overflow: hidden;}
.case-bd { width: 1200px; margin: 20px auto 0;}
.case-bd ul { margin-left: -20px; }
.case-bd li { width: 285px; float: left; margin: 20px 0 0 20px; overflow: hidden;}
.case-bd li .img { width: 285px; height: 214px; overflow: hidden; }
.case-bd li .img img { width: 100%; height: 100%; transition: all .4s; }
.case-bd li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-bd li .des{margin-top: 6px; font-size: 12px; color: #888; line-height: 20px; height: 40px; text-align: center; overflow: hidden; }
.case-bd li:hover .img img { transform: scale(1.2); }

.case-bd2 { width: 1200px; margin: 20px auto 0;}
.case-bd2 ul { margin-left: -40px; }
.case-bd2 li { width: 270px; float: left; margin: 20px 0 0 40px; overflow: hidden; opacity: 0; transition: all .5s; transform: scale(0);}
.case-bd2 li .img { width: 270px; height: 340px; overflow: hidden; }
.case-bd2 li .img img { width: 100%; height: 100%; transition: all .4s; }
.case-bd2 li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-bd2 li .des{margin-top: 6px; font-size: 12px; color: #888; line-height: 20px; height: 40px; text-align: center; overflow: hidden; }
.case-bd2 li:hover .img img { transform: scale(1.2); }
.case-bd2.active li{opacity:1; transform: scale(1);}
.case-bd2 li:nth-child(5),.case-bd2 li:nth-child(6),.case-bd2 li:nth-child(7),.case-bd2 li:nth-child(8){transition-delay: .2s;}

.case-bd3 { width: 1200px; margin: 20px auto 0;}
.case-bd3 ul { margin-left: -40px; }
.case-bd3 li { width: 270px; float: left; margin: 20px 0 0 40px; overflow: hidden; }
.case-bd3 li .img { width: 270px; height: 340px; overflow: hidden; }
.case-bd3 li .img img { width: 100%; height: 100%; transition: all .4s; }
.case-bd3 li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case-bd3 li .des{margin-top: 6px; font-size: 12px; color: #888; line-height: 20px; height: 40px; text-align: center; overflow: hidden; }
.case-bd3 li:hover .img img { transform: scale(1.2); }

.subnav { margin-top: 20px; text-align: center; }
.subnav a { height: 36px; margin: 0 5px; padding: 0 20px; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; display: inline-block; line-height: 34px; font-size: 16px; }
.subnav a.active { background-color: #2073cf; border-color: #2073cf; color: #FFF; }
.subnav a:hover { border-color: #2073cf; }

.advan{ width: 1200px; margin: 50px auto; overflow: hidden;}
.advan-con{width: 1150px; height: 450px; margin: 50px auto 0; position: relative;}
.ys-group{  opacity: 0; transform: scale(0); transition: all .8s; position: absolute; left: 50%; top: 0; margin-left: -150px; width: 300px; height: 301px; background: url(../images/ysgroup.png) no-repeat center;}

.ys-center{opacity: 0; transition: all .5s; position: absolute; left: 50%; top: 47px; z-index: 2; margin-left: -103px; width: 206px; height: 206px; background: url(../images/yscenter.png) no-repeat center;}
.youshi01{opacity: 0; transition: all .5s; transform: translate3d(100px,0,0); position: absolute; left: 0; top: 26px; z-index: 2; }
.youshi01 .conent{width: 412px; height: 102px; background: url(../images/bg_ys01.png) no-repeat center;}
.youshi01 .cont{ margin: 35px 50px 0 80px; font-size: 16px; line-height: 1.6;}
.youshi02{opacity: 0; transition: all .5s; transform: translate3d(-100px,0,0); position: absolute; right: 0; top: 26px; z-index: 2;}
.youshi02 .conent{width: 412px; height: 102px; background: url(../images/bg_ys02.png) no-repeat center;}
.youshi02 .cont{ margin: 35px 80px 0 50px; font-size: 16px; line-height: 1.6;}
.youshi03{opacity: 0;  transition: all .5s; transition-delay: .2s; transform: translate3d(100px,0,0); position: absolute; left: 0; top: 200px; z-index: 2;}
.youshi03 .conent{ width: 412px; height: 102px; background: url(../images/bg_ys03.png) no-repeat center;}
.youshi03 .cont{ margin: 35px 50px 0 80px; font-size: 16px; line-height: 1.6;}
.youshi04{opacity: 0;  transition: all .5s; transition-delay: .2s; transform: translate3d(-100px,0,0); position: absolute; right: 0; top: 200px; z-index: 2;}
.youshi04 .conent{width: 412px; height: 102px; background: url(../images/bg_ys04.png) no-repeat center;}
.youshi04 .cont{ margin: 35px 80px 0 50px; font-size: 16px; line-height: 1.6;}
.youshi05{opacity: 0; transition: all .5s; transition-delay: .4s; transform: translate3d(0,-100px,0); position: absolute;  left: 50%; bottom: 0; margin-left: -285px; z-index: 2;}
.youshi05 .conent{width: 570px; height: 132px; background: url(../images/bg_ys05.png) no-repeat center;}
.youshi05 .cont{ margin: 97px 0 0; font-size: 16px; line-height: 1.6; text-align: center;}
.advan-con .conent{position: relative; top: 0; transition: all .2s; overflow: hidden;}
.advan-con .conent:hover{top: -10px;  cursor: pointer;}

@keyframes yuan
{
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}

.advan-con.active .ys-group{opacity: 1; transform: scale(1); animation: yuan linear 10s infinite; animation-delay: .8s;}
.advan-con.active .ys-center{opacity: 1;}
.advan-con.active .youshi01,.advan-con.active .youshi02,.advan-con.active .youshi03,.advan-con.active .youshi04,.advan-con.active .youshi05{ opacity: 1; transform: translate3d(0,0,0);}



.news { width: 1200px; margin: 60px auto; }
.news .news-box { margin-top: 30px; overflow: hidden; margin-left: -40px; }
.news .news-box li { width: 580px; float: left; margin: 15px 0 15px 40px; }
.news .news-box li .img { width: 160px; height: 99px; float: left; margin-right: 20px; overflow: hidden; }
.news .news-box li .img img { width: 100%; height: 100%; transition: all .4s; }
.news .news-box li .cont .tit { font-size: 16px; }
.news .news-box li .cont .txt { line-height: 20px; height: 40px; margin-top: 12px; color: #888; }
.news .news-box li .cont .date { margin-top: 12px; color: #888; }
.news .news-box li:hover .img img { transform: scale(1.1); }
.news .news-box li:hover .cont .tit { color: #0061cf; }
.news .more { display: block; width: 240px; height: 42px; line-height: 42px; border-radius: 5px; font-size: 16px; margin: 40px auto 0; text-align: center; background: #2073cf; color: #fff; box-sizing: border-box; transition: all .4s ease; }
.news .more:hover { background: #ff7800; }

.bottombg{ width: 100%; padding: 35px 0; background: #161616; margin-top: 70px; overflow: hidden;}
.bottom{ width: 1200px; margin: 0 auto;}
.bottom-link{width: 1200px; }
.bottom-link .name{ font-size: 18px; color: #fff; background: url(../images/linkbg.png) no-repeat left; text-indent: 15px;}
.bottom-link .name .en{ font-size: 22px; color: #666666; margin-left: 10px; font-family: arial;}
.bottom-link .cont{ width: 1200px; padding: 30px 0 20px; border-bottom: 2px solid #4e4d4d; display: inline-block;}
.bottom-link .cont li{padding:0 22px;  float: left; border-right: 1px solid #adadad; margin-bottom: 12px; }
.bottom-link .cont li a{color: #adadad; }
.bottom-link .cont li a:hover{color: #8BC7F3;}
.bottom-contact{padding:30px 0;}
.bottom-contact-l{ float: left; width: 800px; color: #b6b6b6; font-size: 12px; line-height: 26px;}
.bottom-contact-r{ float: right; width: 300px; margin-top: 20px; color: #d8d8d8;}
.bottom-contact-r .pic{ float: left; width: 45px; height: 46px; margin-right: 10px; margin-top: 5px;}
.bottom-contact-r .num{font-size: 30px; font-weight: bold;}

.footer{min-width: 1200px; margin-top: 40px; padding: 30px 0; background-color: #2073cf; color: #FFF; text-align: center; line-height: 26px;}
.footer-center{width: 1200px; margin: 0 auto;}

.inside-banbox { width:100%; position:relative;  overflow:hidden;  height:360px;}
.inside-ban{ position: absolute; width:1920px;height:360px;left:50%;margin-left:-960px;}

.inside-name{ width: 1200px; line-height: 50px;  margin: 20px auto 0; overflow: hidden;}
.inside-name .ch{ float: left; font-size: 28px; }
.inside-name .en{ float: left; font-size: 26px; font-family: arial; color: #357bfa; text-transform: uppercase; margin-left: 5px;}
.inside-add{ color: #666; width: 1200px; overflow: hidden; }
.inside-add a{color: #666;}
.inside-add a:hover{ color: #357bfa;}
.inside-classbg{ width: 1200px; margin: 20px auto 0; background: url(../images/inside-class.png) no-repeat; overflow: hidden; padding: 12px 0;}
.inside-class{ width: 1200px; margin: 0 auto; text-align: center;}
.inside-class li{ overflow: hidden; padding: 0 15px;	 display: inline-block; border-right: 1px solid #999;  height: 20px; text-align: center;}
.inside-class li:hover a{-webkit-transform: translateY(-20px);}
.inside-class li .click{ color:#0668C0;}
.inside-class li:last-child{border-right: none;}
.inside-class li a{display: block; -webkit-transition: all 0.3s; cursor: pointer;}
.inside-class .link{  color: #333;}
.inside-class .link_over{ color: #0668C0;}
.inside-con{width: 1200px; margin: 30px auto 0; overflow: hidden;}
.inside-con-about{ width: 1200px;  line-height: 28px;}
.inside-list{ width: 1100px; margin-left:75px; }
.inside-list li{width: 460px; padding: 20px; float: left; margin-right: 50px; height: 370px; background: #f8f8f8; box-shadow: 1px 2px 8px #b4b4b4; margin-bottom: 30px;}
.inside-list .name{width: 460px; border-bottom: 1px solid #ddd; color: #333; height: 40px; line-height: 40px; text-indent: 15px; font-size: 20px; font-weight: bold; background: url(../images/listbg.png) no-repeat left 10px;}
.inside-list .name .more a{ float: right; font-size: 14px; font-weight: normal; }
.inside-list .name .more a:hover{color: #1364bf;}
.inside-list-fir{width: 460px; height: 72px; margin: 20px 0;}
.inside-list-fir img{ width: 110px; height:70px; border: 1px solid #ddd; margin-right: 10px; float: left;}
.inside-list-fir .title{ width: 330px; height: 22px; line-height: 22px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;overflow: hidden; }
.inside-list-fir .title a{color: #0668c0; }
.inside-list-fir .title a:hover{text-decoration:underline;}
.inside-list-fir .cont{ margin-top: 5px; height: 40px; line-height: 20px; width: 330px; overflow: hidden;}
.inside-list-con{width: 460px; padding:0px;}
.inside-list-con li{width: 460px; height: 36px; line-height: 36px;  text-indent: 12px; background: url(../images/list.png) no-repeat left center; padding: 0; margin: 0; box-shadow:none}
.inside-list-con li a{color: #333;}
.inside-list-con li a:hover{text-decoration:underline;}
.inside-list-con .time{float: right; font-size: 13px;}

.inside-listing{float: left; width: 880px; height: auto;}
.inside-listing li{ width: 880px; height:100px; padding: 15px 0;}
.inside-listing img{ width: 160px; height: 100px; float: left; margin-right: 20px;}
.inside-listing .name{width: 580px;  height: 30px; line-height: 30px; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.inside-listing .name a:hover{color: #0668c0;}
.inside-listing .cont{ width: 580px; height: 48px; margin-top: 10px; line-height: 24px; color: #666; overflow: hidden;}

.inside-listside{float: left; margin-left: 40px; width: 280px;}
.inside-listside-new{ width: 280px; height: auto; margin-bottom: 20px;}
.inside-listside-title{ width: 280px; height: 34px; line-height: 34px; border-bottom: 2px solid #0e7ee2; color: #0668c0; font-size: 16px;}
.inside-listside-new ul{width: 270px; margin:10px 0;}
.inside-listside-new ul li{ width: 270px; height: 38px; line-height: 38px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.inside-listside-new ul li a{color: #666;}
.inside-listside-new ul li a:hover{color: #0668c0; text-decoration:underline;}
.inside-listside-tuij{width: 280px; height: auto; margin-bottom: 20px; }
.inside-listside-tuij ul{width: 280px; margin: 10px 0;}
.inside-listside-tuij ul li{ width: 280px; height: 70px; margin: 10px 0;}
.inside-listside-tuij .title{width: 280px; height: 20px; line-height: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.inside-listside-tuij .title a:hover{color: #0668c0; text-decoration:underline;}
.inside-listside-tuij .cont{width: 280px; height: 40px; margin-top: 8px; font-size: 13px; line-height: 20px; color: #999; overflow: hidden;}
.inside-listside-label{width: 280px; height: auto; margin-bottom: 20px; }
.inside-listside-label ul{width: 280px; margin: 20px 0;}
.inside-listside-label ul li{float: left; padding: 5px 10px; margin-right: 10px; color: #666; border: 1px solid #d2d2d2; margin-bottom: 10px;}
.inside-listside-label ul li a{color: #666;}
.inside-listside-label ul li a:hover{color: #0668c0;}

.pagination { padding: 80px 0 20px; text-align: center; }
.pagination ul li { display: inline; margin: 0 3px; }
.pagination ul li a { height: 28px; display: inline-block; *display: inline; *zoom: 1; padding: 0 12px; border: 1px solid #DDD; line-height: 28px; vertical-align: middle; }
.pagination ul li a:hover { background-color: #F8F8F8; text-decoration: none; }
.pagination ul li.active a { background-color: #1364bf; border-color: #1364bf; }
.pagination ul li.active a:link { color: #FFF; }
.pagination ul li.active a:visited { color: #FFF; }
.pagination ul li.active a:hover { color: #FFF; }
.pagination ul li.active a:active { color: #FFF; }
.pagination ul li.active a:hover { background-color: #1364bf; border-color: #1364bf; cursor: default; }

.inside-listshow{float: left; width: 880px; height: auto;}
.inside-listshow .title{ text-align: center; font-size: 22px; font-weight: bold;}
.inside-listshow .time{width: 880px; height: 32px; line-height: 32px; color: #666; text-align: center; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; margin: 30px 0;}
.inside-listshow .cont{width: 840px; height: auto; line-height: 28px; margin: 0 20px;}
.inside-listshow .turn{width: 880px; height: 80px; padding: 10px 0; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; margin: 50px 0;}
.inside-listshow .turn .next{height: 40px; line-height: 40px; color: #666; width: 880px;}
.inside-listshow .turn .next a:hover{ color: #0668c0;}
.inside-listshow-news{ width: 880px; height: auto;}
.inside-listshow-news .bt{font-size: 20px; font-weight: bold; color: #1055A3;}
.inside-listshow-news ul{margin: 10px 0;}
.inside-listshow-news ul li{ width: 880px; height:85px; padding: 10px 0;}
.inside-listshow-news .name{width: 880px;  height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.inside-listshow-news .name a:hover{color: #0668c0;}
.inside-listshow-news .con{ width: 880px; height:48px; margin-top: 5px; line-height: 24px; color: #666; overflow: hidden;}

.inside-anli{ width: 1260px; }
.inside-anli li{ width: 564px; height: 150px; border: 3px solid #eeeeee; background: #fff; margin-right: 60px; margin-bottom: 20px; float: left;}
.inside-anli li img{ float: left; width: 200px; height: 150px; }
.inside-anli li .name{width: 324px; height: 40px; padding-left: 20px; line-height: 40px; font-size: 16px; font-weight: bold;}
.inside-anli li .cont{ height: 88px; width: 324px; padding: 5px 20px; line-height: 22px; overflow: hidden;}
.inside-anli li .name:hover{color: #0668c0;}

.inside-anlishow{width: 1200px;  }
.inside-anlishow .title{text-align: center; font-size: 22px; font-weight: bold; margin-bottom: 30px;}
.inside-anlishow .cont{line-height: 30px;}

.inside-tips{ width: 1200px; color: #dc4f02; font-size: 16px; line-height: 28px; margin-bottom: 20px;}
.inside-yx{width: 1154px; border: 3px solid #eeeeee; padding: 20px; overflow: hidden;}
.inside-yx li{width: 536px; float: left; border-bottom: 1px solid #dbdbdb; height: 200px; padding: 20px;}
.inside-yx .bor{border-left: 1px solid #dbdbdb;}
.inside-yx .img{float: left; width: 120px; height: 120px; margin-top: 40px;}
.inside-yx .img img{width: 100%; height: 100%;}
.inside-yx .con{float: left; margin-left: 40px; width: 370px;}
.inside-yx .name{ width: 370px; height: 30px; line-height: 30px;overflow: hidden;	 display: inline-block; position: relative; font-size: 20px; font-weight: bold;  white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.inside-yx .name_on{width: 100%; display: block; -webkit-transition: all 0.3s; cursor: pointer; white-space: pre; position: absolute; top: 0;}
.inside-yx .name_over{width: 100%; display: block; -webkit-transition: all 0.3s; color: #0668C0;cursor: pointer; white-space: pre; position: absolute; top: 30px;}
.inside-yx .intro{ width: 370px; height: 96px; line-height: 24px; font-size: 12px; color: #888888; margin-top: 20px; overflow: hidden;}
.inside-yx .more{ font-size: 12px; margin-top: 20px;}
.inside-yx li:hover{background: #f8f8f8;}
.inside-yx li:hover .name_on{top: -30px;}
.inside-yx li:hover .name_over{top: 0px;}
.inside-yx li:hover .more a{ color: #0668C0;}

.inside-relate{width: 1200px; margin-top: 50px; overflow: hidden;}
.inside-relate .name{font-size: 20px; font-weight: bold; color: #1055A3;}
.inside-relate .list{ width: 1200px; float: left; margin-top: 20px ;}
.inside-relate .list li{ width:500px;  height: 36px; line-height: 36px; float: left; margin-right: 100px; background: url(../images/list_in.png) no-repeat left center; text-indent: 12px;}
.inside-relate .list .time{ float: right; color: #888;}
.inside-relate .list li a:hover{color: #0668C0;}

.inside-tg{width: 1200px; overflow: hidden;}
.fgH20{float:left;width:20px;height:300px;}
#servicesBox{width:1200px;height:auto;clear:both; color:#999999; font-size:12px; overflow: hidden; line-height: 18px;}
#servicesBox h3{font-weight:normal;font-size:16px;height:30px;line-height:20px;color:#000000;}
#servicesBox .serBox{cursor:pointer;display:inline;width:386px;height:300px;float:left;overflow:hidden;background-color:#f7f7f7;position:relative;padding:0; margin-bottom: 20px;}
#servicesBox .serBoxOn{display:none;width:386px;height:300px;background: url(../images/serboxon_bg.gif) repeat;position:absolute;left:0px;top:0px;z-index:19;}
#servicesBox .serBox .pic1{width:110px;height:110px;text-align:center;position:absolute;top:20px;right:138px;z-index:99;}
#servicesBox .serBox .pic2{width:110px;height:110px;text-align:center;position:absolute;top:20px;left:-138px;z-index:99;}
#servicesBox .serBox .txt1{width:286px;height:120px;color:#999999;position:absolute;top:140px;left:50px;z-index:99; overflow: hidden;}
#servicesBox .serBox .txt2{width:286px;height:120px;color:#999999;position:absolute;top:140px;right:-286px;z-index:99; overflow: hidden;}
#servicesBox .serBox span.tit{font-size:20px;display:block;height:50px;line-height:40px;text-align:center;}
#servicesBox .serBox .txt1 .tit{color:#000000;}
#servicesBox .serBox .txt2 .tit {color:#008BFD}

.inside-seo{ width: 1220px; overflow: hidden;}
.inside-seo li{ width: 245px; height:340px; padding: 20px; margin-right: 20px; background: #f8f8f8; float: left; }
.inside-seo .name{ height: 30px; line-height: 30px; font-size: 20px; text-align: center; overflow: hidden; margin-top: 10px;}
.inside-seo .pic{ width: 100px; height: 100px; margin: 30px 72px; overflow: hidden;	 display: inline-block; position: relative;}
.inside-seo .pic_on{width: 100%; display: block; -webkit-transition: all 0.3s; cursor: pointer; white-space: pre; position: absolute; top: 0;}
.inside-seo .pic_over{width: 100%; display: block; -webkit-transition: all 0.3s; color: #0668C0;cursor: pointer; white-space: pre; position: absolute; top: 100px;}
.inside-seo .cont{ height: 125px; line-height: 25px; text-indent: 2em; overflow: hidden; color: #666;}
.inside-seo li:hover{background: #4996EA;}
.inside-seo li:hover .name{color: #fff;}
.inside-seo li:hover .cont{color: #fff;}
.inside-seo li:hover .pic_on{ top:-100px}
.inside-seo li:hover .pic_over{top:0px}

.inside-jianshe{ width: 1400px; height: auto; overflow: hidden;}
.inside-jianshe li{ width: 480px; height: 100px; margin:20px 200px 20px 20px; float: left; }
.inside-jianshe .pic{width: 100px; height: 100px; float: left;-moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
.inside-jianshe .pic img{width: 100%; height: 100%;}
.inside-jianshe .cont{ width: 360px; float: left; margin-left: 20px;}
.inside-jianshe .name{ width: 360px; height: 30px; line-height: 30px; overflow: hidden; font-size: 16px; font-weight: bold;}
.inside-jianshe .intro{ width: 360px; height: 60px; line-height: 20px; font-size: 12px; color: #888; overflow: hidden; margin-top: 5px;}
.inside-jianshe li:hover .pic{-moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.inside-jianshe li:hover .name{ color: #0668C0;}

.inside-app{ width: 1200px; height: auto; overflow: hidden; padding-top: 30px;}
.inside-app li{ width: 240px; float: left; height: 250px; text-align: center;}
.inside-app .pic{ width: 100px; height: 100px; margin: 0 70px; background: url(../images/service01.png) no-repeat center;}
.inside-app .pic-an{background: url(../images/service02.png) no-repeat center;}
.inside-app .pic-wx{background: url(../images/service03.png) no-repeat center;}
.inside-app .pic-ht{background: url(../images/service04.png) no-repeat center;}
.inside-app .pic-web{background: url(../images/service05.png) no-repeat center;}
.inside-app .name{ font-size: 20px; font-weight: bold; margin:25px 0 15px;}
.inside-app .cont{color: #888888; font-size: 12px; line-height: 18px; padding: 0 10px;}
.inside-app li:hover .name a{color: #2073cf;}
.inside-app li:hover .pic{background: url(../images/service01s.png) no-repeat center;}
.inside-app li:hover .pic-an{background: url(../images/service02s.png) no-repeat center;}
.inside-app li:hover .pic-wx{background: url(../images/service03s.png) no-repeat center;}
.inside-app li:hover .pic-ht{background: url(../images/service04s.png) no-repeat center;}
.inside-app li:hover .pic-web{background: url(../images/service05s.png) no-repeat center;}

.inside-web{ width: 1226px;  overflow: hidden; padding-top: 30px;}
.inside-web li{ width: 280px; height: 400px; position: relative; float: left; overflow: hidden; margin-right: 26px; margin-bottom: 20px; cursor: pointer; background: #8eb3de;}
.inside-web .pic{ width: 150px; height: 150px; margin:20px 65px; padding-bottom: 20px; overflow: hidden;	 display: inline-block; position: relative;}
.inside-web .pic_img{width: 100%; display: block; transition: all .4s ease 0s; cursor: pointer; white-space: pre; position: absolute; top:20px;}
.inside-web .name{ width:100%; font-size: 22px; text-align: center; color: #fff; font-weight: bold;}
.inside-web .en{ width: 100%; text-align: center; font-family: arial; font-size: 16px; color: #fff; margin-top: 8px;}
.inside-web .cont{ font-size: 12px; line-height: 18px; width: 240px; height: 54px; padding:30px 20px; color: #fff; text-align: center; overflow: hidden;}
.inside-web li:hover .pic_img{top:0px}
.inside-web .bg1{background: #6dd823;}
.inside-web .bg2{background: #29ccae;}
.inside-web .bg3{background: #f7b93e;}


.newsbox_1 { background: #f7f7f7; width: 100%; padding: 20px 0; overflow: hidden; }
.newsbox_1 .wrap { width: 800px; height: 340px; position: relative; overflow: hidden; float: left; }
.newsbox_1 .wrap .flex-viewport { height: 340px; }
.newsbox_1 .wrap .slides { width: 800px; position: absolute; top: 0; left: 0; height: 340px; }
.newsbox_1 .wrap .slides li { float: left; width: 800px; height: 340px; position: relative; }
.newsbox_1 .wrap .slides li img { display: block; width: 800px; height: 340px; }
.newsbox_1 .wrap .flex-control-nav { position: absolute; bottom: 8px; right: 5px; }
.newsbox_1 .wrap .flex-control-nav li { display: inline-block; *display: inline; zoom: 1; }
.newsbox_1 .wrap .flex-control-nav a { display: inline-block; width: 22px; height: 22px; line-height: 22px; font-size: 12px; overflow: hidden; background: #f6f6f6; text-align: center; margin: 0 2px; color: #333; cursor: pointer; }
.newsbox_1 .wrap .flex-control-nav .flex-active { background: #f28518; color: #fff; }
.newsbox_1 .listbox { width: 385px; height: 340px; background: #fff; float: right; }
.newsbox_1 .listbox ul { padding: 5px 15px; }
.newsbox_1 .listbox ul li { height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_1 .listbox ul li a { padding-left: 10px; position: relative; }
.newsbox_1 .listbox ul li a:before { position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_1 .listbox ul li a:hover { color: #1364bf; }
.newsbox_1 .listbox ul li a:hover:before { background: #1364bf; }
.newsbox_1 .listbox ul li .date { float: right; }

.newsbox_tit { height: 43px; line-height: 43px; width: 100%; background: #c1d9f3; }
.newsbox_tit .tit { padding: 0 15px; background: #1364bf; display: inline-block; }
.newsbox_tit .tit .zi { color: #fff; font-size: 16px; font-weight: bold; padding-left: 30px; background: url(../images/icon-news.png) no-repeat left; background-position: 0 0; }
.newsbox_tit .tit .zi2 { background-position: 0 -43px; }
.newsbox_tit .tit .zi3 { background-position: 0 -86px; }
.newsbox_tit .tit .zi4 { background-position: 0 -129px; }
.newsbox_tit .tit .zi5 { background-position: 0 -172px; }
.newsbox_tit .tit .zi6 { background-position: 0 -215px; }
.newsbox_tit .tit .zi7 { background-position: 0 -258px; }
.newsbox_tit .more { float: right; color: #1364bf; font-size: 16px; padding-right: 10px; }
.newsbox_tit .more:hover { text-decoration: underline; }

.tuijian_tit { height: 43px; line-height: 43px; width: 100%; background: #1364bf; padding: 0 15px; box-sizing: border-box; color: #fff; font-size: 16px; font-weight: bold; }

.newsbox_2 { width: 1200px; margin: 20px auto 0; overflow: hidden; }
.newsbox_2 .listbox { width: 450px; height: 443px; background: #fff; float: left; margin-right: 20px; }
.newsbox_2 .listbox .listcon { padding: 20px 14px 0; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; }
.newsbox_2 .listbox .listcon .topnews .img { width: 140px; height: 105px; float: left; overflow: hidden; margin-right: 16px; }
.newsbox_2 .listbox .listcon .topnews .img img { width: 100%; height: 100%; transition: all .4s; }
.newsbox_2 .listbox .listcon .topnews .img:hover img { transform: scale(1.1); }
.newsbox_2 .listbox .listcon .topnews .cont .name { font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_2 .listbox .listcon .topnews .cont .name:hover a{ color: #1364bf; }
.newsbox_2 .listbox .listcon .topnews .cont .txt { margin-top: 5px; color: #888; line-height: 24px; height: 72; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.newsbox_2 .listbox .listcon ul { margin-top: 20px; }
.newsbox_2 .listbox .listcon ul li { height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_2 .listbox .listcon ul li a { padding-left: 10px; position: relative; }
.newsbox_2 .listbox .listcon ul li a:before { position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_2 .listbox .listcon ul li a:hover { color: #1364bf; }
.newsbox_2 .listbox .listcon ul li a:hover:before { background: #1364bf; }
.newsbox_2 .listbox .listcon ul li .date { float: right; }
.newsbox_2 .tuijian { width: 260px; float: left; background: #f5f5f5; }
.newsbox_2 .tuijian .labelcon { padding: 14px; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; overflow: hidden; }
.newsbox_2 .tuijian .labelcon a { display: block; color: #555; padding: 6px 24px; text-align: center; margin: 4px; border: 1px solid #afafaf; box-sizing: border-box; float: left; }
.newsbox_2 .tuijian .labelcon a:hover { background: #1364bf; border: 1px solid #1364bf; color: #fff; }
.newsbox_2 .tuijian .tjcon { padding: 10px; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; overflow: hidden; }
.newsbox_2 .tuijian .tjcon li { padding: 6px 0; }
.newsbox_2 .tuijian .tjcon li a { display: block; line-height: 25px; color: #555; padding-left: 10px; width: 240px; box-sizing: border-box; position: relative; }
.newsbox_2 .tuijian .tjcon li a:before { position: absolute; left: 0; top: 11px; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_2 .tuijian .tjcon li a:hover { color: #1364bf; }
.newsbox_2 .tuijian .tjcon li a:hover:before { background: #1364bf; }

.now-add { height: 40px; line-height: 40px; background: #f7f7f7; border-bottom: 1px solid #ddd; }
.now-add a:hover { color: #1364BF; text-decoration: underline; }

.page { margin-top: 50px; }

.page-title { text-align: center; font-size: 24px; font-weight: bold; }

.page-date { margin-top: 10px; text-align: center; color: #666; }

.page-cont { margin-top: 20px; padding-top: 10px; line-height: 1.8; border-top: 1px solid #ddd;}
.page-cont:before, .page-cont:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.page-des { border-top: 1px dashed #ddd; padding: 15px 0; line-height: 30px; }
.page-des a:hover { color: #1364BF; text-decoration: underline; }

.page-label { padding: 20px 0; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; }
.page-label a { margin: 0 15px; }
.page-label a:hover { color: #1364BF; text-decoration: underline; }

.page-tuijian { margin-top: 20px; }
.page-tuijian .tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.page-tuijian .cont { overflow: hidden; }
.page-tuijian .cont li { width: 50%; float: left; padding-right: 20px; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box; }
.page-tuijian .cont li a { position: relative; padding-left: 15px; line-height: 32px; }
.page-tuijian .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.page-tuijian .cont li a:hover { color: #1364bf; }
.page-tuijian .cont li a:hover:before { background: #1364bf; }

.wendabg { background: #f7f7f7; width: 100%; padding-bottom: 20px; overflow: hidden; }

.wenda_box { width: 1200px; margin: 20px auto 0; padding: 20px 5px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wenda_tit { font-size: 18px; font-weight: bold; height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 15px; position: relative;}
.wenda_tit:before{position: absolute; left: 0; top: 5px; width: 5px; height: 20px; border-radius: 2px; background: #1364BF; content: '';}
.wenda_tit .more { float: right; color: #999; font-size: 14px; font-weight: normal; }
.wenda_tit .more:hover { color: #1364bf; }

.wenda_tit2 { background-position: 0 -30px; }

.wenda_tit3 { background-position: 0 -60px; }

.wenda_tit4 { background-position: 0 -90px; }

.wenda_tit5 { background-position: 0 -120px; }

.wenda_tit6 { background-position: 0 -150px; }

.wenda_tit7 { background-position: 0 -180px; }

.wenda_f1 { width: 50%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f1 .cont { overflow: hidden; height: 336px; background: #fafafa; border: 1px solid #f2f2f2; padding: 15px 20px; box-sizing: border-box; }
.wenda_f1 .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f1 .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wenda_f1 .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wenda_f1 .cont li a:hover { color: #1364bf; }
.wenda_f1 .cont li a:hover:before { background: #1364bf; }
.wenda_f1 .cont li .date { color: #999; float: right; font-size: 13px; }

.wenda_f2 { width: 33.33%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f2 .cont { overflow: hidden; height: 304px; }
.wenda_f2 .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f2 .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wenda_f2 .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wenda_f2 .cont li a:hover { color: #1364bf; }
.wenda_f2 .cont li a:hover:before { background: #1364bf; }
.wenda_f2 .cont li .date { color: #999; float: right; font-size: 13px; }

.wenda_f3 { width: 100%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f3 .wd-con { overflow: hidden; }
.wenda_f3 .wd-con li { height: 100px; width: 33.33%; float: left; padding: 15px 0; border-bottom: 1px solid #eee; box-sizing: border-box; }
.wenda_f3 .wd-con li a { display: block; }
.wenda_f3 .wd-con li .ques { height: 18px; line-height: 18px; padding-left: 28px; background: url(../images/q.png) no-repeat left top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f3 .wd-con li .answ { margin-top: 8px; height: 44px; line-height: 22px; color: #666; font-size: 13px; padding-left: 28px; background: url(../images/a.png) no-repeat; background-position: 0 2px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.wenda_f3 .wd-con li:hover .ques{color: #1364BF;}

.wenda_f4 { width: 100%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f4 .type-con{ border-left: 1px solid #eee; overflow: hidden; padding-top: 1px;}
.wenda_f4 .type-con a { display: block; padding: 0 25px; float: left; height: 36px; line-height: 34px; margin-top: -1px; text-align: center; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f4 .type-con a:hover { background: #1364bf; color: #fff; }
.wenda_f4 .label-con{ margin-top: 20px; overflow: hidden;}
.wenda_f4 .label-con a{height: 36px; line-height: 36px; padding: 0 20px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #eee; float: left;}
.wenda_f4 .label-con a:hover { background: #1364bf; color: #fff; }

.wdlist_box { width: 1200px; margin: 20px auto 0; padding: 20px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wdlist_f1 .tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.wdlist_f1 .wd-type { border-left: 1px solid #eee; overflow: hidden; padding-top: 1px; }
.wdlist_f1 .wd-type a { display: block; padding: 0 25px; float: left; height: 36px; line-height: 34px; margin-top: -1px; text-align: center; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f1 .wd-type a:hover { background: #1364bf; color: #fff; }
.wdlist_f1 .wd-type a.click { background: #1364bf; color: #fff; }

.wdlist_f2 .tit { font-size: 16px; font-weight: bold; color: #1364BF; height: 20px; line-height: 20px; margin-bottom: 20px; }
.wdlist_f2 .cont { border-top: 1px solid #eee; overflow: hidden; }
.wdlist_f2 .cont li { padding: 5px 0; line-height: 16px; border-bottom: 1px solid #eee; box-sizing: border-box; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f2 .cont li .ques { margin: 10px 20px 10px 10px; float: left;}
.wdlist_f2 .cont li .label {float: left; margin: 10px 200px 10px 0; padding-left: 25px; background: url(../images/icon-label.png) no-repeat left center; background-size: 16px 16px;}
.wdlist_f2 .cont li .label a{font-size: 12px; color: #bbb; margin-right: 15px; float: left;}
.wdlist_f2 .cont li .date { color: #999; position: absolute; right: 0; top: 15px;}
.wdlist_f2 .cont li .date span { padding: 0 15px; }
.wdlist_f2 .cont li:hover { background: #f7f7f7; }
.wdlist_f2 .cont li .ques a:hover { color: #1364BF; }
.wdlist_f2 .cont li .label a:hover { color: #1364BF; }

.wdpage_fl { width: 880px; float: left; }

.wdpage_box { width: 880px; margin-top: 20px; padding: 20px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wdpage_wen { padding-bottom: 20px; border-bottom: 1px solid #eee; }
.wdpage_wen .name { font-size: 22px; font-weight: bold; line-height: 28px; margin-bottom: 30px; }
.wdpage_wen .cont{ overflow: hidden; font-size: 12px; color: #aaa;}
.wdpage_wen .des { float: left;}
.wdpage_wen .des .item { padding: 0 15px; }
.wdpage_wen .des .item:first-child { padding-left: 0; }
.wdpage_wen .label{float: right; padding-left: 20px; background: url(../images/icon-label.png) no-repeat left center; background-size: 16px;}
.wdpage_wen .label a{margin-left: 10px; color: #999;}
.wdpage_wen .label a:hover{color: #1364BF; text-decoration:underline;}

.wdpage_da { margin-top: 20px; }
.wdpage_da .bt { height: 46px; line-height: 44px; font-size: 20px; font-weight: bold; color: #555; padding: 0 10px; box-sizing: border-box; background: #f7fafd; border: 1px solid #eceff3; box-sizing: border-box; }
.wdpage_da .da_item { padding: 20px 0 60px; border-bottom: 1px dashed #eee; position: relative;}
.wdpage_da .da_item .info-des{height: 46px; overflow: hidden;}
.wdpage_da .da_item .info-img{width: 46px; height: 46px; border-radius: 50%; overflow: hidden; float: left; margin-right: 10px;}
.wdpage_da .da_item .info-img img{width: 100%; height: 100%;}
.wdpage_da .da_item .info-num { font-size: 16px; color: #333; }
.wdpage_da .da_item .info-date { font-size: 12px; color: #999; margin-top: 5px; }
.wdpage_da .da_item .info-con { margin-top: 10px; }
.wdpage_da .da_item .info-con img { max-width: 100%; }
.wdpage_da .da_item .info-zan{position: absolute; right: 0; bottom: 20px; padding: 0 15px; font-size: 12px; height: 28px; line-height: 28px; border: 1px solid #b2b2b2; color: #aaa; border-radius: 15px; cursor: pointer;}
.wdpage_da .da_item .info-zan img{width: 16px; height: 16px; float: left; margin-right: 5px; margin-top: 5px;}
.wdpage_da .da_item .info-zan .img1{display: block;}
.wdpage_da .da_item .info-zan .img2{display: none;}
.wdpage_da .da_item .info-zan.click{background: #1364BF; border: 1px solid #1364BF; color: #fff;}
.wdpage_da .da_item .info-zan.click .img1{display: none;}
.wdpage_da .da_item .info-zan.click .img2{display: block;}
.wdpage_da .da_item:last-child { border-bottom: none; }

.wdpage_relate .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_relate .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_relate .sousuo li { width: 25%; height: 36px; line-height: 36px; float: left; padding-right: 20px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_relate .sousuo li a:hover { text-decoration: underline; color: #1364BF; }
.wdpage_relate .wtcon { overflow: hidden; }
.wdpage_relate .wtcon li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_relate .wtcon li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_relate .wtcon li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_relate .wtcon li a:hover { color: #1364bf; }
.wdpage_relate .wtcon li a:hover:before { background: #1364bf; }
.wdpage_relate .wtcon li .date { color: #999; float: right; font-size: 13px; }

.wdpage_fr{width: 300px; float: right;}
.wdpage_label { width: 300px;background: #fff; margin-top: 20px;}
.wdpage_label .labelcon { padding: 15px; box-sizing: border-box; overflow: hidden; }
.wdpage_label .labelcon a { display: block; color: #666; padding: 6px 9px; text-align: center; margin: 5px; border: 1px solid #ddd; box-sizing: border-box; float: left; }
.wdpage_label .labelcon a:hover { background: #1364bf; border: 1px solid #1364bf; color: #fff; }

.wdpage_hot { width: 300px; background: #fff; margin-top: 20px; padding: 20px; box-sizing: border-box; }
.wdpage_hot .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_hot .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_hot .cont { overflow: hidden; }
.wdpage_hot .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_hot .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_hot .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_hot .cont li a:hover { color: #1364bf; }
.wdpage_hot .cont li a:hover:before { background: #1364bf; }
.wdpage_hot .cont li .date { color: #999; float: right; font-size: 13px; }

.ywk-why{width: 100%; padding: 50px 0; background: #f8f8f8; overflow: hidden;}
.ywk-why .cont{width: 1142px; height: 653px; margin: 30px auto 0; position: relative;}
.ywk-why .cont .bt{width: 1142px; height: 50px; line-height: 50px; padding: 43px 0; background: url(../images/vs-bg.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 2;}
.ywk-why .cont .bt .txt{width: 50%; float: left; text-align: center; font-size: 24px; font-weight: bold; color: #fff;}
.ywk-why .cont .vspage{width: 1040px; height: 560px; padding: 50px 40px 0; position: absolute; left: 51px; top: 93px; background: #fff; z-index: 1; box-sizing: border-box;}
.ywk-why .cont .item{height: 96px; border-bottom: 1px dashed #e1ecf9; position: relative; font-size: 16px;}
.ywk-why .cont .item .f1{width: 78px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #2073cf; position: absolute; left: 0; top: 30px; z-index: 4;}
.ywk-why .cont .item .f2{width: 340px; height: 66px; line-height: 22px; border: 1px solid #2073cf; padding: 10px 15px 10px 54px; box-sizing: border-box; position: absolute; left: 39px; top: 15px; z-index: 3;}
.ywk-why .cont .item .f3{width: 120px; height: 46px; line-height: 42px; color: #fff; font-size: 18px; background: #ff6600; border: 2px solid #dc4408; text-align: center; position: absolute; left: 50%; margin-left: -60px; top: 25px; box-sizing: border-box;}
.ywk-why .cont .item .f4{width: 78px; height: 36px; line-height: 36px; text-align: center; color: #fff; background: #2073cf; position: absolute; right: 0; top: 30px; z-index: 4;}
.ywk-why .cont .item .f5{width: 340px; height: 66px; line-height: 22px; border: 1px solid #2073cf; padding: 10px 54px 10px 15px; box-sizing: border-box; position: absolute; right: 39px; top: 15px; z-index: 3;}
.ywk-why .cont .item:last-child{border-bottom: none;}

.newslist{width: 1200px; margin: 0 auto; overflow: hidden;}
.newslist ul { margin-left: -40px; }
.newslist li { width: 100%; float: left; padding: 30px 0; transition: all .3s; float: left; margin: 0 0 0 40px; background-color: #FFF; border-bottom: 1px solid #E8E8E8; }
.newslist li .img { float: left; margin-right: 30px; overflow: hidden; }
.newslist li .img img { width: 242px; height: 150px; transition: all .4s; }
.newslist li:hover .img img { transform: scale(1.1); }
.newslist li .cont { overflow: hidden; }
.newslist li .cont .tit { font-size: 18px; font-weight: bold; }
.newslist li .cont .tit:hover a{color: #1364BF;}
.newslist li .cont .desc { height: 72px; margin-top: 15px; color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; line-height: 24px; }
.newslist li .cont .time { font-size: 14px; color: #999; margin-top: 15px; }
.newslist li .cont .more { margin-top: 10px; }
.newslist li .cont .more a { color: #0049b2; }

.links{width: 1200px; padding: 15px 0; margin: 0 auto;}
.links a{ margin: 0 10px; line-height: 24px;}
.links a:hover{color: #1364BF; text-decoration:underline;}

.caselist01 { margin-top: 40px; overflow: hidden;}
.caselist01 ul { margin-left: -20px; }
.caselist01 li { width: 285px; float: left; margin: 20px 0 0 20px; position: relative; text-align: center; }
.caselist01 li .img { overflow: hidden; }
.caselist01 li .img img { width: 285px; height: 177px; transition: all .4s; }
.caselist01 li .name { font-size: 14px; margin-top: 10px; }
.caselist01 li:hover .img img { transform: scale(1.2); }