#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: 1400px;
    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: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

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

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

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


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

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

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

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

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

.mobile_menu_mask {
    z-index: 7;
}

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














/* ~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~pc 导航,css */
/* 色调 */
:root {
    --hue: #144498;
}

.pc_public_head {
    height: 110px;
}

.header_center {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 80px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_center .logo {
    width: 120px;
}

.header_center .logo a {
    display: block;
}

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

.header_center_r {
    width: calc(100% - 280px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box {
    width: calc(100% - 330px);
    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: 18px;
    color: #333333;
    line-height: 110px;
}

.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: 3px;
    background: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 12px 0 12px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #444444;
    padding: 10px 10px 10px 15px;
}

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

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

.header_search .click_icon {
    font-size: 36px;
    color: #373737;
    text-align: center;
    width: 120px;
    line-height: 110px;
    background: #f6f6f6;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_search .click_icon:hover {
    color: #ffffff;
    background: var(--hue);
}

/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

.header_language {
    position: relative;
}

.header_language_01 {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 120px;
    line-height: 110px;
    background: var(--hue);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language_01:hover {
    opacity: 0.8;
}

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 16px 0 16px;
    background: #f6f6f6;
}

.header_language_02 a {
    display: block;
    font-family: "BarlowCondensed-Regular";
    font-size: 22px;
    color: #444444;
    text-align: center;
    padding: 6px 0 6px;
}

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

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














/* ~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~index,css */
.fz_42 {
    font-family: "Nimbus-Sans";
    font-size: 42px;
    line-height: 48px;
}

.fz_36 {
    font-size: 36px;
}

.fz_30 {
    font-size: 30px;
}

.fz_24 {
    font-size: 24px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.fz_16 {
    font-size: 16px;
}

.p_90 {
    padding: 90px 0 90px;
}

.p_b_40 {
    padding-bottom: 40px;
}

.tc {
    text-align: center;
}

.index_banner {
    position: relative;
}

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

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

.index_banner_prev,
.index_banner_next {
    font-size: 32px;
    color: #ffffff;
    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: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_banner_prev {
    left: 80px;
}

.index_banner_next {
    right: 80px;
}

.index_banner_prev:hover,
.index_banner_next:hover {
    background: var(--hue);
}

.index_banner_dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 40px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.index_banner_dots .swiper-pagination-bullet {
    opacity: 1;
    outline: none;
    width: 16px;
    height: 16px;
    margin: 0 12px;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_banner_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 8px;
    background: var(--hue);
}

.indBoxOne1_w {
    padding: 90px 0 0;
}

.public_module_title a {
    display: block;
}

.public_module_title .title {
    color: #333333;
}

.public_module_title .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-top: 15px;
}

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

.indOne1_01 .item {
    width: calc(100% / 6);
    padding: 0 10px;
    cursor: pointer;
}

.indOne1_01 .item .img_box {
    position: relative;
    height: 140px;
    padding-bottom: 25px;
    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;
}

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

.indOne1_01 .item .img_box::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: 5px;
    background: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indOne1_01 .item:hover .img_box::after {
    opacity: 1;
    width: 100%;
}

.indOne1_01 .item.hover .img_box::after {
    opacity: 1;
    width: 100%;
}

.indOne2_item {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.indOne2_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index_07.png) repeat-y left top;
}

.indOne2_item_w {
    position: relative;
    z-index: 2;
}

.indOne2_item_01 {
    max-width: 660px;
}

.indOne2_item_01 .line {
    width: 40px;
    height: 3px;
    background: #ffffff;
}

.indOne2_item_01 .title_box {
    padding-top: 22px;
}

.indOne2_item_01 .title_box a {
    display: block;
}

.indOne2_item_01 .title_box .title {
    color: #ffffff;
}

.indOne2_item_01 .title_box .subtitle {
    font-size: 22px;
    color: #ffffff;
    padding-top: 10px;
    text-transform: uppercase;
}

.indOne2_item_01 .parameter {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indOne2_item_01 .parameter dd {
    color: #ffffff;
    text-align: center;
}

.indOne2_item_01 .parameter .iconfont {
    font-size: 38px;
}

.indOne2_item_01 .parameter .text {
    font-family: "Roboto-Light";
    padding-top: 8px;
}

.indOne2_item_01 .parameter .border {
    width: 1px;
    margin: 0 5%;
    background: rgba(204, 204, 204, 0.2);
}

.indOne2_item_01 .price {
    font-family: "Impact";
    font-size: 40px;
    color: #ffffff;
    padding-top: 30px;
}

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

.indOne2_item_01 .btn_box a {
    height: 52px;
    padding: 0 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.indOne2_item_01 .btn_box a span {
    padding: 2px 0 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indOne2_item_01 .btn_box>a:nth-child(1) {
    background: #ffffff;
}

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

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

.indOne2_item_01 .btn_box>a:nth-child(2) {
    border: 2px solid #ffffff;
    margin-left: 25px;
}

.indOne2_item_01 .btn_box>a:nth-child(2):hover {
    background: #ffffff;
}

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

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

.indOne2_item.on .indOne2_item_01 .line {
    -ms-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) both;
    -webkit-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) both;
    animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) both;
}

.indOne2_item.on .indOne2_item_01 .title_box {
    -ms-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
    -webkit-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
    animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.1s both;
}

.indOne2_item.on .indOne2_item_01 .parameter {
    -ms-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.2s both;
    -webkit-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.2s both;
    animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.2s both;
}

.indOne2_item.on .indOne2_item_01 .price {
    -ms-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.3s both;
    -webkit-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.3s both;
    animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.3s both;
}

.indOne2_item.on .indOne2_item_01 .btn_box {
    -ms-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.4s both;
    -webkit-animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.4s both;
    animation: fadeInRight 1s cubic-bezier(0.65, 0.01, 0.4, 1) 0.4s both;
}

.indBoxTwo1 {
    padding-bottom: 80px;
}

.indBoxTwo_w>.indBoxTwo1:last-child {
    padding-bottom: 0;
}

.indTwo1_01 .tempWrap {
    width: 100% !important;
}

.indTwo1_01 .picList li {
    float: left;
}

.indTwo1_01 .picList li a {
    width: 233px;
    height: 120px;
    padding: 5px 10px;
    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;
}

.indTwo1_01 .picList li a img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxThree {
    background: #f6f6f6;
}

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

.indThree1_01_L {
    max-width: 440px;
}

.indThree1_01_L a {
    display: block;
    color: #333333;
}

.indThree1_01_R {
    width: 56%;
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
}

.indBoxThree2 {
    padding: 0 80px;
}

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

.indThree2_01 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indThree2_01 .item:hover {
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

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

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

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

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

.indThree2_01 .item .bot_box {
    background: #ffffff;
    margin-top: 25px;
    padding: 30px 25px 30px 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;
}

.indThree2_01 .item .bot_box .number {
    width: 80px;
    font-size: 60px;
    color: var(--hue);
}

.indThree2_01 .item .bot_box .r_box {
    width: calc(100% - 80px);
}

.indThree2_01 .item .bot_box .r_box .title {
    color: #333333;
}

.indThree2_01 .item .bot_box .r_box .text {
    font-family: "Roboto-Light";
    color: #999999;
    line-height: 28px;
    padding-top: 5px;
}

.indThree2_01>.item:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.indThree2_01>.item:nth-child(2) .bot_box {
    margin: 0 0 25px;
}

.bg_fixed {
    background-attachment: fixed;
}

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

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

.indFour1_L {
    width: 47.5%;
}

.indFour1_L .public_module_title .title,
.indFour1_L .public_module_title .text {
    color: #ffffff;
}

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

.indFour1_L_list .item {
    margin-right: 8%;
}

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

.indFour1_L_list .item .number {
    font-family: "BarlowCondensed-Regular";
    font-size: 68px;
    color: #ffffff;
    line-height: 50px;
}

.indFour1_L_list .item .text {
    font-family: "Roboto-Light";
    color: #ffffff;
    padding-top: 20px;
}

.indFour1_L .btn_box {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indFour1_L .btn_box a {
    height: 52px;
    padding: 0 18px;
    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;
}

.indFour1_L .btn_box a:hover {
    background: #235fc7;
}

.indFour1_L .btn_box a span {
    font-family: "Nimbus-Sans";
    color: #ffffff;
}

.indFour1_L .btn_box a .iconfont {
    font-size: 22px;
    color: #ffffff;
    padding: 4px 0 0 8px;
}

.indFour1_R {
    width: 52%;
}

.indFour1_R img {
    width: 100%;
}

.indFive1_01.one {
    margin-bottom: 40px;
}

.indFive1_01 .tempWrap {
    width: 100% !important;
}

.indFive1_01 .picList li {
    float: left;
}

.indFive1_01 .picList li a {
    width: 200px;
    height: 95px;
    padding: 5px 10px;
    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;
}

.indFive1_01 .picList li a img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxSix {
    background: #eeeeee;
}

.indBoxSix2_lunbo {
    padding-top: 60px;
}

.indBoxSix2_lunbo .swiper-slide a {
    padding: 0 25px 55px;
    background: #f6f6f6;
    -ms-transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSix2_lunbo .swiper-slide a .img_box {
    width: 56%;
    margin-top: -60px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.indBoxSix2_lunbo .swiper-slide a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxSix2_lunbo .swiper-slide a .r_box {
    width: 44%;
    padding: 25px 0 0 25px;
}

.indBoxSix2_lunbo .swiper-slide a .r_box .title {
    font-family: "Roboto-Light";
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix2_lunbo .swiper-slide a:hover .r_box .title {
    color: var(--hue);
}

.indBoxSix2_lunbo .swiper-slide a .r_box .date {
    font-family: "Nimbus-Sans";
    color: #999999;
    padding-top: 15px;
}

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

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

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

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

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

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

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

.index_page_form .item input {
    font-family: "Nimbus-Sans";
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 48px;
    padding: 0;
    border: none;
    background: none;
    border-bottom: 1px solid #e5e5e5;
}

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

.index_page_form .item textarea {
    font-family: "Nimbus-Sans";
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 160px;
    padding: 0;
    border: none;
    background: none;
    border-bottom: 1px solid #e5e5e5;
    resize: none;
}

.index_page_form .item ::-webkit-input-placeholder {
    color: #333333;
}

.index_page_form .btn_box {
    width: 100%;
    text-align: center;
}

.index_page_form .btn_box button {
    font-family: "Nimbus-Sans";
    font-size: 16px;
    color: #ffffff;
    width: 180px;
    height: 52px;
    border: none;
    background: var(--hue);
}

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

.indSeven1_R {
    width: 36.7%;
}

.product_list_top {
    padding-bottom: 12px;
}

.product_list_top a {
    display: block;
}

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

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

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

.product_list_top a .title {
    font-family: "Nimbus-Sans";
    color: #333333;
    text-align: center;
    padding-top: 24px;
    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_top a .price {
    font-family: "Impact";
    color: var(--hue);
    text-align: center;
    padding-top: 10px;
}

.product_list_bot {
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.product_list_bot a {
    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: 24px;
    color: #999999;
}

.product_list_bot a span {
    color: #999999;
    padding: 2px 0 0 4px;
}

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

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

.product_list_bot>a:nth-child(1) .iconfont,
.product_list_bot>a:nth-child(1) span {
    color: var(--hue);
}

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















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

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

.footer_top1 .footer_logo {
    width: 120px;
    margin-bottom: 20px;
}

.footer_top1 .footer_logo a {
    display: block;
}

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

.footer_top1 .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-top: 14px;
    border-top: 2px solid #cfcfcf;
}

.footer_top_title {
    color: var(--hue);
    padding-bottom: 22px;
    border-bottom: 2px solid #cfcfcf;
}

.footer_top_list {
    padding-top: 17px;
}

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

.footer_top_list .item a {
    font-family: "Roboto-Light";
    color: #666666;
}

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

.footer_top4_content {
    padding-top: 17px;
}

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

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

.footer_top4_content .item a .iconfont {
    width: 28px;
    font-size: 22px;
    color: #999999;
}

.footer_top4_content .item a span {
    width: calc(100% - 28px);
    font-family: "Roboto-Light";
    color: #666666;
    padding: 1px 0 0 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.footer_top4 .media_box {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_top4 .media_box a {
    display: block;
    font-size: 22px;
    color: #999999;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #999999;
}

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

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

.footer_top1 {
    width: 26%;
}

.footer_top2 {
    width: 18%;
}

.footer_top3 {
    width: 17%;
}

.footer_top4 {
    width: 18%;
}

.footer_bot_w {
    font-family: "Roboto-Light";
    color: #666666;
    padding: 32px 0 32px;
    border-top: 1px solid #c6c6c6;
    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_bot2 a {
    color: #666666;
}

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

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
















/* ~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~float nav,css */
.float_r_nav {
    position: fixed;
    z-index: 6;
    top: 30%;
    right: 0;
    width: 60px;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1);
}

.float_r_nav .item a {
    font-size: 36px;
    color: var(--hue);
    height: 60px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~end */















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

.SubPage_banner.h_420 {
    height: 420px;
}

.SubPage_crumbs {
    background: #f6f6f6;
}

.SubPage_crumbs_w {
    padding: 16px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .iconfont {
    width: 35px;
    font-size: 24px;
    color: #333333;
}

.SubPage_crumbs_w .a_box {
    width: calc(100% - 35px);
    font-family: "Roboto-Light";
    color: #333333;
    padding-top: 3px;
}

.SubPage_crumbs_w .a_box a {
    color: #333333;
}

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

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

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

.aboOne1_L {
    width: 51%;
}

.aboOne1_L .subtitle {
    font-family: "Roboto-Light";
    color: #999999;
}

.aboOne1_L .title {
    color: #333333;
    padding-top: 18px;
    text-transform: uppercase;
}

.aboOne1_L .text {
    font-family: "Roboto-Light";
    color: #999999;
    line-height: 28px;
    padding-top: 18px;
}

.aboOne1_R {
    width: 42%;
}

.aboOne1_R .indFour1_L_list {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboOne1_R .indFour1_L_list .item {
    margin-right: 0;
}

.aboOne1_R .indFour1_L_list .item .number {
    color: var(--hue);
}

.aboOne1_R .indFour1_L_list .item .text {
    color: #999999;
}

.aboBoxOne2 {
    font-family: "Roboto-Light";
    color: #999999;
    line-height: 28px;
    padding-top: 25px;
}

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

.aboBoxTwo_w {
    height: 560px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxTwo1 {
    width: 101px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxTwo1:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.aboBoxTwo1 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~~~~~~~~~~~~~~~~结束 */

.aboBoxThree {
    background: #f6f6f6;
}

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

.about_box3_list dd {
    width: 22%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box3_list dd:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.about_box3_list dd .icon {
    text-align: center;
}

.about_box3_list dd .con {
    padding: 12px 0 0;
    text-align: center;
}

.about_box3_list dd .con .tt {
    font-family: "Roboto-Medium";
    color: #333333;
    margin-bottom: 0.31vw;
}

.about_box3_list dd .con .text {
    font-family: "Roboto-Light";
    color: #999999;
    line-height: 28px;
}

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

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

.aboFour1_lunbo .swiper-slide .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

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

.aboBoxFive {
    background: #f6f6f6;
}

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

.about_box5_list .item {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}

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

.about_box5_list .item .pic {
    position: relative;
    overflow: hidden;
}

.about_box5_list .item .pic img {
    width: 100%;
}

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

.about_box5_list .item .pic .tt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/about_17.png) repeat-x center center;
}

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

.about_box5_list .item.item2 {
    width: calc((100% - 60px) / 3);
}

.aboBoxSeven {
    background: #f6f6f6;
}

.aboBoxSeven1 {
    position: relative;
}

.aboSeven1_lunbo .swiper-slide .item {
    text-align: center;
    background: #ffffff;
    padding: 38px 10px 35px;
}

.aboSeven1_lunbo .swiper-slide .item .img_box {
    width: 112px;
    margin: 0 auto;
}

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

.aboSeven1_lunbo .swiper-slide .item .name {
    color: #333333;
    padding-top: 15px;
    text-transform: uppercase;
}

.aboSeven1_lunbo .swiper-slide .item .text {
    font-family: "Roboto-Light";
    color: var(--hue);
    padding-top: 8px;
    text-transform: uppercase;
}

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

.aboSeven1_lunbo .swiper-slide .item .btn a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.aboSeven1_lunbo .swiper-slide .item .btn a:hover {
    opacity: 0.8;
}

.aboSeven1_lunbo .swiper-slide .item .btn>a:nth-child(1) {
    background: #25d366;
}

.aboSeven1_lunbo .swiper-slide .item .btn>a:nth-child(2) {
    background: var(--hue);
    margin-left: 12px;
}

.aboSeven1_prev,
.aboSeven1_next {
    font-size: 20px;
    color: #3e3e3e;
    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: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboSeven1_prev {
    left: -90px;
}

.aboSeven1_next {
    right: -90px;
}

.aboSeven1_prev:hover,
.aboSeven1_next:hover {
    color: #ffffff;
    background: var(--hue);
}

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
















/* ~~~~~~~~~~~~~blog,css */
/* ~~~~~~~~~~~~~blog,css */
/* ~~~~~~~~~~~~~blog,css */
.blogBoxOne1 {
    padding-bottom: 65px;
    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;
}

.blogBoxOne1 .item {
    width: 180px;
    margin: 0 10px 10px;
}

.blogBoxOne1 .item a {
    display: block;
    line-height: 60px;
    font-family: "Roboto-Light";
    color: #666666;
    text-align: center;
    background: #f6f6f6;
}

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

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

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

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

.blogBoxOne2.m_b .item {
    margin-bottom: 60px;
}

.blogBoxOne2 .item a {
    display: block;
}

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

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

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

.blogBoxOne2 .item a .title {
    font-family: "Roboto-Light";
    color: #333333;
    line-height: 30px;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.blogBoxOne2 .item a .date {
    font-family: "Nimbus-Sans";
    color: #999999;
    padding-top: 15px;
}

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

.blogBoxOne3 {
    padding-top: 20px;
}

/* 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-family: "Roboto-Light";
    font-size: 18px;
    color: #666666;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px;
    background: #f6f6f6;
}

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

/* ~~~~~~~~~~~~~blog,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~blog,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~blog,css~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~blog_detail,css */
/* ~~~~~~~~~~~~~~~blog_detail,css */
/* ~~~~~~~~~~~~~~~blog_detail,css */
.blo_deOne1 {
    font-family: "Roboto-Light";
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}

.blo_deOne2 {
    padding-bottom: 25px;
    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-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.blo_deOne2 .item {
    margin: 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.blo_deOne2 .item .iconfont {
    font-size: 22px;
    color: #333333;
}

.blo_deOne2 .item .text {
    font-family: "Roboto-Light";
    color: #333333;
    padding: 1px 5px 0 5px;
}

.blo_deOne3 {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 32px;
    padding: 30px 0 45px;
    border-bottom: 1px solid #e5e5e5;
}

.blo_deOne3 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

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

.blo_deOne4_L {
    width: calc(100% - 135px);
}

.blo_deOne4_L .item {
    margin-bottom: 12px;
}

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

.blo_deOne4_L .item a {
    display: block;
    font-family: "Roboto-Light";
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.blo_deOne4_L .item a span {
    color: #666666;
}

.blo_deOne4_R a {
    font-size: 36px;
    color: #999999;
    text-align: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #999999;
    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;
}

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

.blo_deBoxTwo {
    background: #f6f6f6;
}

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

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

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

/* ~~~~~~~~~~~~~~~blog_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~blog_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~blog_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: 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;
}

.conOne1_L {
    width: 47%;
}

.conOne1_L_01 {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

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

.conOne1_L_01 .text {
    font-family: "Roboto-Light";
    color: #999999;
    line-height: 28px;
    padding-top: 15px;
}

.conOne1_L_02 {
    padding-top: 30px;
}

.conOne1_L_02 .item {
    margin-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;
}

.conOne1_L_02 .item .iconfont {
    font-size: 40px;
    color: var(--hue);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #f6f6f6;
    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;
}

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

.conOne1_L_02 .item .r_box {
    width: calc(100% - 82px);
    padding-left: 20px;
}

.conOne1_L_02 .item .r_box .title {
    color: #666666;
}

.conOne1_L_02 .item .r_box .text {
    font-family: "Roboto-Medium";
    color: #333333;
    line-height: 24px;
    padding-top: 6px;
}

.conOne1_L_02 .item .r_box .text a {
    color: #333333;
}

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

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

.conOne1_L_03 .share_text {
    font-family: "Roboto-Medium";
    color: #333333;
    padding-right: 15px;
}

.conOne1_R {
    width: 47%;
    padding: 0 50px 80px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.conOne1_R .line {
    width: 50px;
    height: 6px;
    background: var(--hue);
    margin-bottom: 40px;
}

.conOne1_R .title {
    font-family: "Roboto-Medium";
    color: #333333;
    padding-bottom: 30px;
}

.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% - 20px) / 2);
    margin-bottom: 20px;
}

.contact_page_form .item .input_tt {
    font-family: "Roboto-Light";
    font-size: 15px;
    color: #333333;
    padding-bottom: 10px;
}

.contact_page_form .item .input_tt span {
    color: #f40a0a;
}

.contact_page_form .item input {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #999999;
    width: 100%;
    height: 42px;
    background: #f6f6f6;
    padding: 0 10px 0 15px;
    border: none;
    border-radius: 4px;
}

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

.contact_page_form .item textarea {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #999999;
    width: 100%;
    height: 110px;
    background: #f6f6f6;
    padding: 12px 10px 10px 15px;
    border: none;
    resize: none;
    border-radius: 4px;
}

.contact_page_form .text {
    width: 100%;
    font-family: "Roboto-Light";
    color: #333333;
    padding-top: 5px;
}

.contact_page_form .btn {
    width: 100%;
    padding-top: 30px;
}

.contact_page_form .btn button {
    font-family: "Roboto-Medium";
    color: #ffffff;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: var(--hue);
    border: none;
}

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

.conBoxTwo img {
    width: 100%;
}

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















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

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

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

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

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

.parBoxOne1 .item .bot_box {
    padding: 20px 0 0;
}

.parBoxOne1 .item .bot_box .title {
    font-family: "Roboto-Medium";
    color: #333333;
    text-align: center;
}

.parBoxOne1 .item .bot_box .line {
    width: 60px;
    height: 3px;
    margin: 15px auto 0;
    background: var(--hue);
}

.parBoxOne1 .item .bot_box .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    text-align: center;
    padding-top: 12px;
}

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

.parBoxTwo {
    background: #f6f6f6;
}

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

.parBoxTwo1 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px 20px 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.parBoxTwo1 .item .number {
    font-family: "Impact";
    font-size: 48px;
    color: #999999;
}

.parBoxTwo1 .item .img_box {
    width: 95px;
    margin: 0 auto;
}

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

.parBoxTwo1 .item .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
}

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

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

.parBoxThree1 {
    max-width: 1030px;
    margin: 0 auto;
    text-align: center;
}

.parBoxThree1 .title {
    font-family: "Nimbus-Sans";
    color: #ffffff;
}

.parBoxThree1 .text {
    font-family: "Roboto-Light";
    color: #ffffff;
    line-height: 28px;
    padding-top: 15px;
}

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

.parBoxThree1 .btn a {
    width: 180px;
    height: 56px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.parBoxThree1 .btn a:hover {
    opacity: 0.8;
}

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

.parBoxThree1 .btn a span {
    padding: 1px 0 0 5px;
}

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

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

.parBoxThree1 .btn>a:nth-child(2) {
    background: #ffffff;
    margin-left: 25px;
}

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

/* ~~~~~~~~~~~~~~Partner,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Partner,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Partner,css~~~~~~~~~~~~end */














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

.pro_deOne1_L {
    width: 43%;
}

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

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

.pro_deOne1_L_dots .item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    border: 1px solid transparent;
    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:nth-child(4n) {
    margin-right: 0;
}

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

.pro_deOne1_R {
    width: 52%;
}

.pro_deOne1_R .big_title {
    font-family: "Roboto-Light";
    color: #333333;
}

.pro_deOne1_R .text_box {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding: 15px 0 25px;
}

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

.pro_deOne1_R dl dd {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    padding: 16px 0 16px;
    border-bottom: 1px dashed #e5e5e5;
}

.pro_deOne1_R dl dd span {
    color: #999999;
    padding-right: 25px;
}

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

.pro_deOne1_R .btn a {
    width: 180px;
    height: 60px;
    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_deOne1_R .btn a:hover {
    opacity: 0.8;
}

.pro_deOne1_R .btn a .iconfont {
    font-size: 28px;
    color: #ffffff;
}

.pro_deOne1_R .btn a span {
    color: #ffffff;
    padding-left: 10px;
}

.pro_deOne1_R .btn .price {
    font-family: "Impact";
    color: var(--hue);
    padding-left: 25px;
}

.pro_deOne1_R .share_box {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_R .share_box .share_text {
    color: #333333;
    padding-right: 8;
}

.pro_deBoxTwo {
    height: 102px;
}

.pro_deTwo1 {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

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

.pro_deTwo1_list .item {
    position: relative;
    height: 100px;
    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-Light";
    font-size: 18px;
    color: #666666;
    padding-top: 2px;
    padding-left: 6px;
    -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::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: 2px;
    background: var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_list .item:hover::after {
    opacity: 1;
    width: 100%;
}

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

.pro_deTwo1_list .item.hover::after {
    opacity: 1;
    width: 100%;
}

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

.pro_deThree1_L {
    width: 51%;
}

.pro_deThree1_R {
    position: relative;
    width: 46.5%;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree1_R img {
    width: 100%;
}

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

.pro_deThree1_R .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 86px;
    color: #ffffff;
}

.pro_deBoxFour {
    background: #f6f6f6;
}

.pro_deBoxFour table {
    width: 100%;
}

.pro_deBoxFour table tr td {
    font-family: "Roboto-Light";
    font-size: 18px;
    color: #333333;
    padding: 16px 10px 16px 35px;
    border: 1px solid #f6f6f6;
}

.pro_deBoxFour table tr:nth-child(odd) {
    background: #f1f1f1;
}

.pro_deBoxFour table tr:nth-child(even) {
    background: #fbfbfb;
}

.pro_deBoxFour table tr:first-child {
    background: var(--hue);
}

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

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

.pro_deFive1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background: #f6f6f6;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

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

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

.pro_deFive1 .item .img_box .number {
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: var(--hue);
}

.pro_deFive1 .item .bot_box {
    padding: 20px 15px 22px;
    text-align: center;
}

.pro_deFive1 .item .bot_box .title {
    font-family: "Roboto-Light";
    color: #333333;
}

.pro_deFive1 .item .bot_box .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 24px;
    padding-top: 8px;
}

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

.pro_deFive1>.item:nth-child(even) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.pro_deBoxSix {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deSeven1_w {
    padding-top: 90px;
}

.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";
    color: #999999;
    line-height: 28px;
    text-align: center;
}

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

.indSix2_02_lunbo_content .position {
    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%);
}

.pc_public_head.not_fixed .header_center {
    position: relative;
}

/* ~~~~~~~~~~~~product_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~product_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~product_detail,css~~~~~~~~~~~end */
















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

.pro_liOne1_L {
    width: 66%;
    color: #333333;
}

.pro_liOne1_R {
    width: 280px;
}

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

.pro_liOne1_R_form input {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    width: calc(100% - 50px);
    height: 50px;
    border: none;
    background: #f6f6f6;
    padding: 0 5px 0 15px;
}

.pro_liOne1_R_form button {
    font-size: 26px;
    color: #333333;
    width: 50px;
    height: 50px;
    border: none;
    background: #f6f6f6;
}

.pro_liOne1_R_form button:hover {
    color: #ffffff;
    background: var(--hue);
}

.pro_liOne2 {
    padding-bottom: 55px;
    border-top: 1px solid #e5e5e5;
}

.pro_liOne2_item {
    padding: 20px 10px 15px;
    border-bottom: 1px dashed #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liOne2_item_L {
    width: 160px;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    text-align: right;
    padding-top: 10px;
}

.pro_liOne2_item_R {
    width: calc(100% - 160px);
    padding-left: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liOne2_item_R a {
    display: block;
    font-family: "Roboto-Light";
    color: #333333;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 5px 5px 0;
}

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

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

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

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

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

.pro_liOne4 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~products_list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~products_list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~products_list,css~~~~~~~~~~~end */
















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

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

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

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

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

.serBoxOne1 .item .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-top: 20px;
}

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

.serBoxTwo {
    background: #f6f6f6;
}

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

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

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

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

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

.serBoxTwo1 .item .bot_box {
    min-height: 181px;
    text-align: center;
    padding: 20px 10px 15px;
    background: #ffffff;
}

.serBoxTwo1 .item .bot_box .iconfont {
    font-size: 40px;
    color: var(--hue);
}

.serBoxTwo1 .item .bot_box .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 24px;
    padding-top: 10px;
}

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

.serBoxTwo1 > .item:nth-child(even) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

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

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

.serThree2_lunbo .swiper-slide .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.serThree2_lunbo .swiper-slide .item .img_box .number {
    font-family: "Roboto-Light";
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: var(--hue);
}

.serThree2_lunbo .swiper-slide .item .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-top: 15px;
}

.serBoxFour {
    background: #f6f6f6;
}

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

.serFour1_L {
    width: 46%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.serFour1_top {
    padding-bottom: 25px;
}

.serFour1_top .title {
    font-family: "Nimbus-Sans";
    color: var(--hue);
}

.serFour1_top .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-top: 15px;
}

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

.serFour1_R {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

.serFour1_R_list .item {
    width: calc((100% - 20px) / 2);
    background: #ffffff;
    padding: 22px 10px 22px 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;
}

.serFour1_R_list .item .img_box {
    width: 58px;
}

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

.serFour1_R_list .item .text {
    width: calc(100% - 58px);
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-left: 15px;
}

.serFour1_R_list > .item:nth-child(-n + 2) {
    margin-bottom: 20px;
}

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

.serBoxFive1 .item {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
}

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

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

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

.serBoxFive1 .item .img_box .number {
    font-family: "Roboto-Light";
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 80px;
    line-height: 80px;
    background: var(--hue);
}

.serBoxFive1 .item .text {
    font-family: "Roboto-Light";
    color: #666666;
    line-height: 28px;
    padding-top: 18px;
}

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

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















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

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

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

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

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

.vidBoxOne2 .item .img_box .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #ffffff;
}

.vidBoxOne2 .item .img_box .time {
    font-family: "Roboto-Light";
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 78px;
    line-height: 30px;
    background: rgba(0,0,0,0.3);
}

.vidBoxOne2 .item .text {
    font-family: "Roboto-Light";
    color: #333333;
    line-height: 30px;
    padding-top: 18px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.vidBoxOne3 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~video,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~video,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~video,css~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~Today's,css */
/* ~~~~~~~~~~~~~~~~Today's,css */
/* ~~~~~~~~~~~~~~~~Today's,css */
.todBoxOne {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.todBoxOne1 {
    padding: 90px 0 50px;
}

.todOne1_lunbo .swiper-slide .item {
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -ms-transform-origin: center 66%;
    -webkit-transform-origin: center 66%;
    transform-origin: center 66%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.todOne1_lunbo_top {
    opacity: 0;
    padding-bottom: 35px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.todOne1_lunbo .swiper-slide.swiper-slide-active .item .todOne1_lunbo_top {
    opacity: 1;
}

.todOne1_lunbo_top .title_box {
    font-family: "Nimbus-Sans";
    color: #333333;
}

.todOne1_lunbo_top .title_box a {
    color: #333333;
}

.todOne1_lunbo_top .price {
    font-family: "Impact";
    color: var(--hue);
    padding-top: 25px;
}

.todOne1_lunbo_top .btn_box {
    padding-top: 25px;
    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;
}

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

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

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

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

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

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

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

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

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

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

.todOne1_lunbo_img a {
    display: block;
}

.todOne1_lunbo_img img {
    width: 100%;
}

.todOne1_lunbo_bot {
    opacity: 0;
    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;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.todOne1_lunbo .swiper-slide.swiper-slide-active .item .todOne1_lunbo_bot {
    opacity: 1;
}

.todOne1_lunbo_bot .parameter {
    text-align: center;
    padding: 0 1.5vw;
}

.todOne1_lunbo_bot .parameter .number {
    font-family: "Impact";
    font-size: 46px;
    color: #ffffff;
}

.todOne1_lunbo_bot .parameter .text {
    font-family: "Roboto-Light";
    color: #ffffff;
    padding-top: 8px;
}

/* ~~~~~~~~~~~~~~~~Today's,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Today's,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Today's,css~~~~~~~~~~~end */

.dn {
    display: none!important;
}




.indSeven1_R .r_img_box img {
    width: 100%;
}








/* ~~~~~~~~~~product-list页面改版,css  */
/* ~~~~~~~~~~product-list页面改版,css  */
/* ~~~~~~~~~~product-list页面改版,css  */
.pro_li2One1 {
    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_li2One1_l {
    width: 23.6%;
}

.pro_li2One1_l_01 .item {
    margin-bottom: clamp(0.75rem, 0.633rem + 0.49vw, 1.125rem);
}

.pro_li2One1_l_01_top {
    background: #E6E6E6;
    border: 1px solid #DFDFDF;
    padding: clamp(0.625rem, 0.508rem + 0.49vw, 1rem) clamp(0.938rem, 0.86rem + 0.33vw, 1.188rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_li2One1_l_01_top a {
    display: block;
    width: calc(100% - 30px);
    font-family: "Roboto-Medium";
    font-size: clamp(1.125rem, 1.086rem + 0.16vw, 1.25rem);
    color: #444444;
}

.pro_li2One1_l_01_top .iconfont {
    font-size: clamp(1rem, 0.961rem + 0.16vw, 1.125rem);
    width: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    height: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    line-height: clamp(1.375rem, 1.336rem + 0.16vw, 1.5rem);
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_li2One1_l_01_bot {
    display: none;
    border: 1px solid #DFDFDF;
    border-top: none;
    padding: clamp(0.75rem, 0.594rem + 0.66vw, 1.25rem) clamp(0.938rem, 0.86rem + 0.33vw, 1.188rem) clamp(0.5rem, 0.461rem + 0.16vw, 0.625rem);
}

.pro_li2One1_l_01_bot .everyOne {
    margin-bottom: clamp(0.375rem, 0.258rem + 0.49vw, 0.75rem);
}

.pro_li2One1_l_01_bot .everyOne .everyOne_top a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_li2One1_l_01_bot .everyOne .everyOne_top a .icon {
    width: 8px;
}

.pro_li2One1_l_01_bot .everyOne .everyOne_top a .icon img {
    width: 100%;
}

.pro_li2One1_l_01_bot .everyOne .everyOne_top a .text {
    width: calc(100% - 8px);
    font-weight: 700;
    font-family: "Roboto-Medium";
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444444;
    padding: 2px 0 0 clamp(0.625rem, 0.528rem + 0.41vw, 0.938rem);
}

.pro_li2One1_l_01_bot .everyOne .everyOne_bot {
    padding: 13px 0 0 clamp(1.125rem, 0.794rem + 1.39vw, 2.188rem);
}

.pro_li2One1_l_01_bot .everyOne .everyOne_bot a {
    display: block;
    font-size: clamp(0.875rem, 0.836rem + 0.16vw, 1rem);
    color: #444444;
    margin-bottom: clamp(0.313rem, 0.215rem + 0.41vw, 0.625rem);
}

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

.pro_li2One1_l_01_bot .everyOne .everyOne_bot > a:last-child {
    margin-bottom: 0;
}

.pro_li2One1_l_01 .item.hover .pro_li2One1_l_01_top {
    background: #144498;
}

.pro_li2One1_l_01 .item.hover .pro_li2One1_l_01_top a,
.pro_li2One1_l_01 .item.hover .pro_li2One1_l_01_top .iconfont {
    color: #ffffff;
}

.pro_li2One1_l_01 .item.hover .pro_li2One1_l_01_top .iconfont {
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.pro_li2One1_r {
    width: 73.8%;
}

.pro_li2One1_r_01 .title {
    font-family: "Roboto-Medium";
    color: #444444;
}

.pro_li2One1_r_01 .text {
    color: #444444;
    line-height: 1.6;
    padding-top: clamp(0.5rem, 0.305rem + 0.82vw, 1.125rem);
}

.pro_li2One1_r_02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 30px;
}

.pro_li2One1_r_02 .item {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    overflow: hidden;
}

.pro_li2One1_r_02_top a {
    display: block;
}

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

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

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

.pro_li2One1_r_02_top a .title {
    font-family: "Nimbus-Sans";
    color: #333333;
    text-align: center;
    padding: clamp(0.375rem, 0.2rem + 0.74vw, 0.938rem) 15px clamp(0.625rem, 0.586rem + 0.16vw, 0.75rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_li2One1_r_02_bot {
    padding: 0 15px clamp(1.125rem, 0.794rem + 1.39vw, 2.188rem);
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.pro_li2One1_r_02_bot a .iconfont {
    font-size: 22px;
    color: #999999;
}

.pro_li2One1_r_02_bot a span {
    font-size: 16px;
    color: #999999;
    padding-left: 4px;
}

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

.pro_li2One1_r_02_bot .line {
    width: 1px;
    height: clamp(1.5rem, 1.422rem + 0.33vw, 1.75rem);
    margin: 0 clamp(1.25rem, 1.153rem + 0.41vw, 1.563rem);
    background: #e5e5e5;
}

.pro_li2One1_r_02_bot > a:nth-child(1) .iconfont,
.pro_li2One1_r_02_bot > a:nth-child(1) span {
    color: var(--hue);
}

.pro_li2One1_r_03 {
    padding-top: clamp(2.188rem, 1.603rem + 2.46vw, 4.063rem);
}

/* ~~~~~~~~~~product-list页面改版,css~~~~~~~end  */
/* ~~~~~~~~~~product-list页面改版,css~~~~~~~end  */
/* ~~~~~~~~~~product-list页面改版,css~~~~~~~end  */

