@charset "utf-8";

/* CSS Document */


/*banner flexslider */

.inside-banner {
	width: 100%;
	overflow: hidden;
}

.ins-b1 {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}


/* 痛点 */

.spot-wai {
	padding: 60px 0;
	background-color: #E7E6E6;
}

.spot-title {
	text-align: center;
	margin-bottom: 45px;
}

.spot-title h3 {
	color: #333;
	font-size: 26px;
	text-decoration: underline;
	font-weight: 400;
}

.spot-title h2 {
	color: #ff0000;
	font-size: 34px;
}

.spot-left {
	float: left;
	width: 335px;
	height: 250px;
	margin-right: 20px;
	border-top: 15px solid #ff0000;
	padding-top: 2px;
	border-radius: 3px 3px 0 0;
}

.spot-center {
	float: left;
	width: 335px;
	margin-right: 20px;
	height: 250px;
	border-top: 15px solid #ff0000;
	padding-top: 2px;
	border-radius: 3px 3px 0 0;
}

.spot-right {
	float: left;
	width: 335px;
	height: 290px;
	border-top: 15px solid #ff0000;
	padding-top: 2px;
	border-radius: 3px 3px 0 0;
}

.spot-top img {
	width: 100%;
}

.spot-body-center ul li {
	width: 25%;
	float: left;
	position: relative;
}

.spot-body-center ul li span {
	display: block;
	width: 128px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -64px;
	top: -60px;
	background: url(../images/fan.png) no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
	padding-top: 30px;
}

.spot-txt {
	margin-top: 60px;
	box-sizing: border-box;
	padding: 10px 30px 30px;
}

.spot-txt p {
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	text-align: center;
	font-weight: 600;
}

.spot-body-bottom {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #ff0000;
	text-align: center;
}

.spot-body-bottom h3 {
	text-align: center;
	color: #FFE100;
	font-size: 30px;
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

.spot-body-bottom h3::before {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background-color: #0916C5;
	position: absolute;
	top: 50%;
	left: -80px;
}

.spot-body-bottom h3::after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background-color: #0916C5;
	position: absolute;
	top: 50%;
	right: -80px;
}


/* 仓库管理 */

.trusteeship-wai {
	padding: 60px 0;
	background-color: #E7E6E6;
}

.trusteeship-body {}

.trusteeship-body ul li {
	width: 33.3%;
	box-sizing: border-box;
	padding: 15px 38px;
	float: left;
	text-align: center;
}

.trusteeship-body ul li h3 {
	color: #C00000;
	text-align: center;
	font-size: 26px;
}

.trusteeship-body ul li:nth-child(2) h3 {
	color: #00B050;
}

.trusteeship-body ul li p {
	margin-top: 15px;
	color: #1C3870;
	font-size: 14px;
	line-height: 2;
}

.trusteeship-center ul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 38px;
}

.trusteeship-center ul li img {
	width: 100%;
	margin: auto;
}

