* {
    padding: 0;
    margin: 0;
    border: 0;
}

img {
    display: block;
}

*,
::after,
::before {
    box-sizing: border-box;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/icon/icon.woff2') format('woff2'), url('../font/icon/icon.woff') format('woff'), url('../font/icon/icon.ttf') format('truetype');
    font-display: swap
}

::-webkit-scrollbar-track {
    background-color: #f5f7fa;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #CCC;
}

::-webkit-scrollbar-button {
    height: 0;
    background-color: #999;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f7fa;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: 100%;
    tap-highlight-color: transparent;
}

body {
    margin: 0;
    background-color: #fff;
    color: #212529;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    position: relative;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    box-shadow: 0 0 2px #000;
    background: #fff;
    opacity: .5;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: rgba(218, 37, 28, 1);
    opacity: 1;
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}

ul,
ol,
li {
    list-style-type: none;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    --container-width: 1440px;
    max-width: 1440px;
}

header {
    background-color: rgba(255, 255, 255, 0) !important;
    position: fixed !important;
    z-index: 999 !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.6s;
}
header .top_t {
    width: 100%;
    /* transition: background-color .6s; */
    /* background-color: rgba(255, 255, 255, 0) !important; */
}

header .top_t .container {
    transition: background-color .6s;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

header .top_t .row {
    display: flex;
    align-items: center;
}

header .top_t .left p {
    font-size: 15px;
    font-family: "Noto Sans";
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    text-decoration: inherit;
    transition: background-color .6s;
}


header .top_t .right .tool {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

header .top_t .right .tool .social_list {
    min-height: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 0.6s;
    display: flex;
    align-items: center;
}

header .top_t .right .tool .social_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    color: white;
    --social-icon-active: #3b5998;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    justify-self: center;

}

header .top_t .right .tool .social_list li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #3b5998;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: inherit;
}

/* fackbook */
header .top_t .right .tool .social_list li:nth-child(1) a {
    background-color: #3b5998;
}

/* ins */
header .top_t .right .tool .social_list li:nth-child(2) a {
    background-color: #be347f;
}

/* tiktok */
header .top_t .right .tool .social_list li:nth-child(3) a {
    background-color: #010101;
}

/* 三个点 */
header .top_t .right .tool .social_list li:nth-child(4) a {
    background-color: rgba(255, 255, 255, .8);
    color: #424344;
}

header .top_t .right .tool .header_search {
    padding: 10px;
    box-sizing: border-box;
}

header .top_t .right .tool .header_search .header_search_box {
    display: flex;
    position: relative;
}

header .top_t .right .tool .header_search .header_search_box .header_search_btn {
    padding: 0;
    cursor: pointer;
    color: #fff;
}

header .top_t .right .tool .header_search .header_search_box .header_search_btn:hover {
    color: rgb(218, 37, 28);
}

