*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body{
    font-family: "微软雅黑";
    font-size: 100%;
	background-color: #FFF;
	min-width: 1300px;
}
body{
	width: 100%;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.container{
	padding: 0 60px;
	overflow: hidden;
	min-width: 1300px;
	margin: 0 auto;
}

/*-----start-header----*/
.header{
	background: #fff;
	padding: 0.8em 0;
	position:relative;
	width: 100%;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.logo{
	float:left;
}
.logo a{
	color: #FFF;
	font-weight: 700;
}
.logo a:hover{
	text-decoration:none;
}
.logo a p{
	line-height: 40px;
	margin: 0;
}
/*--了解更多--*/
.more{
	float: right;
}
.more a{
	color: #333;
	font-size: 1em;
	line-height: 2em;
	text-decoration: none;
}
.more a:hover{
	color: #ffc449;
}
.more a p{
	margin: 0;
	line-height: 40px;
}

.logo a{
	display:block;
}
.logo p{
	font-size: 1.4em;
	color: #333;
}
.logo p span{
	color: rgba(23, 97, 221, 1);
}


/*搜索*/
.search{
	float: right;
	border-radius: 18px;
	margin: 13px 0;
	margin-left: 40px;
	position: relative;
	border: 1px solid #e6e6e6;
}
.search .form-control:first-child{
	width:100%;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	padding: 10px;
	padding-left: 15px;
	padding-right: 60px;
	/*background: url(../images/search-icon.png) no-repeat 12px center;
	background-size: 16px 16px;*/
	border-radius: 18px;
	outline: none;
    font-size: 0.85em;
    color: #888;
}
.btns{
	position: absolute;
    right: 5px;
    top: 19px;
    margin-top: -15px;
    width: 54px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 13px;
    background: #1761dd;
    color: #fff;
    font-size: 0.8em;
    z-index: 999;
    outline: none;
    border: 0;
}
.toast{
	color: #1761dd;
    font-size: 0.6em;
    position: absolute;
    left: 15px;
    bottom: -1.8em;
    margin: 0;
    display: none;
}

/*-----*/
.contact-info{
	background: #E25050;
	position: absolute;
	z-index: 999;
	padding: 0 1em 0 0;
	top: 86px;
	right: 246px;
}
.contact-info p{
	color: #FFF;
	font-size:1.5em;
	margin: 0;
	font-weight:300;
}
.contact-info span{
	background: #BD4141;
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right:0.8em;
}
.contact-info span label{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/phone-icon.png) no-repeat 0px 0px;
	margin-top: 0.2em;
	margin-left: 0.6em;
	vertical-align: middle;
}


#top{
    padding: 80px 160px 80px 160px;
	background: url(../images/sdk-top-img.png) right bottom no-repeat;
	background-size: cover;
}
.top-content{
	position: relative;
}
.top-content img{
	width: 409px;
	height: 98px;
	margin-bottom: 20px;
}
.top-content p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 62%;
	margin-bottom: 40px;
}
#top a{
	width: 100%;
	height: auto;
}
.input-div{
	width: 130px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	border: 0;
	outline: 0;
	color: #1761DD;
	background-color: #fff;
	cursor: pointer;
}



