@charset "utf-8";

/*头部*/
.head-bg { 
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 0 3px #dedede;
}

.head-box {
	padding:0; 
}



.head-top {
	height: 40px;
	line-height: 36px;
	background: #EEEEEE;
	color: #666;
	/* margin-bottom: 10px; */
}

.head-top-join {
	display: block;
}

.head-top-left {
	/* color: #fff; */
	overflow: hidden;
}

.head-top-line {
	margin: 0 3px;
}

.head-top-login:hover {
	color: #666;
}
@media (max-width: 1200px) {
	.head-top {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.head-top {
		display: none;
	}
}


/*顶部效果*/
.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-body {
		padding: 25px 0;
	}
	.head-logo-row {
		float: left;
	}
}

.head-logo {
	margin: 0px;
	padding-top: 0px;
	max-height: 100%;
	position:relative;
}


.head-logo-image {
	height: 60px;
	/* margin-top: 25px; */
	display: block;
}

.head-logo-text {font-size: 30px; /* font-weight: bold; */ line-height: 100px; font-weight:bold;color: #1199EC;}

.head-right-text {
	margin: 10px 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;
}
.right-text-box {
	/* margin-left:41px; */
	background-color: #1199EC;
	/* -webkit-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	-moz-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	-ms-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	-o-background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC);
	background-image: linear-gradient(to right, #1199EC, #0c79b3, #1199EC); */
	padding: 9px 20px;
	border-radius: 20px;
}
.head-tel-image {
	float:left;
	height: 22px;
	margin-right: 3px;
}

.head-right-tel {
	/* color:#393939; */
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color:#fff;
}

/*搜索*/
.head-right-search {margin-top:23px; height: 36px; border:1px solid #dedede; 
border-radius: 16px;
}
.head-right-search input { display: inline-block; border:0; vertical-align: top;}
.search-key { background:none; width:260px;height:36px; padding-left:20px; line-height:36px; color: #555555; font-size:16px;}
.search-submit { background:url(../images/searchbg1.png) no-repeat center center; width:35px; height:36px; cursor: pointer;border-left:1px solid #1a487c; }

@media (max-width: 992px) {
	.head-right {
		display: none;
	}
}


/* 导航 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; */
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.head-menu-li {
	float: left;
	margin: 0px;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: 400;
	/* line-height: 98px; */
	position: relative;
}

.head-menu-li:hover {
	color: #1199EC;
}


.head-menu-link {
	margin: 0 23px;
	/* padding: 0 18px; */
	padding: 0 10px;
	display: block;
	overflow: hidden;
	line-height: 58px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
}
@media (min-width: 769px) {
	.cur .head-menu-link, .head-menu-li:hover .head-menu-link {
		border-color: #1199EC;
		color: #1199EC;
	}
}


.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: 992px) {
	.head-mebu-banner-box {
		float: right;
	}
}
/* 导航 end */



/* 二级导航 start */



.head-menu-li {position: relative;}
.menu2-ul {
	min-width: 100%;
	margin: 0;
	margin: 0;
	/* background: rgba(255,255,255,.8); */
	background: #1199EC;
	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; */
	color: #fff;
	font-size: 14px;
}
.menu2-link:hover {
	color: #fff;
	/* background: #B32025; */
	/* background: rgba(196,1,59,.6); */
	background: rgba(7,108,224,.4);
}


.head-menu-arrow {
	display: none;
	color: #fff;
	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(-60deg);
    -moz-transform: rotateZ(-60deg);
    -ms-transform: rotateZ(-60deg);
    -o-transform: rotateZ(-60deg);
    transform: rotateZ(-60deg);
    transition: all ease-out 0.3s;
}
@media (max-width: 768px) {
	.head-menu-arrow {
		display: block;
	}
	.head-menu-li {
		position: static;
	}
	.menu2-ul {
		margin: 40px 0 0 0;
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background: none;
	}
	.menu2-link {
		background: none;
		color: #fff;
		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:1200px){
	.head-bg {padding: 0;}
	/* .head-menu-li {width:12.5%;margin:0;} */
	.head-logo-image {
		/* margin-top: 20px; */
		height: 60px;
	}
	.head-menu-link {
		margin: 0 15px;
		font-size: 14px;
		padding: 0 8px;
	}
}

@media (max-width:992px){
	/* .head-menu-li {width:20%;} */
	
	.head-menu-link {
		/* margin: 0 12px;
		padding: 0 5px; */
	}
}
@media (max-width: 888px){
	/* .head-menu-li {width:20%;} */
	.head-menu-link {
		/* margin: 0 10px;
		padding: 0 3px; */
	}
}

.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-logo-text {color:#1199EC; font-size:20px; line-height: 40px;}
	.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: 0;
		height: 50px;
	}
	.head-logo-text {padding: 5px 0;font-size:22px;}
	
	.nav-switch { color: #1199EC; padding:8px; height:34px;line-height:34px;}
	
	.head-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index:99;
		background:none;width:100%;
		left:-100%; 
	}
	.head-menu-switch {
		position: fixed;
		top: 0;
		bottom: 0;
		left:0;
		width:100%;
		background: rgba(0, 0, 0, 0.7);
	}
	.head-menu-ul {
		display: block;
		position: absolute;right:0;top:0;width:50%;height:100%;
		/* background:#3d464d; */
		background: rgba(0,0,0, 0.7);
		padding:15px 0;left:-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; color: #fff; margin: 0;}
	.cur .head-menu-link, .head-menu-link:hover {background: rgba(0, 0, 0, 0.2);color:#fff;}
}
@media (max-width:480px){
	.head-logo-text {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;}
}