﻿*,h4,h5,h6 {
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
    transition:all 0.5s
}
/*img {
 
    transition:all 0.5s
}*/

    .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_top {
    background: rgb(1, 144, 217);
}
.header_top_pack {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
}
.header_top_add{
    display:flex;
    align-items:center;
}
.header_top_add i {
    width:20px;
    height:18px;
    background:url(../images/hicon.png) no-repeat center/100% 100%;
}
.header_top_add span {
    width:calc(100% - 20px);
    padding-left:7px;
    color:#fff;
    font-size:16px;
    line-height:24px;
}
.header_top_contact{
    display:flex;
}
.header_top_contact p {
    display:flex;
    align-items:center;
}
.header_top_contact p img {
    width:16px;
    filter:grayscale(100%) contrast(100) invert(200%);
}
    .header_top_contact p span {
        font-size:16px;
        line-height:24px;
        color:#fff;
        padding-left:10px;
    }
    .header_top_contact p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
    .header_top_contact p:nth-child(2) {
        margin-left:60px;
    }
.header_top_link{
    display:flex;
    margin-left:10px;
    align-items:center;
}
.header_top_link li {
    margin:0 7px;
}
    .header_top_link li a {
        display:flex;
        align-items:center;
        justify-content:center;
        width:24px;
    }
    .header_top_link li a img {
        max-width:100%;
        display:block;
    }
.header_cont_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo {
    height:80px;
    padding:15px 0;
}
.logo img {
    max-height:100%;
    display:block;
}
.logo a {
    display:block;
    height:100%;
}
header {
    position:sticky;
    top:0;
    background:#fff;
    z-index:200;
}
.w_nav {
    display:flex;
}
.w_nav>li{
    padding:10px 18px;
    position:relative;
}
    .w_nav > li > a {
        font-size: 20px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
        .w_nav > li > a:hover,
        .w_nav > li.active > a {
            color: rgb(1, 144, 217);
        }
        .er_nav {
            position:absolute;
            top:100%;
            left:0;
            width:100%;
            background:#fff;
            border:1px solid #f1f1f1;
            display:none;
        }
            .er_nav li a {
                font-size: 18px;
                line-height: 36px;
                border-bottom: 1px solid #f1f1f1;
                color: rgb(0, 0, 0);
                text-align:center;
                display:block;
            }
                .er_nav li a:hover {
                    background:rgb(1, 144, 217);
                    color:#fff;
                }
                .header_phone {
                    display: flex;
                    align-items: center;
                }
.w_nav > li .nav-fd {
    display:none;
    position:absolute;
    top:50px;
    left:50%;
    transform:translate(-50%,0);
    width:480px;
    background:#fff;
    flex-wrap:wrap;
    box-shadow: 0px 0px 50px 0px rgba(1, 144, 217, 0.18);
    border-radius:10px;
    padding:10px;
    text-align:center;
}
.w_nav > li .nav-fd  a{
    display:block;
    width:33.3%;
    padding:10px;
    font-size:14px;
    color:#333
}
.w_nav > li .nav-fd  a i{
    display:inline-block;
    background:url(../images/icon-toh.png) no-repeat center;
    background-size:100%;
    width:15px;
    height:15px;
    margin-left:5px;
}
.w_nav > li .nav-fd  a:hover{
    color:rgb(1, 144, 217)
}
.w_nav > li:hover .nav-fd {
    display: flex
}

.header_phone img {
    width: 20px;
    display: block;
}
    .header_phone span {
        width: calc(100% - 20px);
        padding-left: 10px;
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
    }
.about_banner {
    padding-top:30px;
}
.about_banner_pack{
    position:relative;
}
.about_banner_pack img {
    width:100%;
    display:block;
}
.nei-banner-cont {
    position:absolute;
    width:100%;
    text-align:center;
    padding:0 10px;
    top:50%;
    transform:translateY(-50%);
}
.nei-banner-cont h3 {
    font-size:40px;
    line-height:53px;
    color:#fff;
}
.nei-banner-cont p {
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-top:16px;
}
.header_cont {

    border-bottom: 1px solid rgb(223, 225, 230);
}
.y1200 {
    max-width:1220px;
    margin:0 auto;
    padding:0 10px;
}
.y1400 {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}
.public_title{
    text-align:center;
}
.public_title h3 {
    display:flex;
    align-items:center;
    justify-content:center;
}
.public_title h3 img {
    width:40px;
    display:block;
}
    .public_title h3 span {
        margin-left: 20px;
        font-size: 36px;
        line-height: 48px;
        color: rgb(0, 0, 0);
    }
    .public_title p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(117, 117, 117);
        margin-top:17px;
        text-transform:uppercase;
    }
.term {
    padding:60px 0;
    font-size:16px;
    line-height:28px;
    color:rgb(51,51,51);
}
.about_plate1_pack {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.about_plate1_cont{
    width:50%;
    padding-right:4%;
}
.about_plate1_cont h4 {
    font-size:24px;
    line-height:32px;
    font-weight:bold;
    color:#000;
}
.about_plate1_text {
    font-size: 16px;
    line-height: 24px;
    color: rgb(98, 98, 98);
    white-space:pre-line;
}
    .about_plate1_text span {
        font-weight: bold;
        color: rgb(1, 144, 217);
    }
.about_plate1_img {
    width: 50%;
}
    .about_plate1_img img{
        border-radius:20px;
    }

    .about_plate1_list {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
.about_plate1_list li {
    max-width:19%;
}
    .about_plate1_list li:hover .about_plate1_icon {
        background:rgb(1, 144, 217);
    }
    .about_plate1_list li:hover img {
        filter:grayscale(100%) contrast(25) invert(100%);
    }
    .about_plate1_icon {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgb(245, 248, 251);
        display: flex;
        align-items: center;
        justify-content: center;
    }
.about_plate1_icon img {
    max-width:50%;
    display:block;
}
.about_plate1_list_pack p {
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    margin: 18px auto 0;
    text-align:center;
}
.about {
    padding:95px 0 80px;
}
.about_plate2{
    padding-top:110px;
}
.public_title p span {
    font-size: 24px;
    line-height: 35px;
    color: rgb(1, 144, 217);
}
.about_plate2_list{
    margin-top:50px;
    display:flex;
    flex-wrap:wrap;
}
.about_plate2_list li {
    width:25%;
}

.bx-siteD005-item {
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
    margin-top: 100px;
}



.bx-siteD005-list h3 {
    width: 100%;
    line-height: 45px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all 0.5s;
}

.bx-siteD005-list p {
    font-size: 16px;
    color: #666666;
    padding: 20px;
    transition: all 0.5s;
    height:170px;
    display:flex;
    align-items:flex-end;
}
.bx-siteD005-item .swiper-slide:nth-child(odd) .boxs  p {
    align-items:flex-start;
}
.bx-siteD005-list p span {
    display: block;
    overflow: hidden;
    white-space: pre-line;
}

        .bx-siteD005-list p span::-webkit-scrollbar {
            width: 5px;
        }

        .bx-siteD005-list p span::-webkit-scrollbar-thumb {
            background-color: rgba(25, 129, 253, .25);
        }

        .bx-siteD005-list p span:hover::-webkit-scrollbar-thumb {
            background-color: #fff;
        }

.bx-siteD005-list {
    display: flex;
    flex-direction: column;
    width: 145%;
    margin-left: -22%;
}

.bx-siteD005-item .swiper-slide .top {
    padding-bottom: 100px;
}

.bx-siteD005-item .swiper-slide .botttom {
    padding-top: 100px;
}

.bx-siteD005-item .swiper-slide .top, .bx-siteD005-item .swiper-slide .botttom {
    opacity: 0;
    position: relative;
}

    .bx-siteD005-item .swiper-slide .top .boxs::after {
        content: "";
        display: block;
        border: 5px solid #fff;
        background: rgb(174, 208, 34);
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        bottom: -75px;
        transform: translate(-50%,50%);
        border-radius: 50%;
    }

    .bx-siteD005-item .swiper-slide .botttom .boxs::after {
        content: "";
        display: block;
        border: 5px solid #fff;
        background: rgb(174, 208, 34);
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: -75px;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        z-index: 2;
    }
.bx-siteD005-item .swiper-slide .top p::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: transparent;
    border-width: 15px 12px 12px 12px;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translate(-50%,0);
    transition: all 0.5s;
}

    .bx-siteD005-item .swiper-slide .botttom p::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 12px 12px 15px 12px;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        top: -27px;
        transform: translate(-50%,0);
        transition: all 0.5s;
    }


    .bx-siteD005-item .swiper-slide .top .boxs:hover::before {
        border-top-color: #58A4FF;
    }

    .bx-siteD005-item .swiper-slide .botttom .boxs:hover::before {
        border-bottom-color: #58A4FF;
    }

.bx-siteD005-item .swiper-slide:nth-child(odd) .botttom {
    opacity: 1;
}

.bx-siteD005-item .swiper-slide:nth-child(even) .top {
    opacity: 1;
}

.bx-siteD005-item .swiper-slide .top::before {
    content: '';
    display: block;
    width: 145%;
    height: 178px;
    background-image: url(../images/about-history-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -23%;
    top: 74.5%;
}

.bx-siteD005-item .boxs {
    margin: 10px;
    position: relative;
    background-color: #fff;
}

.bx-siteD005-item .swiper-slide:nth-child(odd) .boxs {
    box-shadow: 0px 0px 15px 0px rgba(72, 0, 12, 0.05);
}

.bx-siteD005-item .swiper-slide:nth-child(even) .boxs {
    box-shadow: 0px 0px 15px 0px rgba(72, 0, 12, 0.05);
}

@media (max-width: 1000px) {
    .about_plate2 {
        padding: 30px 0;
    }

    .bx-siteD005-item {
        margin-top: 30px;
    }
}
.public_title {
    max-width:1500px;
    padding:0 10px;
    margin:0 auto;
}
.about_plate3{
    padding:116px 0 125px;
}
.y1300 {
    max-width:1320px;
    margin:0 auto;
    padding:0 10px;
}
.honor_pack {
    position: relative;
}

.honor_swiper {
    overflow: hidden;
    padding: 68px 0;
}

    .honor_swiper .swiper-slide {
        transform: scale(.8);
        transition: all .3s;
        z-index: 6;
    }
        .honor_swiper .swiper-slide img {
            border-radius:20px;
        }
        .honor_swiper .swiper-slide-active {
            transform: scale(1.4);
            z-index: 10;
        }

    .honor_swiper .swiper-slide-prev {
        transform: scale(1.2) translateX(320px);
        z-index: 8;
    }

    .honor_swiper .swiper-slide-next {
        transform: scale(1.2) translateX(-320px);
        z-index: 8;
    }
        .honor_swiper .swiper-slide-next + div {
            transform: scale(1) translateX(-768px);
        }

    .honor_swiper .active {
        transform: scale(1) translateX(768px);
    }
.about_plate4 {
    padding: 115px 0;
    background: #F5F8FB;
}
.about_plate4_pack{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:50px;
}
.about_plate4_list{
    width:28%;
}
    .about_plate4_list li p {
        font-size: 20px;
        line-height: 36px;
        color: rgb(51, 51, 51);
        cursor:pointer;
    }
    .about_plate4_list li.active p {
        color: rgb(1, 144, 217);
        font-weight: bold;
        text-decoration: underline;
    }
.honor_pack{
    width:70%;
}
.about_plate5{
    padding:116px 0 0;
}
.about_plate5_list {
    display:flex;
    flex-wrap:wrap;
    margin:50px 0 0;
    justify-content:space-between;
}
.about_plate5_list li {
    width:16%;
    margin-bottom:20px;
}
.about_plate6 {
    padding-top:76px;
}
.about_plate6_list {
    display:flex;
    flex-wrap:wrap;
    margin:50px -20px 0;
}
.about_plate6_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.about_plate6_img {
    border-radius:20px;
}
.about_plate6_list_pack p {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-align:center;
    margin-top:18px;
}
.about_plate6_list_pack:hover img {
    transform:scale(1.1);
}
footer{
    padding:60px 0 36px;
    background:url(../images/fbg.png) no-repeat center/cover;
}
.flogo {
    height:60px;
}
.flogo a {
    height:100%;
    display:block;
}
.flogo img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.f_cont {
    border: 1px solid rgba(255, 255, 255,.3);
    margin-top:40px;
    border-left:none;
    border-right:none;
    padding:27px 0 65px;
}
    .f_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(255, 255, 255);
        text-align:center;
    }
