@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Regular';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype'), url('../fonts/AlibabaPuHuiTi-2-55-Regular.otf') format('otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-SemiBold';
    src: url('../fonts/AlibabaPuHuiTi-2-75-SemiBold.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-75-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-75-SemiBold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-75-SemiBold.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf') format('truetype'), url('../fonts/AlibabaPuHuiTi-2-75-SemiBold.otf') format('otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Bold';
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.ttf') format('truetype'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.otf') format('otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-ExtraBold';
    src: url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.ttf') format('truetype'), url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.otf') format('otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Heavy';
    src: url('../fonts/AlibabaPuHuiTi-2-105-Heavy.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-105-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-105-Heavy.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-105-Heavy.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf') format('truetype'), url('../fonts/AlibabaPuHuiTi-2-105-Heavy.otf') format('otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Black';
    src: url('../fonts/AlibabaPuHuiTi-2-115-Black.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-115-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-115-Black.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-115-Black.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-115-Black.ttf') format('truetype'), url('../fonts/AlibabaPuHuiTi-2-115-Black.otf') format('otf');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'AlibabaPuHuiTi-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #292929;
    text-decoration: none;
}

a:hover {
    color: #DE0000;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center !important;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1400px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1199px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:540px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #FFF;
    position: sticky;
}

.header.fixed {
    border-bottom: 1px #CFCFCF solid;
}

.header .logo {
    height: 72px;
}

.header .logo img {
    height: 48px;
}

.header .n-us {
    line-height: 36px;
    width: 112px;
    background-color: #DE0000;
    color: #FFF;
    margin-right: 20px;
}

.header .lang-btn {
    background: url(../images/lang.svg)no-repeat left center;
    background-size: 16px;
    padding-left: 25px;
    text-transform: uppercase;
    margin-right: 35px;
    cursor: pointer;
}

.header .lang-btn span {
    padding-right: 15px;
}

.header .lang-btn span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px #292929 solid;
}

.header .lang-btn .drop {
    width: 120px;
    left: 0;
    top: 30px;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.header .lang-btn .drop>a {
    padding-left: 20px;
    font-size: 14px;
    border-bottom: 1px #CFCFCF solid;
}

.header .lang-btn .drop>a:last-child {
    border-bottom: 0;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-right: 60px;
}

.nav li {
    margin-right: 30px;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    line-height: 72px;
    padding: 0 10px;
    font-size: 18px;
}

.nav li.on a {
    color: #DE0000;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.nav li.on a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #DE0000;
}

.nav .drop a {
    color: #292929 !important;
}

.nav .drop a::after {
    display: none;
}

.nav .drop {
    width: 220px;
    left: 0;
    top: 72px;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 68px;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.nav .drop>a {
    
    padding-left: 20px;
    font-size: 14px;
    border-bottom: 1px #CFCFCF solid;
}

.nav .drop>a:last-child {
    border-bottom: 0;
}

.footer {
    background-color: #333;
    padding-top: 70px;
    padding-bottom: 30px;
    color: #99A1AF;
}

.footer a {
    color: #99A1AF;
}

.footer .c-con {
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px #464646 solid;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.footer .c-con a {
    margin-right: 15px;
}

.footer .c-con a:last-child {
    margin-right: 0;
}

.footer .f-nav .item {
    margin-right: 95px;
}

.footer .f-nav .item:last-child {
    margin-right: 0;
}

.footer .f-nav .tit a {
    font-size: 18px;
    color: #FFF;
    line-height: 1.7;
}

.footer .f-nav .item .sub {
    margin-top: 10px;
    line-height: 2;
}

.footer .office {
    background: url(../images/Icon.svg)no-repeat left center;
    padding-left: 20px;
}

.footer .f-con {
    width: 270px;
}

.footer .logo img {
    height: 32px;
}

.footer .f-con .txt {
    line-height: 1.6;
    margin-top: 5px;
}

.footer .f-con .share {
    margin-top: 30px;
}

.footer .f-con .share>a {
    margin-right: 30px;
}

.footer .f-con .share>a:last-child {
    margin-right: 0;
}

.header .lang-btn:hover .drop {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }

    .nav .drop>a:hover,
    .header .lang-btn .drop>a:hover {
        background-color: #DE0000;
        color: #FFF !important;
    }

    .nav li:hover>a {
        color: #DE0000;
        font-weight: bold;
        /* font-family: 'AlibabaPuHuiTi-Bold'; */
    }

    .footer a:hover {
        color: #FFF;
    }

    .footer .f-nav .tit a:hover {
        color: #99A1AF;
    }
}

@media (max-width:1199px) {
    .header .lang-btn {
        margin-right: 50px;
    }

    .menu-btn {
        display: block;
    }

    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 72px;
        overflow-y: scroll !important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 72px);
        padding: 20px;
    }

    .nav li {
        margin-right: 0;
    }

    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 72px;
        width: 30px;
    }

    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }

    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        box-shadow: none;
        line-height: 50px;
    }
}

@media (max-width:950px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .footer .f-con {
        width: 100%;
    }

    .footer .f-nav {
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }

    .footer .f-nav .item {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .header .n-us {
        display: none;
    }

    .footer .f-nav .item {
        width: 100%;
    }

    .footer .f-nav .item .sub {
        display: none;
    }

    .footer .f-nav .item .tit {
        border-bottom: 1px #464646 solid;
    }

    .footer .f-nav .item .tit>a {
        line-height: 60px;
    }

    .footer .f-nav .item:last-child .tit {
        border-bottom: 0;
    }

    .footer .f-nav .item .tit .arrow {
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 40px;
        background: url(../images/arrow-white.svg)no-repeat center;
        background-size: 18px;
        margin-top: -20px;
    }

    .footer .f-nav .item.cur .tit .arrow {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .footer .f-nav .item.cur .sub {
        display: block;
    }
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .text-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 180px;
    color: #FFF;
}

.banner .title {
    font-family: 'AlibabaPuHuiTi-Bold';
    line-height: 1.2;
    color: #DE0000;
    font-size: 48px;
}

.banner .txt {
    font-size: 40px;
    font-family: 'AlibabaPuHuiTi-Heavy';
    line-height: 1.45;
    width: 640px;
}

.banner .des {
    font-size: 20px;
    line-height: 1.7;
    width: 640px;
    margin-top: 20px;
}

.banner .btn {
    width: 210px;
    height: 56px;
    background-color: #DE0000;
    color: #FFF;
    margin-top: 70px;
}

.banner .btn::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/arrow-white.svg)no-repeat center;
    background-size: 100%;
    margin-left: 15px;
}

