div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	/*width: 100%;*/
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.cl-fl {
	clear: both;
}

ul,
ol {
	list-style: none;
}

img {
	display: block;
}

input,
textarea,
select {
	background-color: transparent;
	border: none;
	outline: none;
}

textarea {
	resize: none;
	overflow: hidden;
	font-family: "microsoft yahei";
}

* {
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

body {
	font-size: 14px;
	background: #fff;
	padding-top: 90px;
	font-family: "microsoft yahei";
	color: #333;
}

.header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 999999999999;
	background: rgba(255, 255, 255, .9);
}

.header .top {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
}

.header .top ul li {
	width: auto;
	height: 90px;
	float: left;
	margin-left: 85px;
	color: #333;
	line-height: 90px;
}

.header .top ul li img {
	width: 116px;
	height: 40px;
	margin-top: 22.5px;
}

.header .top ul li:hover {
	color: #999;
}

.top1 {
	display: none;
}

.scroll-top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 150px;
	display: none;
	cursor: pointer;
}

.scroll-top img {
	width: 40px;
	height: 40px;
}

.footer {
	width: 100%;
	min-height: 150px;
	margin-top: 50px;
	background: #FFFFFF;
}

.footer .bottom {
	width: 100%;
	min-height: 60px;
	border-top: 1PX solid #666;
	border-bottom: 1px solid #666;
	margin: 0 auto;
}

.footer .bottom .centent {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer .bottom .centent .logo {
	width: 80px;
	height: 42px;
	margin-top: 9px;
	margin-left: 10px;
}

.footer .bottom .centent .logo img {
	width: 80px;
	height: 42px;
}

.footer .bottom .centent .copy {
	line-height: 60px;
	font-size: 14px;
	color: #666;
	margin-left: 70px;
}

.footer .bottom .centent .mess {
	margin-left: 85px;
	line-height: 60px;
	color: #666;
	
}

.footer .bottom .centent .mess .tit .em {
	width: 24px;
	height: 18px;
	margin-top: 21px;
	margin-right: 4px;
}
.footer .bottom .centent .mess .tit .name{
margin-right: 15px;
	
}

.footer .bottom .centent .mess .tit .input {
	width: 170px;
	padding-left: 10px;
	height: 30px;
	background: #ebe7e3;
	margin-right: 18px;
	margin-top: 15px;
}

.footer .bottom .centent .mess .tit .sub-btn {
	width: 80px;
	height: 28px;
	border: 1px solid #bfbfbf;
	text-align: center;
	line-height: 28px;
	/*margin-left: 18px;*/
	color: #666;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer .bottom .centent .mess .tit .sub-btn:hover {
	color: #000000;
}

.footer .dot-logo {
	width: 118px;
	min-height: 40px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
}

.footer .dot-logo img {
	width: 118px;
	height: 40px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	/*******top1********/
	.header .top {
		display: none;
	}
	.top1 {
		display: block;
	}
	.top1 .daohang {
		width: 40px;
		height: 40px;
		position: absolute;
		left: 20px;
		top: 25px;
	}
	.top1 .daohang img {
		width: 40px;
		height: 40px;
	}
	.top1 .logo1 {
		width: 116px;
		height: 40px;
		margin: 0 auto;
		margin-top: 22.5px;
	}
	.top1 .logo1 img {
		width: 116px;
		height: 40px;
	}
	.dh-widow {
		display: none;
	}
	.dh-widow .da-shade {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	.dh-widow .dh-con {
		width: 50%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #666;
		z-index: 99999999999999999;
	}
	.dh-widow .dh-con .guanbi-btn {
		width: 30px;
		height: 30px;
		display: block;
		margin-top: 20px;
		margin-left: 20px;
	}
	.dh-widow .dh-con .guanbi-btn img {
		width: 30px;
		height: 30px;
	}
	.dh-widow .dh-con ul {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.dh-widow .dh-con ul li {
		width: 100%;
		height: 40px;
		text-align: center;
		line-height: 40px;
		color: #fff;
		border-bottom: 1px solid #FFFFFF;
	}
}