.f_cont p {
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    line-height:30px;
    color:#fff;
    margin-top:17px;
}
    .f_cont p img {
        width:20px;
        display:block;
    }
    .f_cont p span {
        margin-left:10px;
    }
.f_link{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:50px;
}
.f_link li {
    margin:0 10px;
}
.f_link li a {
    display:block;
    width:40px;
}
    .f_link li a img {
        width:100%;
        display:block;
    }
.copyright {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    padding-top:19px;
}
.copyright a {
    color:#fff;
}
.news {
    padding:0 0 185px;
}
.news_classify_list {
    border-bottom: 1px solid rgb(228, 228, 228);
    display:flex;
    justify-content:center;
}
.news_classify_list li {
    padding:0 25px;
}
    .news_classify_list li a {
        display: block;
        padding: 27px 0 16px;
        border-bottom: 3px solid transparent;
        font-size: 20px;
        line-height: 30px;
        color: rgb(0, 0, 0);
    }
        .news_classify_list li a.active {
            color: rgb(1, 144, 217);
            border-bottom-color: rgb(1, 144, 217);
        }
.news_plate1_class_list {
    margin-bottom: 50px;
}

    .news_plate1_class_list li {
        padding: 50px 0;
        border-bottom: 1px solid rgb(222, 222, 222);
    }

        .news_plate1_class_list li a {
            display: flex;
            align-items: center;
            background: #fff;
        }

.news_plate1_class_cont {
    width: 70%;
    display: flex;
    align-items: center;
}

.news_plate1_class_titme {
    width: 20%;
    text-align: center;
}

    .news_plate1_class_titme h3 {
        font-size: 72px;
        line-height: 90px;
        color: rgb(102, 102, 102);
    }

    .news_plate1_class_titme p {
        margin-top: 5px;
        font-size: 28px;
        line-height: 40px;
        color: rgb(102, 102, 102);
    }

.news_plate1_class_text {
    width: 80%;
    border-left: 1px solid rgb(222, 222, 222);
    padding: 0 30px;
}

    .news_plate1_class_text h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
    }

    .news_plate1_class_text p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-top: 29px;
        -webkit-line-clamp: 3;
    }

.news_plate1_class_img {
    width: 30%;
}

.news_plate1_class_list li a:hover img {
    transform: scale(1.1);
}

.news_plate1_class_list li a:hover .news_plate1_class_text h4,
.news_plate1_class_list li a:hover .news_plate1_class_titme h3,
.news_plate1_class_list li a:hover .news_plate1_class_titme p {
    color: rgb(1, 144, 217);
}
.news_plate1_class_text_btn {
    margin-top:17px;
    display:flex;
}
 .news_plate1_class_text_btn a {
    display: block !important;
    width: 100px;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
    color: rgb(174, 208, 34);
    border: 1px solid rgb(174, 208, 34);
    font-size: 14px;
    margin-right: 10px;
}
 .news_plate1_class_text_btn a:hover {
     border-color:rgb(1, 144, 217);
     color:rgb(1, 144, 217);
 }
.mess{
    padding-top:116px;
   position:relative;
}
.lz-banner img:hover {
    transform:scale(1);
}
.mess_pop_box {
    position: fixed;
    width: 95%;
    min-height: 100px;
    max-width: 330px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    z-index:150;
    border-radius:20px;
    padding:40px 20px;
    display:none;
}
.mess_cha {
    font-size:50px;
    line-height:60px;
    transform:rotate(45deg);
    position:absolute;
    right:0;
    top:-10px;
    color:#000;
    font-weight:300;
    cursor:pointer;
}
.mess_pop_cont {
    font-size:16px;
    line-height:24px;
    text-align:center;
}
    .mess_pop_cont img {
        width: 50px;
        margin: 0 auto 15px;
        display:none;
    }
    .mess_pack {
        background: #fff;
        margin-top: 50px;
        border-radius: 20px;
        box-shadow: 0 0 50px rgba(1, 144, 217, 0.18);
        padding: 50px;
    }
.mess_title{
    text-align:center;
}
    .mess_title h4 {
        font-size: 28px;
        line-height: 40px;
        color: rgb(0, 0, 0);
    }
    .mess_title p {
        font-size: 18px;
        line-height: 26px;
        color: rgb(102, 102, 102);
        margin-top:8px;
    }
.mess_form{
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.mess_input {
    width:calc(50% - 10px);
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
}
    .mess_input p {
        width: 130px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        text-align:right;
        margin-top:13px;
    }
        .mess_input p span {
            color: rgb(255, 89, 70);
        }
        .mess_input input,
        .mess_input select,
        .mess_input .mess_input_btn {
            width: calc(100% - 150px);
        }
    .mess_input input {
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        border: 1px solid rgb(233, 233, 233);
        border-radius:25px;
        padding:13px 20px;
    }
.w100 {
    width:100%;
}
.mess_input select {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    border: 1px solid rgb(233, 233, 233);
    border-radius: 25px;
    padding: 13px 20px;
}
.submit {
    width: 150px;
    line-height: 48px;
    border:1px solid rgb(1, 144, 217);
    background: rgb(1, 144, 217);
    border-radius: 25px;
    box-shadow:0 5px 10px rgba(1, 144, 217, 0.4);
    font-size:16px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin:47px auto 0;
}
    .submit:hover {
        background:#fff;
        color:rgb(1, 144, 217);
    }
    .mess_text {
        margin-top: 6px;
        font-size: 16px;
        line-height: 28px;
        color: rgb(149, 149, 149);
        text-align: center;
    }
.mess_input_btn {
    display:flex;
    flex-wrap:wrap;
}
    .mess_input_btn span {
        margin-right: 10px;
        padding: 13px 24px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        border-radius: 25px;
        border: 1px solid rgb(233, 233, 233);
        margin-bottom:10px;
        cursor:pointer;
    }
        .mess_input_btn span.active {
            background: rgb(174, 208, 34);
            color:#fff;
        }
.NewsDetail001 {
    margin: 0;
    
}
.newsDetail {
    padding:77px 0 185px;
}
.NewsDetail001-title h3 {
    font-size: 28px;
    line-height: 37px;
    color: rgb(0, 0, 0);
}
.cont_detail {
    padding: 19px 0 14px;
    background: linear-gradient(to bottom,rgba(1, 144, 217,.2),rgb(255, 255, 255));
}
.cont_detail_p {
    font-size: 20px;
    line-height: 40px;
    color: rgb(0, 0, 0);
}
.TurnPages {
    display:flex;
    justify-content:center;
    margin-top:44px;
}
.TurnPages>* {
    margin:0 25px;
}
    .TurnPages p a {
        display: block;
        width: 200px;
        line-height: 60px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        text-align: center;
        border-radius: 30px;
        background: rgb(1, 144, 217);
    }
        .TurnPages p a:hover,
        .TurnPages_btn a:hover {
            color: #fff;
        }
        .TurnPages p {
            width: auto;
        }
.TurnPages_btn a {
    display: block;
    width: 320px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background: rgb(1, 144, 217);
}
.cont_detail_p p {
    display:flex;
    align-items:center;
}
    .cont_detail_p p a {
        padding: 13px 18px;
        border: 1px solid rgb(1, 144, 217);
        border-radius:25px;
        font-size:16px;
        line-height:24px;
        color:rgb(1, 144, 217);
        margin:0 5px;
    }
        .cont_detail_p p a:hover {
            border-color:rgb(174, 208, 34);
            color:rgb(174, 208, 34);
        }
        .cont_detail_p p a:first-child {
            margin-left: 15px;
        }
.team {
    padding:60px 0 185px;
}
.team_page{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.team_page li {
    width:33%;
}
    .team_page li a {
        display:block;
        width:100%;
        border-radius:30px;
        font-size:20px;
        line-height:30px;
        padding:13px;
        border:1px solid rgb(1, 144, 217);
        color:rgb(1, 144, 217);
        text-align:center;
    }
    .team_page li.active a {
        background:rgb(1, 144, 217);
        color:#fff;
    }
.team_list {
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
}
.team_list li {
    width:calc(100% / 7);
}
    .team_list li a {
        display: block;
        border: 1px solid rgb(1, 144, 217);
        text-align:center;
        font-size:16px;
        line-height:24px;
        padding:13px 0px;
        color:rgb(1, 144, 217);
    }
    .team_list li:first-child a {
        border-radius:25px 0 0 25px;
    }
    .team_list li:last-child a {
        border-radius:0 25px 25px 0;
    }
    .team_list li a.active {
        background:rgb(1, 144, 217);
        color:#fff;
    }
.team_l{
    margin-top:50px;
}
.team_list_pack li {
    margin-bottom:80px;
}
.team_list_pack li a {
    display:flex;
    align-items:center;
}
.team_list_img {
    width: 33.33%;
    background: rgba(1, 144, 217,.1);
    border-radius: 20px;
    position:relative;
    height:400px;
}
.team_list_img img {
    width:100%;
    position:absolute;
    top:30px;
    left:30px;
    border-radius:20px;
    border:solid 2px rgb(1, 144, 217)
}
.team_list_cont {
    width:66.67%;
    padding-left:7%;
}
    .team_list_cont h3,
    .team_detail_title h3{
        font-size: 28px;
        line-height: 40px;
        color: rgb(0, 0, 0);
    }
        .team_list_cont h3 span,
        .team_detail_title h3 span{
            font-size: 16px;
            line-height: 24px;
            color: rgb(1, 144, 217);
            margin-left: 10px;
        }
    .team_list_cont > h4,
    .team_detail_cont h4{
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        padding: 13px 40px 13px 30px;
        background: rgb(174, 208, 34);
        border-radius: 0 25px 0 0;
        margin-top: 15px;
        color: #fff;
    }
.team_list_cont_pack{
    border-radius:20px;
    background:url(../images/bg.jpeg) no-repeat center/cover;
    padding:30px;
}
.team_list_desc,
.team_detail_desc {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}
.team_list_cont_pack h4,
.team_detail_cont h5{
    margin: 24px 0 10px;
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}
.team_list_cont_pack p {
    margin-top: 45px;
    display: flex;
}
    .team_list_cont_pack p span,
    .team_detail_tab  span{
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        margin-right: 30px;
        text-decoration: underline;
    }
    .team_list_cont_pack p span:last-child {
        margin:0;
    }
.team_list_pack li a:hover h3 {
    color:rgb(1, 144, 217);
}
.team_img {
    width: 400px;
    height: 400px;
    position: relative;
    background: rgba(1, 144, 217,.1);
    border-radius:20px;
    margin:0 auto;
}
.team_img img {
    width:100%;
    position:absolute;
    left:30px;
    top:30px;
}
.team_detail{
    padding:60px 0 185px;
}
.team_detail_cont{
    text-align:center;
}
.team_detail_title{
    margin-top:77.5px;
    text-align:center;
}
.team_detail_desc{
    margin-top:30px;
}
.team_detail_desc2{
    margin-top:10px;
}
.team_detail_tab{
    margin-top:55px;
}
.guidance{
    padding:96px 0 180px;
}
.guidance_plate1_list{
    display:flex;
    margin:50px 0 0;
    justify-content:space-between;
    flex-wrap:wrap;
}
.guidance_plate1_list li {
    width:17%;
    text-align:center;
}
.guidance_plate1_list_top {
    border:8px solid transparent;
    padding:15px 10px;
    border-radius:10px;
}
    .guidance_plate1_list_top p{
        font-size:20px;
        line-height:30px;
        color:#000;
        margin-top:23px;
    }
.guidance_plate1_list_icon {
    height:60px;
}
    .guidance_plate1_list_icon img {
        max-height:100%;
        display:block;
        margin:0 auto;
    }
    .guidance_plate1_list li:first-child .guidance_plate1_list_top {
        border-color: rgb(91, 126, 208);
    }
.guidance_plate1_list li:nth-child(2) .guidance_plate1_list_top {
    border-color: rgb(30, 93, 136);
}
.guidance_plate1_list li:nth-child(3) .guidance_plate1_list_top {
    border-color: rgb(51, 164, 158);
}
.guidance_plate1_list li:nth-child(4) .guidance_plate1_list_top {
    border-color: rgb(139, 205, 118);
}
.guidance_plate1_list li:nth-child(5) .guidance_plate1_list_top {
    border-color: rgb(245, 191, 64);
}
.guidance_plate1_list_cont h4 {
    font-size:24px;
    line-height:35px;
    font-weight:bold;
    margin-top:22px;
    color:#000;
}
.guidance_plate1_list_cont p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    color: rgb(51, 51, 51);
}
.guidance_plate2{
    padding:113px 0 80px;
}
.guidance_plate2_list{
    margin:58px -20px 0;
    display:flex;
    flex-wrap:wrap;
}
.guidance_plate2_list li {
   padding:0 20px;
   margin-bottom:40px;
   width:33.333%;
}
.guidance_plate2_list_pack {
    background: rgb(245, 248, 251);
    border-radius:20px;
    padding:27px 50px;
    position:relative;
    height:100%;
}
.guidance_plate2_list_cont {
    text-align:center;
}
    .guidance_plate2_list_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
        padding-bottom: 21px;
        border-bottom: 1px solid rgb(211, 217, 220);
    }
    .guidance_plate2_list_cont p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        color: rgb(102, 102, 102);
    }
    .guidance_plate2_list_cont span {
        display: block;
        margin-top: 14px;
        font-size: 16px;
        line-height: 24px;
        color: rgb(1, 144, 217);
        text-decoration:underline;
        opacity:0;
        cursor:pointer;
    }
