#baguetteBox-overlay {
    display: none;
}

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

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

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

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

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

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

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

body {
    font-family: "NotoSansHans-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;
}

li {
    list-style: none;
}

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

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

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

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}



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

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



/* ~~~~~~~~~~public.css */
/* ~~~~~~~~~~public.css */
:root {
    --hue: #ED5D24;
    --space: clamp(5rem, 2.772rem + 3.48vw, 6.25rem);
}

html {
    font-size: 16px;
}

/* 字体大小 */
.fz60 {
    font-size: 60px;
    line-height: 1.3;
}

.fz42 {
    font-size: 42px;
    line-height: 1.44;
}

.fz30 {
    font-size: 30px;
    line-height: 1.56;
}

.fz24 {
    font-size: 24px;
    line-height: 1.6;
}

.fz22 {
    font-size: 22px;
    line-height: 1.66;
}

.fz20 {
    font-size: 20px;
    line-height: 1.7;
}

.fz18 {
    font-size: 18px;
    line-height: 1.72;
}

.fz16 {
    font-size: 16px;
    line-height: 1.74;
}

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

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

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

.pb_60 {
    padding-bottom: clamp(2.188rem, -0.598rem + 4.35vw, 3.75rem);
}

.pb_55 {
    padding-bottom: clamp(2.188rem, -0.041rem + 3.48vw, 3.438rem);
}

.pb_50 {
    padding-bottom: clamp(2.188rem, 0.516rem + 2.61vw, 3.125rem);
}

.pb_45 {
    padding-bottom: clamp(2.188rem, 1.073rem + 1.74vw, 2.813rem);
}

.tc {
    text-align: center;
}

.bg_fixed {
    background-attachment: fixed;
}

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

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

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

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

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

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

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










/* ~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~导航,css */
html,
body {
    min-width: 1025px;
}

.pc_header {
    height: 115px;
}

.pc_header_cen {
    min-width: 1025px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 0 clamp(1.875rem, -3.027rem + 7.65vw, 4.625rem);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    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_header_cen .logo {
    width: 238px;
}

.pc_header_cen .logo a {
    display: block;
}

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

.header_cen_r {
    width: 75%;
    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: 76.6%;
    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 {
    height: 115px;
    font-family: "NotoSansHans-Medium";
    font-size: 20px;
    color: #133359;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box .item>a .iconfont {
    padding: 2px 0 0 2px;
}

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

.publicTwo_stage_nav {
    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: 220px;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.publicTwo_stage_nav .EveryOne {
    border-bottom: 1px solid #D8D8D8;
}

.publicTwo_stage_nav>.EveryOne:last-child {
    border-bottom: none;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-family: "NotoSansHans-Medium";
    font-size: 16px;
    color: #133359;
    text-align: center;
    padding: 16px 0;
}

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

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

.header_search_icon {
    font-weight: 700;
    font-size: 30px;
    color: #133359;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header_language {
    position: relative;
}

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

.header_language_01 .icon1 {
    font-size: 32px;
    color: #133359;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language_01 span {
    font-family: "NotoSansHans-Medium";
    font-size: 20px;
    color: #133359;
    padding: 0 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language_01 .icon2 {
    font-size: 18px;
    color: #133359;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language_01:hover .icon1,
.header_language_01:hover span,
.header_language_01:hover .icon2 {
    color: var(--hue);
}

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 73px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 16px 0;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

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

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

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









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

.index_banner_lunbo a {
    display: block;
}

.index_banner_lunbo a img {
    width: 100%;
}

.public_lunbo_dots {
    text-align: center;
    padding-top: clamp(1.25rem, 0.693rem + 0.87vw, 1.563rem);
}

.public_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: clamp(0.625rem, 0.402rem + 0.35vw, 0.75rem);
    height: clamp(0.625rem, 0.402rem + 0.35vw, 0.75rem);
    background: #D5D3D3;
    margin: 0 clamp(0.375rem, 0.152rem + 0.35vw, 0.5rem);
    -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);
}

.index_banner_dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: clamp(0.938rem, -0.177rem + 1.74vw, 1.563rem);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 0;
}

.public_module_title>a {
    display: block;
}

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

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

.indBoxOne1 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}

.indBoxOne1 .item a {
    display: block;
}

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

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

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

.indBoxOne1 .item a .title {
    color: #ffffff;
    text-align: center;
    background: #133359;
    padding: clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem) 10px;
}

.indBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxOne2 {
    padding-top: clamp(2.188rem, 0.516rem + 2.61vw, 3.125rem);
}

