@font-face {
    font-family: "DIN";
    src: url("../fonts/DIN-BOLD.OTF") format("truetype");
    font-weight: bold;
    font-display: swap;
}

.sitemap-logo-boxs h1 img {
    background: var(--color-main) !important;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
    color: #333;
    box-sizing: border-box;
    border: 0;
    outline: none;
    font-family: Arial;
}

html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto !important;
}

body {
    --conmmonSideColor-color: #066aff;
    --color-main: #066aff;
    --color-shadow: #06295e;
    --all-pd: 8.33%;
}

#index_scrollsidebar {
    z-index: 99999;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset;
}

.swiper-button-prev,
.swiper-button-next,
.pro_item .info,
a,
.aside_common_show,
#aside_right ul li a::before,
#aside_right,
.hover_scale img,
.hover_btn {
    transition: all 0.3s ease;
}

a:hover {
    color: var(--color-main);
    text-decoration: underline;
}

img {
    object-fit: contain;
    transition: all 0.3s ease;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

._layout {
    width: 100%;
    margin: 0 auto;
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd);
}

.hidden {
    overflow: hidden;
}

.clearboth {
    display: table;
    clear: both;
}

.block {
    display: block;
}

.a_link_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 50px;
    padding: 11px 31px 10px 14px;
    float: left;
    color: #ffffff;
}

.a_link_button:hover span {
    text-decoration: underline;
}

.a_link_button .more,
.a_link_button .more_,
.a_link_button .down,
.a_link_button .view,
.a_link_button .prev,
.a_link_button .next {
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    margin-right: 15px;
}

.a_link_button .more {
    background-image: url(../images/btn/right.png);
    background-color: #fff;
    background-size: 40%;
}

.a_link_button .more_ {
    background-image: url(../images/btn/right_.png);
}

.a_link_button .down {
    background-image: url(../images/btn/down.png);
    width: 21px;
    height: 21px;
}

.a_link_button .view {
    background-image: url(../images/btn/view.png);
    width: 24px;
    height: 19px;
}

.a_link_button .prev,
.a_link_button .next {
    width: 32px;
    height: 32px;
    margin-right: 0;
}

.a_link_button .prev {
    background-image: url(../images/btn/news_l.png);
}

.a_link_button .next {
    background-image: url(../images/btn/news_r.png);
}

.a_link_button span {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}

.view_btn {
    padding: 16px 26px 14px;
    background: var(--color-main);
    font-weight: 400;
    color: #ffffff !important;
    line-height: 1;
    display: inline-block;
}

.sidebarFixed {
    position: absolute;
    transition: all 0.2s;
}

#sidebarFixed_parent {
    position: relative;
}

.hover {
    transition: all 0.3s ease;
}

.hover:hover {
    color: var(--color-main) !important;
}

.hover_btn {
    cursor: pointer;
    transition: all 0.3s ease;
}

.hover_btn:hover {
    transform: translateY(-5px);
}

input[type="submit"] {
    cursor: pointer;
}

.hide {
    display: none;
}

.tac {
    text-align: center;
}

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 5px;
    /* 垂直滚动条宽度 */
    height: 5px;
    /* 水平滚动条高度 */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 4px;
}

/* 滚动条滑块（可拖动部分） */
::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

/* 滑块悬停效果 */
::-webkit-scrollbar-thumb:hover {
    background: #666;
    cursor: pointer;
}

/* 隐藏滚动条箭头按钮 */
::-webkit-scrollbar-button {
    display: none;
}

.row_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex_csb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.x_center {
    left: 50%;
    transform: translateX(-50%);
}

.y_center {
    top: 50%;
    transform: translateY(-50%);
}

.pos_center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hover_scale:hover img {
    transform: scale(1.1)
}

.hover_scale,
.hover_scale2 {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.com_arc_video_news {
    margin-top: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    --pd: 113px;
    --r-w: 417px;
}

.com_arc_video_news .detail {
    width: calc(100% - var(--pd) - var(--r-w));
}

.com_arc_video_news .detail .img {
    padding-bottom: 57.7%;
}

.com_arc_video_news .detail .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 39px;
}

