﻿*,h4,h5,h6 {
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}

    .img img {
        width: 100%;
        display: block;
        transition: all .5s;
    }

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 41, 110, 0.15);
}
.header_pack {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logo {
    height:100px;
    padding:23px 0;
}
.logo img {
    max-height:100%;
    display:block;
}
.logo a {
    display:block;
    height:100%;
}
.w_nav {
    display:flex;
}
.w_nav>li {
    padding:0 25px;
    position:relative;
}
    .w_nav > li > a {
        font-size: 16px;
        line-height: 40px;
        color: #000000;
    }
        .w_nav > li.active > a {
            color:#0036B2;
        }
        .er_nav {
            width: 100%;
            top: 100%;
            left: 0;
            padding: 5px 0;
            text-align: center;
            background: #fff;
            box-shadow: 0 0 5px rgba(0,0,0,.1);
            position: absolute;
            display: none;
        }
        .er_nav li a{
            display:block;
            font-size:16px;
            line-height:32px;
            color:#000;
        }
            .er_nav li a:hover {
                background:#0036B2;
                color:#fff;
            }
            .language {
                display: flex;
                margin-left:50px;
            }
    .language a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding:0 10px;
    }
.search {
    margin-left:50px;
    width:16px;
    cursor:pointer;
}
.search img {
    width:100%;
    display:block;
}
.header_right {
    display:flex;
    align-items:center;
}


.search_cont {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 300;
    display: none;
}

.search_pack {
    width: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
}

    .search_pack input {
        width: 400px;
        font-size: 16px;
        padding: 0 5px 0 25px;
        border: 1px solid #f0f0f0;
        line-height: 38px;
        border-radius: 5px 0 0 5px;
    }

.search_btn {
    width: 70px;
    background: #0036B2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search_cha {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(178, 178, 178,.5);
    margin-left: 40px;
}

    .search_cha i {
        font-size: 47px;
        line-height: 23px;
        transform: rotate(45deg);
        font-style: normal;
        display: block;
        font-weight: 300;
        cursor: pointer;
    }

@media(max-width:1000px) {
    .search_pack {
        width: 95%;
    }

        .search_pack input {
            width: calc(100% - 120px);
        }

    .search_cha {
        margin-left: 20px;
    }
}
.y1200 {
    max-width:1220px;
    padding:0 10px;
    margin:0 auto;
}


.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: #0036B2;
}

