.kanban {
	background:linear-gradient(225deg, #FF6B40 0%, #FFAC8A 100%);
	padding-top: 200px;
}
.img-bg1 {
	width: 346px;
	height: 241px;
	vertical-align: top;
}
.wrap{margin:10px auto 0 auto;}
.tabs{height:40px;width: 47%;margin: auto;}
.tabs a{display:block;float:left;width:50%;color:#333;text-align:center;line-height:40px;font-size:16px;text-decoration:none;}
.tabs a.active{color:#ff7800;border-radius:5px 5px 0px 0px;}
.swiper-container{background:transparent;border-radius:0 0 5px 5px;width:100%;border-top:0;height: 350px;}
.swiper-slide{height:325px;width:100%;background:none;color:#333;margin: 0;padding: 0;}
.content-slide{padding:15px;}
.content-slide p{text-indent:2em;line-height:0;padding: 0; }
.swiper-container {margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;/* Fix of Webkit flickering */	z-index:1;}
.swiper-wrapper {position:relative;width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0;
}
.mianfeishiyong .s-left {
 padding:15px 25px;
}
.mianfeishiyong .s-left>div>span {
 font-size:24px;
 color:#FF6B40
}
.mianfeishiyong .s-left>div p {

font-size: 16px;
font-family: PingFangTC-Regular, PingFangTC;
font-weight: 400;
color: #6B6B6B;
line-height: 24px;


margin-bottom: 25px;
}
.mianfeishiyong .s-left ul li {
 position:relative;
 margin-bottom:16px;
 padding-left:16px;
 color:#5c5c5c;
 font-size: 16px;
}
.mianfeishiyong .s-left ul li:before {
 content:"";
 position:absolute;
 width:8px;
 height:8px;
 border-radius:50%;
 left:0;
 top:6px;
 background:#FF6B40
}
.mianfeishiyong-2 .fen-item {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}

.mianfeishiyong-2 .fen-item section {
 box-sizing:border-box;
 border-radius:4px;
 width: 100%;
 height: 86px;
 background: #F7F7F7;
 box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
 padding: 15px;
 margin: 15px;
}
.mianfeishiyong-2 .fen-item section>div {

font-size: 20px;
font-family: PingFangTC-Medium, PingFangTC;
font-weight: 500;
color: #282828;
line-height: 32px;


}
.mianfeishiyong-2 .fen-item section>div>img {
 width:20px;
 vertical-align:-2px
}
.mianfeishiyong-2 .fen-item section>p {
 height: 24px;
 font-size: 14px;
 font-family: PingFangTC-Regular, PingFangTC;
 font-weight: 400;
 color: #6B6B6B;
 line-height: 24px;
}