.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
    background-color: #f2f3f4;
    color: #02152d;
}
.table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
    background-color: #ffffff;
}
.table-box table td,
.table-box table th {
    vertical-align: middle;
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #EEEEEE !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
        font-size: 14px;
    }
}
.table-box table tr p,
.table-box table tr span {
    line-height: 1.2 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box .table-nav {
    overflow: hidden;
}
.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}
.banner {
    overflow: hidden;
    position: relative;
    padding-top: 134px;
}
@media screen and (max-width: 1199px) {
    .banner {
        padding-top: 105px;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        padding-top: 90px;
    }
}
.banner .banner-content {
    position: relative;
}
.banner .banner-content .slickbanner {
    position: relative;
}
.banner .banner-content .slickbanner .slick-list {
    margin-bottom: -5px;
}
.banner .banner-content .slickbanner .slick-list .item {
    display: block;
}
.banner .banner-content .slickbanner .slick-list .item img {
    width: 100%;
    height: auto !important;
}
.banner .banner-content .slickbanner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #fff;
    z-index: 10;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .banner .banner-content .slickbanner .slick-arrow {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 991px) {
    .banner .banner-content .slickbanner .slick-arrow {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .banner .banner-content .slickbanner .slick-arrow {
        width: 35px;
        height: 35px;
    }
}
@media screen and (min-width: 1200px) {
    .banner .banner-content .slickbanner .slick-arrow:hover {
        border-color: #ffa602;
        background-color: #ffa602;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
}
.banner .banner-content .slickbanner .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #fff;
}
@media screen and (max-width: 991px) {
    .banner .banner-content .slickbanner .slick-arrow::before {
        font-size: 14px;
    }
}
.banner .banner-content .slickbanner .slick-prev {
    left: 4.94791667%;
}
.banner .banner-content .slickbanner .slick-next {
    right: 4.94791667%;
}
.banner .banner-content .slickbanner .slick-next::before {
    content: '\ec3b';
}
.banner .banner-content .slickbanner .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
@media screen and (max-width: 1199px) {
    .banner .banner-content .slickbanner .slick-dots {
        bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .banner .banner-content .slickbanner .slick-dots {
        bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner .banner-content .slickbanner .slick-dots {
        bottom: 20px;
    }
}
.banner .banner-content .slickbanner .slick-dots li {
    display: inline-block;
    padding: 0 8px;
}
@media screen and (max-width: 1199px) {
    .banner .banner-content .slickbanner .slick-dots li {
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .banner .banner-content .slickbanner .slick-dots li {
        padding: 0 3px;
    }
}
.banner .banner-content .slickbanner .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
    .banner .banner-content .slickbanner .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}
.banner .banner-content .slickbanner .slick-dots .slick-active button {
    background-color: #fff;
}
.index-product-application {
    overflow: hidden;
}
.index-product-application ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #edf5f5;
}
@media screen and (max-width: 1199px) {
    .index-product-application ul {
        padding: 7.5px;
    }
}
.index-product-application ul li {
    width: 16.66666667%;
    padding: 15px;
}
@media screen and (max-width: 1199px) {
    .index-product-application ul li {
        padding: 7.5px;
    }
}
@media screen and (max-width: 767px) {
    .index-product-application ul li {
        width: 33.3333333%;
    }
}
.index-product-application ul li .item {
    display: block;
    padding: 30px 0 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .index-product-application ul li .item {
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-product-application ul li .item {
        padding: 10px 0;
    }
}
@media screen and (min-width: 1200px) {
    .index-product-application ul li .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .index-product-application ul li .item:hover::before {
        background: -moz-linear-gradient(top, #ffa602, #ffa602);
        background: -webkit-linear-gradient(top, #ffa602, #ffa602);
        background: -o-linear-gradient(top, #ffa602, #ffa602);
        background: -ms-linear-gradient(top, #ffa602, #ffa602);
        background: linear-gradient(to bottom, #ffa602, #ffa602);
    }
}
.index-product-application ul li .item::before {
    display: inline-block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    text-align: center;
    line-height: 88px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e7fb';
    color: #fff;
    font-size: 55px;
    background: -moz-linear-gradient(top, #3fafaa, #029196);
    background: -webkit-linear-gradient(top, #3fafaa, #029196);
    background: -o-linear-gradient(top, #3fafaa, #029196);
    background: -ms-linear-gradient(top, #3fafaa, #029196);
    background: linear-gradient(to bottom, #3fafaa, #029196);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
    .index-product-application ul li .item::before {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .index-product-application ul li .item::before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .index-product-application ul li .item::before {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .index-product-application ul li .item::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}
.index-product-application ul li .item h3 {
    padding-top: 10px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
    .index-product-application ul li .item h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .index-product-application ul li .item h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .index-product-application ul li .item h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .index-product-application ul li .item h3 {
        padding-top: 5px;
        font-size: 12px;
    }
}
.index-product-application ul li:nth-child(2) .item::before {
    content: '\e657';
}
.index-product-application ul li:nth-child(3) .item::before {
    content: '\e93c';
}
.index-product-application ul li:nth-child(4) .item::before {
    content: '\e6b2';
}
.index-product-application ul li:nth-child(5) .item::before {
    content: '\e68d';
}
.index-product-application ul li:nth-child(6) .item::before {
    content: '\ec3c';
    font-size: 50px;
}
@media screen and (max-width: 1439px) {
    .index-product-application ul li:nth-child(6) .item::before {
        font-size: 35px;
    }
}
@media screen and (max-width: 1199px) {
    .index-product-application ul li:nth-child(6) .item::before {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .index-product-application ul li:nth-child(6) .item::before {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-product-application ul li:nth-child(6) .item::before {
        font-size: 15px;
    }
}
.index-about {
    position: relative;
    overflow: hidden;
}
.index-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 31.77083333%;
    min-height: 300px;
    background: url(../images/img/index_about_bgg.jpg) no-repeat fixed;
    background-size: cover;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .index-about::before {
        background-attachment: scroll;
    }
}
.index-about .common-title {
    position: relative;
    z-index: 2;
}
.index-about .common-title h2 {
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.11111111;
    color: #fff;
}
.index-about .content {
    position: relative;
    z-index: 2;
    background: -moz-linear-gradient(left, #22a0a0, #40afaa);
    background: -webkit-linear-gradient(left, #22a0a0, #40afaa);
    background: -o-linear-gradient(left, #22a0a0, #40afaa);
    background: -ms-linear-gradient(left, #22a0a0, #40afaa);
    background: linear-gradient(to right, #22a0a0, #40afaa);
}
.index-about .content .left-video,
.index-about .content .right-txt {
    float: left;
    width: 50%;
}
@media screen and (max-width: 1199px) {
    .index-about .content .left-video,
    .index-about .content .right-txt {
        width: 100%;
    }
}
.index-about .content .left-video {
    position: relative;
}
@media screen and (max-width: 1199px) {
    .index-about .content .left-video {
        overflow: hidden;
        height: 249px;
    }
}
@media screen and (max-width: 480px) {
    .index-about .content .left-video {
        height: 150px;
    }
}
.index-about .content .left-video .img-box {
    padding-bottom: 75.17730496%;
}
@media screen and (max-width: 1199px) {
    .index-about .content .left-video .img-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}
.index-about .content .left-video .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}
@media screen and (min-width: 1200px) {
    .index-about .content .left-video .video:hover::before {
        background-color: rgba(36, 161, 160, 0.99);
    }
    .index-about .content .left-video .video:hover span {
        text-decoration: underline;
    }
}
.index-about .content .left-video .video::before {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e63d';
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    background-color: rgba(36, 161, 160, 0.7);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 480px) {
    .index-about .content .left-video .video::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
.index-about .content .left-video .video span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #0f0f0f;
}
.index-about .content .right-txt {
    padding: 35px 50px 55px;
}
@media screen and (max-width: 1439px) {
    .index-about .content .right-txt {
        padding: 30px;
    }
}
@media screen and (max-width: 480px) {
    .index-about .content .right-txt {
        padding: 15px;
    }
}
.index-about .content .right-txt .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.875;
    color: #ffffff;
}
@media screen and (max-width: 1439px) {
    .index-about .content .right-txt .txt {
        -webkit-line-clamp: 5;
    }
}
@media screen and (max-width: 767px) {
    .index-about .content .right-txt .txt {
        font-size: 14px;
        line-height: 1.6;
    }
}
.index-about .content .right-txt .num {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .index-about .content .right-txt .num {
        flex-wrap: wrap;
    }
}
.index-about .content .right-txt .num li {
    min-height: 105px;
}
@media screen and (max-width: 1199px) {
    .index-about .content .right-txt .num li {
        min-height: 80px;
    }
}
@media screen and (max-width: 480px) {
    .index-about .content .right-txt .num li {
        width: 50%;
        padding: 0 5px;
    }
}
.index-about .content .right-txt .num li h3 {
    position: relative;
    padding-left: 37px;
    margin: 0;
    font-size: 36px;
    line-height: 1.11111111;
    color: #ffffff;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1439px) {
    .index-about .content .right-txt .num li h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .index-about .content .right-txt .num li h3 {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .index-about .content .right-txt .num li h3 {
        font-size: 25px;
        padding-left: 25px;
    }
}
.index-about .content .right-txt .num li h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e769';
    color: #fff;
    font-size: 30px;
}
@media screen and (max-width: 1199px) {
    .index-about .content .right-txt .num li h3::before {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .content .right-txt .num li h3::before {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .content .right-txt .num li h3::before {
        font-size: 18px;
    }
}
.index-about .content .right-txt .num li h3 sub {
    bottom: 2px;
    left: 10px;
    font-size: 16px;
    line-height: 1;
    font-family: 'Helvetica';
}
@media screen and (max-width: 991px) {
    .index-about .content .right-txt .num li h3 sub {
        font-size: 12px;
    }
}
.index-about .content .right-txt .num li p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}
@media screen and (max-width: 1439px) {
    .index-about .content .right-txt .num li p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .index-about .content .right-txt .num li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .content .right-txt .num li p {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .content .right-txt .num li p {
        font-size: 12px;
    }
}
.index-about .content .right-txt .num li:nth-child(1) {
    min-width: 29.75206612%;
}
.index-about .content .right-txt .num li:nth-child(2) {
    min-width: 33.88429752%;
}
.index-about .content .right-txt .num li:nth-child(2) h3::before {
    content: '\e623';
}
.index-about .content .right-txt .num li:nth-child(3) {
    min-width: 19.83471074%;
}
.index-about .content .right-txt .num li:nth-child(3) h3::before {
    content: '\e62a';
}
.index-about .content .right-txt .num li:nth-child(3) h3 sub {
    font-size: 24px;
}
@media screen and (max-width: 991px) {
    .index-about .content .right-txt .num li:nth-child(3) h3 sub {
        font-size: 14px;
    }
}
.index-about .content .right-txt>a {
    display: inline-block;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    border: 1px solid #d5dbdb;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
    .index-about .content .right-txt>a {
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .index-about .content .right-txt>a:hover {
        background-color: #018e93;
        border-color: #018e93;
        color: #fff;
    }
    .index-about .content .right-txt>a:hover::after {
        color: #fff;
    }
}
.index-about .content .right-txt>a::after {
    padding-left: 20px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec3b';
    color: #fff;
}
.index-product {
    overflow: hidden;
    text-align: center;
}
.index-product .index-product-slick {
    position: relative;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .index-product .index-product-slick {
        padding-bottom: 5px;
    }
}
.index-product .index-product-slick .slick-list {
    margin: 0 -15px;
}
@media screen and (max-width: 480px) {
    .index-product .index-product-slick .slick-list {
        margin: 0 -5px;
    }
}
.index-product .index-product-slick .slick-list .slick-slide {
    padding: 0 15px;
}
@media screen and (max-width: 480px) {
    .index-product .index-product-slick .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.index-product .index-product-slick .slick-list .slick-slide .item:hover .pic {
    border-color: #1c9d9e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.index-product .index-product-slick .slick-list .slick-slide .item:hover .pic img {
    transform: scale(1.05);
}
.index-product .index-product-slick .slick-list .slick-slide .item .pic {
    display: block;
    border: 1px solid #d7dbdb;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.index-product .index-product-slick .slick-list .slick-slide .item .pic .img-box {
    padding-bottom: 116.66666667%;
}
.index-product .index-product-slick .slick-list .slick-slide .item .pic .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-product .index-product-slick .slick-list .slick-slide .item .p-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 30px 0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .index-product .index-product-slick .slick-list .slick-slide .item .p-name {
        padding: 15px 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .index-product .index-product-slick .slick-list .slick-slide .item .p-name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-product .index-product-slick .slick-list .slick-slide .item .p-name {
        padding: 20px 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .index-product .index-product-slick .slick-list .slick-slide .item .p-name {
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .index-product .index-product-slick .slick-list .slick-slide .item .p-name:hover {
        color: #018e93;
        text-decoration: underline;
    }
}
.index-product .index-product-slick .slick-arrow {
    position: absolute;
    top: 33%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    font-size: 0;
    z-index: 2;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
    .index-product .index-product-slick .slick-arrow {
        top: 30%;
    }
}
@media screen and (max-width: 1199px) {
    .index-product .index-product-slick .slick-arrow {
        top: 33%;
        width: 45px;
        height: 45px;
        background: -moz-linear-gradient(left, #018e93, #40aba7);
        background: -webkit-linear-gradient(left, #018e93, #40aba7);
        background: -o-linear-gradient(left, #018e93, #40aba7);
        background: -ms-linear-gradient(left, #018e93, #40aba7);
        background: linear-gradient(to right, #018e93, #40aba7);
    }
}
@media screen and (max-width: 991px) {
    .index-product .index-product-slick .slick-arrow {
        top: 37%;
    }
}
@media screen and (max-width: 767px) {
    .index-product .index-product-slick .slick-arrow {
        top: 33%;
    }
}
@media screen and (min-width: 1200px) {
    .index-product .index-product-slick .slick-arrow:hover {
        background: -moz-linear-gradient(left, #018e93, #40aba7);
        background: -webkit-linear-gradient(left, #018e93, #40aba7);
        background: -o-linear-gradient(left, #018e93, #40aba7);
        background: -ms-linear-gradient(left, #018e93, #40aba7);
        background: linear-gradient(to right, #018e93, #40aba7);
        border-color: transparent;
    }
    .index-product .index-product-slick .slick-arrow:hover::before {
        color: #fff;
    }
}
.index-product .index-product-slick .slick-arrow::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #747474;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .index-product .index-product-slick .slick-arrow::before {
        color: #fff;
    }
}
.index-product .index-product-slick .slick-prev {
    left: -50px;
    transform: translateX(-100%);
}
@media screen and (max-width: 1199px) {
    .index-product .index-product-slick .slick-prev {
        left: 10px;
        transform: translateX(0);
    }
}
.index-product .index-product-slick .slick-next {
    right: -50px;
    transform: translateX(100%);
}
@media screen and (max-width: 1199px) {
    .index-product .index-product-slick .slick-next {
        right: 10px;
        transform: translateX(0);
    }
}
.index-product .index-product-slick .slick-next::before {
    content: '\ec3b';
}
.index-product .more {
    display: inline-block;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    border: 1px solid #d5dbdb;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    color: #21a0a0;
}
@media screen and (max-width: 991px) {
    .index-product .more {
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .index-product .more:hover {
        background-color: #018e93;
        border-color: #018e93;
        color: #fff;
    }
    .index-product .more:hover::after {
        color: #fff;
    }
}
.index-product .more::after {
    padding-left: 20px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec3b';
    color: #fff;
}
.index-product .more::after {
    color: #21a0a0;
}
.index-form {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    max-width: 1920px;
    margin: 0 auto;
    background: no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 991px) {
    .index-form {
        padding: 45px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-form {
        padding: 30px 0;
    }
}
.index-form .left-txt {
    float: left;
    width: 31.91489362%;
}
@media screen and (max-width: 1439px) {
    .index-form .left-txt {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .index-form .left-txt {
        width: 80%;
    }
}
.index-form .left-txt h3 {
    padding-top: 25px;
    margin: 0;
    font-size: 42px;
    line-height: 0.95238095;
    color: #019196;
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .index-form .left-txt h3 {
        font-size: 35px;
    }
}
@media screen and (max-width: 991px) {
    .index-form .left-txt h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .index-form .left-txt h3 {
        font-size: 20px;
        padding-top: 0;
    }
}
.index-form .right-form {
    float: right;
    width: 31.91489362%;
    position: relative;
    z-index: 6;
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(11, 79, 82, 0.2);
}
@media screen and (max-width: 1439px) {
    .index-form .right-form {
        width: 40%;
        padding: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .index-form .right-form {
        width: 50%;
        padding: 35px;
    }
}
@media screen and (max-width: 767px) {
    .index-form .right-form {
        width: 100%;
        margin-top: 100px;
        padding: 15px 20px;
        background-color: rgba(255, 255, 255, 0.6);
    }
}
.index-form .right-form .title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.33333333;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
    text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
    .index-form .right-form .title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .index-form .right-form .title h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-form .right-form .title h2 {
        font-size: 18px;
    }
}
.index-form .right-form .title p {
    padding: 5px 0 25px;
    font-size: 16px;
    line-height: 1.875;
    color: #747474;
}
@media screen and (max-width: 1199px) {
    .index-form .right-form .title p {
        font-size: 15px;
        padding: 5px 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-form .right-form .title p {
        font-size: 13px;
        padding: 5px 0 10px;
    }
}
.index-form .right-form form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1.875;
    color: #747474;
    border: 1px solid #d5dbdb;
}
@media screen and (max-width: 1199px) {
    .index-form .right-form form input {
        margin-bottom: 15px;
        padding: 5px 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-form .right-form form input {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
.index-form .right-form form input::-webkit-input-placeholder,
.index-form .right-form form textarea::-webkit-input-placeholder {
    color: #747474;
}
.index-form .right-form form input:-o-placeholder,
.index-form .right-form form textarea:-o-placeholder {
    color: #747474;
}
.index-form .right-form form input::-moz-placeholder,
.index-form .right-form form textarea::-moz-placeholder {
    color: #747474;
}
.index-form .right-form form input:-ms-input-placeholder,
.index-form .right-form form textarea:-ms-input-placeholder {
    color: #747474;
}
.index-form .right-form form input:focus::-webkit-input-placeholder,
.index-form .right-form form textarea:focus::-webkit-input-placeholder {
    color: #d5dbdb;
}
.index-form .right-form form input:focus::-o-placeholder,
.index-form .right-form form textarea:focus::-o-placeholder {
    color: #d5dbdb;
}
.index-form .right-form form input:focus::-moz-placeholder,
.index-form .right-form form textarea:focus::-moz-placeholder {
    color: #d5dbdb;
}
.index-form .right-form form input:focus::-ms-input-placeholder,
.index-form .right-form form textarea:focus::-ms-input-placeholder {
    color: #d5dbdb;
}
.index-form .right-form form button {
    margin-top: 20px;
    display: inline-block;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    border: 1px solid #d5dbdb;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    color: #4cb4b1;
}
@media screen and (max-width: 991px) {
    .index-form .right-form form button {
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .index-form .right-form form button:hover {
        background-color: #018e93;
        border-color: #018e93;
        color: #fff;
    }
    .index-form .right-form form button:hover::after {
        color: #fff;
    }
}
.index-form .right-form form button::after {
    padding-left: 20px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec3b';
    color: #fff;
}
.index-form .right-form form button::after {
    color: #4cb4b1;
}
.index-form .right-form>a {
    position: absolute;
    bottom: 5px;
    left: -50px;
    transform: translateX(-100%);
    display: inline-block;
    padding: 0 35px;
    font-size: 20px;
    white-space: nowrap;
    border-radius: 30px;
    line-height: 3;
    color: #ffffff;
    text-transform: capitalize;
    background: -moz-linear-gradient(left, #018e93, #40aba7);
    background: -webkit-linear-gradient(left, #018e93, #40aba7);
    background: -o-linear-gradient(left, #018e93, #40aba7);
    background: -ms-linear-gradient(left, #018e93, #40aba7);
    background: linear-gradient(to right, #018e93, #40aba7);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .index-form .right-form>a {
        left: -30px;
        font-size: 18px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1199px) {
    .index-form .right-form>a {
        left: -10px;
        bottom: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .index-form .right-form>a {
        bottom: 100%;
        left: 0;
        transform: translateY(-30px);
    }
}
@media screen and (max-width: 480px) {
    .index-form .right-form>a {
        font-size: 12px;
        padding: 0 10px;
    }
}
@media screen and (min-width: 1200px) {
    .index-form .right-form>a:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}
.index-form .bgg-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.index-factory {
    overflow: hidden;
    text-align: center;
    background-color: #faffff;
}
.index-factory .factory-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 20px;
    text-align: left;
}
@media screen and (max-width: 1199px) {
    .index-factory .factory-list {
        margin: 0 -10px;
    }
}
.index-factory .factory-list li {
    width: 33.33333333%;
    padding: 0 15px;
}
@media screen and (max-width: 1199px) {
    .index-factory .factory-list li {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-factory .factory-list li {
        width: 50%;
    }
}
.index-factory .factory-list li .item .pic-box {
    position: relative;
    display: block;
}
@media screen and (min-width: 1200px) {
    .index-factory .factory-list li .item .pic-box:hover i {
        transform: translate(-50%, -50%) scale(1);
    }
    .index-factory .factory-list li .item .pic-box:hover span {
        transform: scale(0);
    }
}
.index-factory .factory-list li .item .pic-box .img-box {
    padding-bottom: 74.44444444%;
}
.index-factory .factory-list li .item .pic-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: inline-block;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    border: 1px solid #d5dbdb;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    font-style: normal;
    border-color: rgba(5, 147, 152, 0.9);
    background-color: rgba(5, 147, 152, 0.9);
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}
@media screen and (max-width: 991px) {
    .index-factory .factory-list li .item .pic-box i {
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .index-factory .factory-list li .item .pic-box i:hover {
        background-color: #018e93;
        border-color: #018e93;
        color: #fff;
    }
    .index-factory .factory-list li .item .pic-box i:hover::after {
        color: #fff;
    }
}
.index-factory .factory-list li .item .pic-box i::after {
    padding-left: 20px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec3b';
    color: #fff;
}
.index-factory .factory-list li .item .pic-box span {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
    background-color: rgba(5, 147, 152, 0.7);
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}
@media screen and (max-width: 991px) {
    .index-factory .factory-list li .item .pic-box span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .index-factory .factory-list li .item .pic-box span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
.index-factory .factory-list li .item .txt-box {
    padding: 20px 0 25px;
}
@media screen and (max-width: 1199px) {
    .index-factory .factory-list li .item .txt-box {
        padding: 15px 0 20px;
    }
}
.index-factory .factory-list li .item .txt-box .factory-name a,
.index-factory .factory-list li .item .txt-box .factory-name h3 {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1.75;
    font-family: 'Helvetica-Bold';
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .index-factory .factory-list li .item .txt-box .factory-name a,
    .index-factory .factory-list li .item .txt-box .factory-name h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .index-factory .factory-list li .item .txt-box .factory-name a,
    .index-factory .factory-list li .item .txt-box .factory-name h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .index-factory .factory-list li .item .txt-box .factory-name a,
    .index-factory .factory-list li .item .txt-box .factory-name h3 {
        font-size: 15px;
    }
}
@media screen and (Min-width: 1200px) {
    .index-factory .factory-list li .item .txt-box .factory-name a:hover,
    .index-factory .factory-list li .item .txt-box .factory-name h3:hover {
        color: #40aba7;
        text-decoration: underline;
    }
}
.index-factory .factory-list li .item .txt-box .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 1199px) {
    .index-factory .factory-list li .item .txt-box .txt {
        -webkit-line-clamp: 4;
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
    .index-factory .factory-list li .item .txt-box .txt {
        -webkit-line-clamp: 3;
    }
}
@media screen and (max-width: 480px) {
    .index-factory .factory-list li .item .txt-box .txt {
        font-size: 13px;
        line-height: 1.3;
    }
}
.index-factory .more {
    display: inline-block;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    border: 1px solid #d5dbdb;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    color: #4cb4b1;
}
@media screen and (max-width: 991px) {
    .index-factory .more {
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .index-factory .more:hover {
        background-color: #018e93;
        border-color: #018e93;
        color: #fff;
    }
    .index-factory .more:hover::after {
        color: #fff;
    }
}
.index-factory .more::after {
    padding-left: 20px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec3b';
    color: #fff;
}
.index-factory .more::after {
    color: #4cb4b1;
}
.index-clients {
    overflow: hidden;
    background-color: #e9f5f5;
}
.index-clients ul {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .index-clients ul {
        margin: 0 -10px;
    }
}
.index-clients ul li {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .index-clients ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
.index-clients ul li .item {
    overflow: hidden;
    position: relative;
    display: block;
}
@media screen and (min-width: 1200px) {
    .index-clients ul li .item:hover .txt .txt1 {
        transform: translateX(-50%) scale(0);
    }
    .index-clients ul li .item:hover .txt .txt2 {
        transform: translate(-50%, -50%) scale(1);
    }
}
.index-clients ul li .item .pic .img-box {
    padding-bottom: 75.55555556%;
}
.index-clients ul li .item .txt .txt1,
.index-clients ul li .item .txt .txt2 {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.index-clients ul li .item .txt .txt1 p,
.index-clients ul li .item .txt .txt2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .index-clients ul li .item .txt .txt1 p,
    .index-clients ul li .item .txt .txt2 p {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .index-clients ul li .item .txt .txt1 p,
    .index-clients ul li .item .txt .txt2 p {
        font-size: 12px;
    }
}
.index-clients ul li .item .txt .txt1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    padding: 15px 15px 20px;
}
@media screen and (max-width: 767px) {
    .index-clients ul li .item .txt .txt1 {
        bottom: 10px;
        width: calc(100% - 20px);
        padding: 10px;
    }
}
.index-clients ul li .item .txt .txt2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    padding: 12px;
}
.index-clients ul li .item .txt .txt2 p {
    width: 100%;
    -webkit-line-clamp: 8;
}
.index-clients .info {
    text-align: center;
}
.index-clients .info p {
    margin: 0 auto 10px;
    max-width: 845px;
    font-size: 16px;
    line-height: 1.875;
    color: #747474;
}
@media screen and (max-width: 767px) {
    .index-clients .info p {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 480px) {
    .index-clients .info p {
        font-size: 12px;
    }
}
.index-clients .info a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #23a1a1;
}
@media screen and (max-width: 480px) {
    .index-clients .info a {
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .index-clients .info a:hover {
        text-decoration: underline;
    }
}
.index-clients .info a::after {
    padding-left: 5px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec3b';
    font-size: 14px;
}
.index-certificate {
    overflow: hidden;
}
.index-certificate .certificate-container .str {
    margin: 0 -15px;
    background-color: transparent;
}
@media screen and (max-width: 1199px) {
    .index-certificate .certificate-container .str {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .index-certificate .certificate-container .str {
        margin: 0 -5px;
    }
}
.index-certificate .certificate-container .str .item {
    display: inline-block;
    padding: 0 15px;
    width: 205px;
}
@media screen and (max-width: 1199px) {
    .index-certificate .certificate-container .str .item {
        width: 170px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-certificate .certificate-container .str .item {
        width: 150px;
        padding: 0 5px;
    }
}
.index-certificate .certificate-container .str .item .img-box {
    padding-bottom: 134.28571429%;
}
.product {
    overflow: hidden;
    padding: 70px 0;
    background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .product {
        padding: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .product {
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .product {
        padding: 30px 0;
    }
}
/* .product .left .p-nav .title {
  padding-bottom: 72px;
}
@media screen and (max-width: 1439px) {
  .product .left .p-nav .title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .product .left .p-nav .title {
    padding-bottom: 0;
  }
} */
.product .left .p-nav .title b {
    display: block;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 1;
    color: #0f0f0f;
}
@media screen and (max-width:1199px) {
    .product .left .p-nav .title b {
        border-bottom: 1px solid #262626;
    }
}
@media screen and (max-width: 991px) {
    .product .left .p-nav .title b {
        font-size: 25px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product .left .p-nav .title b {
        font-size: 20px;
        /* padding-bottom: 5px; */
    }
}
.product .left .p-nav .title p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .product .left .p-nav .title p {
        font-size: 14px;
    }
}
.product .left .p-nav .title p strong {
    font-weight: 400;
    color: #90a3a3;
}
.product .left .p-nav .p-nav1 {
    border-top: 2px solid #272727;
    border-bottom: 2px solid #272727;
}
@media screen and (max-width: 1199px) {
    .product .left .p-nav .p-nav1 {
        display: none !important;
    }
}
.product .left .p-nav .p-nav1>li {
    border-bottom: 1px solid #ccc2c2;
}
@media screen and (max-width: 1199px) {
    .product .left .p-nav .p-nav1>li {
        border: none;
        float: left;
        padding: 0 8px;
    }
}
.product .left .p-nav .p-nav1>li>a {
    position: relative;
    display: block;
    padding: 17.5px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #0f0f0f;
    background-color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .product .left .p-nav .p-nav1>li>a:hover {
        background-color: #39aca8;
        padding-left: 20px;
        color: #fff;
    }
}
.product .left .p-nav .p-nav1>.more>a::before {
    position: absolute;
    bottom: 50%;
    right: 22px;
    display: block;
    transform: rotateZ(180deg) translateY(-50%);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
}
@media screen and (min-width: 1200px) {
    .product .left .p-nav .p-nav1>.active>a {
        color: #fff;
        background-color: #39aca8;
        padding-left: 20px;
    }
    .product .left .p-nav .p-nav1>.active>a::before {
        color: #fff;
    }
}
.product .left .p-nav .p-nav1 .p-nav2 {
    display: none;
    background-color: #f1f3f3;
}
.product .left .p-nav .p-nav1 .p-nav2>li {
    display: block;
    height: auto;
}
.product .left .p-nav .p-nav1 .p-nav2>li>a {
    display: block;
    padding: 7.5px 35px;
    font-size: 14px;
    line-height: 1.5;
    color: #0f0f0f;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
    .product .left .p-nav .p-nav1 .p-nav2>li>a {
        padding: 7.5px 25px;
    }
}
@media screen and (min-width: 1200px) {
    .product .left .p-nav .p-nav1 .p-nav2>li>a:hover {
        text-indent: 5px;
        color: #39aca8;
        text-decoration: underline;
    }
}
.product .left .p-nav .p-nav1 .p-nav2>.active {
    background-color: #e5e7e7;
}
.product .left .p-nav .p-nav1 .p-nav2 .p-nav3 {
    display: none;
}
.product .left .p-nav .p-nav1 .p-nav2 .p-nav3>li>a {
    display: block;
    padding: 7.5px 50px;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
    .product .left .p-nav .p-nav1 .p-nav2 .p-nav3>li>a {
        padding: 7.5px 35px;
    }
}
@media screen and (min-width: 1200px) {
    .product .left .p-nav .p-nav1 .p-nav2 .p-nav3>li>a:hover {
        text-indent: 5px;
        color: #39aca8;
        text-decoration: underline;
    }
}
.product .left .p-nav .p-nav1 .p-nav2 .p-nav3>.active a {
    color: #39aca8;
}
.product .right .title {
    padding-bottom: 28px;
    border-bottom: 2px solid #262626;
}
@media screen and (max-width: 1199px) {
    .product .right .title {
        padding-bottom: 0;
        border: none;
        padding: 25px 0;
    }
}
@media screen and (max-width: 991px) {
    .product .right .title {
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .product .right .title {
        padding: 10px 0 0;
    }
}
.product .right .title .title-list {
    float: right;
}
@media screen and (max-width: 767px) {
    .product .right .title .title-list {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }
}
.product .right .title .title-list li {
    float: left;
    font-size: 16px;
    line-height: 1.5;
    color: #262626;
}
@media screen and (max-width: 767px) {
    .product .right .title .title-list li {
        font-size: 14px;
    }
}
.product .right .title .title-list li a {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
    .product .right .title .title-list li a:hover {
        color: #39aca8;
        text-decoration: underline;
    }
}
.product .right .title .title-list li:nth-child(even) {
    padding: 0 4px;
}
.product .right .title b {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #333333;
}
@media screen and (max-width: 991px) {
    .product .right .title b {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .product .right .title b {
        display: none;
    }
}
.product .right .xs-p-nav ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .product .right .xs-p-nav ul li {
        font-size: 14px;
    }
}
.product .right .xs-p-nav ul li::after {
    padding: 0 10px;
    content: '/';
}
@media screen and (max-width: 767px) {
    .product .right .xs-p-nav ul li::after {
        padding: 0 6px;
    }
}
.product .right .xs-p-nav ul li:last-child::after {
    display: none;
}
.product .right .xs-p-nav ul .active a {
    color: #019196;
    font-weight: 700;
}
.product .right .content .p-list {
    overflow: hidden;
    padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .product .right .content .p-list {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .product .right .content .p-list {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .product .right .content .p-list {
        padding-bottom: 20px;
    }
}
.product .right .content .p-list li {
    margin-top: 30px;
}
@media screen and (max-width: 350px) {
    .product .right .content .p-list li {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .product .right .content .p-list li .item:hover .pic {
        box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.18);
    }
}
.product .right .content .p-list li .item .pic {
    overflow: hidden;
    display: block;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .product .right .content .p-list li .item .pic:hover::before {
        bottom: 50%;
    }
    .product .right .content .p-list li .item .pic:hover img {
        transform: scale(1.1);
    }
}
.product .right .content .p-list li .item .pic::before {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: rotateZ(180deg) translate(50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #39aca8;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #fff;
    font-size: 21px;
    line-height: 54px;
    text-align: center;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product .right .content .p-list li .item .pic .img-box {
    padding-bottom: 116.66666667%;
}
.product .right .content .p-list li .item .pic .img-box img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.product .right .content .p-list li .item .txt {
    min-height: 140px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1199px) {
    .product .right .content .p-list li .item .txt {
        padding-top: 15px;
        padding-bottom: 10px;
        min-height: 110px;
    }
}
@media screen and (max-width: 480px) {
    .product .right .content .p-list li .item .txt {
        min-height: 95px;
    }
}
.product .right .content .p-list li .item .txt a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .product .right .content .p-list li .item .txt a {
        font-size: 18px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .product .right .content .p-list li .item .txt a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product .right .content .p-list li .item .txt a {
        font-weight: 700;
    }
}
@media screen and (max-width: 480px) {
    .product .right .content .p-list li .item .txt a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .product .right .content .p-list li .item .txt a:hover {
        color: #39aca8;
        text-decoration: underline;
    }
}
.product .right .content .p-list li .item .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.71428571;
    color: #666666;
}
@media screen and (max-width: 480px) {
    .product .right .content .p-list li .item .txt p {
        font-size: 12px;
    }
}
.product-details {
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 134px;
}
@media screen and (max-width: 1199px) {
    .product-details {
        padding-top: 105px;
    }
}
@media screen and (max-width: 767px) {
    .product-details {
        padding-top: 90px;
    }
}
.product-details .info {
    overflow: hidden;
    padding: 70px 0;
    /* background-color: #e9f5f5; */
}
@media screen and (max-width: 1199px) {
    .product-details .info {
        padding: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .product-details .info {
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .product-details .info {
        padding: 30px 0;
    }
}
.product-details .info .left {
    float: left;
    width: 52.4822695%;
}
@media screen and (max-width: 991px) {
    .product-details .info .left {
        float: none;
        width: 100%;
    }
}
.product-details .info .left .slider-for {
    float: right;
    width: 81.08108108%;
}
@media screen and (max-width: 480px) {
    .product-details .info .left .slider-for {
        float: none;
        width: 100%;
    }
}
.product-details .info .left .slider-for .slick-list {
    margin-bottom: -5px;
}
.product-details .info .left .slider-for .slick-list .slick-slide {
    border: none;
}
.product-details .info .left .slider-for .slick-list .item .img-box {
    border: 1px solid #39aca8;
    padding-bottom: 116.72240803%;
}
.product-details .info .left .slider-nav {
    float: left;
    width: 16.21621622%;
}
@media screen and (max-width: 480px) {
    .product-details .info .left .slider-nav {
        float: none;
        width: 100%;
    }
}
.product-details .info .left .slider-nav .slick-list {
    margin: -10px 0;
}
@media screen and (max-width: 480px) {
    .product-details .info .left .slider-nav .slick-list {
        margin: 0 -5px;
        padding: 10px 0;
    }
}
.product-details .info .left .slider-nav .slick-list .slick-slide {
    margin-bottom: -11px;
    border: none;
}
.product-details .info .left .slider-nav .slick-list .item {
    padding: 10px 0;
}
@media screen and (max-width: 480px) {
    .product-details .info .left .slider-nav .slick-list .item {
        padding: 0 5px;
    }
}
.product-details .info .left .slider-nav .slick-list .item .img-box {
    border: 1px solid #e6e6e6;
    padding-bottom: 125.42372881%;
}
.product-details .info .left .slider-nav .slick-list .slick-current .item .img-box {
    border-color: #39aca8;
}
.product-details .info .right {
    float: right;
    width: 42.55319149%;
    padding-top: 30px;
}
@media screen and (max-width: 1439px) {
    .product-details .info .right {
        padding-top: 20px;
        width: 44%;
    }
}
@media screen and (max-width: 991px) {
    .product-details .info .right {
        width: 100%;
        float: none;
    }
}
.product-details .info .right .p-bar li {
    float: left;
    font-size: 18px;
    line-height: 1.5;
    color: #262626;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-bar li {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .info .right .p-bar li {
        font-size: 14px;
    }
}
.product-details .info .right .p-bar li a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .product-details .info .right .p-bar li a:hover {
        color: #39aca8;
        text-decoration: underline;
    }
}
.product-details .info .right .p-bar li:nth-child(even) {
    padding: 0 4px;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-bar li:nth-child(even) {
        padding: 0 2px;
    }
}
.product-details .info .right .txt {
    border-bottom: 2px solid #333333;
    min-height: auto;
    padding-bottom: 20px;
}
@media screen and (max-width: 1439px) {
    .product-details .info .right .txt {
        min-height: auto;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .txt {
        min-height: auto;
    }
}
.product-details .info .right .txt h1 {
    margin: 0;
    padding-top: 33px;
    padding-bottom: 17px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #0f0f0f;
}
@media screen and (max-width: 1439px) {
    .product-details .info .right .txt h1 {
        padding: 15px 0;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .txt h1 {
        padding: 10px 0;
        font-size: 25px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .product-details .info .right .txt h1 {
        font-size: 20px;
        line-height: 1.2;
    }
}
.product-details .info .right .txt p {
    font-size: 18px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .txt p {
        line-height: 1.6;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .info .right .txt p {
        font-size: 14px;
    }
}
.product-details .info .right .parameter {
    padding: 20px 0;
    border-bottom: 1px solid #ccc6c0;
}
@media screen and (max-width: 1439px) {
    .product-details .info .right .parameter {
        padding: 20px 0;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .parameter {
        padding: 20px 0;
    }
}
.product-details .info .right .parameter b {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    color: #0f0f0f;
}
@media screen and (max-width: 767px) {
    .product-details .info .right .parameter b {
        font-size: 14px;
        line-height: 1.6;
    }
}
.product-details .info .right .parameter p {
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 767px) {
    .product-details .info .right .parameter p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.product-details .info .right .p-link {
    padding: 60px 0 50px 0;
}
@media screen and (max-width: 1439px) {
    .product-details .info .right .p-link {
        padding: 30px 0;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-link {
        padding: 20px 0;
    }
}
.product-details .info .right .p-link a {
    float: left;
    display: block;
    width: 29.16666667%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border-radius: 30px;
    background-color: #f8f8f8;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.product-details .info .right .p-link a::before,
.product-details .info .right .p-link a:after {
    color: #333333;
    font-weight: 700;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.product-details .info .right .p-link a:hover {
    background-color: #39aca8;
    color: #fff;
}
.product-details .info .right .p-link a:hover::before {
    color: #fff;
}
.product-details .info .right .p-link a:hover::after {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-link a {
        height: 40px;
        line-height: 40px;
    }
}
.product-details .info .right .p-link a:nth-child(1) {
    margin-right: 1.5%;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-link a:nth-child(1) {
        width: 48%;
        margin: 0;
    }
}
.product-details .info .right .p-link a:nth-child(1)::before {
    display: inline-block;
    margin-right: 8.57142857%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
}
.product-details .info .right .p-link a:nth-child(2) {
    margin-right: 5%;
    background-color: #dfdfdf;
}
.product-details .info .right .p-link a:nth-child(2):hover {
    background-color: #39aca8;
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-link a:nth-child(2) {
        float: right;
        width: 48%;
        margin: 0;
    }
}
.product-details .info .right .p-link a:nth-child(2)::after {
    display: inline-block;
    transform: rotateZ(180deg);
    margin-left: 6.85714286%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
}
.product-details .info .right .p-link a:nth-child(3) {
    width: 35%;
}
@media screen and (max-width: 1199px) {
    .product-details .info .right .p-link a:nth-child(3) {
        width: 100%;
        margin: 0;
        float: left;
        margin-top: 15px;
    }
}
.product-details .info .right .p-link a:nth-child(3)::before {
    display: inline-block;
    transform: translateY(2px);
    margin-right: 5.23809524%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e706';
    font-size: 20px;
}
.share-cn {
    display: none;
}
&[lang=zh-CN] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}

.product-details .info .right .p-share p {
    float: left;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.875;
    color: #0f0f0f;
}
.product-details .info .right .p-share .share-box {
    float: left;
}
.product-details .p-title {
    position: relative;
    padding: 62px 0 22px 0;
    text-align: center;
    border-bottom: 2px solid #333333;
}
@media screen and (max-width: 1199px) {
    .product-details .p-title {
        padding: 45px 0 20px 0;
    }
}
@media screen and (max-width: 991px) {
    .product-details .p-title {
        padding: 40px 0 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-title {
        padding: 20px 0 10px 0;
    }
}
.product-details .p-title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background-color: #39aca8;
}
.product-details .p-title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33333333;
    color: #333333;
}
@media screen and (max-width: 1199px) {
    .product-details .p-title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .p-title h2 {
        font-size: 20px;
    }
}
.product-details .p-details {
    /* overflow: hidden; */
    padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
    .product-details .p-details {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .p-details {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-details {
        padding-bottom: 0;
    }
}
.product-details .p-details .content h3 {
    margin: 0;
    padding: 45px 0 22px 0;
    font-size: 24px;
    line-height: 1.25;
    color: #333333;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .product-details .p-details .content h3 {
        padding: 40px 0 20px 0;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .p-details .content h3 {
        padding: 30px 0 15px 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content h3 {
        padding: 20px 0 10px 0;
        font-size: 18px;
    }
}
.product-details .p-details .content .txt {
    padding-bottom: 20px;
}
.product-details .p-details .content .txt .full-img {
    width: 100%;
}
.product-details .p-details .content .txt .full-img img {
    /* display: block;
  margin: 0 auto;
  max-width: 100%; */
    width: 100%;
    height: auto !important;
}
.product-details .p-details .content .txt p {
    font-size: 18px;
    line-height: 1.55;
    color: #666666;
}
.product-details .p-details .content .txt p img {
    max-width: 100%;
    height: auto !important;
}
@media screen and (max-width: 1199px) {
    .product-details .p-details .content .txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .p-details .content .txt p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content .txt p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.product-details .p-details .content .txt .table-box table tr,
.product-details .p-details .content .txt .table-box table th,
.product-details .p-details .content .txt .table-box table td {
    font-size: 18px;
    color: #666462;
    border-color: #ccc !important;
    background-color: #fff;
}
@media screen and (max-width:1199px) {
    .product-details .p-details .content .txt .table-box table tr,
    .product-details .p-details .content .txt .table-box table th,
    .product-details .p-details .content .txt .table-box table td {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .product-details .p-details .content .txt .table-box table tr,
    .product-details .p-details .content .txt .table-box table th,
    .product-details .p-details .content .txt .table-box table td {
        font-size: 14px;
    }
}
.product-details .p-details .content .img .video {
    position: relative;
    /* float: left; */
    width: 56.02836879%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content .img .video {
        width: 100%;
        float: none;
    }
}
.product-details .p-details .content .img .video .img-box {
    padding-bottom: 56.32911392%;
}
@media screen and (min-width: 1200px) {
    .product-details .p-details .content .img .video .img-box:hover img {
        transform: scale(1.1);
    }
}
.product-details .p-details .content .img .video .img-box img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.product-details .p-details .content .img .video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .product-details .p-details .content .img .video i {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .p-details .content .img .video i {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content .img .video i {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
}
@media screen and (max-width: 480px) {
    .product-details .p-details .content .img .video i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details .p-details .content .img .video i:hover {
        background-color: #6e7d7c;
    }
    .product-details .p-details .content .img .video i:hover::before {
        color: #fff;
    }
}
.product-details .p-details .content .img .video i::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e63d';
    color: #6e7d7c;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
    .product-details .p-details .content .img .video i::before {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content .img .video i::before {
        font-size: 25px;
    }
}
@media screen and (max-width: 480px) {
    .product-details .p-details .content .img .video i::before {
        font-size: 16px;
    }
}
.product-details .p-details .content .img .pic {
    float: right;
    width: 41.84397163%;
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content .img .pic {
        width: 100%;
        float: none;
        padding: 20px 0;
    }
}
.product-details .p-details .content .img .pic .img-box {
    padding-bottom: 75.42372881%;
}
@media screen and (min-width: 1200px) {
    .product-details .p-details .content .img .pic .img-box:hover img {
        transform: scale(1.1);
    }
}
.product-details .p-details .content .img .pic .img-box img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.product-details .inquire {
    overflow: hidden;
}
.product-details .inquire .content form {
    padding: 30px 0 10px 0;
    text-align: center;
}
.product-details .inquire .content form input,
.product-details .inquire .content form textarea {
    display: block;
    padding: 0 19px;
    border: 1px solid #ccc2c2;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 1.42857143;
    background-color: transparent;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .product-details .inquire .content form input,
    .product-details .inquire .content form textarea {
        padding: 0 10px;
    }
}
.product-details .inquire .content form input::-webkit-input-placeholder,
.product-details .inquire .content form textarea::-webkit-input-placeholder {
    color: #666666;
}
.product-details .inquire .content form input:-o-placeholder,
.product-details .inquire .content form textarea:-o-placeholder {
    color: #666666;
}
.product-details .inquire .content form input::-moz-placeholder,
.product-details .inquire .content form textarea::-moz-placeholder {
    color: #666666;
}
.product-details .inquire .content form input:-ms-input-placeholder,
.product-details .inquire .content form textarea:-ms-input-placeholder {
    color: #666666;
}
.product-details .inquire .content form input:focus::-webkit-input-placeholder,
.product-details .inquire .content form textarea:focus::-webkit-input-placeholder {
    color: #ababab;
}
.product-details .inquire .content form input:focus::-o-placeholder,
.product-details .inquire .content form textarea:focus::-o-placeholder {
    color: #ababab;
}
.product-details .inquire .content form input:focus::-moz-placeholder,
.product-details .inquire .content form textarea:focus::-moz-placeholder {
    color: #ababab;
}
.product-details .inquire .content form input:focus::-ms-input-placeholder,
.product-details .inquire .content form textarea:focus::-ms-input-placeholder {
    color: #ababab;
}
.product-details .inquire .content form input {
    float: left;
    height: 54px;
    width: 32.62411348%;
    line-height: 54px;
    margin-right: 1.06382979%;
}
@media screen and (max-width: 1199px) {
    .product-details .inquire .content form input {
        height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .inquire .content form input {
        height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .inquire .content form input {
        height: 40px;
        margin-right: 0;
        width: 100%;
    }
}
.product-details .inquire .content form input:nth-child(4) {
    margin-right: 0;
}
.product-details .inquire .content form input:nth-child(1),
.product-details .inquire .content form input:nth-child(5) {
    width: 100%;
    margin-right: 0;
}
.product-details .inquire .content form textarea {
    padding: 10px 19px;
    margin-bottom: 40px;
    width: 100%;
    height: 186px;
}
@media screen and (max-width: 767px) {
    .product-details .inquire .content form textarea {
        padding: 10px;
        margin-bottom: 30px;
        height: 150px;
    }
}
.product-details .inquire .content form button {
    width: 210px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #000;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .product-details .inquire .content form button {
        width: 190px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .inquire .content form button {
        width: 170px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .inquire .content form button {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}
.product-details .inquire .content form button::after {
    display: inline-block;
    margin-left: 14px;
    transform: rotateZ(180deg);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #000;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
    .product-details .inquire .content form button::after {
        margin-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .inquire .content form button::after {
        margin-left: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details .inquire .content form button:hover {
        background-color: #39aca8;
        color: #fff;
    }
    .product-details .inquire .content form button:hover::after {
        color: #fff;
    }
}
.product-details .relate-products {
    overflow: hidden;
}
.product-details .relate-products .content {
    padding-top: 30px;
    padding-bottom: 42px;
}
@media screen and (max-width: 1199px) {
    .product-details .relate-products .content {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .relate-products .content {
        padding: 30px 0;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .product-details .relate-products .content ul {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media screen and (max-width: 480px) {
    .product-details .relate-products .content ul {
        margin: 0 -5px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .product-details .relate-products .content ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .relate-products .content ul li {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .relate-products .content ul li {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .product-details .relate-products .content ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.product-details .relate-products .content ul li .item .pic {
    display: block;
}
@media screen and (min-width: 1200px) {
    .product-details .relate-products .content ul li .item .pic:hover img {
        transform: scale(1.1);
    }
}
.product-details .relate-products .content ul li .item .pic .img-box {
    padding-bottom: 116.66666667%;
}
.product-details .relate-products .content ul li .item .pic .img-box img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.product-details .relate-products .content ul li .item .txt {
    padding: 6px 0;
    text-align: center;
}
.product-details .relate-products .content ul li .item .txt a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 3.35;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .product-details .relate-products .content ul li .item .txt a {
        line-height: 2.5;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .relate-products .content ul li .item .txt a {
        line-height: 2;
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details .relate-products .content ul li .item .txt a:hover {
        color: #39aca8;
        text-decoration: underline;
    }
}
.a-nav {
    position: relative;
    top: -50px;
}
@media screen and (max-width: 991px) {
    .a-nav {
        border-radius: 15px;
        overflow: hidden;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 767px) {
    .a-nav {
        top: -30px;
    }
}
@media screen and (max-width: 991px) {
    .a-nav li {
        padding: 0;
    }
}
.a-nav li a {
    display: block;
    padding: 26px 60px 10px;
    min-height: 160px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
    .a-nav li a {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .a-nav li a {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 991px) {
    .a-nav li a {
        padding: 20px;
        min-height: 0;
    }
}
@media screen and (max-width: 767px) {
    .a-nav li a {
        padding: 10px 15px;
    }
}
@media screen and (min-width: 1200px) {
    .a-nav li a:hover {
        background-color: #b1cac9;
    }
    .a-nav li a:hover b {
        color: #fff;
    }
    .a-nav li a:hover p {
        color: #fff;
    }
}
.a-nav li a b {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 2;
    color: #0f0f0f;
    font-family: Arial;
}
@media screen and (max-width: 1439px) {
    .a-nav li a b {
        font-size: 22px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1199px) {
    .a-nav li a b {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .a-nav li a b {
        font-size: 18px;
        line-height: 1.5;
    }
}
.a-nav li a p {
    font-size: 14px;
    line-height: 1.71428571;
    color: #666666;
    font-family: Arial;
}
@media screen and (max-width: 991px) {
    .a-nav li a p {
        line-height: 1.6;
    }
}
.a-nav .active a {
    background-color: #b1cac9;
}
.a-nav .active a b {
    color: #fff;
}
.a-nav .active a p {
    color: #fff;
}
.about {
    background-color: #fff;
}
.about .a-item {
    position: relative;
    padding: 70px 0;
}
@media screen and (max-width: 1199px) {
    .about .a-item {
        padding: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .about .a-item {
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .about .a-item {
        padding: 0;
        margin-bottom: 35px;
    }
}
.about .a-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 13617021277%;
    height: 100%;
    background-color: #e9f5f5;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .about .a-item::before {
        display: none;
    }
}
.about .a-item .pic {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .about .a-item .pic {
        float: none;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .about .a-item .pic:hover img {
        transform: scale(1.1);
    }
}
.about .a-item .pic .img-box {
    padding-bottom: 75.36231884%;
}
.about .a-item .pic .img-box img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.about .a-item .txt {
    position: absolute;
    top: 70px;
    width: 46.45390071%;
    height: 83.43195266%;
    z-index: 2;
}
@media screen and (max-width: 1199px) {
    .about .a-item .txt {
        top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .about .a-item .txt {
        top: 40px;
        height: 82%;
    }
}
@media screen and (max-width: 767px) {
    .about .a-item .txt {
        top: 0;
        height: auto;
        position: relative;
        width: 100%;
        padding: 10px 20px;
        background-color: #f5eee6;
    }
}
.about .a-item .txt b {
    display: block;
    padding: 18px 0;
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about .a-item .txt b {
        padding: 10px 0;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about .a-item .txt b {
        padding: 5px 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about .a-item .txt b {
        font-size: 18px;
    }
}
.about .a-item .txt .info {
    overflow: auto;
    max-height: 74.46808511%;
}
@media screen and (max-width: 767px) {
    .about .a-item .txt .info {
        height: 150px;
        max-height: 150px;
    }
}
.about .a-item .txt .info p {
    font-size: 18px;
    line-height: 2;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about .a-item .txt .info p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .about .a-item .txt .info p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .about .a-item .txt .info p {
        font-size: 14px;
    }
}
.about .a-item:nth-child(even)::before {
    display: none;
}
.about .a-item:nth-child(even) .txt {
    right: 0;
}
.about .a-item:nth-child(odd) .pic {
    float: right;
}
@media screen and (max-width: 767px) {
    .about .a-item:nth-child(odd) .pic {
        float: none;
    }
}
.about .a-item:nth-child(odd) .txt {
    left: 0;
}
.about .abstract {
    position: relative;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .about .abstract {
        padding-top: 0;
    }
}
.about .abstract .title {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 15px;
}
@media screen and (max-width: 1199px) {
    .about .abstract .title {
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .about .abstract .title {
        padding-bottom: 30px;
    }
}
.about .abstract .title b {
    display: block;
    font-size: 30px;
    line-height: 1.33333333;
    color: #0f0f0f;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .about .abstract .title b {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about .abstract .title b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about .abstract .title b {
        font-size: 18px;
    }
}
.about .certificate {
    overflow: hidden;
    padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
    .about .certificate {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .about .certificate {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .about .certificate {
        padding-bottom: 40px;
    }
}
.about .certificate .title {
    padding: 55px 0 25px 0;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .about .certificate .title {
        padding: 40px 0 25px 0;
    }
}
@media screen and (max-width: 991px) {
    .about .certificate .title {
        padding: 30px 0 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .about .certificate .title {
        padding: 20px 0;
    }
}
.about .certificate .title b {
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about .certificate .title b {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about .certificate .title b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about .certificate .title b {
        font-size: 18px;
    }
}
.about .certificate .about-certificate-slick .slick-list {
    margin: 0 -15px;
    margin-bottom: -5px;
}
.about .certificate .about-certificate-slick .slick-list .slick-track {
    min-width: 100%;
}
.about .certificate .about-certificate-slick .slick-list .slick-track .slick-slide {
    padding: 0 15px;
}
.about .certificate .about-certificate-slick .slick-list .slick-track .slick-slide .item {
    display: block;
    padding: 22.5px 25px;
    background-color: #e9f5f5;
}
@media screen and (max-width: 1199px) {
    .about .certificate .about-certificate-slick .slick-list .slick-track .slick-slide .item {
        padding: 20px 22.5px;
    }
}
@media screen and (max-width: 991px) {
    .about .certificate .about-certificate-slick .slick-list .slick-track .slick-slide .item {
        padding: 15px 17.5px;
    }
}
@media screen and (max-width: 767px) {
    .about .certificate .about-certificate-slick .slick-list .slick-track .slick-slide .item {
        padding: 10px 12.5px;
    }
}
.about .certificate .about-certificate-slick .slick-list .slick-track .slick-slide .item .img-box {
    padding-bottom: 141.07142857%;
}
.about .certificate .about-certificate-slick .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-color: transparent;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #b1cac9;
    z-index: 5;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .about .certificate .about-certificate-slick .slick-arrow {
        background-color: #b1cac9;
    }
}
@media screen and (max-width: 767px) {
    .about .certificate .about-certificate-slick .slick-arrow {
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .about .certificate .about-certificate-slick .slick-arrow:hover {
        background-color: #7ea7a5;
        border-color: #7ea7a5;
    }
    .about .certificate .about-certificate-slick .slick-arrow:hover::before {
        color: #fff;
    }
}
.about .certificate .about-certificate-slick .slick-arrow::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\eb60';
    color: #b1cac9;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .about .certificate .about-certificate-slick .slick-arrow::before {
        color: #fff;
    }
}
.about .certificate .about-certificate-slick .slick-prev {
    left: -20px;
    transform: translate(-100%, -50%);
}
@media screen and (max-width: 1300px) {
    .about .certificate .about-certificate-slick .slick-prev {
        left: 20px;
        transform: translate(0, -50%);
    }
}
@media screen and (max-width: 767px) {
    .about .certificate .about-certificate-slick .slick-prev {
        left: 0;
    }
}
.about .certificate .about-certificate-slick .slick-next {
    right: -20px;
    transform: translate(100%, -50%);
}
@media screen and (max-width: 1300px) {
    .about .certificate .about-certificate-slick .slick-next {
        right: 20px;
        transform: translate(0, -50%);
    }
}
@media screen and (max-width: 767px) {
    .about .certificate .about-certificate-slick .slick-next {
        right: 0;
    }
}
.about .certificate .about-certificate-slick .slick-next::before {
    content: '\e625';
}
.about .service {
    position: relative;
}
.about .service .title {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 5;
}
@media screen and (max-width: 1199px) {
    .about .service .title {
        position: relative;
        top: 0;
        padding: 20px 0;
    }
}
.about .service .title::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 136.17021277%;
    height: 100%;
    background-color: #f5eee6;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .about .service .title::before {
        display: block;
    }
}
.about .service .title b {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .about .service .title b {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about .service .title b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about .service .title b {
        font-size: 18px;
    }
}
.about .service .a-item {
    padding-top: 145px;
}
@media screen and (max-width: 1199px) {
    .about .service .a-item {
        padding: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .about .service .a-item {
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .about .service .a-item {
        padding: 0;
        margin-bottom: 35px;
    }
}
.about .service .a-item .txt {
    top: 145px;
    height: 76.63043478%;
}
@media screen and (max-width: 1199px) {
    .about .service .a-item .txt {
        top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .about .service .a-item .txt {
        top: 40px;
        height: 82%;
    }
}
@media screen and (max-width: 767px) {
    .about .service .a-item .txt {
        top: 0;
        height: auto;
    }
}
.about .service .a-item:nth-child(even)::before {
    display: block;
}
.about .equipment {
    overflow: hidden;
    padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
    .about .equipment {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .about .equipment {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .about .equipment {
        padding-bottom: 40px;
    }
}
.about .equipment .title {
    text-align: center;
}
.about .equipment .title h5 {
    margin: 0;
    padding: 58px 0 39px 0;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about .equipment .title h5 {
        padding: 40px 0 30px 0;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about .equipment .title h5 {
        padding: 30px 0 20px 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about .equipment .title h5 {
        padding: 20px 0 10px 0;
    }
}
.about .equipment .title b {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    color: #0f0f0f;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    .about .equipment .title b {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .about .equipment .title b {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .about .equipment .title b {
        font-size: 16px;
    }
}
.about .equipment .title p {
    padding: 22px 0 34px 0;
    font-size: 16px;
    line-height: 2.25;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about .equipment .title p {
        padding: 20px 0 30px 0;
        line-height: 2;
    }
}
@media screen and (max-width: 991px) {
    .about .equipment .title p {
        padding: 15px 0 20px 0;
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .about .equipment .title p {
        padding: 10px 0 15px 0;
        font-size: 14px;
    }
}
.about .equipment .equipment-list {
    padding-bottom: 10px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .about .equipment .equipment-list {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .about .equipment .equipment-list li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.about .equipment .equipment-list li .item {
    display: block;
}
.about .equipment .equipment-list li .item .pic .img-box {
    padding-bottom: 50%;
}
.about .equipment .equipment-list li .item .txt {
    padding: 22px 0 32px 0;
}
@media screen and (max-width: 1199px) {
    .about .equipment .equipment-list li .item .txt {
        padding: 10px 0 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .about .equipment .equipment-list li .item .txt {
        margin-bottom: 10px;
    }
}
.about .equipment .equipment-list li .item .txt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1.8;
    color: #333333;
}
@media screen and (max-width: 1199px) {
    .about .equipment .equipment-list li .item .txt p {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .about .equipment .equipment-list li .item .txt p {
        font-size: 16px;
    }
}
.about .equipment .ajax-more {
    text-align: center;
}
.about .equipment .ajax-more a {
    display: inline-block;
    padding: 0 6px 6px;
    border-bottom: 2px solid #b1cac9;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .about .equipment .ajax-more a {
        padding: 0 3px 3px;
    }
}
.about .equipment .ajax-more a::after {
    display: inline-block;
    transform: rotateZ(-90deg);
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #000;
    font-size: 14px;
}
.about .equipment .ajax-more .disabled::after {
    display: none;
}
.about .equipment .page {
    display: none;
}
.about-history {
    background-color: #fff;
}
.about-history .history-content p {
    font-size: 18px;
    line-height: 2.25;
    color: #0f0f0f;
}
@media screen and (max-width:1199px) {
    .about-history .history-content p {
        font-size: 16px;
    }
}
.about-history .history-content p img {
    max-width: 100%;
    height: auto !important;
}
@media screen and (max-width:767px) {
    .about-history .history-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}
.about-history .history-title {
    padding-top: 6px;
    text-align: center;
}
.about-history .history-title h4 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about-history .history-title h4 {
        font-size: 25px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .about-history .history-title h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }
}
.about-history .history-title .history-time span {
    font-size: 72px;
    line-height: 1.11111111;
    color: #b1cac9;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .about-history .history-title .history-time span {
        font-size: 55px;
    }
}
@media screen and (max-width: 991px) {
    .about-history .history-title .history-time span {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .history-title .history-time span {
        font-size: 35px;
    }
}
.about-history .history-title b {
    display: block;
    padding: 25px 0 15px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about-history .history-title b {
        padding: 20px 0 10px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-history .history-title b {
        padding: 15px 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-history .history-title b {
        padding: 10px 0;
    }
}
.about-history .history-title P {
    padding-bottom: 44px;
    font-size: 16px;
    line-height: 2.25;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about-history .history-title P {
        padding-bottom: 35px;
        line-height: 2;
    }
}
@media screen and (max-width: 991px) {
    .about-history .history-title P {
        padding-bottom: 25px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .about-history .history-title P {
        padding-bottom: 15px;
    }
}
.about-history .content .slider-nav {
    position: relative;
    padding: 30px 16.31205674%;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-nav {
        padding: 25px 16.31205674%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-nav {
        padding: 20px 40px;
        margin-bottom: 40px;
    }
}
.about-history .content .slider-nav::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 136.17021277%;
    height: 100%;
    background-color: #e9f5f5;
    z-index: 1;
}
.about-history .content .slider-nav .slick-list {
    position: relative;
    z-index: 2;
}
.about-history .content .slider-nav .slick-list .item {
    position: relative;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #333231;
    font-family: 'Helvetica-Bold';
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .about-history .content .slider-nav .slick-list .item:hover {
        color: #b1cac9;
    }
    .about-history .content .slider-nav .slick-list .item:hover:before {
        background-color: #b1cac9;
    }
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-nav .slick-list .item {
        font-size: 20px;
        height: 65px;
        line-height: 65px;
    }
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-nav .slick-list .item {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-nav .slick-list .item {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}
.about-history .content .slider-nav .slick-list .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.about-history .content .slider-nav .slick-list .item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #8f8b86;
}
.about-history .content .slider-nav .slick-list .slick-current .item::before {
    background-color: #b1cac9;
}
.about-history .content .slider-nav .slick-list .slick-current .item::after {
    display: none;
}
.about-history .content .slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 66px;
    font-size: 0;
    background-color: #fff;
    z-index: 5;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-nav .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-nav .slick-arrow {
        width: 35px;
        height: 35px;
    }
}
@media screen and (min-width: 1200px) {
    .about-history .content .slider-nav .slick-arrow:hover {
        background-color: #b1cac9;
    }
    .about-history .content .slider-nav .slick-arrow:hover::before {
        color: #fff;
    }
}
.about-history .content .slider-nav .slick-arrow::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e625';
    color: #999285;
    font-weight: 700;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.about-history .content .slider-nav .slick-prev {
    left: 90px;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-nav .slick-prev {
        left: 60px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-nav .slick-prev {
        left: 0;
    }
}
.about-history .content .slider-nav .slick-prev::before {
    content: '\eb60';
}
.about-history .content .slider-nav .slick-next {
    right: 90px;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-nav .slick-next {
        right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-nav .slick-next {
        right: 0;
    }
}
.about-history .content .slider-for .slick-list .item {
    padding: 0 3.19148936%;
}
.about-history .content .slider-for .slick-list .item .pic .img-box {
    padding-bottom: 50%;
}
.about-history .content .slider-for .slick-list .item .txt {
    padding: 50px 0 60px 0;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-for .slick-list .item .txt {
        padding: 30px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt {
        padding: 25px 0;
        padding-top: 0;
    }
}
.about-history .content .slider-for .slick-list .item .txt .left {
    float: left;
    width: 15.24822695%;
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt .left {
        float: none;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #d9d5d0;
    }
}
.about-history .content .slider-for .slick-list .item .txt .left p {
    font-size: 30px;
    line-height: 1.33333333;
    color: #000000;
    font-family: 'Helvetica-Bold';
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-for .slick-list .item .txt .left p {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt .left p {
        font-size: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-for .slick-list .item .txt .left p {
        font-size: 18px;
    }
}
.about-history .content .slider-for .slick-list .item .txt .right {
    position: relative;
    float: right;
    width: 84.75177305%;
    padding-left: 31px;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-for .slick-list .item .txt .right {
        padding-left: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt .right {
        padding-left: 0;
        padding-top: 5px;
        float: none;
        width: 100%;
    }
}
.about-history .content .slider-for .slick-list .item .txt .right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 88.88888889%;
    background-color: #d9d5d0;
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt .right::before {
        display: none;
    }
}
.about-history .content .slider-for .slick-list .item .txt .right b {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-for .slick-list .item .txt .right b {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt .right b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-for .slick-list .item .txt .right b {
        font-size: 18px;
    }
}
.about-history .content .slider-for .slick-list .item .txt .right .txt-box {
    max-height: 250px;
    overflow: auto;
}
.about-history .content .slider-for .slick-list .item .txt .right .txt-box p {
    font-size: 16px;
    line-height: 2.25;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about-history .content .slider-for .slick-list .item .txt .right .txt-box p {
        line-height: 2;
    }
}
@media screen and (max-width: 991px) {
    .about-history .content .slider-for .slick-list .item .txt .right .txt-box p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .about-history .content .slider-for .slick-list .item .txt .right .txt-box p {
        font-size: 14px;
    }
}
.about-new {
    padding-bottom: 70px;
    background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .about-new {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .about-new {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .about-new {
        padding-bottom: 40px;
    }
}
.about-new .new-title {
    text-align: center;
}
.about-new .new-title h4 {
    margin: 0;
    padding: 7px 0 17px 0;
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .about-new .new-title h4 {
        padding: 5px 0 15px 0;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-new .new-title h4 {
        padding: 0px 0 10px 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-new .new-title h4 {
        padding: 0px 0 5px 0;
        font-size: 18px;
    }
}
.about-new .new-title b {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    color: #0f0f0f;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    .about-new .new-title b {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .about-new .new-title b {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .about-new .new-title b {
        font-size: 16px;
    }
}
.about-new .new-title p {
    padding: 24px 0 37px 0;
    font-size: 16px;
    line-height: 2.25;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about-new .new-title p {
        padding: 20px 0 30px 0;
        line-height: 2;
    }
}
@media screen and (max-width: 991px) {
    .about-new .new-title p {
        padding: 15px 0 25px 0;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1199px) {
    .about-new .new-title p {
        padding: 10px 0 20px 0;
        line-height: 1.6;
    }
}
.about-new .content {
    padding-bottom: 10px;
}
.about-new .content li {
    margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
    .about-new .content li {
        margin-bottom: 30px;
    }
}
.about-new .content li .item .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .about-new .content li .item .pic:hover::before {
        top: 50%;
    }
    .about-new .content li .item .pic:hover .img-box img {
        transform: scale(1.1);
    }
}
.about-new .content li .item .pic::before {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    background-color: #b1cac9;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    font-size: 21px;
    z-index: 2;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.about-new .content li .item .pic .img-box {
    padding-bottom: 62.66666667%;
}
.about-new .content li .item .pic .img-box img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.about-new .content li .item .txt {
    min-height: 117px;
}
@media screen and (max-width: 1199px) {
    .about-new .content li .item .txt {
        min-height: 120px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        padding: 10px;
    }
}
.about-new .content li .item .txt p {
    padding: 20px 0 7px 0;
    font-size: 14px;
    line-height: 2.14285714;
    color: #729aa3;
}
@media screen and (max-width: 1199px) {
    .about-new .content li .item .txt p {
        padding: 7px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-new .content li .item .txt p {
        font-size: 12px;
    }
}
.about-new .content li .item .txt a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .about-new .content li .item .txt a {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .about-new .content li .item .txt a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-new .content li .item .txt a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .about-new .content li .item .txt a:hover {
        color: #7ea7a5;
        text-decoration: underline;
    }
}
.about-new-details {
    background-color: #fff;
}
.about-new-details .title {
    text-align: center;
}
.about-new-details .title b {
    display: block;
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .about-new-details .title b {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-new-details .title b {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-new-details .title b {
        font-size: 18px;
    }
}
.about-new-details .title .details {
    padding: 30px 0 17px 0;
}
@media screen and (max-width: 1199px) {
    .about-new-details .title .details {
        padding: 25px 0 15px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-new-details .title .details {
        padding: 20px 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-new-details .title .details {
        padding: 10px 0 5px 0;
    }
}
.about-new-details .title .details span {
    font-size: 14px;
    line-height: 2.14285714;
    color: #729aa3;
}
@media screen and (max-width: 991px) {
    .about-new-details .content {
        padding-bottom: 30px;
    }
}
.about-new-details .content .txt {
    float: left;
    width: 53.19148936%;
}
@media screen and (max-width: 991px) {
    .about-new-details .content .txt {
        float: none;
        width: 100%;
    }
}
.about-new-details .content .txt p {
    font-size: 18px;
    line-height: 2.25;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .about-new-details .content .txt p {
        line-height: 2;
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .about-new-details .content .txt p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .about-new-details .content .txt p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.about-new-details .content .txt p img {
    max-width: 100%;
    height: auto;
}
.about-new-details .content .pic {
    float: right;
    width: 44.68085106%;
    padding-top: 8px;
}
.about-new-details .content .pic p {
    margin-bottom: 15px;
}
.about-new-details .content .pic .item {
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
}
.about-new-details .content .pic .item img {
    width: 80%;
}
@media (max-width:1199px) {
    .about-new-details .content .pic .item img {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .about-new-details .content .pic {
        float: none;
        width: 100%;
    }
}
/* .about-new-details .content .pic .img-box {
  padding-bottom: 62.53968254%;
} */
.about-new-details .content .pic img {
    width: 100%;
    height: auto !important;
}
.about-new-details .new-link {
    position: relative;
}
.about-new-details .new-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 136.17021277%;
    height: 1px;
    background-color: #dbd5ce;
}
.about-new-details .new-link a {
    display: block;
    float: left;
    line-height: 114px;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
    .about-new-details .new-link a {
        line-height: 90px;
    }
}
@media screen and (max-width: 991px) {
    .about-new-details .new-link a {
        line-height: 80px;
    }
}
@media screen and (max-width: 767px) {
    .about-new-details .new-link a {
        line-height: 60px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .about-new-details .new-link a:nth-child(1):hover {
        color: #7ea7a5;
    }
    .about-new-details .new-link a:nth-child(1):hover::before {
        color: #7ea7a5;
    }
}
.about-new-details .new-link a:nth-child(1)::before {
    display: inline-block;
    margin-right: 10px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.about-new-details .new-link a:nth-child(2) {
    float: right;
}
@media screen and (min-width: 1200px) {
    .about-new-details .new-link a:nth-child(2):hover {
        color: #7ea7a5;
    }
    .about-new-details .new-link a:nth-child(2):hover::after {
        color: #7ea7a5;
    }
}
.about-new-details .new-link a:nth-child(2)::after {
    display: inline-block;
    transform: rotateZ(180deg);
    margin-left: 10px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62f';
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.whyus {
    overflow: hidden;
}
.whyus .whyus-title {
    padding-bottom: 45px;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-title {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 991px) {
    .whyus .whyus-title {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-title {
        padding-bottom: 15px;
    }
}
.whyus .whyus-title h2 {
    margin: 0;
    font-size: 36px;
    line-height: 0.97222222;
    font-family: 'Helvetica-Bold';
    color: #0f0f0f;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .whyus .whyus-title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-title h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .whyus .whyus-title h2 {
        font-size: 18px;
    }
}
.whyus .whyus-title p {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .whyus .whyus-title p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-title p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .whyus .whyus-title p {
        font-size: 12px;
    }
}
.whyus .whyus-form {
    overflow: hidden;
    background-color: #bfdede;
}
.whyus .whyus-form h2 {
    margin: 0;
    padding-bottom: 45px;
    font-size: 30px;
    line-height: 0.85714286;
    color: #0f0f0f;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-form h2 {
        font-size: 25px;
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 991px) {
    .whyus .whyus-form h2 {
        font-size: 22px;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-form h2 {
        font-size: 18px;
        padding-bottom: 25px;
    }
}
.whyus .whyus-form form ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
@media screen and (max-width: 767px) {
    .whyus .whyus-form form ul {
        margin: 0 -5px;
    }
}
.whyus .whyus-form form ul li {
    width: 100%;
    padding: 0 7.5px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-form form ul li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-form form ul li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
.whyus .whyus-form form ul li input,
.whyus .whyus-form form ul li textarea {
    display: block;
    width: 100%;
    padding: 16.5px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #0f0f0f;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-form form ul li input,
    .whyus .whyus-form form ul li textarea {
        padding: 10px 15px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-form form ul li input,
    .whyus .whyus-form form ul li textarea {
        padding: 8px;
    }
}
.whyus .whyus-form form ul li input::-webkit-input-placeholder,
.whyus .whyus-form form ul li textarea::-webkit-input-placeholder {
    color: #0f0f0f;
}
.whyus .whyus-form form ul li input:-o-placeholder,
.whyus .whyus-form form ul li textarea:-o-placeholder {
    color: #0f0f0f;
}
.whyus .whyus-form form ul li input::-moz-placeholder,
.whyus .whyus-form form ul li textarea::-moz-placeholder {
    color: #0f0f0f;
}
.whyus .whyus-form form ul li input:-ms-input-placeholder,
.whyus .whyus-form form ul li textarea:-ms-input-placeholder {
    color: #0f0f0f;
}
.whyus .whyus-form form ul li input:focus::-webkit-input-placeholder,
.whyus .whyus-form form ul li textarea:focus::-webkit-input-placeholder {
    color: #ababab;
}
.whyus .whyus-form form ul li input:focus::-o-placeholder,
.whyus .whyus-form form ul li textarea:focus::-o-placeholder {
    color: #ababab;
}
.whyus .whyus-form form ul li input:focus::-moz-placeholder,
.whyus .whyus-form form ul li textarea:focus::-moz-placeholder {
    color: #ababab;
}
.whyus .whyus-form form ul li input:focus::-ms-input-placeholder,
.whyus .whyus-form form ul li textarea:focus::-ms-input-placeholder {
    color: #ababab;
}
.whyus .whyus-form form ul li textarea {
    height: 185px;
}
@media screen and (max-width: 767px) {
    .whyus .whyus-form form ul li textarea {
        height: 150px;
    }
}
.whyus .whyus-form form ul li button {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 65px;
    border-radius: 32.5px;
    font-size: 14px;
    color: #21a0a0;
    background-color: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-form form ul li button {
        width: 150px;
        height: 40px;
        border-radius: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .whyus .whyus-form form ul li button:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    }
}
.whyus .whyus-form form ul li button::after {
    padding-left: 15px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e610';
    font-size: 14px;
}
.whyus .whyus-form form ul li:nth-child(-n+4) {
    width: 50%;
}
/*@media screen and (max-width: 767px) {
  .whyus .whyus-form form ul li:nth-child(-n+3) {
    width: 50%;
  }
}*/
@media screen and (max-width: 767px) {
    .whyus .whyus-form form ul li:nth-child(4) {
        width: 50%;
    }
}
.whyus .whyus-form form ul li:nth-child(5) {
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-form form ul li:nth-child(5) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-form form ul li:nth-child(5) {
        margin-bottom: 10px;
    }
}
.whyus .whyus-form form ul li:nth-child(6) {
    margin-bottom: 0;
}
.whyus .whyus-list {
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-list {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-list {
        padding-top: 10px;
    }
}
.whyus .whyus-list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-list ul li {
        margin-bottom: 30px;
    }
}
.whyus .whyus-list ul li .pic-box,
.whyus .whyus-list ul li .txt-box {
    width: 48.93617021%;
}
@media screen and (max-width: 767px) {
    .whyus .whyus-list ul li .pic-box,
    .whyus .whyus-list ul li .txt-box {
        width: 100%;
    }
}
.whyus .whyus-list ul li .pic-box .img-box {
    padding-bottom: 75.36231884%;
}
.whyus .whyus-list ul li .txt-box .title {
    padding: 25px 0 30px;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-list ul li .txt-box .title {
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-list ul li .txt-box .title {
        padding: 15px 0 5px;
    }
}
.whyus .whyus-list ul li .txt-box .title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.16666667;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-list ul li .txt-box .title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .whyus .whyus-list ul li .txt-box .title h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-list ul li .txt-box .title h2 {
        font-size: 18px;
    }
}
.whyus .whyus-list ul li .txt-box .txt p {
    font-size: 18px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width:1199px) {
    .whyus .whyus-list ul li .txt-box .txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .whyus .whyus-list ul li .txt-box .txt p {
        font-size: 14px;
    }
}
.whyus .whyus-list ul li:nth-child(n) .txt-box {
    padding-left: 30px;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-list ul li:nth-child(n) .txt-box {
        padding-left: 0;
    }
}
.whyus .whyus-list ul li:nth-child(2n) {
    flex-direction: row-reverse;
}
.whyus .whyus-list ul li:nth-child(2n) .txt-box {
    padding-right: 30px;
}
@media screen and (max-width: 1199px) {
    .whyus .whyus-list ul li:nth-child(2n) .txt-box {
        padding-right: 0;
    }
}
.whyus-quality .quality-video .img-box {
    padding-bottom: 37.58865248%;
    cursor: pointer;
}
.whyus-quality .quality-video .img-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    background: url(../images/img/why_quality_icon.png) no-repeat center;
    background-size: cover;
    z-index: 5;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .quality-video .img-box::before {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-quality .quality-video .img-box::before {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-quality .quality-video .img-box::before {
        width: 40px;
        height: 40px;
    }
}
.whyus-quality .list-column2 {
    overflow: hidden;
    padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column2 {
        padding-bottom: 20px;
    }
}
.whyus-quality .list-column2 ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li {
        margin-top: 60px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column2 ul li {
        margin-top: 45px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li {
        margin-top: 30px;
    }
}
.whyus-quality .list-column2 ul li .pic-box,
.whyus-quality .list-column2 ul li .txt-box {
    width: 46.80851064%;
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li .pic-box,
    .whyus-quality .list-column2 ul li .txt-box {
        width: 100%;
    }
}
.whyus-quality .list-column2 ul li .pic-box {
    position: relative;
}
.whyus-quality .list-column2 ul li .pic-box::before {
    content: '';
    position: absolute;
    top: -30px;
    width: 100%;
    height: 100%;
    background-color: #e9f5f5;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li .pic-box::before {
        top: -20px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li .pic-box::before {
        top: -10px;
    }
}
.whyus-quality .list-column2 ul li .pic-box .img-box {
    padding-bottom: 75%;
}
.whyus-quality .list-column2 ul li .txt-box .title {
    padding: 25px 0;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li .txt-box .title {
        padding: 15px 0;
    }
}
.whyus-quality .list-column2 ul li .txt-box .title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 0.85714286;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li .txt-box .title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column2 ul li .txt-box .title h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li .txt-box .title h2 {
        font-size: 18px;
    }
}
.whyus-quality .list-column2 ul li .txt-box .txt p {
    font-size: 18px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li .txt-box .txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li .txt-box .txt p {
        font-size: 14px;
    }
}
.whyus-quality .list-column2 ul li:nth-child(n) .pic-box::before {
    right: -30px;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li:nth-child(n) .pic-box::before {
        right: -20px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li:nth-child(n) .pic-box::before {
        right: -10px;
    }
}
.whyus-quality .list-column2 ul li:nth-child(2n) {
    flex-direction: row-reverse;
}
.whyus-quality .list-column2 ul li:nth-child(2n) .pic-box::before {
    left: -30px;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column2 ul li:nth-child(2n) .pic-box::before {
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column2 ul li:nth-child(2n) .pic-box::before {
        left: 10px;
    }
}
.whyus-quality .list-column-more {
    overflow: hidden;
}
.whyus-quality .list-column-more>h2 {
    margin: 0;
    padding: 50px 0;
    font-size: 30px;
    line-height: 1.16666667;
    color: #0f0f0f;
    text-align: center;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column-more>h2 {
        padding: 20px 0;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column-more>h2 {
        padding: 15px 0 20px;
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column-more>h2 {
        padding: 10px 0 20px;
        font-size: 18px;
    }
}
.whyus-quality .list-column-more ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column-more ul {
        margin: 0 -10px;
    }
}
.whyus-quality .list-column-more ul li {
    width: 33.333333%;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column-more ul li {
        padding: 0 10px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-quality .list-column-more ul li {
        width: 50%;
    }
}
.whyus-quality .list-column-more ul li .pic-box {
    display: block;
}
@media screen and (min-width: 1200px) {
    .whyus-quality .list-column-more ul li .pic-box:hover img {
        transform: scale(1.05);
    }
}
.whyus-quality .list-column-more ul li .pic-box .img-box {
    padding-bottom: 74.44444444%;
}
.whyus-quality .list-column-more ul li .pic-box .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.whyus-quality .list-column-more ul li .txt-box {
    padding: 25px 0;
}
@media screen and (max-width: 1199px) {
    .whyus-quality .list-column-more ul li .txt-box {
        padding: 15px 0;
    }
}
.whyus-quality .list-column-more ul li .txt-box .title {
    padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column-more ul li .txt-box .title {
        padding-bottom: 5px;
    }
}
.whyus-quality .list-column-more ul li .txt-box .title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column-more ul li .txt-box .title h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column-more ul li .txt-box .title h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-quality .list-column-more ul li .txt-box .title h3 {
        font-size: 14px;
    }
}
.whyus-quality .list-column-more ul li .txt-box .txt {
    overflow: auto;
    max-height: 120px;
}
.whyus-quality .list-column-more ul li .txt-box .txt p {
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 991px) {
    .whyus-quality .list-column-more ul li .txt-box .txt p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-quality .list-column-more ul li .txt-box .txt p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-quality .list-column-more ul li .txt-box .txt p {
        font-size: 12px;
    }
}
.whyus-solutio .recommended-product-list {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .whyus-solutio .recommended-product-list {
        padding-bottom: 15px;
    }
}
.whyus-solutio .recommended-product-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media screen and (max-width: 991px) {
    .whyus-solutio .recommended-product-list ul {
        margin: 0 -5px;
    }
}
.whyus-solutio .recommended-product-list ul li {
    padding: 0 15px;
    width: 33.33333333%;
}
@media screen and (max-width: 991px) {
    .whyus-solutio .recommended-product-list ul li {
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-solutio .recommended-product-list ul li {
        width: 50%;
    }
}
.whyus-solutio .recommended-product-list ul li .pic-box {
    display: block;
}
@media screen and (min-width: 1200px) {
    .whyus-solutio .recommended-product-list ul li .pic-box:hover .img-box img {
        transform: scale(1.05);
    }
}
.whyus-solutio .recommended-product-list ul li .pic-box .img-box {
    padding-bottom: 75.55555556%;
}
.whyus-solutio .recommended-product-list ul li .pic-box .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.whyus-solutio .recommended-product-list ul li .txt-box {
    padding: 25px 0 40px;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .recommended-product-list ul li .txt-box {
        padding: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .whyus-solutio .recommended-product-list ul li .txt-box {
        padding: 5px 0;
    }
}
.whyus-solutio .recommended-product-list ul li .txt-box h3 {
    margin: 0;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .recommended-product-list ul li .txt-box h3 {
        padding-bottom: 5px;
    }
}
.whyus-solutio .recommended-product-list ul li .txt-box h3 a {
    font-size: 20px;
    line-height: 1.25;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .recommended-product-list ul li .txt-box h3 a {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-solutio .recommended-product-list ul li .txt-box h3 a {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-solutio .recommended-product-list ul li .txt-box h3 a {
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .whyus-solutio .recommended-product-list ul li .txt-box h3 a:hover {
        color: #22a0a0;
        text-decoration: underline;
    }
}
.whyus-solutio .recommended-product-list ul li .txt-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 991px) {
    .whyus-solutio .recommended-product-list ul li .txt-box p {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-solutio .recommended-product-list ul li .txt-box p {
        font-size: 12px;
    }
}
.whyus-solutio .whyus-advantages {
    overflow: hidden;
    padding: 50px 0 40px;
    background-color: #3cada8;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages {
        padding: 40px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages {
        padding: 30px 0 10px;
    }
}
.whyus-solutio .whyus-advantages .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages .title {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages .title {
        padding-bottom: 20px;
    }
}
.whyus-solutio .whyus-advantages .title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.16666667;
    color: #ffffff;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages .title h2 {
        font-size: 25px;
        line-height: 1.4;
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 991px) {
    .whyus-solutio .whyus-advantages .title h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages .title h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-solutio .whyus-advantages .title h2 {
        font-size: 16px;
    }
}
.whyus-solutio .whyus-advantages .title a {
    display: block;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages .title a {
        width: 200px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages .title a {
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .whyus-solutio .whyus-advantages .title a:hover {
        background-color: #fff;
        color: #3cada8;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    .whyus-solutio .whyus-advantages .title a:hover::after {
        color: #3cada8;
    }
}
.whyus-solutio .whyus-advantages .title a::after {
    padding-left: 15px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e610';
    font-size: 14px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages .title a::after {
        padding-left: 5px;
    }
}
.whyus-solutio .whyus-advantages ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
@media screen and (max-width: 991px) {
    .whyus-solutio .whyus-advantages ul {
        margin: 0 -10px;
    }
}
.whyus-solutio .whyus-advantages ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
.whyus-solutio .whyus-advantages ul li .item {
    height: 100%;
    min-height: 200px;
    padding: 30px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages ul li .item {
        padding: 15px;
        min-height: auto;
    }
}
.whyus-solutio .whyus-advantages ul li .item h3 {
    margin: 0;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.25;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus-solutio .whyus-advantages ul li .item h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages ul li .item h3 {
        font-size: 16px;
    }
}
.whyus-solutio .whyus-advantages ul li .item p {
    overflow: auto;
    max-height: 96px;
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 767px) {
    .whyus-solutio .whyus-advantages ul li .item p {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .whyus-solutio .whyus-advantages ul li .item p {
        font-size: 12px;
    }
}
.whyus-sustainable .info {
    padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .whyus-sustainable .info {
        padding-bottom: 0;
    }
}
.whyus-sustainable .info .title {
    padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .whyus-sustainable .info .title {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-sustainable .info .title {
        padding-bottom: 5px;
    }
}
.whyus-sustainable .info .title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.16666667;
    color: #0f0f0f;
    font-family: 'Helvetica-Bold';
}
@media screen and (max-width: 1199px) {
    .whyus-sustainable .info .title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .whyus-sustainable .info .title h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-sustainable .info .title h2 {
        font-size: 18px;
    }
}
.whyus-sustainable .info .txt p {
    font-size: 18px;
    line-height: 1.5;
    color: #747474;
}
@media screen and (max-width: 1199px) {
    .whyus-sustainable .info .txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .whyus-sustainable .info .txt p {
        font-size: 14px;
    }
}
.contact {
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 150px;
}
@media screen and (max-width: 1199px) {
    .contact {
        padding-top: 120px;
    }
}
@media screen and (max-width: 991px) {
    .contact {
        padding-top: 100px;
    }
}
@media screen and (max-width: 767px) {
    .contact {
        padding-top: 90px;
    }
}
.contact .c-title h2 {
    margin: 0;
    padding: 58px 0 39px 0;
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .contact .c-title h2 {
        padding: 45px 0 20px 0;
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    .contact .c-title h2 {
        padding: 35px 0 15px 0;
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .contact .c-title h2 {
        padding: 25px 0 5px 0;
        font-size: 23px;
    }
}
.contact .c-title h3 {
    margin: 0;
    padding-bottom: 47px;
    font-size: 24px;
    line-height: 1.25;
    color: #0f0f0f;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .contact .c-title h3 {
        padding-bottom: 35px;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .contact .c-title h3 {
        padding-bottom: 25px;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .c-title h3 {
        font-size: 18px;
    }
}
.contact .info {
    overflow: hidden;
    margin: 70px 0;
    /*background-color: #e9f5f5;*/
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .contact .info {
        margin: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .contact .info {
        margin: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .contact .info {
        margin: 30px 0;
    }
}
.contact .info .txt {
    float: left;
    width: 40.42553191%;
    padding: 68px 90px 0 49px;
}
@media screen and (max-width: 1199px) {
    .contact .info .txt {
        float: none;
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info .txt {
        padding: 20px 15px;
    }
}
.contact .info .txt b {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #0f0f0f;
}
@media screen and (max-width: 991px) {
    .contact .info .txt b {
        font-size: 18px;
    }
}
.contact .info .txt p a,
.contact .info .txt p span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #666462;
}
@media screen and (max-width: 767px) {
    .contact .info .txt p a,
    .contact .info .txt p span {
        font-size: 14px;
    }
}
.contact .info .txt p a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
    .contact .info .txt p a:hover {
        color: #90a3a3;
        text-decoration: underline;
    }
}
.contact .info .txt p span:nth-child(1) {
    display: block;
    color: #333231;
}
.contact .info .txt p:nth-child(2) {
    margin-top: 32px;
}
@media screen and (max-width: 1199px) {
    .contact .info .txt p:nth-child(2) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info .txt p:nth-child(2) {
        margin-top: 10px;
    }
}
.contact .info .txt p:nth-child(2) a {
    font-size: 36px;
    line-height: 1;
    color: #90a3a3;
}
@media screen and (max-width: 1439px) {
    .contact .info .txt p:nth-child(2) a {
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .contact .info .txt p:nth-child(2) a {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .contact .info .txt p:nth-child(2) a {
        font-size: 20px;
    }
}
.contact .info .txt p:nth-child(2) span {
    line-height: 2.25;
}
.contact .info .txt p:nth-child(3) {
    margin-top: 26px;
}
@media screen and (max-width: 1199px) {
    .contact .info .txt p:nth-child(3) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info .txt p:nth-child(3) {
        margin-top: 10px;
    }
}
.contact .info .txt p:nth-child(3) a::after {
    padding: 0 5px;
    content: '/';
}
.contact .info .txt p:nth-child(3) a:last-child::after {
    display: none;
}
@media screen and (max-width: 460px) {
    .contact .info .txt p:nth-child(3) a:nth-child(2) {
        display: block;
    }
}
.contact .info .txt p:nth-child(4) {
    margin-top: 33px;
}
@media screen and (max-width: 1199px) {
    .contact .info .txt p:nth-child(4) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info .txt p:nth-child(4) {
        margin-top: 10px;
    }
}
.contact .info .map {
    float: right;
    width: 59.57446809%;
}
@media screen and (max-width: 1199px) {
    .contact .info .map {
        float: none;
        width: 100%;
    }
}
.contact .info .map .map-content {
    width: 100%;
    height: 500px;
}
@media screen and (max-width: 1199px) {
    .contact .info .map .map-content {
        height: 400px;
    }
}
@media screen and (max-width: 991px) {
    .contact .info .map .map-content {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info .map .map-content {
        height: 250px;
    }
}
.contact .c-form {
    padding-bottom: 70px;
    background-color: #b1cac9;
}
@media screen and (max-width: 1199px) {
    .contact .c-form {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .contact .c-form {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .contact .c-form {
        padding-bottom: 40px;
    }
}
.contact .c-form .title {
    padding: 62px 319px 46px;
}
@media screen and (max-width: 1439px) {
    .contact .c-form .title {
        padding: 50px 60px 34px;
    }
}
@media screen and (max-width: 1199px) {
    .contact .c-form .title {
        padding: 40px 40px 24px;
    }
}
@media screen and (max-width: 991px) {
    .contact .c-form .title {
        padding: 30px 30px 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .c-form .title {
        padding: 25px 0 15px;
    }
}
.contact .c-form .title p {
    font-size: 24px;
    line-height: 1.5;
    color: #0f0f0f;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .contact .c-form .title p {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .contact .c-form .title p {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .c-form .title p {
        font-size: 18px;
    }
}
.contact .c-form form ul li {
    text-align: center;
}
.contact .c-form form ul li input,
.contact .c-form form ul li textarea {
    display: block;
    width: 100%;
    padding: 0 20px;
    background-color: #ffffff;
    font-size: 14px;
    color: #999999;
    text-align: left;
}
@media screen and (max-width: 991px) {
    .contact .c-form form ul li input,
    .contact .c-form form ul li textarea {
        padding: 0 15px;
    }
}
.contact .c-form form ul li input {
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .contact .c-form form ul li input {
        height: 38px;
        line-height: 38px;
    }
}
.contact .c-form form ul li textarea {
    height: 116px;
    padding: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .contact .c-form form ul li textarea {
        padding: 15px;
        margin-bottom: 30px;
    }
}
.contact .c-form form ul li input::-webkit-input-placeholder,
.contact .c-form form ul li textarea::-webkit-input-placeholder {
    color: #999999;
}
.contact .c-form form ul li input:-o-placeholder,
.contact .c-form form ul li textarea:-o-placeholder {
    color: #999999;
}
.contact .c-form form ul li input::-moz-placeholder,
.contact .c-form form ul li textarea::-moz-placeholder {
    color: #999999;
}
.contact .c-form form ul li input:-ms-input-placeholder,
.contact .c-form form ul li textarea:-ms-input-placeholder {
    color: #999999;
}
.contact .c-form form ul li input:focus::-webkit-input-placeholder,
.contact .c-form form ul li textarea:focus::-webkit-input-placeholder {
    color: #ababab;
}
.contact .c-form form ul li input:focus::-o-placeholder,
.contact .c-form form ul li textarea:focus::-o-placeholder {
    color: #ababab;
}
.contact .c-form form ul li input:focus::-moz-placeholder,
.contact .c-form form ul li textarea:focus::-moz-placeholder {
    color: #ababab;
}
.contact .c-form form ul li input:focus::-ms-input-placeholder,
.contact .c-form form ul li textarea:focus::-ms-input-placeholder {
    color: #ababab;
}
.contact .c-form form ul li button {
    display: inline-block;
    width: 210px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px;
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    color: #0f0f0f;
    font-size: 16px;
    font-family: 'Helvetica-Bold';
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
    .contact .c-form form ul li button {
        width: 180px;
        height: 50px;
        line-height: 55px;
        border-radius: 25px;
    }
}
@media screen and (max-width: 991px) {
    .contact .c-form form ul li button {
        width: 140px;
        height: 40px;
        line-height: 45px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .c-form form ul li button {
        width: 100%;
        height: 35px;
        line-height: 40px;
        border-radius: 17.5px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .contact .c-form form ul li button:hover {
        background-color: #333231;
        color: #fff;
    }
}
.contact .stiemap .title {
    text-align: center;
}
.contact .stiemap .title b {
    display: block;
    padding: 57px 0 38px 0;
    font-size: 30px;
    line-height: 1.6;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .contact .stiemap .title b {
        padding: 40px 0 25px 0;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .contact .stiemap .title b {
        padding: 30px 0 15px 0;
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .contact .stiemap .title b {
        padding: 20px 0 5px 0;
        font-size: 20px;
    }
}
.contact .stiemap .title p {
    padding-bottom: 48px;
    font-size: 24px;
    line-height: 1.25;
    color: #0f0f0f;
}
@media screen and (max-width: 1199px) {
    .contact .stiemap .title p {
        font-size: 22px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .contact .stiemap .title p {
        font-size: 20px;
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 767px) {
    .contact .stiemap .title p {
        font-size: 18px;
        padding-bottom: 25px;
    }
}
.contact .stiemap .site-list {
    padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .contact .stiemap .site-list {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .contact .stiemap .site-list {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contact .stiemap .site-list {
        padding-bottom: 10px;
    }
}
.contact .stiemap .site-list>li a {
    display: block;
    height: 60px;
    padding-left: 20px;
    border: 1px solid #d9d9d9;
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
    .contact .stiemap .site-list>li a:hover {
        background-color: #40aba7;
        color: #fff;
    }
}
@media screen and (max-width: 1439px) {
    .contact .stiemap .site-list>li a {
        height: 55px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1199px) {
    .contact .stiemap .site-list>li a {
        text-align: center;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .contact .stiemap .site-list>li a {
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .contact .stiemap .site-list>li a {
        height: 40px;
        line-height: 40px;
    }
}
.contact .stiemap .site-list>li ul {
    margin: 0 -15px;
}
.contact .stiemap .site-list>li ul li {
    float: left;
    padding: 0 15px;
}
.contact .stiemap .site-list>li ul li a {
    width: 210px;
}
@media screen and (max-width: 1199px) {
    .contact .stiemap .site-list>li ul li a {
        width: auto;
        height: auto;
        line-height: normal;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 991px) {
    .contact .stiemap .site-list>li ul li a {
        padding: 8px 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact .stiemap .site-list>li ul li a {
        margin-bottom: 10px;
    }
}

.contact .info .map .img-box {
    padding-bottom: 59.52380952380952%;
}

@media screen and (max-width:1439px) and (min-width:1200px) {
    .contact .info .txt {
        padding-top: 30px;
    }
}

.product-details .graphic-container {
    margin: 30px 0;
    padding: 30px 0;
    /*background-color: #EAF6F6;*/
}
.product-details .graphic-container .graphic-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.product-details .graphic-container .flex-left,
.product-details .graphic-container .flex-right {
    width: 50%;
    padding: 0 15px;
}
.product-details .graphic-container .graphic-title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.33333333;
    color: #333333;
}
.product-details .graphic-container .graphic-inner p {
    font-size: 18px;
    line-height: 2.25;
    color: #666666;
}
.product-details .graphic-container .graphic-inner p img {
    max-width: 100%;
    height: auto !important;
}
.product-details .graphic-container .graphic-pic {
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}
.product-details .graphic-container .graphic-pic img {
    display: block;
    width: 100%;
    height: auto !important;
}

@media screen and (max-width: 1199px) {
    .product-details .graphic-container .graphic-title h2 {
        font-size: 20px;
    }
    .product-details .graphic-container .graphic-inner p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .graphic-container .graphic-title h2 {
        font-size: 18px;
    }
    .product-details .graphic-container .graphic-inner p {
        line-height: 1.8;
    }
    .product-details .graphic-container .flex-left,
    .product-details .graphic-container .flex-right {
        width: 100%;
    }
    .product-details .graphic-container .flex-right {
        padding-top: 20px;
    }
    .product-details .graphic-container .graphic-pic {
        height: auto;
        background: none !important;
    }
}
@media screen and (max-width: 767px) {
    .product-details .graphic-container .graphic-title h2 {
        font-size: 16px;
    }
    .product-details .graphic-container .graphic-inner p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.cookie-bar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;

}
.cookie-bar p {
    line-height: 24px;
}
.cookie-bar p a {
    color: rgba(8, 148, 152, 1);
}
.cookie-bar p a:hover {
    color: rgba(8, 148, 152, 0.7);
}
.cookie-bar .accept-cookie {
    color: #ffffff;
    background-color: rgb(0, 0, 0);
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
}
.cookie-bar .accept-cookie:hover {
    background-color: rgb(0, 0, 0, .9);
}
.privacy {
    padding: 80px 0;
}
@media(max-width:991px) {
    .privacy {
        padding: 40px 0;
    }
}
.privacy .content {
    margin-top: 30px;
}
.privacy .content p {
    line-height: 24px;
}

/* sitemap */
.sitemap_cont {
    padding: 170px 0 80px;
}

.sitemap_cont_list {
    display: flex;
    margin: 0 -10px;
}

.sitemap_cont_item {
    width: 20%;
    padding: 0 10px;
}

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color:
        #019196;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
}

.sitemap_cont_link:hover {
    text-decoration: underline;
}

.sitemap_second_list {
    margin-top: 15px;
}

.sitemap_second_item {
    margin-bottom: 10px;
}

.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover {
    color: #019196;
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 150px 0 60px;
    }

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }

    .sitemap_cont {
        padding: 120px 0 50px;
    }
}

@media screen and (max-width: 1200px) {
    .sitemap_cont {
        padding: 85px 0 50px;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }

    .sitemap_cont {
        padding: 70px 0 45px;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 30px 0 0px;
    }

    .sitemap_cont_list {
        flex-direction: column;
    }

    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }

    .sitemap_cont {
        padding: 70px 0 40px;
    }
}
/* sitemap-end */

.wrap-user-evaluation {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-user-evaluation {
        padding-top: 50px;
    }
}
.wrap-user-evaluation .evaluation>ul>li {
    padding: 30px 0;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .wrap-user-evaluation .evaluation>ul>li {
        padding: 18px 0;
    }
}
.wrap-user-evaluation .evaluation .item .title-evaluation h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-user-evaluation .evaluation .item .title-evaluation h3 {
        font-size: 18px;
    }
}
.wrap-user-evaluation .evaluation .item .star {
    margin-top: 6px;

    color: #ff9000;
}
.wrap-user-evaluation .evaluation .item .star i {
    margin-right: 4px;
}
.wrap-user-evaluation .evaluation .item .note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-user-evaluation .evaluation .item .note {
        margin-top: 10px;
    }
}
.wrap-user-evaluation .evaluation .item .note p {
    line-height: 24px;

    color: #666;
}

.title-evaluation {
    margin-bottom: 10px;
}

.star svg {
    width: 16px;
}

.title-product-show h2 {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33333333;
    color: #333333;
    text-align: center;
}
@media (max-width: 1200px) {
    .title-product-show h2 {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .title-product-show h2 {
        font-size: 20px;
    }
}
.carter_eva {
    padding-top: 0 !important;
}
@media (max-width: 768px) {
    .carter_eva {
        padding-bottom: 20px;
    }
}
/* 2023.11.9 */
.product-details .graphic-container .flex-left {
    width: 45.5%;
}
.product-details .graphic-container .flex-right {
    width: 54.5%;
}

@media(max-width:1440px) {
    .product-details .graphic-container .flex-left {
        width: 34.5%;
    }
    .product-details .graphic-container .flex-right {
        width: 65.5%;
    }
}
@media(max-width:1199px) {
    .product-details .graphic-container .flex-left {
        width: 100%;
    }
    .product-details .graphic-container .flex-right {
        width: 100%;
    }
}
/* header .header-bottom .lan-switch li a::before {
    background: url(../images/common/language1.png) no-repeat;
    background-size: cover;
} */
header .header-bottom .lan-switch li {
    display: inline-block;
    vertical-align: middle;
}
header .header-bottom .lan-switch li a.ru {
    margin-left: 4px;
}
header .header-bottom .lan-switch li a.ru::before {
    background: url(../images/common/ru.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    header .header-bottom .lan-switch li a {
        font-size: 0;
    }
}

/*
    单独给inquiry 按钮加颜色
*/
.goinquire {
    background-color: #39aca8 !important;
    color: #fff !important;
}
.goinquire::before {
    color: #fff !important;
}
.goinquire:hover {
    background-color: #2e8b88 !important;
    color: #fff !important;
}

.open-inquiry {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 22;
    background: rgba(0, 0, 0, 0.5);

    display: none;

}
.open-inquiry::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.open-inquiry .info {
    display: inline-block;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    padding: 24px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.open-inquiry .info .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.open-inquiry .info .close:hover::after {
    color: #555;
    background: #eee;
}
.open-inquiry .info .close::after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px / 30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.open-inquiry .info .tit h2 {
    text-align: center;
    font-weight: bold;
    color: #39aca8;
    font-size: 36px;
    margin-bottom: 20px;
}
.open-inquiry .info form {
    padding: 30px 0 10px 0;
    text-align: center;
}
.open-inquiry .info form input,
.open-inquiry .info form textarea {
    display: block;
    padding: 0 19px;
    border: 1px solid #ccc2c2;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 1.42857143;
    background-color: transparent;
    text-align: left;
}
@media screen and(max-width: 767px) {
    .open-inquiry .info form input,
    .open-inquiry .info form textarea {
        padding: 0 10px;
    }
}
.open-inquiry .info form input {
    float: left;
    height: 54px;
    width: 32.62411348%;
    line-height: 54px;
    margin-right: 1.06382979%;
}
@media screen and(max-width: 1199px) {
    .open-inquiry .info form input {
        height: 50px;
    }
}
@media screen and(max-width: 991px) {
    .open-inquiry .info form input {
        height: 45px;
    }
}
@media screen and(max-width: 767px) {
    .open-inquiry .info form input {
        height: 40px;
        margin-right: 0;
        width: 100%;
    }
}
.open-inquiry .info form input:nth-child(4) {
    margin-right: 0;
}
.open-inquiry .info form input:nth-child(1),
.open-inquiry .info form input:nth-child(5) {
    width: 100%;
    margin-right: 0;
}
.open-inquiry .info form textarea {
    padding: 10px 19px;
    margin-bottom: 40px;
    width: 100%;
    height: 186px;
}
@media screen and(max-width: 767px) {
    .open-inquiry .info form textarea {
        padding: 10px;
        margin-bottom: 30px;
        height: 150px;
    }
}
.open-inquiry .info form button {
    width: 190px;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    background-color: #39aca8;
    font-size: 16px;
    color: #fff;
    border: none;
    font-weight: bold;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and(max-width: 1199px) {
    .open-inquiry .info form button {
        width: 190px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and(max-width: 991px) {
    .open-inquiry .info form button {
        width: 170px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and(max-width: 767px) {
    .open-inquiry .info form button {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}
.open-inquiry .info form button:hover {
    background: #2e8b88;
}
@media screen and(min-width: 1200px) {
    .open-inquiry .info form button:hover {
        background-color: #39aca8;
        color: #fff;
    }
    .open-inquiry .info form button:hover::after {
        color: #fff;
    }
}

.float-inquiry {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 11;
}
.float-inquiry span {
    display: inline-block;
    color: #fff;
    padding: 10px 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    background-color: #39aca8;
}
.float-inquiry span:hover {
    cursor: pointer;
    background-color: #2e8b88;
}
/* 2026.7.3 */

header .language {
    float: right;
    position: relative;
    line-height: 36px;
    padding: 30px 0;
}
@media (max-width: 1199px) {
    header .language {
        padding: 17px 0;
    }
}
header .language p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}
header .language .icon-diqiu {
    color: #019196;
    margin-right: 4px;
    font-size: 22px;
}
header .language .icon-arrow-down {
    margin-left: 6px;
}
header .language .lan-switch {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: left;
    display: none;
}
header .language .lan-switch li {
    display: block;
}
header .language .lan-switch li a {
    padding: 0 15px;
    white-space: nowrap;
}
header .header-bottom .lan-switch li a::before {
    display: none;
}
header .language .lan-switch li a img {
    width: 24px;
    margin-right: 10px;
    border: 1px solid #dcdcdc;
}