/**
    pc端首页css
 */
head, body {
    min-width: 1200px;
}

@media screen and (max-width: 768px) {
    head, body {
        max-width: 768px;
        min-width: 300px;
    }
}

/*.group-swiper-pagination {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateX(-50%);*/
/*    z-index: 1;*/
/*}*/

/*.group-swiper-pagination .swiper-pagination-bullet {*/
/*    display: block;*/
/*    margin: 15px 10px 15px 0 !important;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*}*/

/*.group-swiper-pagination .swiper-pagination-bullet-active {*/
/*    background-color: #00a2ea;*/
/*}*/

/* 第一屏 */
.screen-one {
    overflow: hidden;
}

.screen-one .one-img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.screen-one .banner-swiper {
    position: relative;
}

.screen-one .banner-swiper img {
    width: 100%;
    object-fit: cover;
}

.screen-one .banner-swiper .banner-swiper-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 55.36458%;
    z-index: 1;
    width: 44.63541%
}

@media screen and (max-width: 768px) {
    .screen-one .banner-swiper .banner-swiper-pagination {
        left: 0%;
        width: 100%;
    }

    .screen-one .banner-swiper img {
        margin-top: 40px;
    }
}

.screen-one .banner-swiper .banner-swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 2px #ffffff;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

.screen-one .banner-swiper .banner-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

/* 产品中心 */
.product .content {
    margin: 0 auto;
    padding: 40px 0;
    width: 1200px;
}

.product .product-items {
    display: flex;
    margin-top: 60px;
    height: 151px;
}

.product .product-items .arrow {
    width: 31px;
    height: 100%;
    background-image: url("/public/static/home/image/index/arrow.png");
    background-size: 100% 100%;
}

.product .product-items .arrow.left-arrow {
    transform: rotateZ(180deg);
}

.product .product-items .warp {
    overflow: hidden;
    margin: 0 auto;
    width: calc(100% - 62px - 40px);
}

.product .product-items .warp .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 150px;
    border: solid 1px #292929;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #292929;
    transition: all .5s;
}

.product .product-items .warp .item .img-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
}

.product .product-items .warp .item img {
    margin-bottom: 8px;
}

.product .product-items .warp .item img:nth-last-child(1) {
    display: none;
}

.product .product-items .warp .item:hover {
    background-color: #ce1d25;
    color: #ffffff;
    border-color: #ce1d25;
}

.product .product-items .warp .item:hover img:nth-child(1) {
    display: none;
}

.product .product-items .warp .item:hover img:nth-child(2) {
    display: inline-block;
}

.product .ad {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    height: 542px;
}

.product .ad .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 446px;
    height: 100%;
    overflow: hidden;

}

.product .ad .left a {
    position: relative;
    width: 446px;
    height: 251px;
    background-size: 100%;
    /* -webkit-transition: all 2s ease-in-out;
     transition: all 2s ease-in-out;*/
    /*  background-repeat: no-repeat;
      background-position: center;*/
    transition: all 2s ease-in-out;
    transform: scale(1) ease-in-out;
}

.product .ad .left a:hover {
    background-size: 120%;
    transition: all 2s ease-in-out;
    transform: scale(1.1);
}

.product .ad .left a:nth-child(1) {
    background-image: url("/public/static/home/image/index/product1.png");
}

.product .ad .left a:nth-child(2) {
    background-image: url("/public/static/home/image/index/product2.png");
}

.product .ad .left a .en {
    position: absolute;
    left: 65%;
    bottom: 28px;
    padding: 10px 15px;
    border-radius:13px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: white;
    background-color: #15151569;
}

.product .ad .left a button {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 75px;
    height: 24px;
    background-color: #e1262e;
    border-radius: 14px;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
}

