#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: "Inter-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: 1440px;
    margin-left: auto;
    margin-right: auto;
}



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

html {
    font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb_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: "Inter-Bold";
}

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

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

.fob {
    font-family: "Onest-Bold";
}

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






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

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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


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

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

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

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

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

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

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

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

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

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

.mobile_menu_dl {
    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_top {
    background: var(--hue);
}

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

.header_top_l {
    font-size: 16px;
    color: #FFFFFF;
}

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

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

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

.header_top_r_01 .item .iconfont {
    font-size: 24px;
    color: #fff;
}

.header_top_r_01 .item .r_box {
    font-size: 16px;
    color: #fff;
    padding-left: 3px;
}

.header_top_r_01 .item .r_box a {
    color: #fff;
}

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

.header_language {
    position: relative;
}

.header_language_01 {
    height: 36px;
    border-left: 1px solid #82BCFF;
    border-right: 1px solid #82BCFF;
    padding-left: 10px;
    padding-right: 10px;
    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 {
    width: 21px;
}

.header_language_01 .icon1 img {
    display: block;
    width: 100%;
}

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

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

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105px;
    padding: 16px 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_bot {
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
}

.header_bot_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_bot_w .logo {
    width: 398px;
}

.header_bot_w .logo a {
    display: block;
}

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

.header_bot_r {
    width: 64.9%;
    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% - 250px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    display: block;
    height: 105px;
    line-height: 105px;
    font-size: 16px;
    color: #444444;
}

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

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

.pro_drop_menu1 {
    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_drop_menu1_01_tt a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_drop_menu1_01_tt a .iconfont {
    width: 25px;
    font-size: 20px;
    color: var(--hue);
    margin-top: 4px;
}

.pro_drop_menu1_01_tt a span {
    width: calc(100% - 25px);
    color: #444444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_drop_menu1_01_list {
    padding: 15px 0 0 25px;
}

.pro_drop_menu1_01_list a {
    display: block;
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
}

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

.pro_drop_menu1_03_tt {
    font-size: 20px;
    color: #444444;
    padding-bottom: 24px;
}

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

.header_pro_item a {
    display: block;
}

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

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

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

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

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

.header_pro_item a .text {
    color: #666666;
    padding-top: 4px;
}

.pro_drop_menu1_01 {
    width: 30%;
}

.pro_drop_menu1_02 {
    width: 21%;
}

.pro_drop_menu1_03 {
    width: 47%;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: -22px;
    width: 210px;
    background: #F5F5F5;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 10px 25px 22px;
}

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

.publicTwo_stage_nav .everyOne a {
    font-size: 16px;
    color: #444444;
}

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

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

.header_search {
    width: 204px;
    border: 1px solid var(--hue);
    border-radius: 5px;
    overflow: hidden;
}

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

.header_search_form input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #444;
    width: calc(100% - 38px);
    height: 32px;
    border: none;
    background: #fff;
    padding: 0 8px 0 10px;
}

.header_search_form button {
    font-size: 24px;
    color: var(--hue);
    width: 38px;
    height: 32px;
    border: none;
    background: none;
}

.pc_header_bot.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.pc_header {
    height: 141px;
}

/* ~~~~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%;
}

.public_lunbo_prev,
.public_lunbo_next {
    font-size: clamp(1.125rem, 0.899rem + 0.95vw, 1.875rem);
    color: var(--hue);
    text-align: center;
    width: clamp(1.875rem, 1.536rem + 1.43vw, 3rem);
    height: clamp(1.875rem, 1.536rem + 1.43vw, 3rem);
    line-height: clamp(1.875rem, 1.536rem + 1.43vw, 3rem);
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--hue);
    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);
}

.index_b_prev,
.index_b_next {
    position: absolute;
    z-index: 2;
    top: 40%;
}

.index_b_prev {
    left: 10%;
}

.index_b_next {
    right: 10%;
}

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

.public_module_title .text {
    padding-top: 8px;
}

.indOne1_r_01 {
    column-gap: clamp(0.75rem, 0.675rem + 0.32vw, 1rem);
    row-gap: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indOne1_r_01 .item {
    color: #fff;
    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);
    border-radius: 6px;
    background: #2051A5;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indOne2_01 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
    row-gap: 28px;
}

.indOne2_01_item a {
    display: block;
}

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

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

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

.indOne2_01_item a .bot_box {
    padding: clamp(0.938rem, 0.843rem + 0.4vw, 1.25rem) clamp(0.5rem, 0.274rem + 0.95vw, 1.25rem) 0;
}

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

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

.indOne2_01_item a .bot_box .text {
    color: #666666;
    padding-top: clamp(0.313rem, 0.294rem + 0.08vw, 0.375rem);
}

.indOne2_01_item a .bot_box .text div {
    padding-top: clamp(0.063rem, 0.044rem + 0.08vw, 0.125rem);
}

.indOne2_02 {
    padding-top: clamp(1.563rem, 0.903rem + 2.78vw, 3.75rem);
}

.indOne2_02_1 {
    color: #444444;
    text-align: center;
}

.indOne2_02_2 {
    padding-top: clamp(0.875rem, 0.762rem + 0.48vw, 1.25rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_page_btn1 {
    display: block;
    padding: 0 clamp(0.875rem, 0.536rem + 1.43vw, 2rem);
    height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    line-height: clamp(2.25rem, 2.118rem + 0.56vw, 2.688rem);
    color: var(--hue);
    border: 1px solid var(--hue);
    border-radius: 6px;
    background: #FFFFFF;
}

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

.indBoxTwo {
    background: #F2F5F9;
}

.indBoxTwo1 {
    position: relative;
}

.indTwo1_item a {
    display: block;
}

.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-top: clamp(0.563rem, 0.393rem + 0.71vw, 1.125rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indTwo1_prev,
.indTwo1_next {
    position: absolute;
    z-index: 2;
    top: 42%;
    transform: translate(0, -50%);
}

.indTwo1_prev {
    left: -4.5%;
}

.indTwo1_next {
    right: -4.5%;
}

.indBoxTwo2 {
    padding-top: clamp(1.25rem, 0.779rem + 1.98vw, 2.813rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.indBoxThree_w {
    padding-top: clamp(3.125rem, 1.052rem + 8.73vw, 10rem);
    padding-bottom: clamp(3.125rem, 1.052rem + 8.73vw, 10rem);
}

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

.indThree1_l_01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1rem, 0.774rem + 0.95vw, 1.75rem);
}

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

.indThree1_l_01 .item .icon {
    width: clamp(2.5rem, 2.123rem + 1.59vw, 3.75rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.indThree1_l_01 .item .r_box {
    width: calc(100% - clamp(2.5rem, 2.123rem + 1.59vw, 3.75rem));
    padding-left: clamp(0.625rem, 0.474rem + 0.63vw, 1.125rem);
}

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

.indThree1_l_01 .item .r_box .text {
    max-width: 530px;
    color: #FFFFFF;
    padding-top: clamp(0.375rem, 0.3rem + 0.32vw, 0.625rem);
}

.indThree1_r {
    width: 48.6%;
}

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

.indThree1_r_01 img {
    width: 100%;
}

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

.indThree1_r_01 .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(3.5rem, 3.198rem + 1.27vw, 4.5rem);
}

.indBoxFour1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem);
    row-gap: 15px;
}

.indFour1_item {
    text-align: center;
}

.indFour1_item .number {
    font-size: clamp(1.75rem, 0.921rem + 3.49vw, 4.5rem);
    line-height: 1;
    color: var(--hue);
}

.indFour1_item .text {
    color: #666666;
    padding-top: clamp(0.125rem, 0.012rem + 0.48vw, 0.5rem);
}

.indBoxFour2 {
    position: relative;
    margin-top: clamp(1.563rem, 1.091rem + 1.98vw, 3.125rem);
}

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

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

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

.public_lunbo_dots {
    text-align: center;
    padding-top: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
}

.public_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: clamp(0.5rem, 0.425rem + 0.32vw, 0.75rem);
    height: clamp(0.5rem, 0.425rem + 0.32vw, 0.75rem);
    margin: 0 clamp(0.313rem, 0.218rem + 0.4vw, 0.625rem);
    background: #D0CFCF;
    -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);
}

.indFour2_prev,
.indFour2_next {
    position: absolute;
    z-index: 2;
    top: 40%;
    transform: translate(0, -50%);
}

.indFour2_prev {
    left: -4.5%;
}

.indFour2_next {
    right: -4.5%;
}

.indBoxFive {
    background: #F2F5F9;
}

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

.indFive1_l {
    width: 46.6%;
}

.indFive1_l img {
    width: 100%;
}

.indFive1_r {
    width: 46.3%;
}

.indFive1_r_01 {
    padding-top: clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.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: 5px;
    background: var(--hue);
}

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

.indSix1_lunbo .indSix1_item {
    height: 100%;
}

.indSix1_item {
    background: #E2EAF4;
    border-radius: 10px;
    padding: clamp(1.375rem, 0.659rem + 3.02vw, 3.75rem) clamp(0.938rem, 0.466rem + 1.98vw, 2.5rem) clamp(1.375rem, 1.073rem + 1.27vw, 2.375rem);
    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;
}

.indSix1_item_01 {
    color: #666666;
    padding-bottom: clamp(0.875rem, 0.668rem + 0.87vw, 1.563rem);
}

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

.indSix1_item_02 .img_box {
    width: clamp(2.875rem, 2.31rem + 2.38vw, 4.75rem);
    border-radius: 50%;
    overflow: hidden;
}

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

.indSix1_item_02 .r_box {
    width: calc(100% - clamp(2.875rem, 2.31rem + 2.38vw, 4.75rem));
    padding-left: clamp(0.625rem, 0.587rem + 0.16vw, 0.75rem);
}

.indSix1_item_02 .r_box .title {
    color: #000000;
}

.indSix1_item_02 .r_box .icon {
    width: clamp(4.375rem, 3.678rem + 2.94vw, 6.688rem);
    margin-top: clamp(0rem, -0.057rem + 0.24vw, 0.188rem);
}

.indSix1_item_02 .r_box .icon img {
    width: 100%;
}

.indBoxSix2 {
    margin-top: clamp(0.938rem, -0.005rem + 3.97vw, 4.063rem);
}

.indBoxSix2 img {
    width: 100%;
}

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

.indSeven1_l {
    width: 45.9%;
}

.indBoxSeven_w {
    padding-top: clamp(2.813rem, 2.247rem + 2.38vw, 4.688rem);
}

.indSeven1_l_01 {
    aspect-ratio: 661 / 371;
    background: #e5e5e5;
}

.indSeven1_l_01 iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.indSeven1_l_02 {
    color: #666666;
    padding-top: clamp(1rem, 0.642rem + 1.51vw, 2.188rem);
}

.indSeven1_l_03 {
    text-align: center;
    padding-top: clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem);
}

.indSeven1_r {
    width: 48.5%;
}

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

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

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

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

.indSeven1_r_01_item a .r_box {
    width: calc(100% - 210px);
    border-bottom: 1px solid #EAEAEA;
}

.indSeven1_r_01_item a .r_box .title {
    max-width: 446px;
    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;
}

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

.indSeven1_r_01_item a .r_box .date {
    color: #888888;
    padding-top: 9px;
}

.indSeven1_r_01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1.125rem, 0.974rem + 0.63vw, 1.625rem);
}

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






/* ~~~~footer contact,css */
/* ~~~~footer contact,css */
/* ~~~~footer contact,css */
.footer_content {
    background: #F2F5F9;
}

.footer_content_w {
    padding-top: clamp(2.188rem, 1.811rem + 1.59vw, 3.438rem);
    padding-bottom: 2px;
}

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

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

.footer_content1_l .img_box {
    width: 16.4%;
}

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

.footer_content1_l .r_box {
    width: 81%;
}

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

.footer_content1_l .r_box .text {
    color: #666666;
    padding-top: clamp(0.375rem, 0.262rem + 0.48vw, 0.75rem);
}

.footer_content1_r {
    width: 20%;
    text-align: center;
}

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






/* ~~~~footer,css */
/* ~~~~footer,css */
/* ~~~~footer,css */
.public_footer {
    position: relative;
    background: #216ABE;
}

.public_footer_icon {
    position: relative;
    top: -1px;
}

.public_footer_icon img {
    display: block;
    width: 100%;
}

.footer_top_w {
    padding-top: clamp(2.5rem, 1.746rem + 3.17vw, 5rem);
    padding-bottom: clamp(1.563rem, 1.091rem + 1.98vw, 3.125rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_logo {
    width: clamp(5rem, 4.435rem + 2.38vw, 6.875rem);
}

.footer_logo a {
    display: block;
}

.footer_logo a img {
    width: 100%;
}

.footer_top1_01 {
    color: #FFFFFF;
    padding-top: clamp(0.125rem, 0.012rem + 0.48vw, 0.5rem);
}

.footer_top1_02 {
    padding-top: clamp(0.75rem, 0.675rem + 0.32vw, 1rem);
}

.footer_top1_02 .item {
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top1_02 .item .iconfont {
    width: clamp(1.75rem, 1.712rem + 0.16vw, 1.875rem);
    font-size: clamp(1.375rem, 1.337rem + 0.16vw, 1.5rem);
    color: #fff;
}

.footer_top1_02 .item .r_box {
    width: calc(100% - clamp(1.75rem, 1.712rem + 0.16vw, 1.875rem));
    color: #fff;
}

.footer_top1_02 .item .r_box a {
    color: #fff;
}

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

.footer_top_list_item {
    border-top: 1px solid #82BCFF;
}

.footer_top_title {
    font-size: clamp(1.125rem, 1.087rem + 0.16vw, 1.25rem);
    color: #FFFFFF;
    padding-top: clamp(0.75rem, 0.656rem + 0.4vw, 1.063rem);
    padding-bottom: clamp(0.875rem, 0.8rem + 0.32vw, 1.125rem);
}

.footer_top_list a {
    display: block;
    color: #D5E5FB;
    margin-bottom: 3px;
}

.footer_top_list a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_top3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1.25rem, 1.099rem + 0.63vw, 1.75rem);
}

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

.footer_media a {
    display: block;
    font-size: clamp(1.125rem, 1.012rem + 0.48vw, 1.5rem);
    color: #fff;
    text-align: center;
    width: clamp(1.75rem, 1.524rem + 0.95vw, 2.5rem);
    height: clamp(1.75rem, 1.524rem + 0.95vw, 2.5rem);
    line-height: clamp(1.75rem, 1.524rem + 0.95vw, 2.5rem);
    border-radius: 50%;
    border: 1px solid #82BCFF;
}

.footer_media a:hover {
    background: #008EE6;
    border-color: #008EE6;
}

.footer_media {
    padding-top: 20px;
}

.footer_top1 {
    width: 25%;
}

.footer_top2 {
    width: 25%;
}

.footer_top3 {
    width: 18%;
}

.footer_top4 {
    width: 19%;
}

.public_footer_bot {
    background: #004BA2;
}

.footer_bot_w {
    padding-top: clamp(1rem, 0.849rem + 0.63vw, 1.5rem);
    padding-bottom: clamp(1rem, 0.849rem + 0.63vw, 1.5rem);
}

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

.footer_bot1 a {
    color: #fff;
}

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

.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 {
    border-radius: 10px;
    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: 33.8%;
}

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

.Pop_up_inquiry_r {
    width: 66.2%;
    background: #DCEAF8;
    padding: clamp(1.563rem, 1.186rem + 1.59vw, 2.813rem) clamp(0.938rem, -0.099rem + 4.37vw, 4.375rem) clamp(1.875rem, 1.498rem + 1.59vw, 3.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;
}

.Pop_up_inquiry_r_01 {
    color: #444444;
    text-align: center;
    padding-bottom: clamp(1.125rem, 0.993rem + 0.56vw, 1.563rem);
    text-transform: capitalize;
}

.Pop_up_inquiry_form .item {
    margin-bottom: clamp(0.75rem, 0.712rem + 0.16vw, 0.875rem);
}

.Pop_up_inquiry_form .item input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(2.375rem, 2.3rem + 0.32vw, 2.625rem);
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 10px 0 15px;
    border: 1px solid #fff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.Pop_up_inquiry_form .item input:focus {
    border-color: var(--hue);
}

.Pop_up_inquiry_form .item textarea {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(5.625rem, 4.494rem + 4.76vw, 9.375rem);
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px 10px 10px 15px;
    border: 1px solid #fff;
    resize: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.Pop_up_inquiry_form .item textarea:focus {
    border-color: var(--hue);
}

.Pop_up_inquiry_form .btn input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: clamp(2.375rem, 2.3rem + 0.32vw, 2.625rem);
    background: var(--hue);
    border: none;
    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: var(--hue);
    text-align: center;
    padding-top: clamp(1.563rem, 1.28rem + 1.19vw, 2.5rem);
}

.page_404_03 {
    color: #666666;
    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;
}

.page_404 {
    background: #F2F5F9;
}

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






/* ~~~~page_404,css */
/* ~~~~page_404,css */
/* ~~~~page_404,css */
.p404One {
    background: #F2F5F9;
}

.p404One_w {
    padding-top: clamp(4.063rem, 2.272rem + 7.54vw, 10rem);
}

.p404One1 {
    text-align: center;
}

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

.p404One3 {
    color: #777777;
    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 #CFCFCF;
    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: "Inter-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 */






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

.subPage_banner_w {
    height: clamp(12.5rem, 3.415rem + 38.25vw, 42.625rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.subPage_banner1 {
    width: 100%;
    max-width: 630px;
}

.subPage_banner1 .title {
    color: #FFFFFF;
}

.subPage_banner1 .text {
    color: #FFFFFF;
    padding-top: clamp(0.5rem, 0.425rem + 0.32vw, 0.75rem);
}

.subPage_banner2 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.subPage_banner2 img {
    display: block;
    width: 100%;
}

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

.conOne1_l {
    width: 44.2%;
}

.conOne1_l_01 {
    color: var(--hue);
}

.conOne1_l_02 {
    color: var(--hue);
    padding-top: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
}

.conOne1_l_03 {
    color: #666666;
    padding-top: clamp(0.313rem, 0.181rem + 0.56vw, 0.75rem);
    padding-bottom: clamp(1.125rem, 0.861rem + 1.11vw, 2rem);
}

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

.conOne1_l_04_item .iconfont {
    font-size: clamp(1.625rem, 1.361rem + 1.11vw, 2.5rem);
    color: var(--hue);
    text-align: center;
    width: clamp(2.375rem, 1.866rem + 2.14vw, 4.063rem);
    height: clamp(2.375rem, 1.866rem + 2.14vw, 4.063rem);
    line-height: clamp(2.375rem, 1.866rem + 2.14vw, 4.063rem);
    border-radius: 50%;
    background: #E5E5E5;
}

.conOne1_l_04_item .r_box {
    width: calc(100% - clamp(2.375rem, 1.866rem + 2.14vw, 4.063rem));
    padding-left: clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem);
    padding-top: clamp(0rem, -0.075rem + 0.32vw, 0.25rem);
}

.conOne1_l_04_item .r_box .title {
    color: #666666;
}

.conOne1_l_04_item .r_box .text {
    color: #666666;
    padding-top: clamp(0rem, -0.038rem + 0.16vw, 0.125rem);
}

.conOne1_l_04_item .r_box .text a {
    color: #666666;
}

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

.conOne1_l_04 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(0.625rem, 0.323rem + 1.27vw, 1.625rem);
}

.conOne1_l_05 {
    padding-top: clamp(1.125rem, 0.805rem + 1.35vw, 2.188rem);
}

.conOne1_l_05_tt {
    color: var(--hue);
    padding-bottom: clamp(0.625rem, 0.512rem + 0.48vw, 1rem);
}

.conOne1_l_05_media {
    column-gap: 7px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_l_05_media a {
    display: block;
    font-size: clamp(1.125rem, 1.012rem + 0.48vw, 1.5rem);
    color: #fff;
    text-align: center;
    width: clamp(1.75rem, 1.524rem + 0.95vw, 2.5rem);
    height: clamp(1.75rem, 1.524rem + 0.95vw, 2.5rem);
    line-height: clamp(1.75rem, 1.524rem + 0.95vw, 2.5rem);
    border-radius: 50%;
}

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

.conOne1_l_05_media>a:nth-child(1) {
    background: rgba(13, 56, 147, 0.85);
}

.conOne1_l_05_media>a:nth-child(2) {
    background: #216ABE;
}

.conOne1_l_05_media>a:nth-child(3) {
    background: #2F98EE;
}

.conOne1_l_05_media>a:nth-child(4) {
    background: #DD2E2E;
}

.conOne1_l_05_media>a:nth-child(5) {
    background: #F45858;
}

.conOne1_r {
    width: 50%;
}

.conOne1_r_01 {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    padding: clamp(1.563rem, 1.317rem + 1.03vw, 2.375rem) clamp(0.938rem, 0.372rem + 2.38vw, 2.813rem) clamp(1.875rem, 1.762rem + 0.48vw, 2.25rem);
}

.conOne1_r_01_1 {
    color: var(--hue);
    padding-bottom: clamp(1.125rem, 0.993rem + 0.56vw, 1.563rem);
}

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

.conOne1_r_form .item {
    width: calc((100% - clamp(0.75rem, 0.637rem + 0.48vw, 1.125rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.675rem + 0.32vw, 1rem);
}

.conOne1_r_form .item .input_tt {
    color: #444444;
    padding-bottom: clamp(0.125rem, 0.05rem + 0.32vw, 0.375rem);
}

.conOne1_r_form .item .input_tt span {
    color: var(--hue);
}

.conOne1_r_form .item input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #333;
    width: 100%;
    height: clamp(2.375rem, 2.318rem + 0.24vw, 2.563rem);
    border: 1px solid #D3D3D3;
    background: #fff;
    padding: 0 10px 0 15px;
}

.conOne1_r_form_01 {
    width: 100%;
    margin-bottom: clamp(0.75rem, 0.675rem + 0.32vw, 1rem);
}

.conOne1_r_form_01 .input_tt {
    color: #444444;
    padding-bottom: clamp(0.125rem, 0.05rem + 0.32vw, 0.375rem);
}

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

.conOne1_r_form_01_bot {
    background: #F2F5F9;
    padding: 16px clamp(0.938rem, 0.806rem + 0.56vw, 1.375rem) 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conOne1_r_form_01_bot_every .every_tt {
    color: #666666;
    padding-bottom: 8px;
}

.conOne1_r_form_01_bot_every .list_box .everyOne {
    margin-bottom: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conOne1_r_form_01_bot_every .list_box .everyOne .checkbox_inp {
    width: 14px;
    height: 14px;
    margin: 3px 0 0;
}

.conOne1_r_form_01_bot_every .list_box .everyOne span {
    width: calc(100% - 14px);
    color: #666666;
    padding-left: 8px;
}

.conOne1_r_form_01_bot>.conOne1_r_form_01_bot_every:nth-child(1) {
    width: 59%;
}

.conOne1_r_form_01_bot>.conOne1_r_form_01_bot_every:nth-child(2) {
    width: 39%;
}

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

.conOne1_r_form .item textarea {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #333;
    line-height: 1.5;
    width: 100%;
    height: clamp(6.25rem, 5.685rem + 2.38vw, 8.125rem);
    border: 1px solid #D3D3D3;
    background: #fff;
    padding: 12px 10px 10px 15px;
    resize: none;
}

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

.conOne1_r_form .btn input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #fff;
    width: clamp(8.125rem, 6.806rem + 5.56vw, 12.5rem);
    height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    border-radius: 5px;
    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;
}

.conBoxTwo1 img {
    width: 100%;
}

/* ~~~~Contact,css~~end */
/* ~~~~Contact,css~~end */
/* ~~~~Contact,css~~end */






/* ~~~~news_detail,css */
/* ~~~~news_detail,css */
/* ~~~~news_detail,css */
.new_det_crumbs {
    background-image: linear-gradient(to right, #FFFFFF, #E5E5E5);
}

.new_det_crumbs_w {
    padding-top: clamp(0.5rem, 0.274rem + 0.95vw, 1.25rem);
    padding-bottom: clamp(0.5rem, 0.274rem + 0.95vw, 1.25rem);
}

.new_det_crumbs1 {
    color: #444444;
}

.new_det_crumbs1 a {
    color: #444444;
}

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

.new_deOne1 {
    max-width: 1236px;
    margin: 0 auto;
}

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

.new_deOne1_01 .date {
    width: clamp(5rem, 4.585rem + 1.75vw, 6.375rem);
    height: clamp(5rem, 4.585rem + 1.75vw, 6.375rem);
    color: #fff;
    border-radius: 50%;
    background: var(--hue);
    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;
}

.new_deOne1_01 .date span {
    line-height: 1.3;
}

.new_deOne1_01 .r_box {
    width: calc(100% - clamp(5rem, 4.585rem + 1.75vw, 6.375rem));
    padding-left: clamp(0.938rem, 0.561rem + 1.59vw, 2.188rem);
}

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

.new_deOne1_01 .r_box .bot_box {
    padding-top: clamp(0.375rem, 0.224rem + 0.63vw, 0.875rem);
    column-gap: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_01 .r_box .bot_box .every {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_01 .r_box .bot_box .every .iconfont {
    font-size: 24px;
    color: #888888;
}

.new_deOne1_01 .r_box .bot_box .every span {
    color: #888888;
    padding: 1px 0 0 4px;
}

.new_deOne1_02 {
    color: #666666;
    padding-top: clamp(1.25rem, 1.062rem + 0.79vw, 1.875rem);
    padding-bottom: clamp(1.563rem, 0.714rem + 3.57vw, 4.375rem);
}

.new_deOne1_03 {
    padding-bottom: clamp(0.938rem, 0.617rem + 1.35vw, 2rem);
    border-bottom: 1px solid #D0CFCF;
    column-gap: 30px;
    row-gap: 15px;
    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;
}

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

.new_deOne1_03_l .iconfont {
    font-size: 24px;
    color: #444;
}

.new_deOne1_03_l .text {
    color: #666;
    padding: 0 10px 0 4px;
}

.new_deOne1_03_r {
    width: 200px;
    text-align: center;
}

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

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

.new_deOne1_04 .item a .iconfont {
    font-size: 24px;
    color: #444444;
}

.new_deOne1_04 .item a span {
    color: #444;
}

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

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

.new_deOne1_05 {
    margin-top: clamp(2.5rem, 1.935rem + 2.38vw, 4.375rem);
}

.new_deOne1_05 img {
    display: block;
    width: 100%;
}

.new_deTwo1 {
    color: var(--hue);
    padding-bottom: clamp(1.125rem, 0.805rem + 1.35vw, 2.188rem);
}

.new_deTwo2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, 0.147rem + 2.54vw, 2.75rem);
    row-gap: clamp(1.125rem, 0.974rem + 0.63vw, 1.625rem);
}

/* ~~~~news_detail,css~~end */
/* ~~~~news_detail,css~~end */
/* ~~~~news_detail,css~~end */






/* ~~~~Video,css */
/* ~~~~Video,css */
/* ~~~~Video,css */
.vidBoxOne1 {
    padding-bottom: clamp(1.563rem, 0.903rem + 2.78vw, 3.75rem);
    column-gap: clamp(0.75rem, 0.486rem + 1.11vw, 1.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;
}

.vidBoxOne1 .item a {
    display: block;
    width: clamp(9.375rem, 8.772rem + 2.54vw, 11.375rem);
    height: clamp(2.25rem, 2.08rem + 0.71vw, 2.813rem);
    line-height: clamp(2.25rem, 2.08rem + 0.71vw, 2.813rem);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #2051A5;
}

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

.vidBoxOne2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem);
    row-gap: clamp(1.625rem, 0.984rem + 2.7vw, 3.75rem);
}

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

.vidOne2_item .img_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.vidOne2_item:hover .img_box::after {
    opacity: 0;
}

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

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

.vidOne2_item .img_box .play_btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47px;
}

.vidOne2_item .title {
    color: #444444;
    padding-top: clamp(0.563rem, 0.355rem + 0.87vw, 1.25rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.vidOne2_item:hover .title {
    color: 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);
}

/* ~~~~Video,css~~end */
/* ~~~~Video,css~~end */
/* ~~~~Video,css~~end */






/* ~~~~News,css */
/* ~~~~News,css */
/* ~~~~News,css */
.newsBoxOne2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
    row-gap: clamp(1.563rem, 1.468rem + 0.4vw, 1.875rem);
}

.newsOne2_item a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

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

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

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

.newsOne2_item a .bot_box {
    padding: clamp(0.938rem, 0.843rem + 0.4vw, 1.25rem) clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem) clamp(1.25rem, 0.967rem + 1.19vw, 2.188rem);
}

.newsOne2_item a .bot_box .date {
    color: #888888;
}

.newsOne2_item a .bot_box .title {
    color: var(--hue);
    padding-top: clamp(0.125rem, 0.068rem + 0.24vw, 0.313rem);
}

.newsOne2_item a .bot_box .text {
    color: #888888;
    padding-top: clamp(0.5rem, 0.425rem + 0.32vw, 0.75rem);
}

/* ~~~~News,css~~end */
/* ~~~~News,css~~end */
/* ~~~~News,css~~end */






/* ~~~~Application_detail,css */
/* ~~~~Application_detail,css */
/* ~~~~Application_detail,css */
.app_deBoxOne {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.app_deOne1_l {
    width: 49.2%;
}

.app_deOne1_l_01 .title {
    color: #FFFFFF;
}

.app_deOne1_l_01 .text {
    color: #FFFFFF;
    padding-top: clamp(0.625rem, 0.587rem + 0.16vw, 0.75rem);
}

.app_deOne1_l_02 {
    color: #FFFFFF;
    padding-top: clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem);
}

.app_deOne1_l_03 {
    padding-top: clamp(1.125rem, 0.805rem + 1.35vw, 2.188rem);
    column-gap: clamp(0.75rem, 0.467rem + 1.19vw, 1.688rem);
    row-gap: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_deOne1_l_03 a {
    display: block;
    color: var(--hue);
    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);
    border-radius: 5px;
    border: 1px solid var(--hue);
    background: #fff;
}

.app_deOne1_l_03 a:hover {
    opacity: 0.8;
}

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

.app_deOne1_r img {
    width: 100%;
}

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

.app_deOne2 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 100%;
}

.app_deOne2 img {
    display: block;
    width: 100%;
}

.app_deBoxOne_w {
    padding-bottom: clamp(3.75rem, 2.242rem + 6.35vw, 8.75rem);
}

.app_det_module_title .text {
    padding-top: clamp(0.75rem, 0.693rem + 0.24vw, 0.938rem);
}

.app_deTwo1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, 0.034rem + 3.02vw, 3.125rem);
    row-gap: clamp(1.125rem, 0.861rem + 1.11vw, 2rem);
}

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

.app_deTwo1_item .icon {
    width: clamp(2.875rem, 2.215rem + 2.78vw, 5.063rem);
    height: clamp(2.875rem, 2.215rem + 2.78vw, 5.063rem);
    border-radius: 50%;
    background: #E5E5E5;
    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;
}

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

.app_deTwo1_item .icon img {
    width: clamp(1.5rem, 1.18rem + 1.35vw, 2.563rem);
}

.app_deTwo1_item .r_box {
    width: calc(100% - clamp(2.875rem, 2.215rem + 2.78vw, 5.063rem));
    padding-left: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem);
}

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

.app_deTwo1_item .r_box .text {
    color: #666666;
    padding-top: 8px;
}

.app_deTwo2 {
    margin-top: clamp(1.875rem, 1.31rem + 2.38vw, 3.75rem);
}

.app_deTwo2 img {
    display: block;
    width: 100%;
}

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

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

.app_deThree1_item_l img {
    width: 100%;
}

.app_deThree1_item:hover .app_deThree1_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;
}

