/*右侧固定定位*/
.rightFix{
    position:fixed;
    right:30px;
    bottom:100px;
    z-index:9999;
}
.rightFix>div{
    position:relative;
    width:24px;
    height:24px;
    margin-top:20px;
}
.rightFix .returnTop{
    width:50px;
    height:50px;
    position:absolute;
    top:0;
    left:-12px;
    cursor:pointer;
    display:none;
    background:url('../images/lwt_returnTop.png');
}
.rightFix .toTop{
    width:50px;
    height:50px;
    position:absolute;
    top:0;
    left:-12px;
    cursor:pointer;
    background:url('../images/lwt_returnTop.png');
    display:block;
}
.rightFix .circle{
    position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#999;
    cursor:pointer;
}
.rightFix>div>span{
    position:absolute;
    right:30px;
    top:0;
    width:100px;
    height:24px;
    line-height:24px;
    text-align:right;
    display:none;
}
/*产品功能*/
.omsdk-funBox{
    width:100%;
    min-width:1200px;
    height:1500px;
    background:url("../images/background_fun.png") no-repeat  top center;
    text-align:center;
    padding-top:90px;
}
.imgBigBox{
    width:1200px;
    overflow: hidden;
    margin:40px auto 0;
    padding:0 20px;
}
.width1330{
	width:1330px;
	overflow:hidden;
}
.fun_imgBox{
    width:300px;
    height:240px;
    float:left;
    margin:0 130px 13px 0;
}
.fun_imgBox h3{
    margin:0;
    padding:0;
    font-size:28px;
    font-weight:500;
}
.fun_imgBox p{
    margin:8px 0 0 0;
    text-align: left;
    color:#666;
    padding:0 10px;
}
.fun_imgBox .iconBox1{
    width:115px;
    height:115px;
    margin:0 auto;
    background:url('../images/productFun.png') no-repeat;
}
.fun_imgBox .iconBox2{
    width:115px;
    height:115px;
    margin:0 auto;
    background:url('../images/productFun.png') no-repeat -115px;
}
.fun_imgBox .iconBox3{
    width:115px;
    height:115px;
    margin:0 auto;
    background:url('../images/productFun.png') no-repeat -230px;
}
.fun_imgBox .iconBox4{
    width:115px;
    height:115px;
    margin:0 auto;
    background:url('../images/productFun.png') no-repeat -345px;
}
.fun_imgBox .iconBox5{
    width:115px;
    height:115px;
    margin:0 auto;
    background:url('../images/productFun.png') no-repeat -460px;
}
.fun_imgBox .iconBox6{
    width:115px;
    height:115px;
    margin:0 auto;
    background:url('../images/productFun.png') no-repeat -575px;
}
/*.fun_imgBox:first-of-type{
    margin-left:0;
    margin-bottom:13px;
}
.fun_imgBox:nth-of-type(2){
    margin-bottom:13px;
}
.fun_imgBox:nth-of-type(3){
    margin-bottom:13px;
}
.fun_imgBox:nth-of-type(4){
    margin:0;
}*/	
.lwt_videoBtn{
    width:500px;
    height:60px;
    margin:60px auto 0;
    border:1px solid #00abda;
    text-align: center;
    line-height:60px;
    color:#00abda;
    font-size:18px;
    cursor: pointer;
}
.lwt_videoBtn:hover{
    color:#fff;
    background:#00abda;
}
.lwt_data{
    margin-top:350px;
}


