﻿.head-top{
	border-bottom: #eaeaea solid 1px;
}
.head-top-left{
	float: left;
}
.logo{
	display: block;
	float: left;
	position: relative;
	padding: 6px 0;
	box-sizing: border-box;
}
.logo img{
	display: block;
	width: 100px;
	margin: 0 auto 2px;
}
.logo p{
	font-size: 12px;
	color: #333;
}
.logo-txt{
	float: left;
	margin-left: 20px;
	border-left: #dfdfdf solid 1px;
	padding: 0 0 0 20px;
	margin-top: 26px;
}
.logo-txt p{
	padding: 5px 0;
	font-size: 13px;
	color: #666;
}
.head-top-right{
	float: right;
	padding-top: 25px;
}
.head-tele img{
	width: 20px;
	margin-right: 5px;
}
.head-tele p{
	font-size: 17px;
	color: #666;
	font-family: "arial narrow";
	font-weight: 600;
	padding-left: 8px;
	border-left: #dfdfdf solid 1px;
	line-height: normal;
}
.head-mail{
	font-size: 12px;
	color: #999;
	text-align: right;
	padding-top: 3px;
}
.nav-box{
	background: #fff;
}
.nav{
	float: left;
}
.nav li{
	float: left;
	position: relative;
	margin-right: 80px;
}
.nav li>a{
	display: block;
	height: 60px;
	line-height: 60px;
}
.nav-item span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #8e8e8e;
}
.nav-item i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	width: 5px;
	height: 5px;
	border-left: solid 1px #8E8E8E;
	border-bottom: solid 1px #8E8E8E;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg);
}
.nav-line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #0064b1;
	transition: 0.2s;
}
.nav li.nav-v a span{
	color: #0064b1;
}
.nav li.nav-v .nav-line{
	width: 100%;
}
.nav li:hover a span{
	color: #0064b1;
}
.nav li:hover .nav-line{
	width: 100%;
}
.second-nav{
	position: absolute;
	background: #fff;
	left: -20%;
	top: 60px;
	width: 205%;
	transition: .3s;
	transform: translateY(20px);
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 9;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.second-nav p{
	
}
.second-nav p a{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #8E8E8E;
	border-bottom: #ddd solid 1px;
	padding: 12px 0;
}
.second-nav p a:hover{
	background: #f2f2f2;
}
.nav li:hover .second-nav{
	transform: translateY(0);
	opacity: 1;
	display: block;
	height: auto;
}
.fix {
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: #eee solid 1px;
	z-index: 99;
}

.slideBox{ width:100%;  overflow:hidden; position:relative;  }
.slideBox .hd{width: 100%; overflow:hidden; position:absolute; left: 0; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; width: 100%; text-align: center;  }
.slideBox .hd ul li{ 
	display: inline-block; 
	width:15px; height:3px; 
	 background:#eaeaea; 
	 margin: 0 5px;
	 cursor:pointer;
}
.slideBox .hd ul li.on{ background:#0167b3;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block;  }

.public-title{
	padding: 30px 0;
}
.public-title h3{
	font-size: 18px;
	color: #444;
	text-align: center;
	font-weight: normal;
}
.public-title p{
	font-size: 12px;
	text-align: center;
	color: #888;
	padding-top: 5px;
}
.home-servicearea{
	justify-content: space-between;
	align-items: center;
	padding-bottom: 80px;
	padding-top: 50px;
}
.home-servicearea li{
	padding-top: 50px;
	width: 280px;
}
.home-servicearea-top{
	position: relative;
	background-color: #0064b0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px 10px;
}
.hst-txt1{
	text-align: right;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
.hst-txt2{
	text-align: right;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.hst-img{
	position: absolute;
	width: auto;
	z-index: 1;
	left: 0;
	bottom: 10px;
	transition: 0.3s;
}
.home-servicearea-title{
	color: #333;
	font-size: 14px;
	padding: 10px 0;
}
.home-servicearea-profiles{
	height: 40px;
	line-height: 1.8;
	font-size: 12px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-top: 10px;
	border-top: #eee solid 1px;
	box-sizing: content-box;
}
.hs-color2{
	background-color: #4bc9e8;
}
.hs-color3{
	background-color: #4d4398;
}
.hs-color4{
	background-color: #f35750;
}
.home-servicearea li:hover .hst-img{
	transform: translateY(-10px);
}

.public-btn{
	text-align: center;
}
.more-btn{
	display: inline-block;
	font-size: 12px;
	color: #999;
	border: #ccc solid 1px;
	width: 100px;
	text-align: center;
	padding: 10px 0;
	transition: .3s;
}
.more-btn:hover{
	background-color: #0165b0;
	color: #fff;
}
.home-companyprofile{
	padding-top: 100px;
}
.home-companyprofile-box{
	padding: 30px 0 50px;
}
.home-companyprofile-txt{
	width: 560px;
}
.hct-p{
	font-size: 12px;
	line-height: 2.5;
	color: #999;
	padding: 20px 0;
}
.home-companyprofile-btn{
	text-align: left;
}
.home-companyprofile-btn .more-btn{
	width: 80px;
	padding: 8px 0;
}
.home-companyprofile-bg{
	height: 200px;
	background: #0064b0;
}
.hcb-cont{
	height: 100%;
}
.hcb-ico{
	position: absolute;
	z-index: 1;
	width: 547px;
	right: 0;
	bottom: 60px;
}
.home-companyprofile-business{
	padding: 50px 0 80px;
}
.home-companyprofile-business li{
	float: left;
	width: 25%;
}
.home-companyprofile-business li img{
	display: block;
	margin: 0 auto 20px;
	width: 130px;
	height: 130px;
	box-sizing: content-box;
	padding: 0 15px;
	background: #fff;
}
.home-companyprofile-business li p{
	text-align: center;
	font-size: 12px;
	color: #666;
}
.home-companyprofile-dottedline{
	width: 1000px;
	height: 1px;
	border-bottom: #ccc dashed 1px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 116px;
	z-index: -1;
}
.home-news{
	padding: 30px 0 50px;
}
.home-news li{
	float: left;
	width: 33.33%;
	padding: 0 15px;
}
.home-news-time{
	font-size: 20px;
	color: #555;
	padding-bottom: 15px;
}
.home-news-title{
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	transition: .2s;
}
.home-news-bi{
	line-height: 2;
	font-size: 12px;
	color: #999;
	height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 30px;
}
.home-news-btn{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #0064b0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	transition: .2s;
}
.home-news li:hover .home-news-title{
	color: #0064b0;
}
.home-news li:hover .home-news-btn{
	transform: translateY(5px);
}
.space-box{
	height: 50px;
}
.home-case-bg{
	background: #f6f6f6;
	padding-bottom: 50px;
}
.home-case{
	width: 750px;
	margin: 0 auto 60px;
}
.home-case li{
	float: left;
	width: 250px;
	height: 240px;
	position: relative;
}
.home-case-img{
	width: 250px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.home-case-img img{
	display: block;
	width: 100%;
	transition: .3s;
}
.home-case-title{
	width: 250px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #333;
	font-size: 14px;
	background: #fff;
}
.home-case li:nth-child(2) .home-case-img{
	top: auto;
	bottom: 0;
}
.home-case li:nth-child(2) .home-case-title{
	top: auto;
	bottom: auto;
	top: 0;
}
.home-case li:hover .home-case-img img{
	transform: scale(1.1);
}
.home-case li:hover .home-case-title{
	color: #0266b2;
}
.home-cooperativepartner {
	padding: 30px 0 50px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
}
.home-cooperativepartner li{
	flex: 0 0 20%;
	border: #ccc solid 1px;
	font-size: 12px;
	padding: 8px 0;
	text-align: center;
	color: #666;
}
.bottom-top{
	background: #272727;
	border-bottom: #424242 solid 1px;
	padding: 15px 0;
}
.bottom-top-box{
	justify-content: space-between;
	align-items: flex-end;
}
.bottom-top-name p{
	color: #fff;
	vertical-align: bottom;
}
.btn-cn{
	font-size: 15px;
}
.btn-en{
	font-size: 12px;
	margin-left: 8px;
}
.bottom-top-links h6{
	font-size: 12px;
	color: #fff;
	padding-top: 3px;
}
.btl-list{
}
.btl-list a{
	display: inline-block;
	padding: 0 8px;
	line-height: normal;
	border-right: #fff solid 1px;
	font-size: 12px;
	color: #fff;
	line-height: normal;
}
.btl-list a:last-child{
	border-right: 0;
}
.btl-list a:hover{
	text-decoration: underline;
}
.bottom-footer{
	background: #272727;
}
.bottom-footer-box{
	padding: 30px 0;
}
.bottom-footer-add{
	
}
.bottom-footer-add li{
	float: left;
	width: 325px;
	margin-right: 15px;
}
.bottom-footer-add li:last-child{
	margin-right: 0;
}
.bfa-placename{
	padding: 8px 0;
	border-bottom: #ddd solid 1px;
}
.bfa-placename label{
	color: #fff;
	font-size: 14px;
}
.bfa-placename span{
	font-size: 24px;
	color: #2d2d2d;
	margin-left: 12px;
}
.bfa-in{
	padding-top: 16px;
}
.bfa-in img{
	float: left;
	width: 18px;
}
.bfa-in p{
	padding-left: 24px;
	font-size: 12px;
	color: #fff;
	height: 35px;
}
.bottom-footer-qr{
	
}
.bottom-footer-qr img{
	display: block;
	width: 100px;
}
.bottom-footer-qr p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
.icp-in{
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 12px 0;
}
.icp-in a{
	color: #999;
}
.icp-in a:hover{
	text-decoration: underline;
}
.companyprofile-txt{
	font-size: 13px;
	color: #666;
	line-height: 2;
	text-align: center;
}
.companyprofile-data{
	padding: 80px 0;
}
.companyprofile-data li{
	float: left;
	width: 25%;
}
.companyprofile-data-num{
	text-align: center;
}
.companyprofile-data-num h1{
	display: inline-block;
	font-size: 56px;
	font-family: "arial black";
	color: #333;
}
.companyprofile-data-num span{
	display: inline-block;
	font-size: 15px;
	color: #999;
	margin-left: 5px;
}
.companyprofile-data-txt{
	text-align: center;
	font-size: 14px;
	color: #999;
}
.companyprofile-bgc{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #0064b0;
	width: 55vw;
	z-index: -1;
}
.companyprofile-txt-hos{
	color: #fff;
	padding: 50px 50px 50px 0;
	line-height: 2.5;
	text-align: left;
}
.companyprofile-img{
	width: 60%;
	position: absolute;
	right: -10%;
	top: 50px;
}
.route-box{
	font-family: simsun;
	font-size: 12px;
	color: #666;
	padding: 50px 0 30px;
}
.route-box label,.route-box a,.route-box span{
	font-family: "microsoft yahei";
	color: #666;
}
.route-box span{
	color: #0064b0;
}
.route-box a:hover{
	color: #0064b0;
}
.companyprofile-txt2{
	padding-bottom: 50px;
}
.expertteam-list{
	padding: 30px 0;
}
.expertteam-list li{
	float: left;
	width: 33.33%;
	padding: 0 50px;
	margin-bottom: 50px;
}
.expertteam-list-img{
	overflow: hidden;
	margin-bottom: 10px;
	height: 240px;
}
.expertteam-list-img img{
	width: 100%;
	transition: .3s;
}
.expertteam-list-name{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}
.expertteam-list-position{
	text-align: center;
	color: #999;
	font-size: 12px;
}
.expertteam-list li:hover .expertteam-list-img img{
	transform: scale(1.1);
}
.expertteam-list li:hover .expertteam-list-name{
	color: #0064b0;
}
.class-box{
	float: right;
}
.class-box li{
	float: left;
	margin-left: 20px;
}
.class-box li a{
	font-size: 12px;
	color: #666;
}
.class-box li.class-v a{
	color: #0064b0;
}
.news-list{
	
}
.news-list li{
	float: left;
	width: 33.33%;
	padding: 0 30px;
	margin-bottom: 50px;
}
.news-list li a{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.news-list-img{
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-list-img img{
	display: block;
	width: 100%;
	transition: .3s;
}
.news-list-title{
	font-size: 15px;
	color: #555;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-list-abstract{
	font-size: 12px;
	color: #999;
	line-height: 1.8;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list-line{
	position: absolute;
	height: 2px;
	left: 0;
	bottom: -28px;
	width: 0;
	background: #0064b0;
	transition: .3s;
}
.news-list li:hover .news-list-img img{
	transform: scale(1.1);
}
.news-list li:hover .news-list-line{
	width: 100%;
}
.article-box{
	padding: 50px 0;
	border-top: #ccc dashed 1px;
}
.article-cont-box{
	width: 880px;
}
.article-recommend{
	width: 250px;
}
.article-title{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.article-in{
	font-size: 12px;
	color: #999;
}
.article-cont{
	padding: 30px 0;
}
.article-cont img{
	display: inline-block !important;
	max-width: 100% !important;
	width: auto !important;
}
.article-previousnext{
	
}
.article-previousnext p{
	float: left;
	width: 48%;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article-previousnext p:last-child{
	float: right;
}
.article-previousnext p a{
	color: #999;
}
.article-previousnext p a:hover{
	color: #0064b0;
}
.article-recommend-title{
	font-size: 14px;
	color: #666;
	padding-bottom: 30px;
}
.article-recommend-list{
	
}
.article-recommend-list li{
	padding-bottom: 20px;
	border-bottom: #ccc dashed 1px;
	margin-bottom: 20px;
}
.arl-title{
	font-size: 13px;
	color: #333;
	margin-bottom: 15px;
}
.arl-abstract{
	font-size: 12px;
	color: #999;
}
.article-recommend-list li:hover .arl-title{
	color: #0064b0;
}
.returntohead{
	width: 50px;
	height: 50px;
	background: url(../img/fhtop.png) #fff no-repeat center / 50%;
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 10;
	border: #ddd solid 1px;
	cursor: pointer;
	display: none;
}
.rt-boclk{
	display: block;
}
.culture-list{
	padding: 30px 0 50px;
}
.culture-list li{
	
}
.culture-txt{
	flex: 0 0 50%;
	padding: 0 55px;
	align-items: center;
	background: #fafafa;
}
.culture-txt div h5{
	color: #333;
	font-size: 18px;
	padding-bottom: 30px;
}
.culture-txt div h5 a{
	cursor: pointer;
}
.culture-txt div h5 a:hover{
	opacity: 0.8;
}

.culture-txt div p{
	font-size: 13px;
	color: #999;
	line-height: 1.8;
}
.culture-img{
	flex: 0 0 50%;
}
.culture-img img{
	width: 100%;
	height: 100%;
}
.jt-ico{
	width: 26px;
	position: absolute;
	top: 0;
	left: -32px;
	transition: .3s;
}
.culture-txt div h5 a:hover + img{
	transform: translateY(-5px);
}
.article-maxcont-box{
	width: 100%;
}
.article-maxcont-box .article-title{
	text-align: center;
}
.article-maxcont-box .article-in{
	text-align: center;
}

.PageBox{text-align:center;color:#ccc;vertical-align:middle;padding:22px 0;}
.PageBox a{color:#666;display:-moz-inline-box !important;display:inline-block; font-size: 12px;}
.PageBox .prev{font-weight:bold;margin-right:4px;}
.PageBox .next{font-weight:bold;margin-left:4px;}
.PageBox .forbox a{width:17px;height:17px;text-align:center;background:#f8f8f8;margin:0 4px;vertical-align:middle;color:#999;line-height: 17px; font-size: 12px;}
.PageBox .forbox a:hover{background:#0064b0;color:#fff;text-decoration:none;}
.PageBox .forbox a.active{color:#fff;background:#0064b0; font-weight:bold;}
.PageBox .pagenumber{color:#999;margin-left:8px; font-size: 12px;}