 

.swiper_dialog,
.video_dialog {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: none;
}


.swiper_dialog.active ,
.video_dialog.active {
    display: flex;
}

.swiper_dialog .bg ,
.video_dialog .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.swiper_dialog .content .swiper-button-next,
.swiper_dialog .content .swiper-button-prev {
    width: 60px;
    height: 60px;
}
.swiper_dialog .content .swiper-slide {
    background: none;
    color: #FFF;
    line-height: 40PX;
}
.swiper_dialog .content .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.swiper_dialog .content {
    z-index: 9;
    
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    max-width: 100%;
}
.video_dialog .content {
    background: #000;
    z-index: 9;
    
    position: relative;
    width: 70%;
    border-radius: 5px;
    max-width: 1000px;
}
.swiper_dialog .content .operation ,
.video_dialog .content .operation {
    position: absolute;
    right: 10px;
    top: 10px;
	z-index:9;
}
.video_dialog .content .video {
    width: 100%;
    aspect-ratio: 16/9;
}
.swiper_dialog .content .close ,
.video_dialog .content .close {
    background: url("../images/close-bold.png") no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    cursor: pointer;
}

    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .line {
        display: block;
        width: 100%;
        height: 1px;
    }
    .banner_swiper {
        position: relative;
        margin-top: 100px;
    }
    .banner_swiper>img.pc_pic {
        display: block;
    }
    .banner_swiper>img.web_pic {
        display: none;
    }
    .banner_box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }
    .banner_box .p1 {
        font-size: 36px;
        color: #fff;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .banner_box .p1::before {
        position: absolute;
        left: 0;
        height: 3px;
        width: 50px;
        background: #f1d6bb;
        display: block;
        content: '';
        bottom: 0;
    }
    .banner_box .p2 {
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
    }
    .banner_box .w_100 {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .web_banner_swiper {
        display: none;
    }
    .banner_swiper .swiper-slide {
        position: relative;
    }
    .banner_swiper .swiper-slide .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_swiper .swiper-slide .txt div {
        text-align: left;
        color: #fff;
    }
    .banner_swiper .swiper-slide .txt div .p1 {
        margin-bottom: 35px;
        letter-spacing: 2px;
        text-align: left;
        color: #555555;
        font-size: 24px;
    }
    .banner_swiper .swiper-slide .txt div .p2 {
        text-align: left;
        font-size: 48px;
        color: #00785f;
        letter-spacing: 2px;
        margin-bottom: 45px;
    }
    .banner_swiper .swiper-slide .txt div .p3 span {
        color: #555555;
        font-size: 18px;
        margin-right: 30px;
        padding-left: 30px;
        background: url("../images/icon17.png") no-repeat center left;
    }
    .banner_swiper .swiper-slide .txt div .p4 {
    }
    .banner_swiper .swiper-slide .txt div .p4 a img {
        margin-right: 15px;
    }
    .banner_swiper .swiper-slide .txt div .p4 a {
        width: 345px;
        height: 60px;
        background: #f1d6bb;
        border-radius: 30px;
        display: inline-flex;
        font-size: 36px;
        color: #aa5a27;
        justify-content: center;
        align-items: center;
    }
    .banner_swiper .swiper-slide .txt div .p3 {
        display: flex;
        margin-bottom: 115px;
    }
  
    .banner_swiper .pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .banner_swiper .pagination>div {
        position: relative;
        height: 50px;
    }
    .banner_swiper .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
        left: 0;
        width: 10px;
        height: 10px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #a7b1bd;
        opacity: 1;
        margin: 0 5px;
        transition: 0.3s;
        height: 16px;
        width: 16px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
        opacity: 1;
        width: 50px;
        height: 16px;
        border-radius: 20px;
        background: #00785f;
    }
    .banner_swiper .pagination>div .button .swiper-pagination {
        position: unset;
        right: 0;
        width: 100px;
        left: auto;
        top: 0;
        font-size: 18px;
    }
    .banner_swiper .pagination>div .button .box {
        height: 100%;
        display: inline-flex;
    }
    .banner_swiper .pagination>div .button {
        display: flex;
        position: relative;
        position: absolute;
        right: 0;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        width: calc(50% - 110px);
    }
    .banner_swiper .swiper-button-next {
        background: url("../images/right_icon.png") no-repeat center;
        width: 65px;
        height: 65px;
        border: 1px solid #fff;
        top: 50%;
        margin-top: -32px;
        right: 4%;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .swiper-button-prev {
        background: url("../images/left_icon.png") no-repeat center;
        width: 65px;
        height: 65px;
        top: 50%;
        left: 4%;
        margin-top: -32px;
        border: 1px solid #fff;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .scroll {
        position: absolute;
        width: 100%;
        text-align: left;
        bottom: 50px;
        color: #fff;
        z-index: 9;
    }
    .banner_swiper .scroll .icon {}
    .banner_swiper .scroll .txt {
        margin-top: 20px;
        text-transform: uppercase;
    }


    .ppgs {
        padding: 110px 0;
        background: url("../images/index_bg3.png") no-repeat center;
    }

    .ppgs .w_100 {
        display: flex;
    }

    .ppgs .w_100 .pic {
        width: 560px;
        margin-right: 100px;
    }
    
    .ppgs .w_100 .info {
        flex: 1;
    }
    .ppgs .w_100 .info .title {
        flex: 1;
        margin-bottom: 40px;
    }
    
    .ppgs .w_100 .info .title .span2 {
        font-size: 36px;
        color: #252525;
        text-transform: uppercase;
        line-height: 36px;
    }
    .ppgs .w_100 .info .title .span1 {
        color: #00785f;
        font-size: 36px;
        font-weight: bold;
        margin-right: 30px;
        line-height: 36px;
    }
    
    .ppgs .w_100 .info .txt {
        line-height: 43px;
        color: #252525;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .ppgs .w_100 .info .sloga {
        color: #252525;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .ppgs .w_100 .info .link {
        margin-bottom: 35px;
    }
    .ppgs .w_100 .info .link a {
        display: inline-flex;
        width: 50px;
        height: 50px;
        background: #00785f;
        align-items: center;
        border-radius: 100px;
        justify-content: center;
    }

    .ppgs .w_100 .info .video {
        display: flex;
        font-size: 16px;
        color: #252525;
    }
    .ppgs .w_100 .info .video .p {
        flex: 1;
        margin-right: 65px;
        line-height: 35px;
    }
    .ppgs .w_100 .info .video .video_box {
        height: 260px;
        width: 395px;
        position: relative;
    }
    .ppgs .w_100 .info .video .video_box img {
        height: 260px;
    }



    .jjfa {
        padding-bottom: 95px;
        background: #fff;
    }
    .jjfa .common_title {
        margin-bottom: 70px;
    }
    .jjfa {
    }


    .gyhy .common_title,
    .xwmt .common_title,
    .jjfa .common_title {
        border-bottom: 1px solid #ececec;
        padding: 65px 0;
    }
    .gyhy .common_title .w_100 ,
    .xwmt .common_title .w_100 ,
    .jjfa .common_title .w_100 {
        display: flex;
        justify-content: space-between;
    }
    .gyhy .common_title .w_100 .span2 ,
    .xwmt .common_title .w_100 .span2 ,
    .jjfa .common_title .w_100 .span2 {
        font-size: 30px;
        color: #acacac;
        line-height: 36px;
        text-transform: uppercase;
    }
    .gyhy .common_title .w_100 .span1 i,
    .xwmt .common_title .w_100 .span1 i,
    .jjfa .common_title .w_100 .span1 i {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        margin-right: 20px;
        border: 4px solid #00785f;
    }
    .gyhy .common_title .w_100 .span1 ,
    .xwmt .common_title .w_100 .span1 ,
    .jjfa .common_title .w_100 .span1 {
        color: #222222;
        font-size: 36px;
        font-weight: bold;
        margin-right: 30px;
        line-height: 36px;
    }

    .gyhy .common_title .w_100 .link  a ,
    .xwmt .common_title .w_100 .link  a ,
    .jjfa .common_title .w_100 .link  a {
        text-transform: uppercase;
        color: #aa5a27;
        font-size: 14px;
        width: 130px;
        background: #f1d6bb;
        height: 40px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
    }
    .jjfa {
        width: 100%;
        overflow: hidden;
    }

    .jjfa .swiper {
        width: 100%;
        transform: scale(1.1);
    }
    .jjfa .swiper .swiper-container{
        padding: 80px 0;
    }
    .jjfa .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
      transform: scale(0.8);
    }
	.jjfa .swiper-slide-active,
    .jjfa .swiper-slide-duplicate-active{
      transform: scale(1.2);
	}

    .jjfa .swiper-slide .txt {
        padding: 30px 0;
        color: #00785f;
        font-size: 18px;
    }
    

    .cpxl .swiper-slide .box {
        display: flex;
    }
    .cpxl .tab {
        margin: 70px auto;
    }
    .cpxl .tab .w_100 span {
        margin: 0 10px;
        display: inline-flex;
        padding: 0 35px;
        border-radius: 20px;
        height: 47px;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #00785f;
        cursor: pointer;
        transition: 0.5s;
    }
    .cpxl .tab .w_100 span:hover ,
    .cpxl .tab .w_100 span.active {
        color: #aa5a27;
        background: #f1d6bb;
    }
    .cpxl .tab .w_100{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .jjfa .swiper .operation>div {
        display: inline-flex;
        align-items: center;
        margin-top: 50px;
    }
    .jjfa .swiper .operation {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jjfa .swiper .operation .swiper-button-next2,
    .jjfa .swiper .operation .swiper-button-prev2 {
        position: unset;
        height: 20px;
        margin-top: 0;
    }
    .jjfa .swiper .operation .swiper-button-next2:after {
        content: "next";
        display: block;
        color: #434343;
        font-size: 14px;
        cursor: pointer;
    }
    .jjfa .swiper .operation .span {
        display: inline-block;
        width: 80px;
        height: 25px;
        border-radius: 15px;
        margin: 0 10px;
        background: #434343;
    }
    .jjfa .swiper .operation .swiper-button-prev2:after {
        content: "prev";
        display: block;
        font-size: 14px;
        color: #434343;
        cursor: pointer;
    }
    .jjfa .swiper .operation .swiper-button-next2:hover:after ,
    .jjfa .swiper .operation .swiper-button-prev2:hover:after {
        color: #00785f;
    }
    .jjfa .swiper .operation .swiper-pagination {
        position: unset;
        display: flex;
        align-items: center;
    }
    
    .jjfa .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 3px;
        margin: 0 auto;
        background: #eeeeee;
        border-radius: 0px;
        transition: 0.5s;
        opacity: 1;
    }
    .jjfa .swiper-pagination .swiper-pagination-bullet-active{
        background: #434343;
        border-radius: 0px;
    }

    .jjfa .swiper .operation .swiper-pagination {
        position: unset;
        display: flex;
        align-items: center;
    }
    
    .jjfa .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 3px;
        margin: 0 auto;
        background: #eeeeee;
        border-radius: 0px;
        transition: 0.5s;
        opacity: 1;
    }
    .jjfa .swiper-pagination .swiper-pagination-bullet-active{
        background: #434343;
        border-radius: 0px;
    }
    .gyhy {
        background: url("../images/index_bg1.png") no-repeat;
        background-size: cover;
    }

    .jjfa_details .title {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #efefef;
        padding: 50px 0;
    }
    .news_details1 .title {
        border-bottom: 0px solid #efefef;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    
    .news_details1 .info span {
        margin: 0 10px;
    }
    .news_details1 .info {
        font-size: 16px;
        color: #9b9b9b;
        text-align: center;
        border-bottom: 1px solid #efefef;
        margin-bottom: 70px;
        padding-bottom: 50px;
    }
    .jjfa_details .other {
        padding: 50px 0;
        display: flex;
        justify-content: space-between;
    }
    .jjfa_details .other .btn a:hover {
        color: #f1d6bb;
        background: #a25d2c;
    }
    .jjfa_details .other .btn a {
        display: block;
        width: 160px;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        text-align: center;
        color: #a25d2c;
        border-radius: 40px;
        background: #f1d6bb;
        transition: 0.5s;
    }
    .jjfa_details .other .link a {
        display: block;
        color: #525252;
        font-size: 16px;
        line-height: 30px;
    }
    .jjfa_details .content {
        padding: 50px 0;
        border-bottom: 1px solid #efefef;
    }
    .jjfa_details .content .txt {
        color: #5c5c5c;
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 50px;
    }
    .jjfa_details .content .pic {
        text-align: center;
        margin-bottom: 50px;
    }
    .jjfa_details .content .pic img {
        margin: 0 auto;
        max-width: 100%;
    }

    .gyhy .box1{
        padding: 100px 0;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
    .gyhy .box1 .w_100 {
        align-items: flex-start;
        display: flex;
    }
    .gyhy .box1 .w_100 .video {
        width: 730px;
        margin-left: 125px;
        position: relative;
    }
    .gyhy .box1 .w_100 .video .btn {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 75px;
        cursor: pointer;
        height: 75px;
    }
    .gyhy .box1 .w_100 .video .btn:hover img {
        transform: scale(1.1);
    }
    .gyhy .box1 .w_100 .video .btn img {
        transition: 0.5s;
        width: 100%;
    }
    .gyhy .box1 .w_100 .info .txt {
        color: #555555;
        font-size: 16px;
        line-height: 35px;
    }
    .gyhy .box1 .w_100 .info .title {
        color: #00785f;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .gyhy .box1 .w_100 .info {
        width: calc(100% - 855px);
    }
    .gyhy .box2 .w_100 {
        display: flex;
        padding: 50px 0;
    }
    .gyhy .box2 .w_100 .item {
        display: flex;
        width: 25%;
        padding: 0 50px;
    }
    .gyhy .box2 .w_100 .txt {}
    .gyhy .box2 .w_100 .txt .p1{
        color: #a25d2c;
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .gyhy .box2 .w_100 .txt .p2{
        font-size: 16px;
        color: #555555;
        line-height: 18px;
    }
    .gyhy .box2 .w_100 .icon {
        margin-right: 30px;
    }
    .gyhy .box2 .w_100 .icon img {
        height: 69px;
    }


    
    .gyhy .box1{
        padding: 100px 0;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
    .gyhy .box1 .w_100 {
        display: flex;
    }
    .gyhy .box1 .w_100 .video {
        width: 730px;
        margin-left: 125px;
        position: relative;
    }
    .gyhy .box1 .w_100 .video .btn {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 75px;
        cursor: pointer;
        height: 75px;
    }
    .gyhy .box1 .w_100 .video .btn:hover img {
        transform: scale(1.1);
    }
    .gyhy .box1 .w_100 .video .btn img {
        transition: 0.5s;
        width: 100%;
    }
    .gyhy .box1 .w_100 .info .txt {
        color: #555555;
        font-size: 16px;
        line-height: 35px;
    }
    .gyhy .box1 .w_100 .info .title {
        color: #00785f;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .gyhy .box1 .w_100 .info {
        width: calc(100% - 855px);
    }
    .gyhy .box2 .w_100 {
        display: flex;
        padding: 50px 0;
    }
    .gyhy .box2 .w_100 .item {
        display: flex;
        width: 25%;
        padding: 0 50px;
    }
    .gyhy .box2 .w_100 .txt {}
    .gyhy .box2 .w_100 .txt .p1{
        color: #a25d2c;
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .gyhy .box2 .w_100 .txt .p2{
        font-size: 16px;
        color: #555555;
        line-height: 18px;
    }
    .gyhy .box2 .w_100 .icon {
        margin-right: 30px;
    }
    .gyhy .box2 .w_100 .icon img {
        height: 69px;
    }
    .jjfa {
        position: relative;
    }
    
    .cpxl .swiper {
        transform: scale(1);
    }
    .cpxl .swiper .swiper-container {
        overflow: inherit;
        padding: 10px 0;
    }
    .cpxl .swiper-slide-active,
    .cpxl .swiper-slide-duplicate-active{
        transform: scale(1);
    }
    .cpxl .swiper-slide .box {
        box-shadow: 0 0 10px #ccc;
        display: flex;
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }
    .cpxl .swiper-slide .box .pic img {
        height: 100%;
        display: block;
        aspect-ratio: 1 / 1;
    }
    .cpxl .swiper-slide .box .pic {
    }
    .cpxl .swiper-slide .box .txt {
        padding: 45px;
        text-align: left;
        width: 500x;
    }
    .cpxl .swiper-slide .box .txt .t1 {
        text-transform: uppercase;
        color: #303030;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .cpxl .swiper-slide .box .txt .t2::before {
        display: block;
        content: '';
        width: 65px;
        height: 5px;
        background: #00785f;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .cpxl .swiper-slide .box .txt .t2 {
        color: #303030;
        font-size: 30px;
       
        line-height: 30px;
        font-weight: bold;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .cpxl .swiper-slide .box .txt .t3 {
        font-size: 14px;
        line-height: 25px;
        color: #565656;
        margin-bottom: 60px;
    }
    .cpxl .swiper-button-next ,
    .cpxl .swiper-button-prev {
        width: 61px;
    }
    .cpxl .swiper-slide .box .txt .t4 span {
        display: inline-flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        background: #f1d6bb url("../images/icon18.png") no-repeat center;

    }
    .xwmt {
        background: url("../images/index_bg2.png") no-repeat;
        background-size: cover;
    }
    .xwmt .common_title {
        border-bottom: 1px solid #efefef;
    }
    
    .xwmt .content a {
    
    }
    .xwmt .content .w_100 {
        display: flex;
        justify-content: space-between;
        padding: 65px 0 140px;
        align-items: flex-start;
    }
    .xwmt .content .left {
        width: 644px;
        display: flex;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        margin-right: 155px;
        padding-bottom: 45px;
    }
    .xwmt .content .left .info {
        padding: 0 20px;
        width: 100%;
    }
    .xwmt .content .left .pic {
        width: 100%;
        margin-bottom: 40px;
    }
    .xwmt .content .left .pic img {
        width: 100%;
    }
    
    .xwmt .content .right {
        flex: 1;
    }

    .xwmt .content a.left .time {
        width: 200px;
        position: relative;
        color: #787878;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .xwmt .content a.left .txt .t1 {
        color: #252525;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xwmt .content a.left .txt .t2 {
        line-height: 30px;
        height: 60px;
        color: #666666;
        font-size: 14px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    

    .xwmt .content .right .time {
        width: 200px;
        position: relative;
        color: #787878;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .xwmt .content .right a {
        padding-bottom: 25px;
        margin-bottom: 35px;
        border-bottom: 1px solid #eeeeee;
        display: flex;
        flex-wrap: wrap;
    }
    .xwmt .content .right .txt .t1 {
        color: #252525;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xwmt .content .right .txt .t2 {
        line-height: 30px;
        height: 60px;
        color: #666666;
        font-size: 14px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    .slogan {
        background: url("../images/index_bg3.png");
        background-size: cover;
    }
    .slogan .w_100 {
        display: flex;
        justify-content: space-between;
        height: 230px;
        align-items: center;
        color: #fff;
    }
    .slogan .w_100 .right img {
        margin-right: 25px;
    }
    .slogan .w_100 .right {
        padding: 0 35px;
        border-radius: 30px;
        font-size: 30px;
        cursor: pointer;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #aa5a27;
        background: #f1d6bb;
        transition: 0.5s;
    }
    .slogan .w_100 .right:hover {
        transform: scale(1.1);
    }
    .slogan .w_100 .left {
        font-size: 36px;
        line-height: 1;
    }
    .product_tab {
        border-bottom: 1px solid #efefef;
    }

    .product_tab .w_100 {
        display: flex;
    }
    .product_tab .w_100 span {
        width: 195px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #252525;
        transition: 0.5s;
        cursor: pointer;
    }

    .product_tab .w_100 span:hover,
    .product_tab .w_100 span.active {
        color: #fff;
        background: #00785f;
    }
    
    .product_list {
        padding: 70px 0;
    }

    .product_list .w_100 {
        display: flex;
        flex-wrap: wrap;
    }
    .product_list .w_100 a {
        display: block;
        margin-right: 35px;
        margin-bottom: 35px;
        width: calc((100% - 70px) / 3);
    }

    .product_list .w_100 a .pic {
        width: 100%;
        overflow: hidden;
    }
    .product_list .w_100 a .pic img {
        transition: 0.5s;
    }
    .product_list .w_100 a:hover .pic img {
        transform: scale(1.1);
    }
    .product_list .w_100 a:nth-child(3n) {
        margin-right: 0;
    }

    .product_list .w_100 .name {
        text-align: center;
        line-height: 75px;
        height: 75px;
        color: #252525;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #efefef;
    }









    /*----------------------------------------------------------------------------------------*/
    
    .xlwm_box1 .title {
        padding: 70px 0;
        font-size: 36px;
        color: #00785f;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .xlwm_box1 .info {
        padding: 40px 0;
        font-size: 16px;
        color: #252525;
    }
    .xlwm_box1 .info .t1 {
        line-height: 30px;;
        margin-bottom: 40px;
    }
    .xlwm_box1 .info .list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .xlwm_box1 .info .list span img { 
        width: 22px;
        margin-right: 15px;
    }
    .xlwm_box1 .info .list span {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        margin-right: 40px;
    }
    .xlwm_box2 {
        background: #f2f2f2;
    }
    
    .xlwm_box2 .title {
        padding: 70px 0;
        font-size: 36px;
        color: #00785f;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
    }
    .xlwm_box2 form {
        display: flex;
        padding: 45px 0;
        flex-wrap: wrap;
    }
    .xlwm_box2 form .left {
        width: 500px;
        margin-right: 45px;
    }
    .xlwm_box2 form .right {
        flex: 1;
    }
    .xlwm_box2 form .item {
        margin-bottom: 30px;
    }
    .xlwm_box2 form .item .label {
        font-size: 16px;
        line-height: 20px;
        color: #252525;
        margin-bottom: 15px;
    }
    .xlwm_box2 form .item input {
        width: 100%;
        background: #fff;
        border: none;
        outline: none;
        height: 55px;
    }
    .xlwm_box2 form .item textarea {
        width: 100%;
        background: #fff;
        border: none;
        outline: none;
        height: 295px;
    }
    
    .xlwm_box2 form .submit input {
        width: 100%;
        border: none;
        cursor: pointer;
        background: #00785f;
        color: #fff;
        font-size: 16px;
        transition: 0.5s;
        height: 55px;
    }
    .xlwm_box2 form .submit {
        width: 100%;
    }
    /*----------------------------------------------------------------------------------------*/


    
    /*----------------------------------------------------------------------------------------*/
    
    .ppjs_box1 .title {
        padding: 70px 0;
        font-size: 36px;
        color: #00785f;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .ppjs_box1 .name {
        margin-top: 50px;
        font-size: 36px;
        margin-bottom: 70px;
    }
    .ppjs_box1 .name .span1{
        color: #00785f;
        font-weight: bold;
    }
    .ppjs_box1 .name .span2 {
        color: #252525;
        text-transform: uppercase;
        margin-left: 30px;
    }
    .ppjs_box1 .info {
        display: flex;
        justify-content: space-between;
    }
    .ppjs_box1 .info div {
        font-size: 16px;
        color: #252525;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .ppjs_box1 .info .left_t {
        width: 60%;
    }
    .ppjs_box1 .info .right_t {
        width: 33%;
    }
    .ppjs_box2 .w_100 {
        display: flex;
        padding: 90px 0;
    }
    .ppjs_box2 .w_100 .info .title .span1 {
        font-size: 36px;
        color: #00785f;
        font-weight: bold;
    }
    .ppjs_box2 .w_100 .info .title .span2 {
        font-size: 36px;
        color: #252525;
        text-transform: uppercase;
    }
    .ppjs_box2 .w_100 .info .title {
        display: flex;
        height: 40px;
        margin: 40px auto;
        align-items: center;
    }
    .ppjs_box2 .w_100 .info .pic {
        display: flex;
        justify-content: center;
    }
    .ppjs_box2 .w_100 .info .txt {
        font-size: 16px;
        color: #252525;
        line-height: 35px;
        margin-top: 55PX;
    }
    .ppjs_box2 .w_100 .info {
        width: 50%;
        background: url("../images/ppjs_pic.png") no-repeat right bottom;
        background-size: calc(100% - 120px);
    }
    .ppjs_box2 .w_100 .info {
        padding-left: 90px;
        width: 50%;
    }
    /*----------------------------------------------------------------------------------------*/

    
    /*----------------------------------------------------------------------------------------*/
    .xwlb_box .title {
        padding: 70px 0;
        font-size: 36px;
        color: #00785f;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .xwlb_box .content a {
        display: flex;
        padding: 25px 0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #efefef;
    }
    .xwlb_box .content a .left {
        display: flex;
    }

    .xwlb_box .content a .time::before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background: #00785f;
    }

    .xwlb_box .content a .time {
        width: 200px;
        padding-left: 30px;
        position: relative;
    }
    .xwlb_box .content a .time {
        color: #252525;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
    }
    .xwlb_box .content a .txt .t1 {
        color: #252525;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xwlb_box .content a .txt .t2 {
        line-height: 26px;
        height: 52px;
        color: #252525;
        font-size: 14px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .xwlb_box .content a .txt {
        width: 600px;
    }
    /*----------------------------------------------------------------------------------------*/








    /*----------------------------------------------------------------------------------------*/
    
    .common_address {
        border-bottom: 1px solid #efefef;
    }
    .common_address .w_100 {
        display: flex;
        font-size: 14px;
        color: #6d6d6d;
        align-items: center;
        padding: 30px 0;
    }
    
    .common_address .w_100 span img {
        margin-right: 15px;
    }
    .common_address .w_100 span {
        margin: 0 5px;
    }
    .common_address .w_100 a {
        color: #6d6d6d;
        transition: 0.5s;
    }
    .common_address .w_100 a:hover{
        color: #00785f;
    }
    .xwxq {
        margin-bottom: 100px;
    }
    .xwxq .name {
        padding: 70px 0;
        font-size: 36px;
        color: #00785f;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .xwxq .date {
        text-align: center;
        color: #85848c;
        font-size: 14px;
        line-height: 65px;
    }
    .xwxq .info {
        
        border-bottom: 1px solid #fafafa;
        padding-bottom: 50px;
    }
    .xwxq .other {
        padding-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0;
    }
    .xwxq .other a:hover {
        color: #00785f;
    }
    .xwxq .other a {
        color: #85848c;
        font-size: 16px;
        transition: 0.5s;
    }
    
    .xwxq .info p {
        margin-top: 20px;
        color: #252525;
        line-height: 35px;
    }

    /*----------------------------------------------------------------------------------------*/

    .pro_content>.w_100{
        display: flex;
        justify-content: space-between;
    }
    .pro_content .pro_left {
        width: 400px;
        margin-right: 70px;
    }
    .pro_content .pro_right {
        width: calc(100% - 470px);
        margin-top: 40px;
    }
    .pro_content .pro_right .list {
        display: flex;
        flex-wrap: wrap;
    }
    .pro_content .pro_right .list a {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
        padding: 22px;
        border: 1px solid #efefef;
        transition: 0.5s;
        background: #fff;
    }
    .pro_content .pro_right .list a:hover {
        background: #00785f;
    }
    .pro_content .pro_right .list a:nth-child(3n) {
        margin-right: 0;
    }
    .pro_content .pro_right .list a .name {
        margin-top: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #222222;
    }
    .pro_content .pro_right .list a:hover .name {
        color: #fff;
    }
    .pro_content .pro_right .list a .pic {
        width: 100%;
    }
    .pro_content .pro_right .list a .pic img {
        width: 100%;
    }
    .pro_content .pro_left {
        margin-top: 40px;
    }
    .pro_content .pro_left .pro_search button {
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f1d6bb;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
    }
    .pro_content .pro_left .pro_search button:hover {
        background: #f4c99e;
    }
    .pro_content .pro_left .pro_search input {
        border: 1px solid #efefef;
        height: 55px;
        outline: none;
        padding: 0 20px;
        width: calc(100% - 55px);
    }
    .pro_content .pro_left .pro_search form {
        display: flex;
    }
    .pro_content .pro_left .pro_search {
        /* padding: 30px 20px; */
        /* border-bottom: 1px solid #efefef; */
        margin-bottom: 30px;
    }
    .pro_content .pro_left .pro_tj,
    .pro_content .pro_left .pro_list {
        border-top: 5px solid #00785f;
        padding: 25px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 30px;
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }
    .pro_content .pro_left .pro_tj .title ,
    .pro_content .pro_left .pro_list .title {
        margin-bottom: 25px;
        font-size: 24px;
        color: #222222;
        font-weight: bold;
    }
    .pro_content .pro_left .pro_list .item {
        border-bottom: 1px solid #efefef;
    }
    .pro_content .pro_left .pro_list .item.active .p {
        color: #a25d2c;
    }
    .pro_content .pro_left .pro_list .item.active .p i {
        background: url("../images/icon26_1.png") no-repeat center left;
    }
    .pro_content .pro_left .pro_list .item .p {
        height: 55px;
        cursor: pointer;
        line-height: 55px;
        padding: 0 25px;
        color: #222222;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .pro_content .pro_left .pro_list .item .p:hover a {
        color: #00785f;
    }
    .pro_content .pro_left .pro_list .item .p i {
        width: 30px;
        height: 30px;
        background: url("../images/icon26.png") no-repeat center left;
    }
    .pro_content .pro_left .pro_list .item .link {
        padding-bottom: 25px;
        display: none;
    }
    .pro_content .pro_left .pro_list .item.active .link {
        display: block;
    }

    .pro_content .pro_left .pro_list .item .link a {
        color: #6f6e6e;
        font-size: 16px;
        line-height: 35px;
        overflow: hidden;
        display: block;
        width: 100%;
        padding:  0 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pro_content .pro_left .pro_tj .list a {
        display: flex;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #efefef;
    }
    .pro_content .pro_left .pro_tj .list a .name {
        padding: 0 20px;
        flex: 1;
    }

    .pro_content .pro_left .pro_tj .list a:hover .name {
        color: #00785f;
    }
    .pro_content .pro_left .pro_tj .list a {}
    /*----------------------------------------------------------------------------------------*/

/*--------------------project_details------------------------*/





.project_details1 {
    margin-top: 55px;
}
.project_details1 .w_100 {
    border: 1px solid #efefef;
    padding: 10px;
    display: flex;
}
.project_details1 .swiper {
  margin-left: auto;
  margin-right: auto;
}

.project_details1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.project_details1 .mySwiper2 {
  width: 540px;
  height: 540px;
}

.project_details1 .mySwiper {
  height: 80px;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 10px 0px;
  margin: 0 30px;
  width: calc(540px - 60px);
}

.project_details1 .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.7;
}

.project_details1 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.project_details1 .swiper-button-next,
.project_details1 .swiper-button-prev {
    width: 10px;
}
.project_details1 .swiper-button-next:after {
    font-size: 24px;
    display: flex;
    content: '>';
    font-family: cursive;
}
.project_details1 .swiper-button-prev:after {
    font-size: 24px;
    display: flex;
    content: '<';
    font-family: cursive;
}
.project_details1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_details1 .swiper_botoom {
    position: relative;
}

.project_details1 .txt{
    flex: 1;
    margin-left: 50px;
}

.project_details1 .txt .name {
    padding: 25px 0;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #00785f;
    border-bottom: 1px solid #efefef;
}
.project_details1 .txt .content {
    margin-top: 15px;
}
.project_details1 .txt .details  type {
    font-size: 16px;
}
.project_details1 .txt .details  span {
    color: #a25d2c;
}
.project_details1 .txt .details  {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    color: #727272;
    line-height: 30px;
    margin-bottom: 25px;
}
.project_details1 .txt .tel  {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.project_details1 .txt .tel span {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #515151;
}
.project_details1 .txt .tel span img {
    margin-right: 10px;
}
.project_details1 .txt .tel a {
    font-size: 24px;
    color: #a25d2c;
}
.project_details1 .txt .button button {
    width: 160px;
    height: 50px;
    color: #a25d2c;
    background: #f1d6bb;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}
.project_details2 {
    margin-top: 65px;
}

.project_details2 .tab  {
    display: flex;
    margin-bottom: 65px;
    border-bottom: 1px solid #efefef;
}
.project_details2 .details p b {
    color: #00785f;

}
.project_details2 .details {
    padding: 0 15px;
}
.project_details2 .details p{
    color: #515151;
    font-size: 16px;
    line-height: 35px;
}
.project_details2 .tab span {
    width: 170px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    background: #00785f;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
}
.project_details2 .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    justify-content: space-between;
}
.project_details2 .list .item {
    width: 485px;
    margin-bottom: 20px;
}
.project_details2 .list .item .txt {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.project_details2  .operation {
    background: #fff;
    border-top: 1px solid #efefef;
    margin-bottom: 100px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    height: 55px;
    padding: 10px 0;
    align-items: center;
    margin-bottom: 70px;
    width: 100%;
}

.project_details2  .operation a{
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;

}
/*--------------------project_details------------------------*/




.about_box .box1>.title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-top: 75px;
}
.about_box .box1 .w_100 {
    display: flex;
    align-items: flex-start;
}
.about_box .box1 .w_100 .video {
    width: 730px;
    margin-right: 125px;
    position: relative;
}
.about_box .box1 .w_100 .video .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    cursor: pointer;
    height: 75px;
}
.about_box .box1 .w_100 .video .btn:hover img {
    transform: scale(1.1);
}
.about_box .box1 .w_100 .video .btn img {
    transition: 0.5s;
    width: 100%;
}
.about_box .box1 .w_100 .info .txt {
    color: #555555;
    font-size: 16px;
    line-height: 35px;
}
.about_box .box1 .w_100 .info .title {
    color: #00785f;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
}
.about_box .box1 .w_100 .info {
    width: calc(100% - 855px);
}
.about_box .box2 .w_100 {
    display: flex;
    padding: 50px 0;
    box-shadow: 0 0 10px #ccc;
    margin-top: 60px;
    margin-bottom: 70px;
}
.about_box .box2 .w_100 .item {
    display: flex;
    width: 25%;
    padding: 0 50px;
}
.about_box .box2 .w_100 .txt {}
.about_box .box2 .w_100 .txt .p1{
    color: #a25d2c;
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    font-weight: bold;
}
.about_box .box2 .w_100 .txt .p2{
    font-size: 16px;
    color: #555555;
    line-height: 18px;
}
.about_box .box2 .w_100 .icon {
    margin-right: 30px;
}
.about_box .box2 .w_100 .icon img {
    height: 69px;
}
.about_swiper .title {
    font-size: 30px;
    color: #222;
    margin-bottom: 25px;
    font-weight: bold;
}
.about_swiper .box {
    background: #eeeeee;
    padding: 15px;
    cursor: pointer;
}
.about_swiper .box .txt {
    margin-top: 15px;
    margin-bottom: 15px;
}
.about_swiper {
    background: url("../images/about_bg.png") no-repeat center bottom;
    background-size: cover;
    padding-bottom: 50px;
}
.about_swiper .swiper-container {
    padding-bottom: 100px;
}
.about_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #8c8c8c;
    opacity: 1;
}
.about_swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #a25d2c;
}






.jjfa_box .title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-top: 75px;
}
.jjfa_box .w_100 {
    display: flex;
    flex-wrap: wrap;
}
.jjfa_box .w_100 a {
    display: block;
    transition: 0.5s;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 40px;
}
.jjfa_box .w_100 a:nth-child(3n) {
    margin-right: 0px;
}
.jjfa_box .w_100 a .pic {
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.jjfa_box .w_100 a .pic img {
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    transition: 0.5s;
}
.jjfa_box .w_100 a:hover .pic img {
    transform: scale(1.1);
}
.jjfa_box .w_100 a .name {
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    background: #efefef;
    transition: 0.5s;
    text-align: center;
    color: #000;
}
.jjfa_box .w_100 a:hover .name {
    color: #fff;
    background: #00785f;
}





.contact_box .name {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-top: 75px;
}

.contact_box .info {
    display: flex;
    justify-content: space-between;
}
.contact_box .info .item {
    width: calc(50% - 30px);
    background: #eff1f5;
}
.contact_box .info .item .txt .details {
    color: #565656;
    font-size: 14px;
    line-height: 35px;
}
.contact_box .info .item .txt .title {
    color: #004190;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.contact_box .info .item .txt {
    padding: 45px;
}


.contact_box {
    margin-bottom: 120px;
}
.contact_form,
.contact_box .info1 {
    display: flex;
    align-items: center;
}
.contact_box .info1 .txt{
    width: 50%;
}
.contact_box .info1 .map{
    width: 50%;
}

.contact_box .info1 .txt {
    display: flex;
    align-items: flex-end;
}
.contact_box .info1 .ewm p {
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    margin-left: 30px;
}
.contact_box .info1 .ewm {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.contact_box .info1 .details {
    padding-left: 30px;
    margin-right: 100px;
}
.contact_box .info1 .details .title {
    font-weight: bold;
    color: #00785f;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}

.contact_box .info1 .details .item .p1 {
    color: #00785f;
    font-size: 16px;
    line-height: 36px;
}

.contact_box .info1 .details .item .p2 {
    color: #222222;
    font-size: 16px;
    line-height: 36px;
}





.news_list .item1 {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}
.news_list .item1 .pic {
    width: 415px;
    height: 280px;
    margin-right: 45px;
    overflow: hidden;
}
.news_list .item1 .pic img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.news_list .item1:hover .pic img {
    transform: scale(1.1);
}
.news_list .item1 .info {
    width: calc(100% - 460px);
    display: flex;
    align-items: center;
}
.news_list .item1 .info .details {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #5c5c5c;
    font-size: 16px;
}
.news_list .item1 .info .name {
    font-size: 24px;
    color: #363636;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.news_list .item1 .info .date {
    color: #bebebe;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.news_list .item2:hover .name {
    color: #00785f;
}
.news_list .item2 {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
    justify-content: space-between;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #363636;
}
.news_list .item2::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #363636;
    border-radius: 100px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    display: block;
    content: '';
}



.cpxl .swiper {
    transform: scale(1);
}
.cpxl .swiper-container {
    overflow: inherit;
    padding: 10px 0;
}
.cpxl .swiper-slide-active,
.cpxl .swiper-slide-duplicate-active{
    transform: scale(1);
}
.cpxl .swiper-slide .box {
    box-shadow: 0 0 10px #ccc;
    display: flex;
    margin: 0 auto;
    background: #fff;
    width: 900px;
}
.cpxl .swiper-slide .box .pic img {
    height: 100%;
    display: block;
    aspect-ratio: 1 / 1;
}
.cpxl .swiper-slide .box .pic {
}
.cpxl .swiper-slide .box .txt {
    padding: 45px;
    text-align: left;
    flex: auto;
    width: 500px;
}
.cpxl .swiper-slide .box .txt .t1 {
    text-transform: uppercase;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.cpxl .swiper-slide .box .txt .t2::before {
    display: block;
    content: '';
    width: 65px;
    height: 5px;
    background: #00785f;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cpxl .swiper-slide .box .txt .t2 {
    color: #303030;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.cpxl .swiper-slide .box .txt .t3 {
    font-size: 14px;
    line-height: 25px;
    color: #565656;
    max-width: 345px;
    width: 100%;
    margin-bottom: 60px;
}
.cpxl .swiper-button-next {
    width: 61px;
    left: calc(50%  + 500px - 61px);
}
.cpxl .swiper-button-prev {
    width: 61px;
    left: calc(50% - 500px);
}
.cpxl .swiper-slide .box .txt .t4 a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #f1d6bb;

}
.cpxl,
.jjfa {
    padding-bottom: 95px;
    background: #fff;
}
.cpxl .common_title ,
.jjfa .common_title {
    margin-bottom: 70px;
}
.jjfa {
}


.gyhy .common_title,
.cpxl .common_title,
.xwmt .common_title,
.jjfa .common_title {
    border-bottom: 1px solid #ececec;
    padding: 65px 0;
}
.cpxl .common_title .w_100 ,
.gyhy .common_title .w_100 ,
.xwmt .common_title .w_100 ,
.jjfa .common_title .w_100 {
    display: flex;
    justify-content: space-between;
}
.cpxl .common_title .w_100 .span2 ,
.gyhy .common_title .w_100 .span2 ,
.xwmt .common_title .w_100 .span2 ,
.jjfa .common_title .w_100 .span2 {
    font-size: 30px;
    color: #acacac;
    line-height: 36px;
    text-transform: uppercase;
}
.cpxl .common_title .w_100 .span1 i,
.gyhy .common_title .w_100 .span1 i,
.xwmt .common_title .w_100 .span1 i,
.jjfa .common_title .w_100 .span1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin-right: 20px;
    border: 4px solid #00785f;
}
.cpxl .common_title .w_100 .span1 ,
.gyhy .common_title .w_100 .span1 ,
.xwmt .common_title .w_100 .span1 ,
.jjfa .common_title .w_100 .span1 {
    color: #222222;
    font-size: 36px;
    font-weight: bold;
    margin-right: 30px;
    line-height: 36px;
}

.cpxl .common_title .w_100 .link  a ,
.gyhy .common_title .w_100 .link  a ,
.xwmt .common_title .w_100 .link  a ,
.jjfa .common_title .w_100 .link  a {
    text-transform: uppercase;
    color: #aa5a27;
    font-size: 14px;
    width: 130px;
    background: #f1d6bb;
    height: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.cpxl,
.jjfa {
    width: 100%;
    overflow: hidden;
}


#index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#index-banner .banner_bg {
}

#index-banner .swiper-container {
	width: 100%;
}


#index-banner .swiper-pagination {
	opacity: 0;
	top: 0;
	bottom: unset;
	right: 0;
	margin: 0 auto;
	text-align: right;
}

#index-banner .swiper-pagination-bullet {
	width: 35px;
	height: 3px;/*增加可点击区域*/
	opacity: 1;
	background: none;
	border-radius: 0;
	margin: 0 1px;
	vertical-align: top;
	border-top: 4px solid #272727;
	outline: none;
}

#index-banner .swiper-pagination-bullet-active {
	height: 0px;
	border-top: 7px solid #ff7900;
	padding-bottom: 0;
}

#index-banner .swiper-slide {
	width: auto;
}

.cpxl .swiper-slide .box {
    display: flex;
}
.cpxl .tab {
    margin: 70px auto;
}
.cpxl .tab .w_100 span {
    margin: 0 10px;
    display: inline-flex;
    padding: 0 35px;
    border-radius: 50px;
    height: 47px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #00785f;
    cursor: pointer;
    transition: 0.5s;
}
.cpxl .tab .w_100 span:hover ,
.cpxl .tab .w_100 span.active {
    color: #aa5a27;
    background: #f1d6bb;
}
.cpxl .tab .w_100{
    display: flex;
    justify-content: center;
    width: 100%;
}