@charset "utf-8";

body {
	background: #ffffff;
	font-size: .32rem;
	color: #333333;
}

/* --------------index-start-------------- */
/* background: url(../images/right-tit.png) top center no-repeat; */
.header{
	height: 100px;
	background: #fff;
	position: relative;
}
.header-box{
	width: 1160px;
	height: 100px;
	margin: 0 auto;
}
.logo{
	background:  url(../images/logo.png) top center no-repeat;
	background-size: 100%;
	width: 224px;
	height: 80px;
	margin-top: 10px;
	float: left;
}
.img1{
	background:  url(../images/img1.png) top center no-repeat;
	background-size: 100%;
	width: 370px;
	height: 60px;
	margin-top: 21px;
	margin-left: 190px;
	float: left;
}
.tell{
	background:  url(../images/tell.png) top center no-repeat;
	background-size: 100%;
	width: 216px;
	height: 48px;
	margin-top: 26px;
	float: right;
}

.bodys{
	width: 100%;
	/* height: 100vh; */
	position: relative;
}
.bg1{
	background:  url(../images/bg1.png) top center no-repeat;
	background-size: cover;
	height: 141px;
}
.bg2{
	background:  url(../images/bg2.png) top center no-repeat;
	background-size: cover;
	height: 141px;
}
.bg3{
	background:  url(../images/bg3.png) top center no-repeat;
	background-size: cover;
	height: 141px;
}
.bg4{
	background:  url(../images/bg4.png) top center no-repeat;
	background-size: cover;
	height: 141px;
}
.bg5{
	background:  url(../images/bg5.png) top center no-repeat;
	background-size:cover;
	height: 194px;
}

.con{
	width: 1160px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.img2{
	width: 802px;
	height: 291px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 110px;
}
.btn-con{
	background:  url(../images/btn.png) top center no-repeat;
	background-size: 100%;
	display: block;
	width: 562px;
	height: 134px;
	margin: 0 auto;
	position: relative;
	top:189px;
}

.footer{
	background: #464854;
	height: 142px;
	font-style: 16px;
	text-align: center;
}
.footer p{
	color: #a5a8ba;
	line-height: 26px;
	padding-top: 28px;
}























/*  */
