.scrc {
	background-image: url({avatar:sitetplpath}/static/image/scrc_bj.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}

.ab5 .tab {
	display: flex;
	justify-content: center;
}

.ab5 .tab a {
	display: block;
	position: relative;
	height: 82px;
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin: 0 50px;
	display: flex;
	align-items: flex-end;
	transition: all .3s;
}

.ab5 .tab a span {
	color: #F1F1F1;
	font-family: 'Gotham';
	font-size: 72px;
	line-height: 82px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

.ab5 .tab a.active {
	color: #045fb2;
}

.ab5 ul {
	margin-top: 60px;
}

.ab5 ul li {
	display: none;
}

.ab5 ul li .word {
	width: 50%;
}

.ab5 ul li .word .title {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 10%;
	padding-bottom: 37px;
}

.ab5 ul li .word .title::before {
	content: '';
	width: calc(90% - 80px);
	height: 1px;
	background-color: #CECECE;
	position: absolute;
	left: 10%;
	bottom: 0;
}

.ab5 ul li .word .title::after {
	content: '';
	display: block;
	width: 170px;
	height: 3px;
	background-color: #54AFF5;
	position: absolute;
	left: 10%;
	bottom: -1px;
}

.ab5 ul li .word .title img {
	margin-right: 30px;
}

.ab5 ul li .word .title .wz h3 {
	margin-bottom: 24px;
}

.ab5 ul li .word .xx {
	background-color: #FFF;
	padding: 50px 10%;
	height: 340px;
}

.ab5 ul li .word .xx h3 {
	font-size: 20px;
	margin-bottom: 25px;
}

.ab5 ul li .word .xx p {
	margin-bottom: 38px;
	color: #333;
	font-size: 16px;
	line-height: 32px;
}

.ab5 ul li .img {
	width: 20%;
	background-color: #fff;
}

.ab5 ul li .img img {
	display: block;
	width: 100%;
}

.ab5 ul li.active {
	display: flex;
}

.ab5 ul {
	margin-top: 60px;
}

.ab5 .h {
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	margin: 50px 0;
	padding-top: 100px;
}

.ab5 .h::before {
	content: '';
	width: 34px;
	height: 35px;
	background-image: url({avatar:sitetplpath}/static/image/tia-2.png);
	position: absolute;
	bottom: -16px;
	right: 864px;
}

.ab5 .h {
line-height: 15px;
text-align: center;
font-weight: bold;
color: #333333;
margin: 25px 0;
padding-top: 41px;
}
.ab5 ul li.active {
display: flex;
justify-content: space-evenly;
}




@media screen and (min-width: 1201px){

}



@media screen and (max-width: 1200px){
	.ab5 .tab a {line-height:1.5em ;font-size: 16px; margin: 0 11px;}
}



@media screen and (max-width: 992px){
	.ab5 .tab a {line-height:1.5em ;font-size: 16px; margin: 0 11px;}
	.indextitle2 .tit {font-size: 28px;}
	.indextitle2 p {
		margin-top: 0;
		line-height: 35px;
		color: darkgrey;
	}
	.ab5 ul {
		margin-top: 0;
	}
	.ab5 ul li .word .xx {
		background-color: #FFF;
		padding: 28px 5%;
		height: 300px;
	}
	.whylist {
		margin-top: 20px;
		padding: 0 5%;
	}
	.whylist li {margin-bottom: 10px;}
	.dtit {padding: 30px 0 10px}
	.dtit p {margin: 10px 0 10px 0;}
	.ab5 ul li .word {
		width: 100%;
	}
	.ab5 ul li .img {
		width: 100%;
		background-color: #fff;
	}
	.ab5 ul li.active { 
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;}

}


@media screen and (max-width: 768px){

}