﻿@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "Arial", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #333333;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'),
        url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'),
        url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: local('Arial'), local('ArialMT'),
        url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldMT.eot');
    src: local('Arial Bold'), local('Arial-BoldMT'),
        url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff'),
        url('../fonts/Arial-BoldMT.ttf') format('truetype'),
        url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body {
    /* margin-top: 40px !important; */
}

.translated-ltr .hd,
.translated-rtl .hd {
    /* margin-top: 40px !important; */
    top: 40px;
}


/* 防止弹窗插件问题 */
.hc_container {
    overflow: hidden;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}


/* h1隐藏 */
.fszero {
    display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

/* 规范 */
.hc_padd100 {
    padding: 100px 0;
}

.hc_margin60 {
    margin-bottom: 60px;
}

.hc_tit46 {
    font-size: 46px;
    line-height: 1.2;
    color: #333;
}

.hc_text16,
.hc_text16 p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}




/* 规范-end */
.hd_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd_top_flex .left span {
    color: #fff;
    opacity: 0.6;
    transition: all 0.36s;
    font-size: 18px;
}

.hd_top_flex .left li {
    margin-right: 16px;
}

.hd_top_flex .left li:hover span {
    opacity: 1;
}

.hd_top_flex .left ul {
    display: flex;
}

.hd_top_flex .right ul {
    display: flex;
}

.hd_nav_item {
    margin-left: 40px;
}

.hd_nav_item:first-child {
    margin-left: 0;
}

.hd_nav_link {
    line-height: 46px;
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

.hd_nav_link:hover {
    color: #8B7BC4;
}

.hd_nav_item.active .hd_nav_link {
    color: #8B7BC4;
}

.hd_top {
    background-color: #72C3D9;
}

.hd_bot {
    background-color: #fff;
}

.hd_bot_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd_bot_flex .rigth {
    padding: 22px 0 0;
}

.hd_logo {
    width: 195px;
}

.hd_logo img {
    width: 100%;
}

.hd_search {
    width: 328px !important;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 100px;
}

.hd_search input {
    width: 100%;
    height: 100%;
    padding-left: 22px;
    padding-right: 50px;
    font-size: 16px;
}

.hd_search button {
    position: absolute;
    width: 24px;
    cursor: pointer;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.hd_shop {
    width: 48px;
    border-radius: 50%;
    background-color: #F2F2F2;
    position: relative;
    transition: all 0.36s;
    display: block;
}

.hd_search,
.hd_shop {
    height: 48px;
}

.hd_shop img {
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
}

.hd_shop::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8B7BC4;
    bottom: 10px;
    right: 10px;
}

.hd_shop img:first-child {
    opacity: 0;
}

.hd_shop:hover img:first-child {
    opacity: 1;
}

.hd_shop:hover img:last-child {
    opacity: 0;
}

.hd_shop:hover {
    background-color: #72c3d9;
}

.hd_control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.goog-te-gadget-simple {
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    outline: none !important;
}

.hd_tran,
.hd_shop {
    margin-left: 30px;
}

.hd_pro_list {
    display: flex;
    justify-content: flex-end;
}

.hd_pro_list .hd_cont>a,
.hd_pro_list .hd_cont>div {
    display: block;
    padding: 22px 0;
    cursor: pointer;
    font-size: 18px;
}

.hd_cont {
    position: relative;
}

.hd_pro_list>li {
    margin-left: 85px;
}

.hd_pro_list>li:first-child {
    margin-left: 0;
}

a {
    color: #333333;
}

.hd_pro_list>li:last-child .hd_cont>div::after {
    content: "\e606";
    font-size: 16px;
    color: #333333;
    margin-left: 5px;
    transition: all 0.36s;
    display: inline-block;
}

.hd_more_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px -2px 10px rgba(45, 43, 50, 0.1);
    transition: all 0.36s;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    z-index: -1;
}

.hd_pro_list>li:hover .hd_more_box {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
    border-top: 1px solid #E6E6E6;
}

.hd_pro_list>li:last-child .hd_cont>div::after {
    transform: rotate(-90deg);
}

.hd_pro_list>li:last-child:hover .hd_cont>div::after {
    transform: rotate(0deg);
}

.hd_pro_list>li.active>.hd_cont>a {
    color: #8B7BC4;
}

.hd_pro_list>li:hover>.hd_cont>a {
    color: #8B7BC4;
}

.hd_more_item a:hover {
    color: #8B7BC4;
}



.hd_more {
    display: flex;
    justify-content: flex-end;
}

.hd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    z-index: 10000;
}

.hd_more_item a {
    display: block;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
}

.hd_more_item:not(:first-child) {
    margin-left: 50px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.hc_container {
    margin-top: 178px;
}

.slide-inner {
    position: relative;
}

.slide-inner img {
    width: 100%;
}

.ph_play {
    display: none;
}

.slide-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide_video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_pro {
    position: relative;
    z-index: 1;
}

.home_pro_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 253px;
    z-index: -1;
}

.home_pro_bg img {
    width: 100%;
}

.home_tits {
    text-align: center;
    margin-bottom: 60px;
}

.home_tits .subtit {
    font-size: 18px;
    line-height: 1.35;
    color: #8B7BC4;
    margin-bottom: 9px;
}

.home_tits .tit {
    font-size: 54px;
    line-height: 1.1;
}

