/* 公共样式 */

.page-main {
    width: 88%;
    margin-left: 12%;
}


/* 公共样式 end */


/* 内页底部 */

.pg-foot {
    display: block;
    width: 88%;
    margin-left: 12%;
    background-color: #bdaa7e;
    color: #fff;
    padding: 3% 0;
}

.pg-foot .pgf-c {
    display: flex;
    justify-content: space-between;
}

.pg-foot h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 1%;
}

.pg-foot p {
    font-size: 16px;
    line-height: 28px;
}

.pg-foot a {
    color: #fff;
}

.pg-foot .pgf-er {
    text-align: center;
}

.pg-foot .pgf-er img {
    max-width: 100px;
}


/* 内页底部 end */


/* 关于我们 */

.pg-ban {
    width: 100%;
    height: 100%;
    position: relative;
}

.pg-ban>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.pg-ban .pg-txt {
    position: absolute;
    top: 25%;
    right: 16%;
    text-align: center;
}

.pg-ban .pg-txt h2 {
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

.pg-ban .pg-txt p {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 14px;
    line-height: 36px;
}

.ab-title {
    margin-top: 3%;
    margin-bottom: 1%;
    text-align: center;
}

.ab-title h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.ab-title p {
    font-size: 15px;
    text-transform: uppercase;
    color: #555;
}


/* 企业文化 */

.ab-culture {
    background: url(../images/cu-bg.jpg) center top no-repeat;
    padding-bottom: 10px;
    overflow: hidden;
}

.cul-c {
    margin-top: 28%;
    background-color: #fff;
    border-top: 3px solid #037b3b;
    box-shadow: 0 4px 6px #ccc;
}

.cul-c ul {
    display: flex;
    justify-content: center;
    margin: 2% 0;
}

.cul-c ul>li {
    margin: 0 2%;
}

.cul-c ul>li>.circular {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    border: 1px solid #037b3b;
    border-radius: 50%;
}

.cul-c ul>li>.circular img {
    width: 40px;
}

.cul-c ul>li>.circular p {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #037b3b;
}

.cul-c ul>li>p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 36px;
}


/* 企业文化 end */


/* 公司环境 */

.alb-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
}

.alb-c ul>li {
    width: 32%;
    margin-bottom: 1.5%;
}

.alb-c ul>li>a {
    display: block;
    text-align: center;
}

.alb-c ul>li>a .alb-img {
    width: 100%;
    overflow: hidden;
}

.alb-c ul>li>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.alb-c ul>li:hover>a img {
    transform: scale(1.05);
}

.alb-c ul>li>a p {
    background-color: #bdaa7e;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}


/* 公司环境 end */


/* 荣誉资质 */

.honer-bg {
    width: 100%;
    height: 50vh;
    margin-top: 3%;
}

.honer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#certify {
    position: relative;
    margin-bottom: 3%;
}

#certify .swiper-container {
    width: 96%;
    margin: 0 auto;
}

#certify .swiper-slide {
    width: 65%;
}

#certify .swiper-slide a {
    width: 98%;
}

#certify .swiper-slide a {
    display: block;
    width: 90%;
    height: auto;
    margin: 15px auto;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

#certify .swiper-slide p {
    text-align: center;
    background-color: #ccc;
    font-size: 18px;
    color: #333;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

#certify .swiper-slide:hover p {
    background-color: #037b3b;
    color: #fff;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-slide-prev {
    transform: translateX(62%) scale(0.7)!important;
}

#certify .swiper-slide-next {
    transform: translateX(-62%) scale(0.7)!important;
}

#certify .swiper-button-prev {
    left: 0%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/arr-l-c.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-next {
    right: 0%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/arr-r-c.png) no-repeat;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-image: url(../images/arr-l-l.png);
}

#certify .swiper-button-next:hover {
    background-image: url(../images/arr-r-l.png);
}

#certify .swiper-button-next:before {
    font-size: 0;
}

#certify .swiper-button-prev:before {
    font-size: 0;
}