.indOne2_01 {
    color: #444444;
    padding-bottom: clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

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

.indOne2_02 a {
    height: 35px;
    padding: 0 clamp(1.125rem, 0.345rem + 1.22vw, 1.563rem);
    border: 1px solid #BDC6D1;
    border-radius: 30px;
    margin: 0 15px 12px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indOne2_02 a:hover {
    background: var(--hue);
    border-color: var(--hue);
}

.indOne2_02 a .iconfont {
    font-size: 24px;
    color: #BDC6D1;
    padding: 2px 4px 0 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indOne2_02 a span {
    color: #434343;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxTwo1 {
    background: #FAFAFA;
}

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

.indBoxTwo2 .item {
    overflow: hidden;
    width: 14.7%;
    height: clamp(30.625rem, 9.457rem + 33.04vw, 42.5rem);
    border-right: 5px solid #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indTwo2_content {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: -ms-linear-gradient(to top right, rgba(19, 51, 89, 0.73), rgba(84, 84, 84, 0.06));
    background-image: -moz-linear-gradient(to top right, rgba(19, 51, 89, 0.73), rgba(84, 84, 84, 0.06));
    background-image: -webkit-linear-gradient(to top right, rgba(19, 51, 89, 0.73), rgba(84, 84, 84, 0.06));
    background-image: linear-gradient(to top right, rgba(19, 51, 89, 0.73), rgba(84, 84, 84, 0.06));
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indTwo2_content .title {
    font-size: clamp(1.625rem, 0.511rem + 1.74vw, 2.25rem);
    color: #FFFFFF;
    text-align: center;
}

.indTwo2_content .text {
    display: none;
    color: #FFFFFF;
    padding-top: clamp(0.938rem, -0.177rem + 1.74vw, 1.563rem);
}

.indTwo2_content .btn {
    display: none;
    padding-top: clamp(0.625rem, -1.046rem + 2.61vw, 1.563rem);
}

.public_page_btn {
    width: clamp(8.125rem, 0.326rem + 12.17vw, 12.5rem);
    height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    line-height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    color: #FFFFFF;
    text-align: center;
    border-radius: 25px;
    background: var(--hue);
}

a.public_page_btn {
    display: block;
}

.indBoxTwo2 .item.on {
    width: 41.2%;
}

.indBoxTwo2 .item.on .indTwo2_content {
    padding: 20px clamp(1.875rem, -1.467rem + 5.22vw, 3.75rem);
}

.indBoxTwo2 .item.on .indTwo2_content .title {
    text-align: left;
}

.indBoxTwo2 .item.on .indTwo2_content .text {
    display: block;
}

.indBoxTwo2 .item.on .indTwo2_content .btn {
    display: block;
}

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

.indThree1_l img {
    width: 100%;
}

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

.indThree1_r {
    width: 41%;
}

.indThree1_r_01 {
    color: #434343;
}

.indThree1_r_02 {
    padding-top: clamp(1.25rem, 0.693rem + 0.87vw, 1.563rem);
}

.indBoxThree2 {
    margin-top: clamp(2.188rem, 0.516rem + 2.61vw, 3.125rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree2 .item {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
}

.indBoxThree2>.item:nth-child(5n) {
    margin-right: 0;
}

.indBoxThree2 .item a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    padding: clamp(1.563rem, 1.005rem + 0.87vw, 1.875rem) 15px clamp(1.563rem, 1.005rem + 0.87vw, 1.875rem) clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

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

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

.indBoxThree2 .item a .icon_title .icon {
    width: clamp(3.125rem, 2.568rem + 0.87vw, 3.438rem);
}

.indBoxThree2 .item a .icon_title .icon img {
    width: 100%;
}

.indBoxThree2 .item a .icon_title .icon .img_02 {
    display: none;
}

.indBoxThree2 .item a:hover .icon_title .icon .img_02 {
    display: block;
}

.indBoxThree2 .item a:hover .icon_title .icon .img_01 {
    display: none;
}

.indBoxThree2 .item a .icon_title .title {
    width: calc(100% - clamp(3.125rem, 2.568rem + 0.87vw, 3.438rem));
    color: #133359;
    padding-left: 5px;
}

.indBoxThree2 .item a .text {
    color: #434343;
    padding-top: clamp(0.5rem, 0.054rem + 0.7vw, 0.75rem);
}

.indBoxThree2 .item a:hover .icon_title .title,
.indBoxThree2 .item a:hover .text {
    color: #ffffff;
}

.indBoxFour1 {
    background: #133359;
}

.indBoxFour1_w {
    padding: clamp(3.125rem, 2.011rem + 1.74vw, 3.75rem) 0;
}

.indBoxFour2 {
    position: relative;
}

.indFour2_lunbo .item a {
    position: relative;
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indFour2_lunbo .item a img {
    width: 100%;
}

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

.indFour2_lunbo_content {
    position: absolute;
    top: 28%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 700px;
    text-align: center;
}

.indFour2_lunbo_content .title {
    color: #FFFFFF;
}

.indFour2_lunbo_content .subtitle {
    color: #FFFFFF;
    padding-top: clamp(1rem, 0.332rem + 1.04vw, 1.375rem);
}

.indFour2_lunbo_content .text {
    color: #FFFFFF;
    padding-top: clamp(0.75rem, -0.364rem + 1.74vw, 1.375rem);
}

.indFour2_dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: clamp(0.938rem, -4.076rem + 7.83vw, 3.75rem);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indFour2_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: clamp(2.188rem, -8.174rem + 16.17vw, 8rem);
    height: clamp(0.25rem, -0.307rem + 0.87vw, 0.563rem);
    border-radius: 5px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.4);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFour2_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

.page_last_module_p {
    padding-bottom: clamp(11.25rem, 6.793rem + 6.96vw, 13.75rem);
}

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

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

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

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

.indFive1_l_01 .item a {
    display: block;
}

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

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

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

.indFive1_l_01 .item a .bot_box {
    padding: clamp(0.875rem, 0.207rem + 1.04vw, 1.25rem) 10px 0;
}

.indFive1_l_01 .item a .bot_box .date {
    color: #434343;
}

.indFive1_l_01 .item a .bot_box .title {
    color: #133359;
    padding-top: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indFive1_l_01 .item a .bot_box .text {
    color: #666666;
    padding-top: clamp(0.625rem, 0.179rem + 0.7vw, 0.875rem);
}

.indFive1_l_02 {
    padding-top: clamp(1.875rem, -0.353rem + 3.48vw, 3.125rem);
}

.indBoxFive_btn {
    display: block;
    width: 115px;
    height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    line-height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    background: #133359;
}

.indFive1_r {
    width: 37%;
    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;
}

.indFive1_r_01 .item {
    margin-bottom: 20px;
}

.indFive1_r_01 .item a {
    display: block;
    border-radius: 10px;
    background: #F2F4F6;
    padding: 22px clamp(1.25rem, 0.136rem + 1.74vw, 1.875rem);
}

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

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

.indFive1_r_01 .item a .text {
    color: #666666;
    padding-top: clamp(0.625rem, 0.068rem + 0.87vw, 0.938rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indFive1_r_02 {
    padding-top: clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

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










/* ~~~~~~~~~~~~~~footer content,css */
/* ~~~~~~~~~~~~~~footer content,css */
/* ~~~~~~~~~~~~~~footer content,css */
.footer_content_w {
    position: relative;
    height: 0;
}

.footer_content1 {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    border: 4px solid #C6CED7;
    padding: clamp(2.188rem, 1.073rem + 1.74vw, 2.813rem) clamp(2.188rem, -2.826rem + 7.83vw, 5rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    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: 77%;
}

.footer_content1_l .title {
    color: #FFFFFF;
}

.footer_content1_l .text {
    color: #FCFCFC;
    padding-top: clamp(0.938rem, 0.158rem + 1.22vw, 1.375rem);
}

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











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

.footer_top_w {
    padding: clamp(11.25rem, 7.908rem + 5.22vw, 13.125rem) 0 clamp(3.75rem, 2.079rem + 2.61vw, 4.688rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_top_title {
    color: #FFFFFF;
    padding-bottom: clamp(0.875rem, 0.652rem + 0.35vw, 1rem);
}

.footer_top_list .item {
    color: #C2C2C2;
    margin-bottom: clamp(0.25rem, -0.084rem + 0.52vw, 0.438rem);
}

.footer_top_list .item a {
    display: block;
    color: #C2C2C2;
}

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

.footer_top4_list .item {
    margin-bottom: clamp(0.25rem, -0.084rem + 0.52vw, 0.438rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top4_list .item .title {
    width: 50px;
    color: #C2C2C2;
}

.footer_top4_list .item .r_box {
    width: calc(100% - 50px);
    color: #C2C2C2;
}

.footer_top4_list .item .r_box a {
    display: block;
    color: #C2C2C2;
}

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

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

.footer_top5_list .item {
    width: calc((100% - 20px) / 2);
    text-align: center;
}

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

.footer_top5_list .item .text {
    font-size: 14px;
    color: #C5C5C5;
    padding-top: 8px;
}

.footer_top1 {
    width: 12%;
}

.footer_top2 {
    width: 11%;
}

.footer_top3 {
    width: 11%;
}

.footer_top4 {
    width: 23%;
}

.footer_top5 {
    width: 20.4%;
}

.footer_bot_w {
    border-top: 1px solid #707070;
    padding: clamp(1.625rem, 0.734rem + 1.39vw, 2.125rem) 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer_bot1 {
    color: #C5C5C5;
}

.footer_bot2 {
    color: #C5C5C5;
    padding-left: 25px;
}

.footer_bot2 a {
    color: #C5C5C5;
}

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

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








/* ~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~float nav,css */
.float_r_nav {
    position: fixed;
    z-index: 6;
    top: 30%;
    right: clamp(0.625rem, -0.489rem + 1.74vw, 1.25rem);
    width: clamp(3.75rem, 2.636rem + 1.74vw, 4.375rem);
}

.float_r_nav .item {
    margin-bottom: 1px;
    position: relative;
}

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

.float_r_nav .item>a {
    height: clamp(3.75rem, 2.636rem + 1.74vw, 4.375rem);
    text-align: center;
    background: #656565;
    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;
}

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

.float_r_nav .item a .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.float_r_nav .item a .text {
    font-size: 12px;
    color: #ffffff;
    padding-top: 1px;
}


.float_r_nav .item:hover .hover_show_text {
    right: 118%;
   
}




.float_r_nav .item .hover_show_text {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -600%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 4px;
    background: var(--hue);
    padding: 5px 15px 5px 10px;
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
   
    
}
.float_r_nav .item .hover_show_text a {
    display: block;
    font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
    color: #ffffff;
    white-space: nowrap;
    padding: 4px 0;
}
.float_r_nav .item .hover_show_text a img{
    display: block;
    width: 100px;
    max-width: none;
}
.float_r_nav .item .hover_show_text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border: 1px solid var(--hue);
    border-bottom: none;
    border-left: none;
    background: var(--hue);
}
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~end */
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~end */
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~end */









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

.subPage_banner_w {
    height: clamp(21.875rem, -5.978rem + 43.48vw, 37.5rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.subPage_banner_w .title {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    padding: 0 15px;
}

.subPage_crumbs {
    background: #F2F4F6;
    border-bottom: 1px solid #D6D6D6;
}

.subPage_crumbs_w {
    padding: clamp(0.875rem, -0.016rem + 1.39vw, 1.375rem) 0 clamp(0.875rem, 0.207rem + 1.04vw, 1.25rem);
}

.subPage_crumbs_w .a_box {
    color: #434343;
}

.subPage_crumbs_w .a_box a {
    color: #434343;
}

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

.ser2BoxOne1 {
    max-width: 1150px;
    margin: 0 auto;
    color: #133359;
    text-align: center;
}

.ser2BoxOne2 {
    max-width: 1150px;
    margin: 0 auto;
    color: #444444;
    text-align: center;
    padding-top: clamp(0.938rem, -0.177rem + 1.74vw, 1.563rem);
}

.ser2BoxOne3 {
    text-align: center;
    padding-top: clamp(2.5rem, -3.071rem + 8.7vw, 5.625rem);
}

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

.ser2BoxTwo1 .item {
    width: calc(100% / 3);
    border-right: 1px solid #C1C1C1;
    padding: 20px clamp(0.938rem, -0.734rem + 2.61vw, 1.875rem);
    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;
}

.ser2BoxTwo1>.item:nth-child(3n) {
    border-right: none;
}

.ser2Two1_top .icon {
    width: clamp(3.75rem, 2.636rem + 1.74vw, 4.375rem);
    margin: 0 auto;
}

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

.ser2Two1_top .title {
    color: #133359;
    text-align: center;
    padding-top: 28px;
}

.ser2Two1_top .text {
    color: #434343;
    text-align: center;
    padding-top: clamp(0.625rem, 0.068rem + 0.87vw, 0.938rem);
}

.ser2Two1_top .tel {
    color: #434343;
    text-align: center;
    padding-top: clamp(0.313rem, -0.245rem + 0.87vw, 0.625rem);
}

.ser2Two1_top .tel a {
    font-family: "NotoSansHans-Bold";
    color: var(--hue);
}

.ser2Two1_top .tel a:hover {
    text-decoration: underline;
}

.ser2Two1_bot {
    padding-top: clamp(0.938rem, -0.734rem + 2.61vw, 1.875rem);
}

.ser2Two1_bot a {
    display: block;
    width: clamp(8.125rem, 0.326rem + 12.17vw, 12.5rem);
    height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    line-height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    color: var(--hue);
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--hue);
    border-radius: 25px;
}

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

/* ~~~~~~~~~~~~service2,css~~~~~~~~end */
/* ~~~~~~~~~~~~service2,css~~~~~~~~end */
/* ~~~~~~~~~~~~service2,css~~~~~~~~end */









/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
.casBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.casBoxOne1 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 50px;
}

.casBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

.casBoxOne1 .item a {
    display: block;
}

.casBoxOne1 .item a:hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

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

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

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

.casBoxOne1 .item a .bot_box {
    background: #ffffff;
    padding: 20px clamp(0.938rem, 0.603rem + 0.52vw, 1.125rem) clamp(1.375rem, 1.041rem + 0.52vw, 1.563rem);
}

.casBoxOne1 .item a .bot_box .date {
    color: #434343;
}

.casBoxOne1 .item a .bot_box .title {
    color: #133359;
    padding-top: clamp(0.313rem, -0.022rem + 0.52vw, 0.5rem);
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.casBoxOne1 .item a .bot_box .text {
    color: #666666;
    padding-top: clamp(0.625rem, 0.068rem + 0.87vw, 0.938rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.casBoxOne2 {
    padding-top: 10px;
}

.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,
.public_paging .wp-pagenavi span {
    display: block;
    font-family: "NotoSansHans-Medium";
    font-size: 16px;
    color: #133359;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 3px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
}

.public_paging .wp-pagenavi a:hover {
    color: #ffffff;
    background: #133359;
    border-color: #133359;
}

.public_paging .wp-pagenavi a.paging_prev,
.public_paging .wp-pagenavi a.paging_next {
    width: 80px;
}

.public_paging .wp-pagenavi a.hover {
    color: #ffffff;
    background: #133359;
    border-color: #133359;
}

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









/* ~~~~~~~~~~products_detail,css */
/* ~~~~~~~~~~products_detail,css */
/* ~~~~~~~~~~products_detail,css */
.pro_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_l {
    width: 51%;
}

.pro_deOne1_l_01 {
    color: #133359;
}

.pro_deOne1_l_02 {
    color: #434343;
    padding-top: clamp(1.563rem, -0.666rem + 3.48vw, 2.813rem);
}

.pro_deOne1_l_03 {
    padding-top: clamp(1.875rem, -0.91rem + 4.35vw, 3.438rem);
}

.pro_deOne1_l_04 {
    padding-top: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_l_04 .iconfont {
    font-size: 34px;
    color: var(--hue);
}

.pro_deOne1_l_04 .text {
    color: #444444;
    padding-top: 2px;
    padding-left: 8px;
}

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

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

.pro_deOne1_r {
    width: 44.5%;
}

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

.pro_deBoxTwo {
    background: #F2F4F6;
}

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

.pro_deTwo1 .item {
    width: calc((100% - clamp(1.875rem, -0.353rem + 3.48vw, 3.125rem)) / 2);
    margin-bottom: 30px;
    background: url(../images/pro_det_02.png) no-repeat center center / cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: clamp(2rem, 1.332rem + 1.04vw, 2.375rem) 20px;
    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-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deTwo1 .item .icon {
    width: clamp(4.75rem, 2.188rem + 4vw, 6.188rem);
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

.pro_deTwo1 .item .r_box {
    width: calc(100% - clamp(4.75rem, 2.188rem + 4vw, 6.188rem));
    padding-left: 15px;
}

.pro_deTwo1 .item .r_box .title {
    color: #133359;
}

.pro_deTwo1 .item .r_box .text {
    color: #434343;
    padding-top: 2px;
}

.pro_deThree1_01 {
    position: relative;
}

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

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

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

.pro_deThree1_01_lunbo .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: translate(0, 102%);
    -webkit-transform: translate(0, 102%);
    transform: translate(0, 102%);
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    background: rgba(19, 51, 89, 0.8);
    padding: 14px 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_01_lunbo .item:hover .text {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pro_deThree1_01_prev,
.pro_deThree1_01_next {
    font-size: clamp(1.75rem, 1.304rem + 0.7vw, 2rem);
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    width: clamp(2.875rem, 2.095rem + 1.22vw, 3.313rem);
    height: clamp(2.875rem, 2.095rem + 1.22vw, 3.313rem);
    line-height: clamp(2.875rem, 2.095rem + 1.22vw, 3.313rem);
    border-radius: 50%;
    background: rgba(19, 51, 89, 0.55);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_01_prev {
    left: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_deThree1_01_next {
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.pro_deThree1_01_prev:hover,
.pro_deThree1_01_next:hover {
    background: var(--hue);
}

table {
    width: 100%;
}

table tr td {
    font-family: "NotoSansHans-Bold";
    font-size: clamp(1rem, 0.332rem + 1.04vw, 1.375rem);
    color: #133359;
    text-align: center;
    padding: clamp(0.75rem, 0.527rem + 0.35vw, 0.875rem) 10px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #133359;
    border-bottom: 1px solid #133359;
}

table tr:nth-child(odd) {
    background: #F2F4F6;
}

table tr:first-child {
    background: #133359;
}

table tr:first-child td {
    color: #ffffff;
}

.pro_deBoxFour {
    background: #F2F4F6;
}

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

.pro_deFour1_l {
    width: 32.5%;
    background: #084676;
}

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

.pro_deFour1_l .bot_box {
    padding: clamp(1.875rem, -0.13rem + 3.13vw, 3rem) clamp(0.938rem, -0.734rem + 2.61vw, 1.875rem);
}

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

.pro_deFour1_l .bot_box .subtitle {
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(0.375rem, -0.293rem + 1.04vw, 0.75rem);
}

.pro_deFour1_l .bot_box .line {
    width: clamp(3.75rem, -0.707rem + 6.96vw, 6.25rem);
    height: 1px;
    background: #ffffff;
    margin: clamp(1.25rem, 0.136rem + 1.74vw, 1.875rem) auto 0;
}

.pro_deFour1_l .bot_box .text {
    color: #FFFFFF;
    text-align: center;
    padding-top: clamp(1.125rem, -0.769rem + 2.96vw, 2.188rem);
}

.pro_deFour1_l .bot_box .tel {
    text-align: center;
}

.pro_deFour1_l .bot_box .tel a {
    color: var(--hue);
}

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

.pro_deFour1_r {
    width: 67.5%;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    padding: clamp(3.125rem, 2.011rem + 1.74vw, 3.75rem) clamp(1.875rem, -3.696rem + 8.7vw, 5rem) clamp(2.188rem, 1.073rem + 1.74vw, 2.813rem);
}

.pro_deFour1_r_01 {
    color: #133359;
}

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

.pro_deFour1_r_02 .item {
    width: calc((100% - clamp(1.25rem, -2.092rem + 5.22vw, 3.125rem)) / 2);
    margin-bottom: clamp(0.938rem, -1.848rem + 4.35vw, 2.5rem);
}

.pro_deFour1_r_02 .item input {
    font-family: "NotoSansHans-Regular", "Arial", "sans-serif";
    font-size: clamp(1rem, 0.777rem + 0.35vw, 1.125rem);
    color: #444444;
    width: 100%;
    height: clamp(2.75rem, 1.859rem + 1.39vw, 3.25rem);
    border-radius: 6px;
    background: #F0F4F9;
    padding: 0 10px 0 15px;
    border: none;
}

.pro_deFour1_r_02 .item ::placeholder {
    color: #A2B0C1;
}

.pro_deFour1_r_02 .item.last {
    width: 100%;
}

.pro_deFour1_r_02 .item textarea {
    font-family: "NotoSansHans-Regular", "Arial", "sans-serif";
    font-size: clamp(1rem, 0.777rem + 0.35vw, 1.125rem);
    color: #444444;
    width: 100%;
    height: clamp(10rem, 7.772rem + 3.48vw, 11.25rem);
    border-radius: 6px;
    background: #F0F4F9;
    padding: 12px 10px 12px 15px;
    border: none;
    resize: none;
}

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

.pro_deFour1_r_02 .btn input {
    width: clamp(8.125rem, 0.326rem + 12.17vw, 12.5rem);
    height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    font-family: "NotoSansHans-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 25px;
    background: var(--hue);
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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










/* ~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~products,css */
.proBoxOne1 {
    padding-bottom: clamp(3.125rem, 0.897rem + 3.48vw, 4.375rem);
    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;
}

.proBoxOne1 .item {
    margin: 0 6px;
}

.proBoxOne1 .item a {
    display: block;
    height: clamp(2.875rem, 2.429rem + 0.7vw, 3.125rem);
    line-height: clamp(2.875rem, 2.429rem + 0.7vw, 3.125rem);
    color: #133359;
    padding: 0 clamp(1.875rem, 0.761rem + 1.74vw, 2.5rem);
    border-radius: 30px;
    border: 1px solid #707070;
}

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

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

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

.proOne2_01 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

.app_deOne3 .proOne2_01 .item {
    display: none;
}

.app_deOne3 .proOne2_01 > .item:nth-child(-n + 3) {
    display: block;
}

.proOne2_01.m_b .item {
    margin-bottom: 45px;
}

.proOne2_01 .item a {
    display: block;
}

.proOne2_01 .item a .img_box {
    border: 1px solid #D4D4D4;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.proOne2_01 .item a .bot_box {
    padding: 25px clamp(1.25rem, -0.421rem + 2.61vw, 2.188rem) clamp(1.875rem, 0.761rem + 1.74vw, 2.5rem);
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

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

.proOne2_01 .item a .bot_box .text {
    height: clamp(5.75rem, 5.304rem + 0.7vw, 6rem);
    color: #666666;
    padding-top: clamp(0.5rem, 0.054rem + 0.7vw, 0.75rem);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.proOne2_01>.item:nth-child(3n) {
    margin-right: 0;
}

.proOne2_02 {
    padding-top: 30px;
}

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

.proBoxTwo1 {
    text-align: center;
}

.proTwo1_01 {
    color: #FFFFFF;
}

.proTwo1_02 {
    color: #FFFFFF;
}

.proTwo1_03 {
    padding-top: clamp(1.875rem, -2.024rem + 6.09vw, 4.063rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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










/* ~~~~~~~~~~~~application_detail,css */
/* ~~~~~~~~~~~~application_detail,css */
/* ~~~~~~~~~~~~application_detail,css */
.app_deOne1_01 .title {
    color: #133359;
}

.app_deOne1_01 .text {
    color: #133359;
    padding-top: clamp(0.75rem, 0.082rem + 1.04vw, 1.125rem);
}

.app_deOne1_02 {
    color: #434343;
    padding-top: clamp(0.938rem, -0.177rem + 1.74vw, 1.563rem);
}

.app_deOne1_03 {
    padding-top: clamp(2.188rem, -0.041rem + 3.48vw, 3.438rem);
    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_deOne1_03 .item {
    width: calc((100% - 40px) / 2);
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.app_deOne2_01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1.875rem, -0.353rem + 3.48vw, 3.125rem);
    row-gap: clamp(1.875rem, 0.761rem + 1.74vw, 2.5rem);
}

.app_deOne2_01 .item {
    background: #F2F4F6;
    border-radius: 10px;
    padding: clamp(1.563rem, 0.448rem + 1.74vw, 2.188rem) clamp(1.563rem, -1.223rem + 4.35vw, 3.125rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.app_deOne2_01 .item .iconfont {
    width: 45px;
    font-size: 34px;
    color: var(--hue);
}

.app_deOne2_01 .item .r_box {
    width: calc(100% - 45px);
}

.app_deOne2_01 .item .r_box .title {
    color: #133359;
}

.app_deOne2_01 .item .r_box .text {
    color: #434343;
    padding-top: 5px;
}

.app_deBoxTwo {
    background: #F2F4F6;
}

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

.app_deTwo1 .item {
    position: relative;
    width: calc((100% - clamp(1.875rem, -5.924rem + 12.17vw, 6.25rem)) / 2);
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.app_deTwo1 .item .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(5rem, 3.886rem + 1.74vw, 5.625rem);
}

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

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

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

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

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

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

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

.app_deTwo2 {
    color: #434343;
    padding-top: clamp(2.188rem, -1.155rem + 5.22vw, 4.063rem);
}

.app_deTwo3 {
    padding-top: clamp(2.5rem, 0.272rem + 3.48vw, 3.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.app_deTwo3 a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    width: clamp(11.875rem, 1.848rem + 15.65vw, 17.5rem);
    line-height: clamp(2.75rem, 2.082rem + 1.04vw, 3.125rem);
    border-radius: 25px;
    background: var(--hue);
}

/* ~~~~~~~~~~~~application_detail,css~~~~~~~end */
/* ~~~~~~~~~~~~application_detail,css~~~~~~~end */
/* ~~~~~~~~~~~~application_detail,css~~~~~~~end */









/* ~~~~~~~~~~~application,css */
/* ~~~~~~~~~~~application,css */
/* ~~~~~~~~~~~application,css */
.appBoxOne1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(3.125rem, -2.446rem + 8.7vw, 6.25rem);
    row-gap: clamp(3.125rem, -0.217rem + 5.22vw, 5rem);
}

.appBoxOne1 .item a {
    display: block;
}

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

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

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

.appBoxOne1 .item a .bot_box {
    margin-top: clamp(1.125rem, 0.679rem + 0.7vw, 1.375rem);
    border-left: clamp(0.25rem, -0.084rem + 0.52vw, 0.438rem) solid var(--hue);
    padding-left: clamp(1.563rem, -0.109rem + 2.61vw, 2.5rem);
}

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

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

.appBoxOne1 .item a .bot_box .text {
    color: #434343;
    padding-top: clamp(0.5rem, -0.28rem + 1.22vw, 0.938rem);
}

.appBoxOne1 .item a .bot_box .btn {
    color: var(--hue);
    padding-top: clamp(0.625rem, -0.043rem + 1.04vw, 1rem);
}

.appBoxOne1 .item a:hover .bot_box .btn {
    text-decoration: underline;
}

.appBoxOne1 .last_item a {
    position: relative;
    display: block;
}

.appBoxOne1 .last_item a img {
    width: 100%;
}

.appBoxOne1 .last_item a .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.appBoxOne1 .last_item a .btn .iconfont {
    font-size: clamp(3.25rem, 2.359rem + 1.39vw, 3.75rem);
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .last_item a .btn .text {
    color: #ffffff;
    padding: 4px 0 0 16px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .last_item a:hover .btn .iconfont,
.appBoxOne1 .last_item a:hover .btn .text {
    color: var(--hue);
}

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










/* ~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~about,css */
.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 {
    position: relative;
    width: 47.8%;
}

.aboOne1_l_video {
    position: relative;
    z-index: 1;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboOne1_l_video img {
    width: 100%;
}

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

.aboOne1_l_video .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(4.375rem, 2.592rem + 2.78vw, 5.375rem);
}

.aboOne1_l_text {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 0;
    width: 57.8%;
    -ms-transform: translate(62%, 0);
    -webkit-transform: translate(62%, 0);
    transform: translate(62%, 0);
}

.aboOne1_l_text img {
    width: 100%;
}

.aboOne1_l_bg {
    position: absolute;
    left: calc(clamp(1.25rem, 0.136rem + 1.74vw, 1.875rem) * -1);
    bottom: calc(clamp(1.25rem, 0.136rem + 1.74vw, 1.875rem) * -1);
    width: 62%;
    height: 55%;
    background: var(--hue);
}

.aboOne1_r {
    width: 45%;
}

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

.double_color_block {
    width: 51px;
}

.double_color_block img {
    width: 100%;
}

.aboOne1_r_01 .title {
    color: #133359;
    padding: 0 15px 0 clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

.aboOne1_r_01 .line {
    width: clamp(3.75rem, 0.408rem + 5.22vw, 5.625rem);
    height: 1px;
    background: #133359;
}

.aboOne1_r_02 {
    font-size: clamp(1rem, 0.777rem + 0.35vw, 1.125rem);
    color: #434343;
    line-height: 1.72;
    padding-top: clamp(1.563rem, 0.448rem + 1.74vw, 2.188rem);
    text-align: justify;
}

.aboBoxTwo {
    background: #F2F4F6;
}

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

.aboBoxTwo1 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

.aboBoxTwo1 .item a {
    display: block;
}

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

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

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

.aboBoxTwo1 .item a .bot_box {
    padding-top: 22px;
}

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

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

.aboBoxTwo1 .item a .bot_box .text {
    color: #434343;
    padding-top: 5px;
}

.aboBoxTwo1 .item a .bot_box .btn {
    padding-top: clamp(0.938rem, 0.603rem + 0.52vw, 1.125rem);
}

.aboBoxTwo1 > .item:nth-child(3n) {
    margin-right: 0;
}

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

.aboBoxThree_w {
    padding: clamp(6.25rem, -4.891rem + 17.39vw, 12.5rem) 0;
}

.aboBoxThree1 {
    max-width: 535px;
    margin-left: 18%;
    color: #FFFFFF;
}

.aboBoxFour1 {
    border-right: 1px solid #133359;
    border-bottom: 1px solid #133359;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxFour1 .item {
    width: calc(100% / 3);
    text-align: center;
    border: 1px solid #133359;
    border-right: none;
    border-bottom: none;
    padding: clamp(1.875rem, 0.761rem + 1.74vw, 2.5rem) 10px;
}

.aboBoxFour1 .item .icon {
    width: clamp(4.75rem, 2.967rem + 2.78vw, 5.75rem);
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.aboBoxFour1 .item .title {
    color: #133359;
    padding-top: clamp(1.25rem, 0.136rem + 1.74vw, 1.875rem);
}

.aboBoxFour1 .item .text {
    color: #434343;
    padding-top: clamp(0.375rem, -0.071rem + 0.7vw, 0.625rem);
}

.aboBoxFour1 .only_item {
    width: calc(100% / 3);
    border: 1px solid #133359;
    border-right: none;
    border-bottom: none;
    background: #133359;
    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;
}

.aboBoxFour1 .only_item .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboBoxFour1 .only_item .content .double_color_block {
    margin-top: 10px;
}

.aboBoxFour1 .only_item .content .r_box {
    padding-left: clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

.aboBoxFour1 .only_item .content .r_box .title {
    color: #FFFFFF;
}

.aboBoxFour1 .only_item .content .r_box .line {
    width: clamp(4.375rem, -0.973rem + 8.35vw, 7.375rem);
    height: 1px;
    background: #FFFFFF;
    margin-top: clamp(1.25rem, 0.136rem + 1.74vw, 1.875rem);
}

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

.aboBoxFive1 .title span {
    padding-left: clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

.aboBoxFive1 .text {
    padding-top: 12px;
}

.aboBoxFive2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.875rem, 0.761rem + 1.74vw, 2.5rem);
    row-gap: clamp(2.813rem, 1.698rem + 1.74vw, 3.438rem);
}

.aboBoxFive2 .item a {
    display: block;
}

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

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

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

.aboBoxFive2 .item .title {
    color: #133359;
    padding-top: clamp(1.375rem, 0.707rem + 1.04vw, 1.75rem);
}

.aboBoxFive2 .item .text {
    color: #434343;
    padding-top: clamp(0.375rem, -0.071rem + 0.7vw, 0.625rem);
}

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

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

.aboSix1_01 .item {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 20px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.aboSix1_01 .item .iconfont {
    font-size: clamp(4.375rem, 2.147rem + 3.48vw, 5.625rem);
    color: #ffffff;
}

.aboSix1_01 .item .title {
    color: #FFFFFF;
    padding-top: clamp(1.125rem, 0.679rem + 0.7vw, 1.375rem);
}

.aboSix1_01 .item .text {
    color: #FFFFFF;
    padding-top: 2px;
}

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










/* ~~~~~~~~~~~~~service1,css */
/* ~~~~~~~~~~~~~service1,css */
/* ~~~~~~~~~~~~~service1,css */
.ser1One_w {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

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

.ser1One1_l {
    width: 39%;
}

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

.ser1One1_l_01 .title {
    color: #133359;
    padding-left: clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem);
}

.ser1One1_l_02 {
    color: #133359;
    padding-top: clamp(0.75rem, -0.141rem + 1.39vw, 1.25rem);
}

.ser1One1_l_03 {
    color: #434343;
    padding-top: clamp(0.5rem, -0.28rem + 1.22vw, 0.938rem);
}

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

.ser1One1_r img {
    width: 100%;
}

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

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

.ser1Two_w {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(6.25rem, -7.677rem + 21.74vw, 14.063rem) 0;
}

.ser1Two_w .ser1One1_l {
    margin-left: auto;
}

.ser1Two_w .ser1One1_l .ser1One1_l_01 .title,
.ser1Two_w .ser1One1_l .ser1One1_l_02,
.ser1Two_w .ser1One1_l .ser1One1_l_03 {
    color: #ffffff;
}

.ser1BoxThree > .ser1One_w:nth-child(odd) .ser1One1 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~~~~~~~~~~service1,css~~~~~~~~end */
/* ~~~~~~~~~~~~~service1,css~~~~~~~~end */
/* ~~~~~~~~~~~~~service1,css~~~~~~~~end */










/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
.newBoxOne {
    background-repeat: no-repeat;
    background-position: center top;
}

.newOne1_01 {
    color: #ffffff;
    padding: clamp(2.5rem, -4.185rem + 10.43vw, 6.25rem) 0 clamp(1.563rem, 0.448rem + 1.74vw, 2.188rem);
}

.newOne1_01 a {
    color: #ffffff;
}

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

.newBoxOne2 {
    width: 92%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 3px 30px rgba(0,0,0,0.16);
    padding: clamp(2.5rem, 1.386rem + 1.74vw, 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;
}

.newOne2_l {
    width: 53.6%;
}

.newOne2_l_lunbo .item a {
    position: relative;
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newOne2_l_lunbo .item a img {
    width: 100%;
}

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

.newOne2_l_lunbo .item a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: rgba(19,51,89,0.7);
    padding: clamp(0.875rem, 0.652rem + 0.35vw, 1rem) 40px;
}

.newOne2_r {
    width: 40.7%;
}

.newOne2_r_list .item {
    padding: clamp(1rem, 0.777rem + 0.35vw, 1.125rem) 0 clamp(1.25rem, -0.421rem + 2.61vw, 2.188rem);
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
}

.newOne2_r_list .item .date {
    color: #434343;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newOne2_r_list .item .title {
    color: #133359;
    padding-top: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newOne2_r_list .item.hover .date,
.newOne2_r_list .item.hover .title {
    color: var(--hue);
}

.newBoxTwo1 .item {
    margin-bottom: 25px;
}

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

.newBoxTwo1 .item a .img_box {
    width: clamp(21.875rem, 16.304rem + 8.7vw, 25rem);
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.newBoxTwo1 .item a .r_box {
    width: calc(100% - clamp(21.875rem, 16.304rem + 8.7vw, 25rem) - clamp(2.188rem, -0.598rem + 4.35vw, 3.75rem));
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: clamp(1.563rem, -0.666rem + 3.48vw, 2.813rem);
}

.newBoxTwo1 .item a .r_box .date {
    color: #434343;
}

.newBoxTwo1 .item a .r_box .title {
    color: #133359;
    padding-top: clamp(0.75rem, 0.416rem + 0.52vw, 0.938rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.newBoxTwo1 .item a .r_box .text {
    color: #434343;
    padding-top: clamp(0.375rem, -0.293rem + 1.04vw, 0.75rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxTwo1 .item a .r_box .btn {
    color: var(--hue);
    padding-top: clamp(1rem, 0.332rem + 1.04vw, 1.375rem);
}

.newBoxTwo2 {
    padding-top: clamp(2.5rem, 0.272rem + 3.48vw, 3.75rem);
}

/* ~~~~~~~~~~~~~news,css~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~end */









/* ~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~faq,css */
.faqBoxOne1 {
    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;
}

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

.faqBoxOne1 .item a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #F2F4F6;
}

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

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

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

.faqBoxOne1 .item a .bot_box {
    padding: 25px clamp(1.875rem, 0.984rem + 1.39vw, 2.375rem) 30px;
}

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

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

.faqBoxOne1 .item a .bot_box .date {
    color: #434343;
    padding-top: 8px;
}

.faqBoxOne2 {
    padding-top: 60px;
    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;
}

.faqBoxOne2 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
}

.faqBoxOne2 .item a {
    border-radius: 10px;
    background: #F2F4F6;
    padding: 25px 20px;
    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;
}

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

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

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

.faqBoxOne2 .item a .r_box {
    width: calc(100% - 146px);
    padding-left: clamp(1.563rem, -0.666rem + 3.48vw, 2.813rem);
}

.faqBoxOne2 .item a .r_box .title {
    color: #133359;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.faqBoxOne2 .item a .r_box .line {
    width: 100%;
    height: 1px;
    background: #D4D4D4;
    margin: clamp(0.75rem, 0.416rem + 0.52vw, 0.938rem) 0;
}

.faqBoxOne2 .item a .r_box .date {
    color: #434343;
}

.faqBoxOne3 {
    padding-top: clamp(2.188rem, 0.516rem + 2.61vw, 3.125rem);
}

/* ~~~~~~~~~~~~~~faq,css~~~~~~~~~end */
/* ~~~~~~~~~~~~~~faq,css~~~~~~~~~end */
/* ~~~~~~~~~~~~~~faq,css~~~~~~~~~end */








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

.new_deOne1_l {
    width: 65%;
}

.new_deOne1_l_01 {
    color: #133359;
}

.new_deOne1_l_02 {
    padding: clamp(1.563rem, 1.005rem + 0.87vw, 1.875rem) 0 15px;
    border-bottom: 1px solid #D6D6D6;
    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_l_02 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_l_02 .item .iconfont {
    font-size: 26px;
    color: #133359;
}

.new_deOne1_l_02 .item .text {
    color: #888888;
    padding: 2px 0 0 1px;
}

.new_deOne1_l_02 .line {
    width: 1px;
    height: 17px;
    background: #DFDFDF;
    margin: 0 18px;
}

.new_deOne1_l_03 {
    font-size: clamp(1rem, 0.777rem + 0.35vw, 1.125rem);
    color: #434343;
    line-height: 1.76;
    padding: 30px 0 55px;
    text-align: justify;
}

.new_deOne1_l_03 img {
    margin: 13.5px 0;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.new_deOne1_l_04 {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #F2F4F6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deOne1_l_04 .item {
    width: 50%;
}

.new_deOne1_l_04 > .item:nth-child(1) {
    border-right: 1px solid #CCCCCC;
}

.new_deOne1_l_04 .item a {
    height: 100%;
    padding: 20px 25px;
    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_l_04 .item a .iconfont {
    font-weight: 700;
    font-size: 30px;
    color: var(--hue);
}

.new_deOne1_l_04 .item a .r_box {
    width: calc(100% - 65px);
}

.new_deOne1_l_04 .item a .r_box .text {
    color: #434343;
}

.new_deOne1_l_04 .item a .r_box .title {
    height: clamp(3.875rem, 2.315rem + 2.43vw, 4.75rem);
    color: #133359;
    padding-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.new_deOne1_l_04 > .item:nth-child(2) a {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.new_deOne1_r {
    width: 29.6%;
    background: #F2F4F6;
    padding: 45px clamp(1.563rem, 0.448rem + 1.74vw, 2.188rem) clamp(1.563rem, -0.109rem + 2.61vw, 2.5rem);
}

.new_deOne1_r_01 form {
    border: 1px solid #9C9C9C;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_deOne1_r_01 form input[type="text"] {
    font-family: "NotoSansHans-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #434343;
    width: calc(100% - 55px);
    height: clamp(2.75rem, 1.524rem + 1.91vw, 3.438rem);
    border: none;
    background: none;
    padding: 0 10px 0 15px;
}

.new_deOne1_r_01 form button {
    font-size: 32px;
    color: #737373;
    width: 55px;
    height: clamp(2.75rem, 1.524rem + 1.91vw, 3.438rem);
    border: none;
    background: none;
}

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

.new_deOne1_r_02 {
    padding-top: 50px;
}

.new_deOne1_r_02_title {
    color: #133359;
    padding-bottom: 25px;
}

.new_deOne1_r_02_list .item {
    margin-bottom: clamp(2.188rem, 1.073rem + 1.74vw, 2.813rem);
}

.new_deOne1_r_02_list .item a {
    display: block;
}

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

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

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

.new_deOne1_r_02_list .item a .bot_box {
    padding: 20px clamp(0.938rem, 0.38rem + 0.87vw, 1.25rem) 0;
}

.new_deOne1_r_02_list .item a .bot_box .date {
    color: #434343;
}

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

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

/* ~~~~~~~~~~~~News_detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~News_detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~News_detail,css~~~~~~~~~~end */










/* ~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~contact,css */
.conOne1_01 {
    background: #F2F4F6;
    padding: 25px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_01 .item {
    width: calc(100% / 3);
    border-right: 1px solid #CBCBCB;
    padding: clamp(1.875rem, 0.538rem + 2.09vw, 2.625rem) clamp(1.563rem, -2.337rem + 6.09vw, 3.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_01 > .item:nth-child(3n) {
    border-right: none;
}

.conOne1_01 .item .l_icon {
    width: clamp(3.75rem, 1.967rem + 2.78vw, 4.75rem);
}

.conOne1_01 .item .l_icon img {
    width: 100%;
}

.conOne1_01 .item .r_box {
    width: calc(100% - clamp(3.75rem, 1.967rem + 2.78vw, 4.75rem));
    padding-left: clamp(0.938rem, -0.734rem + 2.61vw, 1.875rem);
}

.conOne1_01_r_top .title {
    color: #133359;
}

.conOne1_01_r_top .text {
    color: #434343;
}

.conOne1_01_r_bot {
    padding-top: clamp(0.5rem, -0.168rem + 1.04vw, 0.875rem);
}

.conOne1_01_r_bot a {
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.conOne1_01_r_bot a .iconfont {
    width: 25px;
    font-size: 24px;
    color: var(--hue);
    padding-top: 1px;
}

.conOne1_01_r_bot a span {
    width: calc(100% - 25px);
    color: var(--hue);
    line-height: 1.5;
    padding-left: 4px;
    word-break: break-all;
}

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

.conOne2_01 img {
    width: 100%;
}

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














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

.new_coTwo1_l {
    width: 60%;
    color: #133359;
}

.new_coBoxThree .new_coBoxThree_w .faqBoxOne2 {
    padding-top: 0;
}

/* ~~~~~~~~~~~~news_cover,css~~~~~~~end */
/* ~~~~~~~~~~~~news_cover,css~~~~~~~end */
/* ~~~~~~~~~~~~news_cover,css~~~~~~~end */








.app_deOne1 img {
    margin: 13.5px 0;
}



.header_tel_icon a {
    display: block;
    font-size: 32px;
    color: #133359;
}

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



.footer_top6 {
    width: 100%;
    font-size: 16px;
    color: #C2C2C2;
    padding-top: 30px;
}

.footer_top6 a {
    color: #C2C2C2;
    margin-left: 1em;
}

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