@charset "utf-8";
/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index:10;position: relative;}

.top_links{position: relative;overflow: hidden;margin: 0 80px;}
.top_nav{width: auto;float:right;line-height: 30px;font-size: 0;padding: 4px 0 0;}
.top_nav a{color: #757575;display: inline-block;*display: inline;*zoom:1;height: 20px;line-height: 20px;padding: 0 0 0 30px;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:#113cac;}
.top_nav .search_btn{width: 32px;height: 32px;display: inline-block;*display: inline;*zoom:1;margin: 0 1px 0 14px;vertical-align: middle;background: url(../images/search_btn.png) center no-repeat;cursor: pointer;}

.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;display: none;}
.search_box.on{opacity: 1;visibility: visible;display: block;}
.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: #113cac;right: 0;font-size: 18px;color: #fff;}
/* url(../images/search_btn.png) center center no-repeat */

.wrapTop{width: 100%;position: relative;}
.wrapTop::after{content: '';display: block;width: 440px;background: #efeff4;position: absolute;left: 0;top: 0;bottom: 0;z-index: -1;}
.top{height: 116px;margin: 0 160px;position:relative;}
.logo{width: 619px;position: absolute;left: 0px;overflow: hidden;font-size: 0;top: 30px;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{width: 100%;}
.logo1{width: calc(263% / 6.19);}
.logo2{width: calc(322% / 6.19);float: right;}

.nav{height: 56px;line-height: 56px;position: absolute;left: 680px;right: 0;top: 33px;}
.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;color: #222;}
.nav ul li > a:hover:after{position: absolute;width: 100%;height: 2px;background: #fff;content: "";left: 0;bottom: 0;}
.nav ul li.on > a,.nav ul li:hover > a{color: #113cac;}
.nav ul li.on .subNav{display: block;}

.subNav{white-space: normal;position: absolute;right:50%;top:100%;height: 0;overflow: hidden;width: 160px;margin: 0 -80px 0 0;}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;font-size: 16px;}
.subNav dd{transition: opacity .4s, transform .5s;background: #113cac; opacity: 0;transform: rotateY(90deg);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;}
.subNav.on dd{-webkit-animation-name: subdd ;animation-name: subdd;animation-duration: 0.4s;-webkit-animation-duration: 0.4s; opacity: 1;transform:none;}
.subNav a:hover{background: rgba(255,255,255,0.1);}


.header.currents{height: 54px;line-height: 54px;background:none;background-color: #113cac;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: #113cac;}
.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: #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{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: #113cac;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:#113cac;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;left: 0;}
.mobile_search input.notxt1{width: 63px;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: url(../images/footer_bg.png) center no-repeat #091e56;padding: 56px 0 28px;background-size: cover;}
.footer{max-width: 1400px;margin: 0 auto;text-align: center;}
.footer_left{float: left;padding: 38px 0 0;}
.footer_right{float: right;position: relative;padding: 31px 0 0;}
.footer_right .code_box,.footer_right .sina{width: 68px;height: 68px;background: url(../images/footer_bg2.png) center no-repeat;background-size: 100% 100%;position: relative;display: block;text-align: center;line-height: 68px;float: right;cursor: pointer;}
.footer_right .sina{margin: 0 0 0 20px;}
.footer_right .code{display: none;position: absolute;right: 0;bottom: 100%;width: 100px;background: #fff;padding: 4px;}
.footer_right img{vertical-align: middle;}
.footer_center{display: inline-block;*display: inline;*zoom:1;}
.footer_center a{display: inline-block;*display: inline;*zoom:1;margin: 0 8px 12px;padding: 0 0 0;position: relative;max-width: 223px;}
.footer_center a::before{content: '';display: block;position: absolute;top: 0;left: 50%;right: 20px;border: 1px solid rgba(255,255,255,0.1);height: 40px;z-index: 1;}
.footer_center .title{color: #fff;line-height: 33px;width: 96px;height: 33px;background: #113cac;margin: 0 0 -22px 20px;position: relative;z-index: 3;}
.footer_center .img{padding-bottom: calc(126% / 2.23);position: relative;z-index: 2;}

.copyright{text-align: center;color: #fff;border-top: 1px solid #213567;margin: 46px 0 0;padding: 25px 0 0;}
.copyright span{display: inline-block;*display: inline;*zoom:1;padding: 0 15px;line-height: 20px;}


@media screen  and (max-width:1600px){
	.top,.top_links{margin: 0 30px;}
	.nav{left: 580px;}
	.logo{width: 500px;}
	.wrapTop::after{width: 260px;}
}
@media screen  and (max-width:1500px){
	.logo{width: 400px;}
	.nav{left: 460px;}
	
	.wrap_footer{padding: 24px 0;}
	.footer{max-width:initial;margin: 0 50px;}
	.footer p{font-size: 13px;}
}

@media screen  and (max-width:1300px){
	.top{height: 96px;}
	.nav{left: 360px;top: 32px;}
	.nav ul li > a{font-size: 13px;font-weight: normal}
	.footer_right{}
	
	.logo{width: 300px;}
	
	.footer_center{display: block;clear: both;padding: 50px 0 0;}
}
@media screen  and (max-width:1024px) {
	.ser{right: 15px;}
	.footer{width: auto;max-width: initial;padding: 0 20px;margin: 0;}
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	.nav{display: none;}
	.wrapTop{position: relative;border: 0;}
	
	.top_nav,.ser,.slogan{display: none;}
	.logo{position: relative;z-index: 100;top: 0px ;padding: 6px 0;}
	.top{height: auto;padding: 4px 2%;overflow: hidden;margin: 0;}
	.mobile{display: block;}
	
	.footer_left,.footer_right{display: block;float: none;margin: 0 auto;text-align: center;}
	.footer_right .code_box, .footer_right .sina{margin: 0 10px;display: inline-block;*display: inline;*zoom:1;float: none;}
	
}
@media screen  and (max-width:768px) {
	.logo{overflow:hidden;width: 270px;text-align: center;position: relative;}
	.logo1{}
	.logo2{}
	.mobile{top: 0px;}
	.mobile-inner-nav{top: 54px;}
}
@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;}
	
	.wrapTop::after{display: none;}
	
}	

@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: 100%;}
}

@media screen and (min-width:992px){
	.effect1{opacity: 0.5;transition: all 0.8s ease-out;}
	.effect1.isView{opacity: 1;}
	.effect2,.effect2 li,.effect5{opacity: 0;transition: all 0.8s ease-out;transform: translateY(70px);}
	.effect2.isView,.effect2.isView li,.effect5.isView{opacity: 1;transform: none;}
	.effect3{opacity: 0;transition: all 0.8s ease-out;transform: translateX(50px);}
	.effect3.isView{opacity: 1;transform: none;}
	.effect4 ,.effect4 li,.effect6 tr{opacity: 0;transition: all 0.8s ease-out;transform: translateX(-50px);}
	.effect4.isView,.effect4.isView li,.effect6.isView tr{opacity: 1;transform: none;}
	
}


