@charset "utf-8";

/*头部*/
.head-bg {
	padding: 0;
	/* border-bottom: 1px solid #efefef; */
	box-shadow: 0 0 2px #dedede;
	position: relative;
	z-index: 1;
}
.head-box {padding:0; }


.head-top-row {
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0;
    color: #333;
	/* background-color: #fafafa; */
	border-bottom: 1px solid #efefef;
}

.head-type-link {
	float: left;
    padding: 0 15px;
    background-position: right center;
    background-repeat: no-repeat;
    /* background-image: url(../images/head_top1.png); */
}


/*顶部效果*/
.pm-head {display: none;}
@media (max-width: 768px) {
	.pc-head {display: none;}
	.pm-head {display: block;}
}

.head-page-box {
}
@media (min-width: 769px) {
	.head-page-box {
		padding: 30px 0;
	}
	.head-logo-row {
		float: left;
	}
}

.head-logo {
	margin: 0px;
	padding-top: 0px;
	max-height: 100%;
	position:relative;
}
.head-logo-link {
	display: blokc;
	overflow: hidden;
}
.head-logo-image {
	/* height: 60px; */
	display: block;
	margin: -20px 0;
	height: 100px;
}

.head-logo-text {font-size: 30px; /* font-weight: bold; */ line-height: 40px; font-weight:bold;color: #007aec; 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 {
		margin: 5px 0 0;
		height: 50px;
	}
	.head-logo-text {font-size: 26px;}
}
@media (max-width: 992px) {
	.head-logo-image {
		margin-top: 7px;
		height: 46px;
	}
	.head-logo-text {font-size: 24px;}
}


/* 搜索 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: #007aec;
	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;
}

@media (max-width: 768px) {
	.head-right-search {margin: 10px 5px; float: none;}
	.search-submit {
		height: 32px;
		line-height: 32px;
	}
	.search-key {
		width: 100%; box-sizing: border-box;
		line-height: 30px;
		height: 30px;
	}
}
/* 搜索 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 15px;
	margin: 10px;
	display: block;
	font-size: 16px;
	line-height: 40px;
	/* border-bottom: 2px solid transparent; */
}

@media (min-width: 769px) {
	.head-menu-link:hover, .head-menu-li.cur .head-menu-link {
		color: #fff;
		background-color: #007aec;
		border-radius: 5px;
	}
}

.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: 1200px) {
	.head-menu-link {
		font-size: 15px;
		margin-left: 8px;
		margin-right: 8px;
		padding: 0 5px;
	}
}
@media (max-width: 992px) {
	.head-menu-link {
		font-size: 14px;
		margin-left: 0;
		margin-right: 0;
	}
}
/* 导航 end */



/* 二级导航 start */
.head-menu-li {position: relative;}
.menu2-ul {
	width: 160px;
	min-width: 100%;
	margin: 0;
	background: rgba(255,255,255,.8);
	display: none;
	top: 100%;
	z-index: 88;
	left: 50%;
	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;
	height: auto;
	/* background: #C32024; */
	/* background: rgba(196,1,59,.75); */
	text-align: center;
	color: #666;
}
.menu2-link:hover {
	color: #007aec;
	/* background: #B32025; */
	/* background: rgba(196,1,59,.6); */
	background: rgba(0,0,0,.04);
}
/* 二级导航 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: 56px; 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: #007aec; }
	.head-logo-text {color:#007aec; 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; oerflow: hidden:}
	.head-logo-image {margin-top: 3px; height: 50px;}

	.nav-switch { color: #007aec; padding: 11px 8px; height:34px;line-height:34px;}
	
	.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:#007aec;
	}
}
@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;}
}