* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

* :before,
* :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /* font-size: 100px; */
    min-height: 100vh;
    width: 100%;
}

/*main*/
/* #main{position:fixed;top:0;left:0;right:0;bottom:0;} */
#main .scrollbar-track-y {
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px;
}

#main .scrollbar-track-y .scrollbar-thumb-y {
    background-color: var(--color1);
    width: 100%;
    cursor: pointer;
}

#main .liTxt {
    padding-right: .15rem;
    margin-right: -.15rem;
    text-align: justify;
}

#main .liTxt .scrollbar-track-y {
    width: 3px;
    border-radius: 3px;
}

#main .liTxt .scrollbar-track-y .scrollbar-thumb-y {
    border-radius: 3px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>banner<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.banner {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.bannerSwiper {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.bannerSwiper .swiper-slide {
    overflow: hidden;
}

.bannerSwiper ._bg {
    width: 100%;
    height: 100%;
}

.bannerSwiper ._bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 2s ease;
}

.bannerSwiper .swiper-slide.active ._bg>img {
    transform: none;
}
@media (max-width:1024px) {
    .bannerSwiper ._bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.3);
        transition: transform 2s ease;
    }
    
    .bannerSwiper .swiper-slide.active ._bg>img {
        transform: scale(1.1);
    }
}
.bannerNav {
    position: absolute;
    bottom: 5.3rem !important;
    z-index: 10;
    text-align: center;
    font-size: 0;
}

.bannerNav span {
    width: 3.36rem;
    height: 3.36rem;
    position: relative;
    opacity: 1;
    background: none;
    margin: 0 .1rem !important;
    outline: none;
}

.bannerNav span:before,
.bannerNav span:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .70rem;
    height: .70rem;
}

.bannerNav span:before {
    background-color: #fff;
    z-index: 1;
    transition: all .3s ease-out;
}

.bannerNav span:after {
    background-color: rgba(252, 255, 255, .2);
    opacity: 0;
    transition: all .4s ease-out;
    z-index: -1;
}

.bannerNav span.swiper-pagination-bullet-active {
    pointer-events: none;
}

.bannerNav span.swiper-pagination-bullet-active:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}


@media screen and (min-width:1025px) {
    .bannerNav span:hover:before {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@media screen and (max-width:1024px) {
    #main {
        position: static;
    }

    .banner {
        height: auto;
        margin-top: 160px;

    }

    .bannerNav {
        position: absolute;
        bottom: 2.3rem !important;
        z-index: 10;
        text-align: center;
        font-size: 0;
    }
}

@media screen and (max-width:768px) {
    .bannerNav {
        bottom: .4rem !important;
    }

    .bannerNav span:before,
    .bannerNav span:after {
        width: 5px;
        height: 5px;
    }

    .bannerNav span {
        width: .5rem;
        height: .5rem;
    }
}

/* ---------------------------------------------------------------导航 */
@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-family: 'youshebiaotihei';
    font-family: 'pangmen';
    src: url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff2'), url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff');
    src: url('../UploadFiles/font/youshebiaotihei.ttf') format('woff2'), url('../UploadFiles/font/youshebiaotihei.ttf') format('woff');
    src: url('../UploadFiles/font/pangmen.ttf') format('woff2'), url('../UploadFiles/font/pangmen.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


.w1200 {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 50px
}

.header_box header {
    height: 105px;
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s;
}

@media (max-width:1024px) {
    .header_box header {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        transition: .5s;
        background-color: #2a4667;
    }
}

.header_box header:hover {
    transition: all 0.5s ease;
    background-color: #ffffff8a;
    top: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}
@media (max-width:1024px) {
    .header_box header:hover {
        transition: all 0.5s ease;
        background-color: #2a4667;
        top: 0;
    }
    
    .header_box header:hover .logo a .ll .img img:nth-child(1) {
        opacity: 1;
    }
    
    .header_box header:hover .logo a .ll .img img:nth-child(2) {
        opacity: 0;
    }
}
.header_box header .w1200 {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 1700px;
    padding: 0 15px;
}

@media (max-width:1024px) {
    .header_box header .w1200 {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1630px;
        padding: 0 15px;
        flex-wrap: wrap;
    }
}

.header_box header .logo {
    display: flex;
    align-items: center;
}

.header_box header .logo a {
    display: flex;
    align-items: center;
}

.header_box header .logo a .ll {
    overflow: hidden;
}

.header_box header .logo a .ll .img {
    height: 6.375rem;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
    image-rendering: auto;
    position: relative;
}

.header_box header .logo a .ll .img img:nth-child(1) {
    height: 100%;
    outline: 1px solid transparent;
    opacity: 1;
}

.header_box header .logo a .ll .img img:nth-child(2) {
    height: 100%;
    opacity: 0;
    outline: 1px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
}

@media (max-width:1024px) {
    .header_box header .logo a .ll .img img:nth-child(1) {
        height: 100%;
        outline: 1px solid transparent;
        opacity: 1;

    }

    .header_box header .logo a .ll .img img:nth-child(2) {
        height: 100%;
        opacity: 0;
        outline: 1px solid transparent;
        position: absolute;
        content: "";
        top: 0;
        left: 1px;

    }
}

.header_box header .right {
    display: flex;
    align-items: center
}

.header_box header .right1 {
    display: none;

}

@media (max-width:1024px) {
    .header_box header .right {
        display: none;
    }

    .header_box header .right1 {
        align-items: center;
        display: block;

    }
}

#nav {
    transition: .5s;
    display: inline-block;
    vertical-align: top;
    float: left;
}

