/* html,body{
            min-width: 1200px;
        } */

html {}

* {
    font-family: -apple-system, 'Source Han Sans CN';
    font-style: normal;
    /*禁止选中*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section {
    width: 100%;
    height: 100%;
    /* text-align: center; */
    color: #fff;
    /* font-weight: bold; */
    /* letter-spacing: 10px; */
    /* font-size: 50px; */
    /* min-width: 1200px; */
}

#index .section:nth-child(1) {
    color: #fff;
    /* background-image: linear-gradient(#e66465, #9198e5); */
    /* background-color: #000; */
    background-image: url(/static/images/2023/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 50%;
}

#index .profilebg {
    background-image: url(/static/images/banner2.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 50% !important;
}

#index .section:nth-child(2) {
    color: #333;
    background: #FFFFFF;
    /* background-image: url(/static/images/section2.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

#index .p2,
.p4 {
    background: #F4F5FA !important;
}

#index .section:nth-child(3) {
    color: #333;
    background: #F4F5FA;
    /* background-image: url(/static/images/section3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; */
}

#index .section:nth-child(4) {
    color: #333;
    background: #FFFFFF;
    /* background-image: url(/static/images/section4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

#index .section:nth-child(5) {
    color: #333;
    background: #F4F5FA;
    /* background-image: url(/static/images/section5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; */
}

#index .section:nth-child(6) {
    color: #333;
    background: #FFFFFF;
    /* background-image: url(/static/images/section6.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#index .section:last-child {
    padding: 40px 0;
    color: #fff;
    background: #1C1E2B;
    margin: 0 auto;
    /* background-image: url(/static/images/cpy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

@media screen and (max-width: 800px) {
    .section {
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-weight: bold;
        letter-spacing: 5px;
        font-size: 28px;
    }
}

#fp-nav ul li .fp-tooltip {
    color: #000;
}

.s2 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
}

.s2 .wrap2 {
    position: relative;
    width: 70vw;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.s2 {
    font-size: 16px;
}

.s2 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    left: 70px;
    transition: all .5s;
    z-index: -15;
}

.s2 .left-box {
    background-image: url(/static/images/profile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.s2 .describe1 {
    padding-top: 60px;
    padding-right: 38px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #191B27;
    letter-spacing: 0.5px;
}

.s2 .link1 {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding-right: 160px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.s2 .right-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1500px) {
    .s2 .wrap2 {
        width: 85vw;
    }
    .s2 .right-box img {
        display: none;
    }
    .s2 .wrap3 {
        margin-top: -120px;
    }
    .block1 {
        /* max-width: 780px !important; */
    }
    .s4 .describe {
        margin-top: 30px !important;
    }
    .s4 .btn-loadmore {
        margin-top: 20px !important;
    }
    .block5 .content {
        display: none;
    }
    .block5 .loadmore-text {
        left: 95px !important;
    }
}

.link1 a {
    color: #E9680A;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
}

.link1 a:hover {
    /* background-color: #E9680A; */
    /* color: #FFF; */
    font-weight: bold;
}

.s2 .btn-loadmore {
    display: table;
    line-height: 60px;
    background: #E86808;
    color: #fff;
    font-size: 18px;
    width: 160px;
    height: 56px;
    background: #E86808;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

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

.s3 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
}

.s3 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.block1 {
    display: flex;
    /* max-width: 1200px; */
    width: 90vw;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1028px) {
    .block1 {
        width: 100vw !important;
    }
    .block1 .right {
        padding: 13px 20px 0 20px !important;
    }
}

.block1 .item {
    /* width: calc(50% - 24px); */
    width: 30%;
    display: flex;
    flex-direction: row;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.block1 .item:hover {
    /* background: #E9680A; */
    border: 2px solid #E9680A;
    transition: 'background' .5s;
}

.block1 .item:hover>.right {
    /* color: #fff; */
    transition: all .5s;
}

.wrap3>p {
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    margin: 25px 0;
}

.block1 .item img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
}

.block1 .right {
    width: 210px;
    padding: 42px 20px 0 20px;
    position: relative;
}

.block1 .loadmore-text {
    position: absolute;
    bottom: 27px;
}

.s4 .wrap4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/static/images/logo-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 100px
}

.s4 .describe a {
    color: #E86808;
}

.s4 .describe {
    margin-top: 80px;
    margin-bottom: 28px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    max-width: 1200px;
    padding: 0 20px;
}

.s4 .block2 {
    display: flex;
    flex: 1;
    flex-direction: row;
}

.s4 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
}

.s4 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 248px;
    transition: all .5s;
    z-index: -15;
}

.block2 .item {
    display: flex;
    /* min-width: 220px; */
    margin: 0 30px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.block2 .item:hover>.text {
    color: #E86808;
    transition: all .5s;
}

.block2 .item .text {
    text-align: center;
}

.s4 .btn-loadmore {
    display: table;
    line-height: 60px;
    background: #E86808;
    color: #fff;
    font-size: 18px;
    width: 160px;
    height: 56px;
    background: #E86808;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-top: 80px;
}

.s5 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
}

.s5 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.s5 .wrap5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px;
    justify-content: center;
}

.wrap5 .block5 {
    display: flex;
    flex: 1;
    flex-direction: row;
    /* align-items: baseline; */
    justify-content: center;
}

.s5 .wrap5>p {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 55px;
    line-height: 36px;
}

