
/*h5侧滑导航*/
.section-mobile-nav{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 299;
    display: none;
}
.section-mobile-nav .item-header{
    height: 60px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000;
    background-position: center 0;
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.section-mobile-nav .item-header .logo{
    height: 45px;
    display: none;
}
.section-mobile-nav .item-header .menu-btn{
    width: 32px;
    height: 32px;
    background-color: #63818c;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 7px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.section-mobile-nav .item-header .menu-btn .line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 3px 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    position: relative;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
}
.section-mobile-nav .item-header .menu-btn .line:nth-child(2){
    margin: 4px 0;
}
.section-mobile-nav.active  .item-header .menu-btn .line{
    background-color: #fff;
}
.section-mobile-nav.active .item-header .menu-btn .line:nth-child(1){
    -webkit-transform: rotate(45deg) scaleX(1.3);
       -moz-transform: rotate(45deg) scaleX(1.3);
        -ms-transform: rotate(45deg) scaleX(1.3);
         -o-transform: rotate(45deg) scaleX(1.3);
            transform: rotate(45deg) scaleX(1.3);
    top: 0px;
    left: 1px;
}
.section-mobile-nav.active .item-header .menu-btn .line:nth-child(2){
    opacity: 0;
}
.section-mobile-nav.active  .item-header .menu-btn .line:nth-child(3){
    -webkit-transform: rotate(-45deg) scaleX(1.3);
       -moz-transform: rotate(-45deg) scaleX(1.3);
        -ms-transform: rotate(-45deg) scaleX(1.3);
         -o-transform: rotate(-45deg) scaleX(1.3);
            transform: rotate(-45deg) scaleX(1.3);
    top: 1px;
    left: 0px;
}
.section-mobile-nav .mask{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
.section-mobile-nav .item-nav{
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #63818c;
    padding: 20px;
    overflow-y: auto;   
}
.section-mobile-nav .item-nav .logo{
    width: 80px;
    margin-bottom: 20px;
    display: none;
}
.section-mobile-nav .item-btns .btn{
    display: block;
    width: 60%;
    height: 36px;
    line-height: 36px;
    background: #f49226;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.section-mobile-nav .top-right{
    margin-top: 20px;
}
.section-mobile-nav .top-right .btn{
    width: 60%;
    height: 36px;
    background: #f49226;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-mobile-nav .top-right .btn .icon{
    width: 24px;
    margin-right: 5px;
}
.section-mobile-nav .navbar{
    list-style: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
       background-size: cover;
}
.section-mobile-nav .menu{
    list-style: none;
    padding: 10px 0;
    position: relative;
}
.section-mobile-nav .menu-handle{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.section-mobile-nav.active .close{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 75% auto;
       background-size: 75% auto;
}
.section-mobile-nav.active .item-nav{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}
.section-mobile-nav.active .mask{
    display: block;
}
.page.active{
    left: -252px;
}
body.active{
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .w12{
        width: 100%;
    }

    .section-mobile-nav{
        display: block;
    }

    .section-header{
        display: none;
    }

    .page{
        padding-top: 60px;
    }

    .page2 .content{
        padding: 10px 10px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .page2 p{
        font-size: 13px;
        line-height: 22px;
    }
    .page2 .item-list{
        margin-top: 10px;
    }
    .page2 .item-list .list{
        width: 32%;
        height: 70px;
        margin: 0;
    }

    .page3 .content{
        display: block;
    }
    .page3 .content-left{
        width: 100%;
        padding: 10px;
    }
    .page3 .content-left .item-list{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page3 .content-left .list{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto;
        height: 70px;
    }
    .page3 .content-left .list .text{
        font-size: 24px;
    }
    .page3 .content-right{
        padding: 0 10px 10px;
        height: -webkit-calc(100% - 90px);
        height: -moz-calc(100% - 90px);
        height: calc(100% - 90px);
    }
    .page3 .content-right .item-list{
        height: 100%;
    }
    .page3 .content-right .list{
        height: 100%;
    }
    .page3 .content-right .list h3{
        font-size: 18px;
    }
    .page3 .content-right .list .text p{
        font-size: 14px;
        line-height: 26px;
    }
    .page3 .content-right .list .text{
        padding: 25px 10px 0;
    }

    .page4 .content{
        display: block;
        padding: 30px 10px;
    }
    .page4 .content-left .list{
        padding: 8px 0;
    }
    .page4 .content-left .list .icon{
        width: 22px;
        height: 22px;
    }
    .page4 .content-left .list .text{
        font-size: 16px;
        margin-left: 10px;
    }
    .page4 .content-right{
        margin-top: 30px;
    }


    .dialog-ruzhu{
        width: 100%;
        position: relative;
    }
    .dialog-ruzhu .ruzhu{
        width: 100%;
    }
    .dialog-ruzhu .bn{
        display: block;
        position: absolute;
        right: 5.5%;
        top: 51%;
        width: 120px;
        height: 30px;
    }
    .dialog-ruzhu .bn2{
        right: 65%;
        top: 54%;
        width: 50px;
    }

}