@font-face {
    font-family: Chaparral Pro;
    src: url("../fonts/CHAPARRALPRO-BOLD.OTF") format("truetype");
    font-weight: bold;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
    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 {
    --color-main: #e08c44;
    --color-shadow: #111;
    --all-pd: 11.45%;
    --com-aside-w: 285px;
    background: #111
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset
}

.swiper-button-prev,
.swiper-button-next,
a,
.aside_common_show,
#aside_right ul li a::before,
#aside_right,
.hover_scale img,
.hover_btn {
    transition: all .3s ease
}

a:hover {
    color: var(--color-main)
}

.fll {
    float: left
}

.frr {
    float: right
}

img {
    object-fit: contain;
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

input[type="submit"] {
    width: unset;
    height: unset;
    margin: unset
}

._layout {
    width: 100%;
    margin: 0 auto
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd)
}

.hidden {
    overflow: hidden
}

.clearboth::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.block {
    display: block
}

.com_bodys {
    color: #fff;
}

.com_bodys p {
    margin-top: 30px;
    line-height: 30px;
    color: #fff
}

.com_bodys p:first-child {
    margin-top: 0
}

.com_bodys img {
    max-width: 100%
}

.com_bodys a {
    display: inline-block;
    color: var(--color-main);
    font-weight: bold
}

.com_bodys a:hover {
    text-decoration: underline
}

.template_table {
    margin-top: 47px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.template_table th,
.template_table td {
    text-align: center
}

.template_table tbody tr {
    border: 1px solid #ccc !important
}

.template_table tbody tr:nth-child(even) td {
    color: var(--color-main)
}

.template_table tbody tr td {
    border: none !important;
    padding: 20px 30px;
    color: #fff
}

.template_table tbody tr td:first-child {
    font-size: 20px
}

.a_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 50px;
    padding: 10px 30px 10px 15px;
    color: #ffffff
}

.a_link_button:hover span {
    text-decoration: underline
}

.a_link_button .more,
.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/color/right.png);
    background-color: #fff;
    background-size: 40%
}

.a_link_button .prev,
.a_link_button .next {
    width: 22px;
    height: 22px;
    margin-right: 0
}

.a_link_button .prev {
    background-image: url(../images/color/news_l.png)
}

.a_link_button .next {
    background-image: url(../images/color/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: sticky;
    transition: all .2s
}

#sidebarFixed_parent {
    position: relative
}

.hover,
.hover_underline {
    transition: all .3s ease
}

.hover:hover,
.hover_underline:hover {
    color: var(--color-main) !important
}

.hover_underline:hover {
    text-decoration: underline
}

.hover_btn {
    cursor: pointer;
    transition: all .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
}

.comtainer_main {
    --pd: 35px;
    width: calc(100% - var(--com-aside-w) - var(--pd));
    margin-top: 32px
}

.swiper-horizontal {
    overflow: hidden
}

.flex_wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.clearboth::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis
}

.jcsb {
    justify-content: space-between
}

.row_center {
    display: flex;
    align-items: center;
    justify-content: center
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex_warp {
    display: flex;
    flex-wrap: wrap
}

.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%)
}

.video_scale {
    height: 0;
    padding-bottom: 1%;
    position: relative
}

.video_scale lite-youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.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
}

.swiper-container-horizontal {
    overflow: hidden
}

.com_tit {
    font-family: Chaparral Pro;
    color: #ffffff;
    display: inline-flex;
    align-items: center
}

.com_tit::before {
    content: "";
    display: block;
    width: 8px;
    height: 0;
    padding-bottom: 18%;
    background: var(--color-main);
    margin-right: 24px
}

.com_tit2 {
    position: relative;
    padding-bottom: 16px
}

.com_tit2::before {
    position: absolute;
    width: 87px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.com_des {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px
}

.upp {
    text-transform: uppercase
}

.pages {
    margin-top: 5%
}

.pages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pages ul>li {
    margin-top: 5px
}

.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3% 0
}

.pagination a:hover,
.pagination span:hover {
    transform: translateY(-5px);
}

.pagination a,
.pagination span {
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 0 8px;
    color: #333;
    background: #f4f4f5;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .3s ease;
}

.pagination a.current,
.pagination span.current {
    background: var(--color-main);
    color: #fff
}

.pages a,
.pages li.current a,
.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 {
    background: var(--color-main);
    color: #fff
}

.pages li:last-child {
    display: none
}

.pcshow {
    display: block
}

.pcshow2 {
    display: flex
}

.pcshow3 {
    display: inline-flex
}

.h5show,
.h5show2 {
    display: none
}

.com_swiper_btn_position {
    position: relative
}

.com_swiper_btn_position .swiper-button-prev,
.com_swiper_btn_position .swiper-button-next {
    width: 35px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--color-main)
}

.com_swiper_btn_position .swiper-button-prev {
    background-image: url(../images/color/l.png);
    left: -55px
}

.com_swiper_btn_position .swiper-button-next {
    background-image: url(../images/color/r.png);
    right: -55px
}

.what_say {
    margin-top: 5.2%;
    align-items: center;
    --l-w: 40%;
    --pd: 60px;
    overflow: hidden
}

.what_say .ll {
    width: var(--l-w)
}

.what_say .info {
    margin-top: 90px;
    align-items: center
}

.what_say .info .cells {
    margin-right: 30px;
    flex-shrink: 0;
    min-width: 64px
}

.what_say .info .cells div {
    width: 64px;
    height: 64px;
    background: url(../images/color/say_l.png) no-repeat center / cover
}

.what_say .info .cells .say-prev {
    margin-bottom: 24px
}

.what_say .info .cells .say-next {
    transform: rotate(180deg)
}

.what_say .info .cells .say-next:hover {
    transform: translateY(-5px) rotate(180deg)
}

.what_say .info .tit_des {
    flex: 1
}

.what_say .info .tit_des .tit {
    font-family: Chaparral Pro;
    color: var(--color-main);
    line-height: 32px
}

.what_say .info .tit_des .des {
    font-weight: 400;
    color: #ffffff;
    line-height: 32px
}

.what_say .say_swiper_par {
    width: calc(100% - var(--l-w) - var(--pd))
}

.what_say .say_swiper_par .say_swiper {
    padding: 8% 0
}

.what_say .say_swiper_par .say_swiper .swiper-wrapper {
    position: unset
}

