@charset "utf-8";

/* CSS Document */


/*---------------------------重置样式开始---------------------------*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

html,
body {
	scrollbar-face-color: #a3a3a3;
	/*滚动条3D表面（ThreedFace）的颜色*/
	scrollbar-highlight-color: #ccc;
	/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
	scrollbar-shadow-color: #ccc;
	/*滚动条3D界面的暗边（ThreedShadow）颜色*/
	scrollbar-3dlight-color: #ccc;
	/*滚动条亮边框颜色*/
	scrollbar-arrow-color: #ccc;
	/*滚动条方向箭头的颜色 */
	scrollbar-track-color: #ccc;
	/*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color: #ccc;
	/*滚动条暗边框（ThreedDarkShadow）颜色*/
}

html{
	border: 0px;
}

body,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
dl,
dd,
dt,
p,
input,
button,
textarea,
form,
select,
button,
strong{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0px;
	font-weight: normal;
	border-collapse: collapse;
	word-wrap: break-word;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active{
	background-color: transparent;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}

.base_link{
	width: 100%;
	height: 100%;
	margin-top: -104px;
	position: relative;
	z-index: 0;
	display: block;
}

/*---------------------------重置样式结束---------------------------*/

/*----------------------------头部开始----------------------------*/

.head_content{
	width: 100%;
	background-color: #ebebeb;
}

.head_box{
	width: 1200px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
}

.head_left{
	float: left;
}

.head_left h3{
	font-size: 14px;
	color: #999999;
}

.head_left h3 span{
	padding: 0 10px;
}

.head_right{
	float: right;
}

.head_right span{
	font-size: 14px;
	color: #ff6600;
}

.head_right span strong{
	padding-left: 2px;
	font-size: 22px;
}

/*----------------------------头部开始----------------------------*/

/*----------------------------导航开始----------------------------*/

.nav_cotnent{
	width: 100%;
}

.nav_box{
	width: 1200px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	padding: 16px 0;
}


.logo,
.logo img{
	width: 172px;
	height: 58px;
}

.nav{
	float: right;
}

.logo,
.nav ul li{
	float: left;
}

.nav ul li{
	padding: 0 30px;
}

.nav ul li a{
	font-size: 16px;
	color: #666666;
}

.nav ul li.navaA a,
.nav ul li a:hover{
	color: #02c382;
}

/*----------------------------导航结束----------------------------*/

/*----------------------------首页开始----------------------------*/


.psbpt2019_base_content {
    width: 100%;
}

.psbpt2019_base_box {
    width: 1200px;
    margin: 0 auto;
}

.psbpt2019_title_content {
    padding-top: 90px;
    text-align: center;
}

.psbpt2019_title_content h2 {
    padding-bottom: 18px;
    font-size: 48px;
    color: #333;
    position: relative;
}

.psbpt2019_title_content h2::before {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #999;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 1;
}

.psbpt2019_title_content h4 {
    margin-top: 16px;
    font-size: 24px;
    color: #333;
}

.psbpt2019_title_content p {
    line-height: 26px;
    margin-top: 16px;
    font-size: 18px;
    color: #666;
}

.psbpt2019_img_content {
    padding-top: 60px;
    text-align: center;
    font-size: 0;
}

/* 配送同城配送系统是什么？ */

.psbpt2019_homewhatisit_content {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
}

.psbpt2019_homewhatisit_left {
    width: 528px;
    height: 542px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 22px;
    font-size: 0;
}

.psbpt2019_homewhatisit_right {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 40px;
}

.psbpt2019_homewhatisit_right > h2 {
    margin-top: 4px;
    font-size: 36px;
    color: #333;
}

.psbpt2019_homewhatisit_right > p {
    line-height: 26px;
    margin-top: 18px;
    text-align: justify;
    font-size: 18px;
    color: #666;
    word-break: break-all;
}

.psbpt2019_homewhatisit_right > ul {
    margin-top: 14px;
}

.psbpt2019_homewhatisit_right > ul > li {
    height: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.psbpt2019_homewhatisit_right > ul > li:nth-child(even) {
    background-color: #f0f0f0;
}

.psbpt2019_homewhatisit_main {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 40px 0 20px;
}

.psbpt2019_homewhatisit_main img {
    width: 40px;
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.psbpt2019_homewhatisit_text {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
}

.psbpt2019_homewhatisit_text h3 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.psbpt2019_homewhatisit_text p {
    line-height: 22px;
    font-size: 16px;
    color: #666;
}

/* 适用多个场景 */

.psbpt2019_homescene_content {
    margin-top: -10px;
    padding: 0 70px;
}

.psbpt2019_homescene_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0 0;
}

.psbpt2019_homescene_box:nth-child(2n) {
    flex-direction: row-reverse;
}

.psbpt2019_homescene_img {
    width: 522px;
    height: 290px;
    font-size: 0;
}

.psbpt2019_homescene_text {
    width: 480px;
    flex-grow: 0;
    flex-shrink: 0;
}

.psbpt2019_homescene_text h3 {
    font-size: 36px;
    color: #333;
}

.psbpt2019_homescene_text p {
    height: 100px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 20px;
    color: #666;
}

.psbpt2019_homescene_text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.psbpt2019_homescene_text ul li {
    width: 33.3333%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.psbpt2019_homescene_text ul li img {
    width: 40px;
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.psbpt2019_homescene_text ul li span {
    font-size: 20px;
    color: #666;
}

/* 强大的功能系统 */

.psbpt2019_homefunction_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.psbpt2019_homefunction_content ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

.psbpt2019_homefunction_content ul li span {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.psbpt2019_homefunction_content ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

/* 支持多城市运营 */

.psbpt2019_homecityoperate_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
}

.psbpt2019_homecityoperate_content > img {
    flex-grow: 0;
    flex-shrink: 0;
}

.psbpt2019_homecityoperate_box {
    width: 10px;
    height: 248px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.psbpt2019_homecityoperate_box:nth-child(1) {
    background-color: #2ae7a2;
}

.psbpt2019_homecityoperate_box:nth-child(3) {
    background-color: #157afb;
}

.psbpt2019_homecityoperate_box:nth-child(5) {
    background-color: #ffa820;
}

.psbpt2019_homecityoperate_box:nth-child(7) {
    background-color: #fd7421;
}

.psbpt2019_homecityoperate_box h3 {
    margin-top: 20PX;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.psbpt2019_homecityoperate_box h4 {
    margin-top: 10PX;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.psbpt2019_homecityoperate_box p {
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
}

/* 合作案例 */

.psbpt2019_homecase_content ul {
    display: flex;
    flex-direction: row;
    padding: 50px 0 100px;
    margin: 0 -15px;
}

.psbpt2019_homecase_content ul li {
    width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.psbpt2019_homecase_box {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.psbpt2019_homecase_box h3 {
    height: 114px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
}

/*----------------------------首页结束----------------------------*/

/*--------------------------城市加盟开始---------------------------*/

/*----------banner----------*/

.cityban_content{
	width: 100%;
	height: 420px;
	font-size: 0px;
	overflow: hidden;
}

/*---------加盟管理模式---------*/

.manmod_content{
	width: 100%;
}

.manmod_box{
	width: 1200px;
	height: 676px;
	margin: 0 auto;
	background: url(../images/city_img01.png) no-repeat center top;
}

.manmod_text{
	width: 610px;
	margin: 74px 0 0 402px;
}

.manmod_text h2{
	font-size: 40px;
	color: #333333;
}

.manmod_text p{
	line-height: 22px;
	margin-top: 16px;
	text-align: justify;
	font-size: 14px;
	color: #999999;
}

/*----------地图展示----------*/

.mapdisplay{
	width: 100%;
	height: 740px;
	background: url(../images/mapdisplay.png) no-repeat center;
}

/*----------后台系统----------*/

.backsys_content{
	width: 100%;
	padding-bottom: 30px;
}

.backsys_box{
	width: 978px;
	margin: 0 auto;
	padding-top: 8px;
}

.backsys_box ul li{
	width: 228px;
	height: 100px;
	padding: 0 48px;
	text-align: center;
	float: left;
}

.backsys_box ul li.bor_rig{
	border-right: 1px solid #e6e6e6;
}

.backsys_tit{
	width: 100%;
	padding-top: 4px;
}

.backsys_tit h3{
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}

.backsys_text{
	width: 100%;
}

.backsys_text p{
	line-height: 22px;
	margin-top: 16px;
	font-size: 14px;
	color: #999999;
	text-align: justify;
}

.backsys_img{
	width: 100%;
	padding-top: 44px;
	text-align: center;
	font-size: 0px;
}

/*--------------------------城市加盟结束---------------------------*/

/*-------------------------智能调度系统开始--------------------------*/

.home_content.intsch_bg01{
	height: 796px;
	background-image: url(../images/intsch_img02.png);
}

.home_content.intsch_bg02{
	background-color: #0c2a35;
}

.mansin_content{
	width: 100%;
	padding: 10px 0 40px 0;
	text-align: center;
	font-size: 0px;
}

/*-------------------------智能调度开始结束--------------------------*/

/*---------------------------配送端开始---------------------------*/

/*---------配送员简述---------*/

.home_content.dister_bg{
	background-color: #f2f2f2;
}

.dister_sketch_p{
	width: 762px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: justify;
}

/*---------配送员抢单---------*/

.grabsingle_content{
	width: 1008px;
	margin: 0 auto;
	padding-bottom: 78px;
}

.grabsingle_content ul li{
	width: 300px;
	padding: 0 18px;
	float: left;
}

.grabsingle_tit{
	width: 100%;
}

.grabsingle_tit i{
	width: 26px;
	height: 26px;
	float: left;
	background-image: url(../images/icon_base.png);
}

.grabsingle_tit i.icon_num1{
	background-position: -10px -44px;
}

.grabsingle_tit i.icon_num2{
	background-position: -46px -44px;
}

.grabsingle_tit i.icon_num3{
	background-position: -82px -44px;
}

.grabsingle_tit h3{
	margin: 0 0 0 10px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	float: left;
}

.grabsingle_text{
	width: 100%;
	padding-top: 10px;
	clear: both;
}

.grabsingle_text p{
	line-height: 20px;
	font-size: 14px;
	color: #808080;
	text-align: justify;
}

.grabsingle_img{
	width: 100%;
	height: 533px;
	margin-top: 25px;
	border: 1px solid #e5e5e5;
	font-size: 0px;
}

/*----------地图线路----------*/

.mapline_content{
	width: 100%;
	padding-bottom: 64px;
	text-align: center;
	font-size: 0px;
}

/*----------精彩界面----------*/

.marve_content{
	width: 1360px;
	padding-bottom: 48px;
	margin-left: -80px;
}

.marve_content ul li{
	width: 322px;
	margin: 0 9px;
	text-align: center;
	float: left;
}

.marve_content ul li h3{
	font-size: 14px;
	color: #333333;
}

.marve_content ul li img{
	margin-top: 12px;
	border: 1px solid #e0dfdf;
	display: block;
}

/*---------------------------配送端结束---------------------------*/

/*--------------------------商家发单开始---------------------------*/

/*---------一键发单---------*/

.billing_content{
	width: 100%;
	padding: 60px 0;
}

.billing_content.grayBg{
	background-color: #fafafa;
}

.billing_content.green{
	background-color: #01cd88;
}

.billing_box{
	width: 1200px;
	margin: 0 auto;
}

.billing_title{
	width: 100%;
	text-align: center;
}

.billing_title h2{
	font-size: 64px;
	color: #333333;
}

.billing_show_content{
	width: 246px;
	height: 494px;
	margin-left: 112px;
	float: left;
	background: url(../images/billing_phone.png);
	position: relative;
}

.billing_show_box{
	width: 214px;
	height: 380px;
	position: absolute;
	top: 56px;
	left: 16px;
}

.billing_show_box .owl-pagination{
	display: none !important;
}

.billing_show_box .owl-controls{
	width: 100%;
	height: 0px;
	position: absolute;
	top: 50%;
	left: 0;
}

.billing_show_box .owl-controls .pro_btnL,
.billing_show_box .owl-controls .pro_btnR{
	width: 30px !important;
	height: 52px !important;
	padding: 0 !important;
	background-image: url(../images/billing_btn.png) !important;
	background-color: transparent !important;
}

.billing_show_box .owl-controls .pro_btnL{
	margin: -30px 0 0 -84px !important;
	background-position: 0 0 !important;
	float: left;
}

.billing_show_box .owl-controls .pro_btnR{
	margin: -30px -84px 0 0 !important;
	background-position: -30px 0 !important;
	float: right;
}

.billing_response{
	padding: 70px 28px 0 0;
	float: right;
}

.billing_response h2{
	font-size: 64px;
	color: #333333;
}

.billing_response h3{
	margin-top: 34px;
	font-size: 30px;
	color: #666666;
}

.billing_resp{
	padding-top: 60px;
}

.billing_resp ul li{
	width: 100px;
	margin-right: 52px;
	text-align: center;
	float: left;
}

.billing_resp ul li img{
	width: 100px;
	height: 100px;
}

.billing_resp ul li span{
	margin-top: 14px;
	font-size: 18px;
	color: #333333;
	display: block;
}

/*---------适用商家---------*/

.billing_apply_content{
	width: 100%;
	padding-top: 48px;
	overflow: hidden;
}

.billing_apply_content ul{
	width: 1220px;
}

.billing_apply_content ul li{
	width: 232px;
	height: 400px;
	margin-right: 12px;
	float: left;
	position: relative;
}

.billing_apply_content ul li.white{
	background-color: #fff;
}

.billing_apply_content ul li.green{
	background-color: #19d192;
}

.billing_apply_content ul li.gray{
	background-color: #e6e6e6;
}

.billing_apply_top{
	width: 100%;
	height: 41px;
	background: url(../images/billing_top.png);
	position: absolute;
	left: 0;
	top: 0;
}

.billing_apply_img{
	width: 100%;
	height: 166px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.billing_apply_img img{
	width: 100%;
}

.billing_apply_box{
	padding-top: 104px;
	text-align: center;
}

.billing_apply_box h3{
	margin-bottom: 18px;
	font-size: 36px;
}

.billing_apply_box span{
	font-size: 12px;
}

.aplytext1 h3,
.aplytext1 span{
	color: #b8855d;
}

.aplytext2 h3,
.aplytext2 span{
	color: #ffff00;
}

.aplytext3 h3,
.aplytext3 span{
	color: #f44f2f;
}

.aplytext4 h3,
.aplytext4 span{
	color: #ffffff;
}

.billing_apply_more{
	padding-top: 134px;
	text-align: center;
}

.billing_apply_more i{
	width: 89px;
	height: 89px;
	margin: 0 auto 18px;
	background-image: url(../images/icon_more.png);
	display: block;
}

.billing_apply_more span{
	font-size: 30px;
	color: #999999;
}

/*---------使用流程---------*/

.billing_process_content{
	padding-top: 68px;
}

/*---------下载app---------*/

.billing_down_left{
	padding: 20px 0 0 100px;
	float: left;
}

.billing_down_left h2{
	font-size: 60px;
	color: #ffffff;
}

.billing_down_left h3{
	margin-top: 30px;
	font-size: 30px;
	color: #ffffff;
}

.billing_down_right{
	padding-right: 122px;
	float: right;
}

.billing_down_right ul li{
	width: 180px;
	margin-left: 42px;
	text-align: center;
	float: left;
}

.billing_down_right ul li img{
	width: 180px;
	height: 180px;
}

.billing_down_right ul li span{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

/*--------------------------商家发单结束---------------------------*/

/*---------------------------跑腿开始----------------------------*/

/*-----------头部-----------*/

.errands_head_content{
	width: 100%;
	min-width: 1200px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.errands_head_content.errands_banner{
	height: 756px;
	background-image: url(../images/errands_banner.png);
}

.errands_head_content.rob_banner{
	height: 540px;
	background-image: url(../images/rob_banner.png);
}

.errands_head_content.system_banner{
	height: 500px;
	background-image: url(../images/system_banner.png);
}

.errands_head_content.business_banner{
	height: 540px;
	background-image: url(../images/business_banner.png);
}

.errands_head_content.dispatch_banner{
	height: 540px;
	background-image: url(../images/dispatch_banner.png);
}

.errands_head_content.features_banner{
	height: 420px;
	background-image: url(../images/features_banner.png);
}

.errands_top_content{
	width: 100%;
	background: url(../images/errands_top_bg.png);
	background-image: none;
	background-color: #333;
	position: relative;
	z-index: 1;
}

.errands_top_box{
	width: 1200px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
}

.errands_top_left{
	padding-left: 10px;
	float: left;
	background: url(../images/icon_home.png) no-repeat left center;
}

.errands_top_left ul li{
	font-size: 12px;
	color: #55836c;
	float: left;
}

.errands_top_left ul li a{
	margin: 0 10px;
	font-size: 12px;
	color: #a6b5ac;
}

.errands_top_right{
	height: 36px;
	float: right;
}

.errands_top_right span{
	font-size: 12px;
	color: #b9c4be;
}

.errands_top_right span strong{
	font-size: 16px;
	color: #94b0a3;
}

.errands_nav_content{
	width: 100%;
	background: url(../images/errands_nav_bg.png);
	position: relative;
	z-index: 1;
}

.errands_nav_box{
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}

.errands_logo{
	padding-top: 14px;
	float: left;
}

.errands_nav{
	padding-left: 68px;
}

.errands_nav,
.errands_nav ul li{
	float: left;
}

.errands_nav ul li{
	height: 64px;
	line-height: 68px;
	padding: 0 6px;
	margin: 0 15px;
}

.errands_nav ul li.navaA,
.errands_nav ul li:hover{
	border-bottom: 4px solid #f7c000;
}

.errands_nav ul li a{
	font-size: 16px;
	color: #fff;
}

.errands_demo{
	width: 100px;
	height: 32px;
	line-height: 32px;
	margin-top: 18px;
	text-align: center;
	float: right;
	background-color: #ffa200;
	position: relative;
}

.errands_demo a{
	font-size: 14px;
	color: #fff;
	display: block;
}

.errands_demo a i{
	width: 16px;
	height: 14px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: -2px;
	background: url(../images/icon_base.png) -150px 0px;
}

.errands_popup_content{
	width: 590px;
	padding: 0 30px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
	display: none;
}

.errands_popup_title{
	width: 100%;
}

.errands_popup_title h2{
	padding: 20px 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.errands_popup_box{
	width: 100%;
}

.errands_popup_table{
	width: 100%;
}

.errands_popup_table table{
	width: 100%;
}

.errands_popup_table table thead{
	background-color: #ff5000;
}

.errands_popup_table table thead tr td{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #ffece3;
}

.errands_popup_table table thead tr td:last-child{
	border-right: none;
}

.errands_popup_table table tbody{
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.errands_popup_table table tbody tr td{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.errands_popup_add{
	font-size: 14px;
	color: #b3b3b3 !important;
}

.errands_popup_add:hover{
	color: #3489e8 !important;
}

.errands_popup_qq{
	font-size: 14px;
	color: #333 !important;
}

.errands_popup_stitle{
	width: 100%;
	padding: 30px 0 20px;
}

.errands_popup_stitle h3{
	font-size: 20px;
	color: #ff5000;
}

.errands_popup_code{
	width: 100%;
	padding-bottom: 20px;
}

.errands_popup_code ul li{
	margin: 0 10px;
	display: inline-block;
}

.errands_popup_code ul li img{
	width: 118px;
	height: 118px;
	display: block;
}

.errands_popup_code ul li span{
	font-size: 12px;
	color: #333;
}

.errands_scancode_content{
	width: 1200px;
	height: 0px;
	margin: 0 auto;
	position: relative;
}

.errands_scancode_box{
	width: 182px;
	position: absolute;
	top: 410px;
	left: 484px;
}

.errands_scancode_img{
	width: 168px;
	height: 168px;
	margin: 0 auto;
}

.errands_scancode_img img{
	width: 100%;
	height: 100%;
}

.errands_scancode_text{
	width: 100%;
	height: 32px;
	text-align: center;
	background-color: #1ec070;
	position: relative;
	top: -10px;
}

.errands_scancode_text span{
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.errands_sjL,
.errands_sjR{
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid #008155;
	position: absolute;
	top: -8px;
}

.errands_sjL{
	border-left: 7px solid transparent;
	border-right: 0px solid transparent;
	left: 0;
}

.errands_sjR{
	border-left: 0px solid transparent;
	border-right: 7px solid transparent;
	right: 0;
}

.errands_shadow{
	width: 100%;
	height: 7px;
	background: url(../images/errands_shadow.png) no-repeat center center;
	position: relative;
	top: -10px;
}

/*---------跑腿是什么---------*/

.errands_whats_content{
	width: 100%;
	padding: 40px 0 60px;
	text-align: center;
}

.errands_whats_content ul{
	width: 1300px;
}

.errands_whats_content ul li{
	width: 240px;
	margin-right: 82px;
	font-size: 18px;
	color: #666666;
	display: inline-block;
}

/*---------跑腿做什么---------*/

.errands_whatdo_content{
	width: 100%;
	padding: 40px 0 60px;
}

.errands_whatdo_content ul{
	width: 1224px;
}

.errands_whatdo_content ul li{
	width: 220px;
	height: 380px;
	margin-right: 24px;
	text-align: center;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 0 transparent;
	transition: box-shadow .5s;
}

.errands_whatdo_content ul li:hover{
	box-shadow: 0px 0px 20px #8c8c8c;
	transition: box-shadow .5s;
}

.errands_whatdo_content ul li i{
	width: 100px;
	height: 100px;
	margin: 34px auto 0;
	display: block;
	background-image: url(../images/icon_whatdo.png);
}

.errands_whatdo_content ul li i.icon_whatdo01{
	background-position: -0px -0px;
}

.errands_whatdo_content ul li i.icon_whatdo02{
	background-position: -100px -0px;
}

.errands_whatdo_content ul li i.icon_whatdo03{
	background-position: -200px -0px;
}

.errands_whatdo_content ul li i.icon_whatdo04{
	background-position: -300px -0px;
}

.errands_whatdo_content ul li i.icon_whatdo05{
	background-position: -400px -0px;
}

.errands_whatdo_content ul li h3{
	margin-top: 26px;
	font-size: 20px;
	color: #333333;
}

.errands_whatdo_content ul li span{
	margin-top: 4px;
	font-size: 12px;
	color: #b2b2b2;
}

.errands_whatdo{
	padding-top: 20px;
}

.errands_whatdo dd{
	width: 78px;
	height: 30px;
	line-height: 30px;
	margin: 12px 6px 0;
	display: inline-block;
	font-size: 14px;
	color: #808080;
	border: 1px solid #e6e6e6;
	border-radius: 30px;
}

/*---------订单状态---------*/

.orderstate_cotnent{
	width: 100%;
}

.orderstate_left{
	width: 548px;
	height: 540px;
	margin-left: 50px;
	float: left;
	background: url(../images/orderstate_phone.png) no-repeat;
	position: relative;
}

.orderstate_img{
	width: 260px;
	height: 456px;
	position: absolute;
	left: 203px;
	bottom: 0;
	overflow: hidden;
}

.orderstate_img ul li{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}

.orderstate_right{
	width: 416px;
	margin: 100px 80px 0 0;
	float: right;
}

.orderstate_text{
	width: 100%;
	height: 248px;
	position: relative;
}

.orderstate_text ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.orderstate_text ul li h3{
	font-size: 44px;
	color: #20c583;
}

.orderstate_text ul li p{
	line-height: 40px;
	margin-top: 16px;
	font-size: 18px;
	color: #666666;
}

.orderstate_process{
	width: 100%;
}

.orderstate_process ul{
	width: 1228px;
}

.orderstate_process ul li{
	width: 60px;
	margin-right: 28px;
	text-align: center;
	float: left;
}

.orderstate_process ul li i{
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	display: block;
	background-image: url(../images/icon_orderstate.png);
	
}

.orderstate_process ul li i.icon_orderstate01{
	background-position: -0px -0px;
}

.orderstate_process ul li i.icon_orderstate02{
	background-position: -60px -0px;
}

.orderstate_process ul li i.icon_orderstate03{
	background-position: -120px -0px;
}

.orderstate_process ul li i.icon_orderstate04{
	background-position: -180px -0px;
}

.orderstate_process ul li i.icon_orderstate05{
	background-position: -240px -0px;
}

.orderstate_process ul li.navaA i.icon_orderstate01{
	background-position: -0px -60px;
}

.orderstate_process ul li.navaA i.icon_orderstate02{
	background-position: -60px -60px;
}

.orderstate_process ul li.navaA i.icon_orderstate03{
	background-position: -120px -60px;
}

.orderstate_process ul li.navaA i.icon_orderstate04{
	background-position: -180px -60px;
}

.orderstate_process ul li.navaA i.icon_orderstate05{
	background-position: -240px -60px;
}

.orderstate_process ul li span{
	font-size: 14px;
	color: #999999;
}

.orderstate_process ul li.navaA span{
	color: #20c583;
}

/*---------解决方案---------*/

.errands_show_content{
	width: 100%;
	padding-bottom: 88px;
	text-align: center;
}

.errands_show_title{
	width: 100%;
}

.errands_show_title li{
	width: 118px;
	height: 28px;
	line-height: 28px;
	margin: 0 8px;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	border: 1px solid #808080;
	border-radius: 28px;
	cursor: pointer;
}

.errands_show_title li.navaA,
.errands_show_title li:hover{
	color: #01cd88;
	border: 1px solid #01cd88;
}

.errands_show_box{
	width: 1866px;
	height: 550px;
	margin: 58px 0 0 -410px;
	position: relative;
}

.errands_show_box li{
	width: 308px;
	height: 550px;
	margin-left: -154px;
	display: inline-block;
	box-shadow: -5px 0 20px #afafaf;
	position: absolute;
	top: 0;
	left: 50%;
}

/*---------解决方案---------*/

.prosys_content{
	width: 100%;
	padding: 0 0 62px 0;
}

.prosys_title{
	width: 100%;
}

.prosys_title ul li{
	width: 379px;
	height: 94px;
	padding-left: 20px;
	background-color: #f0f0f0;
	border-right: 1px solid #ffffff;
	background-position: 296px bottom;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	cursor: pointer;
}

.prosys_title ul li.navaA{
	background-color: #02c382;
}

.prosys_title ul li.navaA h3,
.prosys_title ul li.navaA span{
	color: #fff;
}

.prosys_title ul li.navaA i{
	display: block;
}

.prosys_title ul li h3{
	margin: 14px 0 8px 0;
	font-size: 26px;
	color: #333333;
}

.prosys_title ul li span{
	font-size: 16px;
	color: #999999;
}

.prosys_title ul li.bg01{
	background-image: url(../images/ps01.png);
}

.prosys_title ul li.bg02{
	background-image: url(../images/sj01.png);
}

.prosys_title ul li.bg03{
	background-image: url(../images/pt01.png);
}

.prosys_title ul li.navaA.bg01{
	background-image: url(../images/ps02.png);
}

.prosys_title ul li.navaA.bg02{
	background-image: url(../images/sj02.png);
}

.prosys_title ul li.navaA.bg03{
	background-image: url(../images/pt02.png);
}

.prosys_title ul li i{
	width: 0;
	height: 0;
	margin-left: -9px;
	border-top: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: none;
}

.prosys_box,
.prosys{
	width: 100%;
	padding-top: 20px;
}

.prosys{
	display: none;
}

.prosys_img{
	width: 872px;
	height: 520px;
	float: left;
}

.prosys_img img{
	width: 100%;
}

.prosys_main{
	width: 270px;
	height: 520px;
	float: right;
	position: relative;
}

.prosys_main ul li{
	padding: 16px 24px;
	margin-bottom: 12px;
	background-color: #f3f3f3;
	border-radius: 5px;
	position: relative;
}

.prosys_main ul li span{
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	display: block;
	font-weight: bold;
}

.prosys_main ul li i{
	width: 0;
	height: 0;
	margin-top: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid #f7f7f7;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: -24px;
	top: 50%;
}

.prosys_main ul li.prosys_title{
	text-align: center;
	background-color: #01e699;
	padding: 14px 0;
}

.prosys_main ul li.prosys_title h3{
	font-size: 26px;
	color: #1a1a1a;
}

.prosys_main ul li.prosys_title i{
	border-right: 12px solid #01e699;
}

.prosys_main a{
	width: 240px;
	height: 63px;
	display: block;
	background: url(../images/undlink_btn.png) no-repeat center;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

/*---------------------------跑腿结束----------------------------*/

/*-------------------------配送系统抢单开始-------------------------*/

.rob_head_content{
	width: 490px;
	margin: 90px auto 0;
}

.rob_head_title{
	text-align: center;
}

.rob_head_title h2{
	font-size: 56px;
	color: #02c382;
	font-weight: bold;
}

.rob_head_title h2 b{
	padding: 0 10px;
	font-size: 40px;
	vertical-align: 5px;
}

.rob_head_title h2 span{
	color: #fe7223;
}

.rob_head_box{
	margin-top: 20px;
	padding: 12px 14px;
	border: 1px solid #fff;
}

.rob_head_code,
.rob_head_code img{
	width: 134px;
	height: 134px;
	float: left;
}

.rob_head_text{
	height: 114px;
	line-height: 57px;
	padding: 10px 0;
	font-size: 36px;
	color: #333333;
	float: right;
}

/*---------功能强大---------*/

.rob_fun_content{
	width: 100%;
	padding-top: 20px;
}

.rob_fun_left{
	width: 390px;
	padding: 50px 0 0 100px;
	float: left;
}

.rob_fun_num{
	width: 50px;
	float: left;
}

.rob_fun_num i{
	width: 50px;
	height: 32px;
	display: block;
	background-image: url(../images/rob_fun_num.png);
}

.rob_fun_num i.icon_robnum01{
	background-position: 0px 0px;
}

.rob_fun_num i.icon_robnum02{
	background-position: -50px 0px;
}

.rob_fun_num i.icon_robnum03{
	background-position: -100px 0px;
}

.rob_fun_num b{
	width: 1px;
	height: 100px;
	margin: 10px auto;
	display: block;
	background-color: #cccccc;
}

.rob_fun_text{
	width: 320px;
	float: right;
}

.rob_fun_text h3{
	margin-top: -5px;
	font-size: 30px;
	color: #666666;
}

.rob_fun_text p{
	line-height: 24px;
	padding-top: 8px;
	text-align: justify;
	font-size: 16px;
	color: #999999;
}

.rob_fun_left ul li.navaA .rob_fun_num i.icon_robnum01{
	background-position: 0px -32px;
}

.rob_fun_left ul li.navaA .rob_fun_num i.icon_robnum02{
	background-position: -50px -32px;
}

.rob_fun_left ul li.navaA .rob_fun_num i.icon_robnum03{
	background-position: -100px -32px;
}

.rob_fun_left ul li.navaA .rob_fun_num b{
	background-color: #01cd88;
}

.rob_fun_left ul li.navaA .rob_fun_text h3{
	color: #01cd88;
}

.rob_fun_left ul li.navaA .rob_fun_text p{
	color: #27d192;
}

.rob_fun_right{
	width: 264px;
	height: 573px;
	margin-right: 208px;
	float: right;
	background-image: url(../images/rob_phnoe_img_new.png);
	position: relative;
}

.rob_fun_right .rob_btnL,
.rob_fun_right .rob_btnR{
	width: 56px;
	height: 56px;
	margin-top: -56px;
	display: block;
	background-image: url(../images/rob_btn.png);
	position: absolute;
	top: 50%;
}

.rob_fun_right .rob_btnL{
	background-position: 0 0;
	left: -125px;
}

.rob_fun_right .rob_btnR{
	background-position: -56px 0;
	right: -125px;
}

.rob_fun_img{
	width: 236px;
	height: 420px;
	position: absolute;
	left: 15px;
	top: 54px;
	overflow: hidden;
}

.rob_fun_img ul{
	position: relative;
}

.rob_fun_img ul,
.rob_fun_img ul li,
.rob_fun_img ul li img{
	width: 100%;
	height: 100%;
}

.rob_fun_img ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}































/*-------------------------配送系统抢单结束-------------------------*/

/*--------------------------底部导航开始---------------------------*/

.nav_bottom_content{
	width: 100%;
	background-color: #424242;
}

.nav_bottom_box{
	width: 1200px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
}

.nav_bottom_box ul li{
	font-size: 14px;
	color: #808080;
	display: inline-block;
}

.nav_bottom_box ul li a{
	margin: 0 14px;
	font-size: 14px;
	color: #bfbfbf;
}

/*--------------------------底部导航结束---------------------------*/

/*----------------------------底部开始----------------------------*/

.footer_content{
	width: 100%;
	padding: 36px 0;
	background-color: #333333;
}

.footer_box{
	width: 1200px;
	margin: 0 auto;
}

.footer_left{
	float: left;
}

.footer_img_left,
.footer_img_right{
	height: 146px;
	float: left;
	text-align: center;
}

.footer_img_left span,
.footer_img_right span{
	font-size: 14px;
	color: #999999;
	display: block;
}

.footer_img_left{
	padding-right: 22px;
	border-right: 1px solid #4d4d4d;
}

.footer_img_left img{
	width: 90px;
	height: 118px;
	margin: 0 auto 11px;
	display: block;
}

.footer_img_right{
	padding-left: 30px;
}

.footer_img_right img{
	width: 110px;
	height: 110px;
	margin: 0 auto 19px;
	display: block;
}

.footer_center{
	padding-left: 68px;
	float: left;
}

.footer_center dl{
	width: 140px;
	padding-right: 10px;
	float: left;
}

.footer_center dl dt,
.footer_right h3{
	font-size: 15px;
	color: #cccccc;
	font-weight: bold;
}

.footer_center dl dd{
	padding-top: 10px;
}

.footer_center dl dd a{
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer_right{
	float: left;
}

.footer_right i,
.footer_right strong{
	margin-top: 10px;
	font-size: 36px;
	color: #fe7223;
	display: block;
}

.footer_right span{
	font-size: 12px;
	color: #999999;
}

.footer_right p{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}

.footer_copyright{
	width: 100%;
	background-color: #1a1a1a;
}

.footer_copyright_box{
	width: 1200px;
	line-height: 24px;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
}

.footer_copyright p{
	font-size: 14px;
	color: #666666;
}

/*----------------------------底部结束----------------------------*/