@charset "utf-8";

/* banner */
.indexBanner_box1{
	width: 100%;
	height: 800px;
	background: url(../images/banner1.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

/* 记工表格 */
.indexMark_box{
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.markLeft{
	float: left;
	width: 550rpx;
	height: 700rpx;
}

.markRight{
	float: right;
	width: 580rpx;
}

.markTit{
	font-size: 40px;
	font-weight: bold;
	padding: 60px 0;
}

.markUl{
	overflow: hidden;
}

.markUl li{
	height: 28px;
	line-height: 28px;
	padding-left: 50px;
	font-size: 24px;
	background: url(../images/dot.png) no-repeat center left;
	overflow: hidden;
	margin-bottom: 60px;
}

/* 特点 */
.indexTrait_box{
	width: 100%;
	height: 770px;
	background: url(../images/traitPic.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

/* 下载 */
.indexDownload_box{
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.downloadTit{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.downloadList_con{
	padding-top: 80px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.downloadItem{
	text-align: center;
	overflow: hidden;
}

.downloadCode{
	width: 230px;
	height: 230px;
}

.downloadType{
	font-size: 16px;
	margin-top: 20px;
}

/* 联系我们 */
.indexContact_box{
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.contactTit{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.contactList_con{
	padding-top: 80px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.contactItem{
	width: 600px;
	height: 160px;
	padding: 30px 0;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contactIcon{
	width: 90px;
	height: 90px;
}

.contactCon{
	width: 400px;
	height: 90px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	overflow: hidden;
	margin-left: 20px;
}

.contactType{
	height: 28px;
	line-height: 28px;
	font-size: 24px;
}

.contactDesc{
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	margin-top: 10px;
}

