﻿/*@charset "utf-8";*/
	@import url("swiper.min.css");
	@import url("animate.min.css");
	@import url("font_491018_gvm0rjqlcozme7b9.css");
	@import url("base.css");
.iconfont {
	font-size:inherit;
}
html {
	color:#211f15;
}
h1,h2,h3,h4,h5,h6,body,button,input,select,textarea {
	font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft JhengHei,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:600;
	color:inherit;
}
body,button,input,select,textarea {
	font-weight:400;
	font-size:15px;
}
body {
	max-width:640px;
}
body,html { 
	height:100%;
	background:#fff;
	color:#3b392f;
}
a,input,button,.feedBack li,.menuBtn,.appMore a span,.search {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a,a:hover {
	color:#3b392f;
}
.grey {
	color:#8e8a78;
}
.yel {
	color:#fdd000;
}
.header {
	padding:30px 0 40px;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
    top: -20px;
	width:100%;
	max-width:640px;
	z-index:2;
}
.header > div {
	position:relative;
	z-index:1;
	width:44%;
	margin:0 auto;
}
.header::after,.header::before {
	position:absolute;
	width:100%;
	height:120%;
	background:#33CC80;
	display:block;
	left:0;
	top:0;
	content:"";
	transform:skewY(-10deg);
	transform-origin:0;
	opacity:.9;
	box-shadow: 0px 8px 0px 0px white;
}
.header::before {
	transform:skewY(10deg) translateY(-10%);
	transform-origin:right top;
	opacity:.4;
}
.slogan {
	display:flex;
	justify-content:space-between;
	color: white;
}
.swiper {
	width:100%;
	height:80%;
}
.swiper-pagination-bullet {
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.swiper-slide {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.swiper-slide-active a {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.swiper-pagination-bullet {
	border-radius:1px;
}
.swiper-pagination-bullet-active {
	width:30px;
	background:#33CC80;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 3px;
	border-radius: 4px;
}
.swiper .txt {
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
	font-size:28px;
	padding-bottom:15%;
	color:#fff;
	line-height:1.4;
	letter-spacing:2px;
	display:none;
}
.swiper .swiper-slide-active .txt {
	display:block;
} 
.main h2 {
	color:#3b392f;
	letter-spacing:1px;
}
.counts {
	padding:40px 0 0;
	text-align:justify;
}
.counts h3 {
	font-size:28px;
}
.counts small {
	font-size:.5em;
}
.counts ul {
	background:#33CC80;
	box-shadow:0 0 25px rgba(0,182,178,.5);
	padding:30px 0;
	position:relative;
}
.counts ul li h3
,.counts ul li p{
	color: white;
}
.counts ul:after,.anli h2:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#FDD000;
	-webkit-transform:skewY(-24deg);
	transform:skewY(-24deg);
	opacity:.1;
	z-index:-1;
}
.youshi {
	padding:40px 30px;
	/*background:url(../images/1.jpg) center center no-repeat;
	background-size:cover;
	*/
}
.youshi li {
	margin-top:15px;
	padding-left:60px;
	min-height:40px;
	line-height:20px;
}
.youshi li p {
	height:40px;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}
.youshi i {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:36px;
	display:block;
	margin-left:-60px;
	float:left;
}
.solution-tit {
	background:#8e8a78 url(/images/mobile/2.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	padding:40px 0;
}
.solution-tit h2 {
	color:#FDD000;
}
.solution {
	height:60px;
	background:#ccc;
	overflow:hidden;
}
.sNav {
	background:#64D89E;
	color:#FDD000;
	width:100%;
	overflow:hidden;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}
.sNav ul {
	white-space:nowrap;
	font-size:0;
	position:relative;
}
.sNav li {
	display:inline-block;
	vertical-align:top;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.sNav li span {
	line-height:20px;
	padding:10px 20px;
	text-align:center;
	display:block;
	height:60px;
	font-size:14px;
	color:rgba(255,255,255,.6);
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
.sNav li strong {
	font-size:16px;
	display:block;
	color:white;
}
/*.sNav li.active {
	background:#FDD000;
}
.sNav li.active span {
	color:#8e8a78;
}
.sNav li.active strong {
	color:#3b392f;
}*/
.sNav li.active {
	background:#33CC80;
}
.sNav li.active span {
	color:white;
}
.sNav li.active strong {
	color:white;
}
.swiper-slide p{
	color: white !important;
}




/**/
.sNav.sNav-fixed {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
.s-list {
	overflow:hidden;
	background:#33CC80;
}
.s-list .swiper-slide {
	padding:30px 20px;
	overflow:hidden;
}
.zuhe {
	margin:20px -30px 0;
}
.zuhe li {
	float:left;
	width:33%;
	position:relative;
}
.zuhe li:last-child {
	margin-right:0;
}
.zuhe li:last-child:before {
	display:none;
}
.zuhe li.or:before {
	content:"/";
	font-size:18px;
}
.zuhe li img {
	width:60px;
	height:60px;
	display:block;
	margin:0 auto;
	border-radius:50%;
	box-shadow:1px 3px 5px rgba(0,0,0,.1);
	margin-bottom:5px;
}
.zuhe li:before {
	content:"+";
	position:absolute;
	display:block;
	right:0;
	font-size:24px;
	top:30px;
	line-height:100%;
	-webkit-transform:translate(50%,-50%);
	transform:translate(50%,-50%);
}
.jiexi li {
	position:relative;
	padding-left:60px;
	line-height:1.4;
}
.jiexi li span {
	width:40px;
	height:40px;
	line-height:16px;
	background:#3b392f;
	font-size:14px;
	color:white;
	margin-left:-60px;
	text-align:center;
	padding:4px 0;
	float:left;
	margin-top:5px;
	opacity:.7;
	border-radius:2px;
}
.jiexi li:nth-child(n+2) {
	margin-top:10px;
}
.jiexi li p {
	min-height:40px;
	padding-top:4px;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}
.smore {
	position:relative;
	padding:5px 20% 5px 0;
	line-height:100%;
}
.smore p {
	position:relative;
	z-index:1;
	color:#FDD000;
}
.smore span {
	padding-left:10px;
	display:inline-block;
	-webkit-transform:scale(2.5);
	transform:scale(2.5);
}
.smore:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:#64D89E;
	transform:skewX(-20deg) translateX(-20%);
	position:absolute;
	left:0;
	top:0;
}
.anli {
	padding:40px 0 40px;
}
.anli h2 {
	position:relative;
}
.anli h2:after {
	height:600%;
	top:-80px;
	-webkit-transform-origin:top left;
	transform-origin:top left;
}
.anli ul {
	}.anli li:nth-child(n+4) {
	margin-top:15px;
}
.anli li {
	width:33.333%;
	float:left;
}
.anli li p {
	font-size:13px;
	margin-top:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.contact {
	background:#33CC80;
	border-radius:100px;
	width:66%;
	display:block;
	margin:40px auto;
	line-height:46px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	box-shadow:3px 5px 20px rgba(0,182,178,.5);
	color: white;
}
.fuchi {
	background:url(/images/mobile/1.jpg) center center no-repeat;
	background-size:cover;
	padding:40px 0;
}
.fuchi ul {
	padding:20px;
}
.fuchi h3 {
	display:inline-block;
	font-size:16px;
	color:#FDD000;
	padding:1px 5px;
	border-radius:1px;
	margin-bottom:10px;
}
.fuchi li {
	margin-top:15px;
	line-height:1.4;
}
.fuchi p {
	padding-left:25px;
}
.foot {
	background:#3B392F;
	color:white;
	padding:30px 20px;
}
.lianxi p {
	padding-left:30px;
	margin-top:5px;
}
.lianxi i {
	float:left;
	margin-left:-30px;
}
.lianxi h2 {
	font-size:18px;
	margin-bottom:20px;
	letter-spacing:2px;
	text-align: center;
}
/*.lianxi .bai {
	padding-right:50%;
	display:inline-block;
	float:left;
	margin-top:5px;
}*/
.lianxi .bai {
	display:inline-block;
	float:left;
	margin-top:5px;
    padding: 10px 20%;
}
.lianxi .bai>div {
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-top:5px;
	padding-bottom:15px;
	opacity:.6;
}
.float-contact {
	padding:0 0 10px;
	position:fixed;
	left:0;
	width:100%;
	bottom:0;
	z-index:999;
}
.float-contact a {
	position:relative;
}
.float-contact a img {
	border-radius:50%;
	position:absolute;
	top:-5px;
	left:0;
	border:5px solid #EC9D0B;
}


.swiper-span-ani{
	position: absolute; right: 10px;top: 4px;font-size: 12px;
	
    margin:0 auto;
    /*line-height:50px;*/ 
    /*font-size:50px;*/ 
    /*text-align:center;*/
     
    -webkit-background-clip: text;    /*按文字裁剪*/        
    -webkit-text-fill-color: transparent;    /*文字的颜色使用背景色*/    
     
    background-color:#c3bfbf;    /*设置一个背景色*/        
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.6) 30%, #aff0ff 50%, rgba(0, 0, 0, 0.6) 70%);        /*设置渐变的背景，按对角线渐变*/
     
    background-blend-mode: hard-light;    /*设置背景为混合模式下的强光模式*/
    background-size: 200%;
     
    -webkit-animation: shine 4s infinite;    /*给背景添加动画改变位置*/
}
 @-webkit-keyframes shine {
   from {background-position: 100%;}
   to {background-position: 0;}
}