﻿
/*幻灯片 开始*/

/*幻灯片 结束*/
/* 新闻1开始 */
#news h1 {
    text-align: center;
}

h4 {
    color: #000;
}

#page_news .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#page_news > div {
    animation-fill-mode: both;
}

    #page_news > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0px;
        clear: left;
    }
/*page_news*/

@media only screen and (min-width: 769px) {
    .swiper-container {
        width: 100%;
        height: 600px;
    }

    #page_news > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #page_news > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #page_news > div > .p_gridbox > .p_gridCell:nth-child(1n) {
            margin-right: 0;
        }
}

#page_news {
    width: 100%;
    max-width: 1660px;
    min-width: 0px;
    height: auto;
    max-height: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

    #page_news p {
        text-align: center;
        margin-top: 4%;
        margin-bottom: 1%;
    }

        #page_news p span {
            color: #333;
            font-weight: 900;
            font-size: 36px
        }

@media screen and (max-width:768px) {
    #page_news {
        margin-bottom: 40px;
    }
        #page_news p {
            margin-top: 2%;
        }
}

#page_box .p_articles {
    width: calc((100% - 0px)/4);
}

#page_box .p_CommonSummaryBoxA {
    text-align: center;
}

#page_box .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#page_box > div {
    animation-fill-mode: both;
}

#page_box .con_title {
    font-size: 26px;
    font-weight: bold;
    color: #005bac;
    line-height: 1.6;
    margin: 20px 0 40px;
}

#page_box .news1_more {
    color: #ff6600;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

#page_box .newListBox {
    padding: 0px;
    overflow: hidden;
    background: none;
}

#page_box .container {
    padding: 0px;
    width: 100%;
}

#page_box .p_news {
    width: 100%;
    overflow: hidden;
}

#page_box .newList1 {
    margin: 0px;
}

#page_box .newList {
    height: 166px;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

#page_box .newPicBox {
    height: 340px;
}

    #page_box .newPicBox img {
        width: 100%;
        object-fit: cover;
        filter: saturate(1);
        -webkit-filter: saturate(1);
    }

#page_box .newTitle1 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: block;
    transition: none;
    margin: 5px 0;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#page_box .content {
    margin-bottom: 16px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

#page_box .newMs {
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #555;
    transition: all .5s ease 0s;
}

#page_box .news1_date {
    font-size: 16px;
    color: #666;
    transition: all .5s ease 0s;
}

#page_box .newTitle {
    display: block;
    width: 100%;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#page_box .newYear {
    position: absolute;
    top: 0px;
    right: 0px;
}

#page_box .list-icon {
    position: absolute;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: gray;
}

#page_box .content:hover {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #498711;
}

    #page_box .content:hover .news1_date, #page_box .content:hover .newMs, #page_box .content:hover .newTitle1 {
        color: #fff;
    }

    #page_box .content:hover .news1_more {
        opacity: 0;
        visibility: hidden;
    }

#page_box .newList:hover {
    background-color: #498711;
}

    #page_box .newList:hover .news1_date, #page_box .newList:hover .newTitle1, #page_box .newList:hover .newMs {
        color: #fff;
    }

    #page_box .newList:hover .news1_more {
        opacity: 0;
        visibility: hidden;
    }

@media only screen and (min-width: 769px) {
    #page_box .content {
        padding-top: 25px;
    }

    #page_box .newList1 {
        width: 50%;
        float: left;
    }

    #page_box .news1_more {
        display: inline-block;
    }

    #page_box .news1_con {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-container {
        width: 100%;
    }

    #page_box .newList1 {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #e2e2e2;
    }

    #page_box .news1_more {
        display: none;
    }

    #page_box .newList .news1_more {
        display: none;
    }

    #page_news > p > span > span {
        font-size: 20px;
    }

    #page_box .content {
        margin-bottom: 0px;
    }

    #page_box .con_title {
        font-size: 20px;
        margin: 0px 0 20px;
    }

    #page_box .newTitle1 {
        font-size: 14px;
        font-weight: normal;
        width: 94%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }

    #page_box .newMs {
        display: none;
    }

    #page_box .newPicBox {
        display: none;
    }


    #page_box .news1_date {
        display: none;
    }

    #page_box .content:hover {
        padding-left: 0px;
        padding-right: 0px;
    }

    #page_box .newList {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        border-bottom: 1px solid #e2e2e2;
        height: 40px;
    }
}


