* {
    margin: 0;
    padding: 0;
    font-family: "HarmonyOS Sans SC";
    font-weight: normal;
    box-sizing: border-box;
    color: #130f0f;
}

ul {
    list-style-type: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */


@font-face {  
    font-family: 'db';  
    src: url('../font/din-bold.otf');
    font-weight: normal;  
    font-style: normal;
}


@font-face {  
    font-family: 'owl';  
    src: url('../font/Oswald-Light.ttf');
    font-weight: normal;  
    font-style: normal;
}
@font-face {  
    font-family: 'owm';  
    src: url('../font/OswaldM.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'owb';  
    src: url('../font/OswaldB.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'pps';  
    src: url('../font/Poppins-Regular.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'ppsm';  
    src: url('../font/Poppins-Medium.ttf');
    font-weight: normal;  
    font-style: normal;
}

@font-face {  
    font-family: 'ppsb';  
    src: url('../font/Poppins-Bold.ttf');
    font-weight: normal;  
    font-style: normal;
}


.clear {
    clear: both;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    transition: .5s;
}

.imgZoom:hover img {
    scale: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

input {
    background:none;
    outline:none;
    border:none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

.content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.content img {
    max-width: 100% !important;
}

.content table {
    max-width: 100% !important;
}

.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3%;
}

.p6_11-45 {
    padding: 6% 11.45%;
}

.m6_11-45 {
    margin: 6% 11.45%;
}

.w100 {
    width: 100%;
    overflow: hidden;
}



.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video video {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.view_video div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1% 30px;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}

.header {
    width: 100%;
    padding: 0 8.33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 126px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: background-color .5s;
}

.headerB {
    background-color: rgba(255, 255, 255, 0.94);
}


.headerB .header_nav li a {
    color: #130f0f;
}

.header_left {
    height: 90%;
    margin-right: 4%;
}

.header_left img {
    height: 100%;
}

.header_right {
    display: flex;
    height: 100%;
}

.header_nav {
    display: flex;
    align-items: center;
}

.header_nav li {
    margin-right: 2.5vw;
}

.header_nav li a {
    transition: color .5s;
    color: #c11c20;
}

.header_nav li a:hover {
    filter: brightness(10);
}


.header_nav .active a {
    font-weight: bold;
}

.header_search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_search svg {
    height: 100%;
    width: auto;
}

.header_func {
    height: 15%;
    align-self: center;
    display: flex;
    align-items: center;
}

.header_func>span {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #c11c20;
    margin: 0 1vw;
    flex-shrink: 0;
}

.header_func>div {
    height: 100%;
}

.header_func>div svg {
    height: 100%;
    width: auto;
    cursor: pointer;
}

.header_lang {
    position: relative;
    display: flex;
    align-items: center;
}

.header_func>.header_lang svg:first-child {
    height: 120%;
}

.header_func>.header_lang svg:nth-child(2) {
    margin-left: 2px;
}

.header_lang>div {
    position: absolute;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 8px 14px;
    right: 40%;
    background-color: #fff;
}

.header_lang>div a {
    margin-bottom: 4px;
}

.header_lang>div a:hover {
    color: #c11c20;
}

.header_lang>.active {
    display: flex;
}

.index_top {
    background-image: url(../images/indexback1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 100%;
}

.about {
    background-image: url(../images/aboutback.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
    padding-bottom: 20%;
}

.about_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
}

.about_title_left {
    display: flex;
    align-items: center;
}

.about_title_left img {
    height: 100%;
    margin-right: 1.5vw;
}

.about_title_left h4 {
    font-weight: bold;
}

.about_title_right {
    display: flex;
    align-items: center;
}

.more_button {
    display: flex;
    align-items: center;
    color: #c11c20;
    justify-content: center;
}

.more_button>span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "ppsb";
    color: #fff;
    margin-right: 0.5vw;
    background-color: #c11c20;
    border-radius: 50%;
}


.more_button>span>span {
    transform: translateY(2%);
}

.about_content {
    line-height: 1.8;
    color: #211e1e;
    margin-bottom: 4%;
}

.about_sort {
    display: flex;
}

.about_sort>a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_sort>a img {
    margin-bottom: 8px;
    max-width: 50%;
    max-height: 42px;
}

.about_sort>a h4 {
    font-weight: bold;
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.index_title {
    text-align: center;
    margin-bottom: 4%;
    font-weight: bold;
}

.business_ {
    display: flex;
}

.business_left {
    width: 48%;
    margin-right: 4%;
    font-size: 0;
}

.business_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0;
}

.business_right>.imgZoom img {
    width: 100%;
}

.business_left img {
    width: 100%;
}

.business_>div>.imgZoom {
    position: relative;
    display: block;
}

.business_>div>.imgZoom h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2% 6%;
    color: #fff;
    font-weight: bold;
    background-color: rgba(162, 21, 16, 0.6);
}

.index_bottom {
    background-image: url(../images/indexback2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 100%;
}

.products_sort, .newsCenter_sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4%;
}

.products_sort>a, .newsCenter_sort>a {
    margin-right: 2vw;
    margin-bottom: 1vw;
    color: #433f3f;
}

.products_sort>a:hover, .newsCenter_sort>a:hover {
    color: #C11C20;
}

.products_sort>a:last-child, .newsCenter_sort>a:last-child {
    margin-right: 0;
}

.products_ {
    margin-bottom: 4%;
    position: relative;
}

.products_ .swiper  {
    width: 100%;
}

.products_ .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.products_ .swiper .swiper-slide .pimg {
    flex: 1;
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.products_ .swiper .swiper-slide .pimg img {
    width: 100%;
    min-height: 100%;
}

.products_ .swiper .swiper-slide h2 {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2% 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #c11c20;
}

.products_ .swiper-button-next, .products_ .swiper-button-prev {
    width: 52px;
    height: 52px;
    border: 1px solid #a21510;
    border-radius: 50%;
    color: #a21510;
    transition: .5s;
}

.products_ .swiper-button-next::after, .products_ .swiper-button-prev::after {
    color: inherit;
    font-size: inherit;
}

.products_ .swiper-button-next:hover, .products_ .swiper-button-prev:hover {
    background-color: #a21510;
}

.products_ .swiper-button-next:hover, .products_ .swiper-button-prev:hover {
    background-color: #a21510;
    color: #fff;
}

.products_ .swiper-button-next {
    left: auto;
    right: calc(-4% - 26px);
}

.products_ .swiper-button-prev {
    left: calc(-4% - 26px);
    right: auto;
}

.newsCenter_ {
    display: flex;
    margin-bottom: 4%;
}

.newsCenter_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
}

.newsCenter_box:last-child {
    margin-right: 0;
}

.newsCenter_box .nimg {
    width: 100%;
    height: 16vw;
    margin-bottom: 4%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsCenter_box .nimg img {
    position: relative;
    width: 100%;
    /* min-height: 100%; */
}

.newsCenter_box>h2 {
    margin-bottom: 4%;
    font-weight: bold;
}

.newsCenter_box>h2:hover {
    color: #C11C20;
}

.newsCenter_box>p {
    flex: 1;
    margin-bottom: 6%;
    color: #433f3f;
}

.newsCenter_box>a {
    display: flex;
    align-items: center;
    color: #c11c20;
}

.newsCenter_box>a>span {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "ppsb";
    color: #fff;
    margin-right: 3px;
    background-color: #c11c20;
    border-radius: 50%;
}
.newsCenter_box>a>span>span {
    transform: translateY(0%);
}

.foot {
    background-image: url(../images/footback.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foot_top {
    padding: 4% 11.45%;
    display: flex;
    justify-content: space-between;
}

.foot_top_left {
    display: flex;
}

.foot_top_left>div {
    margin-right: 5vw;
}

.foot_top_left>div>a {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
}

.foot_top_left>div>ul {
    display: flex;
    flex-direction: column;
}

.foot_top_left>div>ul>li {
    margin-bottom: 10px;
    display: flex;
}

.foot_top_left>div>ul>li>a {
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

.foot_top_left>div>ul>li svg {
    margin-right: 8px;
}

.foot_top_left>div>ul>li>p {
    color: #fff;
}

.foot_top_left>div>ul>li>p a:hover {
    color: #C11C20;
}

.foot_top_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot_top_right img {
    margin-bottom: 10px;
    max-width: 110px;
    width: 8vw;
    min-width: 70px;
}

.foot_top_right span {
    color: #fff;
}

.foot_bottom {
    padding: 1% 11.45%;
    background-color: rgb(255, 255, 255, 0.09);
}

.foot_bottom p {
    text-align: center;
    color: rgba(255, 255, 255, 0.21);
    line-height: 1.8;
}

.sort_nav {
    display: flex;
    padding: 0 8.33%;
}

.sort_nav>a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 0;
    border-bottom: 1px solid #fdf4f4;
}

.sort_nav>.active {
    background: linear-gradient(to bottom, #fffefd, #f3cfd0);
}

.sort_nav>a:hover {
    background: linear-gradient(to bottom, #fffefd, #f3cfd0);
}

.sort_nav>a img {
    margin-bottom: 8px;
    max-width: 50%;
    max-height: 42px;
}

.sort_nav>a h4 {
    font-weight: bold;
    flex: 1;
    display: flex;
    align-items: flex-end;
}



.products_nav>div {
    flex: none;
    width: 4.04%;
    background: #c11c20;
    color: #fff;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 1px solid #c11c20;
    border-top: 1px solid #c11c20;
    position: relative;
}

.products_nav>div * {
    font-size: inherit;
}

.products_nav>div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products_nav>div ul li {
    color: #fff;
}

.products_nav>div .arr {
    position: relative;
    margin-bottom: 6px;
}

.products_nav>div .arr span {
    color: #fff;
    font-family: "ppsb";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -50%) rotate(90deg);
}

.products_nav>div .img {
    position: absolute;
    width: 70%;
    height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(116% + 6vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_nav>div .img img {
    width: 100%;
    margin: 0;
}

.products_nav>div .line {
    position: absolute;
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
    background-color: #c11c20;
    height: 6vw;
    width: 2px;
}

.products_nav>div>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product_nav {
    margin-top: 126px;
    background-color: #F6F6F6;
}

.pbanner {
    height: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pbanner img {
    min-width: 100%;
    min-height: 100%;
}

.products_nav>a img {
    max-width: 64px;
}

.profile {
    padding-bottom: 32%;
    background-image: url(../images/profileback.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 100%;
}

.aboutTitle {
    color: #c11c20;
    font-weight: bold;
    margin-bottom: 4%;
}

.profile_ {
    line-height: 1.8;
}

.profile_ strong {
    font-weight: bold;
    color: #c11c20;
}

.culture_content {
    line-height: 1.8;
    margin-bottom: 4%;
}

.culture_content ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.culture_content ul li {
    display: flex;
    flex-direction: column;
    margin-right: 2vw;
    list-style: none;
}

.culture_content ul li strong {
    font-size: 24px;
    color: #c22024;
    font-weight: bold;
}

.culture_content ul li:last-child {
    margin-right: 0;
}


.culture_ .swiper-slide {
    /* height: 26vw; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.culture_ .swiper-slide img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
}

.culture_ .swiperButton::after {
    font-family:"ppsm";
    font-size: inherit;
    color: #fff;
}

.culture_ .swiper-button-next::after {
    content: ">";
}

.culture_ .swiper-button-prev::after {
    content: "<";
}

.history {
    background-image: url(../images/historyback.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 100%;
}

.history_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}

.history_top>h4 {
    margin-bottom: 0;
}

.history_top>div {
    display: flex;
    align-items: center;
}

.history_top>div .swiperButton {
    position: static;
    width: 70px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #d6cfcf;
    transform: translate(0, 0);
    margin: 0;
    margin-left: 1vw;
}

.history_top>div .swiperButton::after {
    font-family:"ppsm";
    font-size: inherit;
    color: #c11c20;
    transform: translateY(10%);
}

.history_top>div .swiperButton:hover {
    background-color: #c11c20;
    border-color: #c11c20;
}

.history_top>div .swiperButton:hover::after {
    color: #fff;

}

.history_top>div .swiper-button-next::after {
    content: ">";
}

.history_top>div .swiper-button-prev::after {
    content: "<";
}

.history_ {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 110%;
}

.history_ .swiper {
    padding: 8% 0;
}

.history_ .swiper-slide {
    height: 20vw;
    display: flex;
}

.history_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(8%);
    margin-right: 6%;
    flex-shrink: 0;
}

.history_left>div:first-child {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #da180c;
}

.history_left>div:last-child {
    align-self: center;
    flex: 1;
    width: 20%;
    background: linear-gradient(to bottom, #da180c, #da180c00);
}

.history_right span {
    color: #da180c;
    display: block;
    margin-bottom: 6%;
}

.history_right span::after {
    content: "年";
    font-size: 20px;
    margin-left: 4px;
}

.history_ .swiper-slide:last-child .history_right span::after {
    content: "年及未来";
}

.history_right>div {
    line-height: 1.8;
}

.history_ .swiper-slide:nth-child(5n+1) {
    transform: translateY(30%);
}

.history_ .swiper-slide:nth-child(5n+2) {
    transform: translateY(-14%);
}

.history_ .swiper-slide:nth-child(5n+3) {
    transform: translateY(19%);
}

.history_ .swiper-slide:nth-child(5n+4) {
    transform: translateY(-20%);
}

.honors>p {
    margin-bottom: 4%;
}

.honors_ {
    display: flex;
}

.honors_left {
    flex: 1;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.honors_left>div {
    margin-bottom: 10%;
}

.honors_left>div:last-child {
    margin-bottom: 0;
}

.honors_left>div span {
    margin-bottom: 8px;
    display: block;
    font-weight: bold;
    cursor: pointer;
}

.honors_left>div p {
    overflow: hidden;
    height: 0;
    line-height: 1.5;
    color: #473d3d;
}

.honors_left>.active span {
    color: #c11c20;
}

.honors_left>.active p {
    height: auto;
}

.honors_right {
    width: 74%;
}

.honors_right .swiper {
    margin-bottom: 3%;
}

.honors_right .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honors_right .swiper-slide img {
    width: 100%;
}

.honors_right .swiper-b {
    display: flex;
}


.honors_right .swiper-b .swiperButton {
    position: static;
    width: 70px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #d6cfcf;
    transform: translate(0, 0);
    margin: 0;
    margin-left: 1vw;
}

.honors_right .swiper-b .swiperButton:first-child {
    margin-left: 0;
}

.honors_right .swiper-b .swiperButton::after {
    font-family:"ppsm";
    font-size: inherit;
    color: #c11c20;
    transform: translateY(10%);
}

.honors_right .swiper-b .swiperButton:hover {
    background-color: #c11c20;
    border-color: #c11c20;
}

.honors_right .swiper-b .swiperButton:hover::after {
    color: #fff;

}

.honors_right .swiper-b .swiper-button-next::after {
    content: ">";
}

.honors_right .swiper-b .swiper-button-prev::after {
    content: "<";
}

.productlist>h4 {
    font-weight: bold;
    margin-bottom: 4%;
}


.productlist>h4>div img {
    height: 100%;
}

.productlist_ {
    display: flex;
    flex-wrap: wrap;
}

.productlist_box {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.productlist_box:nth-child(3n) {
    margin-right: 0;
}

.productlist_box .pimg {
    flex: 1;
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.productlist_box .pimg img {
    min-width: 100%;
    min-height: 100%;
    position: relative;
}

.productlist_box h2 {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2% 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #c11c20;
}

.page {
    display: flex;
    justify-content: center;
    margin-top: 4%;
}

.page>* {
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c11c20;
}

.page * {
    font-size: inherit;
}

.page>a {
    border: 1px solid #d6cfcf;
    border-radius: 14px;
    height: 28px;
    width: 70px;
}

.page>a:first-child {
    margin-right: 15px;
    margin-left: 0;
}


.page>a:last-child {
    margin-right: 0;
    margin-left: 15px;
}

.page>.page-num {
    width: 28px;
}

.page>.page-num-current {
    color: #fff;
    border-color: #c11c20;
    background-color: #c11c20;
}

.page>a:hover {
    color: #fff;
    border-color: #c11c20;
    background-color: #c11c20;
}


.product {
    box-shadow: 0 -4px 13px rgba(139, 90, 92, 0.3);
    margin-top: 0;
    margin-bottom: 0;
}

.product_top {
    width: 100%;
    background-color: #C22024;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5% 5%;
    transform: translateY(-2.5vw);
}

.product_top_left {
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    line-height: 2;
}

.product_top_left .iconfont {
    color: #ffffff;
    margin-right: 3px;
}

.product_top_left a {
    margin: 0 3px;
}

.product_top_left span:last-child {
    margin-left: 3px;
}

.product_top_right h1 {
    font-weight: bold;
    color: #fff;
}

.product_bottom {
    padding: 2% 5%;
    transform: translateY(-1.25vw);
}

.product_bottom>span {
    color: #c22024;
    display: block;
    margin-bottom: 1vw;
}


.product_bottom>div {
    margin-bottom: 1vw;
}


.product_bottom>div ul {
    display: flex;
    list-style-type: none !important;
    flex-wrap: wrap;
}

.product_bottom>div ul li {
    margin-right: 6vw;
    margin-bottom: 1vw;
    font-weight: 500;
}

.product_bottom>div ul li:last-child {
    margin-right: 0;
}

.product_bottom>div table {
    width: 100%;
}

.product_bottom>div table tr {
}

.product_bottom>div table tr td {
    margin-right: 3px;
    padding: 1% 3%;
    color: inherit; 
    vertical-align: middle;
}

.product_bottom>div table tr td:last-child {
    margin-right: 0;
}

.product_bottom>div table tr:nth-child(2n+1) {
    background-color: #C22024;
    color: #fff;
}


.product_bottom>div table tr:nth-child(2n) {
    background-color: #EFEFEF;
    color: #130f0f;
}

.productOther h4 {
    margin-bottom: 3%;
    font-weight: bold;
}

.newslist_box {
    display: flex;
    padding: 2%;
    border: 1px solid #eee6e6;
    margin-bottom: 4%;
    transition: .5s;
}

.newslist_box:hover {
    box-shadow: 0 0 18px rgba(114, 25, 26, 0.23);
    background: linear-gradient(to bottom, #FDF6F6, #fff, #FDF6F6);
}

.newslist_box:hover>.newslist_box_left>h2 {
    color: #c11c20;
}

.newslist_box_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 6%;
}

.newslist_box_left>span {
    color: #5f5b5b;
    display: block;
    margin-bottom: 4%;
}

.newslist_box_left>h2 {
    font-weight: bold;
    margin-bottom: 4%;
    transition: .5s;
}

.newslist_box_left>p {
    flex: 1;
    margin-bottom: 8%;
    color: #433f3f;
}


.newslist_box_left>a {
    width: 25px;
    height: 25px;
    background-color: #c11c20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newslist_box_left>a span {
    transform: translateY(5%);
    color: #fff;
    font-family: "ppsb";
}

.newslist_box_right {
    flex: 1;
    max-height: 22vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newslist_box_right img {
    width: 100%;
}

.news {
    display: flex;
}

.news_left {
    width: 67.5%;
    margin-right: 2%;
    background: linear-gradient(to bottom, #FDF6F6, #fff, #FDF6F6);
    padding: 3.5% 3%;
}


.news_left>span {
    color: #5f5b5b;
    display: block;
    margin-bottom: 4%;
}

.news_left>h1 {
    color: #C11C20;
    margin-bottom: 6%;
    padding-bottom: 4%;
    position: relative;
    font-weight: bold;
}

.news_left>h1::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #c11c20;
}

.news_left_ {
    line-height: 1.8;
    color: #433f3f;
}

.news_right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news_right>div {
    border: 1px solid #F6E7E7;
    padding: 1vw 1.2vw;
    margin-bottom: 1.5vw;
}

.news_right>div>div {
    display: flex;
    align-items: center;
    margin-bottom: 0.5vw;
}

.news_right>div>div>span:first-child {
    font-family: "ppsm";
    color: #c11c20;
    transform: translateY(3%);
    margin-right: 5px;
}

.news_right>div>div>span {
    color: #5f5b5b;
}

.news_right>div>div>div {
    margin: 0 10px;
    flex: 1;
    height: 1px;
    background-color: #F6E7E7;
}

.news_right>div>h2 {
    margin-bottom: 0.5vw;
    font-weight: bold;
}

.news_right>div>span {
    color: #5f5b5b;
    display: block;
    margin-bottom: 0.5vw;
}

.talentConcept_ {
    display: flex;
    z-index: 1;
    position: relative;
}

.talentConcept_left {
    width: 46%;
    margin-right: 6%;
}

.talentConcept_right {
    flex: 1;
}

.talentConcept_left h4 {
    color: #c11c20;
    font-weight: bold;
    margin-bottom: 3%;
}

.talentConcept_left div {
    line-height: 1.8;
    margin-bottom: 5vw;
}


.talentConcept_left div strong {
    font-weight: bold;
}

.talentConcept_right img {
    width: 100%;
}

.talentConcept_info {
    position: relative;
    box-shadow: 0 -4px 13px rgba(139, 90, 92, 0.3);
    display: flex;
    padding: 2% 0;
    margin-top: -4vw;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.98);

}

.talentConcept_info>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2vw;
}

.talentConcept_info>div img {
    max-height: 56px;
    max-width: 80%;
    margin-bottom: 0.8vw;
}

.talentConcept_info>div span {
    display: block;
    font-weight: bold;
    margin-bottom: 0.8vw;
    text-align: center;
}

.talentConcept_info>div p {
    text-align: center;
}

.joinDonghong {
    padding-top: 0 !important;
}

.joinDonghong_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
}

.joinDonghong_top>h4 {
    color: #c11c20;
    font-weight: bold;
}

.joinDonghong_top>div {
    display: flex;
}

.joinDonghong_top>div button {
    background-color: #fff;
    margin-left: 1.2vw;
    padding: 0.6vw 3.2vw;
    border: 1px solid #c11c20;
    color: #c11c20;
    transition: .3s;
    cursor: pointer;
}

.joinDonghong_top>div button:hover {
    background-color: #C11C20;
    color: #fff;
}

.joinDonghong_top>div .active {
    background-color: #C11C20;
    color: #fff;
}

.joinDonghong_>div {
    background-color: #FAFAFA;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.joinDonghong_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5% 3%;
}

.joinDonghong_t>h2 {
    font-weight: bold;
    flex-shrink: 0;
}

.joinDonghong_t>p {
    line-height: 1.5;
    margin: 0 2vw;
    transition: .5s;
}

.joinDonghong_t>button {
    padding: 0.4vw 0.8vw;
    display: flex;
    align-items: center;
    background-color: #c11c20;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.joinDonghong_t>button>svg {
    fill: #fff;
    margin-right: 5px;
}

.joinDonghong_b {
    display: flex;
    padding: 2.5% 3%;
    padding-top: 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 0;
    transition: .5s;
}

.joinDonghong_b>span {
    margin-right: 1vw;
    flex-shrink: 0;
}

.joinDonghong_b>div {
    line-height: 1.8;
}

.joinDonghong_b>div p:first-child {
    margin-bottom: 8px;
}

.joinDonghong_>.active {
    box-shadow: 0 -4px 13px rgba(139, 90, 92, 0.3);
    z-index: 2;
}

.joinDonghong_>.active .joinDonghong_b {
    height: auto;
    padding-bottom: 2.5%;
}

.joinDonghong_>.active .joinDonghong_t>p {
    opacity: 0;
}

.contact {
    padding: 6% 0;
}

.contact>h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%;
}

.contact_ {
    margin: 0 8.33%;
    padding: 3% 4%;
    background-color: #fff;
    box-shadow: 0 -7px 18px rgba(129, 80, 75, 0.5);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.contact_>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact_>span {
    display: block;
    width: 1px;
    background-color: #d9d9d9;
    margin: 0 1vw;
}

.contact_>div>div {
    display: flex;
    align-items: center;
}

.contact_>div>div>span {
    margin-right: 8px;
    color: #c11c20;
}

.contact_>div>div>div>span {
    display: block;
    line-height: 1.5;
}

.contact_>div>div>div>p {
    line-height: 1.5;
}

.contact_>div>div>div>p a:hover {
    color: #c11c20;
}

.contact_>div:last-child {
    justify-content: center;
    min-width: 80px;
    width: 10%;
}

.contact_>div>img {
    width: 100%;
    margin-bottom: 8px;
}

.contact_>div>span {
    font-weight: bold;
    text-align: center;
}

.contact_map {
    z-index: 1;
    position: relative;
}

.contact_map img {
    width: 100%;
    margin-bottom: 4%;
}

.contact_massage {
    padding: 0 8.33%;
    display: flex;
}

.contact_massage_left {
    width: 35%;
    margin-right: 4%;
}

.contact_massage_left>h4 {
    color: #c11c20;
    font-weight: bold;
}

.contact_massage_left>span {
    height: 8px;
    width: 48px;
    background-color: #c11c20;
    margin: 2vw 0;
    margin-bottom: 2.5vw;
    display: block;
}

.contact_massage_left>p {
    font-weight: bold;
    line-height: 1.6;
}

.contact_massage_right {
    flex: 1;
}

.contact_massage_right form {
    display: flex;
    flex-direction: column;
}

.contact_massage_right form>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}

.contact_massage_right form input {
    width: 49%;
    height: 46px;
    border-radius: 4px;
    background-color: #F3F4F5;
    padding: 0 1vw;
    border: 1px solid #E8E8E8;
}

.contact_massage_right form textarea {
    background-color: #F3F4F5;
    padding: 0.8vw 1vw;
    border-radius: 4px;
    height: 140px;
    border: 1px solid #E8E8E8;
    margin-bottom: 3%;
}

.contact_massage_right form button {
    width: 100%;
    max-width: 120px;
    height: 42px;
    background-color: #C11C20;
    border-radius: 21px;
    color: #fff;
    border: none;
    cursor: pointer;
}


.header_more {
    align-self: center;
    height: 30%;
    margin-left: 2vw;
    cursor: pointer;
    display: none;
}

.header_more svg {
    height: 100%;
    width: auto;
}

.shipping_ {
    line-height: 1.8;
    color: #211e1e;
}

.quality_ {
    display: flex;
}

.quality_box {
    width: 32%;
    margin-right: 2%;
}

.quality_box:last-child {
    margin-right: 0;
}

.quality_box img {
    width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 1441px) {
    .history_right span::after {
        font-size: 16px;
    }

    .header_left {
        height: 60%;
    }

    .more_button>span {
        width: 32px;
        height: 32px;
    }

    .about_title_left img {
        width: 60px;
        height: auto;
    }

    .culture_content ul li strong {
        font-size: 20px;
    }
    
}

@media screen and (max-width: 1025px) {
    .history_right span::after {
        font-size: 14px;
    }

    .more_button>span {
        width: 28px;
        height: 28px;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .header {
        height: 100px;
    }

    .product_nav {
        margin-top: 100px;
    }

    .header_more {
        display: block;
    }

    .header_right {
        position: relative;
    }

    .header_nav {
        position: absolute;
        top: 100%;
        right: 0;
        height: 0;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.98);
        width: 25vh;
        max-height: calc(100vh - 100px);
        max-width: 90vw;
        transition: .5s;
        overflow: hidden;
    }

    .header_nav li {
        margin: 0;
        flex: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_nav li a {
        flex: 1;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_nav li a:hover {
        filter: none;
        background-color: #c11c20;
        color: #fff;
    }
    
    .header_nav_active {
        height: 50vh;
    }

    .header_nav .active a {
        background-color: #c11c20;
        color: #fff !important;
    }

    .header_func>span {
        margin: 0 calc(1vw + 2px);
    }

    .about_title_left img {
        width: 45px;
        height: auto;
    }

    .products_ .swiper-button-next, .products_ .swiper-button-prev {
        width: 40px;
        height: 40px;
    }


    .newsCenter_box>a>span, .newslist_box_left>a {
        width: 18px;
        height: 18px;
    }

    .product_nav {
        padding: 0 6%;
    }

    .products_nav>div {
        width: 6.8%;
    }

    .product_top {
        flex-direction: column;
        align-items: flex-start;
        padding: 3% 5%;
    }

    .product_top_left {
        margin-bottom: 10px;
    }


    .culture_content ul li strong {
        font-size: 16px;
    }
}

@media screen and (max-width: 769px) {
    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    .banner .swiper-pagination {
        bottom: 18px !important;
    }

    .banner .swiper-pagination span::after, .banner .swiper-pagination span {
        height: 6px;
    }

    .header {
        height: 70px;
    }

    .product_nav {
        margin-top: 70px;
    }

    .header_nav {
        max-height: calc(100vh - 70px);
    }

    .banner .swiper img {
        position: relative;
        width: 120%;
    }

    .banner .swiper .swiper-slide a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .business_ {
        flex-wrap: wrap;
    }

    .business_left {
        width: 100%;
        margin-right: 0;
    }

    .business_right {
        width: 100%;
        flex: auto;
    }

    .business_>div>.imgZoom {
        margin-bottom: 4%;
    }

    .products_ .swiper-button-next, .products_ .swiper-button-prev {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .newsCenter_ {
        flex-wrap: wrap;
    }

    .newsCenter_box {
        width: 49%;
    }

    .newsCenter_box:nth-child(2n) {
        margin-right: 0;
    }

    .newsCenter_box:last-child {
        display: none;
    }
    
    .newsCenter_box .nimg {
        height: 27vw;
    }

    .header, .foot_top, .foot_bottom, .sort_nav, .contact_massage {
        padding-left: 4%;
        padding-right: 4%;
    }

    .p6_11-45 {
        padding-left: 6%;
        padding-right: 6%;
    }

    .m6_11-45 {
        margin-left: 6%;
        margin-right: 6%;
    }

    .contact_ {
        margin-left: 4%;
        margin-right: 4%;
    }

    .banner {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .banner>img {
        width: 180%;
        height: auto;
    }

    .sort_nav>a h4, .about_sort>a h4 {
        font-size: 14px;
    }


    .history_ {
        width: 105%;
    }

    .history_ .swiper-slide .f40 {
        font-size: 18px;
    }

    .history_ .swiper-slide .f18 {
        font-size: 10px;
    }

    .history_right span::after {
        font-size: 11px;
    }

    .honors_ {
        flex-wrap: wrap;
    }

    .honors_left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 6%;
    }

    .honors_right {
        width: 100%;
    }

    .honors_left>div {
        margin-bottom: 2%;
    }

    .honors_left>div span{
        width: min-content;
        white-space: nowrap;
    }

    .foot_top_left>div {
        display: none;
    }

    .foot_top_left>div:nth-child(5) {
        display: block;
    }

    .foot_top_right {
        justify-content: center;
    }
    

    .products_nav>div {
        width: 25%;
        justify-content: center;
    }

    .products_nav>div .img, .products_nav>div .line {
        display: none;
    }

    .products_nav {
        flex-wrap: wrap;
    }

    .sort_nav>a {
        flex: auto;
        width: 25%;
    }

    .products_nav>div ul {
        flex-direction: row;
        justify-content: center;
        margin-bottom: calc(2vw + 4px);
    }

    .productlist_box {
        width: 49%;
    }

    .productlist_box:nth-child(3n) {
        margin-right: 2%;
    }

    .productlist_box:nth-child(2n) {
        margin-right: 0%;
    }

    .page>a:last-child {
        margin-left: 5px;
    }

    .page>a:first-child {
        margin-right: 5px;
    }

    .page>* {
        margin: 0 3px;
    }

    .page>a {
        width: 58px;
        height: 22px;
    }

    .page>.page-num {
        width: 22px;
    }

    .newslist_box {
        flex-wrap: wrap;
    }

    .newslist_box_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .newslist_box_right {
        flex: auto;
        max-height: 40vw;
    }

    .news {
        flex-wrap: wrap;
    }

    .news_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .news_right>div {
        padding: 2vw 2.4vw;
    }

    .news_right>div>div {
        margin-bottom: 1vw;
    }

    .talentConcept_ {
        flex-wrap: wrap;
    }

    .talentConcept_left {
        width: 100%;
        margin-right: 0;
    }
    
    .talentConcept_right {
        flex: auto;
        margin-bottom: 4%;
    }

    .talentConcept_info {
        flex-direction: column;
        margin-top: 0;
    }

    .talentConcept_info>div {
        margin: 2vw;
    }

    .joinDonghong_t>p {
        display: none;
    }

    .contact_ {
        flex-direction: column;
    }

    .contact_>div>div {
        margin-bottom: 4%;
    }

    .contact_map {
        margin-top: -8vw !important;
    }

    .contact_massage {
        flex-wrap: wrap;
    }

    .contact_massage_left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 4%;
    }

    .joinDonghong_b  {
        flex-direction: column;
    }

    .joinDonghong_b>span {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }

        
    .sort_nav>a img, .about_sort>a img {
        max-height: 30px;
        max-width: 32%;
    }

    .culture_content ul {
        flex-wrap: wrap;
    }

    .culture_content ul li {
        width: 48%;
        margin: 2% 0;
        margin-right: 4%;
    }

    .culture_content ul li:nth-child(2n) {
        margin-right: 0;
    }

    .pbanner {
        height: 50vw;
    }

    .product_bottom>span {
        margin-bottom: 2vw;
    }

    .productOther .productlist_ .productlist_box:last-child {
        display: none;
    }

    .products_ .swiper-button-next {
        right: 8px;
        border: none;
        background-color: #C11C2080;
        opacity: 0.8;
        color: #ffffff80;
    }

    .products_ .swiper-button-prev {
        left: 8px;
        border: none;
        background-color: #C11C2080;
        opacity: 0.8;
        color: #ffffff80;
    }
}


@media screen and (max-width: 426px) {
    .history_right span::after {
        font-size: 9px;
    }


    .joinDonghong_t {
        padding: 4% 6%;
    }
    
    .sort_nav>a img, .about_sort>a img {
        max-height: 20px;
        max-width: 25%;
    }


    .more_button>span {
        width: 20px;
        height: 20px;
    }

    .header {
        height: 52px;
    }

    .product_nav {
        margin-top: 52px;
    }

    .header_nav {
        max-height: calc(100vh - 50px);
    }

    .about_title_left img {
        width: 25px;
        height: auto;
    }

    .products_ .swiper-button-next, .products_ .swiper-button-prev {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .newsCenter_box>a>span, .newslist_box_left>a {
        width: 15px;
        height: 15px;
    }

    .newsCenter_box {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 6%;
    }

    .newsCenter_box .nimg {
        height: 55vw;
    }

    .sort_nav>a h4, .about_sort>a h4 {
        font-size: 10px;
    }

    .history_ .swiper-slide .f40 {
        font-size: 14px;
    }

    .history_ .swiper-slide .f18 {
        font-size: 8px;
    }

    .page>* {
        margin: 0 2px;
    }

    .page>a {
        width: 50px;
        height: 18px;
    }

    .page>.page-num {
        width: 18px;
    }

    .culture_content ul li strong {
        font-size: 12px;
    }
}

@media screen and (max-width: 321px) {
    
}


