@charset "utf-8";

/*头部*/
.head-bg-height {height: 76px; }
/* @media (max-width: 992px) {
	.head-bg-height {height: 80px;}
} */
@media (max-width: 768px) {
	.head-bg-height {height: 50px;}
}
.head-bg {
	padding: 0;
	/* border-bottom: 1px solid #efefef; */
	/* background-color: #96CDCA; */
	/* background-color: #fff; */
	position: fixed; top: 0; right: 0; left: 0; z-index: 200;
	background-color: #002043;
	box-shadow: 0 0 2px #dedede;
	color: #fff;
}
.head-bg-fixed {/* background-color: #1067E0; color: #fff; */ background-color: #fff;}

/* .head-bg-fixed .display-block {display: none;}
.head-bg-fixed .display-none {display: block;} */


@media (min-width: 769px) {
	.head-bg {
		/* padding: 15px 0; */
		background-color: #2251ff;
		box-shadow: 0 0 3px #dedede;
	}
}
.head-box {padding:0; }



/*顶部效果*/
.pm-head {display: none;}
@media (max-width: 768px) {
	.pc-head {display: none;}
	.pm-head {display: block;}
}

.head-page-box {
}
@media (min-width: 769px) {
	.head-logo-row {
		float: left;
	}
}

.head-logo {
	margin: 0px;
	padding-top: 0px;
	max-height: 100%;
	position:relative;
}
.head-logo-link {
	display: block;
	overflow: hidden;
}
.head-logo-image {
	/* height: 50px; */
	height: 40px;
}

.head-logo-text {font-size: 30px; /* font-weight: bold; */ line-height: 40px; font-weight:bold;color: #1067E0; padding: 10px 0;}

.head-right-text {margin:6px 0;}		
/* .top-cn-en a {font-size: 14px; line-height:14px; display: inline-block; padding:0 5px; -border-left: 1px solid #818181; border-right: 2px solid #818181; color: #818181;line-height:36px;} */

.head-right-title {padding-top:7px;font-size:16px;line-height:18px;color:#666; height: 18px;}
.head-tel-image {float:left;height:37px;margin-top:7px;}
.right-text-box {margin-left:41px;}
.head-right-tel {font-size:22px;color:#393939;line-height:28px;}

@media (max-width: 1200px) {
	.head-logo-image {
		/* height: 50px; */
	}
}
@media (max-width: 992px) {
	.head-logo-image {
		/* height: 30px; */
	}
}


/* 搜索 start */
.head-right-search {
	margin-top: 3px;
}
.head-right-search input { 
	vertical-align: top;
}
.search-submit {
	border: 0;
	/* background:url(../images/searchbg1.png) no-repeat center center; */
	height: 38px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	background-color: #1067E0;
	color: #fff;
}
.search-input-box {
	
}
.search-key {
	background: #fff; 
	width: 210px;
	height: 36px;
	padding-left: 10px;
	line-height: 36px;
	color: #666;
	border:1px solid #dedede; 
}
.search-key::placeholder {
	color: #ccc;
}
/* 搜索 end */


/* 导航 start */
.head-menu-row {
	position:relative;
	/* width: 800px;
	margin: 0 auto; */
	float: right;
	padding-top: 0px;
}

.head-menu { 
	width:100%; line-height:50px;
}
.head-menu-switch {display: none;}
#head-menu-box { z-index:9999; position: static;}
.head-menu-ul {
	text-align: center;
	/* height:50px; */
}

.head-menu-li {
	float: left;
	margin: 0px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	position: relative;
}

.head-menu-link {
	padding: 0 23px;
	/* margin: 10px 1px; */
	display: block;
	font-size: 16px;
	line-height: 76px;
	border-radius: 8px;
}

@media (min-width: 769px) {
	.head-menu-link:hover, .head-menu-li.cur .head-menu-link {
		/* color: #fff;
		background-color: #1067E0;
		background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
		background-image: -moz-linear-gradient(#00ACAF, #0045C5);
		background-image: -ms-linear-gradient(#00ACAF, #0045C5);
		background-image: -o-linear-gradient(#00ACAF, #0045C5);
		background-image: linear-gradient(#00ACAF, #0045C5); */
		background-position: bottom;
		background-repeat: no-repeat;
		background-image: url(../images/menuicon.png);
	}
	/* .head-bg-fixed .head-menu-link:hover, .head-bg-fixed .head-menu-li.cur .head-menu-link {color: #1067E0; background-color: #fff; } */
}

.head-menu-son-ul {min-width:100%; position:absolute; display:none; z-index:9999;background-color:rgba(0,45,94,0.5);
/* margin-left: -10px;padding:0 5px; */
}
.head-menu-son-li { line-height:36px;  text-align:center; }
.head-menu-son-link {width:100%; font-size:14px; display:block; color:#fff;text-align:center;}
@media (max-width: 1300px) {
	.head-menu-link {
		padding: 0 15px;
	}
}
@media (max-width: 1200px) {
	.head-menu-link {
		font-size: 15px;
		padding: 0 12px;
	}
}
@media (max-width: 992px) {
	.head-menu-link {
		margin:  5px 0;
		font-size: 14px;
		padding: 0 10px;
	}
}
/* 导航 end */

/* 中英文 start */
.head-right-language {
	position: absolute; 
	right: 46px;
	top: 0;
}

.overflow-hidden {
	overflow: hidden;
}
.head-language-box {
	cursor: pointer;
	position: relative;
	padding: 28px 0;
}
.head-type-line {line-height: 20px;}
.head-type-link {
	/* display: block;
	height: 20px; */
	line-height: 20px;
	text-align: left;
}
.head-type-info {
	/* display: inline-block; */
	display: block;
}
.head-type-icon {
	display: block;
	height: 20px;
	float: left;
	margin-right: 5px;
	box-shadow: 0 0 2px #fff;
	border-radius: 50%;
	display: none;
}

.head-language-box:hover .head-language-title {
	/* font-weight: bold; */
	
}
.head-language-box:hover .head-language-arrow {
	/* margin-top: 5px;
	border-top-width: 3px;
	border-right-width: 3px; */
}

.head-type-link:hover {
	color: #00f0ff;
	background-color: transparent;
	/* color: #fff;
	background-color: #2e3e62;
	text-decoration: none;
	background-color: #1067E0;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5); */
}

@media (min-width: 769px) {
	.head-language-box {
		margin-left: 20px;
	}
	.head-language-box:hover .head-language-xiala {display: block;}
	
}
@media (max-width: 980px) {
	
}
@media (max-width: 768px) {
	.head-right-language {top: 5px;}
	.head-language-box {padding: 10px 0px;}
	/* .head-language-title-box {} */
	.head-language-xiala {
		position: static;
		margin-bottom: 10px;
	}
	.head-type-link {
	    background-position: right center;
	    background-repeat: no-repeat;
		border: 0;
		height: auto;
		/* line-height: 25px; */
	}
		/* color: #fff; */
	}
}
/* 中英文 end */


/* 二级导航 start */
.head-menu-li {position: relative;}
.menu2-ul {
	/* width: 160px; */
	min-width: 100%;
	margin: 0;
	background: rgba(255,255,255,1);
	display: none;
	top: 100%;
	z-index: 88;
	left: 50%;
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 0 6px 30px rgba(0,0,0,.175);
	-webkit-transform: translate(-50%, -2px);
	-moz-transform: translate(-50%, -2px);
	-ms-transform: translate(-50%, -2px);
	-o-transform: translate(-50%, -2px);
	transform: translate(-50%, -2px);
}
@media (min-width: 769px) {
	.head-menu-li:hover .menu2-ul {
		display: block;
	}
}

.menu2-li {
	white-space: nowrap;
}

.menu2-link {
	display: block;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
	height: auto;
	/* background: #C32024; */
	/* background: rgba(196,1,59,.75); */
	text-align: center;
	color: #666;
}
.menu2-link:hover {
	color: #1067E0;
	/* background: #B32025; */
	/* background: rgba(196,1,59,.6); */
	background: rgba(0,0,0,.04);
}
@media (max-width: 768px) {
	.head-menu-li {color: #000;}
}
/* 二级导航 end */







.nav-switch {font-size:30px;padding:15px 10px ;position:absolute;right:0;top:0;height:35px;line-height:35px;}
.nav-close {line-height:30px;display: none;}


.pm-show {display:none;}
@media (max-width:768px){
	.pm-show {display:block;}

	.head-bg {padding:0;height:50px; overflow: hidden;}
	.head-bg .wrap {padding:0;}
	.head-box.w1200 {padding:0;position:fixed;left:0;top:0;width:100%;z-index:9;/* background: #393939; */ background-color: #1067E0; }
	.head-logo-row {width: 100%;}
	.head-logo-text {color:#1067E0; line-height: 40px; padding: 5px 0;font-size:22px;}
	.head-right {display: none;}
	.pm-show {display:block;}
	.head-logo {max-width:none;float:none; padding: 0 50px 0 5px; overflow: hidden:}
	.head-logo-image {
		/* margin: 9px 0;
		height: 32px; */
		margin: 10px 10px;
		height: 30px;
	}
	
	.nav-switch { 
		padding:8px; height:34px;line-height:34px;
		/* color: #1067E0; */
		color: #fff;
		/* -webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: linear-gradient(to right, #0045C5, #00ACAF); */
	}
	
	.head-menu {position: fixed;top:0;z-index:99;background:none;width:100%;height:100%;right:-100%; }
	.head-menu-switch {position: fixed;top:0;left:0;width:100%;height:100%;width:100%;height:100%;background: rgba(0, 0, 0, 0.2);}
	.head-menu-ul {
		position: absolute;right:0;top:0;width:50%;height:100%;
		/* background:#3d464d; */
		padding:15px 0;right:-100%;
		background:#fff;
	}
	.head-menu-li {float:none;width:auto;text-align: left; display: block;}
	.head-menu-link {
		font-size:14px;line-height:38px;padding:0 15px; 
		/* color: #fff; */
		margin: 0;
		color: #000;
	}
	.cur .head-menu-link, .head-menu-link:hover {
		/* background: rgba(0, 0, 0, 0.2);color: #fff; */
		/* background: transparent;
		color:#1067E0; */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
		background-image: linear-gradient(to right, #0045C5, #00ACAF);
	}
}
@media (max-width:480px){
	.head-logo-text {padding: 5px 0; font-size:17px; line-height: 40px;}
}
@media (max-width:360px){
	.head-logo-text { font-size:16px;}
}
@media (max-width:320px){
	.head-logo-text { font-size:15px;}
}