.app_deThree1_item_r {
    width: 71.5%;
}

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

.app_deThree1_item_r_01 .text {
    color: #666666;
    padding-top: clamp(0.375rem, 0.262rem + 0.48vw, 0.75rem);
}

.app_deThree1_item_r_02 .every {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.app_deThree1_item_r_02 .every::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    margin-top: 10px;
}

.app_deThree1_item_r_02 .every span {
    width: calc(100% - 5px);
    color: #666666;
    padding-left: 10px;
}

.app_deThree1_item_r_02 {
    padding-top: clamp(0.625rem, 0.531rem + 0.4vw, 0.938rem);
    padding-left: 10px;
}

.app_deThree1_item_r_03 {
    padding-top: clamp(1rem, 0.887rem + 0.48vw, 1.375rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.app_deThree1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(2.188rem, 1.905rem + 1.19vw, 3.125rem);
}

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

.app_deFour1_l {
    width: 43.8%;
}

.app_deFour1_l_01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1rem, 0.812rem + 0.79vw, 1.625rem);
}

.app_deFour1_l_01_item .title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.app_deFour1_l_01_item .title::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hue);
    margin-top: clamp(0.625rem, 0.606rem + 0.08vw, 0.688rem);
}

.app_deFour1_l_01_item .title span {
    width: calc(100% - 5px);
    color: var(--hue);
    padding-left: 10px;
}

