﻿@charset "utf-8";

:root {
    --color: #285ac8
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.ttf?12klsw') format('truetype'), url('fonts/icomoon.woff?12klsw') format('woff'), url('fonts/icomoon.svg?12klsw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

i {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.common-main p {
    font-size: 16px;
    padding-bottom: 0px
}

.newslist-1 li .news-img {
    height: auto
}

.newslist-1 li .news-text,
.newslist-1 li .news-title {
    word-break: inherit
}

.hot-pro .pro-intro,
.news-con,
.news-title {
    word-break: break-word
}

.side-news ul .news-img img {
    object-fit: contain
}

.ind-item img {
    object-fit: cover
}

.contactus-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%
}

.contactus-list>div {
    width: 24%;
    text-align: center
}

.common-main .contactus-icon {
    width: 100px;
    height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.common-main .contactus-icon i {
    font-size: 48px
}

.common-main .contactus-tit {
    font-size: 22px;
    color: #fdb812;
    margin: 18px 0 10px;
    padding: 0
}

.common-main .contactus-text {
    line-height: 1.6
}

.top-btn {
    display: none !important
}

.foot-list {
    background: #404040
}

section.about {
    display: none
}

@media(min-width:769px) {
    .search-box {
        display: none
    }

    .search-input {
        flex: unset;
        display: flex;
        width: 200px
    }
}

.addabout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.addabout>div {
    width: 50%
}

.about-tip {
    font-size: 16px;
    margin-bottom: 20px
}

.addabout .about-con .about-title {
    font-size: 38px;
    font-weight: 700;
    max-width: 500px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    padding: 0
}

.addabout article {
    max-width: 630px;
    font-size: 14px;
    color: #fff;
    margin: 30px 0;
    line-height: 1.8
}

.about-con {
    background: url(/js/31676/dot-map.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    padding-left: 160px;
    box-sizing: border-box
}

.about-img {
    position: relative
}

.about-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 73px;
    background: #fdb812;
    border-radius: 50%
}

.about-icon i {
    position: relative;
    left: 3px;
    color: #fff;
    font-size: 45px
}

.about-icon:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    border-radius: 50%;
    display: block;
    width: 95px;
    height: 95px;
    border: 2px solid #fdb812
}

.about-img img {
    display: block
}

.addabout .about-sel {
    display: inline-block;
    margin-right: 24px
}

.addabout .about-sel img {
    position: relative;
    top: 3px
}

.addabout ul li {
    font-size: 14px;
    margin-bottom: 20px
}

.addabout .more-btn {
    width: 160px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    display: inline-block;
    font-family: Lato;
    font-weight: 700;
    text-align: center;
    background: #fdb812;
    margin-top: 20px;
    color: #fff;
    border-radius: 3px
}

.about-list {
    padding: 74px 0;
    background: #f4f4f4;
    box-sizing: border-box
}

.about-list .common-wrapper {
    display: flex
}

.about-ri {
    padding-left: 24px
}

.about-item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-num {
    color: #09162a;
    font-family: Arial;
    font-weight: 700;
    font-size: 48px
}

.about-text {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    color: #000;
    text-align: left
}

.addabout .about-list {
    width: 100%
}

.contact-share img {
    width: 22px
}

.code-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.code-img img {
    max-width: 32%;
    margin-bottom: 2%
}

@media(max-width:768px) {
    .addabout .about-con .about-title {
        font-size: 18px;
        color: #fdb812
    }

    .addabout .about-con {
        padding: 66vw 4vw 4vw;
        color: #151515
    }

    .addabout {
        position: relative
    }

    .addabout article {
        color: #151515;
        margin: 4vw 0
    }

    .addabout .more-btn {
        display: inline-block
    }

    .addabout ul li {
        font-size: 12px;
        background: url(/js/31676/home-sel_blue.png) no-repeat;
        background-position: 10px;
        margin-bottom: 8px;
        line-height: 2
    }

    .addabout .about-sel img {
        visibility: hidden
    }

    .addabout .about-img {
        width: 92vw;
        left: 4vw;
        position: absolute;
        top: 4vw
    }

    .con-wrap {
        background: #fff;
        padding: 5.3333333333vw
    }

    .about-list .common-wrapper {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .about-item {
        width: 47%;
        justify-content: flex-start;
        margin-bottom: 4vw
    }

    .about-text {
        font-size: 12px;
        color: #fff
    }

    .about-num {
        font-size: 20px;
        color: #fff
    }

    .about-ic img {
        width: 40px;
        height: 40px
    }

    .addabout .about-list {
        background: #24292f;
        padding: 4vw 0
    }

    .contactus-list>div {
        width: 100%;
        text-align: left;
        margin-bottom: 20px
    }

    .contactus-icon {
        float: left;
        margin-right: 10px;
        width: 80px;
        height: 80px
    }

    .common-main .contactus-tit {
        margin-top: 10px;
        font-size: 18px
    }

    .common-main .contactus-text {
        padding-left: 110px
    }

    .common-main .contactus-tit {
        padding-left: 110px
    }
}

.common-link .prev,
.common-pages a:hover,
.common-pages span.ctxt,
.common-side .title,
.compare-panel .button-area .contact-button,
.head-nav>ul .submenu,
.hot-pro ul li:hover,
.hvr-bounce-to-right-y:before,
.hvr-bounce-to-right:before,
.ind-item:hover,
.news ul li:hover .more-btn,
.pro-review .pro-preview-right .btn-list .btn,
.pro-review .pro-preview-right .btn-list .pdown2,
.search-box,
.search-input .stbn {
    background: var(--color)
}

.about-title,
.common-link .next,
.foot-title,
.head-nav>ul .submenu a:hover,
.news .hvr-bounce-to-right:hover,
.newslist-0 li:hover h4,
.prolist-0 li:hover .pro-name,
.side-about .LocalCurrent a,
.side-about .item:hover a,
.side-cate li a:hover,
.side-pro ul li:hover .pro-name,
.type-active,
.addabout .more-btn {
    color: var(--color)
}

.common-more-btn-y {
    border-color: var(--color);
    color: var(--color)
}

.pro-checked {
    outline-color: var(--color)
}

.pro-detail .title span {
    border-color: var(--color)
}

#feedbackForm input:focus,
#feedbackForm textarea:focus {
    border-color: var(--color)
}

.side-about .LocalCurrent a:after {
    border-left-color: var(--color)
}

@media screen and (min-width:769px) {

    .head-nav>ul>li .inmenu_1,
    .head-nav>ul>li:hover>a {
        color: #fff;
        background-color: var(--color)
    }
}

.foot-right,
.prolist-1 li:hover .pro-info {
    background-color: var(--color)
}

.head,
.head-nav>ul .submenu a:hover,
.addabout .more-btn {
    background: #fff
}

.prolist-1 li:hover .pro-info a,
.prolist-1 li:hover .pro-info,
.common-side .title {
    color: #fff
}

.search-input .stbn,
.head-nav>ul .submenu a,
.hot-pro ul li:hover a,
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover,
.news ul li:hover .more-btn,
.news .hvr-bounce-to-right:hover,
.banner-title {
    color: #fff
}

.head-logo {
    width: auto
}

.foot-l .lfr {
    display: none
}

.addabout {
    margin-top: 50px
}

.code-img img {
    max-width: 100%;
    width: 100%
}

section.about {
    display: flex
}

.fshare {
    display: flex
}

.fshare a:nth-child(2) img {
    padding: 3px;
    box-sizing: border-box
}

.fshare a img {
    width: 38px
}

@media screen and (max-width:768px) {

    .foot-cate ul li,
    .foot-nav ul li {
        margin-left: 0;
        margin-right: 20px
    }
}

.about-con {
    padding-top: 20px;
    padding-bottom: 20px
}

.foot-intro+img {
    max-height: 160px
}

.aboutbox {
    display: flex;
    color: #09162a;
    font-family: Arial;
    font-weight: 700;
    font-size: 48px
}

@media screen and (max-width:1240px) {

    .aboutbox,
    .about-num {
        font-size: 30px
    }
}

@media screen and (max-width:768px) {

    .aboutbox,
    .about-num {
        font-size: 20px;
        color: #fff
    }
}

.common-main article .tab-content p {
    margin: 0;
    padding: 0
}

.common-main article .tab-content p img {
    display: block
}

.contact-wrap {
    margin-top: 0
}

div.map {
    width: 100%;
    padding: 50px 0 0
}

.map img {
    width: 100%;
    margin-top: 50px
}

.side-pro li:nth-last-child(-n+4) {
    display: none
}

.fshare a {
    width: 32px;
    height: 32px;
    background: #0078d7;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.foot-list {
    background: #232323
}

.about-img img {
    width: 100%
}

div#st-1 {
    text-align: left;
    margin-bottom: 16px
}

