body{
    background: #fff;

}
object{
display:none;
}
.douyin{
    width: 100%;
    height: 950px;
    overflow: hidden;
    background: url('../images/topbg.png');
    background-size: 100% 100%;
}

.douyin-content{
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    margin-top: 150px;
}
.douyin-left{
    width: 600px;
    float: left;
    z-index: 2;
	display: block;
    position: relative;
    left: -997px;
	top: 140px;
}
.douyin-left .douyin-buttone {
	position: relative;
    top: 50px;
}
.douyin-left .douyin-buttone .buttone{
	display: block;
    width: 220px;
    height: 56px;
	line-height: 56px;
	text-align: center;
	color: #2CACFF;
    border-radius: 80px;
	font-size: 22px;
}
.douyin-left .douyin-buttone .yanshi{
	background:#ffa700;
	position: absolute;
	top: 0px;
}
.douyin-left .douyin-buttone .rizhi{
    background: #FFF;
	position: absolute;
	right: 30px;
}

.douyin-right{
    width: 600px;
    float: left;
    position: relative;
    top: -60px;
    left: 1020px;
}
.douyin-right .douyin-phone{
    width: 80%;
}
.douyin-right .douyin-pf2{
	position: absolute;
	top: 15%;
	left: 3%;
	-webkit-animation:ball2 5s linear infinite;
	animation:ball2 5s linear infinite
}
.douyin-right .douyin-pf1{
	position: absolute;
	bottom: 40%;
	right: 10%;
	-webkit-animation:ball1 5s linear infinite;
	animation:ball1 5s linear infinite;
}
@-webkit-keyframes ball1 {
 0%,
 to {
  /*! -webkit-transform:translateY(0) */
 }
 50% {
  /*! -webkit-transform:translateY(-40px) */
 }
}
@keyframes ball1 {
 0%,
 to {
  /*! transform:translateY(0) */
 }
 50% {
  transform:translateY(-40px);
 }
}
@-webkit-keyframes ball2 {
 0%,
 to {
  -webkit-transform:translateY(0)
 }
 50% {
  -webkit-transform:translateY(20px)
 }
}
@keyframes ball2 {
 0%,
 to {
  transform:translateY(0)
 }
 50% {
  transform:translateY(20px)
 }
}




/*gongneng*/
.gongneng{
    width: 100%;
    height: 1020px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.gongneng .gongneng-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:65px;
}
.gongneng .gongneng-title span{
	color:#FA8B00;
}

.gongneng-content{
    width: 1200px;
    height: 774px;
    margin: 0 auto;
    position: relative;
    top: 60px;
}
.gongneng-lefts{
    width: 354px;
	position: relative;
	top: 30px;
	left: -1000px;
}
.gongneng-center{
	width: 492px;
	position: relative;
	bottom: -1000px;
}
.gongneng-right{
    width: 354px;
	position: absolute;
	right: -1000px;
	top: 30px;
}
.gongneng-content .left{
    float: left;
}
.gongneng-left{
    display: block;
    width: 327px;
	position: absolute;
	top: 12px;
	left: 83px;

}
.gongneng-left1{
    position: absolute;
	left: 70px;
    display: block;
    
}
.c-3-3-1{
    width: 352px;
    height: 108px;
	border: 1px solid #F1F1F1;
}
.c-3-3-1:hover{
	width: 352px;
    height: 108px;
	color:#fff !important;
	background-color:#469FFC;
	border: 1px solid #85C8F9;

}
.c-3-3-1:hover .c-3-3-3{
	color:#fff !important;
}
.top3{
    margin-top: 30px;
}
.c-3-3-4{
    position: relative;
    top: 23px;
    left: 8px;
    width: 59px;
    display: block;
}

.c-3-3-5{
    position: relative;
    top:10px;
}

.c-3-3-2{
    position: relative;
    left: 81px;
    top: -42px;
    font-size: 20px;
}