@media ( max-width:1460px) {
    #certify .swiper-slide {
        /* width: 47.5%; */
    }
}

@media ( max-width:1400px) {
    #certify .swiper-slide {
        width: 60%;
    }
}

@media ( max-width:1250px) {
    #certify .swiper-slide {
        width: 55%;
    }
}


/* 荣誉资质 end */


/* 关于我们 end *************************** */


/* 公共样式响应式 */

@media ( max-width:1460px) {
    .w1200 {
        width: 97%;
        padding: 0 1.5%;
    }
}

@media ( max-width:1200px) {
    .page-main {
        width: 86%;
        margin-left: 14%;
    }
    .pg-foot {
        width: 86%;
        margin-left: 14%;
    }
}

@media ( max-width:1024px) {
    .page-main {
        width: 100%;
        top: 10vh;
        margin-left: 0;
    }
    .pg-foot {
        width: 100%;
        margin-left: 0;
    }
    .pg-foot .pgf-c {
        flex-wrap: wrap;
    }
    .pg-foot h2 {
        font-size: 24px;
    }
    .pg-foot .pgf-cl {
        width: 60%;
    }
    .pg-foot .pgf-er {
        width: 30%;
    }
}

@media ( max-width:576px) {
    .w1200 {
        width: 92%;
        padding: 0 4%;
    }
    .pg-foot {
        margin-bottom: 8vh;
    }
    .pg-foot .pgf-cl,
    .pg-foot .pgf-er {
        width: 100%;
    }
    .pg-foot .pgf-er {
        margin-top: 3%;
    }
    .pg-foot h2 {
        font-size: 18px;
    }
    .pg-foot p {
        font-size: 14px;
        line-height: 24px;
    }
}


/* 公共样式响应式 end */


/* 关于我们响应式 */

@media ( max-width:1460px) {
    .cul-c {
        width: 90%;
    }
    #certify .swiper-button-prev {
        left: 3%;
    }
    #certify .swiper-button-next {
        right: 3%;
    }
}

@media ( max-width:1200px) {
    .pg-ban .pg-txt {
        right: 8%;
    }
    .pg-ban .pg-txt h2 {
        font-size: 38px;
    }
    .pg-ban .pg-txt p {
        font-size: 15px;
    }
    .cul-c {
        margin-top: 34%;
    }
    .cul-c ul {
        justify-content: space-around;
    }
    .cul-c ul>li {
        margin: 0;
    }
    .cul-c ul>li>.circular {
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }
    .cul-c ul>li>.circular p {
        font-size: 18px;
    }
    .cul-c ul>li>p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media ( max-width:1024px) {
    .pg-ban .pg-txt {
        right: 3%;
    }
    .ab-culture {
        background-size: 140%;
    }
    .cul-c ul>li>.circular {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .cul-c ul>li>.circular img {
        width: 30px;
    }
    .cul-c ul>li>.circular p {
        font-size: 16px;
    }
    .alb-c ul>li>a p {
        font-size: 15px;
    }
    #certify .swiper-slide {
        width: 70%;
    }
}

@media ( max-width:576px) {
    .about-ban {
        margin-top: 10vh;
    }
    .pg-ban>img {
        height: 76vh;
    }
    .pg-ban .pg-txt h2 {
        font-size: 24px;
    }
    .pg-ban .pg-txt p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .pg-ban .pg-txt {
        right: 8%;
    }
    .ab-culture {
        background-size: 200%;
    }
    .cul-c {
        margin-top: 50%;
        padding: 0;
    }
    .cul-c ul>li>.circular {
        width: 80px;
        height: 80px;
    }
    .cul-c ul>li>.circular img {
        width: 26px;
    }
    .cul-c ul>li>.circular p {
        font-size: 14px;
    }
    .cul-c ul>li>p {
        font-size: 14px;
    }
    .ab-title {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .ab-title h2 {
        font-size: 20px;
    }
    .ab-title p {
        font-size: 12px;
    }
    .cul-c ul {
        flex-wrap: wrap;
    }
    .cul-c ul>li {
        width: 50%;
        margin-bottom: 4%;
    }
    .alb-c ul>li {
        width: 48%;
        margin-bottom: 3%;
    }
    #certify .swiper-slide p {
        font-size: 14px;
        line-height: 36px;
    }
    #certify .swiper-button-prev,
    #certify .swiper-button-next {
        display: none;
    }
    .honer-bg {
        height: 30vh;
    }
}


