/* Inter Self-Hosted */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('../font/inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('../font/inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('../font/inter-600.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('../font/inter-700.woff2') format('woff2');}

:root {
    --hue: #d42d26;
    --hue1: #1b56bd;
    --space: clamp(3.125rem, 2.426rem + 2.94vw, 5rem);
}

.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);
}
.fz62 {
    font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}
.fz60 {
    font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}
.fz58 {
    font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}
.fz56 {
    font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}
.fz54 {
    font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}
.fz52 {
    font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
    font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}
.fz48 {
    font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}
.fz46 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}
.fz44 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}
.fz42 {
    font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
    font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}
.fz38 {
    font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}
.fz36 {
    font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
    font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}
.fz32 {
    font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}
.fz30 {
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}
.fz28 {
    font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
    font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}
.fz24 {
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}
.fz22 {
    font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}
.fz20 {
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}
.fz18 {
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}
.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}
.fz14{
    font-size: 14px;
}

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

.fwb {
    font-weight: bold;
}

html,
body {
    line-height: 1.3;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

input,
button,
textarea,
select,
button {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

.bgf4 {
    background: #f4f8fa;
}

.bgf5 {
    background: #f5f5f5;
}

.bgf6 {
    background: #f6f6f6;
}

.bgf8 {
    background: #f8f8f8;
}

.bgfa {
    background: #fafafa;
}

.wrapper {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.header_box {
    height: 50px;
}

.header_t {
    background: #060d1a;
}
.header_t_l {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.header_t_l_item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #fff;
    font-size: 14px;
    margin: 0 6.93vw 0 0;
}
.header_t_l_item .icon {
    width: 24px;
    height: 24px;
    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;
    margin-right: 8px;
}

.header_t_r {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.header_t_sm {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
.header_t_sm .icon {
    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;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    margin-right: 6px;
}
.header_t_sm .icon:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.header_t_search {
    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;
    width: 60px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-left: 1px solid #1f2531;
    border-right: 1px solid #1f2531;
    cursor: pointer;
}
.header_t_lag {
    position: relative;
}
.header_t_lag_t {
    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;
    width: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
}
.header_t_lag_down {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 8;
    width: 120px;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    transform: translate(-50%, 0);
}
.header_t_lag_down a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.header_t_lag_down a:hover {
    color: var(--hue);
}
.header_b {
    position: relative;
    z-index: 2;
    background-color: rgba(6, 22, 51, 0.8);
    height: 120px;
    width: 100%;
}

.header_b.hover {
    position: fixed;
    left: 0;
    top: 0;
}
.header_b.pro_det{
    position: relative;
    left: 0;
    top: 0;
}
.logo {
    width: 220px;
    height: 120px;
    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;
    position: relative;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}
.logo .pic1{
    
}
.logo .pic2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}



.header_b_r {
    width: calc(100% - 220px);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding-left: 2.6vw;
}

.menu_dl {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding-left: 6%;
}

.menu_dl dd {
    position: relative;
}
.menu_tt {
    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;
    font-size: 20px;
    color: #fff;
    height: 120px;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}
.menu_dl dd.hover .menu_tt {
    color: #c69e43;
}
.menu_down {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 3;
    width: 220px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, 0);
}
.menu_down_clm{
    position: relative;
}
.menu_down_clm_tt ,
.menu_down_clm_list a{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 10px 25px;
}

.menu_down_clm:hover .menu_down_clm_tt{
    color: #fff;
    background: #c69e43;
}

.menu_down_clm_list{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.menu_down_clm_list a:last-child {
    border: none;
}
.menu_down_clm_list a:hover {
    color: #fff;
    background: #c69e43;
}

.menu_down_clm:hover .menu_down_clm_list{
    display: block;
}

.header_b{
    z-index: 4;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.header_b.hover,
.header_b:hover{
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.header_b.hover{
    height: 100px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header_b.hover .logo{
    height: 100px;
}
.header_b.hover .logo .pic1,
.header_b:hover .logo .pic1{
    opacity: 0;
}
.header_b.hover .logo .pic2,
.header_b:hover .logo .pic2{
    opacity: 1;
}

.header_b.hover .menu_tt{
    color: #333;
    height: 100px;
}
.header_b:hover .menu_tt{
    color: #333;
}




.header.pro_det {
    position: relative;
}




.search_box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -450px;
    z-index: 15;
    width: 900px;
    height: 60px;
    padding: 10px;
    background: #f5f5f5;
}

.search_box_text {
    width: calc(100% - 90px);
    height: 40px;
    border: 0;
    font-size: 14px;
    padding-left: 20px;
    background: none;
}

.search_box_text::-webkit-input-placeholder {
    font-size: 14px;
    text-transform: uppercase;
}

.search_box_sub {
    width: 40px;
    height: 40px;
    color: var(--hue);
    font-size: 30px;
    font-weight: bold;
    background: none;
    border: 0;
}

.search_box_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #999;
    margin-left: 10px;
    border: 0;
    background: none;
}

.search_box_close:hover {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

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

/*
 * wap head
 */
.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: 14;
    width: 100%;
    height: 52px;
    background: #000;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_logo {
    height: 52px;
    margin-left: 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;
    padding: 0 15px;
}

.mobile_logo img {
    height: 38px;
    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 .line {
    display: block;
    height: 3px;
    width: 28px;
    background: var(--hue1);
    border-radius: 4px;
    margin-bottom: 6px;
}

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

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #fff;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 15;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.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;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -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 {
    width: calc(100% - 50px);
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: uppercase;
}

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

.mobile_menu_tt_icon {
    display: none;
    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);
    cursor: pointer;
}

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

.mobile_menu_down_clm {
    /*margin-bottom: 8px;*/
}

.mobile_menu_down_clm_tts {
    max-width: 65%;
    font-family: "Inter" !important;
}

.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: 16px;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -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(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}

.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: 13;
    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: 20px;
    color: var(--hue1);
    font-weight: bold;
    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;
    color: #333;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.public_text1 {
    line-height: 1.5;
}
.public_text2 {
    line-height: 1.625;
}
.public_text3 {
    line-height: 1.875;
}

.public_text1 img,
.public_text2 img,
.public_text3 img {
    height: auto !important;
}

.public_btn_box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.public_btn1 {
    width: clamp(9.375rem, 8.676rem + 2.94vw, 11.25rem);
    height: clamp(2.5rem, 2.314rem + 0.78vw, 3rem);
    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;
    color: #fff;
    background: var(--hue1);
    border-radius: clamp(1.25rem, 1.157rem + 0.39vw, 1.5rem);
    cursor: pointer;
}
.public_btn1 .tt {
    margin-right: 10px;
}
.public_btn1 .icon {
    font-size: 18px;
}

.scroll_btn {
    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;
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    color: var(--hue);
    border: 1px solid var(--hue);
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll_btn.hover,
.scroll_btn:hover {
    color: #fff;
    background: var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_btn.next {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}
.scroll_btn.prev {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
}

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

.scroll_dots .scroll_dots_bars {
    position: relative;
    padding-top: 25px;
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    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;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background: #000;
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active {
    background: var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_dots2 .scroll_dots_bars {
    position: relative;
    padding-top: 25px;
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    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;
}

.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet-active {
    background: var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* banner */

.banner {
    position: relative;
}
.banner_scroll_btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-size: clamp(2.25rem, 1.691rem + 2.35vw, 3.75rem);
    line-height: 1;
    cursor: pointer;
    transform: translate(0, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_scroll_btn.prev {
    left: clamp(0.625rem, -0.074rem + 2.94vw, 2.5rem);
}
.banner_scroll_btn.next {
    right: clamp(0.625rem, -0.074rem + 2.94vw, 2.5rem);
    transform: translate(0, -50%) rotate(180deg);
}
.banner_scroll_btn:hover {
    color: #c69e43;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* ind_box1 */
.ind_box1 {
}
.ind_box1_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-shadow: 3px 0 clamp(0.625rem, 0.229rem + 1.67vw, 1.688rem)
        rgba(12, 29, 60, 0.1);
    padding: clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem) 0;
    transform: translate(0, -50%);
    position: relative;
    z-index: 2;
    background: #fff;
}
.ind_box1_list dd {
    width: 25%;
    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;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1_list dd::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: clamp(2.5rem, 2.034rem + 1.96vw, 3.75rem);
    background: #eee;
    transform: translate(0, -50%);
}
.ind_box1_list dd:last-child:after {
    display: none;
}
.ind_box1_list dd .icon {
    width: clamp(2.5rem, 1.895rem + 2.55vw, 4.125rem);
    font-size: clamp(2.5rem, 1.895rem + 2.55vw, 4.125rem);
    line-height: 1;
}
.ind_box1_list dd .con {
    padding-left: clamp(0.5rem, 0.337rem + 0.69vw, 0.938rem);
}
.ind_box1_list dd:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.ind_title1 {
    margin-bottom: clamp(1.563rem, 0.748rem + 3.43vw, 3.75rem);
}
.ind_title1 .line {
    width: clamp(3.125rem, 1.029rem + 8.82vw, 8.75rem);
    height: 2px;
    background: var(--hue1);
    margin-top: clamp(0.625rem, 0.439rem + 0.78vw, 1.125rem);
}

.ind_box2_scroll {
    position: relative;
    margin-bottom: clamp(1.563rem, 0.631rem + 3.92vw, 4.063rem);
}
.ind_box2_scroll_item {
    display: block;
    position: relative;
    border: 2px solid #fff;
    overflow: hidden;
    background: #fff;
}
.ind_box2_scroll_item .pic {
    overflow: hidden;
}
.ind_box2_scroll_item .pic img {
    display: block;
    width: 100%;
}

.ind_box2_scroll_item .tt_box {
    height: 40px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: 2px 10px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_scroll_item .tt_box .tt {
    width: calc(100% - 30px);
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_scroll_item .tt_box .icon {
    opacity: 0;
    width: 30px;
    font-size: 22px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_scroll_item:hover {
    border-color: var(--hue1);
    background: var(--hue1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_scroll_item:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}
.ind_box2_scroll_item:hover .tt_box .tt {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_scroll_item:hover .tt_box .icon {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box2_scroll_btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    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;
    color: #333;
    font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
    width: clamp(1.875rem, 1.642rem + 0.98vw, 2.5rem);
    height: clamp(1.875rem, 1.642rem + 0.98vw, 2.5rem);
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transform: translate(0, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_scroll_btn.prev {
    left: clamp(0rem, -0.466rem + 1.96vw, 1.25rem);
    transform: rotateZ(180deg) translate(0, 50%);
    -webkit-transform: rotateZ(180deg) translate(0, 50%);
    -ms-transform: rotateZ(180deg) translate(0, 50%);
}
.ind_box2_scroll_btn.next {
    right: clamp(0rem, -0.466rem + 1.96vw, 1.25rem);
}

.ind_box2_scroll_btn:hover {
    background: var(--hue1);
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box2_bars {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: clamp(1.125rem, 0.846rem + 1.18vw, 1.875rem);
}
.ind_box2_bars .item {
    width: calc(100% / 7);
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_bars .item .icon {
    width: clamp(1.875rem, 0.944rem + 3.92vw, 4.375rem);
    line-height: 1;
    font-size: clamp(1.875rem, 0.944rem + 3.92vw, 4.375rem);
    margin: 0 auto clamp(0.375rem, 0.189rem + 0.78vw, 0.875rem);
}

.ind_box2_bars .item.hover {
    color: var(--hue1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_pro_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ind_pro_list1 dd {
    width: calc((100% - 90px) / 4);
    margin: 0 30px 0 0;
}
.ind_pro_list1 dd:last-child {
    margin: 0;
}
.ind_pro_list1 dd a {
    display: block;
    border: 1px solid var(--hue1);
    background: var(--hue1);
    border-radius: clamp(0.5rem, 0.337rem + 0.69vw, 0.938rem);
    overflow: hidden;
}
.ind_pro_list1 dd a .pic {
    overflow: hidden;
}
.ind_pro_list1 dd a .pic img {
    width: 100%;
}
.ind_pro_list1 dd a .tt {
    color: #fff;
    line-height: clamp(2.5rem, 2.314rem + 0.78vw, 3rem);
    padding-top: 1px;
}
.ind_pro_list1 dd a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.ind_box3_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ind_box3_list dd {
    width: calc((100% - 100px) / 5);
    overflow: hidden;
    margin: 0 25px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_list dd:nth-of-type(2),
.ind_box3_list dd:nth-of-type(4) {
    margin-top: clamp(0rem, -2.096rem + 8.82vw, 5.625rem);
}

.ind_box3_list dd:last-child {
    margin: 0;
}
.ind_box3_list dd a {
    display: block;
    background: #eee;
    overflow: hidden;
    padding-top: clamp(0.938rem, 0.239rem + 2.94vw, 2.813rem);
}
.ind_box3_list dd a .pic {
    overflow: hidden;
}
.ind_box3_list dd a .pic img {
    width: 100%;
}
.ind_box3_list dd a .tt {
    margin: clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem) 0
        clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem);
    color: #333;
}
.ind_box3_list dd:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box4 {
    background: #fafafa;
}

.ind_box4_l {
    width: 47.1%;
}
.ind_box4_l .pic {
    overflow: hidden;
    margin-bottom: clamp(0.938rem, 0.728rem + 0.88vw, 1.5rem);
}
.ind_box4_l .pic img {
    width: 100%;
}
.ind_box4_r {
    width: 47.1%;
}
.ind_box4_r_list dd {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: clamp(0.938rem, 0.123rem + 3.43vw, 3.125rem);
}

.ind_box4_r_list dd .icon {
    width: 80px;
}
.ind_box4_r_list dd .con {
    width: calc(100% - 80px);
    padding-left: clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
}
.ind_box4_r_list dd .con .tt {
    margin-bottom: 6px;
}

.ind_box5 {
    background-position: center top;
    background-size: auto clamp(9.375rem, 3.554rem + 24.51vw, 25rem);
    background-repeat: no-repeat;
}


.ind_box5_scroll_rela{
    width: calc(50vw + 50%);
    background: #fff;
    position: relative;
    padding: clamp(0.938rem, -0.11rem + 4.41vw, 3.75rem) 10px 0 clamp(0.625rem, -1.936rem + 10.78vw, 7.5rem);
    border-top-left-radius: clamp(1.875rem, -2.083rem + 16.67vw, 12.5rem);
}

.ind_box6_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box6_list dd{
    width: calc((100% - 50px) / 3);
    padding:clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem);
    background: #fafafa;
    text-align: center;
    margin-bottom: 25px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box6_list dd .icon{
    width: clamp(1.875rem, 1.176rem + 2.94vw, 3.75rem);
    line-height: 1;
    font-size: clamp(1.875rem, 1.176rem + 2.94vw, 3.75rem);
    margin: 0 auto clamp(0.5rem, 0.36rem + 0.59vw, 0.875rem);
}
.ind_box6_list dd .line{
    width: clamp(2.5rem, 0.87rem + 6.86vw, 6.875rem);
    height: 1px;
    background: #333;
    margin: clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem) auto clamp(0.75rem, 0.564rem + 0.78vw, 1.25rem);
}
.ind_box6_list dd:hover{
    background: var(--hue1);
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box6_list dd:hover .icon,
.ind_box6_list dd:hover .tt,
.ind_box6_list dd:hover .text{
    color: #fff !important;
}
.ind_box6_list dd:hover .line{
    background: #fff;
}


.ind_box7_l{
    width: 550px;
}
.ind_box7_l a{
    display: block;
    overflow: hidden;
    position: relative;
}
.ind_box7_l a img{
    width: 100%;
}
.ind_box7_l a .tt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    color: rgba(255, 255, 255, 0.9);
}

.ind_box7_r{
    width: calc(100% - 550px);
    border: 1px solid #eee;
    padding-left: 40px;
}
.ind_box7_r_list dd a{
    display: block;
    padding: clamp(0.625rem, 0.439rem + 0.78vw, 1.125rem) 0;
    border-bottom: 1px dashed #eee;
}
.ind_box7_r_list dd:last-child a{
    border-bottom: none;
}
.ind_box7_r_list dd a .time{
    padding: 10px 0 7px;
}
.ind_box7_r_list dd a .text{
    line-height: 24px;
    height: 48px;
}
.ind_box7_r_list dd a .tt{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box7_r_list dd a:hover .tt{
    color:var(--hue1) !important;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.ind_box8{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
    background: #fafafa;
}
.ind_box8 .wrapper{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
}
.ind_box8_l{
    position: absolute;
    left: 0;
    top: 0;
    width: 42.1875%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ind_box8_r{
    width: 56.78%;
    
    padding-left: clamp(0.625rem, -0.539rem + 4.9vw, 3.75rem);
}
.ind_box8_r_list dd{
    padding-bottom: clamp(0.875rem, 0.689rem + 0.78vw, 1.375rem);
    border-bottom: 1px dashed #ddd;
    margin-bottom: clamp(0.875rem, 0.689rem + 0.78vw, 1.375rem);
}
.ind_box8_r_list dd:last-child{
    margin-bottom: 0;
}
.ind_box8_r_list dd .tt{
    color: #333;
    margin-bottom:clamp(0.438rem, 0.368rem + 0.29vw, 0.625rem);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box8_r_list dd:hover .tt{
    color: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.ind_box9_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box9_list dd{
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
}
.ind_box9_list dd.ddw{
    width: 100%;
}
.ind_box9_list dd:last-child{
    margin-bottom: 0;
}
.ind_box9_list_text,
.ind_box9_list_area{
    display: block;
    width: 100%;
    color: #333;
    height: clamp(2.5rem, 2.267rem + 0.98vw, 3.125rem);
    padding-left:15px;
    border-radius: 3px;
    background: #fafafa;
}
.ind_box9_list_area{
    padding: 13px 15px;
    height: clamp(5.625rem, 4.6rem + 4.31vw, 8.375rem);
    resize: none;
}
.ind_box9_list_text::--webkit-input-placeholder,
.ind_box9_list_area::--webkit-input-placeholder{
    color: #777;
}

.ind_box9_list_btn{
    width: clamp(12.5rem, 10.172rem + 9.8vw, 18.75rem);
}

/* footer */
.footer_menu{
    padding: 0px 0;
    background: #0d12165c;
    margin-bottom: 50px;
}
.footer_menu .wrapper{
    height: clamp(3.125rem, 1.961rem + 4.9vw, 6.25rem);
}
.footer_menu_l{
    width: 150px;
}
.footer_menu_r{
    width: calc(100% - 150px);
    padding-left: 5%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-around;
    -ms-justify-content:space-around;
    -webkit-justify-content:space-around;
}
.footer_menu_r a{
    font-size: 20px;
    line-height: clamp(3.125rem, 1.961rem + 4.9vw, 6.25rem);
    color: #fff;
}


.footer_t{
    background: url(../image/footer_bg.webp) no-repeat center center / cover;
}

.footer_t_l{
    width: 44.3%;
}
.footer_t_l_text{
    margin-bottom: clamp(0.938rem, 0.402rem + 2.25vw, 2.375rem);
}
.footer_t_l_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_t_l_list{
    width: calc(100% - 140px);
    max-width: 290px;
    margin-right: 2.86vw;
}
.footer_t_l_list .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    margin-bottom: clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem);
}
.footer_t_l_list .item .icon{
    width: 28px;
    height: 28px;
    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;
    font-size: 24px;
}
.footer_t_l_list .item .tt{
    width: calc(100% - 28px);
   color: #fff;
   font-size: 14px;
   line-height: 24px;
   padding: 2px 0 0 5px;
}
.footer_t_l_list .item .tt a{
    color: #fff;
}
.footer_t_l_list .item .tt a:hover{
    color: var(--hue1);
}

.footer_t_l_r{
    width: 140px;
}


.footer_t_r{
    width: 47.28%;
}
.footer_t_r_title{
    font-size: clamp(1.5rem, 1.407rem + 0.39vw, 1.75rem);
    margin-bottom: 15px;
}
.footer_t_r_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_t_r_list dd{
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}
.footer_t_r_list dd:last-child{
    margin-bottom: 0;
}
.footer_t_r_list dd.ddw{
    width: 100%;
}
.footer_t_r_list_text,
.footer_t_r_list_area{
    width: 100%;
    height: 37px;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
}
.footer_t_r_list_area{
    height: 60px;
    padding: 10px 15px;
    resize: none;
}
.footer_t_r_list_text::-webkit-input-placeholder,
.footer_t_r_list_area::-webkit-input-placeholder{
    color: #e2e2e2;
}
.footer_t_r_list_btn{
    width: 170px !important;
    border-radius: 3px;
}
.footer_b{
    background: #1b56bd;
    padding-top: 12px;
    padding-bottom: 12px;
}



.float_fixed {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 3;
	width: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
	background: #7f7f7f;
    box-shadow: 0 0 5px rgba(50, 50, 50, .1);
}

.float_fixed .item {
	width: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
	height: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
    border-bottom: 1px solid #959595;
    position: relative;
}
.float_fixed .item .con{
    position: absolute;
    right:-100%;
    top: 0;
    z-index: 2;
    width: 250px;
    opacity: 0;
    pointer-events: none;
    background:#fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.float_fixed .item .con .con_t{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    justify-content:flex-start;
    -ms-justify-content:flex-start;
    -webkit-justify-content:flex-start;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: var(--hue1);
    line-height: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
}
.float_fixed .item .item_icon{
    position: relative;
    z-index: 3;
    width: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
	line-height: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
	font-size: clamp(1.125rem, 0.892rem + 0.98vw, 1.75rem);
	color: #fff;
	text-align: center;
	background: var(--hue1);
}

.float_fixed .item .con .con_t .icon{
    width: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
	line-height: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
	font-size: clamp(1.125rem, 0.892rem + 0.98vw, 1.75rem);
	color: var(--hue1);
	text-align: center;
}
.float_fixed .item .con .con_t .tt{
    font-size: 16px;
	color: #fff;
}

.float_fixed .item .con .con_b{
    width: calc(100% - clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem));
}
.float_fixed .item .con .con_b img{
    width: 100%;
    max-width: none;
}
.float_fixed .item:hover .item_icon{
    color: var(--hue1);
    background:#fff;
}
.float_fixed .item:hover .con{
    right: 100%;
    opacity: 1;
    pointer-events: auto;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.float_fixed .item:last-child {
    border-bottom: none;
}
.float_fixed .item:hover {
	background: var(--hue1);
}

.back_top{
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
}




/* about */

.sub_banner{
    position: relative;
    height:clamp(9.375rem, 2.39rem + 29.41vw, 28.125rem);
    padding-top: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub_banner .wrapper{
    height: 100%;
    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;
}
.sub_banner_tt{
    margin-bottom: 12px;
}

.location{
    color: #fff;
    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;
}
.location a{
    color: #fff;
    margin: 0 2px;
}



.sub_title1{
    margin-bottom:clamp(1.25rem, 0.901rem + 1.47vw, 2.188rem);
}
.sub_title1 .tt{
    line-height: 1.2;
}
.sub_title1 .line{
    width: clamp(2.5rem, 1.569rem + 3.92vw, 5rem);
    height: 2px;
    background: var(--hue1);
    margin-top: clamp(0.875rem, 0.596rem + 1.18vw, 1.625rem);
}
.sub_title1 .text{
    padding-top: clamp(0.5rem, 0.29rem + 0.88vw, 1.063rem);
}


.about_box1_clm1_l{
    width: 46.4%;
}

.about_box1_clm1_r{
    width: 48.57%;
    position: relative;
}
.about_box1_clm1_r .img{
    width: 100%;
}

.about_box1_clm1_r_con{
    position: relative;
    z-index: 2;
    margin-top: -20%;
    width: clamp(11.25rem, 9.62rem + 6.86vw, 15.625rem);
    height: clamp(10.625rem, 8.995rem + 6.86vw, 15rem);
    background: var(--hue1);
    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;
    padding: 20px 5%;
    text-align: center;
}

.about_box1_clm1_r_con .icon{
    line-height: 1;
}
.about_box1_clm1_r_con .tt{
    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;
    line-height: 1;
    padding: clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem) 0;
}
.about_box1_clm1_r_con .tt span{
    padding-top: 18%;
    padding-left: 5px;
}

.about_box1_clm2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 50px;
}
.about_box1_clm2 dd{
    width: calc((100% - 90px) / 4);
}
.about_box1_clm2 dd .num{
    line-height: 1;
    padding-bottom: clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
    border-bottom: 1px solid #ddd;
}
.about_box1_clm2 dd .tt{
    padding-top: clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem);
}



.about_box1_clm4_t{
    margin-bottom: 20px;
}
.about_box1_clm4_t_l{
    width: 30.7%;
}

.about_box1_clm4_t_l_btn{
    border: none;
}


.about_box1_clm4_t_r{
    width: 65.7%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box1_clm4_t_r .item{
    width: 50%;
    overflow: hidden;
}
.about_box1_clm4_t_r .item img{
    width: 100%;
}


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

.about_box2_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box2_list dd{
    width: calc(90.4% / 4);
    position: relative;
    background: #fff;
    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;
    text-align: center;
    margin: 0 3.2% 0 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box2_list dd:nth-child(odd){
    margin-top: 4.32vw;
}
.about_box2_list dd::after{
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box2_list dd:last-child{
    margin-right: 0;
}
.about_box2_list dd .con{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    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;
    padding: clamp(1.125rem, 0.613rem + 2.16vw, 2.5rem) clamp(0.813rem, 0.65rem + 0.69vw, 1.25rem) clamp(1.125rem, 0.846rem + 1.18vw, 1.875rem);
    background: #fff;
}
.about_box2_list dd .icon{
    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;
    width: clamp(3.125rem, 2.426rem + 2.94vw, 5rem);
    height: clamp(3.125rem, 2.426rem + 2.94vw, 5rem);
    font-size: clamp(1.625rem, 1.346rem + 1.18vw, 2.375rem);
    border-radius: 50%;
    background: #eee;
}
.about_box2_list dd .tt{
    padding: clamp(0.625rem, 0.322rem + 1.27vw, 1.438rem) 0 clamp(0.313rem, 0.219rem + 0.39vw, 0.563rem);
}
.about_box2_list dd:nth-child(2n)::after{
    background: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.about_box2_list dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.about_box3_scroll{
    position: relative;
}
.about_box3_scroll .swiper-slide a{
    display: block;
    overflow: hidden;
}
.about_box3_scroll .swiper-slide a img{
    width: 100%;
}
.about_box3_scroll_btn{
    position: absolute;
    top: 50%;
    z-index: 2;
    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;
    font-size: clamp(1rem, 0.767rem + 0.98vw, 1.625rem);
    color: #fff;
    width: clamp(1.875rem, 1.549rem + 1.37vw, 2.75rem);
    height: clamp(1.875rem, 1.549rem + 1.37vw, 2.75rem);
    background: rgba(27,86,188,.9);
    transform: translate(0,-50%);
    cursor: pointer;
}
.about_box3_scroll_btn.prev{
    left: 0;
    transform:rotateZ(180deg) translate(0,50%);
}
.about_box3_scroll_btn.next{
    right: 0;
}


.about_box4_bars{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: clamp(1.25rem, 0.668rem + 2.45vw, 2.813rem);
}
.about_box4_bars .item{
    width: 25%;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box4_bars .item .icon{
    width: clamp(2.5rem, 1.801rem + 2.94vw, 4.375rem);
    font-size: clamp(1.875rem, 1.176rem + 2.94vw, 3.75rem);
    line-height: 1;
    margin: 0 auto;
}
.about_box4_bars .item .tt{
    padding-top: clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
    line-height: 1.5;
}


.about_box4_bars .item:hover{
    color: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.about_box4_list1_box{
    position: relative;
}
.about_box4_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
}
.about_box4_list1_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: clamp(11.25rem, 7.199rem + 17.06vw, 22.125rem);
    height: clamp(11.25rem, 7.199rem + 17.06vw, 22.125rem);
    transform: translate(-50%,-50%);
}

.about_box4_list1 dd{
    width: calc((100% - 30px) / 2);
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.about_box4_list1 dd img{
    width: 100%;
}
.about_box4_list1 dd .con1{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: left;
    background:rgba(27,86,188,.5);
    padding: 20px 8%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box4_list1 dd .con1 .line{
    width: clamp(2.5rem, 1.569rem + 3.92vw, 5rem);
    height: 2px;
    background: #fff;
    margin: clamp(0.625rem, 0.439rem + 0.78vw, 1.125rem) 0;
}

.about_box4_list1 dd .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box4_list1 dd .con .line{
    width: clamp(2.5rem, 1.569rem + 3.92vw, 5rem);
    height: 2px;
    background: var(--hue1);
    margin-top: clamp(0.75rem, 0.564rem + 0.78vw, 1.25rem);
}
.about_box4_list1 dd:hover .con{
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box4_list1 dd:hover .con1{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



/* ads */
.ads_box1_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ads_box1_list dd{
    width: calc((100% - 60px) / 3);
    margin: 0 0 30px 0;
}
.ads_box1_list dd:last-child{
    width: calc(((100% - 60px) / 3)*2 + 30px);
}
.ads_box1_list dd a{
    display: block;
    position: relative;
    overflow: hidden;
}
.ads_box1_list dd .pic{
    overflow: hidden;
}
.ads_box1_list dd .pic img{
    width: 100%;
}
.ads_box1_list dd a .tt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: clamp(2.5rem, 2.267rem + 0.98vw, 3.125rem);
    background: rgba(51,51,51,.5);
}
.ads_box1_list dd a:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}



body table{
    width: 100%;
}
.ads_box2 table tr td:nth-child(odd){
    width: 20%;
    color: #333;
    background: #fafafa;
}
body table tr td{
    padding: clamp(0.438rem, 0.368rem + 0.29vw, 0.625rem) 15px;
    border: 1px solid #e9e9e9;
}




.ads_box3_item{
    margin-bottom: clamp(1.25rem, 0.319rem + 3.92vw, 3.75rem);
}
.ads_box3_item:nth-child(2n){
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.ads_box3_item:last-child{
    margin-bottom: 0;
}
.ads_box3_item_r table tr td:first-child{
    background: #fafafa;
    color: #333;
}


.ads_box3_item_pic{
    width: 340px;
}
.ads_box3_item_pic img{
    width: 100%;
}
.ads_box3_item_r{
    width: calc(100% - 340px);
    padding-left: clamp(0rem, -1.164rem + 4.9vw, 3.125rem);
}

.ads_box3_item:nth-child(2n) .ads_box3_item_r{
    padding-left: 0;
    padding-right: clamp(0rem, -1.164rem + 4.9vw, 3.125rem);
}
.ads_box4_list .item{
    margin-bottom: clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem);
}


.ads_box6_list{
    padding-top: clamp(1.25rem, 0.435rem + 3.43vw, 3.438rem);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-bottom: clamp(1.25rem, 0.551rem + 2.94vw, 3.125rem);
}

.ads_box6_list .item{
    width: calc((100% - 90px) / 4);
    padding: clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem) clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem);
    background: #fafafa;
    margin: 0 30px 0 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ads_box6_list .item:last-child{
    margin-right: 0;
}
.ads_box6_list .item .num{
    width: 35px;
    height: 35px;
    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;
    background: var(--hue1);
}
.ads_box6_list .item .tt{
    padding: clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem) 0 clamp(0.5rem, 0.407rem + 0.39vw, 0.75rem);
}
.ads_box6_list .item .text{
    margin-bottom: clamp(0.75rem, 0.634rem + 0.49vw, 1.063rem);
}
.ads_box6_list .item .line{
    width: clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem);
    height: 1px;
    background: var(--hue1);
}
.ads_box6_list .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.ads_box6_clm2_l{
    width: 49.7%;
    overflow: hidden;
    border: 3px solid #eee;
}
.ads_box6_clm2_l img{
    width: 100%;
}
.ads_box6_clm2_l:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.ads_box6_clm2_r{
    width: 48.6%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.ads_box6_clm2_r .item{
    width: calc((100% - 25px) / 2);
    overflow: hidden;
    border: 3px solid #eee;
    margin: 0 0 25px 0;
}   
.ads_box6_clm2_r .item img{
    width: 100%;
    max-width: none;
}
.ads_box6_clm2_r .item:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.faq_list1 dd{
    padding-bottom:clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem);
    border-bottom: 1px solid #dfdfdf;
}
.faq_list1_title{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    cursor: pointer;
    padding: clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem) 0 0;
}
.faq_list1_title .tt{
    width: calc(100% - 30px);
}
.faq_list1_title .icon{
    width: 30px;
    height: 30px;
    
    background: url(../image/faq_icon2.png) no-repeat center center;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.faq_list1 dd.hover .faq_list1_title .icon{
    background: url(../image/faq_icon1.png) no-repeat center center;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.faq_list1_down{
    display: none;
    padding-top: clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem);
}



/* contact */

.contact_box1_l{
    width: 480px;
    padding: clamp(1.125rem, 0.496rem + 2.65vw, 2.813rem) clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem);
    background: #fafafa;
}
.contact_box1_l_title{
    margin-bottom: 20px;
}
.contact_box1_l_list dd{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: clamp(0.75rem, 0.447rem + 1.27vw, 1.563rem) 0;
    border-bottom: 1px solid #eeeeee;
}
.contact_box1_l_list dd:last-child{
    border-bottom: none;
}
.contact_box1_l_list dd .icon{
    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;
    width: clamp(2.875rem, 2.316rem + 2.35vw, 4.375rem);
    height: clamp(2.875rem, 2.316rem + 2.35vw, 4.375rem);
    font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
    color: var(--hue1);
    background: #fff;
    border-radius: 50%;
}
.contact_box1_l_list dd .con{
    width: calc(100% - clamp(2.875rem, 2.316rem + 2.35vw, 4.375rem));
    padding-left: clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem);
}
.contact_box1_l_list dd .con .tt{
    margin-bottom: 5px;
}
.contact_box1_l_list dd .con .text{
    color: #333;
}
.contact_box1_l_list dd .con .text a{
    color: #333;
}
.contact_box1_l_list dd .con .text a:hover{
    color: var(--hue1);
}

.contact_box1_r{
    width: calc(100% - 480px);
    padding-left: clamp(0rem, -1.397rem + 5.88vw, 3.75rem);
}
.contact_box1_r_con{
    padding: clamp(1.125rem, 0.496rem + 2.65vw, 2.813rem) clamp(0.938rem, 0.355rem + 2.45vw, 2.5rem);
    box-shadow:  0 0 20px rgba(0,0,0,.1);
}

.contact_box1_r_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_box1_r_list dd{
    width: calc((100% - 20px) / 2);
    margin-bottom: clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
}
.contact_box1_r_list dd.ddw{
    width: 100%;
}
.contact_box1_r_list_text,
.contact_box1_r_list_area{
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    color: #333;
    padding-left: 17px;
    border: 1px solid #eeeeee;
}
.contact_box1_r_list_text::-webkit-input-placeholder,
.contact_box1_r_list_area::-webkit-input-placeholder{
    color: #666;
}
.contact_box1_r_list_area{
    height: clamp(7.5rem, 6.103rem + 5.88vw, 11.25rem);
    padding: 14px 17px;
}

.contact_box1_r_list_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_box1_r_list_btn{
    margin-right: 26px;
}
.contact_box1_r_list_btn.hover{
    color: var(--hue1);
    background: #e6edf8;
}
.contact_box1_r_list_btn:last-child{
    margin-right: 0;
}


/* faq */
.main_l{
    width: calc(100% - 360px);
    padding-right: 2.6vw;
}
.main_l2{
    padding-right: 0;
    padding-left: 2.6vw;
}
.faq_list1_title .tt{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.faq_list1_title .tt .icon1{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hue1);
}
.faq_list1_title .tt .tt_con{
    width: calc(100% - 10px);
    padding-left: 10px;
}
.faq_list1_down1{
    padding-left: 20px;
    padding-right: 30px;
}



/* page */
.page_box .wp-pagenavi{
	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-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding:clamp(1.563rem, 0.98rem + 2.45vw, 3.125rem) 0 0;
}

.page_box a,
.page_box span{
    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;
	width: clamp(1.875rem, 1.409rem + 1.96vw, 3.125rem);
	height:clamp(1.875rem, 1.409rem + 1.96vw, 3.125rem);
	text-align: center;
	color: #666;
	margin: 0 6px;
	border: 1px solid #dddddd;
}
.page_box .pages{
    width: auto;
    border: none;
}
.page_box a.btn{
	width: auto;
	padding: 0 12px;
}
.page_box a:hover,
.page_box a.current,
.page_box span.current{
    color: #fff;
	background: var(--hue1);
	border-color: var(--hue1);
}

.main_r{
    width: 360px;
    position: relative;
}

.main_r_item{
    margin-bottom: clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem);
}
.main_r_item:last-child{
    margin-bottom: 0;
}
.main_r_item_pro{
    background: #fafafa;
    padding:clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem) clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
}
.main_r_title{
    margin-bottom: 18px;
}
.main_r_list1{
    padding-bottom: 10px;
}

.main_r_list1 a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
}
.main_r_list1 a .pic{
    width: 93px;
    overflow: hidden;
}
.main_r_list1 a .pic img{
    width: 100%;
}
.main_r_list1 a .con{
    width: calc(100% - 93px);
    padding-left: 10px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
   justify-content:center;
   -ms-justify-content:center;
   -webkit-justify-content:center;
    padding: 12px 0 12px 10px;
}
.main_r_list1 a .con .tt{
    margin-bottom: 12px;
}

.main_r_item_btn{
    width: 100%;
}

.main_r_list1 a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.main_r_item_contact{
    padding: clamp(1.25rem, 0.435rem + 3.43vw, 3.438rem) 6.5%;
    background: url(../image/faq_01.jpg) no-repeat center center / cover;
}
.main_r_item_contact_title .tt{
    margin:13px 0 10px;
}
.main_r_item_contact_title .text{
    margin-bottom: 25px;
}

.main_r_item_contact_btn{
    width: 180px;
}



/* news */
.news_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list1 dd{
    width: calc((100% - 60px) / 3);
    border: 2px solid #eee;
    margin: 0 30px 30px 0;
}
.news_list1 dd:last-child{
    margin-right: 0;
}
.news_list1 dd a{
    display: block;
}
.news_list1_time{
    line-height: clamp(2.5rem, 1.988rem + 2.16vw, 3.875rem);
    position: relative;
    padding: 0 clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
}
.news_list1_time::after{
    content: "";
    display: block;
    position: absolute;
    right: clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
    top: -8px;
    width: clamp(1.125rem, 0.729rem + 1.67vw, 2.188rem);
    height: clamp(1.438rem, 0.925rem + 2.16vw, 2.813rem);
    background: url(../image/news_list_icon1.png) no-repeat center center / 100% auto;
}
.news_list1_pic{
    overflow: hidden;
}
.news_list1_pic img{
    display: block;
    width: 100%;
}
.news_list1_con{
    padding: clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem) clamp(0.75rem, 0.634rem + 0.49vw, 1.063rem);
}

.news_list1_con .tt{
    color: #333;
    margin-bottom: 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.news_list1 dd a:hover .news_list1_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.news_list1 dd a:hover .tt{
    color: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.news_list2 dd{
    border-bottom: 1px solid #eee;
}
.news_list2 dd a{
    padding: 20px 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.news_list2 dd a .pic{
    width: 290px;
    overflow: hidden;
}
.news_list2 dd a .pic img{
    width: 100%;
}
.news_list2 dd a .con{
    width: calc(100% - 290px);
    padding-left: 10px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
   justify-content:center;
   -ms-justify-content:center;
   -webkit-justify-content:center;
   padding-left: 30px;
}
.news_list2 dd a .con .tt{
    color: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list2 dd a .con .time{
    padding:clamp(0.625rem, 0.532rem + 0.39vw, 0.875rem) 0;
}
.news_list2 dd a .con .text{
    margin-bottom: 10px;
}

.news_list2 dd a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.news_list2 dd a:hover .con .tt{
    color: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.news_list2 dd:nth-child(2n) a{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.news_list2 dd:nth-child(2n) a .con{
    padding-left: 0;
    padding-right: 30px;
}



/* news_det */
.news_det_title1{
    margin-bottom: clamp(0.75rem, 0.471rem + 1.18vw, 1.5rem);
}

.news_det_tip{
    padding: 0 0 clamp(0.75rem, 0.634rem + 0.49vw, 1.063rem) 0;
    border-bottom: 1px solid #e4e4e4;
}

.news_det_tip_l{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_det_tip_l .item{
    margin: 0 clamp(0.625rem, -0.074rem + 2.94vw, 2.5rem) 0 0;
}
.news_det_tip_l .item:last-child{
    margin-right: 0;
}

.news_det_con{
    padding: clamp(1rem, 0.441rem + 2.35vw, 2.5rem) 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}


.news_det_page{
    padding: clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem) 0;
}
.news_det_page_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    line-height: 36px;
}
.news_det_page_item .tt{
    width: 44px;
    color: #333;
}
.news_det_page_item .text{
    width: calc(100% - 44px);
    color: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_det_page_item:hover .text{
    color: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



























.main_r_item_inq{
    position: relative;
    z-index: 3;
    width: 360px;
}


.main_r_item_inq.hover{
	position:fixed;
	top:0;
	z-index:3;
}
.main_r_item_inq.hover1{
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
}


.main_r_item_inq_title{
    height: clamp(3.125rem, 2.659rem + 1.96vw, 4.375rem);
    color: #fff;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: var(--hue1);
    padding-left: 20px;
}
.main_r_item_inq_title .icon{
    font-weight: normal;
    margin-right: clamp(0.438rem, 0.298rem + 0.59vw, 0.813rem);
}

.main_r_item_inq_con{
    padding: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem) clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
    border: 1px solid #f0f0f0;
    background: #ffffff;
}
.main_r_item_inq_list dd{
    width: 100%;
    margin-bottom: clamp(0.938rem, 0.821rem + 0.49vw, 1.25rem);
}
.main_r_item_inq_list dd:last-child{
    margin-bottom: 0;
}
.main_r_item_inq_list_text,
.main_r_item_inq_list_area{
    display: block;
    width: 100%;
    height: clamp(2.5rem, 2.127rem + 1.57vw, 3.5rem);
    padding-left: clamp(0.625rem, 0.439rem + 0.78vw, 1.125rem);
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}
.main_r_item_inq_list_area{
    height: 105px;
    padding: 12px clamp(0.625rem, 0.439rem + 0.78vw, 1.125rem);
    resize: none;
}


.main_r_item_inq_list_btn{
    width: 100%;
    height: clamp(2.5rem, 2.127rem + 1.57vw, 3.5rem);
    color: var(--hue1);
    border-radius: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
    background: #e5edf8;
    cursor: pointer;
}
.main_r_item_inq_list_btn:hover{
    background: var(--hue1);
    color: #fff;
}



.main_r_item_pro2{
    padding: clamp(1.25rem, 0.901rem + 1.47vw, 2.188rem) clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
}
.main_r_item_pro2_list_title{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    height: clamp(3rem, 2.837rem + 0.69vw, 3.438rem);
    padding: 0 clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
    background: #fafafa;
    color: #333;
    border-radius: 5px;
    margin-bottom: 15px;
}
.main_r_item_pro2_list_item:last-child{
    margin-bottom: 0;
}
.main_r_item_pro2_list_title .tt{
    width: calc(100% - 30px);
    color: #333;
}
.main_r_item_pro2_list_title .icon{
    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;
    width: 30px;
    height: 30px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    cursor: pointer;
}
.main_r_item_pro2_list_item.hover .main_r_item_pro2_list_title{
    background: var(--hue1);
}

.main_r_item_pro2_list_item.hover .main_r_item_pro2_list_title .tt,
.main_r_item_pro2_list_item.hover .main_r_item_pro2_list_title .icon{
    color: #fff;
}


.main_r_item_pro2_list_down{
    display:none;
}
.main_r_item_pro2_list_down a{
    display: block;
    color: #333;
    padding: 8px clamp(0.625rem, 0.392rem + 0.98vw, 1.25rem);
}
.main_r_item_pro2_list_down a.hover{
    color: #fff;
    background: var(--hue1);
}




.pro_list_title1{
    margin-bottom: clamp(1.125rem, 0.846rem + 1.18vw, 1.875rem);
}

.pro_list_bars{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem);
}
.pro_list_bars a{
    padding: 0 12px;
    color: #666;
    line-height: 30px;
    border: 1px solid #ddd;
    margin: 0 clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem) clamp(0.625rem, 0.509rem + 0.49vw, 0.938rem) 0;
}
.pro_list_bars a:hover,
.pro_list_bars a.hover{
    color: #fff;
    background: var(--hue1);
    border-color: #1b56bd;
}


.pro_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_list1 dd{
    width: calc((100% - 46px) / 3);
    margin: 0 23px 20px 0;
}
.pro_list1 dd a{
    display: block;
}
.pro_list1 dd a .pic{
    overflow: hidden;
}
.pro_list1 dd a .pic img{
    width: 100%;
    height: 100%;
}
.pro_list1 dd a .tt{
    padding: clamp(0.75rem, 0.634rem + 0.49vw, 1.063rem) 0;
}
.pro_list1 dd a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}



.hot_pro_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.hot_pro_list1 dd{
    width: calc((100% - 90px) / 4);
    border-radius: clamp(0.313rem, 0.08rem + 0.98vw, 0.938rem);
    border: 1px solid var(--hue1);
    overflow: hidden;
    margin: 0 30px 0 0;
}
.hot_pro_list1 dd:last-child{
    margin-right: 0;
}
.hot_pro_list1 dd a .pic{
    overflow: hidden;
}
.hot_pro_list1 dd a .pic img{
    width: 100%;
    height: 100%;
}
.hot_pro_list1 dd a .tt{
    line-height: clamp(2.5rem, 2.267rem + 0.98vw, 3.125rem);
    color: #fff;
    background: var(--hue1);
}
.hot_pro_list1 dd a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


/* pro_det */
.pro_det_t_l{
    width: 42.8%;
}

.pro_det_pic_scroll{
    margin-bottom: 10px;
}
.pro_det_pic_scroll img{
    width: 100%;
}


div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 500px !important;
	width: 500px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:rgba(255,255,255,.5) url(../image/mask.png) repeat center center;
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:1200px !important;
	height: auto;
	max-height: none;
	max-width: none;
}



.pro_det_pic_bars_rela{
    position: relative;
}
.pro_det_pic_bars{
    width: calc(100% - 60px);
    margin:0 auto;
    position: relative;
}
.pro_det_pic_bars .swiper-slide{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.pro_det_pic_bars .swiper-slide img{
    width: 100%;
    height: 100%;
}
.pro_det_pic_bars .swiper-slide::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid var(--hue1);
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_pic_bars .swiper-slide.swiper-slide-thumb-active::after{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.pro_det_pic_bars_btn{
    position: absolute;
    top: 0;
    z-index: 2;
    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;
    width: 24px;
    height: 100%;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_pic_bars_btn.prev{
    left: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}
.pro_det_pic_bars_btn.next{
    right: 0;
}
.pro_det_pic_bars_btn:hover{
    color: #fff;
    background: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.pro_det_t_r{
    width: 52.8%;
}
.pro_det_title1{
    margin-bottom: clamp(0.75rem, 0.564rem + 0.78vw, 1.25rem);
}
.pro_det_t_r_text{
    margin-bottom: clamp(1.25rem, 0.854rem + 1.67vw, 2.313rem);
}
.pro_det_t_r_clm{
    padding: clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem) 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pro_det_t_r_clm .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    line-height: 2;
}
.pro_det_t_r_clm .item .icon{
    width: 15px;
}
.pro_det_t_r_clm .item .con{
    width: calc(100% - 15px);
    padding-left: 10px;
}

.pro_det_t_r_btn_box{
    padding: clamp(1.125rem, 0.613rem + 2.16vw, 2.5rem) 0 clamp(0.625rem, 0.159rem + 1.96vw, 1.875rem);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_t_r_btn{
    width: 200px;
    height: 40px;
    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;
    background: #e5edf8;
    color: var(--hue1);
    border-radius: 20px;
    margin: 0 30px 0 0;
}
.pro_det_t_r_btn .icon{
    margin-right: 8px;
}
.pro_det_t_r_btn:hover,
.pro_det_t_r_btn.hover{
    background: var(--hue1);
    color: #fff;
}


.pro_det_t_r_tip{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-bottom: clamp(0.938rem, 0.588rem + 1.47vw, 1.875rem);
}
.pro_det_t_r_tip .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin: 0 clamp(0.75rem, 0.517rem + 0.98vw, 1.375rem) 10px 0;
}
.pro_det_t_r_tip .item:last-child {
    margin-right: 0;
}

.pro_det_t_r_tip .item .icon{
    font-size: 18px;
    margin-right: 6px;
}

.pro_det_t_r_tags{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_t_r_tags_tt{
    line-height: 30px;
    margin-right: 8px;
}
.pro_det_t_r_tags_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_t_r_tags_list a{
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}
.pro_det_t_r_tags_list a:hover{
    color: #fff;
    background: var(--hue1);
    border-color: var(--hue1);
}



.pro_det_box2{
    background: url(../image/pro_det_bg1.jpg) no-repeat center center / cover;
    padding: 30px 0;
}

.pro_det_box2_l{
    width: 230px;
}
.pro_det_box2_r{
    width: calc(100% - 230px);
    padding-left: 5%;
}

.pro_det_box2_r_scroll .swiper-slide:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}



/* pro_det_b */
.pro_det_b_bars_box{
    height: 70px;
    background: #f2f2f2;
    margin-bottom: clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem);
}
.pro_det_b_bars{
    height: 70px;
    position: relative;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.pro_det_b_bars_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.pro_det_b_bars_list .item{
    padding: 0 5px;
    height: 70px;
    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;
    color: #666;
    text-align: center;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_b_bars_list .item.hover{
    color: #fff;
    background: var(--hue1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.pro_det_b_tabs_item{
    margin-bottom: clamp(1.25rem, 0.551rem + 2.94vw, 3.125rem);
}
.pro_det_b_tabs_item:last-child{
    margin-bottom: 0;
}

.pro_det_b_title{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: clamp(0.875rem, 0.782rem + 0.39vw, 1.125rem);
}
.pro_det_b_title .icon{
    width: clamp(0.625rem, 0.462rem + 0.69vw, 1.063rem);
    margin-right: 7px;
}

.pro_det_b_tabs_item table{
    width: 100%;
}
.pro_det_b_tabs_item table tr td{
    height: 50px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.pro_det_b_tabs_item table tr td:first-child{
    background: #f2f2f2;
}
.pro_det_b_tabs_item table tr:first-child,
.pro_det_b_tabs_item table tr:first-child td{
    background: var(--hue1);
}
.pro_det_b_tabs_item table tr:first-child td{
    color: #fff;
}


.pro_det_b_app_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_app_list1 dd{
    width: calc((100% - 40px) / 3);
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.pro_det_b_app_list1 dd img{
    width: 100%;
}
.pro_det_b_app_list1 dd:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.pro_det_b_app_list1 dd:last-child{
    margin-right: 0;
}


.pro_det_b_why_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_why_list1 dd{
    width: 19%;
    text-align: center;
}
.pro_det_b_why_list1 dd .icon{
    width: clamp(3.125rem, 1.705rem + 5.98vw, 6.938rem);
    margin:0 auto 10px;
}
.pro_det_b_why_list1 dd .tt{
    font-weight: bold;
}



/* 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.6);
    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: 600px;
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module2Sixteen2_R {
    width: 100%;
    background: #FAFAFA;
    padding: 40px 8%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.module2Thirteen1_R_title{
    margin-bottom: 20px;
}

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

.module2Thirteen1_R_form .item .input_tt {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.module2Thirteen1_R_form .item input {
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #F0F2F3;
    padding: 0 10px 0 15px;
    border: none;
}

.module2Thirteen1_R_form .item textarea {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background: #F0F2F3;
    padding: 12px 10px 10px 15px;
    border: none;
    resize: none;
}

.module2Thirteen1_R_form .item ::-webkit-input-placeholder {
    color: #999999;
}


.fixed_email{
    position: absolute;
    right: 70px;
    z-index: 3;
    width: 115px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.jz{text-align:center;}
.textem{text-indent:2em;}





.pic_gallery{
	position: relative;
}

.pic_gallery_item{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: clamp(0.313rem, 0.196rem + 0.49vw, 0.625rem);
}
.pic_gallery_item .pic{
	border-radius: clamp(0.313rem, 0.196rem + 0.49vw, 0.625rem);
	overflow: hidden;
}
.pic_gallery_item_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	height: clamp(5rem, 2.415rem + 10.88vw, 11.938rem);
	padding: 0 clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem) clamp(0.938rem, 0.705rem + 0.98vw, 1.563rem);
	background: url(../image/pic_gallery_item_bg.png) repeat-x center center / auto 100%;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pic_gallery_item:hover .pic_gallery_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pic_gallery_item:hover .pic_gallery_item_tt,
.pic_gallery_item:hover .video_gallery_item_inq{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.video_gallery_item_inq{
	position: absolute;
	top: clamp(0.813rem, 0.556rem + 1.08vw, 1.5rem);
	right: clamp(0.625rem, 0.462rem + 0.69vw, 1.063rem);
	z-index: 8;
	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;
	color: #fff;
	width: clamp(6.25rem, 5.645rem + 2.55vw, 7.875rem);
	height: clamp(2rem, 1.674rem + 1.37vw, 2.875rem);
	background: var(--hue1);
	border-radius: clamp(0.188rem, 0.141rem + 0.2vw, 0.313rem);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.video_gallery_item_inq .icon{
	margin-right: 6px;
	position: relative;
	top: 2px;
}


.white-panel {
	position: absolute;
	width: calc((100% - 30px) / 3);
	margin-bottom: 15px;
}
.ly p{
	text-indent:1em
}

/* ── FINAL FONT OVERRIDE (Inter) ── */
html body,html body *:not(i):not(.iconfont):not([class*='icon']) {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
                 'Microsoft YaHei', 'PingFang SC', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
html { text-rendering: optimizeLegibility; }
