body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    text-decoration: unset;
}
img {
    border: none;
}
ol,
ul,
li {
    list-style: none;
}
input,
textarea,
select,
button {
    outline: unset;
    border: unset;
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
    border-collapse: collapse;
}
html {
    overflow-y: scroll;
}
/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
.img-box {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
        max-width: 1440px;
        padding: 0 15px;
    }
    .container .row {
        margin: 0 -15px;
    }
    .container .row>div {
        padding: 0 15px;
    }
}
.fszero {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}
.fszero h1 {
    font-size: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
body {
    background-color: #fff;
    font-family: "Work Sans", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
}
:root {
    scroll-behavior: unset;
}
.online {
    z-index: 999;
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.2);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 1199px) {
    .online {
        display: none;
    }
}
.online ul>li:first-child>a {
    border-top: 1px solid #e6e6e6;
}
.online ul>li>a {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
}
.online ul>li>a .icon {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}
.online ul>li>a .icon i {
    color: #666666;
    font-size: 20px;
    transition: all 0.5s;
}
.online ul>li>a .icon .icon-whatsapp {
    font-size: 16px;
}
.online ul>li>a .icon:hover {
    transform: rotateY(360deg);
}
.online ul>li>a .icon:hover i {
    color: #c80214;
}
.online ul>li>a .detail {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    width: max-content;
    transform: translateX(-50%) translateY(-50%);
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: all 0.8s;
}
.online ul>li>a .detail p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.5s;
}
.online ul>li>a .detail p:hover {
    color: #c80214;
}
.online ul>li>a .detail img {
    width: 80px;
    height: 80px;
}
.online ul>li>a:hover .detail {
    transform: translateX(-100%) translateY(-50%);
    opacity: 1;
    pointer-events: initial;
}
.online .goTop {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.online .goTop .icon i {
    color: #666;
    transition: all 0.5s;
}
.online .goTop:hover .icon i {
    color: #c80214;
}
.box-searchbox {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-searchbox .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-searchbox .container .close {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 10px;
    color: #fff;
}
.box-searchbox .container p {
    margin-bottom: 50px;
    padding: unset;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
.box-searchbox .container form {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.box-searchbox .container form input {
    border: unset;
    outline: unset;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    margin-bottom: 30px;
    width: 90%;
}
.box-searchbox .container form button {
    border: unset;
    outline: unset;
    background-color: rgba(0, 0, 0, 0);
}
.box-searchbox .container form button i {
    color: #fff;
    font-size: 24px;
}
.fiveKeys {
    z-index: 989;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c80214;
    display: none;
}
@media (max-width: 1199px) {
    .fiveKeys {
        display: block;
    }
}
.fiveKeys ul {
    display: flex;
    height: 100%;
}
.fiveKeys ul li {
    flex: 20%;
    height: 100%;
    width: 20%;
    position: relative;
}
.fiveKeys ul li a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fiveKeys ul li a i {
    display: block;
    font-size: 20px;
}
@media (min-width: 767px) {
    .fiveKeys ul li a i {
        font-size: 22px;
    }
}
.fiveKeys ul li a p {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
@media (min-width: 767px) {
    .fiveKeys ul li a p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .fiveKeys ul li a p {
        font-size: 12px;
    }
}
.fiveKeys ul li .QrcodePic {
    display: none;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -100%);
}
.fiveKeys ul li .QrcodePic img {
    width: 100%;
    height: auto;
}
.box-newsdetailMain {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .box-newsdetailMain {
        padding: 30px 0;
    }
}
.box-newsdetailMain .title {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.box-newsdetailMain .title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #000;
}
@media (max-width: 767px) {
    .box-newsdetailMain .title h2 {
        font-size: 20px;
        line-height: 1.4;
    }
}
.box-newsdetailMain .title .time {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #c80214;
}
@media (max-width: 767px) {
    .box-newsdetailMain .title .time {
        padding: unset;
        margin-top: 10px;
    }
}
.box-newsdetailMain .title .time svg {
    margin-right: 10px;
    transform: translateY(0px);
}
.box-newsdetailMain .title .time p {
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .box-newsdetailMain .title .time p {
        font-size: 14px;
    }
}
.box-newsdetailMain .main {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.box-newsdetailMain .main p {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .box-newsdetailMain .main p {
        font-size: 14px;
        line-height: 1.3;
    }
}
.box-newsdetailMain .main img {
    width: 33.33%;
    height: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
    .box-newsdetailMain .main img {
        width: 100%;
        padding: unset;
        margin-bottom: 15px;
    }
    .box-newsdetailMain .main img:nth-last-of-type(1) {
        margin-bottom: unset;
    }
}
.box-newsdetailMain .realteDetail {
    padding: 30px 0;
}
@media (max-width: 767px) {
    .box-newsdetailMain .realteDetail {
        padding: 0px;
    }
}
.box-newsdetailMain .realteDetail>div {
    display: flex;
    align-items: center;
}
.box-newsdetailMain .realteDetail .icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #c80214;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 20px;
}
.box-newsdetailMain .realteDetail a {
    display: inline-flex;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    align-items: center;
    transition: color 0.3s;
}
@media (max-width: 767px) {
    .box-newsdetailMain .realteDetail a {
        font-size: 14px;
        width: 70.1042vw;
    }
}
.box-newsdetailMain .realteDetail a:hover {
    color: #c80214;
    text-decoration: underline;
}
.box-newsdetailMain .sharegroup {
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.box-newsdetailMain .sharegroup .txt {
    margin-right: 10px;
}
.nosearch {
    padding-bottom: 30px;
}
.nosearch h3 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding: 10px 0;
}
.nosearch p {
    padding: 10px;
    background-color: #c80214;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}
.wrap-sitemap {
    padding-bottom: 40px;
}
.wrap-sitemap .title {
    text-align: left;
    margin-top: 40px;
}
.wrap-sitemap .title h2 {
    font-size: 30px;
    color: #c80214;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    min-width: 240px;
    padding: 10px 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.5s;
    text-transform: capitalize;
    border: 1px solid #666;
    color: #222;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>a {
        font-size: 16px;
        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #fff;
    background-color: #c80214;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
    position: relative;
    padding: 10px 0;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    display: block;
    padding: 5px 30px;
    color: #222;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 30px;
        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
    text-decoration: underline;
    color: #c80214;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul:hover>a {
    text-decoration: underline;
    color: #cd0010;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>ul {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>ul {
        padding: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li {
    display: inline-block;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li a {
    line-height: 30px;
    display: block;
    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li a {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>ul>li:hover a {
    text-decoration: underline;
    color: #cd0010;
}
.inquire-page {
    padding-top: 150px;
}
@media (max-width: 1199px) {
    .inquire-page {
        padding-top: 50px;
    }
}
.inquire-page .container {
    border-bottom: 1px dashed #888888;
}
.inquire-page .car-table table {
    width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
    width: 14.82269504%;
    padding-left: 3.19148936%;
}
@media (max-width: 767px) {
    .inquire-page .car-table table tr td:nth-child(1),
    .inquire-page .car-table table tr th:nth-child(1) {
        padding-left: 5px;
        width: 17.822695%;
    }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
    margin: 0;
    border-color: #c3ccd2;
    background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
    width: 54.25531915%;
}
@media (max-width: 991px) {
    .inquire-page .car-table table tr td:nth-child(2),
    .inquire-page .car-table table tr th:nth-child(2) {
        width: 45.255319%;
    }
}
@media (max-width: 767px) {
    .inquire-page .car-table table tr td:nth-child(2),
    .inquire-page .car-table table tr th:nth-child(2) {
        width: 42.255319%;
    }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
    width: 15.95744681%;
}
@media (max-width: 991px) {
    .inquire-page .car-table table tr td:nth-child(3),
    .inquire-page .car-table table tr th:nth-child(3) {
        width: 24.957447%;
    }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
    width: 14.89361702%;
}
.inquire-page .car-table table thead {
    border: 1px solid #d5d5d5;
    background-color: #c80214;
}
.inquire-page .car-table table thead tr {
    height: 55px;
}
@media (max-width: 991px) {
    .inquire-page .car-table table thead tr {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .inquire-page .car-table table thead tr {
        height: 40px;
    }
}
.inquire-page .car-table table thead th {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
@media (max-width: 767px) {
    .inquire-page .car-table table thead th {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .inquire-page .car-table table thead th {
        font-size: 12px;
    }
}
.inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 20px;
}
@media (max-width: 991px) {
    .inquire-page .car-table table thead th:nth-child(1) span {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .inquire-page .car-table table thead th:nth-child(1) span {
        padding-left: 0;
    }
}
.inquire-page .car-table table thead th:nth-child(3),
.inquire-page .car-table table thead th:nth-child(4) {
    text-align: center;
}
.inquire-page .car-table table tbody tr {
    border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 35px 0;
}
@media (max-width: 991px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) {
        padding: 20px 0;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5.22875817%;
    max-width: calc(100% -160px);
    font-size: 18px;
    color: #333333;
}
@media (max-width: 1199px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    .inquire-page .car-table table tbody tr td:nth-child(2) p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
    text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
    display: inline-block;
    width: 37px;
    height: 33px;
    font-size: 18px;
    line-height: 31px;
    color: #333333;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media (max-width: 767px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) span {
        width: 30px;
        height: 25px;
        line-height: 20px;
        font-size: 15px;
    }
}
@media (max-width: 520px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) span {
        width: 15px;
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
        background-color: #c80214;
        color: #fff;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    width: 64px;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) input {
        width: 45px;
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .inquire-page .car-table table tbody tr td:nth-child(3) input {
        width: 30px;
        font-size: 12px;
    }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
    text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg {
    cursor: pointer;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg path {
    transition: all 0.3s;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg:hover path {
    fill: #c80214;
}
.inquire-page .car-table table .shopping-close {
    display: flex;
    justify-content: center;
}
.inquire-page .detailTit {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999999;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .inquire-page .detailTit {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
.box_OnlineMessage {
    padding-top: 105px;
    padding-bottom: 105px;
}
@media (max-width: 1199px) {
    .box_OnlineMessage {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box_OnlineMessage {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box_OnlineMessage {
        padding: 40px 0;
    }
}
.box_OnlineMessage .box-tit {
    margin-bottom: 48px;
}
@media (max-width: 1199px) {
    .box_OnlineMessage .box-tit {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .box_OnlineMessage .box-tit {
        margin-bottom: 20px;
    }
}
.box_OnlineMessage .box-tit p {
    text-align: center;
    color: #000;
    font-family: Butler;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 80.952% */
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .box_OnlineMessage .box-tit p {
        font-size: 32px;
        line-height: 1;
    }
}
@media (max-width: 991px) {
    .box_OnlineMessage .box-tit p {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .box_OnlineMessage .box-tit p {
        font-size: 24px;
    }
}
.box_OnlineMessage .formbox {
    width: 100%;
}
.box_OnlineMessage .formbox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box_OnlineMessage .formbox .inputGroup {
    width: 49%;
    height: 60px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}
@media (max-width: 991px) {
    .box_OnlineMessage .formbox .inputGroup {
        width: 100%;
        height: 45px;
    }
}
.box_OnlineMessage .formbox .inputGroup textarea,
.box_OnlineMessage .formbox .inputGroup input {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 31px;
}
.box_OnlineMessage .formbox .inputGroup textarea:focus~label,
.box_OnlineMessage .formbox .inputGroup input:focus~label,
.box_OnlineMessage .formbox .inputGroup textarea:valid~label,
.box_OnlineMessage .formbox .inputGroup input:valid~label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    padding: 3px;
    background-color: #fff;
}
.box_OnlineMessage .formbox .inputGroup label {
    pointer-events: none;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 31px;
    transform: translateY(-50%);
    color: #999999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box_OnlineMessage .formbox .Message {
    width: 100%;
    height: 244px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .box_OnlineMessage .formbox .Message {
        height: 190px;
    }
}
.box_OnlineMessage .formbox .Message textarea {
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0);
    padding: 31px;
}
.box_OnlineMessage .formbox .Message label {
    top: 16%;
}
.box_OnlineMessage .formbox .buttonbox {
    display: flex;
    justify-content: center;
    width: 100%;
}
.box_OnlineMessage .formbox .buttonbox button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #c80214;
}
@media (max-width: 1199px) {
    .box_OnlineMessage .formbox .buttonbox button {
        width: 100%;
        height: 45px;
    }
}
.box_OnlineMessage .formbox .buttonbox button span {
    color: #fff;
    text-align: right;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i {
    line-height: 1;
}
.slick-slide {
    font-size: 0;
    line-height: 1;
}
::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.box-padding {
    padding: 120px 0;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .box-padding {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-padding {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-padding {
        padding: 40px 0;
    }
}
.highLight {
    position: relative;
    overflow: hidden;
    transition: all 1s;
}
.highLight::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: -100%;
    width: 150%;
    height: 50%;
    transform: rotate(-45deg);
    transition: all 1s;
}
.highLight:hover {
    transform: scale(1.05);
}
.highLight:hover::before {
    left: 100%;
    top: 100%;
}
.mobilenavBTN {
    position: relative;
    z-index: 9999;
    display: none;
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .mobilenavBTN {
        display: block;
    }
}
.mobilenavBTN .BTN {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mobilenavBTN .BTN span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #000;
    transition: all 0.3s;
}
.mobilenavBTN .BTN span:nth-last-of-type(1) {
    margin-bottom: unset;
}
.mobilenavBTN .active span {
    margin-bottom: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center center;
    background-color: #000;
}
.mobilenavBTN .active span:nth-child(1) {
    transform: rotate(45deg);
}
.mobilenavBTN .active span:nth-child(3) {
    transform: rotate(-45deg);
}
.mobilenavBTN .active span:nth-child(2) {
    display: none;
}
.header {
    z-index: 999;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        height: 60px;
    }
}
.header .con1720 {
    width: 89.5833vw;
    height: inherit;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .con1720 {
        margin: 0;
        margin-left: 5vw;
    }
    .header .con1720 .header-l {
        height: 100%;
    }
    .header .con1720 .header-l .logo {
        height: 100%;
    }
    .header .con1720 .header-l .logo a {
        display: block;
        height: inherit;
    }
    .header .con1720 .header-l .logo a img {
        height: inherit;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .con1720 .header-l .logo {
        height: 90%;
        display: flex;
        align-items: center;
    }
}
.header .con1720 .header-r {
    display: flex;
    align-items: center;
    height: inherit;
}
.header .con1720 .header-r .menu {
    height: inherit;
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu {
        display: none;
        position: fixed;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        /* height: calc(100vh - 120px); */
        height: 100vh;
        width: 100%;
        z-index: 9999;
        overflow-y: auto;
        padding-bottom: 40px;
        background-color: #fff;
    }
}
.header .con1720 .header-r .menu>ul {
    height: inherit;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu>ul {
        flex-direction: column;
        height: max-content;
        align-items: flex-start;
        padding: 30px;
    }
}
.header .con1720 .header-r .menu>ul>li {
    perspective: 500;
    -webkit-perspective: 500;
    display: flex;
    align-items: center;
    height: inherit;
    position: relative;
    margin-left: 56px;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1680px) {
    .header .con1720 .header-r .menu>ul>li {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu>ul>li {
        margin-left: unset;
        flex-wrap: wrap;
        width: 100%;
    }
}
.header .con1720 .header-r .menu>ul>li>a {
    color: #222;
    font-family: Work Sans;
    font-size: 18px;
    padding: 20px 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu>ul>li>a {
        width: 80%;
    }
}
.header .con1720 .header-r .menu>ul>li>a:hover {
    color: #c80214;
}
.header .con1720 .header-r .menu>ul>li:hover>ul {
    transform: translateX(-50%) translateY(100%) rotateX(0deg);
    opacity: 1;
    pointer-events: initial;
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu>ul>li:hover>ul {
        transform: unset;
        opacity: 1;
        pointer-events: initial;
    }
}
.header .con1720 .header-r .menu>ul>li .switch {
    display: none;
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu>ul>li .switch {
        width: 20%;
        display: flex;
        justify-content: flex-end;
    }
}
.header .con1720 .header-r .menu>ul>li .switch div {
    position: relative;
    width: 20px;
    height: 20px;
}
.header .con1720 .header-r .menu>ul>li .switch div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 2px;
    background-color: #222;
    transition: all 0.5s;
}
.header .con1720 .header-r .menu>ul>li .switch div span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}
.header .con1720 .header-r .menu>ul>li .switchOn div span:last-child {
    transform: translate(-50%, -50%) rotate(0deg);
}
.header .con1720 .header-r .menu>ul>li>ul {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) translateY(100%) rotateX(-54deg);
    transform-origin: top center;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    width: max-content;
    left: 50%;
    background-color: #fff;
    padding: 10px 16px;
}
@media (max-width: 1199px) {
    .header .con1720 .header-r .menu>ul>li>ul {
        width: 100%;
        transform: unset;
        bottom: unset;
        opacity: 1;
        left: unset;
        pointer-events: initial;
        position: relative;
        display: none;
        transition: unset;
    }
    .header .con1720 .header-r .menu>ul>li>ul::before {
        content: "";
        width: 1px;
        height: 90%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #222;
    }
}
.header .con1720 .header-r .menu>ul>li>ul>li:not(:last-child) {
    margin-bottom: 8px;
}
.header .con1720 .header-r .menu>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #222;
    transition: all 0.5s;
}
.header .con1720 .header-r .menu>ul>li>ul>li>a:hover {
    transform: translateX(3px);
    color: #c80214;
}
.header .con1720 .header-r .func {
    display: flex;
    align-items: center;
    margin-left: 88px;
}
@media (max-width: 1410px) {
    .header .con1720 .header-r .func {
        margin-left: 10px;
    }
}
.header .con1720 .header-r .func .searchbtn {
    margin-right: 32px;
    cursor: pointer;
    perspective: 500;
    -webkit-perspective: 500;
}
@media (max-width: 1410px) {
    .header .con1720 .header-r .func .searchbtn {
        margin-right: 10px;
    }
}
.header .con1720 .header-r .func .searchbtn:hover .icon {
    transform: rotateY(180deg);
}
.header .con1720 .header-r .func .searchbtn:hover .icon i {
    color: #c80214;
}
.header .con1720 .header-r .func .searchbtn .icon {
    transition: all 1s;
}
.header .con1720 .header-r .func .searchbtn .icon i {
    color: #222;
    font-size: 20px;
    transition: all 1s;
}
.header .con1720 .header-r .func .cart {
    margin-right: 40px;
}
@media (max-width: 1410px) {
    .header .con1720 .header-r .func .cart {
        margin-right: 10px;
    }
}
.header .con1720 .header-r .func .cart a {
    display: flex;
    align-items: center;
}
.header .con1720 .header-r .func .cart a .icon {
    margin-right: 5px;
    transition: all 1s;
}
.header .con1720 .header-r .func .cart a .icon i {
    transition: all 1s;
    color: #222;
    font-size: 24px;
}
.header .con1720 .header-r .func .cart a p {
    transition: all 1s;
    font-size: 16px;
    color: #222;
}
.header .con1720 .header-r .func .cart a:hover .icon {
    transform: rotateY(180deg);
}
.header .con1720 .header-r .func .cart a:hover i {
    color: #c80214;
}
.header .con1720 .header-r .func .cart a:hover p {
    color: #c80214;
}
.banner {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .banner {
        margin-top: 60px;
    }
}
.banner .slick-indexbanner .item .pic .img-box {
    padding-bottom: 44.79166667%;
}
.banner .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.banner .slick-dots li {
    margin: 0 8px;
    width: 44px;
    height: 4px;
    flex-shrink: 0;
    background-color: #fff;
    transition: all 0.5s;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-dots .slick-active {
    background-color: #c80214;
}
.index-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1199px) {
    .index-tit p {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .index-tit p {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .index-tit p {
        font-size: 24px;
    }
}
.tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-category {
    padding-bottom: 0;
}
.index-category .tit-box {
    margin-bottom: 48px;
}
@media (max-width: 1199px) {
    .index-category .tit-box {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .index-category .tit-box {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .index-category .tit-box {
        margin-bottom: 30px;
    }
}
.index-category .slick-index-btn-box {
    display: flex;
    align-items: center;
}
.index-category .slick-index-btn-box .prev {
    margin-right: 24px;
}
@media (max-width: 767px) {
    .index-category .slick-index-btn-box .prev {
        margin-right: 10px;
    }
}
.index-category .slick-index-btn-box .slick-index-btn {
    cursor: pointer;
}
.index-category .slick-index-btn-box .slick-index-btn .icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #222;
    transition: all 0.5s;
}
@media (max-width: 767px) {
    .index-category .slick-index-btn-box .slick-index-btn .icon {
        width: 40px;
        height: 40px;
    }
}
.index-category .slick-index-btn-box .slick-index-btn .icon i {
    color: #fff;
    font-size: 20px;
}
.index-category .slick-index-btn-box .slick-index-btn .icon:hover {
    background-color: #c80214;
}
.index-category .swiper .swiper-wrapper {
    width: 100%;
    margin: 0 -15px;
}
.index-category .swiper .swiper-wrapper .swiper-slide {
    width: 23.40425532%;
    margin: 0 15px;
    transition: all 1s;
}
@media (max-width: 1199px) {
    .index-category .swiper .swiper-wrapper .swiper-slide {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .index-category .swiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }
}
.index-category .swiper .swiper-wrapper .swiper-slide .item {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 56px 40px;
    transition: all 1s;
}
@media (max-width: 767px) {
    .index-category .swiper .swiper-wrapper .swiper-slide .item {
        padding: 20px;
    }
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .categoryName {
    margin-bottom: 16px;
    transition: all 1s;
}
@media (max-width: 767px) {
    .index-category .swiper .swiper-wrapper .swiper-slide .item .categoryName {
        margin-bottom: 10px;
    }
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .categoryName a {
    color: #222;
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .index-category .swiper .swiper-wrapper .swiper-slide .item .categoryName a {
        font-size: 20px;
    }
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .intro {
    margin-bottom: 40px;
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .intro p {
    transition: all 1s;
    width: 69%;
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
    .index-category .swiper .swiper-wrapper .swiper-slide .item .intro p {
        width: 100%;
    }
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .pic {
    transition: all 1s;
    width: 410px;
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .pic .img-box {
    padding-bottom: 63.41463415%;
}
.index-category .swiper .swiper-wrapper .swiper-slide .item .pic .img-box img {
    width: 100%;
    height: auto;
}
.index-category .swiper .swiper-wrapper .swiper-slide-active {
    width: 48.93617021%;
}
@media (max-width: 1199px) {
    .index-category .swiper .swiper-wrapper .swiper-slide-active {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .index-category .swiper .swiper-wrapper .swiper-slide-active {
        width: 100%;
    }
}
.index-category .swiper .swiper-wrapper .swiper-slide-active .item .pic {
    transform: translateX(10.4167vw);
}
@media (max-width: 991px) {
    .index-category .swiper .swiper-wrapper .swiper-slide-active .item .pic {
        transform: unset;
    }
}
.index-about {
    padding-bottom: 195px;
    position: relative;
}
@media (max-width: 1199px) {
    .index-about {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .index-about {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .index-about {
        padding-bottom: 80px;
    }
}
.index-about::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index-about-r.webp) no-repeat;
    background-position: bottom right;
    background-size: contain;
}
@media (max-width: 991px) {
    .index-about::before {
        content: unset;
    }
}
.index-about::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index-about-l.png) no-repeat;
    background-position: left;
    background-size: cover;
}
.index-about .tit {
    margin-bottom: 12px;
}
.index-about .tit p {
    color: #c80214;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.index-about .companyName {
    margin-bottom: 32px;
}
.index-about .companyName p {
    width: 50%;
    color: #222;
    font-family: Work Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    /* 130% */
}
@media (max-width: 1560px) {
    .index-about .companyName p {
        width: 70%;
    }
}
@media (max-width: 1199px) {
    .index-about .companyName p {
        width: 100%;
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .index-about .companyName p {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .index-about .companyName p {
        font-size: 24px;
    }
}
.index-about .intro {
    margin-bottom: 100px;
}
@media (max-width: 1199px) {
    .index-about .intro {
        margin-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .index-about .intro {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .index-about .intro {
        margin-bottom: 60px;
    }
}
.index-about .intro p {
    width: 50%;
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    /* 175% */
}
@media (max-width: 1560px) {
    .index-about .intro p {
        width: 70%;
    }
}
@media (max-width: 1199px) {
    .index-about .intro p {
        width: 100%;
    }
}
.index-about .btngroup {
    display: flex;
    align-items: center;
}
.index-about .btngroup>div {
    margin-right: 24px;
}
.index-about .btngroup>div>a {
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 16px 34px;
    transition: all 0.5s;
}
.index-about .btngroup>div>a span {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.index-about .btngroup>div>a .icon {
    margin-left: 10px;
    transform: translateY(2px);
}
.index-about .btngroup>div>a .icon i {
    color: #fff;
    font-size: 12px;
}
.index-about .btngroup>div>a:hover {
    background-color: #c80214;
}
.moreBTN a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 16px 25px;
    background: #222;
    transition: all 0.5s;
}
.moreBTN a span {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.moreBTN a .icon {
    margin-left: 8px;
    transform: translateY(0px);
}
.moreBTN a .icon i {
    color: #fff;
    font-size: 15px;
}
.moreBTN a:hover {
    background-color: #c80214;
}
.index-case {
    overflow: hidden;
}
.index-case .tit-box {
    margin-bottom: 48px;
}
@media (max-width: 1199px) {
    .index-case .tit-box {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .index-case .tit-box {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .index-case .tit-box {
        margin-bottom: 30px;
    }
}
.index-case .slick-index-case-box {
    position: relative;
}
.index-case .slick-index-case-box .slick-index-case-prev,
.index-case .slick-index-case-box .slick-index-case-next {
    z-index: 30;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
.index-case .slick-index-case-box .slick-index-case-prev .icon,
.index-case .slick-index-case-box .slick-index-case-next .icon {
    width: 48px;
    height: 48px;
    background-color: #222222;
    cursor: pointer;
    transition: all 0.5s;
}
.index-case .slick-index-case-box .slick-index-case-prev .icon i,
.index-case .slick-index-case-box .slick-index-case-next .icon i {
    font-size: 20px;
    color: #fff;
}
.index-case .slick-index-case-box .slick-index-case-prev .icon:hover,
.index-case .slick-index-case-box .slick-index-case-next .icon:hover {
    background-color: #c80214;
}
.index-case .slick-index-case-box .slick-index-case-prev {
    left: -78px;
}
@media (max-width: 1680px) {
    .index-case .slick-index-case-box .slick-index-case-prev {
        left: 0;
    }
}
.index-case .slick-index-case-box .slick-index-case-next {
    right: -78px;
}
@media (max-width: 1680px) {
    .index-case .slick-index-case-box .slick-index-case-next {
        right: 0;
    }
}
.index-case .slick-index-case {
    position: relative;
}
.index-case .slick-index-case::before {
    z-index: 29;
    content: "";
    width: 100vw;
    position: absolute;
    height: 100%;
    left: -30px;
    transform: translateX(-100%) translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
}
.index-case .slick-index-case::after {
    z-index: 29;
    content: "";
    width: 100vw;
    position: absolute;
    height: 100%;
    right: -30px;
    transform: translateX(100%) translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
}
.index-case .slick-index-case .item .pic .img-box {
    padding-bottom: 56.52173913%;
}
.index-case .slick-index-case .item .caseName {
    margin: 29px 0 20px;
    padding: 0 16px;
    position: relative;
}
@media (max-width: 767px) {
    .index-case .slick-index-case .item .caseName {
        margin: 15px 0;
    }
}
.index-case .slick-index-case .item .caseName::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 32px;
    flex-shrink: 0;
    background: #999;
    transition: all 0.5s;
}
.index-case .slick-index-case .item .caseName a {
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
@media (max-width: 767px) {
    .index-case .slick-index-case .item .caseName a {
        font-size: 16px;
    }
}
.index-case .slick-index-case .item .intro {
    padding: 0 16px;
}
.index-case .slick-index-case .item .intro p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875;
    /* 187.5% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .index-case .slick-index-case .item .intro p {
        font-size: 14px;
    }
}
.index-case .slick-index-case .item:hover .pic .img-box img {
    transform: scale(1.1);
}
.index-case .slick-index-case .item:hover .caseName::before {
    background-color: #c80214;
}
.index-case .slick-index-case .item:hover .caseName a {
    color: #c80214;
}
.index-case .slick-index-case .slick-slide {
    padding: 0 15px;
}
.index-case .slick-index-case .slick-list {
    margin: 0 -15px;
    overflow: visible;
}
.index-Customer {
    padding-top: 100px;
    background: url(../images/index-customerbg.jpg) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .index-Customer {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .index-Customer {
        padding-top: 45px;
    }
}
@media (max-width: 767px) {
    .index-Customer {
        padding-top: 40px;
    }
}
.index-Customer .index-tit {
    margin-bottom: 48px;
}
@media (max-width: 1199px) {
    .index-Customer .index-tit {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .index-Customer .index-tit {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .index-Customer .index-tit {
        margin-bottom: 30px;
    }
}
.index-Customer .index-tit p {
    text-align: center;
}
.index-Customer .list table {
    width: 100%;
}
.index-Customer .list tr {
    display: flex;
    flex-wrap: wrap;
}
.index-Customer .list tr:last-of-type .pic {
    border-bottom: unset;
}
.index-Customer .list tr>td {
    width: 16.66666667%;
    display: block;
}
@media (max-width: 1199px) {
    .index-Customer .list tr>td {
        width: 33.33%;
    }
}
.index-Customer .list tr>td:last-of-type .pic {
    border-right: unset;
}
.index-Customer .list tr>td .pic {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
    .index-Customer .list tr>td .pic {
        border: 1px solid #e6e6e6 !important;
    }
}
.index-Customer .list tr>td .pic .img-box {
    padding-bottom: 55.31914894%;
}
.index-Customer .list tr>td .pic .mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 30;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.index-Customer .list tr>td .pic .mask .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    transition: all 0.5s;
}
.index-Customer .list tr>td .pic .mask .name p {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    background: #c80214;
    text-transform: uppercase;
}
.index-Customer .list tr>td .pic:hover .mask {
    opacity: 1;
}
.index-Customer .list tr>td .pic:hover .mask .name {
    transition-delay: 0.1s;
    transform: translateX(-50%) translateY(0%);
}
.index-news .tit-box {
    margin-bottom: 48px;
}
@media (max-width: 1199px) {
    .index-news .tit-box {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .index-news .tit-box {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .index-news .tit-box {
        margin-bottom: 30px;
    }
}
.index-news .Recommend {
    padding-right: 18px;
    height: 100%;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
    .index-news .Recommend {
        padding-right: unset;
        margin-bottom: 20px;
    }
}
.index-news .Recommend .pic {
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .index-news .Recommend .pic {
        margin-bottom: 10px;
    }
}
.index-news .Recommend .pic .img-box {
    padding-bottom: 56.71641791%;
}
.index-news .Recommend .tit {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .index-news .Recommend .tit {
        margin-bottom: 20px;
    }
}
.index-news .Recommend .tit a {
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .index-news .Recommend .tit a {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 16px;
    }
}
.index-news .Recommend .func {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-news .Recommend .func .time p {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.index-news .Recommend .func .more a {
    display: flex;
    align-items: center;
}
.index-news .Recommend .func .more a span {
    margin-right: 8px;
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
.index-news .Recommend .func .more a .icon i {
    color: #666;
    font-size: 14px;
    transition: all 0.5s;
}
.index-news .Recommend:hover .pic .img-box img {
    transform: scale(1.1);
}
.index-news .Recommend:hover .tit a {
    color: #c80214;
}
.index-news .Recommend:hover .func .more span {
    color: #c80214;
}
.index-news .Recommend:hover .func .more .icon i {
    color: #c80214;
}
.index-news .RecommendList ul li:first-child .item {
    border-top: 1px solid #e6e6e6;
}
.index-news .RecommendList ul li .item {
    padding: 21px 0 21px 20px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .index-news .RecommendList ul li .item {
        padding: 15px 0;
    }
}
.index-news .RecommendList ul li .item .time .top p {
    color: #222;
    font-family: Work Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 767px) {
    .index-news .RecommendList ul li .item .time .top p {
        font-size: 24px;
    }
}
.index-news .RecommendList ul li .item .time .bottom {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.index-news .RecommendList ul li .item .more {
    padding-left: 24px;
    position: relative;
    width: calc(100% - 90px);
}
.index-news .RecommendList ul li .item .more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    flex-shrink: 0;
    background: #e6e6e6;
}
.index-news .RecommendList ul li .item .more a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-news .RecommendList ul li .item .more a .newstit p {
    width: 90%;
    color: #222;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    /* 166.667% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
@media (max-width: 767px) {
    .index-news .RecommendList ul li .item .more a .newstit p {
        font-size: 16px;
    }
}
.index-news .RecommendList ul li .item .more a .icon {
    margin-left: 70px;
}
@media (max-width: 1500px) {
    .index-news .RecommendList ul li .item .more a .icon {
        margin-left: 10px;
    }
}
.index-news .RecommendList ul li .item .more a .icon i {
    color: #666666;
    font-size: 20px;
    transition: all 0.5s;
}
.index-news .RecommendList ul li .item .more a:hover .newstit p {
    color: #c80214;
}
.index-news .RecommendList ul li .item .more a:hover .icon i {
    color: #c80214;
}
.footer {
    background: url(../images/footerbg.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .footer {
        padding-bottom: 60px;
    }
}
.footer .subscribe {
    border-bottom: 1px solid #e6e6e6;
    padding: 48px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .footer .subscribe {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 0;
    }
}
@media (max-width: 991px) {
    .footer .subscribe {
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .footer .subscribe .subs-l {
        padding-bottom: 20px;
    }
}
.footer .subscribe .subs-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .footer .subscribe .subs-r {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    .footer .subscribe .subs-r .infobox {
        margin-bottom: 20px;
    }
}
.footer .subscribe .subs-r .infobox .top {
    margin-bottom: 12px;
}
.footer .subscribe .subs-r .infobox .top p {
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer .subscribe .subs-r .infobox .bottom p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .subscribe .subs-r .formbox {
    margin-left: 48px;
}
@media (max-width: 991px) {
    .footer .subscribe .subs-r .formbox {
        margin-left: unset;
    }
}
.footer .subscribe .subs-r .formbox form {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .footer .subscribe .subs-r .formbox form {
        justify-content: flex-start;
    }
}
.footer .subscribe .subs-r .formbox input {
    width: 570px;
    height: 50px;
    flex-shrink: 0;
    background: #fff;
    padding-left: 20px;
}
@media (max-width: 1410px) {
    .footer .subscribe .subs-r .formbox input {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .footer .subscribe .subs-r .formbox input {
        width: 60%;
    }
}
.footer .subscribe .subs-r .formbox input::placeholder {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .subscribe .subs-r .formbox button {
    padding: 15px 29px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
@media (max-width: 767px) {
    .footer .subscribe .subs-r .formbox button {
        width: 30%;
    }
}
.footer .subscribe .subs-r .formbox button .icon {
    transition: all 0.5s;
    margin-right: 8px;
}
.footer .subscribe .subs-r .formbox button .icon i {
    color: #fff;
    font-size: 12px;
}
.footer .subscribe .subs-r .formbox button span {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer .subscribe .subs-r .formbox button:hover {
    background-color: #c80214;
}
.footer .subscribe .subs-r .formbox button:hover .icon {
    transform: rotate(45deg);
}
.footer .main {
    padding-top: 64px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .footer .main {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    .footer .main {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .footer .main {
        padding: 20px 0 0;
    }
}
@media (max-width: 1199px) {
    .footer .main>div {
        width: 100%;
        margin-bottom: 20px;
    }
}
.footer .main .footer-tit {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .footer .main .footer-tit {
        margin-bottom: 10px;
    }
}
.footer .main .footer-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer .main .about {
    width: 400px;
}
.footer .main .about .intro {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
.footer .main .product {
    width: 423px;
}
.footer .main .product .footer-pd-list {
    /* display: flex;
    justify-content: space-between; */
}
@media (max-width: 767px) {
    .footer .main .product .footer-pd-list {
        flex-wrap: wrap;
    }
    .footer .main .product .footer-pd-list ul {
        width: 100%;
    }
}
.footer .main .product .footer-pd-list ul li a {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 225% */
    transition: all 0.5s;
    display: block;
}
.footer .main .product .footer-pd-list ul li a:hover {
    color: #c80214;
    transform: translateX(3px);
}
.footer .main .contact {
    width: 400px;
}
.footer .main .contact .contactList ul li .item span {
    color: #222;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 225% */
}
.footer .main .contact .contactList ul li .item a {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    transition: all 0.5s;
}
.footer .main .contact .contactList ul li .item a:hover {
    color: #c80214;
    transform: translateX(3px);
}
.footer .copyright {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer .copyright p {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .copyright p a {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
    transition: all 0.5s;
}
.footer .copyright p a:hover {
    color: #c80214;
}
.footer .copyright p .sitemap {
    text-transform: uppercase;
    text-decoration: underline;
}
.footer .copyright .media ul {
    display: flex;
    align-items: center;
}
.footer .copyright .media ul li {
    padding-left: 18px;
}
.footer .copyright .media ul li a .icon i {
    transition: all 0.5s;
    color: #666666;
    font-size: 18px;
}
.footer .copyright .media ul li a:hover .icon i {
    color: #c80214;
}
.insideBanner {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .insideBanner {
        margin-top: 60px;
    }
}
.insideBanner .pic {
    width: 100%;
}
.insideBanner .pic img {
    width: 100%;
    height: auto;
}
.crumbs {
    background: #f5f5f5;
    padding: 22px 0;
}
.crumbs .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.crumbs .container .crumbs-l ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.crumbs .container .crumbs-l ul .icon {
    margin-right: 12px;
}
.crumbs .container .crumbs-l ul .icon i {
    color: #666666;
    font-size: 16px;
}
.crumbs .container .crumbs-l ul li a {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px) {
    .crumbs .container .crumbs-r {
        width: 100%;
        margin-top: 10px;
    }
    .crumbs .container .crumbs-l ul li a {
        font-size: 14px;
    }
}
.crumbs .container .crumbs-r ul {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .crumbs .container .crumbs-r ul {
        flex-wrap: wrap;
    }
}
.crumbs .container .crumbs-r ul li {
    margin-left: 56px;
}
@media (max-width: 767px) {
    .crumbs .container .crumbs-r ul li {
        margin-left: unset;
        margin-right: 10px;
    }
}
.crumbs .container .crumbs-r ul li a {
    color: #222;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
.crumbs .container .crumbs-r ul li a:hover {
    color: #c80214;
}
.crumbs .container .crumbs-r ul li .active {
    color: #c80214;
}
.categoryList .categoryListhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c80214;
    padding: 20px 24px;
}
.categoryList .categoryListhead p {
    color: #fff;
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.categoryList .categoryListhead .icon i {
    color: #fff;
    font-size: 26px;
}
.categoryList>ul {
    border-bottom: 1px solid #e6e6e6;
}
.categoryList>ul>li {
    border: 1px solid #e6e6e6;
    border-bottom: unset;
}
.categoryList>ul>li>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 24px;
    position: relative;
}
.categoryList>ul>li>a::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c80214;
    opacity: 0;
    transition: all 0.5s;
}
.categoryList>ul>li>a span {
    color: #222;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
.categoryList>ul>li>a .icon {
    transition: all 0.5s;
}
.categoryList>ul>li>a .icon i {
    color: #666;
    font-size: 18px;
    transition: all 0.5s;
}
.categoryList>ul>li .active {
    border-bottom: 1px solid #e6e6e6;
}
.categoryList>ul>li .active::before {
    opacity: 1;
}
.categoryList>ul>li .active span {
    color: #c80214;
    font-weight: 700;
}
.categoryList>ul>li .active .icon {
    transform: rotate(90deg);
}
.categoryList>ul>li .active .icon i {
    color: #c80214;
}
.categoryList>ul>li>ul {
    display: none;
    padding: 20px 24px;
}
.categoryList>ul>li>ul>li {
    margin-bottom: 16px;
}
.categoryList>ul>li>ul>li a {
    width: max-content;
    display: flex;
    align-items: center;
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
    background-image: linear-gradient(#c80214 0%, #c80214 100%);
    background-repeat: no-repeat;
    background-size: 0px 1px;
    background-position: 0px 100%;
    padding: 0.1% 0px;
}
.categoryList>ul>li>ul>li a::before {
    margin-right: 8px;
    content: "";
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #666666;
    transition: all 0.5s;
}
.categoryList>ul>li>ul>li a:hover {
    color: #c80214;
    background-size: 100% 1px;
}
.categoryList>ul>li>ul>li a:hover::before {
    background-color: #c80214;
}
.pd-Listbox {
    padding-top: 88px;
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .pd-Listbox {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .pd-Listbox {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .pd-Listbox {
        padding: 40px 0;
    }
}
.pd-Listbox .item {
    border: 1px solid #e6e6e6;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .pd-Listbox .item {
        margin-bottom: 15px;
    }
}
.pd-Listbox .item::before {
    opacity: 0;
    z-index: 29;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    pointer-events: none;
}
.pd-Listbox .item .infobox {
    position: relative;
    z-index: 30;
}
.pd-Listbox .item .infobox .productName {
    position: relative;
    z-index: 40;
    transition: all 0.5s;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .pd-Listbox .item .infobox .productName {
        padding: 10px;
    }
}
.pd-Listbox .item .infobox .productName>a {
    color: #222;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .pd-Listbox .item .infobox .productName>a {
        font-size: 14px;
    }
}
.pd-Listbox .item .infobox .productName .icon {
    cursor: pointer;
}
.pd-Listbox .item .infobox .productName .icon i {
    color: #666666;
    font-size: 22px;
    transition: all 0.5s;
}
.pd-Listbox .item .infobox .productName .icon:hover {
    animation: swing 3s infinite;
}
.pd-Listbox .item .infobox .productName .icon:hover i {
    color: #c80214;
}
.pd-Listbox .item .infobox .more {
    background-color: #f5f5f5;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    transition: all 0.5s;
}
.pd-Listbox .item .infobox .more>div {
    display: flex;
    align-items: center;
    padding: 13px 0 23px;
}
.pd-Listbox .item .infobox .more>div a {
    margin-right: 8px;
    color: #c80214;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pd-Listbox .item .infobox .more>div .icon i {
    transition: all 0.5s;
    color: #c80214;
    font-size: 14px;
}
.pd-Listbox .item:hover {
    background-color: #f5f5f5;
}
.pd-Listbox .item:hover::before {
    opacity: 1;
}
.pd-Listbox .item:hover .productName {
    transform: translateY(-90%);
    background-color: #f5f5f5;
}
.pd-Listbox .item:hover .more {
    opacity: 1;
    transition-delay: 0.1s;
}
.pd-Listbox .sorter {
    padding-top: 18px;
}
@media (max-width: 767px) {
    .pd-Listbox .row {
        margin: 0 -7px;
    }
    .pd-Listbox .row>div {
        padding: 0 7px;
    }
}
.sorter ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sorter ul li {
    padding: 0 8px;
}
.sorter ul li:first-child {
    padding: 0 16px 0 0;
}
.sorter ul li:last-child {
    padding: 0 0 0 16px;
}
.sorter ul li a {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #222;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}
.sorter ul li a:hover {
    background: #c80214;
    color: #fff;
}
.sorter ul li a:hover .icon i {
    color: #fff;
}
.sorter ul li .active {
    border: 1px solid #c80214;
    background: #fff;
    color: #c80214;
}
.sorter ul li .omit {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #222 !important;
}
.sorter ul li .icon i {
    color: #222;
    font-size: 18px;
    transition: all 0.5s;
}
.pd-showbox {
    padding-top: 88px;
}
@media (max-width: 1199px) {
    .pd-showbox {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .pd-showbox {
        padding-top: 45px;
    }
}
@media (max-width: 767px) {
    .pd-showbox {
        padding-top: 40px;
    }
}
.pd-showbox .carousel-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
@media (max-width: 1199px) {
    .pd-showbox .carousel-wrap {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap {
        margin-bottom: 30px;
    }
}
.pd-showbox .carousel-wrap .wrapbox {
    width: 42.85714286%;
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap .wrapbox {
        width: 100%;
    }
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-topslick {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slick-pd-show-prev,
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slick-pd-show-next {
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    transition: all 0.5s;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slick-pd-show-prev:hover,
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slick-pd-show-next:hover {
    background-color: #c80214;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slick-pd-show-prev .icon i,
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slick-pd-show-next .icon i {
    color: #fff;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slider-nav {
    width: 74.66666667%;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slider-nav .slick-slide {
    padding: 0 10px;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slider-nav .slick-list {
    margin: 0 -10px;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slider-nav .item {
    cursor: pointer;
    position: relative;
    border: 1px solid #e6e6e6;
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slider-nav .item .mask {
    z-index: 30;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(200, 2, 20, 0.8);
}
.pd-showbox .carousel-wrap .wrapbox .pro-details-thumbslick .slider-nav .item .mask .icon i {
    color: #fff;
}
.pd-showbox .carousel-wrap .infobox {
    padding-left: 48px;
    width: calc(100% - 42.85714286%);
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap .infobox {
        width: 100%;
        padding-left: unset;
    }
}
.pd-showbox .carousel-wrap .infobox .productName {
    padding-top: 30px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap .infobox .productName {
        padding: 20px 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .pd-showbox .carousel-wrap .infobox .productName {
        padding: 10px 0;
        margin-bottom: 10px;
    }
}
.pd-showbox .carousel-wrap .infobox .productName p {
    color: #222;
    font-family: Work Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1199px) {
    .pd-showbox .carousel-wrap .infobox .productName p {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap .infobox .productName p {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .pd-showbox .carousel-wrap .infobox .productName p {
        font-size: 24px;
    }
}
.pd-showbox .carousel-wrap .infobox .introduction {
    margin-bottom: 89px;
}
@media (max-width: 1199px) {
    .pd-showbox .carousel-wrap .infobox .introduction {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap .infobox .introduction {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .pd-showbox .carousel-wrap .infobox .introduction {
        margin-bottom: 20px;
    }
}
.pd-showbox .carousel-wrap .infobox .introduction .tit {
    margin-bottom: 10px;
}
.pd-showbox .carousel-wrap .infobox .introduction .tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .carousel-wrap .infobox .introduction .intro p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
.pd-showbox .carousel-wrap .infobox .share {
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .pd-showbox .carousel-wrap .infobox .share {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .carousel-wrap .infobox .share {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .pd-showbox .carousel-wrap .infobox .share {
        margin-bottom: 20px;
    }
}
.pd-showbox .carousel-wrap .infobox .share .tit {
    margin-bottom: 10px;
}
.pd-showbox .carousel-wrap .infobox .share .tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .carousel-wrap .infobox .btnGroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pd-showbox .carousel-wrap .infobox .btnGroup>div {
    cursor: pointer;
    margin-right: 24px;
    display: flex;
    align-items: center;
    padding: 14px 25px;
    background: #222;
    transition: all 0.5s;
}
@media (max-width: 767px) {
    .pd-showbox .carousel-wrap .infobox .btnGroup>div {
        width: 100%;
        margin-bottom: 10px;
    }
}
.pd-showbox .carousel-wrap .infobox .btnGroup>div .icon {
    margin-right: 6px;
}
.pd-showbox .carousel-wrap .infobox .btnGroup>div .icon i {
    color: #fff;
    font-size: 18px;
}
.pd-showbox .carousel-wrap .infobox .btnGroup>div span {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .carousel-wrap .infobox .btnGroup>div:hover {
    background-color: #c80214;
}
.pd-showbox .pd-show-detail {
    margin-bottom: 64px;
}
@media (max-width: 1199px) {
    .pd-showbox .pd-show-detail {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .pd-show-detail {
        margin-bottom: 30px;
    }
}
.pd-showbox .pd-show-detail .TabControl {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 16px 28px 28px;
}
@media (max-width: 1199px) {
    .pd-showbox .pd-show-detail .TabControl {
        padding: 16px;
    }
}
.pd-showbox .pd-show-detail .TabControl .toptab {
    margin-bottom: 20px;
}
.pd-showbox .pd-show-detail .TabControl .toptab ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}
.pd-showbox .pd-show-detail .TabControl .toptab ul li {
    cursor: pointer;
    padding: 16px;
    color: #222;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px) {
    .pd-showbox .pd-show-detail .TabControl .toptab ul li {
        font-size: 16px;
        padding: 8px;
    }
}
.pd-showbox .pd-show-detail .TabControl .toptab ul .active {
    color: #c80214;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 3px solid #c80214;
}
.pd-showbox .pd-show-detail .TabControl .bottomtab ul li p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
@media (max-width: 767px) {
    .pd-showbox .pd-show-detail .TabControl .bottomtab ul li p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.pd-showbox .inquiry {
    margin-bottom: 64px;
}
@media (max-width: 1199px) {
    .pd-showbox .inquiry {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .inquiry {
        margin-bottom: 30px;
    }
}
.pd-showbox .inquiry .box-tit {
    margin-bottom: 24px;
}
.pd-showbox .inquiry .box-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .inquiry .formbox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd-showbox .inquiry .formbox form .productName {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
}
.pd-showbox .inquiry .formbox form .productName input {
    width: 100%;
    height: inherit;
    padding-left: 20px;
    background: #fcf2f3;
}
.pd-showbox .inquiry .formbox form .productName input::placeholder {
    color: #c80214;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .inquiry .formbox form .inputGroup {
    margin-bottom: 16px;
    width: 49%;
    height: 50px;
    position: relative;
    background: #f5f5f5;
}
@media (max-width: 767px) {
    .pd-showbox .inquiry .formbox form .inputGroup {
        width: 100%;
    }
}
.pd-showbox .inquiry .formbox form .inputGroup textarea,
.pd-showbox .inquiry .formbox form .inputGroup input {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: inherit;
    padding-left: 20px;
}
.pd-showbox .inquiry .formbox form .inputGroup textarea:focus~label,
.pd-showbox .inquiry .formbox form .inputGroup input:focus~label,
.pd-showbox .inquiry .formbox form .inputGroup textarea:valid~label,
.pd-showbox .inquiry .formbox form .inputGroup input:valid~label {
    top: 0;
}
.pd-showbox .inquiry .formbox form .inputGroup label {
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pd-showbox .inquiry .formbox form .Message {
    width: 100%;
    height: 120px;
}
.pd-showbox .inquiry .formbox form .Message label {
    top: 30px;
}
.pd-showbox .inquiry .formbox form .Message textarea {
    padding: 20px;
}
.pd-showbox .inquiry .formbox form button {
    display: flex;
    align-items: center;
    padding: 15px 29px;
    background: #c80214;
}
@media (max-width: 767px) {
    .pd-showbox .inquiry .formbox form button {
        width: 100%;
        justify-content: center;
    }
}
.pd-showbox .inquiry .formbox form button .icon {
    margin-right: 10px;
}
.pd-showbox .inquiry .formbox form button .icon i {
    color: #fff;
    font-size: 12px;
}
.pd-showbox .inquiry .formbox form button span {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .relatedProduct {
    margin-bottom: 100px;
}
@media (max-width: 1199px) {
    .pd-showbox .relatedProduct {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .pd-showbox .relatedProduct {
        margin-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .pd-showbox .relatedProduct {
        margin-bottom: 40px;
    }
}
.pd-showbox .relatedProduct .tit-box {
    margin-bottom: 24px;
}
.pd-showbox .relatedProduct .tit-box .box-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pd-showbox .relatedProduct .tit-box .slick-btn-box {
    display: flex;
    align-items: center;
}
.pd-showbox .relatedProduct .tit-box .slick-btn-box>div .icon {
    margin-left: 24px;
    cursor: pointer;
}
.pd-showbox .relatedProduct .tit-box .slick-btn-box>div .icon:hover i {
    color: #c80214;
}
.pd-showbox .relatedProduct .tit-box .slick-btn-box>div .icon i {
    transition: all 0.5s;
    color: #222;
    font-size: 22px;
}
.pd-showbox .relatedProduct .slick-related .item {
    border: 1px solid #e6e6e6;
    transition: all 0.5s;
    position: relative;
}
.pd-showbox .relatedProduct .slick-related .item::before {
    opacity: 0;
    z-index: 29;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.pd-showbox .relatedProduct .slick-related .item .infobox {
    position: relative;
    z-index: 30;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .productName {
    transition: all 0.5s;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .productName a {
    color: #222;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .productName .icon {
    cursor: pointer;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .productName .icon i {
    color: #666666;
    font-size: 22px;
    transition: all 0.5s;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .productName .icon:hover {
    animation: swing 3s infinite;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .productName .icon:hover i {
    color: #c80214;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .more {
    background-color: #f5f5f5;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    transition: all 0.5s;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .more a {
    display: flex;
    align-items: center;
    padding: 13px 0 23px;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .more a span {
    margin-right: 8px;
    color: #c80214;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pd-showbox .relatedProduct .slick-related .item .infobox .more a .icon i {
    transition: all 0.5s;
    color: #c80214;
    font-size: 14px;
}
.pd-showbox .relatedProduct .slick-related .item:hover {
    background-color: #f5f5f5;
}
.pd-showbox .relatedProduct .slick-related .item:hover::before {
    opacity: 1;
}
.pd-showbox .relatedProduct .slick-related .item:hover .productName {
    transform: translateY(-90%);
    background-color: #f5f5f5;
}
.pd-showbox .relatedProduct .slick-related .item:hover .more {
    opacity: 1;
    transition-delay: 0.1s;
}
.pd-showbox .relatedProduct .slick-related .slick-slide {
    padding: 0 15px;
}
.pd-showbox .relatedProduct .slick-related .slick-list {
    margin: -15px;
}
.BrandList-box {
    padding-bottom: 100px;
    padding-top: 88px;
}
@media (max-width: 1199px) {
    .BrandList-box {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .BrandList-box {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .BrandList-box {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .BrandList-box .row {
        margin: 0 -7px;
    }
    .BrandList-box .row>div {
        padding: 0 7px;
    }
}
.BrandList-box .item {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .BrandList-box .item {
        margin-bottom: 15px;
    }
}
.BrandList-box .item a .pic {
    position: relative;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .BrandList-box .item a .pic {
        margin-bottom: 8px;
    }
}
.BrandList-box .item a .pic .img-box {
    border: 1px solid #e6e6e6;
    padding-bottom: 54.54545455%;
}
.BrandList-box .item a .pic .mask {
    z-index: 30;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(200, 2, 20, 0.9);
    opacity: 0;
    transition: all 0.5s;
}
.BrandList-box .item a .pic .mask .icon {
    transform: scale(0);
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    transition: all 0.5s;
}
.BrandList-box .item a .pic .mask .icon i {
    color: #fff;
    font-size: 20px;
}
.BrandList-box .item a .brandName p {
    text-align: center;
    color: #000;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    transition: all 0.5s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .BrandList-box .item a .brandName p {
        font-size: 15px;
    }
}
.BrandList-box .item a:hover .pic .mask {
    opacity: 1;
}
.BrandList-box .item a:hover .pic .mask .icon {
    transform: scale(1);
    transition-delay: 0.2s;
}
.BrandList-box .item a:hover .brandName p {
    color: #c80214;
}
.BrandList-box .sorter {
    padding-top: 18px;
}
.box-case {
    padding-top: 88px;
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .box-case {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-case {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-case {
        padding: 40px 0;
    }
}
.box-case .container ul li:first-child {
    border-top: 1px solid #e6e6e6;
}
.box-case .item {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .box-case .item {
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .box-case .item {
        padding: 15px 0;
    }
}
.box-case .item .item-l {
    width: 59.57446809%;
    display: flex;
}
@media (max-width: 991px) {
    .box-case .item .item-l {
        width: 100%;
    }
}
.box-case .item .item-l .time {
    padding: 12px 15px 18px;
    background-color: #c80214;
    height: max-content;
}
.box-case .item .item-l .time .top p {
    color: #fff;
    font-family: Work Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media (max-width: 991px) {
    .box-case .item .item-l .time .top p {
        font-size: 18px;
    }
}
.box-case .item .item-l .time .bottom p {
    white-space: nowrap;
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-case .item .item-l .infobox {
    padding-left: 32px;
}
@media (max-width: 991px) {
    .box-case .item .item-l .infobox {
        padding-left: 10px;
    }
}
.box-case .item .item-l .infobox .tit {
    padding-top: 16px;
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .box-case .item .item-l .infobox .tit {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .box-case .item .item-l .infobox .tit {
        padding-top: unset;
    }
}
.box-case .item .item-l .infobox .tit a {
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
    .box-case .item .item-l .infobox .tit a {
        font-size: 16px;
    }
}
.box-case .item .item-l .infobox .intro {
    margin-bottom: 5.3646vw;
    width: 91%;
}
@media (max-width: 1199px) {
    .box-case .item .item-l .infobox .intro {
        margin-bottom: 15px;
        width: 100%;
    }
}
.box-case .item .item-l .infobox .intro p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875;
    /* 187.5% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
    .box-case .item .item-l .infobox .intro p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.box-case .item .item-l .infobox .moreBTN {
    width: max-content;
}
@media (max-width: 767px) {
    .box-case .item .item-l .moreBTN {
        width: 100% !important;
    }
    .box-case .item .item-l .moreBTN a {
        width: 100%;
        padding: 10px;
    }
}
.box-case .item .item-r {
    flex-shrink: 0;
    width: 40.42553191%;
}
@media (max-width: 991px) {
    .box-case .item .item-r {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .box-case .item .item-r .pic {
        margin-bottom: 15px;
    }
}
.box-case .item .item-r .pic .img-box {
    padding-bottom: 56.14035088%;
}
.box-case .item:hover .item-l .infobox .tit a {
    color: #c80214;
}
.box-case .item:hover .item-r .pic .img-box img {
    transform: scale(1.1);
}
.box-case .sorter {
    padding-top: 48px;
}
.box-new {
    padding-top: 104px;
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .box-new {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-new {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-new {
        padding: 40px 0;
    }
}
.box-new .item {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    margin-bottom: 46px;
}
@media (max-width: 1199px) {
    .box-new .item {
        align-items: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .box-new .item {
        flex-direction: column;
    }
}
.box-new .item .pic {
    transform: translateY(-16px);
    width: 40.42553191%;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .box-new .item .pic {
        transform: unset;
    }
}
@media (max-width: 767px) {
    .box-new .item .pic {
        width: 100%;
    }
}
.box-new .item .pic .img-box {
    padding-bottom: 56.14035088%;
}
.box-new .item .infobox {
    width: 61.70212766%;
    padding: 40px;
}
@media (max-width: 1199px) {
    .box-new .item .infobox {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .box-new .item .infobox {
        width: 100%;
    }
}
.box-new .item .infobox .time {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}
.box-new .item .infobox .time .icon {
    margin-right: 8px;
}
.box-new .item .infobox .time .icon i {
    color: #c80214;
    font-size: 20px;
}
.box-new .item .infobox .time span {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-new .item .infobox .newstit {
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .box-new .item .infobox .newstit {
        margin-bottom: 10px;
    }
}
.box-new .item .infobox .newstit a {
    transition: all 0.5s;
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
    .box-new .item .infobox .newstit a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-new .item .infobox .newstit a {
        font-size: 16px;
    }
}
.box-new .item .infobox .intro {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .box-new .item .infobox .intro {
        margin-bottom: 20px;
    }
}
.box-new .item .infobox .intro p {
    width: 98%;
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .box-new .item .infobox .intro p {
        width: 100%;
        font-size: 14px;
    }
}
.box-new .item .infobox .more a {
    display: flex;
    align-items: center;
}
.box-new .item .infobox .more a span {
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 8px;
    transition: all 0.5s;
}
.box-new .item .infobox .more a .icon i {
    color: #666;
    font-size: 14px;
    transition: all 0.5s;
}
.box-new .item:hover .pic .img-box img {
    transform: scale(1.1);
}
.box-new .item:hover .infobox .newstit a {
    color: #c80214;
}
.box-new .item:hover .infobox .more a .icon i {
    color: #c80214;
}
.box-new .item:hover .infobox .more a span {
    color: #c80214;
}
.box-new .sorter {
    padding-top: 2px;
}
.box-video {
    padding: 88px 0 100px;
}
@media (max-width: 1199px) {
    .box-video {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-video {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-video {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    .box-video .row {
        margin: 0 -7px;
    }
    .box-video .row>div {
        padding: 0 7px;
    }
}
.box-video .item {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .box-video .item {
        margin-bottom: 8px;
    }
}
.box-video .item a {
    position: relative;
}
.box-video .item a .pic {
    position: relative;
}
.box-video .item a .pic .img-box {
    padding-bottom: 73.33333333%;
}
.box-video .item a .pic .videoname {
    width: 100%;
    z-index: 30;
    padding: 29px 24px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .box-video .item a .pic .videoname {
        padding: 15px;
    }
}
.box-video .item a .pic .videoname p {
    color: #fff;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .box-video .item a .pic .videoname p {
        font-size: 14px;
    }
}
.box-video .item a .mask {
    z-index: 40;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}
.box-video .item a .mask::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(34, 34, 34, 0.8);
    backdrop-filter: blur(5px);
}
.box-video .item a .mask .icon {
    margin-bottom: 28px;
    position: relative;
    z-index: 40;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translateX(3px);
}
@media (max-width: 767px) {
    .box-video .item a .mask .icon {
        margin-bottom: 10px;
    }
}
.box-video .item a .mask .icon i {
    font-size: 16px;
    color: #fff;
}
.box-video .item a .mask .videoname {
    position: relative;
    z-index: 40;
    width: 100%;
}
.box-video .item a .mask .videoname p {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .box-video .item a .mask .videoname p {
        font-size: 14px;
        white-space: nowrap;
        padding: 10px;
    }
}
.box-video .item a:hover .mask {
    transform: translate(-50%, -50%) scale(1);
}
.box-video .sorter {
    padding-top: 18px;
}
.service-tit {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .service-tit {
        margin-bottom: 20px;
    }
}
.service-tit p {
    text-align: center;
    color: #222;
    font-family: Work Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1199px) {
    .service-tit p {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .service-tit p {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .service-tit p {
        font-size: 24px;
    }
}
.box-Warranty {
    background: url(../images/Warrantybg.png) no-repeat;
    background-position: bottom center;
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .box-Warranty {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-Warranty {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-Warranty {
        padding: 40px 0;
    }
}
.box-Warranty .main p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
@media (max-width: 767px) {
    .box-Warranty .main p {
        font-size: 14px;
        line-height: 1.66;
    }
}
.box-Training {
    padding-top: 88px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1199px) {
    .box-Training {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .box-Training {
        padding-top: 45px;
    }
}
@media (max-width: 767px) {
    .box-Training {
        padding-top: 40px;
    }
}
.box-Training .main {
    margin-bottom: 64px;
}
@media (max-width: 1199px) {
    .box-Training .main {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .box-Training .main {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .box-Training .main {
        margin-bottom: 30px;
    }
}
.box-Training .main p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
@media (max-width: 767px) {
    .box-Training .main p {
        font-size: 14px;
        line-height: 1.66;
    }
}
.box-Training .slick-Training-box {
    position: relative;
}
.box-Training .slick-Training-box .slick-training-prev,
.box-Training .slick-Training-box .slick-training-next {
    z-index: 30;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    cursor: pointer;
    transition: all 0.5s;
}
.box-Training .slick-Training-box .slick-training-prev:hover,
.box-Training .slick-Training-box .slick-training-next:hover {
    background-color: #c80214;
}
.box-Training .slick-Training-box .slick-training-prev .icon i,
.box-Training .slick-Training-box .slick-training-next .icon i {
    color: #fff;
    font-size: 20px;
}
.box-Training .slick-Training-box .slick-training-prev {
    left: -112px;
}
@media (max-width: 1680px) {
    .box-Training .slick-Training-box .slick-training-prev {
        left: 0;
    }
}
.box-Training .slick-Training-box .slick-training-next {
    right: -112px;
}
@media (max-width: 1680px) {
    .box-Training .slick-Training-box .slick-training-next {
        right: 0;
    }
}
.box-Training .slick-Training-box .item .pic .img-box {
    padding-bottom: 73.33333333%;
}
.box-Training .slick-Training-box .slick-slide {
    padding: 0 15px;
}
.box-Training .slick-Training-box .slick-list {
    margin: 0 -15px;
}
.box-Installation {
    padding: 100px 0;
    background: url(../images/Installationbg.png) no-repeat;
    background-position: bottom center;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .box-Installation {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-Installation {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-Installation {
        padding: 40px 0;
    }
}
.box-Installation .main p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
@media (max-width: 767px) {
    .box-Installation .main p {
        font-size: 14px;
        line-height: 1.66;
    }
}
.box-about {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .box-about {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-about {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .box-about {
        padding: 40px 0;
    }
}
@media (max-width: 1199px) {
    .box-about .box-tit {
        margin-bottom: 20px;
    }
}
.box-about .box-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.57;
    /* 157.143% */
}
@media (max-width: 1199px) {
    .box-about .box-tit p {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .box-about .box-tit p {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-about .box-tit p {
        line-height: 1.4;
    }
}
.box-about .row {
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .box-about .row {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .box-about .row {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .box-about .row {
        margin-bottom: 30px;
    }
}
.box-about .intro p {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66;
    /* 175% */
}
@media (max-width: 1199px) {
    .box-about .intro p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.box-about .videobox {
    position: relative;
}
.box-about .videobox .pic {
    width: 100%;
}
.box-about .videobox .pic img {
    width: 100%;
}
.box-about .videobox .mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-about .videobox .mask .icon {
    transition: all 0.5s;
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #c80214;
}
.box-about .videobox .mask .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(200, 2, 20, 0.1);
}
.box-about .videobox .mask .icon i {
    transform: translateX(2px);
    position: relative;
    z-index: 50;
    color: #fff;
    font-size: 18px;
}
.box-about .videobox:hover .mask .icon {
    transform: scale(1.1);
}
.box-certificate {
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .box-certificate {
        padding-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .box-certificate {
        padding-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .box-certificate {
        padding-bottom: 40px;
    }
}
.box-certificate .box-tit {
    margin-bottom: 24px;
}
.box-certificate .box-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.box-certificate .slick-certificate .item .pic .img-box {
    padding-bottom: 75.75757576%;
}
.box-certificate .slick-certificate .slick-slide {
    padding: 0 15px;
}
.box-certificate .slick-certificate .slick-list {
    margin: 0 -15px;
}
.box-contact {
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .box-contact {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .box-contact {
        padding: 45px 0;
    }
}
.box-contact .contact-tit {
    margin-bottom: 32px;
}
@media (max-width: 1199px) {
    .box-contact .contact-tit {
        margin-bottom: 15px;
    }
}
.box-contact .contact-tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1199px) {
    .box-contact .contact-tit p {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .box-contact .contact-tit p {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .box-contact .contact-tit p {
        font-size: 24px;
    }
}
.box-contact .formbox {
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .box-contact .formbox {
        padding-right: unset;
        margin-bottom: 20px;
    }
}
.box-contact .formbox form .inputGroup {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.box-contact .formbox form .inputGroup textarea,
.box-contact .formbox form .inputGroup input {
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.box-contact .formbox form .inputGroup textarea:focus~label,
.box-contact .formbox form .inputGroup input:focus~label,
.box-contact .formbox form .inputGroup textarea:valid~label,
.box-contact .formbox form .inputGroup input:valid~label {
    top: 0;
    background-color: #fff;
}
.box-contact .formbox form .inputGroup label {
    pointer-events: none;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #666;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-contact .formbox form .Message {
    margin-bottom: 24px;
    height: 110px;
}
.box-contact .formbox form .Message textarea {
    padding: 20px;
}
.box-contact .formbox form .Message label {
    top: 20px;
}
.box-contact .formbox form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 15px 29px;
    background-color: #c80214;
}
@media (max-width: 1199px) {
    .box-contact .formbox form button {
        width: 100%;
        padding: 10px;
    }
}
.box-contact .formbox form button .icon {
    margin-right: 10px;
}
.box-contact .formbox form button .icon i {
    color: #fff;
    font-size: 12px;
}
.box-contact .formbox form button span {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.box-contact .itembox {
    height: 100%;
    padding-bottom: 10px;
}
.box-contact .itembox .item {
    height: 100%;
    min-height: 207px;
    padding: 32px;
    background: #f5f5f5;
}
@media (max-width: 767px) {
    .box-contact .itembox .item {
        padding: 15px;
        min-height: 180px;
    }
}
.box-contact .itembox .item .icon {
    margin-bottom: 24px;
    justify-content: flex-start;
}
.box-contact .itembox .item .icon i {
    color: #c80214;
    font-size: 24px;
}
.box-contact .itembox .item .tit {
    margin-bottom: 16px;
}
.box-contact .itembox .item .tit p {
    color: #222;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.box-contact .itembox .item a {
    color: #666;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
.box-map .map-content {
    height: 400px;
}
.xs-nav {
    display: none;
}
@media (max-width: 1199px) {
    .xs-nav {
        display: block;
        margin-bottom: 20px;
    }
}
.xs-nav ul {
    display: flex;
    flex-wrap: wrap;
}
.xs-nav ul li {
    margin-right: 10px;
}
.xs-nav ul li a {
    color: #222;
    font-size: 15px;
}
.xs-nav ul .active a {
    color: #c80214;
}

.three-box {
    position: absolute;
    left: calc(100% - 2px);
    min-height: 100%;
    top: 0;
    background-color: #fff;
    padding: 10px 20px;
}

.three-box .item {
    display: flex;
}

.three-box .item .left {
    width: 240px;
}

.three-box .item .left a {
    font-size: 16px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.65;
    margin-bottom: 0px;
}

.three-box .item .left a:hover {
    color: #c80214;
}

.three-box .item .left a:last-child {
    margin-bottom: 0;
}

.three-box .item .right {
    width: 200px;
    margin-left: 25px;
    padding: 0px 0 10px;
}

@media screen and (max-width:1200px) {
    .three-box {
        position: static;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .three-box .item .right {
        display: none;
    }
}

.three-slick {
    width: 100%;
}

.img_box {
    position: relative;
}

.img_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.three-slick .img_box {
    padding-top: 100%;
}

.three-box {
    opacity: 0;
    pointer-events: none;
}
.header .con1720 .header-r .menu>ul>li>ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .con1720 .header-r .menu>ul>li>ul>li:hover .three-box {
    opacity: 1;
    pointer-events: all;
}

.header .con1720 .header-r .menu>ul>li>ul>li {
    margin-bottom: 0px !important;
    padding: 4px 16px !important;
}

.header .con1720 .header-r .menu>ul>li>ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header .con1720 .header-r .menu>ul>li::after {
    content: "";
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: none;
    border-bottom: 10px solid #cd0010;
    /* background-color: #cd0010; */
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
}

@media screen and (max-width:1200px) {
    .header .con1720 .header-r .menu>ul>li::after {
        display: none;
    }
}

.header .con1720 .header-r .menu>ul>li:hover::after {
    opacity: 1;
}

.online {
    display: none !important;
}

.header-langeuage {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
}

@media screen and (max-width:1200px) {
    .header-langeuage {
        margin-left: 20px;
        margin-right: 10px;
    }
}

@media screen and (max-width:768px) {
    .header-langeuage {
        margin-left: 10px;
        margin-right: 5px;
    }
}

.header-langeuage p {
    font-size: 16px;
    color: #333;
}

.header-langeuage img {
    width: 16px;
}

.header-langeuage-list {
    position: absolute;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.header-langeuage-list a {
    display: inline-block;
    font-size: 16px;
    color: #222;
    line-height: 1.65;
    padding: 4px 0;
    transition: all 0.5s;
}

@media screen and (min-width:1200px) {
    .header-langeuage-list a:hover {
        color: #cd0010;
    }
}

@media screen and (max-width:768px) {
    .translate {
        display: none;
    }
}

.ct_aside1 {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 100;
    --wh: 46px;
    --fs: 22px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child {
    margin-bottom: 0;
}

.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C80214;
    transition: all 0.36s;
}

.ct_aside1_link .iconfont {
    font-size: var(--fs);
    color: #fff;
}

.ct_aside1_item.active .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_link,
.ct_aside1_switch {
    width: var(--wh);
    height: var(--wh);
    border-radius: 6px;
}

.ct_aside1_switch {
    background-color: #C80214;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active {
    background-color: #031417;
    transform: rotate(-180deg);
}

.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a {
    display: inline-block;
    padding: 14px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width:768px) {
    .ct_aside1_list {
        display: none !important;
    }
    .ct_aside1_list.active {
        display: block !important;
    }
    .ct_aside1 {
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch {
        display: block;
    }

}

/* hover */
@media screen and (min-width:1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

@media screen and (max-width:1680px) {
    .ct_aside1 {
        right: 20px;
        --wh: 44px;
        --fs: 20px;
    }
}

.home-product-list {
    margin: 0 -15px;
}

.home-product-item {
    padding: 0 15px;
}

.home-product-link {
    display: block;
    background-color: #F5F5F5;
    padding: 40px 30px 30px;
}

@media screen and (max-width:1680px) {
    .home-product-link {
        padding: 30px 25px 25px;
    }
}

@media screen and (max-width:1200px) {
    .home-product-link {
        padding: 25px 25px 25px;
    }
}

.home-product-link .tits {
    color: #222;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

@media screen and (max-width:1680px) {
    .home-product-link .tits {
        font-size: 22px;
    }
}

@media screen and (max-width:1200px) {
    .home-product-link .tits {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.home-product-link .texts {
    margin-bottom: 25px;
    height: 84px;
    overflow: hidden;
}

.home-product-link .texts p {
    transition: all 1s;
    width: 80%;
    color: #666;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 84px;
}

@media screen and (max-width:1680px) {
    .home-product-link .texts p {
        line-height: 26px;
    }

    .home-product-link .texts {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .home-product-link .texts {
        height: 140px;
    }
    .home-product-link .texts p {
        -webkit-line-clamp: 5;
        line-clamp: 5;
        max-height: 140px;
    }
}
.home-product-link .img_box {
    padding-top: 63.41463415%;
}

.footer-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    width: 350px;
}

.footer-form .item {
    width: 100%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.footer-form input {
    width: 100%;
    height: 42px;
    padding: 0 18px;
    color: #333;
    font-size: 15px;
    background-color: #fff;
}

.footer-form textarea {
    padding: 18px;
    background-color: #fff;
    width: 100%;
    height: 100px;
    color: #333;
    font-size: 15px;
}

.footer-form button {
    width: 110px;
    height: 42px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width:1200px) {
    .footer-form button:hover {
        background-color: #c80214;
    }
}

.footer .main .product {
    width: initial !important;
    flex-shrink: 0;
}

.footer .main .contact {
    width: 350px;
}

@media screen and (max-width:1680px) {
    .footer .main .about {
        width: 350px;
    }

    .footer-form textarea {
        padding: 10px 18px;
    }
}

@media screen and (max-width:1440px) {
    .footer .main .about {
        width: 48%;
        margin-bottom: 40px;
    }

    .footer .main .product {
        width: 48% !important;
        margin-bottom: 40px;
    }

    .footer .main .contact {
        width: 48%;
    }

    .footer-form {
        width: 48%;
    }

    .footer-form .item {
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .footer .main .about {
        width: 100%;
        margin-bottom: 36px;
    }

    .footer .main .product {
        width: 100% !important;
        margin-bottom: 36px;
    }

    .footer .main .contact {
        width: 100%;
        margin-bottom: 36px;
    }

    .footer-form {
        width: 100%;
    }
}

.about-qr {
    display: flex;
    margin-top: 40px;
}

.about-qr .imgs {
    width: 110px;
    margin-right: 20px;
}

.about-qr .imgs img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .about-qr .imgs {
        width: 100px;
        margin-right: 20px;
    }

    .about-qr {
        margin-top: 25px;
    }
}

.about-number ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.about-number ul li {
    padding: 0 10px;
    margin-top: 30px;
}
.about-number .item b {
    font-size: 20px;
    line-height: 1.4;
    color: #C80214;
}
.about-number .item b .counter {
    font-size: 34px;
}
.about-number .item p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
.pd-showbox .pd-show-detail img {
    max-width: 100%;
    height: auto !important;
}
/*table*/
.pd-showbox .pd-show-detail .table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.pd-showbox .pd-show-detail .table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}
.pd-showbox .pd-show-detail .table-box table tr,
.pd-showbox .pd-show-detail .table-box table td,
.pd-showbox .pd-show-detail .table-box table th {
    width: auto !important;
    height: auto !important;
    /* background-color: #f2f3f4; */
    /* color: #02152d; */
    border: 1px solid #222;
}
/* .pd-showbox .pd-show-detail .table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.pd-showbox .pd-show-detail .table-box table tr:nth-child(even) {
    background-color: #ffffff;
} */
.pd-showbox .pd-show-detail .table-box table td,
.pd-showbox .pd-show-detail .table-box table th {
    vertical-align: middle;
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #222 !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    .pd-showbox .pd-show-detail .table-box table td,
    .pd-showbox .pd-show-detail .table-box table th {
        font-size: 14px;
    }
}
.pd-showbox .pd-show-detail .table-box table tr p,
.pd-showbox .pd-show-detail .table-box table tr span {
    line-height: 1.2 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pd-showbox .pd-show-detail .table-box table th {
    text-align: center;
}
.table-box .table-nav {
    overflow: hidden;
}
.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}