@charset "utf-8";
/* CSS Document */
.top {transform: scale3d(1, 1, 1); position: fixed; width: 100%; max-width: 415px; z-index: 99;}
.top_nav {
	position: fixed;
	width: 100%;
	height: 40px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	left: 0px;
	right: 0px;
	top: -40px;
	}
.top_nav .logo { padding-left: 15px; width: 50%;}
.top_nav .logo a {
	display: inline-block;
	width: 116px;
	height: 40px;
	background:url(../images/logo.png) center center no-repeat;
	}
.top_nav .nav_ico { width: 50%;}
.zixundh a {
    color: #fff!important;
    padding: 0px 20px!important;
	line-height: 30px!important;
	background: #2e324c;
	display: inline-block;
	width: 70%;
	margin: 5px auto 0px;
	border-radius: 30px;
}


#nav{text-align: center;color: #fff;position: relative;}
#nav span.right{width: 29px;height: 29px;position: absolute;right: 15px;top: 5px;background:url(../images/nav_bg.png) no-repeat center center;background-size: 100%;
transform:rotate(0deg);
-ms-transform:rotate(0deg);     /* IE 9 */
-moz-transform:rotate(0deg);    /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#nav span.right.on{background: url(../images/nav_btn.png) no-repeat center center;background-size: 85%;
transform:rotate(135deg);
-ms-transform:rotate(135deg);     /* IE 9 */
-moz-transform:rotate(135deg);    /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#nav h1{font-size: 0.16rem;font-weight: normal;}
#nav span.left{position:absolute;left:0;top:0;display: block;width: 0.44rem;height: 0.44rem;font-size: 0.14rem;padding-left:0.08rem;}

.nav{
	overflow: hidden;
	background-color: #0864c1;
	width: 100%;
	position:relative;
	left: 0;
	top: -5px;
	right: 0;
	z-index: 9999;
	height: 0;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.nav li{
	width: 100%;
	text-align: center; 
	border-top: 1px solid #0097da;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	}
.nav li a{
	color: #fff;
	display: block;
	text-align: center; 
	text-decoration:none;
	}

.footer {
	width: 100%;
	background: #1d252b;
	}
.footer .f_tit {
	padding: 30px 20px;
	}
.footer .f_tit .f_tit_l {
	text-align: center;
	color: #a8a8a8;
	padding-bottom: 20px;
	border-bottom: 1px solid #555;
	}
.footer .f_tit .f_tit_l strong a{ font-size: 40px; color: #fff;}
.footer .f_tit .f_tit_l strong a:hover { text-decoration: none;}
.footer .f_tit .f_tit_l p { font-size: 15px;}
.footer .f_tit .f_tit_r {
	display: block;
	padding: 15px 0px 0px;
	}
.foot_inner {
	line-height: 22px;
	color: #a8a8a8;
	font-size: 14px;
	}