﻿html {
  height: 100%;
    position: relative;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    font: 12px/1.5 tahoma,arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
    font-family: "Microsoft YaHei","Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜",tahoma,arial,simsun,"Ã¥Â®â€¹Ã¤Â½â€œ";
    background: #000;
}

body, html {
    padding: 0px;
    margin: 0px;
}


body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, p, table, input {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
    vertical-align: bottom;
}

em, i {
    font-style: normal;
}

a {
    outline: none;
    text-decoration: none;
    transition: color .3s,opacity .3s,transform .3s;
    -webkit-transition: color .3s,opacity .3s,transform .3s;
}

    a:hover {
        outline: none;
        text-decoration: underline;
    }

img {
    border: 0;
}

.hidden {
    display: none;
}

.p_top_middle {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -66px;
    font-size: 50px;
}

.banner_box {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner_cot {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.banner_list {
    position: relative;
    height: 100%;
}

.page_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
}

.bg_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

    /* .bg_box img {
        position: absolute;
        top: 50%;
        left: 50%;
    } */

.page_box .content {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 5;
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

.page_box .main_box {
    position: relative;
    height: 100%;
    left: -9999px;
    top: 50%;
}

.banner_list .show {
    left: 0;
}

    .banner_list .show .main_box {
        left: 0;
    }

/*Ã¤Â¸â€¹Ã¦â€“Â¹Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¥â€ºÂ¾Ã¦Â â€¡*/
.product_btns {
    position: absolute;
    width: 100%;
    bottom: 5px;
    z-index: 6;
    transition: bottom .3s;
    -webkit-transition: bottom .3s;
    z-index: 10;
}

    .product_btns.show {
        bottom: 100px;
    }

    .product_btns .content {
        width: 1000px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -500px;
    }

    .product_btns .btns_box {
        margin: auto;
    }

        .product_btns .btns_box a {
            display: inline-block;
            position: relative;
            background-size: auto;
        }

    .product_btns .icon_bg {
        
    }

    .product_btns .icon_show {
        
    }
/*big size*/
.big_view .product_btns .content {
    height: 82px;
}

.big_view .product_btns .btns_box {
    width: 500px;
    height: 84px;
}

    .big_view .product_btns .btns_box a {
        width: 90px;
        height: 72px;
        margin: 0 15px;
    }

/*mid size*/
.mid_view .product_btns .content {
    height: 58px;
}

.mid_view .product_btns .btns_box {
    height: 58px;
    width: 388px;
}

    .mid_view .product_btns .btns_box a {
        width: 70px;
        height: 56px;
        margin: 0 12px;
        background-size: 70px 56px;
    }
/*small size*/
.small_view .product_btns .content {
    height: 42px;
}

.small_view .product_btns .btns_box {
    height: 42px;
    width: 292px;
}

    .small_view .product_btns .btns_box a {
        width: 50px;
        height: 40px;
        margin: 0 10px;
        background-size: 50px 40px;
    }
/*Ã¥Ë†â€ Ã©Â¡ÂµÃ¦Â Â·Ã¥Â¼Â*/
/*Ã§Â¬Â¬Ã¤Â¸â‚¬Ã©Â¡Âµ Ã¥Â¤Â©Ã§Â©ÂºÃ¤Â¸Â­Ã§Å¡â€žÃ§Å’Â«Ã¨â‚¬ÂÃ¥Â¸Ë†*/
.sky_xia {
    z-index: 10;
}

.sky_cot {
    position: absolute;
    bottom: 30%;
    right: 36%;
    width: 371px;
    height: 341px;
}

    .sky_cot img {
        width: 100%;
        height: 100%;
    }

.show .sky_anim1 {
    animation: sky_1 1s;
    -moz-animation: sky_1 1s;
    -webkit-animation: sky_1 1s;
    -o-animation: sky_1 1s;
}

.show .sky_anim2 {
    animation: sky_2 2s;
    -moz-animation: sky_2 2s;
    -webkit-animation: sky_2 2s;
    -o-animation: sky_2 2s;
}

@keyframes sky_1 {
    0% {
        opacity: 0;
        top: 60%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@-moz-keyframes sky_1 {
    0% {
        opacity: 0;
        top: 60%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@-webkit-keyframes sky_1 {
    0% {
        opacity: 0;
        top: 60%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@-o-keyframes sky_1 {
    0% {
        opacity: 0;
        top: 60%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@keyframes sky_2 {
    0% {
        opacity: 0;
        bottom: 0px;
        right: 0px;
    }

    50% {
        opacity: 1;
        bottom: 0px;
        right: 0px;
    }

    100% {
        bottom: 30%;
        right: 36%;
    }
}

@-moz-keyframes sky_2 {
    0% {
        opacity: 0;
        bottom: 0px;
        right: 0px;
    }

    50% {
        opacity: 1;
        bottom: 0px;
        right: 0px;
    }

    100% {
        bottom: 30%;
        right: 36%;
    }
}

@-webkit-keyframes sky_2 {
    0% {
        opacity: 0;
        bottom: 0px;
        right: 0px;
    }

    50% {
        opacity: 1;
        bottom: 0px;
        right: 0px;
    }

    100% {
        bottom: 30%;
        right: 36%;
    }
}

@-o-keyframes sky_2 {
    0% {
        opacity: 0;
        bottom: 0px;
        right: 0px;
    }

    50% {
        opacity: 1;
        bottom: 0px;
        right: 0px;
    }

    100% {
        bottom: 30%;
        right: 36%;
    }
}
/*3Ã©Â¡Âµ  Ã©â€ºÂªÃ¤Â¸Â­Ã§Å¡â€žÃ§Å’Â«Ã¨â‚¬ÂÃ¥Â¸Ë†*/
.page_box .snow_cot {
    position: absolute;
    z-index: 12;
    bottom: 8%;
    left: 50%;
}

.snow_cot img {
    width: 100%;
    height: 100%;
}

.show .snow_anim { /* animation   Ã¥Å Â Ã¤Â¸Å show Ã¥â€¡Â½Ã¦â€¢Â°Ã¥Ë†â„¢Ã¥Â½â€œÃ¥â€°ÂÃ©Â¡ÂµÃ©ÂÂ¢Ã¦ËœÂ¾Ã§Â¤ÂºÃ¦â€”Â¶Ã¥â€¡ÂºÃ§Å½Â°Ã¥Å Â¨Ã¦â€¢Ë†*/
    animation: snow_1 0.5s;
    -moz-animation: snow_1 0.5s; /* Firefox */
    -webkit-animation: snow_1 0.5s; /* Safari and Chrome */
    -o-animation: snow_1 2s; /* Opera */
}

@keyframes snow_1 {
    0% {
        left: 1000px;
    }

    100% {
        left: 50%;
    }
}

@-moz-keyframes snow_1 {
    0% {
        left: 1000px;
    }

    100% {
        left: 50%;
    }
}

@-webkit-keyframes snow_1 {
    0% {
        left: 1000px;
    }

    100% {
        left: 50%;
    }
}

@-o-keyframes snow_1 {
    0% {
        left: 1000px;
    }

    100% {
        left: 50%;
    }
}
/*Ã§Â¬Â¬Ã¤ÂºÅ’Ã©Â¡Âµ Ã¦Ë†Â¿Ã©â€”Â´Ã©â€¡Å’Ã§Å¡â€žÃ§Å’Â«Ã¨â‚¬ÂÃ¥Â¸Ë†*/
.page_box .content .room_cot {
    position: absolute;
    bottom: 8%;
    left: 50%;
    margin-left: -200px;
    width: 668px;
    height: 585px;
}

.room_anim img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.show .room_anim {
    animation: room_1 1.5s ease-in-out;
    -moz-animation: room_1 1.5s ease-in-out;
    -webkit-animation: room_1 1.5s ease-in-out;
    -o-animation: room_1 1.5s ease-in-out;
}

@keyframes room_1 {
    0% {
        transform: rotate(720deg) scale(0);
        opacity: 0;
    }

    66% {
        transform: rotate(0deg) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@-moz-keyframes room_1 {
    0% {
        transform: rotate(720deg) scale(0);
        opacity: 0;
    }

    66% {
        transform: rotate(0deg) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@-webkit-keyframes room_1 {
    0% {
        transform: rotate(720deg) scale(0);
        opacity: 0;
    }

    66% {
        transform: rotate(0deg) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@-o-keyframes room_1 {
    0% {
        transform: rotate(720deg) scale(0);
        opacity: 0;
    }

    66% {
        transform: rotate(0deg) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}
/*Ã§Â¬Â¬Ã¥â€ºâ€ºÃ©Â¡Âµ Ã¦Ë†Â¿Ã©â€”Â´Ã¤Â¸Â­Ã§Å¡â€žÃ§Å’Â«Ã¨â‚¬ÂÃ¥Â¸Ë†*/
.page_box .content .forest_cot {
    position: absolute;
    bottom: 15%;
    /*right: 1.04%;*/
    width: 500px;
    height: 636px;
    left: 50%;
}

.forest_cot img {
    width: 100%;
    height: 100%;
}

.show .forest_anim {
    animation: forest_1 1s ease-in-out;
    -moz-animation: forest_1 1s ease-in-out;
    -webkit-animation: forest_1 1s ease-in-out;
    -o-animation: forest_1 1s ease-in-out;
    /*Ã¥Ââ€˜Ã¤Â¸â€¹Ã§Â§Â»Ã¥Å Â¨*/
    /*bottom: 9.5%;*/
}

@keyframes forest_1 {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 60%;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        bottom: 55%;
    }

    100% {
        bottom: 15%;
    }
}

@-moz-keyframes forest_1 {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 60%;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        bottom: 55%;
    }

    100% {
        bottom: 15%;
    }
}

@-o-keyframes forest_1 {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 60%;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        bottom: 55%;
    }

    100% {
        bottom: 15%;
    }
}

@-webkit-keyframes forest_1 {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 60%;
    }

    50% {
        transform: scale(1);
        opacity: 1;
        bottom: 55%;
    }

    100% {
        bottom: 15%;
    }
}
/*****login**********/

/*titleCenter stare*/
.CS_Login{ width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9;
    margin-bottom: 50px;}
.CS_Login li{background: #333;}
.CS_logo{text-align: center;position: relative;margin: 0 auto;margin-top: 5%;margin-bottom: 30px;}
.CS_logo img{width: auto;height: 78px;text-align: center;/* margin-top: 8%; */}
.CS_ewm{width: 100%;text-align: center;padding: 40px 0px;}
.CS_ewm img{text-align: center;/* margin: 84px 0 22px 0px; */}
.CS_ewm_img{width:69px;height:69px;}
.CS_form{width: 100%;}
.CS_input_outer{height: 38px;dding: 0 5px;margin-bottom: 10px;border-radius: 50px;position: relative;border: rgba(255,255,255,0.2) 2px solid !important;}

.CS_Userbg{background: url(../image/User.png);}
.CS_ZCLogin a{text-decoration: none;}
.CS_findpassword{display:block;font-size: 18px;line-height: 24px;padding: 10%;color: #fff;text-align:  center;}
.CS_Password{background: url(../image/Password.png);}
.CS_text{width: 150px;height: 38px;line: none;display: inline-block;font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";margin-left: 50px;border: none;background: none;line-height: 38px;}
/*titleCenter stare*/
.CS_Code{height: 38px;padding: 0 5px;margin-bottom: 10px;border-radius: 50px;position: relative;border: rgba(255,255,255,0.2) 2px solid !important;}
.CS_Code span{display: block;position: absolute;right: 0px;top: 0px;border-radius: 50px;overflow: hidden;height: 38px;}
.CS_Code span img{height: 38px;}
.CS_Code_text{width: 150px;height: 38px;outline: none;display: inline-block;font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";margin-left: 20px;border: none;background: none;line-height: 38px;}
.CS_Code_error span{font-size:13px;color: #ff5959;line-height: 13px;padding-bottom: 10px;display: block;}
.CS_Login_Button{}
.CS_Login_Button button{height: 40px;padding: 0 5px;margin-bottom: 15px;border-radius: 50px;position: relative;border: 0px;background: #20ade5;width: 390px;font-size: 20px;color: #fff;}
.CS_label{display: block;position: relative;}
.CS_label font{position: relative;display: block;height: 18px;line-height:  18px;overflow:  hidden;}
.CS_label font input{border: 1px solid #fff;background: #fff0;border-radius: 50px;width: 16px;height: 16px;line-height:  16px;position: absolute;}
.CS_label font i{background: #fff;border-radius: 50px;width: 14px;height: 14px;display: block;position: absolute;top: 2px;left: 2px;}
.CS_label font span{font-size: 13px;color: #fff;line-height: 18px;padding-left: 27px;}
.CS_label a{position: absolute;right: 0px;top: 0px;font-size: 13px;color: #fff;line-height: 18px;}
.CS_number{display:block;font-size: 16px;line-height: 24px;padding-top: 6%;color: #fff;text-align:  center;}
.CS_ewm_login a{width: 150px;display: block;margin:  0 auto;}
.CS_ewm_login a span{display: inline-block;font-size: 16px;line-height: 30px;color: #fff;text-align: center;float: right;}
.CS_ewm_page{width:680px;text-align: center;}
.CS_ewm_page img{ width:250px;}
.CS_content_tab li{width: 142px;margin: 0 auto;background: #cccccc00;height: 69px;top: 144px;position: absolute;margin-left: 64px;}
.CS_Code_ul{padding-top: 10px;margin-bottom:50px;margin-top: 5%;}
.CS_Code_ul li{ float:left; width:190px; height:48px; background: rgba(0, 0, 0, 0.5);}
.CS_Code_ul_w110 li{width:110px;}
.CS_Code_ul li a{ color:#000; display:block; text-align:center; font:16px/48px "microsoft YaHei";text-decoration: none;}
.CS_Code_ul li a:hover{color:#0671f6;}
.CS_pass_Button a{height: 38px;font-size: 20px;color: #fff;display:  block;text-align:  center;line-height:  38px;text-decoration: none;}
.myspan {    display: block;    position: absolute;    right: 0px;    top: 0px;    border-radius: 50px;    overflow: hidden;    height: 38px;    width: 152px;    background: #fff;}

#bg {
    background-color: #000;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#50000000', endColorstr='#50000000');
}

.loading{ width:100%; margin:0 auto; text-align:center;    padding:13% 0px;height: 100%;  background: rgba(0, 0, 0, 0.5);
                 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#50000000', endColorstr='#50000000');}
.loading_bg{ width:1000px; padding:100px; margin:100px auto; border:5px solid #e9e9e9;background: #fff;}
.loading_bg span{ display:block;font-size:24px; height:32px; line-height:32px; padding:20px; font-weight:bold; text-align:center; color:#ff7d13;}
.loading_bg p{ display:block;font-size:16px; height:32px; line-height:32px; padding10px; text-align:center; color:#000000;}
.loading_bg a{ color:#79a4e9;text-decoration: none;}