.top {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 11;
    background-color: #fff;
}

.top_l {
    margin-top: 4px;
}

.top_r {
    margin-top: 4px;
}

.top_r1 {
    margin-top: 4px;
    display: none;
}

.top_z {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-around;
    position: relative;
}

.dh {
    width: 40%;
    height: auto;
}

.dh_ul {
    width: 100%;
    height: auto;
    display: flex;
}

.dh_li {
    width: calc((100% - 0%) / 6);
    height: 90px;
    line-height: 90px;
    text-align: center;

}

.dh_a {
    width: 100%;
    display: block;
    color: #333;
    font-size: 20px;
    z-index: 100;
    position: relative;
}

.dh_li:hover .dh_a {
    color: rgb(2, 71, 173);
    transition: all 0.3s ease;
    font-weight: 700;
    z-index: 100;
}

.dh_a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/UploadFiles/pic/dh_bg.png) center;
    background-repeat: no-repeat;
    opacity: 0;
}

.dh_a:hover::after {
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
    transform: rotate(90deg);
}

.dh_ul1 {
    width: 130%;
    height: 0px;
    background-color: rgb(255, 255, 255);

    margin-left: -15px;
    overflow: hidden;
}

.dh_li1 {
    border-top: 1px solid rgb(231, 231, 231);
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.dh_a1 {
    font-size: 18px;
    color: #333;
    display: block;
}

.dh_a1:hover {
    color: rgb(255, 255, 255);
    background-color: #2f6ebb;
    transition: all 0.5s ease;
}

.dh_li:hover .dh_ul1 {
    height: 237%;
    border-bottom: 3px solid #bd7b02;
    transition: all 0.5s ease;
}

.dh_ul2 {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 100%;
    left: 0%;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.6s ease;
    padding-inline-start: 0px;
    border: 0px solid #D1D1D1;
    display: flex;
    flex-wrap: wrap;
}

.dh_li2 {
    border-top: 1px solid rgb(231, 231, 231);
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: calc((100% - -112%) / 17);
}

.dh_a2 {
    font-size: 18px;
    color: #333;
    display: block;
}

.dh_a2:hover {
    color: rgb(255, 255, 255);
    background-color: #2f6ebb;
    transition: all 0.5s ease;
}

.dh_li:hover .dh_ul2 {
    height: 158%;
    border-bottom: 3px solid #bd7b02;
    transition: all 0.5s ease;
}
@media (max-width:1330px) {
    .top {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 11;
        background-color: #fff;
    }

    .top_l {
        margin-top: 4px;
    }

    .top_r {
        margin-top: 4px;
        display: none;
    }

    .top_r1 {
        margin-top: 4px;
        display: block;
    }

    .top_z {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-around;
        position: relative;
        flex-wrap: wrap;
    }

    .dh {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .dh_ul {
        width: 100%;
        height: auto;
        display: flex;
    }

    .dh_li {
        width: calc((100% - 0%) / 6);
        height: 65px;
        line-height: 60px;
        text-align: center;

    }

    .dh_a {
        width: 100%;
        display: block;
        color: #333;
        font-size: 24px;
        z-index: 100;
        position: relative;
    }

    .dh_li:hover .dh_a {
        color: rgb(2, 71, 173);
        transition: all 0.3s ease;
        font-weight: 700;
        z-index: 100;
    }

    .dh_a::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/UploadFiles/pic/dh_bg.png) center;
        background-repeat: no-repeat;
        opacity: 0;
    }

    .dh_a:hover::after {
        opacity: 1;
        transition: all 0.5s ease;
        z-index: -1;
        transform: rotate(90deg);
    }

    .dh_ul1 {
        width: 130%;
        height: 0px;
        background-color: rgb(255, 255, 255);

        margin-left: -15px;
        overflow: hidden;
    }

    .dh_li1 {
        border-top: 1px solid rgb(231, 231, 231);
        height: 70px;
        line-height: 70px;
        text-align: center;
    }

    .dh_a1 {
        font-size: 18px;
        color: #333;
        display: block;
    }

    .dh_a1:hover {
        color: rgb(255, 255, 255);
        background-color: #2f6ebb;
        transition: all 0.5s ease;
    }

    .dh_li:hover .dh_ul1 {
        height: 330%;
        border-bottom: 3px solid #bd7b02;
        transition: all 0.5s ease;
    }

    .dh_ul2 {
        position: absolute;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 100%;
        left: 0%;
        background-color: #ffffff;
        box-sizing: border-box;
        transition: all 0.6s ease;
        padding-inline-start: 0px;
        border: 0px solid #D1D1D1;
        display: flex;
        flex-wrap: wrap;
    }

    .dh_li2 {
        border-top: 1px solid rgb(231, 231, 231);
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: calc((100% - -140%) / 17);
    }

    .dh_a2 {
        font-size: 18px;
        color: #333;
        display: block;
    }

    .dh_a2:hover {
        color: rgb(255, 255, 255);
        background-color: #2f6ebb;
        transition: all 0.5s ease;
    }

    .dh_li:hover .dh_ul2 {
        height: 158%;
        border-bottom: 3px solid #bd7b02;
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .top {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 11;
        background-color: #fff;
    }

    .top_l {
        margin-top: 4px;
    }

    .top_r {
        margin-top: 4px;
        display: none;
    }

    .top_r1 {
        margin-top: 4px;
        display: block;
    }

    .top_z {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-around;
        position: relative;
        flex-wrap: wrap;
    }

    .dh {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .dh_ul {
        width: 100%;
        height: auto;
        display: flex;
    }

    .dh_li {
        width: calc((100% - 0%) / 6);
        height: 65px;
        line-height: 60px;
        text-align: center;

    }

    .dh_a {
        width: 100%;
        display: block;
        color: #333;
        font-size: 24px;
        z-index: 100;
        position: relative;
    }

    .dh_li:hover .dh_a {
        color: rgb(2, 71, 173);
        transition: all 0.3s ease;
        font-weight: 700;
        z-index: 100;
    }

    .dh_a::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/UploadFiles/pic/dh_bg.png) center;
        background-repeat: no-repeat;
        opacity: 0;
    }

    .dh_a:hover::after {
        opacity: 1;
        transition: all 0.5s ease;
        z-index: -1;
        transform: rotate(90deg);
    }

    .dh_ul1 {
        width: 130%;
        height: 0px;
        background-color: rgb(255, 255, 255);

        margin-left: -15px;
        overflow: hidden;
    }

    .dh_li1 {
        border-top: 1px solid rgb(231, 231, 231);
        height: 70px;
        line-height: 70px;
        text-align: center;
    }

    .dh_a1 {
        font-size: 18px;
        color: #333;
        display: block;
    }

    .dh_a1:hover {
        color: rgb(255, 255, 255);
        background-color: #2f6ebb;
        transition: all 0.5s ease;
    }

    .dh_li:hover .dh_ul1 {
        height: 330%;
        border-bottom: 3px solid #bd7b02;
        transition: all 0.5s ease;
    }

    .dh_ul2 {
        position: absolute;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 100%;
        left: 0%;
        background-color: #ffffff;
        box-sizing: border-box;
        transition: all 0.6s ease;
        padding-inline-start: 0px;
        border: 0px solid #D1D1D1;
        display: flex;
        flex-wrap: wrap;
    }

    .dh_li2 {
        border-top: 1px solid rgb(231, 231, 231);
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: calc((100% - -140%) / 17);
    }

    .dh_a2 {
        font-size: 18px;
        color: #333;
        display: block;
    }

    .dh_a2:hover {
        color: rgb(255, 255, 255);
        background-color: #2f6ebb;
        transition: all 0.5s ease;
    }

    .dh_li:hover .dh_ul2 {
        height: 158%;
        border-bottom: 3px solid #bd7b02;
        transition: all 0.5s ease;
    }
}

/* -------------------------------------------------------------banner图 */
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
@media (max-width:1330px) {
    .slide_container {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 30px;
    }
}
@media (max-width:1024px) {
    .slide_container {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
    }
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 1%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 70px;
    width: 65px;
    background: transparent url("../UploadFiles/themes.png") no-repeat left top;
    margin-top: -45px;
}

.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 1%;
}

.slide_container .tu {
    width: 100%;
    height: 602px;
}