.mod_prev,
.mod_next {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(25, 39, 39, 0.06);
    transition: all 0.36s;
    cursor: pointer;
    pointer-events: all;
}

.mod_prev:hover,
.mod_next:hover {
    background-color: #72C3D9;
}

.mod_prev:hover::after,
.mod_next:hover::after {
    color: #ffffff;
}

.mod_prev::after,
.mod_next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    transition: all 0.36s;
}

.mod_prev::after {
    content: "\e601";
}

.mod_next::after {
    content: "\e604";
}

.hc_container {
    --margin-list: 0 -15px;
    --padding-list: 0 15px
}

.home_pro_list {
    margin: var(--margin-list);
}

.home_pro_item {
    padding: var(--padding-list);
}

.home_pro_slick {
    position: relative;
}

.home_pro_arrow {
    pointer-events: none;
    width: calc(100% + 184px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.home_pro_arrow_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.home_know_slick .home_pro_arrow_flex,
.home_pro_slick .home_pro_arrow_flex {
    transform: translateY(-30px);
}





.home_pro_link {
    display: block;
    padding: 20px 26px 30px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.36s;
    border: 1px solid #e6e6e6;
}

.home_pro_link:hover {
    background-color: #f1ecf9;
}

.home_pro_link .control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.home_pro_link .new {
    min-width: 47px;
    line-height: 26px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #8b7bc4;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.home_pro_link .hd_shop::after {
    display: none;
}

.home_pro_link .hd_shop {
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}

.home_pro_link:hover .hd_shop {
    pointer-events: all;
    opacity: 1;
}

.home_pro_link .hd_shop img {
    opacity: 1 !important;
}

.home_pro_img {
    max-width: 320px;
    margin: 0 auto 48px;
}

.home_pro_img .img_box {
    padding-top: 100%;
}

.home_pro_tit {
    font-size: 24px;
    line-height: 1.5;
}

.home_pro_list .slick-dots {
    position: static;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #72C3D9 !important;
    opacity: 0.5;
}

.slick-dots li.slick-active {
    opacity: 1 !important;
}

.home_category {
    background-color: #F1ECF9;
}

.home_cate_flex {
    display: flex;
    align-items: center;
}

.home_cate_flex .left {
    width: 70.921985%;
    flex-shrink: 0;
    border-radius: 16px 16px 16px 160px;
    overflow: hidden;
}

.home_cate_flex .right {
    width: 61.702127%;
    margin-left: -30%;
    padding: 55px 0;
    background-color: #fff;
    position: relative;
}

.pro_img_cont {
    width: 410px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    margin-left: -205px;
}

.pro_imgs {
    width: 100%;
}

.pro_imgs img {
    width: 100%;
}

.pro_info_link {
    display: block;
}

.pro_info_icon {
    width: 76px;
    margin-bottom: 22px;
}

.pro_info_icon img {
    width: 100%;
}

.pro_info_tit {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 75px;
}

.home_cate_flex .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px 160px 16px 16px;
}

.pro_info {
    width: calc(100% - 205px);
    padding-right: 140px;
    padding-left: 50px;
}

.pro_info_more {
    min-width: 165px;
    line-height: 50px;
    padding: 0 18px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #72C3D9;
    display: inline-block;
    transition: all 0.36s;
}

.pro_info_more:hover {
    box-shadow: 0 0 0 5px #72c3d96b;
}

.pro_info .pro_info_more {
    transform: translate(5px, -5px);
}

.home_profe_flex .pro_info_more:hover {
    box-shadow: 0 0 0 5px #8b7bc470;

}

.pro_info_item:not(:first-child) {
    display: none;
}

.prodeta_form_item button:hover {
    box-shadow: 0 0 0 5px #72c3d96b;
}

.prodeta_form_item button {
    transition: all 0.36s;
}

.home_cate_dots,
.home_pro_list .slick-dots,
.home_know_list .slick-dots {
    margin-top: 60px;
}

.home_cate_dots .slick-dots {
    position: static;
}

.home_cate_line {
    pointer-events: none;
    position: absolute;
    width: 308px;
    right: 0;
    bottom: 0;
    border-radius: 0 0 16px 0;
    overflow: hidden;
}

.home_cate_line img {
    width: 100%;
}

.home_process {
    position: relative;
}

.home_process_link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_process_number {
    font-size: 16px;
    line-height: 1.35;
    font-weight: bold;
    color: #72C3D9;
    padding-bottom: 16px;
    margin-bottom: 22px;
    position: relative;
}

.home_process_number::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #f1ecf9;
}

.home_process_number::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #8b7bc4;
    z-index: 2;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(calc(50%));
    box-shadow: 0 0 0 2px #fff;
}

.home_process_tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 60px;
}

.home_process_imgbox {
    padding-right: 100px;
}

.home_process_img {
    padding-top: 80.85106%;
}

.home_process_list .slick-list {
    overflow: initial !important;
}

.home_profe {
    padding: 70px 0 83px;
    position: relative;
}

.home_profe::before {
    content: "";
    position: absolute;
    width: 59.375%;
    height: 100%;
    background-color: #72c3d9;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 0 120px 0 0;
}

.home_profe::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100% - 40px);
    background-color: #f1ecf9;
    z-index: -2;
}

.home_profe .left {
    width: 540px;
    flex-shrink: 0;
}

