@charset "UTF-8";
/** 微信 **/

/** 公用 **/
body.weixin .header-box .inner{
	max-width: 1180px;
}
.main-box{
	position: relative;
}
.rellax{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.common-btn{
	pointer-events: auto;
	height: 60px;
    padding: 21px 55px;
    border-radius: 30px;
    transition: transform .3s cubic-bezier(.98,.01,.02,.99);
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
}
.common-btn .btn-bg{
	box-shadow: 0 14px 54px 0 rgba(18,0,40,.18);
	border-radius: 30px;
    z-index: 2;
    transition: box-shadow .6s ease-out,transform .3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #333;
}
.common-btn .btn-bg:before{
	background-image: linear-gradient(180deg,#fff5cb 21%,#b6e3d4 43%,#0090a9);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 30px;
}
.common-btn .btn-bg:after{
	background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: 3;
    border-radius: 30px;
}

.common-btn span{
	 position: relative;
    z-index: 5;
    white-space: nowrap;
    color: #333;
    display: inline-block;
    line-height: 18px;
    vertical-align: top;
}
.common-btn:hover .btn-bg {
  transform:scale(.95)!important
}

/** 第一屏 **/
.wei-box .main{
	height: 1500px;
    position: relative;
    overflow: hidden;
}
.main-background{
	background-image: linear-gradient(180deg,#33a7b5,#b6e3d4 43%,#fff5cb);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: bottom right;
}
.animation-bg-white{
	position: absolute;
    width: 100%;
    overflow: hidden;
	top: 597px;
    transform: matrix(1, 0.42448, 0, 1, 0, 0);
    z-index: 0;
    display: block;
    left: 0;
    background: #fff;
    transform-origin: left;
    height: 300vh;
}
.container{
	margin: 0 auto;
    max-width: 1180px;
    position: relative;
}
.main.first .container {
    padding-top: 12.5em;
    height: 100%;
}
.main.first .container .main-plane{
	position: absolute;
    bottom: 400px;
    left: 370px;
    z-index: 9914;
}

.main.first .container .main-illustration{
	position: absolute;
    left: 39%;
    top: 310px;
}
.main.first .container .main-illustration .main-illustration-cloud{
	position: absolute;
    right: -450px;
    top: 375px;
}
.main.first .container .main-illustration .main-illustration-cloud2{
	position: absolute;
    left: 32%;
    top: -110px;
}
.main.first .container .main-title{
    max-width: 650px;
    color: #fff;
    margin-top: -20px;
    position: relative;
}
.main.first .container .main-title .doc1{
	font-size: 72px;
	 font-weight: bold;
    line-height: 1.389em;
    margin-bottom: 30px;
}
.main.first .container .main-title .doc1 p{
	 font-weight: bold;
}
.main.first .container .main-title .doc2{
    max-width: 350px;
    color: #333;
    margin: 0 0 0 123px;
}
.main.first .container .main-title .doc2 .det{
	font-size: 20px;
    line-height: 30px;
}

.flash {-webkit-animation: flashs 1s ;animation: flashs 1s }
@-webkit-keyframes flashs {
  0%{opacity:0;-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);}to{opacity:1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);}
}
@keyframes flashs {
  0%{opacity:0;-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);}to{opacity:1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);}
}


.flash1 {-webkit-animation: flashs1 1.2s ;animation: flashs1 1.2s}
@-webkit-keyframes flashs1 {
  0%{transform: skewY(-15deg);z-index: 9911;
    top: -200px;}to{top: 597px;
    transform: matrix(1, 0.42448, 0, 1, 0, 0);
    z-index: 0;}
}
@keyframes flashs1 {
  0%{transform: skewY(-15deg);z-index: 9911;
    top: -200px;}to{top: 597px;
    transform: matrix(1, 0.42448, 0, 1, 0, 0);
    z-index: 0;}
}

.flash2 {-webkit-animation: flashs2 1.2s ;animation: flashs2 1.2s }
@-webkit-keyframes flashs2 {
  0%{opacity:0; margin-top:200px;}to{opacity:1; margin-top: 0;}
}
@keyframes flashs2 {
  0%{opacity:0;margin-top:200px}to{opacity:1;margin-top: 0;}
}