.banner .swiper-pagination {
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    background-color: #FFF;
    margin-right: 10px;
}

.banner .swiper-pagination-bullet-active {
    background-color: #DE0000;
}

.h-title {
    font-size: 40px;
    line-height: 1.3;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.h-txt {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 17px;
}

.home-why {
    margin-top: 130px;
}

.home-why .title {
    line-height: 1.3;
    font-size: 32px;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.home-why .content {
    margin-top: 45px;
}

.home-why .item {
    width: 23.5%;
    border: 1px #292929 solid;
    background-color: #FFF;
    padding: 30px 25px;
    height: 300px;
}

.home-why .item .icon {
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-why .item .tit {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-Bold';
    margin-top: 25px;
}

.home-why .item .des {
    line-height: 1.6;
    margin-top: 20px;
}

.home-why .item:nth-child(1) .icon {
    background-image: url(../images/icon1.svg);
}

.home-why .item:nth-child(2) .icon {
    background-image: url(../images/icon2.svg);
}

.home-why .item:nth-child(3) .icon {
    background-image: url(../images/icon3.svg);
}

.home-why .item:nth-child(4) .icon {
    background-image: url(../images/icon4.svg);
}

.home-pro {
    padding-top: 185px;
    margin-top: 35px;
    background: url(../images/bg1.jpg)no-repeat center top;
    background-size: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.home-pro .content {
    margin-top: 48px;
}

.home-pro .item {
    background-color: #F5F5F5;
    width: 18.5%;
    overflow: hidden;
    margin-right: 2%;
    padding-top: 65px;
    height: 513px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-pro .item:last-child {
    margin-right: 0;
}

.home-pro .item .title {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'AlibabaPuHuiTi-Bold';
    height: 56px;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
    z-index: 9;
}

.home-pro .item .pic {
    height: 230px;
    overflow: hidden;
    margin-top: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 9;
}

.home-pro .item .pic img {
    max-height: 100%;
}

.home-pro .item .tit {
    font-size: 18px;
    line-height: 1.6;
    padding-top: 28px;
    margin-left: 25px;
    margin-right: 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 9;
    color: #292929;
}

.home-pro .item .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 45px;
    background-color: #DE0000;
}

.home-pro .item .btn {
    width: 180px;
    height: 56px;
    background-color: #DE0000;
    color: #FFF;
    margin-top: 10px;
    line-height: 56px;
    padding-left: 28px;
    display: none;
    margin-left: 25px;
    z-index: 9;
}

.home-pro .item .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../images/arrow-white.svg)no-repeat center;
    background-size: 100%;
    margin-left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-pro .item.on {
    width: 38.5%;
}

.home-pro .item.on::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #DE0000;
    z-index: 1;
}

.home-pro .item.on .title {
    color: #DE0000;
    width: 200px;
}

.home-pro .item.on .pic {
    margin-top: 0;
    justify-content: center;
}

.home-pro .item.on .tit {
    margin-top: -28px;
    width: 290px;
}

.home-pro .item.on .btn {
    display: block;
}

.home-service {
    background: url(../images/bg2.jpg)no-repeat center top;
    background-size: 100%;
    margin-top: 100px;
    padding-top: 100px;
}

.home-service .h-title,
.home-service .h-txt {
    color: #FFF;
}

.home-service .content {
    overflow: hidden;
    margin-top: 45px;
}

.home-service .item {
    width: 23.5%;
    margin-right: 2%;
    height: 466px;
    overflow: hidden;
    background-color: #000;
}

.home-service .item:last-child {
    margin-right: 0;
}

.home-service .item>img {
    opacity: .5;
}

.home-service .item .icon {
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-service .item:nth-child(1) .icon {
    background-image: url(../images/icon5.svg);
}

.home-service .item:nth-child(2) .icon {
    background-image: url(../images/icon6.svg);
}

.home-service .item:nth-child(3) .icon {
    background-image: url(../images/icon7.svg);
}

.home-service .item:nth-child(4) .icon {
    background-image: url(../images/icon8.svg);
}

.home-service .item .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-left: 25px;
    padding-right: 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-service .item .tit {
    font-size: 24px;
    line-height: 100px;
    color: #FFF;
}

.home-service .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 4px;
    background-color: #FFF;
    z-index: 1;
}

.home-service .item .des {
    font-size: 18px;
    line-height: 1.45;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-bottom: 35px;
    color: #818181;
}

.home-info {
    width: 100%;
    height: 675px;
    background: url(../images/bg3.jpg)no-repeat center bottom;
    background-size: cover;
    margin-top: 100px;
    padding-top: 135px;
}

.home-info .content {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url(../fonts/DINPro-Bold.otf);
}

.home-info .item .counter {
    color: #E70000;
    line-height: 1.2;
    font-size: 56px;
    font-family: 'DINPro-Bold';
}

.home-info .item .counter::after {
    content: '+';
    font-size: 32px;
}

.home-info .item .txt {
    font-size: 14px;
    line-height: 1.5;
    color: #818181;
}

.home-Quality {
    background: url(../images/bg4.jpg)no-repeat center top;
    height: 785px;
    overflow: hidden;
    background-size: cover;
    padding-top: 80px;
}

.home-Quality .content {
    margin-top: 40px;
}

.home-Quality .item {
    width: 32%;
    background-color: #FFF;
    height: 298px;
    padding: 50px 45px;
}

.home-Quality .item .icon {
    width: 72px;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-Quality .item .tit {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-Bold';
    margin-top: 15px;
}

.home-Quality .item .des {
    margin-top: 15px;
    color: #818181;
    line-height: 1.55;
}

.home-Quality .item:nth-child(1) .icon {
    background-image: url(../images/icon9.svg);
}

.home-Quality .item:nth-child(2) .icon {
    background-image: url(../images/icon10.svg);
}

.home-Quality .item:nth-child(3) .icon {
    background-image: url(../images/icon11.svg);
}

.home-Quality .lo-con {
    margin-top: 49px;
}

.home-Quality .lo-con .lo img {
    max-width: 100%;
}

.home-news {
    background: url(../images/bg5.jpg)no-repeat center bottom;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 135px;
}

.home-news .h-title,
.home-news .h-txt {
    color: #FFF;
}

.home-news .content {
    margin-top: 40px;
}

.home-news .l-con {
    background-color: #FFF;
    width: 25%;
    overflow: hidden;
}

.home-news .r-con {
    width: 25%;
}

.home-news .l-con,
.home-news .c-con {
    margin-right: 25px;
}

.home-news .c-con {
    overflow: hidden;
    height: 606px;
}

.home-news .c-con .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E70000;
    color: #FFF;
    padding: 40px 20px;
    z-index: 9;
}

.home-news .c-con .tit {
    font-size: 23px;
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-SemiBold';
}

.home-news .c-con .con {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
}

.home-news .c-con .more::after {
    content: '';
    width: 40px;
    height: 5px;
    background: url(../images/more1.svg)no-repeat right center;
    margin-left: 15px;
}

.home-news .l-con .pic {
    overflow: hidden;
    /* padding-top: 86.58%; */
    height: 303px;
}

.home-news .l-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .l-con .card {
    height: 303px;
    padding: 30px;
    overflow: hidden;
}

.home-news .l-con .card .tit {
    font-size: 20px;
    font-family: 'AlibabaPuHuiTi-Heavy';
    line-height: 1.4;
    text-transform: uppercase;
}

.home-news .l-con .card .info {
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-Bold';
    margin-top: 15px;
    color: #292929;
}

.home-news .l-con .card .des {
    color: #818181;
    line-height: 1.7;
    margin-top: 17px;
}

.home-news .l-con .card .more {
    line-height: 1.5;
    color: #E70000;
    background: url(../images/more.svg)no-repeat right center;
    margin-top: 33px;
}

.home-news .r-con .faq {
    width: 100%;
    height: 303px;
    background-color: #FFF;
    overflow: hidden;
    padding: 28px;
}

.home-news .r-con .faq .title {
    border-bottom: 1px #CACACA solid;
    line-height: 1.7;
    padding-bottom: 10px;
}

.home-news .r-con .faq .title>span {
    font-family: 'AlibabaPuHuiTi-ExtraBold';
    font-size: 20px;
    text-transform: uppercase;
}

.home-news .r-con .faq .title>a {
    color: #E70000;
}

.home-news .r-con .faq .con {
    margin-top: 35px;
}

.home-news .r-con .faq .item {
    margin-top: 15px;
    line-height: 1.5;
    font-family: 'AlibabaPuHuiTi-SemiBold';
    padding-left: 25px;
}

.home-news .r-con .faq .item:first-child {
    margin-top: 0;
}

.home-news .r-con .faq .item::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #292929;
}

.home-news .r-con .card {
    background-color: #FFF;
    margin-top: 28px;
    height: 275px;
    overflow: hidden;
    padding: 30px;
}

.home-news .r-con .card .tit {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'AlibabaPuHuiTi-ExtraBold';
    line-height: 1.4;
}

.home-news .r-con .card .des {
    margin-top: 20px;
    color: #818181;
    line-height: 1.6;
}

.home-news .r-con .card .info {
    color: #292929;
    line-height: 1.5;
    margin-top: 40px;
}

.home-news .r-con .card .info>span:last-child {
    color: #E70000;
}

.home-form {
    background: url(../images/bg6.jpg)no-repeat center top;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 85px;
}

.home-form .content {
    background-color: #FFF;
    padding: 48px 48px 0 48px;
    margin-top: 40px;
}

.home-form .group {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 32px;
}

.home-form .group:nth-child(even),
.home-form .group:last-child {
    margin-right: 0;
}

.home-form .group .tit {
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-SemiBold';
}

.home-form .group .tit span {
    color: #E70000;
}

.home-form .group input[type="text"] {
    width: 100%;
    height: 54px;
    border: 1px rgba(19, 64, 105, 0.2) solid;
    padding-left: 20px;
    margin-top: 13px;
}

.home-form .group textarea {
    width: 100%;
    height: 200px;
    border: 1px rgba(19, 64, 105, 0.2) solid;
    padding: 20px;
    margin-top: 13px;
    font-family: 'AlibabaPuHuiTi-Regular';
}

.home-form button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    background-color: #E70000 !important;
    color: #FFF;
    height: 65px;
    font-family: 'AlibabaPuHuiTi-Bold';
    width: 100%;
    font-size: 18px;
}

