html{
	font-family: "Source Sans Pro"!important;
}
ul{
	list-style: none;
	padding-left: 0;
}
b{
	font-size:20px ;
	font-weight: 400;
}
.hidden{
	display: none;
}

.screen-1-bg{
	background: -moz-linear-gradient(bottom right, #ff8005,#ffee33);
	background: -o-linear-gradient(bottom right, #ff8005,#ffee33);
	background: -webkit-linear-gradient(left top, #ff8005,#ffee33);
	background: linear-gradient(to bottom right, #ff8005,#ffee33);
}
.w-w{
	width: 100%;
}
.h-l{
	height: 600px;
}
.h-s{
	height: 400px;
}
.h-m{
	height: 550px;
}
/*.sim-op{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background-color:#fff ;
	opacity: 0.1;
}*/
.customer-page{
	padding-top: 40px;
}
.ab{
	position: absolute;
}
.fixed{
	position: fixed;
}
.re{
	position: relative;
}
.i-b{
	display: inline-block;
}
.bg-tr{
	background-color: rgba(255,255,255,0.3);
}
.bg-move{
	background-color: rgba(255,255,255,1)!important;
}
.color-move{
	color: #aaa;
}
.brand-img{
	width: 200px;
	margin: 12px 10px;
}
.m-b{
	margin-bottom:20px;
}
@media (max-width:767px){
	.brand-img{
		margin: 8px 20px;
	}
}
.por-nav>li{
	margin-left: 40px;
}
.i-b{
	display: inline-block!important;
	vertical-align: top;
}
.m-r{
	margin-right: 40px;
}
/*.active:after{
	position:absolute;
	content:"";
	width:46px;
	height: 2px;
	background-color: #fff;
	top:40px;
	left: 5px;
}*/
.drop-op{
	width: 159px;
	height: 64px;
	position: absolute;
	background: #fff;
	opacity: 0.5;
	top:50px;
	left: -87px;
}
.dropdown-menu{
	background-color: rgba(255,255,255,0.9);
}
.dropdown-memu{
	background-color: rgba(255,255,255,1)!important;
}
.bg-info{
	display: block;
	width: 54px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #ff8005;
	border-radius: 5px;
	margin:  12px 0;
}
.bg-info:hover{
	background-color: #ff8005;
	color: #fff;
}
.no-padding{
	padding: 0 0!important;
}
.intro{
	
	top:155px;
	left: 18.3%;
	color: #fff;
}
.intro h1{
	font-size: 40px;
    font-weight: 300;
	
}
.intro p{
	font-weight: 300;
}
.vedio-box{
	bottom: 0;
	right: 15%;
	width: 291px;
	height:470px;
	
	background: url(../img/silver.png);
	background-size:cover ;
}
.move-box{
	position: absolute;
	width: 512.6px;
	left: 0px;
	top: 0px;
}
#toutiao{
    left: 30px;
    top: 259px;
    position: absolute;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    
    
    
}
#dot{
	position: absolute;
	left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc3fe), to(#21a1d0));
    -webkit-animation: breathe 800ms ease-out infinite alternate;
    -moz-animation: breathe 800ms ease-out infinite alternate;
    -o-animation: breathe 800ms ease-out infinite alternate;
    -ms-animation: breathe 800ms ease-out infinite alternate;
     /*这里使用了呼吸动画*/
    animation: breathe 800ms ease-out infinite alternate;
}

#tiaozhuan{
	position: absolute;
	left: 255px;
	top: 0;
	width: 80px;
	height: 20px;
	border-radius: 5px;
    cursor: pointer;
}
#toutiao:active, #tiaozhuan:active{
	background-color:rgba(0,0,0,0.4) ;
}
@-webkit-keyframes breathe {
    0% { opacity: .2; box-shadow:0 1px 2px rgba(255,255,255,0.1);}
    100% { opacity: 1; box-shadow:0 1px 30px rgba(59,255,255,1);}
}
.m-t-70{
	margin-top: 50px;
}
.m-t-100{
	margin-top:100px;
}
.m-c{
	margin: 50px auto 50px auto;
}
.org-btn{
	background-color: #FA905F;
	border-radius:8px ;
	width: 180px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	font-weight: 300;
}
.org-btn>a{
	color: #fff;
	text-decoration: none;
}
.tran-btn{
	background-color: transparent;
	border-radius:8px ;
	width: 180px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	font-weight: 300;
	border: 2px solid #fff;
}
.tran-btn>a{
	color: #fff;
	text-decoration: none;
}
.m-l-45{
	margin-left: 45px;
}
.ad-banner{
	height: 200px;
	width: 100%;
}
.what-we-do-box{
	border: 1px #fff solid;
	width: 100%;
	height: 800px;
	background:url(../img/what-we-do.png) ;
	background-size:100% 140% ;
}
.solution-box{
	background:url(../img/what-we-do.png) ;
	background-size:100% 160% ;
	background-position:0 -100px ;
	height: 650px;
}
.what-we-do-box h1,.what-we-do-box h2{
	position: relative;
	margin-top: 50px;
	text-align: center;
	font-weight: 300;
}
.title{
	position: relative;
	margin-top: 50px;
	text-align: center;
	font-weight: 300;
}
.en{
	font-size:24px;
	font-family: kaushan;
}
.ch:before{
	position: absolute;
	content: "";
	background: #ff8005;
	width: 50px;
	height: 3px;
	bottom: -40px;
	left: calc(50% - 25px);
}

