#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

button {
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

table {
    border-collapse: collapse;
}





/* 表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
}

/* 版心 */
.wrap {
    width: 92%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}



/* ~~~~~~~~~~public.css */
/* ~~~~~~~~~~public.css */
:root {
    --hue: #FFC439;
    --space: clamp(3.125rem, 1.961rem + 4.9vw, 6.25rem);
}

html {
    font-size: 16px;
}

/* 字体大小 */
.fz72 {
    font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
    font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
    font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
    font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
    font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
    line-height: 1.2;
}

.fz62 {
    font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
    line-height: 1.2;
}

.fz60 {
    font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
    line-height: 1.2;
}

.fz58 {
    font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
    line-height: 1.22;
}

.fz56 {
    font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
    line-height: 1.24;
}

.fz54 {
    font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
    line-height: 1.26;
}

.fz52 {
    font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
    line-height: 1.3;
}

.fz50 {
    font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
    line-height: 1.26;
}

.fz48 {
    font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
    line-height: 1.26;
}

.fz46 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
    line-height: 1.26;
}

.fz44 {
    font-size: clamp(1.5rem, 1.111rem + 1.64vw, 2.75rem);
    line-height: 1.28;
}

.fz42 {
    font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
    line-height: 1.28;
}

.fz40 {
    font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
    line-height: 1.3;
}

.fz38 {
    font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
    line-height: 1.3;
}

.fz36 {
    font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
    line-height: 1.32;
}

.fz34 {
    font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
    line-height: 1.32;
}

.fz32 {
    font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
    line-height: 1.32;
}

.fz30 {
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
    line-height: 1.32;
}

.fz28 {
    font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
    line-height: 1.4;
}

.fz26 {
    font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
    line-height: 1.42;
}

.fz24 {
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
    line-height: 1.42;
}

.fz22 {
    font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
    line-height: 1.46;
}

.fz20 {
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
    line-height: 1.48;
}

.fz18 {
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
    line-height: 1.52;
}

.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
    line-height: 1.6;
}

.fz14 {
    font-size: 14px;
    line-height: 24px;
}

/* 间距 */
.ptb {
    padding-top: var(--space);
    padding-bottom: var(--space);
}

.pt {
    padding-top: var(--space);
}

.pb {
    padding-bottom: var(--space);
}

.pb_50 {
    padding-bottom: clamp(1.375rem, 0.723rem + 2.75vw, 3.125rem);
}

.pb_45 {
    padding-bottom: clamp(1.25rem, 0.668rem + 2.45vw, 2.813rem);
}

.pb_40 {
    padding-bottom: clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem);
}

.pb_35 {
    padding-bottom: clamp(1.25rem, 0.901rem + 1.47vw, 2.188rem);
}

.pb_30 {
    padding-bottom: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.tc {
    text-align: center;
}

.upp {
    text-transform: uppercase;
}

.bg_fixed {
    background-attachment: fixed;
}

/* 按钮效果 */
.hover1_style {
    position: relative;
    overflow: hidden;
}

.hover1_style::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: -moz-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: -webkit-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hover1_style:hover::after {
    left: 100%;
}

/* 字体 */
.ffb {
    font-family: "Roboto-Bold";
}

.ffm {
    font-family: "Roboto-Medium";
}

.ffr {
    font-family: "Roboto-Regular";
}

/* ~~~~~~~~~~public.css~~~~~~~end */
/* ~~~~~~~~~~public.css~~~~~~~end */





/* ~~~~~~~~~~手机导航,css */
/* ~~~~~~~~~~手机导航,css */
/* ~~~~~~~~~~手机导航,css */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 52px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo>a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;
}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 54px;
    height: 52px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 28px;
    background: var(--hue);
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: var(--hue);
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}

.mobile_header.hover {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 9;
    width: 75%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: var(--hue);
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    float: right;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    padding: 7px 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0 5px 14px;
    position: relative;
}

.mobile_menu_down_clm_list a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #333;
    border-radius: 50%;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: var(--hue);
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mobile_lag_box {
    padding: 0 0 10px;
    margin-bottom: 20px;
}

.mobile_lag_tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
}

.mobile_lag_text {
    padding-bottom: 8px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_lag_text a {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}

.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 7;
}

/* ~~~~~~~~~手机导航,css~~~~~~end */
/* ~~~~~~~~~手机导航,css~~~~~~end */
/* ~~~~~~~~~手机导航,css~~~~~~end */





/* ~~~~~~pc 导航,css */
/* ~~~~~~pc 导航,css */
/* ~~~~~~pc 导航,css */
.pc_header {
    height: 120px;
}

.pc_header_fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.pc_header_top {
    height: 20px;
    background: url(../images/header_01.jpg) no-repeat center center / cover;
}

.header_bot_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_bot_w .logo {
    width: 186px;
}

.header_bot_w .logo a {
    display: block;
}

.header_bot_w .logo a img {
    width: 100%;
}

