.top {
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 0px;
    justify-content: space-around;
}
.top_r1 {
    display: none;
}
.dh {
    width: 45%;
    height: auto;
}

.dh ul {
    width: 100%;
    height: auto;
    display: flex;
}

.dh ul li {
    width: calc((100% - 0%) / 6);
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
}

.dh li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    color: #333;
}

.dh li::before {
    content: "";
    width: 0%;
    height: 3px;
    top: 60px;
    left: 72px;
    position: absolute;
    background-color: rgb(158, 1, 1);
}

.dh li::after {
    content: "";
    width: 0%;
    height: 3px;
    top: 60px;
    right: 70px;
    position: absolute;
    background-color: rgb(1, 56, 158);
}

.dh li:hover a {
    color: rgb(40 80 156);
    font-weight: 600;
}

.dh li:hover::before {
    width: 35%;
    transition: all 0.4s ease;
}

.dh li:hover::after {
    width: 35%;
    transition: all 0.4s ease;
}

@media (max-width:1440px) {
    .top {
        width: 100%;
        height: auto;
        display: flex;
        padding: 5px 0px;
        justify-content: space-around;
    }
    
    .dh {
        width: 45%;
        height: auto;
    }
    
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    
    .dh ul li {
        width: calc((100% - 0%) / 6);
        height: 70px;
        line-height: 70px;
        text-align: center;
        position: relative;
    }
    
    .dh li a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 20px;
        color: #333;
    }
    
    .dh li::before {
        content: "";
        width: 0%;
        height: 3px;
        top: 60px;
        left: 53px;
        position: absolute;
        background-color: rgb(158, 1, 1);
    }
    
    .dh li::after {
        content: "";
        width: 0%;
        height: 3px;
        top: 60px;
        right: 53px;
        position: absolute;
        background-color: rgb(1, 56, 158);
    }
    
    .dh li:hover a {
        color: rgb(40 80 156);
        font-weight: 600;
    }
    
    .dh li:hover::before {
        width: 45%;
        transition: all 0.4s ease;
    }
    
    .dh li:hover::after {
        width: 45%;
        transition: all 0.4s ease;
    }
}
@media (max-width:1024px) {
    .top {
        width: 100%;
        height: auto;
        display: flex;
        padding: 5px 0px;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .top_r1 {
        display: block;
    }
    .top_r {
        display: none;
    }
.top_l img {
width:120%;
}

    .dh {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    
    .dh ul li {
        width: calc((100% - 0%) / 6);
        height: 70px;
        line-height: 70px;
        text-align: center;
        position: relative;
    }
    
    .dh li a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 24px;
        color: #333;
    }
    
    .dh li::before {
        content: "";
        width: 0%;
        height: 3px;
        top: 60px;
        left: 53px;
        position: absolute;
        background-color: rgb(158, 1, 1);
    }
    
    .dh li::after {
        content: "";
        width: 0%;
        height: 3px;
        top: 60px;
        right: 53px;
        position: absolute;
        background-color: rgb(1, 56, 158);
    }
    
    .dh li:hover a {
        color: rgb(40 80 156);
        font-weight: 600;
    }
    
    .dh li:hover::before {
        width: 45%;
        transition: all 0.4s ease;
    }
    
    .dh li:hover::after {
        width: 45%;
        transition: all 0.4s ease;
    }
}
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 1%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 70px;
    width: 65px;
    background: transparent url("../UploadFiles/themes.png") no-repeat left top;
    margin-top: -45px;
}

.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 1%;
}

.slide_container .tu {
    width: 100%;
    height: 602px;
}