.com_arc_video_news .detail .desc {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 22px;
}

.swiper-container-horizontal {
    overflow: hidden;
}

/*dxw page start*/
.pages {
    margin-top: 5%;
}

.pages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pages ul>li {
    margin-top: 5px;
}

.pages a,
.pages li.current a,
.pages li.current span,
.pages li:not(.current)>span {
    display: block;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 0 8px;
    background: #f4f4f5;
    font-size: 16px;
}

.pages li.prev-page a,
.pages li.next-page a {
    padding-left: 25px;
    padding-right: 25px;
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a,
.pages li.current span {
    background: var(--color-main);
    color: #fff;
}

.pages li:last-child {
    display: none;
}

/*dxw page end*/
.pcshow {
    display: block;
}

.h5show {
    display: none;
}

.com_hot_pro_swiper_btn_position {
    position: relative;
}

.com_hot_pro_swiper_btn_position .swiper-button-prev,
.com_hot_pro_swiper_btn_position .swiper-button-next {
    width: 35px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--color-main);
}

.com_hot_pro_swiper_btn_position .swiper-button-prev {
    background-image: url(../images/products/l.png);
    left: -55px;
}

.com_hot_pro_swiper_btn_position .swiper-button-next {
    background-image: url(../images/products/r.png);
    right: -55px;
}

.pro_item {
    width: calc(25% - 17px);
    position: relative;
    overflow: hidden;
}

.pro_item .img {
    padding-bottom: 116.6%;
}

.pro_item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: translateY(66px);
    clip-path: polygon(0 0, calc(100% - 80px) 0, calc(100% - 30px) 60px, calc(100% - 30px) 100%, 0 100%);
    padding: 42px 60px 0 30px;
}

.pro_item .info:hover {
    transform: translateY(0);
}

.pro_item .info:hover .a_link_button {
    opacity: 1;
    visibility: visible;
}

.pro_item .info .title {
    /* height: 58px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_item .info .title a {
    font-family: DIN;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
}

.pro_item .info .desc {
    margin-top: 10px;
    max-height: 78px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_item .info .desc a {
    font-weight: 400;
    line-height: 26px;
    color: #333;
}

.pro_item .info .a_link_button {
    padding: 16px 26px 14px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 40px;
}

.list_top {
    position: relative;
}

.list_top>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    z-index: -1;
}

.list_top .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.list_top .pagation {
    position: relative;
    padding: 8.17% 8.33%;
    z-index: 2;
}

.list_top .pagation .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 44px;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize;
}

.list_top .pagation .pagation_list {
    margin-top: 2.5%;
    color: #fafafa;
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding: 0 18px 0 40px;
}

.list_top .pagation .pagation_list a:hover,
.list_top .pagation .pagation_list span {
    color: var(--color-main);
    text-decoration: underline;
}

.list_top .pagation .pagation_list a:first-child {
    padding-left: 37px;
}

.list_top .pagation .pagation_list a:first-child::before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/list/local.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -4px;
    left: 0;
}

.list_top .pagation .pagation_list a:not(:first-child)::after,
.list_top .pagation .pagation_list span::after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: url(../images/list/you1.png) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 5px;
}

.list_top .pagation .product_top_btns {
    display: none;
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
    padding: 11px 30px;
    font-family: "Bold";
    border: 1px solid #fafafa;
}

.list_top .pagation .product_top_btns .down {
    color: #fefefe;
    background: var(--color-main);
    margin-right: 17px;
    line-height: 1;
}

.list_top .pagation .product_top_btns .down::before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/products/down.png) no-repeat center;
    background-size: cover;
    margin-right: 9px;
}

.list_top .pagation .product_top_btns .contactus {
    background: #fafafa;
    color: var(--color-main);
    line-height: 1;
}

.com_tit_desc_top {
    padding-top: 5%;
}

.com_tit_desc_top a {
    color: var(--color-main);
}

.com_tit_desc_top .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 1.3;
}

.com_tit_desc_top .desc {
    margin-top: 16px;
}

.com_tit_desc_top .desc p {
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.com_tit_desc_top .desc p:not(:first-child) {
    margin-top: 25px;
}

.com_hd {
    background: #f5f5f5;
    padding-left: var(--all-pd);
    position: relative;
    z-index: 2;
    line-height: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.com_hd .gd_l {
    flex: 1;
}

.com_hd .gd_l ul {
    display: flex;
    padding-top: 100px;
    /* position: relative; */
    /* top: 100px; */
}