.what_say .say_swiper_par .swiper-pagination {
    position: unset;
    margin: 60px 0 0
}

.what_say .say_swiper_par .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: var(--color-main)
}

.what_say .say_swiper_par .swiper-slide {
    position: relative
}

.what_say .say_swiper_par .swiper-slide .img {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%
}

.what_say .say_swiper_par .swiper-slide .img .num {
    opacity: 0;
    visibility: hidden;
    font-family: Chaparral Pro;
    font-size: 48px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 138px;
    height: 138px;
    background: var(--color-main);
    border-radius: 50%
}

.what_say .say_swiper_par .swiper-slide-active {
    transform: scale(1.3);
    z-index: 99
}

.what_say .say_swiper_par .swiper-slide-active .img .num {
    opacity: 1;
    visibility: visible
}

.what_say .say_swiper_par .swiper-slide-prev {
    left: 25%
}

.what_say .say_swiper_par .swiper-slide-next {
    right: 25%
}

.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: 182px calc(var(--all-pd) + 90px) 32px;
    z-index: 2;
    /* max-width: 80% */
}

.list_top .pagation .title {
    font-family: Chaparral Pro;
    font-size: 64px;
    color: #ffffff
}

.list_top .pagation .desc {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 8px;
    max-width: 70%
}

.list_top .pagation .read_more {
    font-size: 16px;
    padding: 10px 35px;
    background-size: contain;
    margin-top: 30px
}

.list_top .pagation .pagation_list {
    margin-top: calc((220 / 13) * 1%);
    color: #fafafa
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center
}

.list_top .pagation .pagation_list a::before,
.list_top .pagation .pagation_list span::before {
    content: ">";
    display: block;
    margin-right: 10px;
    color: #fff
}

.list_top .pagation .pagation_list span {
    color: var(--color-main)
}

.list_top .pagation .pagation_list a:hover {
    color: var(--color-main)
}

.list_top .pagation .pagation_list a:first-child {
    padding: 0
}

.list_top .pagation .pagation_list a:first-child::before {
    content: unset
}

.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_list_mt {
    margin-top: 6.25%
}

.hover_show_all_text {
    position: relative
}

.title_s:hover .hover_show_all_text_ {
    opacity: 1;
    visibility: visible
}

.hover_show_all_text_ {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 10px);
    background: #111;
    color: #fff;
    box-shadow: 1px 2px 5px 0 #666;
    padding: 15px;
    width: 60%;
    right: 0;
    line-height: 1.5em;
    max-height: 15em;
    overflow: auto;
    transition: all .3s ease
}

.com_faq_list {
    align-items: flex-start;
    flex-wrap: wrap
}

.com_faq_list .com_faq_item {
    width: 100%
}

.com_faq_list .com_faq_item .item {
    margin-top: 18px
}

.com_faq_list .com_faq_item .item.active .top span {
    background: url(../images/color/add_.png) no-repeat center
}

.com_faq_list .com_faq_item .item .top {
    --h: 57px;
    position: relative;
    background: #f9f9f9
}

.com_faq_list .com_faq_item .item .top .fsqs_icon {
    width: 62px;
    height: var(--h);
    background: url(../images/color/faq1_.png) no-repeat center / 54% var(--color-main);
    flex-shrink: 0
}

.com_faq_list .com_faq_item .item .top .title_s {
    flex: 1;
    padding-left: 10px
}

.com_faq_list .com_faq_item .item .top .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: relative;
    align-items: center;
    /* background: #f2f2f2; */
    font-family: Avenir
}

.com_faq_list .com_faq_item .item .top span {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/color/add.png) no-repeat center;
    background-size: contain;
    margin: 0 15px
}

.com_faq_list .com_faq_item .item .faq-cont {
    display: none;
    background: #111111
}

.com_faq_list .com_faq_item .item .faq-cont p {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 18px 18px 18px 75px;
    margin-top: 15px
}

.com_faq_list .com_faq_item .item .faq-cont p:first-child {
    margin-top: 0
}

.list_num {
    margin-top: 6.25%;
    display: flex;
    flex-wrap: wrap;
    --len: 1
}

.list_num .item {
    margin-left: var(--pd);
    margin-top: var(--mt);
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len))
}

.list_num .title,
.list_num .desc {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 15px
}

.list_num2 {
    justify-content: space-between;
    --len: 2
}

.list_num2 .item {
    margin-left: unset
}

.list_num2 .item:nth-child(-n + 2) {
    margin-top: 0
}

.list_num3,
.list_num3_ {
    --len: 3
}

.list_num3 .item:nth-child(-n + 3),
.list_num3_ .item:nth-child(-n + 3) {
    margin-top: 0
}

.list_num3 .item:nth-child(3n + 1),
.list_num3_ .item:nth-child(3n + 1) {
    margin-left: 0
}

.list_num4 {
    --len: 4
}

.list_num4 .item:nth-child(-n + 4) {
    margin-top: 0
}

.list_num4 .item:nth-child(4n + 1) {
    margin-left: 0
}

.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 {
    background: #fff;
    color: var(--color-main)
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/static/fancy_close.png) no-repeat center center
}

.content-wrap .ch_form_wrap form {
    overflow: auto
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline
}

#cont>ul>li>a {
    text-transform: capitalize
}

#cont h2,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after,
#footer {
    background: var(--color-main) !important
}

#cont>ul>li>ul>li>a,
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a,
#cont>ul>li>ul>li>ul>li>a {
    color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul>li>a:before,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>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
}

#cont h2 {
    background: var(--color-main) !important;
    display: flex;
    align-items: center;
    justify-content: center
}

#footer a:hover {
    text-decoration: underline
}

.read_more {
    display: inline-block;
    font-family: Chaparral Pro;
    font-size: 32px;
    color: #ffffff;
    padding: 12px 60px;
    background: url(../images/color/read_more.png) no-repeat center
}

.read_more:hover {
    color: #fff !important
}

.read_more3 {
    font-family: Chaparral Pro;
    font-size: 16px;
    color: var(--color-main)
}

.read_more3 span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/color/read_more_3.png) no-repeat center
}

.read_more4 {
    display: inline-flex;
    background: url(../images/color/read_more_4.png) no-repeat center / 92% transparent;
    font-family: Chaparral Pro;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 30px
}

.com_tj_news {
    margin-top: 5.2%
}