#nav ul {
    font-size: 0;

}

#nav ul li {
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: center;
    margin-right: 3rem;
}

@media (max-width:1440px) {
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 2rem;
    }
}

@media (max-width:1024px) {
    #nav ul {
        font-size: 0;
        padding-left: 75px;
    }

    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 4.5rem;
    }
}


#nav ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: .6s;
}

#nav ul li.on:before,
#nav ul li:hover:before {
    left: 0;
    background: #ffffff;
    width: 100%;
}

@media (max-width:1024px) {

    #nav ul li.on:before,
    #nav ul li:hover:before {
        left: 0;
        background: #2a4667;
        width: 100%;
    }
}

#nav ul li a {
    display: flex;
    padding: 0;
    height: 60px;
    align-items: center;
}

#nav ul li h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    position: relative;
    transition: .36s;
    display: flex;
    align-items: center;
    height: 55px;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

@media (max-width: 1024px) {
    #nav ul li h3 {
        font-size: 20px;
        color: rgb(219, 219, 219);
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 55px;
        text-align: center;
        justify-content: center;
    }
}

.header_box header:hover #nav ul li h3 {
    color: #333;
    transition: .36s;
}
@media (max-width:1024px) {
    .header_box header:hover #nav ul li h3 {
        color: rgb(219, 219, 219);
        transition: .36s;
    }
}
.header_box header:hover #nav ul li.on:before,
#nav ul li:hover:before {
    background: #2a4667;
}

#nav ul li h3 img {
    margin: 0 0 0 .625rem
}

#nav ul li h3 img.img2 {
    display: none
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#nav ul li .sub a {
    padding: 10px 40px;
    line-height: 28px;
    transition: .6s;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #2a4667;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateX(-50%);
}

#nav>ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
    width: 100%;
}

#nav>ul>li.on h3 img.img1,
#nav>ul>li:hover h3 img.img1 {
    display: none;
}

#nav>ul>li.on h3 img.img2,
#nav>ul>li:hover h3 img.img2 {
    display: inline-block;
}


.header_box header .tel {
    line-height: 90px;
    white-space: nowrap;
}

.header_box header .tel .tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .tel img {
    margin: 0;
}

.header_box header form {
    display: inline-block;
    width: 16.25rem;
    border: #d2d2d2 1px solid;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    margin-left: 1.75rem;
    padding: 0 .375rem 0 0;
}