.product .ad .right {
    display: flex;
    width: 714px;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.product .ad .right a {
    position: relative;
    width: 100%;
    background-image: url("/public/static/home/image/index/product3.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*   transition: all 2s;*/
    transition: all 2s ease-in-out;
    transform: scale(1) ease-in-out;
}

.product .ad .right a:hover {
    background-size: 120%;
    transition: all 2s ease-in-out;
    transform: scale(1.1);
}

.product .ad .right a .en {
    position: absolute;
    left:6%;
    top: 33%;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 37px;
}

.product .ad .right a button {
    position: absolute;
    left: 6%;
    top: 51%;
    width: 88px;
    height: 31px;
    background-color: #e1262e;
    border-radius: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 2px;
    color: #ffffff;
    border: none;
}

@media screen and (max-width: 768px) {
    .product .content {
        padding: 16px 0 0 0;
        width: 100%;
    }

    .product .product-items-sj {
        display: flex !important;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .product .product-items-sj .item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 16px;
        width: calc(100% / 3);
        height: 5rem;
        font-size: 12px;
    }

    .product .product-items-sj .item .img-warp {
        margin-bottom: 8px;
        text-align: center;
    }

    .product .product-items-sj .item .img-warp img {
        width: 55%;
    }

    .product .ad {
        margin-top: 0;
        height: auto;
    }

    .product .ad .left {

        width: 100%;
    }

    .product .ad .left a {
        margin-bottom: 8px;
        width: 100%;
        height: 200px;
    }

    .product .ad .left a:nth-child(2) {
        margin: 0;
    }

    .product .ad .left a .en {
        left: inherit;
        right: 7%;
        font-size: 18px;
        line-height: 1.5em;
    }

    .product .ad .left a button {
        left: inherit;
        right: 7%;
    }
}

/* 优势 */
.advantage {
    width: 100%;
    height: 946px;
    background-image: url("/public/static/home/image/index/advantage-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.advantage .content {
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 1200px;
}

.advantage .title-h4 {
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
}

.advantage .title-h4::before {
    left: 47%;
}

.advantage .warp {
    margin-left: 55%;
    width: 45%;
}

.advantage .ad-text {
    position: relative;
    margin-top: 200px;
    height: 130px;
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #292929;
}

.advantage .ad-text::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #e1262e;
}

.advantage .ad-text b {
    font-family: SourceHanSansCN-Medium;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #e12c33;
}

.advantage .warp ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.advantage .warp ul li {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.advantage .warp ul li .img-warp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
}

.advantage .warp ul li .img-warp img {
    width: 60px;
}

.advantage .warp ul li .text-warp p:nth-child(1) {
    font-family: SourceHanSansCN-Regular;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #292929;
}

.advantage .warp ul li .text-warp p:nth-child(2) {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #292929;
    opacity: 0.55;
}

.advantage .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: calc(100% - 120px - 70px);
    width: 97px;
    height: 36px;
    background-color: #e1262e;
    border-radius: 40px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 1px;
    color: #ffffff;
}

.advantage .warp ul li:nth-child(4) .img-warp img {
    transform: scale(.9);
}


.advantage .warp ul li:nth-child(6) .img-warp img {
    transform: scale(.8);
}


.advantage .warp ul li:nth-child(8) .img-warp img {
    transform: scale(.9);
    height: 50px;
}

@media screen and (max-width: 768px) {
    .advantage {
        height: auto;
        background-image: none;
    }

    .advantage .content {
        padding: 16px 0;
        width: 100%;
    }

    .advantage .title-h4 {
        position: relative;
        margin: 0;
        align-items: center;
    }

    .advantage .title-h4::before {
        left: 60%;
    }

    .advantage .ad-text {
        margin: 0;
        padding-left: 10%;
        padding-top: 20px;
        font-size: 18px;
        line-height: 30px;
        height: auto;
    }

    .advantage .ad-text b {
        font-size: 20px;
    }

    .advantage .warp {
        margin-left: 0;
        width: 100%;
    }

    .advantage .ad-text::before {
        display: none;
    }

    .advantage .warp ul {
        margin-top: 32px;
    }

    .advantage .warp ul li {
        flex-direction: column;
        width: 33%;
        margin-bottom: 30px;
        padding: 0 5px;
    }

    .advantage .warp ul li .img-warp {
        margin-bottom: 8px;
        justify-content: center;
        align-items: center;
    }

    .advantage .warp ul li .img-warp img {
        width: auto;
        height: 40px;
    }

    .advantage .warp ul li .text-warp p:nth-child(1) {
        text-align: center;
        font-size: 12px;
    }

    .advantage .warp ul li .text-warp p:nth-child(2) {
        text-align: center;
        font-size: 12px;
    }

    .advantage .warp ul li:nth-child(2) .img-warp img {
        transform: scale(.7);
    }

    .advantage .warp ul li:nth-child(4) .img-warp img {
        transform: scale(1);
    }

    .advantage .warp ul li:nth-child(5) .img-warp img {
        transform: scale(.7);
    }

    .advantage .warp ul li:nth-child(6) .img-warp img {
        transform: scale(.9);
    }

    .advantage .warp ul li:nth-child(7) .img-warp img {
        transform: scale(.7);
    }

    .advantage .warp ul li:nth-child(8) .img-warp img {
        transform: scale(.9);
        height: 40px;
    }

    .advantage .more {
        margin: 16px auto 0 auto;
        height: 30px;
        font-size: 14px;
    }
}

.advantage2 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff;
}