.guidance_plate2_list_pack:hover span {
    opacity:1;
}
.guidance_plate2_list_text,
.guidance_plate3_cont_addtext_pop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 50px rgba(1, 144, 217, 0.18);
    border-radius: 10px;
    padding: 24px 50px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    display: none;
    z-index: 20;
    text-align: center;
}
    .guidance_plate2_list_text::before,
    .guidance_plate3_cont_addtext_pop::before{
        content: "";
        border-top: 6px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 6px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
.guidance_plate2_list_pack:hover .guidance_plate2_list_text {
    display:block;
}
.bai_title h3 span,
.bai_title p {
    color: #fff;
}
.guidance_plate3 {
    padding: 96px 0 126px;
    background: linear-gradient(to right,rgb(45, 184, 255),rgb(1, 144, 217));
}
.guidance_plate3_cont{
    margin-top:26px;
}
.guidance_plate3_cate {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255,.3);
}
.guidance_plate3_cate li {
    padding:0 50px;
}
    .guidance_plate3_cate li p {
        font-size:20px;
        line-height:30px;
        color:#fff;
        border-bottom:3px solid transparent;
        padding-bottom:16px;
        cursor:pointer;
    }
    .guidance_plate3_cate li.active p {
        border-bottom-color:#fff;
    }
.guidance_plate3_list{
    margin-top:25px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.guidance_plate3_list li {
    margin:5px 10px;
}
    .guidance_plate3_list p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 28px;
        background: rgba(255, 255, 255,.3);
        border-radius:20px;
        cursor:pointer;
    }
    .guidance_plate3_list li.active p {
        background:#fff;
        color:rgb(1, 144, 217);
    }
.guidance_plate3_cont_pack{
    margin-top:30px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.guidance_plate3_cont_left {
    width:39%;
}
.guidance_plate3_cont_left img {
    border-radius:20px;
}
.guidance_plate3_cont_right{
    width:59.5%;
}
.guidance_plate3_cont_left_imglist {
    display:flex;
    margin:0 -10px;
    flex-wrap:wrap;
}
.guidance_plate3_cont_left_imglist li {
    width:25%;
    padding:0 10px;
    margin-bottom:20px;
}
    .guidance_plate3_cont_left_imglist li img {
        width:100%;
        display:block;
        border-radius:20px;
    }
    .guidance_plate3_cont_left_imglist li.active img {
        border: 5px solid rgb(174, 208, 34);
    }
        .guidance_plate3_cont_addcont {
            background: #fff;
            border-radius: 20px;
            padding: 33px 50px;
        }
    .guidance_plate3_cont_addcont h3 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
.guidance_plate3_cont_addtext {
    display:flex;
    justify-content:space-between;
    margin-top:19px;
}
    .guidance_plate3_cont_addtext li {
        font-size: 16px;
        line-height: 24px;
        max-width:33%;
    }
.guidance_plate3_cont_addtext h4 {
    font-weight:bold;
    color:#000;
}
    .guidance_plate3_cont_addtext p {
        color: rgb(51, 51, 51);
    }
.guidance_plate3_cont_addtext_btn{
    position:relative;
    display:flex;
    margin-top:27px;
}
    .guidance_plate3_cont_addtext_btn p,
    .guidance_plate3_cont_addtext_btn a{
        font-size: 16px;
        line-height: 21px;
        padding: 9px 18px;
        border: 1px solid transparent;
        border-radius: 20px;
        margin-right: 10px;
    }
    .guidance_plate3_cont_addtext_btn p {
        color: rgb(174, 208, 34);
        border-color: rgb(174, 208, 34);
        cursor:pointer;
    }
    .guidance_plate3_cont_addtext_btn a {
        color:#fff;
        border-color:rgb(1, 144, 217);
        background:rgb(1, 144, 217);
    }
.guidance_plate3_cont_addtext_pop {
    left:0;
    top:130%;
    max-width:400px;
    padding:20px 30px;
    font-size:16px;
    line-height:24px;
    color:#000;
}
    .guidance_plate3_cont_addtext_pop::before {
        left:50px;
    }
.guidance_plate3_cont_addtext_btn p:hover ~ .guidance_plate3_cont_addtext_pop {
    display:block;
}
.guidance_plate4_pack {
    border: 2px dashed rgb(1, 144, 217);
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:10px;
    padding:6px 50px;
}
.guidance_plate4_left{
    width:80%;
    display:flex;
    align-items:center;
}
.guidance_plate4_img{
    width:148px;
}
.guidance_plate4_left_cont{
    width:calc(100% - 148px);
    padding-left:32px;
    display:flex;
    align-items:flex-start;
}
    .guidance_plate4_left_cont h4 {
        font-size: 24px;
        line-height: 35px;
        font-weight: bold;
        color: rgb(0, 0, 0);
    }
.guidance_plate4_left_cont div {
    margin-left:32px;
    font-size:16px;
    line-height:24px;
    color:rgb(1, 144, 217);
}
    .guidance_plate4_left_cont div p {
        color: rgb(51, 51, 51);
    }
    .guidance_plate4_left_cont div span {
        font-size:24px;
        line-height:35px;
    }
.guidance_plate4{
    margin-top:50px;
}
.guidance_plate4_right {
    max-width:100px;
}
.standard{
    padding:60px 0 185px;
}
.standard_plate1_title{
    max-width:500px;
    line-height:30px;
    border-radius:30px;
    background:rgb(1, 144, 217);
    color:#fff;
    text-align:center;
    margin:0 auto;
    font-size:20px;
    padding:15px;
    cursor:pointer;
}
.standard_list li {
    width:calc(100% / 6);
}
.standard_list li:hover a {
    background:rgb(1, 144, 217);
    color:#fff;
}
.standard_plate1_cont{
    padding-top:50px;
}
.standard_detail{
    padding:60px 0 100px;
}
    .standard_detail .NewsDetail001 {
        padding:30px 0 0;
    }
.banner_btn a {
    display:block;
    width:150px;
    line-height:50px;
    color:#fff;
    background:rgb(1, 144, 217);
    text-align:center;
    font-size:16px;
    border-radius:25px;
}
.banner_btn {
    width: 160px;
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgb(1, 144, 217);
    margin: -30px auto 0;
    border-radius: 30px;
    position: relative;
    z-index: 150;
}
    .banner_btn:hover a {
        background:#fff;
        color:rgb(1, 144, 217);
    }
    .t_plate1 {
        padding: 86px 0 100px;
    }
.t_plate1_list {
    margin:48px -25px 0;
    display:flex;
    flex-wrap:wrap;
}
.t_plate1_list li {
    width:25%;
    padding:0 25px;
    margin-bottom:50px;
}
    .t_plate1_list li:nth-child(2n+1) {
        padding-top:77px;
    }
.t_plate1_list_pack {
    background: rgb(245, 248, 251);
    border-radius:130px;
    padding:30px 30px 60px;
}
.t_plate1_list_icon {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px dashed rgb(1, 144, 217);
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}
.t_plate1_list_pack p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: rgb(32, 32, 32);
    margin-top:18px;
    font-weight:600;
}
.t_plate1_list_pack:hover .t_plate1_list_icon {
    background:rgb(1, 144, 217);
}
.t_plate1_list_pack:hover img {
    filter:grayscale(100%) contrast(50) invert(100%);
}
.t_plate1_list2{
    margin:10px -10px 0;
    display:flex;
    flex-wrap:wrap;
}
    .t_plate1_list2 li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
.t_plate1_list2_pack {
    background: rgb(245, 248, 251);
    border-radius:20px;
    display:flex;
    align-items:center;
}
.t_plate1_list2_cont {
    width: 49%;
    padding: 20px 5%;
    font-size: 18px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.t_plate1_list2_img {
    width:51%;
}
.t_plate2{
    padding:96px 0 102px;
    background:url(../images/tbg.jpeg) no-repeat center/cover;
}
.t_plate2_list {
    margin:48px -35px 0 ;
    display:flex;
    flex-wrap:wrap;
}
.t_plate2_list li {
    width:33.333%;
    padding:0 35px;
}
.t_plate2_list_pack {
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;
}
.t_plate2_list_img img {
    border-radius:20px 20px 0 0;
}
.t_plate2_list_cont {
    padding:27px 50px 45px;
    text-align:center;
}
    .t_plate2_list_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(0, 0, 0);
        padding-bottom: 21px;
        border-bottom: 1px solid rgb(233, 233, 233);
    }
    .t_plate2_list_cont p {
        font-size: 18px;
        line-height: 30px;
        color: rgb(102, 102, 102);
        padding-top:10px;
    }
.t_plate3_pack {
    padding:116px 0 119px;
}
.t_plate3-1_list{
    position:relative;
    margin-top:48px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .t_plate3-1_list::before {
        content:"";
        width:100%;
        height:15px;
        background:url(../images/xbg.png) no-repeat center/100% 100%;
        position:absolute;
        top:110px;
        left:0;
        z-index:-1;
    }
    .t_plate3-1_list li {
        width: 24%;
    }
.t_plate3-1_pack p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    text-align:center;
}