/* 关于我们响应式 end ********************* */


/* 产品列表 */

.cp-bg {
    background: url(../images/cp-bg.jpg) center;
    background-size: 100%;
}

.pban-c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-40%);
    display: flex;
    flex-wrap: wrap;
}

.pban-c .pban-cl,
.pban-c .pban-cr {
    width: 50%;
}

.pban-c .pban-cl>img {
    width: 100%;
}

.pban-c .pban-cr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.pban-c .pban-cr>h2 {
    font-size: 4em;
    font-weight: bold;
    color: #333;
}

.pban-c .pban-cr>p {
    font-size: 2em;
    color: #666;
}

.pban-c .pban-cr>a {
    display: block;
    margin-top: 6%;
    font-size: 1.3em;
    color: #666;
}

.pban-c .pban-cr>a>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/p2-a.png) center no-repeat;
    background-size: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
}

.pban-li {
    width: 100%;
}

.pban-li ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.pban-li ul>li {
    position: relative;
    width: 12%;
    margin: 0 1%;
    border: 3px solid #e6fdf0;
}

.pban-li ul>li img {
    max-width: 100%;
    opacity: 0.4;
}

.pban-li ul>li p {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.pban-li.show-li>ul>li p {
    font-size: 16px;
    font-weight: 400;
}

.pban-li ul>li.cur,
.pban-li ul>li:hover {
    background-color: #006f30;
}

.pban-li ul>li.cur p,
.pban-li ul>li:hover p {
    color: #fff;
}


/* 产品介绍 */

.cp-int {
    background-color: rgba(66, 135, 95, .15);
    margin: 3% auto;
    text-align: center;
}

.cp-int .cp-intc {
    padding: 3% 8%;
}

.cp-int h3 {
    font-size: 24px;
    line-height: 50px;
    color: #333;
}

.cp-int p {
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

.pg-procon img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


/* 产品介绍 end */


/* 产品box */

.cp-line ul {
    display: flex;
    flex-wrap: wrap;
}

.cp-line ul>li {
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.cp-line ul>li:nth-child(3n) {
    margin-right: 0;
}

.cp-line ul>li>a {
    display: block;
}

.cp-line ul>li>a .cp-box {
    border: 1px solid #ddd;
    overflow: hidden;
}

.cp-line ul>li>a img {
    max-width: 100%;
    transition: all 0.5s;
}

.cp-line ul>li>a p {
    font-size: 20px;
    color: #666;
    line-height: 40px;
    text-align: center;
}

.cp-line ul>li:hover>a img {
    transform: scale(1.05);
}

.cp-line>.cp-more {
    display: block;
    width: 12%;
    margin: 4% auto;
    line-height: 40px;
    border: 1px solid #037b3b;
    color: #037b3b;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}


/* 产品box end */


/* 产品列表 end */


/* 产品列表响应式 */

@media ( max-width:1400px) {
    .cp-int {
        padding: 0;
    }
    .cp-int .cp-intc {
        padding: 3%;
    }
}

@media ( max-width:1024px) {
    .pg-ban>img {
        height: 68vh;
    }
    .pban-li ul>li {
        width: 20%;
    }
    .pban-c .pban-cr>h2 {
        font-size: 3em;
    }
    .pban-c .pban-cr>p {
        font-size: 1.3em;
    }
}

@media ( max-height:996px) {
    .cp-bg>.pg-ban>img {
        height: 100vh;
    }
}

@media ( max-height:760px) {
    .cp-bg>.pg-ban>img {
        height: 130vh;
    }
}

@media ( max-width:576px) {
    .pban-li ul>li {
        width: 30%;
    }
    .pban-li ul>li p {
        font-size: 1.1em;
    }
    .pban-c .pban-cr>h2 {
        font-size: 1.5em;
    }
    .pban-c .pban-cr>p {
        font-size: 1.1em;
        line-height: 36px;
    }
    .pban-c .pban-cr>a {
        font-size: 1.1em;
    }
    .cp-int .cp-intc {
        padding: 5% 3%;
    }
    .cp-int h3 {
        font-size: 20px;
    }
    .cp-int p {
        font-size: 14px;
        line-height: 26px;
    }
    .cp-int p>br {
        display: none;
    }
    .cp-line ul>li {
        width: 48%;
        margin-right: 4%;
    }
    .cp-line ul>li:nth-child(3n) {
        margin-right: 4%;
    }
    .cp-line ul>li:nth-child(2n) {
        margin-right: 0;
    }
    .cp-line ul>li>a p {
        font-size: 14px;
        line-height: 32px;
    }
    .cp-line>.cp-more {
        width: 32%;
        font-size: 14px;
        line-height: 36px;
    }
    .show-li {
        display: none;
    }
    .cp-bg .pg-ban>img {
        height: 58vh;
    }
}


/* 产品列表响应式 end ************************* */


/* 四大工程 */

.engin-bg {
    background: url(../images/eng-bg.jpg) center;
    background-size: 100%;
}

.engin-txt {
    position: absolute;
    top: 35%;
    left: 10%;
}

.engin-txt h2 {
    font-size: 44px;
    color: #333;
    line-height: 62px;
}

.engin-txt i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    margin: 7% 0;
}

.engin-txt p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

.engin-title {
    position: relative;
    text-align: center;
    margin: 5% auto;
}

.engin-title h2 {
    position: relative;
    z-index: 9;
    display: inline-block;
    font-size: 36px;
    padding: 0 5%;
    color: #333;
    background-color: #fcfbf9;
}

.engin-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    z-index: 1;
    top: 50%;
}


/* 四大工程列表 */

.eng-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 5%;
}

.eng-li li {
    width: 38%;
    color: #333;
    margin-bottom: 2%;
    transition: all 0.3s;
}

.eng-li li:nth-child(2n) {
    margin-top: 3%;
}

.eng-li li img {
    max-width: 100%;
    transition: all 0.3s;
}

.eng-li li h3 {
    font-size: 24px;
    line-height: 56px;
}

.eng-li li .eng-box {
    background-color: #fff;
    box-shadow: 0 2px 8px #eee;
}

.eng-li li .eng-img {
    overflow: hidden;
}

.eng-li li p {
    font-size: 24px;
    line-height: 90px;
}

.eng-li li:hover {
    transform: translateY(-5px);
}

.eng-li li:hover .eng-img>img {
    transform: scale(1.05);
}


/* 四大工程列表 end*/


/* 四大工程 end */


/* 四大工程响应式 ************************/

@media ( max-width:1200px) {
    .pg-ban>img {
        height: 82vh;
    }
    .engin-txt {
        top: 26%;
    }
    .engin-txt h2 {
        font-size: 36px;
        line-height: 54px;
    }
    .engin-txt i {
        margin: 5% 0;
    }
    .engin-title h2 {
        font-size: 30px;
    }
    .eng-li li p {
        font-size: 18px;
        line-height: 70px;
    }
}

@media ( max-width:576px) {
    .engin-bg .pg-ban {
        margin-top: 10vh;
    }
    .engin-bg .pg-ban>img {
        height: 62vh;
    }
    .engin-bg .engin-txt {
        top: 16%;
    }
    .engin-title {
        padding: 0;
    }
    .engin-txt {
        width: 75%;
        left: 5%;
    }
    .engin-txt h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .engin-txt p {
        font-size: 14px;
    }
    .engin-txt p>br {
        display: none;
    }
    .engin-title h2 {
        font-size: 22px;
    }
    .eng-li li {
        width: 46%;
    }
    .eng-li li h3 {
        font-size: 16px;
        line-height: 40px;
    }
    .eng-li li p {
        padding: 2%;
        font-size: 14px;
        line-height: 26px;
    }
}


/* 四大工程响应式 end */


/* 领导人风采 */

.pg-lead {
    overflow: hidden;
}

.lead-c {
    justify-content: space-around;
    transform: translateX(-50%) translateY(-45%);
}

.lead-c .pban-cl {
    width: 42%;
}

.lead-c .pban-cr {
    width: 40%;
}

.lead-c .pban-cr {
    color: #fff;
    align-items: unset;
    text-align: left;
}

.lead-c .pban-cr h2 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 2%;
}