/*----start-team----*/
#price{
	background-color: #557ce9;
}
.price-grids{
	/* border-radius: 20px; */
	margin:0 60px;
	background: url(../images/price-bg.png) no-repeat 50px center;
	background-size: 420px 300px;
	/* background-color: #fff; */
}
.price-grid h4{
	font-size: 1.2em;
	line-height: 2;
	color: #fff;
	margin: 0;
	margin-top: 1em;
}
.old h5,.new h5{
	color: #fff;
	font-size: .9em;
	float: left;
	margin: 0;
	padding: 4px 0;
	line-height: 2;
	width: 10em;
	text-align: center;
}
.new{
	border-radius: 10px;
	padding: 0 .2em;
	overflow: hidden;
	margin: .5em 0;
}
.new h5{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	color: #ffc449;
}
.old{
	overflow: hidden;
	margin: .5em 0;
}
.old p,.new p{
	margin: 0;
	color: #fff;
	font-size: .9em;
	float: left;
	padding: 4px 0;
	line-height: 2;
	width: 8em;
	text-align: center;
}
.new p{
	background-color: #ffc449;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.buy{
	width: 18em;
	margin: .5em 0;
	margin-top: 3em;
}
.buy a{
	width: 7em;
	display: block;
	margin: 0 auto;
	padding: 6px 4px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.buy a:hover{
	background-color: #ffc449;
	color: #fff;
	border: 1px solid #ffc449;
}
.price,.guide,.features,.scene,.footer{
	background-size:cover;
	padding-top:4.5em;
}
.price-head h3,.guide-head h3,.features-head h3,.scene-head h3,.footer-top h3{
	color: #333;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.02em;
	margin:0;
	text-align: center;
}
.price-head span,.guide-head span,.features-head span,.scene-head span,.footer-head span{
	color: #333;
	font-size: 0.7em;
	margin:0;
	text-align: center;
	display: block;
}
.price-grids,.guide-grids{
	padding-top:3.5em;
	padding-bottom: 3.5em;
	height: auto;
	overflow: hidden;
}
.price-grids{
	background: url(../images/price-bg.png) no-repeat 100px center;
	background-size: 420px 294px;
}
.price-head h3,.price-head span{
	color: #fff;
	text-align: center;
	display: block;
}
.b-wrapper{
	text-align: center;
}
.guide-grid{
	width: 100%;
	margin-bottom: 40px;
}
.scrollA{
	display: block;
	overflow: hidden;
	width: 25%;
	float: left;
}
.guide-img{
	position: relative;
	width: 256px;
	margin: 0 auto;
	height: 242px;
}
.guide-img img{
	width: 256px;
	height: 242px;
	display: blocks;
}
.guide-img .content {
    position: absolute;
    top: 242px;
    left: 0;
    width: 256px;
    height: 242px;
    background-color: rgba(17,83,195,0.8);
    display: table;
    opacity: 0;
    transition: all 0.6s ease;
}
.guide-img .content p {
    font-size: 0.85em;
    color: #fff;
    padding: 0 15%;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.guide-grid h5 {
    width: 256px;
    margin: 0 auto;
}
.guide-grid-ul{
	overflow: hidden;
}
.guide{
	background-color: #f5f5f5;
}
/*-----start-features-----*/
.features{
	background-color: #333;
	background-size: cover;
}
.features-head h3{
	color: #fff;
	transform: translateY(0px);
	text-align: center;
}
.features-head span{
	color: #fff;
	transform: translateY(0px);
	text-align: center;
	display: block;
}
.features-head p{
	font-family: 'Droid Serif', serif;
	color: #BBB;
	font-size: 1em;
	font-style: italic;
	margin-top: 10px;
}
.grid-wrapper{
	padding: .8em 0;
	overflow: hidden;
	text-align: center;
}
/*快速入口*/
.quick-entrance{
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 9999;
	width: 70px;
	box-shadow: 0px 0px 15px
	rgba(0,0,0,0.1);
	border-radius: 5px;
}
.quick-entrance{
	list-style: none;
	padding: 0;
}
.quick-entrance li {
	width: 70px;
    position: relative;
	height: 70px;
	text-align: center;
}
.quick-entrance li img{
	width: 28px;
	height: 28px;
	margin-top: 21px;
}
.quick-entrance li p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 20px;
	display: none;
}
.quick-entrance li a{
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	text-decoration: none;
}
.quick-entrance li a:hover{
	background-color: #000;
}
.quick-entrance li .quick-q {
    border-radius: 5px 5px 0 0;
}
.quick-entrance li .quick-c {
    border-radius: 0 0 5px 5px;
}
.feature-grid img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
.feature-grid h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
}
.feature-grid p{
	color: #fff;
	font-size: .7em;
	text-align: center;
	margin: .4em 0;
}
.feature-grid p a{
	color: #fff;
	text-decoration: none;
}
.feature-grid p a:hover{
	text-decoration: underline;
}
.feature-grids{
	padding-top:1.6em;
	width: 100%;
	padding-bottom: 2.8em;
	overflow: hidden;
}
.c-wrapper{
	width: 40%;
	text-align: center;
	float: left;
	border-right: 1px solid #d9dfe9;
	box-sizing: border-box;
}
.c-wrapper img{
	width: 55%;
	height: 55%;
}
.c-wrapper h4{
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	margin-top: 1.6rem;
	margin-bottom: 0;
}
.grid-active .c-wrapper h4{
	color: #1761DD;	
}
/*----start-scene----*/
.scene{
	background-color: #fff;
	
}
.scene-head h3{
	color: #333;
	text-align: center;
}
.scene-head span{
	color: #333;
	text-align: center;
	display: block;
}
.scene-grids{
	padding-top:3.5em;
	position: relative;
	padding-bottom: 4.5em;

}
.scene-grids .client .des{
	padding: 20px;
	color: #333;
	width: 60%;
	float: left;
}
.scene-grids .client .des-1{
	width: 50%;
}
.client{
	overflow: hidden;
}
.client .client-ins{
	overflow: hidden;
	padding: 0 100px;
	background: url(../images/client-img.png) no-repeat 700px center;
	background-size: 320px 320px;
}
.sdk .client-ins{
	background: url(../images/sdk-img.png) no-repeat 700px center;
	background-size: 320px 240px;
}
.guide-img .client-ins{
	background: none;
}
.guide-img .client-ins .des{
	width: 50%;
}
.client .des h1{
	font-size: 20px;
	margin-top: 0;
	color: #557ce9;
	font-weight: bold;
}
.client .des p{
	font-size: 14px;
	word-break: break-all;
	margin: .8em 0;
	line-height: 1.6em;
}
.client .des h2{
	font-size: 12px;
	color: #aaa;
}
.client .des a{
	display: block;
	color: #fff;
	width: 9em;
	height: 2.6em;
	background-color: #557ce9;
	font-size: 14px;
	text-align: center;
	line-height: 2.6em;
	margin-top: 20px;
	float: left;
	text-decoration: none;
	margin-right: 20px;
}
.client .adv{
	padding-left: 0;
}
.client .adv li{
	list-style: disc inside;
	font-size: 14px;
	margin: .7em 0;
	color: #333;
}
.client .client-img{
	padding-top: 20px;
}
.client .client-img img{
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.client-tab{
	position: relative;
	margin-top: 30px;
}
.client-tab ul{
	list-style: none;
	padding: 0 100px;
	overflow: hidden;
}
.client-tab ul li{
	float: left;
	width: 47%;
	padding: 20px;
	position: relative;
	margin: 0 1.5%;
	margin-bottom: 30px;
	background-color: #f7f7f7;
	border-left: 2px solid #ddd;

}

.client-tab ul li .item{
	overflow: hidden;
}
.client-tab ul li .item img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
	float: left;
}
.client-tab ul li .item span{
	font-size: 16px;
	font-weight: bold;
	color:#333;
	line-height: 24px;
}
.client-tab ul li .content p{
	color: #333;
	font-size: 0.85em;
	margin: .5em 0;
	line-height: 1.4;
}
.client-tab ul li .content h5{
	color: #557ce9;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal;
}
.client-tab ul li .content input{
	width: 9em;
	height: 2.6em;
	background-color: #ffc449;
	font-size: 14px;
	text-align: center;
	line-height: 2.6em;
	border:none;
	outline: none;
	color: #fff;
}
.feature-grid{
	width: calc(100% / 3 );
	float: left;
}
.copyright{
	color: #fff;
	font-size: .8em;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 3em;
}
.scene-tab{
	float: none;
	padding: 0 0.8em;
	z-index: 2;
}
.scene-tab li{
	text-align: center;
	padding: 0 0.45em;
}
.scene-tab li a{
	padding: 0;
	padding: 0.4em 0;
	color: #333;
	font-size: .85em;
	display: inline-block;
	border: 0;
	border-radius: 0;
	line-height: 1.8em;
	font-weight: 600;
}
.scene-tab li i{
	width: .3em;
	height: .3em;
	background-color: #d0d0d0;
	border-radius: 50%;
	line-height: 1.8em;
	float: right;
	margin-top: 1.1em;
}
/* .scene-tab li i{
	width: 5px;
	height: 5px;
	float: left;
	background:
	#D0D0D0;
	border-radius: 50%;
	margin-top: 8px;
	margin-left: 40px;
} */
.scene-tab li .active{
	color: #557ce9;
	border-bottom: 2px solid #557ce9;
	border-radius: 0;
}

