.w1400{
	width:1400px;
	position: relative;
	margin: 0 auto;
}
.news{
	padding: 50px 0 63px;
	background: #f5f5f5;
	width: 100%;
}
.news .w1400{
	padding-top: 25px;
}
.news-intro{
	width: 100%;
	margin-bottom: 110px;
	position: relative;
	/*box-shadow: 0 0 25px rgba(0,0,0,.2);*/
}
.news-intro .slides li{
	float: left;
	width: 100%;
	background: #fff;
}
.news-intro .slides a{
	display: block;
	width: 100%;

}
.news-intro .slides .pic{
	float: left;
	overflow: hidden;
	width: 41.4%;
}
.news-intro .slides img{
	width: 100%;
	transition:transform 0.3s;
}
.news-intro .slides .con{
	float: right;
	width: 50.3%;
	margin-right: 4%;
	padding-top: 2.6vw;
	overflow: inherit;
}
.con embed{
	width: 100%;
	height: 100%;
}
.news-intro .slides h2{
	font-size: 28px;
	color: #333;
	line-height:38px;
	height: 38px;
	overflow: hidden;
	transition:background 0.3s;
}
.news-intro .slides .time{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	margin: 15px 0 12px;
}
.news-intro .slides .font{
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.news-intro .slides .more{
	width: 43px;
	height: 43px;
	background: url(../pic/news02.png) no-repeat center;
	background-size: 100%;
	margin-top: 2.4vw;
	transition:margin 0.3s;
}
.news-intro.swiper-container-horizontal>.swiper-pagination{
	bottom: -50px;
}
.news-intro .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);;
	text-shadow: none;
	background: url(../pic/news03.png) no-repeat center;
	background-size: 100%;
	opacity: 1;
	transition:background 0.3s;
}
.news-intro .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(../pic/news03_h.png) no-repeat center;
	background-size: 100%;
}
.news .list{
	width: 100%;
	padding-bottom: 36px;
}
.news .list li{
	float: left;
	width: 31.4%;
	margin-right: 2.8%;
	cursor: pointer;
	background: #fff;
	margin-bottom: 50px;
	transition:box-shadow 0.3s;
}
.news .list li:nth-child(3n){
	margin-right: 0;
}
.news .list .pic{
	width: 100%;
	overflow: hidden;
	height: 250px;
	position: relative;
}
.news .list img{
	width: 100%;
	transition:transform 0.3s;
}
.news .list .con{
	display: block;
	width: 100%;
	padding:28px 8.6% 16px;
}
.news .list h2{
	font-size: 22px;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
}
.news .list h2 a{
	color: #333;
	transition:color 0.3s;
}
.news .list .font{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 8px;
}
.news .list .font a{
	color: #808080;
}
.news .list .time-box{
	width: 100%;
	margin-top: 34px;
	border-top: 1px solid #e6e6e6;
	padding: 12px 0;
}
.news .list .time{
	float: left;
	padding-left: 24px;
	font-size: 12px;
	color: #808080;
	display: block;
	line-height: 19px;
	background: url(../pic/news04.png) no-repeat left center;
}
.news .list .share{
	width: 16px;
	height: 19px;
	float: right;
	background: url(../pic/news05.png) no-repeat center;
	transition:transform 0.3s;
}
.page{
	width: 100%;
	background: #fff;
	padding:12px 2%;
	text-align: center;
}
.page .pagination{
	padding: 0;
	margin: 0;
}
.page a{
	font-size: 14px;
	color: #848484;
	display: inline-block;
	line-height: 14px;
	padding: 14px 16px;
	margin:0 5px;
	transition:background 0.3s,color 0.3s;
}
.page a.active{
	background: #008e3f;
	color: #fff;
}
.page a.btns{
	font-size: 16px;
}
.page a.btns span{
	font-family: '宋体';
	font-weight: bold;
	font-size: 23px;
    position: relative;
    top: 4px;
}
.page a.prev{
	float: left;
}
.page a.prev span{
	margin-right: 20px;
}
.page a.next{
	float: right;
}
.page a.next span{
	margin-left: 20px;
}
.news-info{
	padding: 78px 0 82px;
	width: 100%;
	background: #f5f5f5;
}
.news-info .left{
	width: 100%;
	float: left;
	padding:44px 6% 109px;
	background: #fff;
}
.news-info .right{
	width: 22.8%;
	float: right;
	padding:22px 2% 50px;
	background: #fff;
}
.news-info-left{
	width: 75%;
	float: left;
}
.news-info .left p{
	font-size: 18px;
	color: #666;
	line-height: 28px;
	margin-bottom: 10px;
}
.news-info .left img{
	max-width: 100%;
	height: auto !important;
	margin:30px 0 50px;
}
.news-info .left .title{
	padding-bottom: 19px;
	margin-bottom: 18px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f2f2f2
}
.news-info .left h2{
	font-size: 30px;
	color: #000;
	float: left;
	line-height: 49px;
	width:86%;
}
.news-info .left .time{
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 49px;
	display: block;
	opacity: 0.5;
}
.news-info .right .tit{
	width: 100%;
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.news-info .right a{
	display: block;
	padding-left: 18px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 16px;
	background: url(../pic/news10.png) no-repeat left 10px;
	transition:background 0.3s,color 0.3s;
}
.about{
	width: 100%;
	overflow: hidden;
}
.info-page{
	width: 100%;
	float: left;
	padding:17px 3.6%;
	background: #fff;
	margin-top: 29px;
	text-align: center;
}
.info-page a{
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	transition:color 0.3s;
}
.info-page a.prev{
	float: left;
}
.info-page a.next{
	float: right;
}
.info-page a.return{
	padding:0 15px 0 45px;
	background: url(../pic/news11.png) no-repeat 15px center;
	transition:background 0.3s,color 0.3s;
}
.about-banner{
	width: 100%;
	height: 500px;
}
.about-banner .now{
	padding-top: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	line-height: 42px;
}
.about-banner .now .title{
	float: left;
	font-size: 18px;
	color: #fff;
}
.about-nav{
	float: right;
	width: 44.6%;
	text-align:right;
	position: relative;
}
.about-nav .slides{
	width: 100%;
}
.about-nav .slides li{
	width: 20%;
}
.about-nav .slides li a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	transition:color 0.3s;
}
.about-nav .flex-control-nav, .about-nav .flex-direction-nav{
	display: none;
}
.about-intro{
	padding: 85px 0 0;
}
.about-intro .top h2{
	font-size: 48px;
	color: #333333;
	line-height: 64px;
}
.about-intro .top h3{
	font-size: 20px;
	color: #333;
	line-height: 40px;
}
.about-intro .top i{
	width: 80px;
	height: 1px;
	display: block;
	margin: 16px 0 28px;
	background: #bfbfbf;
}
.about-intro .top p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
}
.about-intro .bot{
	margin-top: 50px;
	border-top: 1px solid #e6e6e6;
	padding-top: 24px;
	padding-bottom: 25px;
} 
.about-intro .bot li{
	float: left;
	width: 20%;
	text-align: center;
}
.about-intro .bot h2{
	font-family: 'DIN-Regular';
	font-size: 60px;
	color: #008e3f;
	line-height: 72px;
}
.about-intro .bot p{
	font-size: 15px;
	color: #666;
	line-height: 24px;
}
.base-list{
	padding: 85px 0 0;
	background: #f5f5f5;
	width: 100%;
}
.base-list h1{
	font-size: 46px;
	color: #333333;
	line-height: 63px;
}
.base-list ul{
	width: 100%;
	padding: 28px 0 45px;
}
.base-list li{
	float: left;
	min-width: 170px;
	text-align: center;
	border: 1px solid #cfcfcf;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
	margin:0 5px 8px 0;
	cursor: pointer;
	padding: 0 5px;
	position: relative;
	transition:background 0.3s,color 0.3s,border 0.3s;
}
.base-list li:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #008e3f;
    position: absolute;
    bottom: -5px;
    left: 50%;
    opacity: 0;
    filter:alpha(opacity=0);
    margin-left: -6px;
    transition:opacity 0.3s;
}
.base-list li.cur{
	color: #fff;
	background: #008e3f;
	border-color: #008e3f;
}
.base-list li.cur:before{
	 opacity: 1;
	filter:alpha(opacity=100);
}
.base-box{
	border-top: 1px solid #e0e0e0;
	background: #f5f5f5
}
.about-story{
	background: #f5f5f5;
	padding: 40px 0 49px;
	width: 100%;
}
.about-story-tit{
	line-height: 36px;
}
.about-story-tit .title{
	font-size: 24px;
	color: #333232;
	float: left;
}
.about-story-nav{
	width: 38%;
	float: right;
	position: relative;
	margin-right: -26px;
}
.about-story-nav .slides li{
	float: left;
	width:16.66%;
	font-size: 16px;
	color: #333232;
	text-align: center;
	background: url(../pic/as01.png) no-repeat left center;
}
.about-story-nav .slides a{
	display: block;
	color: #333232;
	width: 100%;
	transition:color 0.3s;
}
.about-story-nav .slides li:first-child{
	background: none;
}
.about-story-nav .slides li.cur a{
	color: #008e3f;
}
.about-story-intro{
	background: #fff;
	margin: 24px 0 17px;
	width: 100%;
	padding:80px 7.4% 60px;
}
.about-story-intro h2{
	font-size: 43px;
	color: #008e3f;
	line-height: 57px;
	height: 57px;
}
.about-story-intro h2 img{
	float: left;
	margin-right: 20px;
	position: relative;
	top: 50%;
	margin-top: -22px;
}
.about-story-intro h3{
	font-size: 30px;
	color: #333333;
	line-height: 70px;
	margin-top: 25px;
}
.about-story-intro p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 16px;
}
.about-story-intro .autograph{
	text-align: right;
	margin-top: 32px;
}
.about-story-intro .autograph img{
	margin-bottom: 7px;
}
.about-story-list{
	width: 100%;
	background: #fff;
	padding:35px 7.4% 60px; 
}
.about-story-list li{
	width: 100%;
	padding: 60px 0;
	float: left;
	border-bottom: 1px solid #d9d9d9;
}
.about-story-list li:last-child{
	border-bottom: none;
}
.about-story-list li .about-story-pic{
	float: right;
	width: 48.7%;
	position: relative;
	padding: 0 4.6%;
	overflow: hidden;
	margin-right: -4.6%;
}
.about-story-list li .con{
	float: left;
	width: 46%;
	/*padding-top: 3.48vw;*/
}
.about-story-list li.odd .about-story-pic{
	float: left;
	margin:0 0 0 -4.6%;
}
.about-story-list li.odd .con{
	float: right;
}
.about-story-list li dd{
	width: 100%;
	text-align: center;
}
.about-story-list li img{
	max-width: 100%;
}
.about-story-list .swiper-button-prev, .about-story-list .swiper-button-next{
	width:9.5%;
	height: 100%;
	top: 0;
	margin-top: 0;
}
.about-story-list .swiper-button-next.swiper-button-disabled,.about-story-list .swiper-button-prev.swiper-button-disabled{

}
.about-story-list .swiper-button-prev{
	background: #fff url(../pic/as05.png) no-repeat center;
	left: 0;
}
.about-story-list .swiper-button-next{
	background: #fff url(../pic/as06.png) no-repeat center;
	right: 0;
}
.about-story-list li h2{
	font-size: 30px;
	color: #333333;
	line-height: 48px;
	margin-bottom: 16px;
}
.about-story-list li .font{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.opinion-intro{
	padding: 89px 0 145px;
}
.opinion-intro .left{
	width: 59.2%;
	float: left;
}
.opinion-intro .left h2{
	font-size: 48px;
	color: #333333;
	line-height: 64px;
}
.opinion-intro .left i{
	width: 50px;
	height: 1px;
	background: #b0b0b0;
	margin: 11px 0 34px;
	display: block;
}
.opinion-intro .left p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.opinion-intro .right{
	padding: 50px 20px 0 0;
	background: url(../pic/op03.png) no-repeat right 30px;
	width: 32.5%;
	float: right;
	background-size:auto 80%;
}
.opinion-intro .right img{
	width: 100%;
}
.opinion-media{
	padding: 80px 0 79px;
	width: 100%;
	background: #f5f5f5;
}
.opinion-title{
	width: 100%;
	padding-bottom: 78px;
	text-align: center;
}
.opinion-title h2{
	font-size: 48px;
	color: #333333;
	line-height: 64px;
}
.opinion-title i{
	width: 50px;
	height: 1px;
	background: #b0b0b0;
	margin: 11px auto 0;
	display: block;
}
.opinion-media-list{
	width: 100%;
	padding-bottom: 64px;
	position: relative;
}
.opinion-media-list .swiper-slide{
	background: #fff;
	min-height: auto;
	transition:box-shadow 0.3s;
}
.opinion-media-list .swiper-slide a{
	display: block;
	width: 100%;
	padding:45px 6.5% 50px;
}
.opinion-media-list .swiper-slide h3{
	font-size: 24px;
	color: #333333;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
} 
.opinion-media-list .swiper-slide h2{
	font-size: 36px;
	color: #333333;
	line-height: 56px;
	height: 56px;
	overflow: hidden;
}
.opinion-media-list .swiper-slide .font{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.opinion-media-list .swiper-slide .more{
	margin-top: 36px;
	width: 145px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	transition:background 0.3s,color 0.3s,border 0.3s;
}
.opinion-media-list .swiper-pagination{
	bottom: 0 !important;
}
.opinion-media-list .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: url(../pic/op04.png) no-repeat center;
	background-size: 100%;
	opacity: 1;
}
.opinion-media-list .swiper-pagination-bullet-active{
	background: url(../pic/op04_h.png) no-repeat center;
	background-size: 100%;
}
.opinion-video{
	padding: 70px 0 67px;
}
.opinion-video .opinion-title{
	padding-bottom: 55px;
}
.opinion-video-list{
	padding-bottom: 59px;
	position: relative;
}
.opinion-video-list .left{
	float: left;
	width: 49%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
} 
.opinion-video-list .left img{
	width: 100%;
	transition:transform 0.3s;
}
.opinion-video-list .left .bg{
	background: url(../pic/op07.png) no-repeat center bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.opinion-video-list .left .font{
	width: 100%;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	padding:0 5% 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.opinion-video-list .right{
	width: 49%;
	float: right;
}
.opinion-video-list .right .box{
	width: 48.2%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.opinion-video-list .right img{
	width: 100%;
	transition:transform 0.3s;
}
.opinion-video-list .right .bg{
	background: url(../pic/op08.png) no-repeat center bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.opinion-video-list .right .font{
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding:0 7% 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.opinion-video-list .swiper-pagination{
	bottom: 0 !important;
}
.opinion-video-list .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: url(../pic/op04.png) no-repeat center;
	background-size: 100%;
	opacity: 1;
}
.opinion-video-list .swiper-pagination-bullet-active{
	background: url(../pic/op04_h.png) no-repeat center;
	background-size: 100%;
}
.opinion-video-box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.opinion-video-box .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.opinion-video-box .con{
	position: absolute;
	top:50%;
	left:50%;
	z-index: 2;
	width: 853px;
	height: 487px;
	padding: 0;
	margin: -243px 0 0 -426px;
}
.opinion-video-box .con iframe{
	width: 100%;
	height: 100%;
}
.opinion-video-box .con video{
	width: 100%;
}
.opinion-ideo{
	padding: 82px 0 72px;
	background: #f5f5f5;
	width: 100%;
}
.opinion-ideo .opinion-title{
	padding-bottom: 56px;
}
.opinion-ideo-list{
	position: relative;
	padding-bottom: 60px;
}
.opinion-ideo-list .swiper-pagination{
	bottom: 0 !important;
}
.opinion-ideo-list .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: url(../pic/op04.png) no-repeat center;
	background-size: 100%;
	opacity: 1;
}
.opinion-ideo-list .swiper-pagination-bullet-active{
	background: url(../pic/op04_h.png) no-repeat center;
	background-size: 100%;
}
.opinion-ideo-list .swiper-slide{
	background: #fff;
}
.opinion-ideo-list .swiper-slide a{
	width: 100%;
	display: block;
	padding: 34px 7.8% 45px;
}
.opinion-ideo-list .swiper-slide h2{
	font-size: 26px;
	color: #333333;
	line-height: 40px;
	min-height: 160px;
}
.opinion-ideo-list .swiper-slide .more{
	width: 145px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	margin-top: 26px;
	transition:background 0.3s,border 0.3s;
}
.opinion-ideo-list .swiper-slide .more span{
	display: inline-block;
	padding-left: 24px;
	background: url(../pic/op09.png) no-repeat left center;
	font-size: 14px;
	color: #666;
	transition:background 0.3s,color 0.3s;
}


.service-intro-top{
	padding: 67px 0 80px;
}
.service-intro-top.on{
	padding: 89px 0 84px;
	border-bottom: 1px solid #e0e0e0;
}
.service-intro-top .left{
	width: 67.5%;
	float: left;
}
.service-intro-top h2{
	font-size: 48px;
	color: #333333;
	line-height: 64px;
}
.service-intro-top i{
	width: 50px;
	height: 1px;
	display: block;
	background: #b0b0b0;
	margin: 11px 0 33px;
}
.service-intro-top h3{
	font-size: 36px;
	color: #333;
	line-height: 53px;
	margin-bottom: 18px;
}
.service-intro-top .left p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.service-intro-top .right{
	width: 24.7%;
	float: right;
}
.service-intro-top .right ul{
	width: 100%;
}
.service-intro-top.on .right ul{
	margin-top: 80px;
}
.service-intro-top.on .right li{
	float: left;
	width: 20.2%;
	text-align: center;
	margin-left: 5.7%;
}
.service-intro-top.on .right li:first-child{
	margin-left: 0;
}
.service-intro-top .right .font{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 7px;
}

/*wally add 骑手顾问*/
.service-intro-top .mid{
	width: 100%;
	float: right;
}
.service-intro-top .mid ul{
	width: 100%;

}
.service-intro-top.on .mid ul{
	margin-top: 10px;
}
.service-intro-top.on .mid li{
	float: left;
	width: 25%;
	text-align: center;
	/*margin-left: 4%;*/
	/*background: #008e3f;*/
	/*padding:5px;*/
	font-size: 18px;
	font-weight: 800;

}

.service-intro-top.on .mid a:link{
	color:white;
}
.service-intro-top.on .mid a:hover{
	color:white;
}
.service-intro-top.on .mid a:visited{
	color:white;
}




.service-intro-top.on .mid li:first-child{
	margin-left: 0;
}
.service-intro-top .mid .font{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 7px;
}

.service-intro-mid{
	padding: 17px 0 10px;
}
.service-intro-mid h1{
	font-weight: 800;
}
.service-intro-mid b{
	font-size:18px;
}

.service-intro-mid a:link{
	color:black;
}
.service-intro-mid a:hover{
	color:#008e3f;
}
.service-intro-mid a:visited{
	color:black;
}




.service-intro-top .pic{
	background: #008e3f;
	border-radius: 50%;
	text-align: center;
}
.service-intro-top.int ul{
	padding-top: 73px;
}
.service-intro-top.int li{
	text-align: center;
	float: left;
	background: url(../pic/ser06.png) no-repeat right center;
	padding: 0 14.7% 0 12.7%;
}
.service-intro-top.int li:last-child{
	padding: 0 0 0 12.7%;
	background:none;
}
.service-intro-top.int h2{
	font-size: 90px;
	color: #008e3f;
	font-family: 'DIN-Regular';
	line-height:81px;
}
.service-intro-top.int li h3{
	font-size: 14px;
	color: #666666;
	padding-top: 9px;
	line-height:24px;
	margin-bottom: 0;
}
.service-about{
	width: 100%;
	padding-top: 100px;
	height: 290px;
	background-size: cover !important;
}
.service-about .font{
	width: 822px;
	padding: 0 80px;
	text-align: center;
	font-size: 20px;
	color: #fffefe;
	line-height: 35px;
	font-style: italic;
	margin: 0 auto 0;
	padding-top: 9px;
	position: relative;
}
.service-about .font .bg01{
	width: 25px;
	height: 22px;
	background: url(../pic/ser08.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%;
}
.service-about .font .bg02{
	width: 25px;
	height: 22px;
	background: url(../pic/ser09.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 100%;
}
.for-left-info img{
	max-width: 100%;
	height: auto !important;
}