div#st-1 .st-btn {
    height: 36px;
    line-height: 36px;
    width: 36px;
    box-sizing: border-box;
    padding: 0
}

div#st-1 .st-btn>img {
    vertical-align: middle;
    top: 0
}

div#st-1 .st-btn:nth-child(1) img,
div#st-1 .st-btn:nth-child(4) img {
    width: 19px;
    height: auto
}

.part-list {
    flex-wrap: nowrap
}

.cate {
    display: none
}

.more-btn {
    margin-right: 16px
}

.about .more-btn {
    font-size: 20px;
    padding: 0 20px
}

.about .more-btn:nth-child(1) {
    margin-right: 120px
}

.que-item:first-of-type {
    background: url(/js/31676/bg1.jpg) no-repeat left 2%;
    background-size: auto 86%
}

.que-item:nth-of-type(2) {
    background: url(/js/31676/bg2.jpg) no-repeat left 42%;
    background-size: auto 56%
}

.que-item:nth-of-type(3) {
    background: url(/js/31676/bg3.jpg) no-repeat left 40%;
    background-size: auto 56%
}

.que-item:nth-of-type(4) {
    background: url(/js/31676/bg4.jpg) no-repeat left 42%;
    background-size: auto 56%
}

.que-item {
    position: relative;
    padding: 0
}