.app_deFour1_l_01_item .text {
    color: #666666;
    padding-top: 5px;
}

.app_deFour1_r {
    width: 50%;
}

.app_deFour1_r img {
    width: 100%;
}

.app_deFour2 {
    color: #666666;
    padding-top: clamp(1.25rem, 0.496rem + 3.17vw, 3.75rem);
}

.app_deFive1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
    row-gap: 26px;
}

.app_deFive1_item a {
    display: block;
}

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

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

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

.app_deFive1_item a .title {
    color: #444444;
    text-align: center;
    padding-top: clamp(0.625rem, 0.587rem + 0.16vw, 0.75rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

/* ~~~~Application_detail,css~~end */
/* ~~~~Application_detail,css~~end */
/* ~~~~Application_detail,css~~end */






/* ~~~~application,css */
/* ~~~~application,css */
/* ~~~~application,css */
.appOne2_item 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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.appOne2_item_l {
    width: 46%;
}

.appOne2_item_l_01 {
    color: var(--hue);
}

.appOne2_item_l_02 {
    color: var(--hue);
    padding-top: clamp(0.625rem, 0.531rem + 0.4vw, 0.938rem);
}

.appOne2_item_l_03 {
    color: #666666;
    padding-top: clamp(0.625rem, 0.512rem + 0.48vw, 1rem);
}

.appOne2_item_l_04 {
    padding-top: clamp(1.063rem, 0.817rem + 1.03vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.appOne2_item_r img {
    width: 100%;
}

.appOne2_item a:hover .appOne2_item_r 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;
}

.appBoxOne2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(2.188rem, 1.754rem + 1.83vw, 3.625rem);
}

.appBoxOne2>.appOne2_item:nth-child(even) a {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~application,css~~end */
/* ~~~~application,css~~end */
/* ~~~~application,css~~end */






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

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

.aboOne1_l {
    width: 46.3%;
}

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

.aboOne1_l_01 .text {
    color: #666666;
    padding-top: clamp(0.625rem, 0.437rem + 0.79vw, 1.25rem);
}

.aboOne1_r {
    width: 46.9%;
}

.aboOne1_r_01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, 0.411rem + 1.43vw, 1.875rem);
    row-gap: clamp(1rem, 0.359rem + 2.7vw, 3.125rem);
}

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

.aboOne2_l {
    width: 44.7%;
}

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

.aboOne2_r {
    width: 47.2%;
}

.aboOne2_r_01 {
    color: var(--hue);
}

.aboOne2_r_02 {
    color: #666666;
    padding-top: clamp(0.625rem, 0.437rem + 0.79vw, 1.25rem);
}

.aboOne2_r_03 {
    color: #666666;
    padding-top: clamp(1rem, 0.83rem + 0.71vw, 1.563rem);
}

.aboOne2_r_04 {
    padding-top: 14px;
    column-gap: 12px;
    row-gap: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxTwo {
    background: #F2F5F9;
}

.aboBoxTwo2 {
    position: relative;
}

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

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

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

.aboTwo2_prev,
.aboTwo2_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
}

.aboTwo2_prev {
    left: 13%;
}

.aboTwo2_next {
    right: 13%;
}

.aboBoxThree1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.543rem + 0.87vw, 1.438rem);
    row-gap: clamp(0.75rem, 0.543rem + 0.87vw, 1.438rem);
}

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

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