.line{
	height: 1px;
	background-color: rgba(85,124,233,.15);
	z-index: 1;
	clear: both;
	/* position: absolute;
	top: 1.3em;
	left: 0; */
	/* width: 100%;	 */
	padding: 0 100px;
	box-sizing: border-box;
	margin: 60px 100px;
	box-shadow: 4px 4px 10px rgba(85,124,233,.8);

}
.scene-img{
	text-align: center;
	border-right: 1px solid #e9e9e9;
}
.scene-img img{
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 50px;
}
.scene-des{
	padding: 0 50px;
}
.scene-des h4
{
	color: #333;
	font-size:.9em;
	margin-bottom: 1em;
	margin-top: 0;
	line-height: 1.6;
}
.scene-des p{
	color: #557ce9;
	font-size: .8em;
	margin: 1em 0;
	line-height: 1.6;
}
.scene-des input{
	width: 10em;
	height: 2.4em;
	background-color: #ffc449;
	font-size: .7em;
	text-align: center;
	line-height: 2.4em;
	border:none;
	outline: none;
}
.sub-tab .tab-pane{
	width: 100%;
}

.scene-content{
	padding: 0 100px;
	padding-top: 3em;
	padding-bottom: 4.5em;
}
.scene-content .tab-pane ul li{
	text-align: center;
	float: none;
	border-radius: 0;
	padding-right: 0.6em;
}