.header_box header form input {
    width: calc(100% - 3rem);
    float: left;
    height: 42px;
    background: #fff;
    font-size: .875rem;
    color: #787b7d;
    padding-left: 1.25rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header_box header .n_button {
    width: 3rem;
    height: 42px;
    font-size: 1.125rem;
    cursor: pointer;
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .n_button svg {
    width: 1rem;
    height: 1rem;
}

.header_box header.xg {
    background: #ffffff8a;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    top: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}
.header_box header.xg #nav ul li h3 {
    color: #333;
}
@media (max-width:1024px) {
    .header_box header.xg {
        background: #2a4667;
        box-shadow: 0 0 15px rgba(0, 0, 0, .05);
        top: 0;
    }
    
    .header_box header.xg .logo a .ll .img img:nth-child(1) {
        opacity: 1;
    }
    
    .header_box header.xg .logo a .ll .img img:nth-child(2) {
        opacity: 0;
    }
    
    .header_box header.xg #nav ul li h3 {
        color: rgb(219, 219, 219);
        
    }
}


.header_box header.xg #nav ul li.on:before {
    background: rgb(66, 66, 66);
}

.header_box header.xg #nav ul li:hover:before {
    background: #2a4667;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}


.header_box {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 0;
    z-index: 1000;
}

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .w1200 {
    position: relative;
    height: 100%;
}

.m_user {
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 4rem;
    color: #999;
}

.m_user a {
    display: inline-block;
    margin: 0 .625rem;
    color: #666;
}

.m_user a svg {
    width: 16px;
}

.m_user a:hover {
    color: #ffffff;
}

.m_user a:hover svg path {
    fill: #ffffff;
}

#m_logo {
    transition: 0s 1.5s;
    height: 100%;
    visibility: visible;
    float: left;
}

#m_logo img {
    display: block;
    max-height: 3.5rem;
}

#m_logo .box_table {
    width: auto
}

/*导航按钮开始*/
#nav_btn_box {
    z-index: 999999999;
    margin-left: 20px;
    position: fixed;
    height: 4.5rem;
    right: 0;
    top: 0;
    display: none;
}

#nav_btn_box .w1200 {
    height: 100%
}

#nav_btn_box .box_table {
    width: auto
}

#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    padding-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.375rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.375rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 3px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -5px;
}

#nav_btn .navbtn::before {
    top: 5px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
    right: -101vw;
    top: 0;
    display: none;
    padding: 50px 0 80px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #2a4667;
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
    font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/* ------------------------------------------------------------产品中心 */