.t_plate3-1_img{
    height:240px;
}
    .t_plate3-1_img img {
        width: auto;
        max-height: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
    .t_plate3-2 {
        margin-top: 110px;
    }
.t_plate3-2_list {
    margin:48px -15px 0;
    display:flex;
    flex-wrap:wrap;
}
.t_plate3-2_list li {
    width:20%;
    padding:0 15px;
}
.t_plate3-2_img  img{
    border-radius:20px;
}
.t_plate3-2_pack p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin-top:18px;
}
.public_faq{
    padding:96px 0 117px;
    background:url(../images/fbg.jpeg) no-repeat center/cover;
}
.public_faq_text {
    margin-top: 43px;
    background: #fff;
    border-radius: 20px;
    padding: 0 50px;
}
.public_faq_list li {
    padding: 27px 0;
    border-bottom: 1px solid rgb(228, 228, 228);
}
.public_faq_list li:last-child {
    border:none;
}
.public_faq_pack {
    display:flex;
    align-items:flex-start;
}
.public_faq_icon {
    width:32px;
}
.public_faq_icon img {
    width:100%;
    display:block;
}
    .public_faq_icon img:last-child {
        display:none;
    }
.public_faq_cont {
    width:calc(100% - 32px);
    padding-left:15px;
}
    .public_faq_cont h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: rgb(32, 32, 32);
    }
    .public_faq_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(98, 98, 98);
        margin-top:19px;
    }
.public_faq_pack:hover img {
    display:none;
}
.public_faq_pack:hover img:last-child {
    display:block;
}
.public_faq_pack:hover h4 {
    color: rgb(174, 208, 34);
}
.mess_public{
    padding-bottom:185px;
}
.z_plate1{
    padding:86px 0 0;
}
.z_plate1_pack {
    margin-top:48px;
    display:flex;
    align-items:center;
}
.z_plate1_left {
    width: 51%;
    padding-right: 7%;
    font-size: 18px;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.z_plate1_img {
    width:49%;
}
.z_plate2 {
    padding:56px 0 90px;
}
.z_plate2_list {
    margin:48px -4px 0;
    display:flex;
    flex-wrap:wrap;
}
.z_plate2_list li {
    width:33.333%;
    padding:0 4px;
    margin-bottom:8px;
}
.z_plate2_list_pack{
    position:relative;
}
.z_plate2_list_pack p{
    position:absolute;
    width:100%;
    left:0;
    bottom:20px;
    font-size:20px;
    line-height:30px;
    text-align:center;
}
.z_plate3 {
    padding:90px 0;
    background:url(../images/zbg.jpeg) no-repeat center/cover;
}
.z_plate3_img {
    max-width:720px;
    margin:48px auto 0;
}
.z_plate4_img{
    padding-top:48px;
}
.z_pack{
    padding:90px 0 100px;
}
.z_plate5{
    padding-top:96px;
}
.z_plate5_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:48px;
}
.z_plate5_list li {
    width:calc(50% - 40px);
    margin-bottom:20px;
}
.z_plate5_list_pack {
    display: flex;
    align-items: flex-start;
    padding: 14px 40px;
    background: rgb(245, 248, 251);
    border-radius:30px;
}
.z_plate5_list_pack img {
    width:36px;
    display:block;
}
    .z_plate5_list_pack span {
        width: calc(100% - 36px);
        padding-left: 20px;
        font-size: 18px;
        line-height: 26px;
        color: rgb(98, 98, 98);
    }
    .z_plate5_list_pack:hover span {
        color:rgb(1, 144, 217);
    }
    .b_plate1 {
        padding: 86px 0 119px;
    }
.b_plate1_desc {
    margin-top: 48px;
    font-size: 18px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    text-align:center;
}
.b_plate1_list{
    display:flex;
    flex-wrap:wrap;
    margin:75px -13px 0;
}
.b_plate1_list li {
    width:25%;
    padding:0 13px;
}
.b_plate1_list_pack p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: rgb(98, 98, 98);
}
.table {
    margin-top:48px;
}
.table table {
    width: 100%;
}
    .table table td {
        border: none;
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
    }
    .table table tr:first-child td:first-child {
        border-radius: 20px 0 0 0;
    }
    .table table tr:first-child td:last-child {
        border-radius: 0 20px 0 0;
    }
    
    .table table tr td:last-child {
        padding-right: 40px;
    }
    
        .table table tr:first-child td {
            color:#fff;
        }
        .table table tr td {
            padding: 18px 0;
            background:#fff;
        }
    .table table tr td {
        padding-left: 40px;
    }
            .table table tr td:nth-child(5) {
                border-right:1px solid #fff;
            }
            .b_plate2 {
                padding: 76px 0 112px;
                background: url(../images/bbg.png) no-repeat center/cover;
            }
.table table tr:nth-child(2n+1) td {
    background: rgb(245, 248, 251);
}
.table table tr:first-child td {
    background: rgb(1, 144, 217);
}
.b_pack {
    padding:116px 0 142px;
}
.b_plate3_list{
    margin-top:48px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.b_plate3_list li {
    width:25%;
    text-align:center;
}
.b_plate3_img {
    width:250px;
    margin:0 auto;
}
.b_plate3_pack_cont {
    font-size: 24px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    margin-top:17px;
}
.b_plate4 {
    padding-top:93px;
}
.b_plate4_list{
    margin:46px -15px 0;
    display:flex;
    flex-wrap:wrap;
    position:relative;
}
    .b_plate4_list::before {
        content: "";
        width: 100%;
        height: 10px;
        background: rgb(234, 234, 234);
        border-radius:5px;
        position:absolute;
        top:65px;
        left:0;
        z-index:-1;
    }
    .b_plate4_list li {
        width: 20%;
        padding: 0 10px;
    }
.b_plate4_list_pack h4 {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.9);
    text-align:center;
}
.b_plate4_list_pack .b_plate4_list_num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to bottom,rgb(174, 208, 34),rgb(1, 144, 217));
    font-size:14px;
    line-height:20px;
    font-weight:bold;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border:7px solid #fff;
    box-shadow:0 0 3px rgba(0,0,0,.1);
    margin:16px auto 0;
}
.ce_lan_list_tel a {
    color:#fff;
    display:inline !important;
}
.b_plate4_list_img {
    margin-top: 20px;
}
    .b_plate4_list_img img {
        border-radius:10px;
    }
    .b_plate4_list_pack p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top: 20px;
        text-align: center;
    }
.rp_plate3_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 52px -12.5px 0;
}

    .rp_plate3_list li {
        width: 33.333%;
        padding: 0 12.5px;
        margin-bottom: 30px;
    }

.rp_plate3_list_pack {
    box-shadow: 5px 5px 20px rgba(180, 184, 206, 0.14);
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 58px 50px;
    height: 100%;
}

    .rp_plate3_list_pack span {
        width: 59px;
        height: 57px;
        background: url(../images/nbg.png) no-repeat center/100% 100%;
        text-align: center;
        line-height: 57px;
        font-size: 24px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }


    .rp_plate3_list_pack p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(97, 98, 99);
    }
.b_palte5{
    padding:76px 0 70px;
    background:url(../images/bbg2.png) no-repeat center/cover;
}

@media(max-width:1000px) {
    .b_palte5{
        padding:30px 0;
    }
    .rp_plate3_list {
        margin: 30px 0 0;
    }

        .rp_plate3_list li {
            width: 100%;
            padding: 0;
        }
}
.b_plate6{
    padding:80px 0 80px;
}
.q_plate1 {
    padding:80px 0 80px;
}
.q_plate1_pack {
    display: flex;
    align-items: center;
    background: rgb(245, 248, 251);
    border-radius:20px;
    overflow:hidden;
    margin-top:48px;
}
.q_plate1_left {
    width: 51%;
    padding: 20px 5%;
    font-size: 20px;
    line-height: 40px;
    color: rgb(102, 102, 102);
}
.q_plate1_img {
    width:49%;
}
.q_plate2 {
    padding:96px 0 60px;
    background:url(../images/qbg.jpeg) no-repeat center/cover;
}
.q_plate2_list{
    margin:48px -15px 0;
    display:flex;
    flex-wrap:wrap;
}
.q_plate2_list li {
    width:20%;
    padding:0 15px;
    margin-bottom:49px;
}
.q_plate2_list_pack p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin-top:28px;
}
.about_plate3_list {
    display: flex;
    flex-wrap: wrap;
    margin: 51px -15px 0;
    justify-content: center;
}

    .about_plate3_list li {
        width: 33.333%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

.about_plate3_list_pack {
    background: rgb(248, 249, 251);
    padding: 40px;
    height: 100%;
    border-radius:20px;
}

.about_plate3_list_icon {
    height: 72px;
}

    .about_plate3_list_icon img {
        max-height: 100%;
        display: block;
        margin: auto;
    }

.about_plate3_list_text {
    margin-top: 19px;
    text-align: center;
}

    .about_plate3_list_text h4 {
        font-size: 22px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }

        .about_plate3_list_text h4::after {
            content: "";
            width: 28px;
            height: 2px;
            background: rgb(1, 144, 217);
            margin: 25.5px auto 0;
            display: block;
        }

    .about_plate3_list_text p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
        color: rgb(102, 102, 102);
    }

.about_plate3_list_pack:hover img {
    filter: grayscale(100%) contrast(25) invert(100%);
}

.about_plate3_list_pack:hover h4,
.about_plate3_list_pack:hover p {
    color: #fff;
}

    .about_plate3_list_pack:hover h4::after {
        background: #fff;
    }

.about_plate3_list_pack:hover {
    background: rgb(1, 144, 217);
}
.q_plate3 {
    padding:116px 0 0;
}
.q_palte4{
    padding:86px 20px 0;
}
.q_palte4_list{
    display:flex;
    margin:48px -15px 0;
    flex-wrap:wrap;
}
.q_palte4_list li {
    width:calc(100% / 7);
    padding:0 15px;
}
.q_palte4_img {
    background: rgb(0, 0, 0);
    border-radius:20px;
}
.q_palte4_cont{
    text-align:center;
    padding-top:18px;
}
.q_palte4_cont h4 {
    font-size:18px;
    line-height:26px;
    color:#000;
    font-weight:bold;
}
    .q_palte4_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top:10px;
        white-space:pre-line;
    }
.q_plate5{
    padding:120px 0;
}
.q_plate5_list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:48px -15px 0;
} 
.q_plate5_list li {
    width:calc(100% / 7);
    padding:0 15px;
    position:relative;
}
    .q_plate5_list li::after {
        content:"";
        width:30px;
        height:18px;
        background:url(../images/arr.png) no-repeat center/100% 100%;
        position:absolute;
        right:-15px;
        top:40%;
        transform:translateY(-50%);
    }
    .q_plate5_list_cont {
        border: 1px solid rgb(1, 144, 217);
        background: rgb(245, 248, 251);
        border-radius: 25px;
        padding: 13px 10px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: rgb(51, 51, 51);
        margin-top: 15px;
    }
.q_plate5_list_img{
    height:200px;
}
.q_plate5_list_img img {
    max-height:200px;
    display:block;
    margin:0 auto;
}
.q_plate5_list li:last-child::after {
    display:none;
}

/*
首页*/
.index-one{
    padding:80px 0;
}
.index-one-list{
    padding-top:60px
}
.index-one-list ul{
    display:flex;
     flex-wrap:wrap
}
.index-one-list ul li{
     width:14.2%;
     padding:10px;
}
.index-one-list ul li a{
    position:relative;
    background:#fff;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 0px rgba(1, 144, 217, 0.18);
    padding:40px 5px;
    text-align:center;
    display:block;
    height:100%;
    color:#333
}
.index-one-list ul li a .tj{
    width:40px;
    position:absolute;
    top:0;
    left:0;
    z-index:2
}
.index-one-list ul li a img {
    height: 40px
}
.index-one-list ul li a  p{
    font-size:16px;
    padding-top:10px

}
.index-one-list ul li a:hover{
    background:rgb(1, 144, 217);
    color:#fff
}

.index-tow{
    background:url(../images/index-bj2.png) no-repeat center;
    background-size:cover;
    padding:80px 0
}