.lead-c .pban-cr h2>span {
    display: block;
    font-size: 0.5em;
    margin-top: 3%;
    font-weight: 300;
}

.lead-c .pban-cr li {
    display: flex;
    align-items: center;
    line-height: 46px;
    font-size: 1.8em;
    font-weight: 300;
}

.lead-c .pban-cr li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 2%;
}

.lead-c .pban-cr .lead-dec {
    width: 75%;
    background-color: #263c8c;
    padding: 4%;
    font-weight: 300;
    font-size: 17px;
    line-height: 32px;
    margin-top: 3%;
}


/* 领导人列表 */

.lead-li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}

.lead-li ul>li {
    width: 48%;
    position: relative;
    box-shadow: 2px 2px 9px #ccc;
    margin-bottom: 5%;
}

.lead-li ul>li>img {
    width: 100%;
}

.lead-li ul>li .lead-box {
    position: absolute;
    top: 18%;
    left: 56%;
}

.lead-li ul>li .lead-box>h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 3%;
}

.lead-li ul>li .lead-box>p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}


/* 领导人列表 end */


/* 领导人风采 end */


/* 领导人响应式 */

@media ( max-width:1200px) {
    .lead-c .pban-cr h2 {
        font-size: 2.2em;
    }
    .lead-c .pban-cr h2>span {
        font-size: 0.6em;
    }
    .lead-c .pban-cr li {
        line-height: 34px;
        font-size: 1.2em;
    }
    .lead-c .pban-cr .lead-dec {
        font-size: 15px;
        line-height: 26px;
    }
    .lead-li ul {
        justify-content: space-around;
    }
    .lead-li ul>li {
        width: 45%;
    }
    .lead-li ul>li .lead-box {
        top: 10%;
    }
    .lead-li ul>li .lead-box>h3 {
        font-size: 24px;
    }
    .lead-li ul>li .lead-box>p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media ( max-width:1024px) {
    .pg-lead {
        margin-top: 10vh;
    }
}

@media ( max-width:822px) {
    .lead-c {
        transform: translateX(-50%) translateY(-38%);
    }
    .lead-c .pban-cl {
        width: 44%;
    }
}

@media ( max-width:576px) {
    .pg-lead>img {
        height: 62vh;
    }
    .lead-c {
        transform: translateX(-50%) translateY(-50%);
    }
    .lead-c .pban-cl {
        width: 50%;
    }
    .lead-c .pban-cr li {
        font-size: 0.8em;
        line-height: 22px;
    }
    .lead-c .pban-cr h2 {
        font-size: 1.5em;
    }
    .lead-c .pban-cr h2>span {
        display: block;
        font-size: 0.7em;
        line-height: 30px;
    }
    .lead-c .lead-dec {
        width: 100%;
        background-color: #263c8c;
        padding: 4%;
        font-weight: 300;
        font-size: 13px;
        line-height: 24px;
        color: #fff;
    }
    .lead-c .lead-dec p {
        display: inline;
        margin-right: 2px;
    }
    .lead-c .lead-dec p::after {
        content: ';';
    }
    .lead-li ul>li {
        width: 95%;
    }
}


/* 领导人响应式  end*/


/* 图片展示 */

.pic-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25vh;
    background-color: #fff8e7;
}

