.top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_l {
    width: 70%;
    height: auto;
    display: flex;
}
.top_i {
    width: 43%;
    height: auto;
}
.zycp {
    width: 57%;
    height: 100px;
}
.zycp p:nth-child(1) {
    font-size: 20px;
    color: rgb(223, 120, 3);
    margin-top: 20px;
    font-weight: 600;
}
.zycp p:nth-child(2) {
    font-size: 20px;
    margin-top: 10px;
}
.top_r {
    width: 20%;
    height: auto;
}
.dh {
    width: 100%;
    height: auto;
    background-color: #0059b5;
}
.dh_ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.dh_li {
    width: calc((100% - 0%) / 7 );
    height: 60px;
    text-align: center;
    border-left: 1px solid #033c9a;

}
.cp_li {
    width: calc((100% - 0%) / 7 );
    height: 60px;
    text-align: center;
    border-left: 1px solid #033c9a;
    position: relative;
}
.dh_li:nth-child(7) {
    border-right: 1px solid #033c9a;
}
.dh_li a {
    width: 100%;
    display: block;
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
}
.cp_li a {
    width: 100%;
    display: block;
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
}
.dh_li:hover {
    background-color: #c74b03;
    transition: all 0.5s ease;
}
.dh_li a:hover {
    font-weight: 600;
}
.cp_li:hover {
    background-color: #c74b03;
    transition: all 0.5s ease;
}
.cp_li a:hover {
    font-weight: 600;
}
.cp_li:hover .ccp_ul {
    height: 366px;
    transition: all 0.5s ease;
}
.ccp_ul {
    position: absolute;
    display: inline;
    right: -1px;
    width: 100%;
    border-left: 1px solid #033c9a;
    border-right: 1px solid #033c9a;
    height: 0;
    overflow: hidden;
    z-index: 1000;
}
.ccp_li {
    border-left: 1px solid #033c9a;
    border-right: 1px solid #033c9a;
    border-bottom: 1px solid #033c9a;
    background-color: rgb(1, 97, 182);
}

.ccp_li a {
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.ccp_li:hover {
    background-color: rgb(2, 65, 119);
}
@media (max-width:1440px) {
    .top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .top_l {
        width: 70%;
        height: auto;
        display: flex;
    }
    .top_i {
        width: 56%;
        height: auto;
    }
    .zycp {
        width: 45%;
        height: 100px;
    }
    .zycp p:nth-child(1) {
        font-size: 20px;
        color: rgb(223, 120, 3);
        margin-top: 20px;
        font-weight: 600;
    }
    .zycp p:nth-child(2) {
        font-size: 20px;
        margin-top: 10px;
    }
    .top_r {
        width: 23%;
        height: auto;
    }
    .dh {
        width: 100%;
        height: auto;
        background-color: #0059b5;
    }
    .dh_ul {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .dh_li {
        width: calc((100% - 0%) / 7 );
        height: 60px;
        text-align: center;
        border-left: 1px solid #033c9a;
    
    }
    .cp_li {
        width: calc((100% - 0%) / 7 );
        height: 60px;
        text-align: center;
        border-left: 1px solid #033c9a;
        position: relative;
    }
    .dh_li:nth-child(7) {
        border-right: 1px solid #033c9a;
    }
    .dh_li a {
        width: 100%;
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
    }
    .cp_li a {
        width: 100%;
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
    }
    .dh_li:hover {
        background-color: #c74b03;
        transition: all 0.5s ease;
    }
    .dh_li a:hover {
        font-weight: 600;
    }
    .cp_li:hover {
        background-color: #c74b03;
        transition: all 0.5s ease;
    }
    .cp_li a:hover {
        font-weight: 600;
    }
    .cp_li:hover .ccp_ul {
        height: 366px;
        transition: all 0.5s ease;
    }
    .ccp_ul {
        position: absolute;
        display: inline;
        right: -1px;
        width: 100%;
        border-left: 1px solid #033c9a;
        border-right: 1px solid #033c9a;
        height: 0;
        overflow: hidden;
        z-index: 1000;
    }
    .ccp_li {
        border-left: 1px solid #033c9a;
        border-right: 1px solid #033c9a;
        border-bottom: 1px solid #033c9a;
        background-color: rgb(1, 97, 182);
    }
    
    .ccp_li a {
        font-size: 20px;
        color: rgb(255, 255, 255);
    }
    .ccp_li:hover {
        background-color: rgb(2, 65, 119);
    }
}
@media (max-width:1024px) {
    .top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .top_l {
        width: 55%;
        height: auto;
        display: flex;
    }
    .top_i {
        width: 56%;
        height: auto;
    }
    .zycp {
        width: 45%;
        height: 100px;
        display: none;
    }
    .zycp p:nth-child(1) {
        font-size: 20px;
        color: rgb(223, 120, 3);
        margin-top: 20px;
        font-weight: 600;
    }
    .zycp p:nth-child(2) {
        font-size: 20px;
        margin-top: 10px;
    }
    .top_r {
        width: 35%;
        height: auto;
    }
    .dh {
        width: 100%;
        height: auto;
        background-color: #0059b5;
    }
    .dh_ul {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .dh_li {
        width: calc((100% - 0%) / 7 );
        height: 60px;
        text-align: center;
        border-left: 1px solid #033c9a;
    
    }
    .cp_li {
        width: calc((100% - 0%) / 7 );
        height: 60px;
        text-align: center;
        border-left: 1px solid #033c9a;
        position: relative;
    }
    .dh_li:nth-child(7) {
        border-right: 1px solid #033c9a;
    }
    .dh_li a {
        width: 100%;
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
    }
    .cp_li a {
        width: 100%;
        display: block;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
    }
    .dh_li:hover {
        background-color: #c74b03;
        transition: all 0.5s ease;
    }
    .dh_li a:hover {
        font-weight: 600;
    }
    .cp_li:hover {
        background-color: #c74b03;
        transition: all 0.5s ease;
    }
    .cp_li a:hover {
        font-weight: 600;
    }
    .cp_li:hover .ccp_ul {
        height: 366px;
        transition: all 0.5s ease;
    }
    .ccp_ul {
        position: absolute;
        display: inline;
        right: -1px;
        width: 100%;
        border-left: 1px solid #033c9a;
        border-right: 1px solid #033c9a;
        height: 0;
        overflow: hidden;
        z-index: 1000;
    }
    .ccp_li {
        border-left: 1px solid #033c9a;
        border-right: 1px solid #033c9a;
        border-bottom: 1px solid #033c9a;
        background-color: rgb(1, 97, 182);
    }
    
    .ccp_li a {
        font-size: 20px;
        color: rgb(255, 255, 255);
    }
    .ccp_li:hover {
        background-color: rgb(2, 65, 119);
    }
}
.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;
    clear: both;
}
.cpzx_s {
    width: 100%;
    height: auto;
}
.cpzx_s ul {
    width: 100%;
    height: auto;
    display: flex;
}
.cpzx_s ul li:nth-child(1) {
    width: 50%;
    height: auto;
    border-bottom: 1px solid rgb(221, 220, 220);
    padding-bottom: 50px;
}
.cpzx_s ul li:nth-child(1) h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    padding: 80px 27px 25px 120px;
}
.cpzx_s ul li:nth-child(1) p {
    font-size: 16px;
    color: #333;
    padding: 0px 60px 25px 120px;
    line-height: 30px;
}
.cpm {
    width: 90%;
    height: auto;
    display: flex;
    padding: 0px 0px 70px 108px;
    flex-wrap: wrap;
}
.cpm a {
    width: 120px;
    height: 25px;
    display: block;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 40px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
}
.cpm a:hover {
    color: #fff;
    background-color: #0247b6;
    transition: all 0.5s ease;
}
.zxa {
    padding: 0px 0px 0px 123px;
    font-size: 16px;
    color: #0247b6;
}
.zxa:hover {
    color: #0247b6;
    font-weight: 600;
    
    
}
.cpzx_s ul li:nth-child(2) {
    width: 25%;
    height: auto;
    border-bottom: 1px solid rgb(221, 220, 220);
    position: relative;
    border-left: 1px solid rgb(221, 220, 220);
}
.cpzx_s ul li:nth-child(2) a {
    width: 84%;
    height: 77%;
    display: block;
    padding: 10% 8%;
    z-index: 10;
    position: relative;
}
.cpzx_s ul li:nth-child(2) a h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600; 
}
.cpzx_s ul li:nth-child(2) a p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding-top: 20px;
}
.cpzx_s ul li:nth-child(2) a span {
    font-size: 14px;
    color: #ffffff;
    width: 64px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: 32px;
    display: block;
    margin-top: 160px;
    opacity: 0;
}
.cpzx_s ul li:nth-child(2) a:hover {
    background-color: #0247b6c2;
    transition: all 0.5s ease;
}
.cpzx_s ul li:nth-child(2) a:hover h2 {
    color: #fff;
}
.cpzx_s ul li:nth-child(2) a:hover p {
    color: #fff;
}
.cpzx_s ul li:nth-child(2) a:hover span {
    opacity: 1;
}
.cpimg {
    position: absolute;
    bottom: 7%;
    left: 29%;
}
.cpimg img {
    width: 80%;
}
.cpzx_s ul li:nth-child(3) {
    width: 25%;
    height: auto;
    border-bottom: 1px solid rgb(221, 220, 220);
    position: relative;
    border-left: 1px solid rgb(221, 220, 220);
}
.cpzx_s ul li:nth-child(3) a {
    width: 84%;
    height: 77%;
    display: block;
    padding: 10% 8%;
    z-index: 10;
    position: relative;
}
.cpzx_s ul li:nth-child(3) a h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600; 
}
.cpzx_s ul li:nth-child(3) a p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding-top: 20px;
}
.cpzx_s ul li:nth-child(3) a span {
    font-size: 14px;
    color: #ffffff;
    width: 64px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: 32px;
    display: block;
    margin-top: 160px;
    opacity: 0;
}
.cpzx_s ul li:nth-child(3) a:hover {
    background-color: #0247b6c2;
    transition: all 0.5s ease;
}
.cpzx_s ul li:nth-child(3) a:hover h2 {
    color: #fff;
}
.cpzx_s ul li:nth-child(3) a:hover p {
    color: #fff;
}
.cpzx_s ul li:nth-child(3) a:hover span {
    opacity: 1;
}
.cpimg {
    position: absolute;
    bottom: 7%;
    left: 29%;
}
.cpimg img {
    width: 80%;
}