.quebox {
    padding: 25px;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    box-sizing: border-box
}

.que-num {
    margin-bottom: 10px
}

.que article {
    margin-top: 65%
}

.que-item:nth-of-type(3) .more-btn,
.que-item:nth-of-type(3) .que-num,
.que-item:nth-of-type(3) .que-title,
.que-item:nth-of-type(3) article {
    color: #fff
}

.que-item:nth-of-type(3) .more-btn i {
    background: #fff
}

.que-item:nth-of-type(2) .more-btn i:after,
.que-item:nth-of-type(3) .more-btn i:after {
    border-color: #24292f
}

.que-item:nth-of-type(3):after,
.que-item:nth-of-type(3):before {
    border-color: #fff
}

.part .common-title {
    margin-bottom: 35px
}

.part {
    border: none
}

@media screen and (max-width:1440px) {
    .que-item:first-of-type {
        background-size: auto 76%
    }

    .que-item:nth-of-type(2) {
        background-size: auto 48%
    }

    .que-item:nth-of-type(3) {
        background-size: auto 46%
    }

    .que-item:nth-of-type(4) {
        background-size: auto 48%
    }
}

@media screen and (max-width:1380px) {
    .quebox {
        padding: 30px
    }
}

@media screen and (max-width:1024px) {
    .que-item {
        width: 50%;
        flex: inherit
    }

    .que {
        flex-wrap: wrap;
        flex-direction: inherit
    }

    .news-list {
        margin-bottom: 0
    }

    .part-item {
        padding: 20px
    }
}

@media screen and (max-width:600px) {
    .que-item {
        width: 100%
    }

    .quebox {
        padding: 6.6666666667vw 4vw 10.6666666667vw
    }

    .part .common-title {
        margin-bottom: 15px
    }
}

.contact-list {
    flex-wrap: wrap;
    height: auto;
    padding: 0 80px;
    box-sizing: border-box
}

.contact-item {
    width: 33.333%;
    margin: 20px 0;
    justify-content: flex-start
}

.contact-icon em {
    color: #fff;
    font-size: 25px
}

.contact-icon em.icon-mobile {
    font-size: 32px
}

@media screen and (max-width:1240px) {
    .contact-list {
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .contact-item {
        width: 100%;
        margin: 8px 0
    }

    .contact-list {
        margin-bottom: 10px
    }
}

@media screen and (max-width:560px) {
    .que-item:first-of-type {
        background-position: left 0%
    }

    .que-item:nth-of-type(2) {
        background-position: left 32%
    }

    .que-item:nth-of-type(3) {
        background-position: left 32%
    }

    .que-item:nth-of-type(4) {
        background-position: left 32%
    }
}

.about-more {
    clear: left
}

.que article {
    margin-top: 0
}

.que-title {
    margin-top: 65%
}

.quebox {
    text-align: center
}

.que {
    display: none
}

.que-item {
    background-position: center 5% !important;
    background-size: auto 55% !important
}

#swiper-banner {
    z-index: 3
}