.pic-bg h2 {
    font-size: 26px;
}

.pic-bg h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #666;
    margin: 10% 0;
}

.picpg-li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2%;
}

.picpg-li ul>li {
    width: 46%;
    text-align: center;
    margin-bottom: 2%;
}

.picpg-li ul>li .picpg-box {
    overflow: hidden;
}

.picpg-li ul>li img {
    width: 100%;
    transition: all 0.3s;
}

.picpg-li ul>li:hover img {
    transform: scale(1.05);
}

.picpg-li ul>li p {
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 图片展示 end */


/* 图片展示响应式 *******************/

@media ( max-width:1024px) {
    .pic-bg {
        margin-top: 10vh;
        height: 20vh;
    }
}

@media ( max-width:576px) {
    .picpg-li ul {
        margin-top: 8%;
    }
    .picpg-li ul>li p {
        font-size: 14px;
    }
}


/* 图片展示响应式 end */


/* 新闻列表 */

.newpg-class ul {
    display: flex;
    justify-content: center;
    margin: 3% 0;
}

.newpg-class ul>li {
    width: 10%;
    text-align: center;
    margin: 0 1%;
}

.newpg-class ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

.newpg-class ul>li.cur>a,
.newpg-class ul>li:hover>a {
    background-color: #037b3b;
    border-color: #037b3b;
    color: #fff;
}

.newpg-li {
    margin: 4% auto;
}

.newpg-li ul>li {
    margin-bottom: 4%;
}

.newpg-li ul>li:nth-child(9),
.newpg-li ul>li:nth-child(10) {
    margin-bottom: 0;
}

.newpg-li ul>li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newpg-li ul>li .newpg-img {
    width: 26%;
    border: 1px solid #eee;
    overflow: hidden;
}

.newpg-li ul>li img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: all 0.3s;
}