@media screen and (max-width: 1000px) {
    .news_cont {
        margin-top: 0;
    }

    .news_plate1_class_list {
        margin: 0;
    }

        .news_plate1_class_list li {
            padding: 30px 0;
        }

            .news_plate1_class_list li a {
                display: block;
            }

    .news_plate1_class_cont {
        width: 100%;
        padding: 20px 0;
    }

    .news_plate1_class_img {
        width: 100%;
    }

    .news_plate1_class_text {
        padding: 0 10px;
    }

    .news_plate1_class_titme h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .news_plate1_class_titme p {
        font-size: 16px;
        line-height: 24px;
    }

    .news_plate1_class_text h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .news_plate1_class_text p {
        margin-top: 10px;
    }

    .news_cont {
        margin-top: 0;
    }

    .news_plate1_class_list {
        margin: 0;
    }
}
.news_classify {
    background: #F8F9FC;
}
.news_classify_list{
    display:flex;
}
    .news_classify_list li a {
        display: block;
        padding: 13px 28px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
    .news_classify_list li a.active {
        background:#0036B2;
        color:#fff;
    }
.news_cont{
    padding-top:38px;
}
.public_nav p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.public_nav p a {
    color:#000;
}
.news_pack {
    margin-top:48px;
}
.public_title {
    text-align:center;
}
.public_title p {
    font-size: 12px;
    line-height: 20px;
    color: #626262;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.public_title h3 {
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    letter-spacing: 2px;
}
    .public_title h3 span {
        color: #0036B2;
    }
    .public_title h3::after {
        content: "";
        width: 50px;
        height: 4px;
        background: #0036B2;
        margin:17px auto 0;
        display:block;
    }
.news_cont {
    padding-bottom:120px;
}
footer {
    padding:120px 0 47px;
    background:url(../images/fbg.png) no-repeat center/100% 100%;
}
.footer_pack {
    display:flex;
    justify-content:space-between;
    padding-bottom:44px;
}
.footer_pack>div {
    max-width:15%;
}
    .footer_pack > div h4 {
        font-size:20px;
        line-height:30px;
        color:#fff;
        margin-bottom:10px;
    }
    .footer_pack > div a {
        display: block;
        font-size: 16px;
        line-height: 36px;
        color: rgba(255,255,255,.6);
    }
    .footer_pack .links {
        display: flex;
        max-width: 20%;
    }
.footer_pack .links a {
    margin:0 10px;
    width:40px;
}
.footer_pack .links a img {
    width:100%;
    display:block;
}
    .footer_pack > div a:hover {
        color:#fff;
    }
.copyright {
    padding-top: 28px;
    border-top: 1px solid #474747;
    font-size:16px;
    line-height:24px;
    color:rgba(255,255,255,.6);
    text-align:center;
}
.NewsDetail001 {
    margin:0;
}
.NewsDetail001-title h3 {
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}
.tit_bar .txt {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.TurnPages {
    display:block;
    margin-top:46px;
}
    .TurnPages p{
        width:60%;
    }
        .TurnPages p:nth-last-child(1) {
            text-align:left;
        }
    .TurnPages p a {
        line-height:28px;
    }
.NewsDetail001-item {
    border: 1px solid #DEDEDE;
    border-left:none;
    border-right:none;
}
.NewsDetail001-title {
    padding-bottom:30px;
}
.join {
    padding:28px 0 120px;
}
.join_plate1 {
    padding:48px 0 80px;
}
.join_plate1_list {
    display:flex;
    flex-wrap:wrap;
    margin:45px -20px 0;
}
.join_plate1_list li {
    width:33.333%;
    padding:0 20px;
    margin-bottom:40px;
}
.join_plate2 {
    display: flex;
    align-items: center;
    background: rgba(248, 249, 252, 1);
}
.join_plate2_img {
    width:62.5%;
}
.join_plate2_cont {
    width:37.5%;
    padding:0 10% 0 3%;
}
.join_plate2_desc {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top:50px;
}
.join_list {
    margin-top: 50px;
}

    .join_list li {
        margin-bottom: 20px;
    }

        .join_list li:last-child {
            margin: 0;
        }

.join_list_title {
    border-radius: 50px;
    background: #F8F9FB;
    display: flex;
    padding: 15px 30px;
    justify-content: space-between;
    border: 1px solid #E4E5E8;
    align-items: center;
}

    .join_list_title h4 {
        font-size: 20px;
        line-height: 30px;
        color: #323232;
    }

    .join_list_title span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #0036B2;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0036B2;
        padding-bottom: 5px;
        cursor: pointer;
    }

.join_list_cont {
    padding: 26px 40px;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
}

.join_list_detail {
    display: none;
}

.join_list li.active .join_list_title {
    background: #0036B2;
}

    .join_list li.active .join_list_title h4 {
        color: #fff;
    }

    .join_list li.active .join_list_title span {
        border-color: #fff;
        color: #fff;
    }
.join_plate3 {
    padding-top:120px;
}
@media(max-width:1000px) {
    .join_list {
        margin-top: 30px;
    }

    .join_list_title {
        padding: 7px 20px;
    }

        .join_list_title h4 {
            font-size: 18px;
            line-height: 26px;
        }

        .join_list_title span {
            width: 30px;
            height: 30px;
            font-size: 25px;
            padding-bottom: 2px;
        }

    .join_list_cont {
        padding: 20px;
    }
}
.contact {
    margin-top:44px;
}
.contact_pack {
    display:flex;
    align-items:center;
    margin-top:50px;
}
.contact_pack>div {
    width:50%;
}
.contact_cont {
    padding-left:3%;

}
    .contact_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
.contact_list {
    display:flex;
    flex-wrap:wrap;
}
    .contact_list li {
        border-bottom: 1px solid #E6E7EB;
        padding:30px 0;
        padding-right:10px;
        width:40%;
    }
.contact_list_pack{
    display:flex;
    align-items:center;
}
.contact_list_pack img {
    width:80px;
}
.contact_list_cont {
    width:calc(100% - 80px);
    padding-left:20px;
}
    .contact_list_cont h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000000;
    }
.contact_list_cont p {
    font-size:16px;
    line-height:24px;
    color:#000;
}
.contact_list li:nth-child(2n+1) {
    width:60%;
}
.map * {
    height:680px;
}
.contact_cont > p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top:28px;
}
.UList-box {
    display:none;
}
.honor_list{
    display:flex;
    flex-wrap:wrap;
    margin:45px -13px 0;
}
.honor_list li {
    width:25%;
    padding:0 13px;
    margin-bottom:26px;
}
    .honor_list li a {
        display:block;
    }
