* {
	margin: 0px;
	padding: 0px;
}
.header {
	width: 1920px;
	margin: 0 auto;
	height: 1080px;
	background: url(./images/home9.png);
	background-size: cover;
}
.cl {
	clear: both;
}
.header > .top {
	width: 100%;
	padding-top: 62px;
	padding-left: 263px;
	box-sizing: border-box;
}
.header > .top > .logo {
	width: 248px;
	margin-right: 138px;
	float: left;
}
.header > .top > .logo > img {
	width: 100%;
	display: block;
}
.header > .top > .info {
	float: left;
	padding-top: 62px;
}
.header > .top > .info > .tel {
	text-align: right;
	margin-bottom: 30px;
	width: 1090px;
}
.header > .top > .info > .tel > .icon {
	width: 45px;
	margin-right: 15px;
	float: right;
	margin-top: 12px;
}
.header > .top > .info > .tel > .icon > img {
	width: 100%;
	display: block;
}
.header > .top > .info > .tel > .text {
	font-size: 29px;
	float: right;
	color: #FFFEFE;
}
.header > .top > .info > .tel > .text > span {
	font-size: 43px;
	font-family: Arial Black;
	color: #FFFFFF;
	padding-left: 18px;
}
.header > .top > .info > .menu {

}
.header > .top > .info > .menu > .item {
	float: left;
	font-size: 27px;
	color: #FFFFFF;
	margin-right: 44px;
}
.header > .top > .info > .menu > .item:last-child {
	margin-right: 0px;
}

.serve {
	width: 1920px;
	margin: 0 auto;
	height: 557px;
	background: url(./images/home1.png);
	background-size: cover;
	box-sizing: border-box;
	padding-top: 117px;
	padding-left: 205px;
	margin-bottom: 60px;
}
.serve > .text {
	float: left;
	width: 1011px;
	margin-right: 100px;
}
.serve > .text > .names {
	width: 100%;
	margin-bottom: 29px;
}
.serve > .text > .names > .name1 {
	float: left;
	font-size: 57px;
	font-weight: bold;
	color: #FFFFFF;
}
.serve > .text > .names > .name2 {
	float: right;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
}
.serve > .text > .content {
	width: 100%;
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 64px;
}
.serve > .text > .btn {
	width: 543px;
	margin: 0 auto;
}
.serve > .text > .btn > img {
	width: 100%;
	display: block;
}
.serve > .qrcode {
	float: left;
	width: 400px;
}
.serve > .qrcode > img {
	width: 100%;
	display:block;
}
.text_content {
	width: 1554px;
	margin: 0 auto;
}
.text_content > .title {
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #383838;
	margin-bottom: 69px;
}
.text_content > .content {
	width: 100%;
	font-size: 32px;
	color: #777777;
	line-height: 60px;
	margin-bottom: 60px;
}
.text_content2 {
	width: 1920px;
	height: 1079px;
	background: #FAFAFA;
}
.text_content2 > .title {
	padding-top: 85px;
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #383838;
	padding-bottom: 112px;
}
.text_content2 > .list {
	width: 100%;
	padding-left: 163px;
	padding-right: 171px;
	box-sizing: border-box;
}
.text_content2 > .list > .item {
	width: 344px;
	float: left;
	background: #ffffff;
	height: 576px;
	box-sizing: border-box;
	padding-top: 78px;
	margin-right: 69px;
}
.text_content2 > .list > .item > .icon {
	width: 110px;
	margin: 0 auto;
	margin-bottom: 66px;
}
.text_content2 > .list > .item > .icon > img {
	width: 100%;
	display:block;
}
.text_content2 > .list > .item > .title {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #717070;
	font-weight: bold;
	margin-bottom: 42px;
}
.text_content2 > .list > .item > .text {
	width: 262px;
	margin: 0 auto;
	font-size: 25px;
	color: #777777;
}
.text_content2 > .list > .item:last-child {
	margin-right: 0px;
}