@charset "utf-8";
/* header */
.header-wrap{position: relative; background: url(../images/header_banner1.png) no-repeat center top; background-size: 1920px auto;}
.header-main{position: absolute; left: 0; right: 0; top: 0;}
.header > .container{position: relative; height: 417px;}

.header-ban-bd{height: 417px; overflow: hidden;}
.header-ban-bd ul, .header-ban-bd ul li{width: 100% !important;}
.header-ban-bd li{height:417px; background-repeat: no-repeat; background-position: center 0; background-size: 1920px 100%;}

.header-toolbar{position: absolute; right: 0; top: 10px; line-height: 38px; color: #fff;}
.header-toolbar a{color: #fff;}
.header-toolbar a:hover{font-weight: bold;}
.header-toolbar li{position: relative; padding-left: 16px; float: left;}
.header-toolbar li.split:after{position: absolute; left: 0; top: 50%; margin-top: -7px; content:''; width: 1px; height:16px; background: #fff; opacity: .5;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar .pullDown{position: relative;}
.header-toolbar .pullDown .drop{position:absolute; top:39px; left:50%; transform: translateX(-50%); padding-top: 7px; z-index:9; display:none;}
.header-toolbar .pullDown.ewm .drop{width: 120px;}
.header-toolbar .pullDown.menu .drop{width: 100px;}
.header-toolbar .pullDown.ewm .drop:after{content:''; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:rgba(0,0,0,0.4); -webkit-border-bottom-color:rgba(0,0,0,0.4); position:absolute; left:50%; top:-7px; margin-left:-7px;}
.header-toolbar .pullDown.menu .drop:after{content:''; width:0; height:0; overflow:hidden; border:8px solid transparent; border-bottom-color:#fff; position:absolute; left:50%; top:-7px; margin-left:-8px;}
.header-toolbar .pullDown.ewm .drop dt{padding:10px; background: rgba(0,0,0,0.4); -webkit-background: rgba(0,0,0,0.4); border-radius: 8px; overflow: hidden;}
.header-toolbar .pullDown.ewm .drop dt img{display:block; margin:0 auto; width:100%; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.header-toolbar .pullDown.ewm .drop dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-toolbar .pullDown.menu .drop dl{ color:#fff; line-height:18px; border-radius: 4px; padding:0 10px; background: #fff; box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); font-size: 15px;}
.header-toolbar .pullDown.menu .drop dl dd{padding: 12px 0; border-bottom:1px solid rgba(0,0,0,0.1);}
.header-toolbar .pullDown.menu .drop dl dd:last-child{border-bottom: none;}
.header-toolbar .pullDown.menu .drop dl a{color: #689EE3;}
.header-toolbar .pullDown.menu .drop dl a:hover{color: #1A56A3}
.header-toolbar li:hover .drop{display: block;}
.header-toolbar li.icon{font-size: 0;}
.header-toolbar li.icon a{position: relative;}
.header-toolbar li.icon span{font-size: 16px;}
.header-toolbar li.icon img{height: 25px; margin-right: 6px;}
.header-toolbar li.icon img,
.header-toolbar li.icon span{display: inline-block; vertical-align: middle;}
/* .header-toolbar li.wza a:before{background-image: url(../images/header_icon_wza.png);}
.header-toolbar li.zz a:before{background-image: url(../images/header_icon_zz.png);} */
.header-toolbar-l li:first-child{padding-left: 0;}
.header-toolbar li .border{display: block; border: #fff 1px solid; border-radius: 19px; padding: 0 15px;}

.header-logo{padding-top: 80px; margin-bottom: 30px;}
.header-logo img{width: 367px; display: block; margin: 0 auto;}

.header-search{ position: relative; width: 680px; max-width: 100%; padding: 0 120px 0 55px; margin: 0 auto; box-sizing: border-box; background: url(../images/header_icon_ss.png) no-repeat 20px center rgba(255, 255, 255, 0.8);  background-size: 22px; border: 1px solid #fff; border-radius: 24px;}
.header-search-txt{width:100%; height: 48px; line-height:48px; border:0; color: #808080; background: none; font-size: 16px; }
.header-search-btn{ position:absolute; z-index: 1; top: 0; right: 0; width:100px; height:48px; border-radius: 24px;
	background: #BA2222; border:0; cursor:pointer; color: #fff; font-size: 1.25em;  -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search-btn:hover{background-color: #2462B3;}
.header-search-txt::-webkit-input-placeholder{color: #6E96C4;}

.mainnav{height: 60px; background: #005CB8;}
.mainnav li{float: left; position: relative; width: 14.5%; font-size: 1.375em;}
.mainnav li a{display:block; text-align:center; font-weight: bold; color: #fff; opacity: 0.8; transition: .3s all;}
.mainnav li a span{display: inline-block; height: 59px; line-height: 59px; position: relative;}
.mainnav li.nav1{width: 13%;}
.mainnav li a span:after{content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; width: 0; margin: 0 auto; background: #fff; transition: .3s all;}
.mainnav li:hover a, .mainnav li.on a{opacity: 1;}
.mainnav li:hover a span:after, .mainnav li.on a span:after{width: 100%;}
.mainnav:after{content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #fff; opacity: 0.2;}


/*responsive*/
@media (max-width: 1280px) {
	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
}

@media (max-width: 992px) {
	body:not(.nores) .header-ban{display: none;}
	body:not(.nores) .header-main{position: relative;}
	body:not(.nores) .header-toolbar .wza{display: none;}
	body:not(.nores) .header-toolbar .wza + li:after{display: none;}
	body:not(.nores) .header-logo{padding-top: 60px;}
	body:not(.nores) .header > .container{height: auto;}
	body:not(.nores) .mainnav{position: relative;}

	body:not(.nores) .header-search{margin-bottom: 40px;}
	
}

@media (max-width: 768px) {
	body:not(.nores) .header-main{background: none;}
	body:not(.nores) .mainnav{position: static; height: auto; background: #1D63B8; padding-top: 0; padding-bottom: 0;}
	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
	body:not(.nores) .mainnav ul{ height: auto; padding-top: 15px; padding-bottom: 15px;}
	body:not(.nores) .mainnav li{ width: 33.33333%; position:relative; font-size: 1.25em;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; transform: translateY(-50%); right:0; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;}
	body:not(.nores) .mainnav li a{height: 30px; overflow: hidden; padding:6px 0; height: auto; line-height:30px;}
	.mainnav li a span{height: auto; line-height: normal;}
	body:not(.nores) .mainnav li:nth-child(4):after, body:not(.nores) .mainnav li:nth-child(7):after{display:none;}
	body:not(.nores) .mainnav li:hover span:after, body:not(.nores) .mainnav li.on span:after{display: none;}
	body:not(.nores) .mainnav li{width: 28%;}
	body:not(.nores) .mainnav li.nav1{width: 16%; height:84px;}
	body:not(.nores) .mainnav li.nav1 a{padding:0; line-height:84px;}
	body:not(.nores) .mainnav li.nav1:after{height: 60px;}
	
	body:not(.nores) .mainnav li a:hover, body:not(.nores) .mainnav li.on a{background: none;}
	body:not(.nores) .header-search{margin-bottom: 30px;}
	body:not(.nores) .header-toolbar{right: 15px;}
	
}



@media (max-width: 480px) {
	body:not(.nores) .header-toolbar{font-size: 14px; top: 10px;}
	body:not(.nores) .header-toolbar{line-height: 28px;}
	body:not(.nores) .header-toolbar li{padding-left: 11px;}
	body:not(.nores) .header-toolbar li.split{margin-left: 10px;}
	body:not(.nores) .header-toolbar li .border{padding-left: 8px; padding-right: 8px;}
	body:not(.nores) .header-search{background: rgba(255, 255, 255, 0.8); padding-left: 20px; padding-right: 50px; }
	body:not(.nores) .header-search-btn{width: 50px; background: url(../images/header_icon_ss.png) no-repeat center center; background-size: 22px 22px; font-size: 0;}

	body:not(.nores) .mainnav li a{font-weight: normal;}
	
}

@media (max-width: 414px) {
	body:not(.nores) .mainnav li{font-size: 1.125em;}

}

@media (max-width: 375px) {
	
	
	
}