.c-3-3-3{
    position: relative;
    left: 80px;
    top: -37px;
    font-size: 13px;
    width: 224px;
	color: #A2A2A2;
}
.display{
    display: none;
}

/*texing*/
.texing{
    width: 100%;
    height: 840px;
    background: url('../images/yxbg.png');
    background-size: 100% 100%;
	padding-top: 80px;
	overflow: hidden;
}
.texing .texing-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:65px;
	color:#fff;
}
.texing .texing-title span{
	color:#FA8B00;
}

.texing-content{
    width: 1200px;
    height: 380px;
    position: relative;
    top: 1120px;
    margin: 0 auto;
}
.texing .texing-content .left{
	margin-left: 30px;
}

.texing-tx1{
    width: 257px;
	background-color:#fff;
    float: left;
	padding:10px;
	height:260px;
	padding-top: 40px;

}
.texing-font{
    color: #323232;
    font-size: 24px;
    margin-top: 11px;
}
.texing-tx1-1{
    width: 257px;
    float: left;
    text-align: center;
    height: 158px;
    border-bottom: 1px solid #DAEBFE;
}
.texing-tx1-2{
    width: 232px;
    float: left;
    text-align: center;
    height: 110px;
    color: #949494;
    padding: 11px;
    margin-top: 10px;
}

.texing-tx1-img{
    width: 82px;
}
@keyframes test{
    0%{
        transform:translate(0,0)
    }
    50%{
        transform:translate(0,15px)
    }
    100%{
        transform:translate(0,0)
    }
}
.texing-tx1-img:hover{
    animation:test 0.25s ease-in 2;
}


/*tese*/
.tese{
    width: 100%;
    height: 600px;
	overflow:hidden;

}
.tese .tese-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:50px;
}
.tese .tese-title span{
	color:#FA8B00;
}
.tese .tese-content{
    width: 1200px;
    height: 380px;
    position: relative;
    top: 1070px;
    margin: 0 auto;
}
.tese .tese-content .tese-2-1{
    width: 230px;
    height: 350px;
    float: left;
}

.tese .tese-content .mar{
    margin-left: 90px;
}
.tese .tese-content .tese-2-1 .tese-2-2{
    position: relative;
    top:40px;
    margin: 0 auto;
    width: 230px;
    text-align: center;
}
.tese .tese-content .tese-2-1 .tese-2-2 .tese-2-2-1{
    font-size: 26px;
    letter-spacing: 2px;
    position: relative;
    top: -10px;
    color: #2F2F2F;
}
.tese .tese-content .tese-2-1 .tese-2-2 .tese-2-2-2{
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    top: 20px;
    line-height: 20px;
    color: #969696;
}
.tese .tese-content .tese-2-3{
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto;
}

.tese .tese-content .tese-2-3:hover{
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    transform: rotateY(360deg);
    transition: all 1s linear;
}













/*jiage*/
.jiage{
    width: 100%;
	overflow:hidden;

}
.jiage .jiage-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:50px;
}
.jiage .jiage-title span{
	color:#FA8B00;
}
.jiage .jiage-content{
    width: 1200px;
 
    position: relative;
    top: 1070px;
    margin: 0 auto;
}
.jiage .jiage-content .jiage-2-1{
    width: 230px;
    float: left;
}

.jiage .jiage-content .mar{
    margin-left: 90px;
}
.jiage .jiage-content .jiage-2-1 .jiage-2-2{
    position: relative;
    top:40px;
    margin: 0 auto;
    width: 230px;
    text-align: center;
}
.jiage .jiage-content .jiage-2-1 .jiage-2-2 .jiage-2-2-1{
    font-size: 26px;
    letter-spacing: 2px;
    position: relative;
    top: -10px;
    color: #2F2F2F;
}
.jiage .jiage-content .jiage-2-1 .jiage-2-2 .jiage-2-2-2{
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    top: 20px;
    line-height: 20px;
    color: #969696;
}
.jiage .jiage-content .jiage-2-3{
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto;
}