/* ---------------------------------------------------产品中心 */
.cpzx {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.cpzx_t {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

.cpzx_t h3 {
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.cpzx_t p {
    font-size: 4rem;
    color: rgba(223, 222, 222, 0.37);
    font-weight: 600;
    letter-spacing: 2px;
}

.cpzx_t h3 span:nth-child(1) {
    color: rgb(1, 63, 155);
    display: block;
    margin-top: -10px;
}

.cpzx_t h3 span:nth-child(2) {
    color: rgb(155, 1, 1);
    display: block;
    margin-top: 10px;
}

.cpzx_l {
    width: 100%;
    height: auto;
}

.cpzx_l ul {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cpzx_l ul li {
    width: 10%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 20px 20px;
    border: 2px solid rgb(40 80 156);
    background-color: rgb(40 80 156);
}

.cpzx_l li a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.cpzx_l li:hover {
    transition: all 0.5s ease;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
@media (max-width:1440px) {
    .cpzx {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    
    .cpzx_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .cpzx_t h3 {
        font-size: 38px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .cpzx_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .cpzx_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .cpzx_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    
    .cpzx_l {
        width: 100%;
        height: auto;
    }
    
    .cpzx_l ul {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    
    .cpzx_l ul li {
        width: 15%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 20px 20px;
        border: 2px solid rgb(40 80 156);
        background-color: rgb(40 80 156);
    }
    
    .cpzx_l li a {
        display: block;
        width: 100%;
        font-size: 20px;
        color: rgb(255, 255, 255);
    }
    
    .cpzx_l li:hover {
        transition: all 0.5s ease;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}
@media (max-width:1440px) {
    .cpzx {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    
    .cpzx_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .cpzx_t h3 {
        font-size: 45px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .cpzx_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .cpzx_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .cpzx_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    
    .cpzx_l {
        width: 100%;
        height: auto;
    }
    
    .cpzx_l ul {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    
    .cpzx_l ul li {
        width: 20%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 20px 20px;
        border: 2px solid rgb(40 80 156);
        background-color: rgb(40 80 156);
    }
    
    .cpzx_l li a {
        display: block;
        width: 100%;
        font-size: 24px;
        color: rgb(255, 255, 255);
    }
    
    .cpzx_l li:hover {
        transition: all 0.5s ease;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}
.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: #054c7a;
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 25px;
    transition: all 0.6s;
}

.sycpfl li a:hover {
    background-color: #084d85;
    color: #fff;
}

.swiper-container {
    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: 20px;
    box-sizing: border-box;
}

.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: #9c0101;
    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.2);
}

.sycplb a:hover .sytplibt {
    background-color: rgb(40 80 156);
}

.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;
    }

    .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;
    }
}
/* ---------------------------------------------------------关于我们 */
.gywm {
    width: 100%;
    height: auto;
    padding-top: 20px;
    background-image: url(/UploadFiles/pic/bgi-about.png);
    background-position: 50% 50%;
    background-repeat: repeat;

}

.gywm_t {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

.gywm_t h3 {
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.gywm_t p {
    font-size: 4rem;
    color: rgba(223, 222, 222, 0.37);
    font-weight: 600;
    letter-spacing: 2px;
}

.gywm_t h3 span:nth-child(1) {
    color: rgb(1, 63, 155);
    display: block;
    margin-top: -10px;
}

.gywm_t h3 span:nth-child(2) {
    color: rgb(155, 1, 1);
    display: block;
    margin-top: 10px;
}
.gywm_n {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.gyn_l {
    width: 45%;
    height: auto;
}
.gyn_lt {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 25px;
}
.gyn_lt p {
    font-size: 30px;
    color: rgb(83, 83, 83);
}
.gyn_lt span {
    width: 120px;
    height: 2px;
    background-color: #803434;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gyn_lt h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    color: rgb(27 85 160);
    font-weight: 600;
}
.gyn_l dl {
    width: 100%;
}
.gyn_l dl p {
    font-size: 20px;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.gyn_a {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
}
.gyn_a a {
    width: 135px;
    height: 50px;
    background-color: rgb(27 85 160);
    display: block;
    margin-left: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
.gyn_a a:hover {
    background-color: #9c0101;
    transition: all 0.5s ease;
}
.gyn_r {
    width: 45%;
    height: auto;
    padding-top: 30px;
}
.gyn_r img {
    width: 100%;
}
@media (max-width:1440px) {
    .gywm {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-image: url(/UploadFiles/pic/bgi-about.png);
        background-position: 50% 50%;
        background-repeat: repeat;
    
    }
    
    .gywm_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .gywm_t h3 {
        font-size: 38px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .gywm_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .gywm_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .gywm_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    .gywm_n {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .gyn_l {
        width: 45%;
        height: auto;
    }
    .gyn_lt {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .gyn_lt p {
        font-size: 30px;
        color: rgb(83, 83, 83);
    }
    .gyn_lt span {
        width: 120px;
        height: 2px;
        background-color: #803434;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .gyn_lt h3 {
        font-size: 2rem;
        letter-spacing: 2px;
        color: rgb(27 85 160);
        font-weight: 600;
    }
    .gyn_l dl {
        width: 100%;
    }
    .gyn_l dl p {
        font-size: 20px;
        color: #333;
        line-height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    .gyn_a {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
        display: flex;
    }
    .gyn_a a {
        width: 135px;
        height: 50px;
        background-color: rgb(27 85 160);
        display: block;
        margin-left: 20px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
    }
    .gyn_a a:hover {
        background-color: #9c0101;
        transition: all 0.5s ease;
    }
    .gyn_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
    }
    .gyn_r img {
        width: 100%;
        margin-top: 60px;
    }
}
@media (max-width:1024px) {
    .gywm {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-image: url(/UploadFiles/pic/bgi-about.png);
        background-position: 50% 50%;
        background-repeat: repeat;
    
    }
    
    .gywm_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .gywm_t h3 {
        font-size: 45px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .gywm_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .gywm_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .gywm_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    .gywm_n {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .gyn_l {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .gyn_lt {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .gyn_lt p {
        font-size: 32px;
        color: rgb(83, 83, 83);
    }
    .gyn_lt span {
        width: 120px;
        height: 2px;
        background-color: #803434;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .gyn_lt h3 {
        font-size: 2.5rem;
        letter-spacing: 2px;
        color: rgb(27 85 160);
        font-weight: 600;
    }
    .gyn_l dl {
        width: 100%;
    }
    .gyn_l dl p {
        font-size: 24px;
        color: #333;
        line-height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    .gyn_a {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
        display: flex;
    }
    .gyn_a a {
        width: 135px;
        height: 50px;
        background-color: rgb(27 85 160);
        display: block;
        margin-left: 20px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 22px;
    }
    .gyn_a a:hover {
        background-color: #9c0101;
        transition: all 0.5s ease;
    }
    .gyn_r {
        width: 45%;
        height: auto;
        padding-top: 30px;
        display: none;
    }
    .gyn_r img {
        width: 100%;
        margin-top: 60px;
    }
}
/* ------------------------------------------------------------车间设备 */
.cjss {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.cjss_t {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

.cjss_t h3 {
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.cjss_t p {
    font-size: 4rem;
    color: rgba(223, 222, 222, 0.37);
    font-weight: 600;
    letter-spacing: 2px;
}

.cjss_t h3 span:nth-child(1) {
    color: rgb(1, 63, 155);
    display: block;
    margin-top: -10px;
}

.cjss_t h3 span:nth-child(2) {
    color: rgb(155, 1, 1);
    display: block;
    margin-top: 10px;
}
@media (max-width:1024px) {
    .cjss {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    .cjss_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .cjss_t h3 {
        font-size: 45px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .cjss_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .cjss_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .cjss_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
}
.wrap_n {
	width: 90%;
	margin: 0 auto;
    position: relative;
}
.syfwlb {
	padding: 0 40px;
	box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.syfwlb::before {
	left: -1px;
	/*background-color: #fff;*/
}

.syfwlb::after {
	right: -1px;
	/*background-color: #f3f3f3;*/
}

.syfwnr {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.sycplb {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	transition: all 0.6s;
	margin-top: 10px;
	background-color: #fff;
}

.sycplb .sycplbtp {
	width: 100%;
	overflow: hidden;
}

.sycplb .sycplbtp img {
	width: 100%;
	display: block;
	transition: all 0.8s;
}

.sycplbbt {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 16px;
	background-image: url("../../UploadFiles/bj/jt.png");
	background-size: 18px 16px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* .sycplb:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	margin-bottom: 6px;
} */

.sycplb:hover .sycplbtp img {
	transform: scale(1.2);
}

.sycplb:hover .sycplbbt p:nth-child(1) {
	color: #0155b6;
}
@media(max-width:1024px) {
	.syfw {
		width: 96%;
	}

	.sycplbbt p:nth-child(1) {
		font-size: 27px;
	}

	.sycplbbt p:nth-child(2) {
		font-size: 23px;
	}
}
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
/* ------------------------------------------------------------应用范围 */
.yyly {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.yyly_t {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

.yyly_t h3 {
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.yyly_t p {
    font-size: 4rem;
    color: rgba(223, 222, 222, 0.37);
    font-weight: 600;
    letter-spacing: 2px;
}

.yyly_t h3 span:nth-child(1) {
    color: rgb(1, 63, 155);
    display: block;
    margin-top: -10px;
}

.yyly_t h3 span:nth-child(2) {
    color: rgb(155, 1, 1);
    display: block;
    margin-top: 10px;
}
.yyly_n {
    width: 100%;
    height: auto;
}
.yyly_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.yyly_n ul li {
    width: calc((100% - 12% ) / 4 );
    height: auto;
    margin: 20px;
    border: 1px solid #65666661;
    overflow: hidden;
    position: relative;
}
.yyly_n li img {
    width: 100%;
    height: auto;
    display: block;
}
.yyly_n li dl {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: auto;
}
.yyly_n dl p {
    font-size: 25px;
    color: rgb(51, 51, 51);
    margin-left: 30px;
    font-weight: 600;
}
.yyly_n dl span {
    width: 50px;
    height: 3px;
    background-color: rgb(56, 56, 56);
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.yyly_n li::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #c3c2c23b;
    position: absolute;
    display: block;
}
.yyly_n li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.yyly_n li:hover p {
    color: #292929;
    transition: all 0.5s ease;
}
.yyly_n li:hover span {
    background-color: rgb(151, 0, 0);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .yyly {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .yyly_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .yyly_t h3 {
        font-size: 38px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .yyly_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .yyly_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .yyly_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    .yyly_n {
        width: 100%;
        height: auto;
    }
    .yyly_n ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .yyly_n ul li {
        width: calc((100% - 13% ) / 4 );
        height: auto;
        margin: 20px;
        border: 1px solid #65666661;
        overflow: hidden;
        position: relative;
    }
    .yyly_n li img {
        width: 100%;
        height: auto;
        display: block;
    }
    .yyly_n li dl {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        height: auto;
    }
    .yyly_n dl p {
        font-size: 25px;
        color: rgb(51, 51, 51);
        margin-left: 30px;
        font-weight: 600;
    }
    .yyly_n dl span {
        width: 50px;
        height: 3px;
        background-color: rgb(56, 56, 56);
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .yyly_n li::before {
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-color: #c3c2c23b;
        position: absolute;
        display: block;
    }
    .yyly_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .yyly_n li:hover p {
        color: #292929;
        transition: all 0.5s ease;
    }
    .yyly_n li:hover span {
        background-color: rgb(151, 0, 0);
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .yyly {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .yyly_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .yyly_t h3 {
        font-size: 45px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .yyly_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .yyly_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .yyly_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    .yyly_n {
        width: 100%;
        height: auto;
    }
    .yyly_n ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .yyly_n ul li {
        width: calc((100% - 10% ) / 2 );
        height: auto;
        margin: 20px;
        border: 1px solid #65666661;
        overflow: hidden;
        position: relative;
    }
    .yyly_n li img {
        width: 100%;
        height: auto;
        display: block;
    }
    .yyly_n li dl {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        height: auto;
    }
    .yyly_n dl p {
        font-size: 25px;
        color: rgb(51, 51, 51);
        margin-left: 30px;
        font-weight: 600;
    }
    .yyly_n dl span {
        width: 50px;
        height: 3px;
        background-color: rgb(56, 56, 56);
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .yyly_n li::before {
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-color: #c3c2c23b;
        position: absolute;
        display: block;
    }
    .yyly_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .yyly_n li:hover p {
        color: #292929;
        transition: all 0.5s ease;
    }
    .yyly_n li:hover span {
        background-color: rgb(151, 0, 0);
        transition: all 0.5s ease;
    }
}
/* -----------------------------------------------------------新闻中心 */
.xwzx {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: rgb(250, 250, 250);
}

.xwzx_t {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

.xwzx_t h3 {
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.xwzx_t p {
    font-size: 4rem;
    color: rgba(223, 222, 222, 0.37);
    font-weight: 600;
    letter-spacing: 2px;
}

.xwzx_t h3 span:nth-child(1) {
    color: rgb(1, 63, 155);
    display: block;
    margin-top: -10px;
}

.xwzx_t h3 span:nth-child(2) {
    color: rgb(155, 1, 1);
    display: block;
    margin-top: 10px;
}
.xwzx_n {
    width: 100%;
    height: auto;
}
.xwzx_n ul {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
}
.xwzx_n ul li {
    width: calc((100% - 0%) / 4 );
    height: auto;
    padding: 20px;
    margin: 20px;
    border-bottom: 2px solid rgb(0, 84, 122);
    background-color: #fff;
}
.xwzx_n li a {
    width: 100%;
    display: block;
}
.xwzx_n h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.xwzx_n h3 img {
    width: 100%;
    display: block;
}
.xwzx_n dl {
    width: 90%;
    height: auto;
    
    padding: 24px;
    background-color: #fff;
}
.xwzx_n dl p:nth-child(1) {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xwzx_n dl p:nth-child(2) {
    font-size: 16px;
    color: rgb(110, 110, 110);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwzx_n li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xwzx_n li:hover dl p:nth-child(2) {
    color: #a94e4e;
}
.xwzx_n li:hover {
    box-shadow: 0px 2px 10px 10px #d8d7d759;
    transition: all 0.5s ease;
    border-bottom: 2px solid #963b3b;
}
@media (max-width:1440px) {
    .xwzx {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 30px;
        background-color: rgb(250, 250, 250);
    }
    
    .xwzx_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .xwzx_t h3 {
        font-size: 38px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .xwzx_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .xwzx_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .xwzx_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    .xwzx_n {
        width: 100%;
        height: auto;
    }
    .xwzx_n ul {
        width: 95%;
        margin: 0 auto;
        height: auto;
        display: flex;
    }
    .xwzx_n ul li {
        width: calc((100% - 0%) / 4 );
        height: auto;
        padding: 15px;
        margin: 15px;
        border-bottom: 2px solid rgb(0, 84, 122);
        background-color: #fff;
    }
    .xwzx_n li a {
        width: 100%;
        display: block;
    }
    .xwzx_n h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .xwzx_n h3 img {
        width: 100%;
        display: block;
    }
    .xwzx_n dl {
        width: 90%;
        height: auto;
        
        padding: 24px;
        background-color: #fff;
    }
    .xwzx_n dl p:nth-child(1) {
        font-size: 22px;
        color: #333;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .xwzx_n dl p:nth-child(2) {
        font-size: 16px;
        color: rgb(110, 110, 110);
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwzx_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl p:nth-child(2) {
        color: #a94e4e;
    }
    .xwzx_n li:hover {
        box-shadow: 0px 2px 10px 10px #d8d7d759;
        transition: all 0.5s ease;
        border-bottom: 2px solid #963b3b;
    }
}
@media (max-width:1024px) {
    .xwzx {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 30px;
        background-color: rgb(250, 250, 250);
    }
    
    .xwzx_t {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .xwzx_t h3 {
        font-size: 45px;
        color: #333;
        font-weight: 600;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }
    
    .xwzx_t p {
        font-size: 4rem;
        color: rgba(223, 222, 222, 0.37);
        font-weight: 600;
        letter-spacing: 2px;
    }
    
    .xwzx_t h3 span:nth-child(1) {
        color: rgb(1, 63, 155);
        display: block;
        margin-top: -10px;
    }
    
    .xwzx_t h3 span:nth-child(2) {
        color: rgb(155, 1, 1);
        display: block;
        margin-top: 10px;
    }
    .xwzx_n {
        width: 100%;
        height: auto;
    }
    .xwzx_n ul {
        width: 95%;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .xwzx_n ul li {
        width: calc((100% - 13%) / 2 );
        height: auto;
        padding: 15px;
        margin: 15px;
        border-bottom: 2px solid rgb(0, 84, 122);
        background-color: #fff;
    }
    .xwzx_n ul li:nth-child(3) {
        display: none;
    }
    .xwzx_n ul li:nth-child(4) {
        display: none;
    }
    .xwzx_n li a {
        width: 100%;
        display: block;
    }
    .xwzx_n h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .xwzx_n h3 img {
        width: 100%;
        display: block;
    }
    .xwzx_n dl {
        width: 90%;
        height: auto;
        
        padding: 24px;
        background-color: #fff;
    }
    .xwzx_n dl p:nth-child(1) {
        font-size: 28px;
        color: #333;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .xwzx_n dl p:nth-child(2) {
        font-size: 22px;
        color: rgb(110, 110, 110);
        line-height: 33px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwzx_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl p:nth-child(2) {
        color: #a94e4e;
    }
    .xwzx_n li:hover {
        box-shadow: 0px 2px 10px 10px #d8d7d759;
        transition: all 0.5s ease;
        border-bottom: 2px solid #963b3b;
    }
}
/* ------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 260px;
    background-color: #292929;
}
.dibu_t {
    width: 100%;
    padding: 30px 0px 30px 0px;
    border-bottom: 1px solid rgb(80, 79, 79);
    display: flex;
}
.ditt {
    width: 25%;
    text-align: center;
    letter-spacing: 2px;
}
.ditt h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
}
.dibu_t ul {
    width: 60%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
}
.dibu_t ul li {
    width: calc((100% - 40%) / 6 );
    height: auto;
    margin-left: 15px;
    line-height: 38px;
}
.dibu_t li a {
    font-size: 18px;
    color: rgb(204, 203, 203);
}
.dibu_t a:hover {
    color: #fff;
    transition: all 0.5s ease;
}
.dibu_n {
    width: 100%;
    height: auto;
}
.dibu_n ul {
    width: 98%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.di_li {
    width: 25%;
    padding-left: 10px;
}

.di_li p:nth-child(1) {
    font-size: 27px;
    color: #fff;
    margin-top: 15px;
    margin-left: 38px;
}
.di_li p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    margin-left: 30px;
    background-color: rgba(0, 0, 0, 0.479);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.dibu_n ul li {
    width: calc((100% - 30%) / 3 );
    height: auto;
    padding: 20px;
    margin: 10px;
}

.dibu_n ul li:nth-child(2) {
    background-color: #212121;
    height: auto;
    padding: 20px;
    margin: 10px;
    display: flex;
}
.dibu_n ul li:nth-child(3) {
    background-color: #212121;
    height: auto;
    padding: 20px;
    margin: 10px;
    display: flex;
}
.dibu_n ul li:nth-child(4) {
    background-color: #212121;
    height: auto;
    padding: 20px;
    margin: 10px;
    display: flex;
}
.dibu_n li img {
    width: 20%;
}
.dibu_n li:nth-child(2) p {
    font-size: 20px;
    color: #fff;
    margin-left: 30px;
    line-height: 35px;
}
.dibu_n li:nth-child(3) p {
    font-size: 20px;
    color: #fff;
    margin-left: 30px;
    line-height: 35px;
}
.dibu_n li:nth-child(4) p {
    font-size: 20px;
    color: #fff;
    margin-left: 30px;
    line-height: 35px;
}
.ddd {
    width: 100%;
    height: 61px;
    background-color: #212121;
    display: flex;
    justify-content: center;
    line-height: 30px;
}
.ddd p {
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
}
@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 260px;
        background-color: #292929;
    }
    .dibu_t {
        width: 100%;
        padding: 30px 0px 30px 0px;
        border-bottom: 1px solid rgb(80, 79, 79);
        display: flex;
    }
    .ditt {
        width: 25%;
        text-align: center;
        letter-spacing: 2px;
    }
    .ditt h3 {
        font-size: 2rem;
        color: #fff;
        font-weight: 600;
    }
    .dibu_t ul {
        width: 60%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: flex-end;
    }
    .dibu_t ul li {
        width: calc((100% - 40%) / 6 );
        height: auto;
        margin-left: 15px;
        line-height: 38px;
    }
    .dibu_t li a {
        font-size: 18px;
        color: rgb(204, 203, 203);
    }
    .dibu_t a:hover {
        color: #fff;
        transition: all 0.5s ease;
    }
    .dibu_n {
        width: 100%;
        height: auto;
    }
    .dibu_n ul {
        width: 98%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .di_li {
        width: 25%;
        padding-left: 10px;
    }
    
    .di_li p:nth-child(1) {
        font-size: 27px;
        color: #fff;
        margin-top: 15px;
        margin-left: 38px;
    }
    .di_li p:nth-child(2) {
        font-size: 30px;
        color: #fff;
        margin-top: 20px;
        margin-left: 30px;
        background-color: rgba(0, 0, 0, 0.479);
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%;
        text-align: center;
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .dibu_n ul li {
        width: calc((100% - 30%) / 3 );
        height: auto;
        padding: 20px;
        margin: 10px;
    }
    
    .dibu_n ul li:nth-child(2) {
        background-color: #212121;
        height: auto;
        padding: 20px;
        margin: 10px;
        display: flex;
    }
    .dibu_n ul li:nth-child(3) {
        background-color: #212121;
        height: auto;
        padding: 20px;
        margin: 10px;
        display: flex;
    }
    .dibu_n ul li:nth-child(4) {
        background-color: #212121;
        height: auto;
        padding: 20px;
        margin: 10px;
        display: flex;
    }
    .dibu_n li img {
        width: 20%;
    }
    .dibu_n li:nth-child(2) p {
        font-size: 20px;
        color: #fff;
        margin-left: 30px;
        line-height: 27px;
    }
    .dibu_n li:nth-child(3) p {
        font-size: 20px;
        color: #fff;
        margin-left: 30px;
        line-height: 27px;
    }
    .dibu_n li:nth-child(4) p {
        font-size: 20px;
        color: #fff;
        margin-left: 30px;
        line-height: 27px;
    }
    .ddd {
        width: 100%;
        height: 61px;
        background-color: #212121;
        display: flex;
        justify-content: center;
        line-height: 30px;
    }
    .ddd p {
        font-size: 16px;
        color: #fff;
        margin-left: 15px;
    }
}
@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 400px;
        background-color: #292929;
    }
    .dibu_t {
        width: 100%;
        padding: 30px 0px 30px 0px;
        border-bottom: 1px solid rgb(80, 79, 79);
        display: flex;
    }
    .ditt {
        width: 25%;
        text-align: center;
        letter-spacing: 2px;
        display: none;
    }
    .ditt h3 {
        font-size: 2rem;
        color: #fff;
        font-weight: 600;
    }
    .dibu_t ul {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: flex-end;
    }
    .dibu_t ul li {
        width: calc((100% - 13%) / 6 );
        height: auto;
        margin-left: 15px;
        line-height: 38px;
    }
    .dibu_t li a {
        font-size: 18px;
        color: rgb(204, 203, 203);
    }
    .dibu_t a:hover {
        color: #fff;
        transition: all 0.5s ease;
    }
    .dibu_n {
        width: 100%;
        height: auto;
    }
    .dibu_n ul {
        width: 98%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        padding-top: 10px;
    }
    .di_li {
        width: 40%;
        padding-left: 10px;
    }
    
    .di_li p:nth-child(1) {
        font-size: 27px;
        color: #fff;
        margin-top: 15px;
        margin-left: 38px;
    }
    .di_li p:nth-child(2) {
        font-size: 30px;
        color: #fff;
        margin-top: 20px;
        margin-left: 30px;
        background-color: rgba(0, 0, 0, 0.479);
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%;
        text-align: center;
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .dibu_n ul li {
        width: calc((100% - -30%) / 3 );
        height: auto;
        padding: 20px;
        margin: 10px;
    }
    
    .dibu_n ul li:nth-child(2) {
        background-color: #212121;
        height: auto;
        padding: 20px;
        margin: 10px;
        display: flex;
    }
    .dibu_n ul li:nth-child(3) {
        background-color: #212121;
        height: auto;
        padding: 20px;
        margin: 10px;
        display: flex;
    }
    .dibu_n ul li:nth-child(4) {
        background-color: #212121;
        height: auto;
        padding: 20px;
        margin: 10px;
        display: flex;
    }
    .dibu_n li img {
        width: 20%;
    }
    .dibu_n li:nth-child(2) p {
        font-size: 23px;
        color: #fff;
        margin-left: 30px;
        line-height: 36px;
    }
    .dibu_n li:nth-child(3) p {
        font-size: 23px;
        color: #fff;
        margin-left: 20px;
        line-height: 36px;
    }
    .dibu_n li:nth-child(4) p {
        font-size: 23px;
        color: #fff;
        margin-left: 10px;
        line-height: 36px;
    }
    .ddd {
        width: 100%;
        height: 85px;
        background-color: #212121;
        display: flex;
        justify-content: center;
        line-height: 30px;
        flex-wrap: wrap;
    }
    .ddd p {
        font-size: 16px;
        color: #fff;
        margin-left: 15px;
    }
}
.footbox{
	height: 11rem;
	background:rgb(4 98 152 / 52%);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:3rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto;
}

@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}
/* -------------------------------------------------------------关于我们-内 */
.gyww {
    width: 100%;
    height: auto;
}
.gyww_t {
    width: 100%;
    height: auto;
    background-color: #0155b6;
    display: flex;
}
.gyww_t ul {
    width: 75%;
    height: auto;
    display: flex;
}
.gyww_t ul li {
    width: 15%;
    background-color: #143879;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.gyww_t li a {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 20px;
}
.gyww_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width:1024px) {
    .gyww {
        width: 100%;
        height: auto;
    }
    .gyww_t {
        width: 100%;
        height: auto;
        background-color: #0155b6;
        display: flex;
    }
    .gyww_t ul {
        width: 40%;
        height: auto;
        display: flex;
    }
    .gyww_t ul li {
        width: 45%;
        background-color: #143879;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .gyww_t li a {
        width: 100%;
        height: auto;
        display: block;
        color: #fff;
        font-size: 24px;
    }
    .gyww_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* ---------------------------------------------------------联系我们 */
.lxww {
    width: 100%;
    height: auto;
}
.lxww_t {
    width: 100%;
    height: auto;
    background-color: #0155b6;
    display: flex;
}
.lxww_t ul {
    width: 75%;
    height: auto;
    display: flex;
}
.lxww_t ul li {
    width: 15%;
    background-color: #143879;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.lxww_t li a {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 20px;
}
.lxww_n {
    width: 100%;
    height: auto;
}
.lxn_t {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
.lxn_t ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.lxn_t ul li {
    width: calc((100% - 0%) / 3 );
    height: auto;
    padding: 20px;
    margin: 20px;
    background-color: #003871;
    text-align: center;
}
.lxn_t li img {
    width: 20%;
}
.lxn_t li p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.lxn_n {
    width: 90%;
    margin: 0 auto;
    
}
@media (max-width:1024px) {
    .lxww {
        width: 100%;
        height: auto;
    }
    .lxww_t {
        width: 100%;
        height: auto;
        background-color: #0155b6;
        display: flex;
    }
    .lxww_t ul {
        width: 40%;
        height: auto;
        display: flex;
    }
    .lxww_t ul li {
        width: 45%;
        background-color: #143879;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .lxww_t li a {
        width: 100%;
        height: auto;
        display: block;
        color: #fff;
        font-size: 20px;
    }
    .lxww_n {
        width: 100%;
        height: auto;
    }
    .lxn_t {
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .lxn_t ul {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .lxn_t ul li {
        width: calc((100% - 0%) / 3 );
        height: auto;
        padding: 20px;
        margin: 20px;
        background-color: #003871;
        text-align: center;
    }
    .lxn_t li img {
        width: 40%;
    }
    .lxn_t li p {
        font-size: 24px;
        color: #fff;
        margin-top: 20px;
    }
    .lxn_n {
        width: 90%;
        margin: 0 auto;
        
    }
}
/* ----------------------------------------------------------图片通用 */
.pic {
    width: 100%;
    height: auto;
    background-color: rgb(240, 240, 240);
}
.pic_t {
    width: 100%;
    height: auto;
    background-color: #0155b6;
    display: flex;
}
.pic_t ul {
    width: 75%;
    height: auto;
    display: flex;
}
.pic_t ul li {
    width: 15%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.pic_t ul li:nth-child(1) {
    width: 15%;
    background-color: #143879;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.pic_t li a {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 20px;
}
.pic_t li:hover {
    background-color: #143879;
    transition: all 0.5s ease;
}
.pic_n {
    width: 100%;
    height: auto;
}
.pic_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.pic_n ul li {
	width: calc((100% - 10%) / 4 );
	height: auto;
	margin: 10px;
	padding: 10px;
	
}

.pic_n li a {
	width: 100%;
	display: block;
}
.pic_n li h3 {
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
}
.pic_n li h3::before,.pic_n li h3::after {
	position:absolute;
	top:0px;
	right:0;
	bottom:0px;
	left:0;
	content:'';
	opacity:0;
	pointer-events:none;
	-webkit-transition:opacity 0.4s,-webkit-transform 0.4s;
	transition:opacity 0.4s,transform 0.4s;
	z-index: 1;
}
.pic_n li h3::before {
	border-top:2px solid rgb(1, 92, 167);
	border-bottom:2px solid rgb(1, 92, 167);
	-webkit-transform:scale(0,1);
	transform:scale(0,1);
}
.pic_n li h3::after {
	border-right:2px solid rgb(1, 92, 167);
	border-left:2px solid rgb(1, 92, 167);
	-webkit-transform:scale(1,0);
	transform:scale(1,0);
}
.pic_n li:hover h3::before,.pic_n li:hover h3::after {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}

.pic_n h3 img {
	width: 100%;
}
.pic_n li ol {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	text-align: center;
	background-color: rgb(255, 255, 255);
	margin-top: -3px;
}
.pic_n li:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.pic_n li:hover  {
	/* box-shadow: 0px 2px 6px rgba(173, 173, 173, 0.493); */
	transition: all 0.5s ease;
}
.pic_n li:hover ol {
	background: #01488f;
	color: #fff;
	transition: all 0.5s ease;
}
@media (max-width:1440px) {
	.pic_n ul li {
		width: calc((100% - 13%) / 4 );
		height: auto;
		margin: 10px;
		padding: 10px;
	}
}
@media (max-width:1024px) {
    .pic_cj {
        width: 20%;
    }
    .pic {
        width: 100%;
        height: auto;
        background-color: rgb(240, 240, 240);
    }
    .pic_t {
        width: 100%;
        height: auto;
        background-color: #0155b6;
        display: flex;
    }
    .pic_t ul {
        width: 90%;
        height: auto;
        display: flex;
    }
    .pic_t ul li {
        width: 30%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .pic_t ul li:nth-child(1) {
        width: 25%;
        background-color: #143879;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .pic_t li a {
        width: 100%;
        height: auto;
        display: block;
        color: #fff;
        font-size: 24px;
    }
    .pic_t li:hover {
        background-color: #143879;
        transition: all 0.5s ease;
    }
    .pic_n {
        width: 100%;
        height: auto;
    }
    .pic_n ul {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .pic_n ul li {
        width: calc((100% - 10%) / 2 );
        height: auto;
        margin: 10px;
        padding: 10px;
        
    }
    
    .pic_n li a {
        width: 100%;
        display: block;
    }
    .pic_n li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .pic_n li h3::before,.pic_n li h3::after {
        position:absolute;
        top:0px;
        right:0;
        bottom:0px;
        left:0;
        content:'';
        opacity:0;
        pointer-events:none;
        -webkit-transition:opacity 0.4s,-webkit-transform 0.4s;
        transition:opacity 0.4s,transform 0.4s;
        z-index: 1;
    }
    .pic_n li h3::before {
        border-top:2px solid rgb(1, 92, 167);
        border-bottom:2px solid rgb(1, 92, 167);
        -webkit-transform:scale(0,1);
        transform:scale(0,1);
    }
    .pic_n li h3::after {
        border-right:2px solid rgb(1, 92, 167);
        border-left:2px solid rgb(1, 92, 167);
        -webkit-transform:scale(1,0);
        transform:scale(1,0);
    }
    .pic_n li:hover h3::before,.pic_n li:hover h3::after {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    
    .pic_n h3 img {
        width: 100%;
    }
    .pic_n li ol {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        color: #333;
        text-align: center;
        background-color: rgb(255, 255, 255);
        margin-top: -3px;
    }
    .pic_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .pic_n li:hover  {
        /* box-shadow: 0px 2px 6px rgba(173, 173, 173, 0.493); */
        transition: all 0.5s ease;
    }
    .pic_n li:hover ol {
        background: #01488f;
        color: #fff;
        transition: all 0.5s ease;
    }
}
/* -------------------------------------------------------------新闻中心-内页 */
.xww {
    width: 100%;
    height: auto;
    background-color: rgb(240, 240, 240);
}
.xww_t {
    width: 100%;
    height: auto;
    background-color: #0155b6;
    display: flex;
}
.xww_t ul {
    width: 75%;
    height: auto;
    display: flex;
}
.xww_t ul li {
    width: 15%;
    background-color: #143879;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.xww_t li a {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 20px;
}
.xww_n {
    width: 100%;
    height: auto;
}
.xww_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.xww_n ul li {
    width: 95%;
    height: auto;
    margin: 25px auto;
    padding: 25px;
    background-color: #fff;
    border-bottom: 2px solid #0155b6;
}
.xww_n li a {
    width: 100%;
    display: block;
}
.xww_n a span {
    width: 100px;
    height: 2px;
    background-color: #01488f;
    display: block;
    margin-bottom: 20px;
}
.xww_n a p:nth-child(2) {
    font-size: 25px;
    color: rgb(78, 78, 78);
    margin-bottom: 20px;
}
.xww_n a p:nth-child(3) {
    font-size: 20px;
    color: rgb(121, 120, 120);
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xww_a {
    width: 120px;
    height: 40px;
    border: 1px solid #525252;
    font-size: 17px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.xww_n li:hover {
    box-shadow: 4px 6px 15px 3px rgb(187, 186, 186);
    border-bottom: 2px solid rgb(158, 18, 18);
    transition: all 0.5s ease;
}
.xww_n li:hover .xww_a {
    border: 1px solid #1442a5;
    background-color: #1442a5;
    color: #fff;
    transition: all 0.5s ease;
}
.xww_n li:hover span {
    width: 150px;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .xww {
        width: 100%;
        height: auto;
        background-color: rgb(240, 240, 240);
    }
    .xww_t {
        width: 100%;
        height: auto;
        background-color: #0155b6;
        display: flex;
    }
    .xww_t ul {
        width: 90%;
        height: auto;
        display: flex;
    }
    .xww_t ul li {
        width: 20%;
        background-color: #143879;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .xww_t li a {
        width: 100%;
        height: auto;
        display: block;
        color: #fff;
        font-size: 24px;
    }
    .xww_n {
        width: 100%;
        height: auto;
    }
    .xww_n ul {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .xww_n ul li {
        width: 95%;
        height: auto;
        margin: 25px auto;
        padding: 25px;
        background-color: #fff;
        border-bottom: 2px solid #0155b6;
    }
    .xww_n li a {
        width: 100%;
        display: block;
    }
    .xww_n a span {
        width: 100px;
        height: 2px;
        background-color: #01488f;
        display: block;
        margin-bottom: 20px;
    }
    .xww_n a p:nth-child(2) {
        font-size: 25px;
        color: rgb(78, 78, 78);
        margin-bottom: 20px;
    }
    .xww_n a p:nth-child(3) {
        font-size: 20px;
        color: rgb(121, 120, 120);
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xww_a {
        width: 120px;
        height: 40px;
        border: 1px solid #525252;
        font-size: 17px;
        color: #333;
        text-align: center;
        line-height: 40px;
    }
    .xww_n li:hover {
        box-shadow: 4px 6px 15px 3px rgb(187, 186, 186);
        border-bottom: 2px solid rgb(158, 18, 18);
        transition: all 0.5s ease;
    }
    .xww_n li:hover .xww_a {
        border: 1px solid #1442a5;
        background-color: #1442a5;
        color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li:hover span {
        width: 150px;
        transition: all 0.5s ease;
    }
}