.com_tj_news .list {
    display: flex;
    margin-top: 80px;
    position: relative
}

.com_tj_news .list .ll {
    --color1: #fff;
    --color2: #fff;
    background: var(--color-main);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    padding: 114px 23% 124px 9%
}

.com_tj_news .list .ll .read_more {
    background: url(../images/color/read_more_4.png) no-repeat center / 92% transparent
}

.com_tj_news .list .ll .com_bodys a {
    color: var(--color1);
    text-decoration: underline
}

.com_tj_news .list .rr {
    --color1: #333;
    --color2: #777;
    background: #d9d9d9;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: 0;
    padding: 114px 9% 124px 23%
}

.com_tj_news .list .rr .read_more {
    color: var(--color1);
    background: url(../images/color/read_more_5.png) no-repeat center / 92% transparent
}

.com_tj_news .list .rr .read_more:hover {
    color: var(--color1) !important
}

.com_tj_news .list .rr .info .desc p {
    color: var(--color2)
}

.com_tj_news .list .car_top {
    width: 513px;
    height: 242px;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%)
}

.com_tj_news .list .car_bottom {
    width: 506px;
    height: 227px;
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%)
}

.com_tj_news .list .ll,
.com_tj_news .list .rr {
    width: 60%;
    flex-shrink: 0
}

.com_tj_news .list .ll .info,
.com_tj_news .list .rr .info {
    border: 2px solid var(--color1);
    border-radius: 12px;
    padding: 42px 48px 48px
}

.com_tj_news .list .ll .info .title,
.com_tj_news .list .rr .info .title {
    font-family: Chaparral Pro;
    font-size: 36px;
    color: var(--color1)
}

.com_tj_news .list .ll .info .desc,
.com_tj_news .list .rr .info .desc {
    font-weight: 400;
    color: var(--color2);
    line-height: 30px;
    margin-top: 24px;
}

.com_tj_news .list .ll .info time,
.com_tj_news .list .rr .info time {
    font-weight: 400;
    color: var(--color2);
    margin-top: 24px;
    display: block;
    text-align: center
}

.com_tj_news .list .ll .info .read_more,
.com_tj_news .list .rr .info .read_more {
    margin-top: 24px
}

.com_contact_us {
    margin-top: 195px
}

.com_contact_us form ul li {
    width: calc(50% - 23.5px);
    height: 45px;
    margin-top: 36px
}

.com_contact_us form ul li.email {
    width: 100%
}

.com_contact_us form input:not([type="submit"]) {
    width: 100%;
    height: 100%;
    border: 0;
    border-bottom: 1px solid #666;
    background: transparent;
    color: #ffffff;
    font-size: 20px
}

.com_contact_us form input:not([type="submit"])::placeholder {
    font-size: 20px;
    color: #ffffff
}

.com_contact_us form .send_btn {
    width: 158px;
    height: 158px;
    background: var(--color-main);
    color: #ffffff;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0
}

.com_contact_us form .sub_par {
    display: flex;
    justify-content: flex-end;
    margin-top: 36px
}

.com_contact_us form .sub_par div {
    width: 50%;
    display: flex;
    align-items: center
}

.com_contact_us form .sub_par span {
    font-weight: 400;
    color: #ffffff;
    line-height: 32px
}

.common_header {
    --sanjiao-color-default: #ccc;
    --sanjiao-color-active: var(--color-main);
    user-select: none;
    background-color: transparent;
    z-index: 1000;
    position: relative;
    padding-top: calc((30 / 19.2) * 1%);
    position: fixed
}

.common_header .com_header {
    height: 100%;
    padding: 15px var(--all-pd)
}

.common_header .logo {
    margin-right: 3.47%;
    height: 100%
}

.common_header .logo img {
    width: auto;
    max-height: 45px
}

.common_header.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    padding: 0
}

.common_header .nav-container {
    display: flex;
    flex: 1
}

.common_header .nav-container a {
    display: block;
    text-transform: capitalize
}

.common_header .nav-container a:hover {
    text-decoration: none
}

.common_header .nav-container ul,
.common_header .nav-container li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.common_header .nav-container>ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 2
}

.common_header .nav-container>ul>li {
    --pd: 15px;
    --pd2: calc(var(--pd) * 2);
    padding: 0 var(--pd)
}

.common_header .nav-container>ul>li:hover>a,
.common_header .nav-container>ul>li.common_active>a {
    color: var(--color-main)
}

.common_header .nav-container>ul>li:first-child {
    padding: 0 var(--pd) 0 0
}

.common_header .nav-container>ul>li:hover>.nav_more {
    transform: rotate(180deg);
    border-top-color: var(--sanjiao-color-active)
}

.common_header .nav-container>ul>li:hover>ul {
    top: 100%
}

.common_header .nav-container>ul>li>a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff
}

.common_header .nav-container>ul>li>ul {
    top: 200%;
    left: var(--pd)
}

.common_header .nav-container>ul>li>ul>li ul {
    margin-left: calc(100%)
}

.common_header .nav-container>ul>li>ul li a {
    padding: 0 10px;
    width: 100%;
    color: #333
}

.common_header .nav-container>ul>li>ul li ul {
    top: 100%
}

.common_header .nav-container ul ul ul {
    max-height: 80vh;
    overflow-y: auto;
}

.common_header .nav-container ul ul {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;
    border-top: 3px solid var(--color-shadow);
    padding: 15px 0
}

.common_header .nav-container ul ul li {
    margin-top: 15px
}

.common_header .nav-container ul ul li:first-child {
    margin-top: 0
}

.common_header .nav-container ul ul a {
    line-height: 1.3
}

.common_header .nav-container li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between
}

.common_header .nav-container li:hover>a {
    color: var(--color-main)
}

.common_header .nav-container li:hover>ul {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 0;
    top: -18px;
}

.common_header .nav-container li:hover>ul>li .nav_more {
    transform: rotate(270deg)
}

.common_header .nav-container li:hover>ul>li:hover>.nav_more {
    border-top-color: var(--sanjiao-color-active)
}

.common_header .nav-container li .nav_more {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid var(--sanjiao-color-default);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform .2s ease;
    margin-left: 10px
}

.common_header .nav-container li>ul {
    min-width: 200px;
    position: absolute
}

.common_header .header-right {
    display: flex;
    align-items: center
}

