.layui-form-select body {
    font-family: SourceHanSansCN !important;
}

.mauto {
    max-width: 1600px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

/* .wrap {
    width: 1550px;
    margin: 0 auto
} */

/* @media (max-width:767px) {
    .wrap {
        width: 96%
    }
} */

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

/* main {
    overflow-x: hidden;
} */

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    /* background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.logo {
    height: 77px;
    line-height: 77px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
}

/* .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
} */

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.header.on ul li:hover>a {
    color: #000 !important;
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav ul li.cur>a {
    color: #C8000A !important;
}

nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #C8000A;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}



nav ul li:nth-last-child(2):hover,
nav ul li:last-child:hover {
    background: transparent !important;
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 78px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

nav ul li .sub-nav a:last-child {
    border-bottom: none;
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

nav ul li .earth,
nav ul li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 106px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none;
    margin: 0
}

.header.on nav ul li>a {
    color: #000;
}

nav ul li .earth::after,
nav ul li .search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
}

.header.on .search-btn::after {}

.header.on .earth::after {}

nav ul li .earth::after {}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #C8000A
}

nav ul li .sub-nav .cur {
    color: #fff;
    background: #C8000A
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 78px
}


.header.active {
    background-color: #fff;
}

.header.on,
.header.cur {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header.active nav ul li>a {
    color: #000;
}


/* .header-active::after, */
.header-active {}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #C8000A;
}



.header-search {
    width: 106px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    margin-bottom: 2px
}

.sild-float .list>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.5) no-repeat center center;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sild-float .list:hover>a {
    background-color: #0762d5;
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.sild-float .list .rolme .emv img {
    border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
    border-top-left-radius: 5px;
    overflow: hidden
}

.sild-float .list:last-child>a {
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease
}

.sild-float .fplae {
    display: flex;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: 226px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    transform: translateX(-180px);
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    background-color: #0762d5;
    transition: all 0.5s ease
}

.sild-float .fplae .ltt {
    width: 180px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    word-break: break-all;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

/*  new  */
.public-top {
    padding-top: 77px;
}

.public-tobody {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 20px
}

.thr3 a {
    line-height: 30px;
    display: block;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: rgba(200, 0, 10, 1);
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(200, 0, 10, .8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}

/* downmenu */
.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
    width: 100%;
    height: 4.67rem;
    overflow: hidden;
    position: relative;
}

.homeSwiper {
    margin-top: .23rem;
}


.homeSwiper-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


.home-swiper-con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.home-swiper-img {
    width: 100%;
    height: 100%;
    min-height: 7rem;
    display: block;
    object-fit: cover;
    margin: auto;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b>img {
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper-con>.title {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    color: #C8000A;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0672BB;
}

.swiper-pagination-icon span {
    width: 26px !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 26px !important;
    height: 2px;
    border-radius: 2px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.33) !important;
    transition: all 0.5s ease;
    opacity: 1;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    height: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #AB001C !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    transition: all 5s linear;
}

.home-swiper .swiper-pagination {
    bottom: 3% !important;
}

.home-model2,
.home-model1 {
    padding: .79rem 0;
}

.home-public-top .left .icon {
    width: .58rem;
    height: .58rem;
}

.home-public-top .left .t1 {
    margin-left: .19rem;
    font-weight: 600;
    font-size: 34px;
    color: #C8000A;
}

.home-public-top .left .t2 {
    font-weight: 400;
    font-size: 22px;
    color: #C8000A;
    opacity: 0.5;
    margin-left: .21rem;
}

.page-btn-more,
.home-public-top .right {
    padding: .17rem .21rem;
    border: 1px solid #D2D2D2;
    font-weight: 400;
    font-size: 16px;
    color: #0B0B0B;
    position: relative;
    transition: all ease-out .3s;
}

.page-btn-more img,
.home-public-top .right img {
    margin-left: .19rem;
}

.page-btn-more:hover,
.home-public-top .right:hover {
    border: 1px solid #C8000A !important;
    color: #C8000A !important;
}

.page-btn-more .i2,
.page-btn-more:hover .i1,
.home-public-top .right:hover .i1,
.home-public-top .right .i2 {
    display: none;
}

.page-btn-more:hover .i2,
.home-public-top .right:hover .i2 {
    display: block;
}

.page-btn-more {
    width: max-content;
}



.home-model1 .row>.t1 {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin: .48rem 0 .37rem;
}

.home-model1 .row>.t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.home-model1 .row>.i1 {
    margin-top: .47rem;
}

.h-poster img,
.home-model1 .row>.i1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.h-menu {
    margin-top: .64rem;
    padding: 0 1rem;
}

.h-menu .menu-i {
    text-align: center;
}

.h-menu .menu-i-img::after {
    width: 161px;
    height: 1px;
    border: 1px dashed #C8C8C8;
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(20%);
}

.h-menu .menu-i:last-child .menu-i-img::after {
    display: none;
}

.h-menu .menu-i .menu-i-img {
    width: 1.02rem;
    height: 1.02rem;
    margin: auto;
    position: relative;
}

.h-menu .menu-i .menu-i-img img {
    transition: ease-out .3s;
}

.h-menu .menu-i>.t1 {
    font-weight: 800;
    font-size: 18px;
    color: #000000;
    margin: .18rem 0 .15rem;
}

.h-menu .menu-i>.t2 {
    font-weight: 500;
    font-size: 14px;
    color: #CBCBCB;
    text-transform: uppercase;
}

.h-menu .menu-i:hover .menu-i-img img {
    transform: scaleX(-1);
}

.h-poster {}

.home-model2 {
    background: #F5F5F5;
}

.home-news {
    margin-top: .62rem;
}

.home-news-i {
    border-right: 1px solid #E6E6E6;
}

.home-news-i>.t1 {
    font-weight: 500;
    font-size: 32px;
    color: #C8000A;
}

.home-news-i>.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #C8000A;
    margin: .13rem 0 .25rem;
}

.home-news-i>.t3 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    -webkit-line-clamp: 1 !important;
}

.home-news-i>.t4 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    min-height: 50px;
    margin: .2rem 0 .25rem;
}