.jiage .jiage-content .jiage-2-3:hover{
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    transform: rotateY(360deg);
    transition: all 1s linear;
}









/* v_scene */
.v_scene{
    width: 100%;
    height: 940px;
    background: url('../images/fabg.png');
    background-size: 100% 100%;
	padding-top: 80px;
	overflow: hidden;
}
.v_scene .v_scene-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:50px;
}
.v_scene .v_scene-title span{
	color:#FA8B00;
}

.v_scene-content{
    width: 1200px;
    height: 760px;
    margin: 0 auto;
    position: relative;
    top: 1050px;
}
.v_scene-content .swiper-container{
    padding-bottom:30px;
}
.v_scene-content .swiper-container .swiper-pagination-bullet{
    width:30px;
    height:5px;
    border-radius:5px;
    background:#FDFEFE;
}
.v_scene-content .swiper-container .swiper-pagination-bullet-active{
    background:#fffff;
}

.v_scene_li{
    margin:30px auto;
    width:360px;
    border-radius:5px;
}
.v_scene_li .v_scene_li_img img{
    max-width:100%;
}
.v_scene_li .v_scene_li_bd{
    padding:10px 20px;
	text-align: center;
	color: #fff;
}
.v_scene_li .v_scene_li_bd .v_scene_li_bd_t{
    line-height: 50px;
	font-size: 22px;
	margin-top: 5px;
	
}
.v_scene_li .v_scene_li_bd .v_scene_li_bd_d{
    line-height: 30px;
}
/* fuwu */
.fuwu{
    width: 100%;
    height: 700px;
    background: url('../images/fwbg.png');
    background-size: 100% 100%;
	padding-top: 80px;
	overflow: hidden;
}
.fuwu .fuwu-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
}
.fuwu .fuwu-title span{
	color:#FA8B00;
}

.fuwu .fuwu-content{
    width: 1300px;
    height: 570px;
    margin: 0 auto;
    position: relative;
    top: 1050px;
}
.fuwu .fuwu-content .fuwu-left{
	width: 400px;
	margin-top: 50px;
}
.fuwu .fuwu-content .fuwu-left ul li{
	position: relative;
	height:90px;
}
.fuwu .fuwu-content .fuwu-left .fuwu-1-1-1{
	width: 100%;
	height:60px;
	font-size: 20px;

}
.fuwu .fuwu-content .fuwu-left ul li .fuwu-2-1-1{
	position: absolute;

}
.fuwu .fuwu-content .fuwu-left ul li .fuwu-2-2-1{
	margin-left: 30px;
}
.fuwu .fuwu-content .fuwu-left ul li .fuwu-2-2-1 .fuwu-2-2-2{
	font-size: 18px;
	color:#363638;
	height: 35px;
	width: 100%;
}
.fuwu .fuwu-content .fuwu-left ul li .fuwu-2-2-1 .fuwu-2-2-3{
	font-size: 14px;
	color:#959597;
}



.fuwu .fuwu-content .left{
	float: left;
}



.fuwu .fuwu-content .fuwu-right{
	width: 400px;
	margin-top: 50px;
}
.fuwu .fuwu-content .fuwu-right ul li{
	position: relative;
	height:90px;
}
.fuwu .fuwu-content .fuwu-right .fuwu-1-1-1{
	width: 100%;
	height:60px;
	font-size: 20px;
	text-align:right;

}
.fuwu .fuwu-content .fuwu-right ul li .fuwu-2-1-1{
	position: absolute;
	right: 0px;

}
.fuwu .fuwu-content .fuwu-right ul li .fuwu-2-2-1{
	margin-right: 30px;
	text-align: right;
}
.fuwu .fuwu-content .fuwu-right ul li .fuwu-2-2-1 .fuwu-2-2-2{
	font-size: 18px;
	color:#363638;
	height: 35px;
	width: 100%;
}
.fuwu .fuwu-content .fuwu-right ul li .fuwu-2-2-1 .fuwu-2-2-3{
	font-size: 14px;
	color:#959597;
}