.home_profe_subtit {
    font-size: 18px;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 7px;
}

.home_profe_tit {
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 22px;
}

.home_profe_text {
    margin-bottom: 30px;
}

.home_profe_text p {
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
}

.home_profe_list {
    margin: 0 -20px 26px;
    display: flex;
    flex-wrap: wrap;
}

.home_profe_item {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.home_profe_conts img {
    width: 100%;
}

.home_profe .pro_info_more {
    background-color: #8b7bc4;
}

.home_profe_flex .right {
    position: absolute;
    width: 35.9375%;
    left: calc(59.375% - 168px);
    top: 50%;
    transform: translateY(-40%);
}

.home_profe_img {
    padding-top: 66.666666%;
}

.home_profe_img {
    border-radius: 8px;
}

.home_profe_play {
    width: 78px;
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer !important;
    transition: all 0.36s;
}

.home_profe_play:hover {
    transform: translateY(-50%) scale(1.1);
}

.home_profe_play svg {
    width: 100%;
}

.home_profe_intersperse {
    width: 90px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    transform: translate(-40%, 40%);
}

.home_profe_intersperse svg {
    width: 100%;
}

.home_know_slick {
    position: relative;
}

.home_know_more {
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px;
}

.home_know_more_img {
    width: 38px;
    position: relative;
    font-size: 0;
}

.home_know_more_img img:first-child {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.home_know_more_img img {
    transition: all 0.36s;
}

.home_know_more_img img:first-child {
    opacity: 0;
}

.home_know_link:hover .home_know_more_img img:first-child {
    opacity: 1;
}

.home_know_link:hover .home_know_more_img img:last-child {
    opacity: 0;
}

.home_know_link:hover .home_know_img img {
    transform: scale(1.03);
}

.home_know_link:hover .home_know_moretext {
    color: #8B7BC4;
}

.home_know_link:hover .home_know_text p {
    color: #8B7BC4;
}

.home_know_moretext {
    font-size: 15px;
    margin-left: 8px;
    transition: all 0.36s;
}

.home_know_img {
    padding-top: 58.928571%;
}

.home_know_conts {
    padding: 30px 30px 0px;
}

.home_know_time {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #999999;
}

.home_know_text p {
    font-size: 20px;
    line-height: 1.35;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}

.home_know_text {
    margin-bottom: 60px;
}

.home_know_more {
    margin-left: 30px;
}

.home_know_link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px 8px 80px 8px;
}

.home_know_list {
    margin: 0 -15px;
}

.home_know_item {
    padding: 0 15px;
}

.home_know {
    background-color: #f1ecf9;
    position: relative;
    z-index: 1;
}

.home_know .home_know_item {
    height: initial !important;
}

.home_know_list .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.home_know_list .slick-dots {
    position: static;
}

.home_know_line {
    position: absolute;
    width: 227px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.home_know_line img {
    width: 100%;
}

.page_banenr {
    position: relative;
}

.page_banenr img {
    width: 100%;
}

.about_info {
    position: relative;
}

.page_banenr_cont {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page_banenr_cont h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}


/* bread */
.bread {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.mod_bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mod_bread_item {
    color: #fff;
    display: flex;
    align-items: center;
    height: 30px;
}

.mod_bread_link {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.mod_bread_item .iconfont {
    font-size: 18px;
}

.mod_bread_item>span {
    margin: 0 6px;
    display: inline-block;
    transform: translateY(1px);
    font-size: 16px;
}

.mod_bread_item:last-child>span {
    display: none;
}

.mod_bread_link:hover {
    /* color: #3755a5 !important; */
    text-decoration: underline;
}

.mod_bread_item>span {
    margin: 0 8px;
}

/* bread-end */


.mod_bread_link svg {
    width: 20px;
}

.mod_bread_link path {
    transition: all .36s;
}

.mod_bread_link:hover path {
    fill: #72c3d9
}

.about_info {
    position: relative;
    z-index: 1;
}

.about_info_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_info_line {
    position: absolute;
    width: 316px;
    top: -20%;
    left: -3%;
    pointer-events: none;
    z-index: -1;
}

.about_info_line img {
    width: 100%;
}

.about_info_tit {
    margin: 12px 0;
}

.about_info_sbutit {
    font-size: 18px;
    line-height: 135%;
    color: #8B7BC4;
}

.about_info_left {
    width: 38.29787%;
}

.about_info_right {
    width: 54.468085%;
}

.about_info_img {
    padding-top: 62.5%;
    border-radius: 16px 160px 16px 16px;
}

.about_cerimg {
    padding-top: 138.46153%;
}

.about_certit {
    text-align: center;
}

.about_certificate {
    padding-bottom: 80px !important;
    position: relative;
    z-index: 1;
}

.about_cerbg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.about_cerbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_cerlist {
    margin: 0 -50px;
}

.about_ceritem {
    padding: 0 50px;
}

.about_cerbase,
.about_cerbg {
    pointer-events: none;
}

.about_cerlist .slick-dots {
    bottom: -30px;
}

.product_main {
    --paddX: 20px
}

.product_left_tit {
    padding: 19px var(--paddX);
    font-size: 20px;
    line-height: 150%;
}

.product_left_conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px var(--paddX);
    transition: all 0.36s;
    cursor: pointer;
}

.product_flex {
    display: flex;
    justify-content: space-between;
}

.product_left {
    width: 330px;
    flex-shrink: 0;
}

.product_left_link {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
}

.product_second a {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
}

.product_second {
    padding-top: 10px;
    padding-bottom: 30px;
}

.product_second li a {
    padding: 8px 32px;
    display: block;
}

.product_left_icon {
    width: 14px;
}

.product_left_icon svg {
    width: 100%;
    transition: all 0.36s;
}

.product_left_icon path {
    transition: all 0.36s;
}

.product_left_item {
    border-top: 1px solid #ededed;
}

.product_left_item:last-child {
    border-bottom: 1px solid #ededed;
}

.product_left_item.active .product_left_conts,
.product_left_item:hover .product_left_conts {
    border-radius: 8px;
    background-color: #8B7BC4;
}

.product_left_item.active .product_left_link,
.product_left_item:hover .product_left_link {
    color: #fff;
}

.product_left_item.active .product_left_icon svg,
.product_left_item:hover .product_left_icon svg {
    transform: rotate(90deg);
}

.product_left_item.active .product_left_icon path,
.product_left_item:hover .product_left_icon path {
    fill: #fff;
    stroke: #fff
}

.product_left_link:hover {
    text-decoration: underline;
}

.product_second li.active a,
.product_second li:hover a {
    color: #8B7BC4;
}

/* .product_left_item:first-child .product_second{
    display: block
} */

.product_left_item .product_second {
    display: none;
}

.product_right {
    width: 68.794326%;
}

.product_right_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product_right_item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.product_right_list {
    margin-bottom: 30px;
}

/*  分页  */
.carter_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carter_page .prev,
.carter_page .next {
    padding: 12px;
    cursor: pointer;
}

.carter_page .prev {
    transform: rotate(180deg);
}

.carter_page .prev svg,
.carter_page .next svg {
    width: 8px;
}

.carter_page .prev path,
.carter_page .next path {
    transition: all 0.36s;
}

.carter_page .prev:hover path,
.carter_page .next:hover path {
    stroke: #8B7BC4
}

.carter_page_list {
    margin: 0 30px;
    display: flex;
    align-items: center;
}

.carter_page_list a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    margin: 0 10px;
}

.carter_page_list li.active a {
    background-color: #8b7bc4;
    color: #fff;
}

.carter_page_list li:hover a {
    background-color: #8b7bc4;
    color: #fff;
}

/*  分页 -end */
.prodeta_main {
    padding-top: 30px;
}

.prodeta_main .mod_bread_link {
    color: #999999;
}

.prodeta_main .mod_bread_link span {
    color: #999999;
}

.prodeta_main .mod_bread_item {
    color: #999999;
}

.prodeta_info {
    padding-top: 60px;
    padding-bottom: 100px;
}

.prodeta_info_flex {
    display: flex;
}

.prodeta_info_flex .left {
    width: 46.666666%;
    flex-shrink: 0;
    margin-right: 100px;
    /* display: flex; */
    /* justify-content: space-between; */
}

.prodeta_info_flex .right {
    width: 100% !important;
}

.prodeta_info_bslick {
    border-radius: 16px;
    /* overflow: hidden;. */
    border: 1px solid #E6E6E6;
    /* width: 78.90743%; */
    width: 100%;

    flex-shrink: 0;
    cursor: move;
    position: relative;
}

.ys_cursor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .7);
    pointer-events: none;
}