.trusteeship-wai .spot-body-bottom {
	margin-top: 50px;
	background-image: linear-gradient(to right, #007BD3, #034577);
}

.trusteeship-wai .spot-body-bottom h3::after,
.trusteeship-wai .spot-body-bottom h3::before {
	content: '';
	background-color: #ff0000;
}


/*找仓库*/

.warehouse {
	padding: 60px 0;
}
.newsnav-content{
	display: none;
}
.newsnav-content:nth-child(1){
	display: block;
}
.ware-title {
	position: relative;
	margin-bottom: 40px;
}

.ware-title h3 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.ware-title h3 i {
	display: block;
	width: 8px;
	height: 28px;
	background: #ff4b00;
	position: absolute;
	left: 0;
	top: 5px;
}

.ware-title h3 span {
	display: block;
}

.ware-check-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.ware-check-btn a {
	display: inline-block;
	font-size: 16px;
	padding: 7px 25px;
	color: #fff;
	background: #ff4b00;
	border-radius: 150px;
	margin-left: 15px;
}

.ware-check-btn a:hover {
	background: #cc3c00
}

.warehouse-list {
	overflow: hidden;
	padding: 0 0 20px 0;
}

.warehouse-list-int {
	width: 1400px;
}

.warehouse-cell {
	width: calc((100% - 60px)/3);
	margin: 15px 30px 15px 0;
}
.warehouse-list-int .warehouse-cell:nth-of-type(3n){margin-right: 0px;}

.warehouse-cell dl dt a {
	display: block;
	height: 280px;
	overflow: hidden;
}

.warehouse-cell dl dt a img {
	display: block;
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}

.warehouse-cell:hover dl dt a img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.warehouse-cell dl dd {
	padding: 20px 15px;
	background: #fff;
}

.warehouse-cell dl dd h2 {
	margin-bottom: 12px;
}

.warehouse-cell dl dd h2 a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.warehouse-cell dl dd h2 a:hover {
	color: #0097d8;
}

.warehouse-cell dl dd p.w-p1 {
	font-size: 12px;
	color: #333;
	margin-bottom: 15px;
}

.warehouse-cell dl dd p.w-p2 {
	color: #999;
	background: url(../images/ico_adr_01.png) no-repeat left center;
	background-size: contain;
	padding-left: 12px;
	margin-bottom: 15px;
}

.warehouse-cell dl dd p.w-p3 a {
	display: inline-block;
	background: #0097d8;
	color: #fff;
	font-size: 14px;
	padding: 5px 25px;
	border-radius: 150px;
}

.warehouse-cell dl dd p.w-p3 a:hover {
	background: #e10216;
}

.warehouse-more {
	text-align: center;
}

.warehouse-more a {
	display: inline-block;
	font-size: 14px;
	color: #ff4b00;
	border: 1px solid #ff4b00;
	border-radius: 3px;
	padding: 12px 45px;
}

.warehouse-more a:hover {
	background: #ff4b00;
	color: #fff;
}


/*仓库详情*/

.wh-carousel {
	width: 50%;
	float: left;
	position: relative;
}

.wh-carousel .banner-cell {
	height: 475px;
    background-size: cover !important;
}

.whtxt .txt {
	width: 50%;
	float: left;
}

.wh-carousel .flex-control-nav .flex-active {
	background: #ff4b00;
	border: 2px solid #ff4b00
}

.wh-carousel .flex-direction-nav a.flex-prev {
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 60px;
	background: url("../images/left-btn.png") no-repeat center rgba(0, 0, 0, 0.3);
}

.wh-carousel .flex-direction-nav a.flex-next {
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 60px;
	background: url("../images/right-btn.png") no-repeat center rgba(0, 0, 0, 0.3);
}

.whtxt {
	margin-bottom: 55px;
}

.whtxt .txt .con {
	padding-left: 30px;
}

.whtxt .txt .con h4 {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background: #ff4758;
	line-height: 50px;
}

.wh-detail {
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.wh-detail p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.wh-detail p b {
	font-size: 22px;
	color: #cd3636;
	font-weight: bold;
}

.wh-detail p i {
	font-size: 18px;
	color: #cd3636
}

.whde-ul {
	padding: 0px 0;
}

.whde-ul ul li {
	/* float: left; */
	width: 100%;
	font-size: 18px;
	color: #e10216;
	line-height: 36px;
}
.whde-ul ul li p{
	display: initial;
	color: #0073a5;
}

.whde-position p {
	margin-bottom: 20px;
}

.whde-position p i {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 18px;
	margin-right: 5px;
	background: url("../images/ico_bt_02.png") no-repeat center;
}

.whde-position p span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
}

.whde-position a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 12px 40px;
	background: #0097d8;
	border-radius: 150px;
}

.whde-position a:hover {
	background: #E10216;
}

.whde-con>.til {
	padding: 15px;
	background: #ededed;
	margin-bottom: 30px;
	position: relative;
}

.whde-con>.til p i {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background: url("../images/tjico.png") no-repeat center;
}

.whde-con>.til p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
}