.com_hd .gd_l ul li {
    flex: 1;
    margin-left: 10px;
}

.com_hd .gd_l ul li:first-child {
    margin-left: 0;
}

.com_hd .gd_l .img {
    width: 72px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.com_hd .gd_l .img img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.com_hd .gd_l .num {
    font-family: DIN;
    font-weight: bold;
    font-size: 78px;
    color: var(--color-main);
}

.com_hd .gd_l .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin: 38px 0 10px;
    height: 44px;
    overflow: hidden;
}

.com_hd .gd_l .desc {
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    /* max-height: 112px;
    overflow: auto; */
}

.com_hd .gd_r {
    width: 31%;
    padding: 4.44% 0 4.78% 3.04%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: -60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px), 0 0);
    overflow: hidden;
    align-self: flex-start;
}

.com_hd .gd_r .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
    max-height: 126px;
    max-width: 90%;
    overflow: hidden;
}

.com_hd .gd_r .desc {
    font-weight: 400;
    color: #e5e5e5;
    line-height: 30px;
    margin: 35px 0 30px;
    /* max-height: 90px;
    overflow: auto; */
    max-width: 90%;
}

.com_hd .gd_r .a_link_button {
    background: transparent;
}

.com_tit_desc_bot {
    padding-top: 5.2%;
}

.com_tit_desc_bot .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 30px;
    color: #040e27;
    line-height: 1.3;
    position: relative;
    padding-bottom: 16px;
}

.com_tit_desc_bot .title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #000000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.com_tit_desc_bot .desc {
    margin-top: 27px;
    line-height: 30px;
}

.com_tit_desc_bot .desc p {
    font-family: Akzidenz-Grotesk BQ Light;
    font-weight: 400;
    color: #666666;
    margin-top: 40px;
}

.com_tit_desc_bot .desc p:first-child {
    margin-top: 0;
}

.com_contact_us {
    flex-wrap: wrap;
    margin-top: 5.2%;
    padding-top: 11.45%;
    padding-bottom: 10.05%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), calc(100% - 120px) 100%, 60px 100%, 0 100%, 0 0);
}

.com_contact_us .info {
    width: 40.5%;
}

.com_contact_us .info>.title {
    color: #ffffff;
    text-transform: uppercase;
}

.com_contact_us .info>.title a {
    color: #ffffff;
    text-transform: uppercase;
}

.com_contact_us .info>.desc {
    color: #e5e5e5;
    margin-top: 54px;
}

.com_contact_us .info>.desc a {
    color: #e5e5e5;
}

.com_contact_us .info .sub_contact {
    margin-top: 40px;
}