#page_box {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


/* 新闻结束*/


/* 我们是谁开始*/

.who_we {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

@media screen and (min-width:769px) {
    .clearfix li {
        margin-right: 26px;
        margin-left: 26px;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 16%);
        width: 261px;
    }

        .clearfix li:last-child {
            margin-right: 0px;
        }

        .clearfix li:first-child {
            margin-left: 0px;
        }

        .clearfix li:hover {
            padding-top: 25px;
        }

    .Lingnanlist {
        width: 1200px;
        margin: 0 auto;
        display: inline-block;
        /*background-color:#fff;*/
    }

        .Lingnanlist li a {
            display: block;
            position: static;
            z-index: 3;
            left: 10px;
            right: 10px;
            bottom: 0;
            padding-top: 0px;
        }

    .we-box .m-tit {
        font-size: 22px;
    }

    .section-title h4 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #333;
        font-weight: 900;
    }
}

@media screen and (max-width:768px) {
    .we-box li {
        width: 46%;
        margin-left: 2.8%;
        height: auto;
        max-height: 200px;
        margin-right: 0;
        float: initial;
        border: 1px solid #e5e5e5;
    }

    .we-box .m-tit {
        font-size: 16px;
    }

    .clearfix li {
        float: left;
        box-shadow: 2px 3px 10px rgb(0 0 0 / 16%);
    }

    .Lingnanlist {
        width: 100%;
    }


    .bef, .aft {
        display: none;
    }

    .section-title h4 {
        font-size: 20px;
        text-align: center;
        margin-top: 8%;
        margin-bottom: 2%
    }

    .scrollbar {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.section-title {
    text-align: center;
}

.clearfix li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.m-icon {
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    width: 80px;
}

.we-box .m-tit {
    font-weight: lighter;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box .m-des {
    line-height: 24px;
    color: #777;
    height: 120px;
    padding: 0 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: Arial,'Microsoft YaHei','Hiragino Sans GB',sans-serif;
    font-size: 14px;
}

.we-box .m-hr {
    width: 22px;
    height: 2px;
    background-color: #ff6600;
    margin: 15px auto 15px auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.clearfix {
    display: inline-block;
    height: auto;
    margin-bottom: 30px;
}

    .clearfix li {
        box-sizing: border-box;
        height: 320px;
        float: left;
        text-align: center;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #fff;
    }

        .clearfix li:hover {
            background-color: #6FBA2C;
            font-size: 10px;
        }

.we-box li:hover .m-tit, .we-box li:hover .m-des {
    color: #fff
}

.we-box li .aft {
    display: none;
}

@media screen and (min-width:769px) {
    .we-box li:hover .aft {
        display: block;
    }

    .we-box li:hover .bef {
        display: none;
    }
}

.home-des {
    width: 100%;
}

.home-des {
    width: 100%;
    height: 2px;
    background: rgba(35,37,46,.1);
    z-index: 1;
    /*left: 50%;*/
}

    .home-des div {
        height: 3px;
        width: 50px;
        background-color: #ff6600;
        margin: 0 auto;
        margin-top: 3px;
    }

.home-info {
    text-align: center;
    color: #777;
    width: 90%;
    line-height: 24px;
    margin: 23px auto 30px;
}

@media screen and (max-width:768px) {
    .home-info {
        margin-bottom: 10px;
    }
}

/* 我们是谁结束 */
/* 首页介绍 开始 */

@media screen and (min-width:769px) {
    .warp {
        width: 1200px;
        margin: 30px auto;
        background-color: #fff;
        /*padding-top:50px;*/
    }

    .hib_xm {
        display: block;
        width: 1200px;
        height: 460px;
        background-color: #fff;
        position: relative;
    }

    .hib_xm_A {
        width: 360px;
        position: absolute;
        left: 40px;
        top: 43px;
    }

        .hib_xm_A .slides li {
            width: 100%;
            float: left;
            margin-right: -100%;
        }

        .hib_xm_A .slides li {
            display: none;
        }

            .hib_xm_A .slides li img {
                width: 100%;
            }

            .hib_xm_A .slides li:first-child {
                display: list-item;
            }

    .hib_xm_B a{
        max-width: 730px;
        height: 48px;
        line-height: 48px;
        position: absolute;
        left: 435px;
        top: 42px;
        font-size: 30px;
        color: #1a1a1a;
    }

    .hib_xm_C {
        width: 730px;
        height: 51px;
        border-bottom: 1px dashed #e3e3e3;
        position: absolute;
        left: 435px;
        top: 102px;
    }

        .hib_xm_C ul li {
            float: left;
            padding: 0 30px;
            display: inline-block;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            color: #4d4d4d;
            margin-right: 10px;
            border-radius: 20px;
            background-color: #eeeeee;
        }

        .hib_xm_C li:hover {
            background-color: #498711;
            color: #fff;
        }

    .hib_xm_D {
        width: 730px;
        height: 180px;
        line-height: 24px;
        font-size: 16px;
        color: #1a1a1a;
        position: absolute;
        left: 435px;
        top: 179px;
        border-bottom: 1px dashed #e3e3e3;
    }

    .hib_xm_E {
        width: 150px;
        height: 40px;
        position: absolute;
        left: 435px;
        top: 372px;
    }

        .hib_xm_E a {
            width: 150px;
            height: 38px;
            line-height: 38px;
            font-size: 16px;
            color: #ff6600;
            display: block;
            border: 1px solid #ff6600;
            background: url(/Content/img/zx_ico.png) 29px 9px no-repeat;
            padding-left: 55px;
            border-radius: 20px;
        }

    .hib_xm_F {
        width: 320px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 606px;
        top: 373px;
        font-size: 18px;
        color: #1a1919;
    }

        .hib_xm_F span {
            font-size: 26px;
            color: #498711;
            line-height: 26px;
            font-weight: 600;
        }
}

.warp {
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
}

@media screen and (max-width:768px) {
    .warp {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .hib_xm {
        display: block;
        width: 96%;
        position: relative;
        height: auto;
        margin: 0 auto;
    }

        .hib_xm > div {
            width: 98%;
            height: auto;
            margin-top: 15px;
        }

    .hib_xm_A {
        display: none;
    }

    .hib_xm_B {
        font-size: 20px;
        width: 100%;
        height: auto;
        color: #333;
        font-weight: 900;
        text-align: center;
        margin-bottom: 20px;
    }

    .hib_xm_C ul li {
        float: left;
        /*padding: 0 30px;*/
        display: inline-block;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #4d4d4d;
        width: 33%;
        /*margin-right: 5px;*/
        text-align: center;
        margin-bottom: 20px;
        border-radius: 20px;
        background-color: #eeeeee;
    }

        .hib_xm_C ul li:first-child {
            margin-left: 1px;
        }

    .hib_xm_D {
        width: 100%;
        margin: 0 auto;
        line-height: 26px;
        font-size: 14px;
        color: #000;
        margin-bottom: 50px;
    }

    .hib_xm_E {
        display: none;
    }

    .hib_xm_F {
        margin-left: 10px;
    }

    .hib_xm_F {
        padding-bottom: 20px;
    }

        .hib_xm_F span {
            font-size: 20px;
            color: #498711;
        }
}

.flex-control-nav {
    width: 115px;
    position: absolute;
    bottom: 10px;
    left: 120px;
    zoom: 1;
}

    .flex-control-nav li {
        display: inline-block;
    }

        .flex-control-nav li a {
            display: block;
            width: 10px;
            height: 10px;
            cursor: pointer;
            margin-right: 5px;
            background-color: #eeeeee;
        }

    .flex-control-nav .active {
        background-color: #498711;
        cursor: default;
    }

#introduce_content {
    width: 90%;
    margin: 0 auto;
}

/* 首页介绍 结束 */