.home-form button::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon12.svg)no-repeat center center;
    background-size: 100%;
    margin-right: 20px;
}

.home-form .txt {
    font-size: 18px;
    color: rgba(41, 41, 41, 0.5);
    line-height: 1.7;
    margin-top: 35px;
}

@media (min-width:1025px) {
    .home-why .item:hover {
        background-color: #DE0000;
        color: #FFF;
        border-color: #DE0000;
    }

    .home-why .item:nth-child(1):hover .icon {
        background-image: url(../images/icon1-hover.svg);
    }

    .home-why .item:nth-child(2):hover .icon {
        background-image: url(../images/icon2-hover.svg);
    }

    .home-why .item:nth-child(3):hover .icon {
        background-image: url(../images/icon3-hover.svg);
    }

    .home-why .item:nth-child(4):hover .icon {
        background-image: url(../images/icon4-hover.svg);
    }

    .home-pro .item:hover .pic,
    .home-news .c-con:hover>img,
    .home-news .l-con .pic:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .home-service .item:hover {
        background-color: #FFF;
    }

    .home-service .item:hover>img {
        opacity: 0;
    }

    .home-service .item:hover .icon {
        width: 84px;
        height: 84px;
    }

    .home-service .item:nth-child(1):hover .icon {
        background-image: url(../images/icon5-hover.svg);
    }

    .home-service .item:nth-child(2):hover .icon {
        background-image: url(../images/icon6-hover.svg);
    }

    .home-service .item:nth-child(3):hover .icon {
        background-image: url(../images/icon7-hover.svg);
    }

    .home-service .item:nth-child(4):hover .icon {
        background-image: url(../images/icon8-hover.svg);
    }

    .home-service .item:hover .tit {
        color: #292929;
    }

    .home-service .item:hover .tit::after {
        background-color: #292929;
    }

    .home-service .item:hover .des {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .home-Quality .item:hover {
        background-color: #E70000;
        color: #FFF;
    }

    .home-Quality .item:hover .des {
        color: #FFF;
    }

    .home-Quality .item:hover:nth-child(1) .icon {
        background-image: url(../images/icon9-hover.svg);
    }

    .home-Quality .item:hover:nth-child(2) .icon {
        background-image: url(../images/icon10-hover.svg);
    }

    .home-Quality .item:hover:nth-child(3) .icon {
        background-image: url(../images/icon11-hover.svg);
    }

    .home-news .c-con:hover .tit,
    .home-news .l-con .card:hover .more,
    .home-news .r-con .faq .title>a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1366px) {
    .home-pro {
        padding-top: 100px;
    }

    .home-service {
        margin-top: 70px;
        padding-top: 70px;
    }

    .home-info {
        margin-top: 70px;
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }

    .banner .text-content {
        bottom: 50px;
    }

    .banner .btn {
        margin-top: 20px;
    }

    .banner .title {
        font-size: 39px;
    }

    .banner .txt {
        font-size: 35px;
        margin-top: 0px;
        width: 540px;
    }

    .banner .des {
        font-size: 17px;
        margin-top: 10px;
        width: 540px;
    }

    .banner .swiper-slide img {
        width: auto;
        height: 390px;
    }

    .home-why {
        margin-top: 70px;
    }

    .home-why .content {
        margin-top: 30px;
    }

    .home-pro {
        padding-top: 60px;
        margin-top: 0;
    }

    .home-pro .item {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        width: 23.5%;
    }

    .home-pro .item .btn {
        display: block;
    }

    .home-pro .item.on {
        width: 23.5%;
    }

    .home-pro .item.on::after {
        display: none;
    }

    .home-pro .item.on .title {
        color: #333;
        width: 100%;
    }

    .home-pro .item.on .pic {
        margin-top: 15px;
        justify-content: center;
    }

    .home-pro .item.on .tit {
        margin-top: 0;
        width: auto;
        margin-right: 25px;
    }

    .home-service {
        margin-top: 70px;
        padding-top: 50px;
        background-size: 150%;
    }

    .home-service .item {
        height: 340px;
    }

    .home-service .item .tit {
        font-size: 21px;
        line-height: 70px;
    }

    .home-info {
        margin-top: 0px;
        height: 620px;
    }

    .home-info .item .counter {
        font-size: 45px;
    }

    .home-Quality {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }

    .home-Quality .item {
        padding: 40px 30px;
    }

    .home-Quality .lo-con {
        margin-top: 30px;
    }

    .home-Quality .item .tit,
    .home-news .c-con .tit {
        font-size: 21px;
    }

    .home-news {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .home-news .l-con .card .tit {
        font-size: 19px;
    }

    .home-news .l-con,
    .home-news .c-con {
        margin-right: 15px;
    }
}

@media (max-width:950px) {
    .h-title {
        font-size: 35px;
    }

    .h-txt br {
        display: none;
    }

    .home-why .content {
        margin-top: 10px;
    }

    .home-why .item {
        width: 49%;
        margin-top: 20px;
    }

    .home-pro .content {
        margin-top: 30px;
    }

    .home-pro .item {
        width: 49% !important;
        margin-top: 20px;
    }

    .home-pro .item:nth-child(even) {
        margin-right: 0 !important;
    }

    .home-service .content {
        margin-top: 15px;
    }

    .home-service .item {
        width: 49%;
        margin-top: 20px;
        height: auto;
        padding-top: 70%;
    }

    .home-service .item>img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .home-service .item:nth-child(even) {
        margin-right: 0;
    }

    .home-info {
        padding-top: 100px;
    }

    .home-info .content {
        padding-left: 0;
        padding-right: 0;
    }

    .home-Quality .lo-con .lo {
        width: 25%;
        margin-top: 20px;
    }

    .home-news .l-con,
    .home-news .r-con {
        width: 49%;
    }

    .home-news .l-con {
        margin-right: 2%;
        order: 2;
    }

    .home-news .c-con {
        order: 1;
        margin-right: 0;
        width: 100%;
        flex: none;
        height: auto;
        padding-top: 90%;
        margin-bottom: 20px;
    }

    .home-news .c-con img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .home-news .r-con {
        order: 3;
    }

    .home-form .content {
        padding: 30px 30px 0 30px;
    }
}

@media (max-width:767px) {
    .home-info .content {
        margin-top: 30px;
    }

    .home-info .item .counter {
        font-size: 39px;
    }
}

@media (max-width:540px) {
    .banner .title {
        font-size: 31px;
    }

    .banner .txt,
    .banner .des {
        width: 90%;
    }

    .banner .txt {
        line-height: 1.2;
        font-size: 27px;
    }

    .banner .des {
        font-size: 15px;
    }

    .h-txt {
        font-size: 17px;
    }

    .banner .swiper-slide img {
        height: 350px;
    }

    .home-why .title,
    .h-title {
        font-size: 29px;
    }

    .home-why .item {
        width: 100%;
        height: auto;
    }

    .home-pro .item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home-service {
        margin-top: 50px;
        padding-top: 30px;
        background-size: 200%;
    }

    .home-service .content,
    .home-Quality .lo-con {
        margin-top: 0;
    }

    .home-info {
        padding-top: 60px;
    }

    .home-info .content {
        margin-top: 10px;
    }

    .home-info .item {
        width: 50%;
    }

    .home-Quality .content {
        margin-top: 20px;
    }

    .home-Quality .item {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    .home-news .l-con .card,
    .home-news .r-con .faq,
    .home-news .r-con .card {
        height: auto;
    }

    .home-news .l-con,
    .home-form .group {
        width: 100%;
        margin-right: 0;
    }

    .home-news .r-con {
        width: 100%;
    }

    .home-news .l-con .pic {
        height: auto;
        padding-bottom: 86.58%;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner .text-con {
    position: absolute;
    left: 0;
    top: 50%;
    color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
}

.n-banner .text-con .title {
    font-size: 48px;
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-Heavy';
}

.n-banner .text-con .text {
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.6;
}

.pub-content {
    padding-bottom: 64px;
    padding-top: 64px;
    background-color: #f5f5f5;
}

.Service .title {
    font-size: 32px;
    line-height: 1.5;
    font-family: 'AlibabaPuHuiTi-ExtraBold';
}

.Service .s-text {
    line-height: 1.5;
    margin-top: 15px;
}

.Service .con {
    margin-top: 39px;
}

.Service .item {
    width: 49%;
    height: 216px;
    background-color: #FFF;
    margin-top: 24px;
    padding: 30px;
    cursor: pointer;
}

.Service .item .icon {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 30px;
}

.Service .item .tit {
    font-size: 20px;
    font-family: 'AlibabaPuHuiTi-Bold';
    line-height: 1.2;
    padding-bottom: 18px;
}

.Service .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 45px;
    background-color: #E70000;
}

.Service .item .des {
    margin-top: 15px;
    line-height: 1.45;
}

.Service .item:nth-child(1) .icon {
    background-image: url(../images/icon13.svg);
}

.Service .item:nth-child(2) .icon {
    background-image: url(../images/icon14.svg);
}

.Service .item:nth-child(3) .icon {
    background-image: url(../images/icon15.svg);
}

.Service .item:nth-child(4) .icon {
    background-image: url(../images/icon16.svg);
}

.Service .from-content {
    margin-top: 64px;
}

.Service .from-content .content {
    margin-top: 64px;
    background-color: #FFF;
    padding: 48px;
}

.Service .from-content .group {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 32px;
}

.Service .from-content .group:nth-of-type(3n),
.Service .from-content .group:last-child {
    margin-right: 0;
}

.Service .from-content .group .tit {
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-SemiBold';
}

.Service .from-content .group .tit span {
    color: #E70000;
}

.Service .from-content .group input[type="text"] {
    width: 100%;
    height: 54px;
    border: 1px rgba(19, 64, 105, 0.2) solid;
    padding-left: 20px;
    margin-top: 13px;
}

.Service .from-content .group textarea {
    width: 100%;
    height: 200px;
    border: 1px rgba(19, 64, 105, 0.2) solid;
    padding: 20px;
    margin-top: 13px;
    font-family: 'AlibabaPuHuiTi-Regular';
}

.Service .from-content button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    background-color: #E70000 !important;
    color: #FFF;
    height: 65px;
    font-family: 'AlibabaPuHuiTi-Bold';
    width: 100%;
    font-size: 18px;
}

.Service .from-content button::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon12.svg)no-repeat center center;
    background-size: 100%;
    margin-right: 20px;
}

.Service .from-content .txt {
    font-size: 18px;
    color: rgba(41, 41, 41, 0.5);
    line-height: 1.7;
    margin-top: 35px;
}

.Contact .from-content {
    background-color: #FFF;
    padding: 48px;
}

.Contact .from-content .group {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 32px;
}

.Contact .from-content .group:nth-child(even),
.Contact .from-content .group:last-child {
    margin-right: 0;
}

.Contact .from-content .group .tit {
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-SemiBold';
}

.Contact .from-content .group .tit span {
    color: #E70000;
}

.Contact .from-content .group input[type="text"] {
    width: 100%;
    height: 54px;
    border: 1px rgba(19, 64, 105, 0.2) solid;
    padding-left: 20px;
    margin-top: 13px;
}

.Contact .from-content .group textarea {
    width: 100%;
    height: 200px;
    border: 1px rgba(19, 64, 105, 0.2) solid;
    padding: 20px;
    margin-top: 13px;
    font-family: 'AlibabaPuHuiTi-Regular';
}

.Contact .from-content button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    background-color: #E70000 !important;
    color: #FFF;
    height: 65px;
    font-family: 'AlibabaPuHuiTi-Bold';
    width: 100%;
    font-size: 18px;
}