.flash3 {-webkit-animation: flashs3 1.2s ;animation: flashs3 1.2s }
@-webkit-keyframes flashs3 {
  0%{opacity:0;top:200px}to{opacity:1;top:0;}
}
@keyframes flashs3{
  0%{opacity:0;top:200px}to{opacity:1;top:0;}
}

.flash4 {-webkit-animation: flashs4 1.2s ;animation: flashs4 1.2s }
@-webkit-keyframes flashs4 {
  0%{opacity:0;margin-bottom:-200px;}to{opacity:1;margin-bottom:0;}
}
@keyframes flashs4 {
  0%{opacity:0;margin-bottom:-200px;}to{opacity:1;margin-bottom:0;}
}

.flash5 {-webkit-animation: flashs5 0.8s;animation: flashs5 0.8s }
@-webkit-keyframes flashs5 {
  0%{opacity:0;top: 20px}to{opacity:1;top: 0;}
}
@keyframes flashs5 {
  0%{opacity:0;top: 20px}to{opacity:1;top: 0;}
}

.flash6 {-webkit-animation: flashs6 1s;animation: flashs6 1s }
@-webkit-keyframes flashs6 {
  0%{opacity:0;top: 50px}to{opacity:1;top: 0;}
}
@keyframes flashs6 {
  0%{opacity:0;top: 50px}to{opacity:1;top: 0;}
}


@media only screen and (min-width: 1401px){
	.container {
	    width: 1216px;
	}
}

@media only screen and (max-width: 1400px){
	.container {
	    width: 86%;
	}
	.animation-bg-white{
		top: 710px;
	}
	@-webkit-keyframes flashs1 {
	  0%{transform: skewY(-15deg);z-index: 9911;
	    top: -200px;}to{top: 710px;
	    transform: matrix(1, 0.42448, 0, 1, 0, 0);
	    z-index: 0;}
	}
	@keyframes flashs1 {
	  0%{transform: skewY(-15deg);z-index: 9911;
	    top: -200px;}to{top: 710px;
	    transform: matrix(1, 0.42448, 0, 1, 0, 0);
	    z-index: 0;}
	}
}

@media only screen and (max-width: 768px){
	.container {
	    width: 92%;
	}
}