.ys_imgbox_big {
    pointer-events: none;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid #00000015;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffffea;
    z-index: 100;
}

.ys_imgbox_big img {
    position: relative;
    max-width: none;
}

.prodeta_info_bimg {
    padding-top: 100%;
}

.prodeta_info_bcont {
    padding: 6.882% 16.4%;
}

.prodeta_info_mslick {
    /* width: calc(100% - 78.90743%); */
    width: 100%;
    margin-top: 20px;

    /* padding-left: 20px; */
    /* transform: translateX(-15px); */
    /* height: calc(100% + 16px); */
    /* margin-top: -8px; */
}

.prodeta_info_mitem {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.prodeta_info_flex .left {
    align-items: center;
}

.prodeta_info_flex {
    align-items: flex-start;
}

.prodeta_info_mimg {
    padding-top: 100%;
}

.prodeta_info_mimg img {
    max-width: initial;
}

.prodeta_info_mlist {
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.prodeta_info_mitem {
    /* padding: 8px 0; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.prodeta_info_mimg {
    border-radius: 8px;
    overflow: hidden;
}

.prodeta_info_subtit {
    color: #8B7BC4;
    font-size: 20px;
    line-height: 1.5;
}

.prodeta_info_tit {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.prodeta_info_text p {
    font-size: 18px;
    line-height: 1.75;
    color: #666;
}

.prodeta_info_text {
    margin-bottom: 50px;
}

.prodeta_info_gbtn {
    display: flex;
}

.prodeta_info_btn {
    min-width: 160px;
    padding: 0 22px;
    height: 44px;
    border-radius: 80px;
    border: 1px solid #8b7bc4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B7BC4;
    transition: all 0.36s;
    cursor: pointer;
    font-size: 16px;
}

.prodeta_info_btn::after {
    font-size: 17px;
    color: #8B7BC4;
    transition: all 0.36s;
    margin-left: 14px;
}

.prodeta_info_btn.inquire::after {
    content: "\e620";
}

.prodeta_info_btn.shop::after {
    content: "\e89a";
}

.prodeta_info_btn:hover {
    background-color: #8b7bc4;
    color: #fff;
}

.prodeta_info_btn:hover::after {
    color: #fff;
}

.prodeta_info_btn:not(:last-child) {
    margin-right: 36px;
}

.prodeta_info {
    position: relative;
    z-index: 1;
}

.prodeta_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(241, 236, 249, 0) 2.04%, #F1ECF9 102.04%);
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: -1;
}

.prodeta_edit th,
.prodeta_edit td {
    border: 1px solid #9e9e9e;
    min-width: 265px !important;
    padding: 18px 22px;
    text-align: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.60;
    width: initial !important;
}

.prodeta_edit table,
.prodeta_edit tr {
    width: initial !important;
}

.prodeta_edit {
    text-align: center;
}

.prodeta_edit table {
    margin: 0 auto;
    display: inline-block;
    height: auto;
    text-align: center;
}

.prodeta_edit {
    overflow: auto;
}

.prodeta_edit tr:nth-child(odd) {
    background-color: #F1ECF9;
}

.prodeta_cont h2,
.prodeta_online h2 {
    text-align: center;
}

.prodeta_online {
    background-color: #f1ecf9;
}

.prodeta_form {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    width: initial !important;
}

.prodeta_form_item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 16px;
}

.prodeta_form_text {
    font-size: 16px;
    margin-bottom: 10px;
}

.prodeta_form_item label {
    display: block;
}

.prodeta_form_item input,
.prodeta_form_item textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    height: 50px;
    padding: 0 12px;
    font-size: 16px;
}

.prodeta_form_item.block {
    width: 100%;
}

.prodeta_form_text span {
    color: #FF0000;
}

.prodeta_form_item textarea {
    height: 200px;
    padding: 20px 12px;
}

.prodeta_form_item.textarea {
    margin-bottom: 60px;
}

.prodeta_form_item.productName input {
    border: 1px solid #E4E4E4;
    background: rgb(114, 195, 217, 0.2);
}

.prodeta_form_item.submit {
    text-align: center;
}

.prodeta_form_item button {
    min-width: 130px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #72C3D9;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 20px;
}

.prodeta_related h2 {
    text-align: center;
}

.news_item:not(:last-child) {
    margin-bottom: 50px;
}

.news_item_cont {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.news_left {
    width: 410px;
    flex-shrink: 0;
    margin-right: 30px;
}

.news_img {
    padding-top: 58.536585%;
    border-radius: 8px;
}

.news_item_cont:hover .news_img img {
    transform: scale(1.06);
}

.news_rigth {
    width: 64.53900%;
    display: flex;
}

.news_time {
    flex-shrink: 0;
    margin-right: 35px;
}

.news_time .month,
.news_time .year {
    white-space: nowrap;
}

.news_time .month {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.16666;
    font-weight: bold;
    color: #72C3D9;
    transition: all 0.36s;
}

.news_time .year {
    font-size: 16px;
    line-height: 2;
    color: #999999;
    font-weight: bold;
}

.news_right_cont {
    width: 100%;
}

.news_tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    transition: all 0.36s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_text p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_text {
    margin-bottom: 48px;
}

.news_rigth .home_know_more {
    margin-left: 00px;
    margin-bottom: 0 !important;
}

.news_item_cont:hover .news_tit {
    color: #8B7BC4;
}

.news_item_cont:hover .home_know_moretext {
    color: #8B7BC4;
}

.news_item_cont:hover .home_know_more_img img:last-child {
    opacity: 0;
}

.news_item_cont:hover .home_know_more_img img:first-child {
    opacity: 1;
}

.news_item_cont:hover .news_time .month {
    color: #8B7BC4;

}

.news_time .month {
    margin-top: 5px;
}


.mod_page_item a {
    width: 40px;
    line-height: 38px;
}

.mod_page_item.prev a,
.mod_page_item.next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.mod_page_item.prev svg,
.mod_page_item.next svg {
    width: 8px;
}

.mod_page_item.prev {
    transform: rotate(180deg);
}

.mod_page_item.prev path,
.mod_page_item.next path {
    transition: all 0.36s;
}

.mod_page_item.prev a:hover,
.mod_page_item.next a:hover {
    background-color: transparent;
    border-color: transparent;
}

.mod_page_item.prev a:hover path,
.mod_page_item.next a:hover path {
    stroke: #8B7BC4
}

.mod_page_item.prev a,
.mod_page_item.next a {
    border-color: transparent !important;
}

.mod_page_item a {
    border-color: transparent;
    color: #333;
}

.mod_page_item.act a {
    background-color: #8B7BC4;
    border-color: #8B7BC4;
    color: #fff;
}

.mod_page_item:hover a {
    background-color: #8B7BC4;
    border-color: #8B7BC4;
    color: #fff;
}

.news_list {
    margin-bottom: 90px;
}

.contact_icon {
    width: 40px;
    margin-bottom: 21px;
}

.contact_icon svg {
    width: 100%;
}

.contact_list {
    display: flex;
    flex-wrap: wrap;
}

.contact_item {
    width: 25%;
    min-height: 260px;
    background-color: #F1ECF9;
    padding: 30px 25px;
}

.contact_item:nth-child(even) {
    background-color: #8B7BC4;
}

.contact_tit {
    font-size: 24px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact_text p,
.contact_text a {
    font-size: 18px;
    line-height: 1.75;
    color: #666;
}

.contact_text a:hover {
    text-decoration: underline;
}

.contact_item:nth-child(even) .contact_text p,
.contact_item:nth-child(even) .contact_text a {
    color: #fff;
}


.contact_item:nth-child(even) .contact_tit {
    color: #fff;
}

.contact_form_tit {
    margin-bottom: 16px;
}

.contact_form_text p,
.contact_form_text {
    line-height: 1.35;
    font-size: 18px;
    color: #666;
    margin-bottom: 45px;
}

.contact_form {
    padding-top: 0 !important;
}

.contact_map .map-content {
    height: 500px;
    width: 100%;
}

/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 0px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info {
    margin-bottom: 50px;
}

.news_primary {
    padding-top: 50px !important;
}

.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: #8B7BC4;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 0px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }


    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 24px;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}

/* newdate-end */

.home_bencont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home_bencont .left {
    width: 450px;
    margin-right: 100px;
    flex-shrink: 0;
}

.home_bencont .right {
    width: 58.723404%;
}

.home_benimgbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    position: 1;
}

.home_benline {
    position: absolute;
    right: 0;
    top: 0;
    width: 60.386473%;
    z-index: -1;
}

.home_benline img {
    width: 100%;
}

.home_benimg_b {
    width: 55.555555%;
    padding-bottom: 150px;
    position: relative;
}

.home_benimg_b img:first-child {
    width: 100%;
    border-radius: 8px 8px 8px 80px;
}

.home_benimg_b img {
    height: auto;
}

.home_benimg_b img:last-child {
    width: calc(100% - 30px);
    position: absolute;
    right: 0;
    bottom: -30px;
}

.home_benimg_s {
    width: 42.270531%;
    align-self: flex-end;
}

.home_benimg_s img {
    width: 100%;
    height: auto;
    border-radius: 8px 80px 8px 8px;
}

.home_benleft_list li:not(:last-child) {
    margin-bottom: 24px;
}

.home_benleft_cont {
    border-radius: 60px 8px 8px 8px;
    border: 1px solid #8B7BC4;
    padding: 44px 60px 30px 50px;
    min-height: 330px;
}

.home_benleft_icon {
    width: 60px;
    margin-bottom: 30px;
}

.home_benleft_icon svg {
    width: 100%;
}

.home_benleft_tit {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.home_benefits .home_tits {
    margin-bottom: 67px;
}

.active .home_benimgbox {
    width: 100%;
}

.ft {
    background-color: #72C3D9;
}

.ft_cont {
    padding: 90px 0 34px;
    display: flex;
    justify-content: space-between;
}

.ft_cont .left {
    display: flex;
    width: 71.276595%;
}

.ft_item:not(:last-child) {
    margin-right: 90px;
}

.ft_links {
    white-space: nowrap;
    font-size: 18px;
    line-height: 2.2222;
    color: #fff;
}

.ft_links:hover {
    text-decoration: underline;
}

.ft_tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ft_product .ft_list {
    max-height: 320px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    writing-mode: vertical-lr;
}

.ft_product .ft_list li {
    writing-mode: horizontal-tb;
    margin-right: 15px;
}



.ft_contact_icon {
    width: 18px;
    margin-right: 14px;
    flex-shrink: 0;
    margin-top: 7px;
}

.ft_contact_icon svg {
    width: 100%;
}

.ft_contact_text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
}

.ft_contact_text a {
    color: #fff;
    font-size: 18px;
    line-height: 2.222;
}

.ft_contact_text a:hover {
    text-decoration: underline;
}

.ft_contact_list li {
    display: flex;
}

.ft_cont .right {
    width: 300px;
    flex-shrink: 0;
    margin-left: 40px;
}

.ft_cont .right .ft_tit {
    margin-bottom: 30px;
}

.ft_cont_form {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.ft_cont_form input {
    padding-left: 24px;
    padding-right: 44px;
    height: 50px;
}

.ft_cont_form button {
    position: absolute;
    width: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.ft_cont_form button svg {
    width: 100%;
}

.ft_cont_form {
    margin-bottom: 40px;
}

.ft_share {
    display: flex;
}

.ft_share li:not(:last-child) {
    margin-right: 18px;
}

.ft_share a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #51AFC8;
}

.ft_share a:hover {
    background: #3099B6;
}

.ft_share a span {
    color: #DDFBFF;
    font-size: 18px;
}

.ft_bot {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    align-items: center;
}

.ft_bot::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: calc(100% + 300px);
    background-color: #c7e7f0;
    height: 1px;
}

.sitemap {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    opacity: 0.6;
    text-decoration: underline;
    display: block;
}

.sitemap:hover {
    opacity: 1;
    text-decoration: underline;
}

.ft_bot .left {
    display: flex;
    align-items: center;
}


.ft_bot .left p,
.ft_bot .left a {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    opacity: 0.6;
}

.ft_bot .left a {
    margin-left: 16px;
}

.ft_bot .left a:hover {
    opacity: 1;
}

.home_pro_slick .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.home_pro_item {
    height: initial;
}

.home_pro_link {
    height: 100%;
}

.mod_online {
    background-color: #61b9d1;
}

.mod_online_item:not(:last-child) {
    border-right: 1px solid #ffffff7c;
}

.product_right_tit {
    color: #333;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 28px;
}

.prodeta_info_mimg .play {
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(2px);
    border-radius: 50%;
}

.prodeta_info_bcont {
    position: relative;
}

.prodeta_info_bcont .iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.prodeta_info_share {
    display: flex;
    align-items: center;
}

.prodeta_info_share_text {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 10px;
    color: #333;
}

.prodeta_info_share {
    margin-bottom: 35px;
}

.hd_phbtn {
    display: none;
}

.ph_search {
    display: none;
}

.hd_top_flex .right .hd_three {
    display: none;
}

.hd_top_flex .right .hd_second {
    display: none;
}

/* sitemap */
.sitemap_cont {
    padding: 80px 0 20px;
    padding-bottom: 25px !important;
}

.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:
        #51AFC8;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.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: #51AFC8;
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 60px 0 0px;
    }

    .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;
    }
}

