/*  */

.tc_ffffff {
    color: #fff;
}

.tc_c9bfbb {
    color: #c9bfbb;
}

.tc_049d67 {
    color: #049d67;
}


/*  */

.bc_ffffff {
    background-color: #fff;
}

.bc_049d67 {
    background-color: #049d67;
}


/*  */

.fw_b {
    font-weight: bolder;
}


/*  */

html,
body {
    overflow-x: hidden;
}

.pc {
    display: block;
}

.phone {
    display: none;
}

.navbar {
    display: block !important;
    padding: 0;
}

.companyname p:nth-child(2) {
    position: relative;
}

.companyname p:nth-child(2)::after,
.companyname p:nth-child(2)::before {
    position: absolute;
    content: '一';
    font-size: 18px;
}

.companyname p:nth-child(2)::after {
    right: 15px;
}

.companyname p:nth-child(2)::before {
    left: 15px;
}

.cpfl {
    display: flex;
    justify-content: space-evenly;
    padding: 0 200px;
    margin: 20px 0;
}

.cpfl div {
    width: 160px;
    text-align: center;
    font-size: 18px;
    background-color: #049d67;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
}

.gywm {
    background: url(../images/index/women.jpg) bottom no-repeat;
    background-size: 100%;
}

.lkzx {
    background: url(../images/index/lkzx.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 400px;
}

.zx {
    position: absolute;
    top: 110px;
    right: 20%;
    text-align: center;
    font-size: 18px;
    padding: 5px 25px;
    color: #fff;
    background-color: #049d67;
    border: 1px solid #fff;
    border-radius: 10px;
}

.title {
    background: url(../images/index/t.png) center no-repeat;
    margin-top: -40px;
}

.wdx {
    display: flex;
    justify-content: space-between;
}

.wdx div {
    width: 200px;
    height: 220px;
    background: url(../images/index/lxb.png) no-repeat;
    background-size: 100% 100%;
    padding: 4% 0;
}

.wdx div:nth-child(2),
.wdx div:nth-child(4) {
    background: url(../images/index/lxl.png) no-repeat;
    background-size: 100% 100%;
}

.wdx div:nth-child(2) p,
.wdx div:nth-child(4) p {
    color: #fff;
}

.new {
    background: url(../images/index/new.jpg) top;
    background-size: 100%;
}

.news-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid #333;
    padding: 15px 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.row:hover>.news-date {
    border-color: #049d67;
    background-color: #049d67;
    color: #fff;
}

.day {
    font-size: 26px;
}

.time {
    font-size: 16px;
}

.text {
    padding: 15px;
    width: calc(100% - 100px);
}

.news-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #ddd 1px solid;
}

.news-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #049d67;
    z-index: 2;
    transition: all ease 0.3s;
    content: " ";
}

.info {
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row:hover>.text>.news-title:after {
    width: 100%;
}

.more {
    color: #333;
    width: 80px;
    text-align: center;
    padding: 5px 0;
    margin: auto;
}

.more:hover {
    background-color: #057ac8;
    border-radius: 5px;
}

.more:hover a div {
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #049d67;
    border-color: #049d67;
}

.btn-info:hover {
    color: #fff;
    background-color: #097a53;
    border-color: #097a53;
}

.banner {
    height: 785px;
}

.swiper-container1 {
    height: 300px;
}


/*  */

@media (min-width: 992px) {

    .navbar .container,
    .cpzx .container {
        max-width: 1440px;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

    .navbar .container {
        padding: 0 0 0 15px;
    }

    .navbar .container .row {
        flex-wrap: nowrap;
    }

    .cpfl {
        padding: 0 0;
        flex-wrap: wrap;
    }

    .gywm {
        padding-top: 6rem;
        background-size: 250%;
    }

    .wdx {
        display: none;
    }

    #popBox {
        width: 99% !important;
    }

    .banner {
        height: 155px;
    }

    .swiper-container1 {
        height: 87px;
    }
}