@charset "utf-8";

/*头部*/
.head-bg {
	padding: 0;
}
@media (min-width: 769px) {
	.head-bg {
	    background-position: center top;
	    background-repeat: no-repeat;
	    /* background-image: url(../images/head_bg.jpg); */
	}
}
.head-box {padding:0; }


.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: #e3ae4a;
}
.head-type-link-line {
	color: #EDECEC;
	margin: 0 10px;
}


.head-type-icon-item {
	display: block;
	margin: 8px 0 0 20px;
	position: relative;
	float: left;
}
.head-type-icon {
	height: 23px;
	display: block;
}
.head-type-ewm-box {
	width: 128px;
    height: 0;
    background: #fff;
    left: -50px;
    top: 23px;
    z-index: 9999;
	transition: all .6s;
}
@media (min-width: 769px) {
	.head-type-icon-item:hover .head-type-ewm-box {
	    height: 128px;
	}
}
.head-type-ewm {
	display: block;
	width: 120px;
    border: solid 4px #fff;
}


/*顶部效果*/
.pm-head {display: none;}
@media (max-width: 768px) {
	.pc-head {display: none;}
	.pm-head {display: block;}
}

.head-page-box {
}
.head-logo-row {
	background-color: #fff;
}
@media (min-width: 769px) {
	.head-logo-row {
		padding: 20px 0;
	}
}

.head-logo {
	margin: 0px;
	padding-top: 0px;
	max-height: 100%;
	position:relative;
}
.head-logo-image {
	height: 90px;
	display: block;
}
.head-logo-text {
	font-size: 36px; /* font-weight: bold; */ line-height: 40px; font-weight:bold;color: #e3ae4a; padding: 25px 0;
}

.head-logo-left {
	float: left;
	padding-right: 30px;
}

.head-logo-right {
	overflow: hidden;
}

.head-logo-right-bg {
	margin-top: 10px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.head-logo-biaoyu {
	fon-weight: bold;
	white-space: nowrap;
}
.head-logo-biaoyu1 {
	display: block;
    font-size: 28px;
    color: #e3ae4a;
	line-height: 30px;
}
.head-logo-biaoyu2 {
	margin-top: 5px;
	font-size: 22px;
	line-height: 25px;
}


.head-right {
	/* margin-top: 9px; */
	margin-left: 10px;
}

.head-right-text {
}		
/* .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-tel-icon {
	float: left;
	height: 40px;
	margin-top: 5px;
	margin-right: 5px;
}
.right-text-box {
	overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/headTel.svg?v=0.0011);
    padding-left: 60px;
	padding-left: 60px;
    background-size: 50px;
	margin-top: 15px;
}
.head-right-title { 
	/* font-size: 18px; */
	line-height: 25px;
	/* color:#e3ae4a; */
	font-size: 16px;
}
.head-right-tel {
	display: block;
    font-size: 26px;
    /* font-family: Impact; */
	font-family: Arial;
	font-weight: bold;
    line-height: 35px;
	color: #e3ae4a;
}

.head-right-btn {
	width: 135px;
	font: 14px/37px "微软雅黑";
	color: #fff;
	background: #e3ae4a;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
}
.head-right-btn:hover {
	color: #fff;
}

.head-cn-en {
	font: 16px/35px "微软雅黑";
    color: #2e2424;
    padding: 0 8px;
    margin: 0 5px;
    display: inline;
    border: solid 1px #acacac;
    background: #f8f8f8;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
}
@media (max-width: 768px) {
	.head-menu-btn-li {
		margin-top: 10px;
		padding: 0 15px;
	}
	.head-right-btn {
		width: 100px;
		line-height: 30px;
		margin-right: 8px;
	}
	.head-cn-en {
		margin: 0;
		width: 28px;
		padding: 0;
		font-size: 14px;
		line-height: 28px;
	}
}
@media (max-width: 380px) {
	.head-right-btn {
		margin-bottom: 10px;
	}
}


/* 搜索 start */
.head-right-search {
}
.head-search-form-bg {
	max-width: 530px;
	margin: 6px auto;
	border: 1px solid #e3ae4a;
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; */
	overflow: hidden;
}
.head-right-search input { 
	vertical-align: top;
}
.search-submit {
	width: 115px;
	border: 0;
	/* background:url(../images/searchbg1.png) no-repeat center center; */
	height: 36px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	background-color: #e3ae4a;
	color: #fff;
}
.search-submit:hover{
	opacity: 0.9;
}
.search-input-box {
}
.search-key {
	background: #fff; 
	display: block;
	width: 100%;
	height: 36px;
	padding-left: 10px;
	line-height: 36px;
	/* color: #a0a0a0; */
	border: 0;
}
.search-key::placeholder {
	color: #aaa;
}
@media (max-width: 992px) {
	.search-submit {width: auto;}
}

@media (max-width: 888px){
	.head-right-search  {
		display: none;
	}
}
/* 搜索 end */



