@charset "utf-8";
body{
	min-width: 1200px;
}
.selfScale{
	display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.selfScale img{
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.selfScale:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover{
	color: #0a84d9;
}
button,input,select{
	border: 0;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.topbar{
	position: relative;
	z-index: 999;
	background-color: #efefef;
	border-bottom: 1px solid #e2e2e2;
}
.topbar .main{
	height: 40px;
}
.wel-text{
	float: left;
	color: #747474;
	line-height: 40px;
}
.menu-list{
	float: right;
	height: 40px;
	margin-left: 10px;
}
.menu-list li{
	position: relative;
	float: left;
	color: #747474;
	padding: 0 12px;
}
.menu-list li a,
.menu-list li span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #747474;
	cursor: pointer;
}
.menu-list li:after{
	content: '　';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	background-color: #d3d3d3;
	margin-top: -5px;
}
.menu-list li:last-child:after{
	display: none;
}
.m-icon{
	background: url(../images/phone.png) left center no-repeat;
	padding-left: 20px;
}
.m-wx{
	background: url(../images/wx.png) left center no-repeat;
	padding-left: 25px;
}
.menu-dropdown{
	display: none;
	width: 90px;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	text-align: center;
	background-color: #FFFFFF;
	position: absolute;
	padding: 5px;
	border: 1px solid #E5E5E5;
}
.menu-dropdown p{
	font-size: 12px;
}
.menu-list li:hover .menu-dropdown{
	display: block;
}
.header{
	position: relative;
	z-index: 888;
}
.header-main{
	background: url(../images/hbg.png) center top no-repeat;
}
.header-main .main{
	height: 120px;
}
.logo{
	padding: 30px 0;
	float: left;
}
.h-tel{
	float: right;
	padding-left: 60px;
	line-height: 1;
	background: url(../images/tel.png) left center no-repeat;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.h-tel .txt{
	color: #747474;
	margin-bottom: 5px;
}
.h-tel .bd{
	color: #202020;
	font-weight: bold;
	font-size: 20px;
}
.navbar{
	position: relative;
	z-index: 22;
	background-color: #fff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	height: 50px;
}
.navbar .nav{
	height: 50px;
	width: 1200px;
	margin: 0 auto;
}
.navbar .nav>li{
	position: relative;
	float: left;
}
.navbar .nav>li:after{
	content: '　';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e2e2e2;
}
.navbar .nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 38px;
}
.nav-dropdown{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	background-color: #016ab4;
	display: none;
}
.navbar .nav>li.active>a,
.navbar .nav>li:hover>a{
	background-color: #016ab4;
	color: #FFFFFF;
}
.navbar .nav>li:hover .nav-dropdown{
	display: block;
}
.nav-dropdown li a{
	display: block;
	text-align: center;
	height: 50px;
	line-height:50px;
	color: #FFFFFF;
	font-size: 16px;
}
.nav-dropdown li{
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.nav-dropdown li a:hover{
	background-color: #02a8f3;
}
.flexslider .slides{
	height: 500px;
}
.flexslider .slides li{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	display: block;
}
.flexslider .slides li a{
	display: block;
	height: 500px;
}
.links-wrap{
	position: relative;
	background-color: #f6f6f6;
	border-top: 1px solid #DADADA;
	overflow: hidden;

}
.links-wrap .main{
	position: relative;

	padding: 10px 0;
}
.links-cell li{
	float: left;
	padding: 0 5px;
	color: #9b9b9b;
	font-size: 12px;
	line-height:20px;
}
.links-cell .link-txt{
	font-size: 16px;
	color: #333333;
}
.links-cell li a{
	color: #747474;
}
.link-enter{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFFFFF;
	background-color: #1298fa;
	padding:15px 20px;
}
.links-cell li a:hover{
	color: #016ab4;
	text-decoration: underline;
}
.link-enter p{
	height: 40px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 50px;
	background: url(../images/qianbi.png) left center no-repeat;
	padding-left: 40px;
}
.lianjie{}
.lianjie li{ line-height: 200%; margin: 20px auto;}
.lianjie li img{ margin-right: 15px;}
.lianjie li a{ font-size: 20px;}
.foot-main{
	background: url(../images/foot.jpg) center top no-repeat;
	height: 270px;
}
.foot-bar{
	padding: 15px;
	line-height: 30px;
	background-color: #014d92;
	color: #FFFFFF;
	text-align: center;
}
.end-logo{
	width: 220px;
	height: 270px;
	float: left;
}
.foot-cell{
	width: 940px;
	float: right;
	padding: 15px 0;
}
.foot-nav{
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px dotted #5c90ce
}
.foot-nav li{
	float: left;
	color: #FFFFFF;
}
.foot-nav li a{
	font-size: 16px;
	color: #FFFFFF;
}
.foot-nav li a:hover{
	color: #69c0ff;
	text-decoration: underline;
}
.foot-nav li.line{
	padding: 0 17px;
}

.foot-info{}
.foot-info a{color: #FFFFFF;}

.info-cell{
	float: left;
}
.wx-group{
	float: right;
	overflow: hidden;
}
.wx-group li{
	margin-right: 20px;
	float: left;
	text-align: center;
}
.wx-group p{
	color: #FFFFFF;
	padding-top: 10px;
}
.info-cell .bd{
	color: #FFFFFF;
	line-height: 2.2;
}
.info-cell .hd{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 16px;
}
.info-cell .hd:after{
	width: 70px;
	height: 2px;
	background-color: #1298fa;
	content: '　';
	position: absolute;
	left: 0;
	bottom: 0;
}
.fullSlide{
	position: relative;
	z-index: 111;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.fullSlide .bd li {
	height:360px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.fullSlide .bd li a {
	display:block;
	height:360px;
}

.index-Slide .bd li {
	height:580px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.index-Slide .bd li a {
	display:block;
	height:580px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0;
	height:22px;
	line-height:22px;
}
.page-hd{
	height:22px;
	line-height:22px;
}
.page-hd ul {
	text-align:center;
}

.page-hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:22px;
	height:22px;
	margin:1px 3px;
	overflow:hidden;
	line-height: 22px;
	background-color: rgba(255,255,255,.4);
	color: #FFFFFF;
}
.page-hd ul  li.on {
	background:#e83116!important;
}
.fullSlide .prev,
.fullSlide .next{
	position: absolute;
	width: 31px;
	height: 92px;
	top: 50%;
	margin-top: -46px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: .7;
}
.fullSlide .next{
	right: 0;
	background-image: url(../images/bannext.png);
}
.fullSlide .prev{
	left: 0;
	background-image: url(../images/banprev.png);
}
.fullSlide .prev:hover,
.fullSlide .next:hover{
	opacity: 1;
}

.search-bar{
	position: relative;
	height: 50px;
	background-color: #f9f9f9;
	margin-bottom: 30px;
	z-index: 2
}
.search-cell{
	background-color: #0a84d9;
	height: 50px;
	background-image: url(../images/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.keyword-list{
	float: left;
	padding: 10px 40px;
	overflow: hidden;
}
.keyword-list li{
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
.keyword-list li a{
	font-size: 16px;
	color: #FFFFFF;
}
.keyword-list li.line{
	padding: 0 5px;
}

.search-form{
	width: 390px;
	position: relative;
	float: right;
	height:30px;
	margin-top: 10px;
	margin-right: 30px;
}
.search-form .search-input{
	height: 30px;
	width: 100%;
	outline: none;
	border: 0;
	text-indent: 20px;
}
.search-form .search-button{
	width: 40px;
	height: 30px;
	background-color: #f34236;
	cursor: pointer;
	background-image: url(../images/soubtn.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
}
.breadcrumb{
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	padding: 10px 20px;
}
.bread-cell{
	background: url(../images/home.png) left center no-repeat;
	padding-left: 20px;
	line-height: 20px;
	color: #747474;
}
.bread-cell a{
	color: #747474;
}
.sidebar{
	width: 320px;
	float: left;
}
.col-main{
	width: 842px;
	float: right;
}
.side-box{
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
}
.side-box:last-child{
	margin-bottom: 0;
}
.side-body{
	padding: 20px;
}
.side-hd{
	font-size: 24px;
	background: url(../images/hhbg.png) center no-repeat;
	color: #FFFFFF;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.side-nav li{
	margin-bottom: 15px;
}
.side-nav li:last-child{
	margin-bottom: 0;
}
.side-nav li a{
	display: block;
	border: 1px solid #e2e2e2;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-image: url(../images/dot.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}
.side-nav li a:hover,
.side-nav li.active a{
	background-image: url(../images/dot_h.png);
	background-color: #02a8f3;
	color: #FFFFFF;
}
.cp-box{
	display: block;
	position: relative;
}
.cp-box img{
	max-width: 267px;
	height: 220px;
}
.cp-box .pic{
	width: 267px;
	height: 220px;
	text-align: center;
}
.cp-box .hzhppic{
	max-width: 267px;
	height: 220px;
	text-align: center;
	border: solid 1px #ccc;
}
.recomSlide .bd{
	overflow: hidden;
}
.recomSlide .bd li{
	float: left;
}
.cp-box .cp-tit{
	background-color: #f6f6f6;
	font-size: 18px;
	text-align: center;
	height: 38px;
	line-height: 38px;
}
.cp-box:hover .cp-tit{
	background-color: #02a8f3;
	color: #FFFFFF;
}
.recomSlide .hd{
	margin-top: 15px;
}
.recomSlide .page-hd ul li{
	background-color: #a6a6a6;
}
.cc-body{
	background-color: #f6f6f6;
	border-top: 1px solid #E2E2E2;
}
.company-tit{
	font-size: 16px;
	color: #016ab4;
	font-weight: bold;
	margin-bottom: 15px;
}
.company-list li{
	overflow: hidden;
	padding-left: 25px;
	color: #747474;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	line-height: 18px;
}
.company-list .hd{
	width: 60px;
	float: left;
}
.company-list .bd{
	overflow: hidden;
}
.company-list .c-tel{
	background-image: url(../images/gdtel.png);
}
.company-list .c-fax{
	background-image: url(../images/fax.png);
}
.company-list .c-mob{
	background-image: url(../images/mm.png);
}
.company-list .c-pp{
	background-image: url(../images/user.png);
}
.company-list .c-address{
	background-image: url(../images/dizhi.png);
}
.company-list .c-mail{
	background-image: url(../images/mail.png);
}
.col-header{
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	height: 30px;
	margin-bottom: 20px;
}
.col-title{
	position: relative;
	height: 30px;
	float: left;
	font-size: 18px;
}
.col-header .col-more{
	float: right;
	display: block;
	color: #797979;
}
.col-title:after{
	content: '　';
	position: absolute;
	left: 0;
	height: 3px;
	background-color: #016ab4;
	right: 0;
	bottom: -2px;
}
.case-list li{
	padding: 10px;
	float: left;
}
.case-list .case-box{
	width: 267px;
}
.case-list ul{
	margin: 0 -10px;
}
.pictext-list {
	margin-top: 20px;
}
.pictext-list li{
	overflow: hidden;
	padding: 25px 10px;
	border-bottom: 1px dotted #E2E2E2;
}
.pictext-list li:hover{
background: #F0F0F0;
}
.pictext-list .pic{
	float: left;
	width: 210px;
	height: 140px;
	margin-right: 20px;
} 
.pictext-list .title a{
	font-weight: bold;
	font-size: 20px;
}
.pictext-list .title{
	margin-bottom: 10px;
}
.pictext-list .time{
	color:#797979;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/time.png) left center no-repeat;
	margin-bottom: 10px;
}
.pictext-list .desc{
	line-height: 1.8;
	color:#797979;
}
.pictext-list .desc a{
	color: #02a8f3;
}

.pictext-info{}
.pictext-info .title{ text-align: center;}
.pictext-info .title h1{ text-align: center; line-height: 48px; font-size: 22px;}
.pictext-info .item{ text-align: right; line-height: 35px;}

.contacta{font-size:14px; line-height:200%;}
.contacta img{ max-width:880px;}




.page-cell{
	text-align: center;
	font-size: 0;
	padding: 20px 0;
}

.page-cell a{
	display: inline-block;
	font-size: 14px;
	color:#6e6e6e;
	height: 36px;
	border: 1px solid #E2E2E2;
	text-align: center;
	line-height: 36px;
	margin: 0 2px;
	padding:7px 10px;
}

.page-cell a:hover{
	background-color: #0a84d9;
	color: #FFFFFF;
}
.page-cell a.cur{
	background-color: #02a8f3;
	color: #FFFFFF;
}

/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
.mt15{ margin-top:30px; clear: both;}

.pre,.next{line-height:30px;height:30px;}
.infodot{border-top:1px dashed #ccc;margin:15px 0;}



.inwrap{
	margin-bottom: 50px;
}
.product-slide{
	float: left;
	width: 510px;
}
.preview-cell{
	width: 650px;
	float: right;
}
.product-slide{
	overflow: hidden;
	width: 510px;
}
.product-slide .bd{
	width: 510px;
	height: 510px;
}
.product-slide .bd img{
	width: 510px;
	height: 510px;
}
.product-slide .hd{
	position: relative;
	height: 134px;
	padding: 0 24px;
	margin-top: 20px;
	overflow: hidden;
}
.product-slide .hd li{
	padding: 0 10px;
	cursor: pointer;
	float: left;
}.product-slide .hd li img{
	width: 134px;
	height: 134px;
}
.product-slide .hd .prev,
.product-slide .hd .next{
	width: 20px;
	height: 135px;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/arx.png);
}
.product-slide .hd .prev{
	left: 0;
	background-position: 0 bottom;
}
.product-slide .hd .prev:hover{
	background-position: 0 0;
}
.product-slide .hd .next{
	right: 0;
	background-position: right bottom;
}
.product-slide .hd .next:hover{
	background-position: right 0;
}
.goods-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom:30px;
	color: #0a84d9;
}
.goods-content{
	line-height: 2;
	font-size: 16px;
	height: 390px;
	overflow: hidden;
	margin-bottom:30px;
}
.goods-content p{
	line-height: 2;
	margin-bottom:10px;
	font-size: 16px;
}
.ct-link{
	background: url(../images/tbg.png) center no-repeat;
	height: 82px;
	text-align: center;
	margin-top: 50px;
	color: #FFFFFF;
}
.link-box{
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	padding: 20px 0;
}
.link-tel{
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 50px;
	height: 40px;
	line-height: 32px;
	background: url(../images/vtel.png) left center no-repeat;
}
.link-tel *{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
.link-tel strong{
	font-size: 30px;
	font-family: impact;
}
.ct-button{
	text-align: center;
}
.ct-button .ct-btn{
	width: 194px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.ct-button .ct-btn:first-child{
	border: 1px solid #016ab4;
	color: #016ab4;
}
.ct-button .ct-btn:first-child:hover{
	background-color: #016ab4;
	color: #FFFFFF;
}
.ct-button .ct-btn:last-child{
	border: 1px solid #f4372f;
	color: #f4372f;
}
.ct-button .ct-btn:last-child:hover{
	background-color: #f4372f;
	color: #FFFFFF;
}
.box-preview{
	margin-bottom: 50px;
}
.col-table table{
	width: 100%;
}
.col-table table td{
	border: 1px solid #E2E2E2;
	height: 60px;
	text-align: center;
	font-size: 16px;
}
.col-table table thead{
	background-color: #f6f6f6;
}
.bg-blue{
	background-color: #02a8f3;
	color: #FFFFFF;
}
.col-table{
	margin-bottom: 20px;
}
.col-section{
	margin-bottom: 30px;
}
.col-adv .hd{
	background: url(../images/advbg.png) center no-repeat;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.col-adv .bd{
	font-size: 16px;
	line-height: 2;
}
.col-adv .bd p{
	font-size: 16px;
	line-height: 2;
}
.wen-list{
	padding: 20px;
	background: #f6f6f6;
}
.wen-list .wen-hd{
	position: relative;
	color: #f4372f;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.wen-list .wen-bd{
	position: relative;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wen-hd .n{
	background-color: #f4372f;
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
}
.wen-a:link{font-size: 18px;}
.wen-bd .n{
	background-color: #016ab4;
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
}
.wen-list li{
	margin-bottom: 25px;
}
.wen-list li:last-child{
	margin-bottom: 0;
}
.form-cells{
	overflow: hidden;
	border: 1px solid #E2E2E2;
	padding: 30px 10px;
}
.col-6{
	float: left;
	width: 50%;
}
.col-12{
	width: 100%;
	float: left;
}
.form-cells>div{
	margin-bottom: 20px;
}
.form-row{
	position: relative;
	padding-left: 125px;
}
.form-row .txt{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 36px;
	text-align: right;
	width: 115px;
}
.form-input{
	border: 1px solid #E2E2E2;
	width: 230px;
	outline: none;
	text-indent: 10px;
	height: 36px;
	line-height: 36px;
	box-shadow: inset 0 0 10px rgba(0,0,0,.04)
}
textarea.form-input{
	height: 95px;
	padding:5px 10px;
	width: 640px;
	text-indent: 0;
	box-sizing: border-box;
}
.btn-submit{
	width: 120px;
	height: 36px;
	cursor: pointer;
	line-height: 36px;
	background: #0a84d9;
	color: #FFFFFF;
}
.code-link{
	display: block;
	top: 0;
	left: 370px;
	position: absolute;
}
.col-video{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
.video-js .vjs-big-play-button{
	width: 2em;
	height: 2em;
	border-radius: 2em;
	line-height: 2em;
    margin-top: -1em;
    margin-left: -1em;
}
.mr0{
	margin-bottom: 0!important
}
.section{
	padding: 70px 0;
}
.sec-header{
	position: relative;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 50px;
	background-image: url(../images/tt.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.sec-header .en{
	font-size: 70px;
	color: #e9e9e9;
	font-weight: bold;
	font-family: impact;
}
.sec-header .ch{
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	bottom: 55px
}
.section.bg{
	background-color: #f6f6f6;
}
.ly-main{
	text-align: center;
}
.sec-content{
	margin-bottom: 20px;
}
.sec-content:last-child{
	margin-bottom: 0;
}
.gn-cell{
	overflow: hidden;
	margin-bottom: 20px;
}
.gn-cell ul{
	margin: 0 -10px;
}
.gn-cell li{
	float: left;
	padding: 0 10px;
}
.gn-box{
	position: relative;
	display: block;
	width: 285px;
	overflow: hidden;
}
.gn-box img{
	width: 285px;
	height: 285px;
}
.gn-box .gn-popover{
	background-color: rgba(10,132,217,.8);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
	transition: .4s all;
	height: 56px;
}
.gn-box .gn-title{
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 56px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -28px;
}
.gn-box:hover .gn-popover{
	height: 100%;
}
.db-cell{
	position: relative;
	border: 1px solid #E2E2E2;
	font-size: 0;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.db-cell:after{
	width: 1px;
	height: 100%;
	content: '　';
	position: absolute;
	left: 50%;
	background-color: rgba(255,255,255,.4);
}
.db-cell img{
	float: left;
	width: 290px;
	height: 390px;
}
.db-title{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	padding: 20px;
	line-height: 30px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	z-index: 11;
}
.str-list ul{
	margin: -20px -19px;
}
.str-list li{
	padding: 20px 19px;
	float: left;
}
.str-box{
	width: 270px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	transition: .4s all;
	border: 1px solid #E2E2E2;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.str-box:hover{
	border: 1px solid #80b4d9;
}
.str-pic{
	text-align: center;
	height: 180px;
}
.str-pic img{
	height: 180px;
}
.str-intro{
	padding: 15px 10px;
}
.str-box .str-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333333;
}
.str-box  .str-desc{
	color: #747474;
	line-height: 1.7;
	margin-bottom: 15px;
}
.str-more{
	width: 110px;
	height: 34px;
	line-height: 34px;
	border-radius: 35px;
	background-color: #0a84d9;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

.met-pic{
	width: 500px;
}
.met-text{
	width: 664px;
}
.met-ev-cell .met-pic{
	float: left;
}
.met-ev-cell .met-text{
	float: right;
}
.met-odd-cell .met-pic{
	float: right;
}
.met-odd-cell .met-text{
	float: left;
}
.metbg{
	background: url(../images/xbg.png) center bottom no-repeat;
}
.met-cell{
	padding: 25px 0;
}
.met-text p{
	line-height: 2;
	font-size: 16px;
}
.met-ev-cell .nn{
	background: url(../images/nnbg.png) 0 0 no-repeat;
	width: 78px;
	height: 80px;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	line-height: 78px;
	padding-left: 13px;
	font-family: impact;
	margin-bottom: 50px;
	margin-left: -15px;
}
.met-odd-cell .nn{
	background: url(../images/nnbg2.png) 0 0 no-repeat;
	width: 78px;
	height: 80px;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	line-height: 78px;
	font-family: impact;
	margin-bottom: 50px;
	float: right;
}
.met-tips{
	color: #f34236;
	line-height: 2;
	padding-top: 20px;
	font-size: 16px;
}
.lc-cells li{
	width: 25%;
	float: left;
}
.lc-box{
	padding: 40px 0;
	text-align: center;
	line-height: 1;
	background-color: #FFFFFF;
}
.lc-box .nn{
	font-size: 48px;
	font-family: impact;
	margin-bottom: 15px;
}
.lc-box .tit{
	font-size: 24px;
	margin-bottom: 15px;
}
.lc-box .desc{
	font-size: 16px;
	color: #747474;
}
.lc-section{
	background: url(../images/lcbg.jpg) center top no-repeat;
}
.lc-bg{
	background-color: #0855a6;
}
.lc-bg *{
	color: #FFFFFF!important
}
.lc-section .sec-header {
	background-image: url(../images/wwtt.png);
}
.lc-section .sec-header .en{
	color: #74a9de;
}
.lc-section .sec-header .ch{
	color: #fff;
}
.pro-cells{
	padding: 25px;
	background-color: #FFFFFF;
}
.pro-sidebar{
	width: 330px;
	float: left;
}
.wen-slide{
	padding: 15px;
	height: 375px;
	background-color: #F6F6F6;
}
.wen-slide .bd{
	overflow: hidden;
	height:375px;
}
.pro-main{
	width: 780px;
	float: right;
}
.sex-input{
	width: 50px;
}
.pro-cells textarea.form-input{
	width: 610px;
}
.wen-slide li{
	height: auto!important;
}
.wen-bd .more{
	color: #0855a6;
	display: inline-block;
	margin-left: 10px;
}
.queslide{
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
	padding-right: 20px;
}
.queslide .prev,
.queslide .next{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	cursor: pointer;
	background-color: rgba(0,0,0,.4);
	background-repeat: no-repeat;
	background-position: center;
}
.queslide .prev {
	left: 12px;
	background-image: url(../images/cpprev.png);
}
.queslide .next {
	right: 12px;
	background-image: url(../images/cpnext.png);
}
.queslide .prev:hover,
.queslide .next:hover{
	background-color: rgba(1,106,180,.6);
}
.que-box:hover{
	box-shadow: 0 0 16px rgba(0,0,0,.2);
}
.que-box{
	position: relative;
	display: block;
	width: 270px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: .5s all;
}
.que-box .que-pic img{
	width: 270px;
	height: 180px;
}
.que-box .que-title{
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.queslide .bd li{
	float: left;
	padding: 10px;
}
.que-cells{
	margin-bottom: 60px;
}
.que-main{
	width: 810px;
	float: left;
}
.que-sidebar{
	width: 350px;
	float: right;
}
.honnor-slide{
	position: relative;
}
.honnor-slide .pic{
	background-color: #F6F6F6;
	height: 340px;
	text-align: center;
	padding:22px 30px;
	line-height: 340px;

}
.honnor-slide .pic img{
	max-height: 340px;
	vertical-align: middle;
	
}
.honnor-slide .tit{
	height: 44px;
	line-height: 44px;
	background-color: #0a84d9;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}


.honnor-slide .prev,
.honnor-slide .next{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	cursor: pointer;
	background-color: rgba(0,0,0,.4);
	background-repeat: no-repeat;
	background-position: center;
}
.honnor-slide .prev {
	left: 12px;
	background-image: url(../images/cpprev.png);
}
.honnor-slide .next {
	right: 12px;
	background-image: url(../images/cpnext.png);
}
.honnor-slide .prev:hover,
.honnor-slide .next:hover{
	background-color: rgba(1,106,180,.6);
}
.about-pic{
	position: relative;
	float: left;
	width: 298px;
	height: 395px;
	border:1px solid #e2e2e2;
}
.about-pic .pic{
	position: absolute;
	padding: 5px;
	box-shadow: 1px 6px 22px rgba(0,0,0,.2);
	left: 30px;
	top: 30px;
	width: 298px;
	background-color: #FFFFFF;
}
.about-pic .pic img{
	width: 298px;
	height: 395px;
}
.about-text{
	width: 440px;
	float: right;
}
.about-text .cont{
	height: 394px;
}
.about-text .cont p{
	line-height: 2;
	margin-bottom: 28px;
}
.q-icon{
	background: url(../images/qian.png) no-repeat;
	width: 89px;
	height: 79px;
	position: absolute;
	top: 0;
	left: 30px;
}
.h-icon{
	background: url(../images/hou.png) no-repeat;
	width: 89px;
	height: 79px;
	position: absolute;
	top: 0;
	right: 30px;
}
.vs-main{
	position: relative;
}
.vs-cell{
	position: relative;
	z-index: 11;
	width: 460px;
	border: 1px solid #e2e2e2;
	text-align: center;
	background-color: #FFFFFF;
}
.vs-cell .hd{
	background-color: #747474;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
.vs-cell .bd div{
	border-top: 1px solid #E2E2E2;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.vs-cell.pull-right{
	border: 1px solid #FFF;
}
.vs-cell.pull-right .hd{
	background-color: #0a84d9;
	color: #FFFFFF;
}
.vs-cell.pull-right .bd div{
	border-top: 1px solid #FFF;
	background-color: #b2e4fb;
}
.vs-middle{
	position: absolute;
	width: 292px;
	top: 0;
	left: 50%;
	margin-left: -146px;
	text-align: center;
}
.mid-cont{
	background: url(../images/line.png) center 30px no-repeat;
}
.vs-list{
	width: 180px;
	margin: 0 auto;
	border:1px solid #E2E2E2;
}
.vs-list li{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #E2E2E2;
}
.vs-list li:last-child{
	border-bottom: 0;
}
.vs-middle .txt{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.jj-list li{
	float: left;
	padding: 12px;
}
.jj-list{
	margin: 0 -14px;
}
.jj-box{
	display: block;
	width: 285px;
	position: relative;
}
.jj-box img{
	width: 285px;
	height: 285px;
}
.jj-box .jj-title{
	height: 60px;
	line-height:60px;
	text-align:center;
	font-size: 18px;
	background-color: #f6f6f6
}
.jj-box:hover .jj-title{
	background-color: #0a84d9;
	color: #FFFFFF;
}


.jj-box3{
	display: block;
	width: 380px;
	position: relative;
}
.jj-box3 img{
	width: 380px;
	height: 380px;
}
.jj-box3 .jj-title{
	height: 60px;
	line-height:60px;
	text-align:center;
	font-size: 18px;
	background-color: #f6f6f6
}
.jj-box3:hover .jj-title{
	background-color: #0a84d9;
	color: #FFFFFF;
}

.ff-cell{
/*	background-image: url(../images/fangfabg.png);
	background-position: 57% 20%;
	background-repeat: no-repeat;
	*/
}
.ff-cell ul{
	margin: 0 -30px;
}
.ff-cell li{
	padding:0 25px ;
	float: left;
}
.ff-cell li img{
	border-radius: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.ff-cell .ff-title{
	width: 260px;
	margin: 0 auto;
	font-size: 18px;
	margin: 30px auto;
	text-align: center;
}
.ins-list ul{
	margin:0 -10px;
}
.ins-list li{
	padding: 10px;
	float: left;
}
.ins-pic{
	width: 285px;
}
.ins-title{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background-color: #F6F6F6;
}
.ins-box:hover .ins-title{
	background-color: #0a84d9;
	color: #FFFFFF;
}
.mr30{
	margin-bottom: 30px;
}
.sol-cell ul{
	margin: 0 -13px;
}
.sol-cell li{
	float: left;
	padding: 0 13px;
}
.sol-box{
	display: block;
	width: 280px;
}
.sol-pic img{
	width: 280px;
	height: 510px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.sol-title{
	position: relative;
	background-color: #747474;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 40px;
	color: #FFFFFF;
}
.sol-title .h3{
	font-size: 24px;
	margin-bottom: 6px;
}
.sol-title .p{
	font-size: 16px;
}
.sol-title:after{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -20px;
	content: '　';
}
.sol-box:hover .sol-title{
	background-color: #0a84d9;
}
.sol-box:hover img{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}
.que-cells .col-header{
	margin-bottom: 30px;
}
.media-section{
	background: url(../images/newsbg.jpg) center top no-repeat;
}
.video-list ul{
	margin: 0 -10px
}
.video-list li{
	float: left;
	padding: 10px;
}
.video-list .vv-box{
	width: 280px;
	border-radius:5px;
	border: 1px solid #E5E5E5;
	text-align: center;
}
.video-list .vv-box1{
	width: 265px;
	border-radius:5px;
	border: 1px solid #E5E5E5;
	text-align: center;
}
.vv-title{
	padding: 20px 0;
}
.vv-title a{
	font-size: 18px;
	padding: 20px 0;
}

.vv-title1{
	padding: 10px 0;
}
.vv-title1 a{
	font-size: 16px;
	padding: 10px 0;
}
.vv-desc{
	overflow: hidden;
	padding: 10px;
	background-color: #f6f6f6;
	border-top: 1px dashed #e2e2e2;
}
.vv-desc span{
	color: #666;
}
.vv-left{
	display: inline-block;
	padding-left: 22px;
	float: left;
	background: url(../images/eye.png) left center no-repeat;
}
.vv-right{
	float: right;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/time.png) left center no-repeat;
}
.vv-pic{
	position: relative;
	display: block;
	overflow: hidden;
	height: 156px;
}
.vv-pic:before{
	content: '　';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(45,169,255,.6);
	transition: .4s all;
	visibility: hidden;
}
.vv-pic:after{
	content: '　';
	position: absolute;
	background: url(../images/play.png) center no-repeat;
	background-size: contain;
	display: block;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 60%;
	margin-left: -16px;
	margin-top: -16px;
	transition: .4s all;
	visibility: hidden;
	opacity: 0
}


.vv-pic1{
	position: relative;
	display: block;
	overflow: hidden;
	height: 148px;
}
.vv-pic1:before{
	content: '　';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(45,169,255,.6);
	transition: .4s all;
	visibility: hidden;
}
.vv-pic1:after{
	content: '　';
	position: absolute;
	background: url(../images/play.png) center no-repeat;
	background-size: contain;
	display: block;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 60%;
	margin-left: -16px;
	margin-top: -16px;
	transition: .4s all;
	visibility: hidden;
	opacity: 0
}
.vv-box:hover .vv-pic:after{
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.vv-box:hover .vv-pic:before{
	visibility: visible;
}
.vv-box1:hover .vv-pic1:after{
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.vv-box1:hover .vv-pic1:before{
	visibility: visible;
}

.gy-cells .hd{
	width: 220px;
	float: left;
	background-color: #0a84d9;
}
.gy-cells .bd{
	width: 948px;
	float: right;
}
.gy-cells .txt{
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/tetebg.png) center no-repeat;
}
.gy-tab li{
	position: relative;
	border-top: 1px dashed #1298fa;
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}
.gy-box{
	position: relative;
	border: 1px solid #e2e2e2;
	background-color: #FFFFFF;
	display: block;
	height: 380px;
	width: 220px;
}
.gy-box:hover{
	border: 1px solid #02a8f3;
	box-shadow: 0 0 10 rgba(0,0,0,.05);
}
.gy-list {
	margin: 0 -10px;
}
.gy-list li{
	position: relative;
	padding: 0 10px;
	float: left;
}
.gy-tab li.on:after{
	content: '　';
	position: absolute;
	width: 32px;
	height: 74px;
	background: url(../images/pk_cur.png) right 0 no-repeat;
	position: absolute;
	left: 99%;
	top: 0;
}
.gy-tab li.on{
	background-color: #02a8f3;
}
.gy-intro{
	padding:20px 10px;
}
.gy-box .gy-title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.gy-box .gy-desc{
	color: #747474;
	line-height: 1.7;
}
.gy-pic{
	height:180px;
	text-align: center;
}
.gy-pic img{
	height:180px;
}
.gy-tab li span{
	display: none;
}
.gy-tab li a{ display: block; font-size: 16px; color: #fff;}
.gy-tab li.on span{
	display: block;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	color: #FFFFFF;
	margin-top: -10px;
}
.pk-menu{
	margin-bottom: 50px;
}
.pk-menu li{
	float: left;
	padding: 0 25px;
}
.pk-menu{
	margin-left: -25px;
	margin-right: -25px;
}
.mm-box{
	width: 201px;
	height: 179px;
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
}
.mm-box .txt{
	padding-top: 10px;
	font-size: 20px;
	color: #FFFFFF;
}
.pk-cells{
	overflow: hidden;
	margin-bottom: 50px;
}
.pk-cells .hd{
	width: 220px;
	background-color: #0a84d9;
	float: left;
}
.pk-cells .bd{
	width: 940px;
	float: right;
}
.pp-pic{
	position: relative;
}
.pp-pic .pp-tit{
	height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	position: absolute;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
}
.pp{
	position: relative;
}
.pp:before{
	display: block;
	content: '　';
	position: absolute;
	background: url(../images/pkcc.png) center no-repeat;
	width: 63px;
	height: 63px;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	z-index: 23;
}
.news-colls{
	background-color: #FFF;
	padding: 30px;
}
.news-main{
	width: 780px;
	float: left;
}
.news-sidebar{
	width: 330px;
	float: right;
}
.news-tab{
	height: 30px;
	float: left;
}
.news-tab li{
	position: relative;
	font-size: 18px;
	float: left;
	height: 30px;
	line-height: 28px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.news-tab li.on:after {
    content: '　';
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #016ab4;
    right: 0;
    bottom: -2px;
}
.fw-cell{
	height: 200px;
}
.fw-pic .pic{
	display: block;
}
.fw-pic .pic img{
	width: 300px;
	height: 200px;
}
.fw-pic{
	float: left;
	margin-right: 20px;
}
.fw-title {
	padding: 10px 0;
}
.fw-title a{
	font-size: 18px;
	font-weight: bold;
}
.col{
	overflow: hidden;
}
.fw-cell{
	margin-bottom: 30px;
}
.fw-desc{
	color: #999999;
	line-height: 2;
	margin-bottom: 10px;
}
.fw-cell .fw-more{
	display: block;
	width: 90px;
	height: 30px;
	color: #0a84d9;
	border: 1px solid #0a84d9;
	text-align: center;
	line-height: 30px;
}
.news-list{
	overflow: hidden;
}
.news-list li{
	width: 33.33%;
	float: left;
	margin-bottom: 10px;
}
.news-list li a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/smarr.png) left center no-repeat
}
.news-list li a:hover{
	color: #0a84d9;
	text-decoration: underline;
}
.adv-text{
	position: relative;
	padding-left: 90px;
	padding-top: 17px;
}
.adv-title{
	font-size: 20px;
	color: #0a84d9;
	font-weight: bold;
	margin-bottom: 20px;
}
.adv-desc{
	position: relative;
	/*padding-left: 18px;*/
	line-height: 1.8
}
/*
.adv-desc:before{
	display: block;
	content: '　';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #0a84d9;
	display: block;
	position: absolute;
}
*/
.adv-num{
	background: url(../images/trbg.png) no-repeat;
	width: 77px;
	height: 77px;
	text-align: center;
	line-height: 77px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.adv-box{
	width: 540px;
}

.inadv-box{
	width: 830px;
}

.ht{
	height: 40px;
}
.adv-cells{
	background: url(../images/linebg.png) 42% top no-repeat;
}
.fixed-side{
	position: fixed;
	right: 0;
	top: 20%;
	width: 180px;
	background-color: #4389fe;
	z-index: 999;
}
.fixed-side .hd{
	border-bottom: 1px solid #7db0ff;
	padding: 10px;
	text-align: center;
}
.fixed-side .bd{
	border-bottom: 1px solid #7db0ff;
	padding: 20px
}
.fixed-side .ft{
	padding: 20px 0 20px 10px;
	background: url(../images/bian_bg.png) center;
}


.dianpu{ color: #fff;}
.dianpu p{ font-weight: bold;}
.dianpu li{ line-height: 180%;}
.dianpu li a{color: #fff;}
.wx-bd{
	text-align: center;
	background: url(../images/wxbg.png) center top no-repeat;
}
.wx-bd p{
	padding-top: 5px;
	color: #fff;
}
.tel-box{
	background: url(../images/vtel.png) left center no-repeat;
	padding-left: 50px;
	color: #fff;
}
.tel-box .ttnum{
	font-size: 20px;
	font-family: impact;
}
.qk-list li{
	background: url(../images/xxbgbg.png) no-repeat;
	width: 124px;
	height: 35px;
	text-align: center;
	margin: 5px auto;
}
.qk-list li a{
	display: inline-block;
	padding-left: 30px;
	background: url(../images/qq.png) left center no-repeat;
	height: 25px;
	line-height: 22px;
	margin-top: 3px;
	color: #fff;
}
.qk-icon{
	position: absolute;
	left: 20px;
	top: 0
}




