<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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: "Gotham", "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;
}






/* ç»™è¡¨æ&nbsp;¼æ·»åŠ&nbsp;æ»šåŠ¨æ¡ */
.pro_page_table {
    overflow-x: auto;
}


/* ç‰ˆå¿ƒ */
.wrap {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}












/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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


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

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

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

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

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 28px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

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

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

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


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

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

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

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

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

.mobile_menu_mask {
    z-index: 7;
}

/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* è‰²è°ƒ */
:root {
    --hue: #fcb026;
}

/* å­—ä½“ */
.ffr {
    font-family: "Gotham";
}

.ffm {
    font-family: "GothamMedium";
}

/* å­—ä½“å¤§å° */
.fz_42 {
    font-size: 42px;
    line-height: 54px;
}

.fz_30 {
    font-size: 30px;
    line-height: 42px;
}

.fz_24 {
    font-size: 24px;
    line-height: 36px;
}

.fz_22 {
    font-size: 22px;
    line-height: 34px;
}

.fz_20 {
    font-size: 20px;
    line-height: 32px;
}

.fz_18 {
    font-size: 18px;
    line-height: 30px;
}

.fz_16 {
    font-size: 16px;
    line-height: 28px;
}

.fz_14 {
    font-size: 14px;
    line-height: 26px;
}

/* é—´è· */
.p_100 {
    padding: 100px 0 100px;
}

.p_t_100 {
    padding-top: 100px;
}

.p_b_100 {
    padding-bottom: 100px;
}

.p_b_35 {
    padding-bottom: 35px;
}

.tc {
    text-align: center;
}

.upp {
    text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~~~~~å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~~~~~~å¯¼èˆª,css */
.pc_public_head {
    height: 115px;
}

.pc_head_cen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 50px;
    background: var(--hue);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    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_cen .logo {
    width: 92px;
}

.pc_head_cen .logo a {
    display: block;
}

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

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

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

.pc_head_list_box .item {
    margin-right: 2.4vw;
}

.pc_head_list_box&gt;.item:last-child {
    margin-right: 0;
}

.pc_head_list_box .item&gt;a {
    display: block;
    font-size: 16px;
    color: #333e46;
    line-height: 115px;
}

.pc_head_list_box .item.hover&gt;a {
    color: #ffffff;
}

.header_language {
    position: relative;
    margin: 0 2.8vw 0 3.2vw;
}

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

.header_language_01 span {
    font-family: "GothamMedium";
    font-size: 14px;
    color: #333e46;
    padding: 0 4px 0 4px;
}

.header_language_01 .icon2 {
    font-weight: 700;
    font-size: 16px;
    color: #333e46;
    padding-top: 2px;
}

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 70px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 18px 0;
    background: var(--hue);
    border-radius: 0 0 10px 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

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

.header_search {
    margin-right: 2.8vw;
}

.header_search .click_icon {
    font-size: 26px;
    color: #333e46;
    padding-top: 2px;
    cursor: pointer;
}

/* å¯å…¬ç”¨å¯¼èˆªæœç´¢ */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px 25px 10px 25px;
}