.home-news-i>.more {
    padding: .23rem .29rem .23rem 0;
    border-top: 1px solid #E6E6E6;
}

.page-btn-more img,
.home-public-top .right img,
.home-news-i>.more>img {
    animation: comeback 1s infinite;
    position: relative;
}

.home-news-next,
.home-news-prev {
    width: 70px;
    height: 36px;
    border: 1px solid #C8000A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out .3s;
    cursor: pointer;
    margin: 0 15px;
    background: transparent;
}

.home-news-next:hover .i1,
.home-news-prev:hover .i1,
.home-news-next .i2,
.home-news-prev .i2 {
    display: none;
}

.home-news-next:hover .i2,
.home-news-prev:hover .i2 {
    display: block;
}

.home-news-next:hover,
.home-news-prev:hover {
    background: #C8000A;
}

.home-news-page {
    margin-top: .6rem;
}

.public-footer-b {
    background: #484545;
}

.public-footer {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.public-footer .top {
    padding: .45rem 0;
}

.public-footer-i>.logo {
    width: max-content;
    height: auto;
    margin-bottom: .26rem;
}

.public-footer-i>.msg {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: .14rem;
}

.public-footer-i>.msg img {
    margin-right: 14px;
}

.public-footer-i>.msg span>.num {
    margin-right: 10px;
}

.public-footer-info>.info {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.6;
}

.public-footer-info>.info:hover {
    opacity: 1;
}

.right-i>.title {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.public-footer-i {
    width: 30%;
}

.public-footer .top>.right {
    width: 60%;
}

.right .code>.t1 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 23px;
    text-align: center;
}

.public-footer-num {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding: 24px 0;
    text-align: center;
}

.public-banner {
    position: relative;
}

.public-banner-img {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
}

.public-banner-row {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.public-banner-row>.t1 {
    font-weight: 500;
    font-size: 38px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.public-banner-row>.t1::before {
    width: 4px;
    height: 50px;
    background: #C8000A;
    content: '';
    display: block;
    margin-right: 20px;
}

.public-banner-row>.t2 {
    font-weight: 500;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.3);
    margin-left: 15px;
    text-transform: uppercase;
}

.public-menu {
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: -35px;
    z-index: 3;
    position: sticky;
    top: 77px;
}

.public-menu-i {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #F5F5F5;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    transition: all ease-out .4s;
}

.public-menu-i:hover,
.public-menu-i.cur {
    background: #C8000A;
    color: #FFFFFF;
}

.public-nav>.t1 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.public-nav>.t1:hover {
    color: #C8000A;
}

.public-nav>em {
    margin: 0 5px;
}

.public-nav>.home {
    margin-right: 5px;
}

.public-nav {
    margin-top: 35px;
}

.public-tag {
    margin: .4rem 0 .5rem;
}

.public-tag-img {
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
}

.public-tag>.t1 {
    font-weight: 600;
    font-size: 34px;
    color: #C8000A;
    margin: 0 20px;
    line-height: 34px;
}

.public-tag>.t2 {
    font-weight: 400;
    font-size: 22px;
    color: #C8000A;
    opacity: 0.5;
}

.company-b-img {
    display: block;
    margin: .52rem auto;
}

.company-b>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-indent: 30px
}

.company-b {
    padding-bottom: 1rem;
}

.corporate-b-i {
    padding: .8rem 0;
}

.corporate-b-i .right,
.corporate-b-i .left {
    width: 50%;
}

.corporate-b-i .right {
    margin: 0 0 0 .85rem;
}

.corporate-b-i .left .t1 {
    font-weight: 500;
    font-size: 30px;
    color: #C8000A;
}

.corporate-b-i .left .t2 {
    width: max-content;
    padding: 15px 30px;
    border: 1px solid #000000;
    margin: 30px 0;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.corporate-b-i .left .info {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.corporate-b-i .row .t1 {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.corporate-b-i .row .t2 {
    width: max-content;
    padding: 15px 30px;
    border: 1px solid #F8F8F8;
    margin: 30px 0;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.corporate-b-i .row .info {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 1rem;
}

.new-list {
    padding-bottom: 1rem;
}

.new-list-i {
    padding: 40px;
    border-bottom: 1px solid #F0F0F0;
}

.new-list-i:last-child {
    border-bottom: none;
}

.new-list-con,
.new-list-img {
    width: 40%;
    min-height: 288px;
}

.new-list-con {
    width: 60%;
}

.new-list-img {
    overflow: hidden;
    max-height: 2.88rem;
    object-fit: cover;
    margin-right: .7rem;
}

.new-list-con .day {
    width: .95rem;
    height: .95rem;
    min-width: .95rem;
    border: 1px solid rgba(200, 0, 10, 0.2);
    margin-right: .53rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.new-list-con .day>.t1 {
    font-weight: bold;
    font-size: .34rem;
    color: #C8000A;
    line-height: 34px;
}

.new-list-con .day>.t2 {
    font-weight: bold;
    font-size: .18rem;
    color: #C8000A;
    line-height: 18px;
    margin-top: 10px;
}

.new-list-con .msg>.t1 {
    font-weight: 600;
    font-size: 24px;
    color: #323232;
    line-height: 36px;
}

.new-list-con .msg>.t2 {
    font-weight: 600;
    font-size: 16px;
    color: #969696;
    line-height: 30px;
    margin-top: .3rem;
}

.new-list-con .msg>.btn {
    width: max-content;
    height: 40px;
    padding: 0 50px;
    background: #C8000A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
}

.new-list-con .msg {
    width: 100%;
    position: relative;
}

.page-b-i,
.page-i {
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover {
    color: #FFFFFF;
    background: #C8000A;
    border: 1px solid #C8000A;
}

.page-b-i {
    width: 36px;
    height: 36px;
    margin: 0 7px;
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    border: 1px solid #D2D2D2;
}

.page-i {
    width: 36px;
    height: 36px;
    background: rgba(35, 47, 61, 0);
    border: 1px solid #E0E0E0;
    font-size: 16px;
    font-weight: 500;
    color: #C8000A;
}

.page-i:hover {
    border-color: #C8000A;
    color: #fff;
}

.page-i>span {
    width: 14px;
    height: 14px;
    background-size: contain;
}

.page-i>.l {
    background: url(../images/icon-n-page1.png)no-repeat center center;
}

.page-i>.r {
    background: url(../images/icon-n-page2.png)no-repeat center center;
}

.page-i:hover>.l {
    background: url(../images/icon-n-page01.png)no-repeat center center;
}

.page-i:hover>.r {
    background: url(../images/icon-n-page02.png)no-repeat center center;
}

.public-page {
    width: fit-content;
    margin: .5rem auto 1rem;
}

.page-b {
    margin: 0 15px;
}

.new-detail-b>.top {
    padding: .32rem 0;
    border-bottom: 1px solid #EBEBEB;
}

.new-detail-b>.top>.t1 {
    font-weight: 600;
    font-size: 34px;
    color: #0B0B0B;
    text-align: center;
}

.new-detail-b>.top>.info {
    margin-top: .59rem;
}

.new-detail-b {
    padding: .7rem 0 1rem;
}

.new-detail-b>.top>.info .info-i {
    margin: 0 .33rem;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
}

.new-detail-b>.top>.info .info-i>img {
    margin-right: 7px;
}

.new-detail-b>.con {
    padding: .59rem .9rem;
}

.new-detail-b>.con .t1 {
    font-weight: 400;
    font-size: 16px;
    color: #0B0B0B;
    line-height: 36px;
}

.new-detail-b>.con .i1 {
    display: block;
    margin: auto;
}

.new-page {
    background: #F5F5F5;
}

.new-page .row {
    overflow: hidden;
}

.new-page .row .left {
    width: 50%;
}

.new-page .row .left .left-i {
    display: block;
    margin: .31rem 0;
    font-weight: 500;
    font-size: 16px;
    color: #0B0B0B;
}

.new-page .row .left .left-i:hover,
.new-page .row .left .left-i>.t1 {
    color: #C8000A;
}

.new-page .row .right {
    padding: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #0B0B0B;
    border: 1px solid #D2D2D2;
}

.new-page .row .right img {
    margin-left: .23rem;
}

.product-menu-i {
    position: relative;
}

.product-menu-i>.t1 {
    width: max-content;
    padding: 9px 48px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin: auto;
    display: block;
}

.product-menu-i.cur>.t1 {
    background: url(../images/img-nav-bg.png)no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.product-menu-i-c {
    width: max-content;
    display: none;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
}

.product-menu-i-c>.row {
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.product-menu-i-c>.row::before {
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-menu-i:hover .product-menu-i-c {
    display: block;
}

.product-menu-i-c .t2 {
    display: block;
    min-width: 190px;
    padding: 13px 24px;
    background: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
}

.product-menu-i-c .t2:last-child {
    border-bottom: none;
}

.product-menu-i-c .t2:hover {
    background: #C8000A;
    color: #fff;
}

.product-menu {
    padding-bottom: 12px;
}

.product-menu.shadow {
    box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.1);
}

.product-list {
    margin-top: .48rem;
}

.product-list-i {
    width: calc(100% / 4);
    padding-right: 13px;
    margin-bottom: .6rem;
}

.product-list-i .row .product-list-img img,
.product-list-i .row {
    width: 100%;
}

.product-list-i .row>.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 26px;
}

.invite-i>.time,
.invite-b .invite-t>.time {
    width: 20%;
}

.invite-i>.con,
.invite-b .invite-t>.title {
    width: 80%;
}

.invite-b .invite-t {
    padding: 0 .31rem;
    font-weight: 600;
    font-size: 18px;
    color: #787878;
}

.invite-i {
    padding: .38rem .31rem;
    border-bottom: 1px solid #E6E6E6;
}

.invite-i:last-child {
    border-bottom: none;
}

.invite-i>.con .title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    width: calc(100% - 200px);
}

.invite-i>.con .btn {
    width: max-content;
    padding: .13rem .5rem;
    background: #C8000A;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.invite-i>.time {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.person-con,
.person-img {
    width: 50%;
}

.person-img {
    padding-right: .44rem;
}

.person-con {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.person-b {
    margin-bottom: 1rem;
}

.person-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8) !important;
    user-select: none;
}

.person-swiper .swiper-slide.swiper-slide-active,
.person-swiper .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1) !important;
}

.person-swiper-img {
    width: 100%;
    height: 100%;
}

.person-swiper .swiper-button-next,
.person-swiper .swiper-button-prev {
    color: #fff;
}

.person-swiper .swiper-button-prev {
    left: 15% !important;
}

.person-swiper .swiper-button-next {
    right: 15% !important;
}

.person-swiper .swiper-slide.swiper-slide-prev,
.person-swiper .swiper-slide.swiper-slide-next {
    position: relative;
}

.person-swiper .swiper-slide.swiper-slide-prev::after,
.person-swiper .swiper-slide.swiper-slide-next::after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    content: '';
}

.unfold {
    width: 73px
}

.join-nav {
    width: calc(100% - 90px)
}

.join-nav li {
    width: 11%;
    display: flex;
}

.join-nav li:nth-child(1) {
    width: 30%;
}

.join-nav li:nth-child(n + 3) {
    text-align: center
}

.join-nav li>.t1 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-right: .33rem;
}

.join-nav li>.t2 {
    font-weight: bold;
    font-size: 18px;
    color: #C8000A;
}

.join-con {
    margin-top: 16px
}

.join-nav1 {
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
    padding: 20px 0;
}

.join-con-box {
    background: #fff;
    padding: 0px 26px;
    margin-bottom: 16px;
    border: 1px solid #E9E9E9;
    border-top: 3px solid #C8000A;
}

.unfold-up {
    background: url(../images/icon-fold.png) no-repeat center center;
    width: 73px
}

.join-us p {
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    line-height: 36px;
}

.join-us {
    padding: 34px 0 40px 0;
    border-top: 1px solid #f0f1f3;
}

.join-us>div a,
.join-us>div span {
    display: contents;
    word-break: break-word;
}


.join-us .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #C8000A;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.join-us .t1::before {
    width: 2px;
    height: 16px;
    background: #C8000A;
    content: '';
    display: block;
    margin-right: 7px;
}

.join-con-box.current .unfold-up {
    background: url(../images/icon-expand.png) no-repeat center center
}

.join-us-btn>.title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.join-us-btn {
    width: max-content;
    padding: .16rem .59rem;
    background: #C8000A;
    margin-top: .4rem;
}

.join-us-btn .webuploader-pick {
    line-height: initial !important;
    color: #fff !important;
}

.join-row {
    padding-bottom: 1rem;
}

.contact-map-info,
.contact-map-img {
    width: 50%;
}


.contact-map-info {
    padding-left: .62rem;
}

.contact-map-info .contact-map-info-i>img {
    width: .5rem;
    height: .5rem;
    margin-right: .3rem;
}

.contact-map-info .contact-map-info-i .title .t1 {
    font-weight: 500;
    font-size: 16px;
    color: #C8000A;
}

.contact-map-info .contact-map-info-i .title .t2 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-top: 13px;
}

.contact-map-info .contact-map-info-i {
    margin-bottom: .7rem;
}

.contact-map-info .contact-map-info-i:last-child {
    margin-bottom: 0;
}

.contact-b {
    margin-bottom: 1rem;
}

.contact-select-i {
    width: 400px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C8000A;
    margin: 0 10px;
    padding: 0 2px;
}

.contact-select-i>.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #C8000A;
}

