.clear{
	clear:both;
}
.banner-slide{
	position: relative;
}

.banner-text{
	position: absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:15;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	color:#fff;
}
.banner-text .wrap{
	position: relative;
	max-width:91.4%;
	padding:0;
	height:100%;
}
.flex-bt{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


.bt2{
	width:100%;
	font-size:44px;
	font-weight: 800;
}
.bt1{
	width:40%;
	font-size:24px;
	line-height: 2;
	margin-top:50px;	
}
.bt3{
	width:100%;
	font-size:15px;
	margin-top:60px;
	margin-top:385px;
	position: absolute;
	bottom:23.5%;
	left:0;
}
.banner-more{
	background:#fff;
	color:#000;
	padding:15px 40px;
	border-radius:5px;
	transition:0.3s;
	margin-right:25px;
}
.banner-more:hover{
	background: #3460f2;
	color:#fff;
}
.bg-blue{
	background: #3460f2;
	color:#fff;
}
.bg-blue:hover{
	background:#fff;
	color:#000;
}
.indexnext{
	position:relative!important;
	left:0!important;
	right:auto!important;
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	margin-top:100px!important;
}
.button-next{
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	outline: none;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: 0.3s;
	position: relative;
	box-sizing:border-box;
}
.button-line{
	width:100%;
	transition: 1s;
	height:2px;
	background: #fff;
	position: absolute;
	top:calc(50% - 2px);
	left:calc(-50% - 15px);
}
.indexnext:after{
	font-size:20px!important;
	color:#fff!important;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:99;
	font-weight:600;
}
.indexnext:hover .button-line{
	width:50%;
	left:3px;
}
.indexnext:hover .button-next{
	background-color:#3460f2;
	border:none;
}

.indexpagination{
	/* width:300px!important;
	position: absolute!important;
	margin-top:50px;
	text-align: left!important;*/
	bottom:100px!important; 
}

.indexpagination .swiper-pagination-bullet{

	width:80px;
	height:2px;
	opacity: 0.5!important;
	border-radius:0%!important;
	background: #fff;
	z-index: 99;
	position: relative;
	margin: right 10px!important;
}
.indexpagination .swiper-pagination-bullet-active{
	background: #3460f2;
	opacity: 1!important;
}
.bannerimg{
	display: block;
	width:100%;
}

@media(max-width:1000px){
	.indexnext,.indexpagination{
		display: none!important;
	}
	.bt3{
		display: none;
	}
	.bt1{
		width:100%;
		font-size:16px;	
		margin-top:30px;
	}
	.bt2{
		width:100%;
		font-size:14px;
		margin-top:20px;
	}
	.wrap2{
		padding:20px;
	}
}
.index-title{
	width:100%;
}
.index-title .index-p1{
	padding:60px 0;
	font-size:36px;
	font-weight:800;
	text-align: center;
}
.index-title .index-p2{
	font-size:16px;
	font-weight:400;
	text-align: center;
	color:#596169;
}
@media(max-width:1000px){
	.index-title .index-p1{
	    font-size:24px;
	}
	.index-title .index-p2{
	    font-size:16px;
	}
}
/*s1*/
.s1wrap{
	max-width:1200px;
}
.s1 .index-title{
	padding-top:80px;
}
.s1 .index-title .index-p1{
	padding:0;
	margin-bottom: 16px;
	line-height: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #0a0b0d;
}
.s1 .index-title .index-p2{
	margin: 0 auto;
	max-width: 740px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #545b66;
}
.s1 .intro-container {
    font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.s1 .intro-container .intro-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e4e4e4;
}
.s1 .intro-container .intro-detail {
    margin-top: 50px;
    height: 420px;
	position: relative;
}
.s1 .intro-container .intro-tabs .intro-tab-item {
    padding-bottom: 23px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.s1 .intro-container .intro-tabs .intro-tab-item.selected, 
.s1 .intro-container .intro-tabs .intro-tab-item:hover {
    color: #0054e6;
    border-bottom: 4px solid #0054e6;
}
.s1 .intro-container .intro-tabs .intro-tab-item img{
	/* transition: 0.3s; */
}
.s1 .intro-container .intro-tabs .intro-tab-item.selected img{
	animation: bounce 3s infinite;
}


.s1 .intro-container .intro-detail .intro-detail-item {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 40px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all .3s ease;
}
.s1 .intro-container .intro-detail .intro-detail-item.show {
    visibility: visible;
    opacity: 1;
}
.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-text {
    position: relative;
    margin-top: 30px;
    line-height: 51px;
	min-width:300px;
}
.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-text .intro-detail-link {
    position: absolute;
    bottom: 80px;
    font-size: 16px;
}
.s1a1{
	background: #3460f2;
	border: 1px solid #3460f2;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
	margin-right: 20px;
	box-sizing: border-box;
}
.s1a2{
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #666;
	padding: 10px 25px;
	border-radius: 5px;
	margin-right: 20px;
	box-sizing: border-box;
}
.s1a2:hover{
	background: #3460f2;
	border: 1px solid #3460f2;
	color: #fff;
}
.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-image {
	width:calc(100% - 500px);
    position: relative;
   /* width: 660px;
    height: 420px; */
    background-size: cover;
}
.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-image img{
	width:100%;
}
.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-image .intro-detail-item-image-container {
    position: absolute;
    z-index: 1;
    left: 106px;
    left: 0px;
    top: 52px;
    top: 0px;
    border-radius: 10px;
    width: 455px;
    width: 100%;
    height: 300px;
    height: 100%;
    overflow: hidden;
}
.intro-detail-item-image-main{
	width:100%;
}
@media(max-width:1000px){
	.s1 .index-title {
	    padding-top: 20px;
	}
	.s1 .index-title .index-p1{
		font-size:24px;
	}
	.s1 .intro-container .intro-tabs{
		width:100%;
	}
	.s1 .intro-container .intro-tabs .intro-tab-item{
		width:calc(100% / 3);
	}
	.s1 .intro-container .intro-tabs .intro-tab-item img{
		max-width: 100%;
	}
	.s1 .intro-container .intro-detail{
		margin-top:0;
		height:550px;
	}
	.s1 .intro-container .intro-detail .intro-detail-item{
		width:100%;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-text{
		width:100%;
	}
	.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-image{
		width:100%;
	}
	.s1 .intro-container .intro-detail .intro-detail-item .intro-detail-item-text .intro-detail-link{
		position: relative;
		bottom:0;
		margin: 30px 0;
	}
}
/*s2*/
.s2{
	position:relative;
	width:100%;
	background-image: url(../image/s2bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.s2-top{
	width:100%;
}
.s2-tab{
	cursor: pointer;
	padding:40px 0;
}
.s2-tab-img{
	position: absolute;
	width:100%;
	top:90px;
	z-index: 3;
}
.s2-tab .s2-tab-img img{
	display: block;
	margin:0 auto;
	transition:0.3s;
	position: relative;
	z-index:2;
}
.s2-tab:hover img{
	transform: scale(1.3);
}
.s2-tab-active img{
	transform: scale(1.3);
}
.s2-tab span{
	text-align: center;
	display: block;
	position: relative;
	z-index:2;
	font-size:16px;
	margin-top:120px;
	padding:60px 0 30px;
	background: #fff;
}
.s2-tab-active span{
	background: #3865f4;
	color:#fff;
}
.s2-tab:nth-child(1) span{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.s2-tab:nth-child(6) span{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.s2-bottom{
	/* padding-top:80px; */
	padding-bottom:80px;
}
.s2-left{
	width:25%;
	position: relative;
}
.s2-right{
	width:75%;
	position: relative;
}
.s2-left p{
	font-size:24px;
	font-weight:800;
	max-width:350px;
	padding-right: 30px;
}
.s2-left img{
	position: absolute;
	bottom:0px;
	left:0;
	animation: bounce 3s infinite;
}

/* 定义关键帧 */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
 

.s2-p1{
	line-height:2;
	font-size:16px;
	margin-bottom:50px;
}
.s2-more{
	position:relative;
	display: inline-block;
	background: #3460f2;
	color:#fff;
	padding:10px 25px;
	border-radius: 5px;
	margin-bottom:50px;
}
.s2-right-bottom{
	justify-content:start;
	min-height:300px;
	align-content: flex-start
}
.s2-right-tab{
	width:calc(100% / 3 - 15px);
	margin-bottom:15px;
	background: #fff;
	border-radius: 5px;
	padding:20px;
	box-sizing: border-box;
	align-items:center;
	align-content:center;
	margin-right:15px;
}
.s2-right-tab:nth-child(3n){
	margin-right:0px;
}
.s2-right-tab img{
	width:80px;
	transition: 0.3s;
}
.s2-right-tab:hover img{
	transform: translate(0px,-5px);
}
.s2-right-text{
	width:calc(100% - 100px);
}
.s2-p2{
	font-size:20px;
	font-weight:800;
}
.s2-p3{
	margin-top:10px;
	font-size:14px;
	font-weight:400;
	color:#999;
	line-height: 2;
	height:56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	/* white-space:nowrap; */
}
@media(max-width:1600px){
	.s2-tab span{
		padding-left:20px;
		padding-right:20px;
		height:132px;
		box-sizing: border-box;
	}
}
@media(max-width:1000px){
	.s2-left{
		width:100%;
	}
	.s2-left p{
		text-align: center;
	}
	.s2-left img{
		position: relative;
		margin:0 auto;
		display: block;
	}
	.s2-bottom{
		padding-top:0;
	}
	.s2-right{
		width:100%;
	}
	.s2-p1{
		margin-bottom:20px;
		text-align: justify;
	}
	.s2-right-tab{
		width:100%;
		margin-right:0;
	}
}
.s3{
	position: relative;
	width:100%;
	background-image: url(../image/s3bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s3 .index-p1{
	color:#fff;
}
.s3-top{
	width:100%;
}
.s3-top-tab{
	width:50%;
	text-align: center;
	padding:25px;
	font-size:20px;
	color:#fff;
	border-bottom:1px solid #848ab5;
	box-sizing: border-box;
	cursor: pointer;
}
.s3-top-active{
	border-bottom:3px solid #5888ff;
}
.s3-bottom{
	padding:50px 0;
}
.s3-btootom-tab{
	display: none;
}
.s3-btootom-tab-active{
	display: flex;
}
.s3-left{
	width:300px;
	min-height:460px;
}
.s3-left-tab{
	width:100%;
	padding:15px 25px;
	line-height:2;
	color:#fff;
	font-size:16px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	border-left:2px solid transparent;
	
}
.s3-left-tab:after{
	content:'';
	display: block;
	position: absolute;
	z-index:1;
	width:0;
	height:100%;
	left:0;
	top:0;
	transition:0.3s;
	background: linear-gradient(to right, rgb(255,255,255,0.3), transparent);
	box-sizing: border-box;
}
.s3-left-active{
	border-left:2px solid #fff;
}
.s3-left-active:after{
	width:calc(100% - 2px);
}
.s3-right{
	color:#fff;
	box-sizing: border-box;
	width:calc(100% - 300px);
}
.s3-right-tab{
	display: none;
}
.s3-right-tab-active{
	display: flex;
}
.s3-center{
	width:50%;
	padding:0 50px;
	box-sizing: border-box;
	position: relative;
}
.s3-more{
	display: none;
	position: absolute;
	left:50px;
	bottom:0;
	background: #3460f2;
	color:#fff;
	padding:10px 25px;
	border-radius: 5px;
}
.s3-p1{
	font-size:16px;
	line-height: 2;
	text-align: justify;
	padding-top: 20px;
}
.s3-right-r{
	width:50%;
	text-align: right;
}
.s3-right-r img{
	max-width:100%;
}
.header-waves {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 500px;
}
.s3 .wrap{
	position: relative;
	z-index: 2;
}
@media(max-width:1000px){
	.s3-left{
		width:100%;
	}
	.s3-right{
		width:100%;
		padding-top:30px;
	}
	.s3-center{
		width:100%;
		padding:0 20px;
	}
	.s3-right-r{
		display: none;
	}
	.s3-more{
		position: relative;
		bottom:auto;
		left:auto;
		margin-top:30px;
		display: inline-block;
	}
	.s3-top-tab{
		padding:20px 15px;
	}
}
/*s4*/
.s4-left{
	width:50%;
	padding-right:40px;
	box-sizing: border-box;
}
.s4-right{
	width:50%;
}
.s4-p1{
	font-size:32px;
	margin-bottom: 20px;
	font-weight:800;
}
.s4-p2{
	font-size:24px;
	color:#2c52cf;
	margin-bottom: 60px;
	font-weight:800;
}
.s4-p3{
	text-indent: 2em;
	text-align: justify;
	color:#666;
	line-height:2;
	font-size:16px;
}
.s4-p4{
	margin-top:50px;
}
.s4-p5{
	line-height: 1.5;
	font-size:24px;
	color:#000;
	margin-bottom:50px;
}
.s4-p5 b{
	color:#3460f2;
	font-weight: 800;
	font-size:30px;
}
.s4-more{
	border: 1px solid #e7e7e7;
	color:#666;
	padding:10px 25px;
	border-radius: 5px;
	margin-right:20px;
}
.s4-more-active{
	border: 1px solid #3460f2;
	background: #3460f2;
	color:#fff;
}
.s4-more:hover{
	border: 1px solid #3460f2;
	background: #3460f2;
	color:#fff;
}
.s4-right img{
	max-width:100%;
	display: block;
	float: right;
}
.s4-bottom{
	margin-top:50px;
}
.s4-tab{
	width:calc(20% - 30px);
	border-radius: 5px;
	border: 1px solid #e0ecff;
	padding:20px;
	box-sizing: border-box;
	transition:0.3s;
}
.s4-tab:hover{
	 transform: translate(0px,-5px);
	 box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s4-tab-top{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.s4-tab-top span{
	display: block;
	font-size:24px;
	font-weight:800;
	color:#333;
	padding:0 5px;
}
.s4-tab-bottom{
	margin-top:15px;
	font-size:14px;
	color:#6e7582;
	line-height: 2;
}
.s4-n3{
	width:calc(100% / 8);
	text-align: center;
	position: relative;
}
.s4-n3 img{
	width:80px;
	margin: 0 auto;
	display: block;
}
.s4-n3-p1{
	text-align: center;
	font-size:14px;
	color:#999;
	margin-bottom: 10px;
	
}
.s4-n3-p1 span{
	font-size:36px;
	color:#333;
	padding-right:5px;
	font-weight: 800;
}
.s4-n3-p2{
	text-align: center;
	font-size:16px;
	color:#999;
	padding:0 5px;
}
.s4-n3-after:after{
	content:'';
	display: block;
	position: absolute;
	right:0;
	top:20px;
	height:50px;
	width:1px;
	background: #cccccc;
	z-index: 2;
}
@media(max-width:1000px){
	.s4-left{
		width:100%;
		padding-right:0;
	}
	.s4-right{
		width:100%;
	}
	.s4-p1{
		font-size:20px;
		text-align: center;
	}
	.s4-p2{
		font-size:18px;
		text-align: center;
	}
	.s4-p4{
		display: none;
	}
	.s4-tab{
		width:100%;
		margin-bottom:20px;
	}
	.s4-n3{
		width:50%;
		margin-bottom:20px;
	}
	.s4-n3-after:nth-child(2n):after{
		display: none;
	}
	.s4-p5 span{
		display: block;
	}
	.s4-p5{
		line-height: 1;
	}
}
.s5{
	padding:100px 0;
}
.s5-left{
	width:calc(100% / 3 * 2 - 10px);
}
.s5-right{
	width:calc(100% / 3 * 1 - 10px);
}
.s5-tab1{
	width:calc(100% / 2 - 10px);
	background:#edf0f2;
	border-radius: 10px;
	padding:30px;
	box-sizing: border-box;
	margin-bottom:20px;
	transition:0.3s;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	z-index: 2;
	overflow:hidden;
}
/*20240926*/
.s5-tab1{
	width:100%;
}
.s5-tab1:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s5-p1{
	padding:10px 15px;
	color:#fff;
	background: #3460f2;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	height:40px;
	box-sizing: border-box;
}
.s5-p2{
	margin-top:30px;
	font-size:14px;
	color:#666;
	position: relative;
	z-index: 2;
	height:20px;
}
.s5-p2 svg{
	 transform: translate(0px,2px);
	 position: relative;
	 z-index: 2;
}
.s5-p3{
	margin-top:30px;
	font-size:18px;
	color:#333;
	height:24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.s5-p4{
	margin-top:20px;
	font-size:14px;
	color:#666;
	height:38px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	position: relative;
	z-index: 2;
}
.s5-p5{
	width:100%;
	border-top: 1px solid #e9e9e9;
	padding-top:20px;
	color:#666;
	margin-top:20px;
	position: relative;
	z-index: 2;
	height:40px;
}
.s5-p6{
	position: absolute;
	z-index: 5;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	transition:0.3s;
}

.s5-tab1:hover .s5-p6{
	top:0;
}
.s5-right{
	background: #3460f2;
	border-radius: 5px;
	padding:30px;
	box-sizing: border-box;
	color:#fff;
	margin-bottom:20px;
}
.s5-p7{
	font-size:24px;
	font-weight:800;
	margin-bottom:40px;
}
.s5-p8{
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
	color: #fff;
}
.s5-p8 span{
	display: block;
	height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:calc(100% - 30px);
}
.s5-p8 svg{
	margin-top:5px;
}
.s5-p9{
	font-size:14px;
	font-weight:400;
	margin-bottom:20px;
	color: #fff;
	margin-top:24px;
}
.s5-tab2{
	border-bottom:1px solid #fff;
	display: block;
	margin-bottom: 20px;
}
@media(max-width:1000px){
	.s5{
		padding:0 0 30px
	}
	.s5-left{
		width:100%;
	}
	.s5-right{
		width:100%;
	}
	.s5-tab1{
		width:100%;
	}
}

.section.section-fixed-width {
    /* width: 1200px; */
    margin: 0 auto;
}
.section.section-plough {
    padding: 90px 0 0;
}
.section.section-plough ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section .transform-animation {
    transition: transform .3s ease-out;
	width:calc(25% - 20px);
}
.section.section-plough .section-plough-item {
    padding: 50px 28px;
    width:100%;
    height: 350px;
    box-sizing: border-box;
    background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:center bottom;
    transition: all .3s ease-out;
	border-radius: 15px;
	overflow: hidden;
}
.section.section-plough ul li.simple .section-plough-item {
    background-image: url(../image/simple_bg.png)
}

.section.section-plough ul li.simple .section-plough-item:hover {
    background-image: url(../image/simple_hover_bg.png)
}

.section.section-plough ul li.data .section-plough-item {
    background-image: url(../image/data_bg.png)
}

.section.section-plough ul li.data .section-plough-item:hover {
    background-image: url(../image/data_hover_bg.png)
}

.section.section-plough ul li.intelligence .section-plough-item {
    background-image: url(../image/intelligence_bg.png)
}

.section.section-plough ul li.intelligence .section-plough-item:hover {
    background-image: url(../image/intelligence_hover_bg.png)
}

.section.section-plough ul li.export .section-plough-item {
    background-image: url(../image/export_bg.png)
}

.section.section-plough ul li.export .section-plough-item:hover {
    background-image: url(../image/export_hover_bg.png)
}
.section.section-plough .section-plough-item .section-plough-item-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.section.section-plough .section-plough-item .section-plough-item-description {
    font-size: 16px;
    line-height: 28px;
    color: #545b66;
}
.section .transform-animation:hover {
    transform: translateY(-20px);
}
/*产品v4*/
.s6{
	padding:100px 0;
}
.s6p1{
	text-align: center;
	font-size:36px;
	font-weight:800;
	color:#000;
	line-height: 1;
}
.s6p2{
	text-align: center;
	font-size:20px;
	font-weight:400;
	color:#666;
	margin-top:25px;
	line-height: 1;
}
.s6 .s6con{
	margin-top:90px;
	justify-content: center;
}
.s6tab{
	width:420px;
	padding:40px;
	box-sizing: border-box;
	border:1px solid #eee;
	background: #fafafa;
	border-radius: 4px;
	margin:0 40px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	transition:0.3s;
}
.s6tab-img{
	max-width:100%;
	display: block;
	margin:0 auto;
	transition:1s;
}
.s6p3{
	color:#2c52cf;
	font-weight:800;
	text-align: center;
	font-size: 24px;
	margin-bottom:70px;
}
.s6 .s6p4{
	font-size:18px;
	color:#000;
	font-weight:400;
	justify-content: start;
	margin-bottom:40px;
}
.s6p4c{
	min-height:260px;
}
.s6p4 p{
	margin-left:25px;
}
.s6p4icon{
	display: block;
}
.s6p4icon-hover{
	display: none;
}
.s6-more{
	color: #000;
	padding: 15px 30px;
	border-radius: 4px;
	border:1px solid #6a6a6a;
	transition: 0.3s;
	margin-right: 25px;
	font-size:16px;
	line-height: 1;
}
.s6-bg-blue{
	background: #3460f2;
	color:#fff;
	border:1px solid #3460f2;
}
.s6tab:hover{
	border:1px solid #3460f2;
	background: #3460f2;
}
.s6tab:hover .s6tab-img{
	transform: translate(0px,-70px);
}
.s6tab:hover .s6p3{
	color:#fff;
}
.s6tab:hover .s6p4 p{
	color:#fff;
}
.s6tab:hover .s6p4icon{
	display: none;
}
.s6tab:hover .s6p4icon-hover{
	display: block;
}
.s6tab:hover .s6-more{
	color:#fff;
	border:1px solid #fff;
}
.s6tab:hover .s6-bg-blue{
	background: #fff;
	color:#000;
}
@media(max-width:1600px){
	.s6tab{
		margin:0 10px; 
		padding:30px;
		width:400px;
	}
	.s6p4 p{
		margin-left:15px;
	}
}
@media(max-width:1500px){
	.s6 .s6p4{
		font-size:15px;
	}
	.s6tab{
		margin:0; 
		width:calc((100% - 40px) / 3);
	}
	.s6 .s6con{
		justify-content: space-between;
	}
}
@media(max-width:1366px){
	.s6-more{
		margin-right:0;
	}
	.s6-bg-blue{
		margin-right:25px;
	}
}
@media(max-width:1000px){
	.s6{
		padding:50px 0 0;
	}
	.s6tab{
		width:100%;
		max-width:400px;
		padding:30px 20px;
		margin-bottom:30px;
	}
	.s6-more{
		margin-right:0;
	}
	.s6p1{
		font-size:24px;
		line-height: 1.8;
	}
	.s6p2{
		font-size:14px;
		line-height: 1.8;
	}
}
.s7bg{
	width:100%;
	display: block;
	position: relative;
}
.s7{
	position: relative;
}
.s7con{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9;
}
.s7con .wrap{
	display: block;
	position: relative;
	height:100%;
}
.s7p1{
	text-align: center;
	padding-top:40px;
	font-size:48px;
	font-weight:800;
	color:#3460f2;
}
.s7p2{
	text-align: center;
	padding-top:30px;
	font-size:30px;
	font-weight:400;
	color:#333;
}
.s7p2 span{
	font-weight:800;
	color:#3460f2;
}
.s7-more{
	color: #000;
	padding: 15px 30px;
	border-radius: 4px;
	border:1px solid #3460f2;
	transition: 0.3s;
	margin-right: 25px;
	font-size:16px;
	line-height: 1;
	position: absolute;
	bottom:40px;
	right:100px;
	z-index: 99;
}
.s7-bg-blue{
	background: #3460f2;
	color:#fff;
	border:1px solid 
}
@media(max-width:1400px){
	.s7p1{
		padding-top:20px;
		font-size:30px;
	}
	.s7p2{
		padding-top:10px;
		font-size:20px;
	}
}
@media(max-width:1000px){
	.s7con{
		position: relative;
		height:auto;
	}
	.s7p1{
		font-size:24px;
	}
	.s7p2{
		font-size:16px;
		margin-bottom:20px;
	}
	.s7-more{
		position: relative;
		bottom:auto;
		right:auto;
		display: flex;
		margin-top:30px;
		margin-right: auto;
		margin-left: auto;
		max-width:126px;
		box-sizing: border-box;
	}
	.s7-wrap{
		height:auto;
	}
}