﻿h4,h5,h6 {
    margin:0;
}
.header_top {
    background: #fff;
    padding: 10px 0;
}
.header_top_pack{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header_phone{
    display:flex;
    align-items:center;
   margin-right:32px;
}
.header_phone img {
    width:24px;
    display:block;
}
    .header_phone p {
        width: calc(100% - 24px);
        font-size: 14px;
        line-height: 20px;
        color: rgb(102, 102, 102);
        padding-left:17px;
    }
    .header_phone span {
        color: rgb(229, 0, 18);
    }
.header_search {
    width: 220px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(220, 218, 218);
    border-radius:50px;
    padding:0 20px;
}
.header_search input {
    width:calc(100% - 16px);
    padding-right:15px;
    background:transparent;
    border:none;
    font-size:14px;
    line-height:34px;
}
.header_search i {
    width:16px;
    height:14px;
    background:url(../images/search.png) no-repeat center/100%;
    display:block;
    cursor:pointer;
}
.header_navlist {
    background: rgb(190, 157, 109);

}
.header_pack {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
}
.logo {
    height:126px;
    margin-top:-56px;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.w_nav {
    display:flex;
}
.w_nav>li {
    padding:0 25px;
}
    .w_nav > li > a {
        display: block;
        font-size: 18px;
        line-height: 70px;
        color: rgb(255, 255, 255);
    }
footer {
    background: rgb(190, 157, 109);
}
.layout {
    max-width:1220px;
    margin:0 auto;
    padding:0 10px;
}
.footer_pack {
    display:flex;
    justify-content:space-between;
    padding:58px 0 40px;
}
.fnavlist{
    width:30%;
}
.fphone,
.fcode {
    width: 25%;
}
.footer_pack h4 {
    font-size: 20px;
    line-height: 29px;
    color: rgb(255, 255, 255);
    margin-bottom:19px;
}
.f_nav {
    font-size:16px;
    line-height:40px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.f_nav li {
    width:49%;
}
    .f_nav li a {
        display:block;
        color:#fff;
    }
.fphone p {
    display:flex;
    align-items:flex-start;
    margin-bottom:20px;
}
.fphone p img {
    max-width:15px;
    display:block;
    margin-top:5px;
}
.fphone span {
    width:calc(100% - 15px);
    padding-left:10px;
    font-size:16px;
    line-height:24px;
    color:#fff;
}
.fcode_list {
    display:flex;
    justify-content:space-between;
}
.fcode_list img {
    width:45%;
    display:block;
}
.copyright {
    padding: 17px 0 60px;
    border-top: 1px solid rgba(255, 255, 255,.21);
    color:#fff;
    display:flex;
    font-size:14px;
    line-height:20px;
    justify-content:center;
}
.copyright a {
    color:#fff;
}
.news{
    padding:100px 0 150px;
}
.news_pack {
    display:flex;
    align-items:flex-start;
}
.news_left{
    width:200px;
}
.news_left h4 {
    display:flex;
    align-items:center;
    padding:13px 20px;
    font-size:16px;
    line-height:24px;
    color:#fff;
    background:rgb(190, 157, 109);
    justify-content:space-between;
}
.news_left h4 i {
    font-weight:bold;
}
.news_classify li {
    border-bottom: 1px solid rgb(233, 233, 233);
    padding:13px 20px;
}
    .news_classify li a {
        display: block;
        padding-left: 17px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
        .news_classify li a::after {
            content: "";
            width: 4px;
            height: 4px;
            background: rgb(196, 196, 196);
            position:absolute;
            left:0;
            top:50%;
            transform:translateY(-50%);
            border-radius:50%;
        }
        .news_classify li a:hover,
        .news_classify li a.active {
            color: rgb(190, 157, 109);
        }
            .news_classify li a:hover::after,
            .news_classify li a.active::after {
                background: rgb(190, 157, 109);
            }
.news_right{
    width:calc(100% - 200px);
    padding-left:50px;
}
.news_list li:nth-child(5n) {
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(233, 233, 233);
    margin-bottom:17px;
}
.news_list li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 48px;
    color: rgb(51, 51, 51);
}
    .news_list li a p {
        width:80%;
        padding-left:26.5px;
        position:relative;
    }
    .news_list li a span {
        color: rgb(153, 153, 153);
    }
    .news_list li a p::after {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background: rgb(196, 196, 196);
    }
        .fnavlist h4 {
            margin-bottom: 10px;
        }
.nei-banner {
    position:relative;
}
.nei-banner img {
    width:100%;
    display:block;
}
.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.banner_title h3 {
    font-size:48px;
    line-height:63px;
    font-weight:bold;
    text-align:center;
}
.banner_title p {
    font-size:28px;
    line-height:40px;
    text-align:center;
    margin-top:16px;
    text-transform:capitalize;
}
.news_list li a:hover p,
.news_list li a:hover span {
    color: rgb(190, 157, 109);
}
.news_detail {
    padding: 28.5px 0 100px;
    background: rgb(251, 251, 251);
}
.news_detail_cont{
    margin-top:48.5px; 
    padding:45px 50px;
    background:#fff;
}
.news_detail .bx-mb-nav {
    font-size:16px;
    border:none;
}
.tit_bar {
    border-bottom: 1px solid rgb(238, 239, 241);
    padding-bottom:18.5px;
}
.NewsDetail001 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.about_plate1 {
    padding:100px 0 88px;
}
.about_plate1_desc {
    font-size: 18px;
    line-height: 36px;
    color: rgb(102, 102, 102);
}
.about_plate1_desc p {
    margin-bottom:15px;
    text-indent:2em;
}
    .about_plate1_desc p:last-child {
        margin:0;
    }
.about_plate2{
    padding:54px 0 73px;
    background:url(../images/abg.png) no-repeat center/cover;
}
.public_title {
    text-align:center;
}
    .public_title h3 {
        font-size: 60px;
        line-height: 80px;
        color: rgb(190, 157, 109);
        text-transform:uppercase;
    }
    .public_title h4 {
        font-size: 36px;
        line-height: 45px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
.about_plate2_list {
    display:flex;
    justify-content:space-between;
    margin-top:29px;
}
.about_plate2_list li {
    width:calc(25% - 1px);
}
    .about_plate2_list .about_plate2_list_pack {
        padding: 26px 20px 44px;
        background: rgb(190, 157, 109);
    }
.about_plate2_list_pack h3 {
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    text-align:center;
}
.about_plate2_list_pack h3 span {
    font-size:72px;
    line-height:105px;
    color:#fff;
}
.about_plate2_list_pack p {
    font-size:18px;
    line-height:24px;
    color:#fff;
    margin-top:8.6px;
    text-align:center;
}
.about_plate3 {
    padding:87px 0 100px;
}
.about_plate3_list{
    margin-top:49px;
}
.about_plate3_list li  {
    margin-bottom:5px;
}
.about_plate3_list li .about_plate3_list_pack {
    display: flex;
    align-items: center;
    background: rgb(190, 157, 109);
    border-radius: 40px;
}
.about_plate3_list_num {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background: rgb(190, 157, 109);
}
    .about_plate3_list_num span {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
        color: rgb(190, 157, 109);
        font-size: 28px;
        line-height: 37px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.about_plate3_list_desc {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    width:calc(100% - 80px);
}
.about_plate3_list li:nth-child(2n) .about_plate3_list_pack {
    background: rgb(231, 231, 231);
}
.about_plate3_list li:nth-child(2n) .about_plate3_list_desc {
    color: rgb(51, 51, 51);
}
.about_plate3_list li:nth-child(2n) .about_plate3_list_num {
    background: rgb(231, 231, 231);
}
    .about_plate3_list li:nth-child(2n) .about_plate3_list_num span {
        color: rgb(51, 51, 51);
    }
.about_plate4 {
    padding: 53px 0 100px;
    background: rgb(251, 251, 251);
}
.about_plate4_list{
    margin:49px -20px 0;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.about_plate4_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.about_palte4_cont {
    font-size: 20px;
    line-height: 26px;
    color: rgb(51, 51, 51);
    margin-top: 30px;
    text-align: center;
}
.about_plate4_pack:hover img {
    transform:scale(1.1);
}
.about_plate4_pack:hover .about_palte4_cont {
    color: rgb(0, 100, 250);
}
.home_swiper {
    position:relative;
    overflow:hidden;
}
.home_swiper a {
    display:block;
    position:relative;
}
.home_swiper img {
    width:100%;
    display:block;
}
.home_banner_cont{
    width:90%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}
    .home_banner_cont h3 {
        font-size: 64px;
        line-height: 84px;
        color: rgb(255, 255, 255);
        font-weight:bold;
    }
    .home_banner_cont p {
        font-size: 28px;
        line-height: 40px;
        color: rgb(255, 255, 255);
        margin-top:12px;
    }
.home_banner_cont span {
    display:block;
    width:150px;
    line-height:48px;
    border:1px solid rgb(190, 157, 109);
    background:rgb(190, 157, 109);
    color:#fff;
    text-align:center;
    font-size:16px;
    margin:52px auto 0;
    transition:all .5s;
}
    .home_banner_cont span:hover {
        background:#fff;
        color:rgb(190, 157, 109);
    }
.home_swiper .swiper-pagination-bullet {
    width:30px;
    height:5px;
    border-radius:5px;
    background:#fff;
    opacity:1;
}
.home_swiper .swiper-pagination-bullet-active {
    background:rgb(190, 157, 109);
}
.home_plate1{
    padding:100px 0 80px;
    background:url(../images/pbg.png) no-repeat center/cover;
}
.home_plate1_list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.home_plate1_list li {
    width:24.5%;
    text-align:center;
    margin-bottom:49.5px;
}
.home_plate1_list a {
    display:block;
}
.home_plate1_list_icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid rgb(190, 157, 109);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .home_plate1_list_icon::after {
        content: "";
        width: 90%;
        height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 1px solid rgb(190, 157, 109);
        border-radius: 50%;
        
    }
.home_plate1_list_icon img {
    max-width:50%;
    display:block;
}
.home_plate1_list_cont {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top:17.5px;
}
.home_plate1_list a:hover .home_plate1_list_icon::after {
    border-style: dashed;
    border-width:2px;
    animation: spinAround 8s linear infinite;
}
@keyframes spinAround {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.home_plate3 {
    padding: 120px 0;
}

.index-adout {
    position: relative;
}

    .index-adout .pic {
        position: relative;
        width: 65%;
        border-radius: 0 200px 0 0;
        overflow: hidden;
        height: 775px
    }

        .index-adout .pic:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #00000060
        }

        .index-adout .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .index-adout .index-adout-fd {
        position: absolute;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        bottom: 0;
    }

        .index-adout .index-adout-fd .video-fl {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer
        }
            .index-adout .index-adout-fd .video-fl video {
                display:none;
            }
            .index-adout .index-adout-fd .sy-adout {
                width: 60%;
                background: #fff;
                padding: 70px;
                border-radius: 20px 0 0 0;
            }

            .index-adout .index-adout-fd .sy-adout .tet {
                font-size: 16px;
                color: #666;
                line-height: 25px;
                margin: 40px 0 0;
                overflow: auto;
                max-height: 300px;
            }

                .index-adout .index-adout-fd .sy-adout .tet::-webkit-scrollbar {
                    width: 3px;
                }

.tet p {
    text-indent: 2em;
    margin-bottom: 5px;
}

.index-adout .index-adout-fd .sy-adout ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0
}

    .index-adout .index-adout-fd .sy-adout ul li {
        width: 33.3%;
        padding-right: 60px;
    }

        .index-adout .index-adout-fd .sy-adout ul li:last-child {
            padding: 0
        }

        .index-adout .index-adout-fd .sy-adout ul li h3 {
            font-size: 52px;
            color: rgb(0, 147, 66)
        }

            .index-adout .index-adout-fd .sy-adout ul li h3 sub {
                font-size: 18px;
                padding-left: 10px;
            }

        .index-adout .index-adout-fd .sy-adout ul li p {
            font-size: 16px;
            color: #666;
            border-top: solid 1px #e7e7e7;
            padding-top: 10px;
            margin-top: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.index-adout .index-adout-fd .sy-adout .but {
    display: inline-block;
    padding: 8px 33px;
    border: solid 1px rgb(190, 157, 109);
    font-size: 16px;
    color: rgb(190, 157, 109);
    margin-top: 42px;
}

    .index-adout .index-adout-fd .sy-adout .but:hover {
        background:rgb(190, 157, 109);
        color: #fff;
    }
.ls-title {
    text-align:left;
}
.video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 302;
    display: none;
}

.video_sahodw_cont {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .video_sahodw_cont video {
        max-height: 70vh;
    }

.vidoe_cha {
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.video_sahodw_cont video {
    width: 100%;
}
@media (max-width: 1000px) {
    .ls-title h3 {
        font-size: 24px;
    }

    .ls-title p {
        font-size: 16px;
    }

    .ls-title span {
        display: inline-block;
        margin: 20px auto 0
    }

    .index-adout {
        position: relative;
    }

        .index-adout .pic {
            position: relative;
            width: 100%;
            border-radius: 0;
            overflow: hidden;
            height: 200px
        }

        .index-adout .index-adout-fd {
            position: relative;
            width: 100%;
            top: 0px;
        }

            .index-adout .index-adout-fd .video-fl {
                position: absolute;
                top: -200px;
                left: 0;
                z-index: 5;
                width: 100%;
                height: 200px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer
            }

                .index-adout .index-adout-fd .video-fl img {
                    width: 50px;
                }

            .index-adout .index-adout-fd .sy-adout {
                width: 100%;
                background: #fff;
                padding: 20px 10px;
                border-radius: 0;
            }

                .index-adout .index-adout-fd .sy-adout .ls-title {
                    text-align: center;
                }

                .index-adout .index-adout-fd .sy-adout .tet {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 100;
                    line-height: 25px;
                    height: auto;
                    overflow: hidden;
                    margin: 20px 0 0;
                }

                .index-adout .index-adout-fd .sy-adout ul {
                    display: flex;
                    flex-wrap: wrap;
                    padding: 20px 0 20px 0
                }

                    .index-adout .index-adout-fd .sy-adout ul li {
                        width: 33.3%;
                        padding-right: 10px;
                    }

                        .index-adout .index-adout-fd .sy-adout ul li:last-child {
                            padding: 0
                        }

                        .index-adout .index-adout-fd .sy-adout ul li h3 {
                            font-size: 38px;
                        }

                            .index-adout .index-adout-fd .sy-adout ul li h3 sub {
                                font-size: 14px;
                                padding-left: 10px;
                            }

                        .index-adout .index-adout-fd .sy-adout ul li p {
                            font-size: 14px;
                        }

                .index-adout .index-adout-fd .sy-adout .but {
                    display: block;
                    text-align: center;
                    width: 140px;
                    padding: 8px 30px;
                    font-size: 14px;
                    margin: 20px auto 0
                }
}
.home_plate4 {
    padding:54px 0 100px;
    background:url(../images/hnbg.jpeg) no-repeat center/cover;
}
.home_plate4_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px;
}
.home_plate4_list>li {
    width:33.333%;
    padding:0 20px;
    margin-top:45px;
}
    .home_plate4_list > li > a {
        display: flex;
        padding-bottom: 19px;
        border-bottom: 1px solid rgb(190, 157, 109);
        align-items:flex-start;
        justify-content:space-between;
    }
        .home_plate4_list > li > a p {
            font-size: 24px;
            line-height: 32px;
            color: rgb(190, 157, 109);
            font-weight:bold;
        }
        .home_plate4_list > li > a span {
            font-size: 16px;
            line-height: 24px;
            color: rgb(135, 135, 135);
        }

.home_plate4_list_cont li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18.5px 0;
    border-bottom: 1px solid rgb(187, 187, 187);
    font-size:16px;
    line-height:24px;
}
    .home_plate4_list_cont li a p {
        width: 70%;
        position: relative;
        color: rgb(0, 0, 0);
        padding-left:16.5px;
    }
        .home_plate4_list_cont li a p::after {
            content: "";
            width:5px;
            height:5px;
            background: rgb(196, 196, 196);
            position:absolute;
            left:0;
            top:50%;
            transform:translateY(-50%);
            border-radius:50%;
        }
        .home_plate4_list_cont li a span {
            color: rgb(98, 98, 98);
        }
    .home_plate4_list_cont li a:hover p,
    .home_plate4_list_cont li a:hover span {
        color: rgb(190, 157, 109);
    }
        .home_plate4_list_cont li a:hover p::after{
            background:rgb(190, 157, 109);
        }
.home_plate4_list > li > a span:hover {
    color:rgb(190, 157, 109);
}
.pages_plate1 {
    padding:96px 0 88px;
}
    .pages_plate1 h3,
    .pages_plate2 h3,
    .pages_plate3 h3,
    .pages_plate4 h3,
    .pages_plate5 h3{
        font-size: 36px;
        line-height: 48px;
        text-align: center;
        font-weight: bold;
    }
.pages_plate1_desc {
    font-size: 18px;
    line-height: 36px;
    color: rgb(102, 102, 102);
    margin-top:29px;
}
.pages_plate1_desc strong {
    color:#000;
}
.pages_plate2{
    padding:76px 0 73px;
    background:url(../images/p2.png) no-repeat center/cover;
}
.pages_plate2_list {
    display:flex;
    flex-wrap:wrap;
    margin:49px -13px 0;
}
.pages_plate2_list li {
    width:25%;
   padding:0 13px;
   margin-bottom:26px;
}
    .pages_plate2_list li:hover .pages_plate2_list_cont2 {
        opacity:1;
    }
    .pages_plate2_list_pack {
        position: relative;
    }
.pages_plate2_list_cont {
    background: #fff;
    box-shadow: 0 0 30px rgb(241, 241, 241);
    padding:60px 40px;
}
.pages_plate2_list_icon {
    width: 110px;
    height: 110px;
    background: rgba(190, 157, 109,.1);
    border-radius:50%;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
}
.pages_plate2_list_icon img {
    max-width:50%;
    display:block;
}
.pages_plate2_list_title{
    font-size:28px;
    line-height:37px;
    font-weight:bold;
    text-align:center;
    color:#000;
    margin-top:40px;
}
.pages_plate2_list_cont2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(190, 157, 109);
    padding:60px 40px;
    color:#fff;
    opacity:0;
    transition:all .5s;
}
.pages_plate2_list_cont2 h4 {
    font-size:28px;
    line-height:37px;
    font-weight:bold;
    text-align:center;
}
.pages_plate2_list_cont2 h4::after {
    content:"";
    width:60px;
    height:4px;
    background:#fff;
    display:block;
    margin:17px auto 0;
}
.pages_plate2_list_text{
    font-size:16px;
    line-height:24px;
    margin-top:20px;
    text-align:center;
    max-height:120px;
    overflow:auto;
    white-space: pre-wrap;
}
.pages_plate2_list_text::-webkit-scrollbar {
    width:3px;
}
.pages_plate3 {
    padding:96px 0 100px;
}
.pages_plate3_list {
    margin-top:34px;
}
    .pages_plate3_list li a {
        display: flex;
        justify-content: space-between;
        padding: 23.5px 0;
        border-bottom: 1px dashed rgb(187, 187, 187);
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 0, 0);
    }
    .pages_plate3_list li a p {
        width:80%;
        padding-left:16.5px;
        position:relative;
    }
        .pages_plate3_list li a p::before {
            content: "";
            width: 5px;
            height: 5px;
            background: rgb(196, 196, 196);
            position:absolute;
            left:0;
            top:9px;
            border-radius:50%;
        }
        .pages_plate3_list li a span {
            color: rgb(98, 98, 98);
        }
        .pages_plate3_list li a:hover,
        .pages_plate3_list li a:hover span{
            color: rgb(190, 157, 109);
        }
        .pages_plate3_list li a:hover p::before {
            background:rgb(190, 157, 109);
        }
.public_btn {
    width:150px;
    line-height:48px;
    border:1px solid rgb(190, 157, 109);
    color:rgb(190, 157, 109);
    text-align:center;
    display:block;
    font-size:16px;
    margin:50px auto 0;
}
.public_btn:hover {
    background:rgb(190, 157, 109);
    color:#fff;
}
.pages_plate4{
    padding:76px 0 83px;
    background:url(../images/pbg4.png) no-repeat center/cover;
}
.pages_plate4swiper {
    margin-top:49px;
    overflow:hidden;
}
.pages_plate4swiper_pack {
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(0, 3, 116, 0.05);
    padding:50px 80px;
    background:#fff;
    display:flex;
    align-items:center;
}
.pages_plate4swiperimg{
    width:320px;
}
.pages_plate4swiper_cont{
    width:calc(100% - 320px);
    padding-left:50px;
}
.pages_plate4swiper_cont img {
    width:54px;
    display:block;
}
    .pages_plate4swiper_cont img:last-child {
        margin-left:calc(100% - 54px);
        margin-top:34px;
    }
.pages_plate4swiper_cont h4 {
    font-size:28px;
    line-height:37px;
    font-weight:bold;
    color:#000;
    margin-top:34px;
}
.pages_plate4swiper_cont span {
    font-size:16px;
    line-height:24px;
    display:block;
    color:rgb(190, 157, 109);
    margin-top:19px;
}
    .pages_plate4swiper_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 19px;
        color: rgb(51, 51, 51);
    }
.pages_plate5 {
    padding:96px 0 100px; 
}
.pages_plate5_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:27px;
}
.pages_plate5_list li {
    width:calc(50% - 20px);
}
    .pages_plate5_list li a {
        padding: 20px 0;
        display:block;
        border-bottom: 1px solid rgb(235, 235, 235);
    }
        .pages_plate5_list li a h4 {
            font-size: 18px;
            line-height: 24px;
            color: rgb(0, 0, 0);
        }
        .pages_plate5_list li a p {
            font-size: 14px;
            line-height: 18px;
            color: rgb(199, 199, 199);
            margin-top:8.6px;
        }
        .pages_plate5_list li a:hover h4 {
            color:rgb(190, 157, 109);
        }
.celan {
    position:fixed; 
    right:10px;
    top:50%;
    transform:translateY(-50%);
    z-index:200;
    width:100px;
}
.celan_list li {
    margin-bottom:2px;
    position:relative;
}
    .celan_list li .celan_list_icon {
        width: 100%;
        height: 100px;
        border: 2px solid rgb(190, 157, 109);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #fff;
    }
.celan_list_icon img {
    max-width:50%;
}
.celan_list li img:last-child {
    display: none;
}
    .celan_list li .celan_list_icon:hover {
        background: rgb(190, 157, 109);
    }
    .celan_list_icon:hover img {
        display:none;
    }
        .celan_list_icon:hover img:last-child {
            display:block;
        }
.celan_list_cont {
    position:absolute;
    right:110%;
    top:50%;
    transform:translateY(-50%);
    background:rgb(190, 157, 109);
    padding:10px;
    border-radius:5px;
    min-width:120%;
    /*min-height:100%;*/
    display:none;
}
    .celan_list_cont img {
        display:block !important;
    }
    .celan_list_cont a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        white-space: nowrap;
    }
    @media(max-width:1600px) {
        .w_nav > li > a {
        font-size:16px;
        line-height:50px;
    }
    .w_nav > li {
        padding:0 15px;
    }
    .logo{
        height:106px;
    }
        .celan {
            width:80px;
        }
        .celan_list li .celan_list_icon {
            height:80px;
        }
        .home_banner_cont h3 {
            font-size: 50px;
            line-height: 60px;
        }
    .home_banner_cont p,
    .about_plate2_list_pack h3,
    .pages_plate2_list_title,
    .pages_plate2_list_cont2 h4 {
        font-size: 24px;
        line-height: 35px;
    }
    .about_plate2_list_pack h3 span{
        font-size:60px;
        line-height:90px;
    }
    .public_title h3{
        font-size:50px;
        line-height:65px;
    }
    .pages_plate1 h3, .pages_plate2 h3, .pages_plate3 h3, .pages_plate4 h3, .pages_plate5 h3,
    .public_title h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media(max-width:1400px) {
    .home_banner_cont h3,
    .banner_title h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .home_banner_cont p, .about_plate2_list_pack h3, .pages_plate2_list_title,
    .pages_plate2_list_cont2 h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .home_plate1_list_icon{
        width:130px;
        height:130px;
    }
    .home_plate1_list_cont{
        font-size:18px;
        line-height:26px;
        margin-top:10px;
    }
    .home_plate1_list li{
        margin-bottom:25px;
    }
    .public_title h3{
        font-size:40px;
        line-height:50px;
    }
    .pages_plate1 h3, .pages_plate2 h3, .pages_plate3 h3, .pages_plate4 h3, .pages_plate5 h3, .public_title h4{
        font-size:25px;
        line-height:35px;
    }
    .about_plate2_list_pack h3 span{
        font-size:50px;
        line-height:60px;
    }
    .home_plate4_list > li > a p,
    .banner_title p {
        font-size: 20px;
        line-height: 30px;
    }
    .home_plate4_list > li > a {
        padding-bottom:10px;
    }
    .home_plate4_list_cont li a {
        padding:12px 0;
    }
    .home_plate4_list > li {
        margin-top:35px;
    }
    .copyright{
        padding-bottom:30px;
    }
    .footer_pack{
        padding:30px 0;
    }
    .banner_title p{
        margin-top:10px;
    }
    .pages_plate2_list_icon{
        width:80px;
        height:80px;
    }
    .pages_plate2_list_cont2{
        padding:30px 20px;
    }
    .pages_plate1_desc,
    .about_plate1_desc {
        font-size: 16px;
        line-height: 32px;
    }
    .about_plate3_list_desc{
        font-size:16px;
    }
    .about_palte4_cont {
        font-size:16px;
        line-height:24px;
        margin-top:20px;
    }
    .w_nav > li {
        padding:0 10px;
    }
    .header_top{
        padding:5px 0;
    }
    .logo {
        height:70px;
        margin-top:-30px;
    }
    .w_nav > li > a{
        line-height:40px;
    }
}
@media(max-width:1000px) {
    .header_phone img {
        display:none;
    }
    .header_phone p{
        width:100%;
        padding-left:0;
    }
    .header_phone{
        margin-right:10px;
    }
    .header_search{
        max-width:220px;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }
    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
        box-shadow:0 5px 5px rgba(0,0,0,.1);
    }

    .w_nav {
        display: block;
    }
    .header_navlist {
        position:relative;
    }
    .logo {
        margin:0;
        height:60px;
    }
    .w_nav > li > a{
        color:#000;
        line-height:32px;
    }
    .w_nav > li{
        padding:0;
    }
    .home_banner_cont h3, .banner_title h3{
        font-size:25px;
        line-height:35px;
    }
    .home_plate4_list > li > a p, .banner_title p {
        font-size:16px;
        line-height:24px;
        margin-top:0;
    }
    .nei-banner img{
        height:150px;
        object-fit:cover;
    }
    .about_plate1{
        padding:30px 0;
    }
    .about_plate2{
        padding:30px 0;
    }
    .public_title h3 {
        font-size:25px;
        line-height:35px;
    }
    .pages_plate1 h3, .pages_plate2 h3, .pages_plate3 h3, .pages_plate4 h3, .pages_plate5 h3, .public_title h4 {
        font-size:20px;
        line-height:30px;
    }
    .about_plate2_list{
        flex-wrap:wrap;
    }
    .about_plate2_list li {
        width:calc(50% - 1px);
    }
        .about_plate2_list .about_plate2_list_pack{
            padding:20px 10px;
        }
    .about_plate2_list_pack h3 span{
        font-size:40px;
        line-height:50px;
    }
    .about_plate2_list_pack p{
        font-size:16px;
        line-height:24px;
    }
    .home_banner_cont p, .about_plate2_list_pack h3, .pages_plate2_list_title, .pages_plate2_list_cont2 h4{
        font-size:18px;
    }
    .about_plate3{
        padding:30px 0;
    }
    .about_plate3_list{
        margin-top:20px;
    }
    .about_plate3_list_desc {
        padding:5px 15px;
    }
    .public_btn{
        width:130px;
        line-height:43px;
        margin-top:30px;
    }
    .about_plate4{
        padding:30px 0;
    }
    .about_plate4_list{
        margin:30px 0 0;
    }
    .about_plate4_list li {
        width: 100%;
        padding: 0;
        margin-bottom:20px;
    }
    .about_palte4_cont{
        margin-top:10px;
    }
    .footer_pack{
        padding:20px 0;
        display:block;
    }
    .fnavlist {
       display:none;
    }
    .fphone, .fcode{
        width:100%;
    }
    .footer_pack h4{
        font-size:18px;
        line-height:26px;
        margin-bottom:10px;
    }
    .fphone p{
        margin-bottom:10px;
    }
    .fcode_list{
        width:65%;
    }
    .copyright{
        display:block;
        text-align:center;
        padding:15px 10px;
    }
    .pages_plate1,
    .pages_plate2,
    .pages_plate3,
    .pages_plate4,
    .pages_plate5,
    .home_plate1 {
        padding: 30px 0;
    }
    .pages_plate2_list {
        margin:30px 0 0;
    }
    .pages_plate2_list li {
        width:100%;
        padding:0;
        margin-bottom:15px;
    }
    .pages_plate3_list li a{
        padding:12px 0;
    }
    .pages_plate3_list{
        margin-top:20px;
    }
        .pages_plate3_list li a p{
            width:70%;
        }
    .pages_plate4swiper {
        margin-top:30px;
    }
    .pages_plate4swiper_pack{
        padding:30px 20px;
        display:block;
    }
    .pages_plate4swiperimg {
        width:80%;
        margin:auto;
    }
    .pages_plate4swiper_cont {
        width:100%;
        padding:20px 0 0;
    }
        .pages_plate4swiper_cont img{
            width:40px;
        }
            .pages_plate4swiper_cont img:last-child {
                margin-top: 20px;
                width: 40px;
            }
        .pages_plate4swiper_cont h4{
            font-size:20px;
            line-height:30px;
            margin-top:15px;
        }
    .pages_plate5_list{
        margin-top:20px;
    }
        .pages_plate5_list li{
            width:100%;
        }
            .pages_plate5_list li a{
                padding:12px 0;
            }
                .pages_plate5_list li a h4,
                .home_banner_cont p {
                    font-size: 16px;
                }
    .home_banner_cont span{
        display:none;
    }
    .home_swiper img{
        min-height:200px;
        object-fit:cover;
    }
    .home_swiper .swiper-pagination-bullet {
        width:20px;
        height:3px;
    }
    .home_plate1_list li{
        width:49.5%;
    }
    .home_plate1_list_icon{
        width:100px;
        height:100px;
    }
    .home_plate3,
    .news {
        padding: 30px 0;
    }
    .home_plate4{
        padding:30px 0;
    }
    .home_plate4_list {
        margin: 10px 0 0;
    }
    .home_plate4_list > li {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .news_pack{
        display:block;
    }
    .news_left{
        width:100%;
    }
    .news_right{
        width:100%;
        padding:20px 0 0;
    }
    .news_list li a p{
        padding-left:16px;
        width:70%;
    }
    .news_list li a{
        line-height:32px;
    }
    .news_list li:nth-child(5n){
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .news_detail_cont{
        padding:20px 10px;
    }
    .bx-mb-nav p{
        line-height:32px;
    }
    .news_detail_cont{
        margin-top:30px;
    }
    .celan {
        width: 50px;
        right:2px;
    }

    .celan_list li .celan_list_icon {
        height: 50px;
    }
    .celan_list li:nth-child(2) .celan_list_cont {
        width:150%;
        padding:5px;
    }
}