.com_contact_us .info .links {
    margin-top: 68px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.com_contact_us .info .links a {
    display: block;
}

.com_contact_us .info .links a:nth-child(1) {
    width: 19px;
    height: 30px;
}

.com_contact_us .info .links a:nth-child(2) {
    width: 30px;
    height: 30px;
}

.com_contact_us .info .links a:nth-child(3) {
    width: 35px;
    height: 30px;
}

.com_contact_us .info .links a:nth-child(4) {
    width: 31px;
    height: 31px;
}

.com_contact_us .info .links a:nth-child(5) {
    width: 30px;
    height: 30px;
}

.com_contact_us .info .links a:nth-child(6) {
    width: 38px;
    height: 28px;
}

.com_contact_us .info .links a:not(:first-child) {
    margin-left: 30px;
}

.com_contact_us .info .links a img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.com_contact_us .info .links a img:hover {
    transform: rotateY(360deg);
}

.com_contact_us_common form {
    width: 45.6%;
}

.com_contact_us_common form ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.com_contact_us_common form ul li {
    position: relative;
}

.com_contact_us_common form ul li::before {
    content: "*";
    color: #e10000;
    position: absolute;
    left: 20px;
    top: 24px;
    display: block;
}

.com_contact_us_common form ul li.message::before {
    top: 27px;
}

.com_contact_us_common form .names,
.com_contact_us_common form .phone {
    width: calc((100% - 30px) / 2);
}

.com_contact_us_common form .email,
.com_contact_us_common form .message {
    width: 100%;
}

.com_contact_us_common form .email,
.com_contact_us_common form .message {
    margin-top: 27px;
}

.com_contact_us_common form input:not([type="submit"]),
.com_contact_us_common form textarea {
    width: 100%;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.com_contact_us_common form input:not([type="submit"])::placeholder,
.com_contact_us_common form textarea::placeholder {
    color: #fff;
}

.com_contact_us_common form input:not([type="submit"]) {
    line-height: 60px;
    padding: 0 30px;
}

.com_contact_us_common form textarea {
    padding: 25px 30px;
    height: 243px;
}

.com_contact_us_common form input[type="submit"] {
    padding: 11px 44px;
    background: var(--color-main);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    width: unset !important;
    height: unset !important;
    margin: 0;
    margin-top: 20px;
}

.list_contact {
    background-color: #001937;
}

.common_related {
    margin-top: 5%;
}

.common_related .swiper-horizontal {
    overflow: hidden;
}

.com_cell {
    position: relative;
    margin-bottom: 35px;
    margin-top: 35px;
}

.com_cell:first-child {
    margin-top: 0;
}

.com_cell .title {
    font-family: DIN;
    font-weight: bold;
    font-size: 40px;
    color: var(--color-main);
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(6, 106, 255, 0.2);
    position: relative;
}

.com_cell .title:after {
    content: "";
    display: block;
    width: 76px;
    height: 5px;
    background: var(--color-main);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.common_related .com_cell .swiper-button-prev {
    left: calc(100% - 32px * 2 - 32px);
    background: url(../images/list/l.png) no-repeat;
    background-position: center;
}

.common_related .com_cell .swiper-button-prev:hover {
    background: url(../images/list/l_.png) no-repeat;
    background-position: center;
}

.common_related .com_cell .swiper-button-prev:after {
    content: unset;
    width: 32px;
    height: 32px;
}

.common_related .com_cell .swiper-button-next {
    background: url(../images/list/r.png) no-repeat;
    background-position: center;
}

.common_related .com_cell .swiper-button-next:hover {
    background: url(../images/list/r_.png) no-repeat;
    background-position: center;
}

.common_related .com_cell .swiper-button-next:after {
    content: unset;
    width: 32px;
    height: 32px;
}

.common_related_products .pro_item,
.common_related_case .pro_item {
    width: unset;
    margin: 0;
}

.common_related_news {
    margin-bottom: 5.2%;
}

.common_related_news .news_swiper {
    overflow: hidden;
    height: 324px;
    width: 100%;
}

.common_related_news .news_swiper .img {
    width: 236px;
    flex-shrink: 0;
    margin-right: 22px;
    padding-bottom: 149px;
}

.common_related_news .news_swiper .info {
    flex: 1;
}

.common_related_news .news_swiper .info time {
    font-weight: 400;
    color: #999999;
    line-height: 32px;
}

.common_related_news .news_swiper .info .title {
    height: 54px;
    overflow: hidden;
}

.common_related_news .news_swiper .info .title a {
    font-family: DIN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1;
}

.common_related_news .news_swiper .info .desc {
    max-height: 63px;
    overflow: hidden;
}

.common_related_news .news_swiper .info .desc a {
    font-weight: 400;
    color: #333333;
    line-height: 1.3;
}

.common_related_news .news_swiper .swiper_item {
    display: flex;
}

.common_related_video .swiper-slide .title {
    margin-top: 24px;
    height: 48px;
    overflow: hidden;
}

.common_related_video .swiper-slide .title a {
    font-family: DIN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.common_related_video .swiper-slide .desc {
    margin-top: 5px;
    max-height: 78px;
    overflow: auto;
}

.common_related_video .swiper-slide .desc a {
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.com_faq_list {
    align-items: flex-start;
    flex-wrap: wrap;
}

.com_faq_list .com_faq_item {
    width: calc(50% - 10px);
    margin-top: 20px;
}

.com_faq_list .com_faq_item .item {
    margin-top: 12px;
}

.com_faq_list .com_faq_item .item:first-child {
    margin-top: 0;
}

.com_faq_list .com_faq_item .item.active .title {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #ffffff;
}

.com_faq_list .com_faq_item .item.active .title span {
    background: url(../images/btn/faq_.png) no-repeat center;
}

.com_faq_list .com_faq_item .item .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 20px 32px 18px 32px;
    position: relative;
    border: 1px solid #e5e5e5;
}

.com_faq_list .com_faq_item .item .title span {
    width: 19px;
    height: 10px;
    display: block;
    background: url(../images/btn/faq.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 19px;
    top: 30px;
}

.com_faq_list .com_faq_item .item .desc {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding: 20px 35px 28px;
    background: #fff;
    display: none;
}

.video_play_btn {
    width: 72px;
    height: 72px;
    background: url(../images/btn/play.png) no-repeat center var(--color-main);
    background-size: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.art_aside_right {
    background: #e6f0ff;
    width: var(--r-w);
    right: var(--all-pd);
    flex-shrink: 0;
    position: sticky;
}

.art_aside_right .a_title {
    background: var(--color-main);
    font-family: DIN;
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    line-height: 22px;
    padding: 34px 30px 24px;
}

.art_aside_right>ul {
    padding: 11px 8px 8px;
}

.art_aside_right>ul {
    margin-bottom: 30px;
}
.art_aside_right>ul:last-child{
    margin-bottom: 0 !important;
}
.art_aside_right>ul>li:not(:first-child) {
    margin-top: 6px;
}

.art_aside_right ul li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 28px 20px;
}

.art_aside_right ul li div>a {
    font-family: DIN;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    display: inline-block;
}

.art_aside_right ul li div>span {
    cursor: pointer;
    color: #333;
    display: none;
}

.art_aside_right ul li div:hover,
.art_aside_right ul li div.active_go {
    background: var(--color-main);
}

.art_aside_right ul li div:hover a,
.art_aside_right ul li div.active_go a,
.art_aside_right ul li div:hover span,
.art_aside_right ul li div.active_go span {
    color: #fff !important;
}

.art_aside_right ul li div:hover,
.art_aside_right ul li.nav-current div {
    background: var(--color-main);
}

.art_aside_right ul li div:hover a,
.art_aside_right ul li.nav-current div a,
.art_aside_right ul li div:hover span,
.art_aside_right ul li.nav-current div span {
    color: #fff !important;
}

.art_aside_right>ul>li ul {
    display: none;
    padding: 23px 18px;
}

.art_aside_right>ul>li ul li:not(:first-child) {
    margin-top: 16px;
}

.art_aside_right>ul>li ul li a {
    color: #333;
}

.art_aside_right>ul>li ul li a:hover {
    color: #066aff;
}

.com_home_pro_and_serve>.title {
    line-height: 1.3;
    font-family: DIN;
    font-weight: bold;
    font-size: 50px;
}

.com_home_pro_and_serve>.title a {
    font-family: DIN;
    font-weight: bold;
    font-size: 50px;
}

.com_home_pro_and_serve>.desc {
    font-weight: 400;
    line-height: 30px;
}

.com_home_pro_and_serve>.desc a {
    font-weight: 400;
    line-height: 30px;
}

/*fugai start*/
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left-color: var(--color-main);
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: var(--color-main);
    border: 1px solid var(--color-main);
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    color: var(--color-main);
    background: #fff;
}


.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/contactus/fancy_close.png) no-repeat center center;
}

.content-wrap .ch_form_wrap form {
    overflow: auto;
}

/*fugai end*/
/* sitemap start */
.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline;
}

#cont>ul>li>a {
    text-transform: capitalize;
}

