@charset "utf-8";
/* header */
.header{background: url(../images/public/header_banner.png) no-repeat center top #fff;background-size: 1920px 235px;}
.header > .container{position: relative;/* height: 530px; */}
.header, .header a{color: #fff;font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;}
.header-toolbar{height: 46px; line-height: 46px; font-size: 0.875em;}
.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: #fff; opacity: .6;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar li a{font-size: 1.2em;}
.header-toolbar .pullDown .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-l li:first-child{padding-left: 0;}
.header-toolbar .conspicuous{display: inline-block; line-height: 24px; background: #1A6BC7;; color: #fff; padding: 0 10px; border-radius: 3px;}
.header-toolbar .conspicuous:hover{color: #fff; font-weight: bold;}
.header-toolbar .color-white,
.header-toolbar .color-white a{color: #fff;}
.header-toolbar .ipv6 span{display: inline-block; line-height: 24px; border: #fff 1px solid; box-sizing: border-box; color: #fff; padding: 0 10px; border-radius: 12px;}

.header-logo{float: left;/* margin-bottom: 5px; */}
.header-logo .img1{display: block;/* margin-top: 12px; */}
.header-logo .img2{display: none;}

.header-search{float: right;width: 33%;margin: 5px auto 24px;}
.header-search .hd li{float: left;}
.header-search .hd li a{display: block; text-align: center; height: 36px; line-height: 36px; background-repeat: no-repeat; background-size: 100% 100%; color: #fff; margin-top: -12px;}
.header-search .hd li a span{display: inline-block; background-repeat: no-repeat; background-position: left center; padding-left: 30px;}
.header-search .hd li.on a{ position: relative; z-index: 2; color: #333;}

.header-search .hd li.sfw{margin-left: -40px;}
.header-search .hd li.sfw a{width: 122px; padding: 12px 30px 0; background-image: url(../images/public/ss_hd_bg2.png);}
.header-search .hd li.sfw.on a{background-image: url(../images/public/ss_hd_bg2_on.png);}
.header-search .hd li.sfw a span{background-image: url(../images/public/icon_ss_fw.png); background-size: 20px 16px;}
.header-search .hd li.sfw.on a span{background-image: url(../images/public/icon_ss_fw_on.png);}


.header-search .hd li.snr a{width: 168px; padding: 12px 27px 0 14px; background-image: url(../images/public/ss_hd_bg1.png); margin-left: -13px;}
.header-search .hd li.snr.on a{background-image: url(../images/public/ss_hd_bg1_on.png);}
.header-search .hd li.snr a span{background-image: url(../images/public/icon_ss_nr.png); background-size: 18px 18px;}
.header-search .hd li.snr.on a span{background-image: url(../images/public/icon_ss_nr_on.png);}
 
.header-search-form{position: relative;background: #fff;box-shadow: 0px 2px 14px  rgba(0, 0, 0, 0.08);border-radius:2px 2px 2px 2px;/* margin-bottom: 15px; */border-radius: 999px;}
.header-search-form form{position: relative;height: 47px;padding-left: 30px;padding-right: 80px;}
.header-search-txt{width:100%;box-sizing: border-box;height: 47px;line-height: 47px;border:0;font-size: 1em;border-radius: 999px;}
.header-search-btn{position:absolute;z-index: 1;top: 0;right: 0;width: 102px;height: 47px;padding-left: 32px;border-radius:2px 2px 2px 2px;background: #2C60B6;border:0;cursor:pointer;color: #fff;font-size: 1em;-webkit-appearance:none;transition: all .3s;-webkit-transition: all .3s;border-radius: 999px;}
.header-search-btn::before{background: url(../images/public/icon_ss.png) no-repeat;background-size: 100%;width: 23px;height: 23px;content: '';position: absolute;left: 12px;top: 50%;margin-top: -11px;}
.header-search-txt::-webkit-input-placeholder{color: #999999;}
.header-search-btn:hover{background: #1a6bc7;}
.header-search .hotkey{color: #2C60B6;}
.header-search .hotkey a{color: #2C60B6; margin-right: 10px;}
.header-search .hotkey a:hover{font-weight: bold;}

.mainnav{position: relative;z-index: 9;height: 66px;background: #1A6BC7;}
.mainnav li{float: left; width: 17%;text-align: center;}
.mainnav li.nav1{width: 12%;}
.mainnav li a{display:inline-block;position: relative;height: 66px;line-height: 66px;font-size: 1.5em;text-align:center;color: #fff;position: relative;text-align: center;}
.mainnav li a:before{position: absolute; left: 0; right: 0; content: ''; width:0; height:4px; bottom: 6px;background: #fff; transition: all .3s; -webkit-transition: all .3s;}
.mainnav li.on a:before,.mainnav li:hover a:before{width: 100%;}
.mainnav li a span{display: block; }

/* 导航下拉展示二级栏目 */
.mainnav .data-mainnav-bd{position: absolute;top: 100%;z-index: 99;width: 100%;} 
.mainnav .data-mainnav-bd .bd-item{box-shadow: 0 3px 10px rgba(17, 88, 174, 0.226);background-color: #fff;width: 100%;height: 0px;text-align: center;transition: all 0.3s;overflow: hidden;}
.mainnav .data-mainnav-bd .bd-item ul{display: inline-block;height: 100%;}
.mainnav .data-mainnav-bd .bd-item ul li{width: auto;height: 100%;margin: 0 20px;}
.mainnav .data-mainnav-bd .bd-item ul li a{color: black;width: 100%;height: 100%;line-height: 80px;}
.mainnav .data-mainnav-bd .bd-item ul li a::before{content: none;}
.mainnav .data-mainnav-bd .bd-item.on{height: 80px;}

/*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;}
	.header-logo{width: 90%;}
}


@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: 33%; 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;}


	/* 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: auto; width: 548px;}
	.header-toolbar li.ipv6{display: none;}
	.header-search .hotkey{display: none;}
	body:not(.nores) .header > .container{height: auto;overflow: hidden;}
	body:not(.nores) .header-search{/* margin-bottom: 40px; */}

	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{width: 42px; height: 42px; padding: 0; background: url(../images/public/icon_ss_blue.png) no-repeat center center / 22px 22px; font-size: 0;}
	.header-search-btn::before{content: initial;}
	.header-search-btn:hover{background: url(../images/public/icon_ss_blue.png) no-repeat center center / 22px 22px;}
}

@media (max-width: 480px) {
	body:not(.nores) .header-logo{padding-top: 0;width: 117%;margin-left: -25px;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;}
}



/* 走进资阳头部 */
.zjzy-header{position: absolute; left: 0; right: 0; top: 0; z-index: 999;}
.zjzy-header .header{background: none;}
.zjzy-header .header > .container{ height: auto; padding-top: 68px;}
.zjzy-header .mainnav{position: absolute; left: 0; top: 0; right: 0;}
.zjzy-header .header-logo{position: absolute; left: 0; top: 86px; padding-top: 0;}
.zjzy-header .header-logo .img2{display: block; height: 83px;}
.zjzy-header .header-logo .img1{display: none;}
.zjzy-header .header-toolbar{padding-top: 15px;}
.zjzy-header .header-search,
.zjzy-header .header-toolbar-l{display: none;}
@media (max-width: 992px) {
	.zjzy-header{position:static; background: linear-gradient(180deg, rgba(79, 150, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);}
	.zjzy-header .mainnav{position: static;}
	.zjzy-header .header > .container{padding-top: 0;}
	.zjzy-header .header-logo{position: static; margin-bottom: 30px;}
	.zjzy-header .header-logo .img2{display: none;}
	.zjzy-header .header-logo .img1{display: block; width: 548px; margin: 0 auto;}
	.zjzy-header .header-toolbar{padding-top: 0;}
}