.contact-select-i>.s1 {
    width: calc(100% - 100px);
    height: 100%;
    font-size: 16px;
}

.contact-select {
    padding: 0 .6rem;
    position: relative;
    z-index: 2;
}

.contact-select-btn {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 240px;
    background: #C8000A;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
}

.contact-select-btn:hover {
    color: #fff !important;
}

.contact-swiper-b {
    height: 440px;
    margin-top: 60px;
}

.contact-swiper1,
.contact-swiper2 {
    width: 50%;
    height: 4.4rem;
}

.contact-swiper1 .swiper-slide {
    display: flex;
    align-items: center;
}

.contact-swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C8000A !important;
}

.contact-swiper2-i {
    padding-left: .53rem;
}

.contact-swiper2-i>.title {
    font-weight: 500;
    font-size: 20px;
    color: #161616;
    margin-bottom: .24rem;
}

.contact-swiper2-i>.title>img {
    margin-right: 10px;
}

.contact-swiper2-i>.info {
    font-weight: 400;
    font-size: 16px;
    color: #161616;
    margin-bottom: .18rem;
}

.contact-leave-msg {
    border: 1px solid #EBEBEB;
    padding: .5rem;
}

.contact-leave-msg-i>.t1 {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    margin-bottom: 20px;
}