.index-tow-list{
    padding-top:60px
}
.index-tow-list a{
    position:relative;
    padding-top:100px;
    display:block;
    height:100%
}
.index-tow-list a .pic{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    width:240px;
    height:240px;
    border-radius:50%;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
}
.index-tow-list a .pic img{
   width:100%;
   height:100%;
   object-fit:cover;
   transition:all .5s;
}
    .index-tow-list a .tet {
        margin: 0 auto;
        background: linear-gradient(to bottom,rgba(255, 255, 255, 0),rgb(255, 255, 255));
        border-radius: 160px;
        padding: 180px 50px 60px 50px;
        text-align: center;
    }
.index-tow-list a .tet h3{
    font-size:24px;
    color:#000
}
.index-tow-list a .tet h4{
    font-size:20px;
    color:#B28F5A;
    padding-top:10px
}
        .index-tow-list a .tet p {
            font-size: 16px;
            color: rgb(98, 98, 98);
            margin-top: 15px;
            line-height: 30px
        }

.index-tow-list .pl50{
    padding:0 80px
}
.index-tow-list .swiper-button-next, .index-tow-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000080;
    border-radius: 50%
}
.index-tow-list .swiper-button-next:hover, .index-tow-list .swiper-button-prev:hover{
    background-color:rgb(1, 144, 217)
}


@media screen and (max-width: 1680px) {
    .index-tow-list a {
        position: relative;
        padding-top: 100px;
        display: block;
        height: 100%
    }

    .index-tow-list a .pic {
        width: 200px;
        height: 200px;
    }

        .index-tow-list a .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .index-tow-list a .tet {
        margin: 0 auto;
        background: #fff;
        border-radius: 160px;
        padding: 120px 20px 60px 20px;
        text-align: center;
    }
}


.index-three{
    padding:80px 0
}
.index-three-list{
    padding-top:60px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between
}
.index-three-list .pic{
    width:50%
}
.index-three-list .tet{
    width:50%;
    padding-left:50px;

}
.index-three-list .tet h3{
    font-size:24px;
    color:#333;
    padding-bottom:30px
}
.index-three-list .tet p{
    font-size:16px;
    color:#666;
    line-height:30px;
}
.index-three-list .tet a{
    background:rgb(1, 144, 217);
    display:inline-block;
    padding:5px 20px;
    border-radius:20px;
    font-size:16px;
    color:#fff;
    margin-top:30px;
    box-shadow: 0px 5px 10px 0px rgba(1, 144, 217, 0.4);
    border:1px solid rgb(1, 144, 217);
}
    .index-three-list .tet a:hover {
        background:#fff;
        color:rgb(1, 144, 217);
    }
    .index-three-list .tet a:hover {
        opacity: 0.8
    }

.index-four{
    padding:80px 0
}
.index-four-list {
    padding-top: 60px;
    text-align: center;
}
.index-four-list h3{
    font-size:20px;
    color:#333;
    padding:15px 0 10px 0
}
.index-four-list p{
    font-size:16px;
    color:#666
}
.index-four-list .swiper-button-next, .index-four-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000080;
    border-radius: 50%
}
.index-four-list .swiper-button-next{
    right:10%
}
.index-four-list .swiper-button-prev {
    left:10%
}

.index-four-list .swiper-button-next:hover, .index-four-list .swiper-button-prev:hover {
    background-color: rgb(1, 144, 217)
}


.index-five{
    padding:80px 0
}
.index-five-list{
    padding-top:40px
}
.index-five-list .list-ul ul{
    display:flex;
    flex-wrap:wrap;
}
.index-five-list .list-ul ul li{
    width:33.3%;
    padding:20px
}
.index-five-list .list-ul ul li .pic{
    height:270px;
    overflow:hidden;
    border-radius:10px;
    border-bottom:solid 2px rgb(174, 208, 34)

}
.index-five-list .list-ul ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-five-list .list-ul ul li a{
    display:block;
    height:100%
}
.index-five-list .list-ul ul li .tet{
    padding-top:20px;
}
.index-five-list .list-ul ul li .tet h3{
    font-size:20px;
    color:#333;
}
.index-five-list .list-ul ul li .tet p{
    font-size:14px;
    color:#999
}
.index-five-list .list-ul ul li .tet .tet-f{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 0
}
.index-five-list .list-ul ul li .tet .tet-p{
    font-size:16px;
    color:#666
}
.index-five-list .list-ul ul li:hover h3{
    color:rgb(1, 144, 217)
}
.index-five-list .list-ul ul li:hover .pic{
    border-bottom:solid 2px rgb(1, 144, 217)
}
.index-five-list .list-ul ul li:hover span{
    border:solid 1px rgb(1, 144, 217);
    color:rgb(1, 144, 217)
}
.t_plate2_listtow li{
    width:50%;
}
.t_plate2_listtow li .t_plate2_list_pack{
    background:no-repeat
}
.t_plate2_listtow li .t_plate2_list_img img{
    background: linear-gradient(180.00deg, rgb(255, 255, 255),rgb(224, 229, 235) 100%);
    border-radius:20px;
    overflow:hidden;
}
.t_plate2_listtow li .t_plate2_list_cont h4{
    border:none
}
.moer-t1{
    text-align:center;
    padding-top:20px;
}
.moer-t1 p {
    display:inline-block;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0px 5px 10px 0px rgba(1, 144, 217, 0.4);
    background: rgb(1, 144, 217);
    font-size:16px;
    padding:10px 30px;
    color:#fff
}
.ptb80{
    padding:80px 0
}
.zty-yt-table {
    padding-top:60px;
    text-align:center;
    border-radius:20px;
    max-width:1200px;
    margin:0 auto
}
.zty-yt-table p{
    font-size:16px;
    color:#666
}
.zty-yt-table h3{
    padding:20px 0 0 0;
    font-size:18px;
    color:rgb(1, 144, 217)
}

.zty-yt-table table{
    margin-top:40px;
    width:100%;
    color:#666
}
.zty-yt-table table tr td{
    padding:20px 10px;
    font-size:16px
}
.zty-yt-table table tr td.td1{
    background:rgb(1, 144, 217);
    color:#fff
}
.zty-yt-table table tr td.td2 {
    background: #AED022;
    color:rgb(1, 144, 217)
}
.zty-yt-table table tr td.td3 {
    background: #0190D910;
    color:rgb(1, 144, 217)
}
.zty-yt-table table tr td.td4 {
    background: #0190D910;
}
.zty-yt-table table tr td.td5 {
    background: #AED02210;
}


.zty-dzlc{
    background:url(../images/yt-bj.png) no-repeat center;
    background-size:cover;
}

.zty-dzlc-vs {
    margin-top: 120px;
    box-shadow: 0px 0px 50px 0px rgba(0, 60, 149, 0.1);
}
.zty-dzlc-vs .li{
    display:flex;
    flex-wrap:wrap;
    background:#fff
}
.zty-dzlc-vs .li.lir1{
    border-radius:20px 20px 0 0
}
.zty-dzlc-vs .li.lir2{
    border-radius: 0 0 20px 20px
}
.zty-dzlc-vs .li2 {
    background: #c8ecff
}
.zty-dzlc-vs .li .vsfl{
    text-align:right;
    width:calc((100% - 150px)/2);
   padding:40px
}
.zty-dzlc-vs .li .top-f{
    display:flex;
    align-items:center;
}
.zty-dzlc-vs .li .vsfl .top-f h3{
    font-size:36px;
    color:#000;
    padding-left:10%
}
.zty-dzlc-vs .li .vsco {
    position:relative;
    width: 150px;
    background-color: rgb(1, 144, 217);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    color:#fff
}
    .zty-dzlc-vs .li .vsco p {
        color: #fff;
        padding:20px;
        text-align:center;
    }
.zty-dzlc-vs .li .vsco.t{
    border-radius:80px 80px 0 0
}
    .zty-dzlc-vs .li .vsco.b {
        border-radius: 0 0 80px 80px
    }
.zty-dzlc-vs .li .vsco .vs{
    position:absolute;
    top:-60px;
    left:50%;
    transform:translate(-50% ,0);
    width:150px;
    height:150px;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.2);
    border-radius:50%;
    font-size:68px;
    color:rgb(1, 144, 217);
    line-height:150px;
    text-align:center;
    font-weight:bold;
}
    .zty-dzlc-vs .li .vsfr {
        width: calc((100% - 150px)/2);
        padding: 40px;
    }
.zty-dzlc-vs .li .vsfr .top-f{
    justify-content:flex-end
}
    .zty-dzlc-vs .li .top-f img {
        max-width: 134px;
    }
    .zty-dzlc-vs .li .vsfr .top-f h3 {
        font-size: 36px;
        color: #000;
        padding-right: 10%
    }
.zty-dzlc-vs .li .x{
    border-radius: 4px;
background: linear-gradient(270.00deg, rgb(1, 144, 217),rgba(174, 208, 34, 0) 100%);
height:8px;
}

.zty-dzlc-vs .li h4{
    font-size:18px;
    padding-top:20px;
    color:#333
}
.zty-dzlc-vs .li p{
    font-size:16px;
    padding-top:10px;
    color:#666
}

.zty-ys-list{
    padding-top:58px;
}
.zty-ys-list ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -13px;
}
.zty-ys-list ul li{
    width:25%;
    padding:0 13px;
    text-align:center;
    margin-bottom:20px;
}
.zty-ys-list ul li img{
    height:80px;
}
.zty-ys-list ul li h3{
    font-size:18px;
    color:#000;
    padding:20px 0;
    font-weight:bold
}
.zty-ys-list ul li p{
    font-size:16px;
    color:#666
}


.ggzl-one {
    background:url(../images/ghzl-bj.png) no-repeat center;
    background-size:cover;

}
.gzl-one-mian {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 60px auto 0;
    border-radius:20px;
}
.gzl-one-mian .pic{
    width:50%;
    padding:40px
}
.gzl-one-mian .tet{
    width:50%;
    font-size:16px;
    color:#666;
    padding:40px;
    line-height:30px;
}
.gzl-one-mian .tet p{
  padding:5px 0
}

.gzl_plate4_list li {
    width: 16.5%
}

.ggzl-tow{
    padding:80px 0
}

.gy-list{
    padding-top:40px;
}
.gy-list ul{
    display:flex;
    flex-wrap:wrap;
}
.gy-list ul li{
    width:33.3%;
    padding:20px;
    
}
.gy-list ul li div{
    position:relative;
    overflow:hidden;
   box-shadow: 0px 0px 30px 0px rgb(232, 235, 245);
   font-size:18px;
   text-align:center;
}
.gy-list ul li div span{
    display:block;
    width:40px;
    height:40px;
    background:rgb(1, 144, 217);
    border-radius:0 0 40px 0;
    font-size:16px;
    color:#fff;
    text-align:left;
    padding-left:10px;
    padding-top:5px;
}

.gy-luanl{
    padding-top:60px;
    display:flex;
    align-items:center;
}
.gy-luanl .pic{
    width:60%
}
.gy-luanl .tet{
    width:40%;
    padding-left:40px;
}
.gy-luanl .tet h3{
    font-size:20px;
    color:#000;
    padding-bottom:15px;
}
.gy-luanl .tet p{
    font-size:16px;
    padding-top:10px;
    color:#666;
}

.yxjz-gjd {
    justify-content:center;
    margin:50px -20px 0
}
.yxjz-gjd  li{
    padding:20px;
}
.yxjz-gjd-bj {
    background: url(../images/yxjz-bj1.png) no-repeat center;
    background-size: cover;
}