.aboThree1_every img {
    width: 100%;
}

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

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

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

.aboFour1_l {
    width: 50.3%;
}

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

.aboFour1_r img {
    width: 100%;
}

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

.aboBoxFive1 {
    position: relative;
}

.aboFive1_item {
    border: 1px solid #DADADA;
    background: #EEEEEE;
    padding: clamp(0.5rem, 0.462rem + 0.16vw, 0.625rem) clamp(0.5rem, 0.425rem + 0.32vw, 0.75rem);
}

.aboFive1_item img {
    width: 100%;
}

.aboFive1_prev,
.aboFive1_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
}

.aboFive1_prev {
    left: -4.5%;
}

.aboFive1_next {
    right: -4.5%;
}

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

.aboSix1_l {
    width: 43.8%;
}

.aboSix1_l img {
    width: 100%;
}

.aboSix1_r {
    width: 47.9%;
}

/* ~~~~about,css~~end */
/* ~~~~about,css~~end */
/* ~~~~about,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-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_l {
    width: 26.4%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
}

.pro_det_l_every_box {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    padding: 18px clamp(0.938rem, 0.749rem + 0.79vw, 1.563rem) 22px;
}

.pro_det_l_every_tt {
    color: var(--hue);
    padding-bottom: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
}

.pro_deOne1_l_01_form {
    border: 1px solid #DDDDDD;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_l_01_form .s_inp {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #444;
    width: calc(100% - 50px);
    height: 38px;
    padding: 0 8px 0 10px;
    border: none;
    background: none;
}

.pro_deOne1_l_01_form .btn {
    font-size: 26px;
    color: #888888;
    width: 50px;
    height: 38px;
    border: none;
    background: none;
}

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

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

.pro_deOne1_l_02_list .item .title a {
    display: block;
    color: #444444;
    padding-bottom: 8px;
}

.pro_deOne1_l_02_list .item .list_box a {
    display: block;
    color: #999999;
    border-top: 1px solid #E5E5E5;
    padding: 5px 0;
}

.pro_deOne1_l_02_list .item .list_box>a:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.pro_deOne1_l_02_list .item .list_box a:hover {
    color: var(--hue);
}

.pro_deOne1_l_03_list {
    column-gap: 8px;
    row-gap: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_l_03_list a {
    display: block;
    color: #999999;
    background: #F8F8F8;
    border-radius: 5px;
    padding: 0 10px;
    height: clamp(1.625rem, 1.55rem + 0.32vw, 1.875rem);
    line-height: clamp(1.625rem, 1.55rem + 0.32vw, 1.875rem);
}

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

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

.pro_deOne1_l_04_list .every a {
    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;
}

.pro_deOne1_l_04_list .every a .img_box {
    width: 35%;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deOne1_l_04_list .every a .img_box img {
    width: 100%;
}

.pro_deOne1_l_04_list .every 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_deOne1_l_04_list .every a .r_box {
    width: 60%;
}

.pro_deOne1_l_04_list .every a .r_box .title {
    color: #444444;
    line-height: 1.3;
    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;
}

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

.pro_deOne1_l_04_list .every a .r_box .text {
    color: #666666;
    padding-top: 3px;
}

.pro_deOne1_r {
    width: 70%;
}

.pro_deOne1_r_01 {
    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_r_01_l {
    width: 48.1%;
}

.pro_deOne1_r_01_l_lunbo .item {
    border-radius: 10px;
    overflow: hidden;
}

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

.pro_deOne1_r_01_l_bot {
    padding-top: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_r_01_l_prev,
.pro_deOne1_r_01_l_next {
    font-size: clamp(1.125rem, 1.012rem + 0.48vw, 1.5rem);
    color: #666666;
    background: #FFFFFF;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    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;
}

.pro_deOne1_r_01_l_prev:hover,
.pro_deOne1_r_01_l_next:hover {
    color: var(--hue);
}

.pro_deOne1_r_01_l_dots {
    width: calc(100% - 32px - 32px);
    margin: 0;
}

.pro_deOne1_r_01_l_dots .item {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.pro_deOne1_r_01_r {
    width: 47.6%;
}

.pro_deOne1_r_01_r_1 {
    color: var(--hue);
}

.pro_deOne1_r_01_r_2 {
    padding-top: clamp(0.625rem, 0.474rem + 0.63vw, 1.125rem);
}

.pro_deOne1_r_01_r_2 .item {
    color: #666666;
    margin-bottom: clamp(0.188rem, 0.169rem + 0.08vw, 0.25rem);
}

.pro_deOne1_r_01_r_3 {
    padding-top: clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem);
    column-gap: clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem);
    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_02 {
    padding-top: clamp(1.875rem, 0.933rem + 3.97vw, 5rem);
}

.pro_deOne1_r_02_1 {
    border-top: 1px solid #666666;
    column-gap: clamp(0.75rem, 0.147rem + 2.54vw, 2.75rem);
    row-gap: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_r_02_1 .item a {
    display: block;
    color: #666666;
    border-top: 3px solid #fff;
    padding-top: 16px;
}

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

.pro_det_r_pt {
    padding-top: clamp(1.875rem, 1.592rem + 1.19vw, 2.813rem);
}

.pro_det_r_title {
    padding-bottom: clamp(0.625rem, 0.55rem + 0.32vw, 0.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_det_r_title::before {
    content: "";
    display: block;
    width: clamp(0.75rem, 0.693rem + 0.24vw, 0.938rem);
    height: clamp(0.75rem, 0.693rem + 0.24vw, 0.938rem);
    border-radius: 50%;
    background: var(--hue);
    margin-top: 6px;
}

.pro_det_r_title span {
    width: calc(100% - clamp(0.75rem, 0.693rem + 0.24vw, 0.938rem));
    color: #444444;
    padding-left: clamp(0.625rem, 0.55rem + 0.32vw, 0.875rem);
}

.pro_det_r_text {
    color: #666666;
}

.pro_deOne1_r_04_1 {
    color: #666666;
}

table {
    width: 100%;
}

table tr td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: clamp(0.5rem, 0.462rem + 0.16vw, 0.625rem);
}

.pro_deOne1_r_07_1 {
    color: #666666;
}

.pro_deBoxTwo {
    background: #F2F5F9;
}

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

.pro_deTwo1_l_01 {
    color: #666666;
    padding-bottom: clamp(0.938rem, 0.843rem + 0.4vw, 1.25rem);
}

.pro_deTwo1_l_02 {
    padding-bottom: clamp(0.75rem, 0.505rem + 1.03vw, 1.563rem);
}

.pro_deTwo1_l_02 .item {
    margin-bottom: clamp(0.375rem, 0.337rem + 0.16vw, 0.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deTwo1_l_02 .item .iconfont {
    width: 30px;
    font-size: 22px;
    color: var(--hue);
    padding-top: 1px;
}

.pro_deTwo1_l_02 .item span {
    width: calc(100% - 30px);
    color: #666666;
}

.pro_deTwo1_l_03 {
    width: 50%;
}

.pro_deTwo1_l_03 img {
    width: 100%;
}

.pro_deTwo1_r {
    width: 65.6%;
}

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

.pro_deTwo1_r_01 .text {
    color: #666666;
    padding-top: clamp(0.438rem, 0.381rem + 0.24vw, 0.625rem);
}

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

.pro_deTwo1_r_form .item {
    width: calc((100% - clamp(0.75rem, 0.524rem + 0.95vw, 1.5rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.637rem + 0.48vw, 1.125rem);
}

.pro_deTwo1_r_form .item input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(2.375rem, 2.224rem + 0.63vw, 2.875rem);
    border: none;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 10px 0 15px;
}

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

.pro_deTwo1_r_form .item textarea {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(5.625rem, 4.306rem + 5.56vw, 10rem);
    border: none;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px 10px 10px 15px;
    resize: none;
}

.pro_deTwo1_r_form .btn {
    width: 100%;
}

.pro_deTwo1_r_form .btn input {
    font-family: "Inter-SemiBold";
    font-size: 16px;
    color: #fff;
    width: clamp(10rem, 8.115rem + 7.94vw, 16.25rem);
    height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    border: none;
    border-radius: 5px;
    background: var(--hue);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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






/* ~~~~products,css */
/* ~~~~products,css */
/* ~~~~products,css */
.proBoxOne {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.proBoxOne_w {
    padding-bottom: clamp(3.75rem, 2.242rem + 6.35vw, 8.75rem);
}

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

.proOne1_l {
    width: 47.2%;
}

.proOne1_l_01 {
    width: clamp(2.75rem, 2.203rem + 2.3vw, 4.563rem);
}

.proOne1_l_01 img {
    width: 100%;
}

.proOne1_l_02 {
    color: #FFFFFF;
    padding-top: clamp(0.625rem, 0.531rem + 0.4vw, 0.938rem);
}

.proOne1_l_03 {
    color: #FFFFFF;
    padding-top: clamp(0.625rem, 0.587rem + 0.16vw, 0.75rem);
}

.proOne1_l_04 {
    color: #FFFFFF;
    padding-top: clamp(1.125rem, 0.937rem + 0.79vw, 1.75rem);
}

.proOne1_l_05 {
    padding-top: clamp(1.125rem, 0.805rem + 1.35vw, 2.188rem);
    column-gap: clamp(0.75rem, 0.486rem + 1.11vw, 1.625rem);
    row-gap: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proOne1_l_05 .public_page_btn2 {
    color: var(--hue);
    background: #FFFFFF;
}

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

.proOne1_r img {
    width: 100%;
}

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

.proBoxOne2 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 100%;
}

.proBoxOne2 img {
    width: 100%;
}

.proBoxTwo1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
    row-gap: clamp(1.875rem, 1.385rem + 2.06vw, 3.5rem);
}

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

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