.cpzx {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    /* background: url(/UploadFiles/pic/cp_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.cpzx_t {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.cpzx_t p {
    font-size: 3rem;
    color: #2a466770;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.cpzx_t p span {
    font-weight: 100;
    font-size: 2rem;
    display: block;
    margin-top: 7px;
}

.cpzx_t h2 {
    font-size: 2.5rem;
    color: rgb(71, 71, 71);
    position: absolute;
    top: -3%;
    left: 45%;
    font-weight: 600;
}

.cpzx_n {
    width: 95%;
    margin: 0 auto;
    background: url(/UploadFiles/pic/cp_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cpzx_n ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cpzx_n ul li {
    width: calc((100% - 0%) / 4);
    background-color: #af867100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.5s ease;
}
.cpzx_n ul li:nth-child(1) {
    border-left: 0px solid rgba(255, 255, 255, 0.404);
}
.cpzx_n ul li:nth-child(5) {
    border-bottom: 0px solid rgba(255, 255, 255, 0.404);
    border-left: 0px solid rgba(255, 255, 255, 0.404);
}
.cpzx_n ul li:nth-child(6) {
    border-bottom: 0px solid rgba(255, 255, 255, 0.404);
}
.cpzx_n ul li:nth-child(7) {
    border-bottom: 0px solid rgba(255, 255, 255, 0.404);
}
.cpzx_n ul li:nth-child(8) {
    border-bottom: 0px solid rgba(255, 255, 255, 0.404);
}
@media (max-width:1024px) {
    .cpzx_n ul li:nth-child(5) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.404);
        border-left: 0px solid rgba(255, 255, 255, 0.404);
    }
    .cpzx_n ul li:nth-child(6) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.404);
    }
}
.cpzx_n ul li a {
    display: block;
    padding: 70px 0px;
}

.cpzx_n li a h3 {
    width: 23%;
    margin: 0 auto;
}

.cpzx_n li a h3 img {
    width: 100%;
}

.cpzx_n li a p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0px;
}

.cpzx_n li:hover {
    background-color: #2a4667;
    transition: all 0.5s ease;
}

.gd {
    position: absolute;
    top: 37%;
    left: 829px;
    width: 150px;
    height: 150px;
    background-color: #2a4667;
    content: "";
    border-radius: 100px;
}

.gd a {
    display: block;
    position: relative;

}

.gd h2 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    line-height: 150px;
}


.gd1 {
    position: relative;
    width: 100%;
}

.gd1 i:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    opacity: 0;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgb(42, 70, 103);
    transition: all 0.7s ease;
    z-index: -1;
}

.gd a:hover .gd1 i:nth-child(1) {
    background-color: rgba(42, 70, 103, 0.459);
    transform: scale(1.4);
    transition: all 0.7s ease;
    opacity: 1;
}

.gd1 i:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    opacity: 0;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgb(42, 70, 103);
    transition: all 0.7s ease;
    z-index: -1;
}

.gd a:hover .gd1 i:nth-child(2) {
    background-color: rgba(42, 70, 103, 0.11);
    transform: scale(1.8);
    transition: all 0.7s ease;
    opacity: 1;
}
@media (max-width:1440px) {
    .gd {
        position: absolute;
        top: 37%;
        left: 610px;
        width: 150px;
        height: 150px;
        background-color: #2a4667;
        content: "";
        border-radius: 100px;
    }
}
@media (max-width:1024px) {
    .cpzx_t h2 {
        font-size: 2.5rem;
        color: rgb(71, 71, 71);
        position: absolute;
        top: 44%;
        left: 42%;
        font-weight: 600;
    }
    .cpzx_n ul li {
        width: calc((100% - 0%) / 2);
        background-color: #af867100;
        border-bottom: 1px solid rgba(255, 255, 255, 0.404);
        border-left: 1px solid rgba(255, 255, 255, 0.404);
        text-align: center;
    
        transition: all 0.5s ease;
    }
    .cpzx_n {
        width: 100%;
        margin: 0 auto;
        background: url(/UploadFiles/pic/cp_bgsj.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .gd {
        position: absolute;
        top: 43%;
        left: 400px;
        width: 180px;
        height: 180px;
        background-color: #2a4667;
        content: "";
        border-radius: 100px;
    }
    .gd h2 {
        color: #fff;
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        line-height: 180px;
    }
    .gd1 i:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 180px;
        opacity: 0;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background-color: rgb(42, 70, 103);
        transition: all 0.7s ease;
        z-index: -1;
    }
    .gd1 i:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 180px;
        opacity: 0;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background-color: rgb(42, 70, 103);
        transition: all 0.7s ease;
        z-index: -1;
    }
    .cpzx {
        width: 100%;
        height: auto;
        padding: 0px 0px;
    }
    .cpzx_t {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        padding-top: 50px;
    }
}
/* --------------------------------------------------------公司介绍 */
.gsjs {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/jj.png);
    padding: 60px 0px 60px 0px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.gs_t {
    width: 100%;
    height: auto;
    padding-left: 8%;
    margin-bottom: 50px;
}

.gs_t h2 {
    width: 100%;
    height: auto;
    font-size: 2.5rem;
    color: #2a4667;
    font-weight: 600;
    letter-spacing: 1px;
}

.gs_n {
    width: 55%;
    height: auto;
    padding-left: 5%;
    margin-bottom: 50px;
}

.gs_n p {
    font-size: 20px;
    color: #333;
    line-height: 35px;
    text-indent: 2rem;
}

.gs_x {
    width: 55%;
    height: auto;
    padding-left: 8%;
}

.gs_x ul {
    width: 100%;
    height: auto;
    display: flex;
}

.gs_x ul li {
    width: 20%;
    height: auto;
    margin: 20px;
}

.gs_x ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.gs_x ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #2a4667;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gs_x ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #325379;
}

