.banner h1{
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
	letter-spacing: 0.5em;
	position: relative;
	font-size: 36px;
}
.banner.actived h1{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.banner .inner{
	width: 1500px;
	padding: 0 1%;
}



.sec1{
	padding: 6% 0 4.6%;
}
.sec1 .inner{
	width: 1500px;
}
.sec1 .title-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 1.04%;
}
.sec1 .tips{
	font-size: 14px;
	color: #333;
}
.sec1 .tips img{
	margin-left: 0.64em;
	margin-right: 0.64em;
	width: 1.07em;
}
.sec1 .tips img,.sec1 .tips span{
	vertical-align: middle;
}
.sec1 .scroll-box{
	overflow-x: auto;
	overflow-y: hidden;
}
.sec1 .select-part li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.sec1 .select-part li{
	width: 16%;
}
.sec1.select0 .select-part li{
	width: 100%;
}
.sec1.select1 .select-part li:last-child{
	width: 82.526%;
	margin-left: 1.474%;
}
.sec1.select2 .select-part li:last-child{
	width: 65.526%;
	margin-left: 1.474%;
}
.sec1 .select-part li > a{
	cursor: default;
	font-size: 18px;
	color: #E7242B;
	padding: 0.722em 0;
	display: block;
}
.sec1 .select-part li:last-child > a{
	text-align: center;
}
.sec1.select0 .select-part li:last-child > a{
	width: 12.5%;
}
.sec1.select1 .select-part li:last-child > a{
	width: 16.666%;
}
.sec1.select2 .select-part li:last-child > a{
	width: 20%;
}
.sec1 .select-part li > a.checked{
	cursor: pointer;
	padding: 0.722em 9.21%;
	position: relative;
}
.sec1 .select-part li > a.checked::after{
  	font-family: 'FontAwesome';
  	content: "\f107";
  	position: absolute;
  	right: 0;
  	top: 50%;
  	margin-top: -0.5em;
  	color: #000;
  	-webkit-transition: transform 0.5s;
  	transition: transform 0.5s;
}
.sec1 .select-part li:hover > a.checked::after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec1 .select-part li .option-box{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	padding: 4% 9.65%;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec1 .select-part li:hover .option-box{
	visibility: visible;
	opacity: 1;
}
.sec1 .select-part li .option-box a{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	display: block;
	padding: 0.25em 0;
}
.sec1 .select-part li .option-box a::before{
  	font-family: 'FontAwesome';
  	content: "\f058";
  	margin-right: 0.5em;
  	color: #ccc;
}
.sec1 .select-part li .option-box a.checked::before{
	color: #E7242B;
}
.sec1 .list-part .padding-box{
	border-bottom: 1px solid #e2e2e2;
}
.sec1 .list-part .padding-box:first-child{
	border-top: 1px solid #e2e2e2;
}
.sec1 .list-part .table-box > li{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 16%;
}
.sec1 .list-part .table-box > li:last-child{
	-webkit-display: inline-flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: inline-flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1.select0 .list-part .table-box > li:last-child{
	width: 100%;
}
.sec1.select1 .list-part .table-box > li:last-child{
	width: 82.526%;
	margin-left: 1.474%;
}
.sec1.select2 .list-part .table-box > li:last-child{
	width: 65.526%;
	margin-left: 1.474%;
}
.sec1 .list-part .table-box > li:last-child::after{
	content: "";
	display: block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-top: 1px solid #ddd;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.sec1 .list-part .table-box > li > p{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	padding: 1em 9.21%;
}
.sec1 .list-part .table-box .name{
	cursor: pointer;
	font-size: 16px;
	border-top: 1px solid #ddd;
}
.sec1.select0 .list-part .table-box .name{
	width: 12.5%;
}
.sec1.select1 .list-part .table-box .name{
	width: 16.666%;
}
.sec1.select2 .list-part .table-box .name{
	width: 20%;
}
.sec1.select0 .list-part .table-box .name:nth-child(1),.sec1.select0 .list-part .table-box .name:nth-child(2),.sec1.select0 .list-part .table-box .name:nth-child(3),.sec1.select0 .list-part .table-box .name:nth-child(4),.sec1.select0 .list-part .table-box .name:nth-child(5),.sec1.select0 .list-part .table-box .name:nth-child(6),.sec1.select0 .list-part .table-box .name:nth-child(7),.sec1.select0 .list-part .table-box .name:nth-child(8){
	border-width: 0;
}
.sec1.select1 .list-part .table-box .name:nth-child(1),.sec1.select1 .list-part .table-box .name:nth-child(2),.sec1.select1 .list-part .table-box .name:nth-child(3),.sec1.select1 .list-part .table-box .name:nth-child(4),.sec1.select1 .list-part .table-box .name:nth-child(5),.sec1.select1 .list-part .table-box .name:nth-child(6){
	border-width: 0;
}
.sec1.select2 .list-part .table-box .name:nth-child(1),.sec1.select2 .list-part .table-box .name:nth-child(2),.sec1.select2 .list-part .table-box .name:nth-child(3),.sec1.select2 .list-part .table-box .name:nth-child(4),.sec1.select2 .list-part .table-box .name:nth-child(5){
	border-width: 0;
}
.sec1 .list-part .table-box .name > div:first-child{
	font-size: inherit;
	color: #000;
	font-weight: 500;
	display: block;
	padding: 1.25em 0;
	color: #E7242B;
	-webkit-transition: color 0.3s 0.1s,background-color 0.3s 0.1s;
	transition: color 0.3s 0.1s,background-color 0.3s 0.1s;
	text-align: center;
	position: relative;
}
.sec1 .list-part .table-box .name:hover > div:first-child{
	color: #fff;
	background-color: #666;
}
.sec1 .list-part .table-box .name > div:first-child::after{
	content: "";
	position: absolute;
	top: 0.5em;
	width: 1px;
	height: 2.5em;
	display: block;
	background-color: #ddd;
	-webkit-transition: background-color 0.5s 0.25s;
	transition: background-color 0.5s 0.25s;
	right: 0;
}
.sec1 .list-part .table-box .name:hover > div:first-child::after{
	background-color: #666;
}

.sec1.select0 .list-part .table-box .name:nth-child(8n) > div:first-child::after{
	opacity: 0;
}
.sec1.select1 .list-part .table-box .name:nth-child(6n) > div:first-child::after{
	opacity: 0;
}
.sec1.select2 .list-part .table-box .name:nth-child(5n) > div:first-child::after{
	opacity: 0;
}


.sec1 .list-part .slide-box{
	position: relative;
    height:0px;
    max-height:0;
    visibility: hidden;
}
.sec1 .list-part .table-box .name:hover .slide-box{
	max-height:50vh;
    overflow: hidden;
    visibility:visible;
    height:auto;
	-webkit-transition: all 0.75s 0.15s;
	transition: all 0.75s 0.15s;
}

	
.sec1 .list-part .flex-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding-top: 2.815%;
	padding-bottom: 2.57%;
	padding-left: 1.285%;
	padding-right: 1.285%;
	background-color: #f4f5f6;
}
.sec1 .list-part .type{
	font-size: 20px;
	color: #E7242B;
	font-weight: bold;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 6em;
	margin-right: 3.2%;
}
.sec1 .list-part .type span{
	font-family: "DIN-Medium";
}
.sec1 .list-part .describe{
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 1% 2%;
	border-left: 1px solid #ddd;
}
.sec1 .list-part .describe p{
	font-size: 16px;
	color: #E7242B;
	line-height: 1.5;
	margin-bottom: 2.88%;
}
.sec1 .list-part .flex-box h5{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.57em;
	border-bottom: 1px solid #666;
	margin-bottom: 0.99%;
}
.sec1 .list-part .flex-box li{
	float: left;
	width: 48%;
	margin-right: 4%;
	font-size: 14px;
	color: #333;
	line-height: 1.86;
	margin-bottom: 0.36em;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	white-space: pre-wrap;
}
.sec1 .list-part .flex-box li:nth-child(even){
	margin-right: 0;
}
.sec1 .list-part .flex-box li .inline-box:first-child{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.sec1 .list-part .flex-box li a{
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	-webkit-transition: color 0.5s,border-color 0.5s;
	transition: color 0.5s,border-color 0.5s;
}
.sec1 .list-part .flex-box li a:hover{
	color: #E7242B;
	border-color: #E7242B;
}
.sec1 .list-part .download-box{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 1.2%;
}
.sec1 .list-part .download-box a{
	font-size: 12px;
	color: #333;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	border: 1px solid #333;
	width: 12.58em;
	height: 2.92em;
	margin-bottom: 1.25em;
	-webkit-transition: color 0.5s,background-color 0.5s,border-color 0.5s;
	transition: color 0.5s,background-color 0.5s,border-color 0.5s;
}
.sec1 .list-part .download-box a:last-child{
	margin-bottom: 0;
}
.sec1 .list-part .download-box a:hover{
	color: #fff;
	border-color: #E7242B;
	background-color: #E7242B;
}
.sec1 .list-part .download-box a img{
	width: 1.42em;
	margin-right: 1em;
	background-repeat: no-repeat;
	background-image: url(../image/documents_download_bg.png);
	background-size: auto 200%;
	background-position: center top;
}
.sec1 .list-part .download-box a:hover img{
	background-position: center bottom;
}
.sec1 .list-part .download-box a img,.sec1 .list-part .download-box a span{
	vertical-align: middle;
}





.sec2{
	background-color: #f4f5f6;
	padding: 5.2% 0 6.77%;
	overflow: hidden;
}
.sec2 .inner{
	width: 1500px;
	position: relative;
}
.sec2 .swiper-wrapper{
	padding-bottom: 1px;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.sec2 .swiper-slide{
	width: 22.375%;
	margin-right: 3.5%;
}
.sec2 .swiper-slide:last-child{
	margin-right: 0%;
}
.sec2 h3{
	font-size: 30px;
	color: #333;
	margin-bottom: 2.8%;
}
.sec2 .swiper-slide.hover .cover .arrow{
	background-position: center bottom;
}
.sec2 .swiper-button-prev{
	left: auto;
	right: 100%;
	margin-right: 3%;
}
.sec2 .swiper-button-next{
	right: auto;
	left: 100%;
	margin-left: 3%;
}
.sec2 .flex-box{
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: row;
	padding: 4.53%;
	background-color: #fff;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec2 .swiper-slide.hover .flex-box{
	background-color: #E7242B;
}
.sec2 .flex-box .img{
	width: 39.564%;
	margin-right: 5.6%;
}
.sec2 .flex-box .text{
	width: 54.836%;
}
.sec2 .flex-box h4{
	font-size: 18px;
	color: #1c1c1c;
	font-weight: bold;
	margin-bottom: 12%;
}
.sec2 .flex-box h5{
	font-size: 14px;
	color: #1c1c1c;
	font-weight: normal;
	margin-bottom: 5.54%;
	font-family: "Arial";
	line-height: 1.5;
	height: 3em;
}
.sec2 .flex-box h4,.sec2 .flex-box h5{
	-webkit-transform: color 0.5s;
	transform: color 0.5s;
}
.sec2 .swiper-slide.hover .flex-box h4,.sec2 .swiper-slide.hover .flex-box h5{
	color: #fff;
}
.sec2 .arrow-box{
	position: absolute;
	right: 4.53%;
	top: 7.4%;
	width: 7.7%;
	background-color: #fff;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
	overflow: hidden;
}
.sec2 .swiper-slide.hover .flex-box .arrow-box{
	opacity: 1;
}
.sec2 .arrow-box .tri{
	position: absolute;
	right: 100%;
	top: 100%;
	-webkit-transition: right 0.5s 0.25s,top 0.5s 0.25s;
	transition: right 0.5s 0.25s,top 0.5s 0.25s;
}
.sec2 .swiper-slide.hover .flex-box .arrow-box .tri{
	right: 0;
	top: 0;
}

@media only screen and (max-width:1800px){
	.sec2 .swiper-button-prev{
		margin-right: 1.5%;
	}
	.sec2 .swiper-button-next{
		margin-left: 1.5%;
	}
}
@media only screen and (max-width:1510px){
	.sec2 .flex-box h5{
		height: 4.5em;
	}
	.sec1.select0 .list-part .table-box .name{
		width: 14.2857%;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(8){
		border-width: 1px;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(8n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(7n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select0 .select-part li:last-child > a{
		width: 14.2857%;
	}
}
@media only screen and (max-width:1440px){
	.sec1.select2 .list-part .table-box .name{
		width: 25%;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(5){
		border-width: 1px;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(5n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(4n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select2 .select-part li:last-child > a{
		width: 25%;
	}

}
@media only screen and (max-width:1366px){
	.sec2 .flex-box h5{
		font-size: 12px;
	}
	.sec1.select1 .list-part .table-box .name{
		width: 20%;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(6){
		border-width: 1px;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(6n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(5n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select1 .select-part li:last-child > a{
		width: 20%;
	}
}
@media only screen and (max-width:1280px){
	.sec1.select0 .list-part .table-box .name{
		width: 16.666%;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(7){
		border-width: 1px;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(7n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(6n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select0 .select-part li:last-child > a{
		width: 16.666%;
	}
	.sec1.select1 .list-part .table-box .name{
		width: 25%;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(5){
		border-width: 1px;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(5n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(4n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select1 .select-part li:last-child > a{
		width: 25%;
	}
}
@media only screen and (max-width:1150px){
	.sec1.select2 .list-part .table-box .name{
		width: 33.333%;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(4){
		border-width: 1px;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(4n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(3n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select2 .select-part li:last-child > a{
		width: 33.333%;
	}
}
@media only screen and (max-width:1100px){
	.sec1.select0 .list-part .table-box .name{
		width: 20%;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(6){
		border-width: 1px;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(6n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(5n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select0 .select-part li:last-child > a{
		width: 20%;
	}
	.sec2 .flex-box h4{
		font-size: 16px;
	}
}
@media only screen and (max-width:1023px) {
	.banner .inner{
		padding: 0;
	}
	.banner h1{
		font-size: 1.5rem;
	}
	.sec1{
		padding: 3rem 0;
	}
	.sec1 .tips{
		font-size: 0.5625rem;
	}
	.sec1 .select-part{
		width: 100%;
	}
	.sec1.select0 .select-part li{
		width: 24%;
	}
	.sec1.select1 .select-part li{
		width: 18%;
	}
	.sec1.select2 .select-part li{
		width: 24%;
	}
	.sec1.select2 .select-part li:nth-child(2){
		width: 18%;
	}
	.sec1 .select-part li:last-child{
		display: none;
	}
	.sec1.select0 .select-part li:last-child{
		margin-left: 0;
		width: 100%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.sec1 .select-part li > a{
		font-size: 0.75rem;
	}
	.sec1 .select-part li > a.checked{
		padding: 0.722em 0.5rem;
	}
	.sec1 .select-part li .option-box{
		padding: 4% 0.5rem;
	}
	.sec1 .select-part li .option-box a{
		font-size: 0.625rem;
	}
	.sec1 .list-part{
		width: 100%;
	}
	.sec1 .list-part .table-box .name{
		font-size: 0.625rem;
	}
	.sec1.select0 .list-part .table-box .name{
		width: 33.3333%;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(4),.sec1.select0 .list-part .table-box .name:nth-child(5){
		border-width: 1px;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(5n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select0 .list-part .table-box .name:nth-child(3n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select1 .list-part .table-box .name{
		width: 50%;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(3),.sec1.select1 .list-part .table-box .name:nth-child(4){
		border-width: 1px;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(4n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select1 .list-part .table-box .name:nth-child(2n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select2 .list-part .table-box .name{
		width: 50%;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(3){
		border-width: 1px;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(3n) > div:first-child::after{
		opacity: 1;
	}
	.sec1.select2 .list-part .table-box .name:nth-child(2n) > div:first-child::after{
		opacity: 0;
	}
	.sec1.select0 .list-part .table-box > li{
		width: 24%;
	}
	.sec1.select1 .list-part .table-box > li{
		width: 18%;
	}
	.sec1.select2 .list-part .table-box > li{
		width: 24%;
	}
	.sec1.select2 .list-part .table-box > li:nth-child(2){
		width: 18%;
	}
	.sec1 .list-part .table-box > li > p{
		font-size: 0.625rem;
		padding: 1.5em 0.5rem;
	}
	.sec1.select0 .list-part .table-box > li:last-child{
		margin-left: 0;
		width: 100%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.sec1.select1 .list-part .table-box > li:last-child{
		margin-left: 0;
		padding-left: 0.5rem;
		width: 82%;
	}
	.sec1.select2 .list-part .table-box > li:last-child{
		margin-left: 0;
		width: 58%;
		padding-left: 0.5rem;
	}
	.sec1 .list-part .flex-box{
		padding: 1rem 0.5rem;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec1 .list-part .type{
		font-size: 0.75rem;
		width: 100%;
		margin-right: 0;
	}
	.sec1 .list-part .describe{
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 0 none;
		padding: 0.5rem 0 0;
		margin: 0.5rem 0;
	}
	.sec1 .list-part .describe p{
		font-size: 0.625rem;
	}
	.sec1 .list-part .flex-box h5{
		font-size: 0.5625rem;
	}
	.sec1 .list-part .flex-box li{
		font-size: 0.5625rem;
		margin-right: 0;
		width: 100%;
	}
	.sec1 .list-part .download-box{
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: flex-start;
		-webkit-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		width: 100%;
		margin-left: 0;
	}
	.sec1 .list-part .download-box a{
		font-size: 0.5rem;
		margin-bottom: 0;
		margin-right: 2rem;
	}
	.sec1 .title-box{
		margin-bottom: 1rem;
	}
	.sec1 .tip{
		text-align: center;
		display: none;
	}
	.sec1 .tip p{
		font-size: 0.625rem;
		color: #666;
		margin-bottom: 0.5rem;
	}
	.sec1 .tip img{
		width: 1.5rem;
	}




	.sec2{
		padding: 2.5rem 0 3rem;
	}
	.sec2 .tip{
		text-align: center;
		position: absolute;
		right: 0;
		top: -50%;
	}
	.sec2 .tip p{
		font-size: 0.625rem;
		color: #666;
		margin-bottom: 0.5rem;
	}
	.sec2 .tip img{
		width: 1.5rem;
	}
	.sec2 .inner{
		position: relative;
	}
	.sec2 .swiper-slide{
		width: 60%;
	}
	.sec2 .swiper-button-next,.sec2 .swiper-button-prev{
	    --swiper-navigation-size: 1rem;
	}
	.sec2 .swiper-button-prev{
		margin-right: 1%;
	}
	.sec2 .swiper-button-next{
		margin-left: 1%;
	}
	.sec2 h3{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}
	.sec2 .flex-box h4{
		font-size: 0.75rem;
	}
	.sec2 .flex-box h5{
		font-size: 0.5625rem;
	}
}