.block5 .item {
    position: relative;
    width: 16%;
    /* min-height: 512px; */
    display: flex;
    margin-right: 12px;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background: #fff;
    padding-bottom: 80px;
    border-radius: 12px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.block5 .item .top {
    width: 100%;
}

@media only screen and (max-width: 1500px) {
    .block5 .title {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1300px) {
    .block5 .title {
        margin-left: -30px !important;
    }
}

.block5 .item:hover {
    /* background: #E9680A; */
    box-sizing: border-box;
    border: 2px solid #E9680A;
    /* transition: all .5s; */
}

.block5 .item:hover .title,
.block5 .item:hover .loadmore-text,
.block5 .item:hover .content {
    /* color: #fff; */
}

.block5 .item:last-child {
    margin-right: 0;
    /* padding-bottom: 108px; */
}

.block5 .item .top img {
    width: 100%;
    border-radius: 10px 10px 0 10px;
}

.block5 .title {
    font-size: 18px;
    color: #262938;
    font-weight: bold;
    border-bottom: 1px solid #D2D2D2;
    padding-top: 34px;
    padding-bottom: 16px;
    margin: 0 35px;
}

.block5 .loadmore-text {
    position: absolute;
    bottom: 20px;
    left: 35px;
}

.block5 .content {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin: 0 35px;
    margin-top: 22px;
    text-align: justify;
}

.wrap6 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 60px;
    padding-top: 40px;
}

.wrap6 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.s6 .wrap6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75vw;
    max-width: 1440px;
    margin: 0 auto;
}

.wrap6 .news1 {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.news1 .left .img2 {
    width: 400px;
    height: 244px;
    background-image: url('/static/images/1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.6s ease 0s;
}

.news1 .left img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
}

.news1 .left .img2:hover {
    background-size: 150%;
    background-position: center;
    transition: all 0.6s ease 0s;
}

.img-item img {
    max-width: 410px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
}

.img-item img:hover {
    transform: scale(1.4);
}

.img-item img:hover+p {
    color: #E86808;
    font-weight: bold;
}

.news1 .left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 59%;
}

.news1 .right {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.news1 .img-item {
    position: relative;
    margin: 10px;
    width: 47%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}

.news1 .img-item p {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.news1 .right .title11 {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 16px;
}

.news1 .right .title11 .loadmore-text1 {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.news1 .right .title11 .loadmore-text1:hover {
    color: #E86808;
    transition: all .5s;
}

.news1 .right {
    background: #FFFFFF;
    padding: 35px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.icon-area .icon {
    width: 37px;
    height: 35px;
    background-image: url(/static/images/cale.png);
}

.icon-area .date {
    font-size: 12px;
    padding-top: 8px;
    color: #6E6E6E;
}

.icon-area {
    display: flex;
    flex-direction: column;
    width: 80px !important;
    margin-right: 10px;
    align-items: center;
    justify-content: unset;
}

.list1 .item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #D9D9D9;
    padding: 17px 0;
    cursor: pointer;
}

.list1 .item:last-child {
    border-bottom: none;
}

.text-area .title2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.text-area .subhead {
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.list1 .item:hover>.text-area>.title2,
.list1 .item:hover>.text-area>.subhead,
.list1 .item:hover>.icon-area>.date {
    color: #E86808 !important;
    transition: all .5s;
}

.list1 .item:hover>.icon-area>.icon {
    background-image: url(/static/images/cale-hover.png);
    transition: all .5s;
}

.wrap7 {
    /* width: 75vw; */
    /* width: 1050px; */
    margin: 0 auto;
}

.footer {
    width: 100%;
    background: #1C1E2B;
    padding: 80px 0;
}

.footer2 {
    width: 960px;
    margin: 0 auto;
}

.wrap7>p {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 8px;
}

.bottom-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.cpr-text {
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-top: 1px solid #353850;
}

.cpr-text a {
    text-decoration: none;
    color: #666666;
}

.cpr-text a:hover {
    color: #EB6022;
    transition: all 0.4s;
}

.tel1 {
    color: #999;
    margin-top: 80px !important;
    text-align: right !important;
    margin-bottom: 10px;
}

.tel1>a {
    color: #E86808;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.card3-m {
    display: none;
}

.bottom-info a {
    color: #959595;
    text-decoration: none;
    font-size: 14px;
}

.bottom-info a:hover {
    color: #E86808;
    transition: all 0.5s;
}

.bottom-info .item {
    display: flex;
    flex-direction: column;
    margin-right: 3vw;
}

.bottom-info .item:last-child {
    margin-right: 0;
}

.bottom-info .item ul {
    display: flex;
    flex-direction: column;
}

.bottom-info .item ul li {
    line-height: 38px;
}

.bottom-info .item .title4 {
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
    margin-bottom: 26px;
}

@media screen and (max-width: 1500px) {
    .news1 .img-item {
        width: 45% !important;
    }
    .list1 .item:nth-child(2) {
        border-bottom: none;
    }
    .list1 .item:nth-child(3),
    .list1 .item:nth-child(4) {
        display: none;
    }
    .icon-area {
        display: none;
    }
    .s5 .wrap5>p {
        margin-bottom: 30px;
    }
    /* .bottom-info .item{
        margin-right: 18px;
    } */
    .wrap7 {
        width: 95vw;
    }
    .wrap6 .news1 {
        align-items: center;
    }
    .about-us {
        margin-top: 80px !important;
        align-items: center;
    }
    #certify {
        width: 1000px !important;
    }
    .honor {
        margin-top: 30px !important;
    }
    .culture {
        margin-top: 100px !important;
        padding: 60px 0;
    }
    .about-us .left {
        width: 50%;
    }
    .about-us .right {
        width: 50%;
    }
    .about-us .left img {
        width: 100%;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .c-lists .item {
        margin-right: 70px !important;
    }
    .culture .describe {
        padding-bottom: 34px;
    }
    .team img {
        width: 70%;
    }
    .wrap7 {
        width: 100%;
    }
    .position2 .cards .item {
        margin-right: 20px !important;
    }
    .cards2 .item {
        margin-right: 25px !important;
    }
    .card3 img {
        width: 20%;
    }
    .card3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .display {
        width: 95vw !important;
    }
    #aboutme {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .info .item {
        border-right: none !important;
    }
}

.item-wrap {
    display: flex;
    flex-direction: row;
    margin-right: 3vw;
}

@media screen and (max-width:1441px) {
    .block5 .item {
        min-height: initial !important;
    }
    .wrap6 .title1 {
        margin-bottom: 40px;
    }
    .list1 .item:nth-child(3),
    .list1 .item:nth-child(4) {
        display: flex;
    }
}

@media screen and (max-width: 1025px) {
    .wrap7 {
        width: 100vw;
    }
    .s6 .wrap6 {
        width: 90vw;
    }
    .block5 .title {
        font-size: 13px;
    }
    .block5 .loadmore-text {
        left: 64px !important;
    }
}


/*公司介绍页*/

.about-us {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
}

.about-us .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
}

.about-us .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.about-us .right {
    background-image: url(/static/images/关于我们底图.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    padding: 50px 77px;
}

.about-us .left img {
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile-describe p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
    text-align: justify;
}

.p3,
.p6 {
    background-color: #fff !important;
}

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

.honor .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.honor .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    height: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff;
    box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
    display: block;
    -webkit-box-reflect: below -20px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1%, transparent), to(rgba(250, 250, 250, 0.1)));
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
    outline: none;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #EB6022;
    background-color: #fff;
    outline: none;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    outline: none;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    outline: none;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.culture .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.culture .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 115px;
    transition: all .5s;
    z-index: -15;
}