.advantage2 li {
    position: relative;
    width: calc((100% - 120px) / 3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 30px;
    margin-bottom: 30px;

}

.advantage2 li:nth-child(3n) {
    margin-right: 0;
}

.advantage2 li:nth-child(1),
.advantage2 li:nth-child(2),
.advantage2 li:nth-child(3) {
    margin-top: 30px;
}

.advantage2 li:hover .hover {
    opacity: 1;
}

.advantage2 li img {
    width: 100%;
    object-fit: cover;

}

.advantage2 li .hover {
    transition: opacity .5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(206, 39, 27, .3);
}

.advantage2 li .warp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 4px rgba(255, 255, 255, .2) solid;
    font-family: SourceHanSansCN-Medium;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 4px;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .advantage2 li .warp {
        font-size: 22px;
    }
}

@media screen and (max-width: 1400px) {
    .advantage2 li .warp {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .advantage2 li .warp {
        font-size: 20px;
    }
}

.advantage2 li .warp a {
    margin-top: 30px;
    width: 97px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 1px;
    color: #e1262e;
}

@media screen and (max-width: 768px) {

    .advantage2 li {
        margin-right: 8px;
        margin-bottom: 8px;
        width: calc((100% - 24px) / 2);
        margin-top: 8px;
    }

    .advantage2 li:nth-child(1), .advantage2 li:nth-child(2), .advantage2 li:nth-child(3) {
        margin-top: 8px;
    }

    .advantage2 li:nth-child(3n) {
        margin-right: 8px;
    }

    .advantage2 li .hover {
        padding: 4px;
    }

    .advantage2 li .warp {
        font-size: 12px;
        line-height: 1.5em;
    }

    .advantage2 li .warp a {
        margin-top: 20px;
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .advantage2 li:nth-child(2n) {
        margin-right: 0;
    }

    .advantage2 li:nth-child(2) .hover,
    .advantage2 li:nth-child(3) .hover,
    .advantage2 li:nth-child(6) .hover {
        opacity: 1;
    }
}

.about {
    width: 100%;
    height: 520px;
}

.about .content {
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.about .content .left {
    position: relative;
    width: 55%;
}

.about .content .left .title-h4 {
    margin: 50px 0 0 0;
    align-items: flex-start;
    width: 50%;
}

.about .content .left .title-h4::before {
    left: 44%;
}

.about .content .left nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 80%;
}

.about .content .left nav b {
    padding-bottom: 10px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #292929;
    cursor: pointer;
}

.about .content .left nav b:hover {
    color: #e1262e;
    border-bottom: 1px #e1262e solid;
}

.about .content .left nav b.target {
    color: #e1262e;
    border-bottom: 1px #e1262e solid;
}

.about .text-warp {
    margin-top: 30px;
    width: 80%;
}

.about .text-warp h6 {
    display: none;
}

.about .text-warp .item {
    display: none;
}

.about .text-warp .item p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #292929;
}

.about .text-warp .item a {
    display: block;
    margin-top: 20px;
    padding: 8px 16px;
    width: 107px;
    height: 37px;
    background-color: #e1262e;
    border-radius: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 2px;
    color: #ffffff;
}

.about .content .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
}