.content-box{
	position: relative;
	margin-top:100px;
	margin-left:15% ;
	margin-right: 15%;
	width: auto;
}
.tab-1{
	position: relative;
	padding: 0;
	list-style:none;
	float: left;
}
.tab-1>li{
	cursor: pointer;
	line-height:25px;
	width: 200px;
	padding: 20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease; /* Firefox 4 */
	-webkit-transition:all 0.3s ease; /* Safari and Chrome */
	-o-transition:width all 0.3s ease; /* Opera */
}
.order-no-gray{
	display: inline-block;
	background-color: rgba(206,211,214,1);
	width: 20px;
	height: 20px;
	border-radius: 25px;
	text-align: center;
	line-height: 20px;
	color: #888;
	margin-right: 15px;
	vertical-align: top;
	font-weight: 400;
	transition:all 0.3s ease;
	
}
.word{
	color: #aaa;
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
	transition:all 0.3s ease;
}
.active{
	background:  url(../img/main/arrow.png) no-repeat;
	background-size: 200px 65px;
	
}
.active .order-no-gray{
	background-color: #ff8005!important;
	color: #fff!important;
}
.active .word{
	color: #000!important;
	
}
.iphone-pos{
	position: absolute;
    width: 226px;
    left: calc(50% - 113px);
    top: 62px;
}
.htc-pos{
	position: absolute;
    width: 225px;
    left: calc(50% - 112.5px);
    top: 30px;
}
.tab-2{
    position: absolute;
    width: 160px;
    top: 100px;
    left: 600px;
}
.org-bar{
	background: url(../img/main/Ellipse.png) no-repeat;
    width: 120px;
    height: 10px;
    position: absolute;
    background-size: contain;
    top: -50px;
    left: -90px;
    z-index: 100;
}
.tab-2 li{
	color:#666;
	font-size: 14px;
	font-weight: 300;
}
.iphone{
	background: url(../img/silver.png);
	background-size: cover;
    width: 256px;
    height: 520px;
    margin: 0 auto;
}
.iphones{
	background: url(../img/silver.png) no-repeat;
	background-size: 100% 527px;
    width: 256px;
    height: 527px;
    margin: 0 auto;
}
.htc{
	background: url(../img/htc.png);
	background-size: contain;background-repeat:no-repeat ;
	
    width: 256px;
    height: 520px;
    margin: 0 auto;
}
.center-img{
	/*background-image: url(../img/main/computer.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;*/
    position: absolute;
    left: calc(50% - 240px);
    top: 250px;
    width: 480px;
    height: 320px;
	
	
}
.center-img img{
    width: 560px;
   
    
}
.photo-box{
	width: 100%;
	height:66px;
	font-size:0 ;
	position: relative;
	margin-top:150px
}
.photo-box>li{
	cursor: pointer;
	position: relative;
	margin-bottom:0;
	float: left;
	width: 25%;
	box-sizing: border-box;
	height: 100%;
}

