#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
}

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

::after,
::before {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

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

body {
    font-family: "Outfit-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 {
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

table {
    border-collapse: collapse;
}

form p {
    padding: 0;
    margin: 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hm {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}


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

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


/* ~~~~~~~~~~public.css */
/* ~~~~~~~~~~public.css */
:root {
    --hue: #007EDA;
    --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.2;
}

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

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

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

.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.62;
}

.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_60 {
    padding-bottom: clamp(1.563rem, 0.748rem + 3.43vw, 3.75rem);
}

.pb_55 {
    padding-bottom: clamp(1.563rem, 0.864rem + 2.94vw, 3.438rem);
}

.pb_50 {
    padding-bottom: clamp(1.563rem, 0.98rem + 2.45vw, 3.125rem);
}

.pb_45 {
    padding-bottom: clamp(1.563rem, 1.097rem + 1.96vw, 2.813rem);
}

.pb_40 {
    padding-bottom: clamp(1.563rem, 1.213rem + 1.47vw, 2.5rem);
}

.pb_35 {
    padding-bottom: clamp(1.563rem, 1.33rem + 0.98vw, 2.188rem);
}

.pb_30 {
    padding-bottom: clamp(1.563rem, 1.446rem + 0.49vw, 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%;
}

.page_video_click_btn {
    cursor: pointer;
}

/* 视频弹框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;
}

/* 元素特殊宽度 */
.special_width {
    width: calc((100vw - 10px) / 2 + 50%);
}

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

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

.ffs {
    font-family: "Outfit-SemiBold";
}

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

.fkb {
    font-family: "Outfit-Bold";
}

.fkm {
    font-family: "Outfit-Medium";
}

/* ~~~~~~~~~~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: #076AB2;
    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: #fff;
    border-radius: 4px;
    margin-bottom: 6px;
}

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

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #fff;
    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 {
    padding: 0;
    margin: 0;
}

.mobile_menu_dl dd {
    padding: 0;
    margin: 0;
}

.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_cen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #076AB2;
}

.header_cen_w {
    position: relative;
    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_cen_w .logo {
    width: 326px;
}

.header_cen_w .logo a {
    display: block;
}

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

.header_cen_r {
    width: 67.6%;
    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% - 215px);
    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;
}

.pro_drop_menu {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 40px 50px;
}

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

.pro_drop_menu1_l {
    width: 76%;
    padding-right: 10px;
    border-right: 1px solid #CCCCCC;
}

.pro_drop_menu1_l_tt {
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.pro_drop_menu1_l_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.497rem + 1.07vw, 1.563rem);
    row-gap: 10px;
}

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

.pro_drop_menu1_l_list .everyOne a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #444444;
    margin-top: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_drop_menu1_l_list .everyOne a:hover::before {
    background: var(--hue);
}

.pro_drop_menu1_l_list .everyOne a span {
    width: calc(100% - 4px);
    font-size: 16px;
    color: #444;
    padding-left: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_drop_menu1_l_list .everyOne a:hover span {
    color: var(--hue);
}

.pro_drop_menu1_r {
    width: 21%;
}

.pro_drop_menu1_r a {
    display: block;
}

.pro_drop_menu1_r .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.pro_drop_menu1_r .img_box 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_drop_menu1_r .bot_box {
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5px;
}

.pro_drop_menu1_r .bot_box a {
    display: block;
    color: var(--hue);
}

.pro_drop_menu1_r .bot_box a:hover {
    text-decoration: underline;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 245px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 25px 10px 25px 25px;
}

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

.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::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #444444;
    margin-top: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.publicTwo_stage_nav .everyOne a:hover::before {
    background: var(--hue);
}

.publicTwo_stage_nav .everyOne a span {
    width: calc(100% - 4px);
    font-size: 16px;
    color: #444;
    padding-left: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pc_head_list_box .item > a {
    position: relative;
    isolation: isolate;
    display: block;
    height: 86px;
    line-height: 86px;
    font-family: "Outfit-Medium";
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.pc_head_list_box .item > a .icon {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_list_box .item > a .icon img {
    display: block;
    height: 100%;
    max-width: none;
}

.pc_head_list_box .item.hover > a .icon {
    opacity: 1;
}

.header_search_language {
    column-gap: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_search_icon {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* ~~~~~~~~~~~~头部弹出表单 */
.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_language {
    position: relative;
}

.header_language_01 {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_language_01 .icon1 {
    font-size: 28px;
    color: #fff;
    padding-top: 1px;
}

.header_language_01 .icon2 {
    font-size: 16px;
    color: #fff;
    padding: 3px 0 0 2px;
}

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 58px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105px;
    padding: 20px 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

.pc_header {
    height: 86px;
}

/* ~~~~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_btn {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: clamp(0.625rem, 0.197rem + 1.8vw, 2rem);
    transform: translate(-50%, 0);
    column-gap: clamp(0.188rem, 0.11rem + 0.33vw, 0.438rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

.index_b_dots .item .number {
    color: #FFFFFF;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_b_dots .item .line {
    width: clamp(0.625rem, -0.037rem + 2.79vw, 2.75rem);
    height: 1px;
    background: #fff;
    margin: 0 clamp(0.188rem, 0.11rem + 0.33vw, 0.438rem);
}

.index_b_dots > .item:last-child .line {
    display: none;
}

.index_b_dots .item.hover .number {
    color: #32A9FF;
}

.index_b_prev,
.index_b_next {
    font-size: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    color: #fff;
    padding-bottom: 2px;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_b_prev:hover,
.index_b_next:hover {
    color: #32A9FF;
}

.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: 49.3%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indOne1_l img {
    width: 100%;
}

.indOne1_l: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;
}

.indOne1_r {
    width: 45.9%;
}

.public_module_title .text {
    padding-top: clamp(0.625rem, 0.586rem + 0.16vw, 0.75rem);
}

.indOne1_r_01 {
    padding-top: clamp(1.063rem, 0.848rem + 0.9vw, 1.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_page_btn1 {
    height: clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem);
    padding: 0 clamp(0.813rem, 0.443rem + 1.56vw, 2rem);
    border-radius: 4px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_page_btn1:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.public_page_btn1 span {
    color: #fff;
}

.public_page_btn1 .iconfont {
    font-size: clamp(1.25rem, 1.172rem + 0.33vw, 1.5rem);
    color: #fff;
    padding-left: 4px;
}

.indBoxTwo1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(0.938rem, 0.782rem + 0.66vw, 1.438rem);
}

.indTwo1_item a {
    display: block;
    height: 100%;
    background: #F2F2F4;
}

.indTwo1_item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

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

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

.indTwo1_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;
}

.indTwo1_item a .title {
    color: #444444;
    text-align: center;
    padding: clamp(0.5rem, 0.383rem + 0.49vw, 0.875rem) 10px clamp(0.875rem, 0.68rem + 0.82vw, 1.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxTwo2 {
    padding-top: clamp(2.188rem, 1.798rem + 1.64vw, 3.438rem);
}

.indTwo2_01 {
    color: #444444;
    padding-bottom: clamp(1rem, 0.883rem + 0.49vw, 1.375rem);
}

.indTwo2_02 {
    column-gap: 8px;
    row-gap: clamp(0.5rem, 0.422rem + 0.33vw, 0.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indTwo2_02 a {
    height: clamp(1.875rem, 1.68rem + 0.82vw, 2.5rem);
    padding: 0 clamp(0.688rem, 0.512rem + 0.74vw, 1.25rem);
    border: 1px solid #C1C8D2;
    background: #FFFFFF;
    border-radius: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indTwo2_02 a:hover {
    background: #E7ECF3;
}

.indTwo2_02 a .iconfont {
    font-size: 22px;
    color: #B9C8DA;
    padding-top: 1px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo2_02 a:hover .iconfont {
    color: var(--hue);
}

.indTwo2_02 a span {
    color: #285483;
    padding-left: 3px;
}

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

.indBoxThree1 {
    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;
}

.indThree1_l {
    width: 49%;
}

.indThree1_l img {
    width: 100%;
}

.indThree1_r {
    width: 46%;
}

.indThree1_r_01 {
    padding-top: clamp(1.563rem, 1.27rem + 1.23vw, 2.5rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.205rem + 2.3vw, 2.5rem);
    row-gap: clamp(1rem, 0.766rem + 0.98vw, 1.75rem);
}

.indThree1_r_01_item .icon {
    width: clamp(2.375rem, 1.849rem + 2.21vw, 4.063rem);
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indThree1_r_01_item:hover .icon {
    transform: rotateY(180deg);
}

.indThree1_r_01_item .icon img {
    width: 100%;
}

.indThree1_r_01_item .title {
    color: #FFFFFF;
    text-align: center;
    padding-top: 15px;
}

.indBoxFour1 {
    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;
}

.indFour1_l {
    width: 49.3%;
}

.indFour1_r {
    width: 47.1%;
}

.indFour1_r_01 {
    color: #444444;
}

.indBoxFour2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(0.938rem, 0.879rem + 0.25vw, 1.125rem);
}

.indFour2_item {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indFour2_item img {
    width: 100%;
}

.indFour2_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;
}

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

.indBoxFive1 {
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indFive1_l {
    position: relative;
    z-index: 1;
    width: 45%;
    background: var(--hue);
    padding: 45px 15px clamp(1.25rem, 0.763rem + 2.05vw, 2.813rem) clamp(0.938rem, -1.593rem + 10.66vw, 9.063rem);
    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;
}

.indFive1_l_01 {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
}

.indFive1_l_01 img {
    height: 100%;
    max-width: none;
}

.indFive1_r {
    width: 55%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.indFive1_r: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;
}

.indFive1_l_02_lunbo {
    overflow: visible;
}

.indFive1_l_02_lunbo .item {
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.2s;
}

.indFive1_l_02_lunbo .swiper-slide.swiper-slide-active .item {
    opacity: 1;
    transform: scale(1);
    transition: all 1.9s;
}

.indFive1_l_02_lunbo .item .subtitle {
    padding-bottom: clamp(0.875rem, 0.564rem + 1.31vw, 1.875rem);
}

.indFive1_l_02_lunbo .item .title span {
    font-size: clamp(2.375rem, 1.363rem + 4.26vw, 5.625rem);
    line-height: 1;
}

.indFive1_l_02_lunbo .item .text {
    padding-top: clamp(0.875rem, 0.758rem + 0.49vw, 1.25rem);
}

.indFive1_l_02_dots {
    text-align: center;
    padding-top: clamp(0.625rem, 0.041rem + 2.46vw, 2.5rem);
}

.indFive1_l_02_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: clamp(1.25rem, 0.393rem + 3.61vw, 4rem);
    height: clamp(0.188rem, 0.149rem + 0.16vw, 0.313rem);
    background: #D9D9D9;
    border-radius: 0;
    margin: 0 clamp(0.25rem, 0.192rem + 0.25vw, 0.438rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive1_l_02_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F04545;
}

.indBoxSix1 {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indSix1_l {
    width: 59.9%;
    padding: clamp(3.125rem, 1.762rem + 5.74vw, 7.5rem) clamp(0.938rem, -2.391rem + 14.02vw, 11.625rem) clamp(3.125rem, 1.762rem + 5.74vw, 7.5rem) clamp(0.938rem, -3.832rem + 20.08vw, 16.25rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indSix1_l img {
    width: 100%;
}

.indSix1_r {
    position: relative;
    z-index: 1;
    width: 40.1%;
    background: #378DCB;
    padding: 50px clamp(0.938rem, -2.664rem + 15.16vw, 12.5rem) 50px clamp(0.938rem, 0.217rem + 3.03vw, 3.25rem);
    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;
}

.indSix1_r_01 {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}

.indSix1_r_01 img {
    height: 100%;
    max-width: none;
}

.indSix1_r_02 .item {
    margin-bottom: clamp(0.313rem, 0.274rem + 0.16vw, 0.438rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indSix1_r_02 .item .icon {
    width: 16px;
    margin-top: clamp(0.125rem, 0.086rem + 0.16vw, 0.25rem);
}

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

.indSix1_r_02 .item .text {
    width: calc(100% - 16px);
    color: #FFFFFF;
    padding-left: 8px;
}

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

.indSeven1_item a {
    background: #F2F5F9;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indSeven1_item_l {
    width: 57%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indSeven1_item_l img {
    width: 100%;
}

.indSeven1_item a:hover .indSeven1_item_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;
}

.indSeven1_item_r {
    width: 43%;
    padding: clamp(0.875rem, 0.252rem + 2.62vw, 2.875rem) clamp(0.938rem, 0.256rem + 2.87vw, 3.125rem) clamp(1.875rem, 1.641rem + 0.98vw, 2.625rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indSeven1_item_r .top_box .subtitle {
    color: var(--hue);
    padding-bottom: clamp(0.375rem, 0.219rem + 0.66vw, 0.875rem);
}

.indSeven1_item_r .top_box .title {
    color: #444444;
}

.indSeven1_item_r .top_box .text {
    color: #444444;
    padding-top: clamp(0.625rem, 0.508rem + 0.49vw, 1rem);
}

.indSeven1_item_r .bot_box {
    padding-top: clamp(1rem, 0.825rem + 0.74vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxSeven2 {
    padding-top: clamp(1.563rem, 1.504rem + 0.25vw, 1.75rem);
    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;
}

.public_lunbo_prev,
.public_lunbo_next {
    font-size: clamp(1.375rem, 1.219rem + 0.66vw, 1.875rem);
    color: #444444;
    text-align: center;
    width: clamp(1.875rem, 1.486rem + 1.64vw, 3.125rem);
    height: clamp(1.875rem, 1.486rem + 1.64vw, 3.125rem);
    line-height: clamp(1.875rem, 1.486rem + 1.64vw, 3.125rem);
    background: #F2F5F9;
    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: #fff;
    background: var(--hue);
}

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

.public_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    margin: 0 4px;
    -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);
}

.indSeven2_dots {
    padding-top: 0;
}

.indEight1_lunbo .item .img_box {
    position: relative;
    width: clamp(4.125rem, 2.645rem + 6.23vw, 8.875rem);
    height: clamp(4.125rem, 2.645rem + 6.23vw, 8.875rem);
    border-radius: 50%;
    background-image: linear-gradient(to right, #036DBA, #3495DC);
    margin: 0 auto;
    padding: clamp(0.313rem, 0.254rem + 0.25vw, 0.5rem);
}

.indEight1_lunbo .item .img_box .icon1 {
    width: 100%;
    height: 100%;
    background: #F0F7FF;
    border-radius: 50%;
    padding: clamp(0.75rem, 0.594rem + 0.66vw, 1.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;
}

.indEight1_lunbo .item:hover .img_box .icon1 img {
    transform: rotateY(180deg);
}

.indEight1_lunbo .item .img_box .icon2 {
    position: absolute;
    top: 50%;
    left: 98%;
    transform: translate(0, -50%);
    width: clamp(0.625rem, 0.411rem + 0.9vw, 1.313rem);
}

.indEight1_lunbo .item .img_box .icon2 img {
    display: block;
    width: 100%;
}

.indEight1_lunbo .item .title {
    color: #444444;
    text-align: center;
    padding-top: clamp(0.563rem, 0.309rem + 1.07vw, 1.375rem);
}

.indBoxEight1 {
    position: relative;
    isolation: isolate;
}

.indBoxEight1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: clamp(2rem, 1.26rem + 3.11vw, 4.375rem);
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed var(--hue);
}

.indBoxNine {
    background: #F2F5F9;
}

.indBoxNine1 {
    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;
}

.indNine1_l {
    width: 70%;
}

.indBoxNine2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: 20px;
}

.indNine2_item a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

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

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

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

.indNine2_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;
}

.indNine2_item a .bot_box {
    padding: clamp(1rem, 0.922rem + 0.33vw, 1.25rem) clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem) clamp(1.125rem, 0.891rem + 0.98vw, 1.875rem);
}

.indNine2_item a .bot_box .date {
    color: #999999;
    padding-bottom: clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indNine2_item a .bot_box .title {
    height: clamp(4.375rem, 4.044rem + 1.39vw, 5.438rem);
    color: #444444;
    line-height: 1.44;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indNine2_item a .bot_box .text {
    height: clamp(4.688rem, 4.473rem + 0.9vw, 5.375rem);
    padding-top: clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem);
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indNine2_item a .bot_box .btn {
    padding-top: clamp(0.5rem, 0.442rem + 0.25vw, 0.688rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.indNine2_item a .bot_box .btn .iconfont {
    font-size: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    color: var(--hue);
    padding-left: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indNine2_item a:hover .bot_box .date,
.indNine2_item a:hover .bot_box .title,
.indNine2_item a:hover .bot_box .text,
.indNine2_item a:hover .bot_box .btn span,
.indNine2_item a:hover .bot_box .btn .iconfont {
    color: #fff;
}

.indBoxTen {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.indTen1_l {
    width: 54.4%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.indTen1_l: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;
}

.indTen1_r {
    position: relative;
    isolation: isolate;
    width: 45.6%;
    background: #E2F3FF;
    padding: clamp(1.25rem, 0.861rem + 1.64vw, 2.5rem) clamp(0.938rem, -3.248rem + 17.62vw, 14.375rem) clamp(2.188rem, 2.09rem + 0.41vw, 2.5rem) clamp(0.938rem, 0.159rem + 3.28vw, 3.438rem);
    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;
}

.indTen1_r_01 {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}

.indTen1_r_01 img {
    height: 100%;
    max-width: none;
}

.indTen1_r_02 .title {
    color: #444444;
}

.indTen1_r_02 .text {
    color: #444444;
    padding-top: clamp(0.625rem, 0.489rem + 0.57vw, 1.063rem);
}

.indTen1_r_02 .btn {
    padding-top: clamp(1.25rem, 1.133rem + 0.49vw, 1.625rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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


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

.footer_top_w {
    padding-top: clamp(2.813rem, 2.618rem + 0.82vw, 3.438rem);
}

.footer_top1 {
    max-width: clamp(14.125rem, 12.178rem + 8.2vw, 20.375rem);
}

.footer_top1 a {
    display: block;
}

.footer_top1 a img {
    width: 100%;
}

.footer_cen_w {
    padding-top: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    padding-bottom: clamp(1.875rem, 1.778rem + 0.41vw, 2.188rem);
    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_cen_title {
    font-size: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    color: #fff;
    padding-bottom: clamp(0.563rem, 0.387rem + 0.74vw, 1.125rem);
}

.footer_cen1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.633rem + 0.49vw, 1.125rem);
}

.footer_cen1_list .item {
    font-size: clamp(0.75rem, 0.692rem + 0.25vw, 0.938rem);
    line-height: 1.58;
    margin-bottom: clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem);
}

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

.footer_cen1_list .item a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    margin-top: clamp(0.438rem, 0.399rem + 0.16vw, 0.563rem);
}

.footer_cen1_list .item a span {
    width: calc(100% - 4px);
    color: #fff;
    padding-left: clamp(0.313rem, 0.254rem + 0.25vw, 0.5rem);
}

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

.footer_cen2_01 .item {
    margin-bottom: clamp(0.375rem, 0.317rem + 0.25vw, 0.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_cen2_01 .item .iconfont {
    width: clamp(1.688rem, 1.59rem + 0.41vw, 2rem);
    font-size: clamp(1.375rem, 1.297rem + 0.33vw, 1.625rem);
    color: #EB3618;
}

.footer_cen2_01 .item .r_box {
    width: calc(100% - clamp(1.688rem, 1.59rem + 0.41vw, 2rem));
    color: #FFFFFF;
    padding-top: clamp(0rem, -0.019rem + 0.08vw, 0.063rem);
}

.footer_cen2_01 .item .r_box a {
    color: #FFFFFF;
}

.footer_cen2_01 .item .r_box a:hover {
    text-decoration: underline;
}

.footer_cen3_01 {
    column-gap: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_cen3_01 a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: clamp(1.688rem, 1.59rem + 0.41vw, 2rem);
    height: clamp(1.688rem, 1.59rem + 0.41vw, 2rem);
    line-height: clamp(1.688rem, 1.59rem + 0.41vw, 2rem);
    border-radius: 3px;
}

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

.footer_cen3_01 > a:nth-child(1) {
    background: #1877F2;
}

.footer_cen3_01 > a:nth-child(2) {
    background: #076AB2;
}

.footer_cen3_01 > a:nth-child(3) {
    background: #CB2027;
}

.footer_cen3_01 > a:nth-child(4) {
    background-image: linear-gradient(to top right, #F0793C, #DE3C71, #7C4EBA);
}

.footer_cen3_01 > a:nth-child(5) {
    background: #CB2027;
}

.footer_cen1 {
    width: 62%;
}

.footer_cen2 {
    width: 21%;
}

.public_footer_bot {
    border-top: 1px solid rgba(103, 185, 244, 0.5);
}

.footer_bot_w {
    padding-top: clamp(1rem, 0.883rem + 0.49vw, 1.375rem);
    padding-bottom: clamp(1rem, 0.883rem + 0.49vw, 1.375rem);
}

.footer_bot1 {
    font-size: clamp(0.875rem, 0.856rem + 0.08vw, 0.938rem);
    color: #fff;
    text-align: center;
}

.footer_bot1 a {
    color: #fff;
    padding-left: 35px;
}

.footer_bot1 a:hover {
    text-decoration: underline;
}

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


/* ~~~~float r nav,css */
/* ~~~~float r nav,css */
/* ~~~~float r nav,css */
.float_fixed {
    position: fixed;
    z-index: 3;
    right: clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem);
    bottom: 20%;
    width: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
}

.float_fixed_list .item {
    display: block;
    width: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
    height: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_fixed_list .item .con {
    position: absolute;
    left: 0;
    width: auto;
    white-space: nowrap;
    border-radius: clamp(0.938rem, 0.752rem + 0.93vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_fixed_list .item .item_icon {
    width: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
    height: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
    padding: clamp(0.438rem, 0.308rem + 0.65vw, 0.875rem);
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_fixed_list .item .item_icon .iconfont {
    font-size: clamp(1.375rem, 1.208rem + 0.7vw, 2rem);
    color: var(--hue);
}

.float_fixed_list .item .item_con {
    opacity: 0;
    font-size: 16px;
    width: auto;
    padding: 0 20px 0 0;
    color: var(--hue);
    background: #ffffff;
    line-height: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
    border-top-right-radius: clamp(0.938rem, 0.752rem + 0.93vw, 1.563rem);
    border-bottom-right-radius: clamp(0.938rem, 0.752rem + 0.93vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_fixed_list .item:hover .item_icon {
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_fixed_list .item.back_top_btn:hover .item_icon {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .35);
}

.float_fixed_list .item:hover .con {
    opacity: 1;
    position: absolute;
    -ms-transform: translate(calc(-100% + clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)), 0);
    -webkit-transform: translate(calc(-100% + clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)), 0);
    transform: translate(calc(-100% + clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)), 0);
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_fixed_list .item:hover .item_con {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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


/* ~~~~pop_inquiry,css */
/* ~~~~pop_inquiry,css */
/* ~~~~pop_inquiry,css */
.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: 950px;
}

.page_pop_inquiry_form_close {
    font-size: clamp(1.5rem, 1.274rem + 0.95vw, 2.25rem);
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: calc(100% + clamp(0.625rem, 0.531rem + 0.4vw, 0.938rem));
    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_up_inquiry {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Pop_up_inquiry_l {
    width: 36.3%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.Pop_up_inquiry_r {
    width: 63.7%;
    padding: clamp(1.563rem, 1.076rem + 2.05vw, 3.125rem) clamp(0.938rem, 0.159rem + 3.28vw, 3.438rem) clamp(1.875rem, 1.291rem + 2.46vw, 3.75rem);
}

.Pop_up_inquiry_r_tt {
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.Pop_up_inquiry_form .item {
    position: relative;
    margin-bottom: 13px;
}

.Pop_up_inquiry_form .item input {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(2.375rem, 2.18rem + 0.82vw, 3rem);
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 10px 0 36px;
}

.Pop_up_inquiry_form .item .iconfont {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
    font-size: clamp(1.5rem, 1.461rem + 0.16vw, 1.625rem);
    color: #CB2027;
}

.Pop_up_inquiry_form .item textarea {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(5.625rem, 4.749rem + 3.69vw, 8.438rem);
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px 10px 10px 36px;
    resize: none;
}

.Pop_up_inquiry_form .item.section .iconfont {
    top: 9px;
    transform: translate(0, 0);
}

.Pop_up_inquiry_form .btn {
    padding-top: 2px;
}

.Pop_up_inquiry_form .btn input {
    font-family: "Outfit-Bold";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: clamp(2.375rem, 2.18rem + 0.82vw, 3rem);
    border: none;
    background: #2A78D0;
    border-radius: 5px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

/* ~~~~pop_inquiry,css~~end */
/* ~~~~pop_inquiry,css~~end */
/* ~~~~pop_inquiry,css~~end */


/* ~~~~success,css */
/* ~~~~success,css */
/* ~~~~success,css */
.page_404_w {
    padding-top: clamp(4.375rem, 3.244rem + 4.76vw, 8.125rem);
}

.page_404_01 {
    text-align: center;
}

.page_404_02 {
    color: #444444;
    text-align: center;
    padding-top: clamp(1.563rem, 1.28rem + 1.19vw, 2.5rem);
}

.page_404_03 {
    color: #444444;
    text-align: center;
    padding-top: clamp(0.625rem, 0.587rem + 0.16vw, 0.75rem);
}

.page_404_04 {
    padding-top: clamp(1.25rem, 1.156rem + 0.4vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_page_btn2 {
    display: block;
    padding: 0 clamp(0.875rem, 0.573rem + 1.27vw, 1.875rem);
    height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    line-height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    color: #fff;
    border-radius: 8px;
    background: var(--hue);
}

/* ~~~~success,css~~end */
/* ~~~~success,css~~end */
/* ~~~~success,css~~end */


/* ~~~~page_404,css */
/* ~~~~page_404,css */
/* ~~~~page_404,css */
.p404One_w {
    padding-top: clamp(4.063rem, 3.284rem + 3.28vw, 6.563rem);
}

.p404One1 {
    text-align: center;
}

.p404One2 {
    color: #444444;
    text-align: center;
    padding-top: clamp(1.875rem, 1.781rem + 0.4vw, 2.188rem);
}

.p404One3 {
    color: #444444;
    text-align: center;
    padding-top: 5px;
}

.p404One4 {
    max-width: 530px;
    margin: clamp(1.25rem, 1.062rem + 0.79vw, 1.875rem) auto 0;
}

.p404One4_form {
    border: 1px solid #076AB2;
    border-radius: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.p404One4_form input {
    width: calc(100% - clamp(3.125rem, 2.937rem + 0.79vw, 3.75rem));
    height: clamp(2.25rem, 2.062rem + 0.79vw, 2.875rem);
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444444;
    border: none;
    background: none;
    padding: 0 10px 0 15px;
}

.p404One4_form button {
    font-size: clamp(1.625rem, 1.55rem + 0.32vw, 1.875rem);
    color: #666666;
    width: clamp(3.125rem, 2.937rem + 0.79vw, 3.75rem);
    height: clamp(2.25rem, 2.062rem + 0.79vw, 2.875rem);
    border: none;
    background: none;
}

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

.p404One5 {
    padding-top: clamp(1.375rem, 1.036rem + 1.43vw, 2.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* ~~~~page_404,css~~end */
/* ~~~~page_404,css~~end */
/* ~~~~page_404,css~~end */


/* ~~~~blogs,css */
/* ~~~~blogs,css */
/* ~~~~blogs,css */
.subPage_crumbs {
    border-bottom: 1px solid #C5C5C5;
}

.subPage_crumbs_w {
    padding-top: clamp(0.375rem, 0.2rem + 0.74vw, 0.938rem);
    padding-bottom: clamp(0.25rem, 0.036rem + 0.9vw, 0.938rem);
}

.subPage_crumbs1 {
    color: var(--hue);
    text-transform: uppercase;
}

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

.subPage_crumbs1 a:hover {
    text-decoration: underline;
}

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

.subPage_banner1_l {
    width: 63.2%;
}

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

.subPage_banner1_r {
    position: relative;
    width: 36.8%;
    background: #155888;
    padding: 30px 70px 30px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.subPage_banner1_r_icon {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}

.subPage_banner1_r_icon img {
    height: 100%;
    max-width: none;
}

.subPage_banner1_r_tt {
    color: #FFFFFF;
    text-transform: uppercase;
}

.blogBoxOne {
    background: #F3F3F3;
}

.blogBoxOne_w {
    padding-top: clamp(0.438rem, 0.321rem + 0.49vw, 0.813rem);
    padding-bottom: clamp(0.438rem, 0.321rem + 0.49vw, 0.813rem);
}

.blogBoxOne1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 7px;
}

.blogBoxOne1 .item a {
    position: relative;
    padding: 0 10px;
    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;
}

.blogBoxOne1 .item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1px;
    height: 100%;
    background: #BDC6D1;
    transform: rotateZ(12deg);
}

.blogBoxOne1 .item a .iconfont {
    width: clamp(2.188rem, 1.662rem + 2.21vw, 3.875rem);
    font-size: clamp(1.75rem, 1.205rem + 2.3vw, 3.5rem);
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blogBoxOne1 .item a span {
    max-width: calc(100% - clamp(2.188rem, 1.662rem + 2.21vw, 3.875rem));
    color: #444444;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blogBoxOne1 > .item:last-child a::after {
    display: none;
}

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

.indBoxNine2.blogBoxTwo1 .indNine2_item a {
    background: #F2F5F9;
    box-shadow: none;
}

.indBoxNine2.blogBoxTwo1 .indNine2_item a:hover {
    background: var(--hue);
}

.paging_padding {
    padding-top: clamp(2.188rem, 1.622rem + 2.38vw, 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(1rem, 0.967rem + 0.14vw, 1.125rem);
    color: #232323;
    text-align: center;
    width: clamp(2rem, 1.849rem + 0.63vw, 2.5rem);
    height: clamp(2rem, 1.849rem + 0.63vw, 2.5rem);
    line-height: clamp(2rem, 1.849rem + 0.63vw, 2.5rem);
    padding: 0;
    margin: 0 clamp(0.25rem, 0.2rem + 0.21vw, 0.438rem);
    border-radius: 4px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.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(4.375rem, 4.04rem + 1.41vw, 5.625rem);
}

.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);
}

/* ~~~~blogs,css~~end */
/* ~~~~blogs,css~~end */
/* ~~~~blogs,css~~end */


/* ~~~~Knowledge,css */
/* ~~~~Knowledge,css */
/* ~~~~Knowledge,css */
.knowBoxTwo1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.knowTwo1_item a {
    padding: clamp(0.938rem, 0.645rem + 1.23vw, 1.875rem);
    border-bottom: 1px solid #DADADA;
    border-radius: 7px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.knowTwo1_item a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.knowTwo1_item a .img_box {
    width: 335px;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.knowTwo1_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;
}

.knowTwo1_item a .r_box {
    width: calc(100% - 335px);
    padding: clamp(1rem, 0.727rem + 1.15vw, 1.875rem) clamp(0.938rem, 0.061rem + 3.69vw, 3.75rem) clamp(1.188rem, 0.973rem + 0.9vw, 1.875rem) clamp(0.938rem, -0.055rem + 4.18vw, 4.125rem);
    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;
}

.knowTwo1_item a .r_box .date {
    color: var(--hue);
    padding-bottom: clamp(0.438rem, 0.34rem + 0.41vw, 0.75rem);
}

.knowTwo1_item a .r_box .title {
    color: #444444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.knowTwo1_item a .r_box .text {
    color: #666666;
    padding-top: clamp(0.5rem, 0.461rem + 0.16vw, 0.625rem);
}

.knowTwo1_item a .r_box .btn {
    padding-top: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.knowTwo1_item a .r_box .btn .public_page_btn1 {
    background: none;
    border: 1px solid var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.knowTwo1_item a .r_box .btn .public_page_btn1 span,
.knowTwo1_item a .r_box .btn .public_page_btn1 .iconfont {
    color: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.knowTwo1_item a:hover .r_box .btn .public_page_btn1 {
    background: var(--hue);
}

.knowTwo1_item a:hover .r_box .btn .public_page_btn1 span,
.knowTwo1_item a:hover .r_box .btn .public_page_btn1 .iconfont {
    color: #fff;
}

/* ~~~~Knowledge,css~~end */
/* ~~~~Knowledge,css~~end */
/* ~~~~Knowledge,css~~end */


/* ~~~~video,css */
/* ~~~~video,css */
/* ~~~~video,css */
.vidBoxTwo1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.536rem + 0.9vw, 1.438rem);
    row-gap: clamp(1.125rem, 0.775rem + 1.48vw, 2.25rem);
}

.vidTwo1_item {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.vidTwo1_item:hover {
    background: #F2F5F9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.vidTwo1_item .img_box {
    position: relative;
    border-bottom: clamp(0.188rem, 0.11rem + 0.33vw, 0.438rem) solid var(--hue);
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.vidTwo1_item: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;
}

.vidTwo1_item .img_box .play_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 86px;
}

.vidTwo1_item .bot_box {
    padding: clamp(1rem, 0.669rem + 1.39vw, 2.063rem) clamp(0.875rem, 0.602rem + 1.15vw, 1.75rem) clamp(1.375rem, 1.239rem + 0.57vw, 1.813rem);
}

.vidTwo1_item .bot_box .title {
    height: clamp(4.5rem, 4.169rem + 1.39vw, 5.563rem);
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.vidTwo1_item:hover .bot_box .title {
    color: var(--hue);
    text-decoration: underline;
}

.vidTwo1_item .bot_box .btn {
    width: clamp(9.375rem, 8.363rem + 4.26vw, 12.625rem);
    height: clamp(2.375rem, 2.239rem + 0.57vw, 2.813rem);
    border: 1px solid var(--hue);
    background: var(--hue);
    margin-top: clamp(1.063rem, 0.712rem + 1.48vw, 2.188rem);
    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;
}

.vidTwo1_item:hover .bot_box .btn {
    background: #fff;
}

.vidTwo1_item .bot_box .btn span {
    color: #fff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.vidTwo1_item .bot_box .btn .iconfont {
    font-size: clamp(1.5rem, 1.422rem + 0.33vw, 1.75rem);
    color: #fff;
    padding-left: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

/* ~~~~video,css~~end */
/* ~~~~video,css~~end */
/* ~~~~video,css~~end */


/* ~~~~blog_detail,css */
/* ~~~~blog_detail,css */
/* ~~~~blog_detail,css */
.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_01 {
    color: #fff;
    text-align: center;
    width: 102px;
    height: 102px;
    background: var(--hue);
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cas_deOne1_r {
    width: 70.7%;
}

.cas_deOne1_r_01 {
    width: calc(100% - 102px);
    color: #444444;
    padding-left: clamp(0.75rem, 0.516rem + 0.98vw, 1.5rem);
}

.cas_deOne1_r_02 {
    margin-top: clamp(1.25rem, 0.982rem + 1.13vw, 2.25rem);
    border: 1px solid #C4C4C4;
}

.cas_deOne1_r_02_top {
    border-bottom: #C4C4C4;
    background: #F0F4F9;
    padding: clamp(0.5rem, 0.45rem + 0.21vw, 0.688rem) 15px clamp(0.5rem, 0.45rem + 0.21vw, 0.688rem) clamp(0.938rem, 0.72rem + 0.92vw, 1.75rem);
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_r_02_top .iconfont {
    width: clamp(1.563rem, 1.479rem + 0.35vw, 1.875rem);
    font-weight: 700;
    font-size: clamp(1.125rem, 1.092rem + 0.14vw, 1.25rem);
    color: var(--hue);
}

.cas_deOne1_r_02_top span {
    width: calc(100% - clamp(1.563rem, 1.479rem + 0.35vw, 1.875rem));
    color: #444444;
    padding-top: 1px;
}

.cas_deOne1_r_02_bot {
    background: #FFFFFF;
    padding: 8px 15px 8px clamp(0.625rem, 0.123rem + 2.11vw, 2.5rem);
}

.cas_deOne1_r_03 {
    color: #666666;
    padding-top: 20px;
    padding-bottom: clamp(1.625rem, 1.224rem + 1.69vw, 3.125rem);
}

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

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

.cas_deOne1_r_04 .text {
    color: #444;
    padding-right: 12px;
    padding-left: 4px;
}

.cas_deOne1_r_05 {
    margin-top: clamp(0.938rem, 0.617rem + 1.35vw, 2rem);
    border-top: 1px solid #888888;
    padding-top: clamp(1.25rem, 1.156rem + 0.4vw, 1.563rem);
    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;
}

.cas_deOne1_r_05 .item a {
    column-gap: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

.cas_deOne1_r_05 .item a .iconfont {
    font-size: 24px;
    color: #444444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne1_r_05 .item a:hover .iconfont {
    color: var(--hue);
}

.blo_deBoxTwo {
    background: #F0F4F9;
}

.blo_deTwo1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
    row-gap: clamp(1.25rem, 0.581rem + 2.82vw, 3.75rem);
}

.blo_deTwo1_item a {
    display: block;
    height: 100%;
}

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

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

.blo_deTwo1_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;
}

.blo_deTwo1_item a .bot_box {
    position: relative;
    width: 90%;
    margin: -26px auto 0;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: clamp(1.125rem, 0.924rem + 0.85vw, 1.875rem) clamp(0.75rem, 0.533rem + 0.92vw, 1.563rem) clamp(1.375rem, 1.208rem + 0.7vw, 2rem);
}

.blo_deTwo1_item a .bot_box .date {
    color: #838383;
}

.blo_deTwo1_item a .bot_box .title {
    height: clamp(3.063rem, 2.946rem + 0.49vw, 3.438rem);
    color: #003470;
    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;
}

.blo_deTwo1_item a:hover .bot_box .title {
    color: #009DE1;
    text-decoration: underline;
}

.blo_deTwo1_item a .bot_box .text {
    height: clamp(4.938rem, 4.871rem + 0.28vw, 5.188rem);
    color: #666666;
    padding-top: clamp(0.375rem, 0.308rem + 0.28vw, 0.625rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* ~~~~blog_detail,css~~end */
/* ~~~~blog_detail,css~~end */
/* ~~~~blog_detail,css~~end */


/* ~~~~case,css */
/* ~~~~case,css */
/* ~~~~case,css */
.blo_deTwo1.caseBoxOne1 .blo_deTwo1_item a .bot_box {
    background: #F2F5F9;
}

/* ~~~~case,css~~end */
/* ~~~~case,css~~end */
/* ~~~~case,css~~end */


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

.conBoxOne1 {
    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;
}

.conOne1_l {
    width: 59%;
}

.conOne1_l_01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, 0.4rem + 1.48vw, 1.875rem);
    row-gap: clamp(1rem, 0.591rem + 1.72vw, 2.313rem);
}

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

.conOne1_l_01 .item .iconfont {
    font-size: 24px;
    color: var(--hue);
    text-align: center;
    width: clamp(2rem, 1.922rem + 0.33vw, 2.25rem);
    height: clamp(2rem, 1.922rem + 0.33vw, 2.25rem);
    line-height: clamp(1.875rem, 1.797rem + 0.33vw, 2.125rem);
    border: 1px solid var(--hue);
    border-radius: 50%;
}

.conOne1_l_01 .item .r_box {
    width: calc(100% - clamp(2rem, 1.922rem + 0.33vw, 2.25rem));
    padding-left: clamp(0.625rem, 0.508rem + 0.49vw, 1rem);
}

.conOne1_l_01 .item .r_box .title {
    color: #444444;
}

.conOne1_l_01 .item .r_box .text {
    color: #444444;
}

.conOne1_l_01 .item .r_box .text a {
    color: #444;
}

.conOne1_l_01 .item .r_box .text a:hover {
    color: #CB2027;
    text-decoration: underline;
}

.conOne1_r {
    width: 36.2%;
    background: #E5EDF6;
    border-radius: 10px;
    padding: clamp(1.563rem, 0.686rem + 3.69vw, 4.375rem) clamp(0.938rem, 0.061rem + 3.69vw, 3.75rem) clamp(1.75rem, 0.835rem + 3.85vw, 4.688rem);
}

.conOne1_r_form {
    padding-top: clamp(0.938rem, 0.84rem + 0.41vw, 1.25rem);
}

.conOne1_r_form .item input {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444444;
    width: 100%;
    height: clamp(2.375rem, 2.141rem + 0.98vw, 3.125rem);
    border: none;
    border-bottom: 1px solid #B8B8B8;
    background: none;
}

.conOne1_r_form .item textarea {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444444;
    width: 100%;
    height: clamp(5.625rem, 4.652rem + 4.1vw, 8.75rem);
    border: none;
    border-bottom: 1px solid #B8B8B8;
    background: none;
    padding-top: 16px;
    resize: none;
}

.conOne1_r_form .btn {
    padding-top: clamp(0.938rem, 0.801rem + 0.57vw, 1.375rem);
}

.conOne1_r_form .btn input {
    font-family: "Outfit-Medium";
    font-size: clamp(1rem, 0.922rem + 0.33vw, 1.25rem);
    color: #fff;
    width: clamp(8.125rem, 7.346rem + 3.28vw, 10.625rem);
    height: clamp(2.375rem, 2.239rem + 0.57vw, 2.813rem);
    border: none;
    background: var(--hue);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.conBoxOne2 img {
    width: 100%;
}

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


/* ~~~~About,css */
/* ~~~~About,css */
/* ~~~~About,css */
.aboBoxOne {
    position: relative;
}

.aboBoxOne img {
    width: 100%;
}

.aboBoxOne::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #202830, rgba(18, 32, 43, 0) 70%);
}

.aboBoxOne1 {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 92%;
    max-width: 1400px;
    font-size: clamp(2rem, -0.881rem + 12.13vw, 11.25rem);
    line-height: 1;
    color: rgba(255, 255, 255, 0.51);
}

.aboBoxTwo1 img {
    width: 100%;
}

.aboBoxTwo2 {
    padding-top: clamp(1.563rem, 1.076rem + 2.05vw, 3.125rem);
}

.aboTwo2_01 {
    padding-bottom: clamp(1.125rem, 0.93rem + 0.82vw, 1.75rem);
    color: #444444;
    text-align: center;
    text-transform: uppercase;
}

.aboTwo2_02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, -0.087rem + 3.52vw, 3.438rem);
    row-gap: 14px;
}

.aboTwo2_02 .item {
    color: #666666;
}

.aboTwo2_02 .item a {
    font-family: "Outfit-Bold";
    color: var(--hue);
}

.aboTwo2_02 .item a:hover {
    text-decoration: underline;
}

.aboBoxTwo_w_w {
    max-width: 1157px;
    margin: 0 auto;
}

.aboBoxTwo3 {
    padding-top: clamp(1.563rem, 0.784rem + 3.28vw, 4.063rem);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.497rem + 1.07vw, 1.563rem);
    row-gap: 16px;
}

.aboTwo3_item .icon {
    width: clamp(2.375rem, 1.596rem + 3.28vw, 4.875rem);
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboTwo3_item:hover .icon {
    transform: rotateY(180deg);
}

.aboTwo3_item .number {
    font-size: clamp(1.75rem, 0.426rem + 5.57vw, 6rem);
    color: var(--hue);
    line-height: 1;
    text-align: center;
    padding-top: clamp(0.563rem, 0.504rem + 0.25vw, 0.75rem);
}

.aboTwo3_item .text {
    color: #444444;
    text-align: center;
    padding-top: clamp(0.125rem, 0.106rem + 0.08vw, 0.188rem);
}

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

.aboThree1_l {
    position: relative;
    width: 44.6%;
    background: #EEEEEE;
    border-right: clamp(0.188rem, 0.071rem + 0.49vw, 0.563rem) solid #fff;
    padding: 50px clamp(0.938rem, -0.717rem + 6.97vw, 6.25rem) 50px clamp(0.938rem, -1.885rem + 11.89vw, 10rem);
    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;
}

.aboThree1_r {
    width: 55.4%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.aboThree1_r: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_l_01 {
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 100%;
    width: clamp(1.125rem, 0.716rem + 1.72vw, 2.438rem);
}

.aboThree1_l_01 img {
    width: 100%;
}

.aboBoxFour1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(0.938rem, 0.84rem + 0.41vw, 1.25rem);
}

.aboFour1_item {
    background: #EFF2F5;
    border-top: clamp(0.188rem, 0.09rem + 0.41vw, 0.5rem) solid var(--hue);
    padding: clamp(1.438rem, 1.262rem + 0.74vw, 2rem) clamp(0.875rem, 0.369rem + 2.13vw, 2.5rem) clamp(1.563rem, 1.27rem + 1.23vw, 2.5rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFour1_item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.aboFour1_item_top {
    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;
}

.aboFour1_item_top .number {
    width: clamp(2.813rem, 1.644rem + 4.92vw, 6.563rem);
    font-size: clamp(1.75rem, 0.738rem + 4.26vw, 5rem);
    line-height: 1;
    color: var(--hue);
}

.aboFour1_item_top .r_box {
    width: calc(100% - clamp(2.813rem, 1.644rem + 4.92vw, 6.563rem));
    color: #444444;
    text-transform: uppercase;
}

.aboFour1_item_bot {
    color: #666666;
    padding-top: 10px;
}

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

.aboBoxFive1 {
    border-bottom: 1px solid #FFFFFF;
    column-gap: clamp(1.125rem, -0.277rem + 5.9vw, 5.625rem);
    row-gap: 10px;
    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;
}

.aboBoxFive1 .item {
    color: #FFFFFF;
    padding-bottom: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxFive1 .item.hover,
.aboBoxFive1 .item:hover {
    color: #EB3618;
    border-color: #EB3618;
}

.aboBoxFive2 {
    padding-top: clamp(1.563rem, 1.076rem + 2.05vw, 3.125rem);
}

.aboFive2_lunbo .item {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.aboFive2_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;
}

.aboFive2_btn {
    padding-top: 20px;
    column-gap: clamp(0.188rem, 0.11rem + 0.33vw, 0.438rem);
    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;
}

.aboFive2_prev,
.aboFive2_next {
    font-size: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    color: #fff;
    padding-bottom: 2px;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboFive2_prev:hover,
.aboFive2_next:hover {
    color: var(--hue);
}

.aboFive2_dots {
    padding-bottom: 6px;
}

.aboFive2_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    margin: 0 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.aboBoxSix1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: clamp(0.75rem, 0.4rem + 1.48vw, 1.875rem);
    row-gap: clamp(0.938rem, 0.645rem + 1.23vw, 1.875rem);
}

.aboBoxSix1 .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

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

.aboBoxSeven {
    padding-bottom: clamp(1.25rem, 1.055rem + 0.82vw, 1.875rem);
}

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

.aboSeven1_l {
    width: 53.2%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.aboSeven1_l: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;
}

.aboSeven1_r {
    position: relative;
    width: 46.8%;
    background: var(--hue);
    padding: clamp(1rem, 0.533rem + 1.97vw, 2.5rem) clamp(0.938rem, -1.691rem + 11.07vw, 9.375rem) clamp(2.188rem, 2.09rem + 0.41vw, 2.5rem) clamp(0.938rem, 0.159rem + 3.28vw, 3.438rem);
    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;
}

.aboSeven1_r_01 {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}

.aboSeven1_r_01 img {
    height: 100%;
    max-width: none;
}

.aboSeven1_r_02 .title {
    color: #FFFFFF;
}

.aboSeven1_r_02 .text {
    color: #FFFFFF;
    padding-top: clamp(0.75rem, 0.633rem + 0.49vw, 1.125rem);
}

.aboSeven1_r_02 .btn {
    padding-top: clamp(1.125rem, 0.852rem + 1.15vw, 2rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_page_btn3 {
    height: clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem);
    padding: 0 clamp(0.813rem, 0.443rem + 1.56vw, 2rem);
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.public_page_btn3 .iconfont {
    font-size: clamp(1.25rem, 1.172rem + 0.33vw, 1.5rem);
    color: var(--hue);
    padding-left: 4px;
}

/* ~~~~About,css~~end */
/* ~~~~About,css~~end */
/* ~~~~About,css~~end */


/* ~~~~products,css */
/* ~~~~products,css */
/* ~~~~products,css */
.pro_liOne1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(0.938rem, 0.607rem + 1.39vw, 2rem);
}

.pro_liOne1_item {
    background: #F2F2F4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pro_liOne1_item_top a {
    display: block;
}

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

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

.pro_liOne1_item_top 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;
}

.pro_liOne1_item_top a .title {
    color: #444444;
    text-align: center;
    padding: 7px 12px clamp(0.813rem, 0.443rem + 1.56vw, 2rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_liOne1_item_top a .bot_box {
    padding: 6px clamp(0.75rem, 0.497rem + 1.07vw, 1.563rem) clamp(1.188rem, 1.071rem + 0.49vw, 1.563rem);
}

.pro_liOne1_item_top a .bot_box .tt {
    color: #444444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_liOne1_item_top a .bot_box .list_box {
    padding-top: clamp(0.375rem, 0.297rem + 0.33vw, 0.625rem);
}

.pro_liOne1_item_top a .bot_box .list_box .every {
    margin-bottom: clamp(0rem, -0.039rem + 0.16vw, 0.125rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liOne1_item_top a .bot_box .list_box .every::before {
    content: "";
    display: block;
    width: clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem);
    height: clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem);
    border-radius: 50%;
    background: #444444;
    margin-top: 8px;
}

.pro_liOne1_item_top a .bot_box .list_box .every span {
    width: calc(100% - clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem));
    color: #666666;
    padding-left: clamp(0.375rem, 0.336rem + 0.16vw, 0.5rem);
}

.pro_liOne1_item_bot {
    padding: 0 clamp(0.75rem, 0.497rem + 1.07vw, 1.563rem) clamp(1.375rem, 1.278rem + 0.41vw, 1.688rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liOne1_item_bot .btn {
    width: calc(100% - clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem));
    height: clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem);
    background: 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_liOne1_item_bot .btn span {
    color: #FFFFFF;
}

.pro_liOne1_item_bot .btn .iconfont {
    font-size: clamp(1.25rem, 1.172rem + 0.33vw, 1.5rem);
    color: #fff;
    padding-left: 4px;
}

.pro_liOne1_item_bot .email {
    font-size: clamp(1.813rem, 1.754rem + 0.25vw, 2rem);
    color: var(--hue);
    text-align: center;
    width: clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem);
    height: clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem);
    line-height: clamp(2.188rem, 1.993rem + 0.82vw, 2.813rem);
    border: 1px solid var(--hue);
    background: #fff;
}

.pro_liOne1_item_bot .email:hover {
    color: #EB3618;
}

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

.pro_liTwo1_l {
    position: relative;
    width: 46.2%;
    background: var(--hue);
    padding: 50px clamp(0.938rem, -0.133rem + 4.51vw, 4.375rem) clamp(2.813rem, 2.715rem + 0.41vw, 3.125rem) clamp(0.938rem, -3.832rem + 20.08vw, 16.25rem);
    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;
}

.pro_liTwo1_l_01 {
    padding-top: clamp(1.063rem, 0.809rem + 1.07vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liTwo1_l_02 {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
}

.pro_liTwo1_l_02 img {
    height: 100%;
    max-width: none;
}

.pro_liTwo1_r {
    width: 53.8%;
}

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

.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: 42.4%;
}

.pro_liThree1_l img {
    width: 100%;
}

.pro_liThree1_r {
    width: 50%;
}

.pro_liThree2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(0.938rem, 0.665rem + 1.15vw, 1.813rem);
}

.pro_liThree2_item {
    border: 1px solid #CDCDCD;
    background: #fff;
    padding: clamp(1.375rem, 1.122rem + 1.07vw, 2.188rem) clamp(0.875rem, 0.758rem + 0.49vw, 1.25rem) clamp(1.125rem, 0.891rem + 0.98vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liThree2_item .icon {
    width: clamp(2.625rem, 2.333rem + 1.23vw, 3.563rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liThree2_item:hover .icon {
    transform: rotateY(180deg);
}

.pro_liThree2_item .icon img {
    width: 100%;
}

.pro_liThree2_item .r_box {
    width: calc(100% - clamp(2.625rem, 2.333rem + 1.23vw, 3.563rem));
    padding-left: clamp(0.75rem, 0.555rem + 0.82vw, 1.375rem);
}

.pro_liThree2_item .r_box .title {
    color: var(--hue);
    text-transform: uppercase;
}

.pro_liThree2_item .r_box .text {
    color: #666666;
    padding-top: clamp(0.25rem, 0.172rem + 0.33vw, 0.5rem);
}

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

.pro_liFour1_l {
    position: relative;
    width: 55.6%;
}

.pro_liFour1_l_lunbo {
    height: 100%;
}

.pro_liFour1_l_lunbo .item {
    height: 100%;
}

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

.pro_liFour1_l_btn {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: clamp(0.5rem, -0.123rem + 2.62vw, 2.5rem);
    transform: translate(-50%, 0);
    column-gap: clamp(0.188rem, 0.11rem + 0.33vw, 0.438rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liFour1_l_prev,
.pro_liFour1_l_next {
    font-size: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    color: #fff;
    padding-bottom: 2px;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liFour1_l_prev:hover,
.pro_liFour1_l_next:hover {
    color: var(--hue);
}

.pro_liFour1_l_dots {
    padding-bottom: 6px;
}

.pro_liFour1_l_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    margin: 0 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_liFour1_r {
    position: relative;
    width: 44.4%;
    border-left: clamp(0.188rem, 0.071rem + 0.49vw, 0.563rem) solid #fff;
    padding: clamp(1.125rem, 0.697rem + 1.8vw, 2.5rem) clamp(0.938rem, -2.664rem + 15.16vw, 12.5rem) clamp(2.188rem, 2.09rem + 0.41vw, 2.5rem) clamp(0.938rem, -0.133rem + 4.51vw, 4.375rem);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    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;
}

.pro_liFour1_r_01 {
    position: absolute;
    z-index: 1;
    top: 30%;
    right: 100%;
    width: clamp(1.125rem, 0.716rem + 1.72vw, 2.438rem);
}

.pro_liFour1_r_01 img {
    width: 100%;
}

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

.pro_liSix1_l {
    width: 33.6%;
}

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

.pro_liSix1_r {
    position: relative;
    width: 66.4%;
    background: var(--hue);
    padding: clamp(1.125rem, 0.697rem + 1.8vw, 2.5rem) clamp(0.938rem, -3.637rem + 19.26vw, 15.625rem) clamp(2.188rem, 2.09rem + 0.41vw, 2.5rem) clamp(0.938rem, -0.523rem + 6.15vw, 5.625rem);
    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;
}

.pro_liSix1_r_01 {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}

.pro_liSix1_r_01 img {
    height: 100%;
    max-width: none;
}

.pro_liSix1_r_02_list {
    padding-top: clamp(0.313rem, 0.215rem + 0.41vw, 0.625rem);
}

.pro_liSix1_r_02_list .item {
    border-bottom: 1px solid #8EA4B4;
    padding: clamp(1rem, 0.883rem + 0.49vw, 1.375rem) 10px;
}

.pro_liSix1_r_02_list_top {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liSix1_r_02_list_top .iconfont {
    font-weight: 700;
    font-size: 18px;
    color: var(--hue);
    text-align: center;
    width: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    height: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    line-height: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    border-radius: 50%;
    background: #fff;
    margin-top: 1px;
}

.pro_liSix1_r_02_list_top .text {
    width: calc(100% - clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem));
    color: #FFFFFF;
    padding-left: clamp(0.625rem, 0.508rem + 0.49vw, 1rem);
}

.pro_liSix1_r_02_list_bot {
    display: none;
    color: #FFFFFF;
    padding-top: clamp(0.438rem, 0.301rem + 0.57vw, 0.875rem);
}

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

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

.pro_liSeven1 .text {
    color: #FFFFFF;
    padding-top: 10px;
    text-align: center;
}

.pro_liSeven1 .btn {
    padding-top: clamp(1.063rem, 0.907rem + 0.66vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_liSeven1 .btn .public_page_btn1 {
    background: #009DE1;
    border-radius: 5px;
}

/* ~~~~products,css~~end */
/* ~~~~products,css~~end */
/* ~~~~products,css~~end */


/* ~~~~products_detail,css */
/* ~~~~products_detail,css */
/* ~~~~products_detail,css */
.pro_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;
}

.pro_deOne1_l {
    width: 49.3%;
}

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

.pro_deOne1_l_dots {
    padding-top: clamp(0.625rem, 0.43rem + 0.82vw, 1.25rem);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}

.pro_deOne1_l_dots .item {
    border: 1px solid #D3D3D3;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deOne1_l_dots .item.hover {
    border-color: #6E6E6E;
}

.pro_deOne1_r {
    width: 47.2%;
}

.pro_deOne1_r_01 {
    color: #444444;
    text-transform: uppercase;
}

.pro_deOne1_r_02 {
    color: #444444;
    padding-top: clamp(0.563rem, 0.387rem + 0.74vw, 1.125rem);
}

.pro_deOne1_r_03 {
    padding-top: clamp(1.125rem, 0.658rem + 1.97vw, 2.625rem);
    column-gap: clamp(0.75rem, 0.497rem + 1.07vw, 1.563rem);
    row-gap: 10px;
    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(9.375rem, 8.304rem + 4.51vw, 12.813rem);
    height: clamp(2.375rem, 2.239rem + 0.57vw, 2.813rem);
    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: clamp(1.25rem, 1.172rem + 0.33vw, 1.5rem);
    padding-left: 4px;
}

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

.pro_deOne1_r_03 > a:nth-child(2) {
    color: var(--hue);
    border: 1px solid var(--hue);
}

.pro_deOne1_r_03 > a:nth-child(2):hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.pro_deOne1_r_04 {
    padding-top: clamp(1.563rem, 1.309rem + 1.07vw, 2.375rem);
}

.pro_deBoxTwo {
    background: #F0F5FA;
}

.pro_deTwo1 {
    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_deTwo1_r {
    width: 23.4%;
}

.pro_deTwo1_r_01 {
    background: #FFFFFF;
    padding: clamp(1.563rem, 1.076rem + 2.05vw, 3.125rem) clamp(0.875rem, 0.641rem + 0.98vw, 1.625rem);
}

.pro_deTwo1_r_01_tt {
    color: #444444;
    padding-bottom: clamp(0.75rem, 0.633rem + 0.49vw, 1.125rem);
}

.pro_deTwo1_r_01_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(0.313rem, 0.274rem + 0.16vw, 0.438rem);
}

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

.pro_deTwo1_r_01_list a:hover {
    text-decoration: underline;
}

.pro_deTwo1_r_02 {
    margin-top: 26px;
    background: #FFFFFF;
    padding: clamp(1.563rem, 1.076rem + 2.05vw, 3.125rem) clamp(0.875rem, 0.641rem + 0.98vw, 1.625rem);
}

.pro_deTwo1_r_02_list {
    row-gap: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.pro_deTwo1_r_02_list a .iconfont {
    font-size: 22px;
    color: #B9C8DA;
    padding-top: 1px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_r_02_list a:hover .iconfont {
    color: #D53333;
}

.pro_deTwo1_r_02_list a span {
    color: #285483;
    padding-left: 3px;
}

.pro_deTwo1_r_03 {
    background: #FFFFFF;
    padding: clamp(1.563rem, 1.076rem + 2.05vw, 3.125rem) clamp(0.875rem, 0.641rem + 0.98vw, 1.625rem);
}

.pro_deTwo1_r_03_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(0.938rem, 0.84rem + 0.41vw, 1.25rem);
}

.pro_deTwo1_r_03_list .item a {
    display: block;
    background: #F2F2F4;
}

.pro_deTwo1_r_03_list .item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pro_deTwo1_r_03_list .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.pro_deTwo1_r_03_list .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;
}

.pro_deTwo1_r_03_list .item a .title {
    color: #444444;
    text-align: center;
    padding: 6px 10px clamp(0.625rem, 0.528rem + 0.41vw, 0.938rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deTwo1_l {
    width: 74.6%;
}

.pro_deTwo1_l_01 {
    background: #FFFFFF;
    padding: clamp(2.188rem, 1.662rem + 2.21vw, 3.875rem) clamp(0.875rem, 0.369rem + 2.13vw, 2.5rem) clamp(2.188rem, 1.701rem + 2.05vw, 3.75rem);
}

.pro_deTwo1_l_01_1_tt {
    color: #444444;
}

.pro_deTwo1_l_01_1_text {
    color: #444444;
    padding-top: clamp(0.5rem, 0.344rem + 0.66vw, 1rem);
}

.pro_det_l_p_top {
    padding-top: clamp(1.563rem, 1.232rem + 1.39vw, 2.625rem);
}

.pro_deTwo1_l_02 {
    margin-top: 25px;
    background: #FFFFFF;
    padding: clamp(2.188rem, 1.662rem + 2.21vw, 3.875rem) clamp(0.875rem, 0.369rem + 2.13vw, 2.5rem) clamp(2.188rem, 1.701rem + 2.05vw, 3.75rem);
}

.pro_deTwo1_l_02_1 {
    color: #444444;
    text-transform: uppercase;
}

.pro_deTwo1_l_02_2_lunbo {
    padding-bottom: 22px;
}

.pro_deTwo1_l_02_2_lunbo .blo_deTwo1_item a .bot_box {
    background: #F2F5F9;
}

.pro_deTwo1_l_02_2_btn {
    column-gap: clamp(0.188rem, 0.11rem + 0.33vw, 0.438rem);
    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_deTwo1_l_02_2_prev,
.pro_deTwo1_l_02_2_next {
    font-size: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
    color: var(--hue);
    padding-bottom: 2px;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_l_02_2_dots {
    padding-bottom: 6px;
}

.pro_deTwo1_l_02_2_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    margin: 0 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deBoxThree {
    padding: clamp(1.25rem, 0.958rem + 1.23vw, 2.188rem) 0;
}

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

.pro_deThree1_l {
    position: relative;
    z-index: 1;
    width: 46.2%;
    background: var(--hue);
    padding: 50px clamp(0.938rem, -0.133rem + 4.51vw, 4.375rem) clamp(2.813rem, 2.715rem + 0.41vw, 3.125rem) clamp(0.938rem, -3.832rem + 20.08vw, 16.25rem);
    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;
}

.pro_deThree1_r {
    width: 53.8%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.pro_deThree1_r: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_deFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deFour1_l {
    width: 52.6%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.pro_deFour1_l: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_deFour1_r {
    width: 47.4%;
    position: relative;
    z-index: 1;
    background: #378DCB;
    padding: clamp(1.125rem, 0.697rem + 1.8vw, 2.5rem) clamp(0.938rem, -3.637rem + 19.26vw, 15.625rem) clamp(2.188rem, 2.09rem + 0.41vw, 2.5rem) clamp(0.938rem, -0.523rem + 6.15vw, 5.625rem);
    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;
}

.pro_deFour1_r_01 {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}

.pro_deFour1_r_01 img {
    height: 100%;
    max-width: none;
}

.pro_deBoxFour {
    padding-bottom: clamp(1.25rem, 0.958rem + 1.23vw, 2.188rem);
}

.pro_deFour1_r_02_1 {
    padding-bottom: clamp(0.875rem, 0.797rem + 0.33vw, 1.125rem);
}

.pro_deFour1_r_02_1 .title {
    color: #FFFFFF;
}

.pro_deFour1_r_02_1 .text {
    color: #fff;
    padding-top: 2px;
}

.pro_deFour1_r_02_form .item {
    margin-bottom: 13px;
}

.pro_deFour1_r_02_form .item input {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(2.375rem, 2.18rem + 0.82vw, 3rem);
    border-radius: 5px;
    padding: 0 10px 0 15px;
    background: #fff;
    border: none;
}

.pro_deFour1_r_02_form .item textarea {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(5.625rem, 4.73rem + 3.77vw, 8.5rem);
    border-radius: 5px;
    padding: 12px 10px 10px 15px;
    background: #fff;
    border: none;
    resize: none;
}

.pro_deFour1_r_02_form .btn input {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: clamp(2.375rem, 2.258rem + 0.49vw, 2.75rem);
    border-radius: 5px;
    background: #1F5E8C;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deTwo1_l_01_2 .pro_liSix1_r_02 .pro_liSix1_r_02_list .item .pro_liSix1_r_02_list_top .iconfont {
    color: #fff;
    background: var(--hue);
}

.pro_deTwo1_l_01_2 .pro_liSix1_r_02 .pro_liSix1_r_02_list .item .pro_liSix1_r_02_list_top .text {
    color: #444444;
}

.pro_deTwo1_l_01_2 .pro_liSix1_r_02 .pro_liSix1_r_02_list .item .pro_liSix1_r_02_list_bot {
    color: #444444;
}

.pro_deTwo1_r_04 {
    position: sticky;
    top: 90px;
    margin-top: 26px;
    padding: 25px clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem) clamp(1.75rem, 1.54rem + 0.88vw, 2.313rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deTwo1_r_04_tt {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: clamp(0.688rem, 0.594rem + 0.39vw, 0.938rem);
}

/* ~~~~products_detail,css~~end */
/* ~~~~products_detail,css~~end */
/* ~~~~products_detail,css~~end */


/* 改版，css */
/* 改版，css */

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

.ind2BoxThree1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.302rem + 1.89vw, 2.188rem);
    row-gap: clamp(1rem, 0.533rem + 1.97vw, 2.5rem);
}

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

.ind2Three1_item .icon {
    width: clamp(2rem, 1.358rem + 2.7vw, 4.063rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ind2Three1_item:hover .icon {
    transform: rotateY(180deg);
}

.ind2Three1_item .icon img {
    width: 100%;
}

.ind2Three1_item .r_box {
    width: calc(100% - clamp(2rem, 1.358rem + 2.7vw, 4.063rem));
    padding-left: clamp(0.75rem, 0.439rem + 1.31vw, 1.75rem);
}

.ind2Three1_item .r_box .title {
    color: var(--hue);
}

.ind2Three1_item .r_box .text {
    color: #D5D5D5;
    padding-top: clamp(0.25rem, 0.133rem + 0.49vw, 0.625rem);
}

.ind2BoxThree2 {
    padding-top: clamp(1.5rem, 0.605rem + 3.77vw, 4.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ind2BoxFive {
    background-image: linear-gradient(to top, rgba(215, 237, 251, 0.39), rgba(255, 255, 255, 1));
}

.ind2BoxFive1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(2.188rem, 0.922rem + 5.33vw, 6.25rem);
}

.ind2Five1_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;
}

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

.ind2Five1_item_l img {
    width: 100%;
}

.ind2Five1_item_l: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;
}

.ind2Five1_item_r {
    width: 46%;
}

.ind2Five1_item_r_01 .item {
    margin-bottom: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ind2Five1_item_r_01 .item .icon {
    width: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    margin-top: 4px;
}

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

.ind2Five1_item_r_01 .item .text {
    width: calc(100% - clamp(0.875rem, 0.836rem + 0.16vw, 1rem));
    color: #444444;
    padding-left: clamp(0.438rem, 0.379rem + 0.25vw, 0.625rem);
}

.ind2Five1_item_r .ind2Five1_item_r_01 {
    padding-top: clamp(1.063rem, 0.907rem + 0.66vw, 1.563rem);
}

.ind2Five1_item_r_02 {
    padding-top: clamp(0.875rem, 0.564rem + 1.31vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

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

.ind2BoxTen1 {
    column-gap: clamp(0.938rem, 0.801rem + 0.57vw, 1.375rem);
    row-gap: 10px;
    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;
}

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

.subPage2_banner_w {
    height: clamp(12.5rem, 8.412rem + 17.21vw, 25.625rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.subPage2_banner1 {
    width: 100%;
    color: #fff;
    text-align: center;
}

.subPage2_banner1 .title {
    text-transform: uppercase;
}

.subPage2_banner1 .crumbs2 {
    text-transform: uppercase;
    padding-top: clamp(0.438rem, 0.34rem + 0.41vw, 0.75rem);
}

.subPage2_banner1 .crumbs2 a {
    color: #fff;
}

.subPage2_banner1 .crumbs2 a:hover {
    text-decoration: underline;
}

.blog2BoxTwo1 {
    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;
}

.blog2Two1_l {
    width: 45%;
}

.blog2Two1_l_01 a {
    display: block;
}

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

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

.blog2Two1_l_01 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;
}

.blog2Two1_l_01 a .bot_box {
    padding-top: clamp(0.75rem, 0.692rem + 0.25vw, 0.938rem);
}

.blog2Two1_l_01 a .bot_box .date {
    color: var(--hue);
}

.blog2Two1_l_01 a .bot_box .title {
    color: #444444;
    padding-top: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.blog2Two1_l_01 a .bot_box .text {
    color: #666666;
    padding-top: 5px;
}

.blog2Two1_r {
    width: 50%;
}

.blog2Two1_r_item {
    border-bottom: 1px solid #C5C5C5;
}

.blog2Two1_r_item a {
    padding: clamp(0.938rem, 0.782rem + 0.66vw, 1.438rem) 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;
}

.blog2Two1_r_item a .img_box {
    width: 185px;
    border-radius: 8px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.blog2Two1_r_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;
}

.blog2Two1_r_item a .r_box {
    width: calc(100% - 185px);
    padding-left: clamp(0.938rem, 0.548rem + 1.64vw, 2.188rem);
}

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

.blog2Two1_r_item a .r_box .title {
    color: #444444;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.blog2Two1_r_item a .r_box .text {
    color: #666666;
    line-height: 1.49;
    padding-top: 2px;
}

.blog2BoxThree {
    background: #F2F5F9;
}

.blog2BoxThree1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(1rem, 0.63rem + 1.56vw, 2.188rem);
}

.cas_deOne1_r_01_box {
    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_3_tt {
    color: #444444;
    padding-bottom: 10px;
}

.cas_deOne1_l_3_list .item {
    border-bottom: 1px solid #C4C4C4;
    padding: clamp(1rem, 0.825rem + 0.74vw, 1.563rem) 0;
}

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

.cas_deOne1_l_3_list .item a .img_box {
    width: 120px;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.cas_deOne1_l_3_list .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;
}

.cas_deOne1_l {
    width: 23.9%;
}

.cas_deOne1_l_3_list .item a .r_box {
    width: calc(100% - 120px);
    padding-left: clamp(0.75rem, 0.555rem + 0.82vw, 1.375rem);
}

.cas_deOne1_l_3_list .item a .r_box .title {
    color: #444444;
    line-height: 1.5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.abo2BoxSeven1 {
    max-width: 880px;
    margin: 0 auto;
}

.abo2Seven1_01 {
    color: #FFFFFF;
}

.abo2Seven1_02 {
    color: #FFFFFF;
    padding-top: clamp(0.75rem, 0.4rem + 1.48vw, 1.875rem);
}

.abo2Seven1_03 {
    padding-top: clamp(1.625rem, 1.45rem + 0.74vw, 2.188rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.abo2Seven1_03 .public_page_btn1 {
    border: 1px solid var(--hue);
    background: #fff;
}

.abo2Seven1_03 .public_page_btn1 span,
.abo2Seven1_03 .public_page_btn1 .iconfont {
    color: var(--hue);
}

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

.pro_li2BoxTwo_w {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pro_li2Two1 {
    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_li2Two1_l {
    width: 44.3%;
}

.pro_li2Two1_l .title {
    color: #FFFFFF;
}

.pro_li2Two1_l .text {
    color: #FFFFFF;
    padding-top: 10px;
}

.pro_li2Two1_l .btn {
    padding-top: clamp(1.25rem, 1.055rem + 0.82vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_li2Two1_r {
    width: 54.6%;
}

.pro_li2Two1_r img {
    width: 100%;
}

.pro_liThree6 {
    padding-top: clamp(1.563rem, 0.881rem + 2.87vw, 3.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_liThree6_btn {
    padding: clamp(0.25rem, 0.133rem + 0.49vw, 0.625rem) clamp(0.813rem, 0.443rem + 1.56vw, 2rem);
    border-radius: 4px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liThree6_btn .icon {
    width: 28px;
}

.pro_liThree6_btn .icon img {
    display: block;
    width: 100%;
}

.pro_liThree6_btn span {
    color: #FFFFFF;
    padding: 1px 0 0 8px;
}

.pro_li2BoxFour {
    background-image: linear-gradient(to top, rgba(215, 237, 251, 0.39), rgba(255, 255, 255, 1));
}

.pro_li2Four1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(2.5rem, 1.527rem + 4.1vw, 5.625rem);
}

.pro_li2Four1_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;
}

.pro_li2Four1_item_l {
    width: 46%;
}

.pro_li2Four1_item_l .title {
    color: #444444;
}

.pro_li2Four1_item_l .text {
    color: #444444;
    padding-top: clamp(0.438rem, 0.34rem + 0.41vw, 0.75rem);
}

.pro_li2Four1_item_l .btn {
    padding-top: clamp(1.125rem, 0.95rem + 0.74vw, 1.688rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_li2Four1_item_r {
    width: 49.3%;
}

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

.pro_li2Four1_item_r_01 img {
    width: 100%;
}

.pro_li2Four1_item_r_01: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_li2Four1_item_r_01 .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

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

.pro_li2Four1_item_l .btn2 {
    padding-top: clamp(0.938rem, 0.645rem + 1.23vw, 1.875rem);
}

.pro_li2Four1_item_l .btn2 a {
    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_li2Four1_item_l .btn2 a .icon {
    width: clamp(2.5rem, 2.091rem + 1.72vw, 3.813rem);
    height: clamp(2.5rem, 2.091rem + 1.72vw, 3.813rem);
    border-radius: 50%;
    background: var(--hue);
    padding: clamp(0.313rem, 0.215rem + 0.41vw, 0.625rem);
    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_li2Four1_item_l .btn2 a .r_box {
    width: calc(100% - clamp(2.5rem, 2.091rem + 1.72vw, 3.813rem));
    color: var(--hue);
    padding-left: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
}

.pro_li2Four1_item_l .btn2 a:hover .r_box {
    text-decoration: underline;
}

.pro_li2BoxSix {
    background: #F5F5F5;
}

.pro_li2Six1 {
    max-width: 1000px;
    margin: 0 auto;
}

.pro_deBoxOne {
    background: #F6F6F6;
}

.pro_deOne1_r_02 .every {
    color: #444444;
}

.pro_deOne1_r_02 .every span {
    font-family: "Outfit-SemiBold";
}

.pro_n_de_One {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}

.pro_n_de_One1 {
    column-gap: clamp(1rem, -0.051rem + 4.43vw, 4.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_n_de_One1 .item a {
    height: 78px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_n_de_One1 .item a .tt {
    color: #000000;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_n_de_Two1 {
    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_n_de_Two1_l {
    width: 46.4%;
}

.pro_det2_pub_tt .line {
    width: clamp(1.875rem, 1.272rem + 2.54vw, 3.813rem);
    height: clamp(0.125rem, 0.086rem + 0.16vw, 0.25rem);
    margin-top: clamp(0.5rem, 0.422rem + 0.33vw, 0.75rem);
}

.pro_n_de_Two1_l_01 {
    color: #444444;
}

.pro_n_de_Two1_l_02 {
    padding-top: clamp(0.938rem, 0.743rem + 0.82vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_n_de_Two1_r {
    width: 45.6%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_n_de_Two1_r img {
    width: 100%;
}

.pro_n_de_Two1_r: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_n_de_Three {
    background: #F0F5FA;
}

table {
    width: 100%;
}

table tr td {
    color: #333333;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: clamp(0.438rem, 0.321rem + 0.49vw, 0.813rem) 10px;
}

.pro_n_de_Four1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
    row-gap: clamp(0.938rem, 0.801rem + 0.57vw, 1.375rem);
}

.pro_n_de_Four1_item {
    border: 1px solid #CDCDCD;
    background: #fff;
    border-radius: 10px;
    padding: clamp(1.25rem, 0.861rem + 1.64vw, 2.5rem) clamp(0.875rem, 0.622rem + 1.07vw, 1.688rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_n_de_Four1_item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.pro_n_de_Four1_item .title {
    color: var(--hue);
}

.pro_n_de_Four1_item .text {
    color: #666666;
    padding-top: clamp(0.25rem, 0.172rem + 0.33vw, 0.5rem);
}

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

.pro_n_de_Five1 {
    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_n_de_Five1_l {
    width: 35.7%;
}

.pro_n_de_Five1_l_01 {
    color: #FFFFFF;
}

.pro_n_de_Five1_l_02 {
    padding-top: clamp(1rem, 0.883rem + 0.49vw, 1.375rem);
}

.pro_n_de_Five1_l_02 .title {
    color: #FFFFFF;
    padding-bottom: clamp(0.5rem, 0.383rem + 0.49vw, 0.875rem);
}

.pro_n_de_Five1_l_02 .list_box .item {
    margin-bottom: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_n_de_Five1_l_02 .list_box .item .icon {
    width: 15px;
    margin-top: 5px;
}

.pro_n_de_Five1_l_02 .list_box .item .icon img {
    display: block;
    width: 100%;
}

.pro_n_de_Five1_l_02 .list_box .item .tt {
    width: calc(100% - 15px);
    color: #FFFFFF;
    padding-left: 10px;
}

.pro_n_de_Five1_r {
    width: 54.9%;
}

.pro_n_de_Five1_r_01 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: clamp(1.563rem, 1.465rem + 0.41vw, 1.875rem) clamp(0.938rem, 0.451rem + 2.05vw, 2.5rem) clamp(1.75rem, 1.224rem + 2.21vw, 3.438rem);
}

.pro_n_de_Five1_r_01_1 .title {
    color: #444444;
}

.pro_n_de_Five1_r_01_1 .text {
    color: #444444;
    padding-top: 5px;
}

.pro_n_de_Five1_r_01_1 {
    padding-bottom: clamp(1.125rem, 1.047rem + 0.33vw, 1.375rem);
}

.pro_n_de_Five1_r_01_2 {
    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_n_de_Five1_r_01_2 .item {
    width: calc((100% - clamp(0.75rem, 0.672rem + 0.33vw, 1rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem);
}

.pro_n_de_Five1_r_01_2 .item input {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(2.375rem, 2.102rem + 1.15vw, 3.25rem);
    border: 1px solid #B5B5B5;
    background: #FFFFFF;
    padding: 0 10px 0 12px;
}

.pro_n_de_Five1_r_01_2 .item textarea {
    font-family: "Outfit-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(5.625rem, 4.652rem + 4.1vw, 8.75rem);
    border: 1px solid #B5B5B5;
    background: #FFFFFF;
    padding: 12px 10px 10px 12px;
    resize: none;
}

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

.pro_n_de_Five1_r_01_2 .btn {
    width: 100%;
    text-align: center;
}

.pro_n_de_Five1_r_01_2 .btn input {
    font-family: "Outfit-Bold";
    font-size: 16px;
    color: #fff;
    width: clamp(10.625rem, 6.537rem + 17.21vw, 23.75rem);
    height: clamp(2.375rem, 2.18rem + 0.82vw, 3rem);
    border-radius: 4px;
    background: var(--hue);
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deTwo1_l_02_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, 0.555rem + 0.82vw, 1.375rem);
    row-gap: clamp(1.125rem, 0.95rem + 0.74vw, 1.688rem);
}


.attachment-full,
.banner_zy {
    width: auto;
    height: auto;
}

.bg_zy {
    background: no-repeat center center /cover;
}


.pro_deOne1_r_02_test {
	color: #444444;
    padding-top: clamp(0.563rem, 0.387rem + 0.74vw, 1.125rem);
}