@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: 40px 0 0px;
    }
}

@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-end */

.about_history {
    background-color: #f1ecf9;
    position: relative;
}

.about_history_bg {
    position: absolute;
    width: 310px;
    bottom: 0;
    right: 0;
}

.about_history_bg img {
    width: 100%;
}

.about_history_tit {
    text-align: center;
}

.about_hcont {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
}

.about_hcont::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d5d2e3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about_h_left,
.about_h_right {
    width: 180px;
    flex-shrink: 0;
    overflow: hidden;
}

.about_hright_list,
.about_hleft_list {
    display: flex;
    width: 1000px;
    /* transition: all 0.36s; */
}

.about_hslick {
    width: calc(100% - 520px);
}

.about_hright_list li,
.about_hleft_list li {
    width: 60px;
    text-align: center;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about_hright_list li::after,
.about_hleft_list li::after,
.about_hitem_cont::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #A4D3E6;
    transition: all 0.36s;
}

.about_hright_list li span,
.about_hleft_list li span {
    position: absolute;
    font-size: 16px;
    width: 100%;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    color: #999999;
    transition: all 0.36s;
}

.about_hitem_cont {
    font-size: 100px;
    color: #72C3D9;
    font-weight: bold;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    transform: scale(0);
    opacity: 0;
}

