@charset "utf-8";
/* header */
.header{padding-top: 10px; background: url(../images/public/header_bg.jpg) no-repeat center 0; background-size:1920px auto;}
.header-toolbar{line-height: 32px; color: #808080;}
.header-toolbar a{color: #808080;}
.header-toolbar a:hover{color: #DB2323 !important;}
.header-toolbar li{position: relative; padding-left: 16px; float: left;}
.header-toolbar li.split:before{position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; content:''; width: 1px; height:16px; background: #808080; opacity: .46;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar .border{height: 32px; line-height: 32px; margin-bottom: 11px; padding-right: 13px; margin-left: 13px; border-radius: 16px; border: 1px solid #6CB3E6;}
.header-toolbar li.dl a.loginOut-btn{margin-left: 10px;cursor: pointer;}
.header-toolbar .fontcolor-blue{font-weight: 700;}

.header-logo{clear:both; padding: 46px 0 15px;position: relative;}
.header-logo img{display: block; margin: 0 auto; max-height: 88px;}
.header-logo::after{content: '';background: url(../images/public/ces_pic.png) no-repeat;width: 200px;height: 120px;display: none;position: absolute;right: 14%;bottom: 20px;background-size: 200px 120px;}
.header-search-box{width: 695px; margin: 0 auto; max-width: 100%;}
.header-search{ position: relative; height: 70px; box-sizing: border-box;  background: url(../images/public/header_search_bg.png) no-repeat left bottom #fff; background-size: auto 100%; border-radius: 35px; border: 2px solid #7CA5D9; padding:7px 72px 7px 88px; overflow: hidden;}
.header-search form{margin: 0; padding: 0;}
.header-search-txt{width:100%; height:52px; line-height:52px; font-size: 1.125em; border: 0; color: rgba(38, 104, 184, 1);}
.header-search-btn{ position:absolute; top: 7px; right: 10px; width:52px; height:52px;  border:0; cursor:pointer; background:url(../images/public/header_search_icon.png) no-repeat; background-size: 100% 100%; border-radius:50%; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search-txt::-webkit-input-placeholder{color: rgba(38, 104, 184, 0.5);}
.header-search-hotkeys{padding: 10px 0 0 20px; font-size: 0.9375em;margin-bottom: 46px;}
.header-search-hotkeys a{margin-right: 8px; cursor: pointer;}

.mainnav{height: 55px;line-height: 55px;background: #07579A;}
.mainnav li{float: left; position: relative; width: 16.6667%;}
.mainnav li a{display:block; position: relative; font-size: 1.375em; text-align:center; font-weight: bold; color: #fff; transition: .3s all;}
.mainnav li.on a{background: #12467F;}
.mainnav .mainnav-ul-3 li{width: 33.333333%;}
.mainnav .mainnav-ul-4 li{width: 25%;}
.mainnav .mainnav-ul-5 li{width: 20%;}
.mainnav .mainnav-ul-6 li{width: 16.66666%;}
.mainnav .mainnav-ul-7 li{width: 14.2857%;}
.mainnav .mainnav-ul-8 li{width: 12.5%;}
.mainnav .mainnav-ul-8.long1 li{width: 12%;}
.mainnav .mainnav-ul-8.long1 li.long{width: 16%;}


/*responsive*/
@media (max-width: 1280px) {
	body:not(.nores) .header{background-size: auto 100%;}
}


@media (max-width: 1080px) {

	body:not(.nores) .header-logo{padding-top: 80px; padding-bottom: 30px;}
	body:not(.nores) .header{height: 420px;}
	body:not(.nores) .mainnav{/*background: #2354AF;*/ top: auto; position: static; margin-bottom: 30px;}
	body:not(.nores) .mainnav li a:after{display: none;}
}

@media (max-width: 992px) {
	body:not(.nores) .mainnav{height: auto;}
	/* body:not(.nores) .mainnav li.on a{background: none;} */
	body:not(.nores) .mainnav ul{padding:12px 0; height: auto;}
	body:not(.nores) .mainnav li{width: 25% !important; position:relative;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; margin-top:-8px; right:0; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;}
	body:not(.nores) .mainnav li a{height: 30px; overflow: hidden; padding:4px 0; line-height:30px; font-size: 1.25em;}
	body:not(.nores) .mainnav li:nth-child(4):after, .mainnav li:nth-child(8):after{display:none;}
	body:not(.nores) .mainnav li:hover span:after, .mainnav li.on span:after{display: none;}
}


/* xs mobile*/
@media (max-width: 768px) {
	body:not(.nores) .header-logo::after{position: initial;}
	body:not(.nores) .header-search-hotkeys{display: none;}
	body:not(.nores) .header-search{padding-left: 20px; padding-right: 62px; height: 60px; background-color: rgba(255,255,255,.8);}
	body:not(.nores) .header-search-txt{height: 42px; line-height: 42px; background:none;}
	body:not(.nores) .header-search-btn{width: 42px; height: 42px;}

}



@media (max-width: 640px) {
	body:not(.nores) .header-logo img{height: auto; /*width: 490px;*/}
	.header-toolbar li.split{margin-left:11px;}
	body:not(.nores) .header-toolbar .ghb{display: block;float: right;margin-top: 0;}
	.header-toolbar li{padding-left: 7px;}
	body:not(.nores) .header-toolbar .ipv6{display: none;}
	body:not(.nores) .header-toolbar-l{display: none;}
	body:not(.nores) .header-toolbar{height: 38px; line-height: 38px;}
	body:not(.nores).header-bg{background-position: center 38px;}
}


@media (max-width: 480px) {
	body:not(.nores) .header-logo{padding-top: 50px; padding-bottom: 20px;}
	body:not(.nores) .mainnav li a{font-size: 1.125em;}
	body:not(.nores) .header{height: auto; padding-bottom: 50px;}
	body:not(.nores).header-bg{background-size: 250% auto;}
	
}

@media (max-width: 375px) {
	body:not(.nores) .mainnav li{width: 33.3333% !important;}
	body:not(.nores) .mainnav li:after{display:none;}
	
}
