.phone-section {
    display: none;
}

body {
    overflow-x: hidden;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center {
    width: 1300px;
    margin: 0 auto;
}

.head_top {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    height: 46px;
}

.headt_center {
    height: 100%;
}


.headt_center .left {
    color: #5e5e5e;
    font-size: 14px;
}

.headt_center .left img {
    margin-right: 8px;

}

.headt_center .right {
    position: relative;
}

.headt_center .right a {
    margin: 0 27px 0 13px;
    color: #4d4d4d;
}

.headt_center .right .seach {
    padding-left: 19px;
    border-left: 1px solid #ededed;
    margin-left: 20px;
}

.head_logo {
    height: 144px;
}

.head_logo .left p {
    font-size: 26px;
    color: #797979;
    margin-left: 28px;
    padding-left: 26px;
    border-left: 1px solid #bfbfbf;
    line-height: 40px;
}

.head_logo .right p {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 14px;
}

.head_logo .right p :last-child {
    font-size: 30px;
    color: #31b0d9;
    font-weight: bold;
}

.head_memu {
    height: 58px;
    width: 100%;
    background-color: #212e84;
    line-height: 58px;
}

.head_memu li {
    width: 14.2%;
    text-align: center;
    position: relative;
}

.head_memu li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 1px;
    background-color: #f6f6f6;
}

.head_memu li:last-child:after {
    display: none;
}

.head_memu li a {
    font-size: 17px;
    color: #fff;
}

.indexgs_top {
    padding-top: 110px;
}

.index_title {
    background: url(../index_title.png) no-repeat center;
    background-size: 100% 100%;
    width: 300px;
    height: 40px;
    margin: 0 auto 55px auto;
    position: relative;
}


.index_title h1 {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: #343434;
}

.index_banner .swiper-pagination-bullet-active {
    background-color: #90c50f !important;
}

.index_banner .swiper-pagination-bullet {
    background-color: #626262;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.index_gs {
    align-items: flex-start;
    margin-bottom: 120px;
}

.index_gs .left {
    width: 48%;
}

.index_gs .right {
    height: 452px;
    width: 50%;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    color: #343434;
    line-height: 1.8;
}


.index_gs .right :nth-child(2) {
    flex-grow: 1;
    font-size: 15px;
    color: #868686;
}

.index_gs .right .more {
    display: block;
    width: 242px;
    height: 47px;
    background: url(../index_08.jpg) no-repeat center;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 60px;
    line-height: 47px;
    transition: all 0.5s;
}

.index_gs .right .more:hover {
    background: url(../pcimgcp1.jpg) no-repeat center;

}

.cpback {
    width: 100%;
    background: url("../cpback.png") no-repeat center;
    padding: 110px 0;

}


.index_cplist div {
    width: 13%;
    text-align: center;
    line-height: 50px;
    background-size: 100% 100%;
    background: url(../backcp.jpg) no-repeat;
    font-size: 16px;
    color: #363636;
    cursor: pointer;
}

.index_cplist div:hover {
    background-image: url(../backcph.jpg);
    color: #fff;
}

.cur {
    background-image: url(../backcph.jpg) !important;
    color: #fff !important;
}

.slelct_cp {
    flex-wrap: wrap;
    margin-top: 55px;
}

.cpback .center .namvblock {
    display: none;
}

.cpback .center .namvblock:nth-child(3) {
    display: block;
}


.cp_imglist {
    width: 31%;
    overflow: hidden;
    position: relative;
    margin-bottom: 27px;
}

.cp_imglist p {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    line-height: 3;
    background-color: rgba(0, 0, 0, 0.5);
}

.cp_imglist img {
    width: 100%;
    transition: all 0.5s;
}

.cp_imglist:hover img {
    transform: scale(1.1);
}

.cp_more {
    display: block;
    width: 300px;
    height: 44px;
    background: url(../pcimgcp.jpg) no-repeat;
    margin: 0 auto;
    margin-top: 80px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 6;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.cp_more:hover {
    background: url(../pcimgcp2.jpg) no-repeat;

}

.phone_more {
    width: 100%;
    position: relative;
    height: 300px;
    z-index: 1;
}

.pmore_center {
    justify-content: start;
    position: absolute;
    width: 150%;
    background: url(../mqg.png) no-repeat;
    height: 380px;
    bottom: 0;
    left: -11%;
    align-items: stretch;

}

.pmore_center {
    box-sizing: border-box;
    padding-left: 207px;
    color: #fff;
    padding-top: 210px;
    z-index: 1;

}

.pmore_center .left>p:first-child {
    font-size: 30px;
    font-weight: bold;
}

.pmore_center .right {
    margin-left: 60px
}

.pmore_center .right .top {
    font-size: 30px;
}

.pmore_center .right .lxwm_cp {
    font-size: 16px;
    color: #f00000;
    line-height: 48px;
    text-align: center;
    transition: all 0.5s;
}

.pmore_center .right .lxwm_cp:hover {
    font-weight: bold;
}

.pmore_center ul {
    padding-top: 30px;
    padding-left: 30px;
}

.pmore_center ul li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
}

