:root {
    --fff-color: #fff;
    --blacktm-color: rgba(0, 0, 0, 0.5);
    --a999-color: #777777;
    --bbb-color: #bbb;
    --black-color: #000;
    --red-color: #DD2126;
    --f0f0f0-color: #f0f0f0;
}

* {
    transition: all 0.3s;
}

/* footer */

.foot {
    background: #333;
    width: 100%;
    padding: 4vw 8vw 2vw;
    overflow: hidden;
}

.foot .top {
    padding-bottom: 2vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.foot .top img {
    width: 250px;
}

.foot .top .up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}

.foot .top .up span:nth-child(1) {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 5px;
}

.foot .top .up span:nth-child(1) i {
    transform: rotate(-90deg);
}

.foot .btm {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.foot .btm .btm_left {
    width: 66%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2vw;
}

.foot .btm .btm_left ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px 30px;
    align-items: stretch;
}

.foot .btm .btm_left ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.foot .btm .btm_left ul li:last-child {
    margin-right: 0;
}

.foot .btm .btm_left ul li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1vw;
}

.foot .btm .btm_left ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

.foot .btm .btm_left ul li a:hover {
    color: #fff;
}

.foot .btm_foot {
    color: rgba(255, 255, 255, 0.4);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4vw;
}

.foot .btm_foot a {
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.4);
}

.foot .btm .btm_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 2vw;
}

.foot .btm .btm_right .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.foot .btm .btm_right .box p:nth-child(1) {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1vw;
}

.foot .btm .btm_right .box p:nth-child(2) {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 1.5;
}