#cont h2 {
    background: var(--color-main) !important;
}

#cont>ul>li>ul>li>a {
    color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--color-main) !important;
    border-right-color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

#footer {
    background: var(--color-main) !important;
}

#footer .cont {
    color: #fff !important;
}

#footer a {
    text-decoration: underline;
}

.privacy-main {
    padding: 50px var(--all-pd) !important;
}

.page_search_ {
    padding: 50px var(--all-pd) 0;
}

.search-product-detail .search-detail-tabs .title.current {
    background: var(--color-main) !important;
}

.search-product-detail .search-detail-tabs .title.current span {
    color: #fff !important;
}

.search-product-detail .tab-panel-wrapqq {
    padding: 40px 0 0 !important;
}

/* sitemap end */
@media screen and (max-width: 1660px) {
    body {
        --all-pd: 5%;
    }

    .pages {
        margin-top: 3%;
    }

    .com_hd {
        padding-right: var(--all-pd);
    }

    .com_hd .gd_l .img {
        width: 60px;
        height: 62px;
    }

    .com_hd .gd_l .num {
        font-size: 60px;
    }

    .com_hd .gd_l ul {
        padding: 100px 0;
        position: unset;
        top: unset;
        justify-content: space-around;
    }

    .com_hd .gd_l ul li {
        max-width: 25%;
    }

    .com_hd .gd_r {
        /* display: none; */
    }

    .com_home_pro_and_serve>.title {
        font-size: 40px;
    }

    .com_contact_us {
        padding-top: 8%;
        padding-bottom: 7%;
    }

    .list_top .pagation .title {
        font-size: 34px;
    }

    .common_related .com_cell .title {
        font-size: 32px;
    }

    .common_related {
        margin-top: 3%;
    }

    .com_arc_video_news {
        --pd: 50px;
    }
}

