@charset "UTF-8";
::-webkit-scrollbar {
 width: 7px;
}

::-webkit-scrollbar-track {
 background:none;
}

::-webkit-scrollbar-thumb {
 background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
 background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
 background: #1b1b1b;
}
html, body {
	color: #333;
	background-color: #fff;
}
body{
	overflow-x:hidden;
}
input, textarea, select {
	margin: 0;
	padding: 0;
}
input {
	border: none;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:focus{
	text-decoration: none !important;
}
li {
	float: left;
	list-style: none;
}
ul:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
h1, h2, h3, h4, h5, h6, p, span, dd, dl, dt, ul, li,ol{
	margin:0;
	padding:0;
}
input{
	outline: none;
}
/*首页*/
.banner{
	height:100vh;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sl-slide {
	z-index: 1;
}
.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}
.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
.sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.nav-arrows span {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}
.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4),  inset 0 1px 1px rgba(0,0,0,0.1);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
/* Content elements */
.banner .sl-slide h2 {
	color: #000;
	text-shadow: 0 0 1px #000;
	padding: 20px;
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	bottom: 50%;
	margin: 0 0 -120px 0;
}
.banner .sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}
.banner .bg-1 .sl-slide-inner, .banner .bg-1 .sl-content-slice {
	background: url(../images/banner1.jpg) no-repeat center center;
	background-size:cover;
}
.banner .bg-2 .sl-slide-inner, .banner .bg-2 .sl-content-slice {
	background: url(../images/banner2.jpg) no-repeat center center;
	background-size:cover;
}
.banner .bg-3 .sl-slide-inner, .banner .bg-3 .sl-content-slice {
	background: url(../images/banner3.jpg) no-repeat center center;
	background-size:cover;
}
.sl-trans-elems .deco {
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2 {
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
@-webkit-keyframes roll {
 0% {
-webkit-transform: translateX(500px) rotate(360deg);
}
 100% {
-webkit-transform: translateX(0px) rotate(0deg);
}
}
@-moz-keyframes roll {
 0% {
-moz-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-moz-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-o-keyframes roll {
 0% {
-o-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-o-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-ms-keyframes roll {
 0% {
-ms-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-ms-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@keyframes roll {
 0% {
transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-webkit-keyframes moveUp {
 0% {
-webkit-transform: translateY(40px);
}
 100% {
-webkit-transform: translateY(0px);
}
}
@-moz-keyframes moveUp {
 0% {
-moz-transform: translateY(40px);
}
 100% {
-moz-transform: translateY(0px);
}
}
@-o-keyframes moveUp {
 0% {
-o-transform: translateY(40px);
}
 100% {
-o-transform: translateY(0px);
}
}
@-ms-keyframes moveUp {
 0% {
-ms-transform: translateY(40px);
}
 100% {
-ms-transform: translateY(0px);
}
}
@keyframes moveUp {
 0% {
transform: translateY(40px);
}
 100% {
transform: translateY(0px);
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@media screen and (max-width: 992px) {
.sl-slide, .sl-slides-wrapper, .sl-slide-inner,.sl-content,.sl-content-wrapper,.sl-slider-wrapper{
	height:400px !important;
}
.sl-slider-wrapper {
    top: 55px;
}
.banner{
	padding-top:55px;
	height:455px !important;
}
}
@media screen and (max-width: 768px) {
.sl-slide, .sl-slides-wrapper, .sl-slide-inner,.sl-content,.sl-content-wrapper,.sl-slider-wrapper,.banner{
	height:250px !important;
}
.banner{
	padding-top:55px;
	height:305px !important;
}
}
/*关于我们*/
.index-about{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
    margin-top: 0;
    z-index: 99;
	margin-top:-120px;
}
.index-about dl{
	padding:40px;
	background:#f5f7f9;
	float:left;
	width:60%;
    margin-top: 70px;
}
.index-about dl dd{
	width:91%;
	font-size:16px;
	line-height:32px;
}
.index-about dd p{
	margin-top:16px;
	text-indent:2em;
}
.index-about dd p:first-child{
	margin-top:0;
}
.index-about dd li p:first-child{
	margin-top:16px;
}
.index-about img{
    position: absolute;
    right: 0;
    width:45%;
}
.index-about-wap{
	display:none;
}
/*牛油果留学生服务都包括什么？*/
.box{
	height:auto;
	overflow:hidden;
	padding:70px 0;
}
.title{
	width:100%;
	text-align:center;
	font-size:26px;
	position:relative;
	padding:24px;
	font-weight:700;
}
.title:after{
	content:'';
	position:absolute;
	width:27px;
	height:4px;
	background: -webkit-linear-gradient(90deg,#49974d, #466a3b);
	background: -o-linear-gradient(90deg,#49974d, #466a3b);
	background: -moz-linear-gradient(90deg,#49974d, #466a3b);
	background: linear-gradient(90deg,#49974d, #466a3b);
	border-radius:4px;
	left:50%;
	margin-left:-13.5px;
	top:0;
}
.service{
	width:100%;
	line-height:50px;
	text-align:center;
    margin-top: 30px;
}
.service li{
	margin-right:25px;
	background:#d7e8d7;
	color:#358c39;
	border-radius:8px;
	float:left;
	width:120px;
	font-size:16px;
	cursor:pointer;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
}
.service li:last-child{
	margin-right:0;
}
/*我们的优势*/
.advantage{
	background:#f5f7f9;
}
.advantage section{
	height:auto;
	overflow:hidden;
}
.advantage section dl{
	width:48%;
	float:left;
	position:relative;
	margin-top:35px;
}
.advantage section dl:nth-child(2n){
	margin-left:4%;
}
.advantage section dl h2{
	font-size:16px;
	margin-left:30px;
	line-height:19px;
}
.advantage section dl p{
	color:#999;
    margin-top: 10px;
}
.advantage section dl i{
	position:absolute;
	left:0;
	top:0;
	width:19px;
	height:19px;
	display:block;
}
.advantage section dl:nth-child(1) i{
    background: url(../images/icon2.png) no-repeat 0 0;
    background-size: auto 19px;
}
.advantage section dl:nth-child(2) i{
    background: url(../images/icon2.png) no-repeat -19px 0;
    background-size: auto 19px;
}
.advantage section dl:nth-child(3) i{
    background: url(../images/icon2.png) no-repeat -38px 0;
    background-size: auto 19px;
}
.advantage section dl:nth-child(4) i{
    background: url(../images/icon2.png) no-repeat -57px 0;
    background-size: auto 19px;
}
.advantage section dl:nth-child(5) i{
    background: url(../images/icon2.png) no-repeat -76px 0;
    background-size: auto 19px;
}
.advantage section dl:nth-child(6) i{
    background: url(../images/icon2.png) no-repeat -95px 0;
    background-size: auto 19px;
}
/*如何成为商家*/
.merchant{
	width:100%;
	height:auto;
	overflow:hidden;
}
.merchant li{
	width:25%;
	height:auto;
	overflow:hidden;
	float:left;
}
.merchant li img{
	overflow:hidden;
	width:120px;
	display:block;
	margin:20px auto;	
    border-radius:38px;
	-webkit-box-shadow:0 9px 25px rgba(53,140,57,0.2);
	-moz-box-shadow:0 9px 25px rgba(53,140,57,0.2);
	box-shadow:0 9px 25px rgba(53,140,57,0.2);
}
.merchant li p{
	width:100%;
	text-align:center;
	font-size:16px;
	display:block;
	line-height:30px;
}
/*下载二维码*/
.index-download{
	background:url(../images/img3.jpg) no-repeat center bottom fixed;
	background-size:cover;
	padding:50px 0;
    height: 610px;
    margin-top: 60px;
}
.index-phone{
	float:left;
	width:50%;
    margin-top: -120px;
	overflow:hidden;
    height:680px;
}
.index-phone img{
	width:100%;
}
.index-code{
	width:45%;
	float:right;
}
.index-code li{
	width:100%;
	margin-top:70px;
	position:relative;
}
.index-code li:first-child{
	margin-top:0;
}
.index-code li h2{
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:30px;
}
.index-code li dl{
	width:100%;
	margin-top:30px;
    padding-left: 80px;
}
.btn-app-p{
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.btn-app-p img{
	width:250px;
}
.btn-app-p .code_toogle {
    position: absolute;
    top: 0;
    left:270px;
    z-index: 2;
    display: block;
    opacity:0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0%)';
    -moz-opacity: 0;
    padding: 6px;
    background: #fff;
}
.btn-app-p .code_toogle img{
	width:150px;
}
.btn-app-p:hover .code_toogle {
	top:0px;
	z-index: 100;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100%)';
	-moz-opacity: 1
}
.index-code-wap{
	display:none;
}
/*底部*/
.footer .btn-app-p{
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.footer .btn-app-p img{
	width:30px;
}
.footer .btn-app-p .code_toogle {
    position: absolute;
	top:-100px;
    left:-30px;
    z-index: 2;
    display: block;
    opacity:0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0%)';
    -moz-opacity: 0;
    padding: 6px;
    background: #fff;
}
.footer .btn-app-p .code_toogle img{
	width:80px;
}
.footer .btn-app-p:hover .code_toogle {
	top:-100px;
	z-index: 100;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100%)';
	-moz-opacity: 1
}
.footer{
	background:#323232;
}
.footer ul{
	width:100%;
    line-height: 30px;
    text-align: center;
    padding: 30px 0;
}
.footer ul a{
	float:left;
	width:14.28%;
	color:#afb1b2;
}
.footer p{
	padding: 25px 0;
    line-height: 27px;
	color:#afb1b2;
	width:100%;
	text-align:center;
	display:inline-block;
	border-top:1px #8e8f91 solid;
}
.footer p a{
	display:inline-block;
	color:#afb1b2;
	margin-left:8px;
	text-decoration:underline;
}
/*关于我们*/
.inside-banner{
	height:700px;
	width:100%;
}
.about-banner{
	background:url(../images/banner2.jpg) no-repeat center center;
	background-size:cover;
}
.about{
	padding-top:40px;
	height:auto;
	overflow:hidden;
}
.about section{
	width:50%;
	float:left;
	height:420px;
	padding:50px 100px 0 0;
	border-right:2px #f2f4f6 solid;
}
.about h2{
	font-size:20px;
	font-weight:700;
	line-height:30px;
}
.about b{
	color:#afb1b2;
	font-size:12px;
	line-height:20px;
}
.about p{
	display:inline-block;
	width:100%;
	line-height:26px;
	padding:25px 0;
	border-top:1px #f2f4f6 solid;
	margin-top:30px;
}
.about ul{
	width:100%;
	height:auto;
	overflow:hidden;
}
.about ul span{
	width:50%;
	float:left;
	display:inline-block;
	line-height:26px;
	margin-top:10px;
}
.about ul span:last-child{
	width:100%;
}
#map {
	width:48%;
	height:350px;
	float:right;
	margin-top:30px;
}
.BMap_pop,.BMap_shadow,.BMap_omCtrl,.BMap_scaleCtrl,.anchorBL,.BMap_cpyCtrl,.BMap_zlHolder{
	display:none !important;
}
/*下载*/
.download{
	background:url(../images/download-bg.jpg) no-repeat bottom center;
	padding:150px 0 100px;
	height:auto;
	overflow:hidden;
}
.download section{
	height:auto;
	overflow:hidden;
}
.download-left{
	width:50%;
	float:left;
}
.download-right{
	width:50%;
	padding:70px 0 0 100px;
	float:left;
	height:auto;
	overflow:hidden;
}
.download-right h1{
	font-size:40px;
	line-height:60px;
	font-weight:700;
}
.download-right ul{
	width:100%;
	margin-top:50px;
}
.download-right ul h2{
	display:inline-block;
	font-size:30px;
	margin-right:30px;
}
.download-right ul span{
	color:#afb1b2;
}
.download-right ul li{
	width:100%;
	margin-top:30px;
}
.download-right ul img{
	width:150px;
	float:left;
}
.download-right ul img:first-child{
	margin-right:80px;
}
/*招商*/
.download{
	background:url(../images/download-bg.jpg) no-repeat bottom center;
	padding:150px 0 100px;
	height:auto;
	overflow:hidden;
}
.merchants-banner{
	background:url(../images/banner3.jpg) no-repeat center center;
	background-size:cover;
}
.merchants-con{
	background:#f5f7f9;
}
.merchants{
	width:100%;
	height:auto;
	padding-top:30px;
	overflow:hidden;
}
.merchants-left{
	width:50%;
	float:left;
	padding:30px 60px 0 0;
}
.merchants-left p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 32px;
	text-indent:2em;
}
.merchants-left p:first-child{
	margin-top:0;
}
.merchants-right{
	width:50%;
	float:right;
}
.merchants-wap{
	display:none;
}
.merchants-advantage{
	width:100%;
	height:auto;
	overflow:hidden;
}
.merchants-advantage li{
	width:20%;
	height:auto;
	overflow:hidden;
	float:left;
}
.merchants-advantage li img{
	overflow:hidden;
	width:100px;
	display:block;
    margin: 20px auto;
    border-radius: 32px;
	-webkit-box-shadow:0 9px 25px rgba(53,140,57,0.2);
	-moz-box-shadow:0 9px 25px rgba(53,140,57,0.2);
	box-shadow:0 9px 25px rgba(53,140,57,0.2);
}
.merchants-advantage li p{
	width:100%;
	text-align:center;
	font-size:16px;
	display:block;
	line-height:30px;
}
/*市场合作*/
.cooperation{
	background:#f5f7f9;
	text-align:center;
}
.cooperation section{
	padding-top:10px;
}
.cooperation p{
	line-height:30px;
	font-size:16px;
	margin-top:10px;
}
/*如何成为商家*/
.app-box{
	padding-bottom:0 !important;
}
.app{
	background:url(../images/app-bg.jpg) no-repeat center center fixed;
	background-size:cover;
    margin-top: 80px;
}
.app-left{
	width:35%;
	float:left;
	margin-top:-70px;
}
.app-right{
	width:63%;
	float:right;
	text-align:center;
	height:auto;
	overflow:hidden;
    padding: 162px 0;
}
.app-right li{
	width:25%;
	float:left;
}
.app-right li img{
	width:110px;
	margin-bottom:15px;
}
.app-right li p{
	color:#fff;
	font-size:16px;
	line-height:26px;
}
@media (min-width:992px) and (max-width:1200px){
.index-about dl dd {
    font-size: 15px;
    line-height: 26px;
}
.service li {
    width:100px;
	margin-right:20px;
}
.index-code li h2 {
    font-size: 24px;
}
.btn-app-p img {
    width: 200px;
}
.index-code li dl {
    margin-top: 25px;
    padding-left: 66px;
}
.btn-app-p .code_toogle {
    left: 220px;
}
.index-code li {
    margin-top: 40px;
}
.index-code {
    width:49%;
}
.index-phone {
    width:47%;
	margin-top: -100px;
    height: 533px;
}
.index-download {
    height: 470px;
	padding:37px 0;
}
.index-download{
    margin-top:40px;
}
.inside-banner{
	height:600px;
}
.download-right {
    width: 50%;
    padding:26px 0 0 50px;
}
.download-right h1 {
    font-size: 32px;
}
.download-right ul h2 {
    font-size: 26px;
    margin-right: 24px;
}
.download-right ul {
    margin-top:30px;
}
.download-right ul:last-child{
    margin-top:50px;
}
.merchants-left p{
    font-size: 15px;
    line-height: 26px;
}
.app-right li img {
    width: 85px;
}
.app-right {
    padding: 124px 0;
}
}
@media (min-width:768px) and (max-width:991px){
.box {
    padding: 40px 0;
}
.index-about dl dd {
    font-size: 14px;
	width:100%;
}
.index-about dl{
	width:100%;
	margin-top:0;
}
.index-about dd p{
	width:52%;
}
.index-about{
	margin-top:-50px;
}
.index-about dd p:nth-child(3),.index-about dd p:nth-child(4){
    width: 100%;
}
.index-about img {
    top: 40px;
	right:40px;
    width: 38%;
}
.service li {
    width:155px;
	margin-top:25px;
}
.service li:nth-child(1),.service li:nth-child(2),.service li:nth-child(3),.service li:nth-child(4){
	margin-top:0;
}
.merchant li img {
    width: 100px;
	border-radius: 32px;
}
.merchant li p {
    line-height: 26px;
}
.index-code li h2 {
    font-size:18px;
}
.btn-app-p img {
    width: 160px;
}
.btn-app-p .code_toogle img {
    width: 100px;
}
.index-code li dl {
    margin-top: 20px;
    padding-left: 40px;
}
.btn-app-p .code_toogle {
    left:170px;
}
.index-code li {
    margin-top: 40px;
}
.index-code {
    width:45%;
}
.index-phone {
    width:52%;
	margin-top: -90px;
    height: 448px;
}
.index-download {
    height: 395px;
	padding:37px 0;
}
.index-download{
    margin-top:30px;
}
.inside-banner{
	height:500px;
}
.about section {
    height: 420px;
    padding:30px 30px 0 0;
}
.about ul span{
	width:100%;
}
.download-right {
    width: 50%;
    padding:0px 0 0 50px;
}
.download-right h1 {
    font-size:26px;
	line-height:40px;
}
.download-right ul h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    width: 100%;
}
.download-right ul {
    margin-top: 10px;
}
.download-right ul:last-child{
    margin-top:40px;
}
.download-right ul li {
    margin-top: 20px;
}
.download-right ul img {
    width: 110px;
}
.download-right ul img:first-child {
	margin-right:40px;
}
.merchants-left{
	width:100%;
	padding:0;
}
.merchants {
    padding-top: 20px;
}
.merchants-right {
    width: 100%;
    float: right;
    margin-top: 25px;
}
.merchants-advantage li img {
    width: 80px;
    margin:15px auto;
    border-radius: 25px;
}
.app-right li img {
    width: 70px;
}
.app-right {
    padding: 76px 0;
}
}
@media (max-width:767px){
*{
    font-size: 14px;
}
/*关于我们-wap*/
.index-about-wap{
	display:block;
}
.index-about{
	display:none;
}
.index-about-wap{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
    margin-top: 0;
    z-index: 99;
	margin-top:25px;
}
.index-about-wap dl{
	padding:25px;
	background:#f5f7f9;
	float:left;
	width:100%;
}
.index-about-wap .shou p{
	margin-top:16px;
	text-indent:2em;
}
.index-about-wap .shou p:first-child{
	margin-top:0px;
}
.index-about-wap img{
	float:left;
    width:100%;
}
.shou {
	display: none;
}
.shou,.zhan{
	line-height: 23px;
	text-indent:2em;
}
.hidd,.show{
	color: #358c39;
	width:100%;
	text-align:right;
	display:inline-block;
}
/*关于我们-wap-end*/
.box{
	padding:35px 0;
}
.title {
    font-size: 20px;
}
.service{
	margin-top: 10px;	
}
.service li {
	width:-webkit-calc(50% - 5px);
	width:-moz-calc(50% - 5px);
	width:calc(50% - 5px);
	margin:10px 10px 0 0;
}
.service li:nth-child(1),.service li:nth-child(2){
	margin-top:0px;
}
.service li:nth-child(2n){
	margin-right:0;
}
.advantage section dl{
	width:100%;
    margin-top: 22px;
}
.advantage section dl:nth-child(1) {
    margin-top:0;
}
.advantage section dl:nth-child(2n) {
    margin-left:0;
}
.merchant li {
    width:50%;
}
.merchant li img {
    width: 80px;
    margin: 25px auto 10px;
    border-radius: 25px;
}
.merchant li img:nth-child(1),.merchant li img:nth-child(2){
	margin-top:10px;
}
.merchant li p {
    line-height: 26px;
}
.index-download {
    margin-top: 70px;
    height: auto;
	padding: 40px 0;
}
.index-phone {
    float: none;
    width: 80%;
    overflow: hidden;
    height: auto;
    margin: -120px auto 0;
}
.index-code {
	display:none;
}
.index-code-wap{
	display:block;
}
.index-code-wap li{
	margin-top:25px;
}
.index-code-wap li h2 {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.index-code-wap li a{
    width:48%;
    margin-top: 20px;
    padding-left: 0;
    float: left;
}
.index-code-wap li a:last-child{
	margin-left:4%;
}
.index-code-wap li a img{
	width:100%;
}
.footer ul a{
    width:25%;
}
.footer ul a:nth-child(5),.footer ul a:nth-child(6),.footer ul a:nth-child(7){
	margin-top:15px;
}
.footer ul a:nth-child(5){
	margin-left:12.5%;
}
.inside-banner{
	height:300px;
}
.about section{
	width:100%;
	border:none;
	padding:0;
	height:auto;
}
.about {
    padding-top:20px;
}
.about ul span{
	width:100%;
}
#map{
	width:100%;
	height:250px;
}
.download-left {
    width: 50%;
    float: none;
    margin: 0 auto;
    display: block;
}
.download {
    padding: 90px 0 50px;
}
.download-right {
    width: 100%;
	padding: 45px 0 0 0;
    text-align: center;
}
.download-right h1 {
    font-size: 26px;
    line-height:30px;
}
.download-right ul {
    width: 100%;
    margin-top:35px;
}
.download-right ul h2 {
    display: inline-block;
    font-size: 24px;
    margin: 0 0 15px 0;
    width: 100%;
}
.download-right ul img{
    width: 30%;
    float: none;
}
.download-right ul img:first-child {
    margin-right: 50px;
}
.download-right ul li {
    margin: 25px 0 10px;
}
.merchants{
	display:none;
}
.merchants-wap{
	display:block;
}
.merchants-wap img{
	width:100%;
	margin-top:20px;
}
.merchants-wap p{
	margin-top:16px;
}
.merchants-wap p:first-child{
	margin-top:0;
}
.merchants-advantage li {
    width:33.33%;
}
.merchants-advantage li p{
	font-size:15px;
}
.merchants-advantage li img{
	width:80px;
	border-radius: 25px;
	margin: 15px auto;
}
.merchants-advantage li:nth-child(4),.merchants-advantage li:nth-child(5){
    width:50%;
	margin-top:10px;
}
.cooperation p {
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
}
.cooperation section {
    padding-top: 0;
}
.app-right li img {
    width:50px;
}
.app-right {
    width: 100%;
    padding: 40px 0;
}
.app {
    margin-top:225px;
}
.app-left {
    width: 155px;
    float: none;
    margin: -222px auto 0;
    display: block;
}
.app-right li p {
    font-size: 12px;
    line-height: 19px;
}
}
#autoShow{
	padding:30px;
	border-radius:10px;
	line-height:30px;
}