.Contact .from-content button::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon12.svg)no-repeat center center;
    background-size: 100%;
    margin-right: 20px;
}

.Contact .from-content .txt {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 35px;
}

.Contact .map {
    margin-top: 64px;
}

.Contact .map>img {
    width: 100%;
}

.Contact .info {
    margin-top: 64px;
    border-top: 1px rgba(0, 0, 0, 0.3) solid;
    font-size: 20px;
    line-height: 1.6;
    padding-top: 60px;
}

.Contact .info span {
    font-family: 'AlibabaPuHuiTi-ExtraBold';
}

.News .news-sub {
    background-color: #FFF;
    font-family: 'AlibabaPuHuiTi-Bold';
    margin-top: 48px;
    line-height: 82px;
    padding-right: 48px;
}

.News .news-sub .tit {
    font-size: 25px;
    width: 160px;
    background-color: #E70000;
    color: #FFF;
    margin-right: 110px;
}

.News .news-sub a {
    font-size: 18px;
}

.News .news-sub a.on {
    color: #DE0000;
}

.News .news-sub a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #DE0000;
}

.News .content {
    margin-top: 54px;
}

.News .item {
    background-color: #FFF;
    margin-bottom: 24px;
    padding-right: 32px;
}

.News .item .pic {
    width: 257px;
    height: 168px;
    overflow: hidden;
}

