#app{
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f6f6f6;
}

.home{
    margin: 0 auto 25px;
    padding: 20px 10px;
    width: 90%;
    max-width: 1200px;
}

.home_box{
    position: relative;
    margin-bottom: 20px;
}

.home_box:nth-child(n + 3){
    margin-bottom: 0px;
    padding: 20px 30px;
    background-color: #fff;
}

.home_box_item{
    float: left;
    height: 100%;
    background-color: #fff;
}

.home_box_items{
    float: left;
    width: 50%;
    height: 100%;
}

.home_box_items:first-child{
    padding-right: 10px;
}

.home_box_items:last-child{
    padding-left: 10px;
}

.home_box_item_box{
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.home_box_items_content{
    position: relative;
    padding: 12px 20px 40px 20px;
    width: 100%;
    height: 100%;
    border-top: 4px solid #F1662F;
    background-color: #fff;
}

.home_box_items_content h2{
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 500;
    color: #F1662F;
}

.home_box_items_content small{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 20px 15px;
}
@media(min-width: 768px){
    .home_box_items_content small:hover span{
        cursor: pointer;
        text-decoration: underline;
    }
}

.home_box_items_content small img{
    float: right;
    height: 10px;
}

.home_box_items_content small span{
    float: right;
    margin-right: 5px;
    height: 10px;
    line-height: 10px;
    color: #F1662F;
}

/* li */
.home_box_items_content li{
    position: relative;
    padding-left: 20px;
    line-height: 36px;
}

@media(min-width: 768px){
    .home_box_items_content li:hover{
        cursor: pointer;
        text-decoration: underline;
    }
}

.home_box_items_content li i{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}

.home_box_items_content_banner{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.home_box_items_content_banner img, .home_box_item_bannerBox img{
    width: 100%;
    height: 100%;
}

/* col1 */
.home_box:nth-child(1){
    height: 460px;
}

.home_box:nth-child(1) > .home_box_item{
    width: 300px;
    border: 2px solid rgba(241,102,47,1);
}

.home_box:nth-child(1) > .home_box_item_box{
    left: 320px;
    right: 0px;
}

.home_box_nav_content{
    position: absolute;
    top: 0px;
    left: 300px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    border-top: 2px solid rgba(241,102,47,1);
    border-right: 2px solid rgba(241,102,47,1);
    border-bottom: 2px solid rgba(241,102,47,1);
    background-color: #fff;
}

.home_box_nav_content_box{
    position: relative;
    width: 100%;
    height: 100%;
}

.home_box_nav_content_box > div{
    position: absolute;
}

.home_box_nav_content_box_left{
    top: 0px;
    left: 30px;
    right: 225px;
    bottom: 80px;
}

.home_box_nav_content h4{
    margin-bottom: 15px;
    padding: 10px 5px 20px 5px;
    border-bottom: 1px solid #d9d9d9;
}

.home_box_nav_content span{
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
    line-height: 26px;
}

.home_box_nav_content span:hover{
    color: #F1662F;
}

.home_box_nav_content_box_right{
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 185px;
}

.home_box_nav_content_box_right img{
    height: 100%;
}

.home_box_nav_content_box_bottom{
    left: 30px;
    right: 225px;
    bottom: 0px;
    height: 65px;
}

.home_box_nav_content_box_bottom img{
    float: left;
    width: 58px;
}

/* col2 */
.home_box:nth-child(2){
    height: 270px;
}

.home_box:nth-child(2) > .home_box_item{
    float: right;
    width: 300px;
    background-color: transparent;
}

.home_box:nth-child(2) > .home_box_item > div{
    height: 125px;
    border: 4px solid rgba(241,102,47,1);
}

.home_box:nth-child(2) > .home_box_item > div:first-child{
    margin-bottom: 20px;
}

.home_box:nth-child(2) > .home_box_item_box{
    left: 0px;
    right: 320px;
}

.home_box_item_bannerBox{
    cursor: pointer;
    position: relative;
}

.home_box_item_bannerBox h3{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -43px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

/* home_w */
.home_w h2{
    padding: 10px 0;
}

.home_w h2, .home_w h2 span{
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #F1662F;
}

.home_w h2 span::after, .home_w h2 span::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 200%;
    height: 2px;
    background-color: rgba(160, 160, 160, 0.2);
}

.home_w h2 span::after{
    left: 125%;
}

.home_w h2 span::before{
    right: 125%;
}

/* nav */
.home_box_nav{
    position: relative;
    overflow: hidden;
}

.home_box_nav_main{
    width: 315px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.home_box_nav_item{
    cursor: pointer;
    position: relative;
    padding: 15px 15px 7.5px 15px;
}

.home_box_nav_item::before{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    height: 1px;
    background-color: rgba(160,160,160,0.2);
}

.home_w_content{
    margin: 10px 0;
    width: 100%;
}

@media(min-width: 768px){
    .home_box_nav_item:hover{
        background-color: #fde5dc;
    }

    .home_box_nav_item:hover h4, .home_box_nav_item:hover p span{
        color: #F1662F !important;
    }

    .home_box_nav_item:hover::before{
        display: none;
        left: 0px;
        right: 0px;
        background-color: #F1662F !important;
    }
}

.home_box_nav_item h4{
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.home_box_nav_item p span{
    cursor: pointer;
    color: #bdbdbd;
    margin-right: 7.5px;
}

@media(min-width: 768px){
    .home_box_nav_item p span:hover{
        text-decoration: underline;
        color: #F1662F;
    }
}

/*  */
.home_box_news{
    position: relative;
}

.swiper-wrapper, .swiper-slide{
    height: 290px !important;
}

.swiper_item{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.swiper_items{
    padding: 25px 30px;
    width: 100%;
    height: 260px;
    border-radius:15px;
    background-color: #f6f6f6;
}

.swiper_items h6{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.swiper_items p{
    line-height: 25px;
}

.home_box_news_bar span{
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -23px;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3a885;
}

.home_box_news_bar span:first-child{
    left: -20px;
}

.home_box_news_bar span:last-child{
    right: -20px;
}

.home_box_news_bar span img{
    display: inline-block;
    width: 10px;
}

@media (max-width: 768px){
    #app{
        overflow-x: hidden; 
    }
    .home{
        margin-top: 10px;
        padding: 0px;
        width: 100%;
    }

    .home_box_item_box{
        position: relative;
        left: 0px !important;
    }

    .home_box_nav{
        display: none;
    }

    .home_box_items{
        margin-bottom: 10px;
        padding: 0px !important;
        width: 100%;
    }

    .home_box_items_content{
        border-top: none 0;
    }

    .home_box{
        margin-bottom: 7px;
    }

    .home_box:nth-child(1), .home_box:nth-child(2){
        height: auto;
    }

    .home_box:nth-child(2) > .home_box_item{
        width: 100%;
    }

    .home_box:nth-child(2) > .home_box_item > div{
        height: auto;
        border: none 0;
    }

    .home_box:nth-child(2) > .home_box_item > div:first-child{
        margin-bottom: 10px;
    }
}

.navs{
    position: fixed;
}

.navs_back{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);
}

.navs_back, .navs{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -22;
    transition: all 0.2s linear;
}

.navs_main{
    position: absolute;
    top: 0px;
    left: 100%;
    right: -100%;
    bottom: 0px;
    background-color: #fafafa;
    z-index: 10;
    transition: all 0.2s linear;
}

.navs.show, .navs.show .navs_back{
    z-index: 9;
}

.navs.show .navs_back{
    background-color: rgba(0, 0, 0, 0.3);
}

.navs.show .navs_main{
    left: 50px;
    right: 0%;
}

.navs_main_left, .navs_main_right{
    position: absolute;
    top: 0px;
    bottom: 50px;
    overflow-y: auto;
}

.navs_main_left{
    left: 0px;
    width: 150px;
}

.navs_main_right{
    left: 150px;
    right: 0px;
    background-color: #fff;
}

.navs_main_left_item{
    padding: 10px 10px;
    width: 100%;
    line-height: 30px;
    border-left: 3px solid transparent;
}

.navs_main_left_item.active{
    border-left-color: #F1662F;
    background-color: #fff;
}

.navs_main_right span{
    padding: 15px 10px;
    display: block;
    width: 100%;
    line-height: 20px;
}

.navs_main_bottom{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #eee;
    background-color: #F1662F;
}