@media screen and (max-width: 1366px) {
    body {
        --all-pd: 2%;
    }

    .com_arc_video_news {
        --r-w: 300px;
        --pd: 10px;
    }

    .com_hd .gd_l .img {
        width: 50px;
        height: 52px;
    }

    .com_hd .gd_l .num {
        font-size: 50px;
    }

    .com_contact_us {
        margin-top: 3%;
        padding-top: 5%;
        padding-bottom: 4%;
    }

    .pro_item .info {
        padding: 25px 60px 0 25px;
        clip-path: polygon(0 0, calc(100% - 70px) 0, calc(100% - 30px) 50px, calc(100% - 30px) 100%, 0 100%);
    }

    .pro_item .info .title {
        /* height: unset; */
        max-height: 58px;
    }

    .pro_item .info .desc {
        margin-top: 10px;
    }

    .list_top .pagation .title {
        font-size: 24px;
    }

    .list_top .pagation .pagation_list a,
    .list_top .pagation .pagation_list span {
        font-size: 16px;
    }

    .com_tit_desc_top {
        padding-top: 3%;
    }

    .com_tit_desc_top .title {
        font-size: 30px;
    }

    .com_tit_desc_bot .desc p {
        margin-top: 20px;
    }

    .common_related .com_cell .title {
        font-size: 26px;
    }

    .com_home_pro_and_serve>.title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .com_hd .gd_r .title {
        max-height: unset;
        font-size: 24px;
    }

    .com_hd .gd_r .desc {
        margin: 15px 0 30px;
        max-height: 150px;
    }

    .com_hd .gd_r .a_link_button {
        padding: 0;
    }
}