.about_hitem.slick-current .about_hitem_cont {
    transform: scale(1);
    opacity: 1;
}

.about_hitem_cont::before {
    background-color: #72C3D9;
    margin-right: 36px;
}

.about_hleft_list {
    position: relative;
    left: 180px;
}

.about_hright_list {
    position: relative;
    left: -60px;
}

.about_hcont_citem_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
}

.ahcc_img {
    padding-top: 62.74509%;
    border-radius: 8px;
}

.about_hcont_citem_cont .left,
.about_hcont_citem_cont .right {
    width: 50%;
}

.about_hcont_citem_cont .left {
    padding-right: 60px;
}

.about_hcont_citem_cont .right {
    padding-left: 60px;
}

.about_hcont_slick {
    margin-top: 60px;
}

.ahcc_tit {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.ahcc_text p {
    padding-left: 27px;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
}

.ahcc_text p:not(:last-child) {
    margin-bottom: 12px;
}

.ahcc_text p::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 11px;
    left: 0;
    background-color: #72C3D9;
}

.ahcc_item:not(:last-child) {
    margin-bottom: 42px;
}


/* search */
.search_view {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}

.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover {
    transform: rotate(-90deg);
}

body.search_open {
    overflow: hidden;
}

@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont {
    position: relative;
    width: 1200px;
}

