.clear{
	clear:both;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transition-duration: 200ms !important;
}

.s1{
	width:100%;
	position: relative;
	box-sizing:border-box;
}
.s2{
	width:100%;
	position: relative;
	box-sizing:border-box;
}
.s3{
	width:100%;
	position: relative;
	box-sizing:border-box;
}
.s4{
	width:100%;
	position: relative;
	box-sizing:border-box;
}
.s5{
	width:100%;
	position: relative;
	box-sizing:border-box;
}
.s6{
	width:100%;
	position: relative;
	box-sizing:border-box;
}
.banner{
	position: relative;
}
.banner img{
	width:100%;
	height:auto;
	display: block;
}
.banner .banner-p{
	width:100%;
	height:100%;
	position: absolute;
	z-index:9;
	top:0;
	left:0;
	display: flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:center;
	align-content:center;
	color:#fff;
	padding:0 120px;
	box-sizing:border-box;
}
.banner-p1{
	width:100%;
	font-weight:400;
	font-size:30px;
	line-height: 35px;
}
.banner-p2{
	width:100%;
	font-weight:800;
	font-size:48px;
	line-height: 56px;
	margin-top:10px;
}
.banner-p3{
	display: block;
	font-weight:400;
	font-size:18px;
	line-height: 20px;
	padding:10px 40px;
	color:#fff;
	margin-top:70px;
	border:1px solid #fff;
	border-radius: 4px;
	transition:0.3s;
}
.banner-p3:hover{
	color:#fff;
	background: #1677ff;
	border:1px solid #1677ff;
}
@media(max-width:1000px){
	.banner{
		max-width: 100%;
	}
	.banner .banner-p{
		padding:0 20px;
	}
	.banner-p1{
		font-size:20px;
		line-height:20px;
	}
	.banner-p2{
		font-size:18px;
		line-height: 16px;
	}
	.banner-p3{
		font-size:14px;
		margin-top: 20px;
		padding: 6px 10px;
	}
}
.s2 .flex{
	padding:150px 0;
	justify-content:center;
}
.s2tab{
	background: #fff;
	border-radius: 6px;
	padding:30px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin:0 15px;
	box-sizing:border-box;
	width:380px;
	text-align: center;
}
.s2p1{
	font-size:28px;
	line-height: 32px;
	color:#333;
	padding-top:20px;
	padding-bottom:24px;
	border-bottom: 1px solid #ccc;
	width:100%;
}
.s2p2{
	margin-top:26px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
@media(max-width:1000px){
	.s2 .flex{
		padding:100px 0;
	}
	.s2tab{
		margin-bottom: 50px;
	}
	.s2tab:nth-child(3){
		margin-bottom: 0px;
	}
	.s2p1{
	    font-size: 24px;
	}
}
.s3 img{
	width:100%;
}
.s4{
	padding:75px 0;
}
.s4 .flex{
	justify-content:center;
}
.s4tab{
	text-align: center;
	padding:0 150px;
	border-right:1px solid #ccc;
}
.s4tab:nth-child(2){
	border-right:0;
}
.s4p1{
	font-weight: 500;
	font-size: 28px;
	color: #333333;
	line-height: 30px;
}
.s4p2{
	font-weight: 400;
	font-size: 18px;
	color: #666;
	line-height: 20px;
	margin-top:65px;
}

.s4p3{
	display: block;
	font-weight:400;
	font-size:18px;
	color:#666;
	margin-top:70px;
	border:1px solid #666;
	border-radius: 4px;
	transition:0.3s;
	width:150px;
	height:50px;
	line-height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}
.s4p3:hover{
	color:#fff;
	background: #1677ff;
	border:1px solid #1677ff;
}
@media(max-width:1000px){
	.s4{
		padding:50px 0;
	}
	.s4p1{
		font-size:24px;
	}
	.s4p2{
		margin-top: 15px;
	}
	.s4tab{
		width:50%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.s4p3{
		margin-top:20px;
		max-width: 100px;
		font-size: 16px;
		height:40px;
		line-height: 40px;
	}
}
.s5 .container{
	height:385px;
	background-image:url(../image/s5bg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	
}
.s5 .wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:end;
	align-items:center;
}
.s5p1{
	width:50%;
	max-width:510px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height:2;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
@media(max-width:1000px){
	.s5p1{
		width:100%;
		padding:0 40px;
		box-sizing: border-box;
		text-align: justify;
	}
}
.s6{
	padding: 80px 0;
}
.s6 .wrap{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.s6top{
	width:100%;
	position: relative;
}
.s6title{
	font-weight: 500;
	font-size: 40px;
	color: #333333;
	line-height: 47px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.s6swiper-slide{
	padding:15px 20px 20px 20px!important;
	box-sizing:border-box;
}
.s6next{
	right:0px!important;
	border:2px solid #666;
	border-radius: 50px;
	color:#666;
	height:26px!important;
	width:26px!important;
	text-align: center;
	line-height: 26px;
}
.s6next:after{
	font-size: 16px!important;
	color:#666;
}
.s6next:hover{
	border:2px solid #1677ff;
	background: #1677ff;
}
.s6next:hover:after{
	color:#fff;
}
.s6prev{
	right:50px!important;
	left:auto!important;
	border:2px solid #666;
	border-radius: 50px;
	color:#666;
	height:26px!important;
	width:26px!important;
	text-align: center;
	line-height: 26px;
}
.s6prev:after{
	font-size: 16px!important;
	color:#666;
}
.s6prev:hover{
	border:2px solid #1677ff;
	background: #1677ff;
}
.s6prev:hover:after{
	color:#fff;
}
.s6bootm{
	margin-top:60px;
}
.s6a{
	width:100%;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	padding:30px;
	box-sizing:border-box;
	position: relative;
	border-radius:4px;
	overflow: hidden;
}
.s6img{
	width:100%;
	height: 170px;
}
.s6p1{
	font-weight: 400;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	margin-top:25px;
}
.s6p2{
	font-weight: 400;
	font-size: 28px;
	color: #333;
	font-weight: 500;
	margin-top:15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-bottom:25px;
	line-height:33px;
	height: 66px;
	line-clamp: 2;
}
.s6p3{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 19px;
	padding-top:25px;
	border-top:1px solid #ccc;
	margin-top:25px;
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: normal;
  	text-align: justify;
}
.s6p4{
	display: block;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    margin-top: 50px;
    border: 1px solid #666;
    border-radius: 4px;
    transition: 0.3s;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.s6p4:hover {
    color: #fff;
    background: #1677ff;
    border: 1px solid #1677ff;
}
.s6p5{
	width:80px;
	height:80px;
	position: absolute;
	z-index: 9;
	right:0;
	bottom:0;
	background-image:url(../image/s6grey.png);
	background-size:100% 100%;
	clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}
.s6p5:hover{
	background-image:url(../image/s6blue.png);
}
.s6p5 img{
	position: absolute;
	z-index: 9;
	right:10px;
	bottom:10px;
}

@media(max-width:1000px){
	.s6{
		padding: 100px 0 80px;
	}
	.s6top{
		box-sizing: border-box;
		margin:0 20px;
		width:calc(100% - 40px);
	}
	.s6bootm{
		margin-top:20px;
	}
	.s6swiper-slide{
		padding: 20px !important;
	}
	.s6title{
		font-size: 30px;
	}
	.s6right{
		transform: translate(0px,10px);
	}
	.s6p2{
	    font-size: 24px;
	}
}

/* 首页新增内容 */
.s6:nth-child(odd) {
	background-color: #F4F4F4;
}
.section-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333;
	row-gap: 80px;
}

.section-list .section-item {
	width: 530px;
	text-align: center;
}

.section-item .item-content:not(:last-of-type) {
	margin-bottom: 10px;
}

.section-item img {
	width: 530px;
	height: 400px;
	background-color: #f0f0f0;
}

.section-item .content-info {
	font-size: 28px;
	font-weight: 500;
}

.section-item .item-content.content-desc {
	font-size: 18px;
	margin: 20px auto;
}

.section-item .content-link .link-btn {
	  display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    border: 1px solid #666;
    border-radius: 4px;
    transition: 0.3s;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.section-item .content-link .link-btn:hover {
	color: #fff;
  background: #1677ff;
  border: 1px solid #1677ff;
}

@media (max-width: 1080px) {
	.section-list {
		margin: auto;
		max-width: 530px;
	}

	.section-item {
		margin: 0 20px;
	}

	.section-item:not(:last-of-type) {
		margin-bottom: 60px;
	}

	.section-item img {
		width: 100%;
		height: auto;
	}
}