.zty-dzlc-vs2 .li .vsco.t {
    border-radius: 80px;
    background: linear-gradient(180.00deg, rgb(174, 208, 34),rgb(1, 144, 217) 100%);
}
.zty-dzlc-vs2 .li .vsco .vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    backdrop-filter: blur(40px);
    background: rgba(1, 144, 217, 0.4);
    border-radius: 50%;
    font-size: 68px;
    line-height: 150px;
    text-align: center;
    font-weight: bold;
    color:#fff
}
.zty-dzlc-vs2 .li .x {
    background: linear-gradient(270.00deg, rgb(1, 144, 217),rgba(174, 208, 34, 0) 100%);
}
.zty-dzlc-vs2 .li .xx{
    border:dashed 1px #e4e4e4;
    margin-top:20px
}
.about_banner_pack img:hover {
    transform:scale(1);
}
.zty-ys-list2 ul li {
    width: 33.3%;
    margin-bottom: 20px;
}
.zty-ys-list2 ul li img{
    height:auto
}
.zty-ys-list2 ul li p span{
    color:#000;
}

.zty-ys-list3 ul li {
    width: 20%
}
.zty-ys-list3 ul li img {
    height: auto
}
.zty-ys-list3 ul li .p1{
    text-align:left;
    padding-left:20px;
    background:url(../images/yx-icon1.png) no-repeat left 0 top 5px;
    background-size:15px
}
.zty-ys-list3 ul li .p2{
    text-align:left;
    padding-left:20px;
    background:url(../images/yx-icon2.png) no-repeat left 0 center;
    background-size:15px
}
.zty-ys-list5 ul li img{
    height:auto
}
.zty-ys-list5 ul li div{
    background:#fff;
    border-radius:15px;
    padding-bottom:10px;
    height:100%;
    overflow:hidden;
}
.zty-ys-list5 ul li h3 {
    padding: 20px 10px 5px 10px
}
.zty-ys-list5 ul li p{
    padding:5px 10px
}
.pt80 {
    padding-top: 80px
}
.zty-yt-table2{
    padding-top:20px
}
.zty-ys-list4 ul li{
    width:20%
}
.zty-ys-list4 ul li img {
    height: auto;
    max-height:200px
}
.rtjg-bj {
    background: url(../images/ert-bj.png) no-repeat center;
    background-size:cover
}
.zty-ys-list4 ul li .jg {
    color: #F53535
}

.etyk-tf{
    padding-top:60px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:space-between
}
.etyk-tf .img{
    width:46%
}
.etyk-tf .tet{
    width:46%
}
.etyk-tf .tet .tet-p{
    font-size:16px;
    color:#666
}
.etyk-tf .tet h3{
    font-size:20px;
    color:#000;
    padding:30px 0 15px 0
}
.etyk-tf .tet .li{
    display:flex;
    align-items:center;
padding:10px 0
}
.etyk-tf .tet .li p{
    font-size:16px;
    color:#666;
    padding-left:20px;
}
    .etyk-tf .p-a {
        font-size: 16px;
        color: #666;
        padding: 10px 0
    }

.z_plate2_list2 li {
    width: 25%
}
.bczc-bj {
    background: url(../images/bcac-bj.png) no-repeat center;
    background-size: cover
}

.zty-yt-table2 .td1 h3,
.zty-yt-table2 .td1 p {
    color: #fff
}
.zty-yt-table2 .td-f {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.zty-yt-table2 .td-f .li{
    padding:10px;
}

.bazc-list{
    padding-top:40px;
}
.bazc-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 -30px
}
.bazc-list ul li{
    position:relative;
    width:20%;
    padding:20px 30px;
}
.bazc-list ul li p{
    font-size:16px;
    color:#666;
    padding-top:15px;
    text-align:center;
}
.bazc-list ul li.li1:before{
    content:'';
    position:absolute;
    top:30%;
    right:-20px;
    width:40px;
    height:40px;
    background:url(../images/byzh-afl.png) no-repeat center;
    background-size:100%;
}
.bazc-list ul li.li2:before{
    content:'';
    position:absolute;
    top:30%;
    right:-20px;
    width:40px;
    height:40px;
    background:url(../images/byzh-afr.png) no-repeat center;
    background-size:100%;
}
.bazc-list ul li.li3:before{
    content:'';
    position:absolute;
    top:30%;
    right:-20px;
    width:40px;
    height:40px;
    background:url(../images/byzh-afr2.png) no-repeat center;
    background-size:100%;
}
.yzy-bj1 {
    background: url(../images/yzy-bj1.png) no-repeat center;
    background-size: cover
}
.yzy-bj2 {
    background: url(../images/yzy-bj2.png) no-repeat center;
    background-size: cover
}
.zty-ys-list6 ul li img{
    height:40px
}
.zty-ys-list6 ul{
    justify-content:center;
}
.zty-ys-list6 ul li div {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%
}

.zty-ys-list6 ul li h3 {
    padding: 20px 10px 20px 10px;
    border-bottom:solid 1px #eee;
    margin-bottom:10px
    
}

.zty-ys-list6 ul li p {
    padding: 5px 10px
}

.yzy-list-bz{
    padding-top:60px;
}
.yzy-list-bz ul{
    position:relative;
} 
.yzy-list-bz ul::before{
  content:'';
  position:absolute;
  width:1px;
  height:100%;
  border:dashed 2px #eee;
  top:0;
  left:50%;
  transform:translate(-50%)
}
.yzy-list-bz ul li{
    position:relative;
    display:flex;
    justify-content:flex-start;
    text-align:right;
}
.yzy-list-bz ul li:nth-child(2n){
    display:flex;
    justify-content:flex-end;
    text-align:left
}
.yzy-list-bz ul li .fl{
    position:relative;
    width:50%;
    padding-right:40px;
}
.yzy-list-bz ul li:nth-child(2n) .fl{
    padding-right:0;
    padding-left:40px;
}
.yzy-list-bz ul li h3{
    font-size:20px;
    color:#000;

}
.yzy-list-bz ul li p{
    font-size:16px;
    color:#666;
    padding:15px 0
}
.yzy-list-bz ul li .fl:before{
    content:'';
    position:absolute;
    top:10px;
    right:-10px;
    border-radius:50%;
    background:#fff;
    width:20px;
    height:20px;
    border:solid 2px rgb(1, 144, 217)
}
.yzy-list-bz ul li:nth-child(2n) .fl:before{
    content:'';
    position:absolute;
    top:10px;
    right:0px;
    left:-10px;
    border-radius:50%;
    background:#fff;
    width:20px;
    height:20px;
    border:solid 2px rgb(1, 144, 217)
}
.l_plate2_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:58px -40px 0;
}
.l_plate2_list li {
    width:20%;
    padding:0 40px;
    margin-bottom:50px;
    position:relative;
}
    .l_plate2_list li::after {
        content:"";
        width:60px;
        height:34px;
        background:url(../images/arr.png) no-repeat center/100% 100%;
        position:absolute;
        right:-30px;
        top:30%;
        transform:translateY(-50%);
    }
    .l_plate2_list li:nth-child(5)::after {
        width:60px;
        height:67px;
        background:url(../images/garr.png) no-repeat center/100% 100%;
        bottom:-150px;
        top:auto;
        left:60%;
        transform:translateX(-50%);
    }
        .l_plate2_list li:nth-child(6)::after,
        .l_plate2_list li:nth-child(7)::after,
        .l_plate2_list li:nth-child(8)::after {
            transform:translateY(-50%) rotate(180deg);
            top:35%;
        }
        .l_plate2_list li:last-child::after {
            display: none;
        }
        .l_plate2_list_pack p {
            font-size: 16px;
            line-height: 24px;
            color: rgb(51, 51, 51);
            margin-top: 20px;
            text-align: center;
        }
    .img:hover img {
       transform:scale(1.1);
    }
.l_plate3 {
    padding:48px 0  0;
}
.l_plate3_list{
    margin:0 -13px;
    display:flex;
    flex-wrap:wrap;
}
.l_plate3_list li {
    width:25%;
    padding:0 13px;
    margin-bottom:26px;
}
.l_plate3_list_pack {
    border-radius:20px;
    padding:50px 30px 34px;
    height:100%;
}
.l_plate3_list li:first-child .l_plate3_list_pack {
    background:url(../images/lbg.png) no-repeat center/cover;
}
.l_plate3_list li:nth-child(2) .l_plate3_list_pack {
    background: url(../images/lbg2.png) no-repeat center/cover;
}
.l_plate3_list li:nth-child(3) .l_plate3_list_pack {
    background: url(../images/lbg3.png) no-repeat center/cover;
}
.l_plate3_list li:nth-child(4) .l_plate3_list_pack {
    background: url(../images/lbg4.png) no-repeat center/cover;
}
.l_plate3_icon {
    height:64px;
}
.l_plate3_icon img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.l_plate3_cont {
    margin-top:36px;
    text-align:center;
}
    .l_plate3_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgb(255, 255, 255);
    }
.l_plate3_cont p {
    font-size:18px;
    line-height:26px;
    color:#fff;
}
.l_plate3_cont hr {
    background:#fff;
    margin:30px 0; 
}
.l_plate3_btn {
    text-align:center;
    margin-top:24px;
}
    .l_plate3_btn a {
        display: inline-block;
        padding: 12px 39px;
        border-radius: 25px;
        background: rgb(1, 144, 217);
        font-size: 16px;
        line-height: 24px;
        color: rgb(255, 255, 255);
        border:1px solid rgb(1, 144, 217);
    }
    .l_plate3_btn a:hover {
        background:#fff;
        color:rgb(1, 144, 217);
    }
.l_plate4 {
    padding:120px 0;
}
.l_plate5 {
    padding: 96px 0 102px;
    background: rgb(245, 248, 251);
}
.l_plate5_list ul li div h3 {
    padding: 27px 30px 0;
}
.l_plate5_list ul li div p {
    padding: 10px 30px;
}
.l_plate5_list ul li div {
    padding-bottom:30px;
}
.c_palte2 {
    padding: 96px 0 80px;
    background: rgb(245, 248, 251);
}
    .c_palte2 .about_plate3_list_pack {
        background:#fff;
    }
    .c_palte2 .about_plate3_list_pack:hover {
        background:rgb(1, 144, 217);
    }
.c_plate3 {
    padding:116px 0 0;
}
.c_plate4 {
    padding:116px 0 0;
}
.c_plate4_pack{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin:48px 0 50px;
}
.c_plate4_pack>div {
    width:50%;
}
.c_plate4_left{
    padding-right:5%;
}
.c_plate4_left p {
    font-size: 18px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}