.cpzx_x {
    width: 100%;
    height: auto;
}
.cpzx_x ul {
    width: 100%;
    height: auto;
    display: flex;
}
.cpzx_x ul li:nth-child(1) {
    width: 25%;
    height: 409px;
    border-bottom: 1px solid rgb(221, 220, 220);
    position: relative;
}
.cpzx_x ul li:nth-child(1) a {
    width: 84%;
    height: 77%;
    display: block;
    padding: 10% 8%;
    z-index: 10;
    position: relative;
}
.cpzx_x ul li:nth-child(1) a h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600; 
}
.cpzx_x ul li:nth-child(1) a p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding-top: 20px;
}
.cpzx_x ul li:nth-child(1) a span {
    font-size: 14px;
    color: #ffffff;
    width: 64px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: 32px;
    display: block;
    margin-top: 160px;
    opacity: 0;
}
.cpzx_x ul li:nth-child(1) a:hover {
    background-color: #0247b6c2;
    transition: all 0.5s ease;
}
.cpzx_x ul li:nth-child(1) a:hover h2 {
    color: #fff;
}
.cpzx_x ul li:nth-child(1) a:hover p {
    color: #fff;
}
.cpzx_x ul li:nth-child(1) a:hover span {
    opacity: 1;
}
.cpimg {
    position: absolute;
    bottom: 7%;
    left: 29%;
}
.cpimg img {
    width: 80%;
}
.cpzx_x ul li:nth-child(2) {
    width: 25%;
    height: 409px;
    border-bottom: 1px solid rgb(221, 220, 220);
    position: relative;
    border-left: 1px solid rgb(221, 220, 220);
}
.cpzx_x ul li:nth-child(2) a {
    width: 84%;
    height: 77%;
    display: block;
    padding: 10% 8%;
    z-index: 10;
    position: relative;
}
.cpzx_x ul li:nth-child(2) a h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600; 
}
.cpzx_x ul li:nth-child(2) a p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding-top: 20px;
}
.cpzx_x ul li:nth-child(2) a span {
    font-size: 14px;
    color: #ffffff;
    width: 64px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: 32px;
    display: block;
    margin-top: 160px;
    opacity: 0;
}
.cpzx_x ul li:nth-child(2) a:hover {
    background-color: #0247b6c2;
    transition: all 0.5s ease;
}
.cpzx_x ul li:nth-child(2) a:hover h2 {
    color: #fff;
}
.cpzx_x ul li:nth-child(2) a:hover p {
    color: #fff;
}
.cpzx_x ul li:nth-child(2) a:hover span {
    opacity: 1;
}
.cpimg {
    position: absolute;
    bottom: 7%;
    left: 29%;
}
.cpimg img {
    width: 80%;
}
.cpzx_x ul li:nth-child(3) {
    width: 25%;
    height: 409px;
    border-bottom: 1px solid rgb(221, 220, 220);
    position: relative;
    border-left: 1px solid rgb(221, 220, 220);
}
.cpzx_x ul li:nth-child(3) a {
    width: 84%;
    height: 77%;
    display: block;
    padding: 10% 8%;
    z-index: 10;
    position: relative;
}
.cpzx_x ul li:nth-child(3) a h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600; 
}
.cpzx_x ul li:nth-child(3) a p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding-top: 20px;
}
.cpzx_x ul li:nth-child(3) a span {
    font-size: 14px;
    color: #ffffff;
    width: 64px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: 32px;
    display: block;
    margin-top: 160px;
    opacity: 0;
}
.cpzx_x ul li:nth-child(3) a:hover {
    background-color: #0247b6c2;
    transition: all 0.5s ease;
}
.cpzx_x ul li:nth-child(3) a:hover h2 {
    color: #fff;
}
.cpzx_x ul li:nth-child(3) a:hover p {
    color: #fff;
}
.cpzx_x ul li:nth-child(3) a:hover span {
    opacity: 1;
}
.cpimg {
    position: absolute;
    bottom: 7%;
    left: 29%;
}
.cpimg img {
    width: 80%;
}
.cpzx_x ul li:nth-child(4) {
    width: 25%;
    height: 409px;
    border-bottom: 1px solid rgb(221, 220, 220);
    position: relative;
    border-left: 1px solid rgb(221, 220, 220);
}
.cpzx_x ul li:nth-child(4) a {
    width: 84%;
    height: 77%;
    display: block;
    padding: 10% 8%;
    z-index: 10;
    position: relative;
}
.cpzx_x ul li:nth-child(4) a h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: 600; 
}
.cpzx_x ul li:nth-child(4) a p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding-top: 20px;
}
.cpzx_x ul li:nth-child(4) a span {
    font-size: 14px;
    color: #ffffff;
    width: 64px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: 32px;
    display: block;
    margin-top: 160px;
    opacity: 0;
}
.cpzx_x ul li:nth-child(4) a:hover {
    background-color: #0247b6c2;
    transition: all 0.5s ease;
}
.cpzx_x ul li:nth-child(4) a:hover h2 {
    color: #fff;
}
.cpzx_x ul li:nth-child(4) a:hover p {
    color: #fff;
}
.cpzx_x ul li:nth-child(4) a:hover span {
    opacity: 1;
}
.cpimg {
    position: absolute;
    bottom: 7%;
    left: 29%;
}
.cpimg img {
    width: 80%;
}
@media (max-width:1024px) {
    .cpzx {
        width: 100%;
        height: auto;
        clear: both;
    }
    .cpzx_s {
        width: 100%;
        height: auto;
    }
    .cpzx_s ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .cpzx_s ul li:nth-child(1) {
        width: 50%;
        height: auto;
        border-bottom: 1px solid rgb(221, 220, 220);
        padding-bottom: 28px;
    }
    .cpzx_s ul li:nth-child(1) h2 {
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        padding: 35px 27px 25px 120px;
    }
    .cpzx_s ul li:nth-child(1) p {
        font-size: 16px;
        color: #333;
        padding: 0px 35px 25px 30px;
        line-height: 30px;
    }
    .cpm {
        width: 90%;
        height: auto;
        display: flex;
        padding: 0px 0px 40px 75px;
        flex-wrap: wrap;
    }
    .cpm a {
        width: 120px;
        height: 25px;
        display: block;
        border: 1px solid rgb(219, 219, 219);
        border-radius: 40px;
        line-height: 25px;
        text-align: center;
        font-size: 15px;
        margin-left: 10px;
    }
    .cpm a:hover {
        color: #fff;
        background-color: #0247b6;
        transition: all 0.5s ease;
    }
    .zxa {
        padding: 0px 0px 0px 123px;
        font-size: 16px;
        color: #0247b6;
    }
    .zxa:hover {
        color: #0247b6;
        font-weight: 600;
        
        
    }
    .cpzx_s ul li:nth-child(2) {
        width: 25%;
        height: auto;
        border-bottom: 1px solid rgb(221, 220, 220);
        position: relative;
        border-left: 1px solid rgb(221, 220, 220);
    }
    .cpzx_s ul li:nth-child(2) a {
        width: 84%;
        height: 89%;
        display: block;
        padding: 10% 8%;
        z-index: 10;
        position: relative;
    }
    .cpzx_s ul li:nth-child(2) a h2 {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_s ul li:nth-child(2) a p {
        color: #333;
        font-size: 20px;
        line-height: 1;
        padding-top: 20px;
    }
    .cpzx_s ul li:nth-child(2) a span {
        font-size: 14px;
        color: #ffffff;
        width: 64px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        height: 32px;
        display: block;
        margin-top: 160px;
        opacity: 0;
    }
    .cpzx_s ul li:nth-child(2) a:hover {
        background-color: rgba(2, 71, 182, 0.76);
        transition: all 0.5s ease;
    }
    .cpzx_s ul li:nth-child(2) a:hover h2 {
        color: #fff;
    }
    .cpzx_s ul li:nth-child(2) a:hover p {
        color: #fff;
    }
    .cpzx_s ul li:nth-child(2) a:hover span {
        opacity: 1;
    }
    .cpimg {
        position: absolute;
        bottom: 7%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
    }
    .cpzx_s ul li:nth-child(3) {
        width: 25%;
        height: auto;
        border-bottom: 1px solid rgb(221, 220, 220);
        position: relative;
        border-left: 1px solid rgb(221, 220, 220);
    }
    .cpzx_s ul li:nth-child(3) a {
        width: 84%;
        height: 85%;
        display: block;
        padding: 10% 8%;
        z-index: 10;
        position: relative;
    }
    .cpzx_s ul li:nth-child(3) a h2 {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_s ul li:nth-child(3) a p {
        color: #333;
        font-size: 20px;
        line-height: 1;
        padding-top: 20px;
    }
    .cpzx_s ul li:nth-child(3) a span {
        font-size: 14px;
        color: #ffffff;
        width: 64px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        height: 32px;
        display: block;
        margin-top: 160px;
        opacity: 0;
    }
    .cpzx_s ul li:nth-child(3) a:hover {
        background-color: rgba(2, 71, 182, 0.76);
        transition: all 0.5s ease;
    }
    .cpzx_s ul li:nth-child(3) a:hover h2 {
        color: #fff;
    }
    .cpzx_s ul li:nth-child(3) a:hover p {
        color: #fff;
    }
    .cpzx_s ul li:nth-child(3) a:hover span {
        opacity: 1;
    }
    .cpimg {
        position: absolute;
        bottom: 7%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
    }
    
    
    .cpzx_x {
        width: 100%;
        height: auto;
    }
    .cpzx_x ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .cpzx_x ul li:nth-child(1) {
        width: 25%;
        height: 350px;
        border-bottom: 1px solid rgb(221, 220, 220);
        position: relative;
    }
    .cpzx_x ul li:nth-child(1) a {
        width: 84%;
        height: 85%;
        display: block;
        padding: 10% 8%;
        z-index: 10;
        position: relative;
    }
    .cpzx_x ul li:nth-child(1) a h2 {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(1) a p {
        color: #333;
        font-size: 20px;
        line-height: 1;
        padding-top: 20px;
    }
    .cpzx_x ul li:nth-child(1) a span {
        font-size: 14px;
        color: #ffffff;
        width: 64px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        height: 32px;
        display: block;
        margin-top: 160px;
        opacity: 0;
    }
    .cpzx_x ul li:nth-child(1) a:hover {
        background-color: rgba(2, 71, 182, 0.76);
        transition: all 0.5s ease;
    }
    .cpzx_x ul li:nth-child(1) a:hover h2 {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(1) a:hover p {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(1) a:hover span {
        opacity: 1;
    }
    .cpimg {
        position: absolute;
        bottom: 7%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
    }
    .cpzx_x ul li:nth-child(2) {
        width: 25%;
        height: 350px;
        border-bottom: 1px solid rgb(221, 220, 220);
        position: relative;
        border-left: 1px solid rgb(221, 220, 220);
    }
    .cpzx_x ul li:nth-child(2) a {
        width: 84%;
        height: 85%;
        display: block;
        padding: 10% 8%;
        z-index: 10;
        position: relative;
    }
    .cpzx_x ul li:nth-child(2) a h2 {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(2) a p {
        color: #333;
        font-size: 20px;
        line-height: 1;
        padding-top: 20px;
    }
    .cpzx_x ul li:nth-child(2) a span {
        font-size: 14px;
        color: #ffffff;
        width: 64px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        height: 32px;
        display: block;
        margin-top: 160px;
        opacity: 0;
    }
    .cpzx_x ul li:nth-child(2) a:hover {
        background-color: rgba(2, 71, 182, 0.76);
        transition: all 0.5s ease;
    }
    .cpzx_x ul li:nth-child(2) a:hover h2 {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(2) a:hover p {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(2) a:hover span {
        opacity: 1;
    }
    .cpimg {
        position: absolute;
        bottom: 7%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
    }
    .cpzx_x ul li:nth-child(3) {
        width: 25%;
        height: 350px;
        border-bottom: 1px solid rgb(221, 220, 220);
        position: relative;
        border-left: 1px solid rgb(221, 220, 220);
    }
    .cpzx_x ul li:nth-child(3) a {
        width: 84%;
        height: 85%;
        display: block;
        padding: 10% 8%;
        z-index: 10;
        position: relative;
    }
    .cpzx_x ul li:nth-child(3) a h2 {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(3) a p {
        color: #333;
        font-size: 20px;
        line-height: 1;
        padding-top: 20px;
    }
    .cpzx_x ul li:nth-child(3) a span {
        font-size: 14px;
        color: #ffffff;
        width: 64px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        height: 32px;
        display: block;
        margin-top: 160px;
        opacity: 0;
    }
    .cpzx_x ul li:nth-child(3) a:hover {
        background-color: rgba(2, 71, 182, 0.76);
        transition: all 0.5s ease;
    }
    .cpzx_x ul li:nth-child(3) a:hover h2 {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(3) a:hover p {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(3) a:hover span {
        opacity: 1;
    }
    .cpimg {
        position: absolute;
        bottom: 7%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
    }
    .cpzx_x ul li:nth-child(4) {
        width: 25%;
        height: 350px;
        border-bottom: 1px solid rgb(221, 220, 220);
        position: relative;
        border-left: 1px solid rgb(221, 220, 220);
    }
    .cpzx_x ul li:nth-child(4) a {
        width: 84%;
        height: 85%;
        display: block;
        padding: 10% 8%;
        z-index: 10;
        position: relative;
    }
    .cpzx_x ul li:nth-child(4) a h2 {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(4) a p {
        color: #333;
        font-size: 20px;
        line-height: 1;
        padding-top: 20px;
    }
    .cpzx_x ul li:nth-child(4) a span {
        font-size: 14px;
        color: #ffffff;
        width: 64px;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        height: 32px;
        display: block;
        margin-top: 160px;
        opacity: 0;
    }
    .cpzx_x ul li:nth-child(4) a:hover {
        background-color: rgba(2, 71, 182, 0.76);
        transition: all 0.5s ease;
    }
    .cpzx_x ul li:nth-child(4) a:hover h2 {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(4) a:hover p {
        color: #fff;
    }
    .cpzx_x ul li:nth-child(4) a:hover span {
        opacity: 1;
    }
    .cpimg {
        position: absolute;
        bottom: 7%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
    }
}
/* -------------------------------------------------------------------------关于我们 */
.gywm {
    width: 96%;
    height: auto;
    padding: 30px;
    display: flex;
}
.gywm_l {
    width: 50%;
    height: auto;
}
.gywm_l h2 {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    padding-left: 80px;

}
.gywm_l span {
    width: 60px;
    height: 3px;
    display: block;
    background-color: #c74b03;
    margin-left: 80px;
    margin-top: 10px;
}
.gywm_l p {
    font-size: 20px;
    color: #333;
    text-indent: 2em;
    line-height: 45px;
    margin-left: 50px;
    margin-top: 20px;
    
}

.gywm_l a {
    width: 140px;
    height: 50px;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    background-color: #0383d8;
    color: #fff;
    margin-left: 75%;
    border-radius: 5px;
}
.gywm_l a:hover {
    background-color: #d86a03;
    transition: all 0.5s ease;
    
}
.gywm_r {
    width: 45%;
    height: auto;
}
.gywm_r img {
    margin-left: 60px;
    width: 100%;
}
@media (max-width:1440px) {
    .gywm {
        width: 96%;
        height: auto;
        padding: 30px;
        display: flex;
    }
    .gywm_l {
        width: 50%;
        height: auto;
    }
    .gywm_l h2 {
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        margin-top: 20px;
        padding-left: 80px;
    
    }
    .gywm_l span {
        width: 60px;
        height: 3px;
        display: block;
        background-color: #c74b03;
        margin-left: 80px;
        margin-top: 10px;
    }
    .gywm_l p {
        font-size: 20px;
        color: #333;
        text-indent: 2em;
        line-height: 45px;
        margin-left: 50px;
        margin-top: 20px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    }
    
    .gywm_l a {
        width: 140px;
        height: 50px;
        display: block;
        font-size: 17px;
        text-align: center;
        line-height: 50px;
        background-color: #0383d8;
        color: #fff;
        margin-left: 75%;
        border-radius: 5px;
    }
    .gywm_l a:hover {
        background-color: #d86a03;
        transition: all 0.5s ease;
        
    }
    .gywm_r {
        width: 45%;
        height: auto;
    }
    .gywm_r img {
        margin-left: 60px;
        width: 100%;
    }
}
@media (max-width:1024px) {
    .gywm {
        width: 94%;
        height: auto;
        padding: 30px;
        display: flex;
    }
    .gywm_l {
        width: 100%;
        height: auto;
    }
    .gywm_l h2 {
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        margin-top: 20px;
        padding-left: 80px;
    
    }
    .gywm_l span {
        width: 60px;
        height: 3px;
        display: block;
        background-color: #c74b03;
        margin-left: 80px;
        margin-top: 10px;
    }
    .gywm_l p {
        font-size: 20px;
        color: #333;
        text-indent: 2em;
        line-height: 75px;
        margin-left: 50px;
        margin-top: 20px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    }
    
    .gywm_l a {
        width: 140px;
        height: 50px;
        display: block;
        font-size: 17px;
        text-align: center;
        line-height: 50px;
        background-color: #0383d8;
        color: #fff;
        margin-left: 75%;
        border-radius: 5px;
    }
    .gywm_l a:hover {
        background-color: #d86a03;
        transition: all 0.5s ease;
        
    }
    .gywm_r {
        width: 45%;
        height: auto;
        display: none;
    }
    .gywm_r img {
        margin-left: 60px;
        width: 100%;
    }
}
/* -------------------------------------------------------------------------产品展示 */
.zscp {
    width: 96%;
    height: auto;
    padding: 30px;
}
@media (max-width:1024px) {
    .zscp {
        width: 94%;
        height: auto;
        padding: 30px;
    }
}
.zscp_t {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.zscp_t dl:nth-child(1) h2 {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    padding-left: 80px;
}
.zscp_t dl:nth-child(1) span {
    width: 60px;
    height: 3px;
    display: block;
    background-color: #c74b03;
    margin-left: 80px;
    margin-top: 10px;
}
.zscp_t dl:nth-child(2) a {
    width: 140px;
    height: 50px;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    background-color: #0383d8;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.zscp_t dl:nth-child(2) a:hover {
    background-color: #d86a03;
    color: #fff;
    transition: all 0.5s ease;
}
.zscp_n {
    width: 100%;
    height: auto;
    clear: both;
    margin-top: 25px;
}
.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: #1455aa;
}
@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);
}
/* --------------------------------------------------------------------------------------新闻中心 */
.xwzx {
    width: 96%;
    height: auto;
    padding: 30px;
    background-color: rgb(248, 248, 248);
}
.xwzx_t {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.xwzx_t dl:nth-child(1) h2 {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    padding-left: 80px;
}
.xwzx_t dl:nth-child(1) span {
    width: 60px;
    height: 3px;
    display: block;
    background-color: #c74b03;
    margin-left: 80px;
    margin-top: 10px;
}
.xwzx_t dl:nth-child(2) a {
    width: 140px;
    height: 50px;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    background-color: #0383d8;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.xwzx_t dl:nth-child(2) a:hover {
    background-color: #d86a03;
    color: #fff;
    transition: all 0.5s ease;
}
.xwzx_n {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 30px;
}
.xwzx_n ul {
    width: 100%;
    height: auto;
    display: flex;
}
.xwzx_n ul li {
    width: calc((100% - 0% ) / 3 );
    height: auto;
    padding: 30px;
    background-color: #fff;
    margin: 20px;
}
.xwzx_n li a {
    width: 100%;
    display: block;
}
.xwzx_n a .xw_t {
    width: 100%;
    height: auto;
    display: flex;
}
.xw_t dl:nth-child(1) {
    width: 20%;
    height: auto;
    padding-right: 10px;
}
.xw_t dl:nth-child(1) p:nth-child(1) {
    display: flex;
}
.xw_t dl:nth-child(1) p:nth-child(1) span:nth-child(1) {
    width: 15px;
    height: 15px;
    background-color: #0247b6;
    display: block;
}
.xw_t dl:nth-child(1) p:nth-child(1) span:nth-child(2) {
    width: 15px;
    height: 15px;
    background-color: #b65302;
    display: block;
    margin-left: 2px;
}
.xw_t dl:nth-child(1) p:nth-child(2) {
    display: flex;
    margin-top: 2px;
}
.xw_t dl:nth-child(1) p:nth-child(2) span:nth-child(1) {
    width: 15px;
    height: 15px;
    background-color: #b65302;
    display: block;
}
.xw_t dl:nth-child(1) p:nth-child(2) span:nth-child(2) {
    width: 15px;
    height: 15px;
    background-color: #0247b6;
    display: block;
    margin-left: 2px;
}
.xw_t dl:nth-child(2) p:nth-child(1) {
    font-size: 20px;
    color: #333;

}
.xw_t dl:nth-child(2) p:nth-child(2) {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw_span {
    width: 90%;
    height: 1px;
    background-color: rgb(214, 214, 214);
    display: block;
    margin: 20px auto;
    position: relative;
}
.xw_span::before {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #01378f;
    top: 1px;
    left: 1px;
    display: block;
}
.xwzx_n li:hover .xw_span::before {
    width: 100%;
    transition: all 0.5s ease;
}
.xwzx_n li:hover dl:nth-child(1) p:nth-child(1) span:nth-child(1) {
    background-color: #b65302;
    transition: all 0.5s ease;
}
.xwzx_n li:hover dl:nth-child(1) p:nth-child(1) span:nth-child(2) {
    background-color: #0247b6;
    transition: all 0.5s ease;
}
.xwzx_n li:hover dl:nth-child(1) p:nth-child(2) span:nth-child(1) {
    background-color: #0247b6;
    transition: all 0.5s ease;
}
.xwzx_n li:hover dl:nth-child(1) p:nth-child(2) span:nth-child(2) {
    background-color: #b65302;
    transition: all 0.5s ease;
}

.xwzx_n li:hover {
    box-shadow: 0px 0px 30px 3px rgb(234 234 234);
    transition: all 0.5s ease;
}
.xw_d {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.xw_d p:nth-child(1) {
    font-size: 16px;
    color: #888888;
}
.xw_d p:nth-child(2) {
    font-size: 16px;
    color: #888888;
}
@media (max-width:1440px) {
    .xwzx {
        width: 96%;
        height: auto;
        padding: 30px;
        background-color: rgb(248, 248, 248);
    }
    .xwzx_t {
        width: 90%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .xwzx_t dl:nth-child(1) h2 {
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        margin-top: 20px;
        padding-left: 80px;
    }
    .xwzx_t dl:nth-child(1) span {
        width: 60px;
        height: 3px;
        display: block;
        background-color: #c74b03;
        margin-left: 80px;
        margin-top: 10px;
    }
    .xwzx_t dl:nth-child(2) a {
        width: 140px;
        height: 50px;
        display: block;
        font-size: 17px;
        text-align: center;
        line-height: 50px;
        background-color: #0383d8;
        color: #fff;
        border-radius: 5px;
        margin-top: 30px;
    }
    .xwzx_t dl:nth-child(2) a:hover {
        background-color: #d86a03;
        color: #fff;
        transition: all 0.5s ease;
    }
    .xwzx_n {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding: 30px;
    }
    .xwzx_n ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .xwzx_n ul li {
        width: calc((100% - 0% ) / 3 );
        height: auto;
        padding: 30px;
        background-color: #fff;
        margin: 20px;
    }
    .xwzx_n li a {
        width: 100%;
        display: block;
    }
    .xwzx_n a .xw_t {
        width: 97%;
        height: auto;
        display: flex;
    }
    .xw_t dl:nth-child(1) {
        width: 20%;
        height: auto;
        padding: 10px;
    }
    .xw_t dl:nth-child(1) p:nth-child(1) {
        display: flex;
    }
    .xw_t dl:nth-child(1) p:nth-child(1) span:nth-child(1) {
        width: 15px;
        height: 15px;
        background-color: #0247b6;
        display: block;
    }
    .xw_t dl:nth-child(1) p:nth-child(1) span:nth-child(2) {
        width: 15px;
        height: 15px;
        background-color: #b65302;
        display: block;
        margin-left: 2px;
    }
    .xw_t dl:nth-child(1) p:nth-child(2) {
        display: flex;
        margin-top: 2px;
    }
    .xw_t dl:nth-child(1) p:nth-child(2) span:nth-child(1) {
        width: 15px;
        height: 15px;
        background-color: #b65302;
        display: block;
    }
    .xw_t dl:nth-child(1) p:nth-child(2) span:nth-child(2) {
        width: 15px;
        height: 15px;
        background-color: #0247b6;
        display: block;
        margin-left: 2px;
    }
    .xw_t dl:nth-child(2) p:nth-child(1) {
        font-size: 20px;
        color: #333;
    
    }
    .xw_t dl:nth-child(2) p:nth-child(2) {
        font-size: 16px;
        color: #333;
        margin-top: 15px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xw_span {
        width: 90%;
        height: 1px;
        background-color: rgb(214, 214, 214);
        display: block;
        margin: 20px auto;
        position: relative;
    }
    .xw_span::before {
        content: "";
        width: 0px;
        height: 1px;
        background-color: #01378f;
        top: 1px;
        left: 1px;
        display: block;
    }
    .xwzx_n li:hover .xw_span::before {
        width: 100%;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(1) span:nth-child(1) {
        background-color: #b65302;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(1) span:nth-child(2) {
        background-color: #0247b6;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(2) span:nth-child(1) {
        background-color: #0247b6;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(2) span:nth-child(2) {
        background-color: #b65302;
        transition: all 0.5s ease;
    }
    
    .xwzx_n li:hover {
        box-shadow: 0px 0px 30px 3px rgb(234 234 234);
        transition: all 0.5s ease;
    }
    .xw_d {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .xw_d p:nth-child(1) {
        font-size: 16px;
        color: #888888;
    }
    .xw_d p:nth-child(2) {
        font-size: 16px;
        color: #888888;
    }
}
@media (max-width:1024px) {
    .xwzx {
        width: 94%;
        height: auto;
        padding: 30px;
        background-color: rgb(248, 248, 248);
    }
    .xwzx_t {
        width: 90%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .xwzx_t dl:nth-child(1) h2 {
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        margin-top: 20px;
        padding-left: 80px;
    }
    .xwzx_t dl:nth-child(1) span {
        width: 60px;
        height: 3px;
        display: block;
        background-color: #c74b03;
        margin-left: 80px;
        margin-top: 10px;
    }
    .xwzx_t dl:nth-child(2) a {
        width: 140px;
        height: 50px;
        display: block;
        font-size: 17px;
        text-align: center;
        line-height: 50px;
        background-color: #0383d8;
        color: #fff;
        border-radius: 5px;
        margin-top: 30px;
    }
    .xwzx_t dl:nth-child(2) a:hover {
        background-color: #d86a03;
        color: #fff;
        transition: all 0.5s ease;
    }
    .xwzx_n {
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 10px;
    }
    .xwzx_n ul {
        width: 100%;
        height: auto;
        display: inline;
    }
    .xwzx_n ul li {
        width: 88%;
        height: auto;
        padding: 30px;
        background-color: #fff;
        margin: 20px;
    }
    .xwzx_n li a {
        width: 100%;
        display: block;
    }
    .xwzx_n a .xw_t {
        width: 97%;
        height: auto;
        display: flex;
    }
    .xw_t dl:nth-child(1) {
        width: 8%;
        height: auto;
        padding: 10px;
    }
    .xw_t dl:nth-child(1) p:nth-child(1) {
        display: flex;
    }
    .xw_t dl:nth-child(1) p:nth-child(1) span:nth-child(1) {
        width: 15px;
        height: 15px;
        background-color: #0247b6;
        display: block;
    }
    .xw_t dl:nth-child(1) p:nth-child(1) span:nth-child(2) {
        width: 15px;
        height: 15px;
        background-color: #b65302;
        display: block;
        margin-left: 2px;
    }
    .xw_t dl:nth-child(1) p:nth-child(2) {
        display: flex;
        margin-top: 2px;
    }
    .xw_t dl:nth-child(1) p:nth-child(2) span:nth-child(1) {
        width: 15px;
        height: 15px;
        background-color: #b65302;
        display: block;
    }
    .xw_t dl:nth-child(1) p:nth-child(2) span:nth-child(2) {
        width: 15px;
        height: 15px;
        background-color: #0247b6;
        display: block;
        margin-left: 2px;
    }
    .xw_t dl:nth-child(2) p:nth-child(1) {
        font-size: 20px;
        color: #333;
    
    }
    .xw_t dl:nth-child(2) p:nth-child(2) {
        font-size: 16px;
        color: #333;
        margin-top: 15px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xw_span {
        width: 90%;
        height: 1px;
        background-color: rgb(214, 214, 214);
        display: block;
        margin: 20px auto;
        position: relative;
    }
    .xw_span::before {
        content: "";
        width: 0px;
        height: 1px;
        background-color: #01378f;
        top: 1px;
        left: 1px;
        display: block;
    }
    .xwzx_n li:hover .xw_span::before {
        width: 100%;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(1) span:nth-child(1) {
        background-color: #b65302;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(1) span:nth-child(2) {
        background-color: #0247b6;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(2) span:nth-child(1) {
        background-color: #0247b6;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover dl:nth-child(1) p:nth-child(2) span:nth-child(2) {
        background-color: #b65302;
        transition: all 0.5s ease;
    }
    
    .xwzx_n li:hover {
        box-shadow: 0px 0px 30px 3px rgb(234 234 234);
        transition: all 0.5s ease;
    }
    .xw_d {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .xw_d p:nth-child(1) {
        font-size: 16px;
        color: #888888;
    }
    .xw_d p:nth-child(2) {
        font-size: 16px;
        color: #888888;
    }
}
/* ---------------------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 250px;
    background: url(/UploadFiles/pic/di_bg.jpg);
    display: flex;
    justify-content: center;
}
.di_l {
    width: 20%;
    height: auto;
    padding: 30px;
}
.di_l p:nth-child(1) {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.di_l p:nth-child(2) {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 7px;
    margin-top: 20px;
}
.di_l p:nth-child(3) {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 20px;
}
.di_l p:nth-child(4) {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 20px;
}
.di_z {
    width: 41%;
    height: auto;
    padding: 20px;
}
.di_z ul {
    width: 100%;
    height: auto;
    display: flex;
}
.di_z ul li {
    width: calc((100% - 0%) / 3 );
    height: auto;
    padding: 20px;
    
}
.di_z ul li:nth-child(2) {
    display: flex;
}
.di_z li:nth-child(2) dl:nth-child(2) {
    margin-left: 20px;
}
.di_z li:nth-child(2) dl:nth-child(2) span {
    display: block;
    height: 35px;
}
.di_z li a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.di_r {
    width: 25%;
    height: auto;
    padding: 30px;
}
.di_r p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: rgba(32, 32, 32, 0.57);
    padding: 5px;
    text-indent: 1rem;
    border-radius: 30px;
}
.ddd {
    width: 100%;
    height: 30px;
    background-color: #212121;
    display: flex;
    justify-content: center;
}
.ddd p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    
}
.ddd a {
    margin-left: 20px;
}
.ddd a img {
    margin-top: 6px;
}
@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 250px;
        background: url(/UploadFiles/pic/di_bg.jpg);
        display: flex;
        justify-content: center;
    }
    .di_l {
        width: 25%;
        height: auto;
        padding: 30px;
    }
    .di_l p:nth-child(1) {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .di_l p:nth-child(2) {
        text-align: center;
        font-size: 25px;
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 7px;
        margin-top: 20px;
    }
    .di_l p:nth-child(3) {
        text-align: center;
        font-size: 30px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-right: 20px;
    }
    .di_l p:nth-child(4) {
        text-align: center;
        font-size: 30px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-right: 20px;
    }
    .di_z {
        width: 35%;
        height: auto;
        padding: 20px;
    }
    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .di_z ul li {
        width: calc((43% - 0%) / 3 );
        height: auto;
        padding: 20px;
        
    }
    .di_z ul li:nth-child(2) {
        display: flex;
        width: 44%;
    }
    
    .di_z li:nth-child(2) dl:nth-child(2) {
        margin-left: 20px;
    }
    .di_z li:nth-child(2) dl:nth-child(2) span {
        display: block;
        height: 35px;
    }
    .di_z li a {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
        display: block;
    }
    .di_r {
        width: 26%;
        height: auto;
        padding: 30px;
    }
    .di_r p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        background-color: rgba(32, 32, 32, 0.57);
        padding: 5px;
        text-indent: 1rem;
        border-radius: 30px;
    }
    .ddd {
        width: 100%;
        height: 30px;
        background-color: #212121;
        display: flex;
        justify-content: center;
    }
    .ddd p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        
    }
    .ddd a {
        margin-left: 20px;
    }
    .ddd a img {
        margin-top: 6px;
    }
}
@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 250px;
        background: url(/UploadFiles/pic/di_bg.jpg);
        display: flex;
        justify-content: center;
    }
    .di_l {
        width: 25%;
        height: auto;
        padding: 30px;
        display: none;
    }
    .di_l p:nth-child(1) {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .di_l p:nth-child(2) {
        text-align: center;
        font-size: 25px;
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 7px;
        margin-top: 20px;
    }
    .di_l p:nth-child(3) {
        text-align: center;
        font-size: 30px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-right: 20px;
    }
    .di_l p:nth-child(4) {
        text-align: center;
        font-size: 30px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-right: 20px;
    }
    .di_z {
        width: 54%;
        height: auto;
        padding: 20px;
    }
    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .di_z ul li {
        width: calc((55% - 0%) / 3 );
        height: auto;
        padding: 20px;
        
    }
    .di_z ul li:nth-child(2) {
        display: flex;
        width: 52%;
    }
    
    .di_z li:nth-child(2) dl:nth-child(2) {
        margin-left: 20px;
    }
    .di_z li:nth-child(2) dl:nth-child(2) span {
        display: block;
        height: 35px;
    }
    .di_z li a {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
        display: block;
    }
    .di_r {
        width: 38%;
        height: auto;
        padding: 30px;
    }
    .di_r p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        background-color: rgba(32, 32, 32, 0.57);
        padding: 5px;
        text-indent: 1rem;
        border-radius: 30px;
    }
    .ddd {
        width: 100%;
        height: 60px;
        background-color: #212121;
        display: flex;
        justify-content: center;
    }
    .ddd p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        
    }
    .ddd a {
        margin-left: 20px;
    }
    .ddd a img {
        margin-top: 6px;
    }
}
.footbox{
	height: 11rem;
	background:rgba(1, 106, 204, 0.4);
	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;
	}
}
/* ----------------------------------------------------------------------关于我们-栏目 */
.gs {
    width: 100%;
    height: auto;
    background-color: rgb(248, 248, 248);
}
.gs_t {
    width: 99%;
    height: auto;
    display: flex;
    background-color: #fff;
    padding: 9px;
    justify-content: space-between;
}
.gs_t p {
    font-size: 25px;
    line-height: 50px;
    color: #033c9a;
    font-weight: 600;
    margin-left: 55px;
}
.wz {
    width: 35%;
    height: auto;
    font-size: 16px;
    color: rgb(177, 177, 177);
    line-height: 53px;
}
@media (max-width:1440px) {
    .wz {
        width: 42%;
        height: auto;
        font-size: 16px;
        color: rgb(177, 177, 177);
        line-height: 53px;
    }
    .wzt {
        width: 42%;
        height: auto;
        font-size: 16px;
        color: rgb(177, 177, 177);
        line-height: 53px;
    }
}
@media (max-width:1024px) {
    .wz {
        width: 60%;
        height: auto;
        font-size: 16px;
        color: rgb(177, 177, 177);
        line-height: 53px;
    }
    .wzt {
        width: 60%;
        height: auto;
        font-size: 16px;
        color: rgb(177, 177, 177);
        line-height: 53px;
        display: none;
    }
}
.wz a {
    font-size: 16px;
    color: rgb(177, 177, 177);
}
.wzt {
    width: 35%;
    height: auto;
    font-size: 16px;
    color: rgb(177, 177, 177);
    line-height: 53px;
}
.wzt a {
    font-size: 16px;
    color: rgb(177, 177, 177);
}
.gs_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}
/* -----------------------------------------------------------------------------------联系我们 */
.lx {
    width: 100%;
    height: auto;
    background-color: rgb(248, 248, 248);
}
.lx_t {
    width: 99%;
    height: auto;
    display: flex;
    background-color: #fff;
    padding: 9px;
    justify-content: space-between;
}
.lx_t p {
    font-size: 25px;
    line-height: 50px;
    color: #033c9a;
    font-weight: 600;
    margin-left: 55px;
}

.lx_n {
    width: 90%;
    height: auto;
    padding-top: 30px;
    margin: 0 auto;
}
.lxn_t {
    width: 100%;
    height: auto;
}
.lxn_t ul {
    width: 100%;
    height: auto;
    display: flex;
    
}
.lxn_t ul li {
    width: calc((100% - 0%) / 4 );
    height: auto;
    padding: 20px;
    background-color: #fff;
    margin: 10px;
}
.lxn_t li p:nth-child(1) {
    text-align: center;
    margin-top: 10px;
}
.lxn_t li p:nth-child(1) img {
    width: 25%;
}
.lxn_t li p:nth-child(2) {
    font-size: 25px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}
.lxn_t li p:nth-child(3) {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lxn_t li:hover {
    box-shadow: 0px 0px 40px -15px rgb(207, 206, 206);;
    transition: all 0.5s ease;
}
/* --------------------------------------------------------------------------------新闻中心-栏目 */
.xww {
    width: 100%;
    height: auto;
    background-color: rgb(248, 248, 248);
}
.xww_t {
    width: 99%;
    height: auto;
    display: flex;
    background-color: #fff;
    padding: 9px;
    justify-content: space-between;
}
.xww_t p {
    font-size: 25px;
    line-height: 50px;
    color: #033c9a;
    font-weight: 600;
    margin-left: 55px;
}

.xww_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}
.xww_n ul {
    width: 100%;
    height: auto;
}
.xww_n ul li {
    width: 98%;
    height: auto;
    padding: 30px;
    margin: 20px;
    background-color: #fff;
}
.xww_n li a {
    width: 100%;
    display: block;
    
}
.xww_n a dl:nth-child(1) span {
    width: 50px;
    height: 3px;
    background-color: #01378f;
    display: block;
}
.xww_n a dl:nth-child(2) p:nth-child(1) {
    font-size: 22px;
    color: #333;
    margin-top: 20px;

}
.xww_n a dl:nth-child(2) p:nth-child(2) {
    font-size: 17px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}
.xww_n a dl:nth-child(3) {
    display: flex;
    justify-content: space-between;
}
.xww_n a dl:nth-child(3) p:nth-child(1) {
    width: 140px;
    height: 40px;
    color: #fff;
    background-color: rgb(221, 133, 1);
    border: 2px solid rgb(221, 133, 1);
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.xww_n a dl:nth-child(3) p:nth-child(2) {
    color: rgb(29, 29, 29);
    font-size: 18px;
}
.xww_n a:hover dl:nth-child(1) span {
    width: 150px;
    transition: all 0.5s ease;
}
.xww_n a dl:nth-child(3) p:nth-child(1):hover {
    transition: all 0.5s ease;
    color: rgb(1, 93, 231);
    background-color: rgb(255, 255, 255);
    border: 2px solid #01378f;
}
@media (max-width:1024px) {
    .xww {
        width: 100%;
        height: auto;
        background-color: rgb(248, 248, 248);
    }
    .xww_t {
        width: 99%;
        height: auto;
        display: flex;
        background-color: #fff;
        padding: 9px;
        justify-content: space-between;
    }
    .xww_t p {
        font-size: 25px;
        line-height: 50px;
        color: #033c9a;
        font-weight: 600;
        margin-left: 55px;
    }
    
    .xww_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 89%;
        height: auto;
        padding: 30px;
        margin: 20px;
        background-color: #fff;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        
    }
    .xww_n a dl:nth-child(1) span {
        width: 50px;
        height: 3px;
        background-color: #01378f;
        display: block;
    }
    .xww_n a dl:nth-child(2) p:nth-child(1) {
        font-size: 22px;
        color: #333;
        margin-top: 20px;
    
    }
    .xww_n a dl:nth-child(2) p:nth-child(2) {
        font-size: 17px;
        color: #333;
        margin-top: 28px;
        margin-bottom: 20px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .xww_n a dl:nth-child(3) {
        display: flex;
        justify-content: space-between;
    }
    .xww_n a dl:nth-child(3) p:nth-child(1) {
        width: 140px;
        height: 40px;
        color: #fff;
        background-color: rgb(221, 133, 1);
        border: 2px solid rgb(221, 133, 1);
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
    }
    .xww_n a dl:nth-child(3) p:nth-child(2) {
        color: rgb(29, 29, 29);
        font-size: 18px;
    }
    .xww_n a:hover dl:nth-child(1) span {
        width: 150px;
        transition: all 0.5s ease;
    }
    .xww_n a dl:nth-child(3) p:nth-child(1):hover {
        transition: all 0.5s ease;
        color: rgb(1, 93, 231);
        background-color: rgb(255, 255, 255);
        border: 2px solid #01378f;
    }
}
/* --------------------------------------------------------------------图片通用 */
.tpty {
    width: 100%;
    height: auto;
    background-color: rgb(248, 248, 248);
}
.tp_t {
    width: 99%;
    height: auto;
    display: flex;
    background-color: #fff;
    padding: 9px;
    justify-content: space-between;
}
.tp_t p {
    font-size: 25px;
    line-height: 50px;
    color: #033c9a;
    font-weight: 600;
    margin-left: 55px;
}

.tp_zl {
    width: 50%;
    height: auto;
}
.tp_zl ul {
    width: 100%;
    height: auto;
    display: flex;
}
.tp_zl ul li {
    width: calc((100% - 0%) / 7 );
    height: auto;
}
.tp_zl li a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 50px;
}
.tp_zl a:hover {
    color: #d36804;
    font-weight: 600;
}
.tp_n {
    width: 90%;
    height: auto;
    padding-top: 30px;
    margin: 0 auto;
}
.tp_n ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.tp_n ul li {
    width: calc((100% - 12%) / 5 );
    height: auto;
    margin: 20px;
    background-color: #fff;
    border-bottom: 2px solid #0247b6;
}
.tp_n li a {
    width: 100%;
    display: block;
}
.tp_n a h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tp_n h3 img {
    width: 100%;
    display: block;
}
.tp_n a ol {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}
.tp_n li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.tp_n li:hover {
    box-shadow: 0px 1px 30px 2px rgb(177, 177, 177);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .tpty {
        width: 100%;
        height: auto;
        background-color: rgb(248, 248, 248);
    }
    .tp_t {
        width: 99%;
        height: auto;
        display: flex;
        background-color: #fff;
        padding: 9px;
        justify-content: space-between;
    }
    .tp_t p {
        font-size: 25px;
        line-height: 50px;
        color: #033c9a;
        font-weight: 600;
        margin-left: 0px;
    }
    
    .tp_zl {
        width: 50%;
        height: auto;
    }
    .tp_zl ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .tp_zl ul li {
        width: calc((100% - -16%) / 7 );
        height: auto;
    }
    .tp_zl li a {
        display: block;
        font-size: 18px;
        color: #333;
        line-height: 50px;
    }
    .tp_zl a:hover {
        color: #d36804;
        font-weight: 600;
    }
    .tp_n {
        width: 90%;
        height: auto;
        padding-top: 30px;
        margin: 0 auto;
    }
    .tp_n ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .tp_n ul li {
        width: calc((100% - 16%) / 5 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        border-bottom: 2px solid #0247b6;
    }
    .tp_n li a {
        width: 100%;
        display: block;
    }
    .tp_n a h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .tp_n h3 img {
        width: 100%;
        display: block;
    }
    .tp_n a ol {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #333;
        background-color: #fff;
    }
    .tp_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .tp_n li:hover {
        box-shadow: 0px 1px 30px 2px rgb(177, 177, 177);
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .tpty {
        width: 100%;
        height: auto;
        background-color: rgb(248, 248, 248);
    }
    .tp_t {
        width: 99%;
        height: auto;
        display: flex;
        background-color: #fff;
        padding: 9px;
        justify-content: space-between;
    }
    .tp_t p {
        font-size: 25px;
        line-height: 50px;
        color: #033c9a;
        font-weight: 600;
        margin-left: 0px;
    }
    
    .tp_zl {
        width: 84%;
        height: auto;
    }
    .tp_zl ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .tp_zl ul li {
        width: calc((100% - -16%) / 7 );
        height: auto;
    }
    .tp_zl li a {
        display: block;
        font-size: 18px;
        color: #333;
        line-height: 50px;
    }
    .tp_zl a:hover {
        color: #d36804;
        font-weight: 600;
    }
    .tp_n {
        width: 90%;
        height: auto;
        padding-top: 30px;
        margin: 0 auto;
    }
    .tp_n ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .tp_n ul li {
        width: calc((100% - 10%) / 2 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        border-bottom: 2px solid #0247b6;
    }
    .tp_n li a {
        width: 100%;
        display: block;
    }
    .tp_n a h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .tp_n h3 img {
        width: 100%;
        display: block;
    }
    .tp_n a ol {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #333;
        background-color: #fff;
    }
    .tp_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .tp_n li:hover {
        box-shadow: 0px 1px 30px 2px rgb(177, 177, 177);
        transition: all 0.5s ease;
    }
}