@charset "utf-8";

/*头部*/
.head-bg {
	padding: 0;
	/* background-color: rgba(0, 0, 0, 0.6); */
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
@media (min-width: 769px) {
	.head-bg {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999;
	}
}
.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-image {
	margin-top: 20px;
	height: 60px;
}

.head-logo-text {
	font-size: 30px; line-height: 80px; 
	font-weight: normal;
	color: #E62129; 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;}


/* 搜索 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: #E62129;
	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: 15px;
	line-height: 100px;
	position: relative;
	color: #666666;
}

.head-menu-li:hover {
	color: #E62129;
}


.head-menu-link {
	padding: 0 30px;
	display: block;
	/* border-bottom: 2px solid transparent; */
	position: relative;
}


@media (min-width: 769px) {
	.head-menu-link:not(.head-menu-link1)::before {
		content: "/";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #e5e5e5;
	}
	.head-menu-link:hover, .head-menu-li.cur .head-menu-link {
		color: #E62129;
		border-color: #E62129;
	}
}

.cur .head-menu-link, .head-menu-link:hover {
	color:#E62129;
}
.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;}

.head-menu-arrow {
	display: none;
	float: right;
	right: 0;
	line-height: 14px;
	padding: 12px 15px;
	top: 0;
	margin-left: 20px;
	/* background-color: rgba(7,108,224,.1); */
}
.head-menu-arrow.hover i {
	-webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
    transition: all ease-out 0.3s;
}
@media (max-width: 768px) {
	.head-menu-arrow {
		display: block;
	}
	.head-menu-li {
		position: static;
	}
	.head-menu-link {
		display: block;
		overflow: hidden;
	}
}
/* 导航 end */



/* 二级导航 start */
.head-menu-li {position: relative;}
.menu2-ul {
	width: 160px;
	min-width: 100%;
	margin: 0;
	background: rgba(255,255,255,.9);
	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: #E62129;
	/* background: #B32025; */
	/* background: rgba(196,1,59,.6); */
	background: rgba(0,0,0,.04);
}

@media (max-width: 768px) {
	.menu2-ul {
		display: none;
		width: 100%;
		/* position: absolute; */
		top: 0;
		left: 100%;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background: none;
	}
	.menu2-link {
		margin: 0 15px;
		background: none;
		text-align: left;
		color: #233;
		border: 0;
	}
}
/* 二级导航 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: 1440px){
	.head-logo-image {
		margin-top: 25px;
		height: 50px;
	}
}

@media (max-width:1200px){
	.head-bg {}
	/* .head-menu-li {width:12.5%;margin:0;} */
	.head-logo-image {
		margin-top: 27px;
		height: 46px;
	}
	.head-menu-link {
		margin: 0;
		padding: 0 15px;
	}
}

@media (max-width:992px){
	/* .head-menu-li {width:20%;} */
	.head-logo-image {
		margin-top: 30px;
		height: 40px;
	}
	.head-menu-link {
		padding: 0 8px;
		font-size: 14px;
	}
}
@media (max-width: 888px){
	.head-menu-link {
		padding: 0 5px;
	}
}

.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: #E62129; }
	.head-logo-text {color:#E62129; line-height: 40px; padding:5px;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: #E62129; 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:#fff;padding:15px 0;right:-100%;
	}
	.head-menu-li {float:none;width:auto;text-align: left; display: block;}
	.head-menu-link {font-size:14px;line-height:38px; padding:0 15px; margin: 0 10px;
		border-bottom: 1px solid #f2f2f2;
	}
	.cur .head-menu-link, .head-menu-link:hover {
		background: transparent;
		color: #E62129;
	}
}
@media (max-width:480px){
	.head-logo-text {padding:5px; font-size:17px; line-height: 40px;}
	.head-logo-image {
		margin-top: 8px;
		height: 34px;
	}
}
@media (max-width:360px){
	.head-logo-text { font-size:16px;}
}
@media (max-width:320px){
	.head-logo-text { font-size:15px;}
}