body,
div,
ul,
li,
p,
span,
a {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none
}

img {
    transition: all .3s ease-out;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

li {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.m_pc {
    display: block;
}

.m_wap {
    display: none;
}

.m_contentbox {
    width: 1300px;
    margin: 0 auto;
}

.m_head {
    background: url(../img/gtlhBgc.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 660px;
    width: 100%;
}

.gtlh_header {
    padding-top: 25px;
}


.backIndex {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: #ffd148;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;

}

.navList {
    margin-top: -100px;
}

.m_menu {
    width: 100%;
    height: 80px;
    background: #338245;

}

.m_menu li {
    width: 16.6%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    float: left;
    list-style: none;
    line-height: 80px;
}
.m_menu li a{
    color: #fff;
}
.m_menu li:hover {
    background: #1c7730;
    font-weight: 600;

}

.m_menu_act {
    background: #1c7730;
    font-weight: 600;

}

#swiper2 {
    position: relative;
}

#swiper2 .swiper-button-next {
    right: 0;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: white;
    opacity: inherit !important;
}

.swiper-pagination-bullet-active {
    background: #338245;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 24px !important;
    width: 96%;
}

.m_lbtp img {
    width: 100%;
    height: 100%;
}

.m_lbtp img:hover {
    transform: scale(1.1);
}

.m_lb_title {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background: rgb(0 0 0 / 30%);
    color: white;
    width: 100%;
    padding-left: 20px;
}

.m_lb_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.m_con_left {
    width: 48%;
    float: left;
}

.m_con_right {
    width: 48%;
    float: right;
}

.m_con_lb {
    height: 380px;
    margin-top: 50px;
    overflow: hidden;
}

.m_con_list {
    margin-top: 50px;
    height: 380px;
}

.m_con_list>a>img {
    /* height: 70px; */
    margin-bottom: 10px;
    /* width: 100%; */
}

.bigBox {
    background-color: #f6faf6;
    margin-top: 48px;
    padding-bottom: 54px;
}

.m_list_litb {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    float: left;
    margin-top: 18px;
    margin-right: 15px;
}

.m_con_list ul li {
    list-style: none;
    font-size: 18px;
    line-height: 41px
}

.m_con_list ul li:hover {
    color: #338245;
}

.m_con_list ul li:hover .m_list_litb {
    background: #338245;
}

.m_con_list ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    display: inline-block;
}

.m_con_list ul li span {
    float: right;
    color: #979797;
}

.botBox {
    background: url(../img/footerImg_07.jpg) no-repeat center bottom;
    height: auto;
    width: 100%;
    padding-bottom: 60px;
}

.m_wbqt {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.phoneNav {
    display: none;
}

@media only screen and (max-width: 768px) {
    .m_con_list>a>img {
        width: 100%;
    }

    .m_contentbox {
        width: 92%;
    }
    .m_head {
        height: 260px;
    }

    .m_head_logo img {
        width: 80%;
    }

    .backIndex {
        position: relative;
        top: -40px;
        right: 0;
    }

    .navList {
        overflow: scroll;
        margin-top: -60px;
        width: 100%;
    }

    .m_menu li {
        width: max-content;
        padding: 0 20px;
        font-size: 18px;
    }

    .m_menu {
        width: 650px;

    }

    .m_con_right,
    .m_con_left {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }

    .m_con_list {
        margin-top: 30px;
    }

    .m_con_list>img {
        width: auto;
    }

    .m_con_list ul li a {
        width: 60%;
        display: inline-block;
        float: none;
    }

    .m_con_list ul li {
        line-height: 42px;
    }

    .m_lbtp img {
        height: 230px;
    }

    .m_con_lb {
        height: 230px;
        margin-top: 28px;
    }






}