.pmore_center ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -18px;
    top: 42%;
}

.lxwm_cp {
    display: block;
    margin-top: 30px;
    margin-left: 20px;
    background: url(../lxwm_pc.png) no-repeat;
    width: 204px;
    height: 48px;
}

.index_al {
    margin-top: 60px;
}

.ial_list {
    flex-wrap: wrap;
}

.al_box {
    position: relative;
    width: 49%;
    margin-bottom: 28px;
    overflow: hidden;
}

.al_box img {
    transition: all 0.5s;
}

.al_box:hover img {
    transform: scale(1.1);
}

.al_title {
    width: 95%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column-reverse;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 23px;
    color: #fff;
    padding: 3% 3%;
}

.al_box::after {
    position: absolute;
    bottom: 27%;
    left: 6%;
    content: "";
    width: 8%;
    height: 2%;
    background-color: #fff;
}

.marginss {
    margin-top: 50px;
}

.index_about {
    margin-top: 60px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 70px 0;
}

.in_about {
    flex-wrap: wrap;
}

.about_img {
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #b1b1b1;
}

.about_img img {
    transition: all 0.25s;
}

.about_img:hover img {
    transform: scale(1.1);
}

.center_new {
    align-items: flex-start;
}

.center_new .left {
    width: 70%;
}

.center_new .right {
    width: 28%;
    background-color: #f7f5f6;
    height: 527px;
}

.news_top>a {
    font-size: 16px;
    color: #242424;
}

.news_nav {
    color: #333;
    width: 190px;
    line-height: 50px;
    background-image: url(../newssec.jpg);
    background-size: 100% 100%;
    text-align: center;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .5s;
}

.news_nav:hover {
    background-image: url(../newssecle.jpg);
    color: #fff;
}




.news_slae {
    background-image: url(../newssecle.jpg);
    color: #fff;
}

.newsr_title {
    background-image: url(../scotio.jpg);
    background-size: 100% 100%;
    line-height: 50px;
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}

.newsr_title p {
    padding-left: 36px;
}

.newsr_title a {
    font-size: 15px;
    color: #fff;
    padding-right: 18px;
}

.news_listcner {
    width: 100%;
    margin-top: 35px;
    align-items: flex-start;
}

.newsimages {
    width: 100%;
}


.news_img {
    width: 50%;
    overflow: hidden;
}

.newsimages img {
    width: 100%;
}

.time_news {
    width: 100%;
    display: flex;
    margin: 26px 0 16px;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    color: #585858;
}

.time_news p:first-child {
    display: block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}

.newsmemo_left {
    font-size: 15px;
    color: #8d8d8d;
    line-height: 1.5;
}

.news_img .mofrnew {
    font-size: 16px;
    color: #90c50f;
    margin-top: 26px;
    display: block;
}

.news_listnac {
    width: 48%;
}

.newsclassbox {
    width: 100%;
    margin-bottom: 37px;
    align-items: flex-start;
}

.datiome {
    width: 74px;
    height: 74px;
    background-color: #212e84;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 5px;
}

.datiome p {
    font-size: 41px;
    text-align: center;
}

.datiome p:last-child {
    font-size: 16px;
}

.boxnews_xx {
    width: 80%;
}

.boxnews_xx p:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 18px;
    line-height: 2;
}

.boxnews_xx p:last-child {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8d8d8d;
    font-size: 15px;
    line-height: 1.5;
}

.listwt {
    font-size: 17px;
    color: #0e0e0e;
    display: block;
    box-sizing: border-box;
    padding: 15px 10px;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px dashed #bfbfbf;
}

footer {
    width: 100%;
    background-color: #1a1b21;
    padding-top: 50px;
    margin-top: 50px;
}

footer>div {
    align-items: flex-start !important;
}

.foot_list {
    display: flex;
    flex-direction: column;
}

.foot_list {
    font-size: 19px;
    color: #b6b5b5;
}

.foot_list div:first-child {
    margin-bottom: 27px;
}

.foot_list a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.9;
}

.foot_list span {
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
}

.foot_list img {
    width: 20px !important;
}

.dizihi {
    display: flex;
    align-items: center;
}

.dizihi img {
    margin-right: 5px;
}

