@charset "utf-8";
/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index:999;position: relative;}

.wrap_top_links{background:#00599a; }
.top_links{max-width: 1200px;position: relative;overflow: hidden;margin: 0 auto;}
.top_nav{width: auto;float:right;line-height: 40px;}
.top_nav a{color:#decdcd;display: inline-block;*display: inline;*zoom:1;height: 20px;line-height: 20px;margin-right: 37px;}
.top_nav a:hover{color:#fff;}
.ser{width:222px; height:40px; line-height:40px; z-index:600;overflow: hidden;float: right;background: #850000;}
.search{width: 100%;height: 100%;position: relative;float:right;z-index: 3;}
.search input.notxt{position:absolute;width: 165px;height: 40px;line-height: 40px;color:rgba(255,255,255,0.6);border:none;background:none;left:0px;top:0px;padding:0px;margin:0px;padding-left: 18px;font-size: 15px;outline: none;}
.search input.notxt1 {position:absolute;width: 56px;height: 40px;border:none;background:url(../images/search_btn.png) center center no-repeat;right: 0;}

.wrapTop{width: 100%;background: #fff;}
.top{height:70px;max-width: 1200px;margin:0 auto;position:relative;width: 96%;}
.logo{left: 0;overflow: hidden; margin:10px 0;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}


.nav{height: 65px;line-height: 65px;position: absolute; width:100%; right: 0;bottom:0;}
.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;}
.nav ul li > a:hover:after{position: absolute;width: 100%;height: 6px;background: #00599a;content: "";left: 0;bottom: 0;}
.nav ul li.on > a,.nav ul li:hover > a{}
.nav ul li.on .subNav{display: block;}
.nav ul li:before{content:"";display: block;background: #fff;width: 1px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;}
.nav ul li:first-child:before{display: none;}
.nav .active{ color:#00599a;}

.subNav{width:170%;background:#00599a;white-space: normal;}
.subNav{position: absolute;right:0;top: 100%;display: none; margin: 0 -35% 0 0;}
.subNav dd {}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;border-top:1px solid #0671bf;font-size: 16px;}
.subNav a:hover{background-color:#026ab5;}

.header.currents{height:64px;line-height: 64px;background:none;background-color: #fff;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;}
.header.currents .logo{top: 3px;}
.header.currents .logo a{width: auto;height: 70px;}
.header.currents .logo img{width: auto;height:auto;}
.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: #ffffff; height: 40px;font-size:25px;text-align: center;float:right;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{opacity:0.8;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: #ce131c;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: 31px;text-align: left;width: 50px;position: absolute;cursor: pointer;margin-right: 5px;font-weight: bold;text-align: right;right: 0;} 
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background:#ce131c;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(../images/top_menu_open.png) center no-repeat;}
.mobile-inner-header-icon-click{background: url(../images/top_menu_close.png) center no-repeat;}

.mobile-inner-nav{background-color: rgba(0,0,0,0.7);width: 100%;position: absolute;top: 67px;left: 0px;padding-bottom: 18px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;padding: 10px 0;text-align: center;text-decoration: none;width: 100%;font-size: 14px;color: #fff;border-bottom: solid 1px rgba(255,255,255,0.1);-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{color: #fff;position: absolute;right:20px;top: 13px;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: 40px;margin: 0;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;width: 222px;background: rgba(0,0,0,0.3);}
.mobile_search input.notxt{width: 80%;margin-left: -3px;border:none;height: 40px;line-height: 40px;}
.mobile_search input.notxt1{width: 63px;background-color:#fff;background:url(../images/search_btn.png) no-repeat center center;border:none;height: 40px;line-height: 40px;float: left;z-index: 2;}
.modile_link{text-align: center;padding: 18px 13px 0;}
.modile_link a{display: inline-block;*display: inline;*zoom:1;width: auto;margin: 0 40px 0 0;font-size: 15px;vertical-align: middle;padding: 0;border: 0;}

.wrap_footer{width: 100%;background:#00599a; background-size: cover;padding: 30px 0 20px;}
.footer{max-width: 1200px;margin: 0 auto; text-align:center;}
.footer_left{width:100%;  text-align:center;}
.footer_left img{ width:437px; height:auto; color:#FFF;}
.footer_right{text-align:center; width:100%;}
.ft_logo{ width:100%; text-align:center;margin: 0 auto;}

.code_box{display: block;text-align: center;margin: 52px 0 0;}
.code_box .code{display: inline-block;*display: inline;*zoom:1;padding: 0 8px;}
.code_box p{color: #fff;padding: 3px 0 0;}
.links_box{border-top: 1px solid #a41a1a;border-left: 1px solid #a41a1a;font-size: 0;}
.link_list{width:98%;display: inline-block;*display: inline;*zoom:1;position: relative; font-size:14px; line-height:24px;color:#fff; text-align:left;}
.link_list a{ color:#FFF; padding:0 5px;}

.links_box .title{border-right: 1px solid #a41a1a;border-bottom: 1px solid #a41a1a;display: block;color: #fff;position: relative;line-height: 42px;padding: 0 36px 0 48px;}
.links_box .title::after{content: '>';display: block;position: absolute;right: 0;top: 28%;transform: translateY(-50%);font-size: 14px;color: #fff;width: 24px;height: 24px;text-align: center;line-height: 24px;transform: rotate(0deg);transform-origin: 50% 0;}
.links_box .title:hover::after { content: '>';display: block;position: absolute;right: -6%;top: 55%;transform: translateY(-50%);font-size: 14px;color: #fff;width: 24px;height: 24px;text-align: center;line-height: 24px;transform: rotate(90deg);transform-origin: 50% 0; }
.links_box .list_title1{background: url(../images/footer_icon1.png) 20px center no-repeat #7e0507;}
.links_box .list_title2{background: url(../images/footer_icon2.png) 20px center no-repeat #7e0507;}
.links_box .list_title3{background: url(../images/footer_icon3.png) 20px center no-repeat #7e0507;}
.links_box .list_title4{background: url(../images/footer_icon4.png) 20px center no-repeat #7e0507;}
.links_box .link_box{background: #fff;position: absolute;top: 100%;left: 0;border: 1px solid #eee;border-top: 0;line-height: 1.5;padding: 1px;right: 0;display: none;z-index: 3;}
.links_box .link_box a{display: block;padding:6px;}
.links_box .link_box a:hover{background: #ce131c;color: #fff;}
.footer_right .bottom_box{display: block;margin: 31px 0 0 0;border-top: 1px solid #fff;padding: 31px 0 0;}
.footer_right .bottom_box p{color: #fff;line-height: 1.5;padding: 0 0 12px;}
.footer_right .bottom_box span{padding: 0 0 0 20px;}
.footer_right p.copy_right{padding:5px 0 0 0;}

@media screen  and (max-width:1386px){
	.top,.top_links,.footer{width: 100%;}
	.nav{ width:100%;}
	
	.footer_right{padding: 0;}
	.links_box{width: 365px;max-width: 100%;}
	.links_box .link_list{width: 50%;}

	
	
}

@media screen  and (max-width:1366px){
.wrap_content.side_page::before{content: '';display: block;position: absolute;left: 0;right: 42.6%;top: 0;bottom: 0;margin: 0 340px 0 0;background: #f5f5f5;z-index: -1;}
.logo { width:35%; }
}

@media screen  and (max-width:1220px) {
	
	.nav ul li > a{font-size: 16px;}
	
	.footer_left{margin: 0 0 0 20px;}
	.footer_right{padding: 13px 0 0;}
}
@media screen  and (max-width:1024px) {
	.ser{right: 15px;}
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	.nav{display: none;}
	.top_nav,.ser,.slogan{display: none;}
	.logo{position: relative;z-index: 100;top: 0px ;padding: 0px 0;}
	.top{height: auto;padding: 0px 2%;overflow: hidden;border-top: 6px solid #00599a;}
	.mobile{display: block;}
	
	.footer_left{display: block;float: none;margin: 0 auto;}
 
	.footer_right .bottom_box{text-align: center;}
	.links_box{margin: 0 auto;}
	
	.footer_left img{ width:287px;}
	
}
@media screen  and (max-width:768px) {
	.logo{overflow:hidden;width: 300px;text-align: center;position: relative; margin: 5px 0;}
	.logo1{width: 100%;}
	.logo2{}
	.mobile{top: 0px;}
	.mobile-inner-nav{top: 54px;}

	.footer_left img{ width:287px;}
	
}
@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: 7px;}
	.mobile-inner-nav a{padding: 9px 0 10px;font-size: 16px;/* margin: 0 36px 0 0; */}
	.modile_link{padding: 6px 13px 0;}
	.modile_link a{font-size: 14px;margin: 0 36px 0 0;}
	.mobile_search{width: 200px;}
}	

@media screen and (max-width:480px) {
	.logo{width: 225px;margin: 0 0 0 6px;}
	
}
@media screen and (max-width:380px) {
	.logo{float:left;}
	
	.links_box .link_list{width:98%;}
}