/* ----------------------------------------------------产品中心 */
.cp {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.cp_t {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.cpt_l {
    width: 45%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.cpt_l p:nth-child(2) {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    margin-top: -80px;
    margin-left: 25px;

}

.cpt_l p:nth-child(2) span {
    color: #0453b3;
    margin-top: -30px;

}

.cpt_l p:nth-child(1) {
    font-size: 3.5rem;
    color: rgba(240, 240, 240, 0.753);
    font-weight: 600;

}

.cpt_r {
    width: 45%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.cpt_r a {
    width: 125px;
    height: 45px;
    border: 1px solid #033879;
    display: block;
    text-align: center;

    float: right;
    margin-top: 20px;
    margin-right: 100px;
    position: relative;
}

.cpt_r a p {
    position: absolute;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    left: 26px;
    z-index: 10;
}

.cpt_r a::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0453b3;
}

.cpt_r a:hover::before {
    width: 100%;
    transition: all 0.5s ease;
    z-index: 1;
}

.cpt_r a:hover p {
    color: #fff;
}

.cp_z {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cp_l {
    width: 70%;
    height: auto;
}

.cp_l ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cp_l li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cp_r li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cp_l ul li:nth-child(1) {
    width: 56%;
    height: 300px;
    background: url(/UploadFiles/pic/cp_bg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px;
    position: relative;
}

.cp_l li:nth-child(1) a img {
    width: 60%;
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 1;
}

.cp_l a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.cp_l a::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0561d096;
    z-index: 10;
}

/* .cp_l a::after {
    content: "";
    width: 40%;
    height: 70%;
    position: absolute;
    top: 60px;
    left: 140px;
    background-image: url(/UploadFiles/pic/logo2.png);
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
} */
.cp_l a:hover::before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

/* .cp_l a:hover::after {
    opacity: 1;
    transition: all 0.3s ease;
} */
.cp_l a ol {
    position: absolute;
    font-size: 24px;
    color: #033879;
    bottom: 15px;
    left: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 10;
}

.cp_l a:hover ol {
    color: rgb(255, 255, 255);
}

.cp_l a p {
    position: absolute;
    font-size: 20px;
    color: #4e4d4d;
    top: 15px;
    left: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 10;
}

.cp_l a:hover p {
    color: rgb(255, 255, 255);
}

.cp_l ul li:nth-child(2) {
    width: 40%;
    height: 300px;
    background: url(/UploadFiles/pic/cp_bg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px;
    position: relative;
}

.cp_l li:nth-child(2) a img {
    width: 68%;
    position: absolute;
    top: 37px;
    right: 5px;
    z-index: 1;
}

.cp_l ul li:nth-child(3) {
    width: 46%;
    height: 300px;
    background: url(/UploadFiles/pic/cp_bg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px;
    position: relative;
}

.cp_l li:nth-child(3) a img {
    width: 70%;
    position: absolute;
    top: 18px;
    right: 5px;
    z-index: 1;
}

.cp_l ul li:nth-child(4) {
    width: 50%;
    height: 300px;
    background: url(/UploadFiles/pic/cp_bg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px;
    position: relative;
}

.cp_l li:nth-child(4) a img {
    width: 62%;
    position: absolute;
    top: 35px;
    right: 45px;
    z-index: 1;
}

.cp_r {
    width: 30%;
    height: auto;
}

.cp_r ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cp_r ul li:nth-child(1) {
    width: 96%;
    height: 620px;
    background: url(/UploadFiles/pic/cp_bg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px;
    position: relative;
}

.cp_r li:nth-child(1) a img {
    width: 68%;
    position: absolute;
    top: 65px;
    right: 45px;
    z-index: 1;
}

.cp_r a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.cp_r a::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0561d096;
    z-index: 10;
}

.cp_r a:hover::before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.cp_r a ol {
    position: absolute;
    font-size: 24px;
    color: #033879;
    bottom: 15px;
    left: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 10;
}

.cp_r a:hover ol {
    color: rgb(255, 255, 255);
}

.cp_r a p {
    position: absolute;
    font-size: 20px;
    color: #4e4d4d;
    top: 15px;
    left: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 10;
}

.cp_r a:hover p {
    color: rgb(255, 255, 255);
}

@media (max-width:1440px) {
    .cp {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .cp_t {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
    }

    .cpt_l {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cpt_l p:nth-child(2) {
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        margin-top: -80px;
        margin-left: 25px;

    }

    .cpt_l p:nth-child(2) span {
        color: #0453b3;
        margin-top: -30px;

    }

    .cpt_l p:nth-child(1) {
        font-size: 3.5rem;
        color: rgba(240, 240, 240, 0.753);
        font-weight: 600;

    }

    .cpt_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cpt_r a {
        width: 125px;
        height: 45px;
        border: 1px solid #033879;
        display: block;
        text-align: center;

        float: right;
        margin-top: 20px;
        margin-right: 100px;
        position: relative;
    }

    .cpt_r a p {
        position: absolute;
        font-size: 16px;
        color: #333;
        line-height: 45px;
        left: 26px;
        z-index: 10;
    }

    .cpt_r a::before {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0453b3;
    }

    .cpt_r a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .cpt_r a:hover p {
        color: #fff;
    }

    .cp_z {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .cp_l {
        width: 70%;
        height: auto;
    }

    .cp_l ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cp_l li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cp_r li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cp_l ul li:nth-child(1) {
        width: 55%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(1) a img {
        width: 65%;
        position: absolute;
        top: 40px;
        right: 45px;
        z-index: 1;
    }

    .cp_l a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .cp_l a::before {
        content: "";
        width: 0%;
        height: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0561d096;
        z-index: 10;
    }

    /* .cp_l a::after {
        content: "";
        width: 40%;
        height: 70%;
        position: absolute;
        top: 60px;
        left: 140px;
        background-image: url(/UploadFiles/pic/logo2.png);
        background-repeat: no-repeat;
        z-index: 10;
        opacity: 0;
    } */
    .cp_l a:hover::before {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    /* .cp_l a:hover::after {
        opacity: 1;
        transition: all 0.3s ease;
    } */
    .cp_l a ol {
        position: absolute;
        font-size: 24px;
        color: #033879;
        bottom: 15px;
        left: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_l a:hover ol {
        color: rgb(255, 255, 255);
    }

    .cp_l a p {
        position: absolute;
        font-size: 20px;
        color: #4e4d4d;
        top: 15px;
        left: 35px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_l a:hover p {
        color: rgb(255, 255, 255);
    }

    .cp_l ul li:nth-child(2) {
        width: 40%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(2) a img {
        width: 68%;
        position: absolute;
        top: 85px;
        right: -8px;
        z-index: 1;
    }

    .cp_l ul li:nth-child(3) {
        width: 45%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(3) a img {
        width: 73%;
        position: absolute;
        top: 60px;
        right: 5px;
        z-index: 1;
    }

    .cp_l ul li:nth-child(4) {
        width: 50%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(4) a img {
        width: 67%;
        position: absolute;
        top: 65px;
        right: 45px;
        z-index: 1;
    }

    .cp_r {
        width: 30%;
        height: auto;
    }

    .cp_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cp_r ul li:nth-child(1) {
        width: 96%;
        height: 620px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_r li:nth-child(1) a img {
        width: 75%;
        position: absolute;
        top: 110px;
        right: 45px;
        z-index: 1;
    }

    .cp_r a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .cp_r a::before {
        content: "";
        width: 0%;
        height: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0561d096;
        z-index: 10;
    }

    .cp_r a:hover::before {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    .cp_r a ol {
        position: absolute;
        font-size: 24px;
        color: #033879;
        bottom: 15px;
        left: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_r a:hover ol {
        color: rgb(255, 255, 255);
    }

    .cp_r a p {
        position: absolute;
        font-size: 20px;
        color: #4e4d4d;
        top: 15px;
        left: 35px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_r a:hover p {
        color: rgb(255, 255, 255);
    }
}
@media (max-width:1200px) {
    .cp {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .cp_t {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
    }

    .cpt_l {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cpt_l p:nth-child(2) {
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        margin-top: -80px;
        margin-left: 25px;

    }

    .cpt_l p:nth-child(2) span {
        color: #0453b3;
        margin-top: -30px;

    }

    .cpt_l p:nth-child(1) {
        font-size: 3.5rem;
        color: rgba(240, 240, 240, 0.753);
        font-weight: 600;

    }

    .cpt_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cpt_r a {
        width: 125px;
        height: 45px;
        border: 1px solid #033879;
        display: block;
        text-align: center;

        float: right;
        margin-top: 20px;
        margin-right: 100px;
        position: relative;
    }

    .cpt_r a p {
        position: absolute;
        font-size: 16px;
        color: #333;
        line-height: 45px;
        left: 26px;
        z-index: 10;
    }

    .cpt_r a::before {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0453b3;
    }

    .cpt_r a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .cpt_r a:hover p {
        color: #fff;
    }

    .cp_z {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .cp_l {
        width: 70%;
        height: auto;
    }

    .cp_l ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cp_l li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cp_r li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cp_l ul li:nth-child(1) {
        width: 53%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(1) a img {
        width: 75%;
        position: absolute;
        top: 70px;
        right: 45px;
        z-index: 1;
    }

    .cp_l a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .cp_l a::before {
        content: "";
        width: 0%;
        height: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0561d096;
        z-index: 10;
    }

    /* .cp_l a::after {
        content: "";
        width: 40%;
        height: 70%;
        position: absolute;
        top: 60px;
        left: 140px;
        background-image: url(/UploadFiles/pic/logo2.png);
        background-repeat: no-repeat;
        z-index: 10;
        opacity: 0;
    } */
    .cp_l a:hover::before {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    /* .cp_l a:hover::after {
        opacity: 1;
        transition: all 0.3s ease;
    } */
    .cp_l a ol {
        position: absolute;
        font-size: 24px;
        color: #033879;
        bottom: 15px;
        left: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_l a:hover ol {
        color: rgb(255, 255, 255);
    }

    .cp_l a p {
        position: absolute;
        font-size: 22px;
        color: #4e4d4d;
        top: 15px;
        left: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_l a:hover p {
        color: rgb(255, 255, 255);
    }

    .cp_l ul li:nth-child(2) {
        width: 40%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(2) a img {
        width: 78%;
        position: absolute;
        top: 85px;
        right: 15px;
        z-index: 1;
    }

    .cp_l ul li:nth-child(3) {
        width: 43%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(3) a img {
        width: 80%;
        position: absolute;
        top: 83px;
        right: 5px;
        z-index: 1;
    }

    .cp_l ul li:nth-child(4) {
        width: 50%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(4) a img {
        width: 75%;
        position: absolute;
        top: 85px;
        right: 45px;
        z-index: 1;
    }

    .cp_r {
        width: 30%;
        height: auto;
    }

    .cp_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cp_r ul li:nth-child(1) {
        width: 96%;
        height: 620px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_r li:nth-child(1) a img {
        width: 85%;
        position: absolute;
        top: 150px;
        right: 30px;
        z-index: 1;
    }

    .cp_r a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .cp_r a::before {
        content: "";
        width: 0%;
        height: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0561d096;
        z-index: 10;
    }

    .cp_r a:hover::before {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    .cp_r a ol {
        position: absolute;
        font-size: 24px;
        color: #033879;
        bottom: 15px;
        left: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_r a:hover ol {
        color: rgb(255, 255, 255);
    }

    .cp_r a p {
        position: absolute;
        font-size: 22px;
        color: #4e4d4d;
        top: 15px;
        left: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_r a:hover p {
        color: rgb(255, 255, 255);
    }
}
@media (max-width:1024px) {
    .cp {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .cp_t {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
    }

    .cpt_l {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cpt_l p:nth-child(2) {
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        margin-top: -80px;
        margin-left: 25px;

    }

    .cpt_l p:nth-child(2) span {
        color: #0453b3;
        margin-top: -30px;

    }

    .cpt_l p:nth-child(1) {
        font-size: 3.5rem;
        color: rgba(240, 240, 240, 0.753);
        font-weight: 600;

    }

    .cpt_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cpt_r a {
        width: 125px;
        height: 45px;
        border: 1px solid #033879;
        display: block;
        text-align: center;

        float: right;
        margin-top: 20px;
        margin-right: 100px;
        position: relative;
    }

    .cpt_r a p {
        position: absolute;
        font-size: 16px;
        color: #333;
        line-height: 45px;
        left: 26px;
        z-index: 10;
    }

    .cpt_r a::before {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0453b3;
    }

    .cpt_r a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .cpt_r a:hover p {
        color: #fff;
    }

    .cp_z {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .cp_l {
        width: 70%;
        height: auto;
    }

    .cp_l ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cp_l li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cp_r li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cp_l ul li:nth-child(1) {
        width: 53%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(1) a img {
        width: 75%;
        position: absolute;
        top: 70px;
        right: 45px;
        z-index: 1;
    }

    .cp_l a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .cp_l a::before {
        content: "";
        width: 0%;
        height: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0561d096;
        z-index: 10;
    }

    /* .cp_l a::after {
        content: "";
        width: 40%;
        height: 70%;
        position: absolute;
        top: 60px;
        left: 140px;
        background-image: url(/UploadFiles/pic/logo2.png);
        background-repeat: no-repeat;
        z-index: 10;
        opacity: 0;
    } */
    .cp_l a:hover::before {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    /* .cp_l a:hover::after {
        opacity: 1;
        transition: all 0.3s ease;
    } */
    .cp_l a ol {
        position: absolute;
        font-size: 24px;
        color: #033879;
        bottom: 15px;
        left: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_l a:hover ol {
        color: rgb(255, 255, 255);
    }

    .cp_l a p {
        position: absolute;
        font-size: 22px;
        color: #4e4d4d;
        top: 15px;
        left: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_l a:hover p {
        color: rgb(255, 255, 255);
    }

    .cp_l ul li:nth-child(2) {
        width: 40%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(2) a img {
        width: 78%;
        position: absolute;
        top: 85px;
        right: 15px;
        z-index: 1;
    }

    .cp_l ul li:nth-child(3) {
        width: 43%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(3) a img {
        width: 80%;
        position: absolute;
        top: 83px;
        right: 5px;
        z-index: 1;
    }

    .cp_l ul li:nth-child(4) {
        width: 50%;
        height: 300px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_l li:nth-child(4) a img {
        width: 75%;
        position: absolute;
        top: 85px;
        right: 45px;
        z-index: 1;
    }

    .cp_r {
        width: 30%;
        height: auto;
    }

    .cp_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cp_r ul li:nth-child(1) {
        width: 96%;
        height: 620px;
        background: url(/UploadFiles/pic/cp_bg1.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 10px;
        position: relative;
    }

    .cp_r li:nth-child(1) a img {
        width: 85%;
        position: absolute;
        top: 150px;
        right: 30px;
        z-index: 1;
    }

    .cp_r a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .cp_r a::before {
        content: "";
        width: 0%;
        height: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0561d096;
        z-index: 10;
    }

    .cp_r a:hover::before {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    .cp_r a ol {
        position: absolute;
        font-size: 24px;
        color: #033879;
        bottom: 15px;
        left: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_r a:hover ol {
        color: rgb(255, 255, 255);
    }

    .cp_r a p {
        position: absolute;
        font-size: 22px;
        color: #4e4d4d;
        top: 15px;
        left: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        z-index: 10;
    }

    .cp_r a:hover p {
        color: rgb(255, 255, 255);
    }
}

/* ---------------------------------------------------------------关于我们 */
.gs {
    width: 100%;
    height: auto;
    /* background-color: rgb(245, 245, 245); */
    margin-bottom: 30px;
    padding-top: 100px;
    position: relative;
}

.gs_p {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.gs_t {
    width: 100%;
    height: auto;
    display: flex;
}

.gst_l {
    width: 80%;
    height: auto;
    background-color: #1d5daf;
    padding: 30px 20px 30px 20px;
    z-index: 10;
}

.gst_l h3 {
    font-size: 2rem;
    padding: 15px 0px 15px 0px;
    font-weight: 900;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    color: #2d66ab;
    letter-spacing: 2px;
}

.gst_l p {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 37px;
}

.gst_r {
    width: 20%;
    height: auto;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.gst_r p {
    position: absolute;
    top: 8px;
    right: 50px;
    font-weight: 600;
    font-size: 2.5rem;
    color: rgb(29 29 29);
}

.gs_d {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/gs_bg.jpg);
    background-size: 100%;
}

.gsd_z {
    width: 100%;
    height: auto;
    padding: 30px auto;
}

.gsd_z ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.gsd_z ul li {
    width: calc((100% - 30%) / 4);
    height: auto;
    padding: 20px;
    margin: 100px 30px 100px 30px;
    background-color: #3a587d41;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #0453b39c;
    position: relative;
}

.gsd_z ul li a {
    width: 100%;
    display: block;
}

.gsd_z a img {
    width: 25%;
}

.gsd_z a img:nth-child(2) {
    width: 23%;
    display: none;
    position: absolute;
    top: 19px;
    left: 144px;
}

.gsd_z a p {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.gsd_z a:hover img:nth-child(1) {
    opacity: 0;

}

.gsd_z a:hover img:nth-child(2) {
    display: block;
    transition: all 0.5s ease;
}

.gsd_z li:hover {
    background-color: #0453b36e;
    transition: all 0.5s ease;
}

@media (max-width:1440px) {
    .gs {
        width: 100%;
        height: auto;
        /* background-color: rgb(245, 245, 245); */
        margin-bottom: 30px;
        padding-top: 100px;
        position: relative;
    }

    .gs_p {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .gs_t {
        width: 100%;
        height: auto;
        display: flex;
    }

    .gst_l {
        width: 80%;
        height: auto;
        background-color: #1d5daf;
        padding: 30px 20px 30px 20px;
        z-index: 10;
    }

    .gst_l h3 {
        font-size: 2rem;
        padding: 15px 0px 15px 0px;
        font-weight: 900;
        text-stroke: 1px #fff;
        -webkit-text-stroke: 1px #fff;
        color: #2d66ab;
        letter-spacing: 2px;
    }

    .gst_l p {
        font-size: 18px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-height: 37px;
    }

    .gst_r {
        width: 20%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }

    .gst_r p {
        position: absolute;
        top: 8px;
        right: 50px;
        font-weight: 600;
        font-size: 2.5rem;
        color: rgb(29 29 29);
    }

    .gs_d {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gs_bg.jpg);
        background-size: 100%;
    }

    .gsd_z {
        width: 100%;
        height: auto;
        padding: 30px auto;
    }

    .gsd_z ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .gsd_z ul li {
        width: calc((100% - 30%) / 4);
        height: auto;
        padding: 20px;
        margin: 75px 30px 75px 30px;
        background-color: #3a587d41;
        text-align: center;
        border-radius: 20px;
        border: 1px solid #0453b39c;
        position: relative;
    }

    .gsd_z ul li a {
        width: 100%;
        display: block;
    }

    .gsd_z a img {
        width: 25%;
    }

    .gsd_z a img:nth-child(2) {
        width: 23%;
        display: none;
        position: absolute;
        top: 19px;
        left: 144px;
    }

    .gsd_z a p {
        font-size: 20px;
        color: #fff;
        margin-top: 10px;
    }

    .gsd_z a:hover img:nth-child(1) {
        opacity: 0;

    }

    .gsd_z a:hover img:nth-child(2) {
        display: block;
        transition: all 0.5s ease;
    }

    .gsd_z li:hover {
        background-color: #0453b36e;
        transition: all 0.5s ease;
    }
}
@media (max-width:1200px) {
    .gs {
        width: 100%;
        height: auto;
        /* background-color: rgb(245, 245, 245); */
        margin-bottom: 30px;
        padding-top: 100px;
        position: relative;
    }

    .gs_p {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .gs_t {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: -35px;
    }

    .gst_l {
        width: 100%;
        height: auto;
        background-color: #1d5daf;
        padding: 30px 20px 30px 20px;
        z-index: 10;
    }

    .gst_l h3 {
        font-size: 2rem;
        padding: 15px 0px 15px 0px;
        font-weight: 900;
        text-stroke: 1px #fff;
        -webkit-text-stroke: 1px #fff;
        color: #2d66ab;
        letter-spacing: 2px;
    }

    .gst_l p {
        font-size: 18px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-height: 37px;
    }

    .gst_r {
        width: 20%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }

    .gst_r p {
        position: absolute;
        top: 8px;
        right: 50px;
        font-weight: 600;
        font-size: 2.5rem;
        color: rgb(29 29 29);
    }

    .gs_d {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gs_bg.jpg);
        background-size: 100%;
    }

    .gsd_z {
        width: 100%;
        height: auto;
        padding: 30px auto;
    }

    .gsd_z ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .gsd_z ul li {
        width: calc((100% - 30%) / 4);
        height: auto;
        padding: 20px;
        margin: 50px 30px 50px 30px;
        background-color: #3a587d41;
        text-align: center;
        border-radius: 20px;
        border: 1px solid #0453b39c;
        position: relative;
    }

    .gsd_z ul li a {
        width: 100%;
        display: block;
    }

    .gsd_z a img {
        width: 25%;
    }

    .gsd_z a img:nth-child(2) {
        width: 23%;
        display: none;
        position: absolute;
        top: 19px;
        left: 144px;
    }

    .gsd_z a p {
        font-size: 22px;
        color: #fff;
        margin-top: 10px;
    }

    .gsd_z a:hover img:nth-child(1) {
        opacity: 0;

    }

    .gsd_z a:hover img:nth-child(2) {
        display: block;
        transition: all 0.5s ease;
    }

    .gsd_z li:hover {
        background-color: #0453b36e;
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .gs {
        width: 100%;
        height: auto;
        /* background-color: rgb(245, 245, 245); */
        margin-bottom: 30px;
        padding-top: 100px;
        position: relative;
    }

    .gs_p {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .gs_t {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: -35px;
    }

    .gst_l {
        width: 100%;
        height: auto;
        background-color: #1d5daf;
        padding: 30px 20px 30px 20px;
        z-index: 10;
    }

    .gst_l h3 {
        font-size: 2rem;
        padding: 15px 0px 15px 0px;
        font-weight: 900;
        text-stroke: 1px #fff;
        -webkit-text-stroke: 1px #fff;
        color: #2d66ab;
        letter-spacing: 2px;
    }

    .gst_l p {
        font-size: 18px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-height: 37px;
    }

    .gst_r {
        width: 20%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }

    .gst_r p {
        position: absolute;
        top: 8px;
        right: 50px;
        font-weight: 600;
        font-size: 2.5rem;
        color: rgb(29 29 29);
    }

    .gs_d {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gs_bg.jpg);
        background-size: 100%;
    }

    .gsd_z {
        width: 100%;
        height: auto;
        padding: 30px auto;
    }

    .gsd_z ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .gsd_z ul li {
        width: calc((100% - 30%) / 4);
        height: auto;
        padding: 20px;
        margin: 30px 10px 30px 10px;
        background-color: #3a587d41;
        text-align: center;
        border-radius: 20px;
        border: 1px solid #0453b39c;
        position: relative;
    }

    .gsd_z ul li a {
        width: 100%;
        display: block;
    }

    .gsd_z a img {
        width: 25%;
    }

    .gsd_z a img:nth-child(2) {
        width: 23%;
        display: none;
        position: absolute;
        top: 19px;
        left: 144px;
    }

    .gsd_z a p {
        font-size: 22px;
        color: #fff;
        margin-top: 10px;
    }

    .gsd_z a:hover img:nth-child(1) {
        opacity: 0;

    }

    .gsd_z a:hover img:nth-child(2) {
        display: block;
        transition: all 0.5s ease;
    }

    .gsd_z li:hover {
        background-color: #0453b36e;
        transition: all 0.5s ease;
    }
}

/* --------------------------------------------------------------------优势 */
.ys {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/ys_bg1.jpg);
}

.ys_t {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    text-align: center;
    position: relative;
}

.ys_t p:nth-child(1) {
    font-size: 6rem;
    color: rgb(190, 190, 190);
    letter-spacing: 2px;
    opacity: 0.2;
    font-weight: 600;
}

.ys_t img {
    position: absolute;
    top: 50px;
    left: 49%;
}

.ys_t p:nth-child(3) {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 2px;
    margin-top: -55px;
}

.ys_n {
    width: 100%;
    height: auto;
}

.ys_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ys_n ul li {
    width: calc((100% - 0%) / 5);
    height: auto;
    padding: 20px;
    margin: 30px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
}

.ys_n li img {
    width: 35%;
    margin-bottom: 20px;
}

.ys_n li p:nth-child(2) {
    font-size: 22px;
    color: #292929;
    margin-bottom: 20px;
}

.ys_n li p:nth-child(3) {
    font-size: 14px;
    color: #292929;
    margin-bottom: 20px;
    line-height: 30px;
}

.ys_n li span {
    width: 40px;
    height: 3px;
    background-color: #033879;
    display: block;
    margin: 30px auto;
}

.ys_n li:hover {
    box-shadow: 0px 8px 10px 3px #1f1f1f;
    transition: all 0.5s ease;
}

.ys_n li:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}

@media (max-width:1440px) {
    .ys {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/ys_bg1.jpg);
    }

    .ys_t {
        width: 100%;
        height: auto;
        padding: 30px 0px 30px 0px;
        text-align: center;
        position: relative;
    }

    .ys_t p:nth-child(1) {
        font-size: 6rem;
        color: rgb(190, 190, 190);
        letter-spacing: 2px;
        opacity: 0.2;
        font-weight: 600;
    }

    .ys_t img {
        position: absolute;
        top: 50px;
        left: 49%;
    }

    .ys_t p:nth-child(3) {
        font-size: 2rem;
        color: #fff;
        letter-spacing: 2px;
        margin-top: -55px;
    }

    .ys_n {
        width: 100%;
        height: auto;
    }

    .ys_n ul {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .ys_n ul li {
        width: calc((100% - 0%) / 5);
        height: auto;
        padding: 20px;
        margin: 15px;
        text-align: center;
        background: #fff;
        border-radius: 30px;
    }

    .ys_n li img {
        width: 35%;
        margin-bottom: 20px;
    }

    .ys_n li p:nth-child(2) {
        font-size: 22px;
        color: #292929;
        margin-bottom: 20px;
    }

    .ys_n li p:nth-child(3) {
        font-size: 14px;
        color: #292929;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .ys_n li span {
        width: 40px;
        height: 3px;
        background-color: #033879;
        display: block;
        margin: 30px auto;
    }

    .ys_n li:hover {
        box-shadow: 0px 8px 10px 3px #1f1f1f;
        transition: all 0.5s ease;
    }

    .ys_n li:hover img {
        transform: rotateY(180deg);
        transition: all 0.5s ease;
    }
}

@media (max-width:1024px) {
    .ys {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/ys_bg1.jpg);
    }

    .ys_t {
        width: 100%;
        height: auto;
        padding: 30px 0px 30px 0px;
        text-align: center;
        position: relative;
    }

    .ys_t p:nth-child(1) {
        font-size: 6rem;
        color: rgb(190, 190, 190);
        letter-spacing: 2px;
        opacity: 0.2;
        font-weight: 600;
    }

    .ys_t img {
        position: absolute;
        top: 50px;
        left: 49%;
    }

    .ys_t p:nth-child(3) {
        font-size: 2rem;
        color: #fff;
        letter-spacing: 2px;
        margin-top: -55px;
    }

    .ys_n {
        width: 100%;
        height: auto;
    }

    .ys_n ul {
        width: 97%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ys_n ul li {
        width: calc((100% - -26%) / 5);
        height: auto;
        padding: 20px;
        margin: 15px;
        text-align: center;
        background: #fff;
        border-radius: 30px;
    }

    .ys_n li img {
        width: 45%;
        margin-bottom: 20px;
    }

    .ys_n li p:nth-child(2) {
        font-size: 24px;
        color: #292929;
        margin-bottom: 10px;
    }

    .ys_n li p:nth-child(3) {
        font-size: 18px;
        color: #292929;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .ys_n li span {
        width: 40px;
        height: 3px;
        background-color: #033879;
        display: block;
        margin: 30px auto;
    }

    .ys_n li:hover {
        box-shadow: 0px 8px 10px 3px #1f1f1f;
        transition: all 0.5s ease;
    }

    .ys_n li:hover img {
        transform: rotateY(180deg);
        transition: all 0.5s ease;
    }
}

/* -------------------------------------------------------新闻中心 */
.xwzx {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.xw_t {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.xwt_l {
    width: 45%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.xwt_l p:nth-child(2) {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    margin-top: -80px;
    margin-left: 25px;

}

.xwt_l p:nth-child(2) span {
    color: #0453b3;
    margin-top: -30px;

}

.xwt_l p:nth-child(1) {
    font-size: 3.5rem;
    color: rgba(240, 240, 240, 0.753);
    font-weight: 600;

}

.xwt_r {
    width: 45%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.xwt_r a {
    width: 125px;
    height: 45px;
    border: 1px solid #033879;
    display: block;
    text-align: center;

    float: right;
    margin-top: 20px;
    margin-right: 100px;
    position: relative;
}

.xwt_r a p {
    position: absolute;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    left: 26px;
    z-index: 10;
}

.xwt_r a::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0453b3;
}

.xwt_r a:hover::before {
    width: 100%;
    transition: all 0.5s ease;
    z-index: 1;
}

.xwt_r a:hover p {
    color: #fff;
}

.xw_n {
    width: 100%;
    height: auto;
}

.xw_n ul {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.xw_n ul li {
    width: calc((100% - 7%) / 4);
    height: auto;
    margin: 15px;
}

.xw_n li a {
    display: block;
    width: 100%;
}

.xw_n li h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xw_n h3 img {
    display: block;
    width: 100%;
}

.xw_n dl {
    width: 85%;
    height: auto;
    padding: 32px 32px 32px 32px;
    text-align: center;
    background-color: #efefef;
}

.xw_n dl span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0453b3;
    margin: 5px auto;

}

.xw_n dl p:nth-child(2) {
    font-size: 20px;
    color: #151515;
    padding-top: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw_n dl p:nth-child(3) {
    font-size: 16px;
    color: rgb(62 61 61);
    line-height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw_j {
    margin: 0 auto;
}

.xw_j img {
    width: 11%;
}

.xw_n a:hover .xw_j img {
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.xw_n a:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.xw_n a:hover dl p:nth-child(2) {
    color: #033879;
    transition: all 0.5s ease;
}
@media (max-width:1200px) {
    .xwzx {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    
    .xw_t {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
    }
    
    .xwt_l {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .xwt_l p:nth-child(2) {
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        margin-top: -80px;
        margin-left: 25px;
    
    }
    
    .xwt_l p:nth-child(2) span {
        color: #0453b3;
        margin-top: -30px;
    
    }
    
    .xwt_l p:nth-child(1) {
        font-size: 3.5rem;
        color: rgba(240, 240, 240, 0.753);
        font-weight: 600;
    
    }
    
    .xwt_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .xwt_r a {
        width: 125px;
        height: 45px;
        border: 1px solid #033879;
        display: block;
        text-align: center;
    
        float: right;
        margin-top: 20px;
        margin-right: 100px;
        position: relative;
    }
    
    .xwt_r a p {
        position: absolute;
        font-size: 16px;
        color: #333;
        line-height: 45px;
        left: 26px;
        z-index: 10;
    }
    
    .xwt_r a::before {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0453b3;
    }
    
    .xwt_r a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
        z-index: 1;
    }
    
    .xwt_r a:hover p {
        color: #fff;
    }
    
    .xw_n {
        width: 100%;
        height: auto;
    }
    
    .xw_n ul {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    
    .xw_n ul li {
        width: calc((100% - 7%) / 4);
        height: auto;
        margin: 15px;
    }
    
    .xw_n li a {
        display: block;
        width: 100%;
    }
    
    .xw_n li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    
    .xw_n h3 img {
        display: block;
        width: 100%;
    }
    
    .xw_n dl {
        width: 75%;
        height: auto;
        padding: 32px 32px 32px 32px;
        text-align: center;
        background-color: #efefef;
    }
    
    .xw_n dl span {
        display: block;
        width: 50px;
        height: 2px;
        background-color: #0453b3;
        margin: 5px auto;
    
    }
    
    .xw_n dl p:nth-child(2) {
        font-size: 20px;
        color: #151515;
        padding-top: 15px;
        line-height: 30px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .xw_n dl p:nth-child(3) {
        font-size: 16px;
        color: rgb(62 61 61);
        line-height: 25px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .xw_j {
        margin: 0 auto;
    }
    
    .xw_j img {
        width: 11%;
    }
    
    .xw_n a:hover .xw_j img {
        transform: rotate(90deg);
        transition: all 0.4s ease;
    }
    
    .xw_n a:hover h3 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    
    .xw_n a:hover dl p:nth-child(2) {
        color: #033879;
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .xwzx {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .xw_t {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
    }

    .xwt_l {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .xwt_l p:nth-child(2) {
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        margin-top: -80px;
        margin-left: 25px;

    }

    .xwt_l p:nth-child(2) span {
        color: #0453b3;
        margin-top: -30px;

    }

    .xwt_l p:nth-child(1) {
        font-size: 3.5rem;
        color: rgba(240, 240, 240, 0.753);
        font-weight: 600;

    }

    .xwt_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .xwt_r a {
        width: 125px;
        height: 45px;
        border: 1px solid #033879;
        display: block;
        text-align: center;

        float: right;
        margin-top: 20px;
        margin-right: 100px;
        position: relative;
    }

    .xwt_r a p {
        position: absolute;
        font-size: 16px;
        color: #333;
        line-height: 45px;
        left: 26px;
        z-index: 10;
    }

    .xwt_r a::before {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0453b3;
    }

    .xwt_r a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .xwt_r a:hover p {
        color: #fff;
    }

    .xw_n {
        width: 100%;
        height: auto;
    }

    .xw_n ul {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .xw_n ul li {
        width: calc((100% - 7%) / 3);
        height: auto;
        margin: 15px;
    }

    .xw_n ul li:nth-child(4) {
        display: none;
    }

    .xw_n li a {
        display: block;
        width: 100%;
    }

    .xw_n li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .xw_n h3 img {
        display: block;
        width: 100%;
    }

    .xw_n dl {
        width: 78%;
        height: auto;
        padding: 32px 32px 32px 32px;
        text-align: center;
        background-color: #efefef;
    }

    .xw_n dl span {
        display: block;
        width: 50px;
        height: 2px;
        background-color: #0453b3;
        margin: 5px auto;

    }

    .xw_n dl p:nth-child(2) {
        font-size: 24px;
        color: #151515;
        padding-top: 15px;
        line-height: 30px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .xw_n dl p:nth-child(3) {
        font-size: 18px;
        color: rgb(62 61 61);
        line-height: 25px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .xw_j {
        margin: 0 auto;
    }

    .xw_j img {
        width: 11%;
    }

    .xw_n a:hover .xw_j img {
        transform: rotate(90deg);
        transition: all 0.4s ease;
    }

    .xw_n a:hover h3 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .xw_n a:hover dl p:nth-child(2) {
        color: #033879;
        transition: all 0.5s ease;
    }
}

/* ----------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 325px;
    background-color: #2c2c2c;
}

.dibu_t {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #484848;
}

.dibu_t a {
    width: calc((100% - 40%) / 6);
    height: auto;
    color: rgb(228, 228, 228);
    font-size: 18px;
    text-align: center;
}

.dibu_z {
    width: 100%;
    height: auto;
}

.dibu_z ul {
    width: 95%;
    height: auto;
    display: flex;
    margin: 0 auto;
}

.dibu_z ul li:nth-child(1) {
    width: 20%;
    height: auto;
    margin: 15px 15px 0px 15px;
    padding: 15px 15px 0px 15px;
}

.dibu_z ul li:nth-child(1) h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    width: 100%;
}

.dibu_z ul li:nth-child(1) p {
    width: 100%;
    font-size: 40px;
    color: rgb(238, 237, 237);
    margin-bottom: 10px;
    font-weight: 800;
}

.dibu_z ul li:nth-child(2) {
    width: 30%;
    height: auto;
    margin: 15px 15px 0px 15px;
    padding: 15px 15px 0px 15px;
    display: flex;
    flex-wrap: wrap;
}

.dibu_z ul li:nth-child(2) h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    width: 100%;
}

.dibu_z ul li:nth-child(2) a {
    color: rgb(233, 233, 233);
    font-size: 17px;
    margin-right: 15px;
    padding-bottom: 14px;
    display: block;
}

.dibu_z ul li:nth-child(3) {
    width: 23%;
    height: auto;
    margin: 15px 15px 0px 15px;
    padding: 15px 15px 0px 15px;
}

.dibu_z ul li:nth-child(3) h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    width: 100%;
}

.dibu_z ul li:nth-child(3) p {
    width: 100%;
    font-size: 18px;
    color: rgb(238, 237, 237);
    margin-bottom: 10px;
    background-color: #0000006b;
    border-radius: 30px;
    padding: 7px 0px 7px 15px;

}

.dibu_z ul li:nth-child(4) {
    width: 15%;
    height: auto;
    margin: 15px 15px 0px 15px;
    text-align: center;
}

.dibu_z ul li:nth-child(4) img {
    width: 50%;
}

.ddd {
    width: 100%;
    height: 30px;
    background-color: #1f1f1f;
    display: flex;
    justify-content: center;
}

.ddd p {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    margin-top: 5px;
}

.ddd a img {
    margin-top: 3px;
}

@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 380px;
        background-color: #2c2c2c;
    }

    .dibu_t {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #484848;
    }

    .dibu_t a {
        width: calc((100% - 40%) / 6);
        height: auto;
        color: rgb(228, 228, 228);
        font-size: 18px;
        text-align: center;
    }

    .dibu_z {
        width: 100%;
        height: auto;
    }

    .dibu_z ul {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }

    .dibu_z ul li:nth-child(1) {
        width: 20%;
        height: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px 0px 0px 15px;
    }

    .dibu_z ul li:nth-child(1) h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(1) p {
        width: 100%;
        font-size: 40px;
        color: rgb(238, 237, 237);
        margin-bottom: 10px;
        font-weight: 800;

    }

    .dibu_z ul li:nth-child(2) {
        width: 30%;
        height: auto;
        margin: 15px 0px 0px 15px;
        padding: 15px 0px 0px 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .dibu_z ul li:nth-child(2) h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(2) a {
        color: rgb(233, 233, 233);
        font-size: 17px;
        margin-right: 15px;
        padding-bottom: 14px;
        display: block;
    }

    .dibu_z ul li:nth-child(3) {
        width: 25%;
        height: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px 15px 0px 15px;
    }

    .dibu_z ul li:nth-child(3) h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(3) p {
        width: 100%;
        font-size: 18px;
        color: rgb(238, 237, 237);
        margin-bottom: 10px;
        background-color: #0000006b;
        border-radius: 30px;
        padding: 7px 0px 7px 15px;

    }

    .dibu_z ul li:nth-child(4) {
        width: 15%;
        height: auto;
        margin: 15px 15px 0px 15px;
        text-align: center;
    }

    .dibu_z ul li:nth-child(4) img {
        width: 60%;
    }

    .ddd {
        width: 100%;
        height: 30px;
        background-color: #1f1f1f;
        display: flex;
        justify-content: center;
    }

    .ddd p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
        margin-top: 5px;
    }

    .ddd a img {
        margin-top: 3px;
    }
}
@media (max-width:1200px) {
    .dibu {
        width: 100%;
        height: 410px;
        background-color: #2c2c2c;
    }

    .dibu_t {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #484848;
    }

    .dibu_t a {
        width: calc((100% - 40%) / 6);
        height: auto;
        color: rgb(228, 228, 228);
        font-size: 18px;
        text-align: center;
    }

    .dibu_z {
        width: 100%;
        height: auto;
    }

    .dibu_z ul {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }

    .dibu_z ul li:nth-child(1) {
        width: 20%;
        height: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px 0px 0px 15px;
    }

    .dibu_z ul li:nth-child(1) h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(1) p {
        width: 100%;
        font-size: 40px;
        color: rgb(238, 237, 237);
        margin-bottom: 10px;
        font-weight: 800;

    }

    .dibu_z ul li:nth-child(2) {
        width: 30%;
        height: auto;
        margin: 15px 0px 0px 15px;
        padding: 15px 0px 0px 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .dibu_z ul li:nth-child(2) h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(2) a {
        color: rgb(233, 233, 233);
        font-size: 17px;
        margin-right: 15px;
        padding-bottom: 14px;
        display: block;
    }

    .dibu_z ul li:nth-child(3) {
        width: 25%;
        height: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px 15px 0px 15px;
    }

    .dibu_z ul li:nth-child(3) h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(3) p {
        width: 100%;
        font-size: 18px;
        color: rgb(238, 237, 237);
        margin-bottom: 10px;
        background-color: #0000006b;
        border-radius: 30px;
        padding: 7px 0px 7px 15px;

    }

    .dibu_z ul li:nth-child(4) {
        width: 15%;
        height: auto;
        margin: 15px 15px 0px 15px;
        text-align: center;
    }

    .dibu_z ul li:nth-child(4) img {
        width: 60%;
    }

    .ddd {
        width: 100%;
        height: 30px;
        background-color: #1f1f1f;
        display: flex;
        justify-content: center;
    }

    .ddd p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
        margin-top: 5px;
    }

    .ddd a img {
        margin-top: 3px;
    }
}
@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 560px;
        background-color: #2c2c2c;
    }

    .dibu_t {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #484848;
    }

    .dibu_t a {
        width: calc((100% - 10%) / 6);
        height: auto;
        color: rgb(228, 228, 228);
        font-size: 22px;
        text-align: center;
    }

    .dibu_z {
        width: 100%;
        height: auto;
    }

    .dibu_z ul {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .dibu_z ul li:nth-child(1) {
        width: 33%;
        height: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px 0px 0px 15px;
    }

    .dibu_z ul li:nth-child(1) h2 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(1) p {
        width: 100%;
        font-size: 40px;
        color: rgb(238, 237, 237);
        margin-bottom: 10px;
        font-weight: 800;
    }

    .dibu_z ul li:nth-child(2) {
        width: 58%;
        height: auto;
        margin: 15px 0px 0px 0px;
        padding: 15px 0px 0px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .dibu_z ul li:nth-child(2) h2 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(2) a {
        color: rgb(233, 233, 233);
        font-size: 19px;
        margin-right: 15px;
        padding-bottom: 14px;
        display: block;
    }

    .dibu_z ul li:nth-child(3) {
        width: 40%;
        height: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px 15px 0px 15px;
    }

    .dibu_z ul li:nth-child(3) h2 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        width: 100%;
    }

    .dibu_z ul li:nth-child(3) p {
        width: 100%;
        font-size: 20px;
        color: rgb(238, 237, 237);
        margin-bottom: 10px;
        background-color: #0000006b;
        border-radius: 30px;
        padding: 7px 0px 7px 15px;

    }

    .dibu_z ul li:nth-child(4) {
        width: 42%;
        height: auto;
        margin: 15px 15px 0px 15px;
        text-align: center;
    }

    .dibu_z ul li:nth-child(4) img {
        width: 35%;
    }

    .ddd {
        width: 100%;
        height: 60px;
        background-color: #1f1f1f;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ddd p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
        margin-top: 5px;
    }

    .ddd a img {
        margin-top: 3px;
    }
}
.footbox{
	height: 11rem;
	background:rgb(4 98 152 / 52%);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:3rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto;
}

@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}
/* ----------------------------------------------------关于我们——内 */
.gyy {
    width: 100%;
    height: auto;

}

.gyy_t {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgb(214 214 214);
}

.gyy_t ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 45px;
}

.gyy_t ul li {
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 20px;
}

.gyy_t li a {
    width: 100%;
    display: block;
    color: rgb(49, 49, 49);
    font-size: 18px;
    position: relative;
}

.gyy_t li:nth-child(1) a {
    color: #0453b3;
}

.gyy_t li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 0px;
    height: 3px;
    background-color: #0453b3;
}

.gyy_t li:nth-child(1) a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 80px;
    height: 3px;
    background-color: #0453b3;
}

.gyy_t li a:hover {
    color: #0453b3;
    transition: all 0.5s ease;
}

.gyy_t li a:hover::after {
    width: 80px;
    transition: all 0.5s ease;
}

@media (max-width:1440px) {
    .gyy {
        width: 100%;
        height: auto;

    }

    .gyy_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .gyy_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .gyy_t ul li {
        width: 15%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .gyy_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 18px;
        position: relative;
    }

    .gyy_t li:nth-child(1) a {
        color: #0453b3;
    }

    .gyy_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .gyy_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .gyy_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .gyy_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }
}

@media (max-width:1024px) {
    .gyy {
        width: 100%;
        height: auto;

    }

    .gyy_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .gyy_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .gyy_t ul li {
        width: 14%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .gyy_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 22px;
        position: relative;
    }

    .gyy_t li:nth-child(1) a {
        color: #0453b3;
    }

    .gyy_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .gyy_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .gyy_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .gyy_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }
}

.gyy_n {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gyy_n h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 2px #004184;
    letter-spacing: 2px;

}

.gyy_n h2 {
    font-size: 4rem;
    font-weight: 600;
    color: rgba(240, 240, 240, 0.747);
    font-family: 'Arial Rounded MT';
    letter-spacing: 3px;
    margin-bottom: 30px;

}

.fzlc {
    width: 100%;
    height: auto;
    background: #f6faff;
}

.fzlc_t {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.fzlc_t h2 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(53, 53, 53);
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fzlc_t p {
    font-size: 20px;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;

}

.wrap_n {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.syfwlb {
    padding: 0 40px;
    box-sizing: border-box;
    background: url(/UploadFiles/pic/historyline.png) repeat-x left bottom;
}

.syfwlb::before,
.syfwlb::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    z-index: 10;
}

.syfwlb::before {
    left: -1px;
    /*background-color: #fff;*/
}

.syfwlb::after {
    right: -1px;
    /*background-color: #f3f3f3;*/
}

.syfwnr {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.sycplb {
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: all 0.6s;
    margin-top: 10px;
    padding: 0px 20px 0px 20px;
}

.sycplb .sycplbtp {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #d6d6d6;
    text-align: center;
padding-left: 15px;
}

.sycplb .sycplbtp img {
    width: 25%;
    margin-bottom: 20px;
}

@media (max-width:1024px) {
    .sycplb .sycplbtp img {
        width: 40%;
        margin-bottom: 20px;
    }
.fzlc_t p {
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;

}
}

.sycplb .sycplbtp h2 {
    font-size: 3rem;
    color: #036cec;
    font-weight: 600;
    margin-bottom: 30px;
}

.sycplb .sycplbtp p {
    font-size: 20px;
    color: rgb(71, 71, 71);
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

.sycplbbt {
    width: 100%;
    height: 50px;
}




@media(max-width:1024px) {
    .syfw {
        width: 96%;
    }

    .sycplbbt p:nth-child(1) {
        font-size: 27px;
    }

    .sycplbbt p:nth-child(2) {
        font-size: 23px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: 80px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 20;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255, 255, 255);
}

.qywh {
    width: 100%;
    height: 500px;
    background: url(/UploadFiles/pic/wh_bg.jpg)no-repeat;
}

.wh_t {
    width: 100%;
    height: auto;
    padding: 30px 0px 20px 0px;
}

.wh_t h2 {
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.wh_n {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
}

.wh_n ul {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.wh_n ul li {
    width: calc((100% - 0%) / 4);
    height: auto;
    padding: 30px;
    margin: 30px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 20px;
    text-align: center;
}

@media (max-width:1024px) {
    .wh_n ul li {
        width: calc((100% - 0%) / 4);
        height: auto;
        padding: 20px;
        margin: 10px;
        border: 1px solid rgb(122, 122, 122);
        border-radius: 20px;
        text-align: center;
    }

    .wh_n li img {
        width: 40%;
        margin-bottom: 30px;
    }
}

.wh_n li img {
    width: 30%;
    margin-bottom: 30px;
}

.wh_n li h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.wh_n li p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.wh_n li:hover {
    background: linear-gradient(to right, #00499c, #366ed6);
    border: 1px solid rgb(85, 85, 85);
    transition: all 0.5s ease;
}

.wh_n li:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}

/* -------------------------------------------------------------------联系我们 */
.lxx {
    width: 100%;
    height: auto;

}

.lxx_t {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgb(214 214 214);
}

.lxx_t ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 45px;
}

.lxx_t ul li {
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 20px;
}

.lxx_t li a {
    width: 100%;
    display: block;
    color: rgb(49, 49, 49);
    font-size: 18px;
    position: relative;
}

.lxx_t li:nth-child(1) a {
    color: #0453b3;
}

.lxx_t li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 0px;
    height: 3px;
    background-color: #0453b3;
}

.lxx_t li:nth-child(1) a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 80px;
    height: 3px;
    background-color: #0453b3;
}

.lxx_t li a:hover {
    color: #0453b3;
    transition: all 0.5s ease;
}

.lxx_t li a:hover::after {
    width: 80px;
    transition: all 0.5s ease;
}

.lxx_n {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.lxx_n ul {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.lxx_n ul li {
    width: calc((100% - 0%) / 3);
    height: auto;
    padding: 30px;
    text-align: center;
    border-left: 1px solid rgb(230, 230, 230);
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
}

.lxx_n li:nth-child(3) {
    border-right: 1px solid rgb(230, 230, 230);
}

.lxx_n li img {
    width: 20%;
    margin-bottom: 30px;
}

.lxx_n li p {
    font-size: 20px;
    color: #333;
}

.lxx_n li:hover {
    transition: all 0.5s ease;
    box-shadow: 0px 0px 11px 1px #bbbbbb;
}

.lxx_dt {
    width: 90%;
    margin: 0 auto
}

@media (max-width:1024px) {
    .lxx {
        width: 100%;
        height: auto;

    }

    .lxx_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .lxx_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .lxx_t ul li {
        width: 14%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .lxx_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 22px;
        position: relative;
    }

    .lxx_t li:nth-child(1) a {
        color: #0453b3;
    }

    .lxx_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .lxx_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .lxx_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .lxx_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }

    .lxx_n {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .lxx_n ul {
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .lxx_n ul li {
        width: calc((100% - 0%) / 3);
        height: auto;
        padding: 30px 10px 30px 10px;
        text-align: center;
        border-left: 1px solid rgb(230, 230, 230);
        border-top: 1px solid rgb(230, 230, 230);
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    .lxx_n li:nth-child(3) {
        border-right: 1px solid rgb(230, 230, 230);
    }

    .lxx_n li img {
        width: 35%;
        margin-bottom: 30px;
    }

    .lxx_n li p {
        font-size: 24px;
        color: #333;
    }

    .lxx_n li:hover {
        transition: all 0.5s ease;
        box-shadow: 0px 0px 11px 1px #bbbbbb;
    }

    .lxx_dt {
        width: 90%;
        margin: 0 auto
    }
}

/* --------------------------------------------------------图片通用 */
.cpp {
    width: 100%;
    height: auto;

}

.cpp_t {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgb(214 214 214);
}

.cpp_t ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 45px;
}

.cpp_t ul li {
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 20px;
}

.cpp_t li a {
    width: 100%;
    display: block;
    color: rgb(49, 49, 49);
    font-size: 18px;
    position: relative;
}

.cpp_t li:nth-child(1) a {
    color: #0453b3;
}

.cpp_t li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 0px;
    height: 3px;
    background-color: #0453b3;
}

.cpp_t li:nth-child(1) a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 22px;
    width: 80px;
    height: 3px;
    background-color: #0453b3;
}

.cpp_t li a:hover {
    color: #0453b3;
    transition: all 0.5s ease;
}

.cpp_t li a:hover::after {
    width: 80px;
    transition: all 0.5s ease;
}

.cpp_tt {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    background-color: rgb(248, 248, 248);
}

.cpp_tt ul {
    width: 95%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.cpp_tt ul li {
    width: calc((100% - -30%) / 17);
    height: auto;
    margin: 0px 5px 5px 5px;
    text-align: center;
    padding: 15px;
}

.cpp_tt li a {
    font-size: 18px;
    color: #333;
    display: block;
    position: relative;
}

.cpp_tt li a::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 43px;
    width: 0px;
    height: 3px;
    background-color: #0453b3;
}

.cpp_tt li a:hover {
    color: #0453b3;
}

.cpp_tt li a:hover::after {
    width: 50px;
    transition: all 0.5s ease;
}

.cpp_n {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(248, 248, 248);
}

.cpp_n ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.cpp_n ul li {
    width: calc((100% - 11%) / 4);
    height: auto;
    margin: 0px 20px 30px 20px;
}

.cpp_n li a {
    width: 100%;
    display: block;
}

.cpp_n li a h3 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.cpp_n h3 img {
    width: 100%;
    display: block;
}

.cpp_n a:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.group-down {
    padding: 22px 14px 22px;
    position: relative;
    background-color: #fff;
    border-top: 1px solid rgb(197, 196, 196);
}

.group-down::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    background: #0453b3;
    transition: 0.6s;

}

.group-down strong {
    line-height: 1.6;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    transition: 0.4s;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.group-down span {
    display: block;
    position: absolute;
    right: 14px;
    bottom: 22px;
    line-height: 1;
    color: #0453b3;
    font-size: 16px;
}

.cpp_n a:hover .group-down strong {
    color: #0453b3;
}

.cpp_n a:hover .group-down:before {
    width: 100%;
}

@media (max-width:1440px) {
    .cpp {
        width: 100%;
        height: auto;

    }

    .cpp_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .cpp_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .cpp_t ul li {
        width: 14%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .cpp_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 18px;
        position: relative;
    }

    .cpp_t li:nth-child(1) a {
        color: #0453b3;
    }

    .cpp_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .cpp_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 22px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .cpp_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .cpp_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }

    .cpp_tt {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        background-color: rgb(248, 248, 248);
    }

    .cpp_tt ul {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .cpp_tt ul li {
        width: calc((100% - -60%) / 17);
        height: auto;
        margin: 0px 5px 5px 5px;
        text-align: center;
        padding: 15px;
    }

    .cpp_tt li a {
        font-size: 18px;
        color: #333;
        display: block;
        position: relative;
    }

    .cpp_tt li a::after {
        position: absolute;
        content: "";
        bottom: -15px;
        left: 43px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .cpp_tt li a:hover {
        color: #0453b3;
    }

    .cpp_tt li a:hover::after {
        width: 50px;
        transition: all 0.5s ease;
    }

    .cpp_n {
        width: 100%;
        margin: 0 auto;
        background-color: rgb(248, 248, 248);
    }

    .cpp_n ul {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .cpp_n ul li {
        width: calc((100% - 17%) / 4);
        height: auto;
        margin: 0px 20px 30px 20px;
    }

    .cpp_n li a {
        width: 100%;
        display: block;
    }

    .cpp_n li a h3 {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .cpp_n h3 img {
        width: 100%;
        display: block;
    }

    .cpp_n a:hover h3 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .group-down {
        padding: 22px 14px 22px;
        position: relative;
        background-color: #fff;
        border-top: 1px solid rgb(197, 196, 196);
    }

    .group-down::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 0;
        height: 2px;
        background: #0453b3;
        transition: 0.6s;

    }

    .group-down strong {
        line-height: 1.6;
        color: #333333;
        font-size: 20px;
        font-weight: normal;
        transition: 0.4s;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .group-down span {
        display: block;
        position: absolute;
        right: 14px;
        bottom: 22px;
        line-height: 1;
        color: #0453b3;
        font-size: 16px;
    }

    .cpp_n a:hover .group-down strong {
        color: #0453b3;
    }

    .cpp_n a:hover .group-down:before {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .cpp {
        width: 100%;
        height: auto;

    }

    .cpp_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .cpp_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .cpp_t ul li {
        width: 14%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .cpp_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 22px;
        position: relative;
    }

    .cpp_t li:nth-child(1) a {
        color: #0453b3;
    }

    .cpp_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .cpp_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 22px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .cpp_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .cpp_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }

    .cpp_tt {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        background-color: rgb(248, 248, 248);
    }

    .cpp_tt ul {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .cpp_tt ul li {
        width: calc((100% - -163%) / 17);
        height: auto;
        margin: 0px 5px 5px 5px;
        text-align: center;
        padding: 15px;
        
    }

    .cpp_tt li a {
        font-size: 20px;
        color: #333;
        display: block;
        position: relative;
    }

    .cpp_tt li a::after {
        position: absolute;
        content: "";
        bottom: -15px;
        left: 43px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .cpp_tt li a:hover {
        color: #0453b3;
    }

    .cpp_tt li a:hover::after {
        width: 50px;
        transition: all 0.5s ease;
    }

    .cpp_n {
        width: 100%;
        margin: 0 auto;
        background-color: rgb(248, 248, 248);
    }

    .cpp_n ul {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .cpp_n ul li {
        width: calc((100% - 9%) / 2);
        height: auto;
        margin: 0px 20px 30px 20px;
    }

    .cpp_n li a {
        width: 100%;
        display: block;
    }

    .cpp_n li a h3 {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .cpp_n h3 img {
        width: 100%;
        display: block;
    }

    .cpp_n a:hover h3 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .group-down {
        padding: 22px 14px 22px;
        position: relative;
        background-color: #fff;
        border-top: 1px solid rgb(197, 196, 196);
    }

    .group-down::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 0;
        height: 2px;
        background: #0453b3;
        transition: 0.6s;

    }

    .group-down strong {
        line-height: 1.6;
        color: #333333;
        font-size: 24px;
        font-weight: normal;
        transition: 0.4s;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .group-down span {
        display: block;
        position: absolute;
        right: 14px;
        bottom: 22px;
        line-height: 1;
        color: #0453b3;
        font-size: 16px;
    }

    .cpp_n a:hover .group-down strong {
        color: #0453b3;
    }

    .cpp_n a:hover .group-down:before {
        width: 100%;
    }
}

/* ---------------------------------------------------------新闻-内 */
.xww {
    width: 100%;
    height: auto;

}

.xww_t {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgb(214 214 214);
}

.xww_t ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 45px;
}

.xww_t ul li {
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 20px;
}

.xww_t li a {
    width: 100%;
    display: block;
    color: rgb(49, 49, 49);
    font-size: 18px;
    position: relative;
}

.xww_t li:nth-child(1) a {
    color: #0453b3;
}

.xww_t li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 0px;
    height: 3px;
    background-color: #0453b3;
}

.xww_t li:nth-child(1) a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 80px;
    height: 3px;
    background-color: #0453b3;
}

.xww_t li a:hover {
    color: #0453b3;
    transition: all 0.5s ease;
}

.xww_t li a:hover::after {
    width: 80px;
    transition: all 0.5s ease;
}

.xww_n {
    width: 100%;
    height: auto;
}

.xww_n ul {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.xww_n ul li {
    width: 93%;
    height: auto;
    padding: 30px;
    margin: 10px 30px 10px 30px;
}

.xww_n li a {
    width: 100%;
    display: block;
    display: flex;
}

.xww_n a h3 {
    width: 15%;
    height: auto;
    overflow: hidden;
}

.xww_n h3 img {
    width: 100%;
}

.xww_n dl {
    width: 80%;
    height: auto;
    padding: 20px;
    position: relative;
}

.xww_n dl::before {
    content: "";
    bottom: 10px;
    left: 20px;
    width: 95%;
    height: 1px;
    background-color: #c5c5c5;
    display: block;
    position: absolute;
}

.xww_n dl::after {
    content: "";
    bottom: 10px;
    left: 20px;
    width: 0%;
    height: 1px;
    background-color: #c5c5c5;
    display: block;
    position: absolute;
}

.xww_n a:hover dl::after {
    background-color: #2161af;
    width: 95%;
    transition: all 0.8s ease;
}

.xww_n dl span {
    width: 20px;
    height: 2px;
    background-color: #036cec;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.xww_n dl h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xww_n dl p:nth-child(3) {
    font-size: 18px;
    color: rgb(125 125 125);
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 35px;
}

.xww_n dl p:nth-child(4) {
    font-size: 15px;
    color: rgb(125 125 125);

}

.xww_n a:hover dl h2 {
    color: #2161af;
    transition: all 0.5s ease;
}

.xww_n a:hover dl p:nth-child(4) {
    color: #2161af;
    transition: all 0.5s ease;
}

@media (max-width:1440px) {
    .xww {
        width: 100%;
        height: auto;

    }

    .xww_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .xww_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .xww_t ul li {
        width: 15%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .xww_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 18px;
        position: relative;
    }

    .xww_t li:nth-child(1) a {
        color: #0453b3;
    }

    .xww_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .xww_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .xww_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .xww_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }

    .xww_n {
        width: 100%;
        height: auto;
    }

    .xww_n ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .xww_n ul li {
        width: 93%;
        height: auto;
        padding: 30px;
        margin: 10px 30px 10px 30px;
    }

    .xww_n li a {
        width: 100%;
        display: block;
        display: flex;
    }

    .xww_n a h3 {
        width: 19%;
        height: auto;
        overflow: hidden;
    }

    .xww_n h3 img {
        width: 100%;
    }

    .xww_n dl {
        width: 80%;
        height: auto;
        padding: 20px;
        position: relative;
    }

    .xww_n dl::before {
        content: "";
        bottom: 10px;
        left: 20px;
        width: 95%;
        height: 1px;
        background-color: #c5c5c5;
        display: block;
        position: absolute;
    }

    .xww_n dl::after {
        content: "";
        bottom: 10px;
        left: 20px;
        width: 0%;
        height: 1px;
        background-color: #c5c5c5;
        display: block;
        position: absolute;
    }

    .xww_n a:hover dl::after {
        background-color: #2161af;
        width: 95%;
        transition: all 0.8s ease;
    }

    .xww_n dl span {
        width: 20px;
        height: 2px;
        background-color: #036cec;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .xww_n dl h2 {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .xww_n dl p:nth-child(3) {
        font-size: 18px;
        color: rgb(125 125 125);
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 35px;
    }

    .xww_n dl p:nth-child(4) {
        font-size: 15px;
        color: rgb(125 125 125);

    }

    .xww_n a:hover dl h2 {
        color: #2161af;
        transition: all 0.5s ease;
    }

    .xww_n a:hover dl p:nth-child(4) {
        color: #2161af;
        transition: all 0.5s ease;
    }
}

@media (max-width:1024px) {
    .xww {
        width: 100%;
        height: auto;

    }

    .xww_t {
        width: 100%;
        height: auto;
        display: flex;
        border-bottom: 1px solid rgb(214 214 214);
    }

    .xww_t ul {
        width: 100%;
        height: auto;
        display: flex;
        padding-left: 45px;
    }

    .xww_t ul li {
        width: 15%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-left: 20px;
    }

    .xww_t li a {
        width: 100%;
        display: block;
        color: rgb(49, 49, 49);
        font-size: 18px;
        position: relative;
    }

    .xww_t li:nth-child(1) a {
        color: #0453b3;
    }

    .xww_t li a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 0px;
        height: 3px;
        background-color: #0453b3;
    }

    .xww_t li:nth-child(1) a::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 25px;
        width: 80px;
        height: 3px;
        background-color: #0453b3;
    }

    .xww_t li a:hover {
        color: #0453b3;
        transition: all 0.5s ease;
    }

    .xww_t li a:hover::after {
        width: 80px;
        transition: all 0.5s ease;
    }

    .xww_n {
        width: 100%;
        height: auto;
    }

    .xww_n ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    .xww_n ul li {
        width: 93%;
        height: auto;
        padding: 30px;
        margin: 10px 30px 10px 30px;
    }

    .xww_n li a {
        width: 100%;
        display: block;
        display: flex;
    }

    .xww_n a h3 {
        width: 32%;
        height: auto;
        overflow: hidden;
    }

    .xww_n h3 img {
        width: 100%;
    }

    .xww_n dl {
        width: 80%;
        height: auto;
        padding: 20px;
        position: relative;
    }

    .xww_n dl::before {
        content: "";
        bottom: 10px;
        left: 20px;
        width: 95%;
        height: 1px;
        background-color: #c5c5c5;
        display: block;
        position: absolute;
    }

    .xww_n dl::after {
        content: "";
        bottom: 10px;
        left: 20px;
        width: 0%;
        height: 1px;
        background-color: #c5c5c5;
        display: block;
        position: absolute;
    }

    .xww_n a:hover dl::after {
        background-color: #2161af;
        width: 95%;
        transition: all 0.8s ease;
    }

    .xww_n dl span {
        width: 20px;
        height: 2px;
        background-color: #036cec;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .xww_n dl h2 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .xww_n dl p:nth-child(3) {
        font-size: 20px;
        color: rgb(125 125 125);
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 35px;
    }

    .xww_n dl p:nth-child(4) {
        font-size: 15px;
        color: rgb(125 125 125);

    }

    .xww_n a:hover dl h2 {
        color: #2161af;
        transition: all 0.5s ease;
    }

    .xww_n a:hover dl p:nth-child(4) {
        color: #2161af;
        transition: all 0.5s ease;
    }
}