/** 第二屏 **/
.advantages.second{
	margin-top: -200px;
    position: relative;
}
.advantages.second .advantage-cloud{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 9912;
}
.advantages.second .advantage-lines{
	position: absolute;
    left: 36px;
    top: 275px;
    z-index: -2;
    max-width: 100vw;
}
.advantages.second .advantage-waterfall{
	position: absolute;
    left: 39%;
    top: -371px;
    z-index: -1;
}
.advantages.second .container{
	position: relative;
    z-index: 5;
}
.advantages.second .scene{
	position: relative;
    z-index: 9916;
}
.advantages.second .scene .headline{
	flex: 0 0 480px;
	padding-left: 40px;
}
.advantages.second .scene .headline .title-animation{
	font-size: 46px;
	line-height: 62px;
	max-width: 450px;
    margin: 0 0 30px;
    color: #000;
}
.advantages.second .scene .headline .advantage-description{
	font-size: 20px;
	line-height: 30px;
	max-width: 280px;
    margin-left: 51px;
}
.advantages.second .scene .advantage-picture{
	margin-bottom: 200px;
    position: relative;
    left: 0;
}
.advantages.second .scene .advantage-picture img{
	max-width: 100%;
}
.rows{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.advantages.second .advantage-balloon{
	position: absolute;
    top: -30px;
    left: 0;
}
.advantages.second .scene .headline1{
	margin-top: 150px;
	padding-left: 0;
	margin-left: -10px;
}
.advantages.second .scene .headline1 .advantage-description{
	max-width: 300px;
}
.advantages.second .scene .headline1 .common-btn{
	margin-top: 50px;
    margin-left: 100px;
    min-width: 205px;
}
.advantages.second .advantage-ipad{
	position: absolute;
    top: 125px;
    left: -140px;
}
.advantages.second .advantage-tree{
	position: absolute;
    top: 500px;
    right: 171px;
}
.advantages.second .advantages-other{
	margin-top: 350px;
	position: relative;
}
.advantages.second .column:first-child{
	padding-top: 440px;
	margin-top: 35px;
}
.advantages.second .column:nth-child(2){
	padding-top: 220px;
	margin-top: 35px;
}
.advantages.second .column .advantage {
    margin-bottom: 4em;
}
.advantages.second .advantage .name{
	font-size: 22px;
    max-width: 300px;
    line-height: 30px;
    position: relative;
    margin: 25px 0 10px;
    color: #000;
}
.advantages.second .advantage .advantage-description{
	font-size: 18px;
    line-height: 28px;
    max-width: 300px;
    position: relative;
}

@media only screen and (max-width: 1400em){
	.advantages.second .advantage-ipad{
		left: -100px;
	}
}


/** 第三屏 **/
.integrations.third{
	padding-bottom: 80px;
    margin-top: -400px;
    overflow: hidden;
    position: relative;
    z-index: 9914;
}
.integrations.third .integrations-background{
	background-image: linear-gradient(23deg,#fff5cb 46%,#b6e3d4 66%,#0090a9 89%);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewY(-23deg);
    transform-origin: right;
}
.integrations.third .container{
	padding-top: 25vw;
    position: relative;
}
.integrations.third .integration-picture{
	padding-top: 110px;
    margin-right: 110px;
    position: inherit;
}
.integrations.third .integration-picture .integration-picture{
	
}
.integrations.third .integration-picture .integration-balloon{
	position: absolute;
    top: 10vw;
    right: 0;
}


.integrations.third .integration-text{
    padding-top: 90px;
}
.integrations.third .integration-text .title-animation{
	font-size: 46px;
	max-width: 430px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
}
.integrations.third .integration-text .list{
	margin-top: 2.8em;
}
.integrations.third .integration-text .list li{
	margin-bottom: 20px;
}
.integrations.third .integration-text .list li:last-child{
	margin-bottom: 0;
}
.integrations.third .integration-text .list .title{
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	padding-left: 40px;
	background: url(../../Img/images/wei-libg.png) no-repeat left center;
}
.integrations.third .integration-text .list .doc{
	font-size: 16px;
	padding-left: 40px;
	line-height: 26px;
}
.integrations.third .integration-text .common-btn{
	margin-top: 4em;
	padding: 21px 75px;
}

@media only screen and (min-width: 64em){
	.col-md {
	    -webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    -ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    max-width: 100%;
	}
}


/** 第四屏 **/
.testimonials.fourth{
	background-color: #fff;
    padding: 92px 0 160px;
}

.testimonials.fourth .testimonial-picture{
	width: 419px;
    height: 439px;
}
.testimonials.fourth .testimonial-picture .bg{
	width: 100%;
}
.testimonials.fourth .testimonial-picture .marks{
	display: inline-block;
	position: relative;
}
.testimonials.fourth .testimonial-picture .img1{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -270px;
	z-index: 10;
}
.testimonials.fourth .testimonial-picture .img2{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -200px;
	z-index: 5;
}

.testimonials.fourth .testimonial-text{
	margin-top: 15px;
	position: relative;
	margin-left: 25px;
}
.testimonials.fourth .testimonial-text .fade-slide-in{
	font-size: 22px;
	color: #000;
	line-height: 40px;
	margin: 25px 0 20px;
    padding-top:60px;
    max-width: 410px;
    position: relative;
}
.testimonials.fourth .testimonial-text .fade-slide-in:before{
	content: "";
    position: absolute;
    top: 19px;
    left: -132px;
    width: 85px;
    height: 2px;
    background: #eaeaea;
}
.testimonials.fourth .testimonial-text .fade-slide-in:after{
	font-size: 14px;
    content: "成功案例";
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-weight: bold;
}
.testimonials.fourth .testimonial-text .testimonial-author{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 22px;
	margin-top:80px;
}
.testimonials.fourth .testimonial-text .testimonial-author span{
	color: #333;
}

.dingwei{
	position: absolute;
	width: 100%;
	height: 1px;
	left:0;
	top: -200px;
}
.dingwei1{
	position: absolute;
	width: 100%;
	height: 1px;
	left:0;
	bottom: -100px;
}
@media only screen and (max-width: 1400px){
	.integrations.third .integration-picture .integration-balloon{
		top: 20vw;
	}
	.advantages.second .advantages-other{
		margin-top: 400px;
	}
}
@media only screen and (max-width: 1024px){
	.wei-box .main{
		height: 1340px;
	}
	.main.first .container {
	    padding-top: 1.6rem;
	}
	.main.first .container .main-illustration .main-illustration-cloud{
		display: none;
	}
	.main.first .container .main-illustration .main-illustration-cloud2{
		display: none;
	}
	.main.first .container .main-title{
		margin-left: 0;
		max-width: 100%;
	}
	.main.first .container .main-title .doc1{
		font-size: 0.45rem;
		line-height: 0.6rem;
		text-align: center;
	}
	.main.first .container .main-title .doc2{
		text-align: center;
	    margin: 0 auto;
	    line-height: 23px;
	    max-width: 288px;
	}
	.main.first .container .main-title .doc2 .det{
		font-size: 0.16rem;
		line-height: 0.25rem;
	}
	.main.first .container .main-illustration{
		top: 1048px;
	    left: 127px;
	    z-index: -1;
	    transform: scale(.6);
	}
	.main.first .container .main-illustration .wu{
		position: absolute;
    	bottom: 0;
	}
	.main.first .container .main-plane{
		transform: scale(.7);
	    transform-origin: left;
	    bottom: 222px;
	    left: 143px;
	}
	.animation-bg-white{
		top: 828px;
	}
	.advantages.second{
		overflow: hidden;
    	margin-top: -1.6rem;
	}
	.advantages.second .advantages-other{
		margin-top: 2.6rem;
	}
	.advantages.second .scene .advantage-picture{
		left: 0;
	    text-align: center;
	    margin-bottom: 0;
	}
	.advantages.second .scene .advantage-picture img{
		margin: 0 auto;
		max-width: inherit;
	}
	.advantages.second .advantage-ipad{
		top: 4.9rem;
	    left: 50%;
	    margin-left: -2.2rem;
	    width: 6rem;
	    transform-origin: left;
	}
	.advantages.second .column:first-child{
		padding-top: 210px;
		margin-top: 35px;
	}
	.advantages.second .column:nth-child(2){
		padding-top: 0;
    	margin-top: 0!important;
	}
	.advantages.second .column .advantage{
		text-align: center;
		margin-bottom:0.5rem;
	}
	.advantages.second .column .advantage img{
		margin-left: 0.45rem;
	}
	.advantages.second .column:last-child .advantage:first-child img{
		margin-left: 0;
	}
	.advantages.second .advantage .name{
		font-size: 0.2rem;
		line-height: 0.3rem;
		font-weight: bold;
		margin-top: 0.2rem;
		max-width: 100%;
	}
	.advantages.second .advantage .advantage-description{
		font-size: 0.16rem;
		line-height: 0.24rem;
		color: #666;
		padding: 0 0.1rem;
		max-width: 100%;
	}

	.integrations.third{
		margin-top: 0;
	    padding-top: 1.6rem;
	    padding-bottom: 0;
	}
	.integrations.third .integration-picture .integration-balloon{
		right: 50%;
	    margin-right: -95px;
	    top: -100px;
	}
	.integrations.third .integration-picture .integration-img{
		position: absolute;
	    left: 50%;
	    bottom: 0;
	    transform: scale(.7);
	    transform-origin: left;
	    margin-left: -192px;
	}
	.integrations.third .integration-picture{
		text-align: center;
	    padding-top: 0;
	    position: absolute;
	    left: 0;
	    margin-left: 0;
	    margin-right: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	}
	.integrations.third .integration-text{
		text-align: center;
    	padding-bottom: 490px;
    	width: 100%;
	}
	.integrations.third .integration-text .list .title{
		color: #333;
		font-size: 0.18rem;
		line-height: 0.25rem;
		padding-left: 0.35rem;
		background: url(../../Img/images/wei-libg.png) no-repeat left center;
		background-size: 0.23rem;
	}
	.integrations.third .integration-text .list .doc{
		color: #666;
		font-size: 0.15rem;
		padding-left: 0.35rem;
	}
	.integrations.third .integration-text .title-animation{
		margin: 85px auto 40px;
    	max-width: 100%;
		font-weight: bold;
		font-size: 0.35rem;
		line-height: 0.45rem;
	}
	.integrations.third .integration-text .title-animation p{
		font-weight: bold;
	}
	.integrations.third .integration-text .list li{
		text-align: left;
	}
	.integrations.third .integration-text .common-btn{
		margin-top: 0.5rem;
	}
	.testimonials.fourth{
		padding: 1rem 0 0.8rem;
		text-align: center;
	}
	.testimonials.fourth .testimonial-picture{
		width: 100%;
		height: auto;
		margin:0 5%;
	}
	.testimonials.fourth .testimonial-text{
		text-align: center;
		margin-top: 0;
		margin-left: 0;
	}
	.testimonials.fourth .testimonial-text .fade-slide-in{
		max-width: 100%;
		margin: 0;
		font-size: 0.18rem;
		line-height: 0.32rem;
		padding: 0.3rem 0;
		color: #333;
	}
	.testimonials.fourth .testimonial-text .fade-slide-in:after{
		top: -4.65rem;
	    left: 50%!important;
	    margin-left: -30px;
	}
	.testimonials.fourth .testimonial-text .testimonial-author{
		margin-top: 0.1rem;
	}
	.testimonials.fourth .testimonial-text .fade-slide-in:before{
		width: 0;
	}
	.testimonials.fourth .testimonial-picture .img1{
		width: 70%;
		transform: translate(0,-50%);
    	-webkit-transform: translate(0,-50%);
    	margin-top: 0;
	}
	.testimonials.fourth .testimonial-picture .img2{
		width: 90%;
		transform: translate(0,-60%);
    	-webkit-transform: translate(0,-60%);
    	margin-top: 0;
	}
	.dingwei{
		top: -1rem;
	}
	.dingwei1{
		bottom: -4.3rem;
	}
	@-webkit-keyframes flashs1 {
	  0%{transform: skewY(-15deg);z-index: 9911;
	    top: -200px;}to{top: 828px;
	    transform: matrix(1, 0.42448, 0, 1, 0, 0);
	    z-index: 0;}
	}
	@keyframes flashs1 {
	  0%{transform: skewY(-15deg);z-index: 9911;
	    top: -200px;}to{top: 828px;
	    transform: matrix(1, 0.42448, 0, 1, 0, 0);
	    z-index: 0;}
	}
}
@media only screen and (max-width: 998px){
	.advantages.second .advantage-waterfall{
		display: none;
	}
	.advantages.second .advantage-cloud{
		display: none;
	}
	.advantages.second .advantage-lines{
		display: none;
	}
	.advantages.second .advantage-tree{
		display: none;
	}
	.advantages.second .container{
		padding: 0 50px;
		margin: 0;
		width: 100%;
	}
	.advantages.second .advantage-balloon{
		display: none;
	}
}

@media only screen and (max-width: 480px){
	.main.first .container .main-illustration{
	    top: 890px;
	    left: -52px;
	}
	.main.first .container .main-title .doc2{
		padding: 0 0.35rem;
	}
	.main.first .container .main-plane{
	    bottom: 248px;
		left: -75px;
	}
	.animation-bg-white{
		top: 919px;
	}
	.advantages.second .scene .headline{
		flex: 0 0 100%!important;
    	text-align: center;
    	padding: 0;
    	margin-left: 0;
    	margin-top: 1.2rem;
	}
	.advantages.second .scene .headline:first-child{
		margin-top: 0;
	}
	.advantages.second .scene .headline .title-animation{
		font-size: 0.35rem;
		line-height: 0.45rem;
		font-weight: bold;
		padding: 0 0.2rem;
		margin-bottom: 0.2rem;
		color: #333;
	}
	.advantages.second .scene .headline .advantage-description{
		max-width: 100%;
		margin-left: 0;
		font-size: 0.16rem;
		line-height: 0.27rem;
		color: #666;
	}
	.advantages.second .scene .headline1 .common-btn{
		margin-left: 0;
	}
	.testimonials.fourth .testimonial-text .fade-slide-in{
		font-size: 0.2rem;
		line-height: 0.38rem;
		font-weight: bold;
	}
	@-webkit-keyframes flashs1 {
	  0%{transform: skewY(-15deg);z-index: 9911;
	    top: -200px;}to{top: 919px;
	    transform: matrix(1, 0.42448, 0, 1, 0, 0);
	    z-index: 0;}
	}
	@keyframes flashs1 {
	  0%{transform: skewY(-15deg);z-index: 9911;
	    top: -200px;}to{top: 919px;
	    transform: matrix(1, 0.42448, 0, 1, 0, 0);
	    z-index: 0;}
	}
}
