@charset "utf-8";
* {margin: 0;padding: 0;border: 0;list-style: none;}
html,body,header {
    font-family: Arial,sans-serif,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB;
    font-size: 16px;
    line-height: 1.2;
    word-spacing: 1px;
    color: #696969;
    width: 100%;
    height: auto;
    background: #fff;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}
h1,h2,h3,h4 {font-weight: 400}
ul,li {list-style: none}
a {color: #696969;text-decoration: none}
img {border: none;display: flex}
.mtop0{margin-top: 0!important;}
.gb{background: #fff}
.gray{background: #ededed}

.service-wrapper,.about-wrapper,.process-wrapper,.inplus-wrapper,.shop-wrapper,.wedo-wrapper,.choice-wrapper,.product-wrapper,.partner-wrapper,.customer-wrapper,.kuaidi-items,.ask-wrapper,.history-wrapper,.aboutditu-wrapper,.footer-wrapper{width: 1080px;background: #fff;margin:0 auto;margin-top: 50px}
.header-wrapper{width: 1080px;margin: 0 auto;height: 80px;}
.header-wrapper .logo{
	width: 150px;
	height: 40px;
	padding-top: 20px;
	float: left;
}
.header-wrapper .logo a{width: 100%;display: block;}
.header-wrapper .logo a img{width: 100%;}
.header-wrapper .menu-btn{display: none}
.menu-wrapper{
	width: 820px;
	height: 80px;
	float: right;
}
.menu-wrapper .main-menu{
	width: 600px;
	height: 100%;
	line-height: 80px;
	float: left;
	/* overflow: hidden; */
}
.main-menu .menu-list{
	width: 99%;
	float: right;
}
.main-menu .menu-list .menu-item{
	position: relative;
	margin-right: 50px;
	float: left;
}
.main-menu .menu-list .menu-item .menu-text{
	font-size: 18px;
	/* font-weight: bold; */
}
.main-menu .menu-list .menu-item .sub-menu{
	width: 200%;
	background: #FFF;
	/* border: 1px solid #87c572; */
	position: absolute;
	z-index: 999;
	top: 80px;
	left: -30%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
}
.main-menu .menu-list .menu-item .sub-menu a{
	display: block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #fff;
	background: #FFF;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;
}
.main-menu .menu-list .menu-item .sub-menu a:first-child{border-top: none;}
.main-menu .menu-list .menu-item:hover>a>span,.main-menu .menu-list .menu-item.on>a>span{
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	/* display: block; */
}
.main-menu .menu-list .menu-item.on>a>span{text-decoration: underline;}
.main-menu .menu-list .menu-item:hover .sub-menu{display: block;}
.menu-wrapper .main-user-btn{
	width: 220px;
	padding-top: 20px;
	float: right;
}
.menu-wrapper .main-user-btn a{
	color: #87c572;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #87c572;
	padding: 5px;
	margin-right: 10px;
}
.menu-wrapper .main-user-btn a:last-child{margin-right: 0}
.menu-wrapper .main-user-btn a.login,.menu-wrapper .main-user-btn a.regist{	padding: 5px 12px;}
.main-user-btn a.home{position: relative;color: #999;font-size: 18px;}
.main-user-btn a.home::before{position: absolute;content: " ";width: 28px;height: 24px;top: 5px;left:-30px;background-image: url(../images/ico-home.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}

.slider-wrapper,.slider-wrapper .item-slider,.slider-wrapper .item-slider img,.slider-wrapper .swiper-container .swiper-wrapper .swiper-slide img,.service-shop-image .shop-wrapper>img,.service-shop-image .service-ditu>img{width: 100%}
.swiper-button-prev{background-image: url(../images/ico-left.png)!important;}
.swiper-button-next{background-image: url(../images/ico-right.png)!important;}
/* tab */
.service-wrapper,.service-wedo{margin-top: 50px;margin-bottom: 50px;}
.service-wrapper .service-tab-index,.service-wrapper .service-tab-body,.service-haiwai,.service-wedo{width: 100%;}
.service-wrapper .service-tab-index h2{font-size: 20px;padding:20px;float: left;background: #87c572;color: #fff;border-right: 1px solid #fff;cursor: pointer;}
.service-wrapper .service-tab-index h2:first-child{border-top-left-radius: 10px;}
.service-wrapper .service-tab-index h2:last-child{border-top-right-radius: 10px;}
.service-wrapper .service-tab-body{clear: both;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;padding: 4%;box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 6%);-webkit-box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 6%);-moz-box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 6%);}
.service-wrapper .service-tab-body .service-tab-items{width: 100%;overflow: hidden;display: none}
.service-wrapper .service-tab-body .service-tab-items:first-child{display: block;}
.service-tab-items .service-item{width: 22%;float: left;margin-right: 3%;border: 1px solid #ccc;border-radius: 20px;}
.service-tab-items .service-item:last-child{margin-right: 0}
.service-tab-items .service-item .service-container{width: 86%;margin: 0 auto;padding: 10% 0;}
.service-item .service-container .title{width: 100%;font-size: 24px;color: #87c572;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.service-item .service-container .content{width: 100%;height: 120px;font-size: 12px;line-height: 1.6;margin-top: 10%;overflow: hidden;}
.service-item .service-container .image{width: 80%;margin: 0 auto;margin-top: 5%;}
.service-item .service-container .image img{width: 100%}
.service-item .service-container .buttons{width: 100%;margin-top: 10%;}
.service-item .service-container .buttons a{width: 100%;border-radius: 8px;display: block;text-align: center;border:1px solid #87c572;padding: 4% 0}
.service-item .service-container .buttons a.more{color: #87c572;}
.service-item .service-container .buttons a.order{color: #fff;background: #87c572;margin-top: 5%;}

.service-process,.service-ditu,.service-shop-image{width: 100%;min-width: 1080px;position: relative;}
.service-process .service-processbg,.service-process .service-processbg img,.service-ditu .service-ditubg,.service-ditu .service-ditubg img,.service-plus,.service-plus img,.service-haiwaibg,.service-haiwaibg img{width: 100%;}

.process-wrapper .process-title,.process-wrapper .process-items,.service-shop .shop-title,.service-wedo .wedo-title,.choice-wrapper .choice-title,.choice-wrapper .choice-items,.product-wrapper .product-title,.product-wrapper .product-items,.partner-wrapper .partner-title,.partner-wrapper .partner-items,.customer-wrapper .customer-title,.customer-wrapper .customer-items,.ask-wrapper .ask-title,.ask-wrapper .ask-items,.aboutditu-wrapper .aboutditu-title,.history-wrapper .history-title,.history-wrapper .history-items{width: 100%}
.process-wrapper .process-title,.choice-wrapper .choice-title,.service-shop .shop-title,.service-wedo .wedo-title,.product-wrapper .product-title,.aboutditu-wrapper .aboutditu-title,.partner-wrapper .partner-title,.customer-wrapper .customer-title,.ask-wrapper .ask-title,.history-wrapper .history-title,.inplus-wrapper .title{text-align: center;}
.process-wrapper .process-title h2,.choice-wrapper .choice-title h2,.service-shop .shop-title h2,.service-wedo .wedo-title h2,.product-wrapper .product-title h2,.aboutditu-wrapper .aboutditu-title h2,.partner-wrapper .partner-title h2,.customer-wrapper .customer-title h2,.ask-wrapper .ask-title h2,.history-wrapper .history-title h2,.inplus-wrapper .title h2{font-size: 32px;color: #87c572;display: inline-block;}
.process-wrapper .process-title h2::after,.choice-wrapper .choice-title h2::after,.service-shop .shop-title h2::after,.service-wedo .wedo-title h2::after,.aboutditu-wrapper .aboutditu-title h2::after,.partner-wrapper .partner-title h2::after,.customer-wrapper .customer-title h2::after,.ask-wrapper .ask-title h2::after,.history-wrapper .history-title h2::after,.inplus-wrapper .title h2::after{content: "";width: 40%;height: 1px;margin: 0 auto;padding: 5px;border-bottom: 3px solid #87c572;display: block;}
.choice-wrapper .choice-items{overflow: hidden;margin-top:20px;}
.choice-wrapper .choice-items .choice-item{width: 48%;float: left;border-radius: 75px;border: 1px solid #87c572;margin-bottom: 4%}
.choice-wrapper .choice-items .choice-item:nth-child(2n){float: right;}
.choice-items .choice-item .choice-img,.choice-items .choice-item .choice-content{float: left;}
.choice-items .choice-item .choice-img{width: 150px;height: 150px;}
.choice-items .choice-item .choice-img img{width: 80%;margin: 10% 0 0 10%;}
.choice-items .choice-item .choice-content{width:350px;float: right;}
.choice-items .choice-item .choice-content.bx{padding-top: 20px;}
.choice-item .choice-content h3{font-size: 20px;color: #87c572;font-weight: bold;margin: 6% 0 4% 0;}
.choice-item .choice-content p{width: 300px;font-size: 14px;line-height: 1.6;}
.main-menu .menu-list .menu-item .sub-menu a:hover,.menu-wrapper .main-user-btn a:hover,.service-tab-index h2.curr{background: #fff;color: #87c572;}
/* 增值 */
.service-process{background: #ededed;padding: 1px 0 50px 0}
.service-process.idx{background: unset;padding:0}
.inplus-wrapper {background: unset;}
.inplus-wrapper .inplus-items{width: 100%;margin:0 auto;overflow: hidden;background: #fff;margin-top: 30px;border-radius: 60px;border:1px solid #87c572;}
.inplus-wrapper .inplus-items .item{width:90%;height: 120px;margin: 0 auto;}
.inplus-wrapper .inplus-items .item .img{width: 130px;float: left;padding-top: 10px}
.inplus-wrapper .inplus-items .item .text{width: calc(100% - 160px);float: right;padding-top: 20px;}
.inplus-wrapper .inplus-items .item h3{display: block;font-size: 32px;color: #87c572;}
.inplus-wrapper .inplus-items .item p{font-size: 20px;margin-top: 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}

/* 流程 */
.service-process .process-body,.service-process .service-inplus-wrapper{width: 100%;position: absolute;top:0;}
.process-body .process-wrapper{background: unset;}
.process-wrapper .process-title h2{color:#fff}
.process-wrapper .process-title h2::after{border-color: #fff}
.process-wrapper .process-items{margin-top: 40px;}
.process-wrapper .process-items .process-item{width: 9%;float: left;margin-right: calc((100% - (9% + 2px)*9)/8);background: #fff;border-radius: 10px;}
/* .process-wrapper .process-items .process-item:first-child{margin-left: 2%} */
.process-wrapper .process-items .process-item:last-child{margin-right: 0%}
.process-wrapper .process-items .process-item a{width: 80%;margin: 0 auto;display: block;margin-top: 15%;margin-bottom: 15%}
.process-wrapper .process-items .process-item a .process-img,.process-wrapper .process-items .process-item a .process-img img{width: 100%}
.process-wrapper .process-items .process-item a .process-content{width: 100%;text-align: center;height: 70px;}
.process-wrapper .process-items .process-item .process-content h3,.process-wrapper .process-items .process-item .process-content p{color: #87c572;margin-top:5%;}
.process-wrapper .process-items .process-item .process-content p{font-size: 14px;}
/* 伙伴 */
.partner-wrapper{margin-bottom: 80px;}
.partner-wrapper .partner-items,.customer-wrapper .customer-items{border-radius: 20px;box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 6%);-webkit-box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 6%);-moz-box-shadow: 1px 1px 10px 5px rgb(0 0 0 / 6%);margin-top: 3%;}
.partner-wrapper .partner-items ul,.customer-wrapper .customer-items ul{width: 90%;margin: 0 auto;padding: 3% 0 1% 0;overflow: hidden;}
.partner-wrapper .partner-items ul li,.customer-wrapper .customer-items ul li{width: 15%;float: left;margin-right: 2%;margin-bottom: 2%;}
.customer-wrapper .customer-items ul li{width: 23.5%;}
.partner-wrapper .partner-items ul li:nth-child(6n),.customer-wrapper .customer-items ul li:nth-child(4n){margin-right: 0;}
.partner-wrapper .partner-items ul li a,.partner-wrapper .partner-items ul li a img,.customer-wrapper .customer-items ul li a,.customer-wrapper .customer-items ul li a img{width: 100%}
.customer-content{width:100%;margin:20px 0 50px 0;}
.customer-content img{display: inline-block;width: 100%;}
/* 问题 */
.kuaidi-wrapper,.ask-container,.history-container,.footer-container{width: 100%;overflow: hidden;background: #87c572;margin-top: 50px;padding-bottom: 50px;}
.ask-wrapper .ask-title,.history-wrapper .history-title{background: #87c572;}
.ask-wrapper .ask-title h2,.history-wrapper .history-title h2{color: #fff;}
.ask-wrapper .ask-title h2::after,.history-wrapper .history-title h2::after{border-color: #fff;}
.ask-wrapper .ask-items,.history-wrapper .history-items{background: #87c572;padding-top: 3%;}
.ask-wrapper .ask-items .ask-left-items,.ask-wrapper .ask-items .ask-right-items{width: 48%;float: left;}
.ask-wrapper .ask-items .ask-right-items{float: right;}
.ask-items .ask-item{width: 100%;border-top: 1px solid #fff;}
.ask-items .ask-left-items .ask-item:last-child,.ask-items .ask-right-items .ask-item:last-child{border-bottom: 1px solid #fff;}
.ask-items .ask-item .ask-title{width: 90%;position: relative;color: #fff;font-size: 18px;font-weight: bold;display: block;text-align: left;margin-top: 5%;margin-bottom: 5%;}
.ask-items .ask-item .ask-title::after{position: absolute;content: " ";width: 23px;height: 3px;top: 10px;right: -10%;background-image: url(../images/ico-ask1.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;cursor: pointer}
.ask-items .ask-item .ask-content{width: 100%;margin-bottom: 5%;line-height: 1.5;display: none}
.ask-items .ask-item .ask-content span{color: #fff;font-size:14px;}
.ask-items .ask-item.on .ask-title::after{height: 23px;top: 0;background-image: url(../images/ico-ask2.png);}
.ask-items .ask-item.on .ask-content{display: block;}

/* kd */
.kuaidi-wrapper,.kuaidi-wrapper .kuaidi-items{background: #ededed;}
.kuaidi-items .kuaidi-item{width: 30%;float: left;margin-right:5%;box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-webkit-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-moz-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);border-radius: 20px;overflow: hidden;}
.kuaidi-items .kuaidi-item:last-child{margin-right:0;}
.kuaidi-item .kuaidi-img,.kuaidi-item .kuaidi-img img{width: 100%;}
.kuaidi-item .kuaidi-content{width: 100%;margin:7% 0 10%;text-align: center;}
.kuaidi-item .kuaidi-content .kuaidi-name,.kuaidi-item .kuaidi-content .kuaidi-text{width: 80%;margin: 0 auto;}
.kuaidi-item .kuaidi-content .kuaidi-name h3{background: #87c572;display: inline-block;color: #fff;padding: 2px 10px}
.kuaidi-item .kuaidi-content .kuaidi-text{text-align: left;}
.kuaidi-item .kuaidi-content .kuaidi-text.less{width: 35%}
.kuaidi-item .kuaidi-content .kuaidi-text p{position: relative;;margin-top: 16px;margin-left: 30px;}
.kuaidi-item .kuaidi-content .kuaidi-text p::before{position: absolute;content: ".";top: -35px;left: -20px;color: #87c572;font-size: 48px;}
/* ditu */
.service-ditu .ditu-body{width: 40%;position: absolute;top:40%;right: 0}
.ditu-body .ditu-wrapper{width: 45%;text-align: center;}
.ditu-body .ditu-wrapper .ditu-title h2{font-size: 32px;color: #87c572;font-weight: bold;display: inline-block;}
.ditu-body .ditu-wrapper .ditu-title h2::after{content: "";width: 100%;height: 1px;margin: 0 auto;padding: 10px 0;border-bottom: 3px solid #87c572;display: block;}
.ditu-body .ditu-wrapper .ditu-content{width: 100%;margin-top: 20px;overflow: hidden;}
.ditu-content .ditu-left,.ditu-content .ditu-right{width: 50%;float: left;line-height: 2;text-align: left;}
.ditu-content .ditu-left a,.ditu-content .ditu-right a{width: 100%;position: relative;display: block;padding-left: 25px;}
.ditu-content a::before,.about-content-bottom p::before{position: absolute;content: " ";width: 20px;height: 20px;top: 6px;left: 0%;background-image: url(../images/ico-dian.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}
.ditu-content .ditu-right a::before,.about-content-bottom p.sz::before{background-image: url(../images/ico-star.png);}
.about-content-bottom p.sh::before{background-image: url(../images/ico-star1.png);}

/* about */
.about-wrapper{border: 1px solid #ededed;border-radius: 20px;box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-webkit-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-moz-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);padding: 3% 0;}
.about-wrapper .about-title,.about-wrapper .about-content,.about-wrapper .about-items{width: 90%;margin: 0 auto;overflow: hidden;}
.about-wrapper .about-title{background: #87c572;color: #fff;text-align: center;}
.about-wrapper .about-title h2{font-size: 24px;font-weight: bold;padding: 10px 0;}
.about-wrapper .about-content{margin-bottom: 20px;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens:auto;text-align:justify;text-justify:newspaper}
.about-wrapper .about-content,.about-wrapper .about-content *{line-height: 2;font-size: 18px;}
.about-wrapper .about-content p{margin-top: 20px;}
.about-wrapper .about-content img{display: inline-block}
.about-wrapper .about-items .about-item{width:20%;float: left;margin-right: 6%;border: 1px solid #87c572;border-radius: 10px;}
.about-wrapper .about-items .about-item:last-child{margin-right:0;}
.about-wrapper .about-items .about-item .about-img{width: 30%;margin: 0 auto;padding: 15px 0;}
.about-wrapper .about-items .about-item .about-img img{width: 100%}
.about-wrapper .about-items .about-item .about-text{width: 100%;text-align: center;}
.about-item .about-text h3{color: #87c572;font-size: 24px;}
.about-item .about-text p{margin: 10px 0 20px 0}
/* 历程 */
.history-wrapper .history-items{position: relative;}
.history-wrapper .history-items:after{position: absolute;content: " ";width: 195px;height: 60px;top: 303px;right: -60px;background-image: url(../images/histroy-icons.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}
.history-items .history-item{position: relative;;width: 10%;height: 260px;display: block;float: left;border-bottom: 2px solid #fff;text-align: center;color: #fff;padding-bottom: 20px;padding-top: 20px;}
.history-items .history-item:nth-child(2n){margin-top: 300px;border-top: 2px solid #fff;border-bottom:unset;}
.history-items .history-item .history-name{font-size: 32px;color: #fff;display: block;}
.history-items .history-item .history-content{position: absolute;width: 150%;left:-25%;margin-top: 10px;line-height: 1.5;font-size: 14px;text-align: left;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens:auto;text-align:justify;text-justify:newspaper}
.history-items .history-item::after{content: "";width: 18px;height: 18px;background: #fff;border-radius: 9px;position: absolute;}
.history-items .history-item:nth-child(2n)::after{top: -10px}
.history-items .history-item:nth-child(2n+1)::after{bottom: -10px}
.aboutditu-container{width: 100%;background: #ededed}
.aboutditu-wrapper{padding-bottom: 50px;padding-top: 50px;margin-top:unset;background: unset;}
.aboutditu-wrapper .aboutditu-body{margin-top: 40px;overflow: hidden;}
.aboutditu-body .about-image{width: 50%;float: left;}
.aboutditu-body .about-image img{width: 100%;}
.aboutditu-body .about-content{width: 50%;float: right;margin-top: 15%;}
.aboutditu-body .about-content .about-content-top{width: 100%;}
.aboutditu-body .about-content .about-content-top p{color: #87c572;font-weight: bold;font-size: 20px;padding-bottom: 25px;}
.aboutditu-body .about-content .about-content-bottom{width: 100%;margin-top: 20px;}
/* 产品 */
.product-wrapper{position: relative;}
.product-wrapper .product-items{}
.product-wrapper .product-items .product-item{width: 100%;margin-bottom: 40px;position: relative;border: 1px solid #ededed;border-radius: 20px;box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-webkit-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-moz-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);}
.product-wrapper .product-items .product-item a{width: 92%;margin: 0 auto;display: block;overflow: hidden;padding:30px 0;}
.product-wrapper .product-items .product-item .product-img{width: 32%;float: left;}
.product-wrapper .product-items .product-item .product-img img{width: 100%;}
.product-wrapper .product-items .product-item .product-text{width: 65%;float: right;}
.product-wrapper .product-items .product-item .product-text h2{font-size: 28px;color: #87c572;height: 60px;line-height: 60px;}
.product-wrapper .product-items .product-item .product-text p{font-size: 18px;line-height: 1.8;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens:auto;text-align:justify;text-justify:newspaper}
.product-wrapper .product-items .product-item:nth-child(2n) .product-img{float: right}
.product-wrapper .product-items .product-item:nth-child(2n) .product-text{float: left;}
.product-wrapper .product-items.lm .product-item .product-text{padding-top: 40px;}

.service-haiwai{position: relative;}
.service-haiwai .haiwai-body{background: #fff;opacity: 0.9;position: absolute; top: 15%;left: 0;width: 50%}
.haiwai-body .haiwai-wrapper{width: 60%;float: right;}
.haiwai-wrapper .haiwai-title{margin: 10% 0;}
.haiwai-wrapper .haiwai-title h2,.wedo-body .wedo-name h3{font-size: 32px;color: #87c572}
.haiwai-wrapper .haiwai-title span,.wedo-body .wedo-name span{font-size: 24px;color: #87c572;margin-top: 2%;display: block;}
.haiwai-wrapper .haiwai-service,.haiwai-wrapper .haiwai-choice{margin-bottom: 6%}
.haiwai-wrapper .haiwai-service h3,.haiwai-wrapper .haiwai-choice h3{display: inline-block;background: #87c572;color: #fff;padding: 3px 10px;}
.haiwai-wrapper .haiwai-service .haiwai-service-item,.haiwai-wrapper .haiwai-choice .haiwai-choice-item{width: 100%;overflow: hidden;margin-top: 5%}
.haiwai-service .haiwai-service-item .item{width: 20%;float: left;text-align: center;margin-bottom: 3%;}
.haiwai-service .haiwai-service-item a{width: 64px;height:64px;line-height:64px;border-radius: 38px;padding:6px;border: 1px solid #000;display: inline-block;}
.haiwai-service .haiwai-service-item a:nth-child(5n){margin-right: 0}
.haiwai-choice .haiwai-choice-item a{width: 45%;float: left;margin-top: 10px;position: relative;padding-left: 4%;}
.haiwai-choice .haiwai-choice-item a:nth-child(2n){margin-right: 0}
.haiwai-choice .haiwai-choice-item a:before,.product-type .product-lamei-items a:before{position: absolute;content: ".";left: 0;font-size: 48px;top: -34px;}
.haiwai-wrapper .haiwai-choice .haiwai-choice-item{margin-bottom: 15%}

/* 底部 */
.footer-container{background: #2c2e2d;margin-top: 0;}
.footer-wrapper{background: #2c2e2d;margin-bottom: 40px;overflow: hidden;}
.footer-wrapper .footer-image{width: 25%;float: left;}
.footer-wrapper .footer-image .logo{width: 60%;}
.footer-wrapper .footer-image .qrcode{width: 35%;background: #fff;border-radius: 8px;margin-top: 30px;}
.footer-wrapper .footer-image .logo img,.footer-wrapper .footer-image .qrcode img{width: 100%}
.footer-container .footer-wrapper .footer-other{width: calc(75% - 60px);float: left;}
.footer-wrapper .footer-other .items{width: 32%;float: left;margin-right: calc((4% - 2px)/2);border-right: 1px solid #fff;}
.footer-wrapper .footer-other .items:last-child{margin-right: 0;border-right: unset}
.footer-container .footer-wrapper .footer-other dl{width: 75%;float: right;}
.footer-container .footer-wrapper .footer-other .items:first-child dl{width: 90%;float: left;}
.footer-container .footer-wrapper .footer-other dl dt{color: #fff;font-weight: bold;font-size: 16px;}
.footer-container .footer-wrapper .footer-other dl dd{margin-top: 15px;}
.footer-container .footer-wrapper .footer-other dl dd a{color: #fff;font-size: 14px;}
.footer-container .footer-wrapper .footer-social{width: 60px;float: right;}
.footer-container .footer-wrapper .footer-social a{position: relative;width: 60px;height: 60px;background: #3cb035;display: inline-block;border-radius: 36px;display: block;margin-bottom: 20px;}
.footer-container .footer-wrapper .footer-social a:before{position: absolute;content: " ";width: 45px;height: 45px;top: 7px;left: 7px;background-image: url(../images/ico-wwechat.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}
.footer-container .footer-wrapper .footer-social a.social-facebook{background: #3b589d;}
.footer-container .footer-wrapper .footer-social a.social-facebook:before{background-image: url(../images/ico-facebook.png);}
.social-wechat .social-qrcode{position: absolute;display: none;width: 100px;height: 100px;border-radius: 10px;overflow: hidden;background: #fff;top: 0px;left: -110px;}
.social-wechat .social-qrcode img{width: 100%;}
.social-wechat:hover .social-qrcode{display: block;}
.fixed-container{width: 100%;min-width: 1080px;position: fixed;bottom: 0;}
.fixed-container .fixed-wrapper{width: 100%;position: relative;}
.fixed-wrapper .order-bgimg,.fixed-wrapper .order-bgimg img{width: 100%;}
.fixed-wrapper .order-content{position: absolute;bottom:12%;width: 60%;right:8%;}
.order-tel{width:42%;float: left;}
.order-content .order-tel{color: #2c2e2d;font-weight: bold;height: 30px;line-height: 30px;}
.order-form{width:45%;float: right;overflow: hidden;}
.order-content .order-tel .text,.order-form .text{font-size: 18px;color: #87c572;}
.order-form .text{height: 30px;line-height: 30px;float: left;margin-right: 10px;font-weight: bold;}
.order-form .order-input{float: left;}
.order-form .ord-input{position: relative;border:1px solid #999;padding-left:8px;width:160px;height: 30px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;float: left;}
.order-form .ord-input:focus,.order-form .ord-input:focus-visible{outline: none;}
.order-form .ord-btn{width: 32px;height: 32px;background: #2c2e2d;position: relative;display: block;float: left;border-top-right-radius: 8px;border-bottom-right-radius: 8px;cursor: pointer;}
.order-form .ord-btn:before{position: absolute;content: " ";width: 25px;height: 25px;top: 4px;left: 4px;background-image: url(../images/ico-search.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}
/* QQ */
.fixed-qq-container{width: 100px;position: fixed;right: 0;bottom: 5%;z-index: 999}
.fixed-qq-container .online{width: 80px;margin: 0 auto;display: block;margin-bottom: 20px;position: relative;}
.fixed-qq-container .online a{width: 100%;display: block;}
.fixed-qq-container .online a.wechat{background: #3cb035;border-radius: 40px;}
.fixed-qq-container .online a.wechat img{width: 60px;margin: 0 auto;padding: 10px;}
.fixed-qq-container .online .social-qrcode{position: absolute;display: none;width: 150px;height: 150px;border-radius: 10px;overflow: hidden;background: #fff;bottom: -35px;left: -155px;border:1px solid #ededed;}
.fixed-qq-container .online a img,.fixed-qq-container .online .social-qrcode img{width: 100%;}
.fixed-qq-container .online:hover .social-qrcode{display: block;}
/* 店铺 */
.service-shop{background: #ededed;padding-bottom: 30px}
.service-shop .shop-title{padding-top: 3%}
.service-shop .shop-title h2:after{padding: 10px}
.service-shop .shop-wrapper,.service-wedo .wedo-wrapper{background: unset;position: relative;}
.shop-wrapper .service-shopbg,.shop-wrapper .service-shopbg img,.wedo-wrapper .service-wedobg,.wedo-wrapper .service-wedobg img{width: 100%}
.shop-wrapper .shop-body,.wedo-wrapper .wedo-body,.wedo-wrapper .wedo-ask-body{position: absolute;top: 15%;width: 80%;left: 10%}
.shop-wrapper .shop-body dl{width: 45%;float: left;overflow: hidden;margin-right: 10%;}
.shop-wrapper .shop-body dl:last-child{margin-right: 0}
.shop-wrapper .shop-body dl dt{width:100%;background: #87c572;text-align: center;color: #fff;font-size: 24px;padding: 10px 0}
.shop-wrapper .shop-body dl dd{width: 50%;float: left;margin-top: 16px;}
.shop-wrapper .shop-body dl dd a{font-size: 18px;position: relative;padding-left:20px;}
.shop-wrapper .shop-body dl dd a:before{position: absolute;content: ".";left: 0;font-size: 60px;top: -44px;}
.shop-wrapper .shop-form{position: absolute;bottom: 60px;width: 660px;left: 340px;}
.shop-form .shop-form-title{width: 130px;float: left;color: #87c572;}
.shop-form .shop-form-title span{font-size: 32px;display: block;}
.shop-form .shop-form-input{width: 300px;float: left;margin-left: 40px;}
.shop-form-input .form-input{width:100%;margin-bottom: 10px}
.shop-form-input .form-input label{font-size: 18px;height: 30px;line-height: 30px}
.shop-form-input .form-input input{width: 200px;height: 30px;border-radius: 5px;border:1px solid #ededed;}
.shop-form-btn{background: #87c572;width: 90px;height: 90px;border-radius: 45px;float: left;margin}
.shop-form-btn span{font-size: 24px;color: #fff;width: 50px;height: 50px;border-radius: 36px;border:1px solid #fff;padding: 12px;display: block;margin: 0 auto;margin-top: 7px;cursor: pointer;}

.service-wedo{}
.wedo-wrapper .wedo-body{width: 40%;top: 20%;left: 8%}
.wedo-body .wedo-name span,.advline-body .advline-text a span{background: #87c572;color: #fff;display: inline-block;padding: 5px 12px;}
.wedo-body .wedo-text{width:100%;line-height: 2;margin-top: 3%}
.wedo-wrapper.mtop0{overflow: hidden;}
.wedo-left-body,.wedo-right-body{width: 47%;float: left;position: relative;}
.wedo-left-body{margin-top: 68px;}
.wedo-right-body{float: right;}
.wedo-wrapper .wedo-ask-body{top: 50%;left: 8%;width: 84%;}
.wedo-wrapper .wedo-left-body .wedo-ask-body {top: 45%}
.wedo-wrapper .wedo-ask-body a{display: block;position: relative;height: 70px;line-height: 70px;padding-left: 50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.wedo-wrapper .wedo-ask-body a:before{position: absolute;content: " ";width: 40px;height: 40px;top: 15px;left: 0;background-image: url(../images/ico-askerr.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}
.wedo-wrapper .wedo-right-body .wedo-ask-body a:before{background-image: url(../images/ico-askdui.png);}
.service-wedo .wedo-ask-button{width: 100%;text-align: center;margin:50px 0 80px 0;cursor: pointer;}
.wedo-ask-button .ask-button,.advline-body .advline-name h3{background: #87c572;color: #fff;font-size: 40px;padding: 10px 60px;border-radius: 40px;}

.shop-wrapper ul{width: 100%;}
.shop-wrapper ul li{width: 100%;background: #fff;box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-webkit-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);-moz-box-shadow: 1px 1px 15px 10px rgb(0 0 0 / 6%);border-radius: 20px;margin-bottom: 4%;overflow: hidden;}
.shop-wrapper .advline-body{width: 94%;margin: 0 auto;overflow: hidden;margin-top: 3%;margin-bottom: 3%;}
.advline-body .advline-name{width: 34%;float: left;text-align: center;}
.advline-body .advline-name.thrid{padding-top: 2%}
.advline-body .advline-name h3{font-size: 24px;padding: 25px 50px;display: inline-block;}
.advline-body .advline-text{width: 60%;float: right;}
.advline-body .advline-text a{width: 50%;float: left;margin: 5px 0;}
.advline-body .advline-text a span{border-radius: 5px;margin-right: 5px;}

.body-wrapper .service-shop.fba{background: #fff;}
.service-shop.fba .shop-wrapper ul li{border-radius: 10px;}
.service-shop.fba .shop-wrapper ul li table{width: 94%;margin:0 auto;margin-top: 3%;margin-bottom: 3%;border-bottom: 10px solid #87c572;text-align: center;line-height: 50px;table-layout:fixed;}
.service-shop.fba .shop-wrapper ul li table tr th,.service-shop.fba .shop-wrapper ul li table tr td{border-right: 2px solid #ddd;}
.service-shop.fba .shop-wrapper ul li table tr th:last-child,.service-shop.fba .shop-wrapper ul li table tr td:last-child{border-right: unset;}
.service-shop.fba .shop-wrapper ul li table .shop-th{background: #87c572;color: #fff;font-size: 18px;}
.service-shop.fba .shop-wrapper ul li table .shop-td:nth-child(odd){background: #ededed;}

.service-shop.fba .shop-wrapper ul li .news-list{width: 94%;margin:0 auto;margin-top: 3%;margin-bottom: 3%;overflow: hidden;}
.service-shop.fba .shop-wrapper ul li .news-list .news-image{width: 23%;float: left;display: block;}
.service-shop.fba .shop-wrapper ul li .news-list .news-image img{width: 100%;}
.service-shop.fba .shop-wrapper ul li .news-list .news-info-box{width: 75%;float: right;}
.news-list .news-info-box .title{width: 100%;font-size: 20px;font-weight: bold;height: 40px;line-height: 30px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.news-list .news-info-box .text{width: 100%;line-height: 25px;margin: 10px 0;}
.news-list .news-info-box .publish{width: 100%;height:30px;line-height: 30px;overflow: hidden;}
.news-list .news-info-box .publish .date{color: #9e9e9e;position: relative;margin-left: 30px;}
.news-list .news-info-box .publish .date:before{position: absolute;content: " ";width: 24px;height: 24px;top: -1px;left: -30px;background-image: url(../images/ico-date.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}

.service-shop.fba .shop-wrapper .news-page{width: 100%;overflow: hidden;}
.service-shop.fba .shop-wrapper .news-page .page-item{width: 100%;padding-bottom: 20px;}
.service-shop.fba .shop-wrapper .news-page .page-item a{display: inline-block;background: #FFF;border: 1px #e0dddd solid;padding: 5px 10px;margin-right: 10px;border-radius: 5px;}
.service-shop.fba .shop-wrapper .news-page .page-item a:hover,.service-shop.fba .shop-wrapper .news-page .page-item a.curr{border: 1px #87c572 solid;background: #87c572;color: #FFF;}
@media (max-width:1080px){
	.order-form .text{display: none}
}
@media (max-width:971px){

}
@media (max-width:915px){

}
@media (max-width:768px){
	.header-wrapper,.about-wrapper,.history-wrapper,.product-wrapper,.inplus-wrapper,.customer-wrapper,.footer-wrapper{width: 90%!important;margin:0 auto;}
	.service-wrapper,.about-wrapper,.process-wrapper,.inplus-wrapper,.shop-wrapper,.wedo-wrapper,.choice-wrapper,.product-wrapper,.partner-wrapper,.customer-wrapper,.kuaidi-items,.ask-wrapper,.history-wrapper,.aboutditu-wrapper,.footer-wrapper{width: 100%;margin-top: .5rem}
	.header-wrapper{width: 100%;margin: 0 auto;height: .8rem;}
	.header-wrapper .logo{width: 1.5rem;height: .4rem;padding-top: .20rem;}
	.header-wrapper .logo a{width: 100%;display: block;}
	.header-wrapper .logo a img{width: 100%;}
	.header-wrapper .menu-btn{float: right;display: block;}
	.header-wrapper .menu-btn a{position: relative;}
	.header-wrapper .menu-btn a::after{position: absolute;content: " ";width: .4rem;height: .4rem;top: .2rem;right: 0;background-image: url(../images/ico-menu.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;cursor: pointer}
	.header-wrapper .menu-btn.open a::after{background-image: url(../images/ico-close.png)!important;}
	.menu-wrapper{width: 100%;height: auto;float: right;display: none}
	.menu-wrapper .main-menu{width: 90%;height: 100%;line-height: .8rem;float: unset;margin: 0 auto;}
	.main-menu .menu-list{width: 100%;float: unset;}
	.main-menu .menu-list .menu-item{margin-right: unset;float: unset;border-bottom: 1px solid #87c572;}
	.main-menu .menu-list .menu-item .menu-text{font-size: .2rem;font-weight: bold;}
	.main-menu .menu-list .menu-item .sub-menu{width: 80%;background: #FFF;position: relative;z-index: 999;top: unset;left: unset;border-radius: unset;display: block;margin: 0 auto}
	.main-menu .menu-list .menu-item .sub-menu a{display: block;height: .45rem;line-height: .45rem;text-align: left;border-top: unset;background: #FFF;font-size: .18rem}
	.main-menu .menu-list .menu-item:hover>a>span,.main-menu .menu-list .menu-item.on>a>span{border-bottom: .02rem solid #87c572;padding-bottom: .1rem;}
	.main-menu .menu-list .menu-item.on>a>span{text-decoration: none;}
	.main-menu .menu-list .menu-item:hover .sub-menu{display: block;}
	.menu-wrapper .main-user-btn{width: 90%;padding-top: .2rem;padding-bottom: .3rem;float: unset;margin:0 auto;}
	.menu-wrapper .main-user-btn a{color: #87c572;height: .4rem;line-height: .40rem;border-radius: .05rem;border: .01rem solid #87c572;padding: .05rem;margin-right: .1rem;font-size: .18rem;}
	.menu-wrapper .main-user-btn a:last-child{margin-right: 0}
	.menu-wrapper .main-user-btn a.login,.menu-wrapper .main-user-btn a.regist{padding: .05rem .12rem;display: none;}
	.body-wrapper, .slider-wrapper{width: 100vw!important;overflow: hidden;}
	.slider-wrapper,.slider-wrapper .item-slider,.slider-wrapper .item-slider img,.slider-wrapper .swiper-container .swiper-wrapper .swiper-slide img,.service-shop-image .shop-wrapper>img,.service-shop-image .service-ditu>img{width: 100%}
	.swiper-button-prev{background-image: url(../images/ico-left.png)!important;}
	.swiper-button-next{background-image: url(../images/ico-right.png)!important;}
	/* tab */
	.service-wrapper,.service-wedo{margin-top: .5rem;margin-bottom: .5rem;}
	.service-wrapper .service-tab-index h2{font-size: .2rem;padding:.2rem;border-right: .01rem solid #fff;}
	.service-wrapper .service-tab-index h2:first-child{border-top-left-radius: .1rem;}
	.service-wrapper .service-tab-index h2:last-child{border-top-right-radius: .1rem;}
	.service-wrapper .service-tab-body{clear: both;border-top-right-radius: .2rem;border-bottom-left-radius: .2rem;border-bottom-right-radius: .2rem;padding: 4%;box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-webkit-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-moz-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);}
	.service-tab-items .service-item{width: 22%;float: left;margin-right: 3%;border: .01rem solid #ccc;border-radius: .2rem;}
	.service-tab-items .service-item .service-container{width: 86%;margin: 0 auto;padding: 10% 0;}
	.service-item .service-container .title{width: 100%;font-size: .24rem;}
	.service-item .service-container .content{width: 100%;height: 1.2rem;font-size: .16rem;line-height: 1.6;margin-top: 10%;overflow: hidden;}
	.service-item .service-container .image{width: 80%;margin: 0 auto;margin-top: 5%;}
	.service-item .service-container .image img{width: 100%}
	.service-item .service-container .buttons{width: 100%;margin-top: 10%;}
	.service-item .service-container .buttons a{width: 100%;border-radius: .1rem;display: block;text-align: center;border:.01rem solid #87c572;padding: 4% 0}
	.service-item .service-container .buttons a.more{color: #87c572;}
	.service-item .service-container .buttons a.order{color: #fff;background: #87c572;margin-top: 5%;}

	.service-process,.service-ditu,.service-shop-image{width: 100%;position: relative;}
	.service-process .service-processbg,.service-process .service-processbg img,.service-ditu .service-ditubg,.service-ditu .service-ditubg img,.service-plus,.service-plus img,.service-haiwaibg,.service-haiwaibg img{width: 100%;}

	.process-wrapper .process-title,.process-wrapper .process-items,.service-shop .shop-title,.service-wedo .wedo-title,.choice-wrapper .choice-title,.choice-wrapper .choice-items,.product-wrapper .product-title,.product-wrapper .product-items,.partner-wrapper .partner-title,.partner-wrapper .partner-items,.customer-wrapper .customer-title,.customer-wrapper .customer-items,.ask-wrapper .ask-title,.ask-wrapper .ask-items,.aboutditu-wrapper .aboutditu-title,.history-wrapper .history-title,.history-wrapper .history-items{width: 100%}
	.process-wrapper .process-title,.choice-wrapper .choice-title,.service-shop .shop-title,.service-wedo .wedo-title,.product-wrapper .product-title,.aboutditu-wrapper .aboutditu-title,.partner-wrapper .partner-title,.customer-wrapper .customer-title,.ask-wrapper .ask-title,.history-wrapper .history-title,.inplus-wrapper .title{text-align: center;}
	.process-wrapper .process-title h2,.choice-wrapper .choice-title h2,.service-shop .shop-title h2,.service-wedo .wedo-title h2,.product-wrapper .product-title h2,.aboutditu-wrapper .aboutditu-title h2,.partner-wrapper .partner-title h2,.customer-wrapper .customer-title h2,.ask-wrapper .ask-title h2,.history-wrapper .history-title h2,.inplus-wrapper .title h2{font-size: .32rem;color: #87c572;display: inline-block;}
	.process-wrapper .process-title h2::after,.choice-wrapper .choice-title h2::after,.service-shop .shop-title h2::after,.service-wedo .wedo-title h2::after,.aboutditu-wrapper .aboutditu-title h2::after,.partner-wrapper .partner-title h2::after,.customer-wrapper .customer-title h2::after,.ask-wrapper .ask-title h2::after,.history-wrapper .history-title h2::after,.inplus-wrapper .title h2::after{content: "";width: 40%;height: 1px;margin: 0 auto;padding: .05rem;border-bottom: .03rem solid #87c572;display: block;}
	.choice-wrapper .choice-items{overflow: hidden;width: 90%;margin: 0 auto;margin-top:.3rem;}
	.choice-wrapper .choice-items .choice-item{width: 100%;float: left;border-radius: 75px;border: 1px solid #87c572;margin-bottom: 4%}
	.choice-wrapper .choice-items .choice-item:nth-child(2n){float: right;}
	.choice-items .choice-item .choice-img,.choice-items .choice-item .choice-content{float: left;}
	.choice-items .choice-item .choice-img{width: 1.5rem;height: 1.5rem;}
	.choice-items .choice-item .choice-img img{width: 80%;margin: 10% 0 0 10%;}
	.choice-items .choice-item .choice-content{width:calc(100% - 1.8rem);float: right;}
	.choice-items .choice-item .choice-content.bx{padding-top: .2rem;}
	.choice-item .choice-content h3{font-size: .2rem;color: #87c572;font-weight: bold;margin: 6% 0 4% 0;}
	.choice-item .choice-content p{width: calc(100% - .5rem);font-size: .14rem;line-height: 1.6;}
	.main-menu .menu-list .menu-item .sub-menu a:hover,.menu-wrapper .main-user-btn a:hover,.service-tab-index h2.curr{background: #fff;color: #87c572;}
	/* 增值 */
	.service-process{padding: .2rem 0 .5rem 0;min-width:unset;}
	.service-process.idx{background: #87c572;padding: .5rem 0 .3rem 0;}
	.inplus-wrapper {background: unset;}
	.service-process .service-processbg{display: none;}
	.service-process .process-body{position: relative!important;}
	.inplus-wrapper .inplus-items{width: 100%;margin:0 auto;overflow: hidden;background: #fff;margin-top: .3rem;border-radius: .6rem;border:.01rem solid #87c572;}
	.inplus-wrapper .inplus-items .item{width:90%;height: 1.2rem;margin: 0 auto;}
	.inplus-wrapper .inplus-items .item .img{width: 1.3rem;float: left;padding-top: .1rem}
	.inplus-wrapper .inplus-items .item .img img{width: 100%;}
	.inplus-wrapper .inplus-items .item .text{width: calc(100% - 1.5rem);float: right;padding-top: .2rem;}
	.inplus-wrapper .inplus-items .item h3{display: block;font-size: .32rem;color: #87c572;}
	.inplus-wrapper .inplus-items .item p{font-size: .2rem;margin-top: .1rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
	/* 流程 */
	.service-process .process-body,.service-process .service-inplus-wrapper{width: 100%;position: absolute;top:0;}
	.process-body .process-wrapper{width: 90%;margin: 0 auto;overflow: hidden;}
	.process-wrapper .process-title h2{color:#fff}
	.process-wrapper .process-title h2::after{border-color: #fff}
	.process-wrapper .process-items{margin-top: .4rem;}
	.process-wrapper .process-items .process-item{width: 30%;float: left;margin-right: calc((100% - (30% + .02rem)*3)/2);background: #fff;border-radius: .2rem;margin-bottom: 5%}
	.process-wrapper .process-items .process-item:nth-child(3n){margin-right: 0}
	.process-wrapper .process-items .process-item a{width: 80%;margin: 0 auto;display: block;margin-top: 15%;margin-bottom: 15%}
	.process-wrapper .process-items .process-item a .process-img,.process-wrapper .process-items .process-item a .process-img img{width: 100%}
	.process-wrapper .process-items .process-item a .process-content{width: 100%;text-align: center;height: .5rem;}
	.process-wrapper .process-items .process-item .process-content h3,.process-wrapper .process-items .process-item .process-content p{color: #87c572;margin-top:5%;}
	.process-wrapper .process-items .process-item .process-content p{font-size: .16rem;}
	/* 伙伴 */
	.partner-wrapper{margin-bottom: .8rem;}
	.partner-wrapper .partner-items,.customer-wrapper .customer-items{width: 90%;border-radius: .2rem;box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-webkit-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-moz-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);margin:0 auto;margin-top: .3rem;}
	.partner-wrapper .partner-items ul,.customer-wrapper .customer-items ul{width: 90%;margin: 0 auto;padding: 3% 0 1% 0;overflow: hidden;}
	.partner-wrapper .partner-items ul li,.customer-wrapper .customer-items ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 2%;}
	.partner-wrapper .partner-items ul li:nth-child(3n),.customer-wrapper .customer-items ul li:nth-child(4n){margin-right: 0;}
	.partner-wrapper .partner-items ul li a,.partner-wrapper .partner-items ul li a img,.customer-wrapper .customer-items ul li a,.customer-wrapper .customer-items ul li a img{width: 100%}
	.customer-content{width:100%;margin:.3rem 0 .5rem 0;}
	.customer-content img{display: inline-block;width: 100%;}
	/* 问题 */
	.kuaidi-wrapper,.ask-container,.history-container,.footer-container{width: 100%;overflow: hidden;background: #87c572;margin-top: .5rem;padding-bottom: .5rem;}
	.ask-wrapper .ask-title,.history-wrapper .history-title{background: #87c572;}
	.ask-wrapper .ask-title h2,.history-wrapper .history-title h2{color: #fff;}
	.ask-wrapper .ask-title h2::after,.history-wrapper .history-title h2::after{border-color: #fff;}
	.ask-wrapper .ask-items,.history-wrapper .history-items{background: #87c572;padding-top: 3%;}
	.ask-wrapper .ask-items .ask-left-items,.ask-wrapper .ask-items .ask-right-items{width: 48%;float: left;}
	.ask-wrapper .ask-items .ask-right-items{float: right;}
	.ask-items .ask-item{width: 100%;border-top: .01rem solid #fff;}
	.ask-items .ask-left-items .ask-item:last-child,.ask-items .ask-right-items .ask-item:last-child{border-bottom: .01rem solid #fff;}
	.ask-items .ask-item .ask-title{width: 90%;position: relative;color: #fff;font-size: .18rem;font-weight: bold;display: block;text-align: left;margin-top: 5%;margin-bottom: 5%;}
	.ask-items .ask-item .ask-title::after{position: absolute;content: " ";width: .23rem;height: .03rem;top: .1rem;right: -10%;background-image: url(../images/ico-ask1.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;cursor: pointer}
	.ask-items .ask-item .ask-content{width: 100%;margin-bottom: 5%;line-height: 1.5;display: none}
	.ask-items .ask-item .ask-content span{color: #fff;font-size:.14rem;}
	.ask-items .ask-item.on .ask-title::after{height: 23rem;top: 0;background-image: url(../images/ico-ask2.png);}
	.ask-items .ask-item.on .ask-content{display: block;}

	/* kd */
	.kuaidi-wrapper,.kuaidi-wrapper .kuaidi-items{background: #ededed;}
	.kuaidi-items .kuaidi-item{width: 30%;float: left;margin-right:5%;box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-webkit-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-moz-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);border-radius: .2rem;overflow: hidden;}
	.kuaidi-items .kuaidi-item:last-child{margin-right:0;}
	.kuaidi-item .kuaidi-img,.kuaidi-item .kuaidi-img img{width: 100%;}
	.kuaidi-item .kuaidi-content{width: 100%;margin:7% 0 10%;text-align: center;}
	.kuaidi-item .kuaidi-content .kuaidi-name,.kuaidi-item .kuaidi-content .kuaidi-text{width: 80%;margin: 0 auto;}
	.kuaidi-item .kuaidi-content .kuaidi-name h3{background: #87c572;display: inline-block;color: #fff;padding: .02rem .1rem}
	.kuaidi-item .kuaidi-content .kuaidi-text{text-align: left;}
	.kuaidi-item .kuaidi-content .kuaidi-text.less{width: 35%}
	.kuaidi-item .kuaidi-content .kuaidi-text p{position: relative;;margin-top: .16rem;margin-left: .3rem;}
	.kuaidi-item .kuaidi-content .kuaidi-text p::before{position: absolute;content: ".";top: -.35rem;left: -.2rem;color: #87c572;font-size: .48rem;}
	/* ditu */
	.service-ditu .ditu-body{width: 40%;position: absolute;top:40%;right: 0}
	.ditu-body .ditu-wrapper{width: 45%;text-align: center;}
	.ditu-body .ditu-wrapper .ditu-title h2{font-size: .32rem;color: #87c572;font-weight: bold;display: inline-block;}
	.ditu-body .ditu-wrapper .ditu-title h2::after{content: "";width: 100%;height: .01rem;margin: 0 auto;padding: .1rem 0;border-bottom: .03rem solid #87c572;display: block;}
	.ditu-body .ditu-wrapper .ditu-content{width: 100%;margin-top: .2rem;overflow: hidden;}
	.ditu-content .ditu-left,.ditu-content .ditu-right{width: 50%;float: left;line-height: 2;text-align: left;}
	.ditu-content .ditu-left a,.ditu-content .ditu-right a{width: 100%;position: relative;display: block;padding-left: .25rem;}
	.ditu-content a::before,.about-content-bottom p::before{position: absolute;content: " ";width: .2rem;height: .2rem;top: .06rem;left: 0%;background-image: url(../images/ico-dian.png);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;display: inline-block;}
	.ditu-content .ditu-right a::before,.about-content-bottom p.sz::before{background-image: url(../images/ico-star.png);}
	.about-content-bottom p.sh::before{background-image: url(../images/ico-star1.png);}

	/* about */
	.about-wrapper{border: .01rem solid #ededed;border-radius: .2rem;box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-webkit-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-moz-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);padding: 3% 0;}
	.about-wrapper .about-title,.about-wrapper .about-content,.about-wrapper .about-items{width: 90%;margin: 0 auto;overflow: hidden;}
	.about-wrapper .about-title{background: #87c572;color: #fff;text-align: center;}
	.about-wrapper .about-title h2{font-size: .24rem;font-weight: bold;padding: .1rem 0;}
	.about-wrapper .about-content{margin-bottom: .2rem;}
	.about-wrapper .about-content,.about-wrapper .about-content *{line-height: 2;font-size: .18rem;}
	.about-wrapper .about-content p{margin-top: .2rem;}
	.about-wrapper .about-content img{display: inline-block}
	.about-wrapper .about-items .about-item{width:20%;float: left;margin-right: 6%;border: .01rem solid #87c572;border-radius: .1rem;}
	.about-wrapper .about-items .about-item:last-child{margin-right:0;}
	.about-wrapper .about-items .about-item .about-img{width: 30%;margin: 0 auto;padding: .15rem 0;}
	.about-wrapper .about-items .about-item .about-img img{width: 100%}
	.about-wrapper .about-items .about-item .about-text{width: 100%;text-align: center;}
	.about-item .about-text h3{color: #87c572;font-size: .24rem;}
	.about-item .about-text p{margin: .1rem 0 .2rem 0}
	/* 历程 */
	.history-wrapper{background: unset;}
	.history-wrapper .history-items{overflow: hidden;}
	.history-wrapper .history-items:after{display: none}
	.history-items .history-item{position: relative;width: calc(50% - .01rem);height: auto;display: block;float: left;border-bottom: unset;border-right: .02rem solid #fff;text-align: center;color: #fff;padding-bottom: .2rem;padding-top: .2rem;}
	.history-items .history-item:nth-child(2n){margin-top: 0;border-top:unset;border-left: .02rem solid #fff;border-right:unset;float: right;}
	.history-items .history-item .history-name{font-size: .32rem;}
	.history-items .history-item .history-content{width: 90%;margin-top: .1rem;line-height: 1.5;font-size: .16rem;float: left;position: unset;}
	.history-items .history-item:nth-child(2n) .history-content{float: right;}
	.history-items .history-item::after{content: "";width: .18rem;height: .18rem;background: #fff;border-radius: .09rem;position: absolute;}
	.history-items .history-item:nth-child(2n)::after{left: -.1rem;top: .8rem;}
	.history-items .history-item:nth-child(2n+1)::after{right: -.1rem;bottom: unset;top: .8rem;}
	.aboutditu-container{width: 100%;background: #ededed}
	.aboutditu-wrapper{padding-bottom: .5rem;padding-top: .5rem;margin-top:unset;background: unset;}
	.aboutditu-wrapper .aboutditu-body{margin-top: .4rem;overflow: hidden;}
	.aboutditu-body .about-image{width: 80%;float: unset;margin: 0 auto}
	.aboutditu-body .about-content{width: 80%;float: unset;margin: 0 auto;margin-top: .3rem;}
	.aboutditu-body .about-content .about-content-top p{font-size: .2rem;padding-bottom: .3rem;}
	.aboutditu-body .about-content .about-content-bottom{margin-top: .2rem;}
	/* 产品 */
	.product-wrapper{position: relative;}
	.product-wrapper .product-items{}
	.product-wrapper .product-items .product-item{width: 100%;margin-bottom: .4rem;position: relative;border: .01rem solid #ededed;border-radius: .2rem;box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-webkit-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);-moz-box-shadow: .01rem .01rem .1rem .05rem rgb(0 0 0 / 6%);}
	.product-wrapper .product-items .product-item a{width: 92%;margin: 0 auto;display: block;overflow: hidden;padding:.3rem 0;}
	.product-wrapper .product-items .product-item .product-img{width: 30%;float: left;}
	.product-wrapper .product-items .product-item .product-img img{width: 100%;}
	.product-wrapper .product-items .product-item .product-text{width: 65%;float: right;}
	.product-wrapper .product-items .product-item .product-text h2{font-size: .28rem;color: #87c572;height: .6rem;line-height: .6rem}
	.product-wrapper .product-items .product-item .product-text p{font-size: .18rem;line-height: 1.8;}
	.product-wrapper .product-items .product-item:nth-child(2n) .product-img{float: right}
	.product-wrapper .product-items .product-item:nth-child(2n) .product-text{float: left;}
	.product-wrapper .product-items.lm .product-item .product-text{padding-top: 0;}

	.service-haiwai{position: relative;}
	.service-haiwai .haiwai-body{background: #fff;opacity: 0.9;position: absolute; top: 15%;left: 0;width: 50%}
	.haiwai-body .haiwai-wrapper{width: 60%;float: right;}
	.haiwai-wrapper .haiwai-title{margin: 10% 0;}
	.haiwai-wrapper .haiwai-title h2,.wedo-body .wedo-name h3{font-size: .32rem;color: #87c572}
	.haiwai-wrapper .haiwai-title span,.wedo-body .wedo-name span{font-size: .24rem;color: #87c572;margin-top: 2%;display: block;}
	.haiwai-wrapper .haiwai-service,.haiwai-wrapper .haiwai-choice{margin-bottom: 6%}
	.haiwai-wrapper .haiwai-service h3,.haiwai-wrapper .haiwai-choice h3{display: inline-block;background: #87c572;color: #fff;padding: .03rem .1rem;}
	.haiwai-wrapper .haiwai-service .haiwai-service-item,.haiwai-wrapper .haiwai-choice .haiwai-choice-item{width: 100%;overflow: hidden;margin-top: 5%}
	.haiwai-service .haiwai-service-item .item{width: 20%;float: left;text-align: center;margin-bottom: 3%;}
	.haiwai-service .haiwai-service-item a{width: .64rem;height:64rem;line-height:.64rem;border-radius: .38rem;padding:.06rem;border: .01rem solid #000;display: inline-block;}
	.haiwai-service .haiwai-service-item a:nth-child(5n){margin-right: 0}
	.haiwai-choice .haiwai-choice-item a{width: 45%;float: left;margin-top: 10px;position: relative;padding-left: 4%;}
	.haiwai-choice .haiwai-choice-item a:nth-child(2n){margin-right: 0}
	.haiwai-choice .haiwai-choice-item a:before,.product-type .product-lamei-items a:before{position: absolute;content: ".";left: 0;font-size: .48rem;top: -.34rem;}
	.haiwai-wrapper .haiwai-choice .haiwai-choice-item{margin-bottom: 15%}

	/* 底部 */
	.footer-container{background: #2c2e2d;margin-top: 0;}
	.footer-wrapper{margin-bottom: .4rem;}
	.footer-wrapper .footer-image{width: 40%;float: left;}
	.footer-wrapper .footer-image .logo{width: 2rem;}
	.footer-wrapper .footer-image .qrcode{width: 1.5rem;border-radius: .1rem;margin-top: .3rem;display: inline-block;overflow: hidden;}
	.footer-wrapper .footer-image .logo img,.footer-wrapper .footer-image .qrcode img{width: 100%}
	.footer-container .footer-wrapper .footer-other{width: 60%;float: right;}
	.footer-wrapper .footer-other .items{width: 100%;float: left;margin-right: unset;border-right: none;display: none;margin-top: .4rem}
	.footer-wrapper .footer-other .items:first-child{display: block;}
	.footer-container .footer-wrapper .footer-other dl{width: 75%;float: right;}
	.footer-container .footer-wrapper .footer-other .items:first-child dl{width: 90%;float: left;}
	.footer-container .footer-wrapper .footer-other dl dt{color: #fff;font-weight: bold;font-size: .24rem;}
	.footer-container .footer-wrapper .footer-other dl dd{margin-top: .2rem;}
	.footer-container .footer-wrapper .footer-other dl dd a{color: #fff;font-size: .16rem;}
	.footer-container .footer-wrapper .footer-social{display: none;}
	/* QQ */
	.fixed-qq-container{width: 1rem;position: fixed;right: 0;bottom: 5%;z-index: 999}
	.fixed-qq-container .online{width: .8rem;margin: 0 auto;display: block;margin-bottom: .2rem;position: relative;}
	.fixed-qq-container .online a{width: 100%;display: block;}
	.fixed-qq-container .online a.wechat{background: #3cb035;border-radius: .4rem;}
	.fixed-qq-container .online a.wechat img{width: .6rem;margin: 0 auto;padding: .1rem;}
	.fixed-qq-container .online .social-qrcode{position: absolute;display: none;width: 1.5rem;height: 1.5rem;border-radius: .1rem;overflow: hidden;background: #fff;bottom: -.4rem;left: -1.6rem;border:.01rem solid #ededed;}
	.fixed-qq-container .online a img,.fixed-qq-container .online .social-qrcode img{width: 100%;}
	.fixed-qq-container .online:hover .social-qrcode{display: block;}
	.fixed-container{display: none}
}