.pro-c-main .common-wrapper {
    max-width: 1200px
}

.pro-c-art img {
    height: auto
}

@media(min-width:768px) {
    .head-nav>ul .submenu.nav1 ul li a {
        color: var(--color)
    }
}

.table td,
.table th {
    vertical-align: middle
}

.pro-c-name {
    word-break: inherit
}

@media(max-width:560px) {
    .head-logo img {
        max-width: 60%
    }

    .que-item {
        width: 50%
    }

    .que-title {
        font-size: 14px;
        margin-top: 75%
    }

    .que article {
        font-size: 12px;
        margin-bottom: 10px
    }

    .con-wrap {
        z-index: 1
    }

    .about ul li {
        display: flex
    }

    .about .more-btn {
        width: 120px;
        font-size: 14px;
        padding: 0 10px
    }

    .about-more {
        display: none
    }

    .about .more-btn:nth-child(1) {
        margin-right: 15px
    }

    .foot-right p {
        line-height: 22px
    }

    .head-nav>ul>li .inmenu_1,
    .head-nav>ul>li:hover>a {
        color: #0078d7;
        background-color: none
    }

    .head-nav>ul .submenu {
        background: none
    }

    .head-nav>ul .submenu li a {
        color: #5d5d5d
    }

    .head-nav>ul .submenu.nav1 ul {
        display: block;
        position: unset
    }

    .head-nav>ul .submenu.nav1>li>a:after {
        display: none
    }
}

.content-list1 .content-item .content-img a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.content-list1 .content-item .content-img a img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff
}

.content-date {
    transform: translate(0, 0);
    right: 0
}

table td {
    vertical-align: middle
}

.contant-c-main table {
    width: 100%
}

.news-item:first-of-type img {
    height: auto
}

.news-list {
    height: 480px
}

.news-item:nth-of-type(2) .news-img,
.news-item:nth-of-type(3) .news-img {
    width: 30%;
    flex: inherit
}

.news-item:nth-of-type(2) .news-info,
.news-item:nth-of-type(3) .news-info {
    flex: inherit;
    width: 70%;
    padding: 30px 24px
}

@media (max-width:1500px) {
    .news-list {
        height: 420px
    }

    .news-item:nth-of-type(2) article,
    .news-item:nth-of-type(3) article {
        margin-bottom: 20px
    }
}

@media (max-width:1240px) {
    .news-list {
        height: auto
    }

    .news-item:first-of-type .news-img {
        flex: inherit;
        width: 40%
    }

    .news-item:first-of-type .news-info {
        flex: inherit;
        width: 60%
    }

    .news-item:first-of-type .news-img img {
        object-fit: contain
    }

    .news-item:nth-of-type(2) .news-img,
    .news-item:nth-of-type(3) .news-img {
        width: 40%
    }

    .news-item:nth-of-type(2) .news-info,
    .news-item:nth-of-type(3) .news-info {
        width: 60%;
        padding: 40px 24px
    }
}

@media (max-width:768px) {

    .news-item:nth-of-type(2) .news-info,
    .news-item:nth-of-type(3) .news-info {
        padding: 4vw
    }
}

@media (min-width:769px) {
    .head-nav>ul .submenu.nav1 ul li {
        background: var(--color)
    }

    .head-nav>ul .submenu.nav1 ul li a {
        color: #fff
    }

    .head-nav>ul .submenu.nav1 ul li:hover a {
        color: var(--color)
    }
}

.floatwindow_chat_box .floatwindow_box {
    display: flex !important;
    flex-direction: column;
}

.floatwindow_chat_box .floatwindow_box li:nth-child(1) {
    order: 1
}

.floatwindow_chat_box .floatwindow_box li:nth-child(2) {
    order: 2
}

.floatwindow_chat_box .floatwindow_box li:nth-child(3) {
    order: 3
}

.floatwindow_chat_box .floatwindow_box li:nth-child(4) {
    order: 5
}

.floatwindow_chat_box .floatwindow_box li:nth-child(5) {
    order: 4
}

.floatwindow_menu a {
    color: #fff;
}

#floatwindow_chat_window {
    right: 15px
}

#liproducts .submenu {
    padding: 10px;
    list-style: none;
    /* width: 1200px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* left: -550px */
}

