@charset "utf-8";

/*头部*/
.head-bg { padding: 0;}
.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-top-row {
	font-size: 12px;
    height: 30px;
	line-height: 30px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #edecec;
	color: #999;
}

.head-type-link {
	/* float: left; */
    /* padding: 0 5px; */
    background-position: right center;
    background-repeat: no-repeat;
}
.head-type-link:hover {
	color: #076e49;
}
.head-type-link-line {
	color: #ccc;
	margin: 0 10px;
}




.head-logo {
	margin: 0px;
	padding-top: 0px;
	max-height: 100%;
	position:relative;
}


.head-logo-image {
	margin-top: 20px;
	height: 60px;
}

.head-logo-text {font-size: 30px; /* font-weight: bold; */ line-height: 40px; font-weight:bold;color: #149996; padding: 30px 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: 1300px) {
	.head-bg {}
	.head-logo-text {
		font-size: 26px;
	}
	.head-logo-image {
		margin-top: 25px;
		height: 50px;
	}
}
@media (max-width:1200px){
}
@media (max-width: 992px) {
	.head-logo-text {
		font-size: 22px;
	}
	.head-logo-image {
		margin-top: 30px;
		height: 40px;
	}
}
@media (max-width: 888px) {
	.head-logo-image {
		margin-top: 31px;
		height: 38px;
	}
}

/* 搜索 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: #149996;
	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-mebu-banner-box {
	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-family: "微软雅黑";
	font-weight: 400;
	font-size: 14px;
	position: relative;
}

.head-menu-li:hover {
	color: #149996;
}


.head-menu-link {
	padding: 0 20px;
	/* margin: 0 10px; */
	display: block;
	font-size: 16px;
	line-height: 100px;
	border-bottom: 2px solid transparent;
}

@media (min-width: 769px) {
	
	.head-menu-link:hover, .head-menu-li.cur .head-menu-link {
		color: #149996;
		border-color: #149996;
	}
}

.cur .head-menu-link, .head-menu-link:hover {
	color:#149996;
}
.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;
		margin: 0;
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.head-menu-link {
		padding: 0 8px;
		font-size: 14px;
	}
}
/* 导航 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: #149996;
	/* 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;}


@media (max-width:992px){
	/* .head-menu-li {width:20%;} */
}

@media (max-width:768px){

	.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: #149996; }
	.head-logo-text {color:#149996; 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 10px;}
	.head-logo-image {
		margin-top: 7px;
		height: 36px;
	}
	
	.nav-switch { color: #149996; padding: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;height:100%;background:#fff;right:-100%; display: block; overflow: auto;
		box-sizing: border-box;
		padding: 0;
		width: 60%;
	}
	.head-menu-li {float:none;width:auto;text-align: left; display: block; margin-left: 0; margin-right: 0; padding: 0;}
	.head-menu-link {
		font-size: 14px;
		line-height: 50px;
		padding: 0 15px 0 50px;
		color: #fff;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #e9e9e9;
		color: #767676;
	}
	/* .head-menu-link::before {
	    content: '';
	    position: absolute;
	    left: 20px;
	    top: 50%;
	    margin-top: -5px;
	    width: 8px;
	    height: 8px;
	    border: 2px solid #0a2444;
	    border-radius: 100%;
	} */
	.cur .head-menu-link, .head-menu-link:hover {
		color: #149996;
	}
	/* .cur .head-menu-link::before, .head-menu-link:hover::before {
		border-color: #149996;
	} */
	.head-menu-icon {
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -7px;
		width: 14px;
		height: 14px;
	}
	.cur .head-menu-icon.display-block {
		display: none;
	}
	.cur .head-menu-icon.display-none {
		display: block;
	}
}
@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;}
}