@charset "utf-8";
/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index:10;position: relative;}

.wrap_top_nav{background: #123866;}
.top_nav{width: auto;line-height: 40px;font-size: 0;padding: 0 50px;max-width: 1500px;margin: 0 auto;overflow: hidden;}
.top_nav .lf{float: left;margin: 0 0 0 -10px;}
.top_nav .rt{float: right;}
.top_nav a{color: rgba(255,255,255,0.5);display: inline-block;*display: inline;*zoom:1;height: 20px;line-height: 20px;padding: 0 21px;position: relative;vertical-align: middle;font-size: 14px;}
.top_nav a::before{content: '|';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: rgba(255,255,255,0.5);}
.top_nav a:first-child::before{display: none;}
.top_nav a:hover{color:#fff;}
.top_nav .search_btn{width: 40px;height: 40px;display: inline-block;*display: inline;*zoom:1;margin: 0 1px 0 40px;vertical-align: middle;background: url(/zcjyyxgs/css/search_btn.png) center no-repeat #2a4c76;}



.wrapTop{width: 100%;background: url(/zcjyyxgs/css/header_bg.png) top center repeat-x;position: absolute;z-index: 10;background-size: auto 100%;}
.top{height: 150px;margin: 0 43px 0 50px;position:relative;max-width: 1500px;margin: 0 auto;}
.logo{width: 996px;
    margin-top: 26px;
    float: left;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{height: 112px;}

.nav{    height:55px;
    line-height: 55px;
    float: left;
    margin-left: 5%;}
.nav ul{/* width:1280px; */margin:0 auto;font-size: 0;text-align: center;white-space: nowrap;}
.nav ul > li{text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;    margin-right: 50px;}
.nav ul li > a{font-size: 18px;display: block;position: relative;color: #fff;text-shadow: 0 3px 3px rgba(0,0,0,0.5);}
.nav ul li.on > a::after,.nav ul li > a:hover:after{content: "";position: absolute;width: 50px;height: 4px;background: transparent;bottom: 16px;left: 50%;transform: translateX(-50%);border-radius: 2px;}
.nav ul li.on > a,.nav ul li:hover > a{}
.nav ul li.on .subNav{display: block;-webkit-animation-name: nav;animation-name: nav;animation-duration: 0.4s;-webkit-animation-duration: 0.4s;}
@keyframes nav{
	from {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
		transform: translateY(0);
	}
}

.subNav{white-space: normal;position: absolute;left: 0;top:100%;display: none;overflow: hidden;width: 700px;background: #fff;border-radius: 6px;padding: 24px 20px;}
.subNav::before{content: '';display: block;height: 4px;background: #049E33;position: absolute;left: 0;right: 0;top: 0;}
.subNav .img_box{float: left;width: 240px;height: 150px;overflow: hidden;}
.subNav .img_box img{display: block;width: 100%;}
.subNav dl{margin: -3px 0 0 249px;text-align: left;overflow: hidden;}
.subNav dd{width: 33.3%;float: left;}
.subNav a{padding: 14px 20px;display: block;line-height: 24px;font-size: 16px;color: #666;margin: 0 0 0 20px;position: relative;}
.subNav a::before{position: absolute;content: '';display: block;width: 4px;height: 4px;border-radius: 50%;border: 2px solid #205d96;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.subNav a:hover{}

.header.currents{height: 54px;line-height: 54px;background:none;background-color: #0357bc;top: 0;}
.header.currents .wrap_top_links{display: none;}
.header.currents .ser{display: none;}
.header.currents .top{height: 54px;}
.header.currents .nav{height: 54px;line-height: 54px;width: auto;top: 0;}
.header.currents .wrapTop{background: #0357bc;}
.header.currents .logo{top: 7px;}
.header.currents .logo a{width: auto;height: 112px;}
.header.currents .logo img{width: auto;height: 112px;}
.header.currents .nav li{background:none;}
.header.currents .subNav{top:100%;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.2)}


/*手机端导航*/
.mobile{width: 100%;position:absolute;display: none;top: 0;right: 0;z-index: 999;}
.mobile-inner-header{width:100%;height: 0;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{color: #ffffff;height: 40px;font-size:25px;text-align: center;width: 40px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #0357bc;display: none;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{color: #fff;height: 54px;text-align: left;width: 54px;position: absolute;cursor: pointer;margin-right: 5px;font-weight: bold;text-align: right;right: 12px;top: 24px;} 
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background:#0357bc;display: none;}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
	0% {transform: translateY(4px) rotate(0deg);}
	100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
	0% {transform: translateY(-4px) rotate(0deg);}
	100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
	0% {opacity: 0}
	100% {opacity: 0}
}   
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-header-icon-out{background: url(/zcjyyxgs/css/top_menu_open.png) center no-repeat;}
.mobile-inner-header-icon-click{background: url(/zcjyyxgs/css/top_menu_close.png) center no-repeat;}

.mobile_logo{display: block;width:230px;margin: 0 0 28px 12px;}

.mobile-inner-nav{background: #fff;max-width: 90%;position: absolute;top: 0;right: 0px;padding:23px 0 30px 0;display: none;width: 392px;border-left: 8px solid #2f68ad;}
.mobile-inner-nav a{line-height: 40px;display: block;padding: 14px 32px 15px;text-decoration: none;border-bottom: 1px solid #f2f2f2;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-size: 18px;}
.mobile-inner-nav a:hover{font-weight: bold;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li a{}
.mobile-inner-nav li strong{position: absolute;right: 10px;top: 13px;width: 40px;height: 40px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;background: url(/zcjyyxgs/css/mobile_arrow_1.png) center no-repeat;}
.mobile-inner-nav li strong.on{background: url(/zcjyyxgs/css/mobile_arrow_2.png) center no-repeat;}

.mobile_subNav{display: none;background: #edf2f7;overflow: hidden;}
.mobile-inner-nav dd{width: 50%;float: left;border-bottom: 1px solid #dce1e5;}
.mobile-inner-nav dd a{height: 31px;line-height: 31px;font-size: 16px;text-align: center;padding: 14px 0 13px;border-right: 1px solid #dce1e5;}

.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile_search{clear: both;position: relative;height: 58px;width: 304px;margin: 0 auto 28px;overflow: hidden;display: block;vertical-align: middle;border: 1px solid #d6d6d6;max-width: 100%;}
.mobile_search input.notxt{width: 80%;margin-left: -3px;border:none;height: 58px;left: 0;}
.mobile_search input.notxt1{width: 58px;border:none;height: 58px;line-height: 40px;float: left;z-index: 2;font-size: 0;background: url(/zcjyyxgs/css/search_btn2.png) center no-repeat;}
.modile_link{text-align: center;padding: 40px 16px 0 10px;}
.modile_link a{display: inline-block;*display: inline;*zoom:1;width: auto;margin: 5px 17px;font-size: 15px;vertical-align: middle;padding: 0;border: 0;}




@media screen  and (max-width:1386px){
	.top,.top_links{margin: 0 50px;}
	.logo{width: 564px;left: 0px;top: 32px;}
	.nav{left: 530px;}
	

	
	
}

@media screen  and (max-width:1220px) {
	.top_nav{padding: 0 20px;}
	.top,.top_links {margin: 0 20px;}
	.nav{left: 380px;/* top: 50px; */}
	.nav ul li > a{font-size: 14px;font-weight: normal;}
	
	.logo{}
	
	
}
@media screen  and (max-width:1024px) {
	.ser{right: 15px;}
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	.nav{display: none;}
	.wrapTop{border-top: 4px solid #0357bc;}
	
	.top_nav,.ser,.slogan{display: none;}
	.logo{position: relative;top: 0px;padding: 20px 0;}
	.top{height: 120px;padding: 6px 18px;overflow: hidden;margin: 0;}
	.mobile{display: block;}
	
	.header_cover{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.7);display: none;}
	
	

	
}

@media screen and (max-width: 767px){
	/* .mobile-inner-header-icon-out{background-size: 23px auto;} */
	/* .mobile-inner-header-icon-click{background-size: 18px auto;} */
	.mobile-inner-nav{padding-bottom: 50px;}
	.mobile-inner-nav a{padding: 9px 20px 10px;font-size: 16px;/* margin: 0 36px 0 0; */}
	.modile_link{/* padding: 39px 13px 0; */}
	.modile_link a{font-size: 14px;padding: 1px 3px;}
	.mobile_search{/* width: 200px; */}
	
	.top{height: 64px;padding: 6px 12px;}
	.logo{width: 282px;margin: 0 0 0 6px;padding: 6px 0;}
	.mobile-inner-header-icon{width: 36px;height: 36px;background-size: contain;top: 15px;right: 15px;}
	

	
}	

@media screen and (max-width:413px) {
	.logo{width: 220px;}

}