.header_bot_r {
    width: 72%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box {
    width: calc(100% - 180px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    display: block;
    font-size: 18px;
    color: #555555;
    height: 100px;
    line-height: 100px;
}

.pc_head_list_box .item.hover>a {
    color: var(--hue);
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 390px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
}

.publicTwo_stage_nav .everyOne {
    margin-bottom: 16px;
}

.publicTwo_stage_nav>.everyOne:last-child {
    margin-bottom: 0;
}

.publicTwo_stage_nav .everyOne a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.publicTwo_stage_nav .everyOne a .iconfont {
    width: 30px;
    font-size: 22px;
    color: #707070;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.publicTwo_stage_nav .everyOne a span {
    width: calc(100% - 30px);
    font-size: 18px;
    color: #707070;
    line-height: 1.5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.publicTwo_stage_nav .everyOne a:hover .iconfont,
.publicTwo_stage_nav .everyOne a:hover span {
    color: var(--hue);
}

.header_search_language {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_search_icon {
    font-size: 30px;
    color: var(--hue);
    cursor: pointer;
}

.header_search_icon:hover {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

/* ~~~~~~~~~~~~头部弹出表单 */
.header_popup_inquiry {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    background: #0F171B;
    padding: 80px 60px;
}

.header_popup_inquiry_01 {
    max-width: 780px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_inquiry_form form {
    width: calc(100% - 80px);
    padding: 15px 10px 15px 15px;
    border-radius: 10px;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_inquiry_form form input {
    font-size: 16px;
    color: #444444;
    width: calc(100% - 80px);
    height: 30px;
    border: none;
    border-bottom: 1px solid transparent;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_inquiry_form form input:focus {
    border-bottom-color: var(--hue);
}

.header_inquiry_form form button {
    font-size: 38px;
    color: #12181C;
    width: 70px;
    border: none;
    background: none;
}

.header_inquiry_form form button:hover {
    color: var(--hue);
}

.header_inquiry_form_close {
    font-size: 40px;
    color: #FFFFFF;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_inquiry_form_close:hover {
    color: var(--hue);
}

/* ~~~~~~~~~~~~头部弹出表单   end   */

.header_search_language .line {
    width: 1px;
    height: 22px;
    background: #BEBEBE;
    margin: 0 25px;
}

.header_language {
    position: relative;
}

.header_language_01 {
    font-size: 30px;
    color: var(--hue);
    cursor: pointer;
}

.header_language_01:hover {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 65px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90px;
    padding: 14px 0;
    background: #ffffff;
    border-radius: 8px 8px 16px 16px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.header_language_02 a {
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 8px 0;
}

.header_language_02 a:hover {
    color: #ffffff;
    background: var(--hue);
}

/* ~~~~~~pc 导航,css~~~~end */
/* ~~~~~~pc 导航,css~~~~end */
/* ~~~~~~pc 导航,css~~~~end */





/* ~~~~~~index,css */
/* ~~~~~~index,css */
/* ~~~~~~index,css */
.index_banner {
    position: relative;
}

.index_b_lunbo a {
    display: block;
}

.index_b_lunbo a img {
    width: 100%;
}

.index_b_dots_icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: clamp(0.625rem, 0.541rem + 0.35vw, 0.938rem);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

.index_b_dots .item {
    width: clamp(2rem, 0.495rem + 6.34vw, 7.625rem);
    margin-right: clamp(0.375rem, 0.141rem + 0.99vw, 1.25rem);
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_b_dots>.item:last-child {
    margin-right: 0;
}

.index_b_dots .item img {
    display: block;
    width: 100%;
}

.index_b_dots .item.hover {
    border-color: var(--hue);
}

@-webkit-keyframes rise {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

@keyframes rise {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

.index_b_icon {
    font-size: clamp(0.875rem, 0.741rem + 0.56vw, 1.375rem);
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(0.25rem, -0.051rem + 1.27vw, 1.375rem);
    -webkit-animation: rise 0.6s linear infinite alternate;
    animation: rise 0.6s linear infinite alternate;
}

.indBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indOne1_l {
    width: 70%;
}

.index_module_title a {
    display: block;
}

.indOne1_r a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indOne1_r a span {
    color: var(--hue);
}

.indOne1_r a:hover span {
    text-decoration: underline;
}

.indOne1_r a .iconfont {
    font-weight: 700;
    font-size: clamp(1.375rem, 1.275rem + 0.42vw, 1.75rem);
    color: var(--hue);
    padding-left: 6px;
}

.indBoxOne2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}

.ProductList_item a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
}

.ProductList_item a .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.ProductList_item a .img_box img {
    width: 100%;
}

.ProductList_item a:hover .img_box>img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.ProductList_item a .img_box .logo {
    position: absolute;
    top: clamp(0.75rem, 0.449rem + 1.27vw, 1.875rem);
    left: clamp(0.75rem, 0.449rem + 1.27vw, 1.875rem);
    width: clamp(4.125rem, 3.924rem + 0.85vw, 4.875rem);
}

.ProductList_item a .img_box .icon {
    position: absolute;
    left: clamp(0.75rem, 0.499rem + 1.06vw, 1.688rem);
    bottom: clamp(0.75rem, 0.499rem + 1.06vw, 1.688rem);
    width: clamp(3.438rem, 2.568rem + 3.66vw, 6.688rem);
    border: 1px solid var(--hue);
    border-radius: 50%;
    overflow: hidden;
}

.ProductList_item a .bot_box {
    padding: clamp(0.875rem, 0.524rem + 1.48vw, 2.188rem) clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem) clamp(1.125rem, 0.757rem + 1.55vw, 2.5rem);
}

.ProductList_item a .bot_box .title {
    height: clamp(3rem, 2.903rem + 0.41vw, 3.313rem);
    color: #555555;
    text-align: center;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ProductList_item a:hover .bot_box .title {
    color: var(--hue);
}

.ProductList_item a .bot_box .btn {
    padding-top: clamp(0.75rem, 0.65rem + 0.42vw, 1.125rem);
}

.ProductList_item a .bot_box .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ProductList_item a .bot_box .btn span {
    color: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ProductList_item a .bot_box .btn .iconfont {
    font-weight: 700;
    font-size: 22px;
    color: #777777;
    padding-left: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ProductList_item a:hover .bot_box .btn span,
.ProductList_item a:hover .bot_box .btn .iconfont {
    color: var(--hue);
}

.indBoxTwo2 {
    position: relative;
    overflow: hidden;
}

.indTwo2_01 .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indTwo2_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indTwo2_02 .item {
    position: relative;
    width: 20%;
    border-right: 1px solid #FFFFFF;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo2_02>.item:last-child {
    border-right: none;
}

.indTwo2_02 .item a {
    position: relative;
    isolation: isolate;
    display: block;
    height: 720px;
    padding: 280px 12px 0;
    background: rgba(84, 59, 0, 0.2);
}

.indTwo2_02 .item a .number {
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 1px #ffffff;
}

.indTwo2_02 .item a .title {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(0.375rem, 0.224rem + 0.63vw, 0.938rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo2_02 .item a .text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    color: #FFFFFF;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo2_02 .item a .btn_box {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo2_02 .item a .btn_box .btn {
    padding-bottom: 2px;
    border-bottom: 1px solid #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indTwo2_02 .item a .btn_box .btn span {
    color: #FFFFFF;
}

.indTwo2_02 .item a .btn_box .btn .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: #ffffff;
    padding-left: 5px;
}

.indTwo2_02 .item.hover {
    width: calc(100% - 20% * 3);
}

.indTwo2_02 .item.hover a {
    padding: 30px 6vw;
    background: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indTwo2_02 .item.hover a .number {
    text-align: left;
}

.indTwo2_02 .item.hover a .title {
    font-size: 26px;
    text-align: left;
}

.indTwo2_02 .item.hover a .text {
    opacity: 1;
    max-height: 200px;
    padding-top: clamp(0.5rem, 0.333rem + 0.7vw, 1.125rem);
}

.indTwo2_02 .item.hover a .btn_box {
    opacity: 1;
    max-height: 60px;
    padding-top: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
}

.indBoxThree1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.indBoxThree1 .item {
    position: relative;
    isolation: isolate;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    overflow: hidden;
    padding: clamp(1.25rem, 0.665rem + 2.46vw, 3.438rem) clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
}

.indBoxThree1 .item .icon {
    width: clamp(4.125rem, 2.921rem + 5.07vw, 8.625rem);
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1 .item:hover .icon {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.indBoxThree1 .item .icon img {
    width: 100%;
}

.indBoxThree1 .item .icon .img_02 {
    display: none;
}

.indBoxThree1 .item:hover .icon .img_01 {
    display: none;
}

.indBoxThree1 .item:hover .icon .img_02 {
    display: block;
}

.indBoxThree1 .item .title {
    color: #555555;
    text-align: center;
    padding-top: clamp(0.875rem, 0.808rem + 0.28vw, 1.125rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1 .item .text {
    color: #777777;
    text-align: center;
    padding-top: clamp(0.313rem, 0.229rem + 0.35vw, 0.625rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1 .item:hover .title,
.indBoxThree1 .item:hover .text {
    color: #ffffff;
}

.indBoxThree1 .item .bg_show {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1 .item:hover .bg_show {
    opacity: 1;
}

.indBoxFour {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indBoxFour1_w {
    padding-bottom: clamp(3.125rem, 0.616rem + 10.56vw, 12.5rem);
}

.indFour1_01 .title {
    color: #FFFFFF;
    text-align: center;
}

.indFour1_01 .text {
    max-width: 1000px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(0.5rem, 0.216rem + 1.2vw, 1.563rem);
}

.indBoxFour2 {
    background-image: -ms-linear-gradient(to top, rgba(61, 43, 0, 0.9) 2%, rgba(77, 54, 0, 0));
    background-image: -moz-linear-gradient(to top, rgba(61, 43, 0, 0.9) 2%, rgba(77, 54, 0, 0));
    background-image: -webkit-linear-gradient(to top, rgba(61, 43, 0, 0.9) 2%, rgba(77, 54, 0, 0));
    background-image: linear-gradient(to top, rgba(61, 43, 0, 0.9) 2%, rgba(77, 54, 0, 0));
}

.indBoxFour2_w {
    padding-top: clamp(0.625rem, 0.424rem + 0.85vw, 1.375rem);
    padding-bottom: clamp(0.625rem, 0.424rem + 0.85vw, 1.375rem);
}

.indFour2_01 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.indFour2_01 .item {
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFour2_01 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.indFour2_01 .item .number {
    font-size: clamp(1.625rem, 0.889rem + 3.1vw, 4.375rem);
    color: #FFFFFF;
    line-height: 1;
}

.indFour2_01 .item .text {
    color: #FFFFFF;
    padding-top: clamp(0.25rem, 0.066rem + 0.77vw, 0.938rem);
}

.indFour1_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indFour1_02 a {
    width: clamp(8.438rem, 7.919rem + 2.18vw, 10.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    background: #FFFFFF;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indFour1_02 a:hover {
    opacity: 0.8;
}

.indFour1_02 a span {
    color: var(--hue);
}

.indFour1_02 a .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: var(--hue);
    padding-left: 5px;
}

.indBoxFive1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indFive1_l {
    width: 70%;
}

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

.public_lunbo_prev,
.public_lunbo_next {
    font-size: clamp(1.75rem, 1.516rem + 0.99vw, 2.625rem);
    color: var(--hue);
    text-align: center;
    width: clamp(2.625rem, 1.889rem + 3.1vw, 5.375rem);
    height: clamp(1.5rem, 0.965rem + 2.25vw, 3.5rem);
    line-height: clamp(1.5rem, 0.965rem + 2.25vw, 3.5rem);
    border: 1px solid var(--hue);
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_lunbo_prev:hover,
.public_lunbo_next:hover {
    color: #ffffff;
    background: var(--hue);
}

.indFive1_r_next {
    margin-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.indFive2_lunbo .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indFive2_lunbo_l {
    position: relative;
    width: 45.6%;
    padding: clamp(0.313rem, 0.229rem + 0.35vw, 0.625rem);
}

.indFive2_lunbo_l .img_box {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indFive2_lunbo_l .img_box img {
    width: 100%;
}

.indFive2_lunbo .item:hover .indFive2_lunbo_l .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.indFive2_lunbo_l::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(6.25rem, 4.577rem + 7.04vw, 12.5rem);
    height: clamp(6.25rem, 4.577rem + 7.04vw, 12.5rem);
    border-radius: 10px;
    background: var(--hue);
}

.indFive2_lunbo_l::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(6.25rem, 4.577rem + 7.04vw, 12.5rem);
    height: clamp(6.25rem, 4.577rem + 7.04vw, 12.5rem);
    border-radius: 10px;
    background: var(--hue);
}

.indFive2_lunbo_r {
    width: 49%;
}

.indFive2_lunbo_r .title {
    color: #555555;
}

.indFive2_lunbo_r .text {
    color: #555555;
    padding-top: clamp(0.5rem, 0.366rem + 0.56vw, 1rem);
}

.indBoxFive3 {
    position: relative;
    margin-top: clamp(1.25rem, 0.882rem + 1.55vw, 2.625rem);
}

.indFive3_lunbo .item {
    cursor: pointer;
}

.indFive3_lunbo .item .round {
    width: clamp(1.125rem, 0.991rem + 0.56vw, 1.625rem);
    height: clamp(1.125rem, 0.991rem + 0.56vw, 1.625rem);
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(119, 119, 119, 0.5);
    padding: clamp(0.188rem, 0.154rem + 0.14vw, 0.313rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive3_lunbo .item .round::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive3_lunbo .item .text {
    color: #777777;
    text-align: center;
    padding-top: clamp(0.313rem, 0.229rem + 0.35vw, 0.625rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFive3::before {
    content: "";
    display: block;
    position: absolute;
    top: clamp(0.563rem, 0.496rem + 0.28vw, 0.813rem);
    left: 0;
    width: 100%;
    height: 1px;
    background: #AFAFAF;
}

.indFive3_lunbo .swiper-slide.swiper-slide-thumb-active .item .round {
    background: rgba(255, 196, 57, 0.5);
}

.indFive3_lunbo .swiper-slide.swiper-slide-thumb-active .item .round::after {
    background: var(--hue);
}

.indFive3_lunbo .swiper-slide.swiper-slide-thumb-active .item .text {
    color: var(--hue);
}

.indBoxSix {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indBoxSix1 {
    max-width: 750px;
    margin-left: auto;
}

.indBoxSix1 .title {
    color: #FFFFFF;
}

.indBoxSix1 .text {
    color: #FFFFFF;
    padding-top: clamp(0.5rem, 0.299rem + 0.85vw, 1.25rem);
}

.indSix1_01 {
    padding-top: clamp(0.938rem, 0.519rem + 1.76vw, 2.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indSix1_01 .item {
    width: 20.4%;
    border: 1px solid #FFFFFF;
    margin-right: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indSix1_01 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.indSix1_01 .item img {
    width: 100%;
}

.indSix1_01>.item:last-child {
    margin-right: 0;
}

.indBoxSeven {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indBoxSeven1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indSeven1_l {
    width: 70%;
}

.indSeven1_r .number {
    font-size: clamp(1.625rem, 0.989rem + 2.68vw, 4rem);
    color: var(--hue);
    line-height: 1;
    text-align: center;
}

.indSeven1_r .text {
    color: #555555;
    text-align: center;
    padding-top: clamp(0.125rem, -0.042rem + 0.7vw, 0.75rem);
}

.indBoxSeven2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indSeven2_lunbo {
    width: calc(100% - clamp(3.25rem, 2.514rem + 3.1vw, 6rem) - clamp(3.25rem, 2.514rem + 3.1vw, 6rem));
    margin: 0;
}

.indSeven2_lunbo .item {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indSeven2_lunbo .item .img_box {
    width: clamp(4.5rem, 2.627rem + 7.89vw, 11.5rem);
    margin: 0 auto;
    border: clamp(0.125rem, 0.092rem + 0.14vw, 0.25rem) solid transparent;
    border-radius: 50%;
    overflow: hidden;
}

.indSeven2_lunbo .item .img_box img {
    width: 100%;
}

.indSeven2_lunbo .item .title {
    opacity: 0;
    color: #555555;
    text-align: center;
    padding-top: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indSeven2_lunbo .item .text {
    opacity: 0;
    color: #777777;
    text-align: center;
    padding-top: clamp(0.313rem, 0.195rem + 0.49vw, 0.75rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indSeven2_lunbo .swiper-slide.swiper-slide-active .item {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.indSeven2_lunbo .swiper-slide.swiper-slide-active .item .img_box {
    border-color: var(--hue);
}

.indSeven2_lunbo .swiper-slide.swiper-slide-active .item .title {
    opacity: 1;
}

.indSeven2_lunbo .swiper-slide.swiper-slide-active .item .text {
    opacity: 1;
}

.indSeven2_prev,
.indSeven2_next {
    margin-top: 75px;
}

.indBoxEight1 {
    border-bottom: 1px solid #C8C8C8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indEight1_l {
    width: 70%;
}

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

.indEight1_r_next {
    margin-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.indBoxEight2 {
    padding-top: clamp(1.25rem, 0.915rem + 1.41vw, 2.5rem);
}

.indEight2_lunbo .item a {
    display: block;
}

.indEight2_lunbo .item a .date {
    color: var(--hue);
}

.indEight2_lunbo .item a .title {
    color: #555555;
    padding-top: clamp(0.375rem, 0.275rem + 0.42vw, 0.75rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indEight2_lunbo .item a:hover .title {
    color: var(--hue);
}

.indEight2_lunbo .item a .btn {
    padding-top: clamp(0.5rem, 0.266rem + 0.99vw, 1.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indEight2_lunbo .item a .btn span {
    color: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indEight2_lunbo .item a .btn .iconfont {
    font-size: clamp(1.375rem, 1.308rem + 0.28vw, 1.625rem);
    color: #777777;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indEight2_lunbo .item a:hover .btn span,
.indEight2_lunbo .item a:hover .btn .iconfont {
    color: var(--hue);
}

/* ~~~~~~index,css~~~~end */
/* ~~~~~~index,css~~~~end */
/* ~~~~~~index,css~~~~end */





/* ~~~~~footer inquiry,css */
/* ~~~~~footer inquiry,css */
/* ~~~~~footer inquiry,css */
.footer_inquiry {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer_inquiry_w {
    padding-top: clamp(2.188rem, 1.769rem + 1.76vw, 3.75rem);
    padding-bottom: clamp(2.188rem, 1.769rem + 1.76vw, 3.75rem);
}

.footer_inquiry1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_inquiry1_l {
    width: 46%;
}

.footer_inquiry1_l .title {
    color: #FFFFFF;
}

.footer_inquiry1_l .text {
    color: #FFFFFF;
    padding-top: clamp(0.375rem, 0.174rem + 0.85vw, 1.125rem);
}

.footer_inquiry1_r {
    width: 50%;
}

.footer_inquiry1_r_form > p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_inquiry1_r_form > p span {
    width: 76%;
}

.footer_inquiry1_r_form > p span input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.808rem + 0.28vw, 1.125rem);
    width: 100%;
    color: #FFFFFF;
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 0 10px 0 15px;
    background: rgba(255, 255, 255, 0.14);
}

.footer_inquiry1_r_form ::placeholder {
    color: #FFFFFF;
}

.footer_inquiry1_r_form > p > input[type="submit"] {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: clamp(1rem, 0.967rem + 0.14vw, 1.125rem);
    color: var(--hue);
    width: 21%;
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border: none;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_inquiry1_r_form input[type="submit"]:hover {
    opacity: 0.8;
}

/* ~~~~~footer inquiry,css~~~~end */
/* ~~~~~footer inquiry,css~~~~end */
/* ~~~~~footer inquiry,css~~~~end */





/* ~~~~~~~footer,css */
/* ~~~~~~~footer,css */
/* ~~~~~~~footer,css */
.public_footer {
    background: #ECECEC;
}

.footer_top_w {
    padding-top: clamp(2.813rem, 2.311rem + 2.11vw, 4.688rem);
    padding-bottom: clamp(1.563rem, 1.144rem + 1.76vw, 3.125rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_top1 .footer_logo {
    width: 184px;
}

.footer_top1 .footer_logo a {
    display: block;
}

.footer_top1 .footer_logo a img {
    width: 100%;
}

.footer_top1 .text {
    color: #777777;
    padding-top: clamp(0.625rem, 0.491rem + 0.56vw, 1.125rem);
}

.footer_top1 .media_box {
    padding-top: clamp(0.625rem, 0.374rem + 1.06vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top1 .media_box a {
    display: block;
    font-size: clamp(1rem, 0.799rem + 0.85vw, 1.75rem);
    color: #FFFFFF;
    text-align: center;
    width: clamp(1.75rem, 1.449rem + 1.27vw, 2.875rem);
    height: clamp(1.75rem, 1.449rem + 1.27vw, 2.875rem);
    line-height: clamp(1.75rem, 1.449rem + 1.27vw, 2.875rem);
    border-radius: 50%;
    background: #A8A8A8;
    margin-right: clamp(0.5rem, 0.366rem + 0.56vw, 1rem);
}

.footer_top1 .media_box a:hover {
    background: var(--hue);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

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

.footer_top_title {
    font-size: clamp(1.25rem, 1.15rem + 0.42vw, 1.625rem);
    color: #555555;
    padding-bottom: clamp(0.75rem, 0.516rem + 0.99vw, 1.625rem);
}

.footer_top_list .item {
    margin-bottom: clamp(0.313rem, 0.195rem + 0.49vw, 0.75rem);
}

.footer_top_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_list .item a .iconfont {
    width: clamp(1.563rem, 1.512rem + 0.21vw, 1.75rem);
    font-size: clamp(1.125rem, 1.092rem + 0.14vw, 1.25rem);
    color: #777777;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_list .item a span {
    width: calc(100% - clamp(1.563rem, 1.512rem + 0.21vw, 1.75rem));
    color: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_list .item a:hover .iconfont,
.footer_top_list .item a:hover span {
    color: var(--hue);
}

.footer_top4_list .item {
    margin-bottom: clamp(0.313rem, 0.195rem + 0.49vw, 0.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top4_list .item .iconfont {
    width: clamp(1.875rem, 1.842rem + 0.14vw, 2rem);
    font-size: clamp(1.5rem, 1.467rem + 0.14vw, 1.625rem);
    color: #777777;
}

.footer_top4_list .item .text {
    width: calc(100% - clamp(1.875rem, 1.842rem + 0.14vw, 2rem));
    color: #777777;
    padding-top: 1px;
}

.footer_top4_list .item .text a {
    color: #777777;
}

.footer_top4_list .item .text a:hover {
    color: var(--hue);
}

.footer_top1 {
    width: 23%;
}

.footer_top2 {
    width: 26%;
}

.footer_top3 {
    width: 15%;
}

.footer_top4 {
    width: 24%;
}

.public_footer_bot {
    border-top: 1px dashed #9E9E9E;
}

.footer_bot_w {
    padding-top: clamp(1rem, 0.766rem + 0.99vw, 1.875rem);
    padding-bottom: clamp(1rem, 0.766rem + 0.99vw, 1.875rem);
}

.footer_bot1 {
    color: #999999;
    text-align: center;
}

.footer_bg {
    height: clamp(0.25rem, -0.018rem + 1.13vw, 1.25rem);
    background: url(../images/header_01.jpg) no-repeat center center / cover;
}

/* ~~~~~~~footer,css~~~~end */
/* ~~~~~~~footer,css~~~~end */
/* ~~~~~~~footer,css~~~~end */





/* ~~~~~float r nav,css */
/* ~~~~~float r nav,css */
/* ~~~~~float r nav,css */
.float_r_nav {
    position: fixed;
    z-index: 4;
    top: 25%;
    right: 10px;
    width: clamp(1.875rem, 1.507rem + 1.55vw, 3.25rem);
}

.float_r_nav .item {
    margin-bottom: 10px;
}

.float_r_nav>.item:last-child {
    margin-bottom: 0;
}

.float_r_nav .item a {
    display: block;
    height: clamp(1.875rem, 1.507rem + 1.55vw, 3.25rem);
    line-height: clamp(1.875rem, 1.507rem + 1.55vw, 3.25rem);
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    background: var(--hue);
}

.float_r_nav .item a:hover {
    opacity: 0.8;
}

/* ~~~~~float r nav,css~~~~end */
/* ~~~~~float r nav,css~~~~end */
/* ~~~~~float r nav,css~~~~end */





/* ~~~~~~contact,css */
/* ~~~~~~contact,css */
/* ~~~~~~contact,css */
.subPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.subPage_banner_w {
    height: clamp(11.875rem, 6.69rem + 21.83vw, 31.25rem);
    padding-bottom: clamp(0.75rem, 0.282rem + 1.97vw, 2.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.subPage_b_content {
    width: 100%;
}

.subPage_b_content .title {
    font-size: clamp(1.375rem, 0.907rem + 1.97vw, 3.125rem);
    color: #FFFFFF;
    line-height: 1;
}

.subPage_b_content .crumbs {
    font-size: clamp(0.875rem, 0.808rem + 0.28vw, 1.125rem);
    color: #FFFFFF;
    padding-top: clamp(0.5rem, 0.333rem + 0.7vw, 1.125rem);
}

.subPage_b_content .crumbs a {
    color: #FFFFFF;
}

.subPage_b_content .crumbs a:hover {
    text-decoration: underline;
}

.conBoxOne1 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_l {
    width: 42%;
    border-radius: 10px 0 0 10px;
    padding: clamp(3.125rem, 2.79rem + 1.41vw, 4.375rem) clamp(0.938rem, 0.185rem + 3.17vw, 3.75rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.conOne1_l_01 {
    color: #FFFFFF;
}

.conOne1_l_02 .item {
    margin-bottom: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conOne1_l_02 .item .iconfont {
    font-size: clamp(2.125rem, 1.991rem + 0.56vw, 2.625rem);
    color: var(--hue);
    text-align: center;
    width: clamp(2.875rem, 2.641rem + 0.99vw, 3.75rem);
    height: clamp(2.875rem, 2.641rem + 0.99vw, 3.75rem);
    line-height: clamp(2.875rem, 2.641rem + 0.99vw, 3.75rem);
    border-radius: 6px;
    border: 1px solid var(--hue);
    background: #FFFFFF;
}

.conOne1_l_02 .item .r_box {
    width: calc(100% - clamp(2.875rem, 2.641rem + 0.99vw, 3.75rem));
    padding-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.conOne1_l_02 .item .r_box .title {
    color: #FFFFFF;
}

.conOne1_l_02 .item .r_box .text {
    color: #FFFFFF;
}

.conOne1_l_02 .item .r_box .text a {
    color: #FFFFFF;
}

.conOne1_l_02 .item .r_box .text a:hover {
    color: var(--hue);
    text-decoration: underline;
}

.conOne1_l_03 {
    padding-top: clamp(0.313rem, 0.229rem + 0.35vw, 0.625rem);
}

.conOne1_l_03 .title {
    color: #FFFFFF;
}

.conOne1_l_03 .media_box {
    padding-top: clamp(0.625rem, 0.525rem + 0.42vw, 1rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conOne1_l_03 .media_box a {
    display: block;
    font-size: clamp(1.125rem, 0.958rem + 0.7vw, 1.75rem);
    color: #ffffff;
    text-align: center;
    width: clamp(1.75rem, 1.449rem + 1.27vw, 2.875rem);
    height: clamp(1.75rem, 1.449rem + 1.27vw, 2.875rem);
    line-height: clamp(1.75rem, 1.449rem + 1.27vw, 2.875rem);
    border-radius: 50%;
    margin-right: clamp(0.5rem, 0.383rem + 0.49vw, 0.938rem);
}

.conOne1_l_03 .media_box a:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

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

.conOne1_l_03 .media_box>a:nth-child(1) {
    background: #3B5796;
}

.conOne1_l_03 .media_box>a:nth-child(2) {
    background: #EB3618;
}

.conOne1_l_03 .media_box>a:nth-child(3) {
    background: #EC2327;
}

.conOne1_l_03 .media_box>a:nth-child(4) {
    background: #E05366;
}

.conOne1_l_03 .media_box>a:nth-child(5) {
    background: #0274B3;
}

.conOne1_r {
    width: 58%;
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    padding: clamp(3.125rem, 2.958rem + 0.7vw, 3.75rem) clamp(0.938rem, 0.185rem + 3.17vw, 3.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.conOne1_r_01 .title {
    color: #555555;
}

.conOne1_r_01 .text {
    color: #777777;
    padding-top: clamp(0.375rem, 0.308rem + 0.28vw, 0.625rem);
}

.conOne1_r_02_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conOne1_r_02_form .item {
    width: calc((100% - clamp(0.625rem, 0.123rem + 2.11vw, 2.5rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.449rem + 1.27vw, 1.875rem);
}

.conOne1_r_02_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
    width: 100%;
    height: clamp(2.375rem, 2.091rem + 1.2vw, 3.438rem);
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 0 10px 0 15px;
}

.conOne1_r_02_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
    width: 100%;
    height: clamp(5.625rem, 4.856rem + 3.24vw, 8.5rem);
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 12px 10px 10px 15px;
    resize: none;
}

.conOne1_r_02_form .item.w_100 {
    width: 100%;
}

.conOne1_r_02_form .btn {
    width: 100%;
}

.conOne1_r_02_form .btn input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: clamp(8.438rem, 7.919rem + 2.18vw, 10.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    background: var(--hue);
    border-radius: 6px;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conOne1_r_02_form .btn input:hover {
    opacity: 0.8;
}

.conBoxTwo img {
    width: 100%;
}

/* ~~~~~~contact,css~~~~end */
/* ~~~~~~contact,css~~~~end */
/* ~~~~~~contact,css~~~~end */





/* ~~~~~~Case,css */
/* ~~~~~~Case,css */
/* ~~~~~~Case,css */
.casBoxOne1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.casBoxOne1 .item a {
    display: block;
}

.casBoxOne1 .item a .img_box {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.casBoxOne1 .item a .img_box img {
    width: 100%;
}

.casBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.casBoxOne1 .item a .bot_box {
    position: relative;
    width: 94%;
    margin-top: calc(clamp(1.875rem, 1.122rem + 3.17vw, 4.688rem) * -1);
    border-radius: 10px;
    padding: clamp(0.875rem, 0.524rem + 1.48vw, 2.188rem) clamp(0.75rem, 0.449rem + 1.27vw, 1.875rem) 0;
    background: rgba(255, 255, 255, 0.9);
}

.casBoxOne1 .item a .bot_box .title {
    color: #555555;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a:hover .bot_box .title {
    color: var(--hue);
}

.casBoxOne1 .item a .bot_box .btn {
    width: clamp(8.438rem, 7.919rem + 2.18vw, 10.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    margin-top: clamp(0.625rem, 0.374rem + 1.06vw, 1.563rem);
    border: 1px solid var(--hue);
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a:hover .bot_box .btn {
    background: var(--hue);
}

.casBoxOne1 .item a .bot_box .btn span {
    color: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a .bot_box .btn .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: var(--hue);
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a:hover .bot_box .btn span,
.casBoxOne1 .item a:hover .bot_box .btn .iconfont {
    color: #ffffff;
}

.paging_padding {
    padding-top: clamp(2.188rem, 1.686rem + 2.11vw, 4.063rem);
}

.public_paging .wp-pagenavi {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging .wp-pagenavi a {
    cursor: pointer;
}

.public_paging .wp-pagenavi a,
.public_paging .wp-pagenavi>span {
    display: block;
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: var(--hue);
    text-align: center;
    width: clamp(2rem, 1.774rem + 0.95vw, 2.75rem);
    height: clamp(2rem, 1.774rem + 0.95vw, 2.75rem);
    line-height: clamp(2rem, 1.774rem + 0.95vw, 2.75rem);
    padding: 0;
    margin: 0 clamp(0.25rem, 0.2rem + 0.21vw, 0.438rem);
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    background: #FFF7E7;
}

.public_paging .wp-pagenavi a>span {
    border: none;
    padding: 0;
    margin: 0;
}

.public_paging .wp-pagenavi a:hover {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

.public_paging .wp-pagenavi a.paginationjs-prev,
.public_paging .wp-pagenavi a.paginationjs-next,
.public_paging .wp-pagenavi a.previouspostslink,
.public_paging .wp-pagenavi a.nextpostslink {
    width: clamp(5.313rem, 4.747rem + 2.38vw, 7.188rem);
}

.public_paging .wp-pagenavi a.hover {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

.public_paging .wp-pagenavi>span.current {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

/* ~~~~~~Case,css~~~~end */
/* ~~~~~~Case,css~~~~end */
/* ~~~~~~Case,css~~~~end */





/* ~~~~~Case_det,css */
/* ~~~~~Case_det,css */
/* ~~~~~Case_det,css */
.cas_deBoxOne {
    background: #F5F5F5;
}

.cas_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cas_deOne1_l {
    width: 68.8%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: clamp(2.5rem, 1.831rem + 2.82vw, 5rem) clamp(0.938rem, 0.185rem + 3.17vw, 3.75rem);
}

.cas_deOne1_l_01 {
    color: #555555;
}

.cas_deOne1_l_02 {
    padding-top: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
    padding-bottom: clamp(1.125rem, 0.924rem + 0.85vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_l_02 .item {
    margin-right: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_l_02 .item .iconfont {
    font-size: clamp(1.25rem, 1.217rem + 0.14vw, 1.375rem);
    color: #777777;
}

.cas_deOne1_l_02 .item .text {
    color: #777777;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 5px;
}

.cas_deOne1_l_02>.item:last-child {
    margin-right: 0;
}

.cas_deOne1_l_03 {
    color: #555555;
    padding-bottom: clamp(1.25rem, 0.832rem + 1.76vw, 2.813rem);
}

.cas_deOne1_l_03 img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.cas_deOne1_l_04 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cas_deOne1_l_04 .item {
    width: calc((100% - 40px) / 2);
}

.cas_deOne1_l_04 .item a {
    display: block;
}

.cas_deOne1_l_04 .item .iconfont {
    display: inline-block;
    font-size: clamp(1rem, 0.967rem + 0.14vw, 1.125rem);
    color: #777777;
    vertical-align: middle;
    margin-top: calc(clamp(0rem, -0.05rem + 0.21vw, 0.188rem) * -1);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_l_04 .item .tt {
    color: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_l_04 .item .text {
    color: #777777;
    text-decoration: underline;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_l_04 .item a:hover .iconfont,
.cas_deOne1_l_04 .item a:hover .tt,
.cas_deOne1_l_04 .item a:hover .text {
    color: var(--hue);
}

.cas_deOne1_r {
    width: 28.8%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: clamp(1.875rem, 1.373rem + 2.11vw, 3.75rem) clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem) clamp(1.25rem, 0.832rem + 1.76vw, 2.813rem);
}

.cas_deOne1_r_01 {
    color: #555555;
    padding-bottom: clamp(0.375rem, 0.308rem + 0.28vw, 0.625rem);
}

.cas_deOne1_r_02 .item {
    padding: clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem) 0;
    border-bottom: 1px solid #C5C5C5;
}

.cas_deOne1_r_02 .item a {
    display: block;
}

.cas_deOne1_r_02 .item a .title {
    color: #555555;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_r_02 .item a:hover .title {
    color: var(--hue);
}

.cas_deOne1_r_02 .item a .btn {
    padding-top: clamp(0.25rem, 0.183rem + 0.28vw, 0.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_r_02 .item a .btn span {
    color: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_r_02 .item a .btn .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: #777777;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_r_02 .item a:hover .btn span,
.cas_deOne1_r_02 .item a:hover .btn .iconfont {
    color: var(--hue);
}

.cas_deOne1_r_02>.item:last-child {
    border-bottom: none;
}

/* ~~~~~Case_det,css~~~~end */
/* ~~~~~Case_det,css~~~~end */
/* ~~~~~Case_det,css~~~~end */





/* ~~~~~~news_list,css */
/* ~~~~~~news_list,css */
/* ~~~~~~news_list,css */
.new_liOne1 .item {
    margin-bottom: clamp(1.375rem, 1.074rem + 1.27vw, 2.5rem);
}

.new_liOne1>.item:last-child {
    margin-bottom: 0;
}

.new_liOne1 .item a {
    border-radius: 10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_liOne1 .item a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.new_liOne1 .item a .img_box {
    width: 33%;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_liOne1 .item a .img_box img {
    width: 100%;
}

.new_liOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.new_liOne1 .item a .r_box {
    width: 67%;
    padding: 0 clamp(0.938rem, 0.018rem + 3.87vw, 4.375rem);
}

.new_liOne1 .item a .r_box .date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_liOne1 .item a .r_box .date::before {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_liOne1 .item a:hover .r_box .date::before {
    background: var(--hue);
}

.new_liOne1 .item a .r_box .date span {
    color: #777777;
    padding-left: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_liOne1 .item a:hover .r_box .date span {
    color: var(--hue);
}

.new_liOne1 .item a .r_box .title {
    color: #555555;
    padding-top: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_liOne1 .item a:hover .r_box .title {
    color: var(--hue);
}

.new_liOne1 .item a .r_box .text {
    color: #555555;
    padding-top: clamp(0.375rem, 0.208rem + 0.7vw, 1rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.new_liOne1 .item a .r_box .btn {
    width: clamp(8.438rem, 7.919rem + 2.18vw, 10.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    margin-top: clamp(0.625rem, 0.29rem + 1.41vw, 1.875rem);
    border-radius: 6px;
    border: 1px solid var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_liOne1 .item a:hover .r_box .btn {
    background: var(--hue);
}

.new_liOne1 .item a .r_box .btn span {
    color: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_liOne1 .item a .r_box .btn .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: var(--hue);
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_liOne1 .item a:hover .r_box .btn span,
.new_liOne1 .item a:hover .r_box .btn .iconfont {
    color: #ffffff;
}

/* ~~~~~~news_list,css~~~~end */
/* ~~~~~~news_list,css~~~~end */
/* ~~~~~~news_list,css~~~~end */





/* ~~~~~~news_det,css */
/* ~~~~~~news_det,css */
/* ~~~~~~news_det,css */
.new_deBoxOne {
    background: #F5F5F5;
}

.new_deBoxOne_w {
    padding-top: 1px;
}

.new_deOne1 {
    position: relative;
    margin-top: -105px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: clamp(2.813rem, 2.227rem + 2.46vw, 5rem) clamp(0.938rem, -0.317rem + 5.28vw, 5.625rem) clamp(3.125rem, 2.456rem + 2.82vw, 5.625rem);
}

.new_deOne1_01 {
    color: #555555;
    text-align: center;
}

.new_deOne1_02 {
    padding-top: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
    padding-bottom: clamp(1.125rem, 0.924rem + 0.85vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_deOne1_02 .item {
    margin: 0 clamp(0.375rem, 0.141rem + 0.99vw, 1.25rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_02 .item .iconfont {
    font-size: clamp(1.25rem, 1.217rem + 0.14vw, 1.375rem);
    color: #777777;
}

.new_deOne1_02 .item .text {
    color: #777777;
    padding-top: 2px;
    padding-left: 4px;
}

.new_deOne1_03 {
    color: #555555;
}

.new_deOne1_03 img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.new_deOne1_04 {
    padding-top: clamp(1.25rem, 1.083rem + 0.7vw, 1.875rem);
    padding-bottom: clamp(1.25rem, 0.915rem + 1.41vw, 2.5rem);
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: clamp(1.25rem, 0.915rem + 1.41vw, 2.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_04 .iconfont {
    font-size: clamp(1.375rem, 1.342rem + 0.14vw, 1.5rem);
    color: #777777;
}

.new_deOne1_04 .text {
    color: #777777;
    padding: 0 5px 0 4px;
}

.new_deBoxTwo {
    background: #F5F5F5;
}

.new_deTwo1 {
    color: #555555;
}

.new_deTwo2 {
    width: calc((100vw - 10px) / 2 + 50%);
}

.new_deTwo2_lunbo .item a {
    position: relative;
    isolation: isolate;
    padding: clamp(0.625rem, 0.374rem + 1.06vw, 1.563rem) 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deTwo2_lunbo .item a .img_box {
    width: 42%;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_deTwo2_lunbo .item a .img_box img {
    width: 100%;
}

.new_deTwo2_lunbo .item a:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.new_deTwo2_lunbo .item a .r_box {
    width: 58%;
    padding: 0 clamp(0.938rem, 0.519rem + 1.76vw, 2.5rem);
}

.new_deTwo2_lunbo .item a .r_box .date {
    color: var(--hue);
}

.new_deTwo2_lunbo .item a .r_box .title {
    color: #555555;
    padding-top: clamp(0.375rem, 0.342rem + 0.14vw, 0.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deTwo2_lunbo .item a:hover .r_box .title {
    color: var(--hue);
}

.new_deTwo2_lunbo .item a .r_box .btn {
    padding-top: clamp(0.625rem, 0.424rem + 0.85vw, 1.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deTwo2_lunbo .item a .r_box .btn span {
    color: #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deTwo2_lunbo .item a .r_box .btn .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: #777777;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deTwo2_lunbo .item a:hover .r_box .btn span,
.new_deTwo2_lunbo .item a:hover .r_box .btn .iconfont {
    color: var(--hue);
}

.new_deTwo2_lunbo .item a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 81%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ~~~~~~news_det,css~~~~end */
/* ~~~~~~news_det,css~~~~end */
/* ~~~~~~news_det,css~~~~end */






/* ~~~~~~factory,css */
/* ~~~~~~factory,css */
/* ~~~~~~factory,css */
.facBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facOne1_l {
    width: 40%;
}

.subPage_module_title .text {
    padding-top: clamp(0.5rem, 0.433rem + 0.28vw, 0.75rem);
}

.facOne1_r {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facOne1_r .item {
    margin-right: clamp(0.875rem, 0.189rem + 2.89vw, 3.438rem);
}

.facOne1_r>.item:last-child {
    margin-right: 0;
}

.facOne1_r .item a {
    display: block;
    color: #777777;
    padding-bottom: clamp(0.25rem, 0.183rem + 0.28vw, 0.5rem);
    border-bottom: clamp(0.125rem, 0.108rem + 0.07vw, 0.188rem) solid transparent;
}

.facOne1_r .item.hover a,
.facOne1_r .item:hover a {
    color: var(--hue);
    border-bottom-color: var(--hue);
}

.facBoxOne2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.facBoxOne2 .item a {
    display: block;
}

.facBoxOne2 .item a .img_box {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxOne2 .item a .img_box img {
    width: 100%;
}

.facBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.facBoxOne2 .item a .bot_box {
    padding-top: clamp(0.5rem, 0.266rem + 0.99vw, 1.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facBoxOne2 .item a .bot_box .tt {
    width: calc(100% - clamp(2.25rem, 2.083rem + 0.7vw, 2.875rem));
    color: #555555;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facBoxOne2 .item a:hover .bot_box .tt {
    color: var(--hue);
}

.facBoxOne2 .item a .bot_box .iconfont {
    font-size: clamp(1rem, 0.9rem + 0.42vw, 1.375rem);
    color: #777777;
    text-align: center;
    width: clamp(1.625rem, 1.458rem + 0.7vw, 2.25rem);
    height: clamp(1.625rem, 1.458rem + 0.7vw, 2.25rem);
    line-height: clamp(1.625rem, 1.458rem + 0.7vw, 2.25rem);
    border-radius: 50%;
    border: 1px solid #777777;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facBoxOne2 .item a:hover .bot_box .iconfont {
    color: var(--hue);
    border-color: var(--hue);
}

/* ~~~~~~factory,css~~~~end */
/* ~~~~~~factory,css~~~~end */
/* ~~~~~~factory,css~~~~end */





/* ~~~~~about,css */
/* ~~~~~about,css */
/* ~~~~~about,css */
.aboBoxOne {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.aboBoxOne1 {
    max-width: 1390px;
    margin: 0 auto;
}

.aboOne1_01 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboOne1_01 .btn_box a {
    width: clamp(12.188rem, 11.602rem + 2.46vw, 14.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    background: var(--hue);
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboOne1_01 .btn_box a span {
    color: #ffffff;
}

.aboOne1_01 .btn_box a .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: #ffffff;
    padding-left: 5px;
}

.aboOne1_02 {
    padding-top: clamp(1.563rem, 1.061rem + 2.11vw, 3.438rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboOne1_02 .item {
    width: calc(100% / 4);
    text-align: center;
    padding: 0 clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboOne1_02 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.aboOne1_02 .item .number {
    font-size: clamp(1.625rem, 1.056rem + 2.39vw, 3.75rem);
    color: #555555;
    line-height: 1;
}

.aboOne1_02 .item .text {
    color: #555555;
    padding-top: clamp(0.125rem, -0.042rem + 0.7vw, 0.75rem);
}

.aboBoxTwo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.aboBoxTwo1 {
    position: relative;
    isolation: isolate;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboTwo1_lunbo {
    width: calc(100% - clamp(3.563rem, 2.576rem + 4.15vw, 7.25rem) - clamp(3.563rem, 2.576rem + 4.15vw, 7.25rem));
    margin: 0;
}

.aboTwo1_lunbo .item .year {
    color: #FFFFFF;
}

.aboTwo1_lunbo .item .round {
    width: clamp(1rem, 0.933rem + 0.28vw, 1.25rem);
    height: clamp(1rem, 0.933rem + 0.28vw, 1.25rem);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    padding: clamp(0.125rem, 0.092rem + 0.14vw, 0.25rem);
    margin-top: clamp(0.25rem, 0.116rem + 0.56vw, 0.75rem);
}

.aboTwo1_lunbo .item .round::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FFFFFF;
}

.aboTwo1_lunbo .item .text {
    color: #FFFFFF;
    padding-top: clamp(0.5rem, 0.333rem + 0.7vw, 1.125rem);
}

.aboBoxTwo1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: clamp(2.563rem, 2.111rem + 1.9vw, 4.25rem);
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}

.aboTwo1_prev,
.aboTwo1_next {
    margin-top: clamp(1.813rem, 1.662rem + 0.63vw, 2.375rem);
}

.aboBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboThree1_l {
    width: 47%;
    padding-bottom: 7.2%;
}

.aboThree1_l_01 .title {
    color: #555555;
}

.aboThree1_l_01 .text {
    color: #555555;
    padding-top: clamp(0.5rem, 0.366rem + 0.56vw, 1rem);
}

.aboThree1_l_02 {
    position: relative;
    isolation: isolate;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboThree1_l_02 .iconfont {
    font-size: clamp(2.375rem, 1.974rem + 1.69vw, 3.875rem);
    color: var(--hue);
    text-align: center;
    width: clamp(3.25rem, 2.514rem + 3.1vw, 6rem);
    height: clamp(3.25rem, 2.514rem + 3.1vw, 6rem);
    line-height: clamp(3.25rem, 2.514rem + 3.1vw, 6rem);
    border-radius: 50%;
    border: 1px solid var(--hue);
}

.aboThree1_l_02 .r_box {
    width: calc(100% - clamp(3.25rem, 2.514rem + 3.1vw, 6rem));
    padding-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.aboThree1_l_02 .r_box .title {
    color: #555555;
}

.aboThree1_l_02 .r_box .text {
    color: #555555;
    padding-top: 2px;
}

.aboThree1_l_02 .r_box .text a {
    color: #555555;
}

.aboThree1_l_02 .r_box .text a:hover {
    color: var(--hue);
    text-decoration: underline;
}

.aboThree1_l_02 .icon_img {
    position: absolute;
    z-index: -1;
    top: -32%;
    right: -10%;
    width: 40%;
}

.aboThree1_l_02 .icon_img img {
    width: 100%;
}

.aboThree1_r {
    position: relative;
    width: 40.5%;
    padding-bottom: clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
}

.aboThree1_r_01 {
    position: relative;
    isolation: isolate;
    padding: 0 0 clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem) clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
}

.aboThree1_r_01 .img_box {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboThree1_r_01 .img_box img {
    width: 100%;
}

.aboThree1_r_01 .img_box:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.aboThree1_r_01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: calc(100% - clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem));
    height: calc(100% - clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem));
    border-radius: 10px;
    background: #FFEEC5;
}

.aboThree1_r_02 {
    position: absolute;
    left: -16%;
    bottom: 0;
    width: 52%;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    border: 4px solid #FFFFFF;
    cursor: pointer;
}

.aboThree1_r_02 img {
    width: 100%;
}

.aboThree1_r_02:hover>img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.aboThree1_r_02 .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(3.75rem, 3.315rem + 1.83vw, 5.375rem);
}

/* 点击视频弹出播放框css */

.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~结束 */

.aboBoxFour {
    background: #F5F5F5;
}

.aboFour1_lunbo .item {
    position: relative;
    isolation: isolate;
    height: 100%;
    text-align: center;
    border: 1px solid var(--hue);
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: clamp(1.25rem, 0.748rem + 2.11vw, 3.125rem) clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
}

.aboFour1_lunbo .item .number {
    font-size: clamp(1.625rem, 0.889rem + 3.1vw, 4.375rem);
    color: transparent;
    line-height: 1;
    -webkit-text-stroke: 1px var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFour1_lunbo .item:hover .number {
    color: #ffffff;
    -webkit-text-stroke: 1px #ffffff;
}

.aboFour1_lunbo .item .title {
    color: #555555;
    padding-top: clamp(0.75rem, 0.65rem + 0.42vw, 1.125rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFour1_lunbo .item .text {
    color: #555555;
    padding-top: clamp(0.375rem, 0.275rem + 0.42vw, 0.75rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFour1_lunbo .item:hover .title,
.aboFour1_lunbo .item:hover .text {
    color: #ffffff;
}

.aboFour1_lunbo .item .bg_show {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFour1_lunbo .item:hover .bg_show {
    opacity: 1;
}

.aboFour1_lunbo .swiper-slide {
    height: auto;
}

.public_lunbo_dots {
    text-align: center;
    padding-top: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
}

.public_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: clamp(0.5rem, 0.433rem + 0.28vw, 0.75rem);
    height: clamp(0.5rem, 0.433rem + 0.28vw, 0.75rem);
    background: none;
    border: 1px solid var(--hue);
    margin: 0 clamp(0.25rem, 0.217rem + 0.14vw, 0.375rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_lunbo_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--hue);
}

.aboFive1_lunbo .item .img_box {
    position: relative;
    isolation: isolate;
    padding: 0 0 clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem) clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem);
}

.aboFive1_lunbo .item .img_box img {
    width: 100%;
    border-radius: 12px;
}

.aboFive1_lunbo .item .img_box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: calc(100% - clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem));
    height: calc(100% - clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem));
    border-radius: 10px;
    background: #F5F5F5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFive1_lunbo .item:hover .img_box::after {
    background: var(--hue);
}

.aboFive1_lunbo .item .bot_box {
    text-align: center;
    padding-top: clamp(0.5rem, 0.299rem + 0.85vw, 1.25rem);
}

.aboFive1_lunbo .item .bot_box .title {
    color: #555555;
}

.aboFive1_lunbo .item .bot_box .text {
    color: #555555;
    padding-top: clamp(0.125rem, 0.058rem + 0.28vw, 0.375rem);
}

.aboBoxSix {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.aboBoxSix_w {
    padding-top: clamp(3.125rem, 2.038rem + 4.58vw, 7.188rem);
    padding-bottom: clamp(3.125rem, 2.038rem + 4.58vw, 7.188rem);
}

.aboBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboSix1_l {
    width: 54.4%;
}

.aboSix1_l_lunbo .item .img_box {
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.26);
    padding: clamp(0.5rem, 0.4rem + 0.42vw, 0.875rem);
    border-radius: 10px;
}

.aboSix1_l_lunbo .item .img_box img {
    width: 100%;
    border-radius: 12px;
}

.aboSix1_r {
    width: 40%;
}

.aboSix1_r .title {
    color: #FFFFFF;
}

.aboSix1_r .text {
    color: #FFFFFF;
    padding-top: clamp(0.375rem, 0.224rem + 0.63vw, 0.938rem);
}

.aboSix1_r .btn {
    padding-top: clamp(1rem, 0.732rem + 1.13vw, 2rem);
}

.aboSix1_r .btn a {
    width: clamp(8.438rem, 7.919rem + 2.18vw, 10.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border-radius: 6px;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboSix1_r .btn a:hover {
    background: var(--hue);
}

.aboSix1_r .btn a span {
    color: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboSix1_r .btn a .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: var(--hue);
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboSix1_r .btn a:hover span,
.aboSix1_r .btn a:hover .iconfont {
    color: #ffffff;
}

.aboBoxSeven1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboSeven1_l {
    width: 70%;
}

.aboSeven1_r {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboSeven1_r .item {
    color: var(--hue);
    text-align: center;
    width: clamp(8.125rem, 7.69rem + 1.83vw, 9.75rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    line-height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border: 1px solid var(--hue);
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: clamp(0.75rem, 0.282rem + 1.97vw, 2.5rem);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboSeven1_r .item.hover,
.aboSeven1_r .item:hover {
    color: #ffffff;
    background: var(--hue);
}

.aboSeven1_r>.item:last-child {
    margin-right: 0;
}

.special_width {
    width: calc((100vw - 10px) / 2 + 50%);
}

.aboSeven2_item_lunbo .item {
    border-radius: 12px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboSeven2_item_lunbo .item img {
    width: 100%;
}

.aboSeven2_item_lunbo .item:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.aboSeven2_item_btn {
    padding-top: clamp(1.25rem, 0.581rem + 2.82vw, 3.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboSeven2_item_btn_l {
    width: clamp(5.938rem, 4.181rem + 7.39vw, 12.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboSeven2_item_dots {
    position: relative;
    width: calc(100% - clamp(5.938rem, 4.181rem + 7.39vw, 12.5rem));
    height: 2px;
    background: #D4D4D4;
}

.aboSeven2_item_dots .swiper-pagination-progressbar-fill {
    background: var(--hue);
}

/* ~~~~~about,css~~~~end */
/* ~~~~~about,css~~~~end */
/* ~~~~~about,css~~~~end */





/* ~~~~~~product_cover,css */
/* ~~~~~~product_cover,css */
/* ~~~~~~product_cover,css */
.pro_coOne1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_coOne1_l {
    width: 50%;
}

.pro_coOne1_l a {
    display: block;
    border-radius: 12px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_coOne1_l a img {
    width: 100%;
}

.pro_coOne1_l a:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.pro_coOne1_r {
    width: 50%;
    padding: 0 clamp(0.938rem, 0.352rem + 2.46vw, 3.125rem);
}

.pro_coOne1_r .title {
    color: #555555;
}

.pro_coOne1_r .text {
    color: #555555;
    padding-top: clamp(0.375rem, 0.224rem + 0.63vw, 0.938rem);
}

.pro_coOne1_r .btn {
    padding-top: clamp(0.75rem, 0.415rem + 1.41vw, 2rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_coOne1_r .btn a {
    width: clamp(8.125rem, 7.456rem + 2.82vw, 10.625rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_coOne1_r .btn a .iconfont {
    font-size: 26px;
}

.pro_coOne1_r .btn a span {
    padding: 2px 0 0 4px;
}

.pro_coOne1_r .btn>a:nth-child(1) {
    background: var(--hue);
}

.pro_coOne1_r .btn>a:nth-child(1) .iconfont,
.pro_coOne1_r .btn>a:nth-child(1) span {
    color: #ffffff;
}

.pro_coOne1_r .btn>a:nth-child(2) {
    border: 1px solid var(--hue);
    margin-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.pro_coOne1_r .btn>a:nth-child(2) .iconfont,
.pro_coOne1_r .btn>a:nth-child(2) span {
    color: var(--hue);
}

.pro_coOne1>.item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_coBoxTwo {
    background: #F5F5F5;
}

.pro_coTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_coTwo1_l {
    position: relative;
    isolation: isolate;
    width: 40.6%;
    padding: clamp(0.938rem, 0.887rem + 0.21vw, 1.125rem) 0 clamp(0.938rem, 0.887rem + 0.21vw, 1.125rem) clamp(1.25rem, 0.915rem + 1.41vw, 2.5rem);
}

.pro_coTwo1_l_lunbo .item {
    border-radius: 50%;
    overflow: hidden;
}

.pro_coTwo1_l_lunbo .item img {
    width: 100%;
}

.pro_coTwo1_l_icon {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
}

.pro_coTwo1_l_icon img {
    height: 100%;
}

.pro_coTwo1_r {
    width: 55%;
}

.pro_coTwo1_r .item {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: clamp(0.938rem, 0.854rem + 0.35vw, 1.25rem);
    padding: clamp(1.125rem, 1.008rem + 0.49vw, 1.563rem) clamp(0.938rem, 0.268rem + 2.82vw, 3.438rem);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_coTwo1_r .item:hover,
.pro_coTwo1_r .item.hover {
    background: var(--hue);
}

.pro_coTwo1_r>.item:last-child {
    margin-bottom: 0;
}

.pro_coTwo1_r .item .title {
    color: #555555;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_coTwo1_r .item .text {
    color: #555555;
    padding-top: clamp(0.375rem, 0.342rem + 0.14vw, 0.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_coTwo1_r .item:hover .title,
.pro_coTwo1_r .item:hover .text,
.pro_coTwo1_r .item.hover .title,
.pro_coTwo1_r .item.hover .text {
    color: #ffffff;
}

.pro_coTwo1_r>.item:nth-child(2),
.pro_coTwo1_r>.item:nth-child(3) {
    width: calc(100% - clamp(1.25rem, 0.915rem + 1.41vw, 2.5rem));
    margin-left: auto;
}

.pro_coThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_coThree1_l {
    width: 31.6%;
    background: #F5F5F5;
    border-radius: 10px;
    padding: clamp(1.25rem, 0.33rem + 3.87vw, 4.688rem) clamp(0.938rem, 0.436rem + 2.11vw, 2.813rem);
}

.pro_coThree1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_coThree1_01 .img_box {
    width: clamp(4.125rem, 3.857rem + 1.13vw, 5.125rem);
    border: 1px solid var(--hue);
    border-radius: 50%;
    overflow: hidden;
}

.pro_coThree1_01 .img_box img {
    width: 100%;
}

.pro_coThree1_01 .r_box {
    width: calc(100% - clamp(4.125rem, 3.857rem + 1.13vw, 5.125rem));
    padding-left: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
}

.pro_coThree1_01 .r_box .title {
    color: #555555;
}

.pro_coThree1_01 .r_box .text {
    color: #555555;
    padding-top: clamp(0.125rem, 0.075rem + 0.21vw, 0.313rem);
}

.pro_coThree1_02 {
    color: #555555;
    padding-top: clamp(0.5rem, 0.216rem + 1.2vw, 1.563rem);
}

.pro_coThree1_c {
    width: 31.6%;
}

.pro_coThree1_c .item {
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
    padding: clamp(1.25rem, 1.083rem + 0.7vw, 1.875rem) clamp(0.938rem, 0.519rem + 1.76vw, 2.5rem);
}

.pro_coThree1_c>.item:last-child {
    margin-bottom: 0;
}

/* ~~~~~~product_cover,css~~~~end */
/* ~~~~~~product_cover,css~~~~end */
/* ~~~~~~product_cover,css~~~~end */





/* ~~~~~huanjing,css */
/* ~~~~~huanjing,css */
/* ~~~~~huanjing,css */
.section_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section_banner_w {
    height: clamp(11.875rem, 6.69rem + 21.83vw, 31.25rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.section_banner1 {
    width: 100%;
    max-width: 1030px;
    text-align: center;
}

.section_banner1 .text {
    padding-top: clamp(0.375rem, 0.174rem + 0.85vw, 1.125rem);
}

.hjBoxOne1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hjOne1_l {
    width: 50%;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.hjOne1_l img {
    width: 100%;
}

.hjBoxOne1 .item:hover .hjOne1_l img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.hjOne1_r {
    width: 50%;
    padding: 0 clamp(0.938rem, 0.018rem + 3.87vw, 4.375rem);
}

.hjOne1_r .title {
    color: #555555;
}

.hjOne1_r .text {
    color: #555555;
    padding-top: clamp(0.5rem, 0.383rem + 0.49vw, 0.938rem);
}

.hjBoxOne1>.item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.hjBoxTwo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hjBoxTwo_w {
    padding-top: clamp(3.125rem, 1.871rem + 5.28vw, 7.813rem);
    padding-bottom: clamp(3.125rem, 1.871rem + 5.28vw, 7.813rem);
}

.hjBoxTwo1 {
    max-width: 1190px;
    margin: 0 auto;
}

.hjBoxTwo1 .title {
    color: #FFFFFF;
    text-align: center;
}

.hjBoxTwo1 .text {
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(0.5rem, 0.333rem + 0.7vw, 1.125rem);
}

.hjBoxTwo1 .btn {
    padding-top: clamp(0.938rem, 0.603rem + 1.41vw, 2.188rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hjBoxTwo1 .btn a {
    width: clamp(11.875rem, 11.206rem + 2.82vw, 14.375rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hjBoxTwo1 .btn a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.hjBoxTwo1 .btn a span {
    color: #ffffff;
}

.hjBoxTwo1 .btn a .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: #ffffff;
    padding-left: 5px;
}

.hjThree1_lunbo .item .img_box {
    border: 2px solid #D1D1D1;
    background: #FFFFFF;
    border-radius: 8px;
    padding: clamp(0.75rem, 0.7rem + 0.21vw, 0.938rem);
}

.hjThree1_lunbo .item .img_box img {
    width: 100%;
}

/* ~~~~~huanjing,css~~~~end */
/* ~~~~~huanjing,css~~~~end */
/* ~~~~~huanjing,css~~~~end */






/* ~~~~~~~product_list,css */
/* ~~~~~~~product_list,css */
/* ~~~~~~~product_list,css */
.pro_liBoxOne {
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pro_liBoxOne_w {
    padding-top: clamp(1.563rem, 1.395rem + 0.7vw, 2.188rem);
    padding-bottom: clamp(1.563rem, 1.395rem + 0.7vw, 2.188rem);
}

.pro_liOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_liOne1 .item {
    margin-right: 8%;
}

.pro_liOne1>.item:last-child {
    margin-right: 0;
}

.pro_liOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liOne1 .item a span {
    color: #555555;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1 .item a .iconfont {
    font-weight: 700;
    font-size: clamp(1.5rem, 1.467rem + 0.14vw, 1.625rem);
    color: #555555;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1 .item.hover a span,
.pro_liOne1 .item.hover a .iconfont,
.pro_liOne1 .item:hover a span,
.pro_liOne1 .item:hover a .iconfont {
    color: var(--hue);
}

.pro_liTwo1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.pro_liBoxThree {
    background: #F5F5F5;
}

.pro_liThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liThree1_l {
    width: 47%;
}

.pro_liThree1_l_01 {
    max-width: 640px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    row-gap: 20px;
}

.pro_liThree1_l_01 .item {
    color: #555555;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: clamp(0.625rem, 0.525rem + 0.42vw, 1rem) clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liThree1_l_01 .item.hover,
.pro_liThree1_l_01 .item:hover {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

.pro_liThree1_r {
    width: 48.4%;
}

.pro_liThree1_r_lunbo .item {
    position: relative;
    border-radius: 12px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_liThree1_r_lunbo .item img {
    width: 100%;
}

.pro_liThree1_r_lunbo .item:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.pro_liThree1_r_lunbo .item .text {
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem) clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.pro_liFour1 {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pro_liFour1 .item {
    padding: 0 clamp(0.938rem, 0.519rem + 1.76vw, 2.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liFour1 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.pro_liFour1 .item .icon {
    width: clamp(3.75rem, 3.415rem + 1.41vw, 5rem);
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liFour1 .item:hover .icon {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pro_liFour1 .item .icon img {
    width: 100%;
}

.pro_liFour1 .item .title {
    color: #555555;
    text-align: center;
    padding-top: 15px;
}

.pro_liFour1 .item .text {
    color: #555555;
    text-align: center;
    padding-top: clamp(0.25rem, 0.15rem + 0.42vw, 0.625rem);
}

.pro_liFour2 {
    padding-top: clamp(1.563rem, 1.312rem + 1.06vw, 2.5rem);
}

.pro_liFour2_lunbo .item {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_liFour2_lunbo .item img {
    width: 100%;
}

.pro_liFour2_lunbo .item:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.pro_liBoxFive {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_liFive1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liFive1_l {
    width: 46.3%;
}

.pro_liFive1_l_01 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: clamp(1.875rem, 1.373rem + 2.11vw, 3.75rem) clamp(0.938rem, 0.185rem + 3.17vw, 3.75rem);
}

.pro_liFive1_l_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liFive1_l_form .item {
    width: calc((100% - clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.449rem + 1.27vw, 1.875rem);
}

.pro_liFive1_l_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
    color: #777777;
    width: 100%;
    height: clamp(2.375rem, 2.091rem + 1.2vw, 3.438rem);
    padding: 0 10px 0 15px;
    border: 1px solid #C8C8C8;
    background: none;
    border-radius: 6px;
}

.pro_liFive1_l_form .item.w_100 {
    width: 100%;
}

.pro_liFive1_l_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
    color: #777777;
    width: 100%;
    height: clamp(5.625rem, 4.521rem + 4.65vw, 9.75rem);
    padding: 12px 10px 10px 15px;
    border: 1px solid #C8C8C8;
    background: none;
    border-radius: 6px;
    resize: none;
}

.pro_liFive1_l_form .btn {
    width: 100%;
}

.pro_liFive1_l_form .btn input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: clamp(2.5rem, 2.232rem + 1.13vw, 3.5rem);
    border: none;
    border-radius: 8px;
    background: var(--hue);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liFive1_l_form .btn input:hover {
    opacity: 0.8;
}

.pro_liFive1_r {
    width: 50%;
}

.pro_liFive1_r_01 .item {
    padding-top: clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
    padding-bottom: clamp(0.938rem, 0.687rem + 1.06vw, 1.875rem);
    border-bottom: 1px dashed #FFFFFF;
}

.pro_liFive1_r_01_top {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liFive1_r_01_top .title {
    width: calc(100% - clamp(2.125rem, 2.025rem + 0.42vw, 2.5rem));
    color: #FFFFFF;
}

.pro_liFive1_r_01_top .iconfont {
    font-weight: 700;
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: #ffffff;
    text-align: center;
    width: clamp(1.5rem, 1.4rem + 0.42vw, 1.875rem);
    height: clamp(1.5rem, 1.4rem + 0.42vw, 1.875rem);
    line-height: clamp(1.5rem, 1.4rem + 0.42vw, 1.875rem);
}

.pro_liFive1_r_01_bot {
    display: none;
    color: #FFFFFF;
    padding-top: clamp(0.5rem, 0.4rem + 0.42vw, 0.875rem);
}

.pro_liFive1_r_01>.item:last-child {
    border-bottom: none;
}

/* ~~~~~~~product_list,css~~~~end */
/* ~~~~~~~product_list,css~~~~end */
/* ~~~~~~~product_list,css~~~~end */





/* ~~~~~product_det,css */
/* ~~~~~product_det,css */
/* ~~~~~product_det,css */
.pro_deBoxOne {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_l {
    width: 41.4%;
}

.pro_deOne1_l_lunbo .item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.pro_deOne1_l_lunbo .item img {
    width: 100%;
}

.pro_deOne1_l_lunbo .item .logo {
    position: absolute;
    top: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    left: clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem);
    width: clamp(3.75rem, 3.449rem + 1.27vw, 4.875rem);
}

.pro_deOne1_r {
    width: 53%;
}

.pro_deOne1_r_01 {
    padding-bottom: clamp(0.938rem, 0.854rem + 0.35vw, 1.25rem);
}

.pro_deOne1_r_01 .title {
    color: #555555;
}

.pro_deOne1_r_01 .text {
    color: #555555;
    padding-top: clamp(0.375rem, 0.308rem + 0.28vw, 0.625rem);
}

.pro_deOne1_r_02 {
    padding-top: clamp(0.938rem, 0.854rem + 0.35vw, 1.25rem);
    padding-bottom: clamp(0.938rem, 0.854rem + 0.35vw, 1.25rem);
    border-top: 1px dashed #BCBCBC;
    border-bottom: 1px dashed #BCBCBC;
}

.pro_deOne1_r_02 .item {
    color: #555555;
    margin-bottom: clamp(0.375rem, 0.275rem + 0.42vw, 0.75rem);
}

.pro_deOne1_r_02>.item:last-child {
    margin-bottom: 0;
}

.pro_deOne1_r_03 {
    padding-top: clamp(0.938rem, 0.603rem + 1.41vw, 2.188rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_r_03 a {
    width: clamp(8.75rem, 8.248rem + 2.11vw, 10.625rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne1_r_03 a .iconfont {
    font-size: 26px;
}

.pro_deOne1_r_03 a span {
    padding-left: 5px;
}

.pro_deOne1_r_03>a:nth-child(1) {
    background: var(--hue);
}

.pro_deOne1_r_03>a:nth-child(1) span,
.pro_deOne1_r_03>a:nth-child(1) .iconfont {
    color: #ffffff;
}

.pro_deOne1_r_03>a:nth-child(2) {
    border: 1px solid var(--hue);
    margin-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.pro_deOne1_r_03>a:nth-child(2) span,
.pro_deOne1_r_03>a:nth-child(2) .iconfont {
    color: var(--hue);
}

.pro_deOne1_r_04 {
    padding-top: clamp(0.938rem, 0.77rem + 0.7vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_r_04 .text {
    color: #777777;
    padding-right: 8px;
}

.pro_deTwo1 {
    border-top: 10px solid var(--hue);
}

.pro_deTwo1_list {
    border-bottom: 1px solid #CCCCCC;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deTwo1_list .item {
    width: calc(100% / 5);
    height: 90px;
    border-right: 1px solid #CCCCCC;
    padding-top: 16px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_list .item:hover {
    background: var(--hue);
}

.pro_deTwo1_list>.item:first-child {
    border-left: 1px solid #CCCCCC;
}

.pro_deTwo1_list .item .iconfont {
    font-size: 32px;
    color: #777777;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_list .item .text {
    font-size: 16px;
    color: #777777;
    text-align: center;
    padding-top: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_list .item:hover .iconfont,
.pro_deTwo1_list .item:hover .text {
    color: #ffffff;
}

.pro_deThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree1_l {
    width: 43%;
}

.pro_deThree1_l_btn a {
    width: clamp(15rem, 14.164rem + 3.52vw, 18.125rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border-radius: 6px;
    border: 1px solid var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deThree1_l_btn a:hover {
    background: var(--hue);
}

.pro_deThree1_l_btn a span {
    color: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_l_btn a .iconfont {
    font-size: clamp(1.125rem, 1.058rem + 0.28vw, 1.375rem);
    color: var(--hue);
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_l_btn a:hover span,
.pro_deThree1_l_btn a:hover .iconfont {
    color: #ffffff;
}

.pro_deThree1_r {
    position: relative;
    isolation: isolate;
    width: 50%;
    padding: 0 10px 10px 0;
}

.pro_deThree1_r img {
    width: 100%;
    border-radius: 10px;
}

.pro_deThree1_r::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: var(--hue);
    border-radius: 10px;
}

.pro_deBoxFour {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deFour1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.pro_deFour1 .item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: clamp(1.25rem, 0.748rem + 2.11vw, 3.125rem) clamp(0.938rem, 0.519rem + 1.76vw, 2.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deFour1 .item:hover {
    background: var(--hue);
}

.pro_deFour1 .item .icon {
    width: clamp(3.5rem, 2.931rem + 2.39vw, 5.625rem);
    margin: 0 auto;
}

.pro_deFour1 .item .icon img {
    width: 100%;
}

.pro_deFour1 .item .icon .img_02 {
    display: none;
}

.pro_deFour1 .item:hover .icon .img_01 {
    display: none;
}

.pro_deFour1 .item:hover .icon .img_02 {
    display: block;
}

.pro_deFour1 .item .title {
    color: #555555;
    text-align: center;
    padding-top: clamp(0.75rem, 0.65rem + 0.42vw, 1.125rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deFour1 .item .text {
    color: #555555;
    text-align: center;
    padding-top: clamp(0.25rem, 0.15rem + 0.42vw, 0.625rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deFour1 .item:hover .title,
.pro_deFour1 .item:hover .text {
    color: #ffffff;
}

table {
    width: 100%;
}

table tr td {
    font-size: clamp(0.875rem, 0.808rem + 0.28vw, 1.125rem);
    color: #555555;
    padding: clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem) clamp(0.625rem, 0.29rem + 1.41vw, 1.875rem);
    border: 1px solid #C8C8C8;
}

table tr td:first-child {
    font-family: "Roboto-Medium";
    font-size: clamp(1rem, 0.933rem + 0.28vw, 1.25rem);
    background: #FFFBF2;
}

.pro_deFive1 {
    max-width: 1300px;
    margin: 0 auto;
}

.pro_deBoxSix {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deSix2_lunbo .item {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deSix2_lunbo .item img {
    width: 100%;
}

.pro_deSix2_lunbo .item:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.pro_deSeven1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deSeven1_l {
    width: 70%;
}

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

.pro_deSeven1_r_next {
    margin-left: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

/* ~~~~~product_det,css~~~~end */
/* ~~~~~product_det,css~~~~end */
/* ~~~~~product_det,css~~~~end */






/* ~~~~~~pop_inquiry,css */
/* ~~~~~~pop_inquiry,css */
/* ~~~~~~pop_inquiry,css */
.shengbang_inquiry {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shengbang_inquiry_l {
    width: 49.4%;
    border-radius: 10px;
    overflow: hidden;
}

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

.shengbang_inquiry_r {
    width: 50.6%;
    padding: clamp(1.563rem, 0.977rem + 2.46vw, 3.75rem) clamp(0.938rem, 0.185rem + 3.17vw, 3.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}



.module2Sixteen {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module2Sixteen1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 54, 54, 0.5);
    cursor: pointer;
}

.module2Sixteen2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1600px;
}

.page_pop_inquiry_form_close {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.page_pop_inquiry_form_close:hover {
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
/* ~~~~~~pop_inquiry,css~~~~end */
/* ~~~~~~pop_inquiry,css~~~~end */
/* ~~~~~~pop_inquiry,css~~~~end */





.pro_deSeven2_lunbo .swiper-slide {
	height: auto;
}

.pro_deSeven2_lunbo .swiper-slide .ProductList_item {
	height: 100%;
}




.indBoxOne_w {
    width: 92%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}




.index_b_lunbo .swiper-slide {
	height: auto;
}

.index_b_lunbo .banner_video {
	position: relative;
    height: 100%;
    overflow: hidden;
}

.index_b_lunbo .banner_video .index_banner_video {
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.subPage_module_title .title {
    font-size: clamp(1.625rem, 1.257rem + 1.55vw, 3rem);
}

.aboThree1_l_01 .title {
font-size: clamp(1.625rem, 1.257rem + 1.55vw, 3rem);
}

.ProductList_item a .bot_box .title {
    font-size: clamp(1.125rem, 1.086rem + 0.16vw, 1.25rem);
}

.casBoxOne1 .item a .bot_box .title {
    font-size: clamp(1rem, 0.9rem + 0.42vw, 1.375rem);
}

.new_liOne1 .item a .r_box .title {
    font-size: clamp(1.125rem, 1.025rem + 0.42vw, 1.5rem);
}


.indTwo2_02 .item a .bg_show {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}






.new_module_One1 .title {
    color: #555555;
    text-align: center;
}

.new_module_One1 .text {
    color: #777777;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: clamp(0.5rem, 0.433rem + 0.28vw, 0.75rem);
}

.new_module_One2 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_module_One2_l {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.new_module_One2_l img {
    width: 100%;
}

.new_module_One2_r {
    width: 50%;
    padding: 0 clamp(0.938rem, 0.185rem + 3.17vw, 3.75rem);
}

.new_module_One2_r .title {
    color: #707070;
}

.new_module_One2_r .text {
    color: #555555;
    padding-top: clamp(0.5rem, 0.366rem + 0.56vw, 1rem);
}

.new_module_One2_r .btn {
    padding-top: clamp(0.75rem, 0.365rem + 1.62vw, 2.188rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_module_One2_r .btn a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: clamp(7.188rem, 6.435rem + 3.17vw, 10rem);
    height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    line-height: clamp(2.375rem, 2.074rem + 1.27vw, 3.5rem);
    border-radius: 6px;
    background: var(--hue);
}


.new_module_One2 > .item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.new_module_One2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
}



ul {
	margin: 16px 0;
    padding-left: 40px;
}