.common_header .header-right .pc_search {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/color/header_search.png) no-repeat center / 80%
}

.common_header .header-right .search-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-right: 34px
}

.common_header .header-right .search-icon .search {
    position: absolute;
    bottom: -52px;
    right: 0;
    transition: transform .3s ease;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.common_header .header-right .search-icon .search.s_show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.common_header .header-right .search-icon .search input {
    border: 0;
    outline: none;
    line-height: 3;
    padding: 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px
}

.common_header .header-right .search-icon .search span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease
}

.common_header .header-right .search-icon .search span:hover {
    transform: rotate(180deg)
}

.m_search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(50px);
    transition: transform .3s ease;
    top: 70px;
    position: fixed;
    z-index: 9999;
    width: 90%;
    height: 60px;
    left: 5%
}

.m_search.m_show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.m_search form {
    width: 100%;
    height: 100%
}

.m_search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px
}

.m_search span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease
}

.m_search span:hover {
    transform: rotate(180deg)
}

.language_warp .language_img,
.language_warp .language--img {
    background: url(../images/yuzhongBG.jpeg) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px
}

.language_warp .language-en {
    background-position: 0 -218px
}

.language_warp .language-af {
    background-position: 0 -1px
}

.language_warp .language-sq {
    background-position: 0 -940px
}

.language_warp .language-am {
    background-position: 0 -9px
}

.language_warp .language-be {
    background-position: 0 -48px
}

.language_warp .language-eu {
    background-position: 0 -252px
}

.language_warp .language-az {
    background-position: 0 -36px
}

.language_warp .language-hy {
    background-position: 0 -456px
}

.language_warp .language-ar {
    background-position: 0 -24px
}

.language_warp .language-am {
    background-position: 0 -12px
}

.language_warp .language-fy {
    background-position: 0 -300px
}

.language_warp .language-fr {
    background-position: 0 -288px
}

.language_warp .language-fi {
    background-position: 0 -276px
}

.language_warp .language-et {
    background-position: 0 -240px
}

.language_warp .language-eo {
    background-position: 0 -192px
}

.language_warp .language-en {
    background-position: 0 -216px
}

.language_warp .language-da {
    background-position: 0 -168px
}

.language_warp .language-cs {
    background-position: 0 -144px
}

.language_warp .language-hr {
    background-position: 0 -420px
}

.language_warp .language-co {
    background-position: 0 -132px
}

.language_warp .language-ceb {
    background-position: 0 -108px
}

.language_warp .language-ca {
    background-position: 0 -96px
}

.language_warp .language-bg {
    background-position: 0 -448px
}

.language_warp .language-bs {
    background-position: 0 -84px
}

.language_warp .language-bn {
    background-position: 0 -72px
}

.language_warp .language-be {
    background-position: 0 -48px
}

.language_warp .language-is {
    background-position: 0 -492px
}

.language_warp .language-sm {
    background-position: 0 -972px
}

.language_warp .language-ro {
    background-position: 0 -888px
}

.language_warp .language-pa {
    background-position: 0 -840px
}

.language_warp .language-pt {
    background-position: 0 -876px
}

.language_warp .language-pl {
    background-position: 0 -852px
}

.language_warp .language-fa {
    background-position: 0 -264px
}

.language_warp .language-ps {
    background-position: 0 -264px
}

.language_warp .language-or {
    background-position: 0 -827px
}

.language_warp .language-no {
    background-position: 0 -780px
}

.language_warp .language-ne {
    background-position: 0 -792px
}

.language_warp .language-my {
    background-position: 0 -768px
}

.language_warp .language-mn {
    background-position: 0 -720px
}

.language_warp .language-mr {
    background-position: 0 -732px
}

.language_warp .language-mi {
    background-position: 0 -684px
}

.language_warp .language-mt {
    background-position: 0 -756px
}

.language_warp .language-ml {
    background-position: 0 -708px
}

.language_warp .language-ms {
    background-position: 0 -744px
}

.language_warp .language-mg {
    background-position: 0 -672px
}

.language_warp .language-mk {
    background-position: 0 -696px
}

.language_warp .language-lb {
    background-position: 0 -624px
}

.language_warp .language-lt {
    background-position: 0 -648px
}

.language_warp .language-lv {
    background-position: 0 -660px
}

.language_warp .language-la {
    background-position: 0 -613px
}

.language_warp .language-lo {
    background-position: 0 -636px
}

.language_warp .language-ky {
    background-position: 0 -600px
}

.language_warp .language-ku {
    background-position: 0 -120px
}

.language_warp .language-ko {
    background-position: 0 -588px
}

.language_warp .language-rw {
    background-position: 0 -912px
}

.language_warp .language-km {
    background-position: 0 -564px
}

.language_warp .language-kk {
    background-position: 0 -552px
}

.language_warp .language-kn {
    background-position: 0 -576px
}

.language_warp .language-jv {
    background-position: 0 -528px
}

.language_warp .language-ja {
    background-position: 0 -516px
}

.language_warp .language-it {
    background-position: 0 -504px
}

.language_warp .language-ga {
    background-position: 0 -312px
}

.language_warp .language-id {
    background-position: 0 -467px
}

.language_warp .language-ig {
    background-position: 0 -480px
}

.language_warp .language-hu {
    background-position: 0 -443px
}

.language_warp .language-hmn {
    background-position: 0 -408px
}

.language_warp .language-hi {
    background-position: 0 -397px
}

.language_warp .language-he {
    background-position: 0 -384px
}

.language_warp .language-haw {
    background-position: 0 -300px
}

.language_warp .language-ha {
    background-position: 0 -1079px
}

.language_warp .language-ht {
    background-position: 0 -432px
}

.language_warp .language-gu {
    background-position: 0 -348px
}

.language_warp .language-el {
    background-position: 0 -204px
}

.language_warp .language-de {
    background-position: 0 -180px
}

.language_warp .language-ka {
    background-position: 0 -540px
}

.language_warp .language-gl {
    background-position: 0 -336px
}

.language_warp .language-ru {
    background-position: 0 -900px
}

.language_warp .language-gd {
    background-position: 0 -324px
}

.language_warp .language-sr {
    background-position: 0 -1006px
}

.language_warp .language-st {
    background-position: 0 -1017px
}

.language_warp .language-sn {
    background-position: 0 -984px
}

.language_warp .language-sd {
    background-position: 0 -984px
}