.about .content .right img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .about .content {
        width: 100%;
        flex-direction: column;
    }

    .about .content .left {
        width: 100%;
    }

    .about .content .left .title-h4 {
        margin: 16px auto;
        align-items: center;
        width: 100%;
    }

    .about .content .left .title-h4::before {
        left: 62%;
    }

    .about .content .left nav {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        width: 100%;
        padding: 0 8px;
    }

    .about .content .left nav b {
        font-size: 16px;
    }

    .about .text-warp {
        margin-top: 16px;
        padding: 0 8px;
        width: 100%;
    }

    .about .text-warp .item p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .about .text-warp .item a {
        margin: 16px auto;
        padding: 0;
        width: 125px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
    }

    .about .content .right {
        width: 100%;
        padding: 0 8px;
    }
}

.about2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    background-image: url("/public/static/home/image/index/about6.png");
    background-size: cover;
    background-repeat: no-repeat;

}

.about2 .content {
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    height: 220px;
}

.about2 .arrow {
    width: 30px;
    height: 100%;
    background-image: url("/public/static/home/image/index/about5.png");
    background-size: 100% 100%;
}

.about2 .arrow.right-arrow {
    transform: rotateZ(180deg);
}

.about2 .warp {
    overflow: hidden;
    width: 1140px;
}

.about2 .warp .img-warp {
    text-align: center;
    height: 100%;
    line-height: 220px;
}

.about2 .warp .img-warp img {
    width: 340px;
    height: 220px;
    object-fit: cover;
}

.join {
    height: 946px;
    background-image: url("/public/static/home/image/index/join-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.join .content {

    margin: 0 auto;
    padding: 100px 0;
    width: 1200px;
    height: 100%;
}

.join .warp {
    display: flex;
    height: calc(100% - 83px);
}

.join .warp .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}

.join .warp .slide {
    overflow: hidden;
    width: 1120px;
    height: 500px;
    margin-top: 81px;
}

.join .warp .slide .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    height: 50%;
    flex-wrap: wrap;
}

.join .warp .slide .swiper-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 250px;
}

.join .warp .slide .swiper-slide .img-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: solid 2px #292929;
    width: 151px;
    height: 151px;
}

.join .warp .slide .swiper-slide .img-warp b {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color:#292929;
    text-align: center;
}

.join .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    width: 122px;
    height: 40px;
    text-align: center;
    background-color: #e1262e;
    border-radius: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .join {
        height: auto;
    }

    .join .content {
        padding: 32px 0 16px 0;
        width: 100%;
    }

    .join .warp .arrow {
        display: none;
    }

    .join .warp .slide {
        width: 100%;
        height: auto;
        margin-top: 16px;
    }

    .join .warp .slide .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-content: space-between;
        height: 50%;
        flex-wrap: wrap;
    }

    .join .warp .slide .swiper-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 3);
        height: 8rem
    }

    .join .warp .slide .swiper-slide .img-warp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 0;
        width: 100%;
        height: 6rem;
    }

    .join .warp .slide .swiper-slide .img-warp b {
        font-size: 14px;
        line-height: 1.5em;
        height: 3em;
    }

    .join .warp .slide .swiper-slide .img-warp img{
        width: 50%;
    }

    .join .more {
        position: static;
        display: block;
        margin: 16px auto;
        transform: none;
        padding: 0;
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}

.news-ad {
    background-color: #292929;
    text-indent: -9999px;
    background-image: url("/public/static/home/image/index/news-ad.png");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 300px;
}

@media screen and (max-width: 768px) {
    .news-ad {
        height: 6rem;
    }
}

