@charset "utf-8";
/* header */
.header{position: relative; overflow: hidden;}
.header-bg{position: absolute;top: 0;left: -30px;width: 120%;height: 100%;display: flex;justify-content: center;align-items: center;--offset: 0px;--blur: 2px;/* 模糊度 */}
.header-bg img{ display: block;width: 110%;	height: 100%;	object-fit: cover;transform: translatex(var(--offset));filter: blur(var(--blur));}
.header > .container{position: relative; height: 250px;}
.header, .header a{color: #747474;}
.header-toolbar{height: 46px; line-height: 46px; font-size: 0.875em;background-color: #fff;}
.header-toolbar a:hover{font-weight: bold;}
.header-toolbar li{position: relative; height: 46px; padding-left: 16px; float: left;}
.header-toolbar li.split:after{position: absolute; left: 0; top: 50%; margin-top: -6px; content:''; width: 1px; height:14px; background: #747474; opacity: .6;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar-l li:first-child{padding-left: 0;}
.header-toolbar .ghb{display: inline-block; line-height: 24px; background: #075099; color: #fff; padding: 0 10px; border-radius: 3px; line-height: 30px; height: 30px;margin-top: 7px; margin-left: 15px;}
.header-toolbar .color-white,
.header-toolbar .color-white a{color: #fff;}

.header-logo{padding-top: 20px; margin-bottom: 40px;}
.header-logo .img1{display: block; }

.header-search{width:380px; float: right;}
.header-search-form{position: relative; background: rgba(255, 255, 255, .5);border-radius:50px; margin-bottom: 15px;}
.header-search-form form{position: relative; height: 55px;padding-right: 80px;}
.header-search-txt{width:100%; box-sizing: border-box; padding: 0 0 0 28px; border-radius:50px; height: 55px; line-height:48px; border:0;font-size: 1em;background: none;}
.header-search-btn{ position:absolute; z-index: 1; top:50%;margin-top: -21px; right: 10px; width: 94px; height: 43px; border-radius:50px;background:url(../images/public/icon_ss_white.png) no-repeat #2c6dc2 14px center;padding-left: 40px; background-size: 18px; border:0; cursor:pointer; color: #fff; font-size: 1.120em; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search-btn img{width: 40px; vertical-align: middle;}
.header-search-txt::-webkit-input-placeholder{color: #999999;}
/* .header-search-btn:hover{background:url(../images/public/icon_ss_white.png) no-repeat #2c6dc2 14px center; background-size: 18px; } */
.hotkey{text-align: center;}
.hotkey img{height: 32px;}

.mainnav{position: relative; z-index: 9;background: linear-gradient(159.76deg, rgba(0, 74, 149, .7) 0%, rgba(17, 147, 216, .7) 100%);}
.mainnav ul{position: relative; height: 62px;}
.mainnav li{float: left; width:14.222%;}
.mainnav li a{display:block; position: relative; font-weight: bold; height: 62px; line-height: 62px; font-size: 1.3em; text-align:center; color: #fff; transition-property: background-color; transition-duration: .3s; position: relative; text-align: center; }
.mainnav li.on a,.mainnav li:hover a{background: linear-gradient(159.76deg, rgba(90, 182, 255, .5) 0%, rgba(45, 150, 255, .5) 100%);}

.mainnav li a span{display: block; }



/*responsive*/
@media (max-width: 1500px) {
	
}
@media (max-width: 1280px) {
	/* body:not(.nores) .header > .container{height: auto;} */

	body:not(.nores) .header-search{width: 100%;}
	/* body:not(.nores) .header-search{position: relative; top: auto; right: auto; width: 100%; max-width: 640px; margin: 0 auto 50px; border-radius: 25px; padding-right: 50px; padding-left: 20px;}
	body:not(.nores) .header-search-txt{height: 50px; line-height: 50px;}
	body:not(.nores) .header-search-btn{height: 50px; width: 50px;} */
	body:not(.nores) .mainnav li a{font-size: 1.25em;}

}


@media (max-width: 992px) {
	body:not(.nores) .header-toolbar li.wza{display: none;}
	body:not(.nores) .header-toolbar-l{display: none;}
	.header-logo{padding-top: 20px;}
	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
	body:not(.nores) .mainnav{padding:12px 0; height: auto;}
	body:not(.nores) .mainnav li{width: 25%; position:relative;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; margin-top:-8px; right:0; opacity:0.4;}
	body:not(.nores) .mainnav li a{overflow: hidden; padding:4px 0 !important; height: auto; line-height:30px; }
	body:not(.nores) .mainnav li:nth-child(4):after, body:not(.nores) .mainnav li:nth-child(8):after{display:none;}
	body:not(.nores) .mainnav li a:hover, body:not(.nores) .mainnav li.on a{background: none; margin-top: 0;}
	.mainnav ul::before,
	.mainnav ul::after{content: initial;}

	/* body:not(.nores) .mainnav li.nav1{width: 16%; height:76px;}
	body:not(.nores) .mainnav li.nav1 a{padding:0; line-height:76px;}
	body:not(.nores) .mainnav li.nav1 a{background: #1A56A3; border-radius:0 5px 5px 0;} */

}

@media (max-width: 768px) {
	.header-logo .img1{height: 80px;margin: 30px auto;  }
	.header-toolbar li.ipv6{display: none;}
	body:not(.nores) .header > .container{height: auto;}
	body:not(.nores) .mainnav li a{font-size: 1.125em;}

	.header-search .hd li.snr a{width: 108px; margin-left: -9px;}
	.header-search .hd li.sfw a{width: 108px;}
	.header-search-form form{padding-left: 12px; padding-right: 42px; height: 42px;}
	.header-search-txt{background: none; padding-left: 0;  height: 42px; line-height: 42px;}
	.header-search-btn{ height: 30px; width: 60px; padding: 0; font-size: 0;padding: 0;background-position: center!important;margin-top: -14px;}
	.header-search-btn img{width: 30px;}
	.hotkey img{height: auto;}
}

@media (max-width: 480px) {
	body:not(.nores) .header-logo{padding-top: 0;margin-bottom: 0;}
	body:not(.nores) .header-logo img{transform:scale(0.9); }
	/* body:not(.nores) .header-toolbar .conspicuous{background: none; padding: 0;} */
	body:not(.nores) .mainnav li a{font-weight: normal;}
	body:not(.nores) .mainnav li:after{opacity: 0.2;}
	
	
}

@media (max-width: 360px) {
	body:not(.nores) .mainnav li a{font-size: 1em;}
}


