@charset "utf-8";

/*头部*/
.head-bg-height {height: 90px}
@media (max-width: 768px) {
	.head-bg-height {height: 50px;}
}
.head-bg {
	padding: 0;
	padding: 15px 0;
	/* position: fixed; */
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	/* background-color: #efefef; */
	z-index: 99;
	color: #fff;
}
.head-bg-before, .head-bg-after {
    content: '';
    position: absolute;
	top: 100px;
	width: 30px;
	height: 60px;
    z-index: -1;
    box-shadow: #efefef 0 -30px 0 0;
	display: none;
} 
.head-bg-before {
    /* left: 18px; */
    left: 0;
    border-top-left-radius: 30px;
}
.head-bg-after {
    /* right: 18px; */
    right: 0;
    border-top-right-radius: 30px;
}
.head-box {padding:0; }



/*顶部效果*/
.pm-head {display: none;}
@media (max-width: 768px) {
	.pc-head {display: none;}
	.pm-head {display: block;}
}

.head-page-row {
}
@media (min-width: 769px) {
	.head-logo-row {
		float: left;
	}
}

.head-logo {
	max-height: 100%;
	position:relative;
}
.head-logo-link {display: block; padding: 10px 0; overflow: hidden;}
.head-logo-image-item {margin-right: 10px;}
.head-logo-image {
	height: 50px;
	display: block;
}
.head-logo-text {
	/* font-size: 22px;
	line-height: 40px;
	font-weight:bold; */
	/* color: #d82634; */
	color: #fff;
	/* padding: 15px 0; */
}
.head-logo-text-cn {font-size: 25px; line-height: 30px; font-weight:bold;}
.head-logo-text-en {margin-top: 4px; line-height: 16px; font-size: 12px; text-transform: uppercase;}

.head-logo-left {
	float: left;
	padding-right: 20px;
}

.head-logo-right {
	/* float: left; */
	overflow: hidden;
}

.head-logo-right-bg {
	padding-left: 20px;
	border-left: 1px solid #dedede;
}

.head-logo-biaoyu {
	white-space: nowrap;
	line-height: 25px;
}
.head-logo-biaoyu1 {
	margin-top: 5px;
	display: block;
	font-weight: bold;
	/* color: #FF0000; */
    font-size: 20px;
}
.head-logo-biaoyu2 {
	font-size: 16px;
	color: #555;
}

.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 (min-width: 1921px) {
	.head-logo-image {
		height: 3.645833vw;
	}
}
@media (max-width: 1200px) {
	.head-logo-image {
		height: 60px;
	}
}
@media (max-width: 992px) {
	.head-logo-image {
		margin-top: 5px;
		height: 50px;
	}
}


/* 搜索 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: #FF0000;
	color: #fff;
}
.search-input-box {
	
}
.search-key {
	background-color: #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;
	position: relative;
}

.head-menu-link {
	margin: 10px 25px;
	display: block;
	font-size: 18px;
	line-height: 48px;
	border-bottom: 2px solid transparent;
}

@media (min-width: 769px) {
	.head-menu-link:hover, .head-menu-li.cur .head-menu-link {
		/* color: #FF0000;
		border-color: #FF0000; */
		/* color: #FF0000; */
		border-color: #FF0000;
		border-color: #fff;
	}
}
@media (min-width: 1921px) {
	.head-menu-link {margin: 0.520833vw 1.0416vw; font-size: 1.0416vw; line-height: 3.54166vw;}
}

.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: 1500px) {
	.head-menu-link {
		margin: 10px 10px;
	}
}
@media (max-width: 1300px) {
	.head-menu-link {
		margin: 10px 8px;
	}
}
@media (max-width: 1200px) {
	.head-menu-link {
		font-size: 15px;
		margin: 10px 5px;
	}
}
@media (max-width: 992px) {
	.head-menu-link {
		font-size: 14px;
		margin: 10px 8px;
	}
}
/* 导航 end */



/* 二级导航 start */
.head-menu-li {position: relative;}
.menu2-ul {
	/* width: 160px; */
	min-width: 100%;
	margin: 0;
	background: rgba(255,255,255,95);
	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);
	padding: 10px 0;
	border-radius: 8px;
}
.menu2-li {
	white-space: nowrap;
}
.menu2-link {
	display: block;
	padding: 10px;
	line-height: 20px;
	height: auto;
	/* background-color: #C32024; */
	/* background: rgba(196,1,59,.75); */
	text-align: center;
	color: #666;
}
.menu2-link:hover {
	color: #FF0000;
	/* background-color: #B32025; */
	/* background: rgba(196,1,59,.6); */
	background: rgba(0,0,0,.04);
}

@media (min-width: 769px) {
	.head-menu-li:hover .menu2-ul {
		display: block;
	}
}
@media(min-width: 1921px){
	.menu2-ul {width: 8.3333vw; padding: 0.52083vw 0; border-radius: 8px; box-shadow: 0 0.3125vw 1.5625vw rgba(0,0,0,.175);}
	.menu2-link {padding: 0.52083vw; line-height: 1.04166vw;}
}
/* 二级导航 end */



/* 顶部悬浮 start */
.head-bg-fixed {
	/* padding: 10px 0; */
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0 0 5px #dedede;
}
.head-bg-fixed .head-bg-before, .head-bg-fixed .head-bg-after {top: 75px;}
/* .head-bg-height2 {height: 60px;} */
.head-bg-fixed .head-logo-text {color: #000;}
.head-bg-fixed .head-menu-link {
	/* line-height: 38px; */
	color: #000;
}
.head-bg-fixed .head-menu-link:hover, .head-bg-fixed .head-menu-li.cur .head-menu-link {
		color: #FF0000;
		border-color: transparent;
}

.head-bg-fixed .nav-switch {
	color: #FF0000;
}

@media (max-width: 768px) {
	.head-bg-before, .head-bg-after {
		top: 50px;
		width: 20px;
		height: 40px;
	    box-shadow: #efefef 0 -20px 0 0;
	} 
	.head-bg-before {left: 10px;  border-top-left-radius: 20px;}
	.head-bg-after {right: 10px; border-top-right-radius: 20px;}
	.head-bg-fixed .head-bg-before, .head-bg-fixed .head-bg-after {top: 50px;}
	.head-bg-height2 {height: 50px;}
}
@media (max-width: 480px) {
	.head-bg-before {border-top-left-radius: 10px;}
	.head-bg-after {border-top-right-radius: 10px;}
	.head-bg-before, .head-bg-after {
		width: 10px;
		height: 20px;
	    box-shadow: #efefef 0 -10px 0 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;}


.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-color: #393939; */ background-color: #FF0000; }
	.head-logo-link {padding: 5px 0;}
	.head-logo-text {
		/* color:#FF0000; line-height: 40px; padding: 5px 0;font-size:22px; */
	}
	.head-logo-text-cn {line-height: 30px; font-size:22px;}
	.head-logo-text-en {display: none;}
	.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-item {margin-right: 8rem;}
	.head-logo-image {
		margin-top: 3px;
		height: 34px;
	}
	
	.nav-switch {/* color: #FF0000; */ color: #fff; 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%;
		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:#FF0000;
	}
}
@media (max-width: 480px){
	.head-logo-text {padding: 5px 0; font-size: 16px; line-height: 40px;}
	.head-logo-text-cn {font-size: inherit;}
}
@media (max-width:360px){
	.head-logo-text { font-size: 16px;}
}
@media (max-width:320px){
	.head-logo-text { font-size:15px;}
}