.news {
    height: 634px;
    background-color: #f2f2f2;
}

.news .content {
    display: flex;
    margin: 0 auto;
    padding: 80px 0;
    width: 1200px;
    height: 100%;
}

.news .content .left {
    width: 30%;
}

.news .content .right {
    width: 75%;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-left: -5%;
}

.news .left .title-h4 {
    margin: 0;
    align-items: flex-start;
    width: 55%;
}

.news .left nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    margin-top: 40px;
}

.news .left nav div {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    height: 50%;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #292929;
    cursor: pointer;
}

.news .left nav div:hover {
    color: #e01e26;
}

.news .left nav div:hover::after {
    content: '';
    position: absolute;
    right: 50%;
    width: 40px;
    height: 3px;
    background-color: #e01e26;
}

.news .left nav div.target {
    color: #e01e26;
}

.news .left nav div.target::after {
    content: '';
    position: absolute;
    right: 50%;
    width: 40px;
    height: 3px;
    background-color: #e01e26;
}

.news .left .more {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 34px;
    background-color: #e1262e;
    border-radius: 20px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 2px;
    color: #ffffff;
}

.news .right .list {
    width: 100%;
}

.news .right .list h3 {
    display: none;
}

.news .right .list ul {
    display: flex;
    justify-content: flex-start;
}

.news .right .list ul li {
    position: relative;

    width: 267px;
    height: 389px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.news .right .list ul li:nth-of-type(1),
.news .right .list ul li:nth-of-type(2) {
    margin-right: 33px;
}

.news .right .list ul li img {
    /* width: 623px; */
    /* height: 246px; */
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.news .right .list ul li h5 {
    padding: 10px 16px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .right .list ul li p {
    padding: 0px 16px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color:#292929;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 48px;
}

.news .right .list ul li time {
    display: block;
    margin-top: 10px;
    padding: 0px 16px;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #292929;
}

.news .right .list ul li:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #e01e26;
}

.news .right .list ul li:hover h5 {
    color: #e01e26;
}

.news .right .list ul li .arrow {
    position: absolute;
    right: 30px;
    bottom: 15px;
    width: 20px;
    height: auto;
}

.news .right .list ul li .arrow:nth-child(2) {
    display: none;
}

.news .right .list ul li:hover .arrow:nth-child(1) {
    display: none;
}

.news .right .list ul li:hover .arrow:nth-child(2) {
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .news {
        height: auto;
    }

    .news .content {
        padding: 16px 0;
        width: 100%;
        flex-direction: column;
    }

    .news .content .left {
        width: 100%;
    }

    .news .left .title-h4 {
        align-items: center;
        width: 100%;
    }

    .news .left nav {
        flex-direction: row;
        margin-top: 16px;
        height: auto;
    }

    .news .left nav div {
        width: 50%;
        justify-content: center;
        height: 60px;
        font-size: 18px;
    }

    .news .content .right {
        margin-top: 16px;
        width: 100%;
        margin-left: 0;
    }

    .news .left nav div.target::after {
        display: none;
    }

    .news .left .more {
        display: none;
    }

    .news .right .list ul {
        padding: 0 8px;
        flex-direction: column;
    }

    .news .right .list ul li {
        width: 100%;
        display: flex;
        height: auto;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .news .right .list ul li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .news .right .list ul li .img {
        width: 30%;
        height: 6rem;
    }

    .news .right .list ul li .img a {
        width: 30%;
        height: 100%;
    }

    .news .right .list ul li .img a img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news .right .list ul li .info {
        width: 70%;
    }

    .news .right .list ul li h5 {
        padding: 8px;
        font-size: 14px;
    }

    .news .right .list ul li p {
        display: none;
    }

    .news .right .list ul li time {
        margin-top: 8px;
        font-size: 12px;
    }

    .news .right .list ul li .arrow {
        bottom: 4px;
    }

    .news .more {
        margin: 32px auto 0 auto;
        background-color: #e01e26;
        color: #ffffff;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 30px;
    }
}

.contact {
    height: 649px;
    background-image: url("/public/static/home/image/index/contact-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact .content {
    margin: 0 auto;
    padding-top: 60px;
    width: 1200px;
    height: 100%;
}

.contact .content .title-h4 {
    align-items: flex-start;
    margin: 0;
    color: #ffffff;
}

.contact .content .title-h4::after {
    color: #ffffff;
}

.contact .content .title-h4::before {
    left: 57%;
}

.contact .content .warp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    height: 400px;
}

.contact .content .warp .m-baidumap #allmap {
    width: 559px;
    height: 395px;
}

.contact .content .warp .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 150px;
    height: 100%;
}

.contact .content .warp .info h5 {
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #ffffff;
}

.contact .content .warp .info p {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.5em;
    color: #ffffff;
}


@media screen and (max-width: 768px) {
    .contact {
        height: auto;
    }

    .contact .content {
        padding-top: 16px;
        width: 100%;
        height: auto;
    }

    .contact .content .title-h4 {
        align-items: center;
    }

    .contact .content .title-h4::before {
        left: 60%;
    }

    .contact .content .warp {
        margin-top: -18px;
        flex-direction: column-reverse;
    }

    .contact .content .warp .m-baidumap #allmap {
        margin: 0 8px;
        width: calc(100% - 16px);
        height: 200px;
    }

    .contact .m-baidumap {
        margin-top: 16px;
        width: 100%;
    }

    .contact .content .warp .info {
        width: 100%;
        padding: 0 8px;
        margin-left: 0;
        height: auto;
        justify-content: flex-start;
    }

    .contact .content .warp .info h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .contact .content .warp .info p {
        font-size: 14px;
    }
}

