@charset "utf-8";

/*头部*/
.head-bg-height.cur {height: 110px}
@media (max-width: 768px) {
	.head-bg-height.cur {height: 50px}
}
.head-bg {
	padding: 0;
	/* border-bottom: 1px solid #efefef; */
	box-shadow: 0 0 5px #dedede;
	background-color: #fff;
}
.head-bg.cur {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}
@media (min-width: 769px) {
	.head-bg {
		/* padding: 20px 0; */
	}
	.head-logo-link {padding-top: 30px; padding-bottom: 30px;}
	.head-menu-link {padding-top: 25px; padding-bottom: 25px;}
}

.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-link {
	display: block;
	overflow: hidden;
}
.head-logo-image {
	/* height: 60px; */
	display: block;
	height: 50px;
}

.head-logo-text {font-size: 30px; /* font-weight: bold; */ line-height: 40px; font-weight:bold;color: #009aff; padding: 10px 0;}

.head-logo-left {
	float: left;
	/* padding-right: 15px; */
	padding-right: 10px;
}

.head-logo-right {
	overflow: hidden;
}

.head-logo-right-bg {
	/* padding: 3px 0; */
	/* padding-left: 30px;
	border-left: 1px solid #ccc; */
}

.head-logo-biaoyu {
	white-space: nowrap;
    color: #5477B2;
	font-family: "黑体";
}
.head-logo-biaoyu1 {
	display: block;
    /* font-size: 28px;
	line-height: 40px; */
    font-size: 24px;
	line-height: 30px;
	letter-spacing: 9px;
	margin-left: 9px;
	text-align: center;
}
.head-logo-biaoyu2 {
	font-size: 14px;
	line-height: 20px;
}

.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: 1200px) {
	.head-logo-image {
	}
}
@media (max-width: 992px) {
	.head-logo-image {
	}
}


/* 搜索 start */
.head-right-search {
	margin-top: 3rem;
}
.head-right-search input { 
	vertical-align: top;
}

.search-form-bg {
	overflow: hidden;
}

.search-submit {
	border: 0;
	/* background:url(../images/searchbg1.png) no-repeat center center; */
	height: 36rem;
	padding: 0 20rem 0 18rem;
	cursor: pointer;
	float: right;
	background-color: #009aff;
	color: #fff;
	border-radius: 0 20rem 20rem 0;
	/* font-size: 13rem; */
}
.search-input-box {
	
}
.search-key {
	width: 220rem;
	height: 36rem;
	line-height: 36rem;
	padding-left: 20rem;
	color: #666;
	border: 0;
	/* border: 1rem solid #dedede; */
	border-right: 0;
	border-radius: 20rem 0 0 20rem;
	box-sizing: border-box;
	background-color: #eaeaea;
	/* background-color: #fff; */
}
.search-key::placeholder {
	color: #999;
}
@media(max-width: 768px){
	.nav-search-box {float: none;}
	.search-key {width: 100%;}
}
/* 搜索 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;
	font-size: 14px;
	position: relative;
}

.head-menu-link {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 15px;
	display: block;
	font-size: 18px;
	line-height: 60px;
	/* border-bottom: 2px solid transparent; */
}

@media (min-width: 769px) {
	
	.head-menu-link:hover, .head-menu-li.cur .head-menu-link {
		color: #009aff;
		/* border-color: #009aff; */
	}
}

