body {
    overflow-x: hidden;
}

.container {
    width: 80%;
    min-width: 1200px;
    margin: auto;
}

.header {

    margin: auto;
    background: rgba(255,255,255,1);

}

.header .hdin {
    width: 80%;
    margin: auto;
}

.header .logo { 
    float: left;   
}

.header .logo a{
    padding-top:10px;
    display:block;
}

.logo img {
    width: auto;
    height: 60px;
}

.header .navbox {
    float: right;
}

.navbox .navlist li {
    float: left;
    font-size: 18px;
    font-weight: bold;
    font-family: "宋体";
}

.navbox .navlist li a,
.navbox .navlist li a:visited {
    color: rgba(0,0,0,0.8);
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbox .navlist li a:hover {
    color: #b8a062;
}

.navbox .navlist li.on a {
    background: #422217;
    color:rgba(255,255,255,0.9);
}

.banner {
    position: relative;
    width: 100%;
    min-width: 1280px;
}


.banner .swiper-slide a {
    display: block;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination {
    bottom: 20px;
}

.swiper-pagination-bullet-active {
    background: #b6151a !important;
}

.poster {
    margin: auto;
}

.poster .col2 {
    width: 49%;
}

.poster img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}



.h-brd {
    width: 49%;
    float: left;
}

.h-info {}

.h-info .info-item .fm {
    width: 200px;
    height: 133px;
    float: left;
    margin-right: 24px;
}

.h-info .info-item .fm img {
    width: 100%;
    height: auto;
}

.h-info .fir {
    width: 49%;

}

.h-info .info-list {
    width: 49%;
}

.h-info .fir .fm {
    width: 320px;
    float: left;
    margin-right: 24px;
}

.h-info .fir img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.h-info .fir .con {

    align-items: center;
    justify-content: center;
}



.cm-con {
    padding: 30px;
}

.cm-con .tit {
    font-size: 32px;
}

.cm-con .des {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
}

.f-c-brd {
    color: #d4a768;
}

.f-song {
    font-family: "宋体";
    font-weight: bold;
}

.h-row1 {
    width: 100%;
    background: url(../imgs/row1_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bet-row .sub-tit {
    color: rgb(255, 255, 255, 0.5);
    text-transform: Uppercase;
}

.f-en {
    font-family: Arial, Helvetica, sans-serif;
}

.bet-row .row-t {
    position: absolute;
    right: 0;
    top: 0;
}

.bet-row .row-t img {
    height: 300px;
    width: auto;
}

.pro-cat {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-cat li {
    display: inline-block;
    padding: 0px 40px 0px 40px;
}

.pro-cat li img {
    width: 120px;
    height: auto;
}

.info-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
#pc_banner{
    display:block;
}
#m_banner {
    display:none;
}

.footer {
    color:rgba(255,255,255,0.4);
}

.footer a,.footer a:visited {
    color:rgba(255,255,255,0.4);
}
/*首页自适应*/
@media screen and (max-width: 750px) {
    #pc_banner{
        display:none;
    }
    #m_banner {
        display:block;
    }
    .container {
        width: auto;
        min-width: auto;
        margin: auto;
    }

    .header {
        display: none;
    }

    .banner {
        width: 100%;
        min-width: 100%;
    }

    .space-cm {
        height: 30px;
    }

    .poster {
        margin-left: 15px;
        margin-right: 15px;
    }

    .poster .col2 {
        width: 100%;
    }

    .poster .col2:first-child {
        margin-bottom: 30px;
    }

    .poster img {
        border-radius: 4px;
    }

    .cm-con {
        padding: 15px 0px 0px 0px;
    }

    .cm-con .tit {
        font-size: 21px;
    }

    .cm-con .des {
        margin-top: 10px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .f32 {
        font-size: 21px !important;
    }

    .bet-row .row-t {
        display: none;
    }

    .pro-cat {
        flex-wrap: wrap;
    }

    .pro-cat li {
        margin-bottom: 20px;
    }

    .pro-cat li img {
        width: 70px;
    }

    .h-info .fir {
        width: 100%;
        float: none !important;
        margin-bottom: 24px;
        overflow:hidden;
    }

    .h-info .fir .fm {
        width: 35%;
        margin-right: 10px;

    }

    .h-info .fir .mt20 {
        margin-top: 10px;
    }

    .h-info .fir .des {     
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .h-info .fir img {
        border-radius: 4px;
    }

    .h-info .info-list {
        width: 100%;
    }

    .h-info {
        margin-left: 15px;
        margin-right: 15px;
    }
    .info-list li:last-child {
        border-bottom:none 0px;
        margin-bottom:0px;
        padding-bottom:0px;
    }
    .footer {
        text-align:center;
    }
    .footer .flex-box {
        flex-wrap: wrap;
    }
    .footer .ft-logo {
        width:100%;
    }
    .footer .ft-logo  img {
        width:90px!important;
    }
    .footer .ft-info {
        width:100%;
        padding-top:30px;
        padding-bottom:30px;
    }
    .footer .code {
        width:100%;
    }

    .footer .code img {
        width:90px!important;
    }

}