.photo-box>li>img{
	width: 66px;
	display: block;
	margin: 0 auto;
	transition: all ease 0.3s
}
.photo-box>.active-1{position: relative;}
.photo-box>.active-1>img{
	width: 136px!important;
	margin-top: -70px;
	
}
.photo-box>.active-1:before{
	position: absolute;
	content: "";
	width: 118px;
	height: 2px;
	bottom: -35px;
	left: calc(50% - 59px);
	background-color: #ff8005;
	
}
.title-1{
    font-size: 22px;
    margin-bottom: 30px;
    color: #000;
}
.title-2{
    font-size: 22px;
    margin-bottom: 20px;
    
}
.word-size{
	font-size: 14px;
}
.page-phone-pos {
    width: 232.6px;
    position: absolute;
    left: 18px;
    top: 70px;
}
.for-all-device-box{
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.intro-box{
	margin-top:100px;
	width: 100%;
	padding-left:0;
	font-size: 0;
	padding: 50px 10%;
}
.intro-box li{
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.icon{
	margin:0 calc(50% - 50px);
}
.phrase{
	margin-top:20px;
	font-size: 20px;
	font-weight: 400;
	
}
.intro-feature{
	padding: 20px 45px;
	color: #ccc;
}
.effect-box{
	width: 100%;
	height: 230px;
	background: -moz-linear-gradient(right, #ff8005,#ffee33);
	background: -o-linear-gradient(right, #ff8005,#ffee33);
	background: -webkit-linear-gradient(left, #ff8005,#ffee33);
	background: linear-gradient(to right, #ff8005,#ffee33);
	padding: 0 15%;
}
.effect{
	font-size: 0;
	width: 100%;
	height: 100%;
	padding-left:0 ;
}
.effect li{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	border-left: 2px rgba(255,255,255,0.3) solid;
	height: 100%;
	vertical-align: top;
	padding: 60px 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	
	
}
.effect li:last-child{
	border-right: 2px rgba(255,255,255,0.3) solid;
}
.big{
	color: #fff;
	font-weight: 900;
	font-size: 60px;
	text-align: center;
}
.partner-box{
	width: 100%;
	padding: 60px 15%;
	background: url(../img/main/partner.png) no-repeat;
	background-size:cover ;
}
.quotation{
	margin: 50px calc(50% - 21px) ;
}
.partner-words{
	text-align: center;
	font-size: 22px;
	height:150px;
}
.contact-us-box{
	padding:50px 15%;
}
.use-now-box{
	padding:30px 15%;
	background: url(../img/main/use-now.png) no-repeat;
	background-size: cover;
}
.v-a{
	vertical-align: top;
}
.huge-words{
	line-height: 60px;
	font-size: 30px;
}
.m-s-r{
	margin-right:10px
}
.fr{
	float: right;
}
.footer-box{
	background: -moz-linear-gradient(bottom right, #ff8005,#ffee33);
	background: -o-linear-gradient(bottom right, #ff8005,#ffee33);
	background: -webkit-linear-gradient(left top, #ff8005,#ffee33);
	background: linear-gradient(to bottom right, #ff8005,#ffee33);
	font-size: 12px;
	
}
.p-f{
	padding: 10px 10% 0px 10%;
	width: 100%;
}
.footer-list {
	font-size: 0;
	list-style: none;
	width: 49%;
	box-sizing: border-box;
}
.footer-list li{
	font-size: 14px;
	margin: 20px 0;
}
.footer-list li:first-child{
	color: #fff;
	
}
.footer-list li {
	color: #ccc;
	font-size: 14px;
	color: #ddd;
}
.footer-list li a{
	color: #ccc;
	font-size: 14px;
	color: #ddd;
}
.c-w{
	color: #fff;
}
.c-w:hover{
	color: #fff;
}
.fl{
	float:left;
}
.f-x-s{
	font-size: 20px;
}
.l-m-s{
	letter-spacing: 5px;
}
.copyright{
	background: rgba(0,0,0,0.1);
	padding:20px 25%;
	font-size: 12px;
	color: #eee;
	text-align: center;
}
.f-z-40{
	font-size: 40px;
}
.f-z-20{
	font-size: 20px;
}
.f-z-60{
	font-size: 60px;
}
.t-a-c{
	text-align: center;
}
.op{
	opacity: 0.8;
}
.p-t-200{
	padding-top:100px
}
.p-t-150{
	padding-top:150px
}
.p-t-100{
	padding-top:100px
}
.f-w-b{
	font-weight: 900;
}
.f-w-n{
	font-weight: 400;
}
.f-w-l{
	font-weight: 100;
}
.m-b-10{
	margin-bottom: 10px;
}
.s-line{
	position: relative;
}
.s-line:after{
	content: "";
	position: absolute;
	bottom: -80px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	background-color: #fff;
}
.page-btn-box{
	margin: 160px calc(50% - 380px);
}
.line-title{
	position: relative;
}
.line-title:before{
	content: "";
	position: absolute;
	top:50%;
	left:calc(50% - 250px);
	width: 60px;
	height: 2px;
	background-color: #DDD;
}
.line-title:after{
	content: "";
	position: absolute;
	top:50%;
	right:calc(50% - 250px);
	width: 60px;
	height: 2px;
	background-color: #DDD;
}
.solution-show-box{
	margin: 40px 10% 70px 10%;
	height: 600px;
}

.intro-panel{
	width: 100%;
	height: 33.33%;
	
}
.words-panel{
	width: 100%;
	font-size:16px ;
	
}
.icon-panel{
	position: absolute;
	top:0;
	left: 0;
	
}
.left-box{
	height: 100%;
	width: 30%;
}
.phone-pos{
	position: absolute;
	top: 0;
	left: calc(50% - 134px);
	width: 267px;
	height: 558px;
	background: url(../img/feature_phone1.png);
}

.m-t-20{
	margin-top:20px
}
.panel-active{
	background: -moz-linear-gradient(bottom right, #F9CA90,#E77E9C);
	background: -o-linear-gradient(bottom right, #F9CA90,#E77E9C);
	background: -webkit-linear-gradient(left top, #F9CA90,#E77E9C);
	background: linear-gradient(to bottom right, #F9CA90,#E77E9C);
	color: #fff;
	
	border-radius:10px ;
	text-shadow: 1px 1px 10px #666;
	box-shadow:2px 2px 10px #aaaaaa
}
.panel-init{
	padding: 20px 20px 20px 20px;
}

@media (max-width: 1380px ) {
	.solution-show-box{
		margin: 40px 30px 70px 30px;
		height: 600px;
	}
    .words-panel{
		width: 85%;
		font-size:14px ;
		
	}
	.icon-panel{
		width: 15%;
		position: initial;
	}
	.panel-active{
		background: -moz-linear-gradient(bottom right, #F9CA90,#E77E9C);
		background: -o-linear-gradient(bottom right, #F9CA90,#E77E9C);
		background: -webkit-linear-gradient(left top, #F9CA90,#E77E9C);
		background: linear-gradient(to bottom right, #F9CA90,#E77E9C);
		color: #fff;
		
		border-radius:10px ;
		text-shadow: 1px 1px 10px #666;
		box-shadow:2px 2px 10px #aaaaaa
	}
	.panel-init{
		padding: 10px 20px;
	}
}
.cursor{
	cursor: pointer;
}
.apply{
	background: #fff;
	width: 100%;
}
.active-form{
	width: 650px;
	margin: 50px auto 50px auto;
	height: auto;
}
.u-line{
	position: relative;
}
.u-line:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ccc;
	left: 0;
}
.r-star{
	position: relative;
}
.r-star:before{
	content: "";
	position: absolute;
	background: url(../img/star.png) no-repeat;
	background-size: cover;
	right: 0;
	top:10px;
	width: 10px;
	height: 10px;
	
}
.form-box{
	width: 100%;
	margin-top: 40px;
}
.w-s{
	width: 24%;
}
.w-l{
	width: 75%;
}
.p-s{
	padding: 5px 20px;
}
.active-input{
	border: none;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
}
.active-label{
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
}
.customer-banner{
	width: 100%;
	height: 600px;
}
.customer-logo{
	
}
.m-t-150{
	margin-top: 150px;
}
.center-box{
	width: 1024px;
	margin: 125px auto 10px auto;
}
.item-box{
	width: 450px;
	
}
.item-box>img{
	width: 100%;
}
.green-title{
	margin: 20px 0;
	font-size: 24px;
	color: #ff8005;
}
.item-box{
	color: #aaa;
}
.m-l-120{
	margin-left: 119px;
}
.m-l-100{
	margin-left: 100px;
}
.pic-box{
	width: 120px;
	
}
.pic-box img{
	width:100%;
}
.join-title{
	color:rgb(67,163,255);
	font-size: 24px;
	
}
.join-title-m{
	color:rgb(67,163,255);
	font-size: 24px;
	
}
.join-title-s{
	color:#ff8005;
	font-size: 24px;
	
}
.c-g{
	color:#ff8005;;
}
.join-box{
	width: 500px;
	height: 700px;
}
.job-name-size{
	font-size: 24px;
	margin:50px 0;
}
.job-name{
	
	position: relative;
}
.job-name:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 50px;
	border-radius: 10px;
	background: rgb(74,161,255);
	top: -10px;
	left: -20px;
	
}
.job-name-m{
	font-size: 24px;
	margin:50px 0;
	position: relative;
}
.job-name-m:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 50px;
	border-radius: 10px;
	background: rgb(74,161,255);
	top: -10px;
	left: -20px;
	
}
.job-name-s{
	font-size: 24px;
	margin:50px 0;
	position: relative;
}
.job-name-s:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 50px;
	border-radius: 10px;
	background:rgb(74,161,255);
	top: -10px;
	left: -20px;
	
}
.job-highlight{
	opacity: 0.8;
	margin: 30px 0;
}
.duty{
	line-height: 20px;
}
.m-l-270{
	margin-left: 270px;
}
.price{
	width: 960px;
	margin: 50px auto;
	text-align: center;
}
.price img{
	width: 100%;
}
.err{
    color: red;
    padding-left: 156px;
    margin-top: 15px;
    font-size: 12px;
}
.custom-intro{
	height: 60px;
	margin-top:50px ;
	width: 100%;
}
.custom-intro li{
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	float:left;
	line-height: 30px;
	opacity: 0;
	transition: all ease 0.5s; 
}
.custom-intro .intro-active{
	opacity: 1;
}

.cover{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.function-panel{
	width: 1000px;
	margin: 0 auto;
	
}
.function-pic{
	width: 500px;
	box-sizing: border-box;
}
.function-pic img{width: 100%;}
.function-word{
	width: 400px;
	height: auto;
	box-sizing: border-box;
}
.function-box{
	width: 100%;
	margin-top:120px ;
}
.fucntion-title{
	padding-top: 40px;
	font-size: 24px;
	color: #aba9a9;
	margin-bottom: 60px;
	letter-spacing:5px
}
.fucntion-content{
	font-size: 16px;
	color: #313131;
	letter-spacing:3px
}


#link {
    position: absolute;
    left: 5px;
    top: 155px;
    width: 140px;
    height: 10px;
    cursor: pointer;
}
#email{
	position: absolute;
    left: 232.2px;
    top: 0;
    width: 140px;
    height: 10px;
    cursor: pointer;
}
.custom-box{
	width: 700px;
	margin: 100px auto;
}
.price-btn1{
	position: absolute;
    left: 105px;
    top: 275px;
    width: 150px;
    height: 40px;
    
}
.price-btn2{
	position: absolute;
    left: 405px;
    top: 270px;
    width: 150px;
    height: 40px;
}   
.contact-active{
	color: #FA905F;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
}

.from-box-line{
	width: 0;
	height: 2px;
	background: #f9593a;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	z-index: 1;
	transition: width 1s;
	-moz-transition: width 1s;
	/* Firefox 4 */
	-webkit-transition: width 1s;
	/* Safari 和 Chrome */
	-o-transition: width 1s;
	/* Opera */
}

.active-input:focus~.from-box-line {
	width: 100%;
}
/*登录注册star*/
.login-box{
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left top, #ff8005,#ffee33);
    background: linear-gradient(to bottom right, #ff8005,#ffee33);
    overflow: hidden;
}

.fade-in-left{
	position: absolute;
	top: 0;
	left: 0;
}
.fade-in-right{
	position: absolute;
	top: 0;
	left: 100%;
}
/*.fade-in-right{
	animation:myfirsts 2s;
	animation-fill-mode: forwards;
}
@keyframes myfirsts{
	from{
		left: 0;
	}
	to{
		left: -100%;
	}
}*/
.login-center{
	width: 300px;
	border: 1px solid #eee;
	margin: 120px auto 0;
	padding: 20px;
}
.login-input{
	width: 300px;
	height: 45px;
	border: 1px solid #eee;
}
.login-input input{
	width: 300px;
	height: 43px;
	outline: none;
	border: none;
	text-indent: 2em;
}
.login-btn{
	width: 300px;
	height: 45px;
	background: #ff8005;
	color: #fff;
	margin-top: 20px;
	outline: none;
	border: none;
}
.forget-pas{
	text-align: center;
	color: #333;
}
.create-account{
	width: 300px;
	height: 45px;
	border: 1px solid #eee;
	background: #fff;
	margin-top: 20px;
	outline: none;
	border: none;
}
/*登录注册end*/














