﻿@charset "utf-8";
@font-face {
	font-family: "iconfont";
	src: url('/img/iconfont.woff') format('woff'), url('/img/iconfont.ttf') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 625%;
	-webkit-text-size-adjust: none;
	max-height: 100%
}
body {
	font-size: 0.16rem;
}
P body, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	width: 100%;
	background: #fff;
	height: 100%;
}
body, input {
	font-family: "microsoft yahei";
}
tr, td {
	border: none;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
a {
	text-decoration: none;
	outline: 0px;
	color: #308eee;
}
fieldset, img {
	border: 0;
}
img {
	display: block;
	max-width: 100%;
	margin: 0% auto;
}
input {
	outline: none;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea {
	-webkit-appearance: none;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.clear {
	clear: both;
	width: 100%;
}

@media all and (min-width:640px) {
.w {
	margin: 0 auto;
	position: relative;
	padding-top: 0%;
}
}

@media only screen and (max-width:479px) and (min-width:321px) {
html {
	font-size: 70px;
}
}

@media only screen and (max-width:320px) {
html {
	font-size: 60px;
}
}

/*nav*/
nav {
	line-height: 45px;
	color: #fff;
	text-align: center;
	background-color: #0e6eb8;
	overflow: hidden;
}
nav .dh {
}
.dh li {
	width: 24%;
	text-align: center;
	float: left;
}
.dh li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
/*nav*/
.allpage {
	position: relative;
	z-index: 10;
	background: #fff;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	right: 0;
	min-height: 10rem;
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.clicked {
	right: 175px!important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.black-fixed {
	position: fixed;
	z-index: 99999!important;
	left: 0;
	width: 0;
	top: 0;
	height: 150%;
	background: rgba(0, 0, 0, 0.9);
	text-align: right;
	font-size: 27px;
	color: #fff;
	line-height: 2;
	right: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
.black-clicked {
	width: 100%;
	padding-right: 1%;
	left: -175px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 1;
}
.nav {
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: #0e6eb8;
}
.fixed {
	width: 175px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	overflow-x: hidden;
}
.nav li {
	width: 180px;
	margin: 0 auto;
	border-bottom: 1px solid #00000052;
}
.nav li a {
	display: block;
	width: 100%;
	font: 100 16px/50px '微软雅黑';
	color: #fff;
	text-indent: 60px;
}
.nav li a span {
	margin-right: 3%
}
.nav li p {
	text-indent: 70px;
}
.nav li:last-child {
	margin-bottom: 20%;
}

/* footer */
.home_menu {
	background: #333;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 19;
}
.home_menu ul {
	width: 98%;
	overflow: hidden;
	margin: 0px auto;
}
.home_menu .li {
	float: left;
	width: 24%;
	position: relative;
	padding: 10px 0 10px;
	background-size: 12px;
}
.home_menu ul li {

	margin-top: 4px;
}
.home_menu .li span{
    padding: 2px 0;
    display: block;
}
.home_menu .li a {
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
}
.home_menu .li img {
	display: block;
	width: 24%;
	margin: 1px auto 0px;
}
.home_menu .li1 {
	width: 22%;
	position: absolute;
	top: -30%;
	left: 39%;
}
.wx {
	font-size: 0.1rem;
	overflow: hidden;
	position: fixed;
	bottom: 6.2%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999999999;
	display: none;
	height: 180px;
	padding: 10px;
}
.wx h3 {
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 1px;
	padding-left: 10px;
}
.wx p {
	overflow: hidden;
}
.wx span {
	user-select: text;
	color: #363636;
	font-size: 23px;
	margin-left: 15px;
	display:  block;
}
.wx a {
	background: #d51007;
	color: #fff;
	display: block;
	font-size:  18px;
	width:  85%;
	padding:  5px;
	text-align:  center;
	line-height:  32px;
	margin-top: 10px;
	margin-left: 10px;
}
.wx img {
	float: right;
	width: 8%;
	margin-top: 1%;
	height: auto;
}
.wx1 {
	font-size: 0.1rem;
	overflow: hidden;
	position: fixed;
	bottom: 6.2%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999999999;
	display: none;
	height: 180px;
	padding: 10px;
}
.wx1 h3 {
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 1px;
	padding-left: 10px;
}
.wx1 p {
	overflow: hidden;
}
.wx1 span {
	user-select: text;
	color: #363636;
	font-size: 23px;
	margin-left: 15px;
	display:  block;
}
.wx1 a {
	background: #d51007;
	color: #fff;
	display: block;
	font-size:  18px;
	width:  85%;
	padding:  5px;
	text-align:  center;
	line-height:  32px;
	margin-top: 10px;
	margin-left: 10px;
}
.wx1 img {
	float: right;
	width: 8%;
	margin-top: 1%;
	height: auto;
}