#liproducts .submenu>li {
    /* margin: 10px 1.333% 10px 0; */
    position: relative;
    min-height: 80px;
    /* width: 24% */
}

#liproducts .submenu>li:nth-child(4n) {
    margin-right: 0
}

#liproducts .submenu>li em,
#liproducts .submenu>li i {
    display: none
}

#liproducts .submenu>li>a {
    display: block;
    text-decoration: none;
    min-height: 50px;
    /* padding-left: 90px; */
    padding-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px
}

#liproducts .submenu>li .cate-con {
    padding-left: 90px
}

#liproducts .submenu>li .cate-con ul {
    position: static;
    display: block;
    background: 0 0;
    padding: 0
}

#liproducts .submenu>li .cate-con ul a {
    font-size: 14px;
    opacity: .8;
    padding: 0;
    line-height: 1.4;
    margin-top: 4px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#liproducts .submenu>li .cate-img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: inherit;
    background: none
}

#liproducts .submenu>li .cate-img a {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block
}

#liproducts .submenu>li .cate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1
}

#liproducts .submenu>li>a:hover,
#liproducts .submenu>li .cate-con ul a:hover {
    background: none;
    color: #fff;
    opacity: 1
}

@media (max-width:1330px) {
    #liproducts .submenu {
        width: 200px;
        /* left: -400px */
    }
}

@media (max-width:1280px) {
    #liproducts .submenu {
        /* left: -450px */
    }
}

@media (max-width:1150px) {
    #liproducts .submenu {
        width: 200px;
        /* left: -500px */
    }
}

@media (max-width:1024px) {
    #liproducts .submenu {
        margin: 0;
        padding: 0;
        width: auto;
        display: none;
        left: 0
    }

    #liproducts .submenu>li {
        margin: 0;
        padding-left: 20px;
        min-height: inherit;
        width: 100%;
    }

    #liproducts .submenu>li .cate-img {
        display: none
    }

    #liproducts .submenu>li>a {
        padding-left: 0;
        line-height: 1.4;
        display: block;
        height: 100%;
        width: 100%;
    }

    #liproducts .submenu>li .cate-con {
        padding-left: 20px
    }
}

.contact-center {
    padding: 40px 20px;
    background: #fff;
}

.contact-center-tit {
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.contact-center-tit:after {
    content: '';
    height: 1px;
    width: 140px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
}

.contact-center>p {
    text-align: center;
    color: #666;
}

.contact-center-mdtit {
    margin: 50px 0 25px;
    font-size: 30px;
}

.contact-center-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-center-list li {
    width: calc(33.3333% - 10px);
    margin-bottom: 15px;
    border: 1px dashed var(--color);
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    min-height: 183px;
}

.contact-center-list li .contact-center-list-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.contact-center-list li .contact-center-list-top div {
    font-weight: bold;
    font-size: 26px;
    flex: 1;
    padding-right: 12px;
    box-sizing: border-box;
    line-height: 1.3;
}

.contact-center-list li .contact-center-list-top img {
    margin: 0;
    height: 40px;
}

.contact-center-list li p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
}

.contact-center-list li a:hover {
    color: var(--color)
}

.contact-center-bot {
    border: 1px dashed var(--color);
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
}

.contact-center .contact-center-bot p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.5;
}

.contact-center .contact-center-bot p:nth-child(1) {
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .contact-center-list li {
        width: calc(50% - 6px);
        margin-bottom: 12px
    }
}

@media (max-width:768px) {
    .contact-center-tit {
        font-size: 28px
    }

    .contact-center-mdtit {
        margin: 30px 0 15px;
        font-size: 22px
    }

    .contact-center-list li {
        min-height: 160px
    }

    .contact-center-list li .contact-center-list-top div {
        font-size: 20px
    }

    .contact-center-list li .contact-center-list-top img {
        height: 30px;
    }

    .contact-center-list li p {
        font-size: 16px
    }

    .contact-center .contact-center-bot p {
        font-size: 20px
    }
}

@media (max-width:560px) {
    .contact-center-list li {
        width: 100%
    }

    .contact-center-tit {
        font-size: 24px
    }
}

.foot-intro+img {
    max-height: inherit;
    max-width: 180px;
}

.about .about-con {
    width: 100%;
    padding: 50px 15px;
    background: none;
    color: #000;
    line-height: 1.7;
}

.about-con .common-title {
    color: #000;
}

.about-con .common-title span {
    color: var(--color);
}