.gs_x ul li a:hover::before {
    left: auto;
    right: 0;
    width: 0;
}
@media (max-width:1440px) {
    .gsjs {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/jj.png);
        padding: 60px 0px 10px 0px;
        margin-bottom: 50px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .gs_n p:nth-child(5){
        display: none;
    }
    .gs_n p:nth-child(3){
        display: none;
    }
    .gs_n {
        width: 55%;
        height: auto;
        padding-left: 5%;
        margin-bottom: 0px;
    }
    
}
@media (max-width:1024px) {
    .gsjs {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gs_bgsj.jpg);
        padding: 60px 0px 10px 0px;
        margin-bottom: 0px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .gs_n {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding-left: 0%;
        margin-bottom: 0px;
    }
    .gs_n p:nth-child(3){
        display: block;
    }
    .gs_x {
        width: 95%;
        margin: 0 auto;
        height: auto;
        padding-left: 0%;
    }
    .gs_x ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .gs_x ul li a {
        display: block;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .gs_n p {
        font-size: 18px;
        color: #d5d5d5;
        line-height: 65px;
        text-indent: 2rem;
    }
    .gs_t h2 {
        width: 100%;
        height: auto;
        font-size: 2.5rem;
        color: #375c89;
        font-weight: 600;
        letter-spacing: 1px;
    }
}
/* ----------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 370px;
    background-color: #333;
}

.di_z {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 30px 0px;
}

/* .di_l {
    width: 20%;
    height: auto;
    padding-top: 20px;
}
.di_l img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.di_l p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}
.di_l h2 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'pangmen';
    letter-spacing: 1px;
} */
.di_r {
    width: 80%;
    height: auto;
}

.dir_t {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #525252;
    margin-bottom: 50px;
    display: flex;
}

.dir_t img {
    width: 20%;
}

.dir_t ul {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: 20px;
}

.dir_t ul li {
    width: 100%;
    height: auto;
    margin: 10px;
    text-align: center;
    line-height: 56px;
}

.dir_t a {
    font-size: 17px;
    color: #fff;
}

.dir_b {
    width: 100%;
    height: auto;
}

.dir_b ul {
    width: 85%;
    height: auto;
    display: flex;
    margin: 0 auto;
}

.dir_b ul li {
    width: 100%;
    height: auto;
}

.dir_b li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.dir_b li:nth-child(2) p a {
    color: #fff;
    line-height: 30px;
    margin: 12px;
}

.dir_b ul li:nth-child(2) dl {
    display: flex;
}

.dir_b ul li:nth-child(2) p:nth-child(1) {
    width: 39%;
}

.dir_b li:nth-child(3) {
    text-align: center;
}

.ddd {
    width: 100%;
    height: 40px;
    background-color: rgb(41, 41, 41);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ddd p {
    font-size: 16px;
    color: rgb(228, 228, 228);
}

.ddd a {
    font-size: 16px;
    color: rgb(228, 228, 228);
    margin-left: 15px;
}

.jszc {
    margin-top: 5px;
}

@media (max-width:1440px) {
    .di_z {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 30px 0px;
    }
.dir_b ul {
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
    .di_l {
        width: 16%;
        height: auto;
    }

    .di_r {
        width: 88%;
        height: auto;
    }
    .dir_b ul {
        width: 90%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .dir_b ul li:nth-child(2) p:nth-child(1) {
        width: 45%;
    }

    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 4px;
    }

    .dir_b li:nth-child(2) p a:nth-child(6) {
        margin-right: 30px;
    }
}

@media (max-width:1024px) {
    .di_l {
        width: 16%;
        height: auto;
        display: none;
    }

    .di_r {
        width: 98%;
        height: auto;
    }

    .dir_b ul {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }

    .jszc {
        margin-top: 5px;
        width: 123%;
    }

    .ddd {
        width: 100%;
        height: 95px;
        background-color: rgb(41, 41, 41);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .ddd p {
        font-size: 18px;
        color: rgb(228, 228, 228);
        width: calc((100% - 0%) / 2);
        padding-top: 10px;
        text-align: center;
    }

    .dir_b li:nth-child(3) {
        text-align: center;
        width: 30%;
    }

    .dir_b ul li:nth-child(2) p:nth-child(1) {
        width: 32%;
    }

    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 7px;
    }
    .dir_b li p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
    }
}

.footbox {
    height: 11rem;
    background: #2a46677e;
    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;
    background-color: #2a4667;
    margin-bottom: 30px;
}

.gyy_t ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.gyy_t ul li {
    width: 15%;
    height: auto;
    transition: all 0.5s ease;
}

.gyy_t ul li:nth-child(1) {
    background-color: #325379;
}

.gyy_t ul li:hover {
    background-color: #325379;
    transition: all 0.5s ease;
}

.gyy_t ul li a {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.gyy_n {
    width: 90%;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    padding: 50px;
}

.gyy_n dl {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #2a4667;
    margin-bottom: 30px;
    text-align: center;
}

.gyy_n dl h2 {
    font-size: 2rem;
    color: rgb(66, 66, 66);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.gyy_n dl p {
    font-size: 2rem;
    color: #2a4667;
    font-weight: 600;
    letter-spacing: 1px;
}

/* -----------------------------------------------------------------------图片通用——栏目 */
.pic {
    width: 100%;
    height: auto;
}

.pic_t {
    width: 100%;
    height: auto;
    background-color: #2a4667;
    margin-bottom: 30px;
}

.pic_t ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.pic_t ul li {
    width: 15%;
    height: auto;
    transition: all 0.5s ease;
}

.pic_t ul li:nth-child(1) {
    background-color: #325379;
}

.pic_t ul li:hover {
    background-color: #325379;
    transition: all 0.5s ease;
}

.pic_t ul li a {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.pic_n {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.pic_n ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.pic_n ul li {
    width: calc((100% - 9%) / 5);
    height: auto;
    margin: 15px;
}

.pic_n ul li a {
    display: block;
}

/* .pic_n ul li a h3 {
    width: 100%;
    overflow: hidden;
}
.pic_n li a h3 img {
    width: 100%;
    display: block;
} */
.pic_n dl {
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #333;
    text-align: center;
    transition: all 0.5s ease;
}
.pic_n ul li:hover dl {
    background-color: #1a2e44;
    transition: all 0.5s ease;
}
.tup img {
    width: 100%;
    display: block;
}

.wrapUp {
    position: relative;
    overflow: hidden;
}

.mask {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}

.mask:before,
.mask:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("/UploadFiles/pic/cp_bg.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}

.mask:before {
    -webkit-clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
    clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mask:after {
    -webkit-clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
    clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}



.mask .wrapn .title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.25;
    font-size: 18px;
    margin-bottom: 25px;
}

/* .mask .wrapn {
    margin-top: 0.2rem;
    text-transform: uppercase;
    opacity: .3;
    line-height: 1.25;
}

.mask .wrapn {
    margin-top: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    width: 44px;
    height: 1px;
    color: #fff;
} */

.rarr {
    margin-top: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 40px;
    background-image: url(/UploadFiles/pic/arrow-rarr1.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.mask {
    z-index: 2;
    position: absolute !important;
    left: 0;
    top: 0;
    max-width: none !important;
    width: 100%;
    height: 100%;
}
.mask .wrapn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    max-width: 80%;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.pic_n ul li:hover .mask {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
}

.pic_n ul li:hover .mask:before,
.pic_n ul li:hover .mask:after {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
}

.pic_n ul li:hover .mask .wrapn {
    -webkit-transition: all 250ms ease-out 340ms;
    transition: all 250ms ease-out 340ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width:1440px) {
    .pic_n ul li {
        width: calc((100% - 11%) / 5);
        height: auto;
        margin: 15px;
    }
}
@media (max-width:1024px) {
    .pic_n ul li {
        width: calc((100% - 7%) / 2);
        height: auto;
        margin: 15px;
    }
}
/* --------------------------------------------------------------------新闻动态-栏目 */
.xww {
    width: 100%;
    height: auto;
}

.xww_t {
    width: 100%;
    height: auto;
    background-color: #2a4667;
    margin-bottom: 30px;
}

.xww_t ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.xww_t ul li {
    width: 15%;
    height: auto;
    transition: all 0.5s ease;
}

.xww_t ul li:nth-child(1) {
    background-color: #325379;
}

.xww_t ul li:hover {
    background-color: #325379;
    transition: all 0.5s ease;
}

.xww_t ul li a {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.xww_n {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
}
.xww_n ul {
    width: 100%;
    height: auto;
}
.xww_n ul li {
    width: 100%;
    height: auto;
}
.xww_n li a {
    width: 100%;
    display: block;
    background-color: #fff;
    transition: all 0.5s ease;
}
.xww_n li a:hover {
    background-color: #a0bcdbbd;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
}
.xww_n li a:hover h2 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
    color: #2a4667;
    transition: all 0.5s ease;
}
/* .xww_n li a:hover .xwn_n1 dl:nth-child(1) p {
    color: #ffffff;
    transition: all 0.5s ease;
} */
.xwn_n {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: 1px solid rgb(216 216 216 / 42%);
    display: flex;
}
.xwn_n h2 {
    width: 20%;
    overflow: hidden;
}
.xwn_n h2 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwn_n1 {
    width: 76%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}
.xwn_n1 dl:nth-child(1) {
    padding: 60px 0px;
    width: 80%;
}
.xwn_n1 dl:nth-child(1) h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.xwn_n1 dl:nth-child(1) p {
    font-size: 16px;
    color: rgb(88, 88, 88);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}
.xwn_n1 dl:nth-child(2) {
    padding: 85px 0px;
    display: flex;
    width: 13%;
}
.xwn_n1 dl:nth-child(2) img {
    width: 25%;
    height: 70%;
}
.xwn_n1 dl:nth-child(2) p {
    font-size: 16px;
    color: #2a4667;
    margin-left: 10px;
    margin-top: 3px;
    background-size: 30%;
    padding-left: 40px;
    width: 100%;
    height: 40px;
}
@media (max-width:1440px) {
    
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px 50px 0px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 100%;
        height: auto;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li a:hover {
        background-color: #a0bcdbbd;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover h2 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
        color: #2a4667;
        transition: all 0.5s ease;
    }
    .xwn_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0px;
        border-bottom: 1px solid rgb(216 216 216 / 42%);
        display: flex;
    }
    .xwn_n h2 {
        width: 20%;
        overflow: hidden;
    }
    .xwn_n h2 img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    .xwn_n1 {
        width: 76%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 60px 0px;
        width: 80%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 22px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 16px;
        color: rgb(88, 88, 88);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(2) {
        padding: 85px 0px;
        display: flex;
        width: 13%;
    }
    .xwn_n1 dl:nth-child(2) img {
        width: 21%;
        height: 70%;
    }
    .xwn_n1 dl:nth-child(2) p {
        font-size: 16px;
        color: #2a4667;
        margin-left: 10px;
        margin-top: 3px;
    }
}
@media (max-width:1024px) {
    
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0px 50px 0px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 100%;
        height: auto;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li a:hover {
        background-color: #a0bcdbbd;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover h2 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
        color: #2a4667;
        transition: all 0.5s ease;
    }
    .xwn_n {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0px;
        border-bottom: 1px solid rgb(216 216 216 / 42%);
        display: flex;
    }
    .xwn_n h2 {
        width: 35%;
        overflow: hidden;
    }
    .xwn_n h2 img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    .xwn_n1 {
        width: 76%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 60px 0px;
        width: 70%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 25px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 18px;
        color: rgb(88, 88, 88);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(2) {
        padding: 85px 0px;
        width: 23%;
        position: relative;
    }
    .xwn_n1 dl:nth-child(2) img {
        width: 25%;
        height: 15%;
        position: absolute;
        top: 83px;
        left: -30px;
    }
    .xwn_n1 dl:nth-child(2) p {
        font-size: 18px;
        color: #2a4667;
        margin-left: 10px;
        margin-top: 3px;
    }
}
/* --------------------------------------------------------------------联系我们-栏目 */
.lxx {
    width: 100%;
    height: auto;
}

.lxx_t {
    width: 100%;
    height: auto;
    background-color: #2a4667;
    margin-bottom: 30px;
}

.lxx_t ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.lxx_t ul li {
    width: 15%;
    height: auto;
    transition: all 0.5s ease;
}

.lxx_t ul li:nth-child(1) {
    background-color: #325379;
}

.lxx_t ul li:hover {
    background-color: #325379;
    transition: all 0.5s ease;
}

.lxx_t ul li a {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.lxx_n {
    width: 100%;
    height: auto;
}
.lxxn_t {
    width: 100%;
    height: auto;
    padding: 80px 200px;
    margin-bottom: 70px;
}
.lxxn_t h2 {
    font-size: 8rem;
    color: #2a46670e;
    font-weight: 600;
}
.lxxn_t p {
    font-size: 2rem;
    color: #333;
    margin-top: -65px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lxxn_t span {
    display: block;
    font-size: 16px;
    color: #333;
}
.lxxn_x {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;

}
.lxxn_x ul {
    width: 50%;
    height: auto;
    padding: 70px 0px 20px 200px;
    background-color: #2a466738;
}
.lxxn_x ul li {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.lxxn_x ul li p {
    font-size: 18px;
    color: rgb(39, 39, 39);
}
.lxxn_x ul li img {
    position: absolute;
    content: "";
    top: -6px;
    left: -33px;
    width: 4%;
}
.map {
    position: absolute;
    content: "";
    top: -219px;
    right: 0;
    width: 50%;
    height: 600px;
}
@media (max-width:1440px) {
    .lxxn_x ul li img {
        position: absolute;
        content: "";
        top: 1px;
        left: -28px;
        width: 4%;
    }
}
@media (max-width:1024px) {
    .lxxn_t {
        width: 100%;
        height: auto;
        padding: 50px 20px;
        margin-bottom: 70px;
    }
    .lxxn_t h2 {
        font-size: 5rem;
        color: #2a46670e;
        font-weight: 600;
    }
    .lxxn_t p {
        font-size: 3rem;
        color: #333;
        margin-top: -65px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .lxxn_t span {
        display: block;
        font-size: 20px;
        color: #333;
    }
    .lxxn_t {
        width: 100%;
        height: auto;
        padding: 50px 20px;
        margin-bottom: 350px;
    }
    .map {
        position: absolute;
        content: "";
        top: -370px;
        right: 50px;
        width: 90%;
        height: 350px;
    }
    .lxxn_x ul {
        width: 100%;
        height: auto;
        padding: 70px 0px 20px 100px;
        background-color: #2a466738;
    }
    .lxxn_x ul li p {
        font-size: 22px;
        color: rgb(39, 39, 39);
    }
    .lxxn_x ul li img {
        position: absolute;
        content: "";
        top: -5px;
        left: -40px;
        width: 4%;
    }
    
}