.newpg-li ul>li .newpg-txt {
    width: 72%;
}

.newpg-li ul>li h3 {
    font-size: 22px;
    line-height: 36px;
    transition: all 0.3s;
}

.newpg-li ul>li p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newpg-li ul>li button {
    width: 10%;
    border: 1px solid #ca0000;
    color: #ca0000;
    line-height: 30px;
    font-size: 14px;
    background-color: transparent;
    margin-top: 3%;
    transition: all 0.5s;
}

.newpg-li ul>li:hover img {
    transform: scale(1.05);
}

.newpg-li ul>li:hover h3 {
    transform: translateX(10px);
}

.newpg-li ul>li:hover p {
    transform: translateX(10px);
}

.newpg-li ul>li:hover button {
    transform: translateX(10px);
}


/* 分页样式 */

#pages {
    padding: 15px 0 30px;
    margin: 0px;
    text-align: center;
}

#pages a {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    margin: 0 2px;
}

#pages a.a1 {
    width: 56px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #037b3b;
    text-decoration: none;
    border-color: #037b3b;
}

#pages span {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #037b3b;
    border: 1px solid #037b3b;
    color: #fff;
    text-align: center;
    margin: 0 5px;
}

#pages a.next {
    width: 78px;
}

#pages a.prev {
    width: 78px;
}


/* 分页样式 end */


/* 新闻详情 */

.new-details {
    margin: 4% auto;
}

.new-details h3 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.NewsView-title-Source {
    text-align: center;
    line-height: 26px;
}

.new-dec {
    padding: 15px;
    line-height: 28px;
    color: #666;
    border: 1px solid #ccc;
    margin: 15px 0;
}

.new-con a {
    text-decoration: none!important;
}

.new-con img {
    max-width: 100%;
    margin: 0 auto;
}


/* 新闻详情 end */


/* 新闻列表 end */


/* 新闻列表响应式 ******************** */

@media ( max-width:1200px) {
    .newpg-li ul>li h3 {
        font-size: 20px;
    }
    .newpg-li ul>li button {
        width: 15%;
    }
}

@media ( max-width:1024px) {
    .newpg-class ul>li {
        width: 15%;
    }
    .newpg-li ul>li h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newpg-li ul>li button {
        display: none;
    }
}