header .top_t .right .tool .header_language {
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

header .top_t .right .tool .header_language .header_language_title {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

header .top_t .right .tool .header_language .header_language_title:hover {
    color: rgb(218, 37, 28);
}

header .top_t .right .tool .header_login {
    padding: 10px;
}


header .top_b .row {
    display: flex;
    align-items: center;
}

header .top_b .row .left .logo {
    display: flex;
}

header .top_b .row .left .logo a {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

header .top_b .row .left .logo a img {
    width: auto !important;
    height: 65px;
}

header .top_b .row .right .header_nav {
    position: relative;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: right;
}

header .top_b .row .right .header_nav .nav_item {
    width: auto;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

header .top_b .row .right .header_nav .nav_item:last-child {
    padding-right: 0px;
}

header .top_b .row .right .header_nav .nav_item .nav_link_first {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    display: inline-flex;
    align-items: center;
    color: #fff;
}
header .top_b .row .right .header_nav .nav_item.active .nav_link_first,
header .top_b .row .right .header_nav .nav_item .nav_link_first:hover {
    color: rgb(218, 37, 28);
}

.nav_name {
    position: sticky;
    display: inline-flex;
    max-width: 360px;
    word-break: break-word;
    color: inherit;
    text-transform: uppercase;
}

header .top_b .row .right .header_nav .nav_item .nav_link_first .drop {
    transition: transform 0.3s;
    padding-left: 5px;
}

/* 二级菜单 */
header .top_b .row .right .header_nav .header_nav_subNav {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s, opacity .3s;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px;
    color: rgba(42, 43, 45, 1);
    font-family: "Noto Sans";
}

/* 悬停时显示二级菜单 */
header .top_b .row .right .header_nav .nav_item:hover .header_nav_subNav {
    height: auto;
    opacity: 1;
    overflow: initial;
}

header .top_b .row .right .header_nav .header_nav_subNav .item {
    position: relative;
    padding: 18px 12px 0;
}

header .top_b .row .right .header_nav .header_nav_subNav .item:last-child {
    padding-bottom: 18px;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .subNav_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
}
header .top_b .row .right .header_nav .header_nav_subNav .item.active .subNav_link,
header .top_b .row .right .header_nav .header_nav_subNav .item .subNav_link:hover {
    color: rgba(218, 37, 28);
}

header .top_b .row .right .header_nav .header_nav_subNav .item .subNav_link i {
    padding-left: 4px;
    transition: transform .3s;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .subNav_link:hover i {
    transform: rotate(-90deg);
    /*padding: 0;*/
    transition: transform .3s;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .nav_title .nav_name {
    max-width: 800px;
    white-space: nowrap;
    text-overflow: clip;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .nav_title .nav_name .nav_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-width: 800px;
    white-space: nowrap;
    text-overflow: clip;
    font-size: 16px;
    font-family: "Noto Sans";
    color: rgba(42, 43, 45);
    text-transform: capitalize;
}
header .top_b .row .right .header_nav .header_nav_subNav .item.active .subNav_link .nav_title .nav_name .nav_text,
header .top_b .row .right .header_nav .header_nav_subNav .item .subNav_link:hover .nav_title .nav_name .nav_text {
    color: rgb(218, 37, 28);
}

/* 三级菜单 */
header .top_b .row .right .header_nav .header_nav_subNav .item .three_content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    background-color: #fff;
    border-radius: 5px;
    transition: height .3s, opacity .3s;
    overflow: hidden;
}

header .top_b .row .right .header_nav .header_nav_subNav .item:hover .three_content {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: initial;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .grandson {
    position: relative;
    padding: 18px 12px 0;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .grandson:last-child {
    padding-bottom: 18px;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .three_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_title {
    flex-grow: 1;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .nav_name {
    max-width: 800px;
    white-space: nowrap;
    text-overflow: clip;
}

header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .nav_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-width: 800px;
    white-space: nowrap;
    text-overflow: clip;
    font-size: 16px;
    font-family: "Noto Sans";
    color: rgba(42, 43, 45);
}

header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .nav_text:hover,
header .top_b .row .right .header_nav .header_nav_subNav .item .three_content .grandson.active .nav_text{
    color: rgb(218, 37, 28);
}
/*首页导航向下滚动时，导航背景颜色为黑色*/
.headerActive {
    background-color: #2A2B2D !important;
    /* transition: all 0/.3s; */
}

header.active {
    top: 0;
    /* transition: top 0.3s; */
}

header .search_box {
    position: absolute;
    width: 100%;
    z-index: 10;
    transition: background-color .6s;
    pointer-events: none;
}

header .search_box .search_modal {
    color: #333;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    z-index: 11;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s, opacity .3s;

    padding: 40px 0;
    position: unset;
    border-top: 1px solid #e8e8e8;
}

header .search_box .search_modal .content {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    width: 800px;
    margin: 0 auto;
    height: 48px;
}

header .search_box .search_modal .content .modal_btn {
    font-weight: 700;
    opacity: .8;
    cursor: pointer;
    position: relative;
    margin-right: .5rem;
}

header .search_box .search_modal .content .modal_btn input {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

header .search_box .search_modal .content input {
    outline: none;
    font-size: 14px;
    padding-left: 0;
    border: 0;
    font-family: inherit;
    color: inherit;
}

.search_close {
    font-weight: 300;
    opacity: .3;
    cursor: pointer;
    transition: all .3s;
    display: none;
}

header .search_box.show {
    pointer-events: all;
}

header .search_box.show .search_modal {
    height: auto;
    opacity: 1;
    overflow: initial;
}

.banner .mySwiper_banner {
    height: auto;
    width: 100%;
    position: relative;
}

.banner .mySwiper_banner img {
    width: 100%;
}

.banner .mySwiper_banner .text {
    display: flex;
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41%;
}

.banner .mySwiper_banner .text .text-inner {
    /*width: 54%;*/
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.banner .mySwiper_banner .text .text-inner h1 {
    font-size: 2.8vw;
    color: rgba(255, 255, 255, 1);
    font-style: initial;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Poppins SemiBold";
}

.banner .mySwiper_banner .text .text-inner p {
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: 1.7em;
    color: rgba(255, 255, 255, .8);
    padding-top: 1vw;
    margin: 0.5vw 5vw 0.5vw 0;
}

.banner .mySwiper_banner .text .text-inner .read_more {
    margin-top: 1vw;
    text-transform: capitalize;
}

.btn {
    display: inline-block;
    padding: .375rem .75rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
    color: #212529;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    padding: 10px 35px 10px 35px;
    --button-type: 0;
    background-color: rgba(218, 37, 28, 1);
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 0px 0px 0px 0px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Noto Sans Bold";
}

.read_more .btn {
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    padding: 12px 55px;
    text-align: center;
}

.read_more .btn:hover {
    opacity: .7;
    color: #fff;
    transition: .3s;
}

.index_box {
    padding: 6vw 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
}

.index_box h1 {
    padding: 10px 0;
    font-weight: normal;
    font-family: "Poppins SemiBold";
    line-height: 1.1em;
    font-size: 2.6vw;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
}
.index_box h5{
    font-weight: normal;
    display: block;
    padding-top: 1vw;
}
.index_box h5 p {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75em;
    color: rgba(84,84,84, 1);
}
.index_box .des p{
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75em;
    color: rgba(84,84,84, 1);
}

.index_box .container {
    padding: 0 3vw;
}

.product .des {
    padding: 1vw 0 10px 0;
}

.product .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.8vw;
}

.product .list ul li {
    padding: 0.8vw;
    box-sizing: border-box;
    width: 25%;
}

.product .list ul li a {
    width: 100%;
    display: block;
}

.product .list ul li .pic {
    width: 100%;
    overflow: hidden;
}

.product .list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-out;
}

.product .list ul li:hover .pic img {
    transition: .4s ease-out;
    transform: scale(1.05);
}

.product .list ul li p {
    color: rgba(34, 34, 34, 1);
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 1.5em;
    font-family: "Poppins SemiBold";
}

.inquiry {
    padding: 10vw 0;
    background: url(../images/inquiry_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}

.inquiry h1 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: "Poppins SemiBold";
    line-height: 1.1em;
    font-size: 2.6vw;
    text-transform: uppercase;
}

.inquiry .des {
    padding: 10px 0;
}

.inquiry .des p {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75em;
    color: #fff;
    text-align: center;
}

.inquiry .read_more {
    padding: 1vw 0 10px 0;
    text-align: center;
}

.inquiry .read_more a {
    padding: 12px 55px 12px 55px;
    font-size: 14px;
}

.service {
    background-color: #f5f5f5;
}

.service .container {
    padding: 0 3vw;
}

.service .des {
    padding: 10px 0 calc(10px + 4vw) 0;
}

.service .des p {
    color: rgba(84, 84, 84);
}

.service ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service ul li .text {
    width: 50%;
    /*528.02px*/
    padding: 1vw 7vw 0 0;
}

.service ul li .text h2 {
    font-weight: normal;
    padding: 10px 0;
}

.service ul li .text h2 p {
    font-size: 2vw;
    font-weight: normal;
    font-family: "Poppins Bold";
    color: rgba(34, 34, 34, 1);
}

.service ul li .pic {
    width: 50%;
    /*662.41px*/
    overflow: hidden;
    padding: 10px 0;
}

.service ul li .pic img {
    width: 100%;
}

.service ul li .text h4 {
    padding: 1vw 0 10px;
    line-height: 2em;
    display: block;
    font-weight: normal;
}

.service ul li .text h4 p{
    color: rgba(84, 84, 84, 1);
    font-size: 16px;
    line-height: 2em;
    font-family: "Noto Sans";
    font-weight: normal;
}
.service ul li .text .read_more {
    padding: 1vw 0 0 0;
}

.service ul li:nth-child(even) {
    padding-top: calc(4vw + 20px);
}

.service ul li:nth-child(even) .text {
    padding: 1vw 0 1vw 6vw;
}

.bg {
    background: url(../images/company_bg.webp) no-repeat center / cover;
    background-attachment: fixed;
    background-size: auto;
    color: #000;
    padding-bottom: 10vw;
    padding-top: 10vw;
}

.about {
    background: url(../images/index_about_bg.png) no-repeat center / cover;
    padding: 6vw 0;
}

.about .container {
    padding: 0 3vw;
    display: flex;
}

.about .left,
.about .right {
    width: 50%;
    position: relative;
}
.about .left .mySwiper_about{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about .left .mySwiper_about .swiper-pagination{
    position: static;
}
.about .left .pic{
    overflow: hidden;
}
.about .left img {
    width: 100%;
    transition: .4s ease-out;
}

.about .left .pic:hover img {
    transform: scale(1.05);
    transition: .4s ease-out;
}

.about .right {
    padding: 2vw 0 2vw 6vw;
}

.about .right .des {
    padding-top: 1vw;
}

.about .right .des p {
    font-size: 16px;
    font-family: "Noto Sans";
    color: rgb(84, 84, 84);
    line-height: 1.8em;
}

.about .right .data ul {
    display: flex;
    margin: 0 -.8vw;
}

.about .right .data ul li {
    padding: calc(15px + .8vw);
}

.about .right .data ul li .top b {
    font-size: 48px;
    line-height: 1.75em;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    color: rgb(218, 37, 28);
    font-family: "Poppins SemiBold";
}

.about .right .data ul li .bottom {
    margin-top: 0.5vw;
}

.about .right .data ul li .bottom p {
    color: rgba(84, 84, 84, .8);
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.about .right .read_more {
    padding: 1vw 0 0 0;
}

.case {
    background-color: rgba(44, 44, 44, 1);
    color: #000;
    padding: 6vw 0;
}

.case .container {
    max-width: 100%;
    padding: 0 3vw;
}

.case h1 {
    padding: 0 12vw;
    color: rgb(247, 249, 247);
}

.case .content {
    padding-top: 2vw;
}

.case .content .pic {
    width: 100%;
    overflow: hidden;
}

.case .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-out;
}

.case .content .pic:hover img {
    transition: .4s ease-out;
    transform: scale(1.05);
}

.case .content .t {
    padding: 15px 15px 0;
}

.case .content .t p {
    font-size: 18px;
    color: rgb(247, 249, 247);
    line-height: 1.5em;
    font-family: "Poppins SemiBold";
    text-align: center;
}

.case .content .mySwiper_case {
    padding-bottom: 40px;
}

.case .content .mySwiper_case .swiper-pagination {
    bottom: 0;
}

.news .list {
    padding: calc(3vw + 10px) 0 10px 0;
}

.news .list ul li {
    padding: 1.5vw;
    border-top: solid 1px #00000036;
}

.news .list ul li:last-child {
    border-bottom: solid 1px #00000036;
}

.news .list ul li a {
    display: flex;
    align-items: flex-start;
}

.news .list ul li .pic {
    width: 42%;
    padding-right: 2vw;
    overflow: hidden;
}

.news .list ul li .pic img {
    width: 100%;
}

.news .list ul li .text {
    width: 100%;
}

.news .list ul li .text .top .t h5 {
    font-weight: normal;
    font-size: 18px;
    font-family: "Poppins SemiBold";
    color: rgb(34, 34, 34);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    line-height: 1.5em;
}
.news .list ul li .text .top .des{
    padding-top: 1vw;
    padding-bottom: 2.5vw;
}
.news .list ul li .text .top .des p {
    font-family: "Noto Sans";
    font-size: 16px;
    color: rgba(84, 84, 84, .8);
    line-height: 1.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.news .list ul li .text .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .list ul li .text .bottom .time p {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.news .list ul li .text .bottom .more .btn {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    color: #000;
    padding: 0px;
    padding-bottom: 5px;
    position: relative;
    font-family: inherit;
    font-size: 14px;
}

.news .list ul li:hover .text .bottom .more .btn {
    color: rgb(218, 37, 28);
}

.news .list ul li .text .bottom .more .btn::before {
    content: '→';
    margin-right: 14px;
}

.news .list ul li .text .bottom .more .btn::after {
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    bottom: 0px;
    content: '';
    height: 1px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.news .list ul li:hover .text .bottom .more .btn::after {
    border-color: rgb(218, 37, 28);
}

.news .list ul li .text .bottom .more .btn span {
    font-size: 14px;
    color: #000;
}

.news .list ul li:hover .text .bottom .more .btn span {
    color: rgb(218, 37, 28);
}

.contact {
    background: url(../images/contact_form_bg.webp) no-repeat center / cover;
    background-attachment: fixed;
}

.contact .title h1 {
    color: #fff;
    text-align: center;
    padding: 0;
}

.contact .des {
    padding-top: 1vw;
}

.contact .des p {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.75em;
    font-family: "Noto Sans";
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact form{
    padding: 2vw 0 10px 0;
}
.contact form .form-row .form-group {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1rem;
}

form label {
    display: flex;
    font-weight: bold;
    position: relative;
    flex-flow: column;
    margin-bottom: 0;
}

.contact form .form-row .form-group label {
    font-size: 16px;
    font-family: "Noto Sans";
    color: rgb(84, 84, 84);
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    color: #495057;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    --form-type: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 0px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 1px;
}

.contact form .form-row .form-group label .form-control {
    padding: 12px 15px;
    height: auto;
    font-weight: normal;
    outline: none;
    font-size: 16px;
    font-family: "Noto Sans";
    color: unset;
}

.contact form .form-row .form-group label .form-control:focus {
    box-shadow: rgba(0, 123, 255, 0.15) 0px 0px 0px 1.8922px;
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    width: 100%;
    color: #dc3545;
    font-size: 80%;
}

.col-form-label {
    margin-bottom: 0;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    font-size: inherit;
    line-height: 1.5;

    padding-bottom: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    font-weight: normal;
    opacity: .8;
    color: inherit;

    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    transition: .1s ease-in-out;
}

form [required]~.col-form-label::before {
    content: '*';
    padding-right: 5px;
    color: red;
    display: inline-block;
}

form .form-group label.active .col-form-label {
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.7;
}

.contact form .form-row .form-group label.active .form-control {
    padding-top: calc(12px + 12px * (2 / 3));
    padding-bottom: calc(12px / 3);
}

.label-text {
    text-transform: capitalize !important;
}

input[type="submit"] {
    cursor: pointer;
}

.submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit input {
    color: #fff;
    padding: 12px 55px 12px 55px;
    font-size: 14px;
    background-color: rgba(218, 37, 28, 1);
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Noto Sans Bold";
    transition-duration: 300ms;
    text-align: center;
    border: unset;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.submit input:hover {
    opacity: 0.7;
}

footer {
    background-color: rgba(40, 40, 40, 1);
    color: #fff;
}

footer .top .container {
    padding: 5vw 3vw 2vw;
}

footer .box1 .logo {
    width: auto;
    height: 99px;
}

footer .box1 .logo img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}

footer .box1 .tool {
    padding-top: 2vw;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

footer .box1 .tool a {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #3b5998;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 5px;
}

footer .box1 .tool span {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .box1 .tool a:nth-child(2) {
    background-color: #be347f;
}

footer .box1 .tool a:nth-child(3) {
    background-color: #010101;
}

footer .box1 .tool a:nth-child(4) {
    background-color: #000;
}

footer .box1 .tool a:nth-child(5) {
    background-color: #00aff0;
}

footer .box2 .title,
footer .box3 .title,
footer .box4 .title,
footer .box4 .add {
    padding: 10px 0;
}

footer .box2 .title h5,
footer .box3 .title h5,
footer .box4 .title h5 {
    font-size: 18px;
    font-family: "Poppins SemiBold";
    color: #fff;
    font-weight: normal;
}

footer .box2 ul,
footer .box3 .pro_sub,
footer .box4 .msg {
    padding: 1vw 0;
}
footer .box4 .msg{
    margin-bottom: 10px;
}
footer .box2 ul li a{
    text-transform: capitalize;
}
footer .box2 ul li a,
footer .box3 .pro_sub .sub a,
footer .box3 .pro_sub .sub,
footer .box4 .msg p,
footer .box4 .msg p a {
    font-size: 15px;
    line-height: 2.7em;
    font-family: "Noto Sans";
    color: rgba(255, 255, 255, .7);
}

footer .box2 ul li a:hover,
footer .box3 .pro_sub .sub a:hover,
footer .box4 .msg a:hover {
    color: rgba(218, 37, 28, 1);
}

footer .box4 {
    padding-right: 1vw;
}

footer .box4 .add p,
footer .box5 p {
    font-size: 15px;
    line-height: 2em;
    font-family: "Noto Sans";
    color: rgba(255, 255, 255, .7);
}

footer .box5 {
    padding-left: 2vw;
}

footer .box5 .des,
footer .box5 .time {
    padding: 10px 0;
}

footer .btn_link {
    margin: 2vw 0 10px 0;
}

footer .btn_link .btn {
    font-size: 14px;
    padding: 12px 55px;
}

footer .btn_link .btn:hover {
    opacity: .7;
}

footer .copyRight .container {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-left: 3vw;
    padding-right: 15px;
}

footer .copyRight .con {
    padding: 1vw 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .copyRight .con p,
footer .copyRight .con p a {
    font-family: "Noto Sans";
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    text-align: center;
}

.suspend {
    position: fixed;
    right: 15px;
    bottom: calc(10% + 0px);
    cursor: pointer;
    z-index: 999 !important;
}
.suspend .chat{
    margin: 6px 0;
}
.suspend .chat,
.suspend .close {
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%), 0 2px 16px 0 rgb(0 0 0 / 12%);
}

.suspend .chat i,
.suspend .close i {
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    color: white;
    background-color: rgba(218, 37, 28, 1);
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.suspend .close {
    display: none;
}

.suspend .inquiryForm {
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 80px;
    background-color: #fff;
    transform: translate(calc(-100% + 60px), -65px);
    width: 350px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.suspend .inquiryForm.show {
    opacity: 1;
    visibility: visible;
}

.suspend .modal-head {
    background-color: rgb(218, 37, 28);
    text-align: center;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-family: "Noto Sans";
}

.suspend .modal-head .title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.suspend .modal-head .des {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    opacity: .6;
    color: #fff;
    text-transform: capitalize;
}

.modal-form {
    padding: 25px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(80vh - 260px);
    font-size: 14px;
    background: #f9fafa;
    padding-bottom: 45px;
}

.modal-form::-webkit-scrollbar {
    width: 3px;
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    width: 100%;
    color: #dc3545;
    font-size: 80%;
}

.modal-form .form_item label {
    color: #141414;
    font-size: 14px;
    display: flex;
    flex-flow: column-reverse;
    font-family: "Noto Sans";
    flex-grow: 1;
}

.modal-form .form_item label .form-control {
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    order: 2;
    padding: 12px 15px;
    line-height: 1.5em;
    font-family: inherit;
    height: 43px;
}

.modal-form .form_item label textarea.form-control {
    height: 127px;
}

.modal-form .form_item label .label_box {
    font-size: 14px;
    position: static;
    padding: 0;
    padding-bottom: 8px;
    order: 3;
    line-height: 1.5em;
    font-family: inherit;
    color: inherit;
    opacity: 0.8;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.modal-form .form_item label .label_box::before {
    content: '*';
    padding-right: 5px;
    color: red;
    display: inline-block;
}

.modal-form .submit {
    padding: 11px 0 7px;
    margin: 0 auto;
    max-width: 100%;
}

.modal-form .submit input {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    background-color: rgb(218, 37, 28);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    transition-duration: 300ms;
    font-family: "Noto Sans";
    cursor: pointer;
}

.modal-form .submit input:hover {
    opacity: .7;
}

.goTop {
    margin: 6px 0;
    /*position: fixed;*/
    right: 15px;
    bottom: calc(10% - 70px);
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    width: 60px;
    line-height: 60px;
    background-color: #fff;
    color: rgb(218, 37, 28);
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(40, 47, 54, 0.08);
    border-radius: 50%;
}

.goTop.active {
    opacity: 1;
    visibility: visible;
}

.goTop:hover {
    background-color: rgb(218, 37, 28);
    color: #fff;
}

#head_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9999;
}

.modal_box {
    display: flex;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    justify-content: center;
    align-items: flex-start;
    padding: 10vh 5vw;
    transition: opacity .2s;
    opacity: 0;
    visibility: hidden;
}

.modal_box.show {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.modal_inner {
    max-height: 100%;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.language_box .modal_inner {
    width: 930px;
}

.modal_header {
    flex: 0;
    position: relative;
    padding: 16px 24px;
    color: rgba(0, 0, 0, .85);
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
}

.modal_title {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}

.language_box .modal_title a {
    font-size: 18px;
    font-weight: bold;
    color: #202223;
    line-height: 25px;
}

.modal_close {
    font-family: iconfont, sans-serif;
    text-shadow: 0 0 1px rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 50px;
    font-size: 30px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: rgba(0, 0, 0, .45);
    cursor: pointer;
}

.modal_body {
    flex: 1 1;
    overflow: auto;
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}

.language_box .modal_body {
    overflow-y: auto;
    padding: 0;
}

.modal_body::-webkit-scrollbar {
    width: 3px;
}

.language_box .modal_body ul {
    max-height: unset;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-row-gap: 16px;
    justify-content: space-evenly;
    justify-items: center;
    padding: 8px;
    height: auto;
    transition: all .3s;
    border-radius: 8px;
    min-width: 100%;
    width: 180px;
    background-color: #fff;
    overflow-y: auto;
}

.language_box .modal_body ul li {
    /* padding-bottom: 15px; */
    color: #333;
}

.language_box .modal_body ul li a {
    width: 122px;
    height: 122px;
    border-radius: 8px;
    border: 1px solid #eceeef;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.language_box .modal_body ul li:hover a {
    text-decoration: underline;
    opacity: 1;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 1px 15px #ddd;
}

.language_box .modal_body ul li .pic {
    overflow: hidden;
    width: 50px;
    height: 30px;
}

.language_box .modal_body ul li .pic img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.language_box .modal_body ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #6d7175;
    line-height: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    text-transform: capitalize;
}

.modal_footer {
    flex: 0;
    padding: 10px 16px;
    overflow: hidden;
    background: 0;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 2px 2px;
}

.footer-inner {
    margin: -4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.language_box .footer-inner {
    justify-content: center;
}

.language_box .footer-inner p {
    font-size: 14px;
    color: #202223;
    line-height: 20px;
}

#head_modal .social_box .modal_header .modal_title a {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}

#head_modal .social_box .modal_inner {
    width: 1080px;
    border-radius: 8px;
}

#head_modal .social_list {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

#head_modal .social_list a {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    width: 170px;
    padding: 20px;
}

#head_modal .social_list .itembox {
    height: 130px;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #eceeef;
    border-radius: 8px;
}

#head_modal .social_list a:hover .itembox {
    background-color: #cbdffe;
    border-radius: 8px;
}

#head_modal .social_list .itembox .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #3b5998;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

#head_modal .social_list a:nth-child(2) .itembox .icon {
    background-color: #be347f;
}

#head_modal .social_list a:nth-child(3) .itembox .icon {
    background-color: #010101;
}

#head_modal .social_list a:nth-child(4) .itembox .icon {
    background-color: #000;
}

#head_modal .social_list a:nth-child(5) .itembox .icon {
    background-color: #00aff0;
}

#head_modal .social_list .itembox .icon .iconfont {
    font-size: 22px;
}

#head_modal .social_list .itembox p {
    margin-top: 10px;
    color: #212529;
}

/* 内页导航栏默认样式.header类 */
.headerIn {
    top: 0;
    background-color: #2A2B2D !important;
}
/*首页动态头部header类名*/
.header{
    top: -146px;
}

.page {
    margin-top: 146px;
}

.breadcrumb {
    background-color: rgba(247, 247, 247, 1);
}

.breadcrumb .location {
    padding: 20px 0 16px;
}
.breadcrumb .location p,
.breadcrumb2 .location p{
    margin: 0 -10px;
}
.breadcrumb .location p,
.breadcrumb .location p a,
.breadcrumb .location p span,
.breadcrumb2 .location p,
.breadcrumb2 .location p a,
.breadcrumb2 .location p span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Noto Sans";
    color: #212529;
    line-height: 1.75em;
    text-transform: capitalize;
    padding: 0 5px;
}

.page_pro {
    padding: 3vw 0px 4vw 0px;
    color: #000;
}

.page_pro .inHead {
    padding-bottom: 2vw;
}

.page_pro .inHead .title h1 {
    font-size: 2.6vw;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    text-align: center;
    font-weight: normal;
}

.page_pro .inHead .des {
    padding: 1vw 0 10px;
    text-align: center;
}

.page_pro .inHead .des p {
    color: rgba(0, 0, 0, .6);
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75em;
}

.page_pro .main .sidebarBox {
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    padding-bottom: 3vw;
    padding-top: 1vw;
    position: sticky;
    top: 0;
    height: 100%;
    overflow: auto;
}

.page1 .page_pro .main .sidebarBox .top {
    padding: 2vw 15px 10px 15px;
    background-color: #fff;
    border-radius: 12px;
    min-height: 0px;
}

.page1 .page_pro .main .sidebarBox .top .list {
    font-size: 16px;
    position: relative;
}

.menu_item {
    padding: 3px 10px;
}

.page1 .page_pro .sidebarBox .list .menu_item .nor {
    display: flex;
    align-items: center;
    padding: 2px 0;
    font-size: 16px;
    color: #000;
}

.page1 .page_pro .sidebarBox .list .menu_item .nor .icon {
    width: 22px;
    flex-shrink: 0;
    cursor: pointer;
}

.page1 .page_pro .sidebarBox .list .menu_item .nor .icon .iconfont {
    font-size: 10px;
    display: inline-block;
    transform: rotate(-90deg);
}

.page1 .page_pro .sidebarBox .list .menu_item.active>.nor .icon-action-bottom-lighter,
.page1 .page_pro .sidebarBox .list .menu_item.active>.nor .list_son>.menu_item.active>a .icon-action-bottom-lighter {
    transform: rotate(0);
}

.menu_item span {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75em;
    color: #000;
}

.page1 .page_pro .sidebarBox .list .menu_item.active>.list_son {
    height: auto;
    opacity: 1;
    transition: all .3s;
}

.page1 .page_pro .main .sidebarBox .bottom {
    padding: 1vw 15px 0vw 15px;
}

.form-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page1 .page_pro .main .sidebarBox .bottom .form_item {
    margin-bottom: 1rem;
    padding-left: 5px;
    padding-right: 5px;
}

.page1 .page_pro .main .sidebarBox .bottom label {
    color: rgba(84, 84, 84);
    font-size: 16px;
    font-family: "Noto Sans";
    font-weight: normal;
}

.page1 .page_pro .main .sidebarBox .bottom label .form-control {
    padding-top: calc(12px + 12px * (2 / 3));
    padding-bottom: calc(12px / 3);
    font-size: 16px;
    color: rgb(84, 84, 84);
    font-family: "Noto Sans";
    outline: none;
    height: auto;
    font-weight: normal;
    background-color: rgba(247, 247, 247, 1);
    border-bottom-color: rgba(255, 255, 255, 1);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color: rgba(255, 255, 255, 1);
    border-left-style: none;
    border-left-width: 1px;
    border-radius: 0px;
    border-right-color: rgba(255, 255, 255, 1);
    border-right-style: none;
    border-right-width: 1px;
    border-top-color: rgba(255, 255, 255, 1);
    border-top-style: none;
    border-top-width: 1px;
    padding: 12px 15px;
}

.page1 .page_pro .main .sidebarBox .bottom label .form-control:focus {
    box-shadow: rgba(0, 123, 255, 0.15) 0px 0px 0px 1.8922px;
}

.page1 .page_pro .main .sidebarBox .bottom label .form_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    transition: .1s ease-in-out;
    display: flex;
    align-items: center;
    opacity: .8;
}

.page1 .page_pro .main .sidebarBox .bottom label.required .form_label::before {
    content: '*';
    padding-right: 5px;
    color: red;
    display: inline-block;
}

.page1 .page_pro .main .sidebarBox .bottom label.active .form-control {
    padding-top: calc(12px + 12px * (2 / 3));
    padding-bottom: calc(12px / 3);
}

.page1 .page_pro .main .sidebarBox .bottom label.active .form_label {
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: .77;
}

.page1 .page_pro .main .sidebarBox .bottom .submit {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.page1 .page_pro .main .sidebarBox .bottom .submit input[type="submit"] {
    width: 100%;
}

.page_pro .main .prolist {
    padding-left: 3vw;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page_pro .main .prolist .list{
    margin: -.8vw;
}
.page_pro .main .prolist .list ul {
    display: flex;
    flex-wrap: wrap;
}

.page_pro .main .prolist .list ul li {
    padding: .8vw;
    width: 33.333%;
}
.page_pro .main .prolist .list ul li .top{
    position: relative;
}
.page_pro .main .prolist .list ul li .top .pic_box{
    width: 100%;
    position: relative;
    padding-top: 100%;
    height: 0px;
    display: flex;
}

.page_pro .main .prolist .list ul li .pic {
    
    /*height: 312.81px;*/
    overflow: hidden;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.page_pro .main .prolist .list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid transparent;
}

.page_pro .main .prolist .list ul li .text {
    margin-top: 1vw;
}

.page_pro .main .prolist .list ul li .text .title p {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    text-transform: none;
    font-family: "Poppins SemiBold";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}
.page_pro .main .prolist .list ul li .text .des{
    margin: .5vw 0;
}
.page_pro .main .prolist .list ul li .text .des p {
    font-size: 16px;
    color: #000;
    opacity: .8;
    /* height: 1.75em; */
    font-family: "Noto Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.fanye {
    padding: 3vw 0 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.fanye ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.fanye ul li {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 5px;
    color: #000;
    background-color: #f4f4f5;
}

.fanye ul li a,
.fanye ul li span {
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    background-color: inherit;
    border: 0;
    padding: 0;
    border-radius: 2px;
    position: relative;
    margin: 0;
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: inherit;
}
.fanye ul li.active span{
    font-weight: bold;
}

.fanye ul li a:hover {
    opacity: .7;
}

.fanye ul li.active {
    background: rgb(218, 37, 28);
    color: #fff;
}

.page_pro_show .box1 {
    background-color: rgba(247, 247, 247, 1);
    color: #222;
    padding: 2vw 0;
}
.page_pro_show .box2 img{
    max-width: 100%;
}

.page_pro_show .box1 .row {
    padding: 3vw 0;
}
.page_pro_show .box1 .row .col:first-child{
    padding-right: 17.5px;
}

.page_pro_show .box1 .album {
    display: flex;
    flex-flow: column;
}

.page_pro_show .box1 .album .mySwiper_big {
    /*height: 321px;*/
    width: 100%;
    height: auto;
}

.page_pro_show .box1 .album .mySwiper_big .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
}
.page_pro_show .box1 .album .mySwiper_big .pic .pic_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.page_pro_show .box1 .album .mySwiper_big img {
    height: 100%;
    object-fit: unset;
    width: 100%;
    max-width: 100%;
}
.page_pro_show .box1 .album .mySwiper_big video {
    height: 100%;
    /*object-fit: unset;*/
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
.page_pro_show .box1 .album .mySwiper_big video{
    display: block;
    /*height: auto;*/
    margin: 0 auto;
    max-width: 100%;
    /*max-height: 100%;*/
}

.page_pro_show .box1 .album .thum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 36px;
    padding-top: 10px;
}

.page_pro_show .box1 .album .thum .swiper-button-prev,
.page_pro_show .box1 .album .thum .swiper-button-next {
    cursor: pointer;
    position: static;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0;
}

.page_pro_show .box1 .album .thum .swiper-button-next:after,
.page_pro_show .box1 .album .thum .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.page_pro_show .box1 .album .thum .swiper-button-next.swiper-button-disabled,
.page_pro_show .box1 .album .thum .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}

.page_pro_show .box1 .album .thum .mySwiper_min {
    /* padding: 0 38px; */
    width: 86.66%;
}

.page_pro_show .box1 .album .thum .mySwiper_min .swiper-slide {
    width: 60px!important;
    min-width: 60px!important;
    min-height: 60px!important;
    aspect-ratio: 1;
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(40, 47, 54, 0.15);
    border-radius: 5px;
    cursor: pointer;
}

.page_pro_show .box1 .album .thum .mySwiper_min .swiper-slide-thumb-active {
    border-color: #000;
}

.page_pro_show .box1 .album .thum .mySwiper_min .pic {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_pro_show .box1 .album .thum .mySwiper_min img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page_pro_show .box1 .detail_content {
    padding-left: 12.5px;
}

.page_pro_show .box1 .detail_content h4 {
    padding: 10px;
    font-size: 18px;
    font-family: "Poppins SemiBold";
    line-height: 1.5em;
}

.page_pro_show .box1 .detail_content .detail_text {
    padding: 10px;
    font-family: "Noto Sans";
    font-size: 16px;
}

.page_pro_show .box1 .detail_content .detail_text p,
.page_pro_show .box1 .detail_content .detail_text span,
.page_pro_show .box1 .detail_content .detail_text b {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
.page_pro_show .box1 .detail_content .detail_text p{
    display: table-row;
    font-size: 16px;
    color: rgba(34,34,34,.7);
}
.page_pro_show .box1 .detail_content .detail_text p>strong{
    display: table-cell;
    padding-right: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    /*opacity: .9;*/
    font-weight: bold;
    white-space: nowrap;
    color: rgba(34,34,34,.9)!important;
}
.page_pro_show .box1 .detail_content .detail_text p>span{
    display: table-cell;
    opacity: .7;
}

.page_pro_show .box1 .detail_content .btn_box {
    padding: 15px 10px 10px 10px;
}

.page_pro_show .box1 .detail_content a.btn {
    padding: 12px 55px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Noto Sans Bold";
    background-color: rgba(218, 37, 28, 1);
    border-color: rgba(218, 37, 28, 1);
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s;
    text-align: center;
}

.page_pro_show .box1 .detail_content a.btn:hover {
    opacity: .7;
}
/*产品详情页 - 手机端底部*/
.detail_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    min-height: 60px;
    padding: 10px 12px;
    /*padding-bottom: 10px;*/
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.detail_footer_icon-group {
    display: flex;
    align-items: center;
}
.detail_footer_icon-group .iconfont {
    font-size: 24px;
    padding: 0 10px;
    color: #666;
}
.detail-button-comment {
    display: none;
}
.detail-button-comment .btn.base-button__inner {
    color: inherit;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.detail_footer_icon-group .iconfont {
    font-size: 24px;
    padding: 0 10px;
    color: #666;
}
.detail_footer_icon-group .detail-button-inquiry.full {
    width: 100%;
    flex: 1;
    display: inline-block;
}
.detail_footer_icon-group .detail-button-inquiry.full .btn {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 7px 0;
    background: linear-gradient(133deg,#ff7e00 0,#ff532c 100%);
    border-radius: 20px;
    border-color: transparent;
    transition: all .3s;
}
.d-inline-block {
    display: inline-block !important;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Noto Sans Bold";
}
.detail-footer_btn-group {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex: 1;
    flex: 0 0 40%;
}
/*产品详情 - 结束*/

.page3 .breadcrumb {
    padding: 3vw 0 0 0;
    background-color: transparent;
}

.page3 .breadcrumb2 {
    padding: 3vw 0;
    background-color: #F8F8F8;
}

.page3 .breadcrumb2 .name {
    color: rgba(0, 0, 0, 1);
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px;
}

.page3 .breadcrumb2 .location {
    padding: 10px;
}

.page3 .breadcrumb .location p,
.page3 .breadcrumb2 .location p {
    text-align: center;
    justify-content: center;
}

.col_description {
    padding-bottom: 2vw;
}

.col_description .inHead .title {
    padding: 10px 0;
}

.col_description .inHead .title h1 {
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    color: rgb(34, 34, 34);
    font-size: 2.6vw;
    font-weight: normal;
}

.col_description .inHead .des {
    padding: 10px 0;
}

.col_description .inHead .des p {
    text-align: center;
    font-size: 16px;
    line-height: 1.75em;
    font-family: "Noto Sans";
    color: rgb(84, 84, 84);
}

.page3 .list {
    padding-bottom: 6vw;
}

.page3 .list ul li {
    padding-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page3 .list ul li .text {
    padding: 1vw 7vw 0 0;
}

.page3 .list ul li .text h2,
.page3 .list ul li .text h2 span {
    font-size: 2vw;
    font-family: "Poppins Bold";
    color: rgba(34, 34, 34, 1);
    padding: 10px 0;
}

.page3 .list ul li .text h4 {
    padding: 1vw 0 10px;
    line-height: 2em;
    font-weight: normal;
}

.page3 .list ul li .text h4 p {
    color: rgba(84, 84, 84, 1);
    font-size: 16px;
    line-height: 2em;
    font-family: "Noto Sans";
}

.page3 .list ul li .pic {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.page3 .list ul li .pic img {
    width: 100%;
}

.page3 .list ul li:nth-child(even) .text {
    padding: 1vw 0 0 6vw;
}

.page3 .tech {
    background-color: rgba(245, 245, 245, 1);
    color: #000;
    padding: 6vw 0;
}

.page3 .tech .container {
    padding: 0 3vw;
}

.page3 .tech h1 {
    padding: 10px 0 calc(2vw + 10px) 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    font-size: 2.6vw;
    color: rgb(34, 34, 34);
    font-weight: normal;
}

.page3 .tech .mySwiper_tech {
    padding-bottom: 45px;
}

.page3 .tech .mySwiper_tech .pic {
    overflow: hidden;
    width: 100%;
    height: 363px;
}

.page3 .tech .mySwiper_tech .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-out;
}

.page3 .tech .mySwiper_tech .pic:hover img {
    transform: scale(1.05);
    transition: .4s ease-out;
}

.page3 .tech .mySwiper_tech p {
    text-align: center;
    color: rgba(34, 34, 34, 1);
    padding: 15px;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    text-transform: capitalize;
}

.page4 {
    padding-bottom: 3vw;
}

.page4 .title {
    padding-top: 3vw;
}

.page4 .title h1 {
    font-weight: normal;
    color: rgba(34, 34, 34, 1);
    text-align: left;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    font-size: 2.6vw;
    padding: 10px 0;
}

.page4 .title .des {
    color: rgba(0, 0, 0, .6);
    padding-top: 1vw;
    text-align: center;
    padding-bottom: 10px;
}

.page4 .list .container {
    padding: 1vw 45px 0;
}

.page4 .list ul li {
    border-bottom: 1px solid #DFE0E1;
    padding: .8vw 0px .8vw 0px;
}

.page4 .list ul li:last-child {
    border-bottom: 0 !important;
}

.page4 .list ul li a {
    padding: 15px 0;
    display: flex;
}

.page4 .list ul li .left{
    width: 300px;
    overflow: hidden;
    padding-right: 2vw;
}
.page4 .list ul li .left .pic{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.page4 .list ul li .left .pic img{
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transition: .4s ease-out;
}

.page4 .list ul li .left .pic:hover img {
    transform: scale(1.05);
}

.page4 .list ul li .t h5 {
    font-weight: normal;
    font-size: 18px;
    color: rgba(78, 78, 78, 1);
    margin-top: 0px;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.page4 .list ul li .des p {
    color: rgba(102, 102, 102, 1);
    margin-bottom: 1vw;
    margin-top: 1vw;
    opacity: .8;
    text-align: left;
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.page4 .list ul li .time span {
    display: flex;
    flex-wrap: nowrap;
    opacity: .6;
    font-size: 14px;
    color: #282F36;
}

.page5 {
    background-color: #EFEFEF;
}

.page5 .breadcrumb {
    background-color: transparent;
}

.page5 .news_show {
    padding: 3vw 0;
}

.page5 .news_show .news_show_content {
    background-color: #fff;
    padding: 40px 30px 40px 30px;
    border-radius: 12px;
    color: #283036;
}

.page5 .news_show .news_show_content .title {
    padding-bottom: 10px;
}

.page5 .news_show .news_show_content .title h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    display: inline-block;
    font-weight: normal;
}

.page5 .news_show .news_show_content .share {
    opacity: .6;
    display: flex;
    padding: 5px 0;
    font-size: 14px;
    color: #283036;
    align-items: center;
}

.page5 .news_show .news_show_content .share .time,
.page5 .news_show .news_show_content .share .see {
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.page5 .news_show .news_show_content .share .time span,
.page5 .news_show .news_show_content .share .see span {
    margin-right: .5rem;
}

.page5 .news_show .news_show_content .share .time p {
    color: inherit;
    font-size: inherit;
}

.page5 .news_show .news_show_content .content {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(40, 48, 54, .8);
    text-align: justify;
    max-width: 100%;
    overflow-x: auto;
}

.page5 .news_show .news_show_content .content img {
    max-width: 100%;
}

.page5 .news_show .formbox {
    border-radius: 12px;
    margin-top: 40px;
    background-color: #fff;
}

.page5 .news_show .formbox .title {
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid #dfdfe1;
}

.page5 .news_show .formbox .title p {
    font-size: inherit;
    color: rgb(33, 37, 41);
    text-transform: uppercase;
}

.page5 .news_show .formbox form {
    padding: 20px 20px 25px 20px;
}
.page9 .main_box .main .form_box form{
    padding-top: 1.5625vw;
    padding-bottom: 10px;
}

.page5 .news_show .formbox form .row,
.page9 .main_box .main .form_box form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.page5 .news_show .formbox form .form-group,
.page9 .main_box .main .form_box form .form-group {
    padding: 0 5px 1rem 5px;
}

.page5 .news_show .formbox form .form-group label,
.page9 .main_box .main .form_box form .form-group label {
    color: rgba(84, 84, 84, 1);
    font-size: 16px;
    line-height: 1.5em;
    text-transform: capitalize;
}

.page5 .news_show .formbox form .form-group label .form-control,
.page9 .main_box .main .form_box form .form-group label .form-control {
    border: 1px solid #DFDFE1;
    border-radius: 6px;
    font-size: 14px;
    color: rgba(84, 84, 84, 1);
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    outline: none;
    height: auto;
}
.page9 .main_box .main .form_box form .form-group label .form-control{
    border-radius: unset;
}
.page5 .news_show .formbox form .form-group .form-label,
.page9 .main_box .main .form_box form .form-group .form-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    transition: .1s ease-in-out;
    opacity: .7;
    font-weight: normal;
    color: rgba(84, 84, 84, 1);
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
}

.page5 .news_show .formbox form .form-group .form-label::before,
.page9 .main_box .main .form_box form .form-group .form-label::before {
    content: '*';
    padding-right: 5px;
    color: red;
    display: inline-block;
}

.page5 .news_show .formbox form .form-group .item-inner.active .form-label,
.page9 .main_box .main .form_box form .form-group .item-inner.active .form-label {
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: .7;
}

.page5 .news_show .formbox form .form-group .item-inner.active .form-control,
.page9 .main_box .main .form_box form .form-group .item-inner.active .form-control {
    padding-top: calc(12px + 12px * (2 / 3));
    padding-bottom: calc(12px / 3);
}

.page5 .news_show .formbox form .form-group .item-inner .form-control:focus,
.page9 .main_box .main .form_box form .form-group .item-inner .form-control:focus {
    box-shadow: rgba(0, 123, 255, 0.196) 0px 0px 0px 2.47548px;
}

.page5 .news_show .formbox form .sendbtn,
.page9 .main_box .main .form_box form .sendbtn {
    padding-left: 5px;
    padding-right: 5px;
}

.page5 .news_show .formbox form .sendbtn input,
.page9 .main_box .main .form_box form .sendbtn input {
    padding: 12px 55px;
    font-size: 14px;
}

.page5 .news_show .formbox form .sendbtn input:hover,
.page9 .main_box .main .form_box form .sendbtn input:hover {
    opacity: .7;
}

.page5 .com_art {
    background-color: #fff;
}

.page5 .com_art .list {
    color: #283036;
    padding-bottom: 20px;
    padding-top: 20px;
}

.page5 .com_art .list .head {
    border-bottom: 1px solid #DFDFE1;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page5 .com_art .list .head h5 {
    font-weight: 600;
    font-size: 16px;
    color: #183d66;
    text-transform: uppercase;
}

.page5 .com_art .list .head .column {
    display: flex;
    align-items: center;
}

.page5 .com_art .list .head .column a {
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    white-space: nowrap;
    color: #283036;
    text-transform: capitalize;
}

.page5 .com_art .list .head .column a:hover {
    color: rgb(218, 37, 28);
}

.page5 .com_art .list .head .column a:last-child {
    border: none;
}

.page5 .com_art .list .row .item:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.page5 .com_art .list .row .item:not(:first-child) {
    width: 50%;
    flex: 0 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page5 .com_art .list .row .item {
    padding-left: 0;
    padding-right: 0;
}

.page5 .com_art .list .row .item:first-child a {
    padding-top: 10px;
    color: #183d66;
}

.page5 .com_art .list .row .item:first-child .title {
    margin: 0;
}

.page5 .com_art .list .row .item:first-child .title p {
    font-size: 20px;
    color: inherit;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.page5 .com_art .list .row .item .des {
    font-size: 14px;
    opacity: .75;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.75;
    margin: .5vw 0;
}

.page5 .com_art .list .row .item .des p {
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.page5 .com_art .list .row .item:not(:first-child) a {
    color: #000;
}

.page5 .com_art .list .row .item:not(:first-child) .title {
    font-size: 14px;
    font-weight: normal;
    opacity: .8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    margin-top: 0;
    line-height: 1.5;
}

.page5 .com_art .list .row .item:not(:first-child) .title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
    background-color: #333;
}

.page5 .com_art .list .row .item:not(:first-child) .title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
}

.page5 .com_art .list .row .item a:hover {
    color: rgb(218, 37, 28);
}

.bannerIn {
    position: relative;
    width: 100%;
    margin-top: 146px;
}

.bannerIn .pic {
    overflow: hidden;
    width: 100%;
}

.bannerIn .pic img {
    width: 100%;
}

.bannerIn .textbox .container {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bannerIn .textbox .text {
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bannerIn .textbox .text h1 {
    padding: 10px 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    font-size: 2.6vw;
    color: rgba(34, 34, 34, 1);
    font-weight: normal;
}

.bannerIn .textbox .text .location {
    padding: 10px 0;
}

.bannerIn .textbox .text .location p,
.bannerIn .textbox .text .location p a,
.bannerIn .textbox .text .location p span {
    color: rgba(34, 34, 34, 1);
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75;
    text-transform: capitalize;
    padding: 0 5px;
}

.page6 .box1 {
    background-color: #fff;
    background: url(../images/index_about_bg.png) no-repeat center / cover;
    padding: 5vw 0;
}

.page6 .box1 .container {
    padding-left: 15px;
    padding-right: 15px;
}

.page6 .box1 .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page6 .box1 .main .left {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.page6 .box1 .main .left .pic {
    width: 100%;
    overflow: hidden;
}

.page6 .box1 .main .left .pic img {
    width: 100%;
    transition: .4s ease-out;
}

.page6 .box1 .main .left .pic:hover img {
    transform: scale(1.05);
}

.page6 .box1 .main .right {
    padding-left: 4vw;
}

.page6 h1{
    padding: 0;
    padding-bottom: calc(1vw + 10px);
    padding-top: 10px;
    font-size: 2.6vw;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    color: rgba(34, 34, 34, 1);
    font-weight: normal;
}
.page6 .box1 .right h1{
    padding-top: 0;
    padding-bottom: 1vw;
}

.page6 p {
    font-family: "Noto Sans";
    font-size: 16px;
    color: rgba(84, 84, 84, 1);
    line-height: 1.75em;
}

.page6 .box2 {
    padding: 4vw 0;
    background-color: rgba(247, 247, 247, 1);
}

.page6 .box2 .main {
    align-items: center;
}

.page6 .box2 .main .left {
    padding-right: 6vw;
}

.page6 .box2 .main .left h1 {
    /*color: #fff;*/
}

.page6 .box2 .main .right .img {
    overflow: hidden;
    width: 100%;
}

.page6 .box2 .main .right .img img {
    width: 100%;
}

.page6 .box2 .main .right .data ul li {
    padding: .8vw;
}

.page6 .box2 .main .right .data ul li .all {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page6 .box2 .main .right .data ul li .top b {
    font-size: 48px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    color: rgb(218, 37, 28);
    font-family: "Poppins SemiBold";
}

.page6 .box2 .main .right .data ul li .bottom {
    margin-top: 0.5vw;
}

.page6 .box2 .main .right .data ul li .bottom p {
    color: rgba(84, 84, 84, .8);
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    text-align: center;
}

.page6 .box3 {
    background: url(../images/company_bg.webp) no-repeat center / cover;
    background-attachment: fixed;
    padding-bottom: 10vw;
    padding-top: 10vw;
}

.page6 .box3 .main {
    position: relative;
}

.page6 .box3 .main .video {
    width: 100%;
    height: 100%;
}

.page6 .box3 .main .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.page6 .box3 .main .video_icon i {
    font-size: 30px;
    margin-left: 2px;
    color: #fff;
}

.page6 .box3 .main .video_icon:hover {
    transform: scale(1.2) translate(-40%, -40%);
    background: rgba(0, 0, 0, .8);
}

.page6 .box3 .main .video_circle img {
    margin: auto;
}

.page6 .box4 {
    padding: 5vw 0;
}
.page6 .box4 h1{
    padding: 10px 0 20px 0;
}

.page6 .box4 .pic_list {
    padding: 20px 0 10px 0;
    margin-top: 1vw;
}

.page6 .box4 .pic_list ul {
    margin: 0 -.8vw;
}

.page6 .box4 .pic_list ul li {
    padding-left: .8vw;
    padding-right: .8vw;
}

.page6 .box4 .pic_list ul li .pic {
    overflow: hidden;
    /* height: 372.53px; */
    width: 100%;
}

.page6 .box4 .pic_list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-out;
}

.page6 .box4 .pic_list ul li .pic:hover img {
    transform: scale(1.05);
}

.page6 .box5 {
    padding: 5vw 0;
    background-color: rgba(247, 247, 247, 1);
    ;
}

.page6 .box1 .title {
    padding: 0;
}

.page6 .box5 .title {
    padding: 0;
}

.page6 .box5 .title h1 {
    /*color: #fff;*/
    text-align: center;
    padding: 0;
}

.page6 .box5 .des {
    padding: 0;
    padding-top: 1vw;
}

.page6 .box5 .des p {
    text-align: center;
}

.page6 .box5 .list {
    padding-top: 2vw;
    margin: -.8vw -.8vw;
}

.page6 .box5 .list ul {
    padding: 10px 0;
}

.page6 .box5 .list ul li {
    height: auto;
    padding: .8vw;
}

.page6 .box5 .list ul li a {
    /* padding: 5vw 15px 5vw 15px; */
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, .1);
    /*height: 435.75px;*/
    transition: .2s;
    padding: 3vw 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page6 .box5 .list ul li:nth-child(5) a,
.page6 .box5 .list ul li:nth-child(6) a,
.page6 .box5 .list ul li:nth-child(7) a,
.page6 .box5 .list ul li:nth-child(8) a{
    /*height: 494px;*/
}

.page6 .box5 .list ul li a:hover {
    border: 2px solid rgb(218, 37, 28);
}

.page6 .box5 .list ul li .icon {
    /*overflow: hidden;*/
    text-align: center;
}

.page6 .box5 .list ul li .icon img {
    height: 64px;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.page6 .box5 .list ul li .text {
    padding-top: 1vw;
}

.page6 .box5 .list ul li .text .he {
    padding-top: 1vw;
}

.page6 .box5 .list ul li .text .he h5 {
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    color: rgba(34, 34, 34, 1);
    /*text-align: center;*/
}

.page6 .box5 .list ul li .text .desc {
    margin: .5vw 0;
}

.page6 .box5 .list ul li .text .desc p {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75em;
    color: rgba(84, 84, 84, 1);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    /*text-align: center;*/
}

.page6 .box6 {
    background-color: rgba(44, 44, 44, 1);
    padding: 6vw 0;
}

.page6 .box6 .container {
    max-width: 100% !important;
}

.page6 .box6 .title {
    padding-left: 12vw;
    padding-right: 12vw;
}

.page6 .box6 .title h1 {
    color: rgba(247, 249, 247, 1);
    padding: 0;
}

.page6 .box6 .mySwiper_about_case {
    padding-top: calc(2vw + 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page6 .box6 .mySwiper_about_case .pic_box{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 66.625%;
}

.page6 .box6 .mySwiper_about_case .pic {
    /*width: 100%;*/
    /*height: 403.86px;*/
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.page6 .pic img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    max-width: 100%;
    transition: .4s ease-out;
}

.page6 .pic:hover img {
    transform: scale(1.05);
}

.page6 .box6 .mySwiper_about_case .swiper-pagination {
    position: static;
    padding-top: 10px;
}

.page6 .box7 {
    background-color: #fff;
    padding: 5vw 0 6vw;
}

.page6 .box7 .title h1 {
    text-align: center;
    padding: 0;
}

.page6 .box7 .lunbo {
    padding-top: calc(2vw + 10px);
}
.page6 .box7 .lunbo .pic_box{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.125%;
}
.page6 .box7 .lunbo .pic {
    /*height: 184.89px;*/
    /*width: 100%;*/
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex
;
    align-items: center;
}

.page6 .box7 .lunbo .mySwiper_equip1 .swiper-button-next,
.page6 .box7 .lunbo .mySwiper_equip1 .swiper-button-prev {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    width: 48px;
    height: 48px;
    transition: background-color .3s, color .3s;
    opacity: 1;
}

.page6 .box7 .lunbo .mySwiper_equip1 .swiper-button-next:hover,
.page6 .box7 .lunbo .mySwiper_equip1 .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .8);
}

.page6 .box7 .lunbo .mySwiper_equip1 .swiper-button-prev::after,
.page6 .box7 .lunbo .mySwiper_equip1 .swiper-button-next::after {
    font-size: calc(48px * 0.42);
    font-weight: 700;
}

.page6 .box7 .lunbo .mySwiper_equip2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page6 .box7 .lunbo .mySwiper_equip2 .swiper-pagination {
    position: static;
    padding-top: 10px;
}

.page6 .box8 {
    padding: 6vw 0 5vw;
    background-color: rgba(247, 247, 247, 1);
    ;
}

.page6 .box8 .title {
    padding: 0;
}

.page6 .box8 .title h1 {
    text-align: center;
    padding: 0;
}

.page6 .box8 .des {
    padding: 1vw 0 2vw;
}

.page6 .box8 .des p {
    text-align: center;
}

.page6 .box8 .list ul {
    margin: -.8vw -.8vw;
}

.page6 .box8 .list ul li {
    padding: 14px .8vw 1.5vw .8vw;
}

/*.page6 .box8 .list ul li a {*/
    /*height: 486.23px;*/
/*    width: 100%;*/
/*    display: flex;*/
    /*justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/
.page6 .box8 .list ul li .pic_box{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
}
.page6 .box8 .list ul li .pic {
    /*width: 100%;*/
    overflow: hidden;
    /*height: 252.48px;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page6 .box8 .list ul li .pic img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    /*object-fit: cover;*/
    transition: .3s ease-out;
}

.page6 .box8 .list ul li:hover .pic img {
    transform: translateY(5px);
}
.page6 .box8 .list ul li .text .he{
    margin-top: 1vw;
}
.page6 .box8 .list ul li .text .he h5 {
    font-weight: normal;
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    /*text-align: center;*/
}

.page6 .box8 .list ul li .text .desc {
    margin: .5vw 0;
}

.page6 .box8 .list ul li .text .desc p {
    color: rgba(84, 84, 84, 1);
    font-size: 16px;
    /*text-align: center;*/
    font-family: "Noto Sans";
    line-height: 1.75em;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}

.page6 .box9 {
    padding: 5vw 0 6vw;
    background-color: #fff;
}

.page6 .box9 .title {
    padding: 0;
}

.page6 .box9 .title h1 {
    text-align: center;
    padding: 0;
}

.page6 .box9 .des {
    padding-top: 1vw;
    padding-bottom: 0px;
}

.page6 .box9 .des p {
    text-align: center;
}
.page6 .box9 .list{
    padding-top: 2vw;
}
.page6 .box9 .list ul{
    margin: 0 -.8vw;
}
.page6 .box9 .list ul li{
    padding: .8vw
}
.page6 .box9 .list ul li .pic_box{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 137.666666%;
}
.page6 .box9 .list ul li .pic{
    /*height: 354.38px;*/
    /*width: 100%;*/
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.page6 .box9 .list ul li .pic img{
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    max-width: 100%;
}

/* 产品详情页的相关产品 */
.relate{
    padding: 4vw 0;
}
.relate h1{
    padding: 10px 0;
    margin-bottom: 1vw;
    font-size: 2.6vw;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    color: rgba(34, 34, 34, 1);
}
.relate .listmain{
    padding: 10px 0;
}
.relate ul li .pic{
    /*height: 329.45px;*/
    width: 100%;
    overflow: hidden;
}
.relate ul li .pic img{
    max-width: 100%;
    height: auto;
    /*object-fit: cover;*/
}
.relate ul li .text .title{
    margin-top: 1vw;
}
.relate ul li .text .title p{
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}


/* faqs */
.page7 .title{
    padding-top: 3vw;
}

.page7 .title h1{
    padding: 10px 0 2vw 0;
    font-size: 2.6vw;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    color: rgba(34, 34, 34, 1);
    font-weight: normal;
}
.page7 .list{
    padding-bottom: 4vw;
}
.page7 .list ul li{
    padding: 0 0 25px 0;
}
.page7 .list ul li .faq_title_box{
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page7 .list ul li .faq_title_box .faq_index{
    width: 60px;
    flex-shrink: 0;
    text-align: center;
    font-weight: bold;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}
.page7 .list ul li .faq_title_box .faq_title{
    flex-grow: 1;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
.page7 .list ul li .faq_title_box .faq_icon{
    width: 60px;
    flex-shrink: 0;
    text-align: center;
    user-select: none;
    opacity: .8;
    filter: brightness(1) !important;
    margin-left: auto;
}
.page7 .list ul li .faq_content{
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px 0 60px;
    color: rgba(84, 84, 84, 1);
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75em;
}
.page7 .list ul li.faq_open .faq_content {
    display: block;
}

/* 视频中心 */
.page8 .title{
padding-top: 3vw;
}
.page8 .title h1{
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    font-size: 2.6vw;
    color: #000;
    font-weight: normal;
}
.page8 .title .des{
    color: rgba(0,0,0,.8);
    padding-top: 1vw;
    padding-bottom: 10px;
}
.page8 .list{
    padding-bottom: 3vw;
}
.page8 .list ul{
    margin: 0 -10px;
}
.page8 .list ul li{
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.page8 .list ul li .preview{
    position: relative;
    border: 1px solid rgba(0,0,0,.1);
}
.video_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.video_play:hover{
    transform: scale(1.2) translate(-40%,-40%);
    background: rgba(0,0,0,.8);
}
.video_play i{
    font-size: 30px;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 40px #000;
    transition: .3s;
    font-style: normal;
    margin-left: 2px;
}

.page8 .list ul li .preview .pic_box {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.page8 .list ul li:nth-child(7) .preview .pic_box{
    padding-top: 178.57142857142858%;
}
.page8 .list ul li:nth-child(8) .preview .pic_box{
    padding-top: 56.28517823639775%;
}
.page8 .list ul li:nth-child(9) .preview .pic_box{
    padding-top: 100%;
}

.page8 .list ul li .preview .pic {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.page8 .list ul li .preview .pic img{
    height: auto;
    max-width: 100%;
    transition: .4s ease-out;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.page8 .list ul li a:hover .preview .pic img{
    transform: scale(1.05) translate(-50%,-50%);
}
.page8 .list ul li h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    color: #000;
}
.page8 .list ul li .des{
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75;
    opacity: .8;
    margin: .5vw 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page8 .list ul li .des p{
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
}
.page8 .list ul li .inner{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.page8 .list ul li .inner .read,
.page8 .list ul li .inner .time{
    font-size: 12px;
    color:#000;
    opacity: .5;
}
.page8 .list ul li .inner .time{
    margin-left: 10px;
}

/* 视频详情页 */
.page9 .main_box{
padding: 3vw 0;
}
.page9 .main_box .main .left{
    padding-right: 15px;
    padding-bottom: 2vw;
}
.page9 .main_box .main .left .video_box{
    margin: 10px 0;
    position: relative;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
}
.page9 .main_box .main .left .video_box .video_close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 1px #000;
    transition: .3s;
    display: none;
    z-index: 1;
}
.page9 .main_box .main .left .video_box .video{
    position: relative;
}
.page9 .main_box .main .left .video_box .video .pic_box{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    height: 0;
    width: 100%;
}
.page9 .main_box .main .left .video_box .video .pic_box .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page9 .main_box .main .left .video_box .video .pic_box .pic img{
    /*min-height: 1px;*/
    /*max-height: 100%;*/
    /*height: auto;*/
    /*max-width: 100%;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page9 .main_box .main .left .video_box .video .pic_box .pic video{
    filter: brightness(1);
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%!important;
    background-color: #000;
    width: 100%;
    /*object-fit: cover;*/
}
.page9 .main_box .main .left .video_box .video .pic_box .pic_img{
    position: absolute;
    display: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: 5;*/
}
.page9 .main_box .main .left .video_box .video .pic_box .pic_img img{
    /*min-height: 1px;*/
    /*max-height: 100%;*/
    /*height: auto;*/
    /*max-width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page9 .main_box .main .left .text {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 70px;
    margin-bottom: 60px;
}
.page9 .main_box .main .left .text .title{
    padding: 10px 0;
}
.page9 .main_box .main .left .text .title h4{
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: pre-wrap;
    word-break: break-word;
    text-transform: none;
    font-family: "Poppins SemiBold";
    color: #000;
}
.page9 .main_box .main .left .text .time p{
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 12px;
    color: #999;
    font-family: "Noto Sans";
}
.page9 .main_box .main .left .form_box{
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 1.5vw;
}
.page9 .main_box .main .left .form_box h5{
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 0px;
    font-size: 24px;
    color: #000;
    font-family: "";
}
.page9 .main_box .main .left .form_box p{
    font-size: 14px;
    line-height: 1.5;
    opacity: .8;
    padding-bottom: 0px;
    padding-top: 10px;
    color: #000;
}
.page9 .main_box .main .right{
    padding-left: 15px;
}
.page9 .main_box .main .right h5{
    font-weight: normal;
    text-transform: capitalize;
    font-size: 24px;
    padding-bottom: 1.1vw;
    padding-top: 10px;
}
.page9 .main_box .main .right .list ul li{
    padding-bottom: 15px;
}
.page9 .main_box .main .right .list ul li a{
    display: flex;
}
.page9 .main_box .main .right .list ul li .img{
    margin-right: 15px;
}
.page9 .main_box .main .right .list ul li .preview{
    overflow: hidden;
    color: inherit;
    height: 100%;
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    width: 120px;
}
.page9 .main_box .main .right .list ul li .preview .video_play{
    width: 35px;
    height: 35px;
}
.page9 .main_box .main .right .list ul li .preview .video_play:hover{
    transform: scale(1.1) translate(-50%,-50%);
}
.page9 .main_box .main .right .list ul li .preview .video_play i{
    font-size: 16px;
}
.page9 .main_box .main .right .list ul li .preview .pic_box{
    /*width: 120px;*/
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.page9 .main_box .main .right .list ul li .preview .pic_box .pic{
    display: flex;
    justify-content: center;
}
.page9 .main_box .main .right .list ul li .preview .pic_box .pic img{
    transition: .4s ease-out;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 1px;
    transform: translate(-50%,-50%);
    height: auto;
    max-width: 100%;
}
.page9 .main_box .main .right .list ul li a:hover .preview .pic_box .pic img{
    transform: scale(1.05) translate(-50%,-50%);
}
.page9 .main_box .main .right .list ul li .title p{
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 5px;
    color: #000;
}
.page9 .main_box .main .right .list ul li a:hover .title p{
    color: rgb(218, 37, 28);
}
.page9 .main_box .main .right .list ul li .title span{
    opacity: .5;
    margin-top: 5px;
    font-size: 12px;
    color: #000;
}

/* 联系我们 */
.page10 {
    background-color: #fff;
    padding: 6vw 0;
}

.page10 .main .left {
    padding-top: 1vw;
    padding-right: 4vw;
}

.page10 .main .left .title,
.page10 .main .left .des,
.page10 .main .left .address {
    padding: 10px 0;
}

.page10 .main .left .title h1 {
    font-weight: normal;
    font-size: 2.6vw;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    color: rgba(34, 34, 34, 1);
}

.page10 .main .left .des p {
    line-height: 1.75;
    font-size: 16px;
    font-family: "Noto Sans";
    color: rgba(84, 84, 84, 1);
}

.page10 .main .left .address .add_title {
    display: flex;
}

.page10 .main .left .address .add_title span {
    font-size: 16px;
    font-family: "Noto Sans";
    font-weight: 600;
    color: rgb(34, 34, 34);
}

.page10 .main .left .address .add_title span.add_icon {
    width: 22px;
    height: 22px;
    max-width: 100%;
    margin-right: 5px;
}

.page10 .main .left .address p {
    line-height: 1.75;
    font-size: 16px;
    font-family: "Noto Sans";
    color: rgb(84, 84, 84);
}

.page10 .main .left .team {
    padding: 10px 0;
    text-align: center;
    color: #000;
}

.page10 .main .left .team ul {
    margin: -.8vw -.8vw;
}

.page10 .main .left .team ul li {
    padding: .8vw;
    height: auto;
}

.page10 .main .left .team ul li a {
    height: 100%;
}

.page10 .main .left .team ul li .inner {
    padding: 30px 10% 30px 10%;
    background-color: #fff;
    border-radius: 12px 12px 12px 12px;
    height: 100%;
    overflow: hidden;
    transition: .3s ease-out;
    padding-left: 0;
}
.page10 .main .left .team ul li .inner:hover{
    transform: translateY(5px);
}

.page10 .main .left .team ul li .inner .pic {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page10 .main .left .team ul li .inner .pic::before {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    content: '';
    height: calc(100% - 10px);
    left: 5px;
    position: absolute;
    top: 5px;
    transition: .2s;
    width: calc(100% - 10px);
    z-index: 1;
}

.page10 .main .left .team ul li .inner .pic img {
    border-radius: 50% 50% 50% 50%;
    color: rgba(218, 37, 28, 1);
    height: auto;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 150px;
    /* height: 150px; */
    object-fit: cover;
}

.page10 .main .left .team ul li:nth-child(1) .inner .pic img {
    aspect-ratio: 0.7804878048780488;
    display: inline-block;
}

.page10 .main .left .team ul li:nth-child(2) .inner .pic img {
    aspect-ratio: 1;
    display: inline-block;
}

.page10 .main .left .team ul li .inner .team_title {
    padding-bottom: 32px;
    position: relative;
    margin-top: 1vw;
}

.page10 .main .left .team ul li .inner .team_title::before {
    border-bottom: 1px solid;
    bottom: 7px;
    content: '';
    height: 1px;
    left: 50%;
    opacity: .2;
    position: absolute;
    transform: translateX(-50%);
    transition: .2s;
    width: 30%;
    color: rgba(34, 34, 34);
}
.page10 .main .left .team ul li .inner .team_title:hover::before{
    opacity: 1;
    color: rgb(218,37,28);
}

.page10 .main .left .team ul li .inner .team_title p {
    font-size: 18px;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    line-height: 1.5;
    text-transform: none;
    font-family: "Poppins SemiBold";
}
.page10 .main .left .team ul li .inner .team_title:hover p{
    color: rgb(218, 37, 28);
}
.page10 .main .left .team ul li .inner .team_des {
    margin-bottom: 0px;
    margin: .5vw 0;
}

.page10 .main .left .team ul li .inner .team_des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 1.75;
    opacity: .8;
    color: rgba(84, 84, 84, 1);
}
.page10 .main .right{
    padding: 10px 0;
}
.page10 .main .right .unit-map{
    margin-bottom: -6px;
}
.page10 .main .right .unit-map .iframe{
    width: 100%;
    height: 700px;
    max-width: 100%;
    position: relative;
    padding: 0;
}
/*aos动画*/
/* 减小 zoom-in 动画的缩放范围 */
[aos="zoom-in"],[aos="zoom-in-down"],[aos="zoom-in-up"] {
  transform: scale(0.9); /* 默认是 0.6，调整为 0.95 会减小缩放幅度 */
  opacity: 0;
  transition-property: transform, opacity;
}

[aos="zoom-in"].aos-animate,[aos="zoom-in-down"].aos-animate,[aos="zoom-in-up"].aos-animate {
  transform: scale(1);
  opacity: 1;
}

/*隐私政策*/
.page11 .content{
    padding: 0px 15px 42px 15px;
    line-height: 1.75;
    margin-top: 10px;
    opacity: .8;
    width: 100%;
    font-size: 16px;
    font-family: "Noto Sans";
}

/* 手机端 */
.wapHeader{
    display: none;
}
.wapHeader .logo{
    padding: 10px 0;
}
.wapHeader .logo img{
    height: 65px;
    width: auto!important;
}
.wapHeader .right .tool{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
    height: 100%;
}
.wapHeader .right .tool .menu,
.wapHeader .right .tool .search{
    padding: 10px 5px;
    cursor: pointer;
    position: relative;
    width: auto;
}
.wapHeader .right .tool .menu{
    padding: 10px 0 10px 5px;
}
.wapHeader .right .tool .search span,
.wapHeader .right .tool .menu span{
    color: #fff;
}
.wap_menu_box{
    color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .3s;
    z-index: 999999;
    background-color: rgb(42, 43, 45);
}
.wap_menu_box.show {
    transform: translateX(0);
    overflow: initial;
}
.wap_menu_box .menu_box_header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.wap_menu_box .menu_box_header .logo img{
    width: auto;
    height: 65px;
}
.wap_menu_box .menu_box_header .close{
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.wap_menu_box .menu_box_body{
    padding: 10px 0;
}
.wap_menu_box .menu_box_body .menu_search {
    margin-bottom: 10px;
    padding: 0 20px;
}
.wap_menu_box .menu_box_body .menu_search .menu_search_box{
    border-radius: 28px;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.wap_menu_box .menu_box_body .menu_search .menu_search_box .menu_search_btn {
    padding: 0 10px;
}
.wap_menu_box .menu_box_body .menu_search .menu_search_box .menu_search_btn span{
    font-size: 24px;
}
.wap_menu_box .menu_box_body .menu_search .menu_search_box .menu_search_input{
    flex: 1;
    border: 0;
    font-size: 1.2em;
    padding: 1px 10px 1px 2px;
    background-color: transparent;
    color: inherit;
    outline: none;
}
.wap_menu_box .menu_box_body .menu_nav{
    height: calc(100vh - 184px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.wap_menu_box .menu_box_body .menu_nav ul li{
    padding: 0 20px 10px;
}
.wap_menu_box .menu_box_body .menu_nav ul li p,
.wap_menu_box .menu_box_body .menu_nav ul li .two_box .item p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding-bottom: 10px;
}
.wap_menu_box .menu_box_body .menu_nav ul li p a,
.wap_menu_box .menu_box_body .menu_nav ul li .two_box .item p a{
    padding: 0 .5rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins SemiBold";
    font-size: 16px;
}
.wap_menu_box .menu_box_body .menu_nav ul li p .drop{
    transform: rotate(-90deg);
    position: relative;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.wap_menu_box .menu_box_body .menu_nav ul li p .drop.active {
    transform: rotate(0);
}
.wap_menu_box .menu_box_body .menu_nav ul li .two_box,
.wap_menu_box .menu_box_body .menu_nav ul li .two_box .item .three_box{
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-in-out,opacity .3s ease-in-out;
    padding: 0 15px;
    padding-right: 0;
}
.wap_menu_box .menu_box_body .menu_nav ul li .two_box.show,
.wap_menu_box .menu_box_body .menu_nav ul li .two_box .three_box.show {
    height: auto;
    opacity: 1;
    overflow: initial;
}
.wap_menu_box .menu_box_body .menu_nav ul li .two_box .item,
.wap_menu_box .menu_box_body .menu_nav ul li .two_box .item .three_box .grandson{
    padding-top: 10px;
    color: #fff;
}
.wap_menu_box .menu_box_footer .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.wap_menu_box .menu_box_footer .list>div{
    flex: 1;
    position: relative;
    font-size: 16px;
    color: #fff;
}
.wap_menu_box .menu_box_footer .list .language::after {
    content: '';
    height: 8px;
    width: 1px;
    background-color: #d1d1d1;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.wap_menu_box .menu_box_footer .list .language a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wap_menu_box .menu_box_footer .list .language span{
    font-size: 16px;
    color: #fff;
}
.wap_menu_box .menu_box_footer .list .language span.iconfont{
    padding-right: 0.25rem!important;
}

@media (max-width:1200px) {
    .wapHeader{
        display: block;
    }
    header .top_t{
        display: none;
    }
    header .top_b{
        display: none;
    }
    .page,.bannerIn{
        margin-top: 85px;
    }
}

@media (max-width:768px) {
    .wapHeader .logo img,
    .wap_menu_box .menu_box_header .logo img{
        height: 45px;
    }
    
    .page,.bannerIn{
        margin-top: 65px;
    }
}

/* 搜索1 */
.page12 .breadcrumb {
    background-color: transparent;
}

.page12 .breadcrumb .location p {
    color: #000;
}

.page12 .main {
    padding-bottom: 3vw;
}

.page12 .main .search .row .left {
    padding-right: 30px;
}

.page12 .main .search .search_type {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #dfe0e0;
    margin-bottom: 30px;
}
.page12 .main .search .search_type a{
    display: flex;
}
.page12 .main .search .search_type span {
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    padding: 14px 10px;
    text-transform: capitalize;
    font-family: "Noto Sans";
    line-height: 1.75em;
    color: #212529;
}

.page12 .main .search .search_type span.is_active {
    color: rgb(218, 37, 28);
}

.page12 .main .search .search_type span.is_active::before {
    padding: 0 10px;
    position: absolute;
    content: "";
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: rgb(218, 37, 28);
    left: 0;
}

.page12 .main .search .search_sidebar {
    margin-bottom: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
}
.page12 .main .search .background{
    display: none;
}

.page12 .main .search .search_sidebar .sidebar_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.page12 .main .search .search_sidebar .sidebar_title p {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75;
}

.page12 .main .search .search_sidebar .sidebar_title .iconfont {
    font-size: inherit;
    transform: rotate(-90deg);
    transition: .42s;
    cursor: pointer;
    opacity: .5;
}
.page12 .main .search .search_sidebar .sidebar_title .iconfont.up {
    transform: rotate(-180deg);
}

.page12 .main .search .search_sidebar .sidebar_content {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.category>ul {
    padding: 10px 0;
}

.category li {
    position: relative;
}

.category li>.text {
    display: flex;
    align-items: center;
}

.category li>.text a {
    flex-grow: 1;
    width: 100%;
    cursor: pointer;
    padding: 10px 25px;
    font-size: 14px;
    color: #212529;
    font-family: "Noto Sans";
    line-height: 1.75em;
}

.category li>.text .iconfont {
    flex-shrink: 0;
    padding: 10px 0 10px 25px;
    transform: rotate(180deg);
    font-size: 14px;
    cursor: pointer;
    opacity: .7;
}
.category li>.text>.iconfont:before{
    transition: .2s;
}
.category li>.text>.iconfont.is_active:before{
    transform: rotate(90deg);
    /*opacity: 0.2;*/
    display: block;
    transition: .2s;
}

/* 子菜单样式 - 关键部分 */
.category .submenu {
    display: none;
    position: absolute;
    left: 100%;
    /* 关键：从父元素右侧开始 */
    top: 0;
    min-width: 200px;
    background: white;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 5px 0;
    margin-left: 2px;
}
.category .submenu.two.is_active{
    display: block;
}

.category>ul>li.active>.submenu {
    display: block;
}
.category ul.two>li .three.is_active{
    display: block;
}

.category li.active>.text a {
    color: rgb(218, 37, 28);
}

/* 响应式处理 */
@media (max-width: 768px) {
    .category .submenu {
        position: static;
        width: 100%;
        border: none;
        border-top: 1px solid #eee;
        margin-left: 0;
        box-shadow: 0 5px 15px 0 rgba(40,47,54,0.08);
        left: 0;
    width: 100%;
    position: relative;
    }
}

/* 右侧 */
.filter {
    background: #f8f8f8;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    border-radius: 10px;
}

.filter .filter_text {
    width: 100%;
    flex-grow: 1;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1.75;
    font-family: "Noto Sans";
    font-weight: 600;
}

.filter .filter_text .iconfont {
    font-size: inherit;
    opacity: .8;
    display: inline-block;
    transition: .3s;
    margin-left: .25rem;
}

.filter .filter_text.open .iconfont {
    transform: rotate(-180deg);
}

.filter .filter_text .filter_option {
    box-shadow: 0 5px 15px 0 rgba(40, 47, 54, 0.08);
    border-radius: 5px;
    padding: 5px 0;
    font-weight: normal;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    z-index: 2;
    opacity: 0;
}

.filter .filter_text.open .filter_option {
    opacity: 1;
}

.filter .filter_text .filter_option p {
    padding: 10px 30px;
    opacity: .8;
    cursor: pointer;
    position: relative;
    font-size: 14px !important;
    font-family: "Noto Sans";
    line-height: 1.75;
}

.filter .filter_text.open .filter_option p {
    color: rgb(218, 37, 28);
}

.filter .filter_text.open .filter_option p.active::before {
    content: '\e6b3';
    font-family: "iconfont" !important;
    font-size: 12px;
    transform: scale(.7);
    position: absolute;
    left: 10px;
    top: 13px;
    opacity: .5;
    font-weight: 600;
}

.view-options {
    text-align: right;
    display: flex;
    align-items: center;
}

.view-options .iconfont {
    cursor: pointer;
    font-size: 18px;
    margin-left: .5rem;
}
.view-options .iconfont:last-child{
    margin-left: 0.25rem;
}
.view-options #filter{
    margin-left: 1rem;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.view-options .iconfont:not(.active) {
    opacity: .4;
}

.view-options .iconfont.active {
    color: rgb(218, 37, 28);
}

.products-container {
    padding: 1vw 0;
    margin: -.5vw;
}

/* 网格视图样式 */
.grid-view .item {
    padding: .5vw;
}

.grid-view .item .inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.grid-view .item .inner .pic_box {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(117deg, #e8ebed 0, #e1dbd7 100%);
    border: 1px solid #eee;
    flex-shrink: 0;
    transition: .3s;
    position: relative;
}

.grid-view .item .inner .pic_box img {
    max-width: 100%;
    transition: .4s ease-out;
    object-fit: cover;
}

.grid-view .item:hover .inner .pic_box img {
    transform: scale(1.1);
}

.grid-view .item .inner .text {
    padding-top: 10px;
    width: 100%;
}

.grid-view .item .inner .text p {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #212529;
}

/* 列表视图样式 */
.list-view .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: .5vw;
}

.list-view .item .inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.list-view .item .inner .pic_box {
    flex-shrink: 0;
    overflow: hidden;
    transition: .3s;
    position: relative;
    width: 240px;
    height: 180px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-image: linear-gradient(117deg, #e8ebed 0, #e1dbd7 100%);
    justify-content: center;
    align-items: center;
    display: flex;
}

.list-view .item .inner .pic_box img {
    transition: .4s ease-out;
    max-width: 100%;
    object-fit: cover;
}

.list-view .item .inner .text {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgb(223, 224, 224);
}

.list-view .item .inner .text p {
    font-size: 16px;
    font-family: "Noto Sans";
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #212529;
}


/*产品详情页弹出框*/
#inquiry{
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 99999;
}
#inquiry .inquiry_modal{
    display: flex;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 2;
    width: 100vw;
    height:100vh;
    background-color: rgba(0,0,0,.45);
    justify-content: center;
    align-items: flex-start;
    padding: 10vh 5vw;
    transition: opacity .2s;
    opacity: 0;
    visibility: hidden;
}
#inquiry .inquiry_modal.show {
    visibility: visible;
    opacity: 1;
    left: 0;
}
#inquiry .inquiry_modal .inner{
    width: 80%;
    max-height: 100%;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
#inquiry .inquiry_modal .inner .modal_header{
    flex: 0;
    position: relative;
    padding: 16px 24px;
    color: rgba(0,0,0,.85);
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
}
#inquiry .inquiry_modal .inner .modal_header .modal_title{
    font-weight: bold;
    font-size: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: capitalize;
    font-family: "Noto Sans";
}
#inquiry .inquiry_modal .inner .modal_header .modal_close{
    font-family: iconfont,sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,.05);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 50px;
    font-size: 30px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: rgba(0,0,0,.45);
    cursor: pointer;
}
#inquiry .inquiry_modal .inner .modal_body{
    flex: 1 1;
    overflow: auto;
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}
#inquiry .inquiry_modal .inner .modal_body .des{
    font-size: inherit;
    line-height: inherit;
    font-family: "Noto Sans";
}
#inquiry .inquiry_modal .inner .modal_body .row{
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#inquiry .inquiry_modal .inner .modal_body .row .form-wrap{
    padding-right: 6px;
    margin-top: 24px;
    margin-bottom: 24px;
    overflow-y: auto;
    max-height: calc(425px + 2vw);
    padding-left: 15px;
}
#inquiry .inquiry_modal .inner .modal_body .row .form-row {
    padding-top: 5px;
    padding-bottom: 5px;
}
#inquiry .inquiry_modal .inner .modal_body .form_item{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 1rem;
    display: flex;
}
#inquiry .inquiry_modal .inner .modal_body .form_item label{
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans";
    width: 100%;
}

#inquiry .inquiry_modal .inner .modal_body .form_item .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    outline: none;
    color: unset;
    font-size: unset;
    padding:12px 15px;
    height: auto;
    font-weight: normal;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    display: block;
    font-family: "Noto Sans";
}

#inquiry .inquiry_modal .inner .modal_body .form_item label.active .form-control {
    padding-top: calc(12px + 12px * (2 / 3));
    padding-bottom: calc(12px / 3);
}
#inquiry .inquiry_modal .inner .modal_body .form_item .form-control:focus {
    box-shadow: rgba(0, 123, 255, 0.196) 0px 0px 0px 3px;
}
#inquiry .inquiry_modal .inner .modal_body .form_item .form_label{
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    transition: .1s ease-in-out;
    display: flex;
    max-width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    font-weight: normal;
    opacity: .8;
    color: inherit;
    margin-bottom: 0;
    line-height: 1.5em;
    font-family: "Noto Sans";
    font-size: inherit;
}

#inquiry .inquiry_modal .inner .modal_body .form_item label.active .form_label {
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.7;
}
#inquiry .inquiry_modal .inner .modal_body .form_item .form_label::before {
    content: '*';
    padding-right: 5px;
    color: red;
    display: inline-block;
    font-size: inherit;
    line-height: 1.5;
}
#inquiry .inquiry_modal .inner .modal_body .form_item .form_label .label-text{
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
#inquiry .inquiry_modal .inner .modal_body .form_item.submit{
    display: block;
}
#inquiry .inquiry_modal .inner .modal_body .form_item .btn{
    padding: 12px 55px 12px 55px;
    font-size: 14px;
    cursor: pointer;
    transition-duration: 300ms;
    border: 1px solid transparent;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Noto Sans Bold";
}

#inquiry .inquiry_modal .inner .modal_body .row .py-4{
    padding:1.5rem 15px;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list{
    background-color: rgb(247, 247, 247);
}
.unit-selet-all {
    padding: 1vw 2vw;
    border-bottom: 1px solid rgb(230, 231, 231);
}
.custom-control {
    position: relative;
    display: block;
    padding-left: 1.5rem;
    min-height: 1.5rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-label {
    text-transform: capitalize;
    font-size: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    font-family: "Noto Sans";
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border: #adb5bd solid 1px;
    background-color: #fff;
    content: "";
    pointer-events: none;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    background: no-repeat 50%/50% 50%;
    content: "";
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../images/tick.svg');
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content{
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content .list-items {
    border-bottom: 1px solid rgb(230, 231, 231);
    padding: 10px 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content .list-items .link{
    display: flex;
    padding: 0px 10px;
    flex: 1 1 0%;
    align-items: center;
    font-family: "Noto Sans";
    font-size: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content .list-items .link .img {
    display: flex;
    align-items: center;
    width: 5vw;
    height: 5vw;
    border-radius: 5px;
    border-color: rgb(238, 239, 239);
    flex-shrink: 0;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content .list-items .link .img img{
    max-width: 100%;
    max-height: 100%;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content .list-items .list-title {
    padding: 0px 10px;
    color: rgb(40, 47, 54);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px !important;
}
#inquiry .inquiry_modal .inner .modal_body .row .py-4 .list .list_content .list-items .iconfont{
    color: rgb(153, 153, 153);
    cursor: pointer;
}
#inquiry .inquiry_modal .inner .modal_footer {
    display: none;
    flex: 0;
    padding: 10px 16px;
    overflow: hidden;
    background: 0;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 2px 2px;
}
#inquiry .inquiry_modal .inner .modal_footer .modal_footer-inner {
    margin: -4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#inquiry .inquiry_modal .inner .modal_footer .modal_footer-inner .modal_footer-btn {
    padding: 4px;
}

#inquiry .inquiry_modal .inner .modal_footer .modal_footer-inner .modal_footer-btn .btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0,0,0,.85);
    background: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
#inquiry .inquiry_modal .inner .modal_footer .modal_footer-inner .modal_footer-btn .btn-primary {
    color: #fff;
    background: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
.nodata_box{
    width: 100%;
    padding: calc(3vw + 10px) 0;
}
.nodata_box .no{
    position: relative;
}
.nodata_box .no .pic{
    width: 100%;
    overflow: hidden;
}
.nodata_box .no .pic img{
    max-height: 360px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.nodata_box .no .text{
    color: #b0bfc5;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#map{
    width:100%;
    height:700px;
    border:#ccc solid 1px;
    font-size:12px;
}

/*小弹框 - 模态框*/
#myModal{
    display: none;
}