.foot .btm .btm_right .box p:nth-child(3) {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.foot .btm .btm_right .box p:nth-child(4) {
    font-size: 14px;
    color: #fff;
    margin: 8px 0;
}

.foot .btm .btm_right .box .ewm {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin-top: 20px;
}

.foot .btm .btm_right .box .ewm img {
    width: 100%;
    margin-bottom: 8px;
}


/* ind_about */

.index_aBg {
    width: 100%;
    background-image: url(../images/sec-bgi.png);
    /* background-position: center top -400%; */
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.index_a {
    margin: 0 auto;
    padding: 100px 0;
}

.index_a h1 {
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}

.index_a p {
    width: 80%;
}

.index_a a {
    background: #a7a7a7;
    padding: 8px 40px;
    color: #fff;
    margin: 30px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.index_a a i {
    margin-left: 10px;
    transition: all .4s ease;
    font-size: 14px;
}

.index_a a:hover {
    background: var(--red-color)
}

.index_a a:hover i {
    margin-left: 20px;
}

.index_a ul:nth-child(1) {
    text-align: center;
    margin-bottom: 60px;
    line-height: 30px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index_a ul:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_a ul li {
    width: 20%;
    float: left;
    text-align: center;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index_a ul li:nth-child(5) {
    border-right: 1px solid #eee;
}

.index_a ul li font {
    font-size: 14px;
    color: #aaa;
    display: block;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
}

.index_a ul li font span {
    display: block;
    font-size: 44px;
    line-height: 40px;
    color: #000;
    margin-right: 15px;
    font-weight: bold;
}

.index_a ul li font sup {
    font-size: 35px;
}

.about_e {
    padding: 4vw 0;
}

.about_e .index_title2 {
    text-align: center;
}

.about_e .wrapper {
    width: 100%;
    /* height: 180px; */
    position: relative;
    margin: 30px auto 0;
    overflow: hidden;
    max-width: 100%;

}

.about_e .box {
    width: 16.6%;
    height: 120px;
    position: relative;
    font-size: 25px;
    line-height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.about_e .box:hover img {
    transform: scale(1.1);
}

.about_e .box img {
    max-width: 70%;
    transition: all 0.9s;
    max-height: 70%;
}

.about_e .boxes {
    position: relative;
    /* left: -180px; */
}



.lmore {
    /* border-radius: 16px 0px 16px 0px; */
    padding: 10px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--red-color);
}

.lmore span {
    color: #fff;
}

.lmore i {
    color: #fff;
    margin-left: 40px;
}

.lmore:hover i {
    margin-left: 50px;
}

/* ind_pro */
.ind_pro {
    background-image: url(../images/wel1.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.ind_pro .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
}

.ind_pro .top .left p {
    color: #333;
}

.ind_pro .mid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
    width: 100%;
}

.ind_pro .mid li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.ind_pro .mid li.on {
    color: var(--red-color)
}

.ind_pro .mid li.on i {
    color: var(--red-color)
}


.ind_pro .mid li::before {
    background: rgb(204, 204, 204);
    width: 1px;
    height: 20px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.ind_pro .mid li:last-child::after {
    background: rgb(204, 204, 204);
    width: 1px;
    height: 20px;
    float: right;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.ind_pro .mid li i {
    font-size: 40px;
    color: #8c8c8c;
}

.ind_pro .mid li p {
    font-size: 14px;
}

.ind_pro .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.ind_pro .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.ind_pro .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.ind_pro .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url(../images/aboutSix-bj.jpg);
    background-position: center;
    background-size: cover;
}

.ind_pro .swiper-slide a .img {
    width: 100%;
    height: 18vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ind_pro .swiper-slide a .img img {
    max-width: 80%;
    max-height: 80%;
}

.ind_pro .swiper-slide a {
    padding: 24px 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--red-color);
}

/* ind_app */
.ind_app {
    width: 100%;
}

.ind_app .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #c2c2c2; */
}

.ind_app .top .left {
    width: 100%;
}

.ind_app .top .left p {
    color: #333;
}

/* ind_app */

.index_app-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.index_app-ul li {
    /* width:calc(100% / 8); */
    width: calc(100% / 5);
    border-right: 1px solid #fff;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .3s;
    position: relative;

}

.index_app-ul li .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.index_app-ul li .index_app_w {
    /* background-image: linear-gradient(180deg, rgba(73, 183, 174, 0.00) 48%, rgba(221,33,38, 0.4) 80%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3vw;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.index_app-ul li.active .index_app_w {
    opacity: 1;
}

.index_app_w i {
    font-size: 70px;
}

.index_app_w p {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}

.index_app-ul li .index_app_b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s;
}

.index_app-ul li.active .index_app_b {
    opacity: 0;
}

.index_app_b i {
    font-size: 40px;
}

.index_app-ul li.active {
    /* width: 60% !important; */
    width: 60% !important;
}

.index_app-ul li::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
}

.index_app-ul li.active::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
}

/* ind_news */
/*index_news*/
.index_news {
    height: auto;
    overflow: hidden;
}

.index_news h1 {
    margin-bottom: 10px;
    color: #003F98;
    font-weight: bold;
}

.index_news dd {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    z-index: -1;
    -webkit-text-stroke: 1px #dbdbdb;
    letter-spacing: 2px;
}

.index_news ul:nth-child(1) {
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}

.index_news ul ol {
    width: 50%;
    float: left;
}

.index_news ul ol .news_jj {
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.index_news ul ol .index_about_title {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.index_news ul ol .index_about_title h2 {
    font-size: 30px;
    padding-top: 10px;
}

.index_news ul ol .index_about_title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.index_news ul ol .index_about_title dd {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    z-index: -1;
    -webkit-text-stroke: 1px #eee;
    letter-spacing: 2px;
}

.index_news ul ol:nth-child(2) {
    text-align: right;
}

.index_news ul ol:nth-child(2) a {
    border: 1px solid #003F98;
    color: #003F98;
    width: 100px;
    text-align: center;
    padding: 5px 15px;
    margin-top: 30px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.index_news ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.index_news ul li {
    width: calc(50% - 35px);
    float: left;
    margin-right: 70px;
    position: relative;
}

.index_news ul li:nth-child(1) {
    height: 335px;
    background-position: center;
    background-size: cover;
}

.index_news ul li:nth-child(2) {
    margin-right: 0;
}

.index_news ul li dd {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.index_news ul li dd span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.index_news ul li dl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 12px;
    overflow: hidden;
    padding: 10px;
}

.index_news ul li dl:hover span {
    color: var(--red-color);
}

.index_news ul li dl span {
    font-size: 16px;
    color: #000;
}

.index_news ul li dl div ol:nth-child(1) {
    float: left;
    width: 80%;
    font-size: 13px;
}

.index_news ul li dl div ol:nth-child(2) {
    float: left;
    width: 15%;
    margin-left: 5%;
    font-size: 14px;
    text-align: center;
    background-color: #eee;
}

.index_news ul li dl div ol font {
    font-size: 30px;
    line-height: 50px;
    background-color: var(--red-color);
    width: 100%;
    display: block;
    height: 50px;
    color: #fff;
}


/* ind_yf */
.ind_yf {
    width: 100%;
    background-image: url(../images/ind_yfBg.jpg);
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}

.ind_yf .contain {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ind_yf .contain p {
    color: #fff;
}

.topBanner {
    width: 100%;
    height: 60vh;
    background-position: center;
    background-size: cover;
}

.topBanner .contain {
    position: relative;
    height: 100%;
}

.topBanner .contain p {
    position: absolute;
    bottom: 5vh;
    left: 0;
    color: #fff;
}

/* about */
.about_a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_a .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.about_a .top .left {
    width: 30%;
}

.about_a .top .left .bgNum {
    position: absolute;
    top: 88px;
    left: 0;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    z-index: -1;
    -webkit-text-stroke: 1px #eee;
    letter-spacing: 2px;
    font-family: 'Montserrat-B';
    text-shadow: 0 5px 5px rgb(137 137 137 / 10%);
}

.about_a .top .left .bgNum span {
    margin-left: 50%;
}

.about_a .top .right {
    width: 60%;
}

.about_a .top .right p {
    margin-bottom: 12px;
    font-family: 'HS-L';
}



.r5 {
    height: 35vw;
    width: 100%;
    position: relative;
}

.r5 .inner {
    height: 100%;
    width: 100%;
    display: block;
    z-index: 10;
    position: relative;
}

.r5 .inner .top {
    z-index: 8;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: .8rem;
    left: 0
}

.r5 .inner .top .topic {
    margin-bottom: .15rem
}

.r5 .inner .group {
    height: 100%;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.r5 .inner .group .box {
    height: 100%;
    position: relative;
    overflow: hidden
}

.r5 .inner .group .box .pic {
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(.38, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.r5 .inner .group .box .pic>.mask {
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(-30deg, #fedb00 5%, rgba(254, 219, 0, 0) 28%);
    transition: opacity .8s cubic-bezier(.38, 0, 0, 1);
    top: auto;
    bottom: -2px;
    left: -2px
}

.r5 .inner .group .box .msg {
    height: 100%;
    z-index: 10;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.r5 .inner .group .box .msg h3 {
    text-align: center;
    margin-bottom: 30px;
    transition: transform .8s cubic-bezier(.38, 0, 0, 1), color .8s cubic-bezier(.38, 0, 0, 1), font-weight .8s cubic-bezier(.38, 0, 0, 1);
    transform: translateY(.2rem)
}

.r5 .inner .group .box .msg .items {
    width: 100%;
    height: .2rem;
    opacity: 0;
    padding: 0 .4rem;
    transition: transform .8s cubic-bezier(.38, 0, 0, 1), opacity .8s cubic-bezier(.38, 0, 0, 1);
    transform: translateY(.15rem)
}

.r5 .inner .group .box .msg .items>li {
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

@media screen and (orientation: landscape) {
    .r5 .inner .group .box:hover .pic {
        transform: scale(1.05)
    }

    .r5 .inner .group .box:hover .pic>.mask {
        opacity: 1
    }

    .r5 .inner .group .box:hover .msg h3 {
        color: var(--red-color);
        font-weight: 600;
        transform: none
    }

    .r5 .inner .group .box:hover .msg .items {
        opacity: 1;
        transform: none
    }
}

.word-l.wc {
    color: rgba(255, 255, 255, .8);
}

.wc {
    color: #fff;
}



.about_c {
    width: 100%;
    padding: 120px 0 80px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

.about_c ul {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_c ul:nth-child(1){
    margin-bottom:40px;
}

.about_c ul li {
    width: calc(40% - 30px);
    margin-right: 60px;
    float: left;
}

.about_c ul li:nth-child(2) {
    margin-right: 0;
    width: calc(60% - 30px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    align-items: stretch;
}

.about_c ul li:nth-child(2) .imgBox {
    position: relative;
    width: 100%;
    z-index: 2;
}

.about_c ul li:nth-child(2) .imgBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bk_2.png);
    background-position: center;
    background-size: 100% 100%;
    z-index: 2;
}

.about_c ul li:nth-child(2) .imgBox img {
    position: relative;
}

.about_c ul li h1 {
    margin-bottom: 30px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
    font-size: 30px;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.about_c ul li h1 i {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    overflow: hidden;
    height: 70px;
    line-height: 60px;
    float: left;
    border-bottom: 2px solid #D63522;
}

.about_c ul li p {
    margin-bottom: 30px;
    width: 80%;
    line-height: 25px;
}

.about_c ul li a {
    margin-bottom: 30px;
    width: 80%;
    line-height: 25px;
    display: block;
    color:#333;
    font-size: 16px;
    font-weight: bold;
}
.about_c ul li a i{
    margin-right: 5px;
}
.about_c ul li a:hover{
    color:#D63522;
}
/* .about_c ul li img{width:calc(33.3% - 8px);margin-bottom:12px;float:left;margin-right:12px;} */
/* .about_c ul li img:last-child{margin-right:0;} */
/* .about_c ul li img:nth-child(1){margin-right:12px;}
.about_c ul li img:nth-child(3){width:100%;} */
.about_c ul li a {
    text-align: left;
}

.about_c ul li div {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.about_c ul li div span {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 10px;
    margin-right: 8px;
    float: left;
}

.about_c ul li div span:nth-child(1) {
    background-color: #1D2088;
}

.about_c ul li div span:nth-child(2) {
    background-color: #B01D36;
}

.about_c ul li div span:nth-child(3) {
    background-color: #3E3A39;
}

.about_c ul li div span:nth-child(4) {
    background-color: #B01D36;
}

.about_c ul li div span:nth-child(5) {
    background-color: #0F593F;
}

.about_c ul li .ex {
    width: 60px;
    height: 60px;
    float: left;
}

.about_c .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.about_c .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.about_c .swiper-slide a {
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_c .swiper-slide a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bk_1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about_c .swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
}

.about_c .swiper-button-next,
.about_c .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background-color: var(--red-color);
    color: #fff;
    border-radius: 100px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: none;
}

.about_c .swiper-button-prev {
    right: auto;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background-color: var(--red-color);
    color: #fff;
    border-radius: 100px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: none;
}

.about_c .swiper-button-prev img {
    transform: rotate(180deg);
}


/* pro */
.productList {
    padding: 50px 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
}

.productList li {
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    background: #FBFBFB;
    width: 100%;
}

.productList li:nth-child(4n) {
    margin-right: 0;
}

.productList li .topImg {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutSix-bj.jpg);
    background-position: center;
    background-size: cover;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productList li .topImg img {
    max-width: 70%;
    max-height: 70%;
}

.productList li .btm {
    width: 100%;
    padding: 15px 25px 25px 25px;
    transition: all 0.5s linear 0s;
    background: #FBFBFB;
}

.productList li .btm .name {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productList li .btm .line {
    width: 30px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(153, 153, 153, 1);
    max-height: 1px;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-top: 10px;
}

.productList li:hover .line {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
}

.productList li:hover .btm {
    background: var(--red-color);
}

.productList li:hover .btm p:nth-child(1) {
    color: #fff;
}

.productList li .btm .sx {
    line-height: 1.2;
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.productList li .btm .sx span:nth-child(1){
    display: inline-block;
    width: 50px;
    text-align: left;
}
.productList li .btm .sx span:nth-child(2){
    display: inline-block;
    width: calc(100% - 50px);
}
.productList li:hover p {
    color: #fff;
}
.sxBox .sx:nth-child(1) span:nth-child(1){
    width: 100px !important;
}

.pro_pro .contain {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 30px;
}

.pro_pro .mid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
    width: 100%;
}

.pro_pro .mid li p {
    font-size: 18px;
}

.proList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    align-items: stretch;
}

.proList li {
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.proList li .img {
    width: 100%;
    height: 16vw;
    background-image: url(../images/aboutSix-bj.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.proList li .img a {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.proList li .img img {
    max-width: 70%;
    max-height: 70%;
    transition: all 0.9s;
}

.proList li .word {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.proList li .word p {
    width: 100%;
}

.proList li:hover {
    border: 1px solid var(--red-color);
}

.proList li:hover img {
    transform: scale(1.1);
}

.yclList {
    grid-template-columns: repeat(4, 1fr);
}

.yclList li .img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yclList li .img {
    background: none;
    height: 15vw;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.yclList li {
    padding: 0;
    padding-bottom: 0px;
    border-radius: 0;
}

.pagepn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapList {
    margin: 2vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapList a {
    width: 45px;
    height: 45px;
    font-size: 14px;
    color: #a0a0a0;
    transition: all .4s ease;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 3px;
}

.wrapList a i {
    font-size: 18px;
}

.wrapList .on {
    background: var(--red-color);
    color: #ffffff;
}

.wrapList a:hover {
    background: var(--red-color);
    color: #ffffff;
}

/* contact */
.contact_a {
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
}

.contact_a li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.contact_a li .fontBox {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    background: var(--red-color);
}

.contact_a li .fontBox i {
    font-size: 32px;
    transition: all .25s ease-in-out;
    color: #fff;
}

.contact_a li:hover .fontBox {
    background: #001e4c;
}

.contact_a li .rBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact_a li .rBox p:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.contact_a li .rBox p:nth-child(2) {
    margin-top: 8px;
    font-size: 16px;
}

.contact_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;

}

.contact_b .left {
    width: 30%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact_b .left p:nth-child(1) {
    margin-bottom: 30px;
    color: #333;
}

.contact_b .left p:nth-child(2) {
    margin-bottom: 30px;
    font-size: 16px;
}

.contact_b .left p:nth-child(3) {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.contact_b .left p:nth-child(3) i {
    font-size: 40px;
    color: var(--red-color);
    margin-right: 20px;
    font-weight: 500;
}

.contact_b .left p:nth-child(4) {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
}

.contact_b .left p:nth-child(5) {
    font-weight: bold;
}

.contact_b .left p:nth-child(6) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact_b .left p:nth-child(6) a {
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
}

.contact_b .left p:nth-child(6) a:hover i {
    color: var(--red-color);
}

.contact_b .left p:nth-child(6) a i {
    color: #001e4c;
    font-size: 32px;
}

.contact_b .right {
    width: calc(66.6% - 10px);
    padding: 55px 55px 45px 55px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact_b .right form {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.contact_b .right .formBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact_b .right .formBox .inpBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
    align-items: stretch;
    width: 100%;
    margin-bottom: 30px;
}

.contact_b .right .formBox input {
    height: 50px;
    font-size: 15px;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(7, 19, 35, .08);
    width: 100%;
}

.contact_b .right .formBox textarea {
    width: 100%;
    height: 90px;
    padding: 20px 0;
    resize: none;
    font-size: 15px;
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid rgba(7, 19, 35, .08);
}

.contact_b .right .formBox>p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_b .right button {
    cursor: pointer;
}

/* news */

.products_content {
    width: 100%;
    background: #f8f8f8;
    padding: 0 0 15px 0;
    float: left;
    clear: both;
}

.newsBox {
    margin: 0 0 50px 0;
}

.new-banner {
    width: 100%;
}

.new-zd {
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.new-zd:hover .news-info-title {
    color: var(--red-color);
}

.new-zd-left {
    width: 100%;
    overflow: hidden;
}

.new-zd-left img {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.new-zd-right {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.new-zd:hover .new-zd-left img {
    transition: all 1.25s ease;
    transform: scale(1.15, 1.15);
}

.product_list {
    width: 100%;
    float: left;
}

.con-row {
    margin-left: -15px;
    margin-right: -15px;
}

.product_list_card {
    width: 33.3%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.new-pad {
    width: 100%;
    background: #ffffff;
    position: relative;
}

.new-in-bg {
    width: 100%;
    max-width: 1445px;
    margin: 0 auto 0;
    padding: 0;
    box-sizing: border-box;
}

.new-in-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: right;
    justify-content: middle;
    align-items: center;
}

.new-in-more a {
    color: #333333;
}

.new-in-more a:hover {
    color: #ee7300;
}

.new-in-menu {
    width: 100%;
    padding: 75px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.na_hov {
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

.new-in-h1 {
    color: #1c1c1c;
}

.new-in-ul {
    display: flex;
    justify-content: space-around;
    margin-left: -15px;
    margin-right: -15px;
}

.newlbg {
    width: 100%;
    background: #ffffff;
    cursor: pointer;
}

.newtitle {
    color: #333333;
    width: 100%;
}

.new-in-li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    background: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
}

.new-in-lipad {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.new-in-li:hover .newtitle {
    color: #ec722e;
}

.new-img {
    overflow: hidden;
}

.new-in-li img {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.new-in-li:hover img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.new-pad {
    width: 100%;
    background: #ffffff;
    position: relative;
}

.new-action {
    width: 100%;
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
}

.new-w20 {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: 540px;
    overflow-y: auto;
    position: relative;
}

.new-w20-bot {
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* 标准的语法 */
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.new-w20-li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}

.new-w20-li a:hover .scr-name {
    color: #ec722e;
}

.clearfix {
    clear: both;
}

.new-time {
    background: url(../images/time-bg.png) no-repeat left center;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-right: 25px;
}

.new-view {
    background: url(../images/view-ico.png) no-repeat left center;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-right: 25px;
}

.new-view-time {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: left
}

.new-view-times {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: left
}

.new-times {
    background: url(../images/time-bg.png) no-repeat left center;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-top: 20px;
}

.news-info-title {
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    color: #000;
    font-size: 30px;
}

.news-info-text {
    width: 100%;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    text-align: justify;
}

.product_list_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_list_card_img {
    width: 100%;
    overflow: hidden;
    transition: all .25s ease;
    /*cursor: pointer;*/
    box-sizing: border-box;
    background: url(../images/bg.jpg) no-repeat center;
    position: relative;
    background-size: cover;
    height: 14vw;
}

.news-intor {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.new_intor_title {
    color: #333;
    width: 100%;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.new_brief {
    width: 100%;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    text-align: justify;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-view-times {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: left;
}

.product_list_card:hover .product_list_card_img img {
    transition: all 1.25s ease;
    transform: scale(1.15, 1.15);
}

.product_list_card_img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.newsBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    background: #fff;
    padding: 50px 0;
}

.newsBox_l {
    width: 72%;
    overflow: hidden;
    padding-right: 24px;
    border-right: 1px solid #e0e0e0;
}

.news_style {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
}

.news-date {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 0;
    font-size: 13px;
    padding-right: 20px;
    letter-spacing: 1px;
    line-height: inherit;
    text-transform: uppercase;
}

.newsBox a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-date:not(:first-child):before {
    position: absolute;
    content: "";
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -3px;
    left: -18px;
    background-color: var(--red-color);
}

.news_name {
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.news_body {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_body img {
    max-width: 100%;
}

.news_body p {
    font-size: 16px;
    text-indent: 2em;
}

.newsBox_r {
    width: 28%;
    overflow: hidden;
    padding-left: 24px;
}

.gn_b {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.gn_b h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 20px;
    color: #333;
}

.search-form {
    position: relative;
    box-sizing: border-box;
}

.search-form input {
    height: 50px;
    border: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    background-color: transparent;
    border-bottom: 1px solid rgba(7, 19, 35, .08);
}

.search-form .search-submit {
    position: absolute;
    right: 2px;
    padding: 0;
    outline: 0;
    height: 58px;
    line-height: 58px;
    top: -5px;
    font-size: 20px;
    background-color: transparent;
    z-index: 1;
    border: 0;
}


.ckbox {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0.77rem;
}

.ckbox .left {
    max-width: 70%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .ckbox .left {
        width: 100%;
        max-width: initial;
    }
}

.ckbox .left a {
    padding: 15px;
    line-height: 1;
    border-radius: 50px;
    background: #f1f1f1;
    display: inline-flex;
    align-items: center;
    color: #000;
    transition: all ease-out 0.3s;
    margin-bottom: 0.43rem;
    width: 100%;
}

@media (max-width: 767px) {
    .ckbox .left a {
        padding: 0.15rem 0.33rem;
        line-height: 0.34rem;
        font-size: 12px;
    }
}

.ckbox .left a:last-child {
    margin-bottom: 0;
}

.ckbox .left a:hover {
    background: var(--red-color);
    color: #fff;
}

.ckbox .backList {
    height: 0.54rem;
    font-size: 14px;
    color: #000;
    border: 1px solid #b2b2b2;
    border-radius: 0.27rem;
    padding: 0 0.54rem;
    display: flex;
    align-items: center;
    transition: all ease-out 0.3s;
}

@media (max-width: 767px) {
    .ckbox .backList {
        margin: 0.5rem auto 0;
    }
}

.ckbox .backList:hover {
    background: var(--red-color);
    border: 1px solid var(--red-color);
    color: #415c2d;
}

@media (max-width: 767px) {
    .ckbox .bg-2 {
        margin: 0.5rem auto 0;
    }
}

.ckbox .box {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;

    transition: background-color 0.3s;
    height: 35px;
    border-radius: 50px;
    width: 120px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
}

.ckbox .box:hover {
    background-color: var(--red-color);
    color: #fff;
}


.recent-post-list-li {
    display: flex !important;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
}

.recent-post-list-li:last-child {
    padding-bottom: 0;
}

.recent-post-list-li>a {
    width: 90px;
    flex-shrink: 0;
    margin-right: 15px;
    display: inline-block;
    height: 55px;
    background-position: center;
    background-size: cover;
}

.pbmit-rpw-title {
    font-weight: 700;
    font-style: normal;
}

.pbmit-rpw-date {
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 0;
}

/* search */
.search_box {
    text-align: center;
    margin-bottom: 60px;
}

.search_box form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_box form div {
    margin: 0 12px;
    font-size: 16px;
}

.search_box form div select {
    height: 30px;
    width: 100px;
    border: 1px solid #979797;
    padding: 0 12px;
}

.search_box form .btn {
    height: 30px;
    width: 80px;
    margin-left: 30px;
    background: var(--red-color);
    color: #fff;
}

.search_key {
    height: 30px;
    margin-right: 30px;
    border: 1px solid #979797;
    padding: 0 12px;
}

.search_table tr {
    height: 40px;
}

.search_page a {
    font-size: 14px;
    margin: 5px;
}

.mt_table {
    border-collapse: collapse;
    table-layout: fixed;
}

.mt_table tr th {
    background: #e5e5e5;
    /* background: #DBE2E6; */
    /* border: 1px solid #ddd;
    border-right:1px solid #cccccc; */
    /* width: 8vw; */
    padding: 10px;
    /* position: sticky;
    left: 0;
    top: 0; */
    z-index: 2;
    font-weight: 800;
    text-align: left;
    color: #333;
}

.mt_table tr th::after {
    position: absolute;
    height: 70%;
    top: 15%;
    right: 0;
    background: #cccccc;
    width: 1px;
    content: "";
}

.mt_table tr td {
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.5;
}

.mt_table tr:hover {
    background: #F2F2F2;
}

/* equipment */

.equipment_list {
    margin: 0 auto;
    overflow: hidden;
}

.equipment_list ul {
    float: left;
}

.equipment_list ul:nth-child(1) {
    width: 20%;
    margin-right: 5%;
}

.equipment_list ul:nth-child(2) {
    width: 75%;
}

.equipment_list ul:nth-child(1) {
    width: 100% !important;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #b4b4b4;
}


.equipment_list ul:nth-child(2) {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    align-items: stretch;
}

.equipment_list ul:nth-child(2) li {
    width: 100%;
    border: 1px solid #c2c2c2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
}

.equipment_list ul:nth-child(2) li a {
    margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
    height: 18vw;
}

.equipment_list ul:nth-child(2) li a img {
    transition: all 0.9s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment_list ul:nth-child(2) li:hover {
    border: 1px solid var(--red-color)
}

.equipment_list ul:nth-child(2) li:hover img {
    transform: scale(1.1);
}

.equipment_list ul:nth-child(1) li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    padding: 15px 0;
    cursor: pointer;
    font-size: 18px;
}

.equipment_list ul:nth-child(1) li span {
    font-size: 28px;
    line-height: 24px;
    margin-right: 10px;
}

.left_menua {
    border-bottom: 2px solid var(--red-color);
    color: var(--red-color);
}




@media all and (max-width:1100px) {
    .index_a p {
        width: 100%;
        font-size: 14px;
    }

    .index_a ul:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
        align-items: stretch;
    }

    .index_a ul li {
        width: 100%;
        font-size: 14px;
    }

    .index_a ul li font span {
        font-size: 32px;
        line-height: 1.2;
    }

    .ind_pro .top .left {
        width: 40%;
    }

    .ind_pro .swiper-slide a .img {
        height: 50vw;
    }

    .index_app-ul {
        height: 250px;
    }

    .index_app_b i {
        font-size: 20px;
    }

    .index_app_w i {
        font-size: 40px;
    }

    .index_app_w p {
        font-size: 20px;
    }

    .about_e .box {
        width: 25%;
        height: 130px;
    }

    .index_news ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .index_news ul li:nth-child(1) {
        height: 200px;
    }

    .index_news ul li {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .index_news ul li:nth-child(2) {
        margin-top: 30px;
    }

    .foot .top img {
        width: 150px;
    }

    .foot .top .up span:nth-child(2) {
        display: none;
    }

    .foot .btm .btm_left ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

    .foot .btm .btm_left ul li a {
        display: none;
    }

    .foot .btm .btm_left {
        width: 40%;
    }

    .foot .btm .btm_right {
        width: 60%;
        border-left: none;
    }

    .foot .btm .btm_right .box {
        padding: 0 12px;
    }

    .foot .btm .btm_right .box p:nth-child(3) {
        font-size: 18px;
    }

    .foot .btm_foot a {
        display: none;
    }

    .topBanner {
        height: 25vh;
    }

    .about_a .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about_a .top .left {
        width: 100%;
    }

    .about_a .top .left .bgNum {
        position: relative;
        top: 0px;
        left: 0;
        font-size: 40px;
        line-height: 80px;
    }

    .about_a .top .right {
        width: 100%;
    }

    .r5 {
        height: 35vh;
        width: 100%;
        position: relative;
    }

    .about_c ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about_c ul li {
        width: 100%;
        margin-right: 0;
        float: left;
    }

    .about_c ul li p {
        margin-bottom: 30px;
        width: 100%;
        line-height: 25px;
    }

    .about_c ul li div span {
        color: #fff;
        font-size: 30px;
        line-height: 1;
        padding: 10px;
        margin-right: 8px;
        float: left;
    }

    .about_c ul li:nth-child(2) {
        margin-right: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 20px;
        margin-top: 40px;
        align-items: stretch;
    }

    .about_c .swiper-slide a {
        height: 59vh;
    }

    .pro_pro .mid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
        align-items: stretch;
        width: 100%;
    }

    .pro_pro .mid li p {
        font-size: 14px;
    }

    .ind_pro .mid li:nth-child(2):after {
        background: rgb(204, 204, 204);
        width: 1px;
        height: 20px;
        float: right;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .productList {
        grid-template-columns: repeat(1, 1fr);
    }

    .productList li .topImg {
        height: 25vh;
    }

    .wrapList a {
        width: 35px;
        height: 35px;
    }

    .yclList {
        grid-template-columns: repeat(2, 1fr);
    }

    .yclList li .img {
        height: 15vh;
    }

    .mt_table tr th:nth-child(1) {
        width: 100px !important;
    }

    .equipment_list ul:nth-child(1) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
        align-items: stretch;
    }

    .equipment_list ul:nth-child(1) li span {
        font-size: 24px;
    }

    .equipment_list ul:nth-child(1) li {
        font-size: 16px;
    }

    .equipment_list ul:nth-child(2) {
        grid-template-columns: repeat(1, 1fr);
    }

    .equipment_list ul:nth-child(2) li a {
        height: 26vh;
    }

    .new-zd {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .newsBox {
        padding-top: 0;
    }

    .new-zd-right {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .news-info-title {
        font-size: 20px;
    }

    .news-info-text {
        font-size: 14px;
    }

    .product_list_card {
        width: 100%;
    }

    .product_list_card_img {
        height: 28vh;
    }

    .newsBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
    }

    .newsBox_l {
        width: 100%;
        border: none;
        padding-right: 0;
    }

    .ckbox .left a {
        padding: 14px;
        line-height: 1;
        font-size: 12px;
    }

    .newsBox_r {
        display: none;
    }

    .contact_a {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_b {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact_b .left {
        width: 100%;
        margin-right: 0;
    }

    .contact_b .right {
        width: 100%;
        margin-top: 40px;
        padding: 20px;
    }

    .contact_b .right .formBox .inpBox {
        grid-template-columns: repeat(1, 1fr);
    }

    .foot .btm .btm_left ul li p {
        font-size: 14px;
    }

    .index_a h1 {
        font-size: 30px;
    }

    .contact_a li .rBox {
        width: calc(100% - 100px);
    }


    .about_c .swiper-slide a img {
        padding:20px 0;
    }

    .index_a{
        padding:40px 0;
    }
}