.header{width:100%;min-width: 300px;height:auto;z-index:10;}
.header .wrapTop{}
.header .top{padding: 20px 0 10px;border-bottom: 1px solid rgba(255,255,255,.14);}
.logo{width: 210px;overflow: hidden;position: relative;}
.logo a{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.logo img{width: 100%;display: block;}
.logo .logo1{right: 100%;}
.logo .logo2{left: 61.4%;}

.top_nav{width: auto;padding-top: 36px;color: #fff;top: 0;}
.top_nav .cn{width: 30px;height: 30px;border: 1px solid #fff;display: inline-block;line-height: 30px;text-align: center;margin: 0 6px 0 0;vertical-align: middle;color: #fff;}

.ser{width: 30px;height: 30px;z-index:600;overflow: hidden;border: 1px solid #fff;display: inline-block;vertical-align: middle;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.search{width: 100%;height: 100%;position: relative;float:right;z-index: 3;}
.search input.notxt{position:absolute;width: calc(100% - 74px);height: 30px;color: rgba(255,255,255,.5);border:none;background:none;left: 24px;top:0px;padding:0px;margin:0px;outline: none;}

.search input.notxt1{position:absolute;width: 30px;height: 30px;border:none;background: url(../images2022/search_btn.png) center center no-repeat;right: 0;cursor: pointer;}
.ser:hover{width: 200px;}

.nav_box{position: relative;z-index: 100;}
.nav_box .row{}
.nav{margin: 0;}
.nav ul{font-size: 0;text-align: justify;text-justify:inter-ideograph;overflow: visible !important;}
.nav ul::after{content: '';width: 100%;display: inline-block;*display: inline;*zoom:1;height: 0;}
.nav ul > li{position: relative;text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transform: perspective(5000px);-moz-transform: perspective(5000px);-o-transform: perspective(5000px);-webkit-transform: perspective(5000px);line-height: 48px;/* height: 63px; */}
.nav ul li > a{font-size: 18px;display: block;position: relative;font-weight: bold;color: #fff;text-shadow: 0px 2px rgba(0,0,0,0.2);text-transform: uppercase;}
.nav ul li:hover > a,.nav ul li:hover > a{}
.nav ul li:hover .subNav{display: block;}

.subNav{background: #ad1c15;white-space: normal;left: -20px;position: absolute;top: 100%;display: none;padding: 10px;}
.subNav:before{width: 0;height: 0;content: '';border-bottom: 11px solid #ad1c15;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;top: -8px;left: 22px;}
.subNav dd{border-top: 1px solid rgba(255,255,255,.1);}
.subNav dd:first-child{border: none;}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;font-size: 16px;white-space: nowrap;text-align: left;border-radius: 3px;}
.subNav a:hover{background-color:rgba(0,0,0,.2);}

.header.currents{position: fixed;left: 0;top: 0;transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;}
.header.currents{background:none;background-color: #9B0000;}
.header.currents .ser,.header.currents .top{display: none;}
.header.currents .nav{width: auto;}
.header.currents .nav li{background:none;height: 48px;line-height: 48px;}
.header.currents .subNav{top:48px;}
.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.4)}

.nav ul li:hover .subNav{-webkit-animation-name: flipInY ;animation-name: flipInY ;animation-duration: 0.6s; -webkit-animation-duration: 0.6s;animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out;visibility: visible !important; display: block;}
@keyframes flipInY  {
	from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
	80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}

/* -------------------- */
.mobile-header{width: calc(100% - 100px);position:absolute;top: 0;right: 0;z-index: 10;overflow: auto;background: #9B0000;padding: 80px 33px 24px;display: none;}
.mobile-header.on{animation-duration: 0.5s;animation-fill-mode: both;animation-name: y_scale;display: block;}

.mob_nav_btn{height: 37px;width: 37px;z-index: 999;position: absolute;right: 26px;top: 50%;transform: translateY(-50%);background: url(../images2022/m_nav1.png) center no-repeat;background-size: 100% 100%;border: 1px solid #fff;}
.mob_nav_btn:hover{opacity:0.8;cursor: pointer;}
.mob_nav_btn.on{background-image: url(../images2022/m_nav2.png);/* width: 30px; *//* height: 31px; *//* top: 18px; */}

.mobile-nav{width: 100%;padding: 0 0 10px;}
.mobile-nav a{display: inline-block;line-height: 48px;text-decoration: none;width: 100%;font-size: 1.4rem;color: #fff;border-top: solid 1px rgba(255,255,255,.35);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobile-nav a:hover{color:#fff;}
.mobile-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-nav li{position: relative;}
.mobile-nav li strong{color: #fff;position: absolute;right: -16px;top:0;font-size: 0;cursor: pointer;width: 40px;height: 49px;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(../images2022/mobile_arrow1.png) center no-repeat;}
.mobile-nav li strong.on{transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.mobile-nav li > a{font-weight: bold;}
.mobile-nav .mobile_subNav{display: none;padding-left:10px;}
.mobile-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}

.mob_cn{float: left;width: 32px;height: 32px;text-align: center;color: #fff;border: 1px solid rgba(255,255,255,.35);line-height: 32px;}

.mobile_search{position: relative;overflow: hidden;margin: 0 0 0 40px;border: 1px solid rgba(255,255,255,.35);}
.mobile_search .search{width: 100%;height: 32px;z-index: 999;}
.mobile_search .search input.notxt{position:absolute;height: 100%;color: #eee;left: 0px;top: 0;padding:0;margin:0px;outline: none;font-size: 14px;z-index: 3;padding: 0 0 0 12px;background: transparent;border: 0;}
.mobile_search .search input.notxt1{position:absolute;width: 40px;height: 100%;border:none;right: 0;cursor: pointer;z-index: 4;font-size: 0;bottom: 0;background:url(../images2022/search_btn.png) no-repeat center center;padding: 0;}
/* -------------------- */

footer{padding: 21px 0;position: relative;overflow: hidden;background: #9B0000;}
footer .row{overflow: hidden;text-align: center;}
.copy_right{color: #fff;line-height: 25px;text-align: left;display: inline-block;}
.copy_right p{padding: 2px 0;}

@media screen  and (max-width:1640px){
	
}
@media screen  and (max-width:1480px) {
	.top_nav{padding-top: 30px;}
}
@media screen  and (max-width:1200px) {
	.header{height: auto;}
	.nav ul li > a{font-size: 15px;}
	
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	/* .header .top{border: none;} */
	.top_nav,.nav_box{display: none;}
	
}
@media screen  and (max-width:767px){
	.header .top{padding: 10px 0;}
	.logo{width: 120px;}
	
	
}