.footer-container{margin:auto;width:100%;height:150px;min-width:1080px;background-color:#061126}
.footer{margin:auto;padding-top:5px;padding-bottom:5px;width:1080px;height:140px;background:url(../image/footer-background.png) no-repeat}
.footer-content{float:left;width:965px;height:140px}
.footer-content-menu{margin-top:15px;width:865px;height:30px}
.footer-content-menu a{color:#4E6380}
.footer-content-menu a:hover{color:#AEBBCC}
.footer-content-menu span{margin-right:12px;margin-left:12px;color:#4E6380}
.footer-content-contact{margin-top:15px;width:965px;height:30px;font-family:Arial,Helvetica,sans-serif}
.footer-content-contact-address{float:left;padding-left:15px;width:390px;height:30px;background:url(../image/footer-content-contact-address-background.png) no-repeat 0 1px;color:#4E6380}
.footer-content-contact-tel{float:left;padding-left:15px;width:215px;height:30px;background:url(../image/footer-content-contact-tel-background.png) no-repeat 0 2px;color:#4E6380}
.footer-content-contact-mail{float:left;padding-left:15px;width:215px;height:30px;background:url(../image/footer-content-contact-mail-background.png) no-repeat 0 3px;color:#4E6380}
.footer-content-copyright{float:left;width:965px}
.footer-content-copyright p{float:left;margin-top:10px;width:865px;color:#4E6380;text-align:left}
.footer-content-copyright p span{margin-left:15px}
.footer-content-copyright p span a:link{color:#4E6380;text-decoration:none}
.footer-content-copyright p span a:visited{color:#4E6380}
.footer-content-copyright p span a:hover{color:#AEBBCC}
.footer-content-copyright p span a:active{color:#4E6380}
.footer-content-qrcode{float:right;width:115px;height:140px}
.footer-content-qrcode .footer-content-qrcode-text{padding-top:3px;color:#4E6380;text-align:center}

.foot_fd{float: left; width: 100%; background-color:#0359A8; display: none;position:fixed; _position: absolute; z-index: 100; left: 0; bottom: 0;}
.foot_fd li{float: left; width: 50%; *width: 49%; text-align: center; line-height:50px}
.foot_fd a{display: block; border-right: 1px solid #fff; color: #fff;}
.foot_fd a.noright{border-right: medium none;}
.foot_fd img{ vertical-align: middle; width: 1.96em; margin-right: 0.44em;}
.f_32{ font-size:1.6em}


@media screen and (max-width: 1024px) {
.footer-container{display: none}
.foot_fd{display: block}


.header-container{position:fixed;top:0;z-index:99999;width:100%;height:70px}
.header-container .header{margin:auto;height:70px}
.header-container .header .header-logo{float:left;padding-top:16px;padding-bottom:16px;width:130px;height:38px}
.header-container .header .header-logo a{float:left;display:block;overflow:hidden;width:130px;height:38px;background:url(../image/logo-white-x2.png) no-repeat;background-size:130px 38px;text-indent:-9999px}
.header-container .header .header-pull{display:none}

.header-container .header .header-nav .header-nav-ul{display:none}
.header-container .header-shadow{position:absolute;top:70px;left:0;z-index:1001;width:100%;height:1px;background:url(../image/top-shadow-background.png)}


.header-container-scroll{position:fixed;top:0;z-index:99999;width:100%;height:70px;background-color:#fff}
.header-container-scroll .header{margin:auto;height:70px}
.header-container-scroll .header .header-logo{float:left;padding-top:16px;padding-bottom:16px;width:130px;height:38px}
.header-container-scroll .header .header-logo a{float:left;display:block;overflow:hidden;width:130px;height:38px;background:url(../image/logo-black-x2.png) no-repeat;background-size:130px 38px;text-indent:-9999px}
.header-container-scroll .header .header-pull{display:none}

.header-container-scroll .header .header-nav .header-nav-ul{display:none}
.header-container-scroll .header-shadow{position:absolute;top:70px;left:0;z-index:1001;width:100%;height:6px;background-image:url(../image/header-shadow-scroll-background.png)}

.mobile-inner-header{display:block}


}



	.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;
	  }
	}