html,
body,
a,
p,
span,
ul,
img {

    font-family: "Microsoft YaHei", "Arial";
}

@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-family: 'youshebiaotihei';
    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');
    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: #fff;
    }
}
.header_box header:hover {
    transition: all 0.5s ease;
    background-color: #ffffff;
    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;
}
.header_box header:hover .logo1 a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header:hover .logo1 a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header .w1200 {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 1630px;
    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;
    }
    
}
@media (max-width:768px) {
    .header_box header .w1200 {
        display: flex;
        justify-content: left;
        height: 100%;
        max-width: 1630px;
        padding: 0px;
        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: 5.375rem;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
    image-rendering: auto;
    position: relative;
}


.header_box header .logo1 {
    display: flex;
    align-items: center;
}
@media (max-width:768px) {
    .logo1 {
        display: none !important;
    }
}
.header_box header .logo1  a {
    display: flex;
    align-items: center;
}

.header_box header .logo1  a .ll {
    overflow: hidden;
}

.header_box header .logo1  a .ll .img {
    height: 5.375rem;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
    image-rendering: auto;
    position: relative;
}
@media (max-width: 1236px) {
    .header_box header .logo  a .ll .img {
        height: 4.375rem;
        animation: mymove 3s infinite;
        -webkit-animation: mymove 3s infinite;
        image-rendering: auto;
        position: relative;
    }
    .header_box header .logo1  a .ll .img {
        height: 4.375rem;
        animation: mymove 3s infinite;
        -webkit-animation: mymove 3s infinite;
        image-rendering: auto;
        position: relative;
    }
}
@media (max-width: 768px) {
    .header_box header .logo  a .ll .img {
        height: 3rem;
        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: 1px;
}
.header_box header .logo1  a .ll .img img:nth-child(1) {
    height: 100%;
    outline: 1px solid transparent;
    opacity: 1;
}

.header_box header .logo1  a .ll .img img:nth-child(2) {
    height: 100%;
    opacity: 0;
    outline: 1px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 1px;
}

@media (max-width:1024px) {
    .header_box header .logo  a .ll .img img:nth-child(1) {
        height: 100%;
        outline: 1px solid transparent;
        opacity: 0;
        
    }
    
    .header_box header .logo  a .ll .img img:nth-child(2) {
        height: 100%;
        opacity: 1;
        outline: 1px solid transparent;
        position: absolute;
        content: "";
        top: 0;
        left: 1px;

    }
    .header_box header .logo1  a .ll .img img:nth-child(1) {
        height: 100%;
        outline: 1px solid transparent;
        opacity: 0;
        
    }
    
    .header_box header .logo1  a .ll .img img:nth-child(2) {
        height: 100%;
        opacity: 1;
        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;
    margin: 0 auto;
    }
}
@media (max-width:768px) {
    .header_box header .right {
        display: none;
    }
    .header_box header .right1 {
    align-items: center;
    display: block;
    margin: 0;
    }
}
#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: 1rem;
    }
}
@media (max-width:1236px) {
    
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 0.5rem;
    }
}
@media (max-width:1024px) {
    #nav ul {
        font-size: 0;
    }
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 3.5rem;
    }
}
@media (max-width:768px) {
    #nav ul {
        font-size: 0;
        padding-left: 6px;
    }
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 10px;
    }
}

#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: #15529b;
    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;
}
@media (max-width: 1236px) {
    #nav ul li h3 {
        font-size: 16px;
        color: rgb(255, 255, 255);
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 55px;
        text-align: center;
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    #nav ul li h3 {
        font-size: 16px;
        color: #333;
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 55px;
        text-align: center;
        justify-content: center;
    }
}
@media (max-width:768px) {
    #nav ul li h3 {
        font-size: 13px;
        color: #333;
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 40px;
        text-align: center;
        justify-content: center;
    }
    #nav ul li a {
        display: flex;
        padding: 0;
        height: 40px;
        align-items: center;
    }
}
.header_box header:hover #nav ul li h3 {
    color: #333;
    transition: .36s;
}

.header_box header:hover #nav ul li.on:before,
#nav ul li:hover:before {
    background: #15529b;
}

#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 30px;
    line-height: 24px;
    transition: .6s;
    font-size: 15px;
    color: #666666;
    white-space: nowrap;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #15529b;
}

#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: rgba(255, 255, 255);
    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 .logo1 a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header.xg .logo1 a .ll .img img:nth-child(2) {
    opacity: 1;
}
.header_box header.xg #nav ul li h3 {
    color: #333;
}

.header_box header.xg #nav ul li.on:before {
    background: #15529b;
}

.header_box header.xg #nav ul li:hover:before {
    background: #15529b;
}

.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: #15529b;
}

.m_user a:hover svg path {
    fill: #15529b;
}

#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: #15529b;
}

#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;
}

.zyqh {
    width: 7%;
    height: 25px;
    line-height: 25px;
    background-color: #15529b;
    border-radius: 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
}
@media (max-width:1024px) {
    .zyqh {
        width: 12%;
        height: 25px;
        line-height: 25px;
        background-color: #15529b;
        border-radius: 30px;
        padding: 10px 10px;
        display: flex;
        justify-content: space-around;
        margin: 30px 0px;
    }
}
@media (max-width:768px) {
    .zyqh {
        width: 20%;
    height: 20px;
    line-height: 25px;
    background-color: #15529b;
    border-radius: 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-around;
    margin: 15px 0px 15px 85px;
    }
}
.zyqh a {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.zyqh img {
    width: 30%;
}

/* -------------------------------------------------------------------------------------------banner图 */
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    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:1024px) {
    .slide_container {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 150px;
    }
}
@media (max-width:768px) {
    .slide_container {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 100px;
    }
}
.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: 70px;
    background: transparent url(../UploadFiles/an.png) no-repeat left 25px top 22px;
    background-size: 110% 55%;
    margin-top: -45px;
    background-color: rgba(255, 255, 255, 0.192);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.slide_nav:hover {
    background-color: #15529b;
    transition: all 0.5s ease;
}

.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right 25px top 22px;
    right: -1%;

}