@media ( max-width:576px) {
    .newpg-class ul {
        margin: 5% 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .newpg-class ul>li {
        width: 22%;
        margin-bottom: 2%;
    }
    .newpg-class ul>li>a {
        font-size: 14px;
    }
    .newpg-li {
        margin: 10% auto;
    }
    .newpg-li ul>li {
        margin-bottom: 6%;
    }
    .newpg-li ul>li .newpg-img {
        width: 30%;
    }
    .newpg-li ul>li .newpg-txt {
        width: 66%;
    }
    .newpg-li ul>li h3 {
        font-size: 16px;
        line-height: 32px;
    }
    .newpg-li ul>li p {
        font-size: 13px;
        line-height: 24px;
    }
    #pages a.prev,
    #pages a.next {
        width: 40px;
    }
    .new-details h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 3%;
    }
    .NewsView-title-Source {
        font-size: 13px;
        color: #666;
    }
    .new-dec {
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
    }
}


/* 新闻列表响应式 end */


/* 联系我们 */

.pg-conact {
    background: url(../images/p8-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 7% 0;
}

.pg-conact h2 {
    color: #00923f;
    font-size: 32px;
    text-align: center;
    margin-bottom: 1.5em;
}

.pg-conact p {
    line-height: 40px;
}

.pg-conact iframe {
    width: 100%;
    height: 35vh;
    margin-top: 4%;
}


/* 联系我们 end */


/* 联系我们响应式 ******************** */

@media ( max-width:576px) {
    .pg-conact h2 {
        font-size: 18px;
    }
    .pg-conact img {
        vertical-align: sub;
    }
    .pg-conact p>span {
        font-size: 16px!important;
    }
}


/* 联系我们响应式 end */


/* 慈善公益 */

.char-ban {
    margin-bottom: 5%;
}

.char-b {
    display: flex;
    flex-wrap: wrap;
}

.char-b .char-l {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.char-b .char-l h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #cc0000;
}

.char-b .char-l span {
    font-size: 24px;
    color: #cc0000;
    line-height: 46px;
    font-weight: 300;
}

.char-b .char-l em {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    margin: 3% 0;
}

.char-b .char-l .char-txt {
    width: 90%;
    line-height: 26px;
    font-size: 16px;
}

.char-b .char-lb h2 {
    font-weight: 500;
    margin-bottom: 3%;
}

.char-b .char-lb h2,
.char-b .char-lb p {
    padding-left: 8%;
}

.char-b .char-r {
    width: 50%;
}

.char-b .char-r img {
    width: 100%;
}

.huxue-li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6%;
}

.huxue-li ul>li {
    width: 30%;
}

.huxue-li ul>li>img {
    width: 100%;
}

.huxue-li>p {
    text-align: center;
    margin: 3% 0;
    font-size: 24px;
    color: #666;
    line-height: 46px;
}

.qhqy-li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qhqy-li ul>li {
    width: 48%;
}

.qhqy-li ul>li>img {
    width: 100%;
}

.qhqy-li>h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    color: #cc0000;
    text-align: center;
    margin-top: 3%;
}

.qhqy-li>p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 38px;
    margin-bottom: 3%;
}

.swn-li {
    margin-bottom: 6%;
}

.swn-li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swn-li ul>li {
    width: 48%;
}

.swn-li ul>li>img {
    width: 100%;
}

.swn-li>h2 {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    margin-top: 3%;
}

.swn-li>p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 38px;
    margin-bottom: 3%;
}


/* 慈善公益 end */


/* 慈善公益响应式 ********************* */

@media ( max-width:1400px) {
    .char-ban>img {
        height: 75vh;
    }
}

@media ( max-width:1200px) {
    .char-ban>img {
        height: 62vh;
    }
    .char-b .char-l h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .char-b .char-l span {
        font-size: 20px;
    }
    .char-b .char-l .char-txt {
        font-size: 15px;
        line-height: 28px;
    }
    .char-b .char-lb h2,
    .char-b .char-lb p {
        padding-left: 5%;
    }
    .huxue-li ul>li {
        width: 32%;
    }
    .huxue-li>p {
        font-size: 20px;
        line-height: 36px;
    }
    .qhqy-li>h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 2%;
    }
    .qhqy-li>p {
        font-size: 15px;
        line-height: 28px;
    }
    .swn-li>p {
        font-size: 15px;
        line-height: 28px;
    }
    .swn-li>h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 2%;
    }
}