.whde-con>.til a {
	display: block;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.whde-con>.til a:hover {
	color: #333;
}

.fourpic {
	overflow: hidden;
	margin-bottom: 30px;
}

.fourpic .con {
	width: 102%;
}

.fourpic .picdl {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.fourpic .picdl dl {
	border: 1px solid #e1e1e1;
	padding: 10px;
}

.fourpic .picdl dl dt {
	overflow: hidden;
}

.fourpic .picdl dl dt img {
	width: 100%;
	transition: all 0.3s;
}

.fourpic .picdl:hover dl dt img {
	transform: scale(1.08);
}

.fourpic .picdl dl dd {
	text-align: center;
	padding: 18px 0;
	font-size: 14px;
	color: #333;
}

.whde-lr {
	overflow: hidden;
}

.whde-lr>.con {
	width: 102%;
}

.whde-left {
	width: 23%;
	float: left;
	margin-right: 2%;
}

.whde-mb {
	margin-bottom: 20px;
}

.yourlike h4 {
	background: #5a5a5a;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.yourlike h4 i {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 19px;
	background: url("../images/tjico02.png") no-repeat center;
	margin-right: 5px;
}

.yourlike h4 span {
	display: inline-block;
	vertical-align: middle;
}

.bordercon {
	border: 1px solid #e1e1e1;
	padding: 10px;
}

.likedl a {
	display: block;
}

.likedl dl dt {
	overflow: hidden;
}

.likedl dl dt img {
	width: 100%;
	transition: all 0.3s;
}

.likedl dl dd {
	text-align: center;
	padding: 18px 0;
	font-size: 14px;
	color: #333;
}

.likedl a:hover dl dt img {
	transform: scale(1.08);
}

.bordercon .btn {
	background: #0097d8;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	display: block;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bordercon .btn:hover {
	background: #E10216;
}

.whde-tab-nav ul {
	border-bottom: 1px solid #e1e1e1;
}

.whde-tab-nav ul li {
	width: 50%;
	float: left;
	margin-bottom: -2px;
}

.whde-tab-nav ul li a {
	display: block;
	text-align: center;
	padding: 5px 0 20px 0;
	border-bottom: 3px solid transparent;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.whde-tab-nav ul li.current a {
	border-bottom: 3px solid #ff4b00;
	color: #ff4b00;
}

.whde-tab-con {
	padding: 25px 15px;
}

.whde-tab-txt a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	background: url("../images/tjico03.png") no-repeat right center;
}

.whde-tab-txt a:hover {
	color: #ff4b00;
}

.whde-news-con>h4 {
	font-size: 16px;
	padding: 10px 0 20px 0;
	color: #333;
}

.whde-news-pic {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.whde-news-pic p {
	margin-bottom: 10px;
}

.whde-news-pic p a {
	display: block;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

.whde-news-pic p a:hover {
	color: #ff4b00;
}

.whde-news-pic p a img {
	width: 100%;
	transition: all 0.3s;
}

.whde-news-pic p a:hover img {
	transform: scale(1.08)
}

.whde-news-pic p span {
	font-size: 12px;
	color: #999;
	display: block;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.whde-news-list {
	padding: 18px 8px;
}

.whde-news-list a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding-left: 16px;
	background: url("../images/tjico04.png") no-repeat left center
}

.whde-news-list a:hover {
	color: #ff4b00;
}

.whde-contact-con>h4 {
	font-size: 16px;
	padding: 10px 0 20px 0;
	color: #333;
}

.whde-contact-txt {
	padding: 15px 0;
	border-top: 1px solid #e1e1e1;
}

.whde-contact-txt p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.whde-contact-txt p span {
	color: #333;
}

.whde-right {
	width: 73%;
	float: left;
}

.whde-right-con {
	padding: 25px;
	border: 1px solid #e1e1e1;
}
.whde-right-con  img{width: 100% !important;}

.whde-right-item .til {
	position: relative;
}

.whde-right-item .til p {
	font-size: 18px;
	color: #333;
	padding-right: 12px;
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.whde-right-item .til p i {
	display: inline-block;
	vertical-align: middle;
	width: 134px;
	height: 37px;
	background: url("../images/tjico05.png") no-repeat center;
	margin-right: 8px;
}

.whde-right-item .til p span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
}

.whde-right-item .til .line {
	height: 1px;
	position: absolute;
	width: 100%;
	background: #bfbfbf;
	top: 50%;
	margin-top: 3px;
	z-index: 0;
}

.whde-right-item .con {
	padding: 25px 0;
}

.whde-right-item .con p {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.whde-right-item .con>img {
	width: 100%;
}

.route p {
	text-align: center;
	margin-bottom: 30px;
}

.route p span {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	color: #ff4b00;
	font-size: 16px;
}

.route p span:hover {
	text-decoration: underline;
}

.route p i {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 1px;
	background: #ff4b00;
}


/*路线弹出*/

.mapmask {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.routecon {
	display: none;
	position: fixed;
	background: #fff;
	top: 30px;
	left: 50%;
	margin-left: -275px;
	z-index: 30;
	width: 550px;
}

.routecon .scrollitem {
	padding: 25px 22px;
	display: none;
}

.routecon .scrollitem h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}

.routecon .scrollbox {
	height: 750px;
	padding: 0 25px;
}

.routecon .scrollbox p {
	margin-bottom: 15px;
}

.routecon .scrollbox p img {
	width: 100%;
}

.route-close {
	cursor: pointer;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	right: -58px;
	background: url("../images/routeico.png")no-repeat center #333;
}


/*找物流*/

.hotdis-slide ul li a {
	display: block;
	width: 100%;
}

.hotdis-slide ul li a img {
	width: 280px;
}

.hotdis-slide ul li a p {
	padding: 20px 10px;
	font-size: 16px;
	color: #333;
	background: #fff;
}

.hotdis-slide ul li a:hover p {
	color: #ff4b00;
}

.scllbtnBox a {
	width: 16px;
	height: 35px;
	background: url(../images/ico_arrow_01.png) no-repeat;
	top: 30%;
}

.scllbtnBox a.scllbtn-left {
	background-position: -16px 0;
	right: -25px;
}

.scllbtnBox a.scllbtn-right {
	background-position: 0 0;
	left: -25px;
}

.scllbtnBox a:hover {
	background: url(../images/ico_arrow_02.png) no-repeat;
}

.scllbtnBox a.scllbtn-left:hover {
	background-position: -16px 0;
}

.scllbtnBox a.scllbtn-right:hover {
	background-position: 0 0;
}

.hotdishd {
	margin-top: 40px;
}

.hotdishd ul {
	text-align: center;
}

.hotdishd ul li {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 2px;
	background: #dcdcdc;
	font-size: 0;
	margin: 0 8px;
}

.hotdishd ul li.on {
	background: #ff4b00;
}

.logistics-cell {
	margin-bottom: 30px;
}

.l-cell2 {
	margin-bottom: 50px;
}

.l-cell-left {
	width: 200px;
	height: 130px;
	text-align: center;
	color: #fff;
}

.l-cell1 .l-cell-left {
	background: #ff4b00
}

.l-cell-left i {
	width: 74px;
	height: 74px;
	display: block;
	margin: 40px auto 20px auto;
}

.l-cell-left i.l-ico1 {
	background: url(../images/ico_jz_01.png) no-repeat center;
}

.l-cell-left i.l-ico2 {
	background: url(../images/ico_jz_02.png) no-repeat center;
}

.l-cell-left p {
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
}

.l-cell-right {
	height: 130px;
	background: #fff;
	width: 1000px;
	border: 1px solid #e1e1e1;
}

.l-cell-int {
	padding: 35px 27px;
	position: relative;
}

.l-cell-int ul {
	position: relative;
}

.ul-con2 {
	padding-top: 30px;
}

.l-cell-int ul li {
	float: left;
	margin: 0 22px 20px;
}

.l-cell-int ul li a {
	font-size: 14px;
	color: #333;
	display: block;
}

.l-cell-int ul li a:hover {
	color: #ff4b00;
}

.l-cell-int ul li.logistics-more a {
	color: #ff4b00;
	display: inline-block;
	border-radius: 150px;
	border: 1px solid #ff4b00;
	padding: 2px 15px;
	vertical-align: middle;
}

.l-cell-int ul li.logistics-more a:hover {
	background: #ff4b00;
	color: #fff;
}

.l-cell2 .l-cell-int {
	padding: 30px 40px
}

.l-cell2 .ul-con1 {
	margin-bottom: 20px;
}

.hotdis-phone p {
	float: right;
}

.hotdis-phone p i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url("../images/phone.png") no-repeat center;
	margin-right: 5px;
}

.hotdis-phone p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.hotdis-phone p span em {
	font-size: 20px;
	color: #ff4b00;
	font-weight: bold;
}

.hotdis-phone p a {
	display: inline-block;
	padding: 10px 30px;
	background: #ff4b00;
	border-radius: 150px;
	font-size: 14px;
	color: #fff;
}

.hotdis-phone p a:hover {
	background: #cc3c00
}

.l-cell-bg01 .l-cell-left {
	background: #2d64c0;
}

.l-cell-bg02 .l-cell-left {
	background: #32a161;
}

.l-cell-bg03 .l-cell-left {
	background: #bd5959;
}

.l-cell-bg04 .l-cell-left {
	background: #cd8e2b;
}

.l-cell-bg05 .l-cell-left {
	background: #39a8a9;
}

.l-cell-bg06 .l-cell-left {
	background: #2d7dc0;
}

.cost {
	background: #f5f5f5;
	position: relative;
	padding-bottom: 100px;
}

.cost-bg {
	height: 370px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.cost-bg p {
	padding-top: 80px;
}

.cost-bg p img {
	display: block;
	margin: 0 auto;
}

.cost-main {
	margin-top: -170px;
	position: relative;
	z-index: 10;
}

.cost-con {
	background: #fff;
}

.cost-cell {
	position: relative;
}

.cost-pic-box {
	height: 420px;
	overflow: hidden;
}

.cost-pic-box img {
	display: block;
}

.cost-btn {
	position: absolute;
	bottom: -22px;
	left: 560px;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100)\9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.cost-btn a {
	display: block;
}

.cost-btn p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.cost-btn i {
	width: 48px;
	height: 48px;
	display: block;
	background: url(../images/ico_open.png) no-repeat center;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.is-cost-active {
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.is-cost-active p {
	opacity: 0;
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.is-cost-active i {
	background: url(../images/ico_close.png) no-repeat center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.cost-pic-text {
	background: #fff;
	text-align: center;
	font-size: 16px;
	display: none;
	overflow: hidden;
	line-height: 28px;
	color: #333;
}

.text-int {
	padding: 120px 40px 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cost-white-bg {
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 0;
}


/*物流详情*/

.whde-service-con {
	border: 1px solid #e1e1e1;
}

.whde-service-con h4 {
	font-size: 20px;
	color: #fff;
	background: #ff4b00;
	padding: 15px 20px;
}

.whde-service-txt {
	padding: 15px 20px;
}

.whde-service-txt p {
	font-size: 16px;
	color: #333;
	padding: 15px 0;
}

.whde-service-txt p a {
	display: block;
}

.whde-contact-txt img {
	width: 100%;
	margin-bottom: 10px;
}

.whde-right-txt h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 35px;
	padding-top: 10px;
	padding-bottom: 35px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

.whde-right-txt .txt p {
	line-height: 30px;
	color: #333;
}

.whde-right-txt .btn {
	text-align: center;
	padding-top: 45px;
}

.whde-right-txt .btn a:hover {
	text-decoration: underline;
}

.whde-right-txt .btn a.backbtn {
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
	margin-top: -15px;
}

.whde-right-txt .btn a.backbtn:hover {
	border: 1px solid #b9b9b9;
}


/*仓配一体*/

.whole {
	text-align: center;
}

.whole>h4 {
	margin-bottom: 60px;
}

.whole>h4>span {
	display: block;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}

.whole>h4>i {
	display: inline-block;
	width: 45px;
	height: 3px;
	background: #ff4b00;
}

.system-list ul {
	text-align: center;
}

.system-list ul li {
	cursor: pointer;
	text-align: center;
	width: 25%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: top;
}

.system-list ul li i {
	display: inline-block;
	width: 145px;
	height: 145px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.system-list ul li i:hover {
	transform: rotate(360deg);
}

.system-list ul li i.i1 {
	background-image: url("../images/ico_08.png");
}

.system-list ul li i.i2 {
	background-image: url("../images/ico_09.png");
}

.system-list ul li i.i3 {
	background-image: url("../images/ico_10.png");
}

.system-list ul li h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}

.system-list ul li h4:hover {
	color: #ff4b00;
}

.system-list ul li p {
	font-size: 14px;
	color: #666;
}

.techno-list ul {
	width: 104%;
	overflow: hidden;
	text-align: center;
}

.techno-list ul li {
	cursor: pointer;
	width: 30%;
	float: left;
	margin-right: 3%;
}

.techno-list ul li .img {
	margin-bottom: 25px;
	overflow: hidden;
}

.techno-list ul li img {
	width: 100%;
	transition: all 0.3s;
}

.techno-list ul li:hover img {
	transform: scale(1.08);
}

.techno-list ul li h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

.techno-list ul li p {
	font-size: 14px;
	color: #666;
}

.core-list ul {
	width: 102%;
	overflow: hidden;
}

.core-list ul li {
	width: 23%;
	margin-right: 2%;
	height: 320px;
	float: left;
}

.core-list ul li.l1 {
	background: #ee6830;
}

.core-list ul li.l2 {
	background: #4964c8;
}

.core-list ul li.l3 {
	background: #d74d4d;
}

.core-list ul li.l4 {
	background: #47b472;
}

.core-list ul li .con {
	padding: 50px 35px 0 35px;
	text-align: center;
}

.core-list ul li .con i {
	width: 64px;
	height: 64px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
	transition: all 0.3s;
}

.core-list ul li:hover .con i {
	transform: rotate(360deg);
}

.core-list ul li .con i.i1 {
	background-image: url("../images/core01.png");
}

.core-list ul li .con i.i2 {
	background-image: url("../images/core02.png");
}

.core-list ul li .con i.i3 {
	background-image: url("../images/core03.png");
}

.core-list ul li .con i.i4 {
	background-image: url("../images/core04.png");
}

.core-list ul li .con h4 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.core-list ul li .con p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}


/*新闻列表*/


/*.newsban{height: 300px;}*/

.newsnav {
	border-bottom: 1px solid #dcdcdc;
	padding: 40px 0;
}

.newsnav ul li {
	float: left;
	margin-right: 15px;
}

.newsnav ul li a {
	display: block;
	padding: 15px 40px;
	font-size: 16px;
	color: #000;
	border-radius: 150px;
	font-weight: 600;
}

.newsnav ul li a:hover,
.newsnav ul li a.active {
	background: #e10216;
	color: #fff;
}

.news-top {
	margin-bottom: 40px;
}

.news-til {
	float: left;
	width: 65%;
	margin-right: 5%;
}

.news-til p.date {
	font-size: 24px;
	color: #999;
	font-weight: lighter;
	margin-bottom: 20px;
}

.news-til h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.news-til h4 {
	color: #000;
}

.news-til span {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 23px;
	margin-bottom: 20px;
}

.news-til .btn a {
	display: block;
	padding: 15px 0;
	background: #0097d8;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.news-til .btn a:hover {
	background: #e10216;
}

.news-pic {
	width: 30%;
	float: left;
}

.news-pic a {
	display: block;
}

.news-pic a img {
	width: 100%;
}

.news-list .listul {
	margin-bottom: 50px;
}

.news-list ul li {
	margin-top: -1px;
}

.news-list ul li .con {
	padding: 30px 0;
	font-size: 0;
}

.news-list .n-line {
	height: 1px;
	background: url("../images/borderico.png") repeat-x center;
}

.news-list .con .pic {
	width: 20%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: middle;
}

.news-list .con .pic a {
	display: block;
	overflow: hidden;
}

.news-list .con .pic a img {
	width: 100%;
	transition: all 0.3s;
}

.news-list .con .pic a:hover img {
	transform: scale(1.08);
}

.news-list .con .txt {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}

.news-list .con .txt h4 a {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}

.news-list .con .txt h4 a:hover {
	color: #0097d8;
}

.news-list .con .txt p {
	font-size: 12px;
	color: #999;
	line-height: 25px;
	margin-bottom: 30px;
}

.news-list .con .txt .btn {
	position: relative;
}

.news-list .con .txt .btn i {
	display: inline-block;
	font-size: 12px;
	color: #999;
	font-style: italic;
	letter-spacing: 1px;
}

.news-list .con .txt .btn a {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	padding: 10px 32px;
	background: #0097d8;
	font-size: 12px;
	color: #fff;
	border-radius: 150px;
}

.news-list .con .txt .btn a:hover {
	background: #e10216;
}


/*新闻详情*/

.newscon .whde-left {
	margin-left: 2%;
	margin-right: 0;
}

.newscon .whde-right-txt h4 {
	font-size: 18px;
	padding: 0;
	margin: 30px 0;
	border: none;
}

.newscon .whde-right-txt h4 i {
	display: block;
	padding-top: 15px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.newscon .whde-right-txt .txt p img {
	/* width: 100%; */
}

.newscon .whde-right-txt .txt p {
	color: #666;
}

.newscon .whde-news-con>h4,
.newscon .whde-contact-con>h4 {
	color: #0097d8;
}


/*公司介绍*/

.abitem {
	margin-bottom: 50px;
}

.abitem .til {
	margin-bottom: 50px;
}

.abitem .til h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 25px;
}

.abitem .til i {
	width: 48px;
	height: 2px;
	background: #E10216;
	display: block;
}

.abitem .txt {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.abitem .txt img {
	/* width: 100%; */
}


/*招聘信息*/

.recruit-dl {
	overflow: hidden;
	width: 103%;
}

.recruit-dl .item {
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-bottom: 30px;
}

.recruit-dl dl {
	border: 1px solid #e1e1e1;
}

.recruit-dl dl dt {
	padding: 15px 18px;
	background: #e1e1e1;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.recruit-dl dl dd {
	padding: 20px 18px 10px 18px;
}

.recruit-dl .txt {
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}

.recruit-dl .txt h4 {
	margin-bottom: 15px;
}

.recruit-dl .txt p {
	line-height: 22px;
}


/*联系我们*/

.cont-top {
	font-size: 0;
	margin-bottom: 80px;
}

.cont-top .phone {
	width: 35%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.cont-top .phone p {
	padding: 32px 0;
	border-bottom: 1px solid #e1e1e1;
}

.cont-top .phone p.lastp {
	border: none;
}

.cont-top .phone p i {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.cont-top .phone p i.i1 {
	background: url("../images/contico01.png") no-repeat center;
}

.cont-top .phone p i.i2 {
	background: url("../images/contico02.png") no-repeat center;
}

.cont-top .phone p i.i3 {
	background: url("../images/contico03.png") no-repeat center;
}

.cont-top .phone p i.i4 {
	background: url("../images/contico04.png") no-repeat center;
}

.cont-top .phone p span {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	position: relative;
	font-size: 16px;
	padding-left: 80px;
	line-height: 21px;
}

.cont-top .phone p span em {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
}

.cont-top .map {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.cont-bottom>h4 {
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}

.cont-b-ul ul {
	width: 102%;
	overflow: hidden;
}

.cont-b-ul ul li {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
}

.cont-b-ul .con {
	border: 1px solid #e1e1e1;
	padding: 30px;
	display: block;
	cursor: default;
}

.cont-b-ul .con h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}

.cont-b-ul .con p {
	font-size: 14px;
	color: #808080
}


/*仓库分类*/

.waretype-til {
	text-align: center;
	margin-bottom: 70px;
}

.waretype-til h4 {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid #f7682d;
}

.waretype-til p {
	font-size: 16px;
	color: #ff4b00;
}

.w-ico-list {
	padding-left: 5px;
}

.w-ico-cell {
	width: 130px;
	margin: 0 20px;
	text-align: center;
}

.w-ico-cell a {
	display: block;
}

.w-ico-cell a img {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	margin-bottom: 15px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.w-ico-cell a:hover img {
	transform: rotate(360deg) scale(1.1);
	-webkit-transform: rotate(360deg) scale(1.1);
	-moz-transform: rotate(360deg) scale(1.1);
	-o-transform: rotate(360deg) scale(1.1);
	-ms-transform: rotate(360deg) scale(1.1);
}

.w-ico-cell a p {
	font-size: 16px;
	color: #333;
}

.w-ico-cell a:hover p {
	color: #ff4b00;
}

.waretype-txt {
	width: 60%;
	float: left;
	height: 576px;
	background: #fff;
}

.waretype-txt .con {
	padding: 30px 45px;
}

.waretype-txt .con>h4 {
	font-size: 28px;
	color: #ff4b00;
	margin-bottom: 20px;
}

.waretype-txt .con>h4 i {
	display: block;
	width: 32px;
	height: 2px;
	background: #ff4b00;
	margin-top: 15px;
}

.waretype-txt .con>p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.waretype-txt .item {
	padding-top: 25px;
}

.waretype-txt .item>h4 {
	padding-left: 50px;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	position: relative;
}

.waretype-txt .item>h4 i {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
	width: 32px;
	height: 32px;
}

.waretype-txt .item>h4 i.i1 {
	background: url("../images/typeico01.png") no-repeat center;
}

.waretype-txt .item>h4 i.i2 {
	background: url("../images/typeico02.png") no-repeat center;
}

.waretype-txt .item .txt {
	padding-left: 50px;
}

.waretype-txt .item .txt p {
	padding-left: 8px;
	font-size: 16px;
	color: #333;
	background: url("../images/tjico04.png") no-repeat left 11px;
	line-height: 30px;
}

.waretype-txt .btn {
	padding-top: 20px;
	padding-left: 50px;
}

.waretype-txt .btn a {
	display: inline-block;
	padding: 14px 44px;
	background: #ff4b00;
	font-size: 18px;
	color: #fff;
	border-radius: 150px;
}

.waretype-txt .btn a:hover {
	background: #cc3c00;
}

.waretype-pic {
	width: 40%;
	float: left;
}

.waretype-til.t2 h4 {
	border-bottom: none;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.waretype-til.t2 i {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #ff4b00;
}

.warehouse-col.c2 .w-ico-cell {
	width: 158px;
}

.waretype-slide {
	padding-top: 85px;
}

.waretype-slide .btn {
	text-align: center;
	padding-top: 70px;
}

.waretype-slide .btn a {
	display: inline-block;
	padding: 15px 58px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	background: #ff4b00;
}

.waretype-slide .btn a:hover {
	background: #cc3c00;
}


/*2018-02-09*/

.w-ico-cell.active a img {
	transform: rotate(360deg) scale(1.1);
	-webkit-transform: rotate(360deg) scale(1.1);
	-moz-transform: rotate(360deg) scale(1.1);
	-o-transform: rotate(360deg) scale(1.1);
	-ms-transform: rotate(360deg) scale(1.1);
}

.w-ico-cell.active a p {
	color: #ff4b00;
}

.warehouse-kehu {
	width: calc((100% - 120px)/5);
}
.warehouse-list-int .warehouse-cell.warehouse-kehu:nth-of-type(3n){margin-right: 30px;}
.warehouse-list-int .warehouse-cell.warehouse-kehu:nth-of-type(5n){margin-right: 0px;}

.warehouse-kehu.end {
	margin: 15px 0 15px 0;
}

.warehouse-kehu dl dt a {
	height: auto;
}

.warehouse-kehu dl dt a img {
	border: 1px solid #292828;
}

.warehouse-kehu:hover dl dt a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.warehouse-kehu dl dd {
	padding: 10px 10px;
	text-align: center;
}

.warehouse-kehu dl dd h2 {}

.warehouse-kehu dl dd h2 a {font-size: 16px;}


/* 配套服务 顶部*/
.worry-wai {
	padding: 60px 0;
	border-bottom: 4px solid #000;
}
.worry-title h3 {
	text-align: center;
	color: #595959;
	font-size: 26px;
	text-decoration: underline;
}
.worry-body {
	margin: 30px auto 40px;
}
.worry-list {
	width: 690px;
	float: left;
}
.worry-list:last-child {
	float: right;
}
.worry-question {
	width: 340px;
	box-sizing: border-box;
	padding-right: 30px;
	margin-top: 110px;
}
.worry-img {
	width: 350px;
}
.worry-img img {
	width: 100%;
}
.worry-question-top {
	text-align: right;
}
.worry-question-top span {
	display: inline-block;
	font-size: 24px;
}

.worry-question-top span:nth-child(1) {
	width: 50px;
	height: 50px;
	background-color: #C00000;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	color: #FFFF00;
}

.worry-question-top span:nth-child(2) {
	color: #c00;
	line-height: 50px;
	width: 50px;
}

.worry-question p {
	line-height: 2;
	font-size: 16px;
	color: #000;
	text-align: right;
	margin-top: 15px;
}

.worry-list-bottom .worry-question {
	margin-top: 18px;
}

.worry-list-bottom {
	margin-top: 20px;
}

.worry-list:last-child .worry-question-top {
	text-align: left;
}

.worry-list:last-child .worry-question p {
	text-align: left;
}

.worry-list:last-child .worry-question {
	box-sizing: border-box;
	padding-left: 30px;
}

.worry-bottom {
	margin-top: 30px;
	height: 233px;
}

.worry-left,
.worry-right {
	width: 25%;
}

.worry-center {
	width: 50%;
}

.worry-left img,
.worry-right img {
	width: 100%;
}

.worry-center {
	box-sizing: border-box;
	padding-top: 64px;
	padding-left: 140px;
	height: 233px;
	background-color: rgba(0, 151, 216, .4);
}

.worry-center p {
	color: #002060;
	font-size: 26px;
	line-height: 2;
	font-weight: 600;
}

.worry-center p b {
	color: #F43030;
}


.jgdb .substitute-title::after{
    content: '08' !important;
}

/* 代发物流 */
.substitute-top {
	border: 1px solid #41719C;
	box-sizing: border-box;
	padding: 30px;
}

.substitute-title {
	position: relative;
	padding-left: 50px;
}

.substitute-title::after {
	content: '11';
	display: block;
	color: #FF0000;
	font-size: 40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.substitute-title h2 {
	color: #C00000;
	font-size: 26px;
	font-weight: 400;
}

.substitute-title p {
	color: #908C8C;
	font-size: 12px;
	line-height: 24px;
}

.substitute-content {}

.substitute-content p {
	font-size: 16px;
	color: #333;
	line-height: 2;
	white-space: nowrap;
}

.substitute-bottom {
	box-sizing: border-box;
	padding: 20px 30px;
	margin-top: 30px;
	background-color: #F2F2F2;
}

.substitute-bottom h2 {
	font-size: 26px;
	color: #333;
	text-align: center;
	text-decoration: underline;
}

.substitute-body,
.express-body,
.city-body,
.processing-body,
.increment-body {
	margin-top: 20px;
}

.substitute-body ul li {
	float: left;
	width: 33.3%;
	padding-bottom: 15px;
}

.substitute-body ul li:nth-child(-n+3) {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.substitute-body ul li:nth-last-child(-n+3) {
	border-right: 1px solid #ddd;
}

.substitute-body ul li:nth-child(3),
.substitute-body ul li:nth-last-child(1) {
	border-right: none;
}

.substitute-body ul li .zheng {
	width: 100px;
	height: 100px;
	background: url(../images/zhen.png) no-repeat center;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 100px;
	font-size: 34px;
	font-weight: bold;
}

.substitute-body ul li p {
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 24px;
}

.substitute-body ul li p:last-child {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #C00000;
	font-weight: 600;
}


/* 代发快递 */

.express-wai .substitute-title::after {
	content: '10';
}

.express-title {
	text-align: center;
}

.express-title span,
.express-title div {
	display: inline-block;
}

.express-title .iconfont {
	color: #FF0000;
	font-size: 30px;
	margin-right: 10px;
}

.express-title div:nth-child(2) {
	color: #C00000;
	font-size: 22px;
	font-weight: 500;
}

.express-title div:nth-child(3) {
	font-size: 22px;
	color: #002060;
	text-decoration: underline;
}

.express-body ul li {
	width: calc((100% - 30px)/3);
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.express-body ul li:nth-child(3n) {
	margin-right: 0;
}

.express-body ul li img {
	width: 100%;
}


/* 市内配送 */

.city-wai .substitute-title::after {
	content: '09';
}

.city-title h3 {
	font-size: 26px;
	color: #C00000;
	text-decoration: underline;
	text-align: center;
	font-weight: 400;
}

.city-body ul li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 15px 25px 30px;
}

.city-icon {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border: 10px solid #C00000;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	margin: 0 auto;
}

.city-icon .iconfont {
	color: #0D2970;
	font-size: 60px;
}

.city-stit {
	margin: 30px auto;
	color: #fff;
	font-size: 22px;
	border-radius: 30px;
	background-color: #C00000;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.city-txt {
	font-size: 16px;
	color: #686767;
	text-align: center;
}

.city-txt strong {
	color: #C00000;
}


/* 仓内加工 */

.processing-wai .substitute-title::after {
	content: '04';
}

.processing-body2{
	display: none;
}
.processing-body ul li {
	float: left;
	width: calc((100% - 30px)/3);
	margin-right: 15px;
}

.processing-body ul li:last-child {
	margin-right: 0;
}

.processing-body ul li img {
	width: 100%;
}

.processing-heng {
	width: 100%;
	height: 60px;
	background-color: #C4261D;
}

.processing-heng-box{
	padding: 0 30px;
}
.processing-heng-box ul{
	overflow: hidden;
}
.processing-heng-box ul li{
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 33.33%;
	float: left;
	height: 60px;
	line-height: 60px;
}
.processing-heng-box ul li b{
	color: #FFFF00;
}

.processing-bottom {
	margin-top: 0;
}

.processing-wai .processing-bottom ul li {
	
	width: 33.33%;
	text-align: center;
	float: left;
}

.processing-bottom ul li p {
	font-size: 15px;
	color: #333;
	line-height: 2;
	font-weight: 600;
	border-right: 1px solid #333;
}

.processing-bottom ul li:last-child p {
	border-right: 0;
}


/* 增值服务 */

.increment-wai .substitute-title::after {
	content: '05';
}

.increment-list {
	float: left;
	width: 370px;
	height: 150px;
	margin-right: 15px;
}

.increment-list:nth-child(3n) {
	margin-right: 0;
}

.increment-top .increment-list:nth-child(2) {
	background-color: #00307E;
	box-sizing: border-box;
	padding-left: 10px;
}

.increment-num {
	width: 175px;
	margin-right: 15px;
	height: 150px;
	color: #fff;
	font-size: 60px;
	text-align: center;
	line-height: 150px;
	font-weight: 600;
	background-color: #00307E;
	float: left;
}

.increment-icon {
	float: left;
	width: 175px;
	height: 150px;
	background-color: #CC0066;
	text-align: center;
	line-height: 150px;
}

.increment-icon .iconfont {
	font-size: 60px;
	color: #cc0066;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 96px;
	height: 96px;
	margin-top: 24px;
	line-height: 96px;
}

.increment-list h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.increment-list h3 b {
	color: #FFFF00;
}

.increment-list p {
	color: #fff;
	font-size: 13px;
}

.increment-list img {
	width: 100%;
}

.increment-bottom {
	margin-top: 15px;
}

.increment-bottom .increment-icon .iconfont {
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	width: auto;
	height: auto;
	font-size: 80px;
}

.increment-bottom .increment-list:nth-child(3) {
	background-color: #00307E;
	box-sizing: border-box;
	padding-left: 10px;
}