.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: 1600px) {
	.head-menu-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 17px;
	}
}
@media (max-width: 1400px) {
	.head-menu-link {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
		margin: 0 5px;
	}
}
@media (max-width: 1200px) {
	.head-menu-link {
		padding-left: 3px;
		padding-right: 3px;
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.head-menu-link {
		padding-left: 1px;
		padding-right: 1px;
		font-size: 14px;
		line-height: 50px;
	}
}
@media (max-width: 888px) {
	.head-menu-link {
		padding-left: 0;
		padding-right: 0;
		margin: 0 3px;
	}
}
/* 导航 end */



/* 二级导航 start */
.head-menu-li {position: relative;}
.menu2-ul {
	/* width: 160px; */
	min-width: 100%;
	margin: 0;
	/* background: rgba(255,255,255,.9); */
	background: #fff;
	display: none;
	top: 100%;
	z-index: 88;
	left: 50%;
	box-shadow: 0 0 3rem #dedede;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 8rem 0;
    border-radius: 5rem;
}
@media (min-width: 769px) {
	.head-menu-li:hover .menu2-ul {
		display: block;
	}
}

.menu2-li {
	white-space: nowrap;
}

.menu2-link {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	/* background: #C32024; */
	/* background: rgba(196,1,59,.75); */
	text-align: center;
	color: #666;
}
.menu2-link:hover {
	color: #009aff;
	/* background: #B32025; */
	/* background: rgba(196,1,59,.6); */
	background: rgba(0,0,0,.04);
}
/* 二级导航 end */


/* 产品导航 start */
.head-menu-li-2 {position: static;}
.product-menu2-page-box {
	left: 0;
	right: 0;
	color: #000;
	background-color: #fff;
	/* box-shadow: 0 6rem 30rem rgba(0,0,0,.175); */
	box-shadow: 0 3rem 8rem rgba(0,0,0,.175);
	/* background-color: rgba(255,255,255,.95); */
	background-color: #fff;
	z-index: 901;
	display: none;
}
@media (min-width: 769px) {
	.head-menu-li:hover .product-menu2-page-box {
		display: block;
	}
}
.product-menu2-ul-page-bg {padding: 50rem 0;}
.product-menu2-page-left { /*margin-right: 30rem; width: 320rem; */ margin-right: 40rem; width: 380rem; position: relative;}
.product-menu2-page-left:before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -12px;
    width: 0;
    height: 0;
	margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ccc;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.product-menu2-page-left:hover:before {border-left-color: #009aff;}
.product-menu2-ul {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.product-menu2-li {width: 33.333333333%; float: left;}
.product-menu2-bg {margin: 0 20px;}
.menu2-ul-type-name-box {
	text-align: left;
	margin-bottom: 15rem;
}
.menu2-ul-type-link {display: block; /* height: 31rem; */}
.menu2-ul-type-name-bg {
	display: block;
	/* padding-bottom: 15px;
    border-bottom: 1rem solid #e8e8e8;
	vertical-align: top;
	line-height: 1; */
	background-color: #f6f6f6;
	padding: 16px 22px;
	/* text-align: center; */
}
.menu2-ul-type-name {
	font-size: 18rem;
	/* font-weight: bold; */
	line-height: 20px;
}
/* .menu2-ul-type-arrow {margin-top: 10rem; margin-left: 2rem; height: 11rem; float: left;} */
.menu2-ul-type-arrow {float: right; margin-left: 10rem; margin-right: 5px; line-height: 15px;}
.menu2-ul-type-arrow-svg {margin-top: 2px; width: 8px;}
.menu2-ul-type-arrow-path {fill: #666; fill-rule: evenodd;}

.product-menu3-ul {margin: 0 -8px;}
/* .product-menu3-li {width: 50%; float: left;} */
.product-menu3-link {
	display: block;
	margin: 0 8rem;
	padding: 12px 10px;
	line-height: 20rem;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #efefef;
}
.product-menu3-link-spot { float: left; margin-right: 8rem; font-size: 30rem; margin-top: -2rem;}
.product-menu3-link-spot-5 {display: none;}
.product-menu3-link.cur {
	color: #009aff;
    border-color: #009aff;
}
.product-menu3-link-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16rem;
	/* font-weight: bold; */
}
.product-menu3-link-hot {float: left; object-fit: contain; margin-right: 8rem; height: 18px;}
.product-menu3-link-desc {margin-top: 5px; font-size: 14px; color: #666}


.menu2-ul-type-name-bg:hover, .product-menu3-link:hover, .product-menu3-link:hover * {color: #009aff;}
.menu2-ul-type-name-bg:hover .menu2-ul-type-arrow-path {fill: #009aff;}

@media (max-width: 1200px){
	.product-menu2-ul-page-bg {padding: 15rem 0;}
	.product-menu2-page-left {margin-right: 20rem;;}
	.menu2-ul-type-name {font-size: 15rem;}
	.menu2-ul-type-name-box {margin-bottom: 8rem;}
	.product-menu3-li {width: auto; float: none;}
	.product-menu3-link {line-height: 23rem; font-size: 12px;}
}
@media (max-width: 992px){
}
/* 产品导航 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-logo-left {padding-right: 10px;}
	.head-logo-image {height: 50px;}
	.head-logo-right-bg {padding: 0;}
	.head-logo-biaoyu1 {font-size: 25px; line-height: 30px;}
	.head-logo-biaoyu2 {font-size: 13px; }
}

.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: #009aff; }
	.head-logo-text {color:#009aff; line-height: 40px; padding: 5px 0;font-size:22px;}
	.head-right {display: none;}

	.head-logo-left {padding-right: 5px;}
	.head-logo {max-width:none; float:none; padding: 0 50px 0 10px;}
	.head-logo-link {padding: 5px 0;}
	.head-logo-image {
		height: 40px;
	}
	.head-logo-right {float: left;}
	.head-logo-biaoyu {margin-top: 0;}
	.head-logo-biaoyu1 {margin-left: 8px; font-size: 20px; line-height: 22px;}
	.head-logo-biaoyu2 {font-size: 12px; line-height: 18px;}
	
	.nav-switch { color: #009aff; 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; margin: 0; /* color: #fff; */  color: #000;}
	.cur .head-menu-link, .head-menu-link:hover {
		/* background: rgba(0, 0, 0, 0.2);color: #fff; */
		background: transparent;
		color:#009aff;
	}
}
@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;}
}