@charset "utf-8";
/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index:10;position: relative;}

.wrap_top_links{background: url(../images/header_bg.png) center no-repeat;background-size: 100% 100%;}
.top_links{position: relative;overflow: hidden;margin: 0 auto;width: 1400px;}
.top_nav{width: auto;float:right;line-height: 40px;font-size: 0;}
.top_nav a.en{color:#fff;display: inline-block;*display: inline;*zoom:1;height: 40px;line-height: 40px;padding: 0 20px 0 44px;position: relative;vertical-align: middle;font-size: 14px;background: url(../images/en.png) 22px center no-repeat rgba(255,255,255,0.05);}
/* .top_nav a::after{content: '';display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 16px;background: rgba(255,255,255,0.2);} */
.top_nav a:hover{color:#fff;}
.top_nav .search_btn{width: 40px;height: 40px;display: inline-block;*display: inline;*zoom:1;margin: 0 0 0 1px;vertical-align: middle;background: url(../images/search_btn.png) center no-repeat rgba(255,255,255,0.05);}

.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;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.on{opacity: 1;visibility: visible;}
.search_box .close{background: url(../images/close.png) center no-repeat;background-size: contain;width: 60px;height: 60px;position: absolute;right: 40px;top: 6%;}
.ser{height: 45px;line-height: 45px;width: 550px;position: absolute;top: 50%;transform: translateX(-50%) translateY(-50%);left: 50%;margin: -100px 0 0;}
.search{width: 100%;height: 100%;position: relative;float:right;z-index: 3;}
.search input.notxt{position:absolute;width: 406px;height: 45px;background: #fff;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;-ms-flex: 1;flex: 1;padding: 0 12px;font-size: 16px;-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;border: 0;}
.search input.notxt1 {position:absolute;width: 120px;height: 45px;border:none;background: #9A0000;right: 0;font-size: 18px;color: #fff;}
/* url(../images/search_btn.png) center center no-repeat */

.wrapTop{width: 100%;background: url(../images/header_cover.png) top center repeat-x;position: absolute;z-index: 10;}
.top{height: 115px;margin: 0 auto;position:relative;width: 1400px;}
.logo{width:455px;position: absolute;left: 0;overflow: hidden;font-size: 0;top: 20px;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{width: 100%;}
.logo1{width: 100%;}

.nav{height: 56px;line-height: 56px;position: absolute;left: 638px;right: 0;top: 36px;}
.nav ul{/* width:1280px; */margin:0 auto;font-size: 0;text-align: center;white-space: nowrap;}
.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{font-size:18px;display: block;position: relative;font-weight: normal;color: #fff;}
.nav ul li > a:hover:after{position: absolute;width: 100%;height: 6px;background: #fff;content: "";left: 0;bottom: 0;}
.nav ul li.on > a,.nav ul li:hover > a{}
.nav ul li.on .subNav{display: block;}

.subNav{width:100%;background:#9A0000;white-space: normal;}
.subNav{position: absolute;right:0;top: 100%;display: none;}
.subNav dd {}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;border-top:1px solid #9A0000;font-size: 16px;}
.subNav a:hover{background-color:rgba(0,0,0,0.05);}


.header.currents{height: 54px;line-height: 54px;background:none;background-color: #9A0000;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: url(../images/header_bg.png) center repeat-y;}
.header.currents .logo{top: 7px;}
.header.currents .logo a{width: auto;height: 40px;}
.header.currents .logo img{width: auto;height: 40px;}
.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)}

.flipInY{
	-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: 999;}
.mobile-inner-header{width:100%;height: 0;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{color: #9a0000;height: 51px;font-size:12px;text-align: center;margin: 0 24px 0 0;float:right;width: 57px;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 p{line-height: 14px;padding: 32px 0 0;}

.mobile-inner-header-icon-out{background: url(../images/top_menu_open.png) center 11px no-repeat #fff;}
.mobile-inner-header-icon-click{background: url(../images/top_menu_close.png) center 9px no-repeat #fff;}

.mobile-inner-nav{background-color: #9a0000;width: 100%;position: absolute;top: 67px;left: 0px;padding-bottom: 34px;display: none;}
.mobile-inner-nav > ul{position: relative;}
.mobile-inner-nav > ul::after{content: '';position: absolute;left: 33px;right: 33px;bottom: 0;max-width: 383px;background: rgba(255,255,255,0.26);display: block;height: 1px;}
.mobile-inner-nav a{display: inline-block;line-height: 33px;padding: 0 34px;text-decoration: none;/* width: 100%; */font-size: 14px;color: #fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-size: 18px;margin: 0 0 6px;}
.mobile-inner-nav a:hover{font-weight: bold;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li a{}
.mobile-inner-nav li strong{color: #fff;position: absolute;right:20px;top: -2px;font-size: 25px;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;}
.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_subNav{display: none;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;font-size: 14px;}

.mobile_search{clear: both;position: relative;height: 32px;margin: 0;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;width: 238px;background: rgba(0,0,0,0.3);border-radius: 18px;}
.mobile_search input.notxt{padding: 0;border:none;height: 32px;left: 54px;background: none;color: #fff;font-size: 14px;box-shadow: none;width: 182px;}
.mobile_search input.notxt1{width: 65px;border:none;height: 32px;left: 0;right: auto;z-index: 2;background: url(../images/search_btn.png) center no-repeat;}
.modile_link{padding: 26px 32px 0;}
.modile_link a{display: inline-block;*display: inline;*zoom:1;width: auto;margin: 0;font-size: 18px;vertical-align: middle;text-decoration: underline;padding: 0;border: 0;float: right;}

.wrap_footer{width: 100%;background: url(../images/footer_bg.png) center no-repeat #f3eeee;background-size: cover;padding: 46px 0 0;}
.footer{max-width: 1400px;margin: 0 auto;}
.footer_left{width: 455px;float: left;margin: 4px 0 0 0;}
.footer_right{margin: 0 0 0 524px;max-width: 442px;position: relative;padding: 0 0 43px 66px;}
.footer_right::before{content: '';display: block;position: absolute;left: 0;top: 0;width: 1px;height: 90px;background: #ddd;}
.footer_right .title{border-bottom: 1px solid #ddd;line-height: 30px;padding: 0 0 7px;margin: 0 0 9px;}
.footer_right .info{margin: 0 39px 7px 0;color: #333;height: 16px;line-height: 16px;padding: 0 0 0 14px;position: relative;display: inline-block;*display: inline;*zoom:1;}
.footer_right .info::before{content: '';display: block;width: 4px;height: 4px;border-radius: 50%;background: #9a0000;position: absolute;left: 1px;top: 50%;transform: translateY(-50%);}
.copyright{line-height: 24px;padding: 10px;background: url(../images/header_bg.png) center no-repeat;background-size: 100% 100%;text-align: center;color: #fff;}

/* 二级页头部 */
.wrapTop_2{background: #fff !important;position: relative;border-bottom: 1px solid #e7e7e7;}
.nav_2{top: 32px;}
.nav_2 ul li > a{color: #333;}
.top_2{height: 120px;}
.logo_2{top: 15px;}


@media screen  and (max-width:1480px){
	.top,.top_links{margin: 0 40px;width: auto;}
	.nav{left: 600px;}
	
	.wrap_footer{padding: 50px 0 0;}
	.footer{max-width: 1000px;}
}
@media screen  and (max-width:1220px) {
	.nav ul li > a{font-size: 16px;font-weight: normal}
	/* .footer_right{padding: 13px 0 0;margin: 0 20px 0 360px;} */
	
	.logo{width: 360px;}
	.nav{left: 400px;top: 24px;}
	
}
@media screen  and (max-width:1024px) {
	.ser{right: 15px;}
	.footer_left{margin: 0 0 0 20px;}
	
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	.wrapTop{position: relative;background: url(../images/header_bg.png) center no-repeat;background-size: 100% 100%;}
	.nav{display: none;}
	.top_nav,.ser,.slogan{display: none;}
	.logo{position: relative;z-index: 100;top: 0px ;padding: 6px 0;}
	.top{height: auto;padding: 18px 33px;overflow: hidden;margin: 0;}
	.mobile{display: block;}
	
	.wrap_footer{padding: 20px 0 0;}
	.footer_left{width: 292px;display: block;/* float: none; *//* margin: 0 auto; */}
	.footer_right{margin: 0 20px 0 482px;padding: 0 0 10px;}
	.footer_right .title{padding: 0;margin: 0;border: none;font-size: 14px;line-height: 20px;}
	.footer_right .info{margin-bottom: 0;display: inline-block;*display: inline;*zoom:1;}
	.footer_right::before{display: none;}
	
	
}
@media screen  and (max-width:768px) {
	.logo{overflow:hidden;width: 310px;text-align: center;position: relative;}
	.logo1{}
	.logo2{}
	.mobile{top: 0px;}
	.mobile-inner-nav{top: 54px;}
}
@media screen and (max-width:767px){
	.mobile-inner-nav{padding-bottom: 20px;}
	.mobile-inner-nav a{padding: 0 16px;font-size: 16px;/* margin: 0 36px 0 0; */}
	.modile_link{padding: 26px 16px 0;}
	.modile_link a{font-size: 14px;margin: 0 36px 0 0;}
	.mobile_search{width: 200px;}
	
	.top{padding: 12px 18px;}
	.mobile-inner-header-icon{margin: 0 18px 0 0;}
	
	.footer_left{float: none;/* margin: 0 auto; */}
	.footer_right{margin: 20px 20px 0;}
	
	
}	
@media screen and (max-width:413px) {
	.logo{width: 200px;}
	
	.modile_link a{margin: 0;}
	.mobile-inner-nav > ul::after{left: 18px;right: 18px;}
	
	
}