.contact-leave-msg-i>.t1 em {
    font-weight: 400;
    font-size: 14px;
    color: #DA0E29;
    margin-left: 5px;
}

.contact-leave-msg-i .inputs {
    width: 100%;
    background: #F6F6F6;
    padding: 16px 20px;
    font-size: 16px;
}

.contact-leave-msg-i {
    width: calc(100% / 3);
    margin-right: 25px;
    margin-bottom: .3rem;
}

.contact-leave-msg-i.code,
.contact-leave-msg-i.textarea {
    width: 50%;
}

.contact-leave-msg-i.code .code-img {
    min-width: 100px;
    width: 100px;
    height: 53px;
    margin: 0 15px;
}

.contact-leave-msg-i.code .code-img img {
    width: 100%;
    height: 100%;
}

.contact-leave-msg-i.code {
    font-weight: 400;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
}

.contact-leave-msg-btn>.t1 {
    width: 280px;
    height: 50px;
    background: #C8000A;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.contact-leave-msg-btn>.t2 {
    width: 100px;
    height: 50px;
    border: 1px solid #787878;
    font-weight: 400;
    font-size: 16px;
    color: #141414;
    text-align: center;
    line-height: 50px;
    margin-left: 20px;
}

.honor-list {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    padding: 3% 0 5%;
}

.introduce-product-list::after,
.honor-list::after {
    width: 31%;
    content: '';
}

.honor-i {
    width: 31%;
    max-height: 210px;
    margin-bottom: .5rem;
    cursor: pointer;
}

.introduce-img,
.honor-i img {
    display: block;
    margin: auto;
}

.introduce-b {
    padding: .68rem 0;
}

.introduce-b>.t1 {
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: .81rem;
}

.introduce-img {
    width: 100%;
}

.introduce-b>.info {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    text-indent: 30px;
    margin-top: .56rem;
}

.introduce-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #C8000A;
    margin: .76rem 0 .44rem;
}

.introduce-product-list-i {
    width: 31%;
    margin-bottom: .74rem;
}

.introduce-product-list-i>.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #C8000A;
    margin: .35rem 0;
    text-align: center;
}