.slide_container .tu {
    width: 100%;
    height: 602px;

}
@media (max-width:768px) {
    .slide_nav {
        position: absolute;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        top: 60%;
        left: -4%;
        opacity: 0.7;
        z-index: 3;
        text-indent: -9999px;
        overflow: hidden;
        text-decoration: none;
        height: 20px;
        width: 20px;
        background: transparent url(../UploadFiles/an.png) no-repeat left 18px top 11px;
        background-size: 110% 55%;
        margin-top: -45px;
        background-color: rgba(255, 255, 255, 0.192);
        border-radius: 50%;
        transition: all 0.5s ease;
    }
    .slide_nav.next {
        left: auto;
        background-position: right 18px top 12px;
        right: -4%;
    }
}
/* --------------------------------------------------------------- 关于我们 */
.gywm {
    width: 100%;
    display: flex;
    justify-content: end;
    background: url(/UploadFiles/pic/gywm.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.gywm_l {
    width: 65%;
}

.gyl_t {
    padding: 50px;
    width: 80%;
}

.gyl_t h2 {
    font-size: 2.5rem;
    color: #15529b;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.gyl_t p {
    font-size: 1.5rem;
    color: rgb(78, 78, 78);
    letter-spacing: 1px;
}

.gyl_n {
    width: 80%;
    padding: 0px 50px 50px 50px;
}

.gyl_n p {
    line-height: 40px;
    font-size: 18px;
}

@media  screen and (min-width:1440px) and (max-width:1880px) {
    .gyl_n p {
        line-height: 40px;
        font-size: 18px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    }
}
.gyl_n a {
    width: 140px;
    height: 40px;
    display: block;
    border: 1px solid #15529b;
    font-size: 16px;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease;
    background-color: #15529b;
}

.gyl_n a:hover {
    background-color: #0058b500;
    color: #15529b;
    transition: all 0.5s ease;
}

.gywm_r {
    width: 30%;
}

.gywm_r ul {
    width: 100%;
    height: auto;
}

.gywm_r ul li {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #15529b;
}

.gywm_r ul li:nth-child(1) {
    margin-bottom: 1px;
}

.gywm_r ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gybj {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}

.gywm_r li a:hover .gybj {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.gywm_r li a dl {
    position: absolute;
    content: "";
    top: 90px;
    left: 80px;
    display: flex;
    width: 100%;
}

.gywm_r a dl img {
    width: 10%;
}

.gywz {
    height: auto;
    margin-left: 20px;
    text-align: start;
}

.gywz h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.gywz p {
    font-size: 18px;
    color: #fff;
}

.gywm_r li a::before {
    width: 70%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 85px;
    left: 85px;
    background-color: #fff;
    transition: opacity .3s ease;
    opacity: 0.2;
    z-index: 10;
}

.gywm_r li a::after {
    width: 30px;
    height: 0.15rem;
    transform: rotate(30deg);
    z-index: 10;
    content: '';
    position: absolute;
    bottom: 92px;
    right: 85px;
    background-color: #fff;
    transition: opacity .3s ease;
    opacity: 0.2;

}

.gywm_r li a:hover::before {
    opacity: 1;
    transition: opacity .3s ease;
}

.gywm_r li a:hover::after {
    opacity: 1;
    transition: opacity .3s ease;
}
@media screen and (min-width:1440px) and (max-width:1880px) {
    .gywm_r a dl img {
        width: 15%;
    }
    .gywm_r li a::before {
        width: 70%;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 48px;
        left: 85px;
        background-color: #fff;
        transition: opacity .3s ease;
        opacity: 0.2;
        z-index: 10;
    }
    
    .gywm_r li a::after {
        width: 30px;
        height: 0.15rem;
        transform: rotate(30deg);
        z-index: 10;
        content: '';
        position: absolute;
        bottom: 55px;
        right: 43px;
        background-color: #fff;
        transition: opacity .3s ease;
        opacity: 0.2;
    
    }
}
@media (max-width:1440px) {
    .gywm {
        width: 100%;
        display: flex;
        justify-content: end;
        background: url(/UploadFiles/pic/gywm.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .gywm_l {
        width: 65%;
    }
    
    .gyl_t {
        padding: 50px;
        width: 80%;
    }
    
    .gyl_t h2 {
        font-size: 2.5rem;
        color: #15529b;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    
    .gyl_t p {
        font-size: 1.5rem;
        color: rgb(78, 78, 78);
        letter-spacing: 1px;
        
    }
    
    .gyl_n {
        width: 80%;
        padding: 0px 50px 50px 50px;
    }
    
    .gyl_n p {
        line-height: 33px;
        font-size: 18px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    }
    
    .gyl_n a {
        width: 140px;
        height: 40px;
        display: block;
        border: 1px solid #15529b;
        font-size: 16px;
        line-height: 40px;
        border-radius: 30px;
        margin-top: 30px;
        text-align: center;
        color: #fff;
        transition: all 0.5s ease;
        background-color: #15529b;
    }
    
    .gyl_n a:hover {
        background-color: #0058b500;
        color: #15529b;
        transition: all 0.5s ease;
    }
    
    .gywm_r {
        width: 30%;
    }
    
    .gywm_r ul {
        width: 100%;
        height: auto;
    }
    
    .gywm_r ul li {
        width: 100%;
        height: auto;
        text-align: center;
        background-color: #15529b;
    }
    
    .gywm_r ul li:nth-child(1) {
        margin-bottom: 1px;
    }
    
    .gywm_r ul li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .gybj {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
        height: 238px;
    }
    
    .gywm_r li a:hover .gybj {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    
    .gywm_r li a dl {
        position: absolute;
        content: "";
        top: 90px;
        left: 50px;
        display: flex;
        width: 100%;
    }
    
    .gywm_r a dl img {
        width: 19%;
    }
    
    .gywz {
        height: auto;
        margin-left: 20px;
        text-align: start;
    }
    
    .gywz h2 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .gywz p {
        font-size: 18px;
        color: #fff;
    }
    
    .gywm_r li a::before {
        width: 70%;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 65px;
        left: 55px;
        background-color: #fff;
        transition: opacity .3s ease;
        opacity: 0;
        z-index: 10;
    }
    
    .gywm_r li a::after {
        width: 30px;
        height: 0.15rem;
        transform: rotate(30deg);
        z-index: 10;
        content: '';
        position: absolute;
        bottom: 72px;
        right: 75px;
        background-color: #fff;
        transition: opacity .3s ease;
        opacity: 0;
    
    }
    
    .gywm_r li a:hover::before {
        opacity: 1;
        transition: opacity .3s ease;
    }
    
    .gywm_r li a:hover::after {
        opacity: 1;
        transition: opacity .3s ease;
    }
}
@media (max-width:1024px) {
    .gywm {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        background: url(/UploadFiles/pic/gywm.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .gywm_l {
        width: 100%;
    }
    .gywm_r {
        width: 100%;
    }
    .gyl_n {
        width: 90%;
        padding: 0px 50px 50px 50px;
    }
    
    .gyl_n p {
        line-height: 38px;
        font-size: 18px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    }
    .gyl_n a {
        width: 140px;
        height: 40px;
        display: block;
        border: 1px solid #15529b;
        font-size: 18px;
        line-height: 40px;
        border-radius: 30px;
        margin-top: 30px;
        text-align: center;
        color: #fff;
        transition: all 0.5s ease;
        background-color: #15529b;
    }
    .gywm_r ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .gywm_r li a::after {
        width: 30px;
        height: 0.15rem;
        transform: rotate(30deg);
        z-index: 10;
        content: '';
        position: absolute;
        bottom: 72px;
        right: 87px;
        background-color: #fff;
        transition: opacity .3s ease;
        opacity: 0;
    
    }
    .gywm_r ul li:nth-child(1) {
        margin-bottom: 0px;
    }
}
@media (max-width:768px) {
    .gyl_n {
        width: 87%;
        padding: 0px 10px 50px 20px;
    }
    .gywm_r ul {
        flex-wrap: wrap;
    }
    .gywm_r ul li {
        width: 50%;
    }
    .gywm_r li dl img {
        width: 40px;
        height: 40px;
    }
    .gywz h2 {
        font-size: 15px;
        line-height: 40px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
    }
    .gywz {
        height: auto;
        margin-left: 8px;
        text-align: start;
    }
    .gywz p {
        font-size: 14px;
        color: #fff;
    }
    .gyl_t {
        padding: 30px 50px 25px 50px;
        width: 72%;
    }
    .gyl_t h2 {
        font-size: 1.5rem;
        color: #15529b;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .gyl_t p {
        font-size: 1rem;
        color: rgb(78, 78, 78);
        letter-spacing: 1px;
    }
    .gyl_n p {
        line-height: 38px;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    .gybj {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
        height: 155px;
    
}
.gywm_r li a dl {
    position: absolute;
    content: "";
    top: 55px;
    left: 20px;
    display: flex;
    width: 100%;
}
}
.llx {
    width: 100%;
    height: auto;
    display: flex;
    background: url(/UploadFiles/pic/lxx_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.llx_l {
    width: 28%;
    height: auto;

}

.llx_l img {
    width: 100%;
    height: auto;
}

.llx_r {
    width: 72%;
    padding: 50px;
    display: flex;
}

.llxr_l {
    width: 60%;
    height: auto;
    padding-left: 60px;
}

.llxr_l p:nth-child(1) {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

.llxr_l p:nth-child(2) {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 65px;
    letter-spacing: 1px;
}

.llxr_l p:nth-child(2)::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: url(/UploadFiles/pic/icon-fcaontct.png) 3px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.llxr_r {
    width: 30%;
    height: auto;

}

.llxr_r a {
    width: 160px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid rgb(255, 255, 255);
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #15529b;
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}

.llxr_r a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s ease;
}

@media (max-width:1440px) {
    

    .llx {
        width: 100%;
        height: auto;
        display: flex;
        background: url(/UploadFiles/pic/lxx_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    }

    .llx_l {
        width: 42%;
        height: auto;
    }

    .llx_l img {
        width: 100%;
        height: auto;
    }

    .llx_r {
        width: 72%;
        background-color: rgba((2, 117, 183, 0)255);
        padding: 50px;
        display: flex;
    }

    .llxr_l {
        width: 70%;
        height: auto;
    }

    .llxr_l p:nth-child(1) {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 30px;
    }

    .llxr_l p:nth-child(2) {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-left: 65px;
        letter-spacing: 1px;
    }

    .llxr_l p:nth-child(2)::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        background: url(/UploadFiles/pic/icon-fcaontct.png) 3px;
        border: 1px solid #fff;
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }

    .llxr_r {
        width: 30%;
        height: auto;

    }

    .llxr_r a {
        width: 160px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid rgb(255, 255, 255);
        margin: 0 auto;
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #15529b;
        background-color: rgb(255, 255, 255);
        margin-top: 50px;
    }

    .llxr_r a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0);
        transition: all 0.5s ease;
    }
}

@media (max-width:1024px) {
    

    .llx {
        width: 100%;
        height: auto;
        display: flex;
    }

    .llx_l {
        width: 42%;
        height: auto;
        display: none;
    }

    .llx_l img {
        width: 100%;
        height: auto;
    }

    .llx_r {
        width: 90%;
        background-color: #15529b;
        padding: 50px;
        display: flex;
    }

    .llxr_l {
        width: 70%;
        height: auto;
    }

    .llxr_l p:nth-child(1) {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 30px;
    }

    .llxr_l p:nth-child(2) {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-left: 65px;
        letter-spacing: 1px;
    }

    .llxr_l p:nth-child(2)::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        background: url(/UploadFiles/pic/icon-fcaontct.png) 3px;
        border: 1px solid #fff;
        border-radius: 50px;
        width: 50px;
        height: 50px;
    }

    .llxr_r {
        width: 30%;
        height: auto;

    }

    .llxr_r a {
        width: 160px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid rgb(255, 255, 255);
        margin: 0 auto;
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #15529b;
        background-color: rgb(255, 255, 255);
        margin-top: 50px;
    }

    .llxr_r a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0);
        transition: all 0.5s ease;
    }
}
@media (max-width:768px) {
    .llx {
        display: none !important;
    }
    .llx_r {
        width: 30%;
        background-color: #15529b;
        padding: 50px;
        display: flex;
    }
}
/* -------------------------------------------------------------产品中心 */
.cpzx {
    width: 100%;
    height: auto;
    padding: 90px 0px 40px 0px;
}

.cpzx_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cpzx_t dl p {
    position: absolute;
    font-size: 10rem;
    font-weight: 900;
    text-stroke: 1px rgb(145 28 46 / 65%);
    -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
    color: #ffffff;
    top: -110px;
    left: -15px;
    z-index: 1;
    font-style: oblique;
}

.cpzx_t dl h2 {
    font-size: 2.5rem;
    color: #383838;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    padding-left: 60px;
}

.cpzx_t dl h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 30px;
    margin-top: 10px;
    color: #d1d1d1;
    font-style: oblique;
}

.cpzx_t h3 span {
    color: #15529b;
}

.cpzx_t ul {
    width: 10%;
    height: auto;
    display: flex;
}

.cpzx_t ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #15529b;
    background-color: #15529b;
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .cpzx_t ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #15529b;
        background-color: #15529b;
        border-radius: 30px;
        margin: 30px 5px;
        transition: all 0.5s ease;
    }
}
.cpzx_t ul li:nth-child(7) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #15529b;
    background-color: rgba(145, 28, 46, 0);
    border-radius: 30px;
    margin: 30px 15px;
    transition: all 0.5s ease;
}

.cpzx_t ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
}

.cpzx_t ul li:nth-child(7) a {
    display: block;
    color: #333;
    font-size: 16px;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .cpzx_t ul li:nth-child(7) {
        width: 22%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #15529b;
        background-color: rgba(145, 28, 46, 0);
        border-radius: 30px;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }
    .cpzx_t ul li a {
        display: block;
        color: #fff;
        font-size: 20px;
        transition: all 0.5s ease;
    }
    
    .cpzx_t ul li:nth-child(7) a {
        display: block;
        color: #333;
        font-size: 20px;
        transition: all 0.5s ease;
    }
}
.cpzx_t ul li:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #15529b;
    transition: all 0.5s ease;
}

.cpzx_t ul li:hover a {
    color: #333;
    transition: all 0.5s ease;
}

.cpzx_t ul li:nth-child(7):hover a {
    color: #15529b;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .cpzx {
        width: 100%;
        height: auto;
        padding: 90px 0px 40px 0px;
    }

    .cpzx_t {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cpzx_t dl p {
        position: absolute;
        font-size: 10rem;
        font-weight: 900;
        text-stroke: 1px rgb(145 28 46 / 65%);
        -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
        color: #ffffff;
        top: -110px;
        left: -15px;
        z-index: 1;
        font-style: oblique;
    }

    .cpzx_t dl h2 {
        font-size: 2.5rem;
        color: #383838;
        font-weight: 600;
        letter-spacing: 1px;
        z-index: 1;
        position: relative;
        padding-left: 60px;
    }

    .cpzx_t dl h3 {
        font-size: 2rem;
        letter-spacing: 1px;
        font-weight: 600;
        padding-left: 30px;
        margin-top: 10px;
        color: #d1d1d1;
        font-style: oblique;
    }

    .cpzx_t h3 span {
        color: #15529b;
    }

    .cpzx_t ul {
        width: 20%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .cpzx_t ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #15529b;
        background-color: #15529b;
        border-radius: 30px;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }

    .cpzx_t ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        transition: all 0.5s ease;
    }

    .cpzx_t ul li:hover {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #15529b;
        transition: all 0.5s ease;
    }

    .cpzx_t ul li:hover a {
        color: #fff;
        transition: all 0.5s ease;
    }
}
@media (max-width:768px) {
    .cpzx_t dl p {
        position: absolute;
        font-size: 5rem;
        font-weight: 900;
        text-stroke: 1px rgb(145 28 46 / 65%);
        -webkit-text-stroke: 1px rgb(145 28 46 / 65%);
        color: #ffffff;
        top: -35px;
        left: 5px;
        z-index: 1;
        font-style: oblique;
    }
    .cpzx {
        width: 100%;
        height: auto;
        padding: 40px 0px 40px 0px;
    }
    .cpzx_t dl h2 {
        font-size: 1rem;
        color: #383838;
        font-weight: 600;
        letter-spacing: 1px;
        z-index: 1;
        position: relative;
        padding-left: 15px;
        margin-top: 15px;
    }
    .cpzx_t dl h3 {
        font-size: 1rem;
        letter-spacing: 1px;
        font-weight: 600;
        padding-left: 5px;
        margin-top: 3px;
        color: #d1d1d1;
        font-style: oblique;
        display: none;
    }
    .cpzx_t ul {
        width: 37%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .cpzx_t ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
        transition: all 0.5s ease;
    }
    .cpzx_t ul li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #15529b;
        background-color: #15529b;
        border-radius: 30px;
        margin: 15px 15px;
        transition: all 0.5s ease;
    }
    
}

