
.sf-min{
	color: #222;
}
.sf-min *{
	margin: 0;
	padding: 0;
	
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.sf-min img{
	vertical-align: middle;
	max-width: 100%;
}

.sf-min{
	width: 100%;
	font-size: 14px;
	color: #222;
    line-height: 1.6;
    font-weight: 400;
}




.imgBj{
	background: no-repeat center;
	background-size: cover;
}
.imgBj.pos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.divpos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pc-show{
	display: block;
}
.md-show{
	display: none;
}


.max1240{
	width: 92%;
	/*max-width: 1240px;*/
	max-width: 1270px;
	margin: 0 auto;
}
@media(max-width:1199px){
	.max1240{
		max-width: 990px;
	}
}
@media(max-width:992px){
	.max1240{
		        max-width: 760px;
	}
}
@media(max-width:768px){
	.max1240{
		       max-width: 720px;
	}
}
@media(max-width:720px){
	.max1240{
		width: calc(100% - 30px);
		
	}
}
.sfban{
	width: 100%;
	height: 40.625vw;
	min-height: 780px;
	position: relative;
	
}
.sfban-div{
	padding-top:8vw;
	color: #fff;
	position: relative;
	z-index: 2;
}
.sfban-a{
	font-size: 72px;
	line-height: .8;
	font-weight: 700;
}
.sfban-b{
	font-size: 48px;
	line-height: 1.4;
	margin-top: 15px;
}
.sfban-c{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 15px;
}
.sfban-d{
	margin-top: 40px;
}
.sfban-d a{
	display: inline-block;
	font-size: 16px;
	line-height: 55px;
	padding: 0 18px;
	border: 2px solid #fff;
	border-radius:8px;
	color: #fff;
	font-weight: 700;
	margin-right: 10px;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfban-d a:hover{
	background: #1665f5 ;
	border-color:#1665f5 ;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfban-d a:first-child{
	background: #fff;
	color: #222;
	padding: 0 50px;
}
.sfban-d a:first-child:hover{
	background: #1665f5 ;
	border-color:#1665f5 ;
	color: #fff;
}

.sfban-ad{
	min-height: 500px;
	margin-bottom: 20px;
	color: #fff;
}
.sfban-e{
	display: inline-block;
	background: rgba(255,255,255,.1);
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,.2);
	line-height: 50px;
	font-size: 0;
	padding: 0 10px;
}
.sfban-e img{
	display: inline-block;
	margin: 0 10px;
}
@media(max-width:1600px){
	.sfban{
		min-height: initial;
		height: 600px;
	}
	.sfban-div{
		padding-top: 120px;
	}
	.sfban-ad{
		min-height: 340px;
	}
	.sfban-a{
		font-size: 60px;
	}
	.sfban-b{
		font-size: 36px;
		margin-top: 10px;
	}
	.sfban-c{
		margin-top: 10px;
	}
	.sfban-d{
		margin-top: 30px;
	}
	.sfban-e{
		margin-top: 15px;
	}
	.sfban-e a{
		line-height: 45px;
	}
}
@media(max-width:750px){
	.pc-show{
		display: none;
	}
	.md-show{
		display: block;
	}
	.sfban{
		height: auto;
	}
	.sfban-mdimg{
		width: 100%;
	}
	.sfban-div{
		padding-top: 15vw;
		position: absolute;
		height: 100%;
		top: 0;
		left: 4%;
	}
	.sfban-ad{
		height: auto;
	}
	.sfban-a{
		font-size: 40px;
	}
	.sfban-b{
		font-size: 26px;
		margin-top: 5px;
	}
	.sfban-c{
		font-size: 15px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.sfban-d{
		margin-top: 15vw;
	}
	.sfban-d a{
		font-size: 16px;
		line-height: 50px;
		margin-right: 15vw;
		margin-bottom: 3vw;
		margin-left: 0;
		padding: 0 20px;
		border-width: 1px;
	}
	.sfban-d a:first-child{
		padding: 0 8vw;
		margin-right: 55%;
	}
	.sfban-e{
		position: absolute;
		left: 0;
		bottom: 10vw;
		background: rgba(0,0,0,.1);
		border: 1px solid rgba(0,0,0,.1);
		line-height: 40px;
	}
	.sfban-e img{
		height: 20px;
		margin: 0 5px;
	}
}
@media(max-width:750px){
	.sfban-d a:first-child{
		margin-right: 25%;
	}
}



.sfwat{
	padding: 135px 0;
	
}
.sfwat-tit{
	font-size: 52px;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
.sfwat-tit:after{
	content: '';
	width: 80px;
	height: 2px;
	background: #1665f5;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -40px;
}

.sfwat-a{
	padding: 0 90px;
	margin-top: 55px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.sfwat-b{
	margin-top: 75px;
	font-size: 0;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.sfwat-b img{
	width: 100%;
}
.sfwat-b2{
	background:url(../images/sfimg/ico04.png) no-repeat center;
	cursor: pointer;
}
.sf-vdtk-ct{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.sf-vdtk-bj{
	background: rgba(0,0,0,.4);
}
.sf-vdtk{
	display: inline-block;
	width: 100%;
	max-width: 70vw;
	max-height: 80vh;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.sf-vdtk video{
	width: 100%;
	
	max-height: 90vh;
}

.sf-vdtk-gb{
	position: absolute;
	top: 20px;
	right: 20px;
}

@media(max-width:1600px){
	.sfwat{
		padding: 80px 0;
	}
	.sfwat-tit{
		font-size: 42px;
	}
	.sfwat-tit:after{
		width: 60px;
		margin-left: -30px;
		bottom: -20px;
	}
	.sfwat-a{
		padding: 0 60px;
		font-size: 16px;
		margin-top: 40px;
	}
	.sfwat-b{
		margin-top: 50px;
	}
	.sfwat-b2{
		background-size: 100px;
	}
	.sf-vdtk{
		max-width: 95vw;
	}
	.sf-vdtk video{
		max-width: 95vw;
	}
}
@media(max-width:1000px){
	.sfwat-a{
		padding: 0;
	}
	.sfwat-b2{
		background-size: 60px;
	}
}
@media(max-width:750px){
	.sfwat{
		padding: 60px 0;
	}
	.sfwat-tit{
		font-size: 30px;
	}
	.sfwat-tit:after{
		width: 40px;
		margin-left: -20px;
		bottom: -15px;
	}
	.sfwat-a{
		font-size: 16px;
		margin-top: 35px;
	}
	.sfwat-b{
		margin-top: 30px;
		border-radius: 10px;
	}
	.sfwat-b2{
		background-size: 50px;
	}
	.sf-vdtk-gb{
		width: 25px;
		height: 25px;
		right: 15px;
		top: 20px;
	}
}


.sfwhy-bj{
	min-height: 100vh;
	position: relative;
}
.sfwhy-ps{
	width: 100%;
	position: relative;

	
	
}
.sfwhy-ps.fid{
	position: fixed;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.sfwhy-ps.abs{
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
}

.sfwhy{
	padding: 130px 0 170px 0;
}
.sfwhy-a{
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-top: 100px;
}
.sfwhy-div{
	margin-top: 85px;
	overflow: hidden;
	position: relative;
}
.sfwhy-b{
	width: 675px;
	float: left;
	height: 600px;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.sfwhy-c{
	width: calc(100% - 730px);
	height: 100%;
	float: right;
	/*position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;*/
	position: relative;
}
.sfwhy-c:after{
	content: '';
	width: 10px;
	height: 100%;
	background: #e7edf6;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.sfwhy-cli{
	margin-top: 60px;
	opacity: .5;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	z-index: 3;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfwhy-cli:after{
	content: '';
	width: 10px;
	height: 100%;
	background: #1665f5;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
.sfwhy-cli:first-child{
	margin-top: 0;
}
.sfwhy-c2{
	font-size: 28px;
	font-weight: 700;
}
.sfwhy-c3{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 3px;
	font-weight: 400;
}
.sfwhy-cli.on{
	opacity: 1;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfwhy-cli.on:after{
	opacity: 1;
}

.gyscl::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
        width:6px;  
        height:2px;
        padding: 0 2px;  
}  
.gyscl::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
        background:#1665f5;
        display:none
}  
.gyscl::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
        background:#ccc; 
        width: 6px !important; 
}  
.gyscl::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
        background:#ccc; 
        width: 36px !important;  
}  
.gyscl::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#1665f5; 
    width: 8px !important; 
    border-radius:4px;  
}  
.gyscl::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#1665f5;   
}  
.gyscl::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#1665f5;  
}  
.gyscl{  
    scrollbar-arrow-color: #ccc; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #1665f5; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #666; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/   
} 

@media(max-width:1600px){
	.sfwhy{
		padding: 90px 0;
	}
	.sfwhy-a{
		font-size: 30px;
		margin-top: 40px;
	}
	.sfwhy-div{
		margin-top: 40px;
	}
	.sfwhy-b{
		width: 580px;
		height: 490px;
	}
	.sfwhy-c{
		width: calc(100% - 620px);
	}
	.sfwhy-c2{
		font-size: 22px;
	}
	.sfwhy-c3{
		font-size: 16px;
	}
	.sfwhy-cli{
		margin-top: 40px;
	}
}
@media(max-width:1200px){
	.sfwhy-cli{
		margin-top: 20px;
		padding-right: 20px;
	}
	/*.sfwhy-c{
		padding-right: 20px;
	}*/
}
@media(max-width:1000px){
	.sfwhy-b{
		width: 100%;
		height: 80vw;
	}
	.sfwhy-c{
		float: right;
		width: 100%;
		margin-top: 40px;
		position: relative;
		height: auto;
		/*max-height: 340px;*/
	}
}
@media(max-width:750px){
	.sfwhy{
		padding: 60px 0;
	}
	.sfwhy-a{
		font-size: 22px;
		margin-top: 25px;
		line-height: 1.6;
	}
	.sfwhy-div{
		margin-top: 40px;
	}
	.sfwhy-c{
		margin-top: 20px;
		min-height: 180px;
	}
	.sfwhy-c:after{
		width: 5px;
	}
	.sfwhy-cli{
		margin-top: 15px;
		padding-right: 10px;
	}
	.sfwhy-cli:after{
		width: 5px;
	}
	.sfwhy-c2{
		font-size: 20px;
	}
	.sfwhy-c3{
		font-size: 14px;
		margin-top: 0;
	}
}



.sfpaf{
	padding: 130px 0;
}
.sfpaf-tit{
	font-size: 38px;
	text-align: center;
	padding: 0 90px;
	line-height: 1.5;
	font-weight: 700;
}
.sfpaf-a{
	margin-top: 20px;
}
.sfpaf-b{
	text-align: center;
	margin-top: 90px;
	font-size: 0;
}
.sfpaf-b1{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #222;
	line-height: 70px !important;
	border-radius: 40px;
	border: 1px solid #f1f1f1;
	margin: 0 5px;
	padding: 0 20px;
	min-width: 315px;
	cursor: pointer;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfpaf-b1:hover{
	border-color: #1665f5;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfpaf-b1.on{
	background: #1665f5;
	color: #fff;
	border-collapse: #1665f5;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfpaf-div{
	width: 100%;
	margin-top: 130px;
	margin-bottom: 150px;
	position: relative;
}
.sfpaf-cnt{
	width: 100%;
	overflow: hidden;
	background: #fff;
	opacity: 1;
	position: absolute;
	z-index: 2;
	height: 1px;
	display: block !important;
	
transition: all .3s;
-webkit-transition: all .3s;  
}
.sfpaf-cnt:nth-child(2){
	width: 100%;
	/*position: relative;*/
	top: 0;
	left: 0;
	z-index: 1;
}
.sfpaf-cnt.on{
	position: relative;
	z-index: 3;
	opacity: 1;
	height: auto;
	
transition: all .3s;
-webkit-transition: all .3s;  
}
.sfpaf-rt{
	width: 690px;
	float: right;
	border-radius: 16px;
	overflow: hidden;
	font-size: 0;
	position: relative;
}
.sfpaf-rt video{
	width: 100%;
}
.sfpaf-lt{
	width: calc(100% - 720px);
	float: left;
	max-width: 480px;
}
.sfpaf-swiper{
	width: 100%;
	height:380px;
	padding-bottom: 300px;
}
.sfpaf-swiper:after{
	content: '';
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: url(../images/sfimg/ico14.png) no-repeat center bottom;
	background-size: 100% auto;
	z-index: 2;
}
.sfpaf-swiper-b:after{
	display: none;
}
.sfpaf-esd{
	width: 100%;
	padding: 15px 0;
	border-bottom: 2px solid #333;
	height: auto;
	min-height: 90px;
	opacity: .5;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfpaf-fdesd{
	/*width: 1px !important;*/
	height: 1 !important;
	border: 0 !important;
}

.sfpaf-e2{
	font-size: 28px;
	line-height: 35px;
	margin: 10px 0;
	padding-right: 30px;
	font-weight: 700;
	cursor: pointer;
	background:url(../images/sfimg/ico13_1.png) no-repeat right center;
transition: all .15s;
-webkit-transition: all .15s;
}
.sfpaf-e3{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
	display: none;
	font-weight: 400;
}
.sfpaf-e4{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 10px;
	border-radius: 8px;
	background: #e5e5e5;
	overflow: hidden;
	opacity: 0;
}
.sfpaf-e4>i{
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #1665f5;
	border-radius: 8px;
	/*transition-duration:0s !important;*/
	transition-timing-function:linear;
}
.sfpaf-esd.swiper-slide-active{
	opacity: 1;
	border-width: 0;
	border-color: #fff;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfpaf-esd.swiper-slide-active .sfpaf-e2{
	background-image: url(../images/sfimg/ico13_2.png);
transition: all .15s;
-webkit-transition: all .15s;
}
.sfpaf-esd.swiper-slide-active .sfpaf-e3{
	display: block;
transition: all .15s .3s;
-webkit-transition: all .15s .3s;
}
.sfpaf-esd.swiper-slide-active .sfpaf-e4{
	opacity: 1;
}
.sfpaf-esd.swiper-slide-active .sfpaf-e4>i{
	width: 100% !important;
	transition-timing-function:linear;
/*transition: all 5s .3s;
-webkit-transition: all 5s .3s;*/
}
.sfpaf-esd.swiper-slide-prev .sfpaf-e4>i,
.sfpaf-esd.swiper-slide-next .sfpaf-e4>i{
	width: 0 !important;
	transition-duration: 0s !important;
}





.sfpaf-mr{
	text-align: center;
}
.sfgy-mr{
	display: inline-block;
	padding-right: 40px;
	background: url(../images/sfimg/ico06.png) no-repeat right center;
	position: relative;
	line-height: 2;
	color: #1665f5;
	font-size: 18px;
}
.sfgy-mr:after{
	content: '';
	width: 0%;
	height: 1px;
	background: #1665f5;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfgy-mr:hover:after{
	width: 100%;
transition: all .15s;
-webkit-transition: all .15s;  
}
@media(max-width:1600px){
	.sfpaf{
		padding: 90px 0;
	}
	.sfpaf-tit{
		font-size: 30px;
		padding: 0 60px;
	}
	.sfpaf-b{
		margin-top: 50px;
	}
	.sfpaf-b1{
		font-size: 18px;
		line-height:60px !important;
		min-width: 280px;
	}
	.sfpaf-div{
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.sfpaf-e2{
		font-size: 22px;
	}
	.sfpaf-e3{
		font-size: 16px;
	}
}

@media(max-width:1200px){
	.sfpaf-rt{
		width: 500px;
	}
	.sfpaf-lt{
		width: calc(100% - 530px);
	}
	.sfpaf-swiper{
		height: 280px;
	}
	.sfpaf-esd{
		padding: 10px;
		min-height: 60px;
	}
	.sfpaf-e2{
		font-size: 20px;
		line-height: 28px;
		font-weight: 700;
		margin: 5px 0;
		background-size: 10px auto;
	}
	.sfpaf-e3{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.sfpaf-e4{
		height: 4px;
	}
}

@media(max-width:1000px){
	.sfpaf-tit{
		font-size: 30px;
		padding: 0;
	}
	
	.sfpaf-rt{
		width: 400px;
	}
	.sfpaf-lt{
		width: calc(100% - 420px);
	}
}
@media(max-width:750px){
	.sfpaf{
		padding: 60px 0;
	}
	.sfpaf-tit{
		font-size: 24px;
		font-weight: 700;
		line-height: 1.4;
	}
	.sfpaf-a{
		font-size: 18px;
	}
	.sfpaf-b{
		margin-top: 40px;
		overflow: hidden;
		text-align: center;
	}
	.sfpaf-b1{
		font-size: 13px;
		padding: 0 20px;
		min-width: 140px;
		line-height: 50px !important;
		margin: 5px;
		float: initial;
	}
	.sfpaf-b1:nth-child(2){
		/*float: right;*/
	}
	.sfpaf-div{
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.sfgy-mr{
		font-size: 14px;
		padding-right: 30px;
	}
	
	
	.sfpaf-rt{
		width: 100%;
		border-radius: 0;
	}
	.sfpaf-lt{
		width: 100%;
		margin-top: 20px;
		max-width: initial;
	}
	.sfpaf-esd{
		width:initial;
		margin-right: 0px;
	}
	.sfpaf-esd:last-child{
		margin-right: 0;
	}
	.sfpaf-swiper{
		height: auto;
		padding-bottom: 0;
		padding-right: 20vw;
	}
	.sfpaf-esd{
		min-height: 160px;
		border: 0;
		padding: 10px 0;
	}
	.sfpaf-rt{
		min-height: 60vw;
	}
	.sfpaf-e2{
		font-size: 16px;
		padding: 0;
		background: inherit !important;
	}
	.sfpaf-e3{
		font-size: 13px;
		display: block;
	}
	.sfpaf-e4{
		display: block;
		opacity: 1;
	}
	.sfpaf .sfpaf-mr{
		text-align: center !important;
	}
	.sfpaf-swiper:after{
		display: none;
	}
	
	.sfpaf-fdesd{
		margin: 0;
		display: none;
	}
}


.sffta{
	padding: 140px 0;
}
.sffta-ab{
	width: 100%;
	padding: 65px;
	text-align: center;
	min-height: 600px;
	background: #fff;
	border-radius: 16px;
}
.sffta-a{
	text-align: center;
	font-size: 0;
}
.sffta-a img{
	margin: 0  35px;
}
.sffta-b{
	margin-top: 80px;
}
.sffta-b1{
	font-size: 34px;
	font-weight: 700;
	color: #1665f5;
	line-height: 1.1;
}
.sffta-b1 span{
	font-size: 16px;
	position: relative;
	top: -15px;
}
.sffta-b2{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.sffta-c{
	font-size: 18px;
	margin-top: 80px;
	font-weight: 400;
}

.sffta-div{
	margin-top: 90px;
	overflow: hidden;
}
.sffta-d{
	width: 490px;
	float: left;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.sffta-d img{
	width: 100%;
}
.sffta-d2{
	background: url(../images/sfimg/ico04.png) no-repeat center;
	background-size: 80px;
	cursor: pointer;
}
.sffta-e{
	width: calc(100% - 530px);
	float: right;
	max-width: 665px;
	position: relative;
	padding-top: 75px;
	padding-left: 75px;
	font-size: 18px;
}
.sffta-e1{
	position: absolute;
	left: 0;
	top: 0;
}
.sffta-e2{
	min-height: 150px;
	margin-bottom: 25px;
}
.sffta-e3{
	font-weight: 500;
}

@media(max-width:1600px){
	.sffta-ab{
		padding: 50px;
		min-height: auto;
	}
	.sffta-b{
		margin-top: 50px;
	}
	.sffta-b1{
		font-size: 28px;
	}
	.sffta-c{
		font-size: 16px;
		margin-top: 50px;
	}
	.sffta-div{
		margin-top: 50px;
	}
	.sffta-e{
		font-size: 16px;
	}
	.sffta{
		padding: 90px 0;
	}
}

@media(max-width:1000px){
	.sffta-a img{
		height: 200px;
		margin: 0 5px;
	}
	.sffta-d{
		width: 300px;
	}
	.sffta-e{
		width: calc(100% - 340px);
		padding-top: 40px;
		padding-left: 30px;
	}
	.sffta-e1{
		width: 25px;
	}
	.sffta-e2{
		min-height: auto;
	}
	.sffta-d2{
		background-size: 50px;
	}
}
@media(max-width:750px){
	.sffta{
		padding: 60px 0;
	}
	.sffta-a img{
		height: 200px;
	}
	.sffta-ab{
		padding:40px 20px;
	}
	.sffta-b{
		margin-top: 30px;
	}
	.sffta-b1{
		font-size: 20px;
	}
	.sffta-b2{
		font-size: 16px;
		margin-top: 5px;
	}
	.sffta-b1 span{
		font-size: 14px;
		top: -6px;
	}
	.sffta-c{
		margin-top: 30px;
	}
	.sffta-div{
		margin-top: 40px;
	}
	.sffta-d{
		width: 100%;
	}
	.sffta-e{
		width: 100%;
		margin-top: 50px;
		padding-left: 0;
		
	}
}
@media(max-width:550px){
	.sffta-a img{
		height: 150px;
	}
}
@media(max-width:400px){
	.sffta-a img{
		height: auto;
		width: 100%;
	}
}


.sfpuy{
	padding: 135px 0 155px 0;
	color: #fff;
}
.sfpuy-a{
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.sfpuy-b{
	font-size: 18px;
	padding: 0 140px;
	margin-top: 15px;
	text-align: center;
	font-weight: 400;
}
.sfpuy-ul{
	margin-top: 50px;
	width: calc(100% + 20px);
	font-size: 0;
	text-align: center;
}
.sfpuy-li{
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	background: rgba(255,255,255,.1);
	border-radius: 8px;
	padding: 10px 30px;
	padding-top: 30px;
	height: 195px;
}
.sfpuy-c{
	height: 85px;
}
.sfpuy-d{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 15px;
}
.sfpuy-e{
	margin-top: 40px;
}
.sfpuy-e a{
	color: #fff;
	background-image: url(../images/sfimg/ico06_1.png);
}
.sfpuy-e a:after{
	background: #fff;
}

.sfpuy-gh{
	margin-top: 100px;
	position: relative;
	
	text-align: right;
}
.sfpuy-g{
	width: 59.67%;
	border-radius: 24px;
}
.sfpuy-h{
	position: absolute;
	left: 0;
	top: 50%;
	width: 35.48%;
	text-align: left;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.sfpuy-h1{
	font-size: 18px;
}
.sfpuy-h2{
	text-align: left;
	margin-top: 40px;
}

@media(max-width:1600px){
	.sfpuy{
		padding: 90px 0;
	}
	.sfpuy-a{
		font-size: 30px;
	}
	.sfpuy-b{
		font-size: 16px;
		padding: 0 30px;
	}
	.sfpuy-ul{
		width: 102%;
		margin-top: 40px;
	}
	.sfpuy-li{
		width: 18%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 175px;
	}
	.sfpuy-c{
		height: 70px;
	}
	.sfpuy-d{
		font-size: 16px;
	}
	.sfpuy-e{
		margin-top: 20px;
	}
	.sfpuy-gh{
		margin-top: 60px;
	}
	.sfpuy-h1{
		font-size: 16px;
	}
	.sfpuy-e a{
		font-size: 16px;
	}
}

@media(max-width:1000px){
	.sfpuy-li{
		width: 23%;
	}
	.sfpuy-a{
		font-size: 22px;
	}
	.sfpuy-e a{
		font-size: 14px;
	}
	.sfpuy-g{
		width: 50%;
	}
	.sfpuy-h{
		width: 46%;
	}
}

@media(max-width:750px){
	.sfpuy{
		padding: 60px 0;
	}
	.sfpuy-a{
		line-height: 1.4;
	}
	.sfpuy-b{
		padding: 0;
	}
	.sfpuy-ul{
		width: 103%;
	}
	.sfpuy-li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: 3%;
		height: 165px;
	}
	.sfpuy-c{
		height: 60px;
	}
	.sfpuy-gh{
		margin-top: 50px;
	}
	.sfpuy-g{
		width: 100%;
	}
	.sfpuy-h{
		position: relative;
		top: initial;
		transform: initial;
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.sfpuy-h2{
		margin-top: 30px;
	}
	.sfpuy-e{
		text-align: center !important;
	}
}


.sfpns{
	padding: 140px 0;
}
.sfpns-ul{
	display: flex;
	margin-top: 70px;
	justify-content: space-between;
}
.sfpns-li{
	width: 27%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.sfpns-b{
	height: 70px;
}
.sfpns-c{
	font-size: 28px;
	margin-top: 30px;
	font-weight: 700;
}
.sfpns-d{
	font-size: 18px;
	line-height: 1.3;
	margin-top: 5px;
/*	color: #666;*/
	font-weight: 400;
}

@media(max-width:1600px){
	.sfpns{
		padding: 90px 0;
	}
	.sfpns-c{
		font-size: 22px;
		margin-top: 20px;
	}
	.sfpns-d{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.sfpns{
		padding: 60px 0;
	}
	.sfpns-ul{
		display: block;
		margin-top: 10px;
	}
	.sfpns-li{
		width: 100%;
		margin-top:50px;
		padding: 0 8%;
	}
	.sfpns-b{
		height: 40px;
	}
	.sfpns-c{
		font-size: 18px;
		margin-top: 15px;
	}
	.sfpns-d{
		font-size: 16px;
	}
}


.sftwg{
	padding: 140px 0;
}
.sftcu-ul{
	margin-top: 85px;
	font-size: 0;
}
.sftcu-li{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 110px;
	padding: 5px;
	line-height: 100px;
	font-size: 0;
	text-align: center;
}
.sftcu-li img{
	max-height: 100%;
}

.sfoad{
	padding-top: 140px;
}
.sfoad-ul{
	display: flex;
	margin-top: 70px;
	justify-content: space-between;
	
	font-size: 0;
}
.sfoad-ul div{
	display: inline-block;
	vertical-align: top;
	height: 300px;
	line-height: 300px;
}
@media(max-width:1600px){
	.sftwg{
		padding:90px 0;
	}
	.sftcu-ul{
		margin-top: 60px;
	}
}
@media(max-width:1440px){
	.sfoad{
		padding-left:  8%;
		padding-right:  8%;
	}
}
@media(max-width:1200px){
	.sftcu-li{
		width: 20%;
	}
	.sfoad-ul div{
		margin: 0 10px;
	}
	.sfoad{
		padding-left:  0;
		padding-right:  0;
	}
}
@media(max-width:750px){
	.sftwg{
		padding:60px 0;
	}
	.sftcu-ul{
		margin-top: 50px;
	}
	.sftcu-li{
		width: 30%;
		margin:  0 10%;
		height: 80px;
		line-height: 70px;
	}
	.sfoad{
		padding-top: 60px;
	}
	.sfoad-ul{
		display: block;
		margin-top: 30px;
		padding:  0 8%;
	}
	.sfoad-ul div{
		width: 50%;
		margin: 0;
		margin-top: 30px;
		line-height: initial;
		height: initial;
		padding: 0 10%;
	}
	.sfoad-ul div:nth-child(3),
	.sfoad-ul div:nth-child(4){
		padding: 5%;
	}
}


.sftwg-bj{
	width: 100%;
	overflow: hidden;
}
.sftwg-swiper{
	/*width: 100vw;
	margin-left: 50%;
	position: relative;
	left: -50vw;
	padding-top: 80px;
	padding-bottom: 140px;*/
	
	width: calc(300% + 60px);
	margin-left: calc(-100% - 30px);
	padding: 0  calc(100% + 30px);;
	padding-top: 80px;
	padding-bottom: 140px;
}
.sftwg-sd{
}
.sftwg-div{
	width: 100%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0px 25px #ECECEC;
	min-height: 385px;
	padding: 25px;
	position: relative;
	overflow: hidden;
	transform:scale(.9);
	-ms-transform:scale(.9);
	-moz-transform:scale(.9);
	-webkit-transform:scale(.9);
transition: all .3s;
-webkit-transition: all .3s;  
}
.sftwg-sd.swiper-slide-active .sftwg-div{
	transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	padding: 2%;
	padding-right: 5%;
transition: all .3s;
-webkit-transition: all .3s;  
}
.sftwg-lt{
	/*width: 33.333%;*/
	width: 440px;
	float: left;
	position: relative;
}
.sftwg-lt img{
	width: 100%;
	border-radius: 10px;
}
.sftwg-lt .sfwat-b2{
	background-color: rgba(0,0,0,.2);
	background-size: 20%;
}
.sftwg-rt{
	/*width: 62%;*/
	width: calc(100% - 500px);
	float: right;
	min-height: 335px;
	position: relative;
}
.sftwg-ad{
	width: 100%;
	/*max-width: 640px;*/
	position: absolute;
	left: 0;
	top: 50%;
	
	transform:translateY(-50%);
	-ms-transform::translateY(-50%);
	-moz-transform::translateY(-50%);
	-webkit-transform::translateY(-50%);
}
.sftwg-a{
	width: 28px;
}
.sftwg-b{
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	min-height: 80px;
	margin-bottom: 20px;
}
.sftwg-cd{
	padding-right: 100px;
}
.sftwg-c{
	font-size: 12px;
	font-weight: 400;
}
.sftwg-c>div{
	font-weight: 500;
}
.sftwg-d{
	/*width: 80px;*/
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sftwg-prev{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
	margin-top: 0;
	top: initial;
	bottom: 10px;
	background-image: url(../images/sfimg/ico13_3.png) !important;
	box-shadow: 0 0 10px #ECECEC;
	left: 50%;
	margin-left: -70px;
	background-size: 10px auto;
}
.sftwg-next{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
	margin-top: 0;
	top: initial;
	bottom: 10px;
	background-image: url(../images/sfimg/ico13_4.png) !important;
	box-shadow: 0 0 10px #ECECEC;
	right: 50%;
	margin-right: -70px;
	background-size: 10px auto;
}



.sfgsw{
	padding: 130px 0;
	color: #fff;
}
.sfgsw-a{
	font-size: 52px;
	text-align: center;
}
.sfgsw-ul{
	width: 102%;
	font-size: 0;
	margin-top: 50px;
}
.sfgsw-li{
	width: 31.333%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	background: #fff;
	border-radius: 16px;
	text-align: center;
	height: 215px;
	padding: 15px;
	padding-top: 50px;
	position: relative;
	top: 0;
transition: all .3s;
-webkit-transition: all .3s;  
}
@media(min-width:1201px){
	.sfgsw-li:hover{
		top: -15px;
	transition: all .3s;
	-webkit-transition: all .3s;  
		
	}
}
.sfgsw-b{
	font-size: 20px;
	margin-top: 35px;
	color: #222;
}
@media(max-width:1200px){
	.sftwg-swiper{
		/*padding-left: 4%;
		padding-right: 4%;*/
	}
	.sftwg-lt{
		width: 350px;
	}
	.sftwg-rt{
		width: calc(100% - 380px);
		min-height: 272px;
	}
	.sftwg-div{
		min-height: auto;
	}
}
@media(max-width:1000px){
	.sftwg-div,
	.sftwg-sd.swiper-slide-active .sftwg-div{
		padding: 20px;
	}
	
	.sftwg-lt{
		width: 300px;
	}
	.sftwg-rt{
		width: calc(100% - 330px);
		min-height: 272px;
	}
	.sftwg-b{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.sftwg-div{
		min-height: auto;
		padding: 20px;
	}
	.sftwg-lt{
		width: 100%;
	}
	.sftwg-rt{
		width: 100%;
	}
	.sftwg-ad{
		position: initial;
		top: initial;
		transform: initial;
	}
	.sftwg-swiper{
	/*	margin: 0;*/
		/*margin-left: 50%;*/
		padding-top: 40px;
		padding-bottom: 80px;
	}
	
	.sftwg-sd{
		padding: 0
	}
	.sftwg-b{
		font-size: 14px;
		min-height: auto;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.sftwg-c{
		font-size: 12px;
		width: 100%;
	}
	.sftwg-d{
		/*width: 60px;*/
		height: 40px;
		margin: 20px 0;
		position: initial;
		
	}
	.sftwg-rt{
		min-height: 240px;
		height: auto;
	}
	.sftwg-prev{
		width: 40px;
		height: 40px;
		margin-left: -50px;
		background-size: 8px auto;
	}
	.sftwg-next{
		width: 40px;
		height: 40px;
		margin-right: -50px;
		background-size: 8px auto;
	}
	
	.sftwg-div{
		transform:scale(1);
		-ms-transform:scale(1);
		-moz-transform:scale(1);
		-webkit-transform:scale(1); 
	}
}


.sfdmp{
	padding: 130px 0;
	padding-bottom: 160px;
}
.sfdmp-ul{
	width: 102%;
	margin-top: 80px;
	font-size: 0;
}
.sfdmp-li{
	width: 31.333%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	background: #fff;
	border-radius: 16px;
	text-align: center;
	height: 435px;
	padding: 25px;
	padding-top: 55px;
}
.sfdmp-a{
	height: 130px;
}
.sfdmp-b{
	font-size: 28px;
	font-weight: 700;
	margin-top: 20px;
}
.sfdmp-c{
	width: 100%;
	max-width: 260px;
	font-size: 20px;
	min-height: 80px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 1.5;
}
.sfdmp-d a{
	font-size: 18px;
	padding-right: 15px;
	margin-top: 15px;
}


.sfhaq{
	padding-top: 120px;
	padding-bottom: 40px;
	color: #fff;
}
.sfhaq-div{
	overflow: hidden;
	
}
.sfhaq-lt{
	width: 44.75%;
	float: left;
	padding-top: 65px;
}
.sfhaq-a{
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
}
.sfhaq-b{
	font-size: 20px;
	margin-top: 15px;
}
.sfhaq-c{
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	width: 155px;
	background: #fff;
	border-radius: 8px;
	color: #222;
	margin-top: 45px;
	font-weight: 700;
	text-align: center;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfhaq-c:hover{
	background: #1665f5;
	color: #fff;
transition: all .15s;
-webkit-transition: all .15s;  
}
.sfhaq-rt{
	width: 50%;
	float: right;
	border-radius: 24px;
}
.sfhaq-d{
	margin-top: 85px;
	font-size: 12px;
	color: #fff;
	opacity: .5;
}
@media(max-width:1600px){
	.sfgsw{
		padding: 90px 0;
	}
	.sfgsw-a{
		font-size: 42px;
	}
	.sfgsw-li{
		height: 200px;
		padding-top: 40px;
	}
	.sfdmp{
		padding: 90px 0;
	}
	.sfhaq-a{
		font-size: 42px;
	}
	.sfhaq{
		padding-top: 90px;
	}
}
@media(max-width:1200px){
	.sfgsw-a,
	.sfhaq-a{
		font-size: 36px;
	}
	.sfdmp-a{
		height: 100px;
	}
	.sfdmp-b{
		font-size: 22px;
	}
	.sfdmp-c{
		font-size: 18px;
	}
	.sfdmp-li{
		height: 400px;
	}
	.sfhaq-lt{
		padding-top: 0;
	}
}
@media(max-width:750px){
	.sfgsw{
		padding: 60px 0;
	}
	.sfgsw-a, .sfhaq-a{
		font-size: 34px;
		line-height: 1.3;
	}
	.sfgsw-ul{
		width: 100%;
		margin-top: 40px;
		overflow: hidden;
	}
	.sfgsw-li{
		width: 100%;
		float: left;
		padding:20px 30px;
		margin-bottom: 20px;
		height: auto;
		overflow: hidden;
	}
	.sfgsw-li img{
		height: 30px;
		float: right;
	}
	.sfgsw-b{
		float: left;
		margin: 0;
		line-height: 30px;
		font-size: 16px;
	}
	.sfdmp{
		padding: 60px 0;
	}
	.sfdmp .sfwat-tit{
		font-size: 28px;
	}
	.sfdmp-ul{
		width: 100%;
		margin-top: 40px;
	}
	.sfdmp-li{
		width: 100%;
		margin-bottom: 10px;
		padding: 20px;
		height: auto;
		overflow: hidden;
	}
	.sfdmp-a{
		width: 16vw;
		height: auto;
		margin-left: 3vw;
		margin-top: 5vw;
		float: left;
	}
	.sfdmp-bd{
		width: calc(100% - 26vw);
		float: right;
		text-align: left;
	}
	.sfdmp-b{
		font-size: 18px;
		margin: 0;
	}
	.sfdmp-c{
		font-size: 14px;
		min-height: auto;
	}
	.sfpaf-mr{
		text-align: left;
	}
	.sfdmp-d a{
		font-size: 14px;
		margin-top: 10px;
	}
	.sfhaq{
		padding-top: 60px;
	}
	.sfhaq-lt{
		width: 100%;
		text-align: center;
	}
	.sfhaq-a{
		font-size: 28px;
	}
	.sfhaq-b{
		font-size: 16px;
	}
	.sfhaq-c{
		width: 110px;
		line-height: 50px;
		margin-top: 30px;
		border-radius: 5px;
	}
	.sfhaq-rt{
		width: 100%;
		margin-top: 50px;
		border-radius: 5px;
	}
	.sfhaq-d{
		margin-top: 40px;
	}
}


.fnH1{
	font-size: 60px !important;
	line-height: 90px;
	font-weight: 700 !important;
}
.p36-r{
	font-size: 36px !important;
	line-height: 44px;
	font-weight: 400 !important;
}
.p36-b{
	font-size: 36px !important;
	line-height: 44px;
	font-weight: 700 !important;
}
.fnH2{
	font-size: 48px !important;
	line-height: 60px;
	font-weight: 700 !important;
}
.fnH3{
	font-size: 36px !important;
	line-height: 44px;
	font-weight: 700 !important;
}
.fnH4{
	font-size: 24px !important;
	line-height: 32px;
	font-weight: 700 !important;
}
.p18{
	font-size: 18px !important;
	line-height: 28px;
	font-weight: 400 !important;
}
.p16{
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400 !important;
}
.p16-r{
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400 !important;
}
.p16-b{
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 700 !important;
}
.p12{
	font-size: 12px !important;
	line-height: 18px;
	font-weight: 400 !important;
}
@media(max-width:1200px){
	.fnH1{
		font-size: 48px !important;
		line-height: 60px;
	}
	.p36-r{
		font-size: 30px !important;
		line-height: 38px;
	}
	.p36-b{
		font-size: 30px !important;
		line-height: 38px;
	}
	.fnH2{
		font-size: 36px !important;
		line-height: 44px;
	}
	.fnH3{
		font-size: 30px !important;
		line-height: 38px;
	}
	.fnH4{
		font-size: 20px !important;
		line-height: 30px;
	}
	.p18{
		font-size: 16px !important;
		line-height: 24px;
	}
	.p16-r{
		font-size: 14px !important;
		line-height: 20px;
	}
	.p16-b{
		font-size: 14px !important;
		line-height: 20px;
	}
}
@media(max-width:750px){

	.p36-r{
		font-size: 20px !important;
		line-height: 30px;
	}
	.p36-b{
		font-size: 20px !important;
		line-height: 30px;
	}
	.fnH2{
		font-size: 30px !important;
		line-height: 38px;
	}
	.fnH3{
		font-size: 22px !important;
		line-height: 28px;
	}
}




/* 自行修改 */
.sfgsw-b{font-weight: 700 !important;}
.disclaimer-pointer{
	position: relative;
    top: -10px;
    font-size: 10px !important;
    margin-left: 2px;
}
.disclaimer-pointer a:hover{color: #1665f5 !important;transition: all .3s;}

@media(max-width: 1366px){
	.sfwat-a{margin-top: 50px;}

}

@media(max-width: 1024px){
	.sfwat-a{margin-top: 45px;}
}

@media(max-width: 750px){
	.sfwat-a{margin-top: 40px;}
	.sfban-div{padding-top: 15vw;}
}

@media(max-width: 350px){
	.sfban-e {bottom: 5vw;}
}






.sfban{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 700px;
    color: #fff;
    display: flex;
    align-items: center;
}
.sfban-div{padding: 0;}

@media (max-width: 1600px){
	.sfban {
		min-height: initial;
		/* height: 600px; */
	}
}

@media (max-width: 750px){
	.sfban {height: auto;}
	.sfban-div{padding-top: 15vw;}
}

/* @media only screen and (max-width: 767px){
	.sfban {
		height: 100%;
		min-height: 100%;
		padding: 75px 0px;
	}
} */