.scene-content .tab-content p{
	color: #fff;
	font-size: 0.85em;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.scene-content .tab-content .scene-img{
	float: right;
	padding-left: 40px;
	padding-right: 0;
	height: 260px;
}
.scene-content .tab-content .scene-img video{
	height: 100%;
	width: 100%;
	background-color: #000;
	border: 0;
	outline: none;
	position: relative;
	vertical-align: middle;
}
.scene-content .tab-content .scene-img img{
	width: 100%;
	height: 100%;
}
/**/
.scene-content .tab-content .function_2{
	position: absolute;
	top: 6em;
}
.scene-content .tab-content{
	position: relative;
}
.scene-content .tab-content .function_3{
	position: absolute;
	top: 12em;
}
.guide-grid:hover .content{
	opacity: 1;
	top: 0px;
}
.guide-grid h5{
	font-size: 1.1em;
	padding: 1em 0;
	margin: 0 auto;
	background-color: #1761DD;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-decoration: none !important;
}
.guide-grid h5:hover{
	text-decoration: none !important;
}
a.scrollA:link{
	text-decoration: none;
}
a.scrollA:-moz-any-link{
	text-decoration: none;
}
a.scrollA:-webkit-any-link{
	text-decoration: none;
}
/*----start-footer----*/
.footer{
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}
.footer-top{
	padding-bottom: 4%;
}
.footer-top h3{
	color: #fff;
}
.footer-top span{
	color: #fff;
}



.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(226, 80, 80, 0.71);
	background-size: 100% 100%;
	margin: 0;
	min-height: 282px;
}

span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}

.price-grid{
	padding-bottom:20px;
	padding-left: 580px;
}
.team-grid:hover .p-img{
	box-shadow:0 0 24px rgba(156,188,233,1);
	-moz-box-shadow:0 0 24px rgba(156,188,233,1);
	-webkit-box-shadow:0 0 24px rgba(156,188,233,1);
}


.p-img{
	width:70%;
	height: 70%;
	border-radius: 100%;
}
.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;	
}

.text input[type="text"], .contact_bottom-textarea textarea {
	width:65%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: rgba(255,255,255,0.6);
	font-weight:400;
	outline: none;
	background:none;
	height: 100px;
	padding: 10px;
	resize: none;
	text-transform:uppercase;
	border:1px solid rgba(255,255,255,0.3);
	float: left;
}
.footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 4%;
	padding-bottom: 4.5em;
}
.contact {
	padding: 0;
}




