/* 顶部导航一 */
.main-menu .navigation > li > a i{
	transform: rotate(90deg);
	display: inline-block;
	margin-left: 5px;
	transition: all .3s;
}
.main-menu .navigation > li > a:hover i{
	transform: rotate(-90deg);
}
.main-menu .navigation > li > a span{
	position: absolute;
	top: -10px;
	right: -30px;
	font-size: 12px;
	background: #6edb97;
	color: #fff;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	box-sizing: content-box;
	border-radius: 8px 0 8px 0;
}
/* 顶部导航二 */
.nav-here {
	width: 100%;
	height: 75px;
}

.nav-here {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	/* background: #fff;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 0 6px 2px rgba(0, 0, 0, .15); */
}

.gf-pnav {
	float: right;
	height: 75px;
}

.gf-pnav a {
	color: #fff;
	z-index: 2;
	font-size: 15px;
	line-height: 75px;
	display: inline-block;
	position: relative;
}
.gf-pnav .top_menu{
	padding: 0 20px 0 15px;
}
.gf-pnav .three_link{color: #333;}
.fixed-header .gf-pnav a.control-login,.fixed-header .gf-pnav a{
	color: #323232;
}
.gf-pnav a:hover {
	color: {$config['theme_color']};
}

.gf-pnav a:focus {
	outline: none;
}

.gf-pnav a i {
	display: inline-block;
	transition: all .3s ease-out;
	transform: rotate(90deg);
}

.gf-pnav a:hover i {
	transform: rotate(-90deg);
}
.gf-pnav-sub h2 a i {
	transform: rotate(0deg);
}
.gf-pnav-sub h2 a {
	line-height: 0;
}
.gf-pnav-sub h2 a:hover i {
	transform: rotate(0deg);
}

.gf-header .focus-text {
	position: absolute;
	left: 4%;
	z-index: 2;
	color: #fff;
}

.gf-state {
	border-bottom: 1px solid #dedede;
}

.gf-logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.gf-pnav a.control-login {
	border: 1px solid #e4e4e4;
	padding: 0px 15px;
	border-radius: 2px;
	line-height: 30px;
	display: inline-block;
	margin-top: 20px;
}

.gf-pnav a.control-register {
	margin-left: 10px;
}

.gf-pnav a.control-login {
	color: #fff;
	border: 1px solid {$config['theme_color']};
	background: {$config['theme_color']};
}
.gf-pnav a.control-login:hover {
	border: 1px solid {$config['trans_color']};
	background: {$config['trans_color']};
}

.gf-pnav-sub {
	width: 100%;
	display: none;
	background: #fff;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 75px;
	padding: 20px 0 30px;
	overflow: hidden;
	border-top: 1px solid #e9eef3;
}
.gf-pnav-sub h2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gf-pnav-sub h2 i{
	width: 20px;
	display: inline-block;
}
.gf-pnav-sub li{
	float: left;
	margin-left: 20px;
}
.gf-pnav-sub li a{
	margin-left: 0;
	font-size: 14px;
	line-height: 30px;
}
.gf-pnav-top {
	float: left;
}
.gf-pnav-sub-content{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.nav-here{display: none;}
	.header-in {
		display: block!important;
	}
}
.gf-pnav a span{
	position: absolute;
	top: 12px;
	right: -15px;
	font-size: 12px;
	background: #6edb97;
	color: #fff;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	box-sizing: content-box;
	border-radius: 5px 0 5px 0;
}
/* 导航二移动端 */
.header-in {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: microsoft yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

a,
a:hover {
	text-decoration: none;
}

.header-in {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 999999;
	border-bottom: 1px solid #e6e0e0;
	width: 100%;
	height: 126px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-l {
	display: inline-block;
	margin-left: 5.73%;
	margin-top: 36px;
	vertical-align: top;
}

.header-r {
	display: inline-block;
	float: right;
	margin-right: 5.73%;
	margin-top: 49px;
	font-size: 0;
	vertical-align: top;
}

.m-close {
	display: none;
	cursor: pointer;
}

.header-r-nav,
.header-r-lang {
	display: inline-block;
	vertical-align: top;
}

.header-r-nav {
	margin-top: 5px;
	margin-right: 87px;
	margin-right: 5vw;
}

.header-r-nav>ul {
	font-size: 0;
}

.header-r-nav>ul>li {
	display: inline-block;
	position: relative;
	margin-right: 71px;
	margin-right: 3vw;
	line-height: 16px;
	font-size: 16px;
	vertical-align: top;
}

.header-r-nav>ul>li:last-child {
	margin-right: 0;
}

.header-r-nav>ul>li>a {
	position: relative;
	display: block;
	height: 50px;
	color: #333;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.header-r-nav>ul>li:hover>a,
.header-r-nav>ul>li.cur>a {
	color: #0150a3;
}

.header-r-nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 32px;
	width: 0;
	height: 3px;
	background: #0150a3;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.header-r-nav>ul>li>a:hover::before,
.header-r-nav>ul>li.cur>a::before {
	width: 100%;
}

.sub-menu {
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	min-width: 180px;
	background: #222;
}

.sub-menu>a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	color: #9a9a9a;
	text-indent: 20px;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.sub-menu>a>span {
	display: inline-block;
	width: 58%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	text-indent: 0;
}

.sub-menu>a:hover {
	color: #fff;
}

.sub-menu>a::after {
	content: '>';
	position: relative;
	top: 2px;
	font-family: arrow;
	float: right;
	margin-right: 20px;
}



@media(max-width:1300px) {
	.header-r-nav>ul>li {
		margin-right: 1.8vw;
	}
}

@media(max-width:1200px) {
	header {
		position: relative;
		z-index: 99999;
		height: 60px;
		background: #fff;
	}

	.header-in {
		height: 60px;
	}

	.header-l {
		position: absolute;
		height: 40px;
		top: 50%;
		margin-top: 0;
		transform: translateY(-50%);
	}
	.header-l a img{
		height: 100%;
		width: initial;
	}

	.lang-sel-m {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 11%;
	}

	.lang-sel::before {
		display: none;
	}

	.m-close {
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 999;
		width: 30px;
		height: 20px;
	}

	.m-close i {
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		margin-top: -2px;
		width: 100%;
		height: 2px;
		background: #004ea2;
		opacity: 1;
		transition: .4s;
	}

	body.on .m-close i {
		opacity: 0;
		width: 0;
	}

	.m-close::before,
	.m-close::after {
		content: '';
		position: absolute;
		left: 0;
		width: 70%;
		height: 2px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		transition: .6s;
		background: #004ea2;
	}

	body.on .m-close::before,
	body.on .m-close::after {}

	.m-close::before {
		top: 0;
		transform-origin: 50% 50% 0;
	}

	.m-close::after {
		bottom: 0;
		transform-origin: 50% 50% 0;
	}

	body.on .m-close::before {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
	}

	body.on .m-close::after {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
	}



	.header-r-nav,
	.header-r-lang {
		display: block;
	}

	.header-r-lang {
		display: none;
	}

	.header-r-nav>ul>li {
		margin: 0;
	}

	.header-r-nav {
		margin: 0 0 20px;
	}

	.header-r {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: -1;
		margin-top: 0;
		width: 100%;
		background: #fff;
	}

	body.on .header-r {}

	.header-r-in {
		padding-top: 20px;
		padding-bottom: 26px;
		margin: 0 auto;
		width: 86.7%;
		max-height: calc(100vh - 80px);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header-r-nav>ul>li {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 18px;
		font-size: 16px;
	}

	.header-r-nav>ul>li>a {
		position: relative;
		padding-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #e6e0e0;
		height: auto;
	}

	.header-r-nav>ul>li:last-child>a {
		border-bottom: 0;
	}

	.header-r-nav>ul>li>a::before {
		display: none;
	}

	.header-r-lang {
		text-align: center;
	}

	.sub-menu {
		display: none;
		position: relative;
		left: 0;
		top: 0;
		z-index: 999;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		padding-top: 5px;
		padding-bottom: 0;
		background: #fff;
		opacity: 1;
		visibility: visible;
	}

	.sub-menu>a:hover {
		color: #0150a3;
	}

	.sub-menu>a::after {
		display: none;
	}

	.header-r-nav>ul>li>a.up.on::after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header-r-nav>ul>li>a.up::after {
		content: '';
		float: right;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 8px solid #c0c0c0;
		margin-top: 5px;
	}

	.header-r-nav>ul>li .sub-content>a.up::after {
		content: '';
		float: right;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 8px solid #c0c0c0;
		margin-top: 25px;
	}

	.header-r-nav>ul>li .sub-content>a.up.on::after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sub-menu>a {
		padding-top: 13px;
		padding-bottom: 13px;
		line-height: 18px;
		font-size: 16px;
	}

	.footer-t {
		padding-top: 40px;
		padding-bottom: 110px;
		text-align: center;
		height: auto;
	}

	.sub-smenu {
		display: none;
		position: relative;
		left: 0;
		top: 0;
		z-index: 999;
		font-size: 14px;
		text-indent: 40px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		padding-bottom: 0;
		background: #fff;
		opacity: 1;
		visibility: visible;
	}

	.sub-smenu .cur {
		position: relative;
		left: 0;
		top: 0;
		z-index: 999;
		font-size: 14px;
		text-indent: 40px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		padding-bottom: 0;
		background: #fff;
		opacity: 1;
		visibility: visible;
		line-height: 50px;
	}

	.sub-title {
		display: block;
		text-indent: 20px;
		line-height: 50px;
	}
}
/* 顶部导航三 */
.fr {float: right;}
.header-in{display: none;}
.trans_logo{display: none;}
@media(max-width:768px){.nav{display: none;} .header-in{display: block;}}
.nav .menu ul li h2 a span{
	position: absolute;
	top: 15px;
    right: -5px;
    font-size: 12px;
    background: #6edb97;
    color: #fff;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    box-sizing: content-box;
	border-radius: 5px 0 5px 0;
	z-index: 1;
}
@media only screen and (max-width:1024px) {
	
	.featured-block .inner-box .icon-box {margin-bottom: 10px;}
	.main-header .header-upper .zh-logo .logo-outer {
		margin: 10px 0;
	}
	.main-header .header-upper .nav-outer {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #fafafa;
		box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
	}
	.main-header .header-upper .zh-logo button:focus{background-color: transparent;}
}
.bold{font-weight: bold;}
.main-header .outer-box .zh-square-btn-right{margin-left: 10px;}
.zh-imgText-1{display: flex;align-items: center;}
.main-header .outer-box .zh-square-btn .theme-btn {
	border-radius: 2px;
	color: #fff;
}
@media (max-width:767px){
	.counter-content{
		float: none;
	}
	.zh-imgText-1{
		display: block;
		text-align: center;
	}
	.zh-imgText-1 .big-img{
		display: block;
		padding: 20px;
	}
}
/* imgText15 */
	.wrap-content {
		position: relative;
		height: 360px;
		margin-bottom: 20px;
		background: #fff;
		display: block;
		padding: 15px;
		box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
	}
	.wrap-content:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 12px rgba(0,0,0,0.12);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.wrap-content h3{
		margin: 10px 0;
	}
	.temp-icon {
		text-align: center;
		height: 150px;
		overflow: hidden;
	}
	.temp-href {
		width: 140px;
		height: 36px;
		text-align: center;
		display: none;
		display: inline-block;
		line-height: 34px;
		color: #666;
		font-size: 13px;
		text-decoration: none;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
		border: 1px solid #bbb;
	}
	/* 标题样式 */
	.zh-title{
		border-bottom: 1px solid #eaeaea;
		position: relative;
	}
	.zh-title::after{
		position: absolute;
		height: 3px;
		width: 70px;
		background: #212121;
		content: '';
		bottom: -2px;
	}
	.zh-title-left::after{
		left: 0;
	}
	.zh-title-center::after{
		left: 50%;
		margin-left: -35px;
	}
	.zh-title-right::after{
		right: 0;
	}
	.zh-title-line .title{
		position: relative;
		line-height: 40px;
	}
	.zh-title-line .title::after{
		position: absolute;
		height: 3px;
		width: 70px;
		background: #212121;
		content: '';
		bottom: -5px;
	}
	.zh-title-line .title.left::after{
		left: 0;
	}
	.zh-title-line .title.center::after{
		left: 50%;
		margin-left: -35px;
	}
	.zh-title-line .title.right::after{
		right: 0;
	}
	.zh-title-bottle-line h3{
		position: relative;
		padding-bottom: 10px;
	}
	.zh-title-bottle-line h3::after{
		position: absolute;
		height: 3px;
		width: 160px;
		background: #212121;
		content: '';
		bottom: -5px;
		margin-left: -80px;
		left: 50%;
	}
	.zh-title-bottle-line h3::before{
		position: absolute;
		height: 0;
		width: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top:10px solid #212121;
		content: '';
		bottom: -13px;
		margin-left: -20px;
		left: 50%;
	}
	.zh-left-line{
		position: relative;
		padding-left:10px;
	}
	.zh-left-line::before{
		position: absolute;
		height: 100%;
		width: 3px;
		background: #212121;
		content: '';
		top: 0;
	}
	.zh-left-line.left::before{
		left: 0;
	}
	.zh-left-line.right::before{
		right: 0;
	}
	.zh-title-squre{
		border-bottom: 1px solid #eaeaea;
	}
	.zh-title-squre .title{
		color: #fff;
		padding: 6px 10px;
		background: #eaeaea;
		margin-bottom: 0;
	}
/* 图文39css */
.imgText39 .box-shadow-block:hover:before{opacity: 0;}
.imgText39 .service-block-item a.service-icon {height: auto;width: 100%;}
.imgText39 .service-item-title {margin-bottom: 0;}
.more-link{font-weight: bold; font-size: 15px;}
/* 视频三 */
.zh-video3 a span{font-size: 14px;}

.projects-section-five .filters .filter:hover a{
	color: #fff;
}
.issue_time{
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}
.issue_time span{
	font-size: 14px; 
	font-weight: bold;
}
.zh_adever1 img{width: 100%;}
.video_padding{padding: 0!important;}