/* bangzhu */
.bangzhu{
    width: 100%;
    height: 600px;
	padding-top: 60px;
	overflow: hidden;
}
.bangzhu .bangzhu-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
}
.bangzhu .bangzhu-title span{
	color:#FA8B00;
}

.bangzhu .bangzhu-content{
    width: 1300px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    top: 1080px;
}
.bangzhu .bangzhu-content .bangzhu-li{
    width: 400px;

}
.bangzhu .bangzhu-content .bangzhu-li .bangzhu-1-1{
    width: 100%;
	height:59px;
	border-bottom:1px solid #E8E8E8;
	position: relative;
}
.bangzhu .bangzhu-content .bangzhu-li .bangzhu-1-1 div{
    float: left;
	font-size: 22px;
	color:#303030
}
.bangzhu .bangzhu-content .bangzhu-li .bangzhu-1-1 .bangzhu-1-3{
    position: absolute;
	right: 0px;
}

.bangzhu .bangzhu-content ul li{
	padding: 15px 10px 20px;
    width: 100%;
	height:15px;
	border-bottom:1px solid #E8E8E8;
	position: relative;
	font-size:14px;
	color:#333333;
}
.bangzhu .bangzhu-content ul li a:hover{
    color:#2277da;
}
.bangzhu .bangzhu-content ul li .li-1{
	width:320px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height: 31px;
}

.bangzhu .bangzhu-content ul li .li-2{
	text-align: right;
	color:#9E9E9E;
	margin-top:-32px;
}
.bangzhu .bangzhu-content ul li .li-2 img{
	width: 20px;
	margin-right: 5px;
}
.bangzhu .bangzhu-content .left{
	float: left;
}
.bangzhu .bangzhu-content .interval{
	margin: 0 50px;
}



/*bottom*/
.bottom{
    background: url('../images/fotbg.png');
    background-size: 100% 100%;
}
.bottom p{
	color:#535151;
}
.bottom a:hover {
background-color: #469FFB;
border: 1px solid #59AAF8;

}
.bottom a {
	
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: white;
    margin: 25px auto 0;
	background-color: #469FFB;
	border: 1px solid #59AAF8;
}


/*应用场景*/
.yingyong{
    overflow:hidden;
    width: 100%;
    height: 920px;
}

.yingyong_p1{
    font-size: 50px;
    font-family: blackbody; /*这里是说明调用来的字体名字*/
    position: relative;
    top: 158px;
    text-align: center;
    color: #000;
}

.yingyong_p2{
    font-size: 16px;
    text-align: center;
    color: #9B9B9B;
    position: relative;
    top: 179px;
}

.yingyong_content{
    width: 1188px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    top: 1225px;
    text-align: center;
    opacity:0;
}

.yingyong_content_1{
    width: 280px;
    height: 480px;
    float: left;
    border: 1px solid #EFEFEF;
    margin:0 10px;
}

.yingyong_content_2{
    width: 280px;
    height: 480px;
    float: left;
    border: 1px solid #EFEFEF;
    margin:0 10px;
}

.yingyong_content_box{
    width: 280px;
    height: 300px;
    overflow: hidden;
}
.yingyong_content_img1{
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.yingyong_content_img1:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.yingyong_content_img2{
    position: relative;
    bottom: 81px;
}

.yingyong_content p{
    font-size: 25px;
    position: relative;
    bottom: 63px;

}

.yingyong_content_heng{
    width: 25px;
    height: 3px;
    background: #43A1F9;
    margin: 0 auto;
    position: relative;
    bottom: 49px;
}

.yingyong .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: #43A1F9;
}
.yingyong .swiper-container .swiper-pagination-bullet-active{
    background: #43A1F9;
}
/*玩法*/