.News .item .date {
    width: 160px;
    height: 216px;
    font-size: 18px;
}

.News .item .date span {
    font-size: 64px;
    line-height: 1;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.News .item .text-con {
    padding: 50px 32px 0 90px;
}

.News .item .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #D8D8D8;
    z-index: 1;
}

.News .item .tit {
    font-family: 'AlibabaPuHuiTi-Bold';
    line-height: 1.2;
    font-size: 20px;
}

.News .item .info {
    color: #8F8F8F;
    line-height: 1.4;
    margin-top: 20px;
}

.News .item .info span {
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}

.News .item .info .click {
    background-image: url(../images/click.svg);
    margin-right: 20px;
}

.News .item .info .share {
    background-image: url(../images/share.svg);
}

.News .item .des {
    line-height: 1.6;
    margin-top: 15px;
    color: #292929;
}

.page {
    line-height: 45px;
}

.page>a,
.page>span {
    border: 1px #292929 solid;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 23px;
}

.page>a:last-child {
    margin-right: 0;
}

.page>a.on {
    background-color: #DE0000;
    border-color: #DE0000;
    color: #FFF;
}

.crumbs {
    color: #000;
}

.crumbs>a {
    margin-right: 5px;
    padding-right: 15px;
    position: relative;
}

.crumbs>a::after {
    content: '>';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.news-detail {
    padding-top: 64px;
    border-top: 1px solid #CFCFCF;
    padding-bottom: 64px;
}

.news-detail .content {
    margin-top: 48px;
}

.news-detail .sidebar {
    width: 262px;
    border-bottom: 1px #CFCFCF solid;
    border-left: 1px #CFCFCF solid;
    border-right: 1px #CFCFCF solid;
    margin-right: 48px;
}

.news-detail .sidebar>a {
    line-height: 72px;
    border-bottom: 1px #CFCFCF solid;
    padding-left: 30px;
}

.news-detail .sidebar>a:last-child {
    border-bottom: 0;
}

.news-detail .sidebar .title {
    background-color: #DE0000;
    color: #FFF;
    font-size: 24px;
    font-family: 'AlibabaPuHuiTi-Bold';
    line-height: 82px;
    padding-left: 30px;
}

.news-detail .date {
    width: 105px;
    height: 124px;
    background-color: #292929;
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 24px;
}

.news-detail .date span {
    font-size: 48px;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.news-detail h1 {
    font-family: 'AlibabaPuHuiTi-Bold';
    font-size: 32px;
    line-height: 1.2;
}

.news-detail .text-con {
    border-bottom: 1px #CFCFCF solid;
}

.news-detail .text-con .info {
    color: #8F8F8F;
    margin-top: 5px;
}

.news-detail .text-con .click {
    background: url(../images/click.svg)no-repeat left center;
    margin-right: 15px;
    padding-left: 25px;
}

.news-detail .text-con .share {
    background: url(../images/share.svg)no-repeat left center;
    margin-right: 15px;
    padding-left: 25px;
    cursor: pointer;
}

.news-detail .body {
    font-size: 18px;
    margin-top: 48px;
    line-height: 1.6;
}

.news-detail .body p {
    margin-bottom: 20px;
}

.news-detail .body img {
    max-width: 100%;
}

.news-detail .prev-next {
    margin-top: 20px;
}

.news-detail .prev-next a {
    font-family: 'AlibabaPuHuiTi-SemiBold';
}

.about {
    padding-top: 130px;
    padding-bottom: 130px;
}

.about .pic-content {
    height: 736px;
}

.about .pic-content .pic {
    width: 940px;
    height: 600px;
}

.about .pic-content .text-con {
    width: 560px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
    border-top: 10px #DE0000 solid;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    padding: 60px 48px 48px 48px;
}

.about .pic-content .text-con .tit {
    text-transform: uppercase;
    font-size: 48px;
    font-family: 'AlibabaPuHuiTi-Black';
    color: #DE0000;
    line-height: 1;
}

.about .pic-content .text-con .text {
    font-family: 'AlibabaPuHuiTi-Bold';
    font-size: 32px;
    line-height: 1.5;
    margin-top: 22px;
    padding-bottom: 20px;
}

.about .pic-content .text-con .text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    background-color: #DE0000;
}

.about .pic-content .text-con .des {
    line-height: 1.4;
    margin-top: 15px;
    font-size: 20px;
}

.about .pic-content .text-con .des p {
    margin-top: 30px;
}

.about .pic-content .text-con .des p:first-child {
    margin-top: 0;
}

.about .title {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-Bold';
    margin-top: 170px;
}

.about .a-text {
    margin-top: 25px;
    line-height: 1.4;
}

.about .map {
    margin-top: 45px;
}

.about .map img {
    max-width: 100%;
}

.about .text-content {
    width: 100%;
    height: 504px;
    margin-top: 90px;
    background: url(../images/bg7.jpg)no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 155px;
}

.about .text-content .text {
    font-size: 24px;
    line-height: 1.4;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.about .text-content .btn {
    width: 240px;
    height: 70px;
    color: #FFF;
    background-color: #E70000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.about .text-content .btn::after {
    content: '';
    width: 20px;
    height: 6px;
    background: url(../images/more1.svg)no-repeat right center;
    margin-left: 15px;
}

.Products .sort {
    background-color: #FFF;
    line-height: 70px;
}

.Products .sort>a {
    padding-left: 45px;
    padding-right: 45px;
}

.Products .sort .on {
    font-family: 'AlibabaPuHuiTi-Bold';
    color: #DE0000;
}

.Products .sort .on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #DE0000;
}

.Products .content {
    margin-top: 32px;
}

.Products .item {
    width: 23.5%;
    margin-right: 2%;
    padding: 30px 30px 112px 30px;
    background-color: #FFF;
    margin-bottom: 24px;
}

.Products .item:nth-of-type(4n) {
    margin-right: 0;
}

.Products .item .pic {
    overflow: hidden;
    padding-top: 66.92%;
}

.Products .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
}