.proTwo1_item:hover .proTwo1_item_top .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;
}

.proTwo1_item_top .bot_box {
    padding: clamp(0.938rem, 0.843rem + 0.4vw, 1.25rem) clamp(0.5rem, 0.274rem + 0.95vw, 1.25rem) 0;
}

.proTwo1_item_top .bot_box .title {
    color: #444444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.proTwo1_item:hover .proTwo1_item_top .bot_box .title {
    color: var(--hue);
}

.proTwo1_item_top .bot_box .text {
    color: #666666;
    padding-top: clamp(0.313rem, 0.294rem + 0.08vw, 0.375rem);
}

.proTwo1_item_top .bot_box .text div {
    padding-top: clamp(0.063rem, 0.044rem + 0.08vw, 0.125rem);
}

.proTwo1_item_bot {
    padding-top: clamp(0.875rem, 0.724rem + 0.63vw, 1.375rem);
}

.proTwo1_item_bot .btn {
    width: 100%;
    height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    line-height: clamp(2.375rem, 2.243rem + 0.56vw, 2.813rem);
    color: var(--hue);
    text-align: center;
    border: 1px solid var(--hue);
    border-radius: 5px;
    background: #FFFFFF;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.proTwo1_item:hover .proTwo1_item_bot .btn {
    color: #fff;
    background: var(--hue);
}