.introduce-product-list-i>.t2 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.introduce-product-list-img {
    width: 2.02rem;
    height: 2.02rem;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.product-detail {
    padding: .38rem 0 .8rem;
}

.detail-swiper-i {
    width: 450px;
    height: 450px;
    margin: auto;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.detail-swiper-i img {
    display: block;
    margin: auto;
}

.detail-swiper {
    max-width: 768px;
}

.detail-swiper .home-news-next,
.detail-swiper .home-news-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    user-select: none;
}

.detail-swiper .home-news-next {
    right: 0;
}

.detail-swiper .home-news-prev {
    left: 0;
}

.detail-swiper-b>.t1,
.detail-swiper .swiper-slide .t1 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-top: .61rem;
}

.product-detail-introduction {
    padding-top: .74rem;
}

.product-detail-introduction .menu {
    width: 100%;
    border-bottom: 1px solid #969696;
    display: flex;
    justify-content: space-around;
}

.product-detail-introduction .menu .menu-i {
    width: max-content;
    padding: 18px 25px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-align: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.product-detail-introduction .menu .menu-i.cur {
    font-weight: 600;
    font-size: 18px;
    color: #C8000A;
}

.product-detail-introduction .menu .menu-i::after {
    content: '';
    width: 100%;
    height: 3px;
    display: none;
    background: #C8000A;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.product-detail-introduction .menu .menu-i.cur::after {
    display: block;
}

.product-detail-introduction .info {
    padding: .49rem .74rem;
}

.product-detail-introduction .info .info-i {
    display: none;
}

.product-detail-introduction .info .info-i .list::after {
    width: 31%;
    content: '';
}

.product-detail-introduction .info .info-i .list .list-i {
    width: 31%;
    margin-bottom: 20px;
    list-style: disc;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.product-detail-introduction .info .info-i .info-img {
    margin-top: .8rem;
}

.product-detail-introduction .info .info-i .info-img img {
    display: block;
    margin: auto;
}

.product-detail-fixed {
    width: max-content;
    position: sticky;
    top: 60%;
    margin-left: auto;
    margin-right: 20px;
    z-index: 2;
}

.product-detail-fixed .top {
    cursor: pointer;
}

.product-detail-fixed .top>.i2 {
    display: none;
}

.product-detail-fixed .top img {
    display: block;
    margin: auto;
}

.product-detail-fixed .bottom {
    background: linear-gradient(0deg, #BD181E, #EC473D);
    box-shadow: 3px 4px 7px 0px rgba(192, 27, 32, 0.22);
    border-radius: 10px;
    padding: 15px;
    position: absolute;
}

.product-detail-fixed .bottom .t1 {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.product-detail-fixed .bottom .bottom-code {
    width: 100%;
    height: 100%;
    margin: auto;
}

.product-detail-fixed .bottom .bottom-code img {
    object-fit: contain;
}



/*2024.4.3*/
.search-list-right {
    width: 48%;
    height: 4.4rem;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: .4rem;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #d0d7da
}

::-webkit-scrollbar-thumb {
    background-color: #C8000A
}

.search-list-right-item {
    margin-bottom: .22rem
}

.search-list-right-item h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: .2rem;
    margin-bottom: .1rem;
    font-weight: 500;
    color: #161616;
}

.search-list-right-item h3::before {
    background-repeat: no-repeat;
    background-image: url("../images/icon-add-red.png");
    background-position: center center;
    content: "";
    display: block;
    background-size: 100%;
    width: .2rem;
    height: .24rem;
    margin-right: .1rem
}

.search-list-right-item p {
    line-height: .3rem;
    font-size: .16rem;
    color: #161616;
    font-weight: normal;
}


.layui-form-select dl dd.layui-this {
    color: #C8000A !important;
}



/*2024.4.8*/
.subsidiary-b {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 1rem;
}

.subsidiary-i {
    margin-bottom: 30px;
}

.subsidiary-img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.subsidiary-i .info {
    position: absolute;
    left: .5rem;
    bottom: .3rem;
    z-index: 1;

}

.subsidiary-i .info .t1 {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
}

.subsidiary-i .page-btn-more1:hover {
    color: #fff !important;
}

.subsidiary-i .page-btn-more1:hover>.i1 {
    display: block !important;
}

.subsidiary-i .page-btn-more1:hover>.i2 {
    display: none !important;
}

.page-btn-more1 {
    height: 40px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.public-null {
    padding: 1rem 0 1.5rem;
    width: max-content;
    margin: auto;
}

.public-null>.data {
    width: 1.6rem;
    height: 1.8rem;
    margin: auto;
}

.public-null>.data.content {
    background: url(../images/icon-nodata1.png)no-repeat center center;
    background-size: contain;
}

.public-null>.data.product {
    background: url(../images/icon-nodata2.png)no-repeat center center;
    background-size: contain;
}

.home-news-img {
    height: 2.85rem;
}

.home-news-img img {
    object-fit: cover;
}

.detail-swiper-b.top {
    padding-top: 1rem;
}

/*  new  */
@media (max-width:1600px) {
    .mauto {
        width: 98%;
    }

    .page-btn-more.mauto {
        width: max-content;
    }
}

@media (max-width:1500px) {
    .mauto {
        width: 95%;
    }

    nav ul li {
        min-width: 90px;
    }

    /* .home-swiper-con>.title {
        font-size: 40px;
        line-height: 55px;
    }

    .home-swiper-con>.info {
        font-size: 24px;
        line-height: 40px;
    } */

}

@media (max-width:1400px) {
    .public-con {
        padding: 0 !important;
    }

    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    nav ul li {
        min-width: 80px;
    }

    /* .home-swiper-con>.title {
        font-size: 30px;
        line-height: 45px;
    }

    .home-swiper-con>.info {
        font-size: 22px;
        line-height: 36px;
    } */
    .public-tobody {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 .2rem;
    }

    .public-footer {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@media (max-width:1280px) {
    .mauto {
        width: 95%;
    }
}


@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }

    .public-banner-row {
        width: 90%;
    }

    .contact-swiper-b {
        display: block;
    }

    .contact-swiper-b {
        height: auto;
    }

    .contact-swiper1-img img,
    .contact-swiper1-img,
    .search-list-right,
    .contact-swiper1 {
        width: 100%;
        object-fit: cover;
    }

    .search-list-right {
        margin-top: 5%;
        padding-left: 0;
    }
}

@media (max-width:1100px) {
    nav ul li {
        min-width: 106px;
    }

    nav ul li {
        margin: 0;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 106px);
        height: -moz-calc(100% - 106px);
        height: calc(100% - 106px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #C8000A
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

    .public-top {
        padding-top: 0px;
    }

    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    .mauto {
        width: 95%;
    }

    .md-db {
        display: block !important;
    }

    .md-dn {
        display: none !important;
    }
}

@media (max-width:1024px) {
    .home-news-next, .home-news-prev {
        margin: 0 !important;
    }

    .product-detail,
    .product-b {
        padding-left: 0;
        padding-right: 0;
    }

    .product-detail-introduction,
    .detail-swiper-b,
    .product-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subsidiary-b {
        padding-bottom: .5rem;
    }

    .subsidiary-i .info .t1 {
        font-size: 20px;
    }

    .contact-leave-msg-i.textarea {
        width: 100%;
    }

    .contact-leave-msg-i>.t1 {
        margin-bottom: 10px;
    }

    .contact-leave-msg {
        padding: 0.3rem;
    }

    .contact-swiper-b {
        margin-top: 20px;
    }

    .contact-b {
        margin-bottom: .5rem;
    }

    .contact-map-info {
        padding-left: 0.3rem;
    }

    .introduce-subtitle {
        margin: .3rem 0;
    }

    .introduce-b {
        padding: .5rem 20px;
    }

    .honor-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-list-con .msg>.t2 {
        margin-top: 10px;
    }

    .new-list-con .msg>.t1 {
        line-height: 30px;
    }

    .new-list-con .day,
    .new-list-img {
        margin-right: 0.3rem;
    }

    .introduce-b>.t1,
    .public-tag {
        margin-bottom: .5rem;
    }

    .detail-swiper-b>.t1,
    .detail-swiper .swiper-slide .t1 {
        font-size: 30px;
        margin-top: 0.5rem;
    }

    .main-nav-m {
        display: block;
    }

    .product-menu,
    .h-menu .menu-i-img::after,
    .public-nav {
        display: none;
    }

    .home-swiper-img {
        min-height: 5rem;
    }

    .introduce-b>.t1,
    .home-news-i>.t1,
    .home-public-top .left .t1 {
        font-size: 30px;
    }

    .home-model1 .row>.t1,
    .home-public-top .left .t2 {
        font-size: 20px;
    }

    .corporate-b-i {
        padding: .5rem 20px;
    }

    .home-model2,
    .home-model1 {
        padding: .5rem 0;
    }

    .home-model1 .row>.t1 {
        margin: 0.3rem 0;
    }

    .home-news-page,
    .home-news,
    .h-menu,
    .home-model1 .row>.i1 {
        margin-top: .3rem;
    }

    .home-public-top .right {
        padding: 0.15rem 0.21rem;
    }

    .public-menu {
        display: none;
    }

    .public-banner-img,
    .public-banner {
        min-height: 3rem;
    }

    .public-tag>.t1,
    .new-detail-b>.top>.t1,
    .public-banner-row>.t1 {
        font-size: 30px;
    }

    .public-tag>.t1 {
        line-height: 30px;
    }

    .public-tag>.t2,
    .public-banner-row>.t2 {
        font-size: 20px;
    }

    .public-banner-row>.t1::before {
        height: 40px;
    }

    .new-detail-b {
        padding: .5rem 0;
    }

    .new-detail-b>.top {
        padding-top: 0;
    }

    .new-detail-b>.top>.info {
        margin-top: 0.3rem;
    }

    .new-detail-b>.con {
        padding: 0.5rem;
    }

    .new-page .row .left .left-i {
        margin: 20px 0;
    }

    .new-list-con .msg>.t1 {
        font-size: 20px;
    }

    .corporate-b-i .row {
        padding: 0;
    }

    .person-b {
        margin-bottom: .5rem;
    }

    .person-swiper .swiper-button-next {
        right: 3% !important;
    }

    .person-swiper .swiper-button-prev {
        left: 3% !important;
    }
}

@media (max-width:980px) {
    .public-footer .top>.right .right-i {
        display: none;
    }

    .person-i {
        display: block;
    }

    .person-con,
    .person-img {
        width: 100%;
    }
}

@media (max-width:768px) {
    .join-us>div table {
        width: 100%;
    }

    .right .code>.t1 {
        margin-top: 12px;
    }

    .product-list {
        display: flex;
        justify-content: space-between;
    }

    .new-list {
        padding-bottom: .2rem;
    }

    .home-news-img {
        height: 3.5rem;
    }

    .subsidiary-i .info .t1 {
        font-size: 18px;
    }

    .page-btn-more1 {
        margin-top: 20px;
    }

    .subsidiary-i .info {
        left: 0.3rem;
    }

    .subsidiary-b {
        padding-bottom: .3rem;
    }

    .search-list-right-item h3 {
        font-size: 16px;
    }

    .search-list-right-item p {
        font-size: 14px;
        line-height: 22px;
    }

    .join-nav li:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
    }

    .join-nav {
        width: calc(100% - 60px);
    }

    .join-nav li:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .join-nav li,
    .join-nav li:nth-child(1) {
        width: max-content;
    }

    .person-b {
        margin-bottom: .3rem;
    }

    .person-swiper .swiper-button-next::after,
    .person-swiper .swiper-button-prev::after {
        font-size: 28px;
    }



    .person-con {
        margin-top: 10px;
    }

    .contact-leave-msg-i .inputs {
        padding: 15px;
    }

    .contact-leave-msg {
        padding: 20px;
    }

    .contact-leave-msg-btn {
        display: flex;
        justify-content: center;
    }

    .contact-leave-msg-i {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-leave-msg>div:first-child {
        display: block;
    }

    .contact-select {
        padding: 0;
    }

    .contact-swiper2-i>.title {
        font-size: 18px;
    }

    .contact-swiper2-i>.info,
    .contact-swiper2-i>.title {
        margin-bottom: 10px;
    }

    .contact-map-info .contact-map-info-i .title .t2 {
        margin-top: 10px;
    }

    .contact-map-info .contact-map-info-i {
        margin-bottom: 20px;
    }

    .contact-leave-msg-i.code,
    .contact-leave-msg-i,
    .contact-swiper1-img img,
    .contact-swiper1-img {
        width: 100%;
    }

    .contact-swiper2-i {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .contact-swiper2 {
        margin-top: 20px;
    }

    .contact-swiper1,
    .contact-swiper2 {
        width: 100%;
        height: 100% !important;
    }

    .contact-swiper-b {
        height: auto;
    }

    .contact-b {
        margin-bottom: .3rem;
    }

    .contact-map-info {
        padding-left: 0;
        margin-top: 20px;
    }

    .contact-map-info,
    .contact-map-img {
        width: 100%;
    }

    .contact-swiper-b,
    .contact-map {
        display: block;
    }

    .introduce-product-list-i>.t1 {
        margin: 20px 0;
    }

    .introduce-product-list-img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .introduce-b>.t1 {
        margin-bottom: .3rem;
    }

    .honor-i {
        width: 48%;
    }

    .introduce-b,
    .corporate-b-i {
        padding: 0.3rem 20px;
    }

    .introduce-b>.info {
        line-height: 30px;
    }

    .corporate-b-i .row .info,
    .corporate-b-i .left .info {
        line-height: 26px;
    }

    .introduce-b>.t1,
    .corporate-b-i .row .t1,
    .corporate-b-i .left .t1 {
        font-size: 20px;
    }

    .corporate-b-i .row .t2,
    .corporate-b-i .left .t2 {
        margin: 15px 0;
        padding: 10px;
        font-size: 16px;
    }

    .corporate-b-i .right,
    .corporate-b-i .left {
        width: 100%;
    }

    .corporate-b-i {
        display: block;
    }

    .corporate-b-i .right {
        margin: 0;
        margin-top: 20px;
    }

    .company-b>.t1 {
        line-height: 26px;
    }

    .new-list-con .day>.t2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
        margin-right: 5px;
        font-weight: bold;
    }

    .new-list-con .day>.t1 {
        font-size: 20px;
        line-height: 20px;
    }

    .new-list-i {
        padding: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .new-list-con .msg>.btn {
        position: static;
        margin: auto;
        margin-top: 10px;
    }

    .new-list-con .day {
        margin: 20px 0;
        width: auto;
        height: auto;
        border: none;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .new-list-con,
    .new-list-img {
        width: 100%;
        min-height: auto;
    }

    .new-list-con,
    .new-list-i {
        display: block;
    }

    .introduce-b>.info,
    .product-list-i .row>.t1 {
        margin-top: 20px;
    }

    .product-list-i {
        width: 32%;
        padding-right: 0;
        margin-bottom: .5rem;
    }

    .product-list::after {
        content: '';
        width: 32%;
    }

    .public-tag {
        margin: .4rem 0;
    }

    .product-detail-fixed {
        top: 73%;
    }

    .product-detail-introduction .menu {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
    }

    .product-detail-introduction .menu .menu-i {
        min-width: max-content;
        font-size: 16px;
    }

    .product-detail-introduction .menu .menu-i.cur {
        font-size: 16px;
    }

    .product-detail-fixed .top>.i1 {
        display: none;
    }

    .product-detail-fixed .top>.i2 {
        display: block;
    }

    .page-b {
        margin: 0 10px;
    }

    .public-page {
        margin: 0.5rem auto;
    }

    .invite-i {
        padding: 20px;
    }

    .invite-i>.con .title {
        width: calc(100% - 150px);
    }

    .invite-i>.con .btn {
        padding: 0.1rem 0.3rem;
    }

    .public-tag>.t1 {
        margin: 0 10px;
    }

    .h-menu {
        padding: 0 0.5rem;
    }

    .home-news-i {
        width: 100%;
    }

    .home-news-i>.t4 {
        margin: .2rem 0;
        min-height: auto;
    }

    .home-news-i>.t2 {
        margin-bottom: .2rem;
    }

    .home-swiper-img {
        min-height: 3rem;
    }

    .home-news-i>.t1,
    .home-public-top .left .t1 {
        font-size: 20px;
    }

    .home-model1 .row>.t1 {
        font-size: 16px;
    }

    .home-public-top .left .t2 {
        font-size: 18px;
    }

    .home-public-top .right {
        padding: 0.11rem 0.15rem;
    }

    .home-public-top .right {
        font-size: 14px;
    }

    .home-public-top .left .t2,
    .home-public-top .left .t1 {
        margin-left: 10px
    }

    .home-model1 .row>.t2 {
        line-height: 26px;
    }

    .home-model1 .row>.t2 {
        font-size: 14px;
    }

    .public-footer .top>.right {
        width: 30%;
    }

    .public-footer-i {
        width: 60%;
    }

    .detail-swiper {
        margin-top: -50px;
    }

    .detail-swiper-i {
        width: 350px;
        height: 350px;
    }

    .detail-swiper-b>.t1,
    .detail-swiper .swiper-slide .t1,
    .public-tag>.t1,
    .new-detail-b>.top>.t1,
    .public-banner-row>.t1 {
        font-size: 20px;
    }

    .public-tag>.t1 {
        line-height: 20px;
    }

    .detail-swiper-b>.t1,
    .detail-swiper .swiper-slide .t1 {
        margin-top: 20px;
    }

    .public-tag>.t2,
    .public-banner-row>.t2 {
        font-size: 18px;
    }

    .new-detail-b {
        padding: .3rem 0;
    }

    .new-detail-b>.con {
        padding: 20px;
    }

    .new-page .row {
        display: block;
    }

    .new-page .row .right {
        padding: 15px;
        font-size: 14px;
        margin: auto;
    }

    .new-page .row .left {
        width: 100%;
    }

    .new-page {
        padding: 20px 0;
    }

    .new-page .row .left .left-i {
        margin: 0 0 20px 0;
    }

    .new-detail-b>.con .t1 {
        font-size: 16px;
        line-height: 30px;
    }

    .new-detail-b>.top>.info {
        margin-top: 20px;
    }

    .public-banner-row>.t2 {
        display: none;
    }

    .public-banner-row>.t1::before {
        height: 25px;
    }

    .public-banner-row>.t1::before {
        margin-right: 10px;
    }

    .new-detail-b>.top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-list-con .msg>.t1 {
        font-size: 18px;
    }

    .new-list-con .msg>.t2 {
        line-height: 26px;
    }

    .join-con-box {
        padding: 8px 20px;
    }

    .join-nav li>.t1 {
        margin-right: 10px;
    }

    .unfold-up {
        width: 50px;
    }

    .join-us p {
        line-height: 30px;
    }

}

@media (max-width:580px) {

    .product-detail-introduction .menu::-webkit-scrollbar {
        width: 5px;
        height: 3px
    }

    .page-btn-more1 {
        font-size: 14px;
    }

    .subsidiary-img {
        min-height: 200px;
    }

    .search-list-right-item h3::before {
        width: 0.3rem;
        height: 0.36rem;
    }

    .unfold-up {
        width: 40px;
    }

    .join-nav li>.t2,
    .join-nav li>.t1 {
        font-size: 16px;
    }

    .join-nav1 {
        width: calc(100% - 50px);
        padding: 10px 0;
    }

    .join-us {
        padding: 20px 0;
    }

    .join-us-btn {
        margin-top: 10px;
    }

    .contact-leave-msg-i.code .code-img {
        height: 47px;
        margin: 0 0 0 10px;
    }

    .contact-leave-msg-i.code span:last-child {
        display: none;
    }

    .contact-leave-msg-i .inputs {
        padding: 13px;
    }

    .contact-select-btn {
        font-size: 16px;
    }

    .contact-select-btn,
    .contact-select-i {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .contact-select-btn {
        margin-bottom: 0;
    }

    .contact-select {
        display: block;
    }

    .contact-map-info .contact-map-info-i .title .t2 {
        margin-top: 5px;
    }

    .contact-map-info .contact-map-info-i>img {
        margin-right: 10px;
    }

    .introduce-product-list-i>.t1 {
        margin: 10px 0;
    }

    .introduce-product-list-i {
        width: 48%;
        margin-bottom: 0.5rem;
    }

    .new-list-con .day {
        margin: 15px 0;
    }

    .new-list-con .day>.t1,
    .new-list-con .day>.t2 {
        font-size: 18px;
    }

    .product-list-i {
        width: 48%;
    }

    .product-detail-introduction .info .info-i .info-img {
        margin-top: 0.3rem;
    }

    .product-detail-introduction .info {
        padding: 0.3rem 0.5rem;
    }

    .product-detail-introduction .info .info-i .list .list-i {
        width: 100%;
        margin-bottom: 8px;
    }

    .product-detail-introduction .menu .menu-i {
        padding: 13px;
    }

    .detail-swiper-b>.t1,
    .detail-swiper .swiper-slide .t1 {
        font-size: 18px;
    }

    .home-news-next,
    .home-news-prev {
        width: 50px;
        height: 35px;
        margin: 0 10px;
    }

    .product-detail-introduction {
        padding-top: .3rem;
    }

    .detail-swiper-i {
        width: 300px;
        height: 300px;
    }

    .public-tag {
        margin: 0.3rem 0;
    }

    .invite-i>.con .btn {
        font-size: 15px;
    }

    .invite-i>.con .btn {
        margin: auto;
        margin-top: 10px;
        display: block;
    }

    .invite-i>.con {
        display: block;
        margin-top: 10px;
    }

    .invite-i>.con .title {
        width: calc(100% - 100px);
        -webkit-line-clamp: 3;
    }

    .invite-i>.time,
    .invite-i>.con .title {
        font-size: 16px;
    }

    .invite-i>.con .title,
    .invite-i>.con,
    .invite-b .invite-t>.title,
    .invite-i>.time,
    .invite-b .invite-t>.time {
        width: 100%;
    }

    .invite-i {
        display: block;
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .public-tag>.t2,
    .home-public-top .left .t2 {
        display: none;
    }

    .home-news-i>.t4,
    .home-model1 .row>.t2 {
        line-height: 22px;
    }

    .h-menu {
        padding: 0;
    }

    .h-menu .menu-i>.t1 {
        margin: 0.1rem 0;
        font-size: 16px;
    }

    .h-menu .menu-i {
        width: calc(100% / 4);
    }

    .public-footer-num {
        padding-top: 10px;
    }

    .new-detail-b>.top>.info .info-i {
        margin: 0 0.1rem;
    }
}