#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: "Roboto-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li {
    list-style: none;
}

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

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

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

table {
    border-collapse: collapse;
}

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






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


/* 版心 */
.wrap {
    width: 92%;
    max-width: 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: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


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

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

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

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

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

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

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

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

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

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

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

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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


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

.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: #255ed4;
}

.pc_public_head {
    position: relative;
    z-index: 10;
    height: 0;
}

.pc_header_top {
    border-bottom: 1px solid #a7a8ac;
    background: url(../images/header_bg.png) repeat-x center top;
}

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

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

.header_top_L .item {
    margin-right: 45px;
}

.header_top_L>.item:last-child {
    margin-right: 0;
}

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

.header_top_L .item a .iconfont {
    width: 30px;
    font-size: 24px;
    color: #ffffff;
}

.header_top_L .item a span {
    font-size: 16px;
    color: #ffffff;
    padding: 2px 0 0 0;
}

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

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

.header_top_R a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-right: 28px;
}

.header_top_R>a:last-child {
    margin-right: 0;
}

.header_top_R a:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pc_header_bot {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.header_bot_w .logo {
    width: 207px;
}

.header_bot_w .logo a {
    display: block;
}

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

.header_bot_w .logo a .img_02 {
    display: none;
}

.header_bot_R {
    width: 68%;
    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;
}

.request_a_quote a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 178px;
    height: 56px;
    line-height: 56px;
    border-radius: 4px;
    background: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.request_a_quote a:hover {
    opacity: 0.8;
}

.pc_head_list_box {
    width: calc(100% - 260px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100px;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    width: 0%;
    height: 4px;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_list_box .item.hover>a::after {
    opacity: 1;
    width: 100%;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: calc(100% - 4px);
    left: 0;
    width: 220px;
    border-radius: 0 5px 5px 5px;
    background: #ffffff;
    padding: 20px 10px 2px 20px;
    border-bottom: 4px solid var(--hue);
}

.publicTwo_stage_nav .EveryOne {
    margin-bottom: 20px;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 15px;
    color: #333333;
}

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

/* 导航改变 */
.pc_header_bot.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.pc_header_bot.active .logo .img_01 {
    display: none;
}

.pc_header_bot.active .logo .img_02 {
    display: block;
}

.pc_header_bot.active .header_bot_R .pc_head_list_box .item>a {
    color: #666666;
}

.pc_header_bot.active .header_bot_R .pc_head_list_box .item>a::after {
    background: var(--hue);
}

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















/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
.fz_60 {
    font-family: "Roboto-Bold";
    font-size: 60px;
    line-height: 72px;
}

.fz_48 {
    font-family: "Roboto-Bold";
    font-size: 48px;
    line-height: 60px;
}

.fz_36 {
    font-family: "Roboto-Bold";
    font-size: 36px;
    line-height: 48px;
}

.tc {
    text-align: center;
}

.p_100 {
    padding: 100px 0 100px;
}

.p_t_100 {
    padding-top: 100px;
}

.p_b_40 {
    padding-bottom: 40px;
}

.index_banner {
    position: relative;
}

.index_banner_lunbo .swiper-slide a {
    position: relative;
    display: block;
}

.index_banner_lunbo .swiper-slide a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

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

.ind_banner_text_w {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1600px;
}

.ind_banner_text {
    max-width: 890px;
}

.ind_banner_text .subtitle {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 15px;
}

.ind_banner_text .title {
    color: #ffffff;
}

.ind_banner_text .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 18px;
}

.ind_banner_text .btn {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_more_btn {
    height: 56px;
    padding: 0 20px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.public_more_btn span {
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_more_btn .iconfont {
    font-size: 28px;
    color: #333333;
    padding: 1px 0 0 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.index_banner_bg {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(../images/index_01.png) no-repeat left bottom;
}

.index_banner_page {
    pointer-events: none;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1600px;
}

.index_banner_page .page {
    font-size: 60px;
}

.ind_b_thumb_box {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 92%;
    max-width: 1600px;
}

.ind_b_thumb {
    pointer-events: auto;
    position: relative;
    width: 34.9vw;
    margin-left: auto;
}

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

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

.index_banner_prev,
.index_banner_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 46px;
    height: 46px;
    line-height: 48px;
    font-size: 28px;
    color: var(--hue);
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_banner_prev {
    left: 10px;
}

.index_banner_next {
    right: 10px;
}

.index_banner_prev:hover,
.index_banner_next:hover {
    color: #ffffff;
    background: #255ed4;
}

.public_module_title a {
    display: block;
}

.public_module_title .subtitle {
    font-family: "Roboto-Medium";
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.indOne1_01 {
    max-width: 1340px;
    margin: 0 auto;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    padding-top: 15px;
}

.pro_cover_list_top a {
    display: block;
}

.pro_cover_list_top a .img_box {
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
}

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

.pro_cover_list_top a:hover .img_box img {
    -ms-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
}

.pro_cover_list_top a .title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_cover_list_top a .title span {
    display: inline-block;
    font-size: 28px;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: -5px;
}

.pro_cover_list_bot {
    display: none;
    padding-top: 18px;
}

.pro_cover_list_bot a {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_cover_list_bot>a:last-child {
    margin-bottom: 0;
}

.pro_cover_list_bot a .iconfont {
    width: 28px;
    font-size: 18px;
    color: var(--hue);
}

.pro_cover_list_bot a span {
    width: calc(100% - 28px);
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_cover_list_bot a:hover span {
    color: var(--hue);
    padding-left: 5px;
}

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

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

.service_page_list .item a {
    display: block;
}

.service_page_list .item a .img_box {
    position: relative;
    border-radius: 8px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.service_page_list .item a:hover .img_box img {
    -ms-transform: translateZ(60px);
    -moz-transform: translateZ(60px);
    -webkit-transform: translateZ(60px);
    transform: translateZ(60px);
}

.service_page_list .item a .img_box .title {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 28px 10px 20px;
    background: url(../images/index_08.png) repeat-x center bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

.indTwo1_lunbo {
    padding: 10px;
}

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

.indTwo1_lunbo .swiper-slide .item {
    height: 100%;
    border-radius: 6px;
    background: #ffffff;
    padding: 40px 20px 50px 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo1_lunbo .swiper-slide .item:hover {
    background: var(--hue);
}

.indTwo1_lunbo .swiper-slide .item a {
    display: block;
    height: 100%;
}

.indTwo1_lunbo .swiper-slide .item .img_number {
    height: 60px;
    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;
}

.indTwo1_lunbo .swiper-slide .item .img_number .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.indTwo1_lunbo .swiper-slide .item .img_number .img_box .img_02 {
    display: none;
}

.indTwo1_lunbo .swiper-slide .item:hover .img_number .img_box .img_01 {
    display: none;
}

.indTwo1_lunbo .swiper-slide .item:hover .img_number .img_box .img_02 {
    display: block;
}

.indTwo1_lunbo .swiper-slide .item .img_number .number {
    font-size: 60px;
    color: #dbd6d6;
}

.indTwo1_lunbo .swiper-slide .item .title {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #333333;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo1_lunbo .swiper-slide .item:hover .title {
    color: #ffffff;
}

.indTwo1_lunbo .swiper-slide .item .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo1_lunbo .swiper-slide .item:hover .text {
    color: #ffffff;
}

.indTwo1_lunbo .swiper-slide .item .icon {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: var(--hue);
    margin-top: 40px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo1_lunbo .swiper-slide .item:hover .icon {
    color: #333333;
    background: #ffffff;
}

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

.indThree1_L {
    width: 44%;
    padding-bottom: 90px;
}

.indThree1_L_01 {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 15px;
}

.indThree1_L_02 {
    max-width: 520px;
    padding-top: 30px;
}

.indThree1_L_02 .item {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 5px solid #f6f6f6;
}

.indThree1_L_02 .item .text_number {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    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;
}

.indThree1_L_02 .item.item_98 .text_number {
    width: 98%;
}

.indThree1_L_02 .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    height: 5px;
    background: var(--hue);
}

.indThree1_L_02 .item.item_98::after {
    width: 98%;
}

.indThree1_L_02 .item.item_88 .text_number {
    width: 88%;
}

.indThree1_L_02 .item.item_88::after {
    width: 88%;
}

.indThree1_L_02 .item.item_94 .text_number {
    width: 94%;
}

.indThree1_L_02 .item.item_94::after {
    width: 94%;
}

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

.indThree1_R {
    width: 56%;
    text-align: center;
    padding: 0 30px;
}

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

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

.indBoxFour1 {
    width: 110px;
    margin: 0 auto;
    cursor: pointer;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxFour1:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.indBoxFour1 img {
    width: 100%;
}

/* 点击视频弹出播放框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~~~~~~~~~~~~~~~~结束 */

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

.indBoxFive {
    background: #f6f6f6 url(../images/index_18.png) no-repeat right 5px bottom 10px;
}

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

.indFive1_L {
    width: 44%;
}

.indFive1_R {
    width: 49%;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}

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

.indBoxFive2 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 15px 40px 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;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxFive2 .item .iconfont {
    width: 70px;
    font-size: 56px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFive2 .item span {
    width: calc(100% - 70px);
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFive2 .item:hover .iconfont,
.indBoxFive2 .item:hover span {
    color: #ffffff;
}

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

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

.indFive3_L {
    width: 49%;
    border-radius: 6px;
    overflow: hidden;
}

.indFive3_L img {
    width: 100%;
}

.indFive3_R {
    width: 47%;
}

.indFive3_R_01 {
    padding-bottom: 20px;
}

.indFive3_R_01 .title {
    color: #333333;
}

.indFive3_R_01 .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 15px;
}

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

.indFive3_R_02 .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indFive3_R_02 .item .iconfont {
    font-size: 14px;
    color: var(--hue);
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive3_R_02 .item:hover .iconfont {
    color: #ffffff;
    background: var(--hue);
}

.indFive3_R_02 .item span {
    width: calc(100% - 22px);
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #444444;
    padding: 1px 0 0 10px;
}

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

.indFive3_R_03 .public_more_btn {
    background: var(--hue);
}

.indFive3_R_03 .public_more_btn:hover {
    opacity: 0.8;
}

.indFive3_R_03 .public_more_btn span,
.indFive3_R_03 .public_more_btn .iconfont {
    color: #ffffff;
}

.indFive3_R_03 .indFive3_R_03_video {
    margin-left: 35px;
}

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

.indFive3_R_03_video .iconfont {
    font-size: 50px;
    color: var(--hue);
}

.indFive3_R_03_video span {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxSix {
    background: url(../images/index_19.png) no-repeat center bottom;
}

.indSix1_01_lunbo {
    padding: 10px;
}

.news_list .item a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

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

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

.news_list .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.news_list .item a .img_box .date {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 150px;
    line-height: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--hue);
    border-radius: 15px 0 0 0;
}

.news_list .item a .bot_box {
    background: #ffffff;
    padding: 25px 25px 35px 25px;
}

.news_list .item a .bot_box .title {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    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;
}

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

.news_list .item a .bot_box .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indSix2_02_lunbo {
    padding: 0 0 25px;
}

.indSix2_02_lunbo .swiper-slide .item .head_portrait {
    position: relative;
    width: 106px;
    margin: 0 auto 42px;
}

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

.indSix2_02_lunbo .swiper-slide .item .head_portrait .icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: var(--hue);
}

.indSix2_02_lunbo_content {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding: 26px 15px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.indSix2_02_lunbo_content .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.indSix2_02_lunbo_content .name {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}

.indSix2_02_lunbo_content .position {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-top: 6px;
}

.indSix2_02_lunbo::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 24%;
    height: 100%;
    -ms-background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    -webkit-background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.indSix2_02_lunbo::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 24%;
    height: 100%;
    -ms-background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    -webkit-background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

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

.public_lunbo_dots .swiper-pagination-bullet {
    opacity: 1;
    outline: none;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 6px;
    background: #eeeeee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_lunbo_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: var(--hue);
}

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

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

.indSeven1_L {
    width: calc(100% - 580px);
    font-family: "AZNUnified-Oblique-Trial";
    font-size: 52px;
    color: #ffffff;
    line-height: 72px;
}

.indSeven1_R {
    width: 490px;
}

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

.indSeven1_R_form input {
    width: calc(100% - 180px);
    height: 58px;
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    border: none;
    background: none;
    border-bottom: 1px solid #ffffff;
}

.indSeven1_R_form ::-webkit-input-placeholder {
    color: #ffffff;
}

.indSeven1_R_form button {
    width: 160px;
    height: 58px;
    border: none;
    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;
}

.indSeven1_R_form button span {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
}

.indSeven1_R_form button .iconfont {
    font-size: 24px;
    color: #ffffff;
    padding-left: 10px;
}

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
















/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.public_footer {
    background: #171f2f;
}

.footer_top_w {
    padding: 70px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_logo {
    width: 207px;
}

.footer_logo a {
    display: block;
}

.footer_logo a img {
    width: 100%;
}

.footer_top1 .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #92959c;
    line-height: 28px;
    padding-top: 22px;
}

.footer_top1 .btn {
    padding-top: 22px;
}

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

.footer_top1 .btn a span {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top1 .btn a .iconfont {
    font-size: 28px;
    color: #ffffff;
    padding: 0 0 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.footer_top_title {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 25px;
}

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

.footer_top_list .item a {
    display: block;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #92959c;
}

.footer_top_list .item a:hover {
    color: #ffffff;
}

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

.footer_top5_list .item .iconfont {
    width: 35px;
    font-size: 24px;
    color: #ffffff;
    padding-top: 3px;
}

.footer_top5_list .item .r_text {
    width: calc(100% - 35px);
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #92959c;
    line-height: 32px;
}

.footer_top5_list .item .r_text a {
    color: #92959c;
}

.footer_top5_list .item .r_text a:hover {
    color: #ffffff;
}

.footer_top1 {
    width: 21%;
}

.footer_top2 {
    width: 30%;
}

.footer_top2 .footer_top_list {
    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_top2 .footer_top_list .item {
    width: calc((100% - 20px) / 2);
}

.footer_top3 {
    width: 13%;
}

.footer_top4 {
    display: none;
    width: 10%;
}

.footer_top5 {
    width: 23%;
}

.footer_bot_w {
    border-top: 1px solid #313744;
    padding: 28px 0 28px;
    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 {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #92959c;
}

.footer_bot1 a {
    color: #92959c;
}

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

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

.footer_bot2 a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-right: 28px;
}

.footer_bot2>a:last-child {
    margin-right: 0;
}

.footer_bot2 a:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* ~~~~~~~~~~~~~~~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: 638px;
    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%;
    padding: 0 10px;
}

.SubPage_banner_text .title {
    font-family: "Roboto-Bold";
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

.SubPage_banner_text .crumbs_box {
    padding-top: 15px;
    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;
}

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

.SubPage_banner_text .crumbs_box .crumbs_a {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #ffffff;
    padding: 3px 0 0 8px;
}

.SubPage_banner_text .crumbs_box .crumbs_a a {
    color: #ffffff;
}

.SubPage_banner_text .crumbs_box .crumbs_a 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: 47.2%;
}

.aboOne1_L img {
    width: 100%;
    border-radius: 10px;
}

.aboOne1_L_01 {
    position: absolute;
    right: -65px;
    bottom: -50px;
    width: 290px;
    text-align: center;
    background: #ffffff;
    padding: 40px 10px 38px;
    border-right: 4px solid var(--hue);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.aboOne1_L_01 .number {
    font-size: 80px;
    color: var(--hue);
}

.aboOne1_L_01 .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    padding-top: 10px;
}

.aboOne1_R {
    width: 44%;
}

.indFive3_R_01 .subtitle {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: var(--hue);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.aboBoxTwo_w {
    position: relative;
}

.aboBoxTwo1 {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 60px 0 60px;
    background: url(../images/about_02.jpg) no-repeat left bottom / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxTwo1 .item {
    position: relative;
    width: calc(100% / 4);
    padding: 0 10px 10px;
    text-align: center;
}

.aboBoxTwo1 .item .number {
    font-family: "BarlowCondensed-Medium";
    font-size: 72px;
    color: #ffffff;
}

.aboBoxTwo1 .item .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}

.aboBoxTwo1 .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #4f82e9;
}

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

.aboBoxThree {
    background: #f6f6f6;
}


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

.aboBoxFour_w {
    padding: 175px 0 190px;
}

.aboBoxFour1 {
    padding-top: 40px;
}

.aboFour1_01 {
    position: relative;
    width: 84px;
    margin: 0 auto;
    cursor: pointer;
}

.aboFour1_01 img {
    width: 100%;
}

.aboFour1_01 .line1,
.aboFour1_01 .line2,
.aboFour1_01 .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 #ffffff;
}

@-ms-keyframes line_animate {
    0% {
        width: 60%;
        height: 60%;
        opacity: 1;
    }

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

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

@-webkit-keyframes line_animate {
    0% {
        width: 60%;
        height: 60%;
        opacity: 1;
    }

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

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

@keyframes line_animate {
    0% {
        width: 60%;
        height: 60%;
        opacity: 1;
    }

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

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

.aboFour1_01 .line1 {
    -ms-animation: line_animate 3s linear 0s infinite;
    -webkit-animation: line_animate 3s linear 0s infinite;
    animation: line_animate 3s linear 0s infinite;
}

.aboFour1_01 .line2 {
    -ms-animation: line_animate 3s linear 1s infinite;
    -webkit-animation: line_animate 3s linear 1s infinite;
    animation: line_animate 3s linear 1s infinite;
}

.aboFour1_01 .line3 {
    -ms-animation: line_animate 3s linear 2s infinite;
    -webkit-animation: line_animate 3s linear 2s infinite;
    animation: line_animate 3s linear 2s infinite;
}

.aboBoxFive {
    background: #f6f6f6;
}

.aboBoxFive1 {
    width: calc((100vw - 10px) / 2 + 50%);
    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;
}

.aboFive1_L {
    width: 42%;
}

.aboFive1_L_text {
    max-width: 690px;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 10px;
}

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

.aboFive1_L_img .item {
    width: calc(100% / 5);
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

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

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

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

.aboFive1_R {
    width: 55%;
}

.aboFive1_R_lunbo .swiper-slide .item {
    padding: 22px 20px;
    background: #ffffff;
    border-top: 12px solid #dfdfdf;
    border-bottom: 12px solid #dfdfdf;
    border-left: 10px solid #dfdfdf;
    border-right: 10px solid #dfdfdf;
}

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

.aboBoxSix1 {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    text-align: center;
    padding-top: 15px;
}

.aboSix2_lunbo {
    padding: 6px;
}

.aboSix2_lunbo .swiper-slide .item {
    background: #ffffff;
    padding: 32px 32px 45px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboSix2_lunbo .swiper-slide .item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

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

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

.aboSix2_lunbo .swiper-slide .item .name {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #333333;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.aboSix2_lunbo .swiper-slide .item .position {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: var(--hue);
    padding-top: 8px;
    text-align: center;
    text-transform: uppercase;
}

.aboSix2_lunbo .swiper-slide .item .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    text-align: center;
    padding-top: 8px;
}

.aboBoxSeven {
    border-top: 1px solid #e5e5e5;
}

.aboBoxSeven_w {
    padding: 65px 0 65px;
}

.aboSeven1_lunbo .swiper-slide .item {
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboSeven1_lunbo .swiper-slide .item img {
    max-width: 100%;
    max-height: 100%;
}

.aboSeven1_lunbo .swiper-slide .item .img_02 {
    display: none;
}

.aboSeven1_lunbo .swiper-slide .item:hover .img_01 {
    display: none;
}

.aboSeven1_lunbo .swiper-slide .item:hover .img_02 {
    display: block;
}

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















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

.appBoxOne1 .item {
    width: calc((100% - 80px) / 2);
    margin-bottom: 80px;
}

.appBoxOne1 .item a {
    display: block;
}

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

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

.appBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.appBoxOne1 .item a .title_text {
    position: relative;
    width: 88%;
    background: #ffffff;
    padding: 26px 30px 0 20px;
    margin-top: -90px;
}

.appBoxOne1 .item a .title_text .title {
    font-family: "Roboto-Medium";
    font-size: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.appBoxOne1 .item a .title_text .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* paging,css */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}

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

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

.public_paging a.prev,
.public_paging a.next {
    font-size: 22px;
}

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















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

.app_deOne1_L {
    position: relative;
    width: 43.7%;
    border-radius: 8px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.app_deOne1_L img {
    width: 100%;
}

.app_deOne1_L:hover>img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.app_deOne1_L .btn_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
}

.app_deOne1_R {
    width: 50%;
}

.app_deOne1_R_text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.app_deOne1_R_list {
    padding-top: 25px;
}

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

.product_list .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

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

.product_list_top a {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

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

.product_list_top a .title {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.product_list_cen {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 12px;
}

.product_list_cen div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list_bot {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.product_list_bot .line {
    width: 1px;
    height: 32px;
    background: #e5e5e5;
}

.product_list_bot a {
    width: calc((100% - 1px) / 2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.product_list_bot a .iconfont {
    font-size: 26px;
    color: var(--hue);
}

.product_list_bot a span {
    font-size: 16px;
    color: var(--hue);
    padding: 1px 0 0 5px;
}

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

.product_list_bot>a:last-child {
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

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

.section_page_pub_form.input_3 .item {
    width: calc((100% - 50px) / 3);
}

.section_page_pub_form.input_4 .item {
    width: calc((100% - 75px) / 4);
}

.section_page_pub_form .item {
    margin-bottom: 30px;
}

.section_page_pub_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background: #ffffff;
    padding: 0 10px 0 15px;
    border: 1px solid #e5e5e5;
}

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

.section_page_pub_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 180px;
    border-radius: 6px;
    background: #ffffff;
    padding: 12px 10px 10px 15px;
    border: 1px solid #e5e5e5;
    resize: none;
}

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

.section_page_pub_form .text_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.section_page_pub_form .text_box .icon {
    width: 16px;
    height: 16px;
    padding: 2px;
    border: 2px solid #e3e3e3;
    cursor: pointer;
}

.section_page_pub_form .text_box .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    background: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.section_page_pub_form .text_box .icon.active::after {
    opacity: 1;
}

.section_page_pub_form .text_box span {
    font-size: 14px;
    color: #999999;
    padding: 1px 0 0 10px;
}

.section_page_pub_form .btn_box {
    width: 100%;
    padding-top: 28px;
}

.section_page_pub_form .btn_box button {
    width: 210px;
    height: 60px;
    border: none;
    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.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.section_page_pub_form .btn_box button:hover {
    opacity: 0.8;
}

.section_page_pub_form .btn_box button span {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #ffffff;
    padding-right: 12px;
}

.section_page_pub_form .btn_box button .iconfont {
    font-size: 28px;
    color: #ffffff;
}

.section_page_pub_form.input_4 .text_box {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.section_page_pub_form.input_4 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* ~~~~~~~~~~~~~~application-detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~application-detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~application-detail,css~~~~~~~~~~end */















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

.conOne1_L {
    width: 44%;
}

.conOne1_L_list {
    padding-top: 25px;
}

.conOne1_L_list .item {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conOne1_L_list .item .iconfont {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--hue);
}

.conOne1_L_list .item .r_box {
    width: calc(100% - 50px);
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    padding: 10px 0 0 20px;
}

.conOne1_L_list .item .r_box span {
    color: #666666;
}

.conOne1_L_list .item .r_box a {
    color: #999999;
}

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

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

.public_page_share_box .share_text {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #333333;
    padding-right: 10px;
}

.conOne1_L .public_page_share_box {
    padding-top: 15px;
}

.conOne1_R {
    width: 51.5%;
    border-radius: 6px;
    background: #ffffff;
    padding: 40px 40px 80px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.conOne1_R_01 {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 25px;
}

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

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

.contact_page_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding: 0 10px 0 15px;
    border: 1px solid #e5e5e5;
}

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

.contact_page_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 130px;
    border-radius: 6px;
    padding: 12px 10px 10px 15px;
    border: 1px solid #e5e5e5;
    resize: none;
}

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

.contact_page_form .btn {
    width: 100%;
}

.contact_page_form .btn button {
    width: 212px;
    height: 62px;
    border-radius: 6px;
    background: var(--hue);
    border: none;
    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;
}

.contact_page_form .btn button:hover {
    opacity: 0.8;
}

.contact_page_form .btn button span {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #ffffff;
    padding-right: 12px;
}

.contact_page_form .btn button .iconfont {
    font-size: 20px;
    color: var(--hue);
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 30px;
    border-radius: 50%;
    background: #ffffff;
}

.conBoxTwo img {
    width: 100%;
}

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














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

.culBoxOne1 .item {
    position: relative;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background: #f6f6f6;
    padding: 70px 20px 65px 35px;
}

.culBoxOne1 .item .iconfont {
    font-size: 60px;
    color: var(--hue);
}

.culBoxOne1 .item .title {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #333333;
    padding-top: 40px;
    text-transform: uppercase;
}

.culBoxOne1 .item .line {
    width: 40px;
    height: 2px;
    background: #999999;
    margin-top: 18px;
}

.culBoxOne1 .item .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 20px;
}

.culBoxOne1 .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.culBoxOne1 .item:hover::after {
    width: 100%;
}

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

.culTwo2_lunbo .swiper-slide .item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.culTwo2_lunbo .swiper-slide.swiper-slide-active .item {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

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

.culTwo2_lunbo .swiper-slide .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.culTwo2_lunbo .swiper-slide.swiper-slide-active .item::after {
    opacity: 0;
}

.culTwo2_prev,
.culTwo2_next,
.honOne1_prev,
.honOne1_next,
.phoThree2_prev,
.phoThree2_next,
.teamOne1_prev,
.teamOne1_next {
    font-size: 30px;
    color: #666666;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #eeeeee;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.culTwo2_prev,
.phoThree2_prev {
    left: 8%;
}

.culTwo2_next,
.phoThree2_next {
    right: 8%;
}

.culTwo2_prev:hover,
.culTwo2_next:hover,
.honOne1_prev:hover,
.honOne1_next:hover,
.phoThree2_prev:hover,
.phoThree2_next:hover,
.teamOne1_prev:hover,
.teamOne1_next:hover {
    color: #ffffff;
    background: var(--hue);
}

.culTwo2_dots {
    padding-top: 40px;
}

.culBoxThree1 {
    padding: 100px 30px 130px 90px;
    border-radius: 8px;
    overflow: hidden;
    background: url(../images/culture_02.jpg) no-repeat center center / cover;
}

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

.culThree1_01 .iconfont {
    width: 75px;
    font-size: 58px;
    color: #ffffff;
}

.culThree1_01 span {
    width: calc(100% - 75px);
    font-family: "Roboto-Medium";
    font-size: 36px;
    color: #ffffff;
    padding-top: 10px;
    text-transform: uppercase;
}

.culThree1_02 {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~culture,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~culture,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~culture,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~customer,css */
/* ~~~~~~~~~~~~~~customer,css */
/* ~~~~~~~~~~~~~~customer,css */
.cusBoxOne1 {
    padding-bottom: 80px;
    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;
}

.cusBoxOne1 .item {
    margin: 0 10px;
}

.cusBoxOne1 .item a {
    display: block;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 180px;
    line-height: 60px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.06);
}

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

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

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

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

.cusBoxOne2 .item a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

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

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

.cusBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cusBoxOne2 .item a .bot_box {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 26px 10px;
    background: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.cusBoxOne3 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~customer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~customer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~customer,css~~~~~~~~~~~end */
















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

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

.equBoxOne2 .item a {
    position: relative;
    display: block;
}

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

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

.equBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.equBoxOne2 .item a .hover_show {
    opacity: 0;
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 10px 20px;
    background: url(../images/equipment_08.png) repeat-x center bottom;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.equBoxOne2 .item a:hover .hover_show {
    opacity: 1;
}

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

.equBoxOne3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~~equipment,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~equipment,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~equipment,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~~honor,css */
.honBoxOne1 {
    position: relative;
}

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

.honOne1_lunbo .swiper-slide .item .text {
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding-top: 22px;
}

.honOne1_lunbo .swiper-slide .item {
    opacity: 0.3;
    -ms-transform: scale(0.68);
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.honOne1_lunbo .swiper-slide.swiper-slide-prev .item {
    opacity: 0.6;
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.honOne1_lunbo .swiper-slide.swiper-slide-next .item {
    opacity: 0.6;
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.honOne1_lunbo .swiper-slide.swiper-slide-active .item {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.honOne1_prev {
    left: 0;
}

.honOne1_next {
    right: 0;
}

.honBoxTwo {
    background: #f6f6f6;
}

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

.honTwo1_lunbo .swiper-slide .item .every_item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 25px 25px 35px;
}

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

.honTwo1_lunbo .swiper-slide .item .every_item .bot_box {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
}

.honTwo1_lunbo .swiper-slide .item > .every_item:nth-child(4n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~~honor,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~honor,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~honor,css~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.newBoxOne_w .news_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newBoxOne_w .news_list .item {
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
    margin-bottom: 80px;
}

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

.newBoxOne3 {
    padding-top: 10px;
}

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
















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

.new_deOne1_L {
    width: calc(100% - 490px);
}

.new_deOne1_L1 .big_title {
    font-family: "Roboto-Medium";
    font-size: 36px;
    color: #333333;
}

.new_deOne1_L1 .icon_text {
    padding: 24px 0 28px;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_L1 .icon_text .item {
    margin-right: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_L1 .icon_text .item:last-child {
    margin-right: 0;
}

.new_deOne1_L1 .icon_text .item .iconfont {
    font-size: 26px;
    color: var(--hue);
}

.new_deOne1_L1 .icon_text .item span {
    font-size: 16px;
    color: #666666;
    padding: 2px 0 0 5px;
}

.new_deOne1_L2 {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding: 30px 0 45px;
    border-bottom: 1px solid #e5e5e5;
}

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

.new_deOne1_L3 {
    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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deOne1_L3 .left_tag {
    width: calc(100% - 360px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_deOne1_L3 .left_tag .title {
    width: 60px;
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
}

.new_deOne1_L3 .left_tag .a_box {
    width: calc(100% - 60px);
    padding: 2px 0 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deOne1_L3 .left_tag .a_box a {
    display: block;
    font-size: 16px;
    color: #999999;
    margin: 0 10px 5px 0;
}

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

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

.new_deOne1_L4 .item {
    width: calc((100% - 40px) / 2);
    background: #f8f8f8;
}

.new_deOne1_L4 .item a {
    display: block;
    padding: 35px 30px 35px;
}

.new_deOne1_L4 .item a .title {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new_deOne1_L4 .item a .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #999999;
    padding-top: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new_deOne1_L4 .item a .iconfont {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: var(--hue);
    margin-top: 14px;
}

.new_deOne1_L4 > .item:nth-child(2) {
    text-align: right;
}

.new_deOne1_L4 > .item:nth-child(2) a .iconfont {
    margin-left: auto;
}

.new_deOne1_L5 {
    padding-top: 70px;
}

.new_deOne1_L5 .title_box {
    font-family: "Roboto-Medium";
    font-size: 30px;
    color: #333333;
    padding-bottom: 35px;
}

.new_deOne1_R {
    width: 430px;
}

.new_deOne1_R_line {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f8f8;
    padding: 35px 30px 45px 35px;
}

.new_deOne1_R_line::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 35px);
    height: 4px;
    background: var(--hue);
}

.new_deOne1_R_title {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
}

.new_deOne1_R1_form {
    background: none;
    border: 1px solid #dfdfdf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_deOne1_R1_form input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: calc(100% - 50px);
    height: 60px;
    border: none;
    background: none;
    padding: 0 10px 0 15px;
}

.new_deOne1_R1_form button {
    font-size: 30px;
    color: #363636;
    width: 50px;
    height: 60px;
    border: none;
    background: none;
}

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

.new_deOne1_R1 {
    margin-bottom: 50px;
}

.new_deOne1_R2 {
    margin-bottom: 50px;
}

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

.new_deOne1_R3_list a {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    background: #ffffff;
}

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

.new_deOne1_R2_list .item {
    margin-bottom: 30px;
}

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

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

.new_deOne1_R2_list .item a .img_box {
    width: 126px;
    border-radius: 6px;
    overflow: hidden;
}

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

.new_deOne1_R2_list .item a .r_box {
    width: calc(100% - 126px);
    padding-left: 15px;
}

.new_deOne1_R2_list .item a .r_box .title {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.new_deOne1_R2_list .item a .r_box .date {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_R2_list .item a .r_box .date .iconfont {
    font-size: 22px;
    color: var(--hue);
}

.new_deOne1_R2_list .item a .r_box .date span {
    font-size: 14px;
    color: #999999;
    padding: 0 0 0 5px;
}

/* ~~~~~~~~~~~~~~~news-detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news-detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news-detail,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~Photo-Galley,css */
/* ~~~~~~~~~~~~~~~Photo-Galley,css */
/* ~~~~~~~~~~~~~~~Photo-Galley,css */
.phoBoxOne1 {
    padding-bottom: 35px;
    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;
}

.phoOne1_L {
    font-family: "Roboto-Medium";
    color: #333333;
}

.phoOne1_R a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    line-height: 50px;
    border-radius: 6px;
    background: var(--hue);
}

.phoOne1_R a:hover {
    opacity: 0.8;
}

.phoBoxOne_w .equBoxOne2 .item {
    margin-bottom: 0;
}

.phoBoxOne_w .equBoxOne2 .item a {
    border-radius: 6px;
    overflow: hidden;
}

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

.phoTwo2_L {
    width: 31.6%;
}

.phoTwo2_L .equBoxOne2 .item {
    width: 100%;
    margin: 0;
}

.phoTwo2_L .equBoxOne2 .item a {
    border-radius: 6px;
    overflow: hidden;
}

.phoTwo2_R {
    width: 65.8%;
}

.phoTwo2_R .equBoxOne2 {
    height: 100%;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.phoTwo2_R .equBoxOne2 .item {
    width: 48%;
    margin: 0;
}

.phoTwo2_R .equBoxOne2 .item a {
    border-radius: 6px;
    overflow: hidden;
}

.phoThree2_lunbo .swiper-slide {
    width: 30%;
}

.phoThree2_lunbo .swiper-slide .item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

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

.phoThree2_lunbo .swiper-slide .item .text {
    opacity: 0;
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 10px 25px;
    background: url(../images/equipment_08.png) repeat-x center bottom;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.phoThree2_dots {
    padding-top: 40px;
}

.phoThree2_lunbo .swiper-slide .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.phoThree2_lunbo .swiper-slide.swiper-slide-prev .item::after,
.phoThree2_lunbo .swiper-slide.swiper-slide-next .item::after {
    background: rgba(255,255,255,0.3);
}

.phoThree2_lunbo .swiper-slide.swiper-slide-active .item::after {
    background: rgba(255,255,255,0);
}

.phoThree2_lunbo .swiper-slide.swiper-slide-active .item .text {
    opacity: 1;
}

/* ~~~~~~~~~~~~~~~Photo-Galley,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Photo-Galley,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Photo-Galley,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~pro-detail,css */
/* ~~~~~~~~~~~~~~~~pro-detail,css */
/* ~~~~~~~~~~~~~~~~pro-detail,css */
.pro_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_L {
    width: 52.5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_L_dots {
    width: 16%;
}

.pro_deOne1_L_dots .item {
    margin-bottom: 22%;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

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

.pro_deOne1_L_lunbo {
    width: 80%;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

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

.pro_deOne1_L_icon {
    width: 100%;
    padding-top: 38px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_L_icon .item {
    margin-right: 4%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_L_icon .item .iconfont {
    font-size: 22px;
    color: var(--hue);
}

.pro_deOne1_L_icon .item span {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    padding-left: 5px;
}

.pro_deOne1_L_icon > .item:last-child {
    margin-right: 0;
}

.pro_deOne1_R {
    width: 44%; 
}

.pro_deOne1_R .big_title {
    font-family: "Roboto-Medium";
    font-size: 36px;
    color: #333333;
}

.pro_deOne1_R .text_box {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pro_deOne1_R dl {
    padding: 30px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_R dl dd {
    width: calc((100% - 20px) / 2);
}

.pro_deOne1_R dl dd div {
    font-family: "Roboto-Light";
    font-size: 18px;
    color: #666666;
    padding-bottom: 8px;
}

.pro_deOne1_R dl dd span {
    font-size: 30px;
    color: var(--hue);
}

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

.pro_deOne1_R .btn_box a {
    width: 170px;
    height: 52px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne1_R .btn_box a span {
    font-size: 16px;
    padding: 2px 8px 0 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deOne1_R .btn_box a .iconfont {
    font-size: 28px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deOne1_R .btn_box > a:nth-child(1) {
    background: var(--hue);
}

.pro_deOne1_R .btn_box > a:nth-child(1) span,
.pro_deOne1_R .btn_box > a:nth-child(1) .iconfont {
    color: #ffffff;
}

.pro_deOne1_R .btn_box > a:nth-child(1):hover {
    opacity: 0.8;
}

.pro_deOne1_R .btn_box > a:nth-child(2) {
    border: 2px solid var(--hue);
    margin-left: 20px;
}

.pro_deOne1_R .btn_box > a:nth-child(2) span,
.pro_deOne1_R .btn_box > a:nth-child(2) .iconfont {
    color: var(--hue);
}

.pro_deOne1_R .btn_box > a:nth-child(2):hover {
    background: var(--hue);
}

.pro_deOne1_R .btn_box > a:nth-child(2):hover span,
.pro_deOne1_R .btn_box > a:nth-child(2):hover .iconfont {
    color: #ffffff;
}

.pro_deOne1_R .public_page_share_box {
    padding-top: 35px;
}

.pro_deBoxTwo {
    height: 110px;
}

.pro_deTwo1 {
    background: #ffffff;
    border-top: 3px solid var(--hue);
    border-bottom: 3px solid #f8f8f8;
}

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

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

.pro_deTwo1_list .item {
    height: 104px;
    margin-right: 3.7vw;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deTwo1_list .item .iconfont {
    font-size: 30px;
    color: #666666;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_list .item span {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #666666;
    padding: 2px 0 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deTwo1_list > .item:last-child {
    margin-right: 0;
}

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

.pro_deTwo1_w .btn_box a {
    width: 178px;
    height: 56px;
    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;
}

.pro_deTwo1_w .btn_box a:hover {
    opacity: 0.8;
}

.pro_deTwo1_w .btn_box a span {
    font-size: 16px;
    color: #ffffff;
    padding: 1px 10px 0 0;
}

.pro_deTwo1_w .btn_box a .iconfont {
    font-size: 28px;
    color: #ffffff;
}

.pro_deThree1 .app_deOne1 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_deBoxThree table {
    width: 100%;
}

.pro_deBoxThree table tr td {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 18px 8px;
    border: 1px solid #eeeeee;
}

.pro_deBoxThree table tr:nth-child(even) {
    background: #f8f8fb;
}

/* ~~~~~~~~~~~~~~~~pro-detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pro-detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pro-detail,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~product,css */
/* ~~~~~~~~~~~~~~product,css */
/* ~~~~~~~~~~~~~~product,css */
.pro_coBoxOne_w .product_cover_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

/* ~~~~~~~~~~~~~~product,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~product,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~product,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~product-list,css */
/* ~~~~~~~~~~~~~~~~~product-list,css */
/* ~~~~~~~~~~~~~~~~~product-list,css */
.pro_liOne1 {
    padding-bottom: 60px;
    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;
}

.pro_liOne1 .item {
    margin: 0 30px;
}

.pro_liOne1 .item a {
    display: block;
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
}

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

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

.pro_liBoxOne_w .product_list .item {
    margin-bottom: 40px;
}

.pro_liOne3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~~~~product-list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~product-list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~product-list,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~~~service,css */
.serBoxOne_w .service_page_list .item {
    margin-bottom: 60px;
}

.serBoxOne3 {
    padding-top: 25px;
}

/* ~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~end */
















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

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

.stoBoxOne2 .item a {
    display: block;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 45px 0 0;
}

.stoBoxOne2 .item a:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

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

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

.stoBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.stoBoxOne2 .item a .title {
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 25px 0 25px 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.stoBoxOne3 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~~storehouse,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~storehouse,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~storehouse,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~team,css */
/* ~~~~~~~~~~~~~~~~team,css */
/* ~~~~~~~~~~~~~~~~team,css */
.teamBoxOne1 {
    position: relative;
}

.teamOne1_lunbo {
    width: calc(100% - 130px * 2);
    padding: 2.8% 0;
}

.teamOne1_lunbo .swiper-slide .item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.teamOne1_lunbo .swiper-slide .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.teamOne1_lunbo .swiper-slide.swiper-slide-active .item {
    position: relative;
    z-index: 2;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.teamOne1_lunbo .swiper-slide.swiper-slide-active .item::after {
    opacity: 0;
}

.teamOne1_prev {
    left: 0;
}

.teamOne1_next {
    right: 0;
}

.teamOne_dots {
    padding-top: 40px;
}

.teamBoxTwo {
    background: #f6f6f6;
}

/* ~~~~~~~~~~~~~~~~team,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~team,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~team,css~~~~~~~~~~end */








.right_float_nav {
    position: fixed;
    z-index: 6;
    top: 40%;
    right: 0;
}

.right_float_nav .item {
    margin-bottom: 1px;
}

.right_float_nav .item a {
    display: block;
    font-size: 32px;
    color: #ffffff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: var(--hue);
}

.right_float_nav .item a:hover {
    opacity: 0.8;
}





.publicTwo_stage_nav.product_header_menu {
    width: 490px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

.publicTwo_stage_nav_flex .EveryOne {
    width: calc((100% - 20px) / 2);
}






.pro_list_second_level {
    padding-bottom: clamp(1.563rem, 0.977rem + 2.46vw, 3.75rem);
    column-gap: clamp(0.938rem, 0.519rem + 1.76vw, 2.5rem);
    row-gap: clamp(0.625rem, 0.541rem + 0.35vw, 0.938rem);
    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;
}

.pro_list_second_level .item a {
    display: block;
    font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
    color: #333333;
    padding: 0 clamp(0.875rem, 0.607rem + 1.13vw, 1.875rem);
    height: clamp(2.375rem, 2.275rem + 0.42vw, 2.75rem);
    line-height: clamp(2.375rem, 2.275rem + 0.42vw, 2.75rem);
    border: 1px solid #dad2d2;
}

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


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