ul,
li,
ol,
p,
pre,
table,
th,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

html,
body {
    font-family: MiSans, 'PingFang SC', 'Lantinghei SC', 'Microsoft YaHei', 'HanHei SC', Arial, 'Hiragino Sans GB', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif, HYWenHei-GEW !important;
}

body {
    font-size: 14px;
    line-height: 1.50;
    color: #787878;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

a {
    color: #1469CB;
    /* transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear; */
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 4285435 */
    src: url('//at.alicdn.com/t/c/font_4285435_ie1i3n7yume.woff2?t=1704943636699') format('woff2'),
         url('//at.alicdn.com/t/c/font_4285435_ie1i3n7yume.woff?t=1704943636699') format('woff'),
         url('//at.alicdn.com/t/c/font_4285435_ie1i3n7yume.ttf?t=1704943636699') format('truetype');
  }
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'bahnschr';
    src: url('/Temp/PC/fonts/bahnschrift.ttf') format('truetype');
}

/* 抖音美好体 */
@font-face {
    font-family: "DouyinSansBold";
    src: url("../fonts/DouyinSansBold.eot");
    /* IE9 */
    src: url("../fonts/DouyinSansBold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */

        url("../fonts/DouyinSansBold.woff") format("woff"),
        /* chrome、firefox */
        url("../fonts/DouyinSansBold.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

        url("../fonts/DouyinSansBold.svg#DouyinSansBold") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.bahnschrFont {
    font-family: "bahnschr" !important;
    font-size: 16px;
    font-style: normal;

}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.fiveline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.flex-between {
    justify-content: space-between;
}

.felx-center {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-start {
    justify-content: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-column {
    flex-direction: column;
}

.container {
    /* width: 1360px; */
    width: 1600px;
    margin: 0 auto;
}

.m-t-10 {
    margin-top: .1rem !important;
}

.m-t-20 {
    margin-top: .2rem !important;
}

.m-t-30 {
    margin-top: .3rem !important;
}

.m-t-40 {
    margin-top: .4rem !important;
}

.m-t-50 {
    margin-top: .5rem !important;
}

.m-t-60 {
    margin-top: .6rem !important;
}

.m-t-90 {
    margin-top: .9rem !important;
}

.m-b-10 {
    margin-bottom: .1rem !important;
}

.m-b-20 {
    margin-bottom: .2rem !important;
}

.m-b-30 {
    margin-bottom: .3rem !important;
}

.m-b-40 {
    margin-bottom: .4rem !important;
}

.m-b-50 {
    margin-bottom: .5rem !important;
}

.m-b-90 {
    margin-bottom: .9rem !important;
}

.p-t-10 {
    padding-top: .1rem;
}

.p-t-20 {
    padding-top: .2rem;
}

.p-t-30 {
    padding-top: .3rem;
}

.p-t-40 {
    padding-top: .4rem;
}

.p-t-50 {
    padding-top: .5rem;
}

.p-t-90 {
    padding-top: .9rem;
}

.p-b-10 {
    padding-bottom: .1rem;
}

.p-b-20 {
    padding-bottom: .2rem;
}

.p-b-30 {
    padding-bottom: .3rem;
}

.p-b-40 {
    padding-bottom: .4rem;
}

.p-b-50 {
    padding-bottom: .5rem;
}

.p-b-90 {
    padding-bottom: .9rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 1.2rem;
    padding: 0 3.125%;
    z-index: 1000;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.header .header-left {
    width: 4.1rem;
    gap: .25rem;
}

.header .header-left .header-left-l {
    width: 2.02rem;
}

.header .header-left .header-left-r {
    /* width: 1.27rem; */
    /*font-family: DouyinSansBold;*/
    font-weight: bold;
    font-size: .26rem;
    color: #1469CB;
    line-height: 1.2em;
}

.header .navMenu {
    flex: 1;
    margin: 0 7%;
}

.header .navMenu {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
    -webkit-transition: all .3s;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    display: flex;
    align-items: center;
}

.header .showOpen {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
}

.header .navMenu li {
    float: left;
    position: relative;
    /* margin-right: 50px; */
    flex: 1;
}

.header .navMenu li:first-of-type {
    width: auto;
}

.header .navMenu li .subMenu {
    position: absolute;
    top: 80px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 10px 0;
    border-radius: 13px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    display: none;
}

.header .navMenu li .subMenu li {
    float: none;
    margin: 0;
    width: auto;

}

.header .navMenu li .subMenu li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.header .navMenu li>a {
    color: #0A2A50;
    display: block;
    line-height: .8rem;
    font-size: .16rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-weight: 500;
}

.header .navMenu li>a i {
    font-weight: 400;
    display: none;
}

.header .navMenu li.active a {
    color: #1469CB;
    font-weight: bold;
}

.header .navMenu li .line {
    position: absolute;
    width: 0;
    height: 3px;
    border-radius: 9.99rem;
    background: #1469CB;
    top: .65rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header .navMenu li:hover .line,
.header .navMenu li.active .line {
    width: .5rem;
}

.header .navMenu li:hover>a {
    color: #1469CB;
}

.header .header-right {
    gap: .15rem;
    color: #1469CB;
}

.header .header-right .phone {
    font-size: .13rem;
    /* font-weight: 500; */
}

.header .header-right .phone-num {
    font-size: .23rem;
    font-weight: 700;
}

.header .header-right .iconfont {
    font-size: .32rem;
}

.header.on {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
    backdrop-filter: blur(5px);
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    transition: all.3s ease-in-out;
    -webkit-transition: all.3s ease-in-out;
    -moz-transition: all.3s ease-in-out;
}

.fancybox-slide--iframe .fancybox-content {
    width: 6.4rem !important;
    height: 3.68rem !important;
    margin: 0;
}

.more {
    display: flex;
    align-items: center;
    gap: .15rem;
    color: #333;
    font-size: .26rem;
}

.more .iconfont {
    font-size: .16rem;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1469CB;
    color: #fff;
    border-radius: 50%;
}

.footer {
    background-color: #1469CB;
    padding: .5rem 0;
    border-top: .05rem solid #2079DF;
    position: relative;

}
.footer a {
    color:#8ABFFC;
}
.footer:after {
    content: '';
    position: absolute;
    width: 1.95rem;
    height: .05rem;
    background-color: #FFE600;
    top: -0.05rem;
    right: 0;
}

.footer .container {
    gap: 1rem;
    color: #fff;
}

.footer .container .left {
    width: 4.5rem;
    display: flex;
    flex-direction: column;
}

.footer .container .left p:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .6rem;
    border-bottom: 1px solid #2A76CE;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
}

.footer .container .left p:nth-child(1) img {
    width: 2.02rem;
}

.footer .container .left p:nth-child(1) .select_linK {
    font-size: .14rem;
    width: 1.6rem;
    background-color: #fff;
    height: 0.4rem;
    padding: 0rem 0.2rem;
    box-sizing: border-box;
    border: 0;
    border-radius: 9.99rem;
    color: #1C1C1C;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 1.3rem;
}

.footer .container .left p:nth-child(2) {
    font-size: .12rem;
    color: #8ABFFC;
    font-weight: 400;
}

.footer .container .center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: .0rem;
    column-gap: .2rem;
    padding: .1rem 0;
}

.footer .container .center a {
    width: calc((100%/3) - .5rem);
    color: #fff;
    font-size: .2rem;
    text-align: center;
}

.footer .container .right {
    width: 5rem;
    display: flex;
    gap: .5rem;
}

.footer .container .right .contact_info {
    font-size: .15rem;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.footer .container .right .contact_info .phone {
    font-size: .3rem;
    font-family: bahnschr;
}

.footer .container .right .contact_info span {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.footer .container .right .contact_info .address img {
    width: .12rem;
}

.footer .container .right .contact_info .email img {
    width: .15rem;
}

.footer .container .right .code {
    width: .9rem;
    height: 1.1rem;
    background-color: #fff;
    border-radius: .06rem;
    padding: .1rem;
    box-sizing: border-box;
}

.footer .container .right .code img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.footer .container .right .code p {
    text-align: center;
    color: #787878;
    font-size: .12rem;
    margin-top: .05rem;
}

.side_float {
    width: 3.2rem;
    padding: .2rem;
    box-sizing: border-box;
    border-radius: .2rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    position: fixed;
    right: -2.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    box-shadow: 0px 0px 20px rgb(0 0 0 /10%);
    backdrop-filter: blur(5px);
    transition: all .3s ease-in-out;
    -webkit-transition: all.3s ease-in-out;
    -moz-transition: all.3s ease-in-out;
}

.side_float a.item {
    display: flex;
    align-items: center;
    gap: .1rem;
    position: relative;
}

.side_float a.item::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #F3F3F3;
    bottom: -.1rem;
    left: -0.2rem;
    right: -0.2rem;
}

.side_float a.item:last-child::after {
    height: 0px;
}

.side_float a.item p {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all.3s ease-in-out;
    -moz-transition: all.3s ease-in-out;
}

.side_float a.item .iconfont {
    color: #1469CB;
    font-size: .24rem;
}

.side_float a.item p {
    color: #1C1C1C;
    font-size: .16rem;
    display: flex;
    flex-direction: column;
}

.side_float a.item p span {
    color: #999;
    font-size: .12rem;
    font-weight: 400;
}

.side_float a.item p.phone span {
    font-size: .24rem;
    font-family: bahnschr;
    color: #1469CB;
}

.banner.pc_banner {
    display: block;
}

.banner.mp_banner {
    display: none;
}

.sub-banner {
    width: 100%;
    height: 83vh;
    overflow: hidden;
    margin-top: 1.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sub-banner .container {
    height: 100%;

    position: relative;
}

.sub-banner.banner-contact {
    background-image: url(../images/banner_contact.jpg);
}
.sub-banner.banner-job {
    background-image: url(../images/banner_job.jpg);
}
.sub-banner.banner-product {
    background-image: url(../images/banner_product.jpg);
}
.sub-banner.banner-case {
    background-image: url(../images/banner_case.jpg);
}
.sub-banner.banner-news {
    background-image: url(../images/banner_news.jpg);
}
.sub-banner.banner-faq {
    background-image: url(../images/banner_faq.jpg);
}
.sub-banner.banner-about {
    background-image: url(../images/banner_about.jpg);
}
.sub-banner.banner-product-detail {
    background-image: url(../images/productdetail_bg.jpg);
    height: 8rem;
}
.sub-banner .container .title {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    left: 0;
    line-height: 1.1;
    padding-left: .5rem;
}

.sub-banner .container .title span {
    font-size: .6rem;
    /* font-weight: bold; */
    color: #262C33;
    margin: 0;
    font-family: bahnschr;
    text-transform: uppercase;
}

.sub-banner .container .title::after {
    content: '';
    position: absolute;
    width: .04rem;
    height: 1.5rem;
    background-color: #1469CB;
    top: 50%;
    left: 0;
    border-radius: .2rem;
    transform: translateY(-50%)
}

.sub-banner .container .title h3 {
    font-size: .7rem;
    font-weight: bold;
    color: #1469CB;
    margin: 0;

}

.sub-banner .container .scroll-down {
    position: absolute;
    bottom: 35%;
    font-size: .18rem;
    color: #262C33;
    gap: .1rem;
    left: .5rem;
}

.sub-banner .container .scroll-down img {
    width: .25rem;
    opacity: 1;
    position: relative;
    animation: arrow 2s cubic-bezier(.5, 0, .1, 1) infinite;
    -webkit-animation: arrow 2s cubic-bezier(.5, 0, .1, 1) infinite;
}
.wrapper {
    background-color: #F1F8FF;
    min-height: 3.5rem;
    padding-bottom: .5rem;
}
.wrapper>.title {
    position: relative;
    height: 1.85rem;
}
.wrapper>.title  p {
    position: absolute;
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    left: -0%;
    top: -0.75rem;
    margin: 0;
    z-index: 1;
    opacity: .5;
}
.wrapper>.title h2{
    margin: 0;
    font-size: .46rem;
    font-weight: bold;
    color: #0A2A50;
    position: absolute;
    z-index: 2;
    padding-top: 1.2rem;
}
.wrapper>.title h2 span {
    color: #1469CB;
}
.wrapper>.title small {
    position: absolute;
    bottom: -30px;
    font-size: .18rem;
    color: #4C627D;
}
.wrapper.news {
    background-image: url(../images/news_bg2.jpg);
    background-repeat: no-repeat;
    background-position-y: -0.8rem;
    min-height: 9.6rem;
    
}
.card-box {
    background-color: #fff;
    border-radius: .2rem;
    overflow: hidden;
}
.card-box .title {
    padding: .6rem;
}
.card-box .title h3{
    font-size: .46rem;
    font-weight: bold;
    
    box-sizing: border-box;
    margin: 0;
    color: #0A2A50;
}
.card-box .title h3 span{
    color: #1469CB;
}
.card-box .title small{
    color: #0A2A50;
    font-size: .2rem;
}
.card-box.style2 {
    background:none;
}
.card-box.style2 .title {
    padding: 0.4rem 0;
    position: relative;
}
.card-box.style2 .title .right.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.card-box.style2 .title .right.more a {
    font-size: .24rem;
    gap: .1rem;
}
.form-message {
    padding:0 .5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}
.form-message .from-item {
    display: flex;
    width: calc((100% - .3rem)/2);
    gap: .1rem;
    background-color: #F1F8FF;
    border-radius: .15rem;
    padding: .3rem;
    box-sizing: border-box;
}
.form-message .from-item img {
    height: .22rem;
    padding: .1rem;
}
.form-message .from-item .error {
    color: #1469CB;
}
.form-message .from-item input,.form-message .from-item textarea {
    flex: 1;
    border: 0;
    background-color: transparent;
    font-size: .18rem;
    color: #4C627D;
    outline: none;
    font-weight: 300;
}
.form-message .from-item input::placeholder,.form-message .from-item textarea::placeholder {
    color: #4C627D;
}
.form-message .row {
    width: 100% !important;
}
.form-message .btn_style{
    font-size: .2rem;
    color: #fff;
    border-radius: 9.99rem;
    height: 0.7rem;
    background: linear-gradient(90deg, #328CF3 0%, #1469CB 100%);
    border: 0;
    width: 100%;
}
.pages {
    height: auto !important;
    margin-top: 5px;
    margin-right: 0px !important;
    width: 100%;
    text-align: center;
}
.pc-show {
    display: block;
}
.mp-show {
    display: none;
}
.bread-crumb{
    margin: .5rem 0;
    font-size: .16rem;
    color: #0A2A50;
}
.bread-crumb .crumb-list a {
    color: #0A2A50;
}
.bread-crumb .crumb-list span:last-child {
    color: #1469CB;
}
.video-pop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1010;
}

.video-pop .video-con {
    position: absolute;
    width: 12rem;
    height: 6.5rem;
    top: 50%;
    margin-top: -3.5rem;
    left: 50%;
    margin-left: -6rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .15rem;
    padding: .35rem;
}
.video-pop .video-con.Detail {
    height: 7.5rem;
    width: 11.5rem;
    padding: .25rem;
}
.video-pop .video-con video {
    border-radius: .15rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-pop .close {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .15rem;
}

.video-pop .close img {
    margin-bottom: .06rem;
}
.video-pop .close2 {
    cursor: pointer;
    position: absolute;
    right: .2rem;
    top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-pop .close2 i{
    font-size: .25rem;
}
@keyframes arrow {

    0%,
    100% {
        bottom: 0px;
        opacity: 1
    }

    50% {
        bottom: 0px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        bottom: 0px;
        opacity: 1
    }

    50% {
        bottom: 0px;
        opacity: .5
    }
}

@keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

/* 媒体查询 1400 与1300之间 */


@media screen and (min-width:1500px) and (max-width:1600px) {
    .container {
        width: 1500px;
    }

    .footer .container {
        gap: .8rem;
    }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
    .container {
        width: 1400px;
    }

    .footer .container {
        gap: .5rem;
    }
}

@media screen and (max-width:1475px) {

    .header {
        padding: 0 1.5%;
    }

    .header .navMenu {
        margin: 0;
    }

    .footer .container {
        gap: .3rem;
    }

}

@media screen and (min-width:768px) {
    .header .navMenu li:hover .subMenu {
        display: block;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
    }

    .header .navMenu li:hover .subMenu li {
        float: none;
        margin: 0;
    }

    .header .navMenu li:hover .subMenu li a {
        font-size: 14px;
        line-height: 36px;
        font-weight: normal;
        color: #8B8B8B;
        text-align: center;
    }

    .header .navMenu li:hover .subMenu li a:hover {
        color: #1469CB;
    }

    .side_float:hover {
        right: 0;
    }

    .side_float:hover a.item p {
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        height: 1.2rem;
    }

    .header .header-left {
        flex: 1;
        width: auto;
    }

    .header .header-left .header-left-l {
        width: 2.5rem;
    }

    /* .header .header-left .header-left-r, */
    .header .header-right {
        display: none;
    }
    .header .header-left .header-left-r {
        padding-top: 0.1rem;
    }
    .header .navMenu {
        position: absolute;
        height: 100vh;
        top: 0;
        right: -100%;
        margin: 0;
        width: 60%;
        background: #fff;
        float: none;
        overflow-y: scroll;
        padding-top: .5rem;
        box-sizing: border-box;
        z-index: 101;
        display: unset;
    }

    .header .navMenu li {
        float: none;
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .header .navMenu li>a {
        line-height: 1rem;
        font-size: .28rem;
        padding-bottom: 0;
        color: #393939;
    }

    .header .navMenu li .line {
        top: 0.8rem;
    }

    .header .navMenu li.active a:after {
        display: none;
    }

    .header .menu_icon {
        display: block;
        margin-left: .06rem;
    }

    .header .menu_icon .iconfont {
        font-size: .52rem;
    }

    .header .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
    }

    .header .navMenu li .subMenu li a {
        font-size: .26rem;
        line-height: .64rem;
    }

    .header .navMenu .close_btn {
        display: block;
        position: absolute;
        right: .2rem;
        top: .2rem;
        font-size: .58rem;
        color: #393939;
        z-index: 2;
    }

    .header .menu_icon {
        display: block;
        margin-left: .06rem;
    }

    .container {
        width: 100%;
    }

    .footer {
        margin-bottom: 1.5rem;
    }

    .footer .container {
        gap: .3rem;
        flex-direction: column;
        color: #fff;
    }

    .footer .container .left {
        width: 100%;
        text-align: center;
    }

    .footer .container .left p:nth-child(1) {
        justify-content: center;
    }

    .footer .container .left p:nth-child(1) img {
        width: 3rem;
    }

    .footer .container .left p:nth-child(1) .select_linK {
        display: none;
    }

    .footer .container .left p:nth-child(2) {
        font-size: .24rem;
    }

    .footer .container .center,
    .footer .container .right {
        display: none;
    }

    .side_float {
        bottom: 0;
        top: unset;
        transform: none;
        width: 100%;
        flex-direction: row;
        left: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .side_float a.item {
        flex-direction: column;
        flex: 1;
    }

    .side_float a.item::after {
        display: none;
    }

    .side_float a.item p {
        opacity: 1;
        font-size: .26rem;
    }

    .side_float a.item .iconfont {
        font-size: .5rem;
    }

    .side_float a.item p span {
        display: none;
    }

    .banner.pc_banner {
        display: none;
    }

    .banner.mp_banner {
        display: block;
    }

    .sub-banner {
        height: 35vh;
    }

    .sub-banner .container .title {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .sub-banner .container .title::after {
        display: none;
    }

    .sub-banner .container .scroll-down {
        bottom: .5rem;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: .24rem;
        font-weight: 200;
    }
    .wrapper>.title {
        height: 1.5rem;
    }
    .wrapper>.title p{
        top: 0;
        font-size: 1.5rem;
        left: 50%;
        transform: translateX(-50%)
    }
    .wrapper>.title h2 {
        padding: .8rem .2rem;
        font-size: .5rem;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .message .step .item p {
        display: none;
    }
    .card-box .title {
        padding: 0.3rem;
    }
    .card-box .title small {
        font-size: .24rem;
    }
    .card-box.style2 {
        margin: 0 .2rem;
    }
    .card-box.style2 .title  {
        padding: 0.2rem 0;
    }
    .card-box.style2 .title h3 {
        font-size: .40rem
    }
    .form-message .from-item {
        padding: .2rem;
        width: 100%;
    }
    .form-message .from-item input, .form-message .from-item textarea {
        font-size: .28rem;
        width: 1px;
    }
    .form-message .from-item img {
        height: 0.38rem;
    }
    .form-message .btn_style {
        font-size: .28rem;
        height: 1rem
    }
    .pc-show {
        display: none;
    }
    .mp-show {
        display: block;
    }
    .bread-crumb {
        margin: .25rem;
        font-size: .24rem;
    }
    .sub-banner.banner-product-detail {
        height: 11.5rem;
    }
    .video-pop .video-con {
        width: 100%;
        margin-left: -50%;
        padding: .15rem;
    }
    .video-pop .video-con.Detail {
        width: 100%;
        margin-left: -50%;
        padding: .3rem;
    }
    .video-pop .close {
        bottom: .5rem;
    }
    .video-pop .close2 i{
        font-size: .35rem;
    }
}