.zt-head-box {
	padding-top: 3.125rem;
	text-align: center;
}

.zt-head-box .title {
	font-size: 2.375rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 2.8125rem;
	color: #000000;
}

.zt-head-box .title .imp {
	color: #3269FF;
}

.zt-head-box .title-en {
	font-size: 1.75rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 2.3125rem;
	color: rgba(0, 0, 0, 0.1);
	position: relative;
	top: -1.5625rem;
}
/* banner-box start */
.banner-box{
	height: 37.5rem;
}
.banner-box .txt-box{
	width: 52.3%;
	float: left;
	text-align: right;
	padding-top: 11.5rem;
}
.banner-box .txt-box .t1{
	font-size: 2.25rem;
	line-height: 2.9375rem;
	color: #FFFFFF;
	margin-bottom: 1.25rem;
}
.banner-box .txt-box .t2{
	font-size: 86px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 114px;
	color: #FFFFFF;
	margin-bottom: 1.875rem;
}
.banner-box .txt-box .t2 .imp{
	color: #FEF3A3;
}
.banner-box .txt-box .t3{
	font-size: 3.75rem;
	line-height: 4.9375rem;
	color: #FFFFFF;
}
/* banner-box end */
/* about-box start */
.about-box{
	padding-bottom: 2.5rem;
}
.about-box .container{
	padding: 3.25rem 0 3rem;
	min-height: 16.125rem;
	background-image: url(../images/about.png);
	background-size: 30.5625rem auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.about-box .content{
	width: 41.8125rem;
	float: right;
	font-size: 1.25rem;
	line-height: 2.125rem;
	color: #000000;
	letter-spacing: 0.1875rem;
}
/* about-box end */
/* goodness-box start */
.goodness-box .list-box{
	background-image: url(../images/bg_01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 13.875rem;
	min-height: 25rem;
}
.goodness-box .zt-head-box{
	padding-top: 0;
}
.goodness-box .list-item{
	width: 33.33%;
	float: left;
	position: relative;
}
.goodness-box .list-item:not(:nth-of-type(2n)){
	margin-right: 33.33%;
}
.goodness-box .list-item:nth-of-type(-n+2){
	margin-bottom: 4.375rem;
}
.goodness-box .list-item:nth-of-type(-n+2)::after{
	content: "";
	width: 15.25rem;
	height: 0;
	display: block;
	border: 1px solid #3269FF;
	margin-top: 3.375rem;
	margin-left: 4.625rem;
}
.goodness-box .list-item .title{
	padding-left: 4.625rem;
	margin-bottom: 0.625rem;
	font-size: 1.375rem;
	line-height: 1.8125rem;
	color: #3269FF
}
.goodness-box .list-item .content{
	min-height:5rem;
	padding-left: 4.625rem;
	background-position: left top;
	background-size: 3.625rem auto;
	background-repeat: no-repeat;
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.5rem;
	color: #000000;
}

/* goodness-box end */
/* advert-box start */
.advert-box{
	padding-bottom: 3.9375rem;
}
.advert-box .zt-head-box{
	padding-top: 0;
}
.advert-box .list-box{
	padding-left: 4.375rem;
	padding-right: 6.25rem;
}
.advert-box .list-box .list-item{
	width: 43.98%;
	float: left;
}
.advert-box .list-box .list-item:nth-of-type(2n){
	width: 32.52%;
	float: right;
}
.advert-box .list-box .list-item .img-box{
	height: 27.375rem;
}
.advert-box .list-box .list-item .title{
	margin-top: 0.4375rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #000000;
}
.advert-box .list2{
	padding-top:3.4375rem;
}
.advert-box .list2 .list-item{
	width: 21.62%;
	float: left;
}
.advert-box .list2 .list-item:not(:nth-of-type(3n)){
	margin-right: 17.57%;
}

.advert-box .list2 .list-item .img-box{
	/* height: 27.5rem; */
	height: 29.375rem;
}
.advert-box .list2 .list-item .title{
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.3125rem;
	color: #000000;
	text-align: center;
	margin-top: 1.25rem;
}
.advert-box .list2 .list-item .title .imp{
	font-weight: bold;
}

/* advert-box end */
.bg-box{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 13.6875rem;
	width: 100%;
	
}