/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index: 20;position: relative;}
.wrap_header_top{background: #E62A1C;height: 40px;line-height: 40px;}
.header_top a{float: right;color: #fff;margin: 0 13px 0 0;font-size: 12px;}

.wrapTop{width: 100%;}

.header .top{height: 86px;max-width: 1000px;margin:0 auto;position:relative;width: 96%;}
.logo{width: 217px;position: absolute;left: 0;overflow: hidden;font-size: 0;top: 18px;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{width: 100%;}
.logo1{width: 100%;float: left;}
/* .logo2{width: calc(301% / 5.59);float: right;} */
.top_nav{width: calc(70% - 255px);float:right;padding-top: 15px;text-align: right;}

/* 搜索弹出效果 */
.search_box{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.8);z-index: 100;opacity: 0;visibility: hidden;}
.search_box.on{opacity: 1;visibility: visible;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;}
.search_box .close{background: url(/css/../images/close.png) center no-repeat;background-size: contain;width: 60px;height: 60px;position: absolute;right: 40px;top: 6%;}
.ser{height: 30px;line-height: 30px;width: 250px;position: relative;float: right;margin: 0 8px 0 14px;}
.search{width: 100%;height: 100%;position: relative;float:right;z-index: 3;margin: 4px 0 0 0;}
.search input.notxt{position:absolute;width: 190px;height: 30px;background: #fff;box-shadow: navajowhite;-ms-flex: 1;flex: 1;padding: 0 27px;font-size: 14px;-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;border: 1px solid #b28285;color: #6e6e6e;}
.search input.notxt1 {position:absolute;width: 30px;height: 30px;border:none;background: url(/css/../images/search.png) center no-repeat;left: 0;font-size: 18px;color: #fff;}

.nav{line-height: 60px;height: 60px;margin: 0 0 0 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;}
.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);}
.nav ul li > a{display: block;position: relative;font-size: 14px;color: #6e6e6e;}
.nav ul li > a::after{content: '';display: inline-block;*display: inline;*zoom:1;width: 19px;background: url(/css/../images/nav_line.png) right center no-repeat;height: 40px;vertical-align: middle;}
.nav ul li:last-child > a::after{display: none;}
.nav ul li:hover > a{color: #c10d18;}
.nav ul li > a,.nav ul li:hover > a{}
.subNav{width:260px;white-space: normal;position: absolute;left: -90px;top: 100%;display: none;padding: 11px 0 38px;background: url(/css/../images/subnavbg.png);border: 3px solid #B1AEAE;padding: 26px 7px 19px 25px;line-height: 24px;}
.subNav::after{content: '';display: block;position: absolute;width: 24px;height: 14px;left: 103px;background: url(/css/../images/newsubnav-arrow.png) no-repeat;top: -14px;}
.subNav dd{display: inline-block;*display: inline;*zoom:1;width: 50%;float: left;}
.subNav a{padding: 0px 6px;display: block;line-height: 30px;font-size: 14px;text-align: left;color: #6e6e6e;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.subNav a:hover{color: #c10d18;}

.header.currents{position: fixed;left: 0;top: -190px;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.currentsOn{top: 0;/* position: relative; */}
.header.currents{height: 48px;line-height: 48px;}
.header.currents .ser{display: none;}
.header.currents .top{display: none;}
.header.currents .nav{height: 48px;line-height: 48px;background: #7f0102;}
.header.currents .nav li{background:none;}
.header.currents .subNav{top:48px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{color: #fff;}
.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{width: 100%;position:absolute;display: none;top: 0;right: 0;z-index: 9999;}
.mobile-inner-header{width:100%;height: 0;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{font-size:25px;text-align: center;float:right;width: 40px;position: relative;border-radius: 50%;}
/* .mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;} */
.mobile-inner-header-icon{color: #fff;height: 54px;text-align: left;width: 54px;position: absolute;cursor: pointer;font-weight: bold;text-align: right;top: 30px;right: 20px;}

.mobile-inner-nav{background: #c6161e;position: absolute;top: 0;left: 60px;right: 0;padding-top: 52px;display: none;overflow: hidden;box-shadow: 0 5px 30px rgba(0,0,0,0.6);}
.mobile-inner-nav ul{}
.mobile-inner-nav a{display: inline-block;line-height: 46px;text-decoration: none;width: 100%;font-size: 16px;color: #fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobile-inner-nav a:hover{}
.mobile-inner-nav li{position: relative;padding: 0 30px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.mobile-inner-nav li a{}
.mobile-inner-nav li strong{color: #dddd;position: absolute;right: 5px;top:0;font-size: 0;cursor: pointer;width: 40px;height: 45px;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(/css/../images/mobile_arrow1.png) center no-repeat;}
.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;}
.mobile-inner-nav li strong.on{background: url(/css/../images/mobile_arrow2.png) center no-repeat;}
@-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_subNav{display: none;padding: 0 0 8px 22px;margin: -3px 0 0;}
.mobile-inner-nav dd a{height: 29px;line-height: 29px;font-size: 14px;color: rgba(255,255,255,0.6);}
.mobile-inner-nav dd a:hover{color: #fff;}
.mobile-inner-nav li.on{background: rgba(0,0,0,0.15);}
.mobile-inner-nav a.mobile_link{font-size: 16px;text-align: center;padding: 16px 0 12px;line-height: 30px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 80%;margin-left: 13px;border:none;height: 36px;line-height: 36px;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;background:url(/css/../images/search_btn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;float: left;}

@media screen  and (max-width:1040px){
	.nav ul li > a{font-size: 13px;}
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	.nav{display: none;}
	.top_nav,.slogan,.wrap_header_top{display: none;}
	
	.search input.notxt{width: 80%;background: none;border: none;padding: 0 0 0 40px;color: #fff;}
	.search input.notxt1{background: url(/css/../images/search_btn.png) center no-repeat;width: 40px;}
	
	.ser{width: 100%;background: #c6161e;height: 42px;line-height: 42px;position: relative;left: 0;right: 0;top: 0;bottom: 0;transform: none;float: none;border: 0;border-bottom: 2px solid rgba(255,255,255,0.2);border-radius: 0;margin: 0;}
	.ser:hover{width: 100%;}
	
	.logo{position: relative;z-index: 100;top: 0px;padding: 20px 0;transform: none;width: 260px;}
	.header .top{height: auto;padding: 0px 15px;width: auto;border-bottom: 1px solid rgba(250,250,250,0.1);}
	
	.mobile{display: block;}
	
	.mobile_link_box{text-align: center;}
	.mobile-inner-nav a.mobile_link{width: auto;padding: 16px 12px;}
	
	.wrapTop{}
	.mobile-inner-header-icon-out{background: url(/css/../images/m_nav1.png) center no-repeat;}
	.mobile-inner-header-icon-click{background: url(/css/../images/m_nav2.png) center no-repeat;right: 0;top: 0;}
	.mobile-inner-header-icon span{display: none;}
	
	
	
}
@media screen  and (max-width:767px) {
	.logo{overflow:hidden;width: 50%;max-width: 100%;/* margin:0 auto; */text-align: center;position: relative;padding: 10px 0;}
	.mobile{top: 0px;}

	.mobile-inner-nav{padding: 70px 0;}
	.mobile-inner-header-icon{width: 37px;height: 37px;}
	.mobile-inner-header-icon-out{top: 11px;}
	.mobile-inner-header-icon-click{top: 11px;}
	.mobile-inner-nav ul{width: auto;margin: 0 20px;}
	.mobile-inner-nav a{}
	.mobile-inner-nav li strong.on {background: url(/css/../images/mobile_arrow1.png) center no-repeat;width: 40px;height: 45px;right: 5px;top: 0px;transform: rotate(90deg);}
	
	.mobile_subNav{margin: 0;position: static;width: auto;}
	.mobile_subNav::before{display: none;}
	
}
@media screen and (max-width:413px) {
	
	
	
}
@media screen and (max-width:380px) {
	/* .logo{float:left;} */
	
	
}
