* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #033879;
    --main-color-white: #ffffff;
    --main-color-fontColor: #666666;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .ml_pchead {
        width: 100%;
        height: 100px;
        background-color: var(--main-color-white);
    }
    .ml_pcheader {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
        height: 100px;
    }
    .pclogo img {
        height: 90px;
    }
    .pc_search {
        padding: 5px;
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
    }
    .pc_search img {
        width: 20px;
        display: block;
        margin-right: 10px;
    }
    .pc_search input {
        height: 32px;
        background-color: transparent;
        border: none;
        outline: none;
        display: block;
        width: 250px;
    }
    .pc_search a {
        display: block;
        width: 55px;
        height: 30px;
        line-height: 30px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        border-radius: 3px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
        max-width: 1200px;
        margin: 0 auto;
    }
    .pcnav>li {
        position: relative;
        flex: 1;
        transition: var(--main-transition);
        border-right: 1px solid #eeedeb;
    }
    .pcnav>li:last-child {
        border-right: none !important;
    }
    .pcnav>li>a {
        display: block;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-fontColor);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-fontColor);
        font-size: 14px;
        text-align: center;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover {
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .first_a {
        color: #fff;
        font-weight: bold;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-fontColor);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .pc_navout {
        width: 100%;
        height: 50px;
        border-top: 1px solid #eeedeb;
        border-bottom: 1px solid #eeedeb;
        position: relative;
        z-index: 99;
    }
    .mb_search {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .con1 {
        width: 100%;
        padding: 60px 0;
        background-color: #f8f8f7;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 35px;
    }
    .en_title {
        padding: 10px 35px;
        border: 1px solid #dfdcd8;
        font-size: 18px;
        color: var(--main-color-p_color);
        display: table;
        margin: 0 auto;
    }
    .zh_title {
        margin-top: 15px;
        text-align: center;
        color: var(--main-color);
        font-size: 30px;
    }
    .index_sales {
        display: flex;
        flex-wrap: wrap;
    }
    .index_sales li {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        background-color: var(--main-color-white);
        padding: 10px;
        cursor: pointer;
    }
    .index_sales li:hover img {
        transform: rotate(45deg);
    }
    .index_sales li:hover .con1div {
        border: 1px solid var(--main-color);
    }
    .index_sales li img {
        width: 100%;
        transition: var(--main-transition);
        height: 200px;
        object-fit: contain;
        display: block;
        margin: 20px auto;
    }
    .index_sales li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1div {
        border: 1px solid #eeedeb;
        padding: 30px 20px;
    }
    .con1div span {
        color: var(--main-color-span_color);
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con1div em {
        font-style: normal;
        font-weight: bold;
        display: block;
        text-align: center;
        color: #ff0000;
    }
    .con1div p {
        font-size: 18px;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .index_more {
        display: block;
        width: 145px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--main-color);
        font-size: 15px;
        border: 1px solid var(--main-color);
        margin: 0 auto;
        margin-top: 35px;
    }
    .con2 {
        padding: 60px 0;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li:hover {
        border-top: 2px solid var(--main-color);
    }
    .con2con ul li {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        padding: 30px 20px;
        border-top: 2px solid #dfdcd8;
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .con2con ul li img {
        display: block;
        margin: 40px auto;
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .con2con ul li a {
        display: block;
        width: 130px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-fontColor);
        font-size: 15px;
        margin: 0 auto;
        border: 1px solid #dfdcd8;
    }
    .con2con ul li a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con3 {
        padding: 60px 0;
        width: 100%;
        position: relative;
        z-index: 20;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con3conbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3conboxleft {
        width: 60%;
    }
    .con3conboxright {
        flex: 1;
        position: relative;
        padding-left: 50px;
    }
    .con3conboxrightpos {
        position: absolute;
        right: 0;
        top: 0;
    }
    .con3conboxrightpos img {
        width: 100%;
    }
    .con3conboxleft strong {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 25px;
        color: var(--main-color-fontColor);
    }
    .con3conboxleft p {
        font-size: 14px;
        color: var(--main-color-fontColor);
        line-height: 25px;
    }
    .con3conboxleft .index_more {
        margin: inherit;
        margin-top: 35px;
    }
    .con4 {
        padding: 30px 0;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        width: 60%;
        align-items: center;
        justify-content: space-between;
    }
    .con4con ul li {
        width: 31%;
    }
    .con4con ul li img {
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        width: 75px;
        margin: 0 auto;
    }
    .con4con ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
    }
    .con4con ul li span {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        display: block;
    }
    .con5 {
        padding: 50px 0;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con6 {
        padding: 50px 0;
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 32%;
        padding: 35px 25px;
        background-color: var(--main-color-white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .con6con ul li img {
        border: 8px solid #f8f8f7;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        width: 100%;
    }
    .con6con ul li strong {
        display: block;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #003f70;
        margin: 20px auto;
        font-size: 18px;
        color: var(--main-color);
        font-weight: normal;
    }
    .con6con ul li strong::after {
        position: absolute;
        content: '';
        width: 75px;
        height: 3px;
        bottom: -2px;
        background-color: var(--main-color);
        left: 50%;
        transform: translateX(-50%);
    }
    .con6con ul li p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        font-size: 14px;
        color: var(--main-color);
        line-height: 25px;
    }
    .con7 {
        height: 350px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -18%;
        position: relative;
        z-index: 8;
    }
    .con6 .index_more {
        border: 1px solid var(--main-color-white) !important;
        color: var(--main-color-white);
    }
    .con8 {
        padding: 50px 0;
    }
    .con8con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con8con ul li {
        width: 31%;
    }
    .con8con ul li img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con8con ul li:hover img {
        transform: scale(1.1);
    }
    .con8con ul li:hover .indexnew_div_right p {
        color: var(--main-color);
    }
    .newimgbox {
        display: block;
        overflow: hidden;
    }
    .indexnew_div {
        padding: 13px 0;
        display: flex;
        justify-content: space-between;
    }
    .indexnew_div_left {
        width: 18%;
        padding-right: 20px;
    }
    .indexnew_div_left strong {
        color: var(--main-color-fontColor);
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .indexnew_div_left span {
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .indexnew_div_right {
        flex: 1;
        padding-left: 10px;
        border-left: 1px solid #eeedeb;
    }
    .indexnew_div_right p {
        font-size: 16px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .indexnew_div_right span {
        display: block;
        font-size: 14px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25px;
    }
    .indexnew_div_right i {
        color: var(--main-color);
    }
    .con9 {
        padding: 50px 0;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con9con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con9conleft {
        width: 48%;
        padding: 30px;
        background: rgba(0, 0, 0, .6);
    }
    .con9conleft ul li {
        padding: 10px 0;
        border-bottom: 1px solid #625e58;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con9conleft ul li span {
        flex: 1;
        padding-left: 20px;
        font-size: 15px;
        color: var(--main-color-white);
    }
    .iconbox {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        border-radius: 50%;
    }
    .iconbox i {
        font-size: 15px !important;
        color: var(--main-color-white) !important;
    }
    .con9conright {
        width: 48%;
        padding: 30px;
        background: rgba(0, 0, 0, .6);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con9conright input {
        width: 100%;
        height: 40px;
        display: block;
        outline: none;
        border: none;
        margin-bottom: 20px;
        background-color: transparent;
        padding-left: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright textarea {
        width: 100%;
        height: 120px;
        display: block;
        outline: none;
        border: none;
        background-color: transparent;
        padding-left: 15px;
        padding: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .con9conright textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .sub {
        display: block;
        margin-top: 20px;
        border-radius: 3px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        background-color: var(--main-color-white);
        font-size: 15px;
        color: var(--main-color);
    }
    .foot {
        padding: 15px 0;
        background-color: #373838;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer a {
        display: block;
        margin: 0 20px;
        font-size: 14px;
        color: #ccc;
    }
    .footer span {
        color: #ccc;
    }
    .copy {
        padding: 15px 0;
        border-top: 1px solid #6a6a6a;
        background-color: #373838;
    }
    .copycon {
        max-width: 1200px;
        margin: 0 auto;
        color: #ccc;
        text-align: center;
        font-size: 14px;
    }
    .copycon a {
        font-size: 14px;
        color: #ccc;
    }
    .inbanner {
        width: 100%;
        height: 250px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .honor {
        padding: 50px 0;
        width: 100%;
        margin-top: 200px;
    }
    .honorcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .honorcon ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .honorcon ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .honorcon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .honorcon ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .support {
        padding: 50px 0;
    }
    .supportcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .supportcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .supportcon ul li {
        width: 25%;
        display: flex;
        flex-direction: column;
    }
    .li_top {
        height: 235px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
    }
    .li_bot {
        height: 237px;
        background-color: #f8f8f7;
        padding: 25px;
    }
    .li_bot p {
        font-size: 18px;
        color: var(--main-color-fontColor);
        margin-bottom: 15px;
    }
    .li_bot span {
        font-size: 14px;
        color: var(--main-color-fontColor);
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .li_top img {
        width: 100px;
        height: 100px;
        transition: var(--main-transition);
        display: block;
        margin: 0 auto;
    }
    .rev {
        flex-direction: column-reverse !important;
    }
    .aftersale {
        width: 100%;
        padding: 50px 0;
    }
    .aftersalecon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aftersalecon ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aftersalecon ul li {
        width: 31%;
    }
    .aftersalecon ul li img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .netdiv {
        padding: 20px;
        background-color: #f8f8f7;
    }
    .netdiv p {
        font-size: 16px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
    }
    .inside {
        max-width: 1230px;
        margin: 0 auto;
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px;
    }
    .aftersale {
        width: 100%;
        padding: 30px 15px;
    }
    .aftersalecon {
        margin: 0 auto;
    }
    .aftersalecon ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aftersalecon ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .aftersalecon ul li img {
        width: 100%;
    }
    .netdiv {
        padding: 20px;
        background-color: #f8f8f7;
    }
    .netdiv p {
        font-size: 15px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
    }
    .support {
        padding: 30px 15px;
    }
    .supportcon {
        margin: 0 auto;
    }
    .supportcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .supportcon ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .li_top {
        height: 235px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
    }
    .li_bot {
        height: 237px;
        background-color: #f8f8f7;
        padding: 25px;
    }
    .li_bot p {
        font-size: 18px;
        color: var(--main-color-fontColor);
        margin-bottom: 15px;
    }
    .li_bot span {
        font-size: 14px;
        color: var(--main-color-fontColor);
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .li_top img {
        width: 100px;
        height: 100px;
        transition: var(--main-transition);
        display: block;
        margin: 0 auto;
    }
    .honor {
        padding: 30px 15px;
        width: 100%;
    }
    .honorcon {
        margin: 0 auto;
    }
    .honorcon ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .honorcon ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .honorcon ul li img {
        width: 100%;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
    }
    .foot {
        padding: 15px;
        background-color: #373838;
    }
    .footer {
        margin: 0 auto;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }
    .footer a {
        display: block;
        margin: 0 10px;
        font-size: 14px;
        color: #ccc;
        margin-bottom: 5px;
    }
    .footer span {
        color: #ccc;
    }
    .copy {
        padding: 15px;
        border-top: 1px solid #6a6a6a;
        background-color: #373838;
        margin-bottom: 60px;
    }
    .copycon {
        margin: 0 auto;
        color: #ccc;
        text-align: center;
        font-size: 14px;
    }
    .copycon a {
        font-size: 14px;
        color: #ccc;
    }
    .con9 {
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con9con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con9conleft {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
        background: rgba(0, 0, 0, .6);
    }
    .con9conleft ul li {
        padding: 10px 0;
        border-bottom: 1px solid #625e58;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con9conleft ul li span {
        flex: 1;
        padding-left: 20px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .iconbox {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        border-radius: 50%;
    }
    .iconbox i {
        font-size: 15px !important;
        color: var(--main-color-white) !important;
    }
    .con9conright {
        width: 100%;
        padding: 15px;
        background: rgba(0, 0, 0, .6);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con9conright input {
        width: 100%;
        height: 40px;
        display: block;
        outline: none;
        border: none;
        margin-bottom: 20px;
        background-color: transparent;
        padding-left: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright textarea {
        width: 100%;
        height: 80px;
        display: block;
        outline: none;
        border: none;
        background-color: transparent;
        padding-left: 15px;
        padding: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .con9conright textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .sub {
        display: block;
        margin-top: 20px;
        border-radius: 3px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        background-color: var(--main-color-white);
        font-size: 15px;
        color: var(--main-color);
    }
    .con8 {
        padding: 30px 15px;
    }
    .con8con {
        margin: 0 auto;
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con8con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con8con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con8con ul li:hover img {
        transform: scale(1.1);
    }
    .con8con ul li:hover .indexnew_div_right p {
        color: var(--main-color);
    }
    .newimgbox {
        display: block;
        overflow: hidden;
    }
    .indexnew_div {
        padding: 13px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexnew_div_left {
        width: 100%;
    }
    .indexnew_div_left strong {
        color: var(--main-color-fontColor);
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .indexnew_div_left span {
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .indexnew_div_right {
        width: 100%;
        margin-top: 10px;
    }
    .indexnew_div_right p {
        font-size: 16px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .indexnew_div_right span {
        display: block;
        font-size: 14px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25px;
    }
    .indexnew_div_right i {
        color: var(--main-color);
    }
    .con7 {
        display: none;
    }
    .con6 {
        padding: 30px 15px;
        width: 100%;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 100%;
        padding: 35px 25px;
        margin-bottom: 25px;
        background-color: var(--main-color-white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .con6con ul li img {
        border: 8px solid #f8f8f7;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        width: 100%;
    }
    .con6con ul li strong {
        display: block;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #003f70;
        margin: 20px auto;
        font-size: 18px;
        color: var(--main-color);
        font-weight: normal;
    }
    .con6con ul li strong::after {
        position: absolute;
        content: '';
        width: 75px;
        height: 3px;
        bottom: -2px;
        background-color: var(--main-color);
        left: 50%;
        transform: translateX(-50%);
    }
    .con6con ul li p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        font-size: 14px;
        color: var(--main-color);
        line-height: 25px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con4 {
        padding: 30px 15px;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .con4con ul li {
        width: 31%;
    }
    .con4con ul li img {
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        width: 75px;
        margin: 0 auto;
    }
    .con4con ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
    }
    .con4con ul li span {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        display: block;
    }
    .con3 {
        padding: 30px 15px;
        width: 100%;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3conbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3conboxleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .con3conboxright {
        width: 100%;
        position: relative;
    }
    .con3conboxrightpos img {
        width: 100%;
    }
    .con3conboxleft strong {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 25px;
        color: var(--main-color-fontColor);
    }
    .con3conboxleft p {
        font-size: 14px;
        color: var(--main-color-fontColor);
        line-height: 25px;
    }
    .con3conboxleft .index_more {
        margin: inherit;
        margin-top: 35px;
    }
    .con2 {
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li:hover {
        border-top: 2px solid var(--main-color);
    }
    .con2con ul li {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 20px;
        border-top: 2px solid var(--main-color);
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .con2con ul li img {
        display: block;
        margin: 20px auto;
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .con2con ul li a {
        display: block;
        width: 130px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 15px;
        margin: 0 auto;
        border: 1px solid #dfdcd8;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f8f8f7;
    }
    .con1con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 25px;
    }
    .en_title {
        padding: 10px 15px;
        border: 1px solid #dfdcd8;
        font-size: 20px;
        color: var(--main-color-p_color);
        display: table;
        margin: 0 auto;
    }
    .zh_title {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color);
        font-size: 20px;
    }
    .index_sales {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index_sales li {
        width: 49%;
        background-color: var(--main-color-white);
        padding: 10px;
        cursor: pointer;
    }
    .index_sales li img {
        width: 100%;
        transition: var(--main-transition);
        height: 120px;
        display: block;
        margin: 20px auto;
    }
    .index_sales li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1div {
        border: 1px solid #eeedeb;
        padding: 30px 20px;
    }
    .con1div span {
        color: var(--main-color-span_color);
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con1div em {
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        display: block;
        text-align: center;
        color: #ff0000;
    }
    .con1div p {
        font-size: 14px;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .index_more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        font-size: 14px;
        border: 1px solid var(--main-color);
        margin: 0 auto;
        margin-top: 25px;
    }
    .ml_banner {
        width: 100%;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .mb_search {
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        background-color: var(--main-color-white);
    }
    .mb_search input {
        display: block;
        width: 75%;
        height: 35px;
        border: none;
        border: 1px solid #ccc;
        padding-left: 15px;
    }
    .mb_search a {
        display: block;
        height: 35px;
        background-color: var(--main-color);
        line-height: 35px;
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        flex: 1;
    }
    .pc_navout {
        display: none;
    }
    .ml_pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-fontColor);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 60px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}