@charset "utf-8";
html, body {
	margin: 0rem;
	padding: 0rem;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
	background: #ffffff;
}
div, ul, li, i, em, span, a, dl, dt, dd, input, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 button, textarea, select {
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
	font-style: normal;
	text-decoration: none;
	outline: none!important;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0,0,0,0)!important;
	-webkit-appearance: none!important;
	 -moz-appearance:  none;
	 -o-appearance:  none;
	 appearance:  none;
}
ul, li, dl, dt, dd {
	list-style: none;
}
 input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0rem 1000rem white inset;
}
/*加载*/

.loading {
	width: 100%;
	min-width: 7.5rem;
	height: 100%;
	min-height: 12rem;
	position: fixed;
	z-index: 99;
	background: url(../images/loading.gif);
	background-color: #fff;
	background-size: 1.8rem;
	background-repeat: no-repeat;
	background-position: center center;
}
/*顶部*/
.top {
	width: 7.5rem;
	height: 1.1rem;
	overflow: hidden;
	background: #ebebeb;
	position: fixed;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	z-index: 10;/*

	box-shadow: 0px 0px 10px 0px #000000;

	-moz-box-shadow: 0px 0px 10px 0px #000000;

	*/
}
.top .logo {
	width: 6.5rem;
	min-height: 1rem;
	float: left;
	overflow: hidden;
	margin: .1rem 0rem 0rem .2rem;
}
.top .logo a {
	width: 6.5rem;
	height: 1rem;
	line-height: 1rem;
	float: left;
	color: #000000;
	font-size: .31rem;
}
.top .logo img {
	width: .6rem;
	height: .6rem;
	float: left;
	margin: .2rem .1rem 0rem 0rem;
}
.top .menu {
	width: .6rem;
	min-height: 1rem;
	float: right;
	margin: 0rem .15rem 0rem 0rem;
}
.top .menu img {
	width: .6rem;
	height: .4rem;
	float: left;
	margin: .4rem 0rem 0rem 0rem;
	border-radius: .05rem;
}
/*菜单*/

.nav {
	width: 7.5rem;
	height: 100%;
	position: fixed;
	top: 1.1rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	z-index: 9;
	color: #636363;
	font-size: .3rem;
	text-align: left;
	display: none;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}
.nav ul {
	margin: 0rem;
	padding: 0rem 0rem 1rem 0rem;
	overflow: hidden;
	display: block;
}
.nav li {
	height: auto;
	float: left;
	margin: 0rem;
	padding: 0rem;
	overflow: hidden;
	border-bottom: .02rem dashed #d7d7d7;
	display: block;
}
.nav li:last-child {
	border-bottom: none;
}
.nav li a {
	width: 7.1rem;
	height: 1rem;
	line-height: 1rem;
	color: #636363;
	display: block;
	padding: 0rem .2rem;
	text-align: left;
}
.nav li a img {
	width: .8rem;
	height: .5rem;
	float: left;
	margin: .25rem .1rem 0rem 0rem;
	border-radius: .05rem;
}
/*底部*/
.bottom {
	width: 7.5rem;
	height: .9rem;
	line-height: .45rem;
	color: #000000;
	font-size: .27rem;
	text-align: center;
	padding: .2rem 0rem 1.3rem 0rem;
	background: #ffffff;
	float: left;
	border-top: .1rem solid #e6e6e7;
}
.floate_mail {
	width: 5rem;
	height: 1rem;
	line-height: 1rem;
	background: url(../images/mail.png);
	background-position: .1rem center;
	background-repeat: no-repeat;
	background-size: .8rem;
	background-color: #d90b18;
	text-align: left;
	position: fixed;
	z-index: 11;
	bottom: 3rem;
	right: -5rem;
	font-size: .3rem;
	color: #fff;
	border-radius: .5rem 0rem 0rem .5rem;
	padding: 0rem 0rem 0rem 1rem;
}
.float_tel {
	width: 4.5rem;
	height: 1rem;
	line-height: 1rem;
	background: url(../images/tel.png);
	background-position: .1rem center;
	background-repeat: no-repeat;
	background-size: .8rem;
	background-color: #d90b18;
	text-align: left;
	position: fixed;
	z-index: 11;
	bottom: 1.95rem;
	right: -4.5rem;
	font-size: .3rem;
	color: #fff;
	border-radius: .5rem 0rem 0rem .5rem;
	padding: 0rem 0rem 0rem 1rem;
}
.float_wx {
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	background: url(../images/wx.png);
	background-position: .1rem center;
	background-repeat: no-repeat;
	background-size: .8rem;
	background-color: #d90b18;
	text-align: left;
	position: fixed;
	z-index: 11;
	bottom: .9rem;
	right: -4rem;
	font-size: .3rem;
	color: #fff;
	border-radius: .5rem 0rem 0rem .5rem;
	padding: 0rem 0rem 0rem 1rem;
}
.float_close {
	width: 7.5rem;
	height: 100%;
	position: fixed;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	border: 0rem;
	z-index: 9;
	display: none;
}
.message {
	width: 6rem;
	height: 7.5rem;
	overflow: hidden;
	position: fixed;
	bottom: -7.7rem;
	z-index: 10;
	background: #fff;
	left: .4rem;
	box-shadow: 0 0 2px #333333;
	border-radius: .1rem .1rem 0rem 0rem;
	padding: 0rem 0rem 1rem 0rem;
}
.message .message_close {
	background: #FF7E00;
	color: #ffffff;
	height: .8rem;
	line-height: .8rem;
}
.message .message_close span{
	float: right;
}
.message ul {
	margin: 0rem;
	padding: 0rem;
}
.message ul li {
	color: #000000;
	font-size: .3rem;
	margin: 0rem;
	padding: 0rem .2rem 0rem .2rem;
}
.message ul li input {
	width: 5.5rem;
	height: .6rem;
	border: .02rem solid #9d9d9d;
	margin: .2rem 0rem;
	border-radius: .05rem;
}
.message ul li textarea {
	width: 5.5rem;
	line-height: .2rem;
	height: 2.5rem;
	border: .02rem solid #9d9d9d;
	margin: .2rem 0rem;
	border-radius: .05rem;
}
.message ul li .button {
	width: 3.5rem;
	height: .8rem;
	line-height: .8rem;
	background: #FF7E00;
	margin: .1rem 0rem 0rem 1rem;
	float: left;
	color: #fff;
	font-size: .3rem;
	text-align: center;
	border-radius: .7rem;
}