.language_warp .language-si {
    background-position: 0 -1271px
}

.language_warp .language-sk {
    background-position: 0 -1223px
}

.language_warp .language-sl {
    background-position: 0 -960px
}

.language_warp .language-so {
    background-position: 0 -994px
}

.language_warp .language-es {
    background-position: 0 -227px
}

.language_warp .language-su {
    background-position: 0 -1031px
}

.language_warp .language-sw {
    background-position: 0 -1055px
}

.language_warp .language-sv {
    background-position: 0 -1043px
}

.language_warp .language-tl {
    background-position: 0 -1115px
}

.language_warp .language-tg {
    background-position: 0 -1091px
}

.language_warp .language-ta {
    background-position: 0 -1067px
}

.language_warp .language-tt {
    background-position: 0 -1151px
}

.language_warp .language-te {
    background-position: 0 -1079px
}

.language_warp .language-th {
    background-position: 0 -1103px
}

.language_warp .language-tr {
    background-position: 0 -1138px
}

.language_warp .language-tk {
    background-position: 0 -1115px
}

.language_warp .language-uk {
    background-position: 0 -1175px
}

.language_warp .language-ur {
    background-position: 0 -1187px
}

.language_warp .language-ug {
    background-position: 0 -1163px
}

.language_warp .language-uz {
    background-position: 0 -1175px
}

.language_warp .language-vi {
    background-position: 0 -1211px
}

.language_warp .language-cy {
    background-position: 0 -156px
}

.language_warp .language-xh {
    background-position: 0 -1223px
}

.language_warp .language-yi {
    background-position: 0 -1235px
}

.language_warp .language-yo {
    background-position: 0 -1247px
}

.language_warp .language-zu {
    background-position: 0 -1259px
}

.language_warp .language-zh {
    background-position: 0 -1282px
}

.language_warp .language-zh-TW {
    background-position: 0 -1282px
}

.change-language:hover .change-language-cont {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1)
}

.change-language:hover .change-language-title .language-flag>a::after {
    transform: rotate(180deg)
}

.change-language .change-language-title .language-flag>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.change-language .change-language-title .language-flag>a::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/color/header_down.png) no-repeat center / cover;
    transition: transform .3s
}

.change-language .change-language-title .language-flag>a span {
    color: #fff
}

.change-language .change-language-cont {
    position: absolute;
    top: 43px;
    transform: scale(.7);
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .3s ease;
    width: 460px;
    width: 230px !important;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    justify-content: space-between;
    max-height: 60vh;
    padding: 30px;
    padding: 20px;
}

.change-language .change-language-cont>li {
    width: calc(100% / 2 - 5px);
    width: 100%;
    line-height: 2;
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #dedede
}

.change-language .change-language-cont>li a span {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}

.change-language .change-language-cont>li a:hover span {
    color: var(--color-main)
}

.footer {
    background: #000;
    margin-top: calc((120 / 19.2) * 1%)
}

.footer .footer_top {
    padding-top: 4.11%;
    align-items: flex-start
}

.footer .footer_top .item {
    flex: 1
}

.footer .footer_top .item>.logo {
    width: auto;
    height: 45px;
    padding: 0
}

.footer .footer_top .item>.logo img {
    max-height: 45px;
}

.footer .footer_top .item .desc {
    margin-top: 26px;
    font-weight: 400;
    color: #e5e5e5;
    line-height: 25px
}

.footer .footer_top .item:first-child {
    flex: 1.5;
    margin-right: 100px
}

.footer .footer_top .item.contactus {
    width: 19%
}

.footer .footer_top .item.active .tit {
    padding-bottom: 8px;
    margin-bottom: 10px
}

.footer .footer_top .item.active .tit::before {
    display: block
}

.footer .footer_top .item .tit {
    position: relative;
    text-transform: uppercase
}

.footer .footer_top .item .tit::before {
    content: "";
    display: none;
    width: 45px;
    height: 4px;
    background: var(--color-main);
    position: absolute;
    bottom: 0;
    left: 0
}

.footer .footer_top .item .tit .tit_top {
    font-size: 16px;
    color: #ffffff
}

.footer .footer_top .item .tit span {
    transform: rotate(90deg);
    transition: all .3s ease
}

.footer .footer_top .item .call2 li,
.footer .footer_top .item .call2 a {
    color: #fff;
    line-height: 2.2
}

.footer .footer_top .item .call2 li {
    display: flex;
    margin-top: 15px
}

.footer .footer_top .item .call2 li::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    flex-shrink: 0
}

.footer .footer_top .item .call2 li.tel::before {
    background: url(../images/color/tel.png) no-repeat center / cover
}

.footer .footer_top .item .call2 li.email::before {
    background: url(../images/color/email2.png) no-repeat center / cover
}

.footer .footer_top .item .call2 li.address::before {
    background: url(../images/color/address.png) no-repeat center / cover
}

.footer .footer_top .item>ul:not(.call2) li {
    display: flex;
    align-items: center
}

.footer .footer_top .item>ul:not(.call2) li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/color/foo_icon.png) no-repeat center / cover;
    margin-right: 5px;
    margin-bottom: 5px;
    flex-shrink: 0
}

.footer .footer_top .item>ul:not(.call2) li a {
    color: #fff;
    line-height: 36px;
    font-weight: 400
}

.footer .footer_top .h5logo {
    border: none !important;
}

.footer .footer_top .h5logo .logo {
    margin-top: 14px;
    margin-top: 0;
}

.footer .footer_top .h5logo .links {
    margin-top: 14px;
    margin-top: 0;
    padding: 0;
    border: none !important
}

.footer .footer_top .h5logo .links a {
    width: 24px;
    height: 24px;
    margin: 0 0 0 17px !important
}

.footer .footer_top .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-self: center
}

.footer .footer_top .links span {
    display: none
}

.footer .footer_top .links a {
    display: block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    margin-top: 20px
}

.footer .footer_top .links a img:hover {
    transform: rotateY(360deg)
}

.footer .footer_bot {
    padding: 42px var(--all-pd) 58px
}

.footer .footer_bot div,
.footer .footer_bot a {
    font-weight: 400;
    color: #fff;
    line-height: 26px
}

.footer_bot a:hover {
    color: var(--color-main);
}

#aside_right {
    position: fixed;
    right: -90px;
    z-index: 999
}

