@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	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 0px 1000px white inset;
}
/*顶部*/
#top{
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #fff;
}
.top {
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 0px auto;
}
.top .logo {
	width: 1000px;
	min-height: 100px;
	float: left;
	overflow: hidden;
	margin: 5px 0px 0px 11px;
}
.top .logo a {
	width: 1000px;
	height: 100px;
	line-height: 100px;
	float: left;
	color: #000000;
	font-size: 35px;
}
.top .logo img {
	width: 60px;
	height: 60px;
	float: left;
	margin: 20px 14px 0px 0px;
}
.top .menu {
	width: 160px;
	min-height: 40px;
	float: right;
	margin: 0px 11px 0px 0px;
	cursor: pointer;
	font-size: 12px;
}
.top .menu ul{
	padding: 0px;
	margin: 0px;
}
.top .menu ul li{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 160px;
	height: auto;
	line-height: 25px;
}
.top .menu img {
	width: 50px;
	height: 30px;
	float: left;
	margin: 25px 0px 0px 50px;
	border-radius: 5px;
}
/*菜单*/

.nav {
	width: 1200px;
	height: 450px;
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	z-index: 9;
	color: #636363;
	font-size: 14px;
	text-align: left;
	display: none;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.50);
}
.nav ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	display: block;
}
.nav li {
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-bottom: 1px dashed #d7d7d7;
	display: block;
}
.nav li a {
	width: 280px;
	height: 20px;
	line-height: 20px;
	color: #636363;
	display: block;
	padding: 10px 5px;
	text-align: left;
}
.nav li a img {
	width: 30px;
	height: 20px;
	float: left;
	margin: 0px 3px 0px 0px;
	border-radius: 3px;
}
/*底部*/
#bottom{
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.bottom {
	width: 1200px;
	height: 100px;
	line-height: 100px;
	color: #000000;
	font-size: 25px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background: #ffffff;
	margin: 0px auto;
}
.floate_mail {
	width: 500px;
	height: 100px;
	line-height: 100px;
	background: url(../../images/mail.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 80px;
	background-color: #d90b18;
	text-align: left;
	position: fixed;
	z-index: 11;
	bottom: 300px;
	right: -500px;
	font-size: 28px;
	color: #fff;
	border-radius: 50px 0px 0px 50px;
	padding: 0px 0px 0px 100px;
	cursor: pointer;
}
.float_tel {
	width: 450px;
	height: 100px;
	line-height: 100px;
	background: url(../../images/tel.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 80px;
	background-color: #d90b18;
	text-align: left;
	position: fixed;
	z-index: 11;
	bottom: 195px;
	right: -450px;
	font-size: 28px;
	color: #fff;
	border-radius: 50px 0px 0px 50px;
	padding: 0px 0px 0px 100px;
	cursor: pointer;
}
.float_wx {
	width: 400px;
	height: 100px;
	line-height: 100px;
	background: url(../../images/wx.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 80px;
	background-color: #d90b18;
	text-align: left;
	position: fixed;
	z-index: 11;
	bottom: 90px;
	right: -400px;
	font-size: 28px;
	color: #fff;
	border-radius: 50px 0px 0px 50px;
	padding: 0px 0px 0px 100px;
	cursor: pointer;
}
.float_close {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	border: 0px;
	z-index: 9;
	display: none;
	cursor: pointer;
}
.message {
	width: 600px;
	height: 650px;
	overflow: hidden;
	position: fixed;
	bottom: -580px;
	z-index: 10;
	background: #fff;
	right: 130px;
	box-shadow: 0 0 2px #333333;
	border-radius: 10px 10px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.message .message_close {
	background: #FF7E00;
	color: #ffffff;
	height: 80px;
	line-height: 80px;
	cursor: pointer
}
.message .message_close span{
	float: right;
}
.message ul {
	margin: 0px;
	padding: 0px;
}
.message ul li {
	color: #000000;
	font-size: 30px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.message ul li input {
	width: 550px;
	height: 40px;
	border: 1px solid #9d9d9d;
	margin: 20px 0px;
	border-radius: 5px;
}
.message ul li textarea {
	width: 550px;
	line-height: 20px;
	height: 150px;
	border: 1px solid #9d9d9d;
	margin: 20px 0px;
	border-radius: 5px;
}
.message ul li .button {
	width: 350px;
	height: 80px;
	line-height: 80px;
	background: #FF7E00;
	margin: 10px 0px 0px 100px;
	float: left;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 70px;
	cursor: pointer;
}