.Products .item .tit {
    font-size: 20px;
    line-height: 1.5;
    height: 56px;
    overflow: hidden;
    margin-top: 30px;
}

.Products .item .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 76px;
    padding-left: 30px;
    padding-right: 30px;
    color: #E70000;
}

.Products .item .more::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    width: 40px;
    background: url(../images/more.svg)no-repeat right center;
}

.Products-details {
    padding-top: 64px;
    border-top: 1px solid #CFCFCF;
    padding-bottom: 64px;
}

.Products-details .content {
    margin-top: 64px;
}

.Products-details .info-content .focus {
    width: 49%;
    margin-right: 2%;
}

.Products-details .info-content h1 {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'AlibabaPuHuiTi-Bold';
}

.Products-details .info-content .des {
    margin-top: 35px;
    line-height: 1.7;
}

.Products-details .info-content .des p {
    margin-bottom: 40px;
}

.Products-details .info-content .des p:last-child {
    margin-bottom: 0;
}

.Products-details .info-content .btn {
    margin-top: 30px;
}

.Products-details .info-content .btn>a {
    height: 70px;
    background-color: #292929;
    width: 49%;
    color: #FFF;
}

.Products-details .info-content .btn>a::after {
    content: '';
    width: 40px;
    height: 8px;
    background: url(../images/more1.svg)no-repeat right center;
    margin-left: 15px;
}

.Products-details .info-content .btn>a:last-child {
    background-color: #E70000;
}

.Products-details .info-content .focus .gallery-top {
    background-color: #EFEFEF;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Products-details .info-content .focus .gallery-top .pic {
    overflow: hidden;
    padding-top: 47%;
}

