/* -------------------------------------------------------------头部 */
.top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    /* box-shadow: 3px -1px 10px 5px #eaeaea;; */
    padding-top: 5px;
    border-bottom: 2px solid #dddddd26;
}
.dh {
    width: 50%;
    height: 80px;
}
.dh ul {
    width: 100%;
    height: auto;
    display: flex;
}
.dh ul li {
    width: calc((100% - 0% ) / 8);
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.dh ul li a {
    font-size: 18px;
    color: #333;
    display: block;
}
.dh ul li:hover {
    background-color: rgb(180, 0, 0);
    transition: all 0.5s ease;
}
.dh ul li:hover a {
    color:#ffffff;
    transition: all 0.3s ease;
}
@media (max-width:1024px) {
    .top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: end;
        /* box-shadow: 3px -1px 10px 5px #eaeaea;; */
        padding-top: 5px;
        border-bottom: 2px solid #dddddd26;
        flex-wrap: wrap;
    }
    .logo {
        width: 95%;
        margin: 0 auto;
        float: left;
    }
    .dh {
        width: 100%;
        height: 45px;
    }
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
        
    }
    .dh ul li {
        width: calc((100% - 0% ) / 8);
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .dh ul li a {
        font-size: 20px;
        color: #333;
        display: block;
    }
    .dh ul li:hover {
        background-color: rgb(180, 0, 0);
        transition: all 0.5s ease;
    }
    .dh ul li:hover a {
        color:#ffffff;
        transition: all 0.3s ease;
    }
}
/* ----------------------------------------------------------------------banner */
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.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: 25px;
    
}
.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: #ca1100;
    transition: all 0.5s ease;
}
.zxa {
    padding: 0px 0px 0px 123px;
    font-size: 16px;
    color: #ca1100;
}
.zxa:hover {
    color: #ca1100;
    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);
    background: url(/UploadFiles/pic/cp_b.jpg);
    overflow: hidden;
}
.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;
    letter-spacing: 5px;
}
.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: #b9000099;
    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(2):hover .cpimg img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.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);
    background: url(/UploadFiles/pic/cp_b.jpg);
    overflow: hidden;
}
.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;
    letter-spacing: 5px;
}
.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: #b9000099;
    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_s ul li:nth-child(3):hover .cpimg img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.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);
    background: url(/UploadFiles/pic/cp_b.jpg);
    overflow: hidden;
    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;
    letter-spacing: 5px;
}
.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: #b9000099;
    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(1):hover .cpimg img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.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);
    background: url(/UploadFiles/pic/cp_b.jpg);
    overflow: hidden;
}
.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;
    letter-spacing: 5px;
}
.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: #b9000099;
    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(2):hover .cpimg img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.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);
    background: url(/UploadFiles/pic/cp_b.jpg);
    overflow: hidden;
}
.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;
    letter-spacing: 5px;
}
.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: #b9000099;
    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(3):hover .cpimg img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.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);
    background: url(/UploadFiles/pic/cp_b.jpg);
    overflow: hidden;
}
.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;
    letter-spacing: 5px;
}
.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: #b9000099;
    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: -2%;
    left: 35%;
}
.cpimg img {
    width: 100%;
}
.cpzx_x ul li:nth-child(4):hover .cpimg img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
@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;
        flex-wrap: wrap;
    }
    .cpzx_s ul li:nth-child(1) {
        width: 100%;
        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: 20px;
        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: 140px;
        height: 35px;
        display: block;
        border: 1px solid rgb(219, 219, 219);
        border-radius: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        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: 50%;
        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: 30px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_s ul li:nth-child(2) a p {
        color: #333;
        font-size: 22px;
        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: 49%;
        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: 30px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_s ul li:nth-child(3) a p {
        color: #333;
        font-size: 22px;
        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;
        flex-wrap: wrap;
    }
    .cpzx_x ul li:nth-child(1) {
        width: 50%;
        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: 30px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(1) a p {
        color: #333;
        font-size: 22px;
        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: 49%;
        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: 30px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(2) a p {
        color: #333;
        font-size: 22px;
        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: 50%;
        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: 30px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(3) a p {
        color: #333;
        font-size: 22px;
        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: 49%;
        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: 30px;
        line-height: 1;
        font-weight: 600; 
    }
    .cpzx_x ul li:nth-child(4) a p {
        color: #333;
        font-size: 22px;
        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: -1%;
        left: 29%;
    }
    .cpimg img {
        width: 80%;
        margin-left: 70px;
    }
}
/* -----------------------------------------------------------关于我们 */
.gywm {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/gywm.jpg);
    padding-bottom: 75px;
}
.gywm_t {
    padding-top: 20px;
    width: 29%;
    height: auto;
    margin:  0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.gywm_t img {
    width: 80%;
}
.gywm_t span {
    position: absolute;
    left: 39%;
    top: 40%;
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    letter-spacing: 3px;
}
.gywm_n {
    clear: both;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: flex;
    box-shadow: 1px 1px 11px 0px rgb(150, 150, 150);
}
.gyn_l {
    width: 40%;
    height: auto;
    overflow: hidden;
}
.gyn_l img {
    width: 88%;
    display: block;
}
.gyn_r {
    width: 58%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.gyn_r h3 {
    font-size: 2rem;
    color: rgb(43, 43, 43);
    margin-bottom: 30px;
}
.gyn_r p {
    font-size: 20px;
    text-indent: 20px;
    line-height: 28px;
}
.gyn_a {
    width: 60%;
    height: auto;
    display: flex;
    padding-top: 30px;
}
.gyn_a a {
    width: 30%;
    height: 50px;
    background-color: rgb(206, 117, 1);
    display: block;
    margin-left: 20px;
    position: relative;
}
.gyn_a a p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-indent: 0;
    position: absolute;
    left: 20%;
}
.gyn_a a::before {
    content: "";
    top: 0;
    left: 0;
    width: 10%;
    height: 50px;
    background-color: #ca1100;
    display: block;
    position: absolute;
}
.gyn_a a:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .gywm {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gywm.jpg);
        padding-bottom: 75px;
    }
    .gywm_t {
        padding-top: 20px;
        width: 29%;
        height: auto;
        margin:  0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }
    .gywm_t img {
        width: 80%;
    }
    .gywm_t span {
        position: absolute;
        left: 39%;
        top: 40%;
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .gywm_n {
        clear: both;
        background-color: #fff;
        width: 95%;
        margin: 0 auto;
        height: auto;
        display: flex;
        box-shadow: 1px 1px 11px 0px rgb(150, 150, 150);
    }
    .gyn_l {
        width: 40%;
        height: auto;
        overflow: hidden;
    }
    .gyn_l img {
        width: 88%;
        display: block;
        margin-top: 37px;
    }
    .gyn_r {
        width: 58%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .gyn_r h3 {
        font-size: 2rem;
        color: rgb(43, 43, 43);
        margin-bottom: 30px;
    }
    .gyn_r p {
        font-size: 20px;
        text-indent: 20px;
        line-height: 28px;
    }
    .gyn_a {
        width: 60%;
        height: auto;
        display: flex;
        padding-top: 30px;
    }
    .gyn_a a {
        width: 30%;
        height: 50px;
        background-color: rgb(206, 117, 1);
        display: block;
        margin-left: 20px;
        position: relative;
    }
    .gyn_a a p {
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        text-indent: 0;
        position: absolute;
        left: 20%;
    }
    .gyn_a a::before {
        content: "";
        top: 0;
        left: 0;
        width: 10%;
        height: 50px;
        background-color: #ca1100;
        display: block;
        position: absolute;
    }
    .gyn_a a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .gywm {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/gywm.jpg);
        padding-bottom: 75px;
    }
    .gywm_t {
        padding-top: 20px;
        width: 29%;
        height: auto;
        margin:  0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }
    .gywm_t img {
        width: 80%;
    }
    .gywm_t span {
        position: absolute;
        left: 22%;
        top: 40%;
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .gywm_n {
        clear: both;
        background-color: #fff;
        width: 95%;
        margin: 0 auto;
        height: auto;
        display: flex;
        box-shadow: 1px 1px 11px 0px rgb(150, 150, 150);
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .gyn_l {
        width: 90%;
        height: 500px;
        overflow: hidden;
        margin: 0 auto;
    }
    .gyn_l img {
        width: 100%;
        display: block;
        margin-top: 50px;
        height: 500px;
    }
    .gyn_r {
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .gyn_r h3 {
        font-size: 2rem;
        color: rgb(43, 43, 43);
        margin-bottom: 30px;
        text-align: center;
        font-weight: 600;
    }
    .gyn_r p {
        font-size: 20px;
        text-indent: 20px;
        line-height: 40px;
    }
    .gyn_a {
        width: 60%;
        height: auto;
        display: flex;
        padding-top: 30px;
        margin: 0 auto;
    }
    .gyn_a a {
        width: 30%;
        height: 50px;
        background-color: rgb(206, 117, 1);
        display: block;
        margin-left: 20px;
        position: relative;
    }
    .gyn_a a p {
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        text-indent: 0;
        position: absolute;
        left: 20%;
    }
    .gyn_a a::before {
        content: "";
        top: 0;
        left: 0;
        width: 10%;
        height: 50px;
        background-color: #ca1100;
        display: block;
        position: absolute;
    }
    .gyn_a a:hover::before {
        width: 100%;
        transition: all 0.5s ease;
    }
}
/* --------------------------------------------------------------------公司环境 */
.gshj {
    width: 100%;
    height: auto;
    padding-bottom: 18px;
    background: url(/UploadFiles/pic/a1_b.jpg);
    background-repeat: no-repeat;
}
.gshj_t {
    padding-top: 20px;
    width: 29%;
    height: auto;
    margin:  0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.gshj_t img {
    width: 80%;
}
.gshj_t span {
    position: absolute;
    left: 39%;
    top: 40%;
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    letter-spacing: 3px;
}
@media (max-width:1024px) {
    .gshj {
        width: 100%;
        height: auto;
        padding-bottom: 18px;
        background: url(/UploadFiles/pic/a1_b.jpg);
    }
    .gshj_t {
        padding-top: 20px;
        width: 29%;
        height: auto;
        margin:  0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }
    .gshj_t img {
        width: 80%;
    }
    .gshj_t span {
        position: absolute;
        left: 22%;
        top: 40%;
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .gshj_n {
        margin-top: 20px;
    }
}

.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: #b66101;
}
@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 {
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 75px;
    background: url(/UploadFiles/pic/hj_b.jpg);
    background-repeat: no-repeat;
}

.xwzx_t {
    padding-top: 20px;
    width: 29%;
    height: auto;
    margin:  0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.xwzx_t img {
    width: 80%;
}
.xwzx_t span {
    position: absolute;
    left: 39%;
    top: 40%;
    font-size: 2rem;
    color: #333;
    font-weight: 600;
    letter-spacing: 3px;
}
.xwzx_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 80px;

}
.xwzx_n ul {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
}
.xwzx_n ul li {
    width: calc((100% - 5%) / 4 );
    height: auto;
    position: relative;
    margin: 0px 10px 0px 10px;
}
.xwzx_n li a {
    width: 100%;
    display: block;
}
.xwzx_n li h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    
}
.xwzx_n li h3 img {
    width: 100%;
    display: block;
}
.xw_n {
    width: 75%;
    height: auto;
    background-color: #fff;
    position: absolute;
    padding: 30px;
    left: 5%;
    top: 78%;
}
.xw_n p:nth-child(1) {
    font-size: 25px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}
.xw_n p:nth-child(2) {
    font-size: 14px;
    color: rgb(158, 157, 157);
    line-height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw_n span {
    font-size: 14px;
    color: rgb(158, 157, 157);

}
.xwzx_n li:hover .xw_n {
    background-color: #e0ab6f;
    top: 70%;
    transition: all 0.5s ease;
}
.xwzx_n li:hover .xw_n p {
    color: #fff;
}
.xwzx_n li:hover .xw_n span {
    color: #fff;
}
.xwzx_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .xwzx {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 75px;
        
    }
    
    .xwzx_t {
        padding-top: 20px;
        width: 29%;
        height: auto;
        margin:  0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }
    .xwzx_t img {
        width: 80%;
    }
    .xwzx_t span {
        position: absolute;
        left: 39%;
        top: 40%;
        font-size: 2rem;
        color: #333;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .xwzx_n {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 80px;
    
    }
    .xwzx_n ul {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
    }
    .xwzx_n ul li {
        width: calc((100% - 5%) / 4 );
        height: auto;
        position: relative;
        margin: 0px 10px 0px 10px;
    }
    .xwzx_n li a {
        width: 100%;
        display: block;
    }
    .xwzx_n li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        
    }
    .xwzx_n li h3 img {
        width: 100%;
        display: block;
    }
    .xw_n {
        width: 75%;
        height: auto;
        background-color: #fff;
        position: absolute;
        padding: 30px;
        left: 2%;
        top: 78%;
    }
    .xw_n p:nth-child(1) {
        font-size: 25px;
        color: #333;
        line-height: 30px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .xw_n p:nth-child(2) {
        font-size: 14px;
        color: rgb(158, 157, 157);
        line-height: 25px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xw_n span {
        font-size: 14px;
        color: rgb(158, 157, 157);
    
    }
    .xwzx_n li:hover .xw_n {
        background-color: #e0ab6f;
        top: 70%;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover .xw_n p {
        color: #fff;
    }
    .xwzx_n li:hover .xw_n span {
        color: #fff;
    }
    .xwzx_n li:hover h3 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .xwzx {
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    
    .xwzx_t {
        padding-top: 20px;
        width: 29%;
        height: auto;
        margin:  0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }
    .xwzx_t img {
        width: 80%;
    }
    .xwzx_t span {
        position: absolute;
        left: 22%;
        top: 40%;
        font-size: 2.5rem;
        color: #333;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .xwzx_n {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 10px;
    
    }
    .xwzx_n ul {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .xwzx_n ul li {
        width: calc((100% - 5%) / 2 );
        height: auto;
        position: relative;
        margin: 0px 10px 155px 10px;
    }
    .xwzx_n li a {
        width: 100%;
        display: block;
    }
    .xwzx_n li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        
    }
    .xwzx_n li h3 img {
        width: 100%;
        display: block;
    }
    .xw_n {
        width: 75%;
        height: auto;
        background-color: #fff;
        position: absolute;
        padding: 30px;
        left: 5%;
        top: 78%;
    }
    .xw_n p:nth-child(1) {
        font-size: 25px;
        color: #333;
        line-height: 30px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .xw_n p:nth-child(2) {
        font-size: 14px;
        color: rgb(158, 157, 157);
        line-height: 25px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xw_n span {
        font-size: 14px;
        color: rgb(158, 157, 157);
    
    }
    .xwzx_n li:hover .xw_n {
        background-color: #e0ab6f;
        top: 70%;
        transition: all 0.5s ease;
    }
    .xwzx_n li:hover .xw_n p {
        color: #fff;
    }
    .xwzx_n li:hover .xw_n span {
        color: #fff;
    }
    .xwzx_n li:hover h3 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
}
/* -----------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 350px;
    background-color: #323638;
}

.di_t {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    border-bottom: 1px solid rgb(73, 73, 73);
}
.di_logo {
    width: 30%;
    height: auto;
}
.di_t ul {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.di_t ul li {
    width: calc((100% - 15%) / 8);
    height: auto;
    text-align: center;
}
.di_t li a {
    font-size: 16px;
    color: rgb(201, 200, 200);
}
.di_t li a:hover {
    color: #fff;
    transition: all 0.5s ease;
}
.di_z {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.di_z ul {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.di_z ul li {
    width: calc((100% - 15%) / 3 );
    height: auto;
}
.di_z li:nth-child(1) p:nth-child(1) {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
.di_z li:nth-child(1) p:nth-child(2) {
    font-size: 17px;
    color: rgb(201, 200, 200);
    margin-bottom: 15px;
    line-height: 30px;
    letter-spacing: 2px;
}
.di_z li:nth-child(1) p:nth-child(3) {
    width: 60%;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    background-color: #2121219c;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 50px;
    text-align: center;
}
.di_z li:nth-child(2) p {
    font-size: 16px;
    color: rgb(201, 200, 200);
    margin-bottom: 5px;
    line-height: 30px;
}
.di_z li:nth-child(3) {
    text-align: center;
}
.di_z li:nth-child(3) h3 img {
    width: 30%;
}
.ddd {
    width: 100%;
    height: 35px;
    background-color: #212121;
    display: flex;
    justify-content: center;
}
.ddd p {
    font-size: 16px;
    color: #fff;
    line-height: 33px;
}
.ddd a {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}
.ddd a img {
    margin-top: 8px;
}
@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 350px;
        background-color: #323638;
    }
    
    .di_t {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
        display: flex;
        border-bottom: 1px solid rgb(73, 73, 73);
    }
    .di_logo {
        width: 30%;
        height: auto;
    }
    .di_t ul {
        width: 60%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .di_t ul li {
        width: calc((100% - 15%) / 8);
        height: auto;
        text-align: center;
    }
    .di_t li a {
        font-size: 16px;
        color: rgb(201, 200, 200);
    }
    .di_t li a:hover {
        color: #fff;
        transition: all 0.5s ease;
    }
    .di_z {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .di_z ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    .di_z ul li {
        width: calc((100% - 15%) / 3 );
        height: auto;
    }
    .di_z li:nth-child(1) p:nth-child(1) {
        font-size: 28px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .di_z li:nth-child(1) p:nth-child(2) {
        font-size: 17px;
        color: rgb(201, 200, 200);
        margin-bottom: 15px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .di_z li:nth-child(1) p:nth-child(3) {
        width: 80%;
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
        background-color: #2121219c;
        line-height: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        border-radius: 50px;
        text-align: center;
    }
    .di_z li:nth-child(2) p {
        font-size: 16px;
        color: rgb(201, 200, 200);
        margin-bottom: 5px;
        line-height: 30px;
    }
    .di_z li:nth-child(3) {
        text-align: center;
    }
    .di_z li:nth-child(3) h3 img {
        width: 40%;
    }
    .ddd {
        width: 100%;
        height: 35px;
        background-color: #212121;
        display: flex;
        justify-content: center;
    }
    .ddd p {
        font-size: 16px;
        color: #fff;
        line-height: 33px;
    }
    .ddd a {
        color: #fff;
        font-size: 16px;
        line-height: 33px;
    }
    .ddd a img {
        margin-top: 8px;
    }
}
@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 350px;
        background-color: #323638;
    }
    
    .di_t {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
        display: flex;
        border-bottom: 1px solid rgb(73, 73, 73);
    }
    .di_logo {
        width: 20%;
        height: auto;
    }
    .di_t ul {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .di_z ul li:nth-child(1) {
        width: 40%;
    }
    .di_t ul li {
        width: calc((100% - 15%) / 8);
        height: auto;
        text-align: center;
    }
    .di_t li a {
        font-size: 16px;
        color: rgb(201, 200, 200);
    }
    .di_t li a:hover {
        color: #fff;
        transition: all 0.5s ease;
    }
    .di_z {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .di_z ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    .di_z ul li {
        width: calc((100% - 15%) / 3 );
        height: auto;
    }
    .di_z li:nth-child(1) p:nth-child(1) {
        font-size: 28px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    .di_z li:nth-child(1) p:nth-child(2) {
        font-size: 17px;
        color: rgb(201, 200, 200);
        margin-bottom: 15px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .di_z li:nth-child(1) p:nth-child(3) {
        width: 80%;
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
        background-color: #2121219c;
        line-height: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        border-radius: 50px;
        text-align: center;
    }
    .di_z li:nth-child(2) p {
        font-size: 16px;
        color: rgb(201, 200, 200);
        margin-bottom: 5px;
        line-height: 30px;
    }
    .di_z li:nth-child(3) {
        text-align: center;
    }
    .di_z li:nth-child(3) h3 img {
        width: 60%;
    }
    .ddd {
        width: 100%;
        height: 35px;
        background-color: #212121;
        display: flex;
        justify-content: center;
    }
    .ddd p {
        font-size: 16px;
        color: #fff;
        line-height: 33px;
    }
    .ddd a {
        color: #fff;
        font-size: 16px;
        line-height: 33px;
    }
    .ddd a img {
        margin-top: 8px;
    }
}
.footbox{
	height: 11rem;
	background:rgb(191 99 2 / 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;
	}
}
/* -------------------------------------------------------------关于我们——栏 */
.gsjj {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
}
.gsjj_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}
.gsjj_t ul {
    width: 60%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.gsjj_t ul li {
    width: 20%;
    height: 50px;
    text-align: center;
}
.gsjj_t li:nth-child(1) span {
    width: 80px;
    height: 3px;
    background-color: #b4752d;
    display: block;
    margin-left: 74px;
    margin-top: -3px;
    
}
.gsjj_t li:nth-child(2) span {
    width: 80px;
    height: 3px;
    background-color: #b4752d;
    display: block;
    margin-left: 74px;
    margin-top: -3px;
    opacity: 0;
}
.gsjj_t li:nth-child(2) {
    margin-left: 10px;
}

.gsjj_t li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #333;
}
.gsjj_t li:nth-child(1) a {
    color: #b4752d;
}
.gsjj_t li:nth-child(2):hover span {
    opacity: 1;
    transition: all 0.5s ease;
}
.gsjj_t li:nth-child(2):hover a {
    color: #b4752d;
    transition: all 0.5s ease;
}
.gsjj_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width:1440px) {
    .gsjj {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .gsjj_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .gsjj_t ul {
        width: 45%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .gsjj_t ul li {
        width: 20%;
        height: 50px;
        text-align: center;
    }
    .gsjj_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 25px;
        margin-top: -3px;
        
    }
    .gsjj_t li:nth-child(2) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 25px;
        margin-top: -3px;
        opacity: 0;
    }
    .gsjj_t li:nth-child(2) {
        margin-left: 10px;
    }
    
    .gsjj_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #333;
    }
    .gsjj_t li:nth-child(1) a {
        color: #b4752d;
    }
    .gsjj_t li:nth-child(2):hover span {
        opacity: 1;
        transition: all 0.5s ease;
    }
    .gsjj_t li:nth-child(2):hover a {
        color: #b4752d;
        transition: all 0.5s ease;
    }
    .gsjj_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width:1024px) {
    .gsjj {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .gsjj_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .gsjj_t ul {
        width: 45%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .gsjj_t ul li {
        width: 29%;
        height: 50px;
        text-align: center;
    }
    .gsjj_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 25px;
        margin-top: -3px;
        
    }
    .gsjj_t li:nth-child(2) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 25px;
        margin-top: -3px;
        opacity: 0;
    }
    .gsjj_t li:nth-child(2) {
        margin-left: 10px;
    }
    
    .gsjj_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #333;
    }
    .gsjj_t li:nth-child(1) a {
        color: #b4752d;
    }
    .gsjj_t li:nth-child(2):hover span {
        opacity: 1;
        transition: all 0.5s ease;
    }
    .gsjj_t li:nth-child(2):hover a {
        color: #b4752d;
        transition: all 0.5s ease;
    }
    .gsjj_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* -------------------------------------------------------------------------------联系我们 */
.lxwm {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
}
.lxwm_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}
.lxwm_t ul {
    width: 60%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.lxwm_t ul li {
    width: 20%;
    height: 50px;
    text-align: center;
}
.lxwm_t li:nth-child(1) span {
    width: 80px;
    height: 3px;
    background-color: #b4752d;
    display: block;
    margin-left: 74px;
    margin-top: -3px;
    
}
.lxwm_t li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #b4752d;
}
.lxwm_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.lxwm_n ul {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.lxwm_n ul li {
    width: calc((100% - 0%) / 3 );
    height: auto;
    margin: 30px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
}
.lxwm_n li p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.map {
    width: 90%;
    margin: 0 auto;
    height: auto;
}
@media (max-width:1440px) {
    .lxwm {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .lxwm_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .lxwm_t ul {
        width: 60%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .lxwm_t ul li {
        width: 20%;
        height: 50px;
        text-align: center;
    }
    .lxwm_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 47px;
        margin-top: -3px;
        
    }
    .lxwm_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #b4752d;
    }
    .lxwm_n {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .lxwm_n ul {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .lxwm_n ul li {
        width: calc((100% - 0%) / 3 );
        height: auto;
        margin: 30px;
        text-align: center;
        background-color: #fff;
        padding: 20px;
    }
    .lxwm_n li p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }
    .map {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
}
@media (max-width:1024px) {
    .lxwm {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .lxwm_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .lxwm_t ul {
        width: 60%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .lxwm_t ul li {
        width: 30%;
        height: 50px;
        text-align: center;
    }
    .lxwm_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 42px;
        margin-top: -3px;
        
    }
    .lxwm_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #b4752d;
    }
    .lxwm_n {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .lxwm_n ul {
        width: 95%;
        margin: 0 auto;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .lxwm_n ul li {
        width: calc((100% - 0%) / 3 );
        height: auto;
        margin: 8px;
        text-align: center;
        background-color: #fff;
        padding: 8px;
    }
    .lxwm_n li p {
        font-size: 18px;
        color: #333;
        line-height: 30px;
    }
    .map {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
}
/* ----------------------------------------------------------------图片系统 */
.pic {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
}
.pic_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}
.pic_t ul {
    width: 60%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.pic_t ul li {
    width: 20%;
    height: 50px;
    text-align: center;
}

.pic_t li:nth-child(1) span {
    width: 80px;
    height: 3px;
    background-color: #b4752d;
    display: block;
    margin-left: 74px;
    margin-top: -3px;
    
}
.pic_t li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #b4752d;
}
.pic_n {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.pic_n ul {
    width: 95%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.pic_n ul li {
    width: calc((100% - 10%) / 4 );
    height: auto;
    margin: 20px;
    background-color: #fff;
    border: 1px solid rgba(218, 217, 217, 0.527);
}
.pic_n li a {
    width: 100%;
    display: block;
}
.pic_n h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pic_n h3 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.pic_n ol:nth-child(2) {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    border-top: 1px solid rgba(218, 217, 217, 0.527);
    border-bottom: 1px solid rgba(218, 217, 217, 0.527);
}
.pic_n ol:nth-child(3) {
    width: 95%;
    height: 50px;
    line-height: 50px;
    color: rgb(83, 83, 83);
    font-size: 17px;
    margin-left: 20px;
    position: relative;
}
.pic_n ol:nth-child(3) span{
    position: absolute;
    top: 20%;
    left: 80%;
    display: block;
    width: 12%;
    height: 36px;
    background-image: url(/UploadFiles/pic/jt.png);
    background-size: 68% 83%;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.pic_n li:hover h3 img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.pic_n li:hover ol:nth-child(3) span{
    transition: all 0.5s ease;
    left: 85%;
    background-image: url(/UploadFiles/pic/jt1.png);
}
.pic_n li:hover ol:nth-child(3) {
    transition: all 0.5s ease;
    color: #b4752d;
}
@media (max-width:1440px) {
    .pic {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .pic_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .pic_t ul {
        width: 60%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .pic_t ul li {
        width: 20%;
        height: 50px;
        text-align: center;
    }
    
    .pic_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 47px;
        margin-top: -3px;
        
    }
    .pic_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #b4752d;
    }
    .pic_n {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .pic_n ul {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .pic_n ul li {
        width: calc((100% - 13%) / 4 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        border: 1px solid rgba(218, 217, 217, 0.527);
    }
    .pic_n li a {
        width: 100%;
        display: block;
    }
    .pic_n h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pic_n h3 img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .pic_n ol:nth-child(2) {
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #333;
        font-size: 20px;
        border-top: 1px solid rgba(218, 217, 217, 0.527);
        border-bottom: 1px solid rgba(218, 217, 217, 0.527);
    }
    .pic_n ol:nth-child(3) {
        width: 95%;
        height: 50px;
        line-height: 50px;
        color: rgb(83, 83, 83);
        font-size: 17px;
        margin-left: 20px;
        position: relative;
    }
    .pic_n ol:nth-child(3) span{
        position: absolute;
        top: 20%;
        left: 80%;
        display: block;
        width: 12%;
        height: 36px;
        background-image: url(/UploadFiles/pic/jt.png);
        background-size: 68% 83%;
        background-repeat: no-repeat;
        opacity: 0.5;
    }
    
    .pic_n li:hover h3 img {
        transition: all 0.5s ease;
        transform: scale(1.1);
    }
    .pic_n li:hover ol:nth-child(3) span{
        transition: all 0.5s ease;
        left: 85%;
        background-image: url(/UploadFiles/pic/jt1.png);
    }
    .pic_n li:hover ol:nth-child(3) {
        transition: all 0.5s ease;
        color: #b4752d;
    }
}
@media (max-width:1024px) {
    .pic {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .pic_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .pic_t ul {
        width: 40%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .pic_t ul li {
        width: 30%;
        height: 50px;
        text-align: center;
    }
    
    .pic_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 22px;
        margin-top: -3px;
        
    }
    .pic_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #b4752d;
    }
    .pic_n {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .pic_n ul {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .pic_n ul li {
        width: calc((100% - 10%) / 2 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        border: 1px solid rgba(218, 217, 217, 0.527);
    }
    .pic_n li a {
        width: 100%;
        display: block;
    }
    .pic_n h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pic_n h3 img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .pic_n ol:nth-child(2) {
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #333;
        font-size: 20px;
        border-top: 1px solid rgba(218, 217, 217, 0.527);
        border-bottom: 1px solid rgba(218, 217, 217, 0.527);
    }
    .pic_n ol:nth-child(3) {
        width: 95%;
        height: 50px;
        line-height: 50px;
        color: rgb(83, 83, 83);
        font-size: 17px;
        margin-left: 20px;
        position: relative;
    }
    .pic_n ol:nth-child(3) span{
        position: absolute;
        top: 20%;
        left: 80%;
        display: block;
        width: 12%;
        height: 36px;
        background-image: url(/UploadFiles/pic/jt.png);
        background-size: 68% 83%;
        background-repeat: no-repeat;
        opacity: 0.5;
    }
    
    .pic_n li:hover h3 img {
        transition: all 0.5s ease;
        transform: scale(1.1);
    }
    .pic_n li:hover ol:nth-child(3) span{
        transition: all 0.5s ease;
        left: 85%;
        background-image: url(/UploadFiles/pic/jt1.png);
    }
    .pic_n li:hover ol:nth-child(3) {
        transition: all 0.5s ease;
        color: #b4752d;
    }
}
/* --------------------------------------------------------------------新闻中心 */
.xwlm {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
}
.xwlm_t {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}
.xwlm_t ul {
    width: 60%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.xwlm_t ul li {
    width: 20%;
    height: 50px;
    text-align: center;
}

.xwlm_t li:nth-child(1) span {
    width: 80px;
    height: 3px;
    background-color: #b4752d;
    display: block;
    margin-left: 74px;
    margin-top: -3px;
    
}
.xwlm_t li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #b4752d;
}
.xwlm_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.xwlm_n ul {
    width: 95%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.xwlm_n ul li {
    width: calc((100% - 10%) / 4 );
    height: auto;
    margin: 20px;
    background-color: #fff;
    border: 1px solid rgba(218, 217, 217, 0.527);
}
.xwlm_n li a {
    width: 100%;
    display: block;
}
.xwlm_n h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.xwlm_n h3 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.xwlm_n a p:nth-child(2) {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: rgb(82, 81, 81);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0px 20px 0px 20px;
}
.xwlm_n a p:nth-child(3) {
    font-size: 15px;
    height: 60px;
    line-height: 27px;
    color: rgb(133, 131, 131);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid rgba(218, 217, 217, 0.527);
    padding: 0px 20px 0px 20px;
}
.xwlm_n a ol {
    
    position: relative;
    width: 90%;
}
.xwlm_n ol span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: rgb(155, 155, 155);
    float: right;
    display: block;
}
.xwlm_n li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xwlm_n li:hover ol span {
    color: #b4752d;
    transition: all 0.5s ease;
}
.xwlm_n ol::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #b8701f;
    display: block;
    left: 0%;
    top: 39px;
}
.xwlm_n li:hover ol::before {
    transition: all 0.5s ease;
    width: 111%;
}
@media (max-width:1440px) {
    .xwlm {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .xwlm_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .xwlm_t ul {
        width: 60%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .xwlm_t ul li {
        width: 20%;
        height: 50px;
        text-align: center;
    }
    
    .xwlm_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 47px;
        margin-top: -3px;
        
    }
    .xwlm_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #b4752d;
    }
    .xwlm_n {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .xwlm_n ul {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .xwlm_n ul li {
        width: calc((100% - 13%) / 4 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        border: 1px solid rgba(218, 217, 217, 0.527);
    }
    .xwlm_n li a {
        width: 100%;
        display: block;
    }
    .xwlm_n h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .xwlm_n h3 img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .xwlm_n a p:nth-child(2) {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        color: rgb(82, 81, 81);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0px 20px 0px 20px;
    }
    .xwlm_n a p:nth-child(3) {
        font-size: 15px;
        height: 60px;
        line-height: 27px;
        color: rgb(133, 131, 131);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        border-bottom: 1px solid rgba(218, 217, 217, 0.527);
        padding: 0px 20px 0px 20px;
    }
    .xwlm_n a ol {
        
        position: relative;
        width: 90%;
    }
    .xwlm_n ol span {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        color: rgb(155, 155, 155);
        float: right;
        display: block;
    }
    .xwlm_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xwlm_n li:hover ol span {
        color: #b4752d;
        transition: all 0.5s ease;
    }
    .xwlm_n ol::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #b8701f;
        display: block;
        left: 0%;
        top: 39px;
    }
    .xwlm_n li:hover ol::before {
        transition: all 0.5s ease;
        width: 111%;
    }
}
@media (max-width:1024px) {
    .xwlm {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .xwlm_t {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .xwlm_t ul {
        width: 40%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .xwlm_t ul li {
        width: 30%;
        height: 50px;
        text-align: center;
    }
    
    .xwlm_t li:nth-child(1) span {
        width: 80px;
        height: 3px;
        background-color: #b4752d;
        display: block;
        margin-left: 22px;
        margin-top: -3px;
        
    }
    .xwlm_t li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #b4752d;
    }
    .xwlm_n {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .xwlm_n ul {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .xwlm_n ul li {
        width: calc((100% - 10%) / 2 );
        height: auto;
        margin: 20px;
        background-color: #fff;
        border: 1px solid rgba(218, 217, 217, 0.527);
    }
    .xwlm_n li a {
        width: 100%;
        display: block;
    }
    .xwlm_n h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .xwlm_n h3 img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .xwlm_n a p:nth-child(2) {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        color: rgb(82, 81, 81);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0px 20px 0px 20px;
    }
    .xwlm_n a p:nth-child(3) {
        font-size: 15px;
        height: 60px;
        line-height: 29px;
        color: rgb(133, 131, 131);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        border-bottom: 1px solid rgba(218, 217, 217, 0.527);
        padding: 0px 20px 0px 20px;
    }
    .xwlm_n a ol {
        
        position: relative;
        width: 90%;
    }
    .xwlm_n ol span {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        color: rgb(155, 155, 155);
        float: right;
        display: block;
    }
    .xwlm_n li:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xwlm_n li:hover ol span {
        color: #b4752d;
        transition: all 0.5s ease;
    }
    .xwlm_n ol::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #b8701f;
        display: block;
        left: 0%;
        top: 39px;
    }
    .xwlm_n li:hover ol::before {
        transition: all 0.5s ease;
        width: 111%;
    }
}