.resume-banner {
    display: block;
}

.resume-banner2 {
    display: none;
}

.c-lists {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-lists p {
    text-align: center;
    color: #262938;
    font-size: 20px;
    padding-right: 20px;
}

.culture {
    width: 70vw;
    background-image: url(/static/images/愿景文化底图.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    margin: 0 auto;
}

.culture .describe {
    padding-bottom: 64px;
    font-size: 18px;
    color: #191B27;
    line-height: 28px;
}

.c-lists .item {
    margin-right: 140px;
}

.team .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.team .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

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

@media screen and (min-device-width: 1200px) and (max-device-width: 1280px) {
    .about-us {
        min-height: 626px;
    }
    .about-us .left {
        min-height: 626px;
    }
    .about-us .left img {
        min-height: 626px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .mySwiper {
        padding-bottom: 100px !important;
        transform: scale(0.85);
    }
    .swiper-button-prev {
        left: 45%;
        top: 90% !important;
        background-color: #E86808;
    }
    .swiper-button-next {
        right: 45%;
        top: 90% !important;
        background-color: #E86808;
    }
    .honor .title1 {
        margin-bottom: 0;
    }
}


/*产品理念*/

.common-banner-area {
    width: 100%;
    height: 440px;
    background-image: url(/static/images/banner模版.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.common-banner-area .title {
    font-size: 42px;
}

.common-banner-area .subtit {
    font-size: 16px;
    margin-top: 30px;
}

article {
    background: #fff;
}

section:nth-child(odd) {
    background: #F4F5FA;
}

.art1 {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* margin-left: 20px;
    margin-right: 20px; */
    padding: 105px 0 85px 0;
}

.art1 p {
    color: #262938;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

.main-body .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.main-body .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.main-body img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fixed-top_ewm {
    z-index: 999;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 68px;
    display: none;
}

.show-QRcode {
    width: 67px;
    height: 67px;
    background-image: url(/static/images/qrBtn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.show-QRcode:hover {
    cursor: pointer;
    width: 67px;
    height: 67px;
    background-image: url(/static/images/qrBtn-active.png);
}

.goToTop {
    width: 67px;
    height: 67px;
    background-image: url(/static/images/gotoTopBtn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.goToTop:hover {
    cursor: pointer;
    width: 67px;
    height: 67px;
    background-image: url(/static/images/gotoTopBtn-active.png);
}

#QrcodeHover {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 118px;
    width: 239px;
    height: 125px;
    right: 120px;
}


/*产品定位*/

.position1 {
    display: flex;
    max-width: 1165px;
    width: 100vw;
    flex-direction: row;
    margin: 0 auto;
    padding: 117px 0;
}

.position1>.left {
    margin-right: 20px !important;
}

.position1 .right img {
    width: 780px;
}

.position1>.left>p {
    line-height: 30px;
}

.position1 .bold-title {
    font-weight: bold;
    font-size: 20px;
    color: #262938;
}

.position1 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.position1 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.position2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px 0;
}

.position2 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.position2 .title-line-right::after {
    content: "";
    width: 108px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.position2 .cards {
    display: flex;
    flex-direction: row;
}

.position2 .cards .item {
    width: 270px;
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    margin-right: 63px;
}

.position2 .cards .item:last-child {
    margin-right: 0;
}

.position2 .cards .item .bold-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 22px;
}

.position2 .cards .item img {
    margin-top: 58px;
    margin-bottom: 40px;
}

.line-orange {
    width: 50px;
    height: 4px;
    background-color: #E86808;
}

.position2 .cards .item p {
    padding: 0px 16px;
    margin-top: 20px;
    text-align: justify;
    font-size: 15px;
    color: #262938;
    line-height: 30px;
}

.position3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px 0;
}

.position3 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.position3 .title-line-right::after {
    content: "";
    width: 108px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.cards2 {
    display: flex;
    flex-direction: row;
}

.cards2 .item {
    width: 380px;
    background: #fff;
    margin-right: 65px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 10px 10px;
}

.cards2 .item:last-child {
    margin-right: 0;
}

.cards2 .item .bold-text {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 20px 20px 0 20px;
}

.cards2 .item p:last-child {
    padding: 20px;
    line-height: 34px;
    text-align: justify;
}

.position4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 112px 0;
}

.position4 .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 80px;
}

.position4 .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    /* left: 70px; */
    left: 0;
    transition: all .5s;
    z-index: -15;
}

.card3 img {
    margin-right: 30px;
}

.card3 img:last-child {
    margin-right: 0;
}

.display .title1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #262938;
    z-index: 30;
    margin-bottom: 60px;
}

.display .title-line-right::after {
    content: "";
    width: 144px;
    height: 16px;
    background: #E86808;
    position: absolute;
    bottom: 0;
    /*橙色下划线*/
    left: 0;
    transition: all .5s;
    z-index: -15;
}

section:nth-child(odd) .display {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70vw;
    margin: 0 auto;
    padding: 144px 0;
}

section:nth-child(even) .display {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 70vw;
    margin: 0 auto;
    padding: 144px 0;
}

section:nth-child(odd) .left {
    margin-right: 80px;
}

section:nth-child(even) .left {
    margin-left: 80px;
}

.display .left p {
    text-align: justify;
    font-size: 18px;
    color: #191B27;
    line-height: 30px;
}

.display ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 46px;
    margin-bottom: 64px;
}

.display ul li {
    margin-right: 16px;
    margin-bottom: 16px;
}

.display ul a {
    text-decoration: none;
    color: #E9680A;
    font-size: 20px;
    font-weight: 500;
}

.knowmore-btn {
    display: block;
    text-decoration: none;
    width: 160px;
    height: 56px;
    background-color: #E86808;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
}

section:nth-child(even) .knowmore-btn {
    float: right;
}

.tabs {
    height: 84px;
    width: 100%;
    background: #F5F7FD;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tabs>div {
    width: 250px;
    line-height: 84px;
    color: #262938;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.tabs>div:hover {
    background: #E86808;
    color: #fff;
    transition: all 0.5s;
}

.tabs>.active {
    background: #E86808;
    color: #fff;
}

.knowmore-btn {
    cursor: pointer;
}

.table1 .row .expand {
    width: 100%;
}

.resume-banner {
    width: 100%;
    margin-bottom: -4px;
}

#address-map {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 54px;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-box .info {
    display: flex;
    flex-direction: row;
    text-align: center;
    line-height: 32px;
    margin-top: 58px;
    margin-bottom: 86px;
}

.info .item {
    padding: 0 40px;
    border-right: 1px solid #D5D5D5;
}

.info a {
    text-decoration: none;
    color: #262938;
}

.info .item p:first-child {
    font-size: 18px;
    color: #333333;
}

.info .item p:last-child {
    font-size: 17px;
    color: #262938;
}

.info a:last-child .item {
    border-right: none;
}

.contact-box .info img {
    margin-bottom: 20px;
}

.copyright-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #F8F8F8;
    padding: 60px 40px 73px 40px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 60px;
}

.copyright-text h1 {
    font-size: 42px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 39px;
}

.copyright-text p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.flow111 {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.flow111 li {
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
    text-indent: 2em;
}

.flow111 li div {
    font-weight: normal;
    color: #999;
}

.news-box {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}

.news-list {
    display: flex;
    flex-direction: column;
}

.news-list .item {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #D9D9D9;
}

.news-list a {
    display: flex;
    text-decoration: none;
}

.news-list .item .thumb img {
    width: 314px;
    height: 168px;
    border-radius: 5px;
    display: flex;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
}

.news-list .item .inforamtion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 32px;
}

.news-list .item .inforamtion .title {
    color: #262938;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list .item .inforamtion .describe {
    color: #666;
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list .item .inforamtion .datetime {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 24px;
    padding-top: 43px;
}

.news-list .item .more-btn {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #E86808;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.paging .item {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 33px;
    margin-left: 0;
    text-align: center;
    line-height: 38px;
    /* user-select: none; */
    cursor: pointer;
    color: #999999;
    font-size: 14px;
}

.paging .item:hover {
    background-color: #E86808;
    border: 1px solid #E86808;
    color: #fff;
}

.paging .active {
    background-color: #E86808;
    border: 1px solid #E86808;
    color: #fff;
}

.paging .item:last-child {
    margin-right: 0;
}

.paging {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.news-main-body {
    max-width: 1200px;
    margin: 0 auto;
    /* margin-left: 20px;
    margin-right: 20px; */
    padding-bottom: 100px;
}

.news-main-body h1 {
    text-align: center;
    color: #262938;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 63px;
    margin-top: 80px;
}

.news-main-body div {
    color: #191B27;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
}

.news-main-body img {
    width: 100%;
    margin-top: 30px;
}

.tabs1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.tabs1 span {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    font-size: 18px;
    color: #666666;
    background: none;
    transition: background ease 0.2s;
}

.tabs1>span:first-child {
    margin-left: 55px;
}

.tabs1 label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    background: none;
    transition: background ease 0.2s;
}

.tabs1 .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    border-top: 1px dashed #D9D9D9;
    position: relative;
    margin-top: -2px;
    z-index: -2;
}

.tab3 {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: justify;
}

.tab3 h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.tab3 p {
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 10px 10px;
}

.tabs1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tabs1 input[type="radio"]:checked+label {
    background: #fff;
    border-bottom: 3px solid #E86808;
}

.tabs1 input[type="radio"]:checked+label+.tab {
    display: block;
}

.menu1 {
    max-width: 1200px;
    margin: 0 auto;
}

.menu1 ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    height: 62px;
    flex: 1;
    font-size: 18px;
}