.ewm_img {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.ewm_img img {
    width: 148px !important;
    margin-bottom: 15px;
}

.foot_jiaz {
    border-top: 1px solid #38393e;
    text-align: center;
    line-height: 32px;
    color: #797979;
    margin-top: 50px;
}

.foot_jiaz a {
    color: #797979;

}

.n_banner {
    width: 100%;
}

.n_banner img {
    width: 100%;
    max-width: none;
}

.n_pages {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../index_aboutback.jpg);
}

.n_pages_title {
    font-size: 28px;
    color: #343434;
    margin-top: 56px;
    margin-bottom: 20px;
}

.n_pagecenter {
    align-items: flex-start;
}

.n_pagecenter .left {
    width: 50%;
    font-size: 15px;
    color: #868686;
    line-height: 1.8;
}

.n_fw {
    width: 100%;
    background: url(../gsjjbj.jpg) no-repeat;
    background-size: cover;
}

.n_fw .t1 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 77px 0 93px 0;
    font-weight: bold;
}

.fw_list {
    justify-content: space-around;
    padding-bottom: 165px;
}

.fw_box {
    text-align: center;
    cursor: pointer;
}

.fw_box:hover .fwq_img {
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, 0);
    background: url(../beijingyuan.png) no-repeat center;
}

.fw_box img {
    padding: 32px 0 24px;
}

.fwq_img {

    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fw_box p {
    font-size: 18px;
    color: #fff;
}

.n_pages_map {
    text-align: center;
}


.n_pages_mapt {
    font-size: 28px;
    color: #343434;
    padding: 80px 0 27px 0;
    font-weight: bold;
}

.n_pages_mapf {
    font-size: 15px;
    color: #868686;
    padding-bottom: 120px;
}

.n_cp {
    margin-top: 130px;
}

.cp_index {
    width: 100%;
    align-items: flex-start;
}

.cp_index .left {
    width: 20%;
}

.cp_index .right {
    width: 78%;
}

.box_title {
    height: 74px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-color: #3a66b1;
    line-height: 74px;
}

.box_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 48px;
    font-size: 16px;
    color: #434343;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    border-bottom: none;
}

.cp_index .box :last-child {
    border-bottom: 1px solid #e2e2e2;

}

.lxwmcp {
    margin-top: 30px;
}

.lxwmxq {
    font-size: 14px;
    color: #363636;
    box-sizing: border-box;
    padding: 10%;
    line-height: 1.8;
    border: 1px solid #e2e2e2;
    background-color: #f6f6f6;


}

.cpfl {
    font-size: 20px;
    font-weight: bold;
    color: #003e94;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.cpfl a {
    color: #003e94;
}

.cpimg_list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cpimg_box {
    width: 32%;
    margin-left: 2%;
    text-align: center;
    font-size: 16px;
    color: #363636;
    display: block;

}

.cpimg_box p {
    line-height: 57px;
}

.cpimg_list .cpimg_box:nth-child(3n-2) {
    margin-left: 0;
}

.cpimg_img {
    width: 100%;
}

.cpimg_img img {
    max-width: none;
    width: 100%;
}


.newspage {
    width: 100%;
    min-height: 300px;
}

.news_alist {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px dashed #868686;
    transition: all .5s;
    box-sizing: border-box;
}

.news_alist:hover {
    padding: 20px;
    background-color: #f0f0f0;
}

.news_pagemone {
    width: 90%;
}

.newspages_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.newspages_title .choose {
    background-image: url(../newssecle.jpg);
    color: #fff;
}