.cpzx_n {
    width: 90%;
    height: auto;
    padding-top: 50px;
    margin: 0 auto;

}

@media (max-width:1024px) {
    .cpzx_n {
        width: 90%;
        height: auto;
        padding-top: 10px;
        margin: 0 auto;

    }
}

.cpzx_n ul {
    width: 100%;
    height: auto;
    display: flex;
}

.sycpbox {
    width: 100%;
    padding: 80px 0 60px;
}

.sycp {
    width: 90%;
    margin: 0 auto;
}

.sycpfl {
    width: 100%;
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.sycpfl li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background-color: #15529b;
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 25px;
    transition: all 0.6s;
}

.sycpfl li a:hover {
    background-color: #15529b;
    color: #fff;
}

.swiper-container {
    padding: 0 10px;
    box-sizing: border-box;
}

.swiper-container1 {
    padding: 0 10px;
    box-sizing: border-box;
}

.sycplb a {
    width: 100%;
    display: block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.sytplbbox {
    width: 100%;
    overflow: hidden;
}

.sytplbbox img {
    width: 100%;
    display: block;
    transition: all 0.4s;
}

.sytplibt {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.sytplibt p:nth-child(1) {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    width: calc(100% - 30px);
    display: block;
    padding-right: 20px;
    box-sizing: border-box;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sytplibt p:nth-child(2) {
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../UploadFiles/pic/cpy.png");
    background-size: 60px 30px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.sytplibt p:nth-child(3) {
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    position: relative;
}

.sytplibt p:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #15529b;
    right: 0;
    transition: all 0.4s;
}

.sycplb a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.sycplb a:hover .sytplbbox img {
    transform: scale(1.1);
}

.sycplb a:hover .sytplibt {
    background-color: #15529b;
    transition: all 0.5s ease;
}

.sycplb a:hover .sytplibt p:nth-child(1) {
    color: #fff
}

.sycplb a:hover .sytplibt p:nth-child(2) {
    background-position: 0 50%;
}

.sycplb a:hover .sytplibt p:nth-child(3)::before {
    width: 100%;
    background-color: #fff;
}

@media(max-width:1200px) {
    .sycpbox {
        padding: 40px 0;
    }

    .sycp {
        width: 96%;
    }
}

@media(max-width:980px) {
    .sycpbox {
        padding: 100px 0;
    }

    .sycpfl {
        flex-wrap: wrap;
        margin: 30px auto;
        max-width: 10000px;
    }

    .sycpfl li {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .sycpfl li a {
        padding: 0;
        text-align: center;
        font-size: 42px;
        line-height: 100px;
        border-radius: 50px;
    }

    .sytplibt {
        padding: 30px;
    }

    .swiper-container {
        padding: 0 8px;
    }

    .swiper-container1 {
        padding: 0 8px;
    }

    .sycplb a {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .sytplibt p:nth-child(1) {
        width: 100%;
        letter-spacing: 0px;
        padding-right: 0;
        font-size: 38px;
        line-height: 100px;
    }

    .sytplibt p:nth-child(2) {
        display: none;
    }

    .sytplibt p:nth-child(3) {
        margin-top: 2px;
    }

    .sytplibt p:nth-child(3)::before {
        left: 0;
        width: 86px;
        height: 2px;
    }
}
@media (max-width:768px) {
    .sytplibt {
        padding: 10px;
    }
    .sytplibt p:nth-child(1) {
        width: 100%;
        letter-spacing: 0px;
        padding-right: 0;
        font-size: 16px;
        line-height: 20px;
    }
}

/* ---------------------------------------------------------优势 */
.ys {
    width: 100%;
    height: auto;
    padding: 30px 0px 80px 0px;
    background: url(/UploadFiles/pic/yyly.jpg);
}
.ys_z {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.ys_t {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 30px;

}
.ys_t h2 {
    font-size: 2rem;
    color: #333;
}
.ys_t p {
    font-size: 2rem;
    color: #15529b;
    font-weight: 600;
}
.ys_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.ys_n ul {
    width: 100%;
    height: auto;
    display: flex;
}
@media (max-width:1024px) {
    .ys_n ul {
       flex-wrap: wrap;
    }
}
.ys_n ul li {
    width: 100%;
    height: auto;
    padding: 50px;
    margin: 20px;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.ys_n ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: #15529b;
    background-position: center center;
    background-size: cover;
    transition: all 0.8s ease;
    opacity: 0;
}
.ys_n ul li a {
    display: block;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.ys_n li h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.ys_n li p {
    font-size: 15px;
    color: rgb(75, 75, 75);
    margin-bottom: 60px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.ys_n li span {
    width: 60px;
    height: 3px;
    background-color: #15529b;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.ys_n li img {
    width: 23%;
    margin-bottom: 30px;
    opacity: 1;
    transition: all 0.5s ease;
}

.ys_n li img:nth-child(2) {
    position: absolute;
    width: 23%;
    top: 0;
    left: 110px;
    opacity: 0;
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .ys_n li img {
        width: 30%;
        
    }
    .ys_n li img:nth-child(2) {
        width:30%;
        left: 65px;
        
    }
}
.ys_n li:hover::before {
    opacity: 1;
    transition: all 0.8s ease;
}
.ys_n li:hover h2 {
    color: #fff;
    transition: all 0.5s ease;
}
.ys_n li:hover p {
    color: #fff;
    transition: all 0.5s ease;
}
.ys_n li:hover span {
    background-color: #fff;
    transition: all 0.5s ease;
}
.ys_n li:hover img:nth-child(1) {
    opacity: 0;
    transition: all 0.5s ease;
}
.ys_n li:hover img:nth-child(2) {
    opacity: 1;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .ys_z {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .ys_n ul li {
        width: 33%;
        height: auto;
        padding: 50px;
        margin: 10px auto;
        text-align: center;
        position: relative;
    }
    .ys_n li img {
        width: 33%;
        margin-bottom: 30px;
        opacity: 1;
        transition: all 0.5s ease;
    }
    .ys_n li img:nth-child(2) {
        position: absolute;
        width: 33%;
        top: 0;
        left: 61px;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .ys_n li p {
        font-size: 15px;
        color: rgb(75, 75, 75);
        margin-bottom: 45px;
        transition: all 0.5s ease;
    }
    .ys_n li p {
        font-size: 15px;
        color: rgb(75, 75, 75);
        margin-bottom: 60px;
        transition: all 0.5s ease;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
}
@media (max-width:768px) {
    .ys {
        width: 100%;
        height: auto;
        padding: 30px 0px 50px 0px;
        background: url(/UploadFiles/pic/yyly.jpg);
    }
    .ys_t h2 {
        font-size: 1.5rem;
        color: #333;
    }
    .ys_t p {
        font-size: 1rem;
        color: #15529b;
        font-weight: 600;
    }
    .ys_n ul li {
        width: 40%;
        height: auto;
        padding: 30px 10px 30px 10px;
        margin: 10px auto;
        text-align: center;
        position: relative;
    }
    .ys_n li img {
        width: 33%;
        margin-bottom: 5px;
        opacity: 1;
        transition: all 0.5s ease;
    }
    .ys_n li img:nth-child(2) {
        position: absolute;
        width: 33%;
        top: 0;
        left: 48px;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .ys_n li h2 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin-bottom: 15px;
        transition: all 0.5s ease;
    }
    .ys_n li p {
        font-size: 14px;
        color: rgb(75, 75, 75);
        margin-bottom: 22px;
        transition: all 0.5s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}



/* -------------------------------------------------------------------新闻动态 */
.xwdt {
    width: 100%;
    height: auto;
    padding: 90px 0px 40px 0px;
    background-image: -webkit-linear-gradient(90deg,#fff 0,#f0f6fd 100%);
}

.xwdt_n {
    width: 100%;
    height: auto;
    padding-top: 35px;
}
.xwdt_n ul {
    width: 90%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.xwdt_n ul li {
    width: 50%;
    height: auto;
}
.xwdt_n ul:nth-child(1) li:nth-child(1) dl {
    border-top: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(1) li:nth-child(2) dl {
    border-top: 1px solid rgba(204, 204, 204, 0.336);
    border-right: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(2) li:nth-child(1) dl {
    border-bottom: 1px solid rgba(204, 204, 204, 0.336);
    border-left: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(2) li:nth-child(2) dl {
    border-bottom: 1px solid rgba(204, 204, 204, 0.336);
    
}
.xwdt_n li a {
    display: block;
    display: flex;
}
.xwdt_n li a h3 {
    width: 50%;
    overflow: hidden;
}
.xwdt_n a h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwdt_n a dl {
    width: 50%;
}
.xwdt_n a dl h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 15px 20px 0px 20px;
}
.xwdt_n a dl p {
    font-size: 14px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 7px 20px;
}
.xwdt_n a dl span {
    transition: all 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
}
.xwdt_n a dl span::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url(/UploadFiles/pic/btn-rarr.png);
    transition: all 0.5s ease;
}
.xwdt_n a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xwdt_n a:hover h2 {
    color: #15529b;
    transition: all 0.5s ease;
}
.xwdt_n a:hover span::before {
    left: 30px;
    content: url(/UploadFiles/pic/btn-rarr1.png);
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .xwdt_n ul:nth-child(1) li:nth-child(1) {
        display: none;
    }
    .xwdt_n ul:nth-child(2) li:nth-child(1) {
        display: none;
    }
.xwdt_n a dl h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 35px 20px 0px 20px;
}
.xwdt_n a dl p {
    font-size: 18px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 4px 20px;
}
.xwdt_n a dl span {
    font-size: 18px;
    color: rgb(177, 177, 177);
    transition: all 0.5s ease;
}
.xwdt_n ul li {
    width: 100%;
    height: auto;
}
}
@media (max-width:768px) {
    .xwdt_n a dl h2 {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        margin-bottom: 15px;
        transition: all 0.5s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 15px 20px 0px 20px;
    }
    .xwdt_n a dl p {
        font-size: 12px;
        color: rgb(100, 100, 100);
        margin-bottom: 25px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 3px 20px;
    }
    .xwdt {
        width: 100%;
        height: auto;
        padding: 35px 0px 39px 0px;
        background-image: -webkit-linear-gradient(90deg, #fff 0, #f0f6fd 100%);
    }
    .xwdt_n {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .xwdt_n ul li {
        width: 100%;
        height: auto;
    }
}
/* -----------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: auto;
    background-color: #212121;
    
}
.di_zz {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.di_l {
    width: 25%;
    text-align: center;
}

.di_l p:nth-child(1) img {
    width: 90%;
    padding-top: 60px;
}

.di_l p:nth-child(2) {
    width: 69%;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin: 25px auto;
    text-align: initial;
}

.di_l p:nth-child(3) {
    width: 95%;
    font-size: 18px;
    color: #fff;
    margin: 5px auto;
    text-align: initial;
}

@media (max-width:1440px) {
    .di_l p:nth-child(3) {
        width: 100%;
        font-size: 30px;
        color: #fff;
        margin: 5px auto;
        font-family: 'youshebiaotihei';
    }
    .di_zz {
        width: 95%;
    }
}
.di_z {
    width: 80%;
    height: auto;
    padding-top: 30px;
}

.di_z ul {
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: flex;
    position: relative;
}

.di_z ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #424242;
    top: 66px;
    left: 0;
}

.di_z ul li {
    width: 15%;
    margin: 20px 20px 0px 20px;
    display: flex;
}

.di_z li a span {
    font-size: 18px;
    color: #fff;
    display: block;
}

.di_z li a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.di_z li a:hover {
    color: rgb(180, 180, 180);
}

.di_z li a:hover span {
    color: rgb(180, 180, 180);
}

.di_z li p {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}
.di_dh {
    width: 100%;
    display: flex;
    margin-top: 25px;
    margin: 25px auto;
}
@media (max-width:1024px) {
    .di_dh {
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
    }
}
.di_dh li {
    margin: 30px 15px 30px 40px;
}
@media (max-width:1024px) {
    .di_dh li {
        margin: 30px 13px 30px 13px;
    }
}
.di_dh li p:nth-child(1) {
    font-weight: 800;
    font-size: 18px;
}
.di_dh li:nth-child(3) p:nth-child(3) {
    font-weight: 800;
    font-size: 18px;
}
@media (max-width:1440px) {
    .di_dh li {
        margin: 5px 15px 30px 15px;
    }
}





.ddd {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: #212121;
}

.ddd p {
    margin-top: 9px;
    color: #fff;
    font-size: 16px;
}

.ddd a {
    margin-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.footbox {
    height: 10rem;
    background: rgba(0, 38, 143, 0.5);
    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: 2.5rem;
    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;
    }
}

@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 380px;
        background-color: #2a2a2a;
        display: flex;
        justify-content: space-around;
    }

    .di_l {
        width: 25%;
        padding-top: 55px;
        text-align: center;
        display: none;
    }

    .di_l img {
        width: 92%;
    }

    .di_l p {
        width: 100%;
        font-size: 25px;
        font-weight: 100;
        color: #fff;
        letter-spacing: 2px;
        margin: 20px auto;
    }

    .di_z {
        width: 75%;
        height: auto;
        padding-top: 30px;
    }

    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
    }

    .di_z ul::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #424242;
        top: 66px;
        left: 0;
    }

    .di_z ul li {
        width: 13%;
        margin: 20px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }

    


    .di_z li a span {
        font-size: 18px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }

    .di_z li a {
        color: #fff;
        font-size: 16px;
        line-height: 35px;
    }

    .di_z li a:hover {
        color: #15529b;
    }

    .di_z li a:hover span {
        color: #15529b;
    }

    .di_z li p {
        font-size: 16px;
        color: #fff;
        line-height: 38px;
    }

    .di_r {
        width: 15%;
        padding-top: 120px;
        text-align: center;
    }

    .di_r img {
        width: 85%;
    }

    .di_r p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }

    .ddd {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        background-color: #212121;
    }

    .ddd p {
        margin-top: 9px;
        color: #fff;
        font-size: 16px;
    }

    .ddd a {
        margin-top: 12px;
        margin-left: 15px;
    }
}

@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: auto;
        background-color: #2a2a2a;
        display: flex;
        justify-content: space-around;
    }

    .di_l {
        width: 20%;
        padding-top: 85px;
        text-align: center;
        display: none;
    }

    .di_l img {
        width: 92%;
    }

    .di_l p {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        margin: 20px auto;
    }

    .di_z {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
    }

    .di_z ul::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #424242;
        top: 66px;
        left: 0;
    }

    .di_z ul li {
        width: 18%;
        margin: 20px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }

    

    .di_z li a span {
        font-size: 20px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }

    .di_z li a {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
    }

    .di_z li a:hover {
        color: #15529b;
    }

    .di_z li a:hover span {
        color: #15529b;
    }

    .di_z li p {
        font-size: 18px;
        color: #fff;
        line-height: 38px;
    }

    .di_r {
        width: 15%;
        padding-top: 50px;
        text-align: center;
        display: none;
    }

    .di_r img {
        width: 85%;
    }

    .di_r p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }

    .ddd {
        width: 100%;
        height: 86px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #212121;
    }

    .ddd p {
        margin-top: 16px;
        color: #fff;
        font-size: 22px;
    }

    .ddd a {
        width: 52%;
        margin-top: 15px;
        font-size: 22px;
        color: #fff;
        margin-left: 10px;
    }

    .ddd a:nth-child(3) {
        width: 56%;
        margin-top: 10px;
        font-size: 22px;
        color: #fff;
        margin-left: 10px;
    }

    .jszc {
        width: 100%;
    }
}
@media (max-width:768px) {
    .di_z ul li {
        width: 18%;
        margin: 10px 2px 0px 2px;
        display: flex;
        flex-direction: column;
    }
    .di_z ul li:nth-child(1) {
        width: 14%;
        
    }
    .di_z ul li:nth-child(3) {
        width: 20%;
        
    }
    .di_z ul li:nth-child(4) {
        width: 14%;
        
    }
    .di_z li a span {
        font-size: 13px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }
    .di_z li p {
        font-size: 13px;
        color: #fff;
        line-height: 38px;
    }
    .di_dh li {
        margin: 15px 15px 0px 15px;
    }
    .ddd p {
        margin-top: 16px;
        color: #fff;
        font-size: 15px;
    }
    .ddd a {
        width: 52%;
        margin-top: 15px;
        font-size: 15px;
        color: #fff;
        margin-left: 10px;
    }
    .ddd {
        width: 100%;
        height: 115px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #212121;
    }
    .jszc {
        width: 120%;
    }
    .footbox ul li a {
        display: block;
        color: #fff;
        font-size: 1rem;
        line-height: 3rem;
        font-weight: 600;
    }
    .footbox ul li a img {
        display: block;
        width: 2rem;
        height: 2rem;
        margin: 5px auto;
    }
    .footbox {
        height: 6rem;
    }
    .sjkx {
        height: 6rem !important;
    }
}
/* --------------------------------------------------------关于我们-栏目 */
.nytoptp {
    width: 100%;
    display: block;
}

.nywzdhbox {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.nywzdh {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



.nywzdh .nywzdhnr a {
    font-size: 14px;
    line-height: 60px;
    color: #555;
    letter-spacing: 1px;
}



.nydhlb {
    font-size: 16px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    height: 60px;
    width: 10%;
    
    background-color: #15529b;
}
@media (max-width:1440px) {
    .nydhlb {
        width: 15%;
    }
}
.nydhlb a {
    font-size: 18px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    text-align: right;
    padding: 0 30px;
    position: relative;
    display: block;
    text-align: center;
}
@media (max-width:1024px) {
    .nydhlb a {
        font-size: 16px;
        line-height: 60px;
        color: rgb(255, 255, 255);
        text-align: right;
        padding: 0 13px;
        position: relative;
        display: block;
    }
}


.nydhlb a:hover {
    color: #ffffff;
}



.nynrbox {
    width: 90%;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.nynrbt {
    width: 100%;
    font-size: 30px !important;
    color: #333;
    text-align: center;
    line-height: 46px !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.nynrbox p {
    font-size: 18px;
    line-height: 40px;
}

@media(max-width:1200px) {
    .nywzdh {
        width: 96%;
    }

    .nynrbox {
        width: 96%;
    }

    .nynrbt {
        width: 96%;
    }
}

@media(max-width:991px) {
    .nywzdh .nywzdhnr {
        display: none;
    }

    .nydhlb a {
        font-size: 13px;
        line-height: 40px;
        text-align: center;
    }

    .nynrbox p {
        font-size: 24px;
    }

    .nydhlb {
        width: 30%;
        height: 40px;
    }
    .nywzdhbox {
        width: 100%;
        height: 40px;
        background-color: #fff;
    }
}

.gsjj {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
    padding-top: 50px;
}
.gsjj_n {
    width: 85%;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
}
.gsjj_n h2 {
    font-size: 2.5rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
    color: #15529b;
    border-bottom: 1px solid rgb(240, 240, 240);
}
.qywh {
    width: 100%;
    height: auto;
    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) {
    .qywh {
        width: 98%;
        margin: 0 auto;
    }
    .wh_n ul {
        flex-wrap: wrap;
    }
    .wh_n ul li {
        width: calc((100% - 25%) / 2);
        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;
}

@media (max-width:768px) {
    .gsjj {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
        padding-top: 30px;
    }
    .gsjj_n {
        width: 86%;
        padding: 25px;
        margin: 0 auto;
        background-color: #fff;
    }
    .gsjj_n h2 {
        font-size: 1.5rem;
        padding-bottom: 15px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 800;
        letter-spacing: 2px;
        color: #15529b;
        border-bottom: 1px solid rgb(240, 240, 240);
        display: none;

    }
    .gsjj_n p span {
        font-size: 16px !important;
    }
    .wh_n ul li {
        width: calc((100% - 38%) / 2);
        height: auto;
        padding: 20px;
        margin: 10px;
        border: 1px solid rgb(122, 122, 122);
        border-radius: 20px;
        text-align: center;
    }
    .wh_t h2 {
        font-weight: 600;
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
    }
    .wh_n li h2 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 15px;
    }
    .wh_n li p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .wh_t {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
    }
    .wh_n li img {
        width: 30%;
        margin-bottom: 15px;
    }
    .wh_n {
        width: 100%;
        height: auto;
        padding: 5px 0px 20px 0px;
    }
}

/* ------------------------------------------------------------------联系我们 */
.lxx {
    width: 100%;
    height: auto;
}
.lxx_n {
    width: 100%;
    height: auto;
}
.lxxn_t {
    width: 90%;
    height: auto;
    padding: 80px 0px 0px 80px;
    margin-bottom: 70px;
}
.lxxn_t h2 {
    font-size: 8rem;
    color: #0050af0e;
    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 80px;
    background-color: #00469938;
}
.lxxn_x ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
}
.lxxn_x ul li:nth-child(4) {
    width: 56%;
}
@media (max-width:1024px) {
    .lxxn_x ul li {
        width: 90%;
        
    }
}
.lxxn_x ul li p {
    font-size: 18px;
    color: rgb(39, 39, 39);
    line-height: 30px;
}
.lxxn_x ul li p:nth-child(1) {
    font-size: 20px;
    font-weight: 800;
}
.lxxn_x ul li img {
    position: absolute;
    content: "";
    top: -6px;
    left: -33px;
    width: 4%;
}
.map {
    position: absolute;
    content: "";
    top: -310px;
    right: 0;
    width: 60%;
    height: 750px;
}
@media (max-width:1440px) {
    .lxxn_t h2 {
        font-size: 7rem;
        color: #2a46670e;
        font-weight: 600;
    }
    .lxxn_x ul {
        width: 50%;
        height: auto;
        padding: 70px 0px 20px 95px;
        background-color: #00469938;
    }
    .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: 93%;
        height: auto;
        padding: 50px 20px;
        margin-bottom: 350px;
    }
    .map {
        position: absolute;
        content: "";
        top: -370px;
        right: 50px;
        width: 90%;
        height: 350px;
    }
    .lxxn_x ul {
        width: 94%;
        height: auto;
        padding: 70px 0px 20px 60px;
        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%;
    }
    
}
@media (max-width:768px) {
    .lxxn_t {
        width: 89%;
        height: auto;
        padding: 15px 20px;
        margin-bottom: 370px;
    }
    .lxxn_t h2 {
        font-size: 2rem;
        color: #2a46670e;
        font-weight: 600;
    }
    .lxxn_t p {
        font-size: 1.5rem;
        color: #333;
        margin-top: -25px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .lxxn_t span {
        display: block;
        font-size: 15px;
        color: #333;
    }
    .map {
        position: absolute;
        content: "";
        top: -370px;
        right: 9px;
        width: 95%;
        height: 350px;
    }
    .lxxn_x ul {
        width: 90%;
        height: auto;
        padding: 35px 0px 20px 36px;
        background-color: #2a466738;
    }
    .lxxn_x ul li p:nth-child(1) {
        font-size: 16px;
        font-weight: 800;
    }
    .lxxn_x ul li p {
        font-size: 15px;
        color: rgb(39, 39, 39);
    }
}

.BMapLabel {
    width: 160px!important;
    height: 2px;
    padding: 70px!important;
    text-align: center!important;
    border: 0px solid rgb(255, 255, 255)!important;
    background: url(/UploadFiles/pic/tulo-en.png) top 31px left 5px!important;
    background-repeat: no-repeat !important;
    background-size: 70% 55% !important;
    left: 20px!important;
    top: -70px!important;
}
/* ---------------------------------------------------------------------------图片通用 */
.pic {
    padding-top: 30px;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.pic ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.pic ul li {
    width: calc((100% - 10% ) / 4 );
    height: auto;
    margin: 20px;
    position: relative;
}
.pic ul li a {
    width: 100%;
    display: block;
}
.pic a h2 {
    width: 100%;
    overflow: hidden;
}
.pic a h2 img {
    width: 100%;
    display: block;
}
.cpp_bt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(240, 240, 240);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
.pic li:hover .cpp_bt {
    height: 100%;
    background-color: #15519b9c;
    transition: all 0.5s ease;
}
.cpp_bt a {
    width: 100%;
    display: block;
}
.cpp_bt a span {
    display: block;
    color: #333;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s ease;
}
.cpp_bt a dl {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ffffff93;
    color: #333;
    font-size: 18px;
    position: relative;
}
.cpp_bt a dl::before {
    position: absolute;
    content: '+';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #ffffff;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.pic li:hover .cpp_bt a {
    padding-top: 30px;
}
.pic li:hover .cpp_bt a span {
    color: #fff;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}
@media screen and (min-width:1440px) and (max-width:1880px) {
    .pic ul li {
        width: calc((100% - 13% ) / 4 );
        height: auto;
        margin: 20px;
        position: relative;
    }
}
@media (max-width:1440px) {
    
    .pic {
        padding-top: 30px;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .pic ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .pic ul li {
        width: calc((100% - 18% ) / 4 );
        height: auto;
        margin: 20px;
        position: relative;
    }
    .pic ul li a {
        width: 100%;
        display: block;
    }
    .pic a h2 {
        width: 100%;
        overflow: hidden;
    }
    .pic a h2 img {
        width: 100%;
        display: block;
    }
    .cpp_bt {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgb(240, 240, 240);
        overflow: hidden;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease;
    }
    .pic li:hover .cpp_bt {
        height: 100%;
        background-color: #15519b9c;
        transition: all 0.5s ease;
    }
    .cpp_bt a {
        width: 100%;
        display: block;
    }
    .cpp_bt a span {
        display: block;
        color: #333;
        text-align: center;
        font-size: 18px;
        transition: all 0.5s ease;
    }
    .cpp_bt a dl {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        line-height: 70px;
        border-radius: 50%;
        background-color: #ffffff93;
        color: #333;
        font-size: 18px;
        position: relative;
    }
    .cpp_bt a dl::before {
        position: absolute;
        content: '+';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        background-color: #ffffff;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .pic li:hover .cpp_bt a {
        padding-top: 30px;
    }
    .pic li:hover .cpp_bt a span {
        color: #fff;
        transition: all 0.5s ease;
        margin-bottom: 20px;
    }
    .picnr .picnrbox .showpic .imglist img {
        margin: 10px auto;
        width: 80%;
    }
}

@media (max-width:1024px) {
    
    .pic {
        padding-top: 30px;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .pic ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .pic ul li {
        width: calc((100% - 13% ) / 2 );
        height: auto;
        margin: 20px;
        position: relative;
    }
    .pic ul li a {
        width: 100%;
        display: block;
    }
    .pic a h2 {
        width: 100%;
        overflow: hidden;
    }
    .pic a h2 img {
        width: 100%;
        display: block;
    }
    .cpp_bt {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgb(240, 240, 240);
        overflow: hidden;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease;
    }
    .pic li:hover .cpp_bt {
        height: 100%;
        background-color: #15519b9c;
        transition: all 0.5s ease;
    }
    .cpp_bt a {
        width: 100%;
        display: block;
    }
    .cpp_bt a span {
        display: block;
        color: #333;
        text-align: center;
        font-size: 20px;
        transition: all 0.5s ease;
    }
    .cpp_bt a dl {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        line-height: 70px;
        border-radius: 50%;
        background-color: #ffffff93;
        color: #333;
        font-size: 18px;
        position: relative;
    }
    .cpp_bt a dl::before {
        position: absolute;
        content: '+';
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        background-color: #ffffff;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .pic li:hover .cpp_bt a {
        padding-top: 30px;
    }
    .pic li:hover .cpp_bt a span {
        color: #fff;
        transition: all 0.5s ease;
        margin-bottom: 20px;
    }
}
@media (max-width:768px) {
    .pic {
        padding-top: 30px;
        width: 98%;
        height: auto;
        margin: 0 auto;
    }
    .pic ul li {
        width: calc((100% - 7%) / 2);
        height: auto;
        margin: 5px;
        position: relative;
    }
    .cpp_bt {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: rgb(240, 240, 240);
        overflow: hidden;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease;
    }
    .cpp_bt a span {
        display: block;
        color: #333;
        text-align: center;
        font-size: 14px;
        transition: all 0.5s ease;
    }
    .pic li:hover .cpp_bt a {
        padding-top: 9px;
    }
    .pic li:hover .cpp_bt a span {
        color: #fff;
        transition: all 0.5s ease;
        margin-bottom: 8px;
    }
    .cpp_bt a dl::before {
        position: absolute;
        content: '+';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 27px;
        background-color: #ffffff;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .cpp_bt a dl {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        line-height: 70px;
        border-radius: 50%;
        background-color: #ffffff93;
        color: #333;
        font-size: 18px;
        position: relative;
    }
}
/* -----------------------------------------------------------------------新闻栏目 */
.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: #0068e930;
    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: #15529b;
    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);
    display: flex;
}
.xwn_n h2 {
    max-width: 300px;
    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(143, 143, 143);
    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: 10%;
}
.xwn_n1 dl:nth-child(2) img {
    width: 25%;
    height: 70%;
}

@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: #0068e930;
        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: #15529b;
        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);
        display: flex;
    }
    .xwn_n h2 {
        max-width: 300px;
    }
    .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(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
}
@media (max-width:1024px) {
    
    .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: #0068e930;
        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: #15529b;
        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);
        display: flex;
    }
    .xwn_n h2 {
        max-width: 300px;
        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: 90%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 20px;
        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(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
}
@media (max-width:768px) {
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px 20px 0px;
    }
    .xwn_n {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 5px 0px;
        border-bottom: 1px solid rgb(216, 216, 216);
        display: flex;
    }
    .xwn_n h2 {
        max-width: 130px;
        overflow: hidden;
    }
    .xwn_n1 {
        width: 56%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 25px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 15px 0px;
        width: 90%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 15px;
        color: #333;
        font-weight: 600;
        margin-bottom: 14px;
        transition: all 0.5s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 13px;
        color: rgb(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newscontent {
        padding: 25px 25px;
    }
    .newscontent .name {
        font-size: 18px;
        display: block;
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .newscontent .intro p span {
        font-size: 16px !important;
    }
}