.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}

.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .search_view_cont button {
        font-size: 24px;
    }

    .search_close {
        width: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }

    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .search_view_cont button {
        font-size: 22px;
    }

    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }

    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }

    .search_view_tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }

    .search_view_tit {
        font-size: 20px;
    }

    .search_view_cont button {
        font-size: 18px;
    }

    .search_view_cont input {
        height: 40px;
    }
}

/* search-end */

/* shop */
.shop_main {
    padding-top: 40px;
    padding-bottom: 60px;
}

.shop_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_cheack {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 70px;
    margin-right: 10px;
}

.shop_photo {
    width: 200px;
    flex-shrink: 0;
}

.shop_photo_img {
    padding-top: 100%;
    border: 1px solid #ecebeb;
    transition: all 0.36s;
    display: block;
    overflow: hidden;
}

.shop_photo_img img {
    transform: scale(0.9);
}

.shop_photo_img:hover img {
    transform: scale(1);
}

.shop_photo_img:hover {
    border: 1px solid #8b7bc4;
}

.shop_name {
    width: 30%;
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
}

.shop_list .shop_text {
    transition: all 0.36s;
}

.shop_number {
    width: 180px;
    flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
    color: #222;
}

.shop_operation {
    width: 140px;
    flex-shrink: 0;
}

.shop_header {
    padding: 20px 0;
    background-color: #8b7bc4;
}

.shop_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}

.shop_item .shop_row {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
    cursor: pointer;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
}

.shop_operation_btn span {
    font-size: 20px;
    transition: all 0.36s;
}

.shop_operation_btn:hover span {
    color: #8b7bc4;
}

.shop_operation {
    text-align: center;
}

.shop_number_control {
    display: flex;
    align-items: center;
}

.shop_number_control>div {
    cursor: pointer;
    width: 34px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.36s;
}

.shop_number_control>div:hover {
    color: #fff;
    background-color: #8b7bc4;
}