#aside_right ul li {
    position: relative
}

#aside_right ul li:hover>a::before,
#aside_right ul li.go_active>a::before {
    transform: scale(2)
}

#aside_right ul li:hover .aside_common_show,
#aside_right ul li.go_active .aside_common_show {
    opacity: 1;
    visibility: visible
}

#aside_right ul li:not(:first-child) {
    margin-top: 4px
}

#aside_right ul li>a {
    width: 62px;
    height: 62px;
    background: var(--color-main);
    position: relative;
    overflow: hidden
}

#aside_right ul li>a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-shadow);
    border-radius: 50%;
    transform: scale(0)
}

#aside_right ul li>a>img {
    max-width: 40%;
    object-fit: cover;
    position: absolute
}

#aside_right ul li .aside_common_show {
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: var(--color-main);
    opacity: 0;
    visibility: hidden
}

#aside_right ul li .aside_common_show.aside_img_show {
    width: 150px;
    height: 150px
}

#aside_right ul li .aside_common_show.aside_img_show img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#aside_right ul li .aside_common_show.aside_txt_show {
    color: #fff
}

#aside_right ul li .aside_common_show.aside_txt_show a {
    color: #fff;
    white-space: nowrap
}

.phone_icon {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #343434;
    align-items: center;
    z-index: 999
}

.phone_icon li {
    flex: 1;
    height: var(--footer-m-h)
}

.phone_icon li:not(:first-child) {
    border-left: 1px solid #fff
}

.phone_icon li:nth-child(odd) {
    background: #111
}

.phone_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone_icon li a img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

.com_aside {
    width: var(--com-aside-w);
    position: sticky;
    margin-top: 58px
}

.com_aside .aside_item .tit {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    background: var(--color-main);
    padding: 20px 24px;
    border-radius: 8px 8px 0px 0px
}

.com_aside .aside_item>ul>li.active>.link a {
    color: var(--color-main)
}

.com_aside .aside_item>ul>li.active>.link span {
    background: url(../images/color/pro_select_.png) no-repeat center;
    transform: rotate(0)
}

.com_aside .aside_item>ul>li>.link {
    border-bottom: 1px solid #fff;
    padding: 10px
}

.com_aside .aside_item>ul>li>.link a {
    font-weight: 400;
    line-height: 2.2;
    color: #fff;
    font-size: 20px
}

.com_aside .aside_item>ul>li>.link a:hover {
    color: var(--color-main)
}

.com_aside .aside_item>ul>li>.link span {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/color/pro_select.png) no-repeat center;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    transform: rotate(-90deg)
}

.com_aside .aside_item>ul>li ul {
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.com_aside .aside_item>ul>li.active ul {
    display: block;
}

.com_aside .aside_item>ul>li ul li {
    line-height: 1.8;
    margin-top: 10px;
    padding: 10px 0 0
}

.com_aside .aside_item>ul>li ul li a {
    padding-left: 20px
}

.com_aside .aside_item>ul>li ul li.active a {
    color: var(--color-main)
}

.com_aside .aside_item>ul>li ul a {
    color: #fff
}

.com_aside .aside_item>ul>li ul a:hover {
    color: var(--color-main)
}

.aside_search {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ffffff;
    margin-bottom: 24px
}

.aside_search form {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 24px
}

.aside_search form .inp1 {
    padding: 10px 10px 10px 24px;
    background: transparent;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    width: calc(100% - 24px)
}

.aside_search form .sub1 {
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/color/aside_search.png) no-repeat center
}

.mt2 {
    margin-top: 5%
}

.com_pro {
    padding: 6.25% var(--all-pd) 0
}

.com_pro .list {
    flex-wrap: nowrap;
    margin-top: 32px
}

.com_pro .list .item {
    width: calc(100% / 3);
    width: 571px;
    width: 38.6%;
    background-image: url(../images/color/img9.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    padding-bottom: 30px;
    flex-shrink: 0;
    position: relative;
    left: -120px;
    left: -8.1%;
    padding-bottom: 150px
}

.com_pro .list .item:first-child {
    left: 0
}

.com_pro .list .item:last-child {
    left: -240px;
    left: -16.2%
}

.com_pro .list .item:hover {
    background-image: url(../images/color/img9_.png)
}

.com_pro .list .item:hover .info a,
.com_pro .list .item:hover .info p {
    color: #fff
}

.com_pro .list .item .img {
    width: 320px;
    width: 56%;
    padding-bottom: 60%
}

.com_pro .list .item .info {
    width: 50%;
    position: absolute;
    bottom: 10px;
    left: 18%
}

.com_pro .list .item .info a {
    text-align: center
}

.com_pro .list .item .info .title {
    font-family: Chaparral Pro;
    font-size: 24px;
    color: #333333;
}

.com_pro .list .item .info .desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
    line-height: 1.6em;
    height: 3.2em;
    word-break: break-all
}

.com_pro_title {
    font-family: Chaparral Pro;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-bottom: 15px
}

.com_pro_title::after {
    content: "";
    display: block;
    width: 87px;
    height: 8px;
    background: var(--color-main);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.size48 {
    font-size: 48px
}

.size64 {
    font-size: 64px
}

.com_pro_des {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 16px
}

.com_pro_des p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 16px
}

.com_pro_des a {
    color: var(--color-main);
}

.com_pro_des a:hover {
    text-decoration: underline;
}

.com_hot_sale {
    padding: 86px 0 138px;
    height: unset
}

.com_bodys img {
    transition: all .3s ease;
}

.com_bodys img:hover {
    transform: scale(1.02);
}

.com_hot_sale .info {
    position: relative;
    z-index: 2;
    width: 30%;
    width: 50%;
    margin-left: var(--all-pd)
}

.com_hot_sale .info .com_pro_title {
    padding: 0;
    padding: 0 0 0 30px;
}

.com_hot_sale .info .com_pro_title::after {
    left: unset;
    width: 8px;
    height: 57%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.a_link_more {
    display: inline-flex !important;
    align-items: center;
    padding: 19px 30px 17px 25px;
    background: #fff;
    border: 1px solid var(--color-main)
}

.a_link_more.active {
    background: var(--color-main)
}

.a_link_more span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.3
}

.a_link_more .more {
    display: block;
    width: 19px;
    height: 9px;
    background: url(../images/color/more.png) no-repeat center / cover;
    margin-left: 22px
}