.proBoxThree {
    background: #F2F5F9;
}

.proBoxThree1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem);
    row-gap: 22px;
}

.proThree1_item {
    background: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.proThree1_item:hover .proThree1_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;
}

.proThree1_item_r {
    width: 40.8%;
    padding: 16px clamp(0.938rem, 0.749rem + 0.79vw, 1.563rem) 20px;
    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;
}

.proThree1_item_r .title {
    color: #444444;
}

.proThree1_item_r .text {
    color: #888888;
    padding-top: clamp(0.375rem, 0.3rem + 0.32vw, 0.625rem);
}

.proBoxFour1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
    row-gap: 20px;
}

.proBoxFour1 > .proFour1_item:nth-child(1) {
    background: #189FF9;
}

.proBoxFour1 > .proFour1_item:nth-child(2) {
    background: #555555;
}

.proBoxFour1 > .proFour1_item:nth-child(3) {
    background: #0066D9;
}

.proFour1_item {
    border-radius: 10px;
    padding: clamp(1.563rem, 0.526rem + 4.37vw, 5rem) clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem) clamp(1.25rem, 0.383rem + 3.65vw, 4.125rem);
    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;
}

.proFour1_item .icon {
    width: clamp(3.5rem, 1.087rem + 10.16vw, 11.5rem);
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.proFour1_item .title {
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(0.75rem, 0.448rem + 1.27vw, 1.75rem);
}

.proFour1_item_bot .text {
    max-width: 280px;
    margin: 0 auto;
    color: #FFFFFF;
    padding-top: clamp(0.375rem, 0.149rem + 0.95vw, 1.125rem);
    text-align: center;
}

.proBoxFive1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0.75rem, -0.909rem + 6.98vw, 6.25rem);
    row-gap: clamp(1.875rem, 1.46rem + 1.75vw, 3.25rem);
}

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