.shop_number_control input {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1680px) {
    .shop_cheack {
        width: 70px;
        min-width: 70px;
    }

    .shop_main {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1560px) {
    .shop_cheack {
        width: 50px;
        min-width: 50px;
    }

    .shop_number {
        width: 160px;
    }

    .shop_photo {
        width: 190px;
    }
}


@media screen and (max-width: 1440px) {
    .shop_cont input[type=checkbox] {
        width: 15px;
        height: 15px;
    }

    .shop_photo {
        width: 180px;
    }

    .shop_number_text,
    .shop_operation_text,
    .shop_text,
    .shop_photo_text,
    .shop_cheack_text {
        font-size: 15px;
    }

    .shop_number_control>div {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .shop_number_control input {
        width: 45px;
        font-size: 14px;
    }

    .shop_operation_btn {
        padding: 12px;
    }

    .shop_operation_btn span {
        font-size: 18px;
    }

    .shop_number {
        width: 125px;
    }

    .shop_header {
        padding: 15px 0;
    }

    .shop_main {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .shop_photo {
        width: 170px;
    }

    .shop_main {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .shop_photo {
        width: 150px;
    }

    .shop_operation {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {

    .shop_header .shop_photo,
    .shop_header .shop_name,
    .shop_header .shop_number,
    .shop_header .shop_operation {
        display: none;
    }

    .shop_header {
        padding: 10px 0;
    }

    .shop_item .shop_row {
        padding: 16px 17px;
    }

    .shop_cont input[type=checkbox] {
        width: 14px;
        height: 14px;
    }

    .shop_row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .shop_item .shop_row {
        padding-bottom: 60px !important;
        padding: 16px 15px;
    }

    .shop_item {
        margin-bottom: 10px;
    }

    .shop_row>div {
        width: 100%;
    }

    .shop_number_control {
        justify-content: center;
    }

    .shop_name {
        width: 100%;
        text-align: center;
        padding: 15px 0 12px;
    }

    .shop_item .shop_cheack input {
        position: absolute;
        left: 0;
        bottom: 5px;
        margin: 12px !important;
        box-sizing: content-box;
    }

    .shop_item .shop_operation_btn {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .shop_main {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .shop_cont {
        padding-bottom: 0px;
    }
}

/* shop */

.ct_aside1 {
    position: fixed;
    top: 60%;
    right: 0px !important;
    transform: translateY(-50%);
    z-index: 10;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item {
    margin-bottom: 4px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child {
    margin-bottom: 0;
}

.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8b7bc4;
    font-size: 24px;
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_item.active .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link {
    /* background-color: #031417; */
}

.ct_aside1_link,
.ct_aside1_switch {
    width: 60px;
    height: 60px;
}

.ct_aside1_item.gotop .ct_aside1_link {
    height: 40px;
    border-radius: 0 0 0 20px;
}

.ct_aside1_item:first-child .ct_aside1_link {
    border-radius: 20px 0 0 0;
}

.ct_aside1_switch {
    background-color: #8b7bc4;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active {
    /* background-color: #031417; */
    transform: rotate(-90deg);
}

.ct_aside1_switch {
    border-radius: 10px;
}

.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 20px !important;
    height: 100%;
    left: 100%;
    top: 0;
}

.ct_aside1_cont::before {
    content: "";
    position: absolute;
    display: block;
    border-left: 11px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: none;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}


.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;

}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a {
    display: inline-block;
    padding: 18px 22px;
    background-color: #fff;
    border-radius: 8px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}



@media screen and (max-width:768px) {
    .ct_aside1_list {
        display: none;
    }

    .ct_aside1 {
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch {
        display: block;
    }
}

/* hover */
@media screen and (min-width:1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(-15px);
    }
}

.ct_aside1_item.gotop .ct_aside1_link {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_aside1_item.gotop .ct_aside1_link::before {
    content: "";
    display: block;
    border-bottom: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    flex-shrink: 0;
    margin-right: 5px;
}


/* 搜索页 */
.product_search {
    margin-bottom: 20px;
}

.product_search_tit {
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text {
    background-color: #f3f5f8;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }
}

/* 搜索页-end */


.swiper-pagination {
    bottom: 18%;
    left: 13.5%;
    transform: translateX(-50%);
}

.swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
    background: #FFF;
    margin: 0 5px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.home_banner {
    position: relative;
}

.home_banner_icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.home_banner_icon_cont {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home_banner_icon_cont img {
    width: 116px;
}

.home_banner_progress {
    width: 2px;
    height: 46px;
    position: relative;
    margin-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.home_banner_progress::after {
    content: "";
    width: 100%;
    height: 0;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    left: 0;
    animation: banicon 1.5s linear infinite both alternate;
}

@keyframes banicon {
    to {
        height: 100%;
    }
}

.home_process_slicks {
    position: relative;
}

.home_process_slicks .home_pro_arrow {
    z-index: 10;
    width: calc(100% + 52px);
    bottom: 15%;
    top: initial;
}

.home_profe_play::after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #8B7BC4;
    animation: cr 2.5s ease infinite both;
    transform-origin: center;
    z-index: -1;
}

@keyframes cr {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0);
    }

    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0);
    }

    60% {
        opacity: 0.7;
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1)
    }
}













































































/* hover */
@media screen and (min-width:1200px) {}