.menu1 .active {
    background: #E86808;
    color: #fff;
}

.menu1 li:hover {
    background: #E86808;
    color: #fff;
    transition: all 0.2 s;
}

.menu1 li {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px dashed #efefef;
}

.tab>h1 {
    color: #262938;
    font-size: 36px;
    padding: 56px 0;
    text-align: center;
}

.tab>p {
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 18px;
    color: #191B27;
    padding-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}

.tab img {
    width: 100%;
}

.menu-icon {
    display: none;
}

.close-menu,
.m-tel {
    display: none;
}

@media screen and (max-width: 800px) {
    .gyg{
        flex-wrap: wrap;
    }
    #for-black .nav a:after {
        background: none !important;
        height: 0 !important;
    }
    .m-tel {
        display: initial;
    }
    nav .nav {
        display: none;
        position: fixed;
        z-index: -9990;
        width: 100vw;
        height: 100vh !important;
        top: 0px;
        background-color: #1C1E2B;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .flex {
        display: flex !important;
    }
    .overflow-hidden {
        overflow: hidden !important;
    }
    #for-black {
        position: fixed;
        z-index: 999;
        height: 60px;
        top: 0;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .s4 .wrap4 {
        background-position: center 480px;
    }
    nav>a:first-child>img {
        width: 83px;
        height: 20px;
        margin-left: 20px;
    }
    .menu-icon {
        display: block;
    }
    #tiny-menu-icon {
        margin-right: 20px;
    }
    #for-black .nav {
        padding-left: 0;
        line-height: 60px !important;
    }
    .close-menu {
        position: absolute;
        top: 80px;
        right: 30px;
    }
    #for-black .nav .li:last-child {
        padding-bottom: 100px !important;
    }
    .model-box {
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    #index .section:nth-child(1) {
        height: 867px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/static/images/2023/banner-mobile.png);
    }
    #index .profilebg {
        height: 817px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/static/images/m-banner2.png) !important;
    }
    .section {
        letter-spacing: initial;
    }
    .s2 .wrap2 {
        width: 90vw;
        flex-direction: column;
    }
    .s2 .title1 {
        margin-top: 56px;
        font-size: 18px;
        text-align: left;
    }
    .s2 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0px;
        left: 35px;
        transition: all .5s;
        z-index: -15;
    }
    .s2 .describe1 {
        padding-top: 36px;
        padding-right: 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        color: #191B27;
        letter-spacing: 0.5px;
        font-weight: initial;
    }
    .s2 .link1 {
        display: flex;
        flex-direction: row;
        flex: 1;
        flex-wrap: wrap;
        padding-right: 0px;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .link1 a {
        color: #E9680A;
        font-size: 16px;
        line-height: 60px;
        font-weight: inherit;
        margin-right: 26px;
        text-decoration: none;
    }
    .s2 .btn-loadmore {
        display: table;
        line-height: 50px;
        background: #E86808;
        color: #fff;
        font-size: 16px;
        width: 130px;
        height: 50px;
        background: #E86808;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        opacity: 1;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
    }
    .s4 .btn-loadmore {
        display: table;
        line-height: 50px;
        background: #E86808;
        color: #fff;
        font-size: 16px;
        width: 130px;
        height: 50px;
        background: #E86808;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        opacity: 1;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 64px;
    }
    .s2 .right-box img {
        margin-top: 60px;
        width: 80%;
        display: block;
    }
    .s3 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        padding-top: 56px;
    }
    .s3 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .wrap3>p {
        line-height: 28px;
        font-size: 16px;
        text-align: justify;
        font-weight: initial;
        margin: 25px 15px;
    }
    .block1 .item {
        width: 90%;
        height: 140px;
        display: flex;
        flex-direction: row;
        background: #fff;
        margin: 10px;
        margin-bottom: 34px;
        border-radius: 10px;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    }
    .block1 .right {
        width: 200px;
        font-size: 14px;
        text-align: left;
        padding: 20px 10px;
        position: relative;
        font-weight: normal;
    }
    .block1 .loadmore-text {
        position: absolute;
        bottom: 10px;
    }
    .block5 .item {
        width: 100% !important;
    }
    .block5 .title {
        margin-left: 6px !important;
    }
    .block1 {
        justify-content: center;
    }
    .s4 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        padding-top: 56px;
    }
    .s4 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 123px;
        transition: all .5s;
        z-index: -15;
    }
    .s4 .describe {
        margin-top: 80px;
        margin-bottom: 28px;
        font-size: 16px;
        text-align: justify;
        line-height: 32px;
        max-width: 1200px;
        padding: 0 20px;
        font-weight: initial;
    }
    .s4 .block2 {
        width: 350px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .block2 img {
        width: 54px;
        height: 50px;
    }
    .block2 .text {
        font-size: 14px;
        font-weight: normal;
    }
    .block2 .item {
        margin: 20px 5px;
    }
    .s5 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-top: 56px;
    }
    .culture {
        background-position: center 427px;
    }
    .position1 .right img {
        width: 100%;
    }
    .position1>.left {
        margin-right: 0 !important;
    }
    .s5 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .s5 .wrap5>p {
        margin-bottom: 30px;
        font-size: 16px;
        text-align: justify;
        font-weight: normal;
    }
    .wrap5 .block5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .block5 .content {
        display: block;
    }
    .block5 .item .top img {
        /* width: 324px; */
        width: 100%;
    }
    .block5 .item {
        margin-right: 0;
        margin-bottom: 34px;
        min-height: initial !important;
    }
    .block5 .title {
        font-size: 16px;
        color: #262938;
        font-weight: bold;
        border-bottom: 1px solid #D2D2D2;
        padding-top: 34px;
        padding-bottom: 16px;
        margin: 0 35px;
        text-align: left;
    }
    .block5 .content {
        font-size: 14px;
        color: #666;
        line-height: 28px;
        margin: 0 35px;
        margin-top: 22px;
        text-align: justify;
        font-weight: initial;
    }
    .block5 .loadmore-text {
        position: absolute;
        bottom: 35px;
        left: 31px !important;
        font-size: 14px;
        color: #666;
        font-weight: initial;
    }
    .wrap6 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 50px;
    }
    .wrap6 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .wrap6 .news1 {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .news1 .left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .news1 .img-item {
        display: none;
        width: 100% !important;
    }
    .wrap6 .news1 {
        align-items: center;
    }
    .news1 .img-item p {
        font-size: 12px;
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
    .news1 .img-item:first-child {
        display: block;
    }
    .news1 .right {
        display: flex;
        flex-direction: column;
        width: 88%;
        box-shadow: initial;
    }
    .news1 .right .title11 {
        display: none;
    }
    .list1 .item:nth-child(2) {
        border-bottom: 1px solid #D2D2D2;
    }
    .icon-area {
        width: 200px;
        display: flex;
    }
    .list1 .item:nth-child(3),
    .list1 .item:nth-child(4) {
        display: flex;
    }
    .icon-area .icon {
        width: 27px;
        height: 26px;
        background-size: contain;
    }
    .text-area .subhead,
    .text-area .title2 {
        text-align: left;
    }
    .text-area .title2 {
        text-align-last: left;
        font-size: 16px;
    }
    .text-area .subhead {
        font-size: 14px;
        color: #999;
        font-weight: normal;
    }
    .bottom-info {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: unset;
        font-size: 16px;
        font-weight: initial;
    }
    .bottom-info .item ul {
        display: none;
    }
    .bottom-info .item:last-child {
        margin-bottom: 36px;
    }
    .item-wrap {
        width: 250px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 0;
    }
    .item-wrap .item {
        margin: 0;
        display: flex;
    }
    .bottom-info .item .title4 {
        font-size: 14px;
    }
    .item-wrap .title4::after {
        content: "|";
        padding: 0 10px;
    }
    /* .item-wrap .item:nth-child(1) .title4::before, .item-wrap .item:nth-child(4) .title4::before{
        content: "" !important;
    } */
    .item-wrap .item:nth-child(3) .title4::after {
        content: initial;
    }
    .item-wrap .item:nth-child(6) .title4::after {
        content: initial;
    }
    .tel1,
    .wxgzh {
        display: none;
    }
    .cpr-text {
        border-top: none;
    }
    .wrap7>p {
        text-align: center;
        color: #999999;
        font-size: 12px;
        font-weight: normal;
        margin-top: -70px;
    }
    .br::before {
        content: "\A\A";
        white-space: pre-wrap;
    }
    .m-tel {
        margin-left: 5px;
    }
    .cpr-text a {
        color: #999;
    }
    .m-tel a {
        color: #E86808;
        font-weight: bold;
    }
    #index .section:last-child {
        padding: 20px 0;
        color: #fff;
        background: #1C1E2B;
        margin: 0 auto;
    }
    .bak-img {
        width: 14px;
        height: 15px;
    }
    #for-black {
        background-color: rgba(22, 29, 47, 0.8) !important;
    }
    .block1 .item img {
        width: 220px;
    }
    /*导航*/
    #for-black .nav {
        padding-left: 0;
        line-height: 48px;
        justify-content: center;
    }
    nav .nav li:last-child {
        margin-bottom: 100px;
    }
    #for-black .nav a,
    #for-black .nav a:link {
        padding: 13px 24px;
    }
    #for-black:hover {
        background-color: rgba(22, 29, 47, 0.8) !important;
    }
    #for-black .nav>li:hover .nav2 {
        display: none;
    }
    /*公司介绍关于我们*/
    .about-us {
        display: flex;
        flex-direction: column-reverse;
        width: 80%;
        margin-bottom: 50px;
        margin-top: 40px !important;
    }
    .about-us .right {
        width: 100%;
        padding: 20px;
    }
    .about-us .title1 {
        font-size: 18px;
        text-align: left;
    }
    .about-us .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .profile-describe p {
        font-weight: normal;
    }
    .about-us .left {
        width: 100%;
        background-color: #fff;
        padding: 20px;
    }
    .honor .title1 {
        font-size: 18px;
    }
    .honor .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    #certify .swiper-button-next {
        display: none;
    }
    #certify .swiper-button-prev {
        display: none;
    }
    .wrap-img {
        transform: scale(0.36);
        margin-top: -120px;
        margin-bottom: -130px;
    }
    .honor {
        margin-top: 60px !important;
    }
    .honor .title1 {
        margin-bottom: 0;
    }
    .culture .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 80px;
        text-align: left;
    }
    .news-list .item .inforamtion {
        width: 314px;
        padding: 0;
        margin: 0 auto;
    }
    .culture {
        width: 85vw;
    }
    .culture .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 62px;
        transition: all .5s;
        z-index: -15;
    }
    .culture .title1 {
        margin-bottom: 30px;
    }
    .culture .describe {
        padding-bottom: 64px;
        font-size: 16px;
        color: #191B27;
        line-height: 28px;
        text-align: justify;
        font-weight: normal;
    }
    .c-lists img {
        width: 76px;
        height: 76px;
    }
    .c-lists .item {
        margin-right: 14px !important;
        font-weight: normal;
        font-size: 14px;
    }
    .culture {
        margin-top: 0 !important;
    }
    .team img {
        width: 90%;
    }
    .p6 {
        padding: 50px 0;
        padding-bottom: 100px;
    }
    .team .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 80px;
    }
    .team .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .c-lists p {
        font-size: 14px;
    }
    /*产品理念*/
    .main-body .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 80px;
    }
    .main-body .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .concept1 img {
        width: 80%;
    }
    .wrap7 {
        background-color: #1C1E2B;
        padding: 50px 0;
    }
    .fixed-top_ewm {
        z-index: 999;
        position: fixed;
        bottom: 60px;
        right: 10px;
        width: 68px;
        transform: scale(0.8);
    }
    .show-QRcode {
        display: none;
    }
    .art1 p {
        padding: 0 20px;
        text-align: justify;
    }
    .art1 {
        padding: 60px 0 85px 0;
    }
    .main-body .title1 {
        margin-bottom: 30px;
    }
    .common-banner-area {
        height: 280px;
    }
    .common-banner-area .title {
        font-size: 22px;
        padding-top: 40px;
        line-height: 18px;
    }
    .common-banner-area .subtit {
        font-size: 14px;
        margin-top: 20px;
    }
    /*产品定位*/
    .position1 {
        display: flex;
        flex-direction: column;
        padding: 56px 0;
        padding: 24px;
        width: auto;
    }
    .position1 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 37px;
    }
    .position1 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .position1 .bold-title {
        font-weight: bold;
        font-size: 16px;
        color: #262938;
    }
    .position1 img {
        display: block;
        width: 85%;
        margin: 0 auto;
        padding: 34px 0;
    }
    .position2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 56px 0;
    }
    .position2 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 34px;
    }
    .position2 .title-line-right::after {
        content: "";
        width: 55px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .position2 .cards .item {
        width: 152px;
        height: 308px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        border-radius: 5px;
        margin: 0 10px !important;
        margin-bottom: 20px !important;
    }
    .position2 .cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .position2 .cards .item img {
        width: 27px;
        margin-top: 25px;
        margin-bottom: 18px;
    }
    .position2 .cards .item .bold-title {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 6px;
    }
    .position2 .cards .item p {
        padding: 0px 16px;
        margin-top: 20px;
        text-align: justify;
        font-size: 14px;
        color: #262938;
        line-height: 22px;
    }
    .position3 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 35px;
    }
    .position3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 56px 0;
    }
    .cards2 {
        display: flex;
        flex-direction: column;
    }
    .cards2 .item img {
        width: 100%;
    }
    .cards2 .item {
        margin-right: 0 !important;
        margin-bottom: 34px;
        width: 324px;
    }
    .position4 .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 30px;
    }
    .position4 .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .card3-m {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .card3-m img {
        width: 164px;
        margin-right: 7px !important;
        margin-left: 7px !important;
        margin-bottom: 11px;
    }
    .card3 {
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .card3 img {
        width: 164px;
        margin-right: 7px !important;
        margin-left: 7px !important;
        margin-bottom: 11px;
    }
    section:nth-child(odd) .left {
        padding: 20px;
        padding-bottom: 60px;
        margin-right: 0;
    }
    section:nth-child(even) .left {
        padding: 20px;
        padding-bottom: 60px;
        margin-right: 0;
    }
    .position3 .title-line-right::after {
        content: "";
        width: 50px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        /* left: 70px; */
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    section:nth-child(odd) .display {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 70vw;
        margin: 0 auto;
        padding: 0;
    }
    section:nth-child(even) .display {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 70vw;
        margin: 0 auto;
        padding: 0;
    }
    section:nth-child(even) .left {
        margin-left: 0px;
    }
    .display .title1 {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        color: #262938;
        z-index: 30;
        margin-bottom: 34px;
    }
    .display .left p {
        text-align: justify;
        font-size: 16px;
        color: #191B27;
        line-height: 30px;
    }
    .display ul a {
        text-decoration: none;
        color: #E9680A;
        font-size: 16px;
        font-weight: 500;
        margin-right: 10px;
    }
    .display ul {
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 16px;
    }
    .display ul li {
        margin-bottom: 30px;
    }
    .knowmore-btn {
        display: block;
        text-decoration: none;
        width: 110px;
        height: 44px;
        background-color: #E86808;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 44px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        border-radius: 3px;
    }
    .display .right {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .display .right a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .display .left {
        padding: 20px;
    }
    .display .right img {
        margin-top: 68px;
        width: 80%;
    }
    .display .title-line-right::after {
        content: "";
        width: 72px;
        height: 6px;
        background: #E86808;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .5s;
        z-index: -15;
    }
    .menu1 ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        height: initial;
        flex: 1;
        font-size: 14px;
    }
    .menu1 li {
        line-height: 40px;
    }
    .tabs1 {
        justify-content: center;
    }
    .tabs1 label {
        order: 1;
        display: block;
        padding: 1rem 0.33rem;
        margin-right: 0.2rem;
        font-size: 12px;
        color: #666666;
        cursor: pointer;
        background: none;
        transition: background ease 0.2s;
    }
    .tabs1>span {
        display: none;
    }
    .tab>h1 {
        color: #262938;
        font-size: 20px;
        padding: 34px 0;
        text-align: center;
    }
    .tab>p {
        line-height: 30px;
        font-size: 16px;
        color: #191B27;
        padding-bottom: 20px;
        text-indent: 2em;
        text-align: justify;
    }
    .news-list .item .more-btn {
        display: none !important;
    }
    .news-list .item {
        display: flex;
        flex-direction: column;
        padding: 30px 0;
        align-items: center;
        justify-content: center;
        border-bottom: 1px dashed #D9D9D9;
    }
    .news-list a {
        display: flex;
        flex-direction: column !important;
    }
    .news-list .item .inforamtion .datetime {
        color: #6E6E6E;
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }
    .paging .item {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #ccc;
        margin: 10px;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 30px;
        /* user-select: none; */
        cursor: pointer;
        color: #999999;
        font-size: 14px;
    }
    .paging .active {
        border-color: #EB6022 !important;
        color: #fff !important;
    }
    .tabs {
        height: 40px;
    }
    .tabs>div {
        width: 50%;
        line-height: 40px;
        color: #262938;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }
    #address-map {
        width: 86%;
    }
    .contact-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 34px;
    }
    .contact-box .info {
        display: flex;
        flex-direction: column;
    }
    .contact-box .info img {
        margin-bottom: 0px !important;
    }
    .info .item {
        margin-bottom: 40px;
    }
    .table1 {
        width: 100% !important;
        margin-top: 34px;
    }
    .table1 .row:first-child {
        justify-content: space-around;
        line-height: 40px;
    }
    .table1 .row:first-child .head {
        padding-left: 0px;
    }
    .table1 .row .data:first-child {
        color: #262938;
        font-size: 16px;
        font-weight: bold;
        padding-left: 26px;
    }
    .table1 .row:first-child .head:nth-child(3) {
        display: none;
    }
    .table1 .row .data:nth-child(4) {
        text-align: right;
    }
    .table1 .row .data:nth-child(3) {
        display: none;
    }
    .table1 .row:first-child .head:last-child {
        display: none;
    }
    .table1 .row .data {
        flex: 1;
        padding-left: 0;
        line-height: 40px;
    }
    .table1 .row {
        text-align: center;
    }
    .table1 .row .data:last-child {
        flex: 0.5;
        color: #999 !important;
    }
    .row .expand {
        background-color: #F5F7FD;
        padding: 20px;
        text-align: left;
        color: #191B27;
        line-height: 40px;
        font-size: 16px;
    }
    .resume-banner {
        display: none;
    }
    .resume-banner2 {
        width: 100%;
        display: block;
    }
    .table1 .row .data:first-child {
        color: #262938;
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
    }
    .copyright-text {
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #F8F8F8;
        padding: 30px;
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 60px;
        margin: 16px 20px 60px 20px;
    }
    .copyright-text h1 {
        font-size: 18px;
        color: #333333;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .copyright-text p {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        text-align: justify;
    }
    .news-main-body h1 {
        text-align: center;
        color: #262938;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 24px;
        margin-top: 40px;
    }
    .news-main-body {
        padding: 20px;
    }
    .news-main-body div {
        color: #191B27;
        font-size: 16px;
        text-align: left;
        line-height: 30px;
        text-indent: 2em;
    }
    .wxgzh+img {
        width: 116px;
        height: 116px;
    }
    .back-news {
        color: #E86808;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }
    .news-main-body img {
        width: 90%;
        margin: 18px auto;
        display: block;
    }
}

.cpr-text {
    width: 100%;
}

.tel1 {
    margin: 0 auto;
    max-width: 900px;
}

.back-news {
    display: table;
    margin-top: 30px;
    /* color: #E86808; */
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #262938;
}

.back-news span {
    color: #666666;
    font-weight: normal !important;
}

.back-news svg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.title4 a {
    font-size: 16px;
    color: #fff;
}

.text-area {
    flex: 1;
}

@media screen and (min-device-width: 900px) and (max-device-width: 1030px) {
    .position1 img {
        width: 400px;
    }
    section:nth-child(odd) .left {
        margin: 0;
    }
    .position1 {
        width: initial !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .position2 .cards,
    .cards2 {
        transform: scale(0.8);
    }
    section:nth-child(odd) .display,
    section:nth-child(even) .display {
        display: flex;
        flex-direction: column-reverse;
    }
    section:nth-child(even) .left {
        margin-left: 0px;
    }
    .news-main-body,
    .art1 {
        padding: 20px 20px 100px 20px;
    }
    /* .about-us .right {
        height: 234px;
        overflow: hidden;
    } */
    .about-us .left {
        display: none;
    }
    .about-us .right {
        width: 100%;
    }
    .fixed-top_ewm {
        bottom: 15px;
        right: 15px;
    }
    .mySwiper {
        padding-bottom: 100px !important;
        transform: scale(0.8) !important;
    }
    .swiper-button-prev {
        left: 40% !important;
        top: 90% !important;
        background-color: #E86808;
    }
    .swiper-button-next {
        right: 40% !important;
        top: 90% !important;
        background-color: #E86808;
    }
    .honor .title1 {
        margin-bottom: 0;
    }
    .desc-box,
    .swiper-slide .img-box {
        width: 230px !important;
        transform: scale(0.9) !important;
    }
}

.picture-viewer {
    z-index: 999;
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.picture-viewer img {
    width: calc(100% - 10px);
    margin: 0 auto;
}

.table1 .row .data:last-child {
    color: #999 !important;
}

.wxgzh+img {
    width: 136px;
    height: 136px;
}

.team img {
    max-width: 1200px;
}

.download-btn {
    font-size: 18px;
    font-weight: bold;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    background-color: #1C1E2B;
    color: #fff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.download-btn:hover,
.submit-btn:first-child:hover {
    background-color: #EB6022;
    transition: all 0.6s;
}

.ripple {
    position: relative;
}

.ripple:focus {
    outline: none;
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    pointer-events: none;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    transition: all .3s;
}

.ripple:active:after {
    opacity: .3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0s;
}

.download-form {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    overflow: hidden;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.download-form .dialog {
    width: 330px;
    height: 260px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

.download-form .dialog .input-placeholder {
    font-size: 16px;
    color: #999;
    line-height: 40px;
}

.download-form .dialog .input {
    outline: none !important;
    font-size: 18px;
    line-height: 40px;
    text-indent: 6px;
    border: 1px solid #999;
    border-radius: 3px;
}

.download-form .dialog .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}

.img-captcha {
    margin-left: 20px;
    border: 1px solid #666;
    cursor: pointer;
}

.input-captcha {
    display: flex;
    vertical-align: middle;
}

.btn-group {
    margin-top: 20px;
    display: flex;
}

.submit-btn {
    flex: 1;
    font-size: 14px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    background-color: #1C1E2B;
    color: #fff;
    margin-right: 10px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.close {
    background-color: transparent !important;
    box-shadow: none;
    color: #1C1E2B;
}

.close:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
    transition: all 0.6s;
}

.animate__fadeInUp,
.animate__fadeOutDown {
    animation-duration: 0.4s !important;
}

.swiper {
    max-width: 1400px;
    height: 475px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .swiper {
        height: 465px;
        width: 90% !important;
        height: 100%;
    }
    .swiper-slide .img-box {
        width: 100% !important;
        padding: 37px 0;
        border-bottom: 1px solid #D8D8D8;
    }
    .desc-box {
        width: 100% !important;
        margin-left: 30px;
    }
    .honor .title1 {
        margin-bottom: 20px !important;
    }
}

.mySwiper {
    padding: 10px;
    height: 475px;
    overflow: hidden;
}

.swiper-slide {
    width: 336px;
    height: 464px;
    text-align: center;
    font-size: 18px;
    background: #F4F5FA;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -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: transform 0.6s;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .img-box {
    width: 270px;
    padding: 37px 0;
    border-bottom: 1px solid #D8D8D8;
}

.swiper-slide .img-box img {
    width: 216px;
    height: 290px;
    margin: 0 auto;
    object-fit: contain;
}

.desc-box {
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 30px;
    text-align-last: left;
    font-size: 16px;
}

.desc-box .desc-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #262938;
    opacity: 1;
}

.swiper-slide:hover {
    cursor: pointer;
    border-bottom: 4px solid #E86808;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-14px);
    transition: transform 0.6s;
}

@media screen and (max-width: 800px) {
    .swiper {
        max-width: 370px;
        height: 500px;
        width: 100%;
        height: 100%;
    }
    .swiper-slide:nth-child(odd) {
        background: #eee;
    }
    .swiper-slide:nth-child(even) {
        background: #f8f7f7;
    }
    .swiper-slide:hover {
        cursor: pointer;
        border: none;
        background: #f8f7f7;
        transform: initial;
        transition: transform 0.6s;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .mySwiper {
        padding: 10px;
        width: 300px;
        height: 500px;
        overflow: hidden;
        padding-top: 40px;
    }
    .honor {
        margin-bottom: 60px;
    }
}