.c_plate4_list {
    display:flex;
    margin:60px -10px 0;
    flex-wrap:wrap;
}
.c_plate4_list li {
    padding:0 10px;
    max-width:25%;
}
.c_plate4_list_img {
    height:72px;
}
.c_plate4_list_img img {
    max-height:100%;
    display:block;
    margin:0 auto;
}
.c_plate4_list li span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin-top: 13px;
    color: rgb(102, 102, 102);
}
.c_plate5 {
    padding:120px 0;
}
.index-one-list ul li a:hover img {
    transform:scale(1.1);
}
.index-tow-list a:hover img {
    transform: scale(1.1);
}
.ce_lan {
    position:fixed;
    right:10px;
    top:70%;
    transform:translateY(-50%);
    z-index:180;
}
.yuyue {
    display:block;
}
.yuyue_img {
    width: 100px;
    margin: 0 auto;
}
.yuyue_img img {
    width:100%;
}
.yuyue p{
    width:150px;
    margin-top:10px;
    background:rgb(1, 144, 217);
    color:#fff;
    text-align:center;
    border-radius:30px;
    font-size:16px;
    line-height:48px;
    border:1px solid rgb(1, 144, 217);
}
.yuyue:hover p {
    background:#fff;
    color:rgb(1, 144, 217);
}
.ce_lan_list {
    margin-top:20px;
}
.ce_lan_list a {
    display:block;
    width:45px;
    margin: 0 auto;
}
.ce_lan_list a img {
    width:100%;
    display:block;
}
.ce_lan_list li {
    margin-bottom:20px;
    position:relative;
    display:flex;
    justify-content:center;
}
.ce_lan_list_icon {
    width:50px;
    height:50px;
    background:rgb(1, 144, 217);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ce_lan_list_icon img {
    max-width:60%;
    display:block;
}
.ce_lan_list_text {
    position: absolute;
    right: 75%;
    top: 0;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    border-radius:25px;
    background:rgb(1, 144, 217);
    min-width:120px;
    white-space:nowrap;
    display:none;
}
.ce_lan_list_code{
    border-radius:5px;
    padding:10px;   
}
.rp_plate3_list_pack:hover p {
    color:rgb(1, 144, 217);
}
.q_plate5_list_pack:hover .q_plate5_list_cont {
    background:rgb(1, 144, 217);
    color:#fff;
}
.gy-list ul li div:hover {
    color:rgb(1, 144, 217);
}
img:hover {
    transition:all .5s;
    transform:scale(1.05);
}
.f_cont p img {
    filter:grayscale(100%) contrast(25) invert(100%);
}
.t_plate1_list_icon img {
    max-width:50%;
}
.l_plate2_list2,
.bazc-list2,
.zty-dzlc-vs2 {
    display: none;
}
@media(max-width:1600px) {
    .w_nav > li {
        padding:10px;
    }
        .w_nav > li > a,
        .er_nav li a {
            font-size: 16px;
        }
    .header_phone span{
        font-size:20px;
    }
    .public_title h3 span{
        font-size:30px;
        line-height:40px;
    }
    .index-one-list ul li a{
        padding:30px 5px;
    }
    .t_plate2_list {
        margin:48px -10px 0;
    }
    .t_plate2_list li {
        padding:  10px;
    }
    .table table tr td{
        padding-left:20px;
    }
        .table table tr td:last-child{
            padding-right:20px;
        }
}
@media(max-width:1100px) {
    .y1200,.y1400 {
        max-width:740px;
    }
    .header_top {
        display: none;
    }
    .header_phone {
        display:none;
    }
    .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%;
        }

    .logo {
        height: 60px;
        padding: 10px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    .header_cont_pack {
        position: relative;
    }
    .w_nav > li .nav-fd {
        position:static;
        transform:none;
        width:100%;
        box-shadow:none;
        padding:5px;
    }
    .er_nav {
        position: static;
        border:none;
    }
    .w_nav > li{
        padding:5px;
    }
    .er_nav li a {
        border:none;
        text-align:left;
        padding:0 10px;
    }
    .about_banner{
        padding-top:15px;
    }
    .guidance,
    .guidance_plate2,
    .guidance_plate3 {
        padding: 30px 0;
    }
    .public_title h3 span{
        font-size:22px;
        line-height:32px;
        margin-left:10px;
    }
    .public_title h3 img{
        width:30px;
    }
    .guidance_plate1_list{
        margin-top:30px;
    }
        .guidance_plate1_list li{
            width:49%;
            margin-bottom:15px;
        }
    .guidance_plate1_list_icon{
        height:45px;
    }
    .guidance_plate1_list_cont h4{
        font-size:18px;
        line-height:26px;
        margin-top:15px;
    }
    .guidance_plate1_list_cont p{
        margin-top:10px;
    }
    .yuyue_img{
        width:60px;
    }
    .yuyue p{
        width:80px;
        line-height:35px;
        font-size:14px;
    }
    .ce_lan_list_text{
        right:100%;
    }
    .guidance_plate2_list{
        margin:30px 0 0;
    }
    .guidance_plate2_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .guidance_plate2_list_pack{
        padding:20px;
    }
    .guidance_plate2_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom:10px;
    }
    .guidance_plate3_cont_addcont h3,
    .guidance_plate4_left_cont h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .guidance_plate2_list_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .guidance_plate3_cate li {
        padding:0 10px;
    }
    .guidance_plate3_list p {
        padding: 8px 15px;
    }
    .guidance_plate3_cont_pack{
        display:block;
    }
    .guidance_plate3_cont_left{
        width:100%;
    }
    .guidance_plate3_cont_right{
        margin-top:20px;
        width:100%;
    }
    .guidance_plate3_cont_left_imglist{
        margin:0 -5px;
        flex-wrap:wrap;
    }
        .guidance_plate3_cont_left_imglist li {
            padding:0 5px;
            margin-bottom:10px;
        }
    .guidance_plate3_cont_addcont{
        padding:20px 10px;
    }
    .guidance_plate3_cont_addtext{
        display:block;
        margin-top:15px;
    }
        .guidance_plate3_cont_addtext li{
            max-width:100%;
            margin-bottom:15px;
        }
    .guidance_plate4{
        margin-top:30px;
    }
    .guidance_plate4_pack{
        display:block;
        padding:20px 15px;
    }
    .guidance_plate4_left{
        display:block;
        width:100%;
    }
    .guidance_plate4_img{
        width:80px;
        margin:0 auto;
    }
    .guidance_plate4_left_cont{
        width:100%;
        padding:20px 0 ;
    }
        .guidance_plate4_left_cont div{
            margin-left:15px;
        }
    .guidance_plate4_right {
        margin:0 auto;
    }
    .mess{
        padding-top:30px;
    }
    .mess_pack{
        margin-top:30px;
        padding:20px 15px;
    }
    .mess_title h4{
        font-size:20px;
        line-height:30px;
    }
    .mess_title p{
        font-size:16px;
        line-height:24px;
    }
    .mess_input{
        width:100%;
        display:block;
    }
        .mess_input p {
            width:100%;
            text-align:left;
            padding-left:20px;
        }
        .mess_input input{
            width:100%;
            margin-top:10px;
            padding:10px 20px;
        }
        .mess_input input, .mess_input select, .mess_input .mess_input_btn{
            width:100%;
            margin-top:10px;
        }
    .mess_input_btn span{
        padding:10px 20px;
    }
    .submit{
        margin-top:30px;
    }
    footer{
        padding:30px 0;
    }
    .flogo{
        height:40px;
    }
    .f_cont{
        margin-top:20px; 
        padding:15px 0 20px;
    }
        .f_cont h4,
        .team_list_cont_pack p span, .team_detail_tab span {
            font-size: 18px;
            line-height: 26px;
        }
        .f_cont p{
            font-size:16px;
            line-height:24px;
        }
            .f_cont p span{
                width:calc(100% - 20px);
            }
    .f_link{
        margin-top:30px;
    }
        .f_link li a{
            width:30px;
        }
    .standard,
    .standard_detail,
    .team {
        padding: 30px 0;
    }
    .standard_plate1_title{
        max-width:200px;
        line-height:26px;
        font-size:18px;
        padding:10px;
    }
    .team_list li:first-child a,
    .team_list li:last-child a {
        border-radius: 0;
    }
    .standard_list li,
    .team_list li {
        width: 50%;
    }
    .standard_plate1_cont{
        padding-top:30px;
    }
    .team_page li a {
        font-size:18px;
        line-height:26px;
        padding:5px 10px;
    }
   /* .team_list li:last-child {
        width:100%;
    }*/
    .team_list li a{
        padding:10px 0;
    }
    .team_l{
        margin-top:30px;
    }
    .team_list_pack li a {
        display:block;
    }
    .team_list_img {
        width: 100%;
        height: auto;
    }
        .team_list_img img{
            position:static;
        }
    .team_list_cont{
        width:100%;
        padding:20px 0 0;
    }
        .team_list_cont h3, .team_detail_title h3{
            font-size:20px;
            line-height:30px;
        }
    .team_list_cont_pack{
        padding:20px 15px;
    }
        .team_list_cont_pack h4, .team_detail_cont h5{
            margin:15px 0 10px;
            font-size:18px;
            line-height:26px;
        }
        .team_list_cont_pack p{
            margin-top:20px;
        }
    .team_list_cont > h4, .team_detail_cont h4{
        padding:10px 20px;
    }
    .team_list_pack li{
        margin-bottom:20px;
    }
    .team_detail{
        padding:30px 0;
    }
    .team_img img{
        position:static;
    }
    .team_img{
        max-width:100%;
        height:auto;
    }
    .team_detail_title{
        margin-top:30px;
    }
    .team_detail_tab{
        margin-top:20px;
    }
    .news_classify_list li {
        padding:0 10px;
    }
        .news_classify_list li a{
            padding:15px 0 10px;
            font-size:18px;
            line-height:26px;
        }
    .news_plate1_class_list li{
        padding:30px 0;
    }
        .news_plate1_class_list li a{
            display:block;
        }
    .news_plate1_class_cont {
        width:100%;
    }
    .news_plate1_class_titme{
        display:none;
    }
    .news_plate1_class_text{
        width:100%;
        border-left:none;
        padding:0 0 20px;
    }
        .news_plate1_class_text h4,
        .public_faq_cont h4 {
            font-size: 18px;
            line-height: 26px;
        }
        .news_plate1_class_text p{
            margin-top:10px;
        }
    .news_plate1_class_img{
        width:100%;
    }
    .news_plate1_class_list{
        margin-bottom:0;
    }
    .newsDetail {
         padding:30px 0;
    }
    .NewsDetail001-title h3{
        font-size:24px;
        line-height:34px;      
    }
    .TurnPages_btn a{
        display:none;
    }
    .TurnPages p a{
        width:150px;
        line-height:45px;
        font-size:16px;
    }
    .cont_detail_p {
        font-size:16px;
        line-height:24px;
    }
    .banner_btn{
        width:140px;
        height:50px;
    }
        .banner_btn a{
            width:130px;
            line-height:40px;
            font-size:14px;
        }
    .z_plate1{
        padding:30px 0 0;
    }
    .z_plate1_pack {
        margin-top:20px;
        display:block;
    }
    .z_plate1_left {
        width:100%;
        padding:0 0 20px;
        font-size:16px;
        line-height:24px;
    }
    .z_plate1_img {
        width:100%;
    }
    .z_plate2{
        padding:30px 0;
    }
    .z_plate2_list li{
        width:50%;
    }
    .z_plate2_list_pack p {
        font-size: 15px;
        line-height: 24px;
        bottom: 2px;
    }
    .z_plate2_list{
        margin-top:30px;
    }
    .z_plate3,
    .z_pack {
        padding: 30px 0;
    }
    .z_plate5{
        padding-top:30px;
    }
    .z_plate5_list{
        margin-top:30px;
    }
    .z_plate5_list li {
        width:100%;
        margin-bottom:10px;
    }
    .z_plate5_list_pack{
        padding:10px 20px;
    }
        .z_plate5_list_pack span {
            font-size: 16px;
            line-height: 24px;
        }
    .public_faq,
    .t_plate1 {
        padding: 30px 0;
    }
    .public_faq_text{
        padding:0 20px;
    }
    .public_faq_list li{
        padding:20px 0;
    }
    .t_plate1_list{
        margin:30px -5px 0;
    }
        .t_plate1_list li{
            padding:0 5px;
            margin-bottom:10px;
            width:50%;
        }
            .t_plate1_list li:nth-child(2n+1) {
                padding:0;
            }
    .t_plate1_list_pack{
        padding:20px 10px 30px;
        border-radius:15px;
    }
    .t_plate1_list_icon{
        width:100px;
        height:100px;
        margin:0 auto;
    }
    .t_plate1_list_pack p {
        font-size:16px;
        line-height:24px;
    }
    .t_plate1_list2 li,
    .t_plate2_list li {
        width: 100%;
        padding: 0 0;
        margin-bottom: 15px;
    }
    .t_plate1_list2 {
        margin:10px 0 0;
    }
    .t_plate1_list2_cont {
        font-size:16px;
        line-height:24px;
    }
    .t_plate2{
        padding:30px 0;
    }
    .t_plate2_list{
        margin:30px 0 0;
    }
    .t_plate2_list_cont {
        padding:20px 10px;
    }
        .t_plate2_list_cont h4 {
            font-size:18px;
            line-height:26px;
            padding-bottom:10px;
        }
        .t_plate2_list_cont p,
        .t_plate3-2_pack p {
            font-size: 16px;
            line-height: 24px;
        }
    .t_plate3_pack{
        padding:30px 0;
    }
    .t_plate3-1_list{
        margin-top:30px;
    }
        .t_plate3-1_list::before{
            display:none;
        }
        .t_plate3-1_list li{
            width:49%;
            margin-bottom:15px;
        }
    .t_plate3-1_pack p{
        margin-top:10px;
    }
    .t_plate3-2 {
        margin-top:30px;
    }
    .t_plate3-2_list{
        margin:30px -5px 0;
    }
    .t_plate3-2_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .t_plate3-2_pack p {
        margin-top:10px;
    }
    .b_plate1 {
        padding:30px 0;
    }
    .b_plate1_desc,
    .b_plate1_list_pack p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .b_plate1_list {
        margin:30px -5px 0;
    }
    .b_plate1_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .b_plate1_list_pack p {
        margin-top:10px;
    }
    .b_plate2{
        padding:0 0 30px;
    }
    .table{
        overflow:auto;
    }
        .table table {
            min-width:350%;
        }
    .b_pack{
        padding:30px 0;
    }
    .b_plate3_list{
        margin-top:30px;
    }
        .b_plate3_list li{
            width:50%;
            margin-bottom:10px;
        }
    .b_plate3_img{
        width:100%;
    }
    .b_plate3_pack_cont {
        font-size: 18px;
        line-height: 26px;
    }
    .b_plate4{
        padding-top:30px;
    }
    .b_plate4_list::before{
        display:none;
    }
    .b_plate4_list{
        margin:30px -5px 0;
    }
    .b_plate4_list li {
        width:100%;
        padding:0 5px;
        margin-bottom:20px;
    }
    .b_plate4_list_pack .b_plate4_list_num {
        display:none;
    }
    .rp_plate3_list_pack{
        padding:60px 20px 20px;
    }
    .b_plate6,
    .q_plate1 {
        padding: 30px 0;
    }
    .q_plate1_pack{
        margin:30px 0 0;
        display:block;
    }
    .q_plate1_left {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
    .q_plate1_img{
        width:100%;
        
    }
    .q_plate2{
        padding:30px 0;
    }
    .q_plate2_list{
        margin:30px -5px 0;
    }
    .q_plate2_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:20px;
    }
    .q_plate2_list_pack p{
        font-size:16px;
        line-height:24px;
        margin-top:15px;
    }
    .q_plate3{
        padding:30px 0 0;
    }
    .about_plate3_list {
        margin:30px 0 0;
    }
    .about_plate3_list li {
        width:100%;
        padding:0;
        margin-bottom:20px;
    }
    .about_plate3_list_pack {
        padding:20px 15px;
    }
    .about_plate3_list_icon {
        height:50px;
    }
    .about_plate3_list_text h4{
        font-size:20px;
        line-height:30px;
    }
    .q_palte4 {
        padding:30px 10px 0;
    }
    .q_palte4_list,
    .q_plate5_list {
        margin: 30px -5px 0;
    }
        .q_palte4_list li,
        .q_plate5_list li{
            width: 50%;
            padding: 0 5px;
            margin-bottom: 15px;
        }
    .q_palte4_cont{
        padding-top:10px;
    }
    .q_plate5{
        padding:30px 0;
    }
    .q_plate5_list li::after{
        display:none;
    }
    .q_plate5_list_cont{
        padding:8px 10px;
    }
    .l_plate3_btn {
        margin-top:0;
    }
    .ptb80{
        padding:30px 0;
    }
    .public_title h3 span{
        font-size:20px;
        line-height:30px;
    }
    .zty-yt-table{
        padding-top:30px;
    }
        .zty-yt-table table {
            margin:0;
        }
    .zty-dzlc-vs{
         margin-top:30px;
    }
        .zty-dzlc-vs .li .vsco{
            display:none;
        }
        .zty-dzlc-vs .li .vsfl,
        .zty-dzlc-vs .li .vsfr {
            width: 100%;
            padding: 20px 15px;
        }
            .zty-dzlc-vs .li .vsfl .top-f h3{
                font-size:20px;
                padding-left:5%;
            }
            .zty-dzlc-vs .li .top-f,
            .zty-dzlc-vs .li .vsfr .top-f {
                justify-content: space-between;
            }
        .zty-dzlc-vs .li .vsfr .top-f h3 {
            font-size: 20px;
            padding-right: 5%;
        }
    .zty-ys-list{
        padding-top:30px;
    }
        .zty-ys-list ul{
            margin:0 -5px;
        }
        .zty-ys-list ul li {
            width:50%;
            padding:0 5px;
            margin-bottom:10px;
        }
            .zty-ys-list ul li h3{
                padding:10px 0;
            }
    .gzl-one-mian{
        margin:30px 0 0;
        display:block;
    }
        .gzl-one-mian .pic {
            width:100%;
        }
        .gzl-one-mian .tet {
            width:100%;
            padding:20px 10px;
        }
    .ggzl-tow{
        padding:30px 0;
    }
    .gy-list{
        padding-top:20px;
    }
        .gy-list ul li {
            width:100%;
        }
            .gy-list ul li div{
                padding-bottom:20px;
                font-size:16px;
            }
    .gy-luanl{
        padding-top:30px;
        display:block;
    }
        .gy-luanl .pic{
            width:100%;
        }
        .gy-luanl .tet{
            width:100%;
            padding:20px 0 0 ;
        }
            .gy-luanl .tet h3{
                font-size:18px;
            }
    .etyk-tf{
        display:block;
        padding-top:30px;
    }
        .etyk-tf .tet {
            width:100%;

        }
    .etyk-tf .pic {
        width:100%;
    }
    .zty-yt-table{
        overflow:auto;
    }
    .zty-yt-table table {
        min-width:250%;
    }
    .bazc-list ul li.li1:before,
    .bazc-list ul li.li2:before,
    .bazc-list ul li.li3:before,
    .yzy-list-bz ul::before {
        display: none;
    }
    .bazc-list ul li{
        width:50%;
        padding:5px;
        margin-bottom:10px;
    }
    .bazc-list ul{
        margin:0 -5px;
    }
    .ssss ul li {
        width:100%;
    }
    .yzy-list-bz{
        padding-top:30px;
    }
        .yzy-list-bz ul li .fl:before{
            display:none;
        }
        .yzy-list-bz ul li .fl,
        .yzy-list-bz ul li:nth-child(2n) .fl {
            width: 100%;
            padding: 0 0 20px;
        }
    .index-four{
        padding:30px 0 ;
    }
    .index-four-list h3{
        font-size:18px;
    }
    .index-four-list{
        padding-top:30px;
    }
    .l_plate2_list li::after {
        display:none;
    }
    .l_plate2_list {
        margin:30px -5px 0;
    }
    .l_plate2_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:20px;
    }
    .l_plate3{
        padding-top:30px;
    }
    .l_plate3_list {
        display:flex;
        margin:0;
    }
    .l_plate3_list li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .l_plate3_cont h4{
        font-size:18px;
        line-height:26px;
    }
    .l_plate3_cont hr{
        margin:15px 0;
    }
    .l_plate3_cont p {
        font-size:16px;
        line-height:24px;
    }
    .l_plate3_btn a{
        padding:8px 20px;
    }
    .l_plate4,
    .l_plate5,
    .c_palte2 {
        padding: 30px 0;
    }
    .l_plate5_list ul li div h3{
        padding:15px 10px 0;
    }
    .l_plate5_list ul li div p{
        padding:10px ;
    }
    .c_plate3,
    .c_plate4,
    .c_plate5,
    .about,
    .about_plate3 {
        padding: 30px 0 0;
    }
    .c_plate4_pack{
        margin:30px 0;
        display:block;
    }
        .c_plate4_pack > div{
            width:100%;
        }
    .c_plate4_left p{
        font-size:16px;
    }
    .c_plate4_left{
        padding:0 0 20px;
    }
    .c_plate4_list li{
        padding:0 0;
        width:25%;
    }
    .c_plate4_list{
        margin:30px -5px 0;
    }
    .c_plate4_list_img{
        height:50px;
    }
    .c_plate4_list li span{
        font-size:14px;
    }
    .about_plate1_pack {
        display:block;
        margin-top:30px;
    }
    .about_plate1_cont{
        width:100%;
        padding:0 0 20px;
    }
        .about_plate1_cont h4{
            font-size:20px;
            line-height:30px;
        }
    .about_plate1_list{
        margin-top:30px;
        flex-wrap:wrap;
        justify-content:center;
    }
    .about_plate1_list li {
        width:33%;
        max-width:33%;
        margin-bottom:20px;
    }
    .about_plate1_icon{
        margin:0 auto;
        width:100px;
        height:100px;
    }
    .about_plate1_list_pack p{
        font-size:16px;
        line-height:24px;
    }
    .public_title p span{
        font-size:20px;
        line-height:30px;
    }
    .about_plate2_list li{
        width:50%;
    }
    .bx-siteD005-list{
        width:140%;
        margin-left:-5%;
    }
    .about_plate4{
        padding:30px 0;
    }
    .about_plate4_pack{
        margin-top:30px;
        display:block;
    }
    .about_plate4_list{
        width:100%;
    }
        .about_plate4_list li p{
            font-size:16px;
            line-height:30px;
        }
    .honor_pack {
        width:100%;
        padding-top:20px;
    }
    .about_plate5{
        padding:30px 10px 0 ;
    }
    .about_plate5_list li{
        width:49%;
    }
    .about_plate6{
        padding-top:30px;
    }
    .about_plate6_list {
        margin:30px 0 0;
    }
    .about_plate6_list li {
        width:100%;
        padding:0 0px;
        margin-bottom:25px;
    }
    .about_plate6_list_pack p{
        font-size:18px;
        line-height:26px;
        margin-top:15px;
    }
    .lz-banner{
        margin:0;
    }
    .ce_lan_list_icon{
        width:40px;
        height:40px;
    }
    .index-one{
        padding:30px 0;
    }
    .index-one-list,
    .index-tow-list {
        padding-top: 30px;
    }
        .index-one-list ul li{
            width:50%;
            padding:5px;
        }
            .index-one-list ul li a{
                border-radius:10px;
            }
    .index-tow{
        padding:30px 0;
    }
    .index-tow-list .pl50{
        padding:0 ;
    }
    .index-tow-list a .tet{
        border-radius:20px;
    }
    .index-three{
        padding:30px 0;
    }
    .index-three-list{
        padding-top:30px;
        display:block;
    }
    .index-five {
        padding:30px 0;
    }
    .index-five-list{
        padding-top:30px;
    }
        .index-five-list .list-ul ul li{
            width:100%;
            padding:10px;
        }
    .mess_public{
        padding-bottom:30px;
    }
    .index-three-list .pic{
        width:100%;
    }
    .index-three-list .tet{
        width:100%;
        padding:0 0 ;
    }
        .index-three-list .tet h3{
            font-size:18px;
            line-height:26px;
            padding-bottom:15px;
        }
    .about_plate1_img {
        width:100%;
    }
    .cont_detail_p p a {
        padding:5px;
        font-size:14px;
        line-height:40px;
    }
    .cont_detail_p p:first-child {
        flex-wrap:wrap;
    }
    .l_plate2_list,
    .bazc-list,
    .zty-dzlc-vs {
        display: none;
    }
    .l_plate2_list2,
    .bazc-list2 {
        display: flex;
    }
    .zty-dzlc-vs2 {
        display:block;
    }
    .t_plate3-1_img {
        height:140px;
    }
}