@media screen and (max-width: 950px) {
    .sitemap-content {
        padding: 100px 0 30px !important;
    }

    body {
        --all-pd: 30px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h);
    }

    .com_hd .gd_l .title {
        height: unset;
        padding: 0 30px;
        margin-top: 20px;
        text-align: center;
    }

    .a_link_button .more {
        width: 30px;
        height: 30px;
    }

    .a_link_button span {
        font-size: 16px;
    }

    .pcshow {
        display: none;
    }

    .h5show {
        display: block;
    }

    .video_play_btn {
        width: 50px;
        height: 50px;
    }

    .com_hd {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .com_hd .gd_l {
        order: 2;
        padding: 30px 0 80px;
    }

    .com_hd .gd_l ul {
        position: unset;
        flex-direction: column;
        padding: 0;
    }

    .com_hd .gd_l ul li {
        margin: 48px 0 0;
        max-width: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .com_hd .gd_l ul li .desc {
        padding: 0 30px;
        text-align: center;
    }

    .com_hd .gd_r {
        display: block;
        width: 100%;
        position: unset;
        padding: 70px 30px 67px;
    }

    .com_hd .gd_r .title,
    .com_hd .gd_r .desc {
        max-width: 100%;
        max-height: unset;
        overflow: unset;
    }

    .com_hd .gd_r .title {
        font-size: 30px;
    }

    .com_hd .gd_r .a_link_button {
        padding: 11px 31px 10px 14px;
    }

    .com_hd .gd_r .desc {
        margin: 30px 0 55px;
    }

    .com_hd .gd_r .a_link_button {
        background: #fff;
    }

    .com_hd .gd_r .a_link_button .more {
        background-color: var(--color-main);
        background-image: url(../images/btn/right_.png);
    }

    .com_hd .gd_r .a_link_button span {
        color: var(--color-main);
    }

    .com_contact_us {
        margin-top: 57px;
        padding: 49px 30px 44px;
        clip-path: unset;
        background: url(../images/index/icon6_.png) no-repeat center;
        background-size: cover;
    }

    .com_contact_us .info,
    .com_contact_us form {
        width: 100%;
    }

    .com_contact_us .info .sub_contact {
        margin-top: 26px;
    }

    .com_contact_us .info .links {
        margin-top: 28px;
    }

    .com_contact_us .info .desc {
        margin-top: 30px;
    }

    .com_contact_us form {
        margin-top: 50px;
    }

    .com_contact_us form ul li {
        width: 100% !important;
        margin-top: 25px;
    }

    .com_contact_us form ul li:first-child {
        margin-top: 0;
    }

    .com_faq_list .com_faq_item {
        width: 100%;
        margin-top: 12px;
    }

    .common_related {
        margin-top: 10%;
    }

    .common_related .com_cell {
        margin-bottom: 20px;
    }

    .common_related_news .news_swiper {
        height: unset;
    }

    .common_related_news .news_swiper .swiper_item {
        flex-direction: column;
    }

    .common_related_news .news_swiper .swiper_item .img {
        margin: 0;
        width: 100%;
        padding-bottom: 70%;
    }

    .common_related_news .news_swiper .swiper_item .info {
        width: 100%;
        margin-top: 20px;
    }

    .common_related_news .news_swiper .swiper_item .info .title {
        height: unset;
    }

    .common_related_news .news_swiper .swiper_item .info .desc {
        max-height: unset;
        margin-top: 10px;
    }

    .art_aside_right {
        display: none;
    }

    .com_arc_video_news .detail {
        width: 100%;
    }

    .com_arc_video_news .detail .title {
        margin-top: 20px;
    }

    .com_arc_video_news .detail .desc {
        margin-top: 10px;
    }

    .pro_item .info .title {
        height: 58px;
        overflow: auto;
    }

    .list_top .pagation .pagation_list a,
    .list_top .pagation .pagation_list span {
        padding: 0 5px 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .pro_item .info .title {
        height: unset;
        max-height: 58px;
    }
}