* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

body {
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

:root {
    --main-color: #ed6c04;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.apple-retail .swiper-slide {
    text-align: center;
    padding: 30px;
    width: 416px;
}

.inner figure {
    width: 100%;
}

.inner figure img {
    width: 100%;
    border-radius: 6px;
    height: 485px;
    object-fit: cover;
}

.gallery-item-desc {
    width: 80%;
    text-align: left;
    display: inline-block;
    padding-top: 46px;
    opacity: 0;
    transition-duration: 1.2s;
}

.init .gallery-item-desc {
    opacity: 1;
}

.gallery-item-desc h3 {
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    color: #111;
    font-size: 20px;
}

.gallery-item-desc p {
    margin-top: 1em;
    color: #333;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 25px;
}

.apple-retail .swiper-slide-prev .gallery-item-desc {
    transform: translateX(-70px);
}

.apple-retail .swiper-slide-next .gallery-item-desc {
    transform: translateX(70px);
}

.apple-retail .swiper-slide-active .gallery-item-desc {
    opacity: 1;
    transform: translateX(0);
}

.apple-retail .swiper-slide {
    cursor: pointer;
}

@media only screen and (max-width: 1068px) {
    .apple-retail .swiper-slide {
        padding: 0 calc((100vw - 576px) * .15);
        width: 576px;
    }
    .gallery-item-desc {
        padding-top: 41px;
    }
}

@media only screen and (max-width: 735px) {
    .apple-retail .swiper-slide {
        transform: scale(.9);
        padding: 0;
        width: 85vw;
        margin: 0 0;
        min-width: 272px;
    }
    .apple-retail .swiper-slide-active {
        transform: scale(1);
    }
    .gallery-item-desc {
        padding-top: 26px;
        width: 90%;
    }
    .inner figure img {
        width: 100%;
        border-radius: 6px;
        height: 305px;
        object-fit: contain;
    }
}

.apple-retail .swiper-button-next,
.apple-retail .swiper-button-prev {
    top: 40%;
    background-color: rgba(210, 210, 210, .6);
    background-size: 15px 15px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    transition: all .5s;
    outline: none;
    opacity: 0;
}

.mouse-hover .swiper-button-next,
.mouse-hover .swiper-button-prev {
    opacity: 1;
}

.apple-retail .swiper-button-next:hover,
.apple-retail .swiper-button-prev:hover {
    background-color: rgba(210, 210, 210, .8);
}

.apple-retail .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: 20px;
}

.apple-retail .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 20px;
}