.con-wrap {
    padding: 0
}

.common-title {
    font-weight: bold;
}

.aboutflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 50px;
    max-width: 1300px;
}

.aboutflex-lef {
    color: #000;
    width: 45%;
}

.aboutflex-txt {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

.aboutflex-lef .aboutflex-list {
    margin: 10px 0 40px
}

.aboutflex-lef .aboutflex-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.aboutflex-list li span {
    font-size: 20px;
    font-weight: bold;
}

.aboutflex-list li em {
    width: 42px;
    height: 42px;
    border: 1px solid var(--color);
    display: block;
    margin-right: 15px;
    background: var(--color) url(/js/31676/icon1.png) no-repeat center;
}

.aboutflex-list li.active em {
    background: #fff url(/js/31676/icon2.png) no-repeat center;
}

.aboutflex-btn {
    display: flex;
    flex-wrap: wrap;
}

.aboutflex-btn a {
    margin-top: 10px;
    display: block;
    border: 1px solid var(--color);
    color: var(--color);
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 17px;
    padding: 10px 20px;
    min-width: 170px;
    text-align: center;
    box-sizing: border-box;
    transition: .3s
}

.aboutflex-btn a:first-child {
    margin-right: 30px
}

.aboutflex-btn a:hover {
    background: var(--color);
    color: #fff
}

.aboutflex-rig {
    width: 52%;
}

.aboutbottom {
    margin: 0 auto;
    max-width: 1300px;
    text-indent: 2em;
    font-size: 17px;
}

.about>div.about-img {
    padding: 0;
}

@media (max-width:768px) {
    .about .about-con {
        padding: 40px 0;
    }

    .aboutflex {
        margin: 30px auto 30px;
    }

    .aboutflex-lef {
        width: 100%;
    }

    .aboutflex-txt {
        font-size: 19px;
    }

    .aboutflex-lef .aboutflex-list {
        margin: 5px 0 30px
    }

    .aboutflex-lef .aboutflex-list li {
        padding: 15px 0;
    }

    .aboutflex-list li span {
        font-size: 18px;
    }

    .aboutflex-list li em {
        width: 34px;
        height: 34px;
        background-size: 16px !important
    }

    .aboutflex-btn a {
        font-size: 15px;
        padding: 10px 15px;
        min-width: 140px;
    }

    .aboutflex-btn a:first-child {
        margin-right: 20px
    }

    .aboutflex-rig {
        width: 100%;
        margin-top: 30px
    }

    .aboutbottom {
        font-size: 16px;
    }
}

.about .about-list {
    background: var(--color);
}

.about-item .aboutbox sub,
.about-item .aboutbox sup {
    line-height: 1;
    font-size: 18px;
    color: #fff
}

.about-num {
    color: #fff;
}

.about-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: inherit;
}

.aboutbox {
    justify-content: center;
}

.about-ri {
    padding-left: 0;
}

@media (max-width:1024px) {
    .about-text {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .about-item {
        justify-content: center;
        margin: 10px 0;
    }
}

.ck-add .dh-con h4 {
    text-align: center;
}

.ck-add h4 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
}

.ck-add p {
    margin-bottom: 20px;
    line-height: 1.6em;
    color: var(--fontcolor);
}

.ck-add .dh-con h4:hover {
    color: var(--color);
}

@media (min-width:769px) {
    .pro .pro-info article {
        min-height: 80px
    }
}

@media (max-width:500px) {
    .pro .pro-name {
        min-height: 40px
    }
}

.adv-item article {
    word-break: normal;
    text-align: center
}

.company-profile-img img {
    width: 100%;
    display: block;
}

.kche-t124.wmkc-company-t124 .kche-t124-item .kche-t124-item-bg {
    background: var(--color);
    opacity: 1
}

.kche-t124.wmkc-company-t124 .kche-t124-item .kche-t124-item-des strong {
    color: #fff;
}

.kche-t57.wmkc-company-t57 .kche-t57-item .kche-t57-des strong {
    color: var(--color);
    font-size: 30px;
    font-weight: var(--fontbold7)
}

.comprehensive-strength .kche-t43 .kche-flex-item .kche-item-title,
.comprehensive-strength .kche-t42 .kche-flex-item .kche-item-title,
.project-case .kche-t66 .kche-flex-item .kche-item-title {
    background: var(--color);
    margin: 0;
    padding: 6px 0;
    color: #fff !important
}