.honor_list_title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
    color: #333333;
}
.honor_list li a:hover img {
    transform:scale(1.1);
}
.res_plate3 {
    padding: 47px 0 120px;
}

.res_plate3_pack {
    display: flex;
    align-items: center;
    margin-top: 48px;
}

.res_plate3_title {
    text-align: left;
}

.res_plate3_list {
    margin-top: 51px;
}

    .res_plate3_list li {
        margin-bottom: 30px;
        display: flex;
        align-items: flex-start;
    }

        .res_plate3_list li:last-child {
            margin: 0;
        }

.res_plate3_list_num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 60px;
    height: 60px;
    background: url(../images/rbg2.png) no-repeat center/100% 100%;
}

.res_plate3_list_cont {
    width: calc(100% - 60px);
    padding-left: 20px;
}

    .res_plate3_list_cont h4 {
        font-size: 20px;
        line-height: 29px;
        color: rgb(0, 0, 0);
    }

    .res_plate3_list_cont p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(106, 106, 106);
        margin-top: 9px;
    }

.res_plate3_left {
    width: 52%;
    padding-right: 8%;
}

.res_plate3_right {
    width: 48%;
}
.inter_title h3 {
    font-size: 40px;
    line-height: 58px;
    color: #000000;
}

@media(max-width:1000px) {
    .res_plate3 {
        padding: 30px 0;
    }

    .res_plate3_pack {
        margin: 30px 0 0;
    }

    .res_plate3_pack {
        display: block;
    }

    .res_plate3_left {
        padding: 0;
    }

    .res_plate3_right {
        width: 100%;
    }

    .res_plate3_right {
        margin-top: 20px;
    }
}
.group{
    padding-bottom:0;
}
.group_plate2 {
    padding: 99px 0 103px;
    background: #F8F9FC;
}
.group_plate2_img{
    margin-top:60px;
}
.group_pack {
    padding:120px 0;
}
.group_plate3_list {
    margin:45px 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.group_plate3_list li {
    width:31%;
    margin-bottom:50px;
}
.group_plate3_pack {
    display:flex;
    /*align-items:center;*/
}
.group_plate3_img{
    width:150px;
}
.group_plate3_cont {
    width:calc(100% - 150px);
    padding-left:30px;
}
.group_plate3_cont h4 {
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}
.group_plate3_cont div {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top:18px;
    white-space:pre-line;
}
.group_plate4 {
    padding-top:70px;
}

.abott-bghj {
    margin-top: 40px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}

    .abott-bghj img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .abott-bghj .pic-fl {
        width: 35.5%;
    }

    .abott-bghj .pic-fr {
        width: 64%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

        .abott-bghj .pic-fr .img-top {
            height: 49.5%;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .abott-bghj .pic-fr .img-top .img-fl {
                width: 49.5%
            }

        .abott-bghj .pic-fr .img-bot {
            width: 100%;
            height: 49%;
        }

@media(max-width:1000px) {
    .ny-baout {
        padding: 0
    }

    .abott-bghj {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .abott-bghj img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .abott-bghj .pic-fl {
            width: 100%;
        }

        .abott-bghj .pic-fr {
            width: 100%;
        }

            .abott-bghj .pic-fr .img-top {
                height: 49%;
                width: 100%;
                padding-top: 10px;
                display: flex;
                justify-content: space-between;
            }

                .abott-bghj .pic-fr .img-top .img-fl {
                    width: 49%
                }

            .abott-bghj .pic-fr .img-bot {
                width: 100%;
                height: 49%;
                padding-top: 10px
            }
}
.group_plate5{
    padding:119px 0 0;
}
.group_plate5_img {
   width:300px;
   margin:50px auto 0;
}
.about_nav {
    padding:38px 0 0;
}
.about_plate1 {
    padding:47px 0 100px;
}
.about_plate1_pack {
    margin-top:45px;
    display:flex;
    align-items:center;
}
.about_plate1_img {
    width:56%;
}
.about_plate1_cont {
    width:44%;
    padding:0 10% 0 0;
}
.about_plate1_desc {
    padding: 100px 80px;
    box-shadow: 0px 0px 20px 0px rgba(0, 54, 178, 0.1);
    background: rgba(255, 255, 255, 1);
    width:107%;
    margin-left:-7%;
}
    .about_plate1_desc h4 {
        font-size: 24px;
        line-height: 35px;
        color: rgba(0, 0, 0, 1);
    }
.about_plate1_text {
    margin-top: 21px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 28px;
}
.about_plate1_list {
    margin-top:58px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .about_plate1_list li h3 {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
    .about_plate1_list li h3 span {
        font-size:60px;
        line-height:80px;
        color:#0036B2;
    }
    .about_plate1_list li p {
        font-size:16px;
        line-height:24px;
        color:#000;
        text-align:center;
    }
.about_plate2 {
    padding: 79px 0 102px;
    background: #F8F9FC;
}
.about_plate2_img {
    margin-top:50px;
}
.about_plate3{
    padding:100px 0;
}
.about_plate3_list {
    display:flex;
    flex-wrap:wrap;
    margin:50px 0 0;
}
.about_plate3_list li {
    width:25%;
}
.about_plate3_pack {
    height: 100%;
    padding: 80px 25px;
    background: #F8F9FC;
}
.about_plate3_icon{
    height:auto;
}
.about_plate3_icon img {
   max-width:100%;
}

.group_plate3 .public_title h3::after,
.group_plate5 .public_title h3::after{
    display: none;
}
.about_plate3_icon img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.about_plate3_cont {
    text-align:center;
    margin-top:36px;
}
    .about_plate3_cont h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
    .about_plate3_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        margin-top:21px;
    }
.about_plate3_pack:hover{
    background:#0036B2;
}
.about_plate3_pack:hover img {
    filter: grayscale(100%) contrast(5) invert(100%);
}
.about_plate3_pack:hover h4,
.about_plate3_pack:hover p {
    color: #fff;
}
.about_plate4 {
    padding:10px 0 120px;
}
.about_plate4_pack{
    position:relative;
    margin-top:50px;
}
.about_plate4_list {
    position:absolute;
    height:90%;
    right:30px;
top:50%;
transform:translateY(-50%);
display:none;
}
.about_plate4_list li {
    height:47%;
}
    .about_plate4_list li:first-child {
        margin-bottom: 9%;
    }
.about_plate4_desc {
    background:#fff;
    padding:60px 50px;
    height:100%;
}
    .about_plate4_desc h4 {
        font-size: 24px;
        line-height: 35px;
        color: #000000;
    }
    .about_plate4_desc p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
        color: #000000;
    }
.about_plate4_desc:hover {
    background:#0036B2;
}
    .about_plate4_desc:hover h4,
    .about_plate4_desc:hover p {
        color: #fff;
    }
.lz-banner{
    margin-top:0;
    background:#fff;
}
.lz-banner a {
    display:block;
    position:relative;
}
.home_banner {
    position:absolute;
    max-width:1220px;
    padding:0 10px;
    width:95%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:left;
}
.home_banner h3 {
    font-size:60px;
    line-height:87px;
    color:#fff;
}
.home_banner p {
    font-size:24px;
    line-height:35px;
    margin-top:20px;
    color:#fff;
}
    .home_banner span {
        display: block;
        width: 170px;
        line-height: 48px;
        border: 1px solid #FFFFFF;
        border-radius:30px;
        text-align:center;
        color:#fff;
        margin-top:100px;
        font-size:16px;
        margin:40% auto 0;
    }
.home_news {
    padding:120px 0;
    background:#fff;
}
.home_news_pack {
   position:relative;
   margin-top:60px;
}
.arrow {
    width:48px;
    height:48px;
    background:rgba(0,54,178,.2);
    text-align:center;
    line-height:48px;
    font-size:25px;
    color:#0036B2;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:120;
    padding-top:2px;
    cursor:pointer;
}
.arr_l {
    left:5%;
    padding-left:8px;
}
.arr_r {
    right:5%;
    padding-right:8px;
}
.lz-banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    border-radius:50%;
}
.lz-banner .swiper-pagination-bullet-active{
    width:30px;
    border-radius:5px;
    opacity:1;
}
.arrow:hover {
    background:#0036B2;
    color:#fff;
}
.home_news_swiper{
    overflow:hidden;
    position:relative;
    padding-bottom:55px;
}
.home_news_swiper a {
    display:block;
}
.home_news_swiper_cont{
    margin-top:28px;
}
    .home_news_swiper_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
.home_news_swiper_cont h4 {
    font-size:20px;
    line-height:30px;
    color:#000;
    margin-top:8.5px;
}

    .home_news_swiper_cont span {
        font-size: 16px;
        line-height: 24px;
        display: block;
        margin-top: 18px;
        color: #666666;
    }
.home_news_swiper  .swiper-scrollbar {
    max-width: 360px;
    left:50%;
    transform:translateX(-50%);
    background:rgba(0,54,178,.2);
}
.home_news_swiper .swiper-scrollbar-drag {
    background:#0036B2;
}
.rela {
    padding:47px 0 120px;
}
.rela_list{
    margin-top:23px;
}
.rela_list_cont li {
    padding: 19px 0;
    border-bottom: 1px solid #EBEBEB;
}
.rela_list_cont li a {
    display:block;
}
    .rela_list_cont li a h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000000;
    }
    .rela_list_cont li a p {
        font-size: 14px;
        line-height: 20px;
        color: #C7C7C7;
        margin-top:9px;
    }
    .rela_list_cont li a:hover h4 {
        color:#0036B2;
    }
.rela4_cont {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin:0;
    padding-top:45px;
}
.rela6_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.rela6_list li {
    width:calc(50% - 20px);
}
.rela6_list_pack {
    box-shadow: 0px 0px 30px 0px rgba(241, 241, 241, 1);
    background: rgba(255, 255, 255, 1);
    padding:75px 50px;
    display:flex;
    align-items:center;
}
.rela6_list_img {
    width:110px;
}
.rela6_list_cont {
    width:calc(100% - 110px);
    padding-left:30px;
}
    .rela6_list_cont h4 {
        font-size: 28px;
        line-height: 38px;
        color: #000000;
    }
    .rela6_list_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
        color: #626262;
    }
.page_text {
    margin-top:30px;
    font-size:18px;
    color:#000;
    line-height:30px;
    text-align:center;
}
@media(max-width:1600px) {
    .w_nav > li {
        padding:0 15px;
    }
    .search {
        margin-left:20px;
    }
    .public_title h3,
    .inter_title h3,
    .NewsDetail001-title h3 {
        font-size: 35px;
        line-height: 50px;
    }
        .public_title h3::after{
            margin-top:10px;
        }
    .footer_pack > div h4 {
        font-size:18px;
        line-height:26px;
    }
    .home_banner h3,
    .about_plate1_list li h3 span {
        font-size: 45px;
        line-height: 65px;
    }
    .home_banner span{
        width:130px;
        line-height:38px;
        margin-top:50px;
    }
    .language{
        margin-left:0;
    }
}
@media(max-width:1000px) {
    .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;
    }
    .header_right {
        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;
    }
    .news_classify_list {
        flex-wrap:wrap;
    }
    .move_right{
        display:flex;
    }
    .er_nav {
        position:static;
        box-shadow:none;
    }
    .er_nav>li>a {
        padding:0 15px;
        text-align:left;
    }
    .about_nav{
        padding-top:20px;
    }
    .about_plate1{
        padding:30px 0;
    }
    .public_title h3, .inter_title h3, .NewsDetail001-title h3 {
        font-size:22px;
        line-height:32px;
    }
        .public_title h3::after{
            width:30px;
            height:2px;
        }
    .about_plate1_pack{
        margin-top:30px;
        display:block;
    }
    .about_plate1_img {
        width:100%;
    }
    .about_plate1_cont{
        width:100%;
        padding:0 ;
    }
    .about_plate1_desc{
        padding:20px 10px;
        width:100%;
        margin-left:0;
    }
        .about_plate1_desc h4{
            font-size:18px;
            line-height:26px;
        }
    .about_plate1_text{
        margin-top:10px;
    }
    .about_plate1_list{
        margin-top:30px;
    }
        .home_banner h3, .about_plate1_list li h3 span{
            font-size:25px;
            line-height:35px;
        }
        .about_plate1_list li h3{
            text-align:center;
        }
        .about_plate1_list li h3 span {
            font-size: 35px;
            line-height: 45px;
        }
    .about_plate1_list li {
        margin-bottom:10px;
    }
    .about_plate2{
        padding:30px 0;
    }
    .about_plate2_img {
        margin-top:30px;
    }
    .about_plate3{
        padding:30px 0;
    }
    .about_plate3_list{
        margin-top:30px;
    }
        .about_plate3_list li {
            width:50%;
        }
    .about_plate3_pack{
        padding:30px 10px;
    }
    .about_plate3_cont h4,
    .about_plate4_desc h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .about_plate3_cont p{
        margin-top:10px;
    }
    .about_plate3_cont{
        margin-top:20px;
    }
    .about_plate3_icon {
        height:40px;
    }
    .about_plate4_pack{
        margin-top:30px;
    }
    .about_plate4_list {
        position:static;
        transform:none;
        height:auto;
    }
    .about_plate4_desc{
        padding:20px 10px;
    }
        .about_plate4_desc p{
            margin-top:10px;
        }
    .about_plate4_list li:first-child{
        margin:0;
    }
    .about_plate4{
        padding-bottom:30px;
    }
    footer {
        padding:20px 0;
        background-size:cover;
    }
    .fnavlist {
        display:none;
    }
    .footer_pack .links{
        max-width:100%;
        justify-content:center;
        margin:0 auto;
    }
    .footer_pack{
        padding-bottom:20px;
    }
    .copyright{
        padding-top:10px;
    }
    .news_cont{
        padding-top:15px;
    }
    .res_plate3_left{
        width:100%;
    }
    .res_plate3_list{
        margin-top:20px;
    }
    .group_plate2{
        padding:30px 0;
    }
    .group_plate2_img {
        margin-top:20px;
    }
    .group_pack {
        padding:30px 0;
    }
    .group_plate3_list li {
        width:100%;
        margin-bottom:20px;
    }
    .group_plate3_img{
        width:120px;
    }
    .group_plate3_cont{
        width:calc(100% - 120px);
        padding-left:15px;
    }
        .group_plate3_cont div{
            margin-top:10px;
        }
        .group_plate3_cont h4{
            font-size:20px;
            line-height:30px;
        }
    .group_plate4{
        padding-top:30px;
    }
    .abott-bghj{
        padding:0;
    }
    .group_plate5{
        padding:30px 0 0;
    }
    .group_plate5_img{
        width:100px;
        margin-top:30px;
    }
    .news_pack{
        margin-top:30px;
    }
    .honor_list{
        margin:30px -5px 0;
    }
    .honor_list li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .honor_list_title{
        margin-top:10px;
        font-size:14px;
        line-height:20px;
    }
    .news_cont{
        padding-bottom:30px;
    }
    .rela{
        padding:30px 0;
    }
    .rela_list_cont li{
        padding:10px 0;
    }
        .rela_list_cont li a h4{
            font-size:16px;
            line-height:24px;
        }
    .rela4_cont{
       padding-top:20px;
    }
    .rela6_list li{
        width:100%;
        margin-bottom:15px;
    }
    .rela6_list_pack{
        padding:30px 10px;
    }
    .rela6_list_img{
        width:80px;
    }
    .rela6_list_cont {
        width:calc(100% - 80px);
        padding-left:15px;
    }
        .rela6_list_cont h4 {
            font-size:20px;
            line-height:30px;
        }
        .rela6_list_cont p{
            margin-top:10px;
        }
    .join{
        padding-bottom:30px;
    }
    .join_plate1{
        padding:30px 0 15px;
    }
    .join_plate1_list li{
        width:100%;
        margin-bottom:15px;
        padding:0;
    }
    .join_plate1_list{
        display:block;
        margin:30px 0 0;
    }
    .join_plate2{
        display:block;
        padding:30px 0;
    }
    .join_plate2_img{
        width:100%;
    }
    .join_plate2_cont{
        width:100%;
        padding:20px 10px;
    }
    .join_plate2_desc{
        margin-top:20px;
    }
    .join_plate3{
        padding-top:30px;
    }
    .contact{
        margin-top:30px;
    }
    .contact_pack{
        margin-top:30px;
        display:block;
    }
        .contact_pack > div {
            width:100%;
        }
    .map *{
        height:300px;
    }
    .contact_cont{
        padding:30px 0;
    }
        .contact_cont>h4 {
            font-size:22px;
            line-height:32px;
        }
    .contact_list li,
    .contact_list li:nth-child(2n+1) {
        width: 100%;
    }
    .contact_list li{
        padding:15px 0;
    }
    .contact_list_pack img{
        width:50px;
    }
    .contact_list_cont {
        width:calc(100% - 50px);
    }
        .contact_list_cont p{
            margin-top:5px;
        }
    .contact_list li:last-child {
        display:none;
    }
    .home_banner p{
        font-size:16px;
        line-height:24px;
        color:#fff;
        margin-top:10px;
    }
    .home_banner span{
        display:none;
    }
    .home_news{
        padding:30px 0;
    }
    .home_news_pack {
        margin-top:30px;
    }
    .home_news_swiper{
        padding-bottom:30px;
    }
    .home_news_swiper_cont h4{
        font-size:18px;
        line-height:26px;
    }
    .page_text{
        font-size:16px;
        line-height:26px;
    }
}