.apple-retail .swiper-container .swiper-button-next.swiper-button-disabled,
.apple-retail .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        z-index: 99;
        height: 90px;
        border-bottom: 1px solid #e6e6e6;
        background-color: var(--main-color-white);
        padding: 0 5%;
    }
    .pcheader {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 90px;
    }
    .pclogo img {
        height: 60px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 90px;
        line-height: 90px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-555);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover .first_a {
        color: var(--main-color);
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 90px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 88px;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 15px 5%;
        margin: 0 auto;
    }
    .inside img{max-width:100%;}
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .con1 {
        width: 100%;
        padding: 80px 0;
    }
    .con1con {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con1conleft {
        width: 65%;
    }
    .con1conleft img {
        width: 100%;
    }
    .con1conright {
        width: 35%;
        padding: 0 5%;
    }
    .con1conright h1 {
        font-size: 24px;
        color: var(--main-color-666);
        font-weight: normal;
        margin-bottom: 10px;
    }
    .con1conright strong {
        color: var(--main-color-333);
        font-size: 32px;
        display: block;
        font-weight: normal;
        margin-bottom: 70px;
    }
    .con1conright p {
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 35px;
        margin-bottom: 80px;
    }
    .more {
        transition: var(--main-transition);
        width: 180px;
        height: 60px;
        text-align: center;
        color: var(--main-color-333);
        font-size: 17px;
        display: block;
        line-height: 60px;
    }
    .more:hover {
        background-color: var(--main-color-333) !important;
        padding-left: 15px !important;
        color: var(--main-color-white);
    }
    .more i {
        margin-left: 30px;
    }
    .con1conright .more {
        margin: inherit !important;
    }
    .con2 {
        padding: 80px 0;
        background-color: #efefef;
    }
    .con2con {
        width: 100%;
    }
    .con2con .more {
        margin: 0 auto;
        background-color: var(--main-color-333);
        color: var(--main-color-white);
        margin-top: 30px;
    }
    .con3 {
        width: 100%;
        padding: 80px 5%;
    }
    .con3contop {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con3contopleft h1 {
        font-size: 40px;
        font-weight: normal;
        color: var(--main-color-333);
    }
    .con3contopleft strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-333);
        font-weight: normal;
    }
    .con3contopright .more {
        background-color: var(--main-color-333);
        color: var(--main-color-white);
    }
    .con3contop {
        margin-bottom: 30px;
    }
    .con3concenter {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .con3concenter span {
        color: var(--main-color-333);
        width: 80px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #cccccc;
        font-size: 20px;
        cursor: pointer;
        margin-right: 15px;
        transition: var(--main-transition);
    }
    .con3concenter span:hover {
        background-color: var(--main-color-333);
        color: var(--main-color-white);
    }
    .mySwiper_news img {
        transition: var(--main-transition);
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
    .newbox {
        overflow: hidden;
        width: 100%;
    }
    .mySwiper_news .swiper-slide {
        cursor: pointer;
    }
    .mySwiper_news .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiper_news .swiper-slide:hover p {
        color: var(--main-color);
    }
    .mySwiper_news p {
        font-size: 24px;
        color: var(--main-color-333);
        width: 100%;
        transition: var(--main-transition);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin: 20px 0;
    }
    .mySwiper_news span {
        display: block;
        font-size: 14px;
        color: var(--main-color-666);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .mySwiper_news em {
        font-style: normal;
        font-size: 14px;
        color: var(--main-color-333);
    }
    .con4 {
        width: 100%;
        background-image: url(../images/videobg.jpg);
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con4con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con4 img {
        width: 55px;
        height: 55px;
        cursor: pointer;
    }
    .videoplay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }
    .videocon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .videocon video {
        width: 800px;
    }
    .closevideo {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        width: 50px;
    }
    .con5 {
        width: 100%;
        padding: 80px 5%;
    }
    .con5con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5conleft {
        width: 45%;
        padding-right: 4%;
    }
    .con5conright {
        width: 55%;
    }
    .con5conright img {
        width: 100%;
    }
    .con5conleft strong {
        font-weight: normal;
        font-size: 30px;
        color: var(--main-color-333);
        margin-bottom: 70px;
        display: block;
        width: 100%;
    }
    .con5conleft input {
        display: block;
        width: 48%;
        height: 60px;
        padding-left: 15px;
        outline: none;
        border: 1px solid var(--main-color);
        margin-bottom: 25px;
    }
    .form_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5conleft textarea {
        display: block;
        width: 100%;
        height: 100px;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        border: 1px solid var(--main-color);
        margin-bottom: 25px;
    }
    .con5conleft a {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: var(--main-color-333);
        color: var(--main-color-white);
        text-align: center;
        font-size: 15px;
    }
    .foot {
        padding: 50px 5%;
        background-color: var(--main-color-222);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: calc((100% - 90px) / 3);
        margin-right: 45px;
    }
    .footeritem:nth-child(3n) {
        margin-right: 0;
    }
    .footeritem>strong {
        font-size: 20px;
        color: var(--main-color-white);
        font-weight: 100;
        display: block;
        margin-bottom: 30px;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .footeritem>strong::after {
        width: 100%;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footeritem2 ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footeritem2 ul li img {
        width: 100%;
    }
    .footeritem2 ul li p {
        text-align: center;
        margin: 10px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem3 ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        width: 31%;
    }
    .footeritem3 ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 25px;
        display: block;
    }
    .aboutus1 {
        padding: 15px 5%;
        padding-bottom: 50px !important;
    }
    .aboutus1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .aboutus1conleft {
        width: 70%;
        padding-right: 50px;
    }
    .aboutus1conright {
        width: 30%;
    }
    .aboutus1conright img {
        width: 100%;
    }
    .a_top1 {
        margin-bottom: 80px;
    }
    .a_top1 h1 {
        font-size: 35px;
        color: var(--main-color-333);
        margin-bottom: 10px;
        font-weight: normal;
    }
    .a_top1 strong {
        font-weight: normal;
        font-size: 25px;
        color: var(--main-color-333);
    }
    .a_top2 {
        margin-bottom: 30px;
    }
    .a_top2 h1 {
        font-size: 30px;
        color: var(--main-color-333);
        margin-bottom: 10px;
        font-weight: normal;
    }
    .a_top2 span {
        display: block;
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .a_top3 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .a_top3 ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        transition: var(--main-transition);
        border: 1px solid #e6e6e6;
        padding: 30px 25px;
        cursor: pointer;
    }
        .a_top3 ul li img{
            width:100%;
        }
    .a_top3 ul li strong {
        transition: var(--main-transition);
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 30px;
        font-weight: normal;
        position: relative;
        z-index: 19;
    }
    .a_top3 ul li strong::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 130px;
        height: 9px;
        z-index: 9;
        border-radius: 2px;
        background-color: rgba(153, 153, 153, 0.3);
    }
    .a_top3 ul li p {
        transition: var(--main-transition);
        font-size: 18px;
        text-align: center;
        color: var(--main-color-333);
        margin: 15px 0;
        font-weight: bold;
    }
        .a_top3 ul li span {
            transition: var(--main-transition);
            color: var(--main-color-666);
            font-size: 15px;
            display: block;
            text-align: center;
            line-height: 25px;
            height: 100px;
        }
    .a_top3 ul li:hover {
        background-color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
    }
    .a_top3 ul li:hover strong {
        color: var(--main-color-white);
    }
    .a_top3 ul li:hover p {
        color: var(--main-color-white);
    }
    .a_top3 ul li:hover span {
        color: var(--main-color-white);
    }
    .aboutus2 {
        width: 100%;
        padding: 50px 5%;
        background-image: url(../images/honorbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .aboutus2con {
        width: 100%;
    }
    .ab_title {
        margin-bottom: 40px;
    }
    .ab_title p {
        font-size: 35px;
        text-align: center;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
    .ab_title span {
        display: block;
        font-size: 30px;
        text-align: center;
        color: var(--main-color-white);
    }
    .mySwiper_honor {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_honor img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .mySwiper_honor .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background-color: var(--main-color);
        border-radius: 0 !important;
    }
    .aboutus3 {
        width: 100%;
        padding: 50px 5%;
    }
    .aboutus3con {
        width: 100%;
    }
    .aboutus3con .ab_title p {
        color: var(--main-color-333);
    }
    .aboutus3con .ab_title span {
        color: var(--main-color-333);
    }
    .aboutus3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus3con ul li {
        width: calc((100% - 150px) / 4);
        margin-right: 50px;
        margin-bottom: 20px;
    }
    .aboutus3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .aboutus3con ul li img {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
    .aboutus3con ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 22px;
        margin: 20px 0;
    }
    .aboutus3con ul li span {
        color: var(--main-color-666);
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .con6 {
        padding: 80px 5%;
        padding-bottom: 0;
    }
    .con6con {
        width: 100%;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con6con li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 20px;
        cursor: pointer;
        cursor: pointer;
    }
    .con6con li:nth-child(3n) {
        margin-right: 0;
    }
    .con6con li img {
        width: 100%;
        transition: var(--main-transition);
        height: 350px;
        object-fit: cover;
    }
    .con6img {
        overflow: hidden;
    }
    .con6con li:hover img {
        transform: scale(1.1);
    }
    .con6txt {
        box-shadow: var(--main-shadow);
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .con6txt p {
        color: var(--main-color);
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con6txt span {
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

@media only screen and (max-width: 996px) {
    .con6 {
        padding: 30px 15px;
    }
    .con6con {
        width: 100%;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con6con li {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
        cursor: pointer;
        cursor: pointer;
    }
    .con6con li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con6img {
        overflow: hidden;
    }
    .con6con li:hover img {
        transform: scale(1.1);
    }
    .con6txt {
        box-shadow: var(--main-shadow);
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .con6txt p {
        color: var(--main-color);
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con6txt span {
        color: var(--main-color-666);
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .aboutus3 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus3con {
        width: 100%;
    }
    .aboutus3con .ab_title p {
        color: var(--main-color-333);
    }
    .aboutus3con .ab_title span {
        color: var(--main-color-333);
    }
    .aboutus3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus3con ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus3con ul li img {
        display: block;
        margin: 0 auto;
        width: 60px;
        height: 60px;
    }
    .aboutus3con ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 14px;
        margin: 15px 0;
    }
    .aboutus3con ul li span {
        color: var(--main-color-666);
        font-size: 14px;
        text-align: center;
        line-height: 25px;
        display: block;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/honorbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .aboutus2con {
        width: 100%;
    }
    .ab_title {
        margin-bottom: 30px;
    }
    .ab_title p {
        font-size: 20px;
        text-align: center;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
    .ab_title span {
        display: block;
        font-size: 15px;
        text-align: center;
        color: var(--main-color-white);
    }
    .mySwiper_honor {
        width: 100%;
        padding-bottom: 30px !important;
    }
    .mySwiper_honor img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .mySwiper_honor .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background-color: var(--main-color);
        border-radius: 0 !important;
    }
    .aboutus1 {
        padding: 30px 15px;
    }
    .aboutus1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    .aboutus1conleft {
        width: 100%;
        margin-top: 25px;
    }
    .aboutus1conright {
        width: 100%;
    }
    .aboutus1conright img {
        width: 100%;
    }
    .a_top1 {
        margin-bottom: 20px;
    }
    .a_top1 h1 {
        font-size: 20px;
        color: var(--main-color-333);
        margin-bottom: 10px;
        font-weight: normal;
    }
    .a_top1 strong {
        font-weight: normal;
        font-size: 15px;
        color: var(--main-color-333);
    }
    .a_top2 {
        margin-bottom: 15px;
    }
    .a_top2 h1 {
        font-size: 20px;
        color: var(--main-color-333);
        margin-bottom: 10px;
        font-weight: normal;
    }
    .a_top2 span {
        display: block;
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .a_top3 ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .a_top3 ul li {
        margin-bottom: 20px;
        width: 48%;
        transition: var(--main-transition);
        border: 1px solid #e6e6e6;
        padding: 20px 11px;
        cursor: pointer;
    }
        .a_top3 ul li img {
            width: 100%;
        }
    .a_top3 ul li strong {
        transition: var(--main-transition);
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
        font-weight: normal;
        position: relative;
        z-index: 19;
    }
    .a_top3 ul li strong::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 3px;
        z-index: 9;
        border-radius: 2px;
        background-color: rgba(153, 153, 153, 0.3);
    }
    .a_top3 ul li p {
        transition: var(--main-transition);
        font-size: 15px;
        text-align: center;
        color: var(--main-color-333);
        margin: 10px 0;
        font-weight: bold;
    }
        .a_top3 ul li span {
            transition: var(--main-transition);
            color: var(--main-color-666);
            font-size: 14px;
            display: block;
            text-align: center;
            line-height: 25px;
            height: 100px;
        }
    .inside img {
        max-width: 100%;
    }
    .a_top3 ul li:hover {
        background-color: var(--main-color) !important;
        border: 1px solid var(--main-color) !important;
    }
    .a_top3 ul li:hover strong {
        color: var(--main-color-white);
    }
    .a_top3 ul li:hover p {
        color: var(--main-color-white);
    }
    .a_top3 ul li:hover span {
        color: var(--main-color-white);
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: #333333;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: 100%;
        margin-bottom: 25px;
    }
    .footeritem>strong {
        font-size: 18px;
        color: var(--main-color-white);
        font-weight: 100;
        display: block;
        margin-bottom: 30px;
        position: relative;
    }
    .footeritem>strong::after {
        width: 70px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 ul {
        display: flex;
        align-items: center;
    }
    .footeritem2 ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footeritem2 ul li img {
        width: 100%;
    }
    .footeritem2 ul li p {
        text-align: center;
        margin: 10px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem3 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        width: 50%;
    }
    .footeritem3 ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 25px;
        display: block;
    }
    .con5 {
        width: 100%;
        padding: 30px 15px;
    }
    .con5con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5conleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .con5conright {
        width: 100%;
    }
    .con5conright img {
        width: 100%;
    }
    .con5conleft strong {
        font-weight: normal;
        font-size: 20px;
        color: var(--main-color-333);
        margin-bottom: 15px;
        display: block;
        width: 100%;
    }
    .con5conleft input {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        outline: none;
        border: 1px solid var(--main-color);
        margin-bottom: 20px;
    }
    .form_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5conleft textarea {
        display: block;
        width: 100%;
        height: 100px;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        border: 1px solid var(--main-color);
        margin-bottom: 15px;
    }
    .con5conleft a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color-333);
        color: var(--main-color-white);
        text-align: center;
        font-size: 14px;
    }
    .con4 {
        width: 100%;
        background-image: url(../images/videobg.jpg);
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con4con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con4 img {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .videoplay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }
    .videocon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .videocon video {
        width: 95%;
        display: block;
        margin: 0 auto;
    }
    .closevideo {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        width: 40px;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
    }
    .con3contop {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3contopleft {
        width: 100%;
        margin-bottom: 15px;
    }
    .con3contopleft h1 {
        font-size: 25px;
        font-weight: normal;
        color: var(--main-color-333);
    }
    .con3contopleft strong {
        display: block;
        font-size: 20px;
        color: var(--main-color-333);
        font-weight: normal;
    }
    .con3contopright .more {
        background-color: var(--main-color-333);
        color: var(--main-color-white);
    }
    .con3contop {
        margin-bottom: 20px;
    }
    .con3concenter {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .con3concenter span {
        color: var(--main-color-333);
        width: 80px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #cccccc;
        font-size: 20px;
        cursor: pointer;
        margin-right: 15px;
        transition: var(--main-transition);
    }
    .con3concenter span:hover {
        background-color: var(--main-color-333);
        color: var(--main-color-white);
    }
    .mySwiper_news img {
        transition: var(--main-transition);
        width: 100%;
    }
    .newbox {
        overflow: hidden;
        width: 100%;
    }
    .mySwiper_news .swiper-slide {
        cursor: pointer;
    }
    .mySwiper_news .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiper_news .swiper-slide:hover p {
        color: var(--main-color);
    }
    .mySwiper_news p {
        font-size: 17px;
        color: var(--main-color-333);
        width: 100%;
        transition: var(--main-transition);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin: 15px 0;
    }
    .mySwiper_news span {
        display: block;
        font-size: 14px;
        color: var(--main-color-666);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .mySwiper_news em {
        font-style: normal;
        font-size: 14px;
        color: var(--main-color-333);
    }
    .con2 {
        padding: 30px 15px;
        background-color: #efefef;
    }
    .con2con {
        width: 100%;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .con1conleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1conleft img {
        width: 100%;
    }
    .con1conright {
        width: 100%;
    }
    .con1conright h1 {
        font-size: 20px;
        color: var(--main-color-666);
        font-weight: normal;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .con1conright strong {
        color: var(--main-color-333);
        font-size: 20px;
        display: block;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .con1conright p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
        margin-bottom: 20px;
    }
    .more {
        transition: var(--main-transition);
        width: 130px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        display: block;
        line-height: 40px;
        background-color: var(--main-color-333) !important;
        color: var(--main-color-white);
    }
    .con1conright .more {
        margin: inherit !important;
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 40px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
    .mb_right {
        display: flex;
        align-items: center;
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
}