.Products-details .info-content .focus .gallery-top .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.Products-details .info-content .focus .gallery-top .tit {
    font-size: 20px;
    font-family: 'AlibabaPuHuiTi-Bold';
    line-height: 1.5;
}

.Products-details .info-content .focus .gallery-thumbs {
    margin-top: 24px;
}

.Products-details .info-content .focus .gallery-thumbs .swiper-slide {
    border: 1px solid #CECECE;
    cursor: pointer;
}

.Products-details .info-content .focus .gallery-thumbs .pic {
    overflow: hidden;
    padding-top: 80%;
}

.Products-details .info-content .focus .gallery-thumbs .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 100%;
}

.Products-details .info-content .focus .gallery-thumbs .swiper-slide-active {
    border-color: #E70000;
}

.Products-details .title {
    font-size: 28px;
    font-family: 'AlibabaPuHuiTi-ExtraBold';
    line-height: 1.7;
    margin-top: 60px;
}

.Products-details .Features {
    line-height: 2;
    margin-top: 30px;
}

.Products-details .Features p {
    padding-left: 20px;
}

.Products-details .Features p::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 16px;
    width: 4px;
    height: 4px;
    background-color: #292929;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.Products-details .table {
    margin-top: 20px;
}

.Products-details .table .th {
    background-color: #292929;
    color: #FFF;
    font-family: 'AlibabaPuHuiTi-Bold';
    font-size: 24px;
    text-transform: uppercase;
}

.Products-details .table .th>span {
    padding-left: 30px;
    border-right: 1px #FFFFFF solid;
    height: 80px;
}

.Products-details .table .th>span:last-child {
    border-right: 0;
}

.Products-details .table .td {
    background-color: #f6f6f6;
    border-left: 1px #D8D8D8 solid;
    font-family: 'AlibabaPuHuiTi-ExtraBold';
}

.Products-details .table .td:nth-child(even) {
    background-color: #FFF;
}

.Products-details .table .td>div {
    padding-left: 30px;
    padding-right: 30px;
    height: 80px;
    border-right: 1px #D8D8D8 solid;
    border-bottom: 1px #D8D8D8 solid;
}

.Products-details .table:last-child .th {
    font-size: 20px;
    text-transform: none;
}

.Products-details .table:last-child .td>div:first-child {
    font-family: 'AlibabaPuHuiTi-Regular';
}