.a_link_more .pro_email {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/color/pro_email.png) no-repeat center / cover;
    margin-right: 12px
}

@media screen and (max-width:1660px) {
    body {
        --all-pd: 5%
    }

    .common_header {
        zoom: 0.9;
    }

    .size64 {
        font-size: 44px
    }

    .size48 {
        font-size: 38px
    }

    .read_more {
        font-size: 20px;
        background-size: contain
    }

    .com_tj_news .list .ll .info .title,
    .com_tj_news .list .rr .info .title {
        font-size: 30px
    }

    .pages {
        margin-top: 3%
    }

    .list_top .pagation .title {
        font-size: 34px
    }
}

@media screen and (max-width:1440px) {
    .size64 {
        font-size: 34px
    }

    .read_more {
        font-size: 18px
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 2%
    }

    .list_top .pagation .desc {
        max-width: 85%;
    }

    .com_hot_sale .info {
        width: 80%;
    }

    .com_aside {
        display: none;
    }

    .comtainer_main {
        width: 100%;
    }

    .footer .footer_top .item.contactus {
        flex: 1.5
    }

    .footer .footer_top .item:first-child {
        margin-right: 50px
    }

    .com_tj_news .list .ll {
        padding: 114px 20% 124px 6%
    }

    .com_tj_news .list .rr {
        padding: 114px 6% 124px 20%
    }

    .list_top .pagation .pagation_list a {
        font-size: 16px
    }

    .list_num3,
    .list_num4 {
        --len: 2
    }

    .list_num3 .item,
    .list_num4 .item {
        margin-left: var(--pd) !important;
        margin-top: var(--mt) !important
    }

    .list_num3 .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2) {
        margin-top: 0 !important
    }

    .list_num3 .item:nth-child(2n + 1),
    .list_num4 .item:nth-child(2n + 1) {
        margin-left: 0 !important
    }
}

@media screen and (max-width:1024px) {
    #aside_right {
        display: none
    }
}

