.head_bg{
    height: 32px;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    line-height: 32px;
    color: #fff;
}
.web_nav > ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.web_nav > ul > li{
    display: flex;
    float: left;
    list-style: none;
    width: 12.5%;

}
.web_nav > ul > li:hover{
    background-image: url(../images/arr.png);
    background-repeat: no-repeat;
    background-position: 90%;
}
.web_nav > ul > li:hover a{
    color: #95512f;
}
.nav_a{
    width: 100%;
    text-align: center;
}
.sub_nav{
    display: none;
    position: absolute;
    z-index: 99;
    width: 12.5%;
    background: #fff;
    border-top: #95512f solid 3px;
    margin-top: 126px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 8px -2px rgba(27, 27, 27, 0.2)
}
.sub_nav ul{
    list-style: none;
    height: auto;
    padding: 0;
}
.sub_nav ul li{
    line-height: 40px;
    text-align: center;
}
.sub_nav ul li:hover{
    background-color: #95512f;
    color: #fff;
    transition: 0.5s;
}
.sub_nav ul li:hover a{
    /* border-right: #ccc solid 1px;    */
    color: #fff;
}
.web_nav > ul > li > a{
    height: 28px;
    display: block;
    border-right: #ccc solid 1px;
    margin: 50px 0 50px 0;   
}
.search_box{
    width: 80%;
    border: #ccc solid 1px;
    height: 32px;
    margin-top: 48px;
    border-radius: 16px;
    margin-left: 40px;
    color: #999;
    font-size: 14px;
    line-height: 32px;
}
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}
@media (min-width: 1280px) {
    .search_input{
        margin-left: 8px;
        width: 75%;
        border: none;
    }
    .search_button{
        background-color: #fff;
        border: none;
    }
}
.search_input{
    margin-left: 8px;
    width: 70%;
    border: none;
}
.search_button{
    background-color: #fff;
    border: none;
}
.darkgreen_bg{
    background-color: #012935;
}
.message{
    display: flex;
    color: #fff;
    height: 72px;
    font-size: 14px;
    align-items: center;
}
.message_text{
    margin-right: 20px;
}
.message_time{
    color: gray;
}
@media (min-width: 1280px) { 
    .ast_bg{
        background: url(../images/1stbg.png) no-repeat right;
        background-size: cover;
        margin-top: 20px;
    }
    .ast_btn{
        width: 160px;
        height: 40px;
        background-image: linear-gradient(to right, #ed9965, #95512f);
        border-radius: 24px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin-bottom: 80px;
    }
    .ast_content{
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 14px;
        color: #666;
        padding-right: 40px;
        background: #fff;
    }
 }
.ast_bg{

    background-size: 50%;
    margin-top: 20px;
}
.ast_title{
    display: flex;
    height: 18px;
    font-size: 18px;
    border-left: #95512f solid 3px;
    align-items: center;
    padding-left: 16px;
}
.ast_content{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #666;

    background: #fff;
}

.ast_btn{
    width: 160px;
    height: 40px;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;

}
.bnd_bg{
    height: 168px;
    background: url(../images/2nd_bg.png) repeat-x center;  
}
.snd_list_a{
    width: 100%;
    height: 168px;
    background: url(../images/2nd_a.png);
    background-position: center;
}
.snd_list_b{
    width: 100%;
    height: 168px;
    background: url(../images/2nd_b.png);
    background-position: center;
}
.snd_list_c{
    width: 100%;
    height: 168px;
    background: url(../images/2nd_c.png);
    background-position: center;
}
.snd_list_d{
    width: 100%;
    height: 168px;
    background: url(../images/2nd_d.png);
    background-position: center;
}
.snd_list_a:hover{
    background: url(../images/2nd_as.png);
    background-position: center;
    transition: 0.5s;
}
.snd_list_b:hover{
    background: url(../images/2nd_bs.png);
    background-position: center;
    transition: 0.5s;
}
.snd_list_c:hover{
    background: url(../images/2nd_cs.png);
    background-position: center;
    transition: 0.5s;
}
.snd_list_d:hover{
    background: url(../images/2nd_ds.png);
    background-position: center;
    transition: 0.5s;
}
.thd_bg{
    width: 100%;
    height: auto;
    background-color: #012935;
}
.info_list{
    height: 128px;
}
.info_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.info_list ul li{
    float: right;
    width: 25%;
    height: 128px;
    background: #444444;
    text-align: center;
    line-height: 128px;
}
.info_list ul li a{
    font-size: 16px;
    color: #fff;
}
.info_list ul li:hover{
    background: #95512f;
    transition: 0.5s
}
.info_list ul li:not(:last-child){
    border-left: #012935 solid 1px;
}
.info_box{
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 20px;
}
.info_box ul{
    list-style: disc;
    margin: 0;
    padding: 10px 0 15px 0;
}
.info_box ul li{
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
    color: #333;
    height: 50px;
    line-height: 50px;
    border-bottom: #ccc solid 1px;
    color: #666;
    overflow: hidden;
}
.info_box_in{
    width: 100%;
    position: absolute;
    background: #fff;
    border-radius: 5px;
}
.info_box_title{
    width: 80%;
    overflow: hidden;
}
.info_list_arr ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.info_list_arr ul li{
    float: right;
    width: 25%;
    height: 21px;
    background: url(../images/arrup.png) no-repeat bottom center;
}
.info_box_in:last-child{
    display: block;
}
.info_box_in{
    display: none;
}
.info_list_arr ul li:last-child{
    opacity: 100;
}
.info_list_arr ul li{
    opacity: 0;
    transition: 0.5s;
}
.qua_name{
    color: #fff;
}
.case_time{
    font-size: 14px;
}
/* .case_name{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 1.2em;
} */
.case_des{
    color: #666;
}
.pro_btn{
    width: 100px;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.pro_img_title{
    display: inline-block;
    color: #fff;
    width: 100%;
    position:absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(149, 81, 47, 0.8);
    padding-left: 1em;
    overflow: hidden;
}
.fth_bg{
    background: url(../images/dbg.png) no-repeat center;
}
@media (max-width: 1280px) {
    .fth_bg{
        background: none;
    }
}

    .fth_title{
        width: 100%;
        display: flex;
        height: 30px;
        font-size: 30px;
        border-left: #95512f solid 3px;
        align-items: center;
        padding-left: 16px;
        margin-top: 140px;
    }
@media (min-width: 1680px) {
    .fth_title{
        width: 100%;
        display: flex;
        height: 30px;
        font-size: 30px;
        border-left: #95512f solid 3px;
        align-items: center;
        padding-left: 16px;
        margin-top: 160px;
    }
}
@media (max-width: 1680px) {
    .fth_title{
        width: 100%;
        display: flex;
        height: 30px;
        font-size: 30px;
        border-left: #95512f solid 3px;
        align-items: center;
        padding-left: 16px;
        margin-top: 100px;
    }
}
@media (max-width: 1280px) {
    .fth_title{
        width: 100%;
        display: flex;
        height: 30px;
        font-size: 30px;
        border-left: #95512f solid 3px;
        align-items: center;
        padding-left: 16px;
        margin-top: 20px;
    }
}
.shenji_fth_title{
    width: 100%;
    display: flex;
    height: 30px;
    font-size: 30px;
    border-left: #95512f solid 3px;
    align-items: center;
    padding-left: 16px;
    margin-top: 20px;
}
/* .fth_title{
    width: 100%;
    display: flex;
    height: 30px;
    font-size: 30px;
    border-left: #95512f solid 3px;
    align-items: center;
    padding-left: 16px;
    margin-top: 160px;
} */

.fth_content{
    color: #747474;
    line-height: 2em;
    margin-top: 30px;
    font-size: 14px;
}

@media (min-width: 1680px) {
    .fth_content{
    color: #747474;
    line-height: 2.5em;
    margin-top: 30px;
    font-size: 14px;
}
}
.shover_a{
    height: 456px;
    background: url(../images/6a.png) no-repeat center;
    transition: 0.5s;
}
.shover_b{
    height: 456px;
    background: url(../images/6b.png) no-repeat center;
    transition: 0.5s;
}
.shover_c{
    height: 456px;
    background: url(../images/6c.png) no-repeat center;
    transition: 0.5s;
}
.shover_d{
    height: 456px;
    background: url(../images/6d.png) no-repeat center;
    transition: 0.5s;
}
.shover_e{
    height: 456px;
    background: url(../images/6e.png) no-repeat center;
    transition: 0.5s;
}
.shover_a:hover{
    height: 456px;
    background: url(../images/6ac.png) no-repeat center;
    transition: 0.5s;
}
.shover_b:hover{
    height: 456px;
    background: url(../images/6bc.png) no-repeat center;
    transition: 0.5s;
}
.shover_c:hover{
    height: 456px;
    background: url(../images/6cc.png) no-repeat center;
    transition: 0.5s;
}
.shover_d:hover{
    height: 456px;
    background: url(../images/6dc.png) no-repeat center;
    transition: 0.5s;
}
.shover_e:hover{
    height: 456px;
    background: url(../images/6ec.png) no-repeat center;
    transition: 0.5s;
}
.s_bottom{
    display: none;
    position:absolute;
    bottom: 0;
}

.news_img{
    position: relative;
    margin-top: 20px;
}
@media (min-width: 1280px) {
    .news_img{
        position: relative;
        margin-top: 50px;
    }
}

.news_img_title{
    display: inline-block;
    color: #fff;
    width: 100%;
    position:absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(1, 41, 53, 0.8);
    padding-left: 1em;
    overflow: hidden;
}
.home_news_title{
    width: 100%;
    display: flex;
    height: 30px;
    font-size: 30px;
    border-left: #95512f solid 3px;
    align-items: center;
    padding-left: 16px;
}
.news_list{
    height: 56px;
}
.news_list a{
    font-size: 16px;
}
.news_list ul li:hover a{
    color: #fff;
}
.news_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 56px;
    background: #f3f3f3;
}
.news_list ul li{
    float: right;
    width: 33.3%;
    height: 56px;
    overflow: hidden;
    text-align: center;
    line-height: 56px;
}

.news_list_hover{
    background: #95512f;
    color: #fff;
    transition: 0.5s
}
.news_list_hover > a{
    color: #fff;
}

.news_box_in{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    background: #fff;
    border-radius: 5px;
}
.news_box_in:last-child{
    display: block;
}

.news_box{
    position: relative;
    height: 340px;
}
.news_box_in ul{
    list-style: none;
    padding-left: 0;
}
.news_box_in ul li{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    display: block;
    height: 46px;
    line-height: 46px;
    border-bottom: #e2e2e2 solid 1px;
}
.down_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.down_list ul li{
    background: url(../images/pdf.png) no-repeat 5px center;
    height: 40px;
    line-height: 40px;
    text-indent: 40px;
    font-size: 14px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 7px;
}
.foot_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot_nav > ul > li{
    width: 11%;
    display: block;
    float: left;
    text-align: center;
    color: #989898;
    height: 14px;
    line-height: 14px;
}
.foot_nav ul li a{
    color: #989898;
}
.foot_nav > ul > li:not(:last-child){
    border-right: #989898 solid 1px;   
}
.foot_subnav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot_subnav > li{
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.subpagenav_bg{
    backdrop-filter: blur(15px);
    background: rgba(243, 243, 243, 0.7);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 20%);
}
.subpagenav_bg ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.subpagenav_bg ul li{
    display: block;
    float: left;
    height: 72px;
    line-height: 72px;
    padding: 0 30px 0 30px;
    transition: 0.5s;
}

.mobisubpagenav_bg{
    background: #f3f5f8;
}
.mobisubpagenav_bg ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobisubpagenav_bg ul li{
    text-align: center;
    display: block;
    width: 33.333%;
    float: left;
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
}
.mobisubpagenav_bgf{
    background: #f3f5f8;
}
.mobisubpagenav_bgf ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobisubpagenav_bgf ul li{
    text-align: center;
    display: block;
    width: 25%;
    float: left;
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
}

.subpagenav_hover{
    background: #95512f;
    color: #fff;
    transition: 0.5s;
}
.subpagenav_hover a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.now_pos{
    line-height: 72px;
    font-size: 14px;
    color: #666;
}
.about_bg{
    background: url(../images/buliding.png) no-repeat bottom;
    padding-bottom: 80px;
}
.about_flip > .flip>.flip-page{
    bottom: 1rem;
}
.about_imga_name{
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(149, 81, 47, 0.8);
    padding: 8px 25px 8px 25px;
}
.aboutst_content{
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
@media (min-width: 1680px) {
    .aboutst_content{
        line-height: 2em;
        padding-bottom: 40px;
        font-size: 14px;
        color: #666;
    }
}

@media (max-width: 1680px) {
    .about_content img{
        width: 80%;
    }
}
@media (min-width: 1680px) {
    .about_content{
        margin-left: 8%;
        width:90%;
    }
}
@media (min-width: 1440px) {
    .about_content{
        margin-left: 16%;
        width:80%;
    }
}

.about_line{
    width: 18px;
    height: 2px;
    background: #95512f;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 1440px) {
    .about_line{
        width: 18px;
        height: 2px;
        background: #95512f;
        margin-top: 50px;
        margin-bottom: 40px;
    }
}
.sub_page_nav.active{position:fixed;width:100%;top:0;z-index: 998;}
.news_big_title{
    font-size: 24px;
    font-weight: bold;
    color: #444444;
}
.news_big_time{
    display: flex;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    align-items: center;
}
.news_btn{
    width: 100px;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.news_big_des{
    font-size: 14px;
    line-height: 2em;
    color: #666;
}
.news_list_time{
    background: #95512f;
    text-align: center;
    color: #fff;
}
.day{
    font-size: 44px;
    font-weight: lighter;
    line-height: 1em;
}
.news_list_tilte{
    font-weight: bold;
    margin-bottom: 10px;
}
.news_list_des{
    font-size: 12px;
    color: #666;
}


.page a{
    display: block;
    float: left;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border:#999 solid 1px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 35px;
}
.page a:hover{
    background: #95512f;
    transition: 0.5s;
    color: #fff;
} 
.page-num-current {
    z-index: 1;
    color: #fff;

}
.page-num, .page-link {
    padding: 0;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #333;
    background: none;
    border: none;
}
.news_c_titlebox{
    text-align: center;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}
.news_c_titlebox > .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}
.news_c_titlebox > .time{
    color: #999;
}
.news_content{

    border-bottom: #ccc solid 1px;
}
.news_content img{
    display: block;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
}
.n_p{
    font-size: 14px;
}
.n_p a:hover{
    color: #95512f;
}
.pre{
    float: left;
}
.next{
    text-align: right;
    float: right;
}
.sub_search_box{
    width: 100%;
    background: #f3f5f8;
    height: 56px;
    color: #999;
    font-size: 14px;
    line-height: 56px;
}
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}
.sub_search_input{
    margin-left: 8px;
    width: 75%;
    border: none;
    background: none;
    height: 56px;
}
.sub_search_button{
    float: right;
    width: 56px;
    height: 56px;
    background-color: #95512f;
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.right_list{
    width: 100%;
    border: #bbb solid 1px;
}
.right_title{
    display: flex;
    height: 16px;
    font-size: 16px;
    border-left: #95512f solid 3px;
    align-items: center;
    padding-left: 10px;
    font-weight: bold;
}
.right_list_box .time{
    color: #999;
    font-size: 12px;
}
.right_list_box .title{
    color: #333;
    font-weight: bold;
}
.right_newslist ul{
    list-style-type:none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.right_newslist ul li{
    height: 50px;
    overflow: hidden;
    line-height: 3.5em;
    border-bottom: #e4e4e4 solid 1px;
    background: url(../images/arrrightb.png) no-repeat left;
    padding-left: 1em;
    transition: 0.5s;
}
.right_newslist ul li:hover{
    color: #95512f;
    background-color: #e4e4e4;
    background-image: url(../images/arrright.png);
    background-repeat: no-repeat;
    background-position: left;
    transition: 0.5s;
}
.case_list_box{
    background: #f7f7f7;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    text-align: center;
}
.case_name{
    font-size: 16px;
    color: #c4784c;
    font-weight: bold;
}
.case_des{
    font-size: 14px;
    color: #888;
}
.case_btn{
    width: 100px;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}
.case_top{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/casetop.png) no-repeat;
    transition: 0.5s;
}
.case_top:hover{
    opacity: 1;
    transition: 0.5s;
}
.case_left_title{
    font-size: 22px;
    color: #fff;
    background: #95512f;
    text-align: center;
}
.case_right_title{
    font-size: 22px;
    color: #fff;
    background: #012935;
    text-align: center;
}
.case_con_box{

    justify-content: space-between;
    align-items: stretch;
}
.case_left_name{
  
    font-size: 16px;
    font-weight: bold;
}
.case_right_content{

    line-height: 2em;
}
.case_con_boxleft{
    width: 100%;
    background: #f3f5f8;
}
.case_con_boxright{
    width: 100%;
    background: #f3f5f8;
}
@media (min-width: 1280px) {
    .case_con_boxleft{
        width: 40%;
        background: #f3f5f8;
    }
    .case_con_boxright{
        width: 60%;
        background: #f3f5f8;
    }
    .case_con_box{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}
.gonggao_name{
    font-size: 22px;
    color: #444444;
    font-weight: bold;
    line-height: 1.2em;
}
.gonggao_des{
    font-size: 14px;
    color: #666;
}
.gonggao_time{
    display: flex;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    align-items: center;
    color: #888;
    margin-top: 15px;
}
.gonggao_btn{
    width: 100px;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    border-radius: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}
.gonggao_hover{
    border-bottom: #e5e5e5 solid 1px;
    transition: 0.5s;
}
.gonggao_hover:hover{
    background-color: #f4f4f4;
    transition: 0.5s;
}


.right_gonggaolist ul{
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.right_gonggaolist ul li{
    line-height: 3.5em;
    border-bottom: #bbb dashed 1px;
    background: url(../images/arrrightb.png) no-repeat left center;
    padding-left: 12px;
    transition: 0.5s;
}
.right_gonggaolist ul li:hover{
    background: url(../images/arrright.png) no-repeat left center;
    transition: 0.5s;
    color: #95512f;
}
.gonggaoright_list{
    width: 100%;
    border: #bbb solid 1px;
    background: url(../images/gonggaoright.png) no-repeat;
}
.gonggaoright_title{
    color: #fff;
    display: flex;
    height: 16px;
    font-size: 16px;
    border-left: #fff solid 3px;
    align-items: center;
    padding-left: 10px; 
}
.fagui_title{
    color: #333;
    display: flex;
    height: 20px;
    font-size: 18px;
    border-left: #95512f solid 3px;
    align-items: center;
    padding-left: 10px;
    font-weight: bold;

}
.fagui_title_box{
    border-top: #ccc solid 2px;
    border-bottom: #ccc solid 1px;
    padding: 15px 0 15px 0;
}
.fagui_name_box{
    width: 100%;
    height: 65px;
    line-height: 55px;
    border-bottom: #ccc dashed 1px;
    overflow: hidden;
    float: left;
    background: url(../images/arrrightb.png) no-repeat left center;
    transition: 0.5s;
    margin-bottom: 10px;
}
.fagui_name_box:hover{
    background-color: #f5f5f5;
    color: #95512f;
    background-image: url(../images/arrright.png);
    background-repeat: no-repeat;
    background-position: left center;
    transition: 0.5s;
}
.fagui_name{
    width: 70%;
    padding-left: 1em;
}
.down_btn{
    background: #95512f;
    font-size: 14px;
    padding: 0 15px 0 15px;
    margin-left: 20px;
    float: right;
    color: #fff;
}
.contact_bg{
    background: url(../images/contactimg.png) no-repeat;
}
.contact_name{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
}
.contact_ename{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}
.tel{
    font-size: 30px;
    font-weight: bolder;
    color: #c3774b;
}
.add{
    color: #fff;
    font-size: 14px;
}
.contact_btn{
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    border: none;
    background-image: linear-gradient(to right, #ed9965, #95512f);
    border-radius: 5px;
}

.mobi_logo{
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to right, #003f52, #012935);
}
.mobi_logo img{
    margin: 0 auto;
    width: 40%;
}
.mobi_menu_btn{
    z-index: 95;
    position: absolute;
    right: 15px;
    margin-top: 25px;
}
.mobi_menu{
    display: none;
    position: absolute;
    height: 100vh;
    background: #012935;
    z-index: 100;
    padding:15px;
    right: 0;
    width: 200px;
}
.mobi_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobi_menu ul li{
    display: block;
    color: #fff;
    line-height: 3em;
    border-bottom: darkslategray solid 1px;
}
.mobi_menu ul li:hover{
    background: rgba(255, 255, 255, 0.1);
}


.img_resbox{
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}
p > img{
    width: 100%;
}