@media (min-width:1025px) {
    .Service .item:hover {
        background-color: #E70000;
        color: #FFF;
    }

    .Service .item:hover .tit::after {
        background-color: #FFF;
    }

    .Service .item:nth-child(1):hover .icon {
        background-image: url(../images/icon13-hover.svg);
    }

    .Service .item:nth-child(2):hover .icon {
        background-image: url(../images/icon14-hover.svg);
    }

    .Service .item:nth-child(3):hover .icon {
        background-image: url(../images/icon15-hover.svg);
    }

    .Service .item:nth-child(4):hover .icon {
        background-image: url(../images/icon16-hover.svg);
    }

    .News .news-sub a:hover {
        color: #DE0000;
    }

    .News .news-sub a:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 100%;
        background-color: #DE0000;
    }

    .News .item:hover .date {
        background-color: #DE0000;
        color: #FFF;
    }

    .News .item:hover .date::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -12px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #DE0000;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 2;
    }

    .News .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .News .item:hover .text-con::after {
        background-color: #DE0000;
    }

    .page>a:hover {
        background-color: #DE0000;
        border-color: #DE0000;
        color: #FFF;
    }

    .news-detail .sidebar>a:hover {
        font-family: 'AlibabaPuHuiTi-Bold';
    }

    .Products .item:hover .pic img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }

    .Products .item:hover .more {
        background-color: #E70000;
        color: #FFF;
    }

    .Products .item:hover .more::after {
        background-image: url(../images/more1.svg);
    }

    .Products-details .info-content .btn>a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .n-banner img {
        height: 360px;
    }

    .n-banner .text-con .title {
        font-size: 39px;
    }

    .n-banner .text-con .text {
        font-size: 19px;
    }

    .pub-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .Service .title,
    .news-detail h1 {
        font-size: 29px;
    }

    .Service .con {
        margin-top: 20px;
    }

    .Service .item {
        height: auto;
    }

    .Service .item .icon {
        width: 80px;
        height: 80px;
    }

    .Contact .info {
        display: block;
    }

    .News .news-sub {
        margin-top: 30px;
        padding-right: 30px;
    }

    .News .news-sub .tit {
        margin-right: 30px;
        font-size: 23px;
    }

    .News .news-sub a {
        font-size: 17px;
    }

    .News .content,
    .news-detail .content {
        margin-top: 35px;
    }

    .News .item .date {
        font-size: 15px;
        width: 130px;
    }

    .News .item .date span {
        font-size: 49px;
    }

    .page>a,
    .page>span {
        margin-right: 10px;
        padding: 0 15px;
        line-height: 40px;
    }

    .news-detail,
    .Products-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-detail .sidebar {
        display: none;
    }

    .news-detail .date span {
        font-size: 39px;
    }

    .about {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .about .pic-content {
        display: block;
        height: auto;
    }

    .about .pic-content .pic {
        width: 100%;
        height: auto;
    }

    .about .pic-content .text-con {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }

    .about .a-text p br {
        display: none;
    }

    .about .title {
        font-size: 29px;
        margin-top: 70px;
    }

    .about .text-content .text {
        font-size: 20px;
    }

    .about .text-content {
        height: auto;
        padding: 70px 20px;
    }

    .Products .sort>a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Products .item {
        width: 32%;
    }

    .Products .item:nth-of-type(4n) {
        margin-right: 2%;
    }

    .Products .item:nth-of-type(3n) {
        margin-right: 0;
    }

    .Products-details .info-content h1 {
        font-size: 27px;
    }

    .Products-details .info-content .focus {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .Products-details .content {
        margin-top: 50px;
    }

    .Products-details .title {
        font-size: 23px;
        margin-top: 40px;
    }

    .Products-details .table .th {
        font-size: 20px;
    }

    .Products-details .table .th>span,
    .Products-details .table .td>div {
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.4;
    }
}

@media (max-width:950px) {
    .n-banner img {
        height: 300px;
    }

    .n-banner .text-con .title {
        font-size: 31px;
    }

    .n-banner .text-con .text,
    .Contact .info {
        font-size: 17px;
    }

    .Service .s-text br {
        display: none;
    }

    .Service .item {
        width: 100%;
        margin-right: 0;
    }

    .Service .from-content .group {
        width: 49%;
    }

    .Service .from-content .group:nth-of-type(3n) {
        margin-right: 2%;
    }

    .Service .from-content .group:nth-child(even) {
        margin-right: 0;
    }

    .Service .from-content .content {
        padding: 30px;
        margin-top: 40px;
    }

    .Contact .from-content {
        padding: 30px;
    }

    .Contact .from-content .txt {
        font-size: 16px;
    }

    .Contact .info {
        margin-top: 40px;
        padding-top: 30px;
    }

    .Contact .map {
        margin-top: 40px;
    }

    .News .news-sub {
        display: none;
    }

    .News .item {
        padding-right: 25px;
    }

    .News .item .date {
        width: 120px;
    }

    .News .item .text-con {
        padding-left: 80px;
    }

    .about .pic-content .text-con {
        padding: 45px 30px 30px 30px;
    }

    .Products .sort {
        line-height: 60px;
    }

    .Products .sort>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .Products-details {
        padding-top: 40px;
    }

    .Products-details .content {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .n-banner img {
        height: 280px;
    }

    .n-banner .text-con .text br {
        display: none;
    }

    .News .item {
        padding-right: 0;
    }

    .News .item .pic {
        order: 1;
        width: 100%;
        height: auto;
        padding-top: 65%;
    }

    .News .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .News .item .con {
        margin-right: 0;
        order: 2;
    }

    .news-detail h1 {
        font-size: 25px;
    }

    .news-detail .date {
        width: 90px;
        height: 110px;
        margin-right: 20px;
    }

    .about {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .Products .item {
        width: 49%;
    }

    .Products .item:nth-of-type(3n) {
        margin-right: 2%;
    }

    .Products .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:540px) {

    .Service .from-content .group,
    .Contact .from-content .group {
        width: 100%;
        margin-right: 0;
    }

    .News .item .date {
        width: 80px;
        height: auto;
    }

    .News .item .date span {
        font-size: 39px;
    }

    .News .item .text-con {
        padding-left: 50px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .News .item .text-con::after {
        width: 40px;
    }

    .page>a,
    .page>span {
        padding: 0 10px;
        line-height: 32px;
        font-size: 15px;
    }

    .News .item .info {
        font-size: 15px;
    }

    .news-detail {
        padding-top: 30px;
    }

    .news-detail .content {
        margin-top: 30px;
    }

    .news-detail .text-con .info {
        font-size: 14px;
    }

    .news-detail h1 {
        font-size: 23px;
    }

    .news-detail .text-con .click {
        margin-right: 10px;
    }

    .news-detail .date {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .news-detail .date span {
        font-size: 31px;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about .pic-content .text-con {
        padding: 20px;
    }

    .about .pic-content .text-con .tit {
        font-size: 39px;
    }

    .about .pic-content .text-con .text {
        font-size: 25px;
    }

    .about .pic-content .text-con .des {
        font-size: 17px;
    }

    .about .text-content .btn {
        margin-top: 30px;
    }

    .Products .item {
        width: 100%;
        margin-right: 0;
    }

    .Products-details {
        padding-top: 30px;
    }

    .Products-details .content {
        margin-top: 30px;
    }

    .Products-details .info-content .btn {
        margin-top: 0;
    }

    .Products-details .info-content .btn>a {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:375px) {

    .page>a:nth-child(5),
    .page>span,
    .page>a:nth-child(7) {
        display: none;
    }

    .News .item .text-con {
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
    }

    .News .item .text-con::after {
        width: 20px;
    }

    .News .item .info .click {
        margin-right: 10px;
    }

    .News .item .date span {
        font-size: 32px;
    }
}













.frm-fluent-form .ff-t-container {
    gap: 2% !important;
}

.fluentform .ff-el-input--label {
    margin-bottom: 0px !important;
    line-height: 1.2;
    font-family: 'AlibabaPuHuiTi-SemiBold';
}

.ff-default .ff-el-form-control {
    height: 54px;
    padding-left: 20px !important;
    margin-top: 8px;
    border-radius: 0px !important;
}

textarea {
    height: 200px !important;
}


.Products-details ul,
.Products-details ol,
.news-detail ul,
.news-detail ol {
    line-height: 2;
    margin-top: 30px;
    padding-left: 20px;
}

.Products-details ul li,
.news-detail ul li {
    list-style-type: disc;
}

.Products-details ol li,
.news-detail ol li {
    list-style-type: auto;
}

.Products-details table,
.news-detail table {
    margin-top: 20px;
    overflow: auto;
}

.Products-details table tr:nth-child(1),
.news-detail table tr:nth-child(1) {
    background-color: #292929;
    color: #FFF;
}

.Products-details table tr:nth-child(even),
.news-detail table tr:nth-child(even) {
    background-color: #f6f6f6;
}

.Products-details table tr:nth-child(1) td span,
.news-detail table tr:nth-child(1) td span {
    font-size: 24px !important;
}

.Products-details table tr:nth-child(1) td,
.news-detail table tr:nth-child(1) td {
    border-right: 1px #FFFFFF solid;
}

.Products-details table tr,
.news-detail table tr {
    font-family: 'AlibabaPuHuiTi-Bold';
    text-transform: uppercase;
}

.Products-details table td,
.news-detail table td {
    height: 80px !important;
    padding-left: 30px;
    border: 1px #D8D8D8 solid;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
    background: url(../images/lang.svg)no-repeat left center;
    background-size: 16px;
    padding-left: 17px;
    text-transform: uppercase;
    margin-right: 35px;
    cursor: pointer;
}

.wpml-ls-legacy-dropdown a {
    border: none !important;
    background: #fff !important;
}

.wpml-ls-legacy-dropdown a:hover {
    background: #fff !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none !important;
    left: -11px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding-left: 20px !important;
    font-size: 14px;
    border-bottom: 1px #CFCFCF solid !important;
    line-height: 1.4;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    background: #DE0000 !important;
    color: #FFF !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 20px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    width: 120px;
}

@media (max-width:1199px) {

    .Products-details table td,
    .news-detail table td {
        height: 60px !important;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.4;
    }
}