/* 导航 start */
.head-mebu-banner-box {
	position:relative;
	padding-top: 0px;
	background-color: #e3ae4a;
	background-image: linear-gradient(135deg,#f0b84e, #e3ae4a);
}

.head-menu { 
	width:100%; line-height:50px;
}
.head-menu-switch {display: none;}
#head-menu-box { z-index:9999; position: static;}
.head-menu-ul {
	/* height:50px; */
	font-size: 0;
	text-align: center; 
	display: flex;
	justify-content: space-between;
	/* margin-right: -20px; */
}

.head-menu-li {
	display: inline-block;
	float: left;
	margin: 0px;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 14px;
	/* line-height: 50px; */
	position: relative;
	/* padding: 0 20px; */
	/* margin: 0 15px; */
	/* margin-left: -20px; */
	/* width: 12.5%; */
	width: 16.66666667%;
}
.head-menu-link {
	display: block;
	font-size: 16px;
	/* font-weight: bold; */
	text-align: center;
	/* padding: 0 50px; */
	color: #fff;
	line-height: 50px;
	position: relative;
	margin: 0 10px;
}
.head-menu-link:hover {
	color: #fff;
}

@media (min-width: 769px) {
	/* .head-menu-li:after {
		content: "";
		background: url(../images/nav_abg.png) right center;
		width: 20px;
		height: 66px;
		display: block;
		right: 0;
		position: absolute;
		top: 0;
	} */

	.head-menu-li:hover .head-menu-link, .head-menu-li.cur .head-menu-link {
		background-color: #d6a345;
	}
}

.head-menu-son-ul {
	min-width:100%; position:absolute; display:none; z-index:9999;background-color:rgba(0,45,94,0.5);
}
.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;}

/* 导航 end */



/* 二级导航 start */
.head-menu-li {
	position: relative;
}
.menu2-ul {
	/* width: 160px; */
	min-width: 100%;
	margin: 0;
	display: none;
	top: 100%;
	z-index: 88;
	left: 50%;
	box-shadow: 0 6px 30px rgba(0,0,0,.175);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@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: #e3ae4a;
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
}
.menu2-link:hover {
	color: #fff;
	/* background: rgba(255,255,255,.9); */
	/* background: rgba(13,172,61,.9); */
	/* background-color: #e3ae4a; */
	/* background-color: rgba(7, 110, 73,.9); */
	background-color: #d6a345;
}
/* 二级导航 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:1200px){
	.head-bg {
		
	}
	.head-menu-ul {
	}
	.head-menu-li {
	}
	.head-menu-link {
	}
	
}

@media (max-width:992px){
	/* .head-menu-li {width:20%;} */

	.head-logo-left { 
		width: auto;
	}
	.head-logo-image {
		margin: 15px 0;
		height: 60px;
	}
	.head-logo-right-bg {margin-top: 15px;padding-left: 20px;}
	.head-logo-biaoyu1 {font-size: 25px; }
	.head-logo-biaoyu2 {font-size: 20px; }
	
	.head-menu-link {
		font-size: 15px;
	}
}
@media (max-width: 888px){
	.head-logo-image {
		/* margin: 10px 0;
		height: 70px; */
	}
	.head-menu-link {
		font-size: 14px;
	}
}


.pc-show {
	display: block;
}

.pm-show {
	display: none;
}

@media (max-width:768px) {
	.pc-show {
		display: none;
	}

	.pm-show {
		display: block;
	}
}


@media (max-width: 768px){

	.head-bg { padding:0; height:50px; overflow: hidden;}
	.head-bg .wrap { padding:0;}
	
	.head-logo {
		max-width:none;
		float: none;
		padding: 0 50px 0 5px;
		/* padding: 0 10px 0 5px; */
	}
	.head-logo-image {
		margin: 5px 0;
		height: 40px;
	}
	.head-logo-text {color:#e3ae4a; font-size:20px; line-height: 40px;}
	.head-right {
		/* display: none; */
		position: absolute;
		left: 60px;
		right: 60px;
		top: 0;
		/* float: left; */
		margin: 0;
		display: flex;
		justify-content: center;
		display: none;
	}
	.head-right-text {margin:0 auto; float: none;}
	.right-text-box {margin: 8px 0; padding-left: 40px; background-size: 34px;}
	.head-right-tel {font-size: 20px; line-height: 20px;}
	.head-right-title {font-size: 12px; line-height: 14px;}
	
	.pm-show {display:block;}
	.head-logo-left {
		padding-right: 0;
	}
	.head-logo-text {padding:5px;font-size:22px;}
	
	.nav-switch { color: #e3ae4a; 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;width:50%;height:100%;background:#3d464d;padding:15px 0;right:-100%; display: block; overflow: auto;
		box-sizing: border-box;
	}
	.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:38px;padding:0 15px; color: #fff; margin: 0;
		text-align: left;
	}
	.cur .head-menu-link, .head-menu-link:hover {
		background: rgba(0, 0, 0, 0.2);
		color:#fff;
	}
}
@media (max-width:480px){
	.head-logo-text {padding:5px; 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;}
}


