body {
    overflow-x: hidden;
}

.container {
    width: 80%;
    min-width: 1200px;
    margin: auto;
}

.header {

    margin: auto;
    background: #222522;

}

.header .hdin {
    width: 80%;
    margin: auto;
}

.header .logo {
    padding-top: 3px;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

.logo img {
    width: auto;
    height: 66px;
}

.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: #ffffff;
    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: #42ae34;
}

.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: 380px;
    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-position: center center;
    background-repeat: no-repeat;
}

.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;
}

.bet-row .con img {
    width: 100%;
    height: auto;
}

.pro-cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.pro-cat li {
    /* display: inline-block; */    
    box-sizing: border-box;
    width: 20%;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.pro-cat li a {
    display:block;
    padding: 30px 20px 30px 20px;
}

.pro-cat li:hover {
    background-color: #42ae34 !important;
    background-image: url(../imgs/bg_hover.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; 
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pro-cat li:hover .tit {
    color: #ffffff;
}

.pro-cat li:hover .sub {
    border: solid 1px #ffffff;
    background:#ffffff;
    color: #42ae34;
}

.pro-cat li:hover .des {
    color:rgba(255,255,255,0.6);
}

.pro-cat li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.03);
}

.pro-cat li:nth-child(even) {
    background: rgba(255, 255, 255, 1);
}

.pro-cat li .cover {
    margin-bottom: 10px;
}

.pro-cat li .cover img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.pro-cat li .tit {
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: bold;
}

.pro-cat li .sub {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    background:rgba(66,174,52,0.1);
    border: solid 1px #42ae34;
    color: #42ae34;
    display: inline-block;
    padding: 2px 15px 2px 15px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;

}

.pro-cat li .des {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.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.7);
}

.footer a,.footer a:visited {
    color:rgba(255,255,255,0.7);
}

/*首页自适应*/
@media screen and (max-width: 750px) {
    

    .bet-row {
        width:48%;
    }
    .bet-row .con{
        padding:0px 15px 0px 15px;
    }
    .space30 {
        height:15px;
    }
    .mt30 {
        margin-top:15px;
    }
    #pc_banner {
        display: none;
    }

    #m_banner {
        display: block;
    }

    .container {
        width: auto;
        min-width: auto;
        margin: auto;
        flex-wrap: wrap;
    }

    .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: 0px;
        width:48%;
    }
  
    .pro-cat li a {
        padding: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;
        padding-left:15px;
        padding-right:15px;
    }

    .footer .flex-box {
        flex-wrap: wrap;
    }

    .footer .ft-logo {
        width: 100%;
    }

    .footer .ft-logo img {
        width: 70px !important;
    }

    .footer .ft-info {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer .code {
        width: 100%;
    }

    .footer .code img {
        width: 90px !important;
    }

}