.proFive1_item .bot_box {
    padding: clamp(0.875rem, 0.649rem + 0.95vw, 1.625rem) clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem) 0;
}

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

.proFive1_item .bot_box .text {
    color: #444444;
    padding-top: clamp(0.375rem, 0.262rem + 0.48vw, 0.75rem);
}

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

.proSix1_l {
    width: 57.8%;
}

.proSix1_l_01_item {
    border-bottom: 1px solid #B7B7B7;
    padding: clamp(1rem, 0.83rem + 0.71vw, 1.563rem) 0;
}

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

.proSix1_l_01_item_top .iconfont {
    width: 25px;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.087rem + 0.16vw, 1.25rem);
    color: #444444;
    padding-top: clamp(0.125rem, 0.087rem + 0.16vw, 0.25rem);
}

.proSix1_l_01_item_top span {
    width: calc(100% - 25px);
    color: #444444;
}

.proSix1_l_01_item_bot {
    color: #666666;
    padding: clamp(0.375rem, 0.337rem + 0.16vw, 0.5rem) 0 0 25px;
}

.proSix1_r {
    width: 34.7%;
    padding: clamp(1.563rem, 1.28rem + 1.19vw, 2.5rem) clamp(0.938rem, 0.353rem + 2.46vw, 2.875rem) clamp(1.75rem, 1.241rem + 2.14vw, 3.438rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.proSix1_r_01 {
    padding-bottom: clamp(1rem, 0.887rem + 0.48vw, 1.375rem);
}

.proSix1_r_01 .title {
    color: #FFFFFF;
    padding-bottom: 10px;
}

.proSix1_r_01 .text {
    color: #FFFFFF;
}

.proSix1_r_form .item {
    margin-bottom: clamp(0.75rem, 0.637rem + 0.48vw, 1.125rem);
}

.proSix1_r_form .item input {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444444;
    width: 100%;
    height: clamp(2.375rem, 2.149rem + 0.95vw, 3.125rem);
    padding: 0 10px 0 15px;
    border: none;
    background: #FFFFFF;
}

.proSix1_r_form .item textarea {
    font-family: "Inter-Regular", "Arial", "sans-serif";
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444444;
    width: 100%;
    height: clamp(5.625rem, 4.569rem + 4.44vw, 9.125rem);
    padding: 12px 10px 10px 15px;
    border: none;
    background: #FFFFFF;
    resize: none;
}

.proSix1_r_form .btn {
    text-align: center;
}

.proSix1_r_form .btn input {
    font-family: "Inter-SemiBold";
    font-size: 16px;
    color: #fff;
    width: clamp(10rem, 9.265rem + 3.1vw, 12.438rem);
    height: 36px;
    border: none;
    background: rgba(13, 56, 147, 0.85);
    border-radius: 20px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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


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


.wpcf7-spinner {
	display: block;
}