@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	line-height: 25px;
	font-family: "Source Han Sans CN", "思源黑体";
	color: #666666;
	background: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: medium none;
	outline: none;
	vertical-align: middle;
}

.btn {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {}

input {
	border: medium none;
	outline: none;
}

textarea {
	outline: none;
	resize: none;
}

.center {
	text-align: center;
}

ul,
ol,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tx_l {
	text-align: left;
}

.tx_r {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}


.header {
	background: #333333;
	width: 100%;
	line-height: 46px;
	z-index: 10;
}
.header .infor {
	width: 960px;
	margin: 0 auto;
	padding: 8px;
}
.header .header_left {
	width: 90px;
}

.header .header_right a {
	font-size: 14px;
	line-height: 46px;
	color: #FFFFFF;
	margin-left: 30px;
}

.footer {
	width: 100%;
	background: #3B3B3C;
}

.footer_body {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	line-height: 30px;
	color: #dedede;
	padding: 30px 0;
	font-size: 13px;
	color: #dedede;
}

.footer_body a {
	color: #dedede;
}

.footer_body span {
	margin-left: 7px;
}


/*20170601*/
.content {
	width: 100%;
	min-width: 1000px;
}
.c_bg1 {
	background:  #CFF9E7;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	position: relative;
}
.c_bg2 {
	background: url(../img/bg2.png) no-repeat center 69px #fff;
	width: 100%;
	height: 830px;
	margin: 0 auto;
}
.c_bg3 {
	background: url(../img/bg3.png) no-repeat center top #F3FDF9;
	width: 100%;
	height: 828px;
	margin: 0 auto;
}
.c_bg4 {
	background: url(../img/bg4.png) no-repeat center top #fff;
	width: 100%;
	height: 828px;
	margin: 0 auto;
	padding-bottom: 128px;
}
.ermeima_box {
	width: 1200px;
	height: 800px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
}
.ermeima_box .ermeima_block {
	position: absolute;
	bottom: 100px;
	right: 125px;
	text-align: center;
}
.ermeima_box .pic {
	width: 172px;
	height: 172px;
	border-radius: 5px;
	margin: 0 auto;
}
.ermeima_box .txt {
	padding-top: 40px;
	width: 200px;
	margin: 0 auto;
}
.ermeima_box .txt img {
	width: 200px;
}
.banner_box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner_pic {
	width: 100%;
} 