.title_news {
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.news_detailfu {
    text-align: center;
    margin: 10px;
    font-size: 16px;
}

.new_detailintro {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
    margin-top: 20px;
}

.undown {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
}

.undown a {
    color: #333;
}

.xingxilxi {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 50px;
}

.xingxilxi a {
    color: #333;

}


.showpages {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showpages a {
    color: #878787;
    display: block;
    margin: 10px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
}

.showpages a:hover {
    color: #fff;
    background-color: #75a503;
}

.detail_title {
    width: 100%;
}

.detall_imgn {
    width: 50%;
}

.detali_titlee {
    width: 50%;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.memo_center {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.memo_center {
    width: 100%;
}

.detail_titless {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 3;
}


.imgvxewm {
    position: absolute;
    top: 20px;
    left: 50%;
    display: none;
}

#fromsss {
    position: absolute;
    top: 20px;
    right: 0px;
    display: none;
}

#fromsss input {
    height: 20px;
    margin-top: 15px;
    border-radius: 10px;

}

..xingxilxi p {
    line-height: 20px;
    display: flex;
    align-items: center;
}

.xingxilxi p img {
    width: 20px;
    margin: 0 10px;
}

.p-con {
    width: 100%;
    padding: 50px 0;
}

.p-con li {
    width: 22%;
    margin: 0 1.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-top: 45px;
    position: relative;
}

.p-con li img {
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 30%;
    box-shadow: 15px 15px 20px rgba(182, 212, 255, .8);
}

.p-con li p {
    font-size: 20px;
    color: #333;
    padding: 110px 20px 0 20px;
    box-sizing: border-box;
    height: 225px;
    border: 1px solid #dcdcdc;
    word-break: break-all;
}

.contact-map {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    padding: 60px 0;
    background: #f6f6f6;
}

@media screen and (max-width:1300px) {
    .center {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1%;
    }

    .pmore_center {
        width: 105%;
        left: -5%;
    }

    .about_img {
        width: 19%;
    }
    .p-con li {
        width: 47%;
        margin: 20px 1.5%;
    }

    .p-con li img{
        left: 12%;
    }

    .p-con li p {
        font-size: 16px;
    }
}

@media screen and (max-width:980px) {
    header {
        display: none;
    }

    .phone-section {
        display: block;
    }

    .phone-logo {
        width: 40%;
    }

    .phone-head {
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        justify-content: space-between;
        background-color: #fff;
        /* position: fixed; */
        top: 0;
        left: 0;
    }

    .close {
        background-color: #1e50ae;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .close img {
        width: 30px;
    }

    .phone-listnav {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 3;
    }

    .phonelist-nav {
        width: 100%;
        background-color: #1e50ae;
        line-height: 48px;
    }

    .phonelist-nav a {
        color: #fff;
        font-size: 14px;
        padding: 0 15px;
    }

    .phonelist-nav1 {
        flex-direction: column;
        align-items: stretch;
        padding-left: 20px;
    }

    .phonelist-nav1 a {
        display: block;
    }

    .phonelist-nav {
        border-bottom: 1px solid #ffffff;
    }

    .phonelist-nav:last-child {
        border-bottom: none;
    }

    .phonelist-navtop>a {
        width: 50%;
    }

    .phonelist-navtop div {
        flex-grow: 1;
        flex-direction: row-reverse;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .phonelist-navtop div img {
        width: 16px;
    }

    .phonelist-nav1 {
        display: none;
    }

    .menucl-img2 {
        display: none;
    }

    footer>div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .foot_log {
        width: 100%;
    }

    .foot_list {
        width: 50%;
        margin: 15px 0;
    }

    .dizihi {
        align-items: flex-start;
    }

    .dizihi img {
        position: relative;
        top: 3px;
    }

    .news_pagemone {
        width: 73%;
    }

    .about_img {
        width: 49%;
    }

    .al_title {
        font-size: 13px;
    }

    .cp_index {
        flex-wrap: wrap;
    }

    .cp_index .left {
        width: 100%;
    }

    .lxwmcp {
        display: none;
    }

    .cp_index .right {
        width: 100%;
        margin-top: 15px;
    }

    .n_pages_title {
        font-size: 23px;
    }

    .n_pagecenter {
        flex-wrap: wrap;
    }

    .n_pagecenter .left {
        width: 100%;
    }

    .fw_list {
        flex-wrap: wrap;
    }

    .fw_box {
        margin-top: 10px;
    }

    .n_banner {
        height: 150px;
    }

    .n_banner img {
        height: 100%;
        object-fit: cover;
    }

    .index_title h1 {
        font-size: 26px;
    }

    .n_cp {
        margin-top: 14px;
    }

    .index_banner {
        /* height: 150px; */
    }

    .index_banner img {
        height: 100%;
        object-fit: cover;
    }

    .indexgs_top {
        padding-top: 35px;
    }

    .index_gs {
        flex-wrap: wrap;
    }

    .index_gs .left,
    .index_gs .right {
        width: 100%;
    }

    .index_gs .right .more {
        margin: 15px auto;
    }

    .index_gs .right {
        font-size: 25px;
    }

    .index_cplist {
        width: auto;
        flex-direction: column;
        flex-wrap: wrap;
        height: 70px;
        overflow: auto;
    }

    .index_cplist div {
        /* width: 45%; */
        width: 160px;
        margin-right: 15px;
    }

    .cp_imglist {
        width: 49%;
    }

    .phone_more {
        display: none;
    }

    .cp_more {
        margin-top: 20px;
    }

    .cpback {
        padding-bottom: 20px;
    }

    .center_new .left {
        width: 100%;
    }

    .center_new {
        flex-wrap: wrap;
    }

    .new_titletop {
        width: 100%;
    }

    .news_top>a {
        display: none;
    }

    .news_listcner {
        flex-wrap: wrap;
    }

    .news_img,
    .news_listnac {
        width: 100%;
    }

    .center_new .right {
        width: 100%;
    }

    .detali_titlee {
        font-size: 20px;
    }

    .memo_center {
        font-size: 16px;
    }

    .detail_titless .detall_imgn {
        width: 90%;
    }
}