@media screen and (max-width:950px) {
    body {
        --all-pd: 15px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h)
    }


    .com_faq_list .com_faq_item .item .top .fsqs_icon {
        background: url(../images/color/faq1m.png) no-repeat center / 54% transparent;
    }

    .com_faq_list .com_faq_item .item .top {
        padding: 10px 0;
    }

    .template_table {
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0
    }

    .say_swiper_par {
        opacity: 0;
        visibility: hidden !important;
        width: 0;
        height: 0;
        overflow: hidden
    }

    .what_say {
        --l-w: 100%
    }

    .what_say .info {
        margin-top: 5%
    }

    .com_aside {
        display: none
    }

    .comtainer_main,
    .com_hot_sale .info {
        width: 100%
    }

    .com_hot_sale .info .com_pro_title {
        text-align: left;
        padding-left: 15px
    }

    .com_hot_sale .info .com_pro_title::after {
        left: 0;
        height: 100%
    }

    .com_hot_sale img {
        opacity: .5
    }

    .phone_icon li:not(:first-child) {
        border: none
    }

    .list_num2,
    .list_num3,
    .list_num3_,
    .list_num4 {
        --len: 1
    }

    .list_num2 .item,
    .list_num3 .item,
    .list_num3_ .item,
    .list_num4 .item {
        width: 100% !important;
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:nth-child(-n + 2),
    .list_num3 .item:nth-child(-n + 2),
    .list_num3_ .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2),
    .list_num2 .item:nth-child(-n + 3),
    .list_num3 .item:nth-child(-n + 3),
    .list_num3_ .item:nth-child(-n + 3),
    .list_num4 .item:nth-child(-n + 3) {
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:first-child,
    .list_num3 .item:first-child,
    .list_num3_ .item:first-child,
    .list_num4 .item:first-child {
        margin-top: 0 !important
    }

    .a_link_button .more {
        width: 30px;
        height: 30px
    }

    .a_link_button span {
        font-size: 16px
    }

    .pcshow,
    .pcshow2,
    .pcshow3 {
        display: none
    }

    .h5show {
        display: block
    }

    .h5show2 {
        display: inline-flex
    }

    .com_faq_list .com_faq_item {
        width: 100%;
        margin-top: 12px
    }

    .list_top .pagation {
        max-width: 100%;
        padding: 10% var(--all-pd) 15px
    }

    .list_top .pagation .desc {
        max-width: 100%
    }

    .list_top .pagation .pagation_list {
        margin-top: 60px
    }

    .common_header {
        display: flex;
        align-items: center;
        height: auto;
        justify-content: space-between;
        background: #fff;
        padding: 0 20px !important;
        position: unset
    }

    .common_header .com_header {
        padding: 0
    }

    .common_header>.layout_ {
        width: 100%
    }

    .common_header.transparent {
        background: transparent;
        box-shadow: unset
    }

    .common_header .logo {
        padding: 0;
        display: block !important
    }

    .common_header .logo img {
        max-width: 300px;
        max-height: 40px
    }

    .common_header #head_nav,
    .common_header #headerRight {
        opacity: 0;
        visibility: hidden
    }

    .common_header .nav_h5 {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        overflow: hidden;
        transition: all .3s ease
    }

    .common_header .nav_h5.h5_show {
        z-index: 999
    }

    .common_header .nav_h5.h5_show>ul {
        transform: translateX(0)
    }

    .common_header .nav_h5.h5_show#head_nav,
    .common_header .nav_h5.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header .nav_h5 li {
        position: relative
    }

    .common_header .nav_h5 li .nav_more {
        position: absolute;
        right: 0;
        top: 18px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .common_header .nav_h5 li .nav_more::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid #ccc;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: 8px;
        transition: transform .2s ease;
        transform: rotate(270deg)
    }

    .common_header .nav_h5 li .nav_more.rotate::after {
        transform: rotate(360deg)
    }

    .common_header .nav_h5 li ul {
        display: none
    }

    .common_header .nav_h5>ul {
        width: 65%;
        height: 100vh;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 15px 10px;
        transform: translateX(-100%);
        transition: transform .3s ease
    }

    .common_header .nav_h5>ul>li {
        line-height: 40px;
        border-bottom: 1px solid #eee
    }

    .common_header .nav_h5>ul>li.common_active>a {
        color: var(--color-main)
    }

    .common_header .nav_h5>ul>li>a {
        font-size: 18px
    }

    .common_header .nav_h5>ul>li>ul,
    .common_header .nav_h5>ul>li ul ul {
        padding-left: 20px
    }

    .common_header .nav_h5>ul>li ul .nav_more {
        top: 13px
    }

    .common_header .nav_h5>ul>li>ul>li {
        position: relative;
        line-height: 30px
    }

    .common_header .nav_h5>ul>li>ul>li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: -9px;
        top: 13px
    }

    .common_header .nav_h5 a {
        text-transform: capitalize;
        color: #333;
    }

    .common_header .header-right {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease
    }

    .common_header .header-right.h5_show {
        z-index: 999
    }

    .common_header .header-right.h5_show#head_nav,
    .common_header .header-right.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header .header-right.h5_show .change-language {
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .common_header .header-right .change-language {
        position: absolute;
        width: 65%;
        left: 0;
        top: 0;
        height: 100vh;
        padding: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: all .3s ease
    }

    .common_header .header-right .change-language .change-language-title {
        display: none
    }

    .common_header .header-right .change-language .change-language-cont {
        position: unset;
        transform: scale(1);
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    .common_header .header-right .change-language .change-language-cont li {
        width: 100%;
        line-height: 2
    }

    .common_header .header-right .search-icon {
        display: none
    }

    .common_header .nav_m_right {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 17px 0
    }

    .common_header .nav_m_right .language_m,
    .common_header .nav_m_right .search_m,
    .common_header .nav_m_right .nav_type_m {
        width: 26px;
        height: 26px;
        background-position: center;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative
    }

    .common_header .nav_m_right .language_m {
        background-image: url(../images/color/language.png);
        margin: 0 15px
    }

    .common_header .nav_m_right .search_m {
        background-image: url(../images/color/search.png)
    }

    .common_header .nav_m_right .nav_type_m {
        background-image: url(../images/color/nav_m.png)
    }

    .footer {
        margin-top: 42px;
        background: unset
    }

    .footer .footer_top {
        padding-top: 0;
        flex-direction: column
    }

    .footer .footer_top .item {
        width: 100% !important;
        border-radius: 5px;
        padding: 0;
        background: unset;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5)
    }

    .footer .footer_top .item.active .tit::before {
        width: 100%
    }

    .footer .footer_top .item.active .tit span {
        transform: rotate(90deg)
    }

    .footer .footer_top .item.active>ul {
        display: block
    }

    .footer .footer_top .item .tit .tit_top {
        line-height: 44px
    }

    .footer .footer_top .item .tit a {
        font-size: 20px
    }

    .footer .footer_top .item .tit span {
        display: none;
        width: 28px;
        height: 28px;
        display: block;
        background: url(../images/color/footer_r.png) no-repeat center;
        background-size: cover;
        transform: rotate(0deg)
    }

    .footer .footer_top .item>.logo {
        height: 80px
    }

    .footer .footer_top .item .desc {
        margin-top: 20px
    }

    .footer .footer_top .item>ul {
        display: none
    }

    .footer .footer_top .item>ul li {
        padding-left: 0
    }

    .footer .footer_top .item>ul li::before {
        content: unset
    }

    .footer .footer_top .h5logo {
        display: flex;
        align-content: center;
        justify-content: space-between;
        margin-top: 15px;
    }

    .footer .footer_top .links {
        /* width: 100%; */
        padding-top: 66px;
        position: relative;
        padding-bottom: 34px;
        border-bottom: 1px solid #fff
    }

    .footer .footer_top .links span {
        display: block;
        position: absolute;
        top: 28px;
        left: 0;
        font-weight: bold;
        color: #fefefe;
        line-height: 24px
    }

    .footer .footer_top .links a {
        margin: 0 0 0 25px !important
    }

    .footer .footer_top .links a:first-child {
        margin-left: 0 !important
    }

    .footer .footer_bot {
        background: transparent;
        color: #fff;
        flex-direction: column;
        text-align: left;
        line-height: 1.6;
        padding: 15px var(--all-pd);
        align-items: unset
    }

    .footer .footer_bot a,
    .footer .footer_bot div {
        color: #fff
    }

    .phone_icon {
        display: flex
    }

    .size64 {
        font-size: 20px;
        width: 100%
    }

    .size48 {
        font-size: 28px
    }

    .com_tj_news {
        margin-top: 36px
    }

    .com_tj_news .com_tit {
        font-size: 24px
    }

    .com_tj_news .list {
        margin: 0;
        flex-direction: column
    }

    .com_tj_news .list .ll,
    .com_tj_news .list .rr {
        margin-top: 16px;
        width: 100%;
        padding: 32px 16px;
        position: unset;
        clip-path: unset
    }

    .com_tj_news .list .ll .info,
    .com_tj_news .list .rr .info {
        padding: 0;
        border: 0
    }

    .com_tj_news .list .ll .info .title,
    .com_tj_news .list .rr .info .title {
        font-size: 24px;
        text-align: center
    }

    .com_tj_news .list .ll .info .desc,
    .com_tj_news .list .rr .info .desc {
        margin-top: 32px;
        -webkit-line-clamp: unset
    }

    .com_tj_news .list .rr {
        background: #111
    }

    .com_tj_news .list .rr .info .title,
    .com_tj_news .list .rr .info .desc,
    .com_tj_news .list .rr .info time,
    .com_tj_news .list .rr .info .read_more {
        color: #fff
    }

    .com_tj_news .list .rr .info .read_more {
        background: url(../images/color/read_more_4.png) no-repeat center / 92% transparent
    }

    .com_contact_us {
        margin-top: 36px
    }

    .com_contact_us .com_tit {
        font-size: 24px
    }

    .com_contact_us form ul li {
        width: 100%
    }

    .com_contact_us form .sub_par {
        justify-content: unset
    }

    .com_contact_us form .sub_par div {
        width: 100%
    }

    .com_contact_us form .send_btn {
        width: 94px;
        height: 94px;
        font-size: 16px;
        order: 2;
        margin: 0 0 0 10px
    }

    .com_pro {
        margin-top: 30px
    }

    .com_pro .list {
        flex-wrap: wrap
    }

    .com_pro .list .item {
        width: 100%
    }

    .com_pro .list .item:not(:first-child) {
        margin-top: 15px;
        left: 0
    }
}



.nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links a,
.nav-links span {
    color: var(--color-main);
}