@charset 'utf-8';
.bodycontent *{margin: 0; padding: 0; box-sizing: border-box;}
.bodycontent html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{font-family:Microsoft YaHei,Helvetica,Arial,sans-serif;font-size:12px;font-weight:inherit;font-style:inherit;margin:0;padding:0;border:0}ul,ol{list-style:none}a img{vertical-align:top;border:none}a{text-decoration:none}button{overflow:visible;margin:0;padding:0;border:0 none;background-color:transparent}button::-moz-focus-inner{padding:0}input[type=password]{-webkit-text-security:disc}textarea:focus,input:focus,button:focus{outline:none}body{word-wrap:break-word}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.icon{display:inline-block;zoom:1;vertical-align:middle;background-repeat:no-repeat;background-position:left top}.btn{display:inline-block;zoom:1;text-align:center;vertical-align:middle}.none{display:none}

/*--------------------- banner -------------------*/
.banner-bg{
	width: 100%;
	height: 650px;
	position: relative;
	background: url(../img/cloudOrder/banner.jpg) 50% 50% no-repeat;
	background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.banner-box{
	position: relative;
	overflow: hidden;
	width: 1210px;
	margin: 0 auto;
}
.banner-msg-box{
	float: left;
	margin: 230px 0 0 60px;
}
.banner-msg-box > p.h1{
	line-height: 1;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
.banner-msg-box > p.h2{
	line-height: 1;
	font-size: 28px;
	color: #fff;
	padding: 30px 0 40px;
}
.banner-btn-box{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50px;
}
.banner-btn-box > a{
	display: block;
	width: 160px;
	height: 50px;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	float: left;
	border: 1px solid #fff;
}
.banner-btn-box > a:hover{
	background: #ff3c26;
	border: 1px solid #ff3c26;
}
.banner-btn-box > a:first-child{
	background: #ff3c26;
	border: 1px solid #ff3c26;
	margin-right: 24px;
}
.banner-btn-box > a:first-child:hover{
	background: #eb1b04;
	border: 1px solid #eb1b04;
}


/*--------------------- system -------------------*/
.system-box{
	position: relative;
	overflow: hidden;
	width: 1210px;
	margin: 0 auto;
}
.system-box > p.h1{
	text-align: center;
	line-height: 220%;
	font-size: 16px;
	color: #595959;
	padding-top: 60px;
}
.system-box > p.h1 > span{
	font-size: 16px;
}
.system-box > p.h1 > span.red{
	font-weight: bold;
	color: #f65a44;
}
.system-box > p.h1 > span.blue{
	color: #256cff;
}
.system-content{
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}
.system-left-box{
	display: inline-block;
	width: 273px;
	height: 226px;
}
.system-left{
	display: block;
	width: 273px;
	height: 226px;
	background: url(../img/cloudOrder/system_left.png) no-repeat 50% 50%;
	margin-top: -35px;
}
.system-center{
	display: inline-block;
	width: 614px;
	height: 331px;
	background: url(../img/cloudOrder/system_center.png) no-repeat 50% 50%;
}
.system-right-box{
	display: inline-block;
	position: relative;
	top: -40px;
}
.system-right{
	position: relative;
	display: block;
	width: 108px;
	height: 230px;
	margin-right: 80px;
}
.system-right li{
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	width: 88px;
	height: 30px;
	background: #fff;
    -o-box-shadow: 0 0px 11px rgba(37, 108, 255, 0.13);
    -webkit-box-shadow: 0 0px 11px rgba(37, 108, 255, 0.13);
    box-shadow: 0 0px 11px rgba(37, 108, 255, 0.13);
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #f65a44;
}
.system-right li:first-child{
	margin-top: 0px;
}


/*--------------------- improve -------------------*/
.improve-wrap{
	width: 100%;
	height: 750px;
	position: relative;
	background: url(../img/cloudOrder/improve.jpg) 50% 50% no-repeat;
	background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.improve-box{
	width: 1210px;
	position: relative;
	overflow: inherit;
	margin:0 auto;
}
.improve-box > p.h1{
	line-height: 1;
	text-align: center;
	font-size: 38px;
	color: #fff;
	padding: 60px 0 50px;
}
.improve-nav-box{
	position: relative;
	overflow: hidden;
	width: 650px;
	margin:0 auto;
	padding-bottom: 40px;
}
.improve-nav-box li{
	display: block;
	float: left;
	line-height: 40px;
	width: 130px;
	height: 40px;
	float: left;
	background: #4c4b6d;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.improve-nav-box li.active{
	background: #ff500b;
}
.improve-swiper-box{
	width: 100%;
	position: relative;
}
.swiper-slide{
	width: 1080px;
	margin: 0 auto;
	height: 440px!important;
}
.swiper-slide > .improve-left{
	width: 530px;
	float: left;
	height: 440px;
	position: relative;
    overflow: hidden;
}
.swiper-slide > .improve-left > img{
	display: block;
    width: 80%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.improve-right{
	width: 550px;
	float: right;
	height: 440px;
	position: relative;
    overflow: hidden;
}
.improve-right > p.h2{
	color: #ff500b;
	font-size: 18px;
	line-height: 1;
	padding-top: 50px;
	padding-left: 10px;
}
.improve-right > li{
	width: 475px;
	height: 130px;
    -o-box-shadow: 0 0px 10px rgba(25, 42, 79, 0.12);
    -webkit-box-shadow: 0 0px 10px rgba(25, 42, 79, 0.12);
    box-shadow: 0 0px 10px rgba(25, 42, 79, 0.12);
    margin: 20px 0 0 5px;
    padding: 20px 35px 0 35px;
}
.improve-right > li > p.h3{
	font-size: 18px;
	color: #323232;
	padding-bottom: 10px;
}
.improve-right > li > p.before-use{
	font-size: 14px;
	color: #a0a0a0;
	line-height: 200%;
}
.improve-right > li > p.after-use{
	font-size: 14px;
	color: #323232;
	line-height: 200%;
}

#js_improve{
	width: 1080px;
	position: relative;
	background: #fff;
}
.improve-swiper-box > span{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.improve-swiper-box > span.arrow-left{
	left: -10px;
	background-image: url(../img/cloudOrder/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 32px 32px;
}
.improve-swiper-box > span.arrow-right{
	right: -10px;
	background-image: url(../img/cloudOrder/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 32px 32px;
}

/*--------------------- flow -------------------*/
.flow-box{
	width: 1210px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.flow-box > p.h1{
	font-size: 38px;
	text-align: center;
	color: #252525;
	padding: 80px 0 120px;
	line-height: 1;
}
.flow-left{
	width: 430px;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 30px;
}
.flow-left li{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.flow-left li i{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #313944;
	border-radius: 100%;
}
.flow-left li > p{
	float: left;
	margin-left: 20px;
	height: 40px;
}
.flow-left li > p > span.title{
	font-size: 15px;
	color: #323232;
	top: 0;
}
.flow-left li > p > span{
	display: block;
	font-size: 13px;
	color: #919191;
	position: absolute;
}
.flow-left li > p > span.detail{
	bottom: 0;
}
.flow-left li.active i{
	border: 1px solid #ff500b;
}
.flow-left li.active > p > span.title{
	color: #ff500b;
}
.flow-left li.active > p > span.detail{
	color: #ff500b;
}
.flow-left li i.order{
	background: url(../img/cloudOrder/flow_1.png) no-repeat 50% 50%;
}
.flow-left li.active i.order{
	background: url(../img/cloudOrder/flow_1_active.png) no-repeat 50% 50%;
}
.flow-left li i.goods{
	background: url(../img/cloudOrder/flow_2.png) no-repeat 50% 50%;
}
.flow-left li.active i.goods{
	background: url(../img/cloudOrder/flow_2_active.png) no-repeat 50% 50%;
}
.flow-left li i.dealers{
	background: url(../img/cloudOrder/flow_3.png) no-repeat 50% 50%;
}
.flow-left li.active i.dealers{
	background: url(../img/cloudOrder/flow_3_active.png) no-repeat 50% 50%;
}
.flow-left li i.money{
	background: url(../img/cloudOrder/flow_4.png) no-repeat 50% 50%;
}
.flow-left li.active i.money{
	background: url(../img/cloudOrder/flow_4_active.png) no-repeat 50% 50%;
}
.flow-left li i.msg{
	background: url(../img/cloudOrder/flow_5.png) no-repeat 50% 50%;
}
.flow-left li.active i.msg{
	background: url(../img/cloudOrder/flow_5_active.png) no-repeat 50% 50%;
}
.flow-left li i.business{
	background: url(../img/cloudOrder/flow_6.png) no-repeat 50% 50%;
}
.flow-left li.active i.business{
	background: url(../img/cloudOrder/flow_6_active.png) no-repeat 50% 50%;
}
.flow-right{
	float: right;
	width: 780px;
	height: 460px;
    position: relative;
}
.flow-right li{
	display: none;
	width: 780px;
	height: 460px;
    position: relative;
    margin-top: -20px;
}
.flow-right li.active{
	display: block;
}
.flow-right li img{
	display: block;
    width: 90%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*--------------------- order -------------------*/
.order-box > p.h1{
	padding-bottom: 80px;
}
.order-content{
	width: 1160px;
	margin:0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}
.order-content li{
	display: block;
	float: left;
	width: 200px;
	margin-left: 120px;
}
.order-content li:first-child{
	margin-left: 0px;
}
.order-content li i{
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}
.order-content li i img{
	display: block;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.order-content li i.wechat{
	background-color: #f0fdf1;
}
.order-content li i.wechat img{
	width: 45%;
}
.order-content li i.use{
	background-color: #fffceb;
}
.order-content li i.use img{
	width: 30%;
}
.order-content li i.love{
	background-color: #fff8fa;
}
.order-content li i.love img{
	width: 45%;
}
.order-content li i.efficient{
	background-color: #f4f7ff;
}
.order-content li i.efficient img{
	width: 32%;
}
.order-content li > p.h2{
	line-height: 1;
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding: 70px 0 30px;
}
.order-content li > p.detail{
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
	line-height: 180%;
}

/*--------------------- price -------------------*/
.price-wrap{
	width: 100%;
	height: 140px;
	position: relative;
	background: url(../img/cloudOrder/price_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.price-box{
	width: 1210px;
	height: 140px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.price-box > p.price{
	line-height: 140px;
	float: left;
	padding:0 80px 0 260px;
	font-size: 30px;
	color: #fff;
}
.price-box > a{
	display: block;
	width: 200px;
	height: 54px;
	background: #ff500b;
	text-align: center;
	line-height: 54px;
	font-size: 22px;
	float: left;
	margin: 43px 0;
	border-radius: 5px;
	color: #fff;
}
.price-box > a:hover{
	background: #e34000;
}