/* 标题 */
.title-h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    font-family: SourceHanSansCN-Regular;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #292929;
    width: 300px;
}

.title-h4::after {
    content: attr(en);
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #292929;
}

.title-h4::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 80%;
    width: 18px;
    height: 18px;
    border: solid 3px #e01e26;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    /* 标题 */
    .title-h4 {
        font-size: 18px;;
        width: 100%;
        font-weight: 600;
    }

    .title-h4::after {
        font-size: 14px;
    }

    .title-h4::before {
        left: 60%;
        width: 10px;
        height: 10px;
    }
}

.left-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 80px;
    /* height: 100%; */
}

.left-bar a {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #9f9f9f;
    font-size: 10px;
}

.left-bar a img {
    display: block;
    margin-bottom: 0px;
    width: 75px;
}

.left-bar a:nth-of-type(1) img {
    width: 55px;
}

.left-bar a p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -1000px;
    transform: translateY(-50%);
    padding: 8px;
    width: 0;
    height: 32px;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .2s, width .2s;
    color: #a0a0a0;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.left-bar a:hover p {
    left: -268%;
    opacity: 1;
    width: 200px;
}

.form-warp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

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

.form-warp .content .layui-form {
    padding: 40px;
    width: 680px;
    background-color: #ffffff;
    border-radius: 8px;
}

.form-warp .content .layui-form .layui-form-label {
    width: 120px;
    text-align: left;
}

.form-warp .content .layui-form .layui-input-block {
    margin-left: 120px;
}

.form-warp .content .layui-form .layui-input-block input,
.form-warp .content .layui-form .layui-input-block textarea {
    border: 0;
    border-bottom: 1px #C9C9C9 solid !important;
    resize: none;
}

.form-warp .content .layui-form .logo-warp {
    margin: 0 0 40px 0;
}

.form-warp .content .layui-form .footer-bar {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.form-warp .content .layui-form .footer-bar button {
    width: 100px;
    height: 40px;
    background-color: #e01e26;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}

.form-warp .content .layui-form .footer-bar button:nth-of-type(2) {
    background-color: #ffffff;
    color: #a0a0a0;
}

.form-warp .content .layui-form .footer-bar button:nth-of-type(2):hover {
    color: #e01e26;
}

@media screen and (max-width: 768px){
    .left-bar{
        display: none;
    }
}