@media ( max-width:768px) {
    .char-m {
        margin-top: 10vh;
    }
    .char-ban>img {
        height: 42vh;
    }
    .char-b .char-l h2 {
        font-size: 22px;
        line-height: 18px;
    }
    .char-b .char-l span {
        font-size: 16px;
    }
    .char-b .char-l .char-txt {
        font-size: 13px;
        line-height: 25px;
    }
    .char-b .char-l em {
        margin: 1% 0;
    }
}

@media ( max-width:576px) {
    .char-ban>img {
        height: 32vh;
    }
    .char-b .char-l,
    .char-b .char-r {
        width: 100%;
    }
    .char-b .char-l .char-txt {
        width: 100%;
    }
    .char-b .char-l {
        margin: 3% 0;
    }
    .char-b .char-lb h2,
    .char-b .char-lb p {
        padding-left: 0;
    }
    .huxue-li>p {
        font-size: 14px;
        line-height: 28px;
    }
    .qhqy-li>h2 {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .qhqy-li>p {
        font-size: 14px;
        line-height: 28px;
    }
    .swn-li>p {
        font-size: 14px;
        line-height: 28px;
    }
    .swn-li>h2 {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 0;
    }
}


/* 慈善公益响应式 end */


/*搜索中心*/

.search_title {}


/*搜索中心 end*/


/*下载中心*/

.newpg-class ul>li {
    width: 28%;
}

.soft-li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.soft-li ul>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 48%;
}

.soft-li ul>li h3 {
    font-size: 19px;
}

.soft-li ul>li .newpg-img {
    text-align: center;
    border-right: 1px solid #eee;
}

.soft-li ul>li .newpg-img img {
    width: 70%;
}

.soft-li ul>li:hover .newpg-img img {
    transform: scale(1);
}

.soft-li ul>li .newpg-txt {
    width: 47%;
}

.soft-li ul>li .dow-btn {
    width: 20%;
}

.soft-li ul>li .dow-btn a {
    display: block;
    color: #fff;
    background-color: #13cbb9;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 10%;
    cursor: pointer;
}


/*下载中心 end*/


/*下载中心响应式**************/

@media ( max-width:1200px) {
    .newpg-class ul>li {
        width: 20%;
    }
}

@media ( max-width:769px) {
    .newpg-class ul>li {
        width: 25%;
    }
}

@media ( max-width:576px) {
    .newpg-class ul>li {
        width: 44%;
    }
    .soft-li ul>li {
        width: 100%;
    }
    .soft-li ul>li h3 {
        font-size: 16px;
    }
    .newpg-li ul>li .newpg-img {
        width: 24%;
    }
}


/*下载中心响应式 end*/


/*在线留言*/

.gbook form {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gbook form>dl {
    width: 48.5%;
}

.gbook form>dl.f-dl {
    width: 100%;
}

.gbook form>dl input,
.gbook form>dl textarea {
    width: 99%;
    background-color: transparent;
    border: 0;
    border: 1px solid #999;
    padding-left: 1%;
    margin-bottom: 15px;
    line-height: 40px;
}

.gbook form>dl input {}

.gbook form>dl.f-dlpin dd {
    display: flex;
    flex-wrap: wrap;
}

.gbook form>dl.f-dlpin input {
    width: 78%;
    margin-bottom: 0;
}

.gbook form>dl.f-dlpin img {
    width: 20%;
    height: 100%;
}

.gbook form .form_b {
    width: 100%;
}

.gbook form .form_b input {
    width: 100%;
    border: 0;
    background-color: #00923f;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    border-radius: 10px;
    margin-top: 4%;
    cursor: pointer;
    transition: all 0.3s;
}

.gbook form .form_b input:hover {
    background-color: #00ae4b;
}


/*在线留言 end*/