body{
	/*font-family: "helvetica neue",helvetica,arial,sans-serif;*/
}
/*增加下拉*/
/*.has-dropdown{
	position: relative;
}
.has-dropdown .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 1000;
    min-width: 235px;
    font-size: 14px;
    list-style: none;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, .175);
    box-shadow: 0 6px 12px rgba(255, 255, 255, .175);
}
.has-dropdown:hover .subnav {
    display: block;
}
.qbt-header-nav ul.subnav li{
	display: block;
    float: none;
    margin-right: 0;
    padding: 0 19px;
}*/


.shenma-wrap,.fans-wrap{
	font-size: 14px;
    line-height: 1.42857143;    
}

.shenma-wrap a:hover{
	color: #ff7852;
}
.fans-wrap a:hover{
	color: #d52b2a;
}
/*样式过渡*/
[data-animate='all'] {
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
}
.bghover {
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-delay: .18s;
	transition-delay: .18s;
}
a:hover [data-animate='zoom'], [data-animate='zoom']:hover {
    transition: all 06s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
[data-animate='moveup']:hover{
	    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*单行文本的溢出显示省略号*/

.text-ellipsis {
	display: block;
	/*width: 100%;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*适用于webkit浏览器及移动端；*/

[class^="text-ellipsis-"] {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text-ellipsis-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 5;
}

@media (min-width: 1260px) {
	.container {
		width: 1230px;
	}
}
.s-title,.fans-title{
	font-size: 50px;
	color:#333;
}

.shenma-banner,.fans-banner{
	height: 500px;
	background-position: center;
	background-size: auto 100%; 
	display: block;
}
.what,.advantage,.moshi,.modus,.shenma-case,.fans1,.fans2,.fans3,.fans4{
	padding-top: 70px;
	padding-bottom: 40px;
}
.flow,.fans5{
	padding-top:70px;	
}
.s-title,.fans-title {
	margin-bottom: 56px;
}
.fans-red{
	color: #d52b2a;
}
/*what*/
.what{
	background-color: #f4f4f4;
}
.what-thumb img,.moshi-thumb img,.fans1-thumb img{
	margin: 0 auto;
}
.what .border{
    width: 52px;
    height: 3px;
    background-color: #ff7852;
    margin-bottom: 20px;
}
.what-r h2{
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 22px;
	color:#333;
}
.what-des{
	max-width: 605px;
	font-size: 18px;
    line-height: 32px;
    color: #333;
    margin-bottom: 20px;
}


.what-des h3{ font-size:30px; padding:6px 0; font-weight:700;}
.what-des h4{ font-size:24px; padding:6px 0; }
.what-des h5{ font-size:18px; padding:6px 0; }
.what-des p{ font-size:14px;  color:#888; line-height:26px;}



.what-btn {
	display: inline-block;
    background-color: #ff7852;
    color: #fff;
    padding: 0 17px;
    font-size: 18px;
    line-height: 38px;
}
a.what-btn:hover{
	color: #fff;
	background-color: #f08300;
}
/*advantage*/
.advantage .border{
	margin: 20px 0;
	width: 35px;
	height: 2px;
	background-color: #418dc6;
}
.red .border{
	background-color: #fa6d6d;
}
.green .border{
	background-color: #89d6a8;
}
.purple .border{
	background-color: #b877b1;
}
.advantage-col{
	float: left;
	width: 420px;
}
.advantage-col-2{
	float: left;
	width: 340px;
	margin: 0 10px 10px 10px;
}
.advantage-item{
	border: 2px solid #f8f8f8;
	padding: 44px 36px;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}
.advantage-item:hover{
	border-color: #418dc6;
}
.red.advantage-item:hover{
	border-color: #fa6d6d;
}
.green.advantage-item:hover{
	border-color: #89d6a8;
}
.purple.advantage-item:hover{
	border-color: #b877b1;
}
.advantage-item h3{
	font-size: 26px;
	/*font-weight: bold;*/
}
.advantage-item:hover h3{
	color: #418dc6;
}
.red.advantage-item:hover h3{
	color: #fa6d6d;
}
.green.advantage-item:hover h3{
	color: #89d6a8;
}
.purple.advantage-item:hover h3{
	color: #b877b1;
}
.advantage-item p{
	font-size:18px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.advantage-item-2{
	font-size:18px;
	color: #666666;
	line-height: 20px;
	height: 478px;
	background-size: cover;
	background-position: center top;
	
}
.advantage-item-2>div{
	padding-top: 340px;
}
.advantage-item-2 p{
	margin-bottom: 20px;
}

/*moshi*/
.moshi{
	background-color: #f6f6f6;
}
.moshi-desc{
	line-height: 38px;
	font-size: 24px;
	color: #666666;
	margin-top: 20px;
}
.moshi-r{
	max-width: 466px;
	margin: 0 auto;
	margin-top: 80px;
}
.moshi-item{
	margin-bottom: 40px;
}
/*modus*/
.modus-item{
	box-shadow: 0px 3px 13px #ddd;
}
.modus-thumb{
	position: relative;	
	background-size: cover;
	text-align:center;	
}
.modus-thumb span{
border: 1px solid #ccc;  
-moz-border-radius: 60px;  
-webkit-border-radius: 60px;  
border-radius:60px;  
padding:15px;  
background:#fff;  
width:120px;  
height:120px; 
display: flex;
margin:0 auto;
justify-content: center;/*在主轴上的对齐*/
align-items: center;/*在交叉轴上中心点的对齐*/
behavior:   

}
.modus-thumb span img{ width:80%;}



.modus-desc{
	padding: 30px 27px;
	text-align:center;
}
.modus-desc h3{
	line-height: 60px;
	font-size: 24px;
	color: #333333;
}
.modus-desc h4{	
	font-size: 20px;
	color: #2ba0f2;
	padding-bottom:10px;
}

.modus-desc p{
	line-height: 24px;
	font-size: 16px;
	color: #666666;
}
/*shenma-case*/
.shenma-case{
	background-position: center bottom; 	
	background-repeat: no-repeat;
	padding-bottom: 400px;
}
/*.shenma-case-img{
	height: 325px;	
}*/
/*flow*/
.flow{
	color: #ffffff;
	margin-bottom: 80px;
	background-size: cover;
}
.flow-wrap{
	position: relative;
	background-image: ;
	background-size: 100% auto;
	height: 119px;
	background-repeat: no-repeat;
	margin-top: 90px;
    margin-bottom: 110px;
}
.flow-item{
	width: 80px;
	float: left;
	margin: 0 92px
}
.flow-item:first-child{
	margin-left: 48px;
}
.flow-item:last-child{
	margin-right: 0;
}
.flow-item:first-child{
	margin-top: 10px;
}
.flow-item:nth-child(2){
	margin-top: -40px;
}
.flow-item:nth-child(3){
	margin-top: -40px;
}
.flow-item:nth-child(4){
	margin-top: -16px;
}
.flow-item:nth-child(5){
	/*margin-top: -40px;*/
}
.flow-item p{
	font-size: 20px;
}
.flow-item p:first-child{
	margin-bottom: 56px;
}
.flow-item p:last-child{
	margin-top: 56px;
}
.flow-icon{
	margin: 0 auto;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
}
.flow-icon>span{
	display: block;
	width: 80px;
	height: 80px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: 16px 18px;
}
.flow-item:first-child span{
	background-position: 16px 18px;
}
.flow-item:nth-child(2) span{
	background-position: -54px 18px;
}
.flow-item:nth-child(3) span{
	background-position: -125px 18px;
}
.flow-item:nth-child(4) span{
	background-position: -197px 18px;
}
.flow-item:nth-child(5) span{
	background-position: -265px 18px;
}
.flow-btn-box{
		margin-bottom: -28px;
}
.flow-btn{
	display: inline-block;
	font-size: 24px;
	color: #ff704d;
	line-height: 56px;
	border-radius: 56px;
	background-color: #ffffff;
	padding: 0 50px;
	box-shadow: 0px 3px 13px rgba(255,120,82,.2);	
}
.flow-btn span{
	display: inline-block;
    background-image: ;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 14px
}
a.flow-btn:hover{
	background-color: #ff704d;
	color: #ffffff;
}
.flow-btn:hover span{
	background-image: ;
}

/*-----------fans-------------*/
.fans1{
	padding-bottom: 72px;
}
.fans1 .fans-title{
	margin-bottom: 20px;
}
.fans1-desc{
	font-size: 18px;
	color: #333333;
	max-width: 1099px;
	margin: 0 auto 65px;
}
.fans1-t{
	margin: 0 29px;
}
.fans1-t h3{
	color: #d52b2a;
	font-size: 28px;
	line-height: 68px;
    margin-top: 12px;
}
.fans1-t li{
	color: #666666;
	font-size: 18px;
	line-height: 32px;
	padding-left: 20px;
	background-image: ;
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
.fans2,.fans4{
	background-color: #f2f2f2;
}
.fans2-r{
	max-width: 624px;
	margin: 100px auto 0;
}
.fans2-r h4{
	color: #333333;
	font-size: 40px;
}
.fans2-desc{
	color: #666666;
	font-size:24px;
	line-height: 38px;
	margin-top: 26px;
}
.fans3-nav a{
	font-size:20px;
	color: #666666;
	border-bottom: 3px solid #ffffff;
}
.fans3-nav a:hover,.fans3-nav .active a{
	background: none !important;
	border-color: #d52b2a;
	color: #d52b2a;
}
.fans3-nav span{
	display: inline-block;
	width: 24px;
	height: 28px;
	background-image: ;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.fans3-nav li:first-child span{
	background-position: -2px -1px;
}
.fans3-nav li.active:first-child span,.fans3-nav li:first-child:hover span{
	background-position: -2px -28px;
}
.fans3-nav li:nth-child(2) span{
	background-position: -26px -1px;
}
.fans3-nav li.active:nth-child(2) span,.fans3-nav li:nth-child(2):hover span{
	background-position: -26px -28px;
}
.fans3-nav li:nth-child(3) span{
	background-position: -52px -1px;
}
.fans3-nav li.active:nth-child(3) span,.fans3-nav li:nth-child(3):hover span{
	background-position: -52px -28px;
}
.fans3-nav li:last-child span{
	background-position: -76px -1px;
}
.fans3-nav li.active:last-child span,.fans3-nav li:last-child:hover span{
	background-position: -76px -28px;
}
.fans3-box{
	margin: 0 50px;	
}
.fans3-content{
	margin-top: 40px;
}
.fans3-content a{
	display: block;
}
.fans3-l a{
	padding: 10px;
	border: 1px solid #ebebeb;
}
.fans3-l img{
	width: 100%;
}
.fans3-r-title{
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.fans3-r-logo img{
	margin: 30px auto;
}
.fans3-r-desc{
	font-size:16px;
	line-height: 26px;
	color: #999999;
	max-height:130px;
	overflow: hidden;
	margin-bottom: 15px;
}
.fans3-box{
	position: relative;
}
.fans3-r-desc label{
	margin: 0;
	padding: 0px 0px 0px 30px;
    height: 26px;
    line-height: 26px;
    background:  no-repeat 0px 2px;
    color: #333333;
}
a.btn-danger:hover{
	color: #fff;
}
.fans3-btn{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: ;
	background-repeat: no-repeat;
	opacity: 0.2;
}
.fans3-btn:hover{
	opacity: 1;
}
.fans3-prev{
	left: -50px;
	background-position: 0 0;
}
.fans3-next{
	right: -50px;
	background-position: -38px 0;
}
.fans4{
	background-color: #f5f5f5;
}
.fans4-item{
	background-color: #ffffff;
	padding: 48px 0 48px 50px ;
	box-shadow: 0px 3px 13px #ddd;
}
.fans4-item p{
	font-size: 38px;
	color: #333333;
}
.fans4-item span{
	color: #0992ef;
}
.fans4-item .border {
    width: 52px;
    height: 3px;
    background-color: #0992ef;
    margin-top: 20px;
}
.fans4-item.green span{
	color: #0fcbab;
}
.fans4-item.green .border{
	background-color: #0fcbab;
}
.fans4-item.orange span{
	color: #f39c12;
}
.fans4-item.orange .border{
	background-color: #f39c12;
}
.fans4-b{
	margin-top: 56px;
}
.fans4-t{
	position: relative;
	max-width: 650px;
	padding: 23px 35px;
}
.fans4-t-item:first-child{
	margin-bottom: 20px;
}
.fans4-title{
	font-size:40px;
	color: #333333;	
}
.fans4-desc{
	font-size:24px;	
	color: #666666;
}
.fans4-small{
	font-size:16px;	
	color: #999999;
}
.plan-boder {
	position: absolute;
	width: 18px;
	height: 18px;
	border-left: 4px solid #dcdcdc;
	border-top: 4px solid #dcdcdc;
}

.plan-boder:first-child {
	top: 0;
	left: 0;
}

.plan-boder:nth-child(2) {
	top: 0;
	right: 0;
	-moz-transform: scalex(-1);
	-webkit-transform: scalex(-1);
	-o-transform: scalex(-1);
	transform: scalex(-1);
	/*ie*/
	filter: fliph;
}

.plan-boder:nth-child(3) {
	bottom: 0;
	left: 0;
	-moz-transform: scaley(-1);
	-webkit-transform: scaley(-1);
	-o-transform: scaley(-1);
	transform: scaley(-1);
	/*ie*/
	filter: flipv;
}

.plan-boder:nth-child(4) {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* ie 9 */
	-moz-transform: rotate(180deg);
	/* firefox */
	-webkit-transform: rotate(180deg);
	/* safari å’œ chrome */
	-o-transform: rotate(180deg);
}
/*fans5*/
.fans5{
	color: #ffffff;
    margin-bottom: 80px;
    background-size: cover;
}
.fans5-body{
	background-image: ;
	background-size: 100% auto;	
	background-repeat: no-repeat;
	background-position: 0 16px;
	    margin-bottom: 60px;
}
.fans5-item{
	text-align: center;
}
.fans5-item p{
	font-size: 28px;
	margin-top: 20px;
}
.fans5-step{
	width: 90px;
	height: 32px;
	margin: 0 auto;
	background-image: ;
	background-size: 300% auto;
}

.fans5-step-1{
	background-position: 0 32px;
}
.fans5-step-2{
	background-position: -90px 32px;
}
.fans5-step-3{
	background-position: -180px 32px;
}

.fans5-item:hover .fans5-step-1{
	background-position: 0 0;
}
.fans5-item:hover .fans5-step-2{
	background-position: -90px 0;
}
.fans5-item:hover .fans5-step-3{
	background-position: -180px 0;
}
.fans5 .flow-btn{
	color: #d52b2a;
}
.fans5 a.flow-btn:hover{
	background-color: #d52b2a;
}
.fans5 .flow-btn span{
	height: 28px;
	background-image: ;
}
.fans5 .flow-btn:hover span {
    background-image: ;
}






/*案例轮播*/
.friend{height:813px;margin:0 auto;overflow:hidden;width:1200px; position:relative;}
.mr_frbox{height:407px;padding:24px 0px 0px;}
.mr_frbtnl{cursor:pointer;display:inline;left:0;height:46px;top:406px;width:28px; position: absolute;z-index:1;}
/*.mr_frul{float:left;height:202px;width:1047px;margin-left:-10px;}*/
.mr_frul{height:202px;width:1200px; margin:0 auto;}
.mr_frbtnr{right:0;top:406px;cursor:pointer;width:28px;height:46px;  position: absolute;z-index:1;}
.mr_frul ul li{display:inline;float:left;/*height:389px;*/width:300px;overflow:hidden;position:relative; margin:0 5px;}

.mr_zhe_hover{bottom:-600px;height:600px;position:absolute;width:300px;}

.mr_zhe{bottom:-600px;height:600px;position:absolute;width:300px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; filter:alpha(opacity=80);background:#0a0a0a; display:none;}

.mr_frul ul li:hover .mr_zhe{ display:block;}
.tempwrap{ margin:0 auto; display:inline-block; width:1200px; }

.mr_frul ul li a img{/*display:block;*/width:100%;}
.mr_zhe00000{width:300px;position:absolute;top:0;background:rgba(78, 164, 181, 0.65) none repeat scroll 0 0 !important;/*实现ff背景透明，文字不透明*/
filter:alpha(opacity=80);background:#4ea4b5;/*实现ie背景透明*//*height:389px;*/
left:0;right:0;}


.mr_zhe{width:300px;height:600px; position:absolute;top:0;left:0;right:0; display:none;}
.mr_zhe_i h1{text-align:center;font-size:182px;height:138px;line-height:138px;margin-top:72px;margin-bottom:64px;font-weight:bold;color:#fff;}
.mr_zhe_p{margin-bottom:60px;}
.mr_zhe_p h3{text-align:center;font-size:15px;font-weight:bold;color:#fff;line-height:30px;}
.mr_zhe_p h3 span{display:block;margin:0 auto;width:260px;font-size:18px;border-bottom:0px solid #f4f4f4;}
.mr_zhe_hover000000{bottom:-596px;height:200px;position:absolute;width:300px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现ff背景透明，文字不透明*/filter:alpha(opacity=80);background:#0a0a0a;/*实现ie背景透明*/}
.mr_zhe_hover h1{text-align:center;height:40px;line-height:40px;margin:22px 0;color:#fff;}











@media (max-width: 1259px) {
	.advantage-col{
		width: 390px
	}
	.advantage-item{
		padding-left: 20px;
		padding-right: 20px;
	}
	.modus-desc{
		padding-left: 18px;
		padding-right: 18px;
	}
	.flow-item{
		margin-left: 83px;
		margin-right: 83px;
	}
	.fans1-t{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	.what-r h2{
		margin-top: 22px;
	}
	.advantage-col {
	    width: 330px;
	}
	.advantage-col-2{
		width: 260px;
	}
	.advantage-item-2{
		height: 436px;
	}
	.advantage-item-2>div {
	    padding-top: 289px;
	}
	.advantage-item {
	    /*padding-left: 6px;
	    padding-right: 6px;
	    padding-top: 12px;
	    padding-bottom: 12px;*/
	}
	.advantage-item h3{
		font-size: 18px
	}
	.advantage-item p{
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
	.moshi-r{
		margin-top: 0;
	}
	.modus-desc p{
		line-height: 20px;
    	font-size: 14px;
	}
	.flow-item:first-child{
		margin-left: 32px;
		margin-top: 0;
	}
	.flow-item{
		margin-right: 38px;
	}
	.flow-item:nth-child(2) {
	    margin-top: -53px;
	}
	.flow-item:nth-child(4) {
	    margin-top: -31px;
	}
	.flow-item:nth-child(5) {
	    margin-top: -16px;
	}
	
	.fans4-item p{
		    font-size: 24px;
	}
}

@media (max-width: 991px) {
	.shenma-banner,.fans-banner{
		height: 366px;
	}
	.advantage-col {
	    width: 219px;
	}
	.advantage-item {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.flow-item:first-child {
	    margin-left: 17px;
	    margin-top: -17px;
	}
	.flow-item {
	    margin-right: 0px;
	    margin-left: 74px;
	}
	.fans-title{
		font-size: 46px;
	}
	.fans2-r{
		margin-top: 30px;
	}
	.fans4-item{
		padding-left: 20px;
	}
	.fans4-title{
		font-size: 28px;
	}
	.fans4-desc{
		font-size: 20px;
	}
	.fans4-small{
		font-size: 14px;
	}
	.fans4-t{
		padding: 12px 15px;
	}
}


/*最小屏 手机*/
@media (max-width: 767px) {
	
	
	
	/*案例轮播*/
.friend{height:713px;margin:0 auto;overflow:hidden;width:100%; position:relative;}
.mr_frbox{height:407px;padding:24px 0px 0px;}
.mr_frbtnl{cursor:pointer;display:inline;left:0;height:46px;top:406px;width:28px; position: absolute;z-index:1;}
/*.mr_frul{float:left;height:202px;width:1047px;margin-left:-10px;}*/
.mr_frul{height:202px;width:100%; margin:0 auto;}
.mr_frbtnr{right:0;top:406px;cursor:pointer;width:28px;height:46px;  position: absolute;z-index:1;}
.mr_frul ul li{display:inline;float:left;/*height:389px;*/width:300px;overflow:hidden;position:relative; margin:0 5px;}

.mr_zhe_hover{bottom:-600px;height:600px;position:absolute;width:300px;}

.mr_zhe{bottom:-600px;height:600px;position:absolute;width:300px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; filter:alpha(opacity=80);background:#0a0a0a; display:none;}

.mr_frul ul li:hover .mr_zhe{ display:block;}
.tempwrap{ margin:0 auto; display:inline-block; width:100%; }
	
	
	
	
	
	
	
	
	
	
	.container {
		padding-right: 6px;
		padding-left: 6px;
	}
	.row {
		margin-right: -6px;
		margin-left: -6px;
	}
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		padding-right: 6px;
		padding-left: 6px;
	}
	.media-left {
		padding-right: 6px;
	}
	.panel-body {
		padding: 6px;
	}
	.panel-heading {
		padding: 6px;
	}
	.shenma-wrap,.fans-wrap{
		padding-top: 50px;
	}
	.shenma-banner,.fans-banner {
	    height: 165px;
	}
	.what, .advantage, .moshi, .modus, .shenma-case, .fans1, .fans2, .fans3, .fans4 {
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.s-title,.fans-title {
	    font-size: 20px;
	    margin-bottom: 10px;
	    font-weight: bold
	}
	.what-r h2{
		font-size: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.what .border{
		margin-bottom: 8px;
	}
	.what-des{
		font-size: 14px;
    	line-height: 20px;
        margin-bottom: 10px;
	}
	.advantage-col,.advantage-col-2{
	    width: 100%;
	    margin:0 0 5px 0;
	}
	.advantage-item{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.advantage .border{
		margin: 10px 0;
	}
	.moshi-desc{
		margin-top: 0;
		line-height: 24px;
    	font-size: 16px;
	}
	.modus-desc{
		padding: 10px;
	}
	.modus-desc h3 {
    	line-height: 38px;
    	font-size: 18px;
    }
	.modus-item{
		margin-bottom: 10px;
	}
	.shenma-case{
		padding-bottom: 40%;
    	background-size: 207% auto;
	}
	.flow-btn{
		font-size: 16px;
		line-height: 36px;
		padding: 0 16px;
	}
	.flow-btn span{
		margin-top: 3px
	}
	.flow,.fans5{
		margin-bottom: 46px;
		padding-top: 15px;
	}
	.visible-xs .flow-item{
		float: none;
		margin: 0 auto 10px;
	}
	.visible-xs .flow-item p{
		margin-top: 0;
		margin-bottom: 0;
	}
	.flow-item p {
	    font-size: 14px;
	}
	.flow-btn-box {
	    margin-bottom: -18px;
	}
	
	.fans1 .fans-title{
		margin-bottom: 6px
	}
	.fans1-desc{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.fans1-t h3 {
	    font-size: 20px;
	    line-height: 35px;
	    margin-top: 8px;
	}
	.fans1-t li {
	    font-size: 14px;
	    line-height: 24px;
	    padding-left: 20px;
	    background-position: 0px 8px;
	}
	.fans1-item{
		margin-bottom: 10px;
	}
	.fans2-r{
		margin-top: 0
	}
	.fans2-r h4{
		font-size: 20px;
	}
	.fans2-desc {
	    font-size: 16px;
	    line-height: 28px;
	    margin-top: 5px;
	}
	.fans3-nav.nav-justified>li {
	    display: table-cell;
	    width: 1%;
	}
	.fans3-nav.nav>li>a{
		padding: 6px 0;
		font-size: 12px;
	}
	.fans3-nav span{
		margin-right: 2px;
	}
	.fans3-content {
	    margin-top: 10px;
	}
	.fans3-r-title{
		font-size: 18px;
    	line-height: 32px;
	}
	.fans3-r-logo img {
	    margin: 8px auto;
	}
	.fans3-box {
	    margin: 0 33px;
	}
	.fans3-prev{
		left: -41px;
	}
	.fans3-next{
		right: -33px;
	}
	.fans3-r-desc {
	    font-size: 12px;
	    line-height: 22px;
	    margin-bottom: 8px;
	}
	.fans3-r-desc label{
		height: 22px;
    	line-height: 22px;
    	background-size: auto 100%;
	}
	.fans4-item{
		padding: 10px;
		margin-bottom: 5px;
	}
	.fans4-item .border{
		    margin-top: 3px;
	}
	.fans4-b {
	    margin-top: 12px;
	}
	.fans4-t-item:first-child{
		margin-bottom: 10px;
	}
	.fans4-title {
	    font-size: 22px;
	}
	.fans4-desc {
	    font-size: 14px;
	}
	.fans4-small {
	    font-size: 12px;
	}
	.fans4-t {
	    padding: 8px 11px;
	}
	.fans5-item p {
	    font-size: 14px;
	    margin-top: 12px;
	}
	.fans5-body{
		margin-bottom: 22px;
	}
	.fans3-content a{
		margin-top: 10px;
	}

}   