.zt-head-box {
	padding: 3.75rem 0;
	text-align: center;
}

.zt-head-box .title {
	font-size: 2.375rem;
	font-weight: bold;
	line-height: 3.125rem;
	color: #000000;
}

.zt-head-box .title .imp {
	color: #FB3931;
}

.zt-head-box .title-en {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #7D7D7D;
	margin-top: 1.25rem;
}
/* banner-box start */
.banner-box{
	height: auto;
	background-color: #FA2C45;
	padding: 4rem 0;
	position: relative;
	overflow: initial;
	z-index: 10;
}
.banner-box .txt-box{
	width: 60%;
	float: left;
	padding-top: 5rem;
}
.banner-box .img-box{
	width: 35.83%;
	height: 29.75rem;
	float: right;
}
.banner-box .txt-box .t1{
	font-size: 3rem;
	font-weight: bold;
	line-height: 4rem;
	color: #FFFFFF;
	text-shadow: 0 0.1875rem 0.375rem rgba(33, 130, 234, 0.88);
	margin-bottom: 2.8125rem;
}
.banner-box .txt-box .t2{
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	text-shadow: 0 0.1875rem 0.375rem rgba(33, 130, 234, 0.37);
	margin-bottom:2.8125rem;
}
.banner-box .txt-box .t3{
	font-size: 1rem;
	line-height: 2.5625rem;
	color: #FFFFFF;
	text-shadow: 0 0.1875rem 0.375rem rgba(33, 130, 234, 0.37);
	display: inline-block;
	background-image: linear-gradient(to right, rgba(37, 51, 241, 0.57) 0%, rgba(37, 187, 241, 0) 100%);
	border-radius: 2rem;
	padding: 0 0.625rem;
	margin-bottom: 2.875rem;
}
.banner-box .txt-box .btns .btn{
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	background: #00A1D6;
	border-radius: 1.8125rem;
	padding: 0.75rem 2.1875rem;
}
.banner-box::after{
	content: "";
	display: block;
	width: 35.875rem;
	height: 35.875rem;
	position: absolute;
	left: -190px;
	top: 17rem;
	background-image: url(../images/bg_02.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
/* banner-box start */
/* cases-box start */
.cases-box .list-box .list-item{
	width: 16.33%;
	float: left;
}
.cases-box .list-box .list-item:not(:nth-of-type(5n)){
	margin-right: 4.5875%;
}
.cases-box .list-box .list-item .img-box{
	width: 100%;
	height: 25.875rem;
}
.cases-box .list-box .list-item .txt-box{
	margin-top: 1.125rem;
	text-align: center;
}
.cases-box .list-box .list-item .txt-box .btn{
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	background-color: #FB3931;
	border-radius: 1.4375rem;
	padding: 0.625rem 1.4375rem;
	display: inline-block;
}
/* cases-box end */
/* advert-box start */
.advert-box .list-box{
	width: 57.75%;
	float: left;
	margin-top: 2.5rem;
}
.advert-box .list-box .list-item{
	width: 30.88%;
	float: left;
	background-color: #FB3931;
	border-radius: 0.375rem;
	padding: 2.5rem 0;
}
.advert-box .list-box .list-item:not(:nth-of-type(3n)){
	margin-right: 3.68%;
}
.advert-box .list-box .list-item .icon{
	height: 4.625rem;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.advert-box .list-box .list-item .content{
	font-size: 1.5rem;
	line-height: 1.9375rem;
	color: #FFFFFF;
	text-align: center;
	padding: 1.5rem 0;
}
.advert-box .img-show{
	width: 36.75%;
	height: 28.5625rem;
	float: right;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.advert-box .img-show .item{
	width: 8.6875rem;
	height: 8.6875rem;
	background-color: #000000;
}
/* advert-box end */