/*游戏案例*/
.omsdk-home-top-ys{
    text-align:center;
    margin-bottom:80px;
}
.div1200{
    width:1200px;
    margin:0 auto;
}
.big_game{
    width:960px;
    text-align:center;
    overflow: hidden;
    font:15px "微软雅黑";
    padding-bottom:30px;
}
.big_game_left{
    float:left;
}
.big_game_right{
    float:right;
}
.big_game .div440{
    width:440px;
    height:250px;
    margin-bottom:8px;
}
.saga_gameCase{
    padding:0 120px;
}
.saga_gameCase .bannergroup{
    overflow: hidden;
    margin-left:-84px;
}
.saga_gameCase .bannergroup .banneritem{
    float:left;
    width:90px;
    margin-left:84px;
    padding-bottom:30px;
    height:148px;
}
.saga_gameCase .bannergroup .banneritem img{
    width:100%;
}
.saga_gameCase .bannergroup .banneritem p{
    text-align:center;
    font:15px "微软雅黑";
    margin:8px 0 0 0;
    height:20px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.omsdk-lc-area img{
    width:100%;
}
.saga_game_circle{
    height:20px;text-align:center;
}
.saga_game_circle span{
    cursor:pointer;display:inline-block;width:10px;height:10px;margin-left:10px;background:#d2d2d2;
    -moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;    /* Webkit browsers */
    border-radius:100%;
}
.saga_game_circle span.te{
    background:#00abda;
}

/*新闻动态*/
div.omsdk-news{
    overflow:hidden;
    width:1200px;
    padding:0 90px;
}
.omsdk-news .bannergroup{
    overflow: hidden;
	width:1200px;
}
.omsdk-news .banneritem{
    float:left;
    width:310px;
    height:210px;
    margin-right:45px;
    overflow: hidden;
}
.omsdk-news .banneritem a{
    display:block;
    width:310px;
    height:210px;
}
.banneritem a img{
    width:100%;
}
.omsdk-news .banneritem:last-of-type{
    margin-right:0;
}
.moreNews:hover{
    color:#fff;
    background:#00abda;
}
.moreNews{
    display:block;
    width:500px;
    height:60px;
    margin:60px auto 0;
    border:1px solid #00abda;
    text-align: center;
    line-height:60px;
    color:#00abda;
    font-size:18px;
}
.header-row{
    text-align:center;
    margin-bottom:80px;
}
.header-row p {
    color:#4c4d4e;
    display:block;
    float:left;
    padding-left:20px;
    font:35px '微软雅黑';
}
.header-row span{
    display:block;
    float:right;
    padding-right:50px;
    padding-top: 26px;
    font-size: 13px;
    background: url("../images/sdk_news_arr.png") no-repeat 60px 30px;
}
.omsdk-news .category-module li a{
    width:100%;
    display: inline-block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height:18px;
}
.header-row span a{
    color:#5493cd;
    font-size:13px;
}
.omsdk-home-news-list ul.category-module{
    width:1200px;
    overflow: hidden;
    margin:0;
}
.omsdk-home-news-list ul.category-module li{
    width:310px;
    float:left;
    margin-right:45px;
    position:relative;
    font-size:14px;
    color:#8ba5b2;
}
.omsdk-home-news-list ul.category-module li > span.omsdk-news-icon{
    display:none;
}
.mod-articles-category-date{
    position:absolute;
    top:10px;
    left:0;
}
.omsdk-home-news-list ul.category-module li > a{
    margin-top:35px;
    color:#555;
}
.omsdk-home-news-list ul.category-module li > a:hover{
    color:#00a8ff;
}
/*banner按钮*/
.omsdk-banner_circle{
    position: absolute;
    width:100%;
    text-align:center;
    bottom:20px;
    z-index:8;
}
.omsdk-banner_circle ul{
    display:inline-block;
}
.omsdk-banner_circle li{
    float: left;
    margin-left: 28px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    opacity:0.6;
    cursor: pointer;
}
.omsdk-banner_circle li.active{
    opacity:1;
}
/*新版banner*/
.omsdk-banner{
    width: 100%;
    min-width:1200px;
    /*height: 500px;*/
}
.dis100{display:block;width:100%;height:100%;}
.omsdk-banner_content{
    width:100%;
    /*height:500px;*/
}
.omsdk-banner_content li{
    width: 100%;
    /*height: 500px;*/
    position: absolute;
    top: 0;
    left: 0;
}
.omsdk-banner_content li .banner_div1200{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
/*.omsdk-banner_content .banner_div1200 img{
    width:100%;
}*/
.omsdk-banner_content .banner_div1200 div{
    position:absolute;
    font-size:0;/*div比盒子多几像素*/
}
.omsdk-banner_content .omsdk-banner_content_03{
    background:#14ccc2;
}
.banner_div1200 .floor{
    width:626px\9;
    left:16px\9;
    bottom:17px\9;
    z-index:2;
    opacity:0;
    opacity:1\9;
    animation:floor 400ms ease-in forwards;
    -moz-animation:floor 400ms ease-in forwards;
    -webkit-animation:floor 400ms ease-in forwards;
    -ms-animation: floor 400ms ease-in forwards;
}
.banner_div1200 .floorShadow{
    width:626px\9;
    left:16px\9;
    bottom:21px\9;
    z-index:1;
    opacity:0;
    opacity:1\9;
    animation:floorShadow 320ms ease-in forwards;
    -moz-animation:floorShadow 320ms ease-in forwards;
    -webkit-animation:floorShadow 320ms ease-in forwards;
    -ms-animation:floorShadow 320ms ease-in forwards;
}
.banner_div1200 .font1{
    width:396px;
    right:144px;
    opacity: 0;
    bottom:330px\9;
    opacity:1\9;
    animation:font1 400ms cubic-bezier(.62,-0.03,.42,1.09) 400ms forwards;
    -moz-animation:font1 400ms cubic-bezier(.62,-0.03,.42,1.09) 400ms forwards;
    -webkit-animation:font1 400ms cubic-bezier(.62,-0.03,.42,1.09) 400ms forwards;
    -ms-animation:font1 400ms cubic-bezier(.62,-0.03,.42,1.09) 400ms forwards;
}
.banner_div1200 .font1 img{
    height:77px\9;
    animation:font1_img 400ms cubic-bezier(.62,-0.03,.42,1.09) 400ms;
}
.banner_div1200 .font2{
    width:396px;
    right:17px;
    opacity:0;    
    bottom:240px\9;
    opacity:1\9;
    animation:font2 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -moz-animation:font2 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -webkit-animation:font2 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -ms-animation:font2 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;

}
.banner_div1200 .font2 img{
    height:76px\9;
    animation:font2_img 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms;
    -moz-animation:font2_img 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms;
    -webkit-animation:font2_img 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms;
    -ms-animation:font2_img 480ms cubic-bezier(.62,-0.03,.42,1.09) 480ms;

}
.banner_div1200 .font3{
    width:482px;
    height:21px;
    bottom:198px;
    font-size:0;
    opacity:0;    
    right:15px\9;
    opacity:1\;
    animation:font3 320ms cubic-bezier(.62,-0.03,.42,1.09) 640ms forwards;
    -moz-animation:font3 320ms cubic-bezier(.62,-0.03,.42,1.09) 640ms forwards;
    -webkit-animation:font3 320ms cubic-bezier(.62,-0.03,.42,1.09) 640ms forwards;
    -ms-animation:font3 320ms cubic-bezier(.62,-0.03,.42,1.09) 640ms forwards;
}
.banner_div1200 .font4{
    width:181px;
    height:20px;
    bottom:163px;
    right:15px\9;
    font-size:0;
    opacity:0;
    opacity:1\9;
    animation:font4 320ms cubic-bezier(.62,-0.03,.42,1.09) 800ms forwards;
    -moz-animation:font4 320ms cubic-bezier(.62,-0.03,.42,1.09) 800ms forwards;
    -webkit-animation:font4 320ms cubic-bezier(.62,-0.03,.42,1.09) 800ms forwards;
    -ms-animation:font4 320ms cubic-bezier(.62,-0.03,.42,1.09) 800ms forwards;
}
.banner_div1200 .font5{
    width:203px;
    height:53px;
    bottom:90px;
    right:17px\9;
    font-size:0;
    opacity:0;
    opacity:1\9;
    animation:font5 320ms cubic-bezier(.62,-0.03,.42,1.09) 960ms forwards;
    -moz-animation:font5 320ms cubic-bezier(.62,-0.03,.42,1.09) 960ms forwards;
    -webkit-animation:font5 320ms cubic-bezier(.62,-0.03,.42,1.09) 960ms forwards;
    -ms-animation:font5 320ms cubic-bezier(.62,-0.03,.42,1.09) 960ms forwards;
}
.banner_div1200 .font5 a{
    display:block;
    width:100%;
    height:100%;
    background:url('../images/font5.png') no-repeat;
}
.banner_div1200 .font5 a:hover{
    background:url('../images/copyFont5.png') no-repeat;
}
.banner_div1200 .shield{
    width:232px;
    height:235px;
    left:203px;
    bottom:174px\9;
    z-index:3;
    font-size:0;
    opacity:0;
    opacity:1\9;
    animation:shield 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -moz-animation:shield 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -webkit-animation:shield 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -ms-animation:shield 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
}
.banner_div1200 .shieldShadow{
    opacity:0;
    z-index:10;
    width:228px\9;
    height:46px\9;
    left:208px\9;
    bottom:116px\9;
    opacity:1\9;
    animation:shieldShadow 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -moz-animation:shieldShadow 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -webkit-animation:shieldShadow 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
    -ms-animation:shieldShadow 320ms cubic-bezier(.62,-0.03,.42,1.09) 480ms forwards;
}
.banner_div1200 .cloud1{
    width:102px;
    height:53px;
    bottom:326px;
    opacity:0;
    left:80px\9;
    opacity:1\9;
    animation:cloud1 1500ms linear 640ms forwards;
    -moz-animation:cloud1 1500ms linear 640ms forwards;
    -webkit-animation:cloud1 1500ms linear 640ms forwards;
    -ms-animation:cloud1 1500ms linear 640ms forwards;
}
.banner_div1200 .cloud2{
    width:92px;
    height:48px;
    bottom:286px;
    z-index:4;
    opacity:0;
    left:386px\9;
    opacity:1\9;
    animation:cloud2 1500ms linear 800ms forwards;
    -moz-animation:cloud2 1500ms linear 800ms forwards;
    -webkit-animation:cloud2 1500ms linear 800ms forwards;
    -ms-animation:cloud2 1500ms linear 800ms forwards;
}
.banner_div1200 .cloud3{
    width:58px;
    height:30px;
    top:66px;
    z-index:4;
    opacity:0;
    left:443px\9;
    opacity:1\9;
    animation:cloud3 1500ms linear 960ms forwards;
    -moz-animation:cloud3 1500ms linear 960ms forwards;
    -webkit-animation:cloud3 1500ms linear 960ms forwards;
    -ms-animation:cloud3 1500ms linear 960ms forwards;
}
.banner_div1200 .font6{
    width:282px;
    height:192px;
    left:177px;
    bottom:210px;
    opacity:0;
    z-index:4;
    width:141px\9;
    height:96px\9;
    left:245px\9;
    bottom:260px\9;
    opacity:1\9;
    animation:font6 320ms linear 640ms forwards;
    -moz-animation:font6 320ms linear 640ms forwards;
    -webkit-animation:font6 320ms linear 640ms forwards;
    -ms-animation:font6 320ms linear 640ms forwards;
}
.banner_div1200 .font7{
    width:282px;
    height:192px;
    left:177px;
    bottom:210px;
    opacity:0;
    z-index:4;
    width:141px\9;
    height:96px\9;
    left:245px\9;
    bottom:260px\9;
    opacity:1\9;
    animation:font6 320ms linear 760ms forwards;
    -moz-animation:font6 320ms linear 760ms forwards;
    -webkit-animation:font6 320ms linear 760ms forwards;
    -ms-animation:font6 320ms linear 760ms forwards;
}
.banner_div1200 .font6 img{
    width:100%;
}
.banner_div1200 .font7 img{
    width:100%;
}
.banner_div1200 .caidai_lf{
    width:132px;
    height:141px;
    opacity:0;
    z-index:2;
    left:188px\9;
    bottom:149px\9;
    opacity:1\9;
    animation:caidai_lf 400ms linear 880ms forwards;
    -moz-animation:caidai_lf 400ms linear 880ms forwards;
    -webkit-animation:caidai_lf 400ms linear 880ms forwards;
    -ms-animation:caidai_lf 400ms linear 880ms forwards;
}
.banner_div1200 .caidai_rg{
    width:132px;
    height:141px;
    opacity:0;
    z-index:2;
    left:329px\9;
    bottom:149px\9;
    opacity:1\9;
    animation:caidai_rg 400ms linear 1000ms forwards;
    -moz-animation:caidai_rg 400ms linear 1000ms forwards;
    -webkit-animation:caidai_rg 400ms linear 1000ms forwards;
    -ms-animation:caidai_rg 400ms linear 1000ms forwards;
}
/*.banner_div1200 img{
    width:100%;
}*/
.banner_div1200 .tree1{
    opacity:0;
    left:118px;
    bottom:110px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:tree 560ms linear 600ms forwards;
    -moz-animation:tree 560ms linear 600ms forwards;
    -webkit-animation:tree 560ms linear 600ms forwards;
    -ms-animation:tree 560ms linear 600ms forwards;
}
.banner_div1200 .tree1Shadow{
    opacity:0;
    left:120px;
    bottom:102px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:treeShadow 400ms linear 600ms forwards;
    -moz-animation:treeShadow 400ms linear 600ms forwards;
    -webkit-animation:treeShadow 400ms linear 600ms forwards;
    -ms-animation:treeShadow 400ms linear 600ms forwards;
}
.banner_div1200 .tree2{
    opacity:0;
    left:136px;
    bottom:95px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:tree 560ms linear 800ms forwards;
    -moz-animation:tree 560ms linear 800ms forwards;
    -webkit-animation:tree 560ms linear 800ms forwards;
    -ms-animation:tree 560ms linear 800ms forwards;
}
.banner_div1200 .tree2Shadow{
    opacity:0;
    left:138px;
    bottom:88px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:treeShadow 400ms linear 800ms forwards;
    -moz-animation:treeShadow 400ms linear 800ms forwards;
    -webkit-animation:treeShadow 400ms linear 800ms forwards;
    -ms-animation:treeShadow 400ms linear 800ms forwards;
}
.banner_div1200 .tree3{
    opacity:0;
    left:393px;
    bottom:72px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:tree 560ms linear 1000ms forwards;
    -moz-animation:tree 560ms linear 1000ms forwards;
    -webkit-animation:tree 560ms linear 1000ms forwards;
    -ms-animation:tree 560ms linear 1000ms forwards;
}
.banner_div1200 .tree3Shadow{
    opacity:0;
    left:395px;
    bottom:64px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:treeShadow 400ms linear 1000ms forwards;
    -moz-animation:treeShadow 400ms linear 1000ms forwards;
    -webkit-animation:treeShadow 400ms linear 1000ms forwards;
    -ms-animation:treeShadow 400ms linear 1000ms forwards;
}
.banner_div1200 .tree4{
    opacity:0;
    left:462px;
    bottom:162px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:tree 560ms linear 680ms forwards;
    -moz-animation:tree 560ms linear 680ms forwards;
    -webkit-animation:tree 560ms linear 680ms forwards;
    -ms-animation:tree 560ms linear 680ms forwards;
}
.banner_div1200 .tree4Shadow{
    opacity:0;
    left:464px;
    bottom:154px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:treeShadow 400ms linear 680ms forwards;
    -moz-animation:treeShadow 400ms linear 680ms forwards;
    -webkit-animation:treeShadow 400ms linear 680ms forwards;
    -ms-animation:treeShadow 400ms linear 680ms forwards;
}
.banner_div1200 .tree5{
    opacity:0;
    left:478px;
    bottom:150px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:tree 560ms linear 1080ms forwards;
    -moz-animation:tree 560ms linear 1080ms forwards;
    -webkit-animation:tree 560ms linear 1080ms forwards;
    -ms-animation:tree 560ms linear 1080ms forwards;
}
.banner_div1200 .tree5Shadow{
    opacity:0;
    left:480px;
    bottom:142px;
    z-index:2;
    opacity:1\9;
    transform-origin:50% bottom;
    animation:treeShadow 400ms linear 1080ms forwards;
    -moz-animation:treeShadow 400ms linear 1080ms forwards;
    -webkit-animation:treeShadow 400ms linear 1080ms forwards;
    -ms-animation:treeShadow 400ms linear 1080ms forwards;
}
.banner_div1200 .star1{
    left:348px;
    top:82px;
    opacity:0;
	z-index:10;
    opacity:1\9;
    animation:star 1280ms linear 800ms infinite;
    -moz-animation:star 1280ms linear 800ms infinite;
    -webkit-animation:star 1280ms linear 800ms infinite;
    -ms-animation:star 1280ms linear 800ms infinite;
}
.banner_div1200 .star2{
    left:420px;
    top:220px;
    opacity:0;
	z-index:10;
    opacity:1\9;
    animation:star 1280ms linear 1120ms infinite;
    -moz-animation:star 1280ms linear 1120ms infinite;
    -webkit-animation:star 1280ms linear 1120ms infinite;
    -ms-animation:star 1280ms linear 1120ms infinite;
}
.banner_div1200 .star3{
    left:240px;
    top:280px;
    z-index:2;
    opacity:0;
	z-index:10;
    opacity:1\9;
    animation:star 1280ms linear 1440ms infinite;
    -moz-animation:star 1280ms linear 1440ms infinite;
    -webkit-animation:star 1280ms linear 1440ms infinite;
    -ms-animation:star 1280ms linear 1440ms infinite;
}
.banner_div1200 .star4{
    left:190px;
    top:150px;
    opacity:0;
	z-index:10;
    opacity:1\9;
    animation:star 1280ms linear 1760ms infinite;
    -moz-animation:star 1280ms linear 1760ms infinite;
    -webkit-animation:star 1280ms linear 1760ms infinite;
    -ms-animation:star 1280ms linear 1760ms infinite;
}



@keyframes floor{
    0% {width:552px;left:53px;bottom:7px;}
    29%{opacity:0;}
    30%{opacity:1}
    80%{width:626px;left:16px;bottom:21px;}
    100%{bottom:17px;opacity:1;}
}
@-moz-keyframes floor{
    0% {width:552px;left:53px;bottom:7px;}
    29%{opacity:0;}
    30%{opacity:1}
    80%{width:626px;left:16px;bottom:21px;}
    100%{bottom:17px;opacity:1;}
}
@-ms-keyframes floor{
    0% {width:552px;left:53px;bottom:7px;}
    29%{opacity:0;}
    30%{opacity:1}
    80%{width:626px;left:16px;bottom:21px;}
    100%{bottom:17px;opacity:1;}
}
@-webkit-keyframes floor{
    0% {width:552px;left:53px;bottom:7px;}
    29%{opacity:0;}
    30%{opacity:1}
    80%{width:626px;left:16px;bottom:21px;}
    100%{bottom:17px;opacity:1;}
}

@keyframes floorShadow{
    0%{width:546px;left:56px;bottom:32px;opacity:0;}
    84%{opacity:1;}
    85%{opacity:1;}
    100%{width:626px;left:16px;bottom:21px;opacity:1;}
}
@-moz-keyframes floorShadow{
    0%{width:546px;left:56px;bottom:32px;opacity:0;}
    84%{opacity:1;}
    85%{opacity:1;}
    100%{width:626px;left:16px;bottom:21px;opacity:1;}
}
@-webkit-keyframes floorShadow{
    0%{width:546px;left:56px;bottom:32px;opacity:0;}
    84%{opacity:1;}
    85%{opacity:1;}
    100%{width:626px;left:16px;bottom:21px;opacity:1;}
}
@-ms-keyframes floorShadow{
    0%{width:546px;left:56px;bottom:32px;opacity:0;}
    84%{opacity:1;}
    85%{opacity:1;}
    100%{width:626px;left:16px;bottom:21px;opacity:1;}
}


@keyframes font1{
    0%{bottom:330px;;opacity:0;}
    50%{opacity:0.5;}
    60%{bottom:390px;opacity:0.8;}
    85%{bottom:330px;opacity:1;}
    100%{bottom:330px;opacity:1;}
}
@-moz-keyframes font1{
    0%{bottom:330px;;opacity:0;}
    50%{opacity:0.5;}
    60%{bottom:390px;opacity:0.8;}
    85%{bottom:330px;opacity:1;}
    100%{bottom:330px;opacity:1;}
}
@-webkit-keyframes font1{
    0%{bottom:330px;;opacity:0;}
    50%{opacity:0.5;}
    60%{bottom:390px;opacity:0.8;}
    85%{bottom:330px;opacity:1;}
    100%{bottom:330px;opacity:1;}
}
@-ms-keyframes font1{
    0%{bottom:330px;;opacity:0;}
    50%{opacity:0.5;}
    60%{bottom:390px;opacity:0.8;}
    85%{bottom:330px;opacity:1;}
    100%{bottom:330px;opacity:1;}
}

@keyframes font1_img{
    0%{height:8px;}
    50%{height:108px;}
    60%{height:87px;}
    85%{height:65px;}
    100%{height:77px;}
}
@-moz-keyframes font1_img{
    0%{height:8px;}
    50%{height:108px;}
    60%{height:87px;}
    85%{height:65px;}
    100%{height:77px;}
}
@-webkit-keyframes font1_img{
    0%{height:8px;}
    50%{height:108px;}
    60%{height:87px;}
    85%{height:65px;}
    100%{height:77px;}
}
@-ms-keyframes font1_img{
    0%{height:8px;}
    50%{height:108px;}
    60%{height:87px;}
    85%{height:65px;}
    100%{height:77px;}
}

@keyframes font2{
    0%{bottom:240px;opacity:0;}
    40%{bottom:240px;opacity:1;}
    60%{bottom:282px;}
    80%{bottom:240px;}
    100%{bottom:240px;opacity:1;}
}
@-moz-keyframes font2{
    0%{bottom:240px;opacity:0;}
    40%{bottom:240px;opacity:1;}
    60%{bottom:282px;}
    80%{bottom:240px;}
    100%{bottom:240px;opacity:1;}
}
@-webkit-keyframes font2{
    0%{bottom:240px;opacity:0;}
    40%{bottom:240px;opacity:1;}
    60%{bottom:282px;}
    80%{bottom:240px;}
    100%{bottom:240px;opacity:1;}
}
@-ms-keyframes font2{
    0%{bottom:240px;opacity:0;}
    40%{bottom:240px;opacity:1;}
    60%{bottom:282px;}
    80%{bottom:240px;}
    100%{bottom:240px;opacity:1;}
}

@keyframes font2_img{
    0%{height:8px;}
    40%{height:106px;}
    60%{height:65px;}
    80%{height:60px;}
    100%{height:76px;}
}
@-moz-keyframes font2_img{
    0%{height:8px;}
    40%{height:106px;}
    60%{height:65px;}
    80%{height:60px;}
    100%{height:76px;}
}
@-webkit-keyframes font2_img{
    0%{height:8px;}
    40%{height:106px;}
    60%{height:65px;}
    80%{height:60px;}
    100%{height:76px;}
}
@-ms-keyframes font2_img{
    0%{height:8px;}
    40%{height:106px;}
    60%{height:65px;}
    80%{height:60px;}
    100%{height:76px;}
}


@keyframes font3{
    0%{right:55px;opacity:0;}
    75%{right:3px;opacity:1;}
    100%{right:15px;opacity:1;}
}
@-moz-keyframes font3{
    0%{right:55px;opacity:0;}
    75%{right:3px;opacity:1;}
    100%{right:15px;opacity:1;}
}
@-webkit-keyframes font3{
    0%{right:55px;opacity:0;}
    75%{right:3px;opacity:1;}
    100%{right:15px;opacity:1;}
}
@-ms-keyframes font3{
    0%{right:55px;opacity:0;}
    75%{right:3px;opacity:1;}
    100%{right:15px;opacity:1;}
}


@keyframes font4{
    0%{right:45px;opacity:0;}
    75%{right:8px;opacity:1;}
    100%{right:15px;opacity:1;}
}
@-moz-keyframes font4{
    0%{right:45px;opacity:0;}
    75%{right:8px;opacity:1;}
    100%{right:15px;opacity:1;}
}
@-webkit-keyframes font4{
    0%{right:45px;opacity:0;}
    75%{right:8px;opacity:1;}
    100%{right:15px;opacity:1;}
}
@-ms-keyframes font4{
    0%{right:45px;opacity:0;}
    75%{right:8px;opacity:1;}
    100%{right:15px;opacity:1;}
}


@keyframes font5{
    0%{right:58px;opacity:0;}
    70%{right:7px;opacity:1;}
    100%{right:17px;opacity:1;}
}
@-moz-keyframes font5{
    0%{right:58px;opacity:0;}
    70%{right:7px;opacity:1;}
    100%{right:17px;opacity:1;}
}
@-webkit-keyframes font5{
    0%{right:58px;opacity:0;}
    70%{right:7px;opacity:1;}
    100%{right:17px;opacity:1;}
}
@-ms-keyframes font5{
    0%{right:58px;opacity:0;}
    70%{right:7px;opacity:1;}
    100%{right:17px;opacity:1;}
}


@keyframes shield{
    0%{bottom:474px;opacity:1;}
    50%{bottom:159px;}
    75%{bottom:180px;}
    100%{bottom:174px;opacity:1;}
}
@-moz-keyframes shield{
    0%{bottom:474px;opacity:1;}
    50%{bottom:159px;}
    75%{bottom:180px;}
    100%{bottom:174px;opacity:1;}
}
@-webkit-keyframes shield{
    0%{bottom:474px;opacity:1;}
    50%{bottom:159px;}
    75%{bottom:180px;}
    100%{bottom:174px;opacity:1;}
}
@-ms-keyframes shield{
     0%{bottom:474px;opacity:1;}
     50%{bottom:159px;}
     75%{bottom:180px;}
     100%{bottom:174px;opacity:1;}
 }



@keyframes shieldShadow{
    0%{width:23px;height:5px;left:309px;bottom:137px;opacity:1;}
    50%{width:250px;height:50px;left:196px;bottom:114px;}
    75%{width:194px;height:39px;left:224px;bottom:120px;}
    100%{width:228px;height:46px;left:208px;bottom:116px;opacity:1;}
}
@-moz-keyframes shieldShadow{
    0%{width:23px;height:5px;left:309px;bottom:137px;opacity:1;}
    50%{width:250px;height:50px;left:196px;bottom:114px;}
    75%{width:194px;height:39px;left:224px;bottom:120px;}
    100%{width:228px;height:46px;left:208px;bottom:116px;opacity:1;}
}
@-webkit-keyframes shieldShadow{
    0%{width:23px;height:5px;left:309px;bottom:137px;opacity:1;}
    50%{width:250px;height:50px;left:196px;bottom:114px;}
    75%{width:194px;height:39px;left:224px;bottom:120px;}
    100%{width:228px;height:46px;left:208px;bottom:116px;opacity:1;}
}
@-ms-keyframes shieldShadow{
    0%{width:23px;height:5px;left:309px;bottom:137px;opacity:1;}
    50%{width:250px;height:50px;left:196px;bottom:114px;}
    75%{width:194px;height:39px;left:224px;bottom:120px;}
    100%{width:228px;height:46px;left:208px;bottom:116px;opacity:1;}
}

@keyframes cloud1{
    0%{left:0;}
    20%{left:20px;opacity:1;}
    100%{left:80px;opacity:1;}
    /*100%{left:60px;opacity:1;}*/
}
@-moz-keyframes cloud1{
    0%{left:0;}
    20%{left:20px;opacity:1;}
    100%{left:80px;opacity:1;}
    /*100%{left:60px;opacity:1;}*/
}
@-webkit-keyframes cloud1{
    0%{left:0;}
    20%{left:20px;opacity:1;}
    100%{left:80px;opacity:1;}
    /*100%{left:60px;opacity:1;}*/
}
@-ms-keyframes cloud1{
    0%{left:0;}
    20%{left:20px;opacity:1;}
    100%{left:80px;opacity:1;}
    /*100%{left:60px;opacity:1;}*/
}


@keyframes cloud2{
    0%{left:466px;}
    20%{left:446px;opacity:1;}
    100%{left:386px;opacity:1;}
    /*100%{left:406px;opacity:1;}*/
}
@-moz-keyframes cloud2{
    0%{left:466px;}
    20%{left:446px;opacity:1;}
    100%{left:386px;opacity:1;}
    /*100%{left:406px;opacity:1;}*/
}
@-webkit-keyframes cloud2{
    0%{left:466px;}
    20%{left:446px;opacity:1;}
    100%{left:386px;opacity:1;}
    /*100%{left:406px;opacity:1;}*/
}
@-ms-keyframes cloud2{
    0%{left:466px;}
    20%{left:446px;opacity:1;}
    100%{left:386px;opacity:1;}
    /*100%{left:406px;opacity:1;}*/
}


@keyframes cloud3{
    0%{left:523px;}
    20%{left:503px;opacity:1;}
    100%{left:443px;opacity:1;}
    /*100%{left:463px;opacity:1;}*/
}
@-moz-keyframes cloud3{
    0%{left:523px;}
    20%{left:503px;opacity:1;}
    100%{left:443px;opacity:1;}
    /*100%{left:463px;opacity:1;}*/
}
@-webkit-keyframes cloud3{
    0%{left:523px;}
    20%{left:503px;opacity:1;}
    100%{left:443px;opacity:1;}
    /*100%{left:463px;opacity:1;}*/
}
@-ms-keyframes cloud3{
    0%{left:523px;}
    20%{left:503px;opacity:1;}
    100%{left:443px;opacity:1;}
    /*100%{left:463px;opacity:1;}*/
}

/*font6  是edge chrome firefox*/
@keyframes font6{
    0%{opacity:0;}
    75%{transform:scale(0.42);opacity:1;}
    100%{transform:scale(0.5);opacity:1;}
}
@-moz-keyframes font6{
    0%{opacity:0;}
    75%{transform:scale(0.42);opacity:1;}
    100%{transform:scale(0.5);opacity:1;}
}
@-webkit-keyframes font6{
    0%{opacity:0;}
    75%{transform:scale(0.42);opacity:1;}
    100%{transform:scale(0.5);opacity:1;}
}
@-ms-keyframes font6{
    0%{opacity:0;}
    75%{transform:scale(0.42);opacity:1;}
    100%{transform:scale(0.5);opacity:1;}
}

@keyframes caidai_lf{
    0%{left:228px;bottom:194px;opacity:1;}
    60%{left:182px;bottom:137px;}
    80%{left:190px;bottom:153px;}
    100%{left:188px;bottom:149px;opacity:1;}
}
@-ms-keyframes caidai_lf{
    0%{left:228px;bottom:194px;opacity:1;}
    60%{left:182px;bottom:137px;}
    80%{left:190px;bottom:153px;}
    100%{left:188px;bottom:149px;opacity:1;}
}
@-webkit-keyframes caidai_lf{
    0%{left:228px;bottom:194px;opacity:1;}
    60%{left:182px;bottom:137px;}
    80%{left:190px;bottom:153px;}
    100%{left:188px;bottom:149px;opacity:1;}
}
@-moz-keyframes caidai_lf{
    0%{left:228px;bottom:194px;opacity:1;}
    60%{left:182px;bottom:137px;}
    80%{left:190px;bottom:153px;}
    100%{left:188px;bottom:149px;opacity:1;}
}

@keyframes caidai_rg{
    0%{left:279px;bottom:194px;opacity:1;}
    60%{left:335px;bottom:137px;}
    80%{left:326px;bottom:153px;}
    100%{left:329px;bottom:149px;opacity:1;}
}
@-moz-keyframes caidai_rg{
    0%{left:279px;bottom:194px;opacity:1;}
    60%{left:335px;bottom:137px;}
    80%{left:326px;bottom:153px;}
    100%{left:329px;bottom:149px;opacity:1;}
}
@-webkit-keyframes caidai_rg{
    0%{left:279px;bottom:194px;opacity:1;}
    60%{left:335px;bottom:137px;}
    80%{left:326px;bottom:153px;}
    100%{left:329px;bottom:149px;opacity:1;}
}
@-ms-keyframes caidai_rg{
    0%{left:279px;bottom:194px;opacity:1;}
    60%{left:335px;bottom:137px;}
    80%{left:326px;bottom:153px;}
    100%{left:329px;bottom:149px;opacity:1;}
}


@keyframes tree{
    0%{transform:scale(0);opacity:0;}
    35%{transform:scale(2);opacity:1;}
    70%{transform:scale(0.8);}
    85%{transform:scale(1.2);}
    100%{transform:scale(1);opacity:1;}
}
@-moz-keyframes tree{
    0%{transform:scale(0);opacity:0;}
    35%{transform:scale(2);opacity:1;}
    70%{transform:scale(0.8);}
    85%{transform:scale(1.2);}
    100%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes tree{
    0%{transform:scale(0);opacity:0;}
    35%{transform:scale(2);opacity:1;}
    70%{transform:scale(0.8);}
    85%{transform:scale(1.2);}
    100%{transform:scale(1);opacity:1;}
}
@-ms-keyframes tree{
    0%{transform:scale(0);opacity:0;}
    35%{transform:scale(2);opacity:1;}
    70%{transform:scale(0.8);}
    85%{transform:scale(1.2);}
    100%{transform:scale(1);opacity:1;}
}

@keyframes treeShadow{
    0%{transform:scale(0);opacity:0;}
    50%{transform:scale(1.7);}
    100%{transform:scale(1);opacity:1;}
}
@-moz-keyframes treeShadow{
    0%{transform:scale(0);opacity:0;}
    50%{transform:scale(1.7);}
    100%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes treeShadow{
    0%{transform:scale(0);opacity:0;}
    50%{transform:scale(1.7);}
    100%{transform:scale(1);opacity:1;}
}
@-ms-keyframes treeShadow{
    0%{transform:scale(0);opacity:0;}
    50%{transform:scale(1.7);}
    100%{transform:scale(1);opacity:1;}
}


@keyframes star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
@-moz-keyframes star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
@-webkit-keyframes star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
@-ms-keyframes star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}





/*banner1*/
.omsdk-banner_content .omsdk-banner_content_01{
    background:#39bcea;
    overflow:hidden;
}
.banner_div1200 .www_hand{
    width:508px ;
    height:525px;
    left: -60px;
    bottom: -80px;
    transform-origin:left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    z-index: 9;
    /*transform:rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform: rotate(45deg);*/
    opacity:0;
    opacity:1\9;
    animation:www_hand 600ms cubic-bezier(.63,.35,.72,.6) 120ms forwards;
    -moz-animation:www_hand 600ms cubic-bezier(.63,.35,.72,.6) 120ms forwards;
    -ms-animation:www_hand 600ms cubic-bezier(.63,.35,.72,.6) 120ms forwards;
    -webkit-animation:www_hand 600ms cubic-bezier(.63,.35,.72,.6) 120ms forwards;
}
.banner_div1200 .www_hand img{
    width: 100%;
}
.banner_div1200 .www_bg_icon{
    width: 973px;
    height: 469px;
    top: 10px;
    left: -120px;
    opacity: 0;
    opacity:1\9;
    animation:www_bg_icon 320ms cubic-bezier(.58,1.23,1,1.15) 280ms forwards;
    -moz-animation:www_bg_icon 320ms cubic-bezier(.58,1.23,1,1.15) 280ms forwards;
    -ms-animation:www_bg_icon 320ms cubic-bezier(.58,1.23,1,1.15) 280ms forwards;
    -webkit-animation:www_bg_icon 320ms cubic-bezier(.58,1.23,1,1.15) 280ms forwards;
}
.banner_div1200 .www_font1{
    width: 215px;
    height:35px;
    top: 116px;
    right:28px;
    opacity: 0;
    opacity:1\9;
    /*transform:rotate(22deg);
    -webkit-transform: rotate(22deg);
    -o-transform:rotate(22deg);
    -moz-transform: rotate(22deg);*/
    transform-origin:right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    animation:www_font1 280ms cubic-bezier(.58,1.23,1,1.15) 400ms forwards;
    -moz-animation:www_font1 280ms cubic-bezier(.58,1.23,1,1.15) 400ms forwards;
    -webkit-animation:www_font1 280ms cubic-bezier(.58,1.23,1,1.15) 400ms forwards;
    -ms-animation:www_font1 280ms cubic-bezier(.58,1.23,1,1.15) 400ms forwards;
}

.banner_div1200 .www_font2{
    width: 317px;
    height:77px;
    top: 168px;
    right:28px;
    opacity: 0;
    opacity:1\9;
    /*transform:rotate(22deg);
    -webkit-transform: rotate(22deg);
    -o-transform:rotate(22deg);
    -moz-transform: rotate(22deg);*/
    transform-origin:right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    animation:www_font2 320ms cubic-bezier(.58,1.23,1,1.15) 480ms forwards;
    -moz-animation:www_font2 320ms cubic-bezier(.58,1.23,1,1.15) 480ms forwards;
    -webkit-animation:www_font2 320ms cubic-bezier(.58,1.23,1,1.15) 480ms forwards;
    -ms-animation:www_font2 320ms cubic-bezier(.58,1.23,1,1.15) 480ms forwards;
}

.banner_div1200 .www_font3{
    width: 393px;
    height:20px;
    top: 270px;
    right:64px;
    opacity: 0;
    opacity:1\9;
    animation:www_font3 320ms linear 480ms forwards;
    -moz-animation:www_font3 320ms linear 480ms forwards;
    -webkit-animation:www_font3 320ms linear 480ms forwards;
    -ms-animation:www_font3 320ms linear 480ms forwards;
}
.banner_div1200 .www_font4{
    width: 151px;
    height:20px;
    top: 302px;
    right:64px;
    opacity: 0;
    opacity:1\9;
    animation:www_font3 320ms linear 880ms forwards;
    -moz-animation:www_font3 320ms linear 880ms forwards;
    -webkit-animation:www_font3 320ms linear 880ms forwards;
    -ms-animation:www_font3 320ms linear 880ms forwards;
}

.banner_div1200 .www_button{
    width: 203px;
    height:54px;
    top: 360px;
    right:30px\9;
    opacity: 0;
    opacity:1\9;
    animation:www_button 400ms linear 1040ms forwards;
    -moz-animation:www_button 400ms linear 1040ms forwards;
    -webkit-animation:www_button 400ms linear 1040ms forwards;
    -ms-animation:www_button 400ms linear 1040ms forwards;
}
.www_button a{
    display:block;
    width:100%;
    height:100%;
    background:url('../images/font5.png') no-repeat;
}
.www_button a:hover{
    background:url('../images/copyFont5.png') no-repeat;
}
@keyframes www_hand{
    0%{ transform:rotate(45deg);opacity: 1;}
    40%{ transform:rotate(-5deg);opacity: 1;}
    70%{ transform:rotate(3deg);opacity: 1;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-moz-keyframes www_hand{
    0%{ transform:rotate(45deg);opacity: 1;}
    40%{ transform:rotate(-5deg);opacity: 1;}
    70%{ transform:rotate(3deg);opacity: 1;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-webkit-keyframes www_hand{
    0%{ transform:rotate(45deg);opacity: 1;}
    40%{ transform:rotate(-5deg);opacity: 1;}
    70%{ transform:rotate(3deg);opacity: 1;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-ms-keyframes www_hand{
    0%{ transform:rotate(45deg);opacity: 1;}
    40%{ transform:rotate(-5deg);opacity: 1;}
    70%{ transform:rotate(3deg);opacity: 1;}
    100%{ transform:rotate(0deg);opacity: 1;}
}


@keyframes www_bg_icon{
    0%{ transform:rotate(-15deg);opacity: 0;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-ms-keyframes www_bg_icon{
    0%{ -o-transform:rotate(-15deg);opacity: 0;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-moz-keyframes www_bg_icon{
    0%{ -moz-transform:rotate(-15deg);opacity: 0;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-webkit-keyframes www_bg_icon{
    0%{ -webkit-transform:rotate(-15deg);opacity:0;}
    100%{ transform:rotate(0deg);opacity: 1;}
}

@keyframes www_font1{
    0%{ transform:rotate(22deg);opacity: 0;}
    80%{ transform:rotate(-5deg);opacity:0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-ms-keyframes www_font1{
    0%{ -o-transform:rotate(22deg);opacity: 0;}
    80%{ transform:rotate(-5deg);opacity: 0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-moz-keyframes www_font1{
    0%{ -moz-transform:rotate(22deg);opacity: 0;}
    80%{ transform:rotate(-5deg);opacity: 0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-webkit-keyframes www_font1{
    0%{ -webkit-transform:rotate(22deg);opacity:0;}
    80%{ transform:rotate(-5deg);opacity: 0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}


@keyframes www_font2{
    0%{ transform:rotate(22deg);opacity: 0;}
    80%{ transform:rotate(-5deg);opacity:0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-ms-keyframes www_font2{
    0%{ -o-transform:rotate(22deg);opacity: 0;}
    80%{ transform:rotate(-5deg);opacity: 0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-moz-keyframes www_font2{
    0%{ -moz-transform:rotate(22deg);opacity: 0;}
    80%{ transform:rotate(-5deg);opacity: 0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}
@-webkit-keyframes www_font2{
    0%{ -webkit-transform:rotate(22deg);opacity:0;}
    80%{ transform:rotate(-5deg);opacity: 0.8;}
    100%{ transform:rotate(0deg);opacity: 1;}
}

@keyframes www_font3{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-ms-keyframes www_font3{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-moz-keyframes www_font3{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-webkit-keyframes www_font3{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}

@keyframes www_font4{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-ms-keyframes www_font4{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-moz-keyframes www_font4{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-webkit-keyframes www_font4{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}


@keyframes www_button{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-ms-keyframes www_button{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-moz-keyframes www_button{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}
@-webkit-keyframes www_button{
    0%{right:64px;opacity: 0;}
    80%{ right:20px;opacity:0.8;}
    100%{right:30px;opacity: 1;}
}






/*banner2*/
.omsdk-banner_content .omsdk-banner_content_02{
    background: #ff7f5a;
    overflow: hidden;
}
.banner_div1200 .ww_font01{
    width: 155px;
    height: 77px;
    left: 22px;
	opacity:0;
	opacity:1\9;
    top: 142px\9;
    /*transform:rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -moz-transform: rotate(-15deg);*/
    animation:ww_font01 400ms cubic-bezier(.44,.09,1,.19) 320ms forwards;
    -moz-animation:ww_font01 400ms cubic-bezier(.44,.09,1,.19) 320ms forwards;
    -webkit-animation:ww_font01 400ms cubic-bezier(.44,.09,1,.19) 320ms forwards;
    -ms-animation:ww_font01 400ms cubic-bezier(.44,.09,1,.19) 320ms forwards;
    z-index: 9;
}

.banner_div1200 .ww_font03{
    width: 52px;
    height:26px;
    top: 170px\9;
    left: 180px;
	opacity:0;
	opacity:1\9;
    /*transform:rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform:rotate(-15deg);
    -ms--transform:rotate(-15deg);
    -moz-transform: rotate(-15deg);*/
    animation:ww_font03 400ms cubic-bezier(.44,.09,1,.19) 680ms forwards;
    -moz-animation:ww_font03 400ms cubic-bezier(.44,.09,1,.19) 680ms forwards;
    -webkit-animation:ww_font03 400ms cubic-bezier(.44,.09,1,.19) 680ms forwards;
    -ms-animation:ww_font03 400ms cubic-bezier(.44,.09,1,.19) 680ms forwards;
    z-index: 9;
}

.banner_div1200 .ww_font02{
    width: 157px;
    height:77px;
    top: 142px\9;
    left: 240px;
	opacity:0;
	opacity:1\9;
    /*transform:rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -moz-transform: rotate(-15deg);*/
    animation:ww_font02 400ms cubic-bezier(.44,.09,1,.19) 1040ms forwards;
    -ms-animation:ww_font02 400ms cubic-bezier(.44,.09,1,.19) 1040ms forwards;
    -webkit-animation:ww_font02 400ms cubic-bezier(.44,.09,1,.19) 1040ms forwards;
    -moz-animation:ww_font02 400ms cubic-bezier(.44,.09,1,.19) 1040ms forwards;
    z-index: 9;
}
.banner_div1200 .ww_font06{
    width: 499px;
    height:20px;
    top: 256px;
    left: 22px\9;
    opacity: 0;
    opacity:1\9;
    animation:ww_font06 320ms cubic-bezier(.72,.37,.75,1.1) 720ms forwards;
    -ms-animation:ww_font06 320ms cubic-bezier(.72,.37,.75,1.1) 720ms forwards;
    -webkit-animation:ww_font06 320ms cubic-bezier(.72,.37,.75,1.1) 720ms forwards;
    -moz-animation:ww_font06 320ms cubic-bezier(.72,.37,.75,1.1) 720ms forwards;
    z-index: 9;
}
.banner_div1200 .ww_font04{
    width: 150px;
    height:20px;
    top: 292px;
    left: 22px\9;
    opacity: 0;
    opacity:1\9;
    animation:ww_font04 320ms cubic-bezier(.72,.37,.75,1.1) 880ms forwards;
    -ms-animation:ww_font04 320ms cubic-bezier(.72,.37,.75,1.1) 880ms forwards;
    -moz-animation:ww_font04 320ms cubic-bezier(.72,.37,.75,1.1) 880ms forwards;
    -webkit-animation:ww_font04 320ms cubic-bezier(.72,.37,.75,1.1) 880ms forwards;
    z-index: 9;
}
.xn_banner2_button{
    width: 203px;
    height:53px;
    top: 350px;
    left: 22px\9;
    opacity: 0;
    opacity:1\9;
    animation:xn_banner2_button 320ms cubic-bezier(.72,.37,.75,1.1) 1040ms forwards;
    -moz-animation:xn_banner2_button 320ms cubic-bezier(.72,.37,.75,1.1) 1040ms forwards;
    -webkit-animation:xn_banner2_button 320ms cubic-bezier(.72,.37,.75,1.1) 1040ms forwards;
    -ms-animation:xn_banner2_button 320ms cubic-bezier(.72,.37,.75,1.1) 1040ms forwards;
    z-index: 9;
}
.xn_banner2_button a{
    display:block;
    width:100%;
    height:100%;
    background:url('../images/font5.png') no-repeat;
}
.xn_banner2_button a:hover{
    background:url('../images/copyFont5.png') no-repeat;
}
.xn_circle{
    width: 362px;
    height: 363px;
    top: 70px;
    right: -16px;
    opacity: 0;
    opacity:1\9;
    animation:xn_circle 600ms ease 480ms forwards;
    -ms-animation:xn_circle 600ms ease 480ms forwards;
    -moz-animation:xn_circle 600ms ease 480ms forwards;
    -webkit-animation:xn_circle 600ms ease 480ms forwards;
    z-index: 9;
}
.xn_circle_little{
    width: 362px;
    height: 363px;
    top:70px;
    right: -16px;
    opacity: 0;
    opacity:1\9;
    animation:xn_circle_little 600ms ease 480ms forwards;
    -moz-animation:xn_circle_little 600ms ease 480ms forwards;
    -webkit-animation:xn_circle_little 600ms ease 480ms forwards;
    -ms-animation:xn_circle_little 600ms ease 480ms forwards;
    z-index: 10;
}
.xn_money{
    width: 201px;
    height: 202px;
    top: 150px;
    right: 70px;
    animation:xn_money 480ms cubic-bezier(1,.18,.81,.76) 120ms forwards;
    -moz-animation:xn_money 480ms cubic-bezier(1,.18,.81,.76) 120ms forwards;
    -webkit-animation:xn_money 480ms cubic-bezier(1,.18,.81,.76) 120ms forwards;
    -ms-animation:xn_money 480ms cubic-bezier(1,.18,.81,.76) 120ms forwards;
    z-index: 24;
}
.xn_daoxian_yy{
    width:449px;
    height: 428px;
    right: -60px;
    top:44px;
    opacity: 0;
    opacity:1\9;
    animation:xn_daoxian_yy 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    -ms-animation:xn_daoxian_yy 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    -moz-animation:xn_daoxian_yy 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    -webkit-animation:xn_daoxian_yy 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    z-index: 22;
}
.xn_daoxian{
    width:449px;
    height: 428px;
    right: -60px;
    top:44px;
    opacity: 0;
    opacity:1\9;
    animation:xn_daoxian 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    -moz-animation:xn_daoxian 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    -webkit-animation:xn_daoxian 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    -ms-animation:xn_daoxian 320ms cubic-bezier(.09,.76,1,1.17) 1440ms forwards;
    z-index: 26;
}
.ww_line1{
    width:215px;
    height:362px;
    opacity:0;
    left:-479px\9;
    top:385px\9;
    opacity:1\9;
    animation:ww_line1 320ms linear 360ms forwards;
    -moz-animation:ww_line1 320ms linear 360ms forwards;
    -webkit-animation:ww_line1 320ms linear 360ms forwards;
    -ms-animation:ww_line1 320ms linear 360ms forwards;
}
.ww_line2{
    width:123px;
    height:204px;
    opacity:0;
    left:-261px\9;
    top:274px\9;
    opacity:1\9;
    animation:ww_line2 320ms linear 600ms forwards;
    -moz-animation:ww_line2 320ms linear 600ms forwards;
    -webkit-animation:ww_line2 320ms linear 600ms forwards;
    -ms-animation:ww_line2 320ms linear 600ms forwards;
}
.ww_line3{
    width:123px;
    height:204px;
    opacity:0;
    left:255px\9;
    top:-110px\9;
    opacity:1\9;
    animation:ww_line3 320ms linear 840ms forwards;
    -moz-animation:ww_line3 320ms linear 840ms forwards;
    -webkit-animation:ww_line3 320ms linear 840ms forwards;
    -ms-animation:ww_line3 320ms linear 840ms forwards;
}
.ww_line4{
    width:52px;
    height:77px;
    opacity:0;
    left:337px\9;
    top:393px\9;
    opacity:1\9;
    animation:ww_line4 320ms linear 1080ms forwards;
    -moz-animation:ww_line4 320ms linear 1080ms forwards;
    -ms-animation:ww_line4 320ms linear 1080ms forwards;
    -webkit-animation:ww_line4 320ms linear 1080ms forwards;
}
.ww_line5{
    width:122px;
    height:204px;
    opacity:0;
    left:637px\9;
    top:-20px\9;
    opacity:1\9;
    animation:ww_line5 320ms linear 1320ms forwards;
    -moz-animation:ww_line5 320ms linear 1320ms forwards;
    -webkit-animation:ww_line5 320ms linear 1320ms forwards;
    -ms-animation:ww_line5 320ms linear 1320ms forwards;
}
.ww_line6{
    width:26px;
    height:35px;
    opacity:0;
    left:614px\9;
    top:190px\9;
    opacity:1\9;
    animation:ww_line6 320ms linear 1560ms forwards;
    -moz-animation:ww_line6 320ms linear 1560ms forwards;
    -webkit-animation:ww_line6 320ms linear 1560ms forwards;
    -ms-animation:ww_line6 320ms linear 1560ms forwards;
}
.ww_line7{
    width:52px;
    height:77px;
    opacity:0;
    right:-266px\9;
    top:214px\9;
    opacity:1\9;
    animation:ww_line7 320ms linear 1800ms forwards;
    -moz-animation:ww_line7 320ms linear 1800ms forwards;
    -webkit-animation:ww_line7 320ms linear 1800ms forwards;
    -ms-animation:ww_line7 320ms linear 1800ms forwards;
}
.ww_line8{
    width:26px;
    height:36px;
    opacity:0;
    right:-236px\9;
    top:322px\9;
    opacity:1\9;
    animation:ww_line8 320ms linear 2040ms forwards;
    -moz-animation:ww_line8 320ms linear 2040ms forwards;
    -webkit-animation:ww_line8 320ms linear 2040ms forwards;
    -ms-animation:ww_line8 320ms linear 2040ms forwards;
}
.ww_star1{
    right:130px;
    top:145px;
    opacity:0;
    z-index:50;
    opacity:1\9;
    animation:ww_star 1000ms linear 800ms infinite;
    -moz-animation:ww_star 1000ms linear 800ms infinite;
    -ms-animation:ww_star 1000ms linear 800ms infinite;
    -webkit-animation:ww_star 1000ms linear 800ms infinite;
}
.ww_star2{
    right:56px;
    top:245px;
    opacity:0;
    z-index:50;
    opacity:1\9;
    animation:ww_star 1000ms linear 1040ms infinite;
    -moz-animation:ww_star 1000ms linear 1040ms infinite;
    -webkit-animation:ww_star 1000ms linear 1040ms infinite;
    -ms-animation:ww_star 1000ms linear 1040ms infinite;
}
.ww_star3{
    right:225px;
    top:360px;
    opacity:0;
    z-index:50;
    opacity:1\9;
    animation:ww_star 1000ms linear 1560ms infinite;
    -moz-animation:ww_star 1000ms linear 1560ms infinite;
    -webkit-animation:ww_star 1000ms linear 1560ms infinite;
    -ms-animation:ww_star 1000ms linear 1560ms infinite;
}
.ww_star4{
    right:266px;
    top:184px;
    opacity:0;
    z-index:50;
    opacity:1\9;
    animation:ww_star 1000ms linear 1280ms infinite;
    -moz-animation:ww_star 1000ms linear 1280ms infinite;
    -webkit-animation:ww_star 1000ms linear 1280ms infinite;
    -ms-animation:ww_star 1000ms linear 1280ms infinite;
}
@keyframes ww_font01{
    0%{top: -97px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{transform:rotate(10deg);opacity:1;}
    81%{ transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}
@-ms-keyframes ww_font01{
    0%{top: -97px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{transform:rotate(10deg);opacity:1;}
    81%{ transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}
@-moz-keyframes ww_font01{
    0%{top: -97px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{transform:rotate(10deg);opacity:1;}
    81%{ transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}
@-webkit-keyframes ww_font01{
    0%{top: -97px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{transform:rotate(10deg);opacity:1;}
    81%{ transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}

@keyframes ww_font03{
    0%{top: -46px;opacity:0;}
    45%{top:170px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:170px;opacity:1;}
}
@-ms-keyframes ww_font03{
    0%{top: -46px;opacity:0;}
    45%{top:170px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:170px;opacity:1;}
}
@-moz-keyframes ww_font03{
    0%{top: -46px;opacity:0;}
    45%{top:170px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:170px;opacity:1;}
}
@-webkit-keyframes ww_font03{
    0%{top: -46px;opacity:0;}
    45%{top:170px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:170px;opacity:1;}
}


@keyframes ww_font02{
    0%{top: -107px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}
@-ms-keyframes ww_font02{
    0%{top: -107px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}
@-webkit-keyframes ww_font02{
    0%{top: -107px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}
@-ms-keyframes ww_font02{
    0%{top: -107px;opacity:0;}
    45%{top:134px;transform:rotate(-15deg);opacity:1;}
    63%{ transform:rotate(10deg);opacity:1;}
    81%{transform:rotate(-5deg);opacity:1;}
    100%{ transform:rotate(0deg);top:142px;opacity:1;}
}



@keyframes ww_font06{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-ms-keyframes ww_font06{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-moz-keyframes ww_font06{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-webkit-keyframes ww_font06{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}



@keyframes ww_font04{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-ms-keyframes ww_font04{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-moz-keyframes ww_font04{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-webkit-keyframes ww_font04{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}



@keyframes xn_banner2_button{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-ms-keyframes xn_banner2_button{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-moz-keyframes xn_banner2_button{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}
@-webkit-keyframes xn_banner2_button{
    0%{left:70px;opacity: 0;}
    80%{ left:20px;opacity:0.8;}
    100%{left:22px;opacity: 1;}
}




@keyframes xn_circle{
    0%{opacity: 0;transform: scale(5);}
    50%{ opacity:1; transform: scale(1);}
    100%{opacity: 1;transform: scale(2);}
}
@-ms-keyframes xn_circle{
    0%{opacity: 0;transform: scale(5);}
    50%{ opacity:1; transform: scale(1);}
    100%{opacity: 1;transform: scale(2);}
}
@-moz-keyframes xn_circle{
    0%{opacity: 0;transform: scale(5);}
    50%{ opacity:1; transform: scale(1);}
    100%{opacity: 1;transform: scale(2);}
}
@-webkit-keyframes xn_circle{
    0%{opacity: 0;transform: scale(5);}
    50%{ opacity:1; transform: scale(1);}
    100%{opacity: 1;transform: scale(2);}
}

@keyframes xn_circle_little{
    0%{opacity: 0;transform: scale(1);}
    50%{ opacity:1;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}
@-moz-keyframes xn_circle_little{
    0%{opacity: 0;transform: scale(1);}
    50%{ opacity:1;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}
@-webkit-keyframes xn_circle_little{
    0%{opacity: 0;transform: scale(1);}
    50%{ opacity:1;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}
@-ms-keyframes xn_circle_little{
    0%{opacity: 0;transform: scale(1);}
    50%{ opacity:1;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}

@keyframes xn_money{
    0%{opacity: 0;transform: scale(0);}
    50%{ opacity:1;transform: scale(1);}
    80%{ opacity:0.9;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}
@-moz-keyframes xn_money{
    0%{opacity: 0;transform: scale(0);}
    50%{ opacity:1;transform: scale(1);}
    80%{ opacity:0.9;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}
@-ms-keyframes xn_money{
    0%{opacity: 0;transform: scale(0);}
    50%{ opacity:1;transform: scale(1);}
    80%{ opacity:0.9;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}
@-webkit-keyframes xn_money{
    0%{opacity: 0;transform: scale(0);}
    50%{ opacity:1;transform: scale(1);}
    80%{ opacity:0.9;transform: scale(0.8);}
    100%{opacity: 1;transform: scale(1);}
}


@keyframes xn_daoxian_yy{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}
@-ms-keyframes xn_daoxian_yy{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}
@-moz-keyframes xn_daoxian_yy{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}
@-webkit-keyframes xn_daoxian_yy{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}


@keyframes xn_daoxian{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}
@-moz-keyframes xn_daoxian{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}
@-webkit-keyframes xn_daoxian{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}
@-ms-keyframes xn_daoxian{
    0%{opacity: 0;  top: 334px;}
    75%{opacity: 1; top: 30px;}
    100%{opacity: 1; top: 44px;}
}


@keyframes ww_line1{
    0%{left:-529px;top:475px;}
    66%{left:-475px;top:377px;opacity:1;}
    100%{left:-479px;top:385px;opacity:1;}
}
@-ms-keyframes ww_line1{
    0%{left:-529px;top:475px;}
    66%{left:-475px;top:377px;opacity:1;}
    100%{left:-479px;top:385px;opacity:1;}
}
@-moz-keyframes ww_line1{
    0%{left:-529px;top:475px;}
    66%{left:-475px;top:377px;opacity:1;}
    100%{left:-479px;top:385px;opacity:1;}
}
@-webkit-keyframes ww_line1{
    0%{left:-529px;top:475px;}
    66%{left:-475px;top:377px;opacity:1;}
    100%{left:-479px;top:385px;opacity:1;}
}


@keyframes ww_line2{
    0%{left:-310px;top:374px;}
    66%{left:-257px;top:266px;opacity:1;}
    100%{left:-261px;top:274px;opacity:1;}
}
@-ms-keyframes ww_line2{
    0%{left:-310px;top:374px;}
    66%{left:-257px;top:266px;opacity:1;}
    100%{left:-261px;top:274px;opacity:1;}
}
@-webkit-keyframes ww_line2{
    0%{left:-310px;top:374px;}
    66%{left:-257px;top:266px;opacity:1;}
    100%{left:-261px;top:274px;opacity:1;}
}
@-ms-keyframes ww_line2{
    0%{left:-310px;top:374px;}
    66%{left:-257px;top:266px;opacity:1;}
    100%{left:-261px;top:274px;opacity:1;}
}


@keyframes ww_line3{
    0%{left:305px;top:-208px;}
    66%{left:251px;top:-100px;opacity:1;}
    100%{left:255px;top:-110px;opacity:1;}
}
@-moz-keyframes ww_line3{
    0%{left:305px;top:-208px;}
    66%{left:251px;top:-100px;opacity:1;}
    100%{left:255px;top:-110px;opacity:1;}
}
@-ms-keyframes ww_line3{
    0%{left:305px;top:-208px;}
    66%{left:251px;top:-100px;opacity:1;}
    100%{left:255px;top:-110px;opacity:1;}
}
@-webkit-keyframes ww_line3{
    0%{left:305px;top:-208px;}
    66%{left:251px;top:-100px;opacity:1;}
    100%{left:255px;top:-110px;opacity:1;}
}


@keyframes ww_line4{
    0%{left:287px;top:493px;}
    66%{left:341px;top:385px;opacity:1;}
    100%{left:337px;top:393px;opacity:1;}
}
@-moz-keyframes ww_line4{
    0%{left:287px;top:493px;}
    66%{left:341px;top:385px;opacity:1;}
    100%{left:337px;top:393px;opacity:1;}
}
@-webkit-keyframes ww_line4{
    0%{left:287px;top:493px;}
    66%{left:341px;top:385px;opacity:1;}
    100%{left:337px;top:393px;opacity:1;}
}
@-ms-keyframes ww_line4{
    0%{left:287px;top:493px;}
    66%{left:341px;top:385px;opacity:1;}
    100%{left:337px;top:393px;opacity:1;}
}


@keyframes ww_line5{
    0%{left:687px;top:-120px;}
    66%{left:633px;top:-12px;opacity:1;}
    100%{left:637px;top:-20px;opacity:1;}
}
@-moz-keyframes ww_line5{
    0%{left:687px;top:-120px;}
    66%{left:633px;top:-12px;opacity:1;}
    100%{left:637px;top:-20px;opacity:1;}
}
@-ms-keyframes ww_line5{
    0%{left:687px;top:-120px;}
    66%{left:633px;top:-12px;opacity:1;}
    100%{left:637px;top:-20px;opacity:1;}
}
@-webkit-keyframes ww_line5{
    0%{left:687px;top:-120px;}
    66%{left:633px;top:-12px;opacity:1;}
    100%{left:637px;top:-20px;opacity:1;}
}


@keyframes ww_line6{
    0%{left:664px;top:91px;}
    66%{left:610px;top:199px;opacity:1;}
    100%{left:614px;top:190px;opacity:1;}
}
@-webkit-keyframes ww_line6{
    0%{left:664px;top:91px;}
    66%{left:610px;top:199px;opacity:1;}
    100%{left:614px;top:190px;opacity:1;}
}
@-moz-keyframes ww_line6{
    0%{left:664px;top:91px;}
    66%{left:610px;top:199px;opacity:1;}
    100%{left:614px;top:190px;opacity:1;}
}
@-ms-keyframes ww_line6{
    0%{left:664px;top:91px;}
    66%{left:610px;top:199px;opacity:1;}
    100%{left:614px;top:190px;opacity:1;}
}


@keyframes ww_line7{
    0%{right:-316px;top:129px;}
    66%{right:-262px;top:222px;opacity:1;}
    100%{right:-266px;top:214px;opacity:1;}
}
@-ms-keyframes ww_line7{
    0%{right:-316px;top:129px;}
    66%{right:-262px;top:222px;opacity:1;}
    100%{right:-266px;top:214px;opacity:1;}
}
@-moz-keyframes ww_line7{
    0%{right:-316px;top:129px;}
    66%{right:-262px;top:222px;opacity:1;}
    100%{right:-266px;top:214px;opacity:1;}
}
@-webkit-keyframes ww_line7{
    0%{right:-316px;top:129px;}
    66%{right:-262px;top:222px;opacity:1;}
    100%{right:-266px;top:214px;opacity:1;}
}


@keyframes ww_line8{
    0%{right:-286px;top:222px;}
    66%{right:-232px;top:330px;opacity:1;}
    100%{right:-236px;top:322px;opacity:1;}
}
@-ms-keyframes ww_line8{
    0%{right:-286px;top:222px;}
    66%{right:-232px;top:330px;opacity:1;}
    100%{right:-236px;top:322px;opacity:1;}
}
@-moz-keyframes ww_line8{
    0%{right:-286px;top:222px;}
    66%{right:-232px;top:330px;opacity:1;}
    100%{right:-236px;top:322px;opacity:1;}
}
@-webkit-keyframes ww_line8{
    0%{right:-286px;top:222px;}
    66%{right:-232px;top:330px;opacity:1;}
    100%{right:-236px;top:322px;opacity:1;}
}


@keyframes ww_star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
@-webkit-keyframes ww_star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
@-ms-keyframes ww_star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
@-moz-keyframes ww_star{
    0%{transform:scale(0.1);opacity:0;}
    12%{transform:scale(1.4);opacity:1;}
    25%{transform:scale(0.7);opacity:0.1;}
    100%{opacity:0;}
}
.omsdk-banner_content li{display:none}
.omsdk-banner_content li:first-of-type{display:list-item;}
img{vertical-align: middle;}
ul{list-style-type: none;margin: 0;padding:0;}
.omsdk-banner_content .omsdk-banner_content_02{overflow: hidden;}
.omsdk-banner_content li{position: relative;}
.omsdk-banner_content li img{width:100%;}
li{line-height: 20px;}
.omsdk-banner_content a{display: block;width: 255px;height: 65px;line-height: 65px;color: #fff;font-size: 24px;text-align: center;}
.user-box{position: absolute;left: 22%;top:22%;height:50%;}
.font1{font-size:48px;font-weight: bolder;color: #fff;line-height: 50px;margin-bottom:20px;}
.font2{font-size:24px; color: #fff;font-weight: lighter;line-height: 20px;margin-bottom:10px;}
.btn1{background-color: #e03b71;width: 255px;line-height: 65px;font-size: 24px;color: #fff;text-align: center;margin-top:50px;}
.btn3{background-color: #39bcea;width: 255px;line-height: 65px;font-size: 24px;color: #fff;text-align: center;margin-top:40px;border:2px solid #fff;display: inline-block;}
.download{position: absolute;right: 22%;top:22%;height:50%;text-align: right;}
.font3{font-size:24px; color: #fff;font-weight: bolder;line-height: 20px;margin-bottom:10px;}
.font4{font-size:48px;font-weight: bolder;color: #fff;line-height: 50px;margin-bottom:20px;}
.font5{font-size:18px;color: #fff;line-height: 10px;margin-bottom:20px;}
.font5 span{font-weight: bold;}
@media only screen and (max-width:1600px){
	.omsdk-banner_content .font1{font-size: 32px;margin-bottom: 10px;}
	.omsdk-banner_content .font2{font-size: 15px;margin-bottom: 5px;}
	.omsdk-banner_content_01 .font2{margin-bottom: 0px;}
	.omsdk-banner_content .btn1{width:180px;line-height: 40px;font-size:20px;margin-top:15px;}
	.download .btn3{margin-top:10px;width:180px;line-height: 40px;font-size: 20px;}
	.omsdk-banner_content a{width: 180px; line-height:40px;height:40px;font-size: 20px;}
}