.all_public_form .icon_01 {
    font-size: 38px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

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

.all_public_form .public_form_close {
    font-size: 34px;
    position: absolute;
    top: 11px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

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

/* å¯å…¬ç”¨å¯¼èˆªæœç´¢~~~~~~~~~~~~~~~~~~ç»“æŸ */

.header_menu_btn {
    margin-top: 4px;
    width: 28px;
    height: 24px;
    cursor: pointer;
    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;
}

.header_menu_btn .line {
    width: 100%;
    height: 4px;
    background: #333e46;
}

.header_menu_btn .line1 {
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_menu_btn .line2 {
    -ms-transition: all 0.4s 0.05s;
    -webkit-transition: all 0.4s 0.05s;
    transition: all 0.4s 0.05s;
}

.header_menu_btn .line3 {
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_menu_btn.on .line2 {
    width: 0;
    opacity: 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_menu_btn.on .line1 {
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transition: all 0.4s 0.05s;
    -webkit-transition: all 0.4s 0.05s;
    transition: all 0.4s 0.05s;
}

.header_menu_btn.on .line3 {
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transition: all 0.4s 0.05s;
    -webkit-transition: all 0.4s 0.05s;
    transition: all 0.4s 0.05s;
}

.header_menu_btn.on .line {
    background: #ffffff;
}

/* ~~~~~~~~~~~~~~~ä¸‹æ‹‰èœå•ï¼Œcss */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
}

.header_column_menu {
    background: rgba(51, 62, 70, 0.96);
}

.header_column_menu_w {
    padding: 40px 0 25px;
}

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

.header_pro_menu .menu_list {
    width: calc(100% / 4);
    padding: 0 2vw;
    border-right: 1px solid #414d56;
}

.header_pro_menu .menu_list_tt {
    font-size: 20px;
    color: #ffffff;
}

.header_pro_menu .menu_list_tt a {
    color: #ffffff;
}

.header_pro_menu .menu_list_a {
    padding-top: 28px;
}

.header_pro_menu .menu_list_a a {
    display: block;
    font-family: "GothamMedium";
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.header_pro_menu&gt;.menu_list:last-child {
    border-right: none;
}

.app_cas_menu_w {
    padding: 40px 0 30px;
}

.app_cas_menu {
    max-width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
}

.app_cas_menu_L {
    width: 61%;
}

.app_cas_menu_L a {
    display: block;
}

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

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

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

.app_cas_menu_L a .text {
    color: #ffffff;
    padding-top: 15px;
}

.app_cas_menu_R {
    width: 28%;
}

.app_cas_menu_R a {
    display: block;
    font-family: "GothamMedium";
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

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

.header_all_column_menu {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~end */















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

.index_banner {
    position: relative;
}

.index_banner_lunbo .swiper-slide .item {
    position: relative;
    overflow: hidden;
}

.index_banner_lunbo .swiper-slide .item&gt;img {
    width: 100%;
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.index_banner_lunbo .swiper-slide.swiper-slide-active .item&gt;img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: all 5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -webkit-transition: all 5s cubic-bezier(0.65, 0.01, 0.45, 1);
    transition: all 5s cubic-bezier(0.65, 0.01, 0.45, 1);
}

.ind_b_content_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 92%;
    max-width: 1600px;
    padding-bottom: 11vw;
}

.ind_b_content {
    max-width: 880px;
}

.ind_b_content .subtitle {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 20px;
}

.ind_b_content .title {
    font-size: 68px;
    color: #ffffff;
    line-height: 70px;
}

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

.ind_b_content .text {
    max-width: 500px;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 28px;
    text-decoration: underline;
}

.ind_b_content .btn {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_page_btn {
    width: 210px;
    height: 50px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_page_btn:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.public_page_btn span {
    font-size: 18px;
    color: #ffffff;
}

.public_page_btn .iconfont {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 15px;
    border-radius: 4px;
    background: #ffc04d;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_page_btn:hover .iconfont {
    border-radius: 50%;
}

.public_page_btn.btn1 {
    background: #333e46;
}

.m_l_45 {
    margin-left: 45px;
}

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

.public_call_us_now .icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 8px;
    border: 2px dashed #ffffff;
    -webkit-animation: el_rotate 24s linear infinite;
    animation: el_rotate 24s linear infinite;
}

.public_call_us_now .icon .iconfont {
    font-size: 36px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-animation: el_rotate 24s linear infinite reverse;
    animation: el_rotate 24s linear infinite reverse;
}

@-webkit-keyframes el_rotate {
    form {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes el_rotate {
    form {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.public_call_us_now .arrow {
    width: 48px;
    margin: 0 10px;
}

.public_call_us_now .arrow img {
    width: 100%;
}

.public_call_us_now .tel_number {
    width: calc(100% - 78px - 48px - 10px - 10px);
}

.public_call_us_now .tel_number .tel_text {
    color: #ffffff;
}

.public_call_us_now .tel_number .number {
    color: #ffffff;
}

.index_banner_btn {
    position: absolute;
    z-index: 2;
    right: 8vw;
    bottom: 0;
    padding-bottom: 11vw;
}

.public_lunbo_btn {
    font-size: 26px;
    color: #ffffff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #8b8388;
    background: rgba(36, 36, 36, 0.8);
    outline: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.index_banner_next {
    margin-top: 20px;
}

.index_banner_media {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -155px;
    -ms-transform: translate(0, -50%) rotateZ(-90deg);
    -webkit-transform: translate(0, -50%) rotateZ(-90deg);
    transform: translate(0, -50%) rotateZ(-90deg);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index_banner_media .item {
    margin: 0 15px;
}

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

.index_banner_media .item a .iconfont {
    font-size: 22px;
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_banner_media .item a span {
    color: #ffffff;
    padding-left: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxOne {
    background: #f5f5f5;
}

.public_module_title a {
    display: block;
}

.public_module_title .subtitle {
    padding-bottom: 8px;
}

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

.indBoxOne1 {
    padding-bottom: 45px;
    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;
}

.indBoxOne1 .item {
    width: 20%;
    padding: 0 15px;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}

.indBoxOne1&gt;.item:last-child {
    border-right: none;
}

.indBoxOne1 .item .img_box {
    text-align: center;
}

.indBoxOne1 .item .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxOne1 .item .text {
    color: #333333;
    text-align: center;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.indOne2_item_lunbo .swiper-slide a {
    display: block;
    padding: 0 5px;
}

.indOne2_item_lunbo .swiper-slide a .img_box {
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.indOne2_item_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

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

.indOne2_item_lunbo .swiper-slide a .text {
    color: #333333;
    padding-top: 20px;
    text-align: center;
}

.public_lunbo_dots {
    text-align: center;
    padding-top: 20px;
}

.public_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: #333e46;
    margin: 0 6px !important;
    -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);
}

.indBoxTwo {
    background: url(../images/index_06.jpg) no-repeat center center / cover;
}

.indBoxTwo1 {
    border-radius: 6px;
    background: #333e46;
    padding: 50px 60px 50px 70px;
    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;
}

.indTwo1_L {
    width: 36%;
    color: #ffffff;
}

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

.indTwo1_R_line {
    width: 1px;
    height: 45px;
    margin: 0 2.8vw;
    background: #555d64;
}

.indBoxThree {
    background: var(--hue);
}

.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 {
    position: relative;
    width: 36.7%;
}

.indThree1_L img {
    position: relative;
    z-index: 3;
    width: 100%;
}

.indThree1_L .round {
    position: absolute;
    z-index: 1;
    top: 54%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22.9vw;
    height: 22.9vw;
    border-radius: 50%;
    background: #ffc04d;
}

.indThree1_L .round .line1,
.indThree1_L .round .line2,
.indThree1_L .round .line3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #333333;
}

@-webkit-keyframes line_animate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    50% {
        width: 120%;
        height: 120%;
        opacity: 0.5;
    }

    100% {
        width: 140%;
        height: 140%;
        opacity: 0;
    }
}

@keyframes line_animate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    50% {
        width: 120%;
        height: 120%;
        opacity: 0.5;
    }

    100% {
        width: 140%;
        height: 140%;
        opacity: 0;
    }
}

.indThree1_L .round .line1 {
    -webkit-animation: line_animate 3s linear 0s infinite;
    animation: line_animate 3s linear 0s infinite;
}

.indThree1_L .round .line2 {
    -webkit-animation: line_animate 3s linear 1s infinite;
    animation: line_animate 3s linear 1s infinite;
}

.indThree1_L .round .line3 {
    -webkit-animation: line_animate 3s linear 2s infinite;
    animation: line_animate 3s linear 2s infinite;
}

.indThree1_L .text {
    position: absolute;
    z-index: 2;
    top: 24%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 5.6vw;
    color: rgba(255, 213, 135, 0.35);
    line-height: 1;
}

.indThree1_R {
    width: 54%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indThree1_R .item {
    width: 50%;
    padding: 30px 25px;
    border-radius: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indThree1_R .item:hover {
    background: #ffc55d;
}

.indThree1_R .item .icon {
    width: 80px;
}

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

.indThree1_R .item .title {
    color: #333333;
    padding-top: 25px;
    text-transform: uppercase;
}

.indThree1_R .item .text {
    color: #333e46;
    padding-top: 15px;
}

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

.indFour1_L {
    position: relative;
    width: 48.2%;
}

.indFour1_L img {
    width: 100%;
}

.indFour1_L .year_box {
    position: absolute;
    top: 8%;
    right: 0;
    border-radius: 10px;
    padding: 15px 12px;
    text-align: center;
    background: var(--hue);
}

.indFour1_L .year_box .year {
    font-size: 4.2vw;
    color: #ffffff;
    line-height: 1;
}

.indFour1_L .year_box .text {
    font-size: 2.2vw;
    color: #ffffff;
}

.indFour1_R {
    width: 49%;
}

.public_page_line {
    width: 90px;
    height: 3px;
    background: var(--hue);
}

.indFour1_R .public_page_line {
    margin-top: 28px;
}

.indFour1_R_01 {
    color: #666666;
    padding-top: 28px;
}

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

.indFour1_R_02 .item {
    width: calc((100% - 30px) / 2);
    background: #f5f5f5;
    border-radius: 8px;
    padding: 0 15px 25px 25px;
}

.indFour1_R_02 .item .icon {
    width: 69px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: -34px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.indFour1_R_02 .item .title {
    color: #333333;
    padding-top: 22px;
}

.indFour1_R_02 .item .text {
    color: #666666;
    padding-top: 10px;
}

.indFour1_R_03 {
    padding-top: 40px;
}

.indBoxFive {
    background: #f5f5f5;
}

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

.indBoxFive1 .item {
    width: 19%;
    padding: 0 10px;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}

.indBoxFive1&gt;.item:last-child {
    border-right: none;
}

.indBoxFive1 .item .icon {
    position: relative;
    width: 74px;
    height: 70px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indBoxFive1 .item .icon .hover_show {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxFive1 .item:hover .icon .hover_show {
    height: 100%;
}

.indBoxFive1 .item .text {
    color: #333333;
    padding-top: 10px;
    text-align: center;
}

.indBoxFive1 .item.hover .icon .hover_show {
    height: 100%;
}

.indBoxFive2 {
    padding-top: 40px;
}

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

.indFive2_item_L {
    width: 50.5%;
}

.indFive2_item_L_01 {
    color: #333333;
}

.indFive2_item_L_02 {
    color: #333333;
    padding-top: 10px;
}

.indFive2_item_L_03 {
    padding-top: 25px;
}

.indFive2_item_L_03 .every {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indFive2_item_L_03 .every .iconfont {
    width: 35px;
    font-size: 30px;
    color: var(--hue);
}

.indFive2_item_L_03 .every span {
    width: calc(100% - 35px);
    color: #666666;
}

.indFive2_item_L_04 {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indFive2_item_L_04&gt;a:nth-child(2) {
    margin-left: 30px;
}

.indFive2_item_R {
    position: relative;
    width: 48.5%;
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indFive2_item_R img {
    width: 100%;
}

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

.indFive2_item_R .icon {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 28%;
}

.indFive2_item.on .indFive2_item_L {
    -webkit-animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
    animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

.indFive2_item.on .indFive2_item_R {
    -webkit-animation: fadeInUp 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
    animation: fadeInUp 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

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

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

.indSix1_L {
    width: 42%;
}

.indSix1_L_form {
    border-radius: 6px;
    background: #273139;
    padding: 45px 50px 50px;
}

.indSix1_L_form_tt {
    font-size: 38px;
    color: #ffffff;
    text-align: center;
}

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

.indSix1_L_form .item input {
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 14px;
    color: #333333;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding: 0 10px 0 20px;
    background: #ffffff;
    border: none;
}

.indSix1_L_form .item textarea {
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 14px;
    color: #333333;
    width: 100%;
    height: 190px;
    border-radius: 6px;
    padding: 18px 10px 10px 20px;
    background: #ffffff;
    border: none;
    resize: none;
}

.indSix1_L_form .btn button {
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: var(--hue);
    border: none;
    box-shadow: 0 6px 8px rgba(252, 176, 38, 0.3);
}

.indSix1_R {
    width: 49%;
}

.indSix1_R_01 {
    position: relative;
    padding-top: 40px;
}

.indSix1_R_01_lunbo .swiper-slide .item {
    position: relative;
    padding-top: 50px;
}

.indSix1_R_01_lunbo_01 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 45px;
    width: 135px;
}

.indSix1_R_01_lunbo_01 img {
    width: 100%;
}

.indSix1_R_01_lunbo_02 {
    position: relative;
    color: #ffffff;
    border-radius: 6px;
    padding: 115px 35px 85px 45px;
    background: rgba(36, 46, 54, 0.9);
}

.indSix1_R_01_lunbo_02::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 45px;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(36, 46, 54, 0.9);
}

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

.indSix1_R_01_lunbo_03 .img_box {
    width: 116px;
    border-radius: 50%;
    overflow: hidden;
}

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

.indSix1_R_01_lunbo_03 .r_box {
    width: calc(100% - 116px);
    padding-left: 15px;
}

.indSix1_R_01_lunbo_03 .r_box .name {
    color: #ffffff;
}

.indSix1_R_01_lunbo_03 .r_box .position {
    color: var(--hue);
    padding-top: 2px;
}

.indSix1_R_01_btn {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indSix1_R_01_next {
    margin-left: 20px;
}

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

.indBoxSix2 .item {
    position: relative;
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
}

.indBoxSix2&gt;.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxSix2 .item .number_text {
    text-align: center;
    padding: 32px 10px 30px;
    border: 3px dashed #676767;
}

.indBoxSix2 .item .number_text .number {
    font-size: 4.6vw;
    color: #ffffff;
    line-height: 1;
}

.indBoxSix2 .item .number_text .number span {
    color: var(--hue);
}

.indBoxSix2 .item .number_text .text {
    color: #ffffff;
    padding-top: 15px;
}

.indBoxSix2 .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 3px dashed var(--hue);
    border-right: 3px dashed var(--hue);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: height 0.15s linear 0.3s, width 0.15s linear 0.45s, opacity 0.001s linear 0.6s;
    -webkit-transition: height 0.15s linear 0.3s, width 0.15s linear 0.45s, opacity 0.001s linear 0.6s;
    transition: height 0.15s linear 0.3s, width 0.15s linear 0.45s, opacity 0.001s linear 0.6s;
}

.indBoxSix2 .item:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-transition: width 0.15s linear, height 0.15s linear 0.15s;
    -webkit-transition: width 0.15s linear, height 0.15s linear 0.15s;
    transition: width 0.15s linear, height 0.15s linear 0.15s;
}

.indBoxSix2 .item::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-bottom: 3px dashed var(--hue);
    border-left: 3px dashed var(--hue);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: height 0.15s linear, width 0.15s linear 0.15s, opacity 0.001s linear 0.3s;
    -webkit-transition: height 0.15s linear, width 0.15s linear 0.15s, opacity 0.001s linear 0.3s;
    transition: height 0.15s linear, width 0.15s linear 0.15s, opacity 0.001s linear 0.3s;
}

.indBoxSix2 .item:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-transition: width 0.15s linear 0.3s, height 0.15s linear 0.45s, opacity 0.001s linear 0.3s;
    -webkit-transition: width 0.15s linear 0.3s, height 0.15s linear 0.45s, opacity 0.001s linear 0.3s;
    transition: width 0.15s linear 0.3s, height 0.15s linear 0.45s, opacity 0.001s linear 0.3s;
}

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

.indSeven_lunbo .swiper-slide .item {
    height: 835px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
}
.indSeven_lunbo .swiper-slide .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indBoxSeven1 {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(51, 62, 70, 0.2);
}

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

.indSeven1_01 .item {
    width: calc(100% / 4);
    border-right: 1px solid #909090;
}

.indSeven1_01&gt;.item:last-child {
    border-right: none;
}

.indSeven1_01 .item a {
    position: relative;
    display: block;
    padding: 20px 10px 16px 8%;
}

.indSeven1_01_01 .number {
    color: #ffffff;
}

.indSeven1_01_01 .text {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indSeven1_01_02 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 0 10px 0 8%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indSeven1_01 .item a:hover .indSeven1_01_02 {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.indSeven1_01_02 .text {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indSeven1_01 .item a:hover .indSeven1_01_02 .text {
    -webkit-animation: fadeInRight 1s ease both 0.28s;
    animation: fadeInRight 1s ease both 0.28s;
}

.indSeven1_01_03 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding: 35px 25px 40px 8%;
    -ms-transition: opacity 0.3s, visibility 0.001s 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.001s 0.3s;
    transition: opacity 0.3s, visibility 0.001s 0.3s;
}

.indSeven1_01 .item a:hover .indSeven1_01_03 {
    opacity: 1;
    visibility: visible;
    -ms-transition: opacity 0.001s 0.3s;
    -webkit-transition: opacity 0.001s 0.3s;
    transition: opacity 0.001s 0.3s;
}

.indSeven1_01_03::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--hue);
    -ms-transition: height 0.38s;
    -webkit-transition: height 0.38s;
    transition: height 0.38s;
}

.indSeven1_01 .item a:hover .indSeven1_01_03::before {
    height: 100%;
    -ms-transition: height 0.38s 0.3s;
    -webkit-transition: height 0.38s 0.3s;
    transition: height 0.38s 0.3s;
}

.indSeven1_01_03 .number {
    font-size: 36px;
    color: #333333;
}

.indSeven1_01 .item a:hover .indSeven1_01_03 .number {
    -webkit-animation: fadeInDown 1s ease both 0.28s;
    animation: fadeInDown 1s ease both 0.28s;
}

.indSeven1_01_03 .title {
    font-size: 32px;
    color: #333333;
    padding-top: 15px;
}

.indSeven1_01 .item a:hover .indSeven1_01_03 .title {
    -webkit-animation: fadeInRight 1s ease both 0.7s;
    animation: fadeInRight 1s ease both 0.7s;
}

.indSeven1_01_03 .text {
    font-size: 14px;
    color: #333e46;
    line-height: 24px;
    padding-top: 12px;
}

.indSeven1_01 .item a:hover .indSeven1_01_03 .text {
    -webkit-animation: fadeInLeft 1s ease both 0.7s;
    animation: fadeInLeft 1s ease both 0.7s;
}

.indSeven1_01_03 .icon {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 8%;
    width: 30px;
}

.indSeven1_01 .item a:hover .indSeven1_01_03 .icon {
    -webkit-animation: fadeInDown 1s ease both 0.9s;
    animation: fadeInDown 1s ease both 0.9s;
}

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

.indSeven1_01_03_content {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.indBoxEight {
    background: #f5f5f5;
}

.indEight1_lunbo .swiper-slide a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

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

.indEight1_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indEight1_lunbo .swiper-slide 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;
}

.indEight1_lunbo .swiper-slide a .img_box .date {
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    line-height: 48px;
    border-radius: 20px 0 0 0;
    background: rgba(0, 0, 0, 0.22);
}

.indEight1_lunbo .swiper-slide a .bot_box {
    padding: 35px 20px 30px 25px;
}

.indEight1_lunbo .swiper-slide a .bot_box .title {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indEight1_lunbo .swiper-slide a .bot_box .text {
    color: #666666;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indEight1_lunbo .swiper-slide a .bot_box .btn {
    color: #253745;
    padding-top: 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indEight1_lunbo .swiper-slide a:hover .bot_box .btn {
    color: var(--hue);
    text-decoration: underline;
}

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

.indBoxNine1 .item {
    width: calc((100% - 75px) / 6);
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
}

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

.indBoxNine1 .item .img_02 {
    display: none;
}

.indBoxNine1 .item:hover .img_01 {
    display: none;
}

.indBoxNine1 .item:hover .img_02 {
    display: block;
}

.indBoxNine1&gt;.item:nth-child(6n) {
    margin-right: 0;
}

.wow {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

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














/* ~~~~~~~~~~~~~~~footer inquiry,css */
/* ~~~~~~~~~~~~~~~footer inquiry,css */
/* ~~~~~~~~~~~~~~~footer inquiry,css */
.footer_inquiry {
    background: var(--hue);
}

.footer_inquiry_w {
    padding: 40px 0 40px;
}

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

.footer_inquiry1_L {
    width: 260px;
    font-size: 26px;
    color: #333e46;
    line-height: 30px;
    text-transform: uppercase;
}

.footer_inquiry1_R {
    width: calc(100% - 260px);
}

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

.footer_inquiry_form .item {
    width: 28%;
    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;
}

.footer_inquiry_form .item .input_tt {
    width: 100px;
    color: #333e46;
    text-align: right;
}

.footer_inquiry_form .item input {
    font-family: "Gotham", "Arial", "sans-serif";
    font-size: 14px;
    color: #333333;
    width: calc(100% - 100px);
    height: 28px;
    padding: 0 0 0 10px;
    border: none;
    background: none;
    border-bottom: 1px solid #ac8233;
}

.footer_inquiry_form .btn {
    width: 12.2%;
}

.footer_inquiry_form .btn button {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer_inquiry_form .btn button .iconfont {
    font-size: 24px;
    color: #333e46;
    padding: 2px 5px 0 0;
}

.footer_inquiry_form .btn button span {
    color: #333e46;
}

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















/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.public_footer_top {
    background: #333e46;
}

.footer_top_w {
    padding: 70px 0 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;
}

.footer_top1 .footer_logo {
    width: 92px;
}

.footer_top1 .footer_logo a {
    display: block;
}

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

.footer_top1 .text {
    color: #ffffff;
    padding-top: 16px;
}

.footer_top1 .media {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_top1 .media a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

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

.footer_top1 .media&gt;a:last-child {
    margin-right: 0;
}

.footer_top1 .media&gt;a:nth-child(1) {
    background: #3b5999;
}

.footer_top1 .media&gt;a:nth-child(2) {
    background: #209ef3;
}

.footer_top1 .media&gt;a:nth-child(3) {
    background: #0076b4;
}

.footer_top1 .media&gt;a:nth-child(4) {
    background: #ff011d;
}

.footer_top1 .media&gt;a:nth-child(5) {
    background: #0076b4;
}

.footer_top_title {
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 1px solid #545a5d;
    margin-bottom: 20px;
}

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

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

.footer_top_list .item a .iconfont {
    width: 22px;
    font-weight: 700;
    font-size: 18px;
    color: #8b8d8e;
    padding-top: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_list .item a span {
    width: calc(100% - 22px);
    color: #e2e2e2;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.footer_top5_list .item {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top5_list .item .iconfont {
    width: 30px;
    font-size: 20px;
    color: #e2e2e2;
    padding-top: 2px;
}

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

.footer_top5_list .item span a {
    color: #e2e2e2;
}

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

.footer_top1 {
    width: 21%;
}

.footer_top2 {
    width: 18%;
}

.footer_top3 {
    width: 21%;
}

.footer_top4 {
    width: 15%;
}

.footer_top5 {
    width: 18%;
}

.public_footer_bot {
    background: #2c373f;
}

.footer_bot_w {
    padding: 20px 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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_bot1 {
    color: #929ba2;
}

.footer_bot2 {
    color: #929ba2;
}

.footer_bot2 a {
    color: #929ba2;
}

.footer_bot2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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















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

.SubPage_banner_w {
    height: 560px;
    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;
}

.SubPage_banner_text {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.SubPage_banner_text .title {
    font-size: 72px;
    color: #ffffff;
    text-transform: uppercase;
}

.SubPage_banner_text .Crumbs_box {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.SubPage_banner_text .Crumbs_box .iconfont {
    font-size: 22px;
    color: #ffffff;
}

.SubPage_banner_text .Crumbs_box .a_box {
    font-family: "GothamMedium";
    font-size: 16px;
    color: #ffffff;
    padding: 4px 0 0 6px;
}

.SubPage_banner_text .Crumbs_box .a_box a {
    color: #ffffff;
}

.SubPage_banner_text .Crumbs_box .a_box a:hover {
    text-decoration: underline;
}

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

.aboOne1_L_01 {
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboOne1_L_01 img {
    width: 100%;
}

.aboOne1_L:hover .aboOne1_L_01 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_02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 261px;
}

.aboOne1_L_02 img {
    width: 100%;
}

.aboOne1_L_02&gt;img {
    -webkit-animation: el_rotate 30s linear infinite;
    animation: el_rotate 30s linear infinite;
}

.aboOne1_L_02 .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102px;
}

.aboOne1_L_03 {
    position: absolute;
    top: 60px;
    right: 0;
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    background: var(--hue);
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
}

.aboOne1_L_03 .number {
    font-size: 4.2vw;
    color: #ffffff;
    line-height: 1;
}

.aboOne1_L_03 .text {
    font-size: 2.2vw;
    color: #ffffff;
}

/* ç‚¹å‡»è§†é¢‘å¼¹å‡ºæ’­æ”¾æ¡†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-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~~~~~~~~~~~~~~~~ç»“æŸ */

.aboOne1_R {
    width: 48.5%;
}

.aboOne1_R .public_page_line {
    margin-top: 25px;
}

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

.aboBoxTwo {
    background: #f5f5f5;
}

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

.aboTwo1_L {
    width: 48%;
}

.aboTwo1_L .public_page_line {
    margin-top: 25px;
}

.aboTwo1_L_btn {
    padding-top: 25px;
}

.aboTwo1_R {
    width: 48.5%;
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboTwo1_R img {
    width: 100%;
}

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

.aboBoxThree {
    background: var(--hue);
}

.aboBoxThree1 {
    max-width: 1390px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxThree1 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 30px;
    border-radius: 6px;
    background: #ffc55d;
    padding: 25px 20px 25px 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.aboBoxThree1 .item .icon {
    width: 80px;
}

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

.aboBoxThree1 .item .title {
    color: #333333;
    padding-top: 20px;
    text-transform: uppercase;
}

.aboBoxThree1 .item .text {
    color: #333e46;
    padding-top: 8px;
}

.aboBoxThree1&gt;.item:nth-child(3n) {
    margin-right: 0;
}

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

.aboBoxFour2 {
    position: relative;
}

.aboFour2_lunbo .swiper-slide .item {
    position: relative;
    height: 32.6vw;
    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;
}

.aboFour2_lunbo .swiper-slide .item .img_box {
    height: 43%;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboFour2_lunbo .swiper-slide .item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboFour2_lunbo .swiper-slide .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;
}

.aboFour2_lunbo .swiper-slide .item .year_text {
    height: 43%;
    text-align: center;
}

.aboFour2_lunbo .swiper-slide .item .year_text .year {
    color: #333333;
}

.aboFour2_lunbo .swiper-slide .item .year_text .text {
    color: #666666;
    padding-top: 8px;
}

.aboFour2_lunbo .swiper-slide .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--hue);
}

.aboFour2_lunbo .swiper-slide:nth-child(even) .item {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.aboBoxFour2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.aboFour3_01 {
    max-width: 1100px;
    margin: 0 auto;
    color: #666666;
    text-align: center;
    padding-top: 45px;
}

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

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

.aboFive1_lunbo .swiper-slide .item {
    border-radius: 6px;
    background: #f6f6f6;
    padding: 35px 30px 35px;
}

.aboFive1_lunbo .swiper-slide .item .img_box {
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboFive1_lunbo .swiper-slide .item .img_box img {
    width: 100%;
}

.aboFive1_lunbo .swiper-slide .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;
}

.aboFive1_lunbo .swiper-slide .item .bot_box {
    padding: 20px 0 0;
    text-align: center;
}

.aboFive1_lunbo .swiper-slide .item .bot_box .name {
    color: #000000;
}

.aboFive1_lunbo .swiper-slide .item .bot_box .position {
    color: var(--hue);
    padding-top: 5px;
    text-transform: uppercase;
}

.aboFive1_lunbo .swiper-slide .item .bot_box .text {
    color: #999999;
    padding-top: 10px;
}

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

.aboFive1_lunbo_content a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 8px;
    border-radius: 50%;
    background: var(--hue);
}

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

.aboBoxSix {
    background: #f6f6f6;
}

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

.aboBoxSix1 .item {
    width: calc(100% / 3);
    background: #ffffff;
    padding: 45px 2%;
    -ms-perspective: 200px;
    -moz-perspective: 200px;
    -webkit-perspective: 200px;
    perspective: 200px;
}

.aboBoxSix1 .item .icon {
    width: 68px;
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.aboBoxSix1 .item .title {
    color: #333333;
    text-align: center;
    padding-top: 10px;
}

.aboBoxSix1 .item .text {
    color: #666666;
    text-align: center;
    padding-top: 8px;
}

.aboBoxSix1&gt;.item:nth-child(even) {
    background: var(--hue);
}

.aboBoxSeven {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

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

.aboSeven1_L {
    width: 42%;
}

.aboSeven1_R {
    width: 51%;
}

.aboSeven1_R_list {
    padding-top: 35px;
    border-top: 1px solid #747a7f;
}

.aboSeven1_R_list .item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboSeven1_R_list .item .icon {
    width: 70px;
}

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

.aboSeven1_R_list .item .r_box {
    width: calc(100% - 70px);
    padding: 14px 0 0 10px;
}

.aboSeven1_R_list .item .r_box .title {
    color: #ffffff;
}

.aboSeven1_R_list .item .r_box .text {
    color: #ffffff;
    padding-top: 8px;
}

.aboSeven1_R_list&gt;.item:last-child {
    margin-bottom: 0;
}

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
















/* ~~~~~~~~~~~~~~~Applications,css */
/* ~~~~~~~~~~~~~~~Applications,css */
/* ~~~~~~~~~~~~~~~Applications,css */
.appBoxOne {
    border-bottom: 1px solid #ececec;
}

.appBoxOne_w {
    padding: 30px 0;
}

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

.appBoxOne1 .item {
    width: calc(100% / 6);
    padding: 0 10px;
    border-right: 1px solid #ececec;
}

.appBoxOne1&gt;.item:last-child {
    border-right: none;
}

.appBoxOne1 .item a {
    display: block;
    height: 100%;
    -ms-perspective: 100px;
    -moz-perspective: 100px;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.appBoxOne1 .item a .icon {
    width: 84px;
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.appBoxOne1 .item a .text {
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding-top: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.appBoxTwo2 .item .item_w {
    padding: 80px 0;
}

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

.appTwo2_01_L {
    width: 45%;
}

.appTwo2_01_L a {
    position: relative;
    display: block;
    padding: 30px 0 0 30px;
}

.appTwo2_01_L a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 10px;
    background: #f5f5f5;
}

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

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

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

.appTwo2_01_R {
    width: 50%;
}

.appTwo2_01_R .title {
    color: #333333;
}

.appTwo2_01_R .public_page_line {
    margin-top: 25px;
}

.appTwo2_01_R .text {
    color: #666666;
    padding-top: 20px;
}

.appTwo2_01_R .btn {
    padding-top: 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;
}

.appBoxTwo2&gt;.item:nth-child(even) {
    background: #f5f5f5;
}

.appBoxTwo2&gt;.item:nth-child(even) .appTwo2_01 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.appBoxTwo2&gt;.item:nth-child(even) .appTwo2_01 .appTwo2_01_L a {
    padding: 30px 30px 0 0;
}

.appBoxTwo2&gt;.item:nth-child(even) .appTwo2_01 .appTwo2_01_L a::before {
    background: #ffffff;
    left: auto;
    right: 0;
}

/* ~~~~~~~~~~~~~~~Applications,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Applications,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Applications,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~Applications_del,css */
/* ~~~~~~~~~~~~~~Applications_del,css */
/* ~~~~~~~~~~~~~~Applications_del,css */
.app_de1Two2_01 {
    background: #d9dddf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_de1Two2_01 .item {
    width: calc(100% / 6);
    line-height: 60px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_de1Two2_01 .item:hover {
    font-size: 18px;
    color: #ffffff;
    background: #41535d;
}

.app_de1Two2_01 .item.hover {
    font-size: 18px;
    color: #ffffff;
    background: #41535d;
}

.app_de1Two3 {
    background: #f3f3f3;
}

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

.app_de1Two3_01_item_L {
    width: 43.1%;
}

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

.app_de1Two3_01_item_L a img {
    width: 100%;
}

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

.app_de1Two3_01_item_R {
    width: 52%;
}

.app_de1Two3_01_item_R .title {
    color: #333333;
}

.app_de1Two3_01_item_R .public_page_line {
    margin-top: 25px;
}

.app_de1Two3_01_item_R .text {
    color: #666666;
    padding-top: 20px;
}

.app_de1Two3_01_item_R .btn {
    padding-top: 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;
}

.app_de1Two3_01_item.on .app_de1Two3_01_item_L {
    -webkit-animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
    animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

.app_de1Two3_01_item.on .app_de1Two3_01_item_R {
    -webkit-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
    animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

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

.case_list_box.case_page .item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
}

.case_list_box.case_page&gt;.item:nth-child(3n) {
    margin-right: 0;
}

.case_list_box.m_b .item {
    margin-bottom: 50px;
}

.case_list_box .item {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 38px 40px 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.case_list_top a {
    display: block;
}

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

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

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

.case_list_top a .title {
    color: #333333;
    padding-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.case_list_box .item:hover .case_list_top a .title {
    color: #ffffff;
}

.case_list_top a .text {
    color: #666666;
    padding-top: 10px;
    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;
}

.case_list_box .item:hover .case_list_top a .text {
    color: #ffffff;
}

.case_list_top a .icon_box {
    padding-top: 12px;
}

.case_list_top a .icon_box .every {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.case_list_top a .icon_box .every .iconfont {
    width: 30px;
    font-size: 24px;
    color: #666666;
    padding-top: 1px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.case_list_top a .icon_box .every .r_box {
    width: calc(100% - 30px);
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.case_list_box .item:hover .case_list_top a .icon_box .every .iconfont,
.case_list_box .item:hover .case_list_top a .icon_box .every .r_box {
    color: #ffffff;
}

.case_list_top a .icon_box .every .r_box span {
    text-decoration: underline;
}

.case_list_bot {
    margin-top: 30px;
    border-top: 1px solid #ececec;
    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-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.case_list_bot a {
    width: calc((100% - 1px) / 2);
    height: 80px;
    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;
}

.case_list_bot a .iconfont {
    font-size: 26px;
    color: #666666;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.case_list_bot a span {
    font-size: 16px;
    color: #666666;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.case_list_box .item:hover .case_list_bot a .iconfont,
.case_list_box .item:hover .case_list_bot a span {
    color: #ffffff;
}

.case_list_bot .line {
    width: 1px;
    height: 24px;
    background: #dcdcdc;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_de1BoxFour {
    background: #f5f5f5;
}

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

.app_de1Four1 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    border-radius: 8px;
    padding: 80px 20px;
    background: #e9e9e9;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.app_de1Four1 .item .icon {
    width: 72px;
    margin: 0 auto;
}

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

.app_de1Four1 .item .text {
    color: #333333;
    padding-top: 20px;
    text-align: center;
}

.app_de1Four1 &gt; .item:nth-child(3n) {
    margin-right: 0;
}

.app_de1BoxFive_w .indBoxEight1 .indEight1_lunbo .swiper-slide a {
    background: #f5f5f5;
}

/* ~~~~~~~~~~~~~~Applications_del,css~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Applications_del,css~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Applications_del,css~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~Applications_del2,css */
/* ~~~~~~~~~~~~~~~~Applications_del2,css */
/* ~~~~~~~~~~~~~~~~Applications_del2,css */
.app_de2Two1 {
    max-width: 1260px;
    margin: 0 auto;
    color: #666666;
}

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

.app_de2Three1_lunbo .swiper-slide .item img {
    width: 100%;
}

.app_de2Three2_01 {
    position: relative;
    z-index: 2;
    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;
}

.app_de2Three2_01_L {
    position: relative;
    width: 35.4%;
    background: #f3f3f3;
    margin-top: -90px;
}

.app_de2Three2_01_L_lunbo .swiper-slide .item {
    color: #666666;
    padding: 50px 10.5% 25px;
}

.app_de2Three2_01_L_number {
    width: 142px;
    position: absolute;
    top: 0;
    right: 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    text-align: center;
    background: #41535d;
    padding: 14px 0;
}

.app_de2Three2_01_R {
    width: 64.6%;
    margin-top: -50px;
}

.app_de2Three2_01_R_lunbo .swiper-slide .item img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~Applications_del2,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Applications_del2,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Applications_del2,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~case,css */
.caseBoxOne3 {
    padding-top: 30px;
}

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















/* ~~~~~~~~~~~~~~Multimedia_resources,css */
/* ~~~~~~~~~~~~~~Multimedia_resources,css */
/* ~~~~~~~~~~~~~~Multimedia_resources,css */
.mulBoxOne1 {
    padding-bottom: 40px;
    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;
}

.mulBoxOne1 .item {
    width: 210px;
    margin: 0 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.mulBoxOne1 .item:hover {
    background: var(--hue) !important;
}

.mulBoxOne1 .item a {
    display: block;
    line-height: 52px;
    color: #333333;
    text-align: center;
}

.mulBoxOne1 .item.hover {
    background: var(--hue) !important;
}

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

.mulOne2_item_list .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
}

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

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

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

.mulOne2_item_list .item a .iconfont {
    opacity: 0;
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.mulOne2_item_list .item a:hover .iconfont {
    opacity: 1;
}

.mulOne2_item_list .item a .text {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.mulOne2_item_list .item a:hover .text {
    opacity: 1;
}

.mulOne2_item_list &gt; .item:nth-child(4n) {
    margin-right: 0;
}

.mulOne2_item_btn {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mulOne2_item_btn a {
    display: block;
    color: #ffffff;
    text-align: center;
    width: 190px;
    line-height: 48px;
    border-radius: 6px;
    background: var(--hue);
}

.mulOne2_item.on {
    -webkit-animation: fadeInUp 0.8s cubic-bezier(0.65, 0.01, 0.4, 1) both;
    animation: fadeInUp 0.8s cubic-bezier(0.65, 0.01, 0.4, 1) both;
}

.mulBoxTwo {
    background: #f5f5f5;
}

.mulBoxOne1.video_gallery .item {
    background: #ffffff;
}

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

.mulTwo2_item_list .item {
    position: relative;
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

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

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

.mulTwo2_item_list .item .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 66px;
}

.mulTwo2_item_list &gt; .item:nth-child(4n) {
    margin-right: 0;
}

.mulTwo2_item.on {
    -webkit-animation: fadeInUp 0.8s cubic-bezier(0.65, 0.01, 0.4, 1) both;
    animation: fadeInUp 0.8s cubic-bezier(0.65, 0.01, 0.4, 1) both;
}

/* ~~~~~~~~~~~~~~Multimedia_resources,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Multimedia_resources,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Multimedia_resources,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~multimedia_gallery_det,css */
/* ~~~~~~~~~~~~~~~~multimedia_gallery_det,css */
/* ~~~~~~~~~~~~~~~~multimedia_gallery_det,css */
.mul_ga_deOne3 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~~multimedia_gallery_det,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~multimedia_gallery_det,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~multimedia_gallery_det,css~~~~~~~~~~~end */















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

.pro_deBoxOne1 {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1 .iconfont {
    width: 35px;
    font-size: 26px;
    color: #ffffff;
}

.pro_deBoxOne1 .text {
    width: calc(100% - 35px);
    font-family: "GothamMedium";
    font-size: 16px;
    color: #ffffff;
    padding-top: 7px;
}

.pro_deBoxOne1 .text a {
    color: #ffffff;
}

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

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

.pro_deOne2_L {
    width: 48.8%;
}

.pro_deOne2_L_lunbo .swiper-slide .item {
    border-radius: 6px;
    overflow: hidden;
}

.pro_deOne2_L_lunbo .swiper-slide .item img {
    width: 100%;
}

.pro_deOne2_L_dots {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne2_L_dots .item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

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

.pro_deOne2_L_dots &gt; .item:last-child {
    margin-right: 0;
}

.pro_deOne2_R {
    width: 46.4%;
}

.pro_deOne2_R_01 {
    padding-bottom: 22px;
}

.pro_deOne2_R_01 .title {
    color: #ffffff;
}

.pro_deOne2_R_01 .text {
    color: #ffffff;
    padding-top: 10px;
}

.pro_deOne2_R dl {
    border-top: 1px solid #868d92;
    border-bottom: 1px solid #868d92;
}

.pro_deOne2_R dl dd {
    padding: 14px 0;
    border-bottom: 1px dashed #868d92;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne2_R dl &gt; dd:last-child {
    border-bottom: none;
}

.pro_deOne2_R dl dd::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ececec;
    margin-top: 10px;
}

.pro_deOne2_R dl dd span {
    width: calc(100% - 6px);
    font-family: "GothamMedium";
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding: 0 0 0 12px;
}

.pro_deOne2_R_02 {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne2_R_02 a {
    width: 31%;
    height: 52px;
    margin-right: 18px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne2_R_02 &gt; a:last-child {
    margin-right: 0;
}

.pro_deOne2_R_02 &gt; a:nth-child(1) {
    background: var(--hue);
}

.pro_deOne2_R_02 &gt; a:nth-child(2) {
    background: #ffffff;
}

.pro_deOne2_R_02 &gt; a:nth-child(3) {
    background: #ffffff;
}

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

.pro_deOne2_R_02 a span {
    font-size: 18px;
    padding-left: 5px;
}

.pro_deOne2_R_02 &gt; a:nth-child(1) .iconfont,
.pro_deOne2_R_02 &gt; a:nth-child(1) span {
    color: #ffffff;
}

.pro_deOne2_R_02 &gt; a:nth-child(2) .iconfont,
.pro_deOne2_R_02 &gt; a:nth-child(2) span,
.pro_deOne2_R_02 &gt; a:nth-child(3) .iconfont,
.pro_deOne2_R_02 &gt; a:nth-child(3) span {
    color: #333e46;
}

.pro_deOne2_R_03 {
    padding-top: 35px;
}

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

.pro_deTwo1_L {
    width: 43.7%;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deTwo1_L img {
    width: 100%;
}

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

.pro_deTwo1_R {
    width: 52%;
    color: #666666;
}

.pro_deBoxThree {
    background: #f5f5f5;
}

table {
    width: 100%;
}

table tr td {
    font-family: "Arial", "sans-serif";
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #dee2e6;
}

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

table tr:nth-child(even) {
    background: #e9f0f5;
}

table tr:first-child {
    background: #73828d;
}

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

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

.pro_deFour1 .item {
    position: relative;
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 65px;
    border-radius: 6px;
    background: #f5f5f5;
    padding: 35px 20px 35px 35px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deFour1 .item .icon {
    width: 80px;
}

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

.pro_deFour1 .item .title {
    color: #333333;
    padding-top: 20px;
    text-transform: uppercase;
}

.pro_deFour1 .item .text {
    color: #333e46;
    padding-top: 10px;
}

.pro_deFour1 .item .number {
    position: absolute;
    top: 0;
    right: 20px;
    -ms-transform: translate(0, -45%);
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
    font-family: "GothamMedium";
    font-size: 78px;
    color: transparent;
    -webkit-text-stroke: 1px #dbdbdb;
}

.pro_deFour1 &gt; .item:nth-child(3n) {
    margin-right: 0;
}

.pro_deBoxFour_w {
    padding-bottom: 35px;
}

.pro_deBoxFive {
    background: #f5f5f5;
}

.pro_deFive1 {
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deFive1 &gt; .item:nth-child(5n) {
    margin-right: 0;
}

.pro_deFive1 .item {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
    margin-bottom: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deFive1 .item .number {
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: var(--hue);
}

.pro_deFive1 .item .text {
    width: calc(100% - 28px);
    color: #333333;
    padding-left: 8px;
}

.pro_deFive2 {
    border-radius: 8px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deFive2 img {
    width: 100%;
}

.pro_deFive2: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_deSix1 .item {
    margin-bottom: 60px;
}

.pro_deSix1 &gt; .item:last-child {
    margin-bottom: 0;
}

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

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

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

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

.pro_deSix1 .item a .r_box {
    width: 49%;
}

.pro_deSix1 .item a .r_box .title {
    color: #333333;
    text-transform: uppercase;
}

.pro_deSix1 .item a .r_box .list_box {
    padding-top: 12px;
}

.pro_deSix1 .item a .r_box .list_box .every {
    margin-bottom: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deSix1 .item a .r_box .list_box .every::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    margin-top: 12px;
}

.pro_deSix1 .item a .r_box .list_box .every span {
    width: calc(100% - 6px);
    color: #666666;
    padding-left: 6px;
}

.pro_deSix1 .item a .r_box .btn {
    padding-top: 18px;
}

.pro_deSix1 &gt; .item:nth-child(even) a {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_deBoxSeven {
    background: #f5f5f5;
}

.pro_deSeven1_lunbo .swiper-slide .item .img_box {
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deSeven1_lunbo .swiper-slide .item .img_box img {
    width: 100%;
}

.pro_deSeven1_lunbo .swiper-slide .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;
}

.pro_deSeven1_lunbo .swiper-slide .item .text {
    color: #333333;
    text-align: center;
    padding-top: 12px;
}

/* ~~~~~~~~~~~~~~products_del,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products_del,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products_del,css~~~~~~~~~~end */














/* ~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~products,css */
.pro_liBoxOne_w .aboBoxOne1 .aboOne1_L {
    width: 47%;
}

.pro_liBoxFour {
    background: #f5f5f5;
}

.pro_liFour1 {
    max-width: 1440px;
    margin: 0 auto;
    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_liFour1 .item {
    position: relative;
    width: calc((100% - 40px) / 2);
    border-radius: 6px;
    overflow: hidden;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    cursor: pointer;
}

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

.pro_liFour1 .item:hover &gt; 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_liFour1 .item .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
}

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













/* blog */
.blogone_data_list .item a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blogone_data_list .item {
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #ececec;
}

.blogone_data_list .item:hover .blog_data_list_r_top1 {
	color: var(--hue) !important;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.blog_data_list_r_top1 {
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.blogone_data_list_l {
	width: 30%;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
    border-radius: 6px;
    overflow: hidden;
}

.blogone_data_list_l img {
	width: 100%;
}

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

.blogone_data_list_r {
	width: 70%;
	padding: 0 50px;
}

.blog_data_list_r_top2 {
	color: #666666;
	padding-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog_data_list_r_top3 {
	padding-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}

.blog_page {
	padding-top: 50px;
}

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

.blog_page a:hover {
	color: #fff !important;
    border-color: var(--hue);
	background-color: var(--hue);
}

.blog_box .next,
.blog_box .prev {
	width: 149px;
}

.blog_page a {
	color: #666666;
	border: 1px solid #dcdcdc;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0 10px;
	border-radius: 5px;
	text-align: center;
}

.blog_box a.hover {
	color: #fff !important;
    border-color: var(--hue);
	background-color: var(--hue);
}






/* blogdel */

.blogdel_aout {
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	overflow: hidden;
	padding: 40px 80px 80px 80px;
}

.blogdel_title {
	font-size: 32px;
	color: #333333;
}

.blogdel_one {
	padding: 40px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}

.blogdel_one_right,
.blogdel_one_center,
.blogdel_one_left {
	padding: 0 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.blogdel_one .iconfont {
	display: inline-block;
}

.blogdel_two {
	padding: 40px 0;
}

.blogdel_two_img {
	width: 100%;
	margin: 20px 0;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.blogdel_two_img img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	padding: 0px 15px;
	margin: 5px 0;
}

.blogdel_three&gt;a {
	margin: 20px 0 60px;
	display: inline-block;
	width: 230px;
	height: 55px;
	border-radius: 25px 25px;
	line-height: 55px;
	color: #fff;
	background-color: var(--hue);
}


.blogdel_four&gt;.item {
	margin: 0 1px;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 5px;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.blogdel_four&gt;.item:hover {
	color: #fff !important;
	background-color: var(--hue);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

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

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

.blogdel_four .item_left {
	width: calc(100% - 90px);
	overflow: hidden;
	white-space: nowrap;
	padding: 25px 15px 25px 15px;
	text-overflow: ellipsis;
}

.blogdel_four .item_left_span {
	width: 90px;
}

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

.blogdel_five {
	margin-top: 60px;
	padding: 60px 60px;
	background-color: #f5f5f5;
}

.blogdel_five_title {
	font-size: 36px;
	line-height: 28px;
	color: #333333;
}

.blogdel_five_img {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blogdel_five_img .border_center::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	margin: auto;
	background-color: #fff;
}

.border_center {
	width: 9.9%;
}

.blogdel_five_img .item {
    width: calc((100% - 9.9%) / 2);
	position: relative;
}

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

.blogdel_five_img .item a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    border-radius: 6px;
    overflow: hidden;
}

.blogdel_five_img .item a:hover &gt; 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;
}

.blogdel_five_img .item .item_title {
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	padding: 0 10px 0 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

/* contact */
.contact_box {
	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;
}

.contact_left {
	width: 50%;
}

.contact_left_text {
	padding: 20px 0 20px 0;
}

.contact_left_line {
	width: 75px;
	height: 2px;
	background-color: var(--hue);
}

.contact_left_list {
	padding: 10px 0 50px;
}

.icon_block {
	font-size: 38px;
	display: inline-block;
	width: 66px;
	height: 66px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact_left_icon {
	width: 42px;
}

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

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

.contact_left_list&gt;.item {
	width: 50%;
	border-bottom: 1px solid #f5f5f5;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0;
}

.blogdel_four .item_text:hover a {
	color: var(--hue) !important;
}

.contact_left_list&gt;.item:hover .icon_block {
	color: #fff !important;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: var(--hue);
}

.contact_left_right {
	padding-left: 10px;
	width: calc(100% - 42px);
}

.contact_left_right .item_right {
	width: calc(100% - 66px);
	padding-left: 10px;
}

.blogdel_four .item_text a {
	color: #333333;
}

.contact_left_list&gt;.last {
	width: 100%;
}

.contact_left_bottom {
	max-width: 620px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.contact_right {
	width: 46.8%;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

.contact_right_title {
	background-color: #f5f5f5;
	padding: 32px 45px 32px 45px;
}

.contact_right_form {
	padding: 30px 45px 50px;
}

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

.contact_form_box&gt;.item {
	width: calc((100% - 25px) / 2);
	margin-bottom: 25px;
}

.contact_form_box&gt;.item input {
	border-radius: 5px;
	width: 100%;
	height: 38px;
	padding: 0px 10px 0 10px;
	border: 1px solid #dcdcdc;

}

.contact_form_box .input_title {
	color: #6a6a6a;
	padding-bottom: 5px;
}


.contact_form_box .textarea {
	width: 100%;
}

.contact_form_box .textareas {
	border: 1px solid #dcdcdc;
	width: 100%;
	height: 210px;
	padding: 15px 10px 0px;
	color: #999999;
	font-size: 14px;
	resize: none;
}

.contact_form_box .btn {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.contact_form_box .btn button {
	color: #fff;
	border: none;
	border-radius: 25px 25px;
	width: 100% !important;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--hue);
}

.contact_form_box .btn button:hover::after {
	left: 100%;
}

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

.contact_map img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* customer */

.customer_list&gt;.customer:nth-child(even) {
	background-color: #f5f5f5;
}

.customer_list&gt;.customer:nth-child(even) .customer_bottom {
	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;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.customer_title {
	max-width: 1200px;
	margin: auto;
}

.customer_title_top3 {
	padding: 30px 0;
}

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

.customer_bottom_left {
	width: 50.5%;
}

.customer_bottom_left_title2 {
	padding: 10px 0 30px;
	max-width: 650px;
}

.customer_bottom_left_title3&gt;.item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.customer_bottom_left_title3&gt;.item&gt;.iconfont {
	color: var(--hue);
	border-radius: 50%;
	font-size: 30px;
	width: 35px;
}

.item_content {
	width: calc(100% - 35px);
	color: #666666;
}

.customer_bottom_left_title3&gt;.item:last-child .item_content {
	max-width: 750px;
}

.customer_bottom_left_btn {
	padding-top: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.indFive2_item_R {
	position: relative;
	width: 48.5%;
	border-radius: 20px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.indFive2_item_R img {
	width: 100%;
}

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

.indFive2_item_R .icon {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 28%;
}

.indFive2_item.on .indFive2_item_L {
	-webkit-animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
	animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

.indFive2_item.on .indFive2_item_R {
	-webkit-animation: fadeInUp 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
	animation: fadeInUp 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

.customer_bottom_right {
	width: 48%;
	position: relative;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	border-radius: 20px;
	overflow: hidden;
}

.customer_bottom_right img {
	width: 100%;
}

.customer_bottom_right img:hover {
	-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;
}

/* factory */
.factory {
	background-color: #fff;
}

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

.factory_top_swiper .item_right,
.factory_top_swiper .item_left {
	width: 24%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	-ms-align-content: space-between;
	-webkit-align-content: space-between;
	align-content: space-between;
}

.factory_top_swiper .item_center {
	width: calc(100% - 24% - 24%);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 30px;
}

.factory_top_swiper .item_right 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;
}

.factory_top_swiper .item_left 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;
}


.factory_bottom .item_center img,
.factory_bottom .item_right img,
.factory_bottom .item_left img {
	width: 100%;
}

.factory_bottom .item_center a:hover img,
.factory_bottom .item_left_img 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;
}

.factory_bottom .item_center_img,
.factory_bottom .item_left_img {
	border-radius: 5px 5px 0 0;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.factory_bottom .item_center .item_center_img {
	position: relative;
}

.factory_bottom .item_center .item_title {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 10%;
	color: #fff;
}

.factory_bottom .item_left_img {
	position: relative;
}

.factory_bottom .item_bg {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	overflow: hidden;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
}

.factory_bottom .factory_top_swiper .item_title {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 10%;
	color: #fff;
}

.factory01 {
	background-color: #f5f5f5;
}

.factory_bottom_swiper .swiper-slide {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.factory_bottom_swiper .swiper-slide .item {
	width: calc((100% - 2.8% - 80px) / 4);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	margin: 0 40px 40px 0;
}

.factory_bottom_swiper .swiper-slide .item:nth-child(4n) {
	margin: 0 0 40px 0;
}

.factory_bottom_swiper .swiper-slide .item .item_title {
	position: absolute;
	bottom: 0%;
	left: 0%;
	right: 0%;
	height: 50px;
	margin: auto;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.factory_bottom_swiper .swiper-slide .item:hover .item_title {
	color: var(--hue);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.factory_bottom .item_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.factory_bottom .factory_bottom_swiper 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;
}

.factory_bottom .factory_bottom_swiper .item_img {
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

/* productstwo */
.productstwo_box {
	background-color: #f5f5f5;
}

.productstwo_box .customer_title_top2 {
	padding: 20px 0;
}

.customer_box {
	padding-bottom: 80px;
}

.customer_box:last-child {
	padding-bottom: 0px;
}

.productstwo_lists&gt;.customers .customer_box:nth-child(2n + 1) .customer_bottom {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.customer_title {
	max-width: 1200px;
	margin: auto;
}

.customer_bottom_left {
	width: 50.5%;
}

.customer_bottom_left_title2 {
	padding: 10px 0 30px;
	max-width: 650px;
}

.customer_bottom_left_title3&gt;.item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.customer_bottom_left_title3&gt;.item&gt;.iconfont {
	color: var(--hue);
	border-radius: 50%;
	font-size: 30px;
	width: 35px;
}

.item_content {
	width: calc(100% - 35px);
	color: #666666;
}

.customer_bottom_left_title3&gt;.item:last-child .item_content {
	max-width: 750px;
}

.customer_bottom_left_btn {
	padding-top: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customer_bottom_left_btn&gt;.public_page_btn:last-child {
	margin-left: 30px;
}

.contact_left_lines {
	width: 75px;
	height: 2px;
	margin-top: 20px;
	background-color: var(--hue);
}

.contact_left_content_li {
	padding-top: 20px;
	color: var(--hue);
}

.contact_left_content_li span {
	border-right: 1px solid;
	padding: 0 5px;

}

.contact_left_content_li span:last-child {
	border-right: none !important;
}

.contact_left_contents {
	margin: 10px 0;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.public_module_title .titles {
	max-width: 1000px;
	margin: auto;
}

.products_three_bottom {
	display: -ms-flexbox;
	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;
}

.products_three_bottom_left {
	color: #666666;
	max-width: 50%;
}

.products_three_bottom_right {
	width: 43%;
}

.products_three_bottom_right img {
	width: 100%;
}

.products_four_bottom .products_four_bottom_swiper .item {
	border-radius: 5px;
	background-color: #f5f5f5;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 40px 40px;
}

.products_four_bottom_img {
	width: 37px;
}

.products_four_bottom_img img {
	width: 100%;
	height: auto !important;
}

.products_four_bottom_title {
	width: 100%;
	padding: 25px 0;
}

.products_four_bottom_btn {
	margin-top: 20px;
}

.products_four_bottom_btn .public_page_btn {
	background-color: #f5f5f5;
	border: 1px solid #fcb026;
}

.products_four_bottom_btn .public_page_btn span {
	color: #333333 !important;
}

.products_five_bottom {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products_five_bottom .item {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 40px;
	border-radius: 10px 10px;
	overflow: hidden;
}

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

.products_five_img {
	width: 100%;
}

.products_five_img img {
	width: 100%;
	height: auto !important;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.products_five_bottom .item:hover .products_five_title{
	background-color: var(--hue);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
 .products_five_bottom .products_five_img a {
	 display: block;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	-webkit-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.products_five_img 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;
}
.products_five_title {
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	width: 100%;
	background-color: #f5f5f5;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}




.contact_left_list&gt;.item .item_right {
    width: calc(100% - 66px);
    padding-left: 20px;
}

.contact_left_list&gt;.item .item_right .item_text {
    color: #333333;
}

.contact_left_list&gt;.item .item_right .item_text a {
    color: #333333;
}

.blogdel_one_right .text {
    padding: 0 4px;
}


.footer_top_title img {
    width: 20px;
}







.float_right_whatsapp {
    position: fixed;
    z-index: 4;
    right: 10px;
    bottom: clamp(2.5rem, 1.496rem + 4.23vw, 6.25rem);
}

.float_right_whatsapp a {
    display: block;
    width: clamp(2.25rem, 1.681rem + 2.39vw, 4.375rem);
    height: clamp(2.25rem, 1.681rem + 2.39vw, 4.375rem);
    line-height: clamp(2.25rem, 1.681rem + 2.39vw, 4.375rem);
    font-size: clamp(1.375rem, 1.107rem + 1.13vw, 2.375rem);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    background: var(--hue);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}</pre></body></html>