.about-us.about-main .kche-t43 .kche-flex-item .kche-item-title,
.about-us.about-main .kche-t42 .kche-flex-item .kche-item-title,
.about-us.about-main .kche-t66 .kche-flex-item .kche-item-title {
    background: var(--color);
    margin: 0;
    padding: 6px 0;
    color: #fff !important
}

@media (max-width:500px) {

    .comprehensive-strength .kche-t43 .kche-flex-item,
    .about-us.about-main .kche-t43 .kche-flex-item {
        width: 100%;
    }
}

.project-case .kche-t66 .kche-flex-item .kche-item-img,
.about-us.about-main .kche-t66 .kche-flex-item .kche-item-img {
    overflow: hidden;
}

.project-case .kche-t66>.kche-flex-jc-sb>.kche-flex-item,
.about-us.about-main .kche-t66>.kche-flex-jc-sb>.kche-flex-item {
    border: none;
}

/*.fshare a {background:url(/uploads/31676/page/p202403051456102783b.png);background-size:auto 38px}*/
/*.fshare a:nth-child(1) {background-position:-208px 0}*/
/*.fshare a:nth-child(2) {background-position:-157px -1px;background-color:#fff;border-radius:8px}*/
/*.fshare a:nth-child(3) {background-position:-53px 0}*/
/*.fshare a:nth-child(5) {background-position:-260px 0}*/
/*.fshare a:nth-child(6) {background-position:-106px 0}*/
/*.fshare a i {color:transparent;}*/
@media (min-width:1025px) {
    .prolist-1 .pro-item {
        width: 23.5%;
        margin-right: 2%
    }

    .prolist-1 .pro-item:nth-of-type(3n) {
        margin-right: 2%;
    }

    .prolist-1 .pro-item:nth-of-type(4n) {
        margin-right: 0;
    }
}

.kche-history-item>.kche-history-title {
    display: inline-block;
    background: var(--color);
    color: #fff !important;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 28px;
    border-radius: 25px;
}

.kche-history-item p strong {
    color: #333;
    font-size: 22px;
}

@media (max-width:768px) {
    .kche-history-item>.kche-history-title {
        font-size: 20px;
        padding: 5px 22px;
    }

    .kche-history-item p {
        font-size: 14px
    }

    .kche-history-item p strong {
        font-size: 17px;
    }
}

.footbrand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 260px
}

.footbrand li {
    width: calc(20% - 3px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 3px;
}

.footbrand li:nth-child(6) {
    width: calc(40% - 3px);
}

.footbrand li img {
    display: block
}

main.partners-and-certificates .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-info {
    position: relative;
}

main.partners-and-certificates .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-img img {
    display: block;
    width: 100%;
}

main.partners-and-certificates .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-img {
    display: block;
    overflow: hidden;
}

.about-us.about-main .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-info {
    position: relative;
}

.about-us.about-main .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-img img {
    display: block;
    width: 100%;
}

.about-us.about-main .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-img {
    display: block;
    overflow: hidden;
}

.kche-t138 .kche-t138-list>.kche-t138-info {
    width: 100%;
    background-color: var(--color, #e81c2e);
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}

@media (max-width:768px) {
    .kche-t138 .kche-t138-list>.kche-t138-info {
        display: none
    }
}

@media (min-width:769px) {

    main.partners-and-certificates .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-info,
    .about-us.about-main .kche-t138 .kche-t138-list .kche-t138-item .kche-t138-info {
        display: none
    }
}

.kche-t207 .kche-t207-text p {
    padding: 0
}

.foot-logo img {
    max-width: 260px
}

.about-us.about-main .kche-t13>h5 {
    line-height: 1.4
}

.about-us.about-main article p {
    margin-bottom: 0;
}

.about-us.about-main article p {
    margin-bottom: 0;
    line-height: 1.8;
}

@media (min-width:769px) {

    .about-us.about-main .kche-flex-item2,
    .about-us.about-main .kche-flex-item3,
    .about-us.about-main .kche-flex-item4 {
        margin: 0;
    }

    .about-us.about-main .kche-t138 .kche-t138-list .kche-t138-item {
        margin-top: 0
    }
}

#wmkcprivacy {
    left: 10px !important;
    right: auto !important;
}

.fshare a {
    background: var(--color);
    color: #fff;
    border-radius: 4px;
}

.fshare a i {
    font-size: 24px;
}