#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: "D_DIN", "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 导航 */
/* ~~~~~~~~~~~~~~~~~pc 导航 */
/* ~~~~~~~~~~~~~~~~~pc 导航 */
/* 色调 */
:root {
    --hue: #0054a6;
}

.pc_public_head {
    height: 124px;
}

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

.header_top_w {
    height: 37px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header_top_w .login_btn a {
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.header_top_w .login_btn a:hover {
    text-decoration: underline;
}

.header_top_w .line {
    width: 1px;
    height: 25px;
    background: #C1C1C1;
    margin: 0 20px;
}

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

.header_top_w .tel a .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.header_top_w .tel a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 2px;
}

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

.header_language1 {
    margin-right: 20px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_language1 .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.header_language1 span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language1:hover span {
    text-decoration: underline;
}

.header_language2 {
    position: relative;
}

.header_language2_top {
    width: 74px;
    height: 25px;
    background: #E2E1E1;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language2_top .img_box {
    width: 20px;
}

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

.header_language2_top .text {
    font-size: 16px;
    color: #707070;
    padding: 1px 3px 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language2_top .iconfont {
    font-size: 12px;
    color: #333333;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_header_bot {
    height: 87px;
    background: #FFFFFF;
    border-bottom: 6px solid #C7C7C7;
}

.header_bot_w {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_bot_w .logo {
    width: 245px;
}

.header_bot_w .logo a {
    display: block;
}

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

.header_bot_R {
    width: 62%;
    height: 100%;
    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 {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_list_box .item {
    height: 100%;
}

.pc_head_list_box .item>a {
    min-width: 100px;
    position: relative;
    height: 100%;
    padding: 0 20px;
    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;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 6px;
    background: #ffffff;
}

.pc_head_list_box .item>a span {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #707070;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_list_box .item>a .line {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -6px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 2px);
    height: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_list_box>.item:first-child>a::after {
    width: calc(100% + 1px);
    left: auto;
    right: 0;
}

.pc_head_list_box>.item:last-child>a::after {
    width: calc(100% + 1px);
}

/*.pc_head_list_box .item.hover>a span {*/
/*    color: #ffffff;*/
/*}*/

.pc_head_list_box .item.hover>a .line {
    /*height: calc(100% + 6px);*/
    height: 18px;
}

.header_search_form {
    width: 225px;
    height: 36px;
    border: 1px solid #BBBBBB;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header_search_form input {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 16px;
    color: #a7a4a4;
    width: calc(100% - 45px);
    height: 100%;
    border: none;
    background: none;
    padding: 0 5px 0 15px;
}

.header_search_form ::-webkit-input-placeholder {
    color: #a7a4a4;
}

.header_search_form button {
    font-size: 26px;
    color: #a7a4a4;
    width: 45px;
    height: 100%;
    border: none;
    background: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
}

.Two_stage_nav_flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.Two_stage_nav_L {
    width: 46%;
    padding: 60px 10% 50px 45px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.Two_stage_nav_L_list a {
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.Two_stage_nav_L_btn {
    padding-top: 25px;
}

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

.Two_stage_nav_L_btn a span {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}

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

.Two_stage_nav_L_btn a .iconfont {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    padding-left: 5px;
}

.Two_stage_nav_R {
    width: 54%;
    padding: 60px 20px 50px 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Two_stage_nav_R .new_product {
    width: 44%;
}

.Two_stage_nav_R .new_product a {
    display: block;
}

.header_menu_title {
    font-family: "D_DIN_Bold";
    font-size: 26px;
    color: var(--hue);
    padding-bottom: 25px;
}

.Two_stage_nav_R .new_product .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.Two_stage_nav_R .new_product .img_box img {
    width: 100%;
}

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

.Two_stage_nav_R .new_product .text {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    padding-top: 15px;
}

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

.Two_stage_nav_R .new_product .btn .iconfont {
    font-size: 20px;
    color: #009DDF;
    padding: 3px 2px 0 0;
}

.Two_stage_nav_R .new_product .btn span {
    font-size: 18px;
    color: #009DDF;
}

.Two_stage_nav_R .new_product:hover .btn span {
    text-decoration: underline;
}

.Two_stage_nav_R .need_help {
    width: 50%;
}

.Two_stage_nav_R .need_help .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
}

.Two_stage_nav_R .need_help .btn {
    padding-top: 20px;
}

.Two_stage_nav_R .need_help .btn a {
    width: 190px;
    height: 46px;
    background: var(--hue);
    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;
}

.Two_stage_nav_R .need_help .btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.Two_stage_nav_R .need_help .btn a .iconfont {
    font-size: 24px;
    color: #FFFFFF;
    padding: 1px 0 0 5px;
}

.hover1_style {
    position: relative;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hover1_style:hover {
    opacity: 0.8;
}

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

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

.Two_stage_nav_R .need_help .phone_email {
    padding-top: 20px;
}

.Two_stage_nav_R .need_help .phone_email a {
    display: block;
    font-size: 18px;
    color: #009DDF;
    line-height: 28px;
}

.Two_stage_nav_R .need_help .phone_email a:hover {
    text-decoration: underline;
}

/* 导航改变 */
.pc_header_bot.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow:0 0 12px rgba(57, 59, 67, 0.5);
}

/* ~~~~~~~~~~~~~~~~~pc 导航~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~pc 导航~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~pc 导航~~~~~~~~~~~~end */















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

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

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

.indBoxOne1 {
    position: relative;
    z-index: 2;
    margin-top: -54px;
    border-radius: 6px;
    background: #F3F4F5;
    padding: 26px 45px 26px 45px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

.indBoxOne1_form .item {
    width: 32%;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #D4DFEF;
    padding: 6px 9px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxOne1_form .item .iconfont {
    font-size: 28px;
    color: #009DDF;
    width: 43px;
    height: 43px;
    background: #D5E3EE;
    border-radius: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne1_form .item select {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 16px;
    color: #707070;
    width: calc(100% - 43px);
    height: 43px;
    border: none;
    background: none;
    padding: 0 10px 0 10px;
    -webkit-appearance: none !important;
    background: url(../images/select-hover.png) no-repeat 98% center;
    background-size: 15px;
}

.indBoxOne1_form button {
    width: 30%;
    border: none;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne1_form button span {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #FFFFFF;
}

.indBoxOne1_form button .iconfont {
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 8px;
}

.ind_select_medium.active {
    opacity: 0.4;
    cursor: no-drop;
}

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

.tc {
    text-align: center;
}

.p_b_40 {
    padding-bottom: 40px;
}

.fz_36 {
    font-family: "D_DIN_Bold";
    font-size: 36px;
    line-height: 42px;
}

.c_hue {
    color: #0054a6;
}

.c_fff {
    color: #ffffff;
}

.c_6a {
    color: #6A6A6A;
}

.public_module_title a {
    display: block;
}

.public_module_title .text {
    font-size: 18px;
    line-height: 28px;
    padding-top: 12px;
}

.indBoxTwo1 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo1 .item {
    position: relative;
    width: calc(100% / 4);
    padding: 0 15px;
}

.indBoxTwo1 .item a {
    display: block;
}

.indBoxTwo1 .item a .icon {
    width: 110px;
    height: 110px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #707070;
    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;
}

.indBoxTwo1 .item a .title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxTwo1 .item a .text {
    font-size: 18px;
    color: #888888;
    line-height: 28px;
    text-align: center;
    padding-top: 8px;
}

.indBoxTwo1::before {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ABBCD6;
}

.indBoxThree {
    background: #F0F0F0;
}

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

.indBoxThree1 .item {
    position: relative;
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 20px;
}

.indBoxThree1 .item > a {
    display: block;
    border-radius: 4px;
    background: #ffffff;
    padding: 15px 25px 25px;
}

.indBoxThree1 .item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

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

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

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

.indBoxThree1 .item a .bot_box {
    font-family: "D_DIN_Bold";
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.indBoxFour {
    background: #729DD3;
}

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

.indFour1_L {
    width: 420px;
}

.indFour1_L .btn {
    padding-top: 40px;
}

.indFour1_L .btn a {
    width: 330px;
    height: 50px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indFour1_L .btn a span {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.indFour1_L .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.indFour1_R {
    position: relative;
    width: calc(100% - 480px);
}

.indFour1_R_lunbo .swiper-slide a {
    display: block;
    border-radius: 2px;
    background: #ffffff;
    padding: 20px 20px 35px;
}

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

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

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

.indFour1_R_lunbo .swiper-slide a .bot_box {
    padding-top: 15px;
}

.indFour1_R_lunbo .swiper-slide a .bot_box .title {
    font-family: "D_DIN_Bold";
    font-size: 16px;
    color: #6A6A6A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indFour1_R_lunbo .swiper-slide a .bot_box .text {
    font-size: 16px;
    color: #6A6A6A;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_lunbo_btn_prev,
.index_lunbo_btn_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_lunbo_btn_prev {
    left: -20px;
}

.index_lunbo_btn_next {
    right: -20px;
}

.index_lunbo_btn_prev:hover,
.index_lunbo_btn_next:hover {
    background: var(--hue);
}

.indBoxFive {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

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

.indFive1_L {
    width: 381px;
}

.indFive1_L img {
    width: 100%;
}

.indFive1_R {
    width: calc(100% - 450px);
}

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

.indFive1_R_list .item {
    margin: 0 50px 15px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.indFive1_R_list .item .iconfont {
    font-size: 20px;
    color: var(--hue);
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    background: #FFFFFF;
}

.indFive1_R_list .item span {
    font-size: 18px;
    color: #FFFFFF;
    padding: 1px 0 0 8px;
}

.indFive1_R_btn {
    padding-top: 15px;
}

.indFive1_R_btn a {
    width: 350px;
    height: 50px;
    border-radius: 6px;
    background: #0054a6;
    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_R_btn a span {
    font-size: 18px;
    color: #D4DFEF;
}

.indFive1_R_btn a .iconfont {
    font-size: 26px;
    color: #D4DFEF;
    padding: 2px 0 0 8px;
}

.indBoxSix {
    background: #D4DFEF;
}

.indBoxSix1 {
    position: relative;
}

.indSix1_lunbo {
    padding: 0 3px 5px;
}

.indSix1_lunbo .swiper-slide a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

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

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

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

.indSix1_lunbo .swiper-slide a .bot_box {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #F9FAFB;
    padding: 25px 10px 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indSix1_lunbo .swiper-slide a:hover .bot_box {
    color: var(--hue);
}

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

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

.public_lunbo_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0054a6;
}

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

.indBoxSeven1 .item {
    width: calc((100% - 45px) / 2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxSeven1 .item a {
    display: block;
    height: 100%;
    padding: 50px 15px 55px 50px;
}

.indSeven1_01 {
    max-width: 340px;
}

.indSeven1_01 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indSeven1_01 .text {
    font-size: 18px;
    color: #CECECE;
    line-height: 28px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

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

.indSeven1_01 .btn span {
    font-size: 18px;
    color: #FFFFFF;
}

.indSeven1_01 .btn .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding: 1px 0 0 8px;
}

.p_t_90 {
    padding-top: 90px;
}

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

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

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

.indSeven2_01 .item a {
    display: block;
}

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

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

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

.indSeven2_01 .item a .date {
    font-size: 16px;
    color: #888888;
    padding-top: 25px;
}

.indSeven2_01 .item a .title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indSeven2_01 .item a .btn {
    font-size: 18px;
    color: var(--hue);
    padding-top: 30px;
}

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

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

.indBoxEight1 {
    max-width: 620px;
    margin-left: auto;
}

.indEight1_01 .title {
    font-family: "D_DIN_Bold";
    font-size: 46px;
    color: #FFFFFF;
}

.indEight1_01 .text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    padding-top: 20px;
}

.indEight1_01 .btn {
    padding-top: 25px;
}

.indEight1_01 .btn a {
    width: 170px;
    height: 50px;
    border-radius: 6px;
    background: #0054a6;
    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;
}

.indEight1_01 .btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.indEight1_01 .btn a .iconfont {
    font-size: 26px;
    color: #FFFFFF;
    padding: 1px 0 0 8px;
}

.indEight1_02 {
    padding-top: 55px;
}

.indEight1_02 .title {
    font-family: "D_DIN_Bold";
    font-size: 26px;
    color: #FFFFFF;
}

.indEight1_02 .text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    padding-top: 20px;
}

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

.indEight1_02_img .item {
    margin-right: 22px;
}

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

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

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


















/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.public_footer {
    /*background: #EBEBEB;*/
    box-shadow: -5px 0 12px rgba(0,0,0,0.1);
}

.footer_top_w {
    padding: 50px 0 25px;
    border-bottom: 1px solid #CBCBCB;
    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 {
    width: 245px;
}

.footer_top1 .footer_logo a {
    display: block;
}

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

.footer_top1 .text {
    font-size: 16px;
    color: #666666;
    text-align: right;
    padding-top: 15px;
    padding-right: 8px;
}

.footer_top1 .media_box {
    padding-top: 15px;
    padding-right: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_top1 .media_box a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 4px;
    margin-right: 9px;
}

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

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

.footer_top1 .media_box>a:nth-child(1) {
    background: #0077B5;
}

.footer_top1 .media_box>a:nth-child(2) {
    background: #3B5999;
}

.footer_top1 .media_box>a:nth-child(3) {
    background: #E4405F;
}

.footer_top1 .media_box>a:nth-child(4) {
    background: #55ACEE;
}

.footer_top1 .media_box>a:nth-child(5) {
    background: #BD081C;
}

.footer_top2_list .item {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 5px;
}

.footer_top2_list .item a {
    color: #0054a6;
}

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

.footer_top2_btn {
    padding-top: 5px;
}

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

.footer_top2_btn a .iconfont {
    width: 28px;
    font-size: 22px;
    color: var(--hue);
    padding-top: 4px;
}

.footer_top2_btn a span {
    width: calc(100% - 28px);
    font-family: "D_DIN_Bold";
    font-size: 18px;
    text-decoration: underline;
}

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

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

.footer_top3_form input {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 16px;
    color: #888888;
    width: calc(100% - 55px);
    height: 44px;
    background: #F8F8F8;
    padding: 0 10px 0 15px;
    border: 1px solid #D4D4D4;
    border-right: 0;
}

.footer_top3_form button {
    font-size: 28px;
    color: #ffffff;
    width: 55px;
    height: 44px;
    border: none;
    background: #0054a6;
}

.footer_top3_text {
    font-size: 18px;
    color: #888888;
    padding-top: 10px;
}

.footer_top2 {
    width: 29%;
}

.footer_top3 {
    width: 31%;
}

.footer_cen_w {
    padding: 25px 0 35px;
    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_cen_title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
}

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

.footer_cen_list .item a {
    display: block;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.footer_cen2_btn a {
    font-size: 18px;
    color: #0054a6;
}

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

.footer_cen1 {
    width: 28%;
}

.footer_cen2 {
    width: 24%;
}

.footer_cen3 {
    width: 20%;
}

.footer_cen4 {
    width: 18%;
}

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

.footer_bot_w {
    padding: 28px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_bot1 {
    font-size: 16px;
    color: #ffffff;
}

.footer_bot1 a {
    color: #ffffff;
}

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

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

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

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

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

















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

.SubPage_banner_w.h_450 {
    height: 450px;
}

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

.banner_crumbs_title {
    width: 100%;
    padding: 0 15px 60px;
}

.banner_crumbs_title .crumbs_a {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.banner_crumbs_title .crumbs_a a {
    color: #FFFFFF;
}

.banner_crumbs_title .crumbs_a a:hover {
    text-decoration: underline;
}

.banner_crumbs_title .title {
    font-family: "D_DIN_Bold";
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
}

.pro_caBoxOne {
    background: #F0F0F0;
}

.p_1_90 {
    padding: 1px 0 90px;
}

.m_t_-70 {
    position: relative;
    margin-top: -70px;
    background: #FFFFFF;
}

.m_t_-70::before,
.m_t_-70::after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    width: 124px;
    height: 141px;
}

.m_t_-70::before {
    width: 60px;
    left: -60px;
    background: url(../images/module_mask_l.png) no-repeat left center;
}

.m_t_-70::after {
    width: 60px;
    right: -60px;
    background: url(../images/module_mask_r.png) no-repeat right center;
}

.public_share_contact_btn {
    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: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.public_share_contact_btn .share_box {
    margin-right: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_share_contact_btn .share_box .shar_text {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #164194;
    padding-right: 5px;
}

.public_share_contact_btn .share_box .iconfont {
    font-size: 22px;
    color: #164194;
    padding-right: 10px;
}

.public_share_contact_btn .contact_btn {
    background: #D4DFEF;
    padding: 15px 40px;
}

.public_share_contact_btn .contact_btn a {
    display: block;
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 182px;
    line-height: 40px;
    border-radius: 4px;
    background: var(--hue);
}

.p_60 {
    padding: 60px;
}

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

.pro_caOne1_01 .text {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
    padding-top: 25px;
}

.pro_caOne2_01 {
    color: #164194;
    padding-bottom: 30px;
}

.pro_caOne2_02 .item {
    padding: 20px;
    background: #ffffff;
    margin-bottom: 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_caOne2_02 .item:hover {
    box-shadow: 0 5px 6px rgba(0,0,0,0.2);
}

.pro_caOne2_02 .item .img_box {
    width: 384px;
}

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

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

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

.pro_caOne2_02 .item .r_box {
    width: calc(100% - 384px);
    padding: 0 25px 0 50px;
}

.pro_caOne2_02 .item .r_box .title_text a {
    display: block;
}

.pro_caOne2_02 .item .r_box .title_text a .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_caOne2_02 .item .r_box .title_text a .text {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_caOne2_02 .item .r_box .btn_box {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_caOne2_02 .item .r_box .btn_box a {
    width: 200px;
    height: 46px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_caOne2_02 .item .r_box .btn_box a span {
    font-size: 18px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_caOne2_02 .item .r_box .btn_box a .iconfont {
    font-size: 26px;
    padding-left: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_caOne2_02 .item .r_box .btn_box > a:nth-child(1) {
    border: 1px solid var(--hue);
}

.pro_caOne2_02 .item .r_box .btn_box > a:nth-child(1):hover {
    background: var(--hue);
}

.pro_caOne2_02 .item .r_box .btn_box > a:nth-child(1) span,
.pro_caOne2_02 .item .r_box .btn_box > a:nth-child(1) .iconfont {
    color: var(--hue);
}

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

.pro_caOne2_02 .item .r_box .btn_box > a:nth-child(2) {
    background: var(--hue);
    margin-left: 30px;
}

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

.pro_caBoxThree {
    background: #D4DFEF;
}

.pro_caThree1 {
    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_caThree1 .item {
    margin-right: 20px;
}

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

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

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

.pro_caFour1 {
    max-width: 640px;
    margin-left: auto;
    background: #ffffff;
    border-radius: 6px;
    padding: 55px 40px 55px 50px;
}

.pro_caFour1 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: var(--hue);
}

.pro_caFour1 .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 15px;
}

.pro_caFour1 .btn {
    padding-top: 20px;
}

.pro_caFour1 .btn a {
    width: 200px;
    height: 46px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_caFour1 .btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.pro_caFour1 .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

/* ~~~~~~~~~~~~~Pro_Category,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Pro_Category,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Pro_Category,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~products_cover,css */
/* ~~~~~~~~~~~~~~products_cover,css */
/* ~~~~~~~~~~~~~~products_cover,css */
.pro_covOne1_01 {
    color: var(--hue);
    padding-bottom: 35px;
}

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

.pro_covOne1_02_L {
    width: 52%;
}

.pro_covOne1_02_title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: var(--hue);
    padding-bottom: 20px;
}

.pro_covOne1_02_L .text {
    font-size: 20px;
    color: #707070;
    line-height: 34px;
}

.pro_covOne1_02_R {
    width: 42%;
}

.pro_covOne1_02_R_list .item {
    margin-bottom: 8px;
}

.pro_covOne1_02_R_list .item a {
    display: block;
    font-size: 20px;
    color: #707070;
    line-height: 26px;
}

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

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

.pro_covOne2_list .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 70px;
    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;
}

.pro_covOne2_list_top .img_text {
    display: block;
}

.pro_covOne2_list_top .img_text .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_covOne2_list_top .img_text .img_box img {
    width: 100%;
}

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

.pro_covOne2_list_top .img_text .text {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 10px;
    background: var(--hue);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.pro_covOne2_list_top .a_list {
    padding-top: 25px;
}

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

.pro_covOne2_list_top .a_list .every::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: var(--hue);
    margin-top: 5px;
}

.pro_covOne2_list_top .a_list .every span {
    width: calc(100% - 9px);
    font-size: 18px;
    color: #444444;
    padding-left: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_covOne2_list_top .a_list .every:hover span {
    padding-left: 20px;
}

.pro_covOne2_list_bot {
    padding-top: 15px;
}

.pro_covOne2_list_bot a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: var(--hue);
    text-align: center;
    border-radius: 6px;
    border: 1px solid var(--hue);
}

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

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

/* ~~~~~~~~~~~~~~products_cover,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products_cover,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products_cover,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~~~products_list,css */
/* ~~~~~~~~~~~~~~~~~~~products_list,css */
/* ~~~~~~~~~~~~~~~~~~~products_list,css */
.pro_liBoxOne {
    background: #F0F0F0;
}

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

.pro_liOne1_01_L {
    width: 315px;
}

.pro_liOne1_01_L_title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #FFFFFF;
    background: var(--hue);
    border-radius: 8px 8px 0 0;
    padding: 18px 10px 18px 15px;
}

.pro_liOne1_01_L_list {
    border: 1px solid #CFCFCF;
}

.pro_liOne1_01_L_list .item {
    border-bottom: 1px solid #CFCFCF;
}

.pro_liOne1_01_L_list > .item:last-child {
    border-bottom: none;
}

.pro_liOne1_01_L_list_top {
    padding: 18px 10px 18px 10px;
}

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

.pro_liOne1_01_L_list_top a .iconfont {
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #444444;
    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;
}

.pro_liOne1_01_L_list_top a span {
    width: calc(100% - 18px);
    font-size: 17px;
    color: #444444;
    padding-left: 4px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_liOne1_01_L_list_bot {
    display: none;
    padding: 0 10px 8px 30px;
}

.pro_liOne1_01_L_list_bot a {
    display: block;
    font-size: 17px;
    color: #999999;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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

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

.pro_liOne1_01_L_list .item.hover .pro_liOne1_01_L_list_top .iconfont {
    color: var(--hue);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pro_liOne1_01_L_list .item.hover .pro_liOne1_01_L_list_top span {
    color: var(--hue);
}

.pro_liOne1_01_L_list .item.hover .pro_liOne1_01_L_list_bot {
    display: block;
}

.pro_liOne1_01_R {
    width: calc(100% - 330px);
}

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

.pro_liOne1_01_R .pro_liOne1_01_R_list {
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
}

.pro_liOne1_01_R .pro_liOne1_01_R_list .item {
    width: calc(100% / 3);
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.pro_liOne1_01_R_list .item a {
    height: 100%;
    padding: 25px 25px 30px;
    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;
}

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

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

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

.pro_liOne1_01_R_list_t .title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #164194;
    padding-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.pro_liOne1_01_R_list_t .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 16px;
    color: #888888;
    line-height: 22px;
    padding-top: 8px;
}

.pro_liOne1_01_R_list_t .text {
    font-size: 16px;
    color: #888888;
    line-height: 22px;
    padding-top: 5px;
}

.pro_liOne1_01_R_list_b {
    padding-top: 20px;
}

.pro_liOne1_01_R_list_b .btn {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: var(--hue);
    text-align: center;
    border-radius: 4px;
    border: 1px solid var(--hue);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_liOne1_01_R_paging {
    padding-top: 60px;
}

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

.public_paging a {
    display: block;
    font-size: 18px;
    color: #164194;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    margin: 0 5px;
    background: #F9FAFB;
    border: 1px solid #E5E5E5;
}

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

.public_paging a.prev,
.public_paging a.next {
    width: 80px;
}

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

.pro_liTwo1 {
    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_liTwo1_L {
    width: 23.5%;
}

.pro_liTwo1_L img {
    width: 100%;
}

.pro_liTwo1_C {
    width: 24%;
}

.pro_liTwo1_C .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #666666;
}

.pro_liTwo1_C .text {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    padding-top: 8px;
}

.pro_liTwo1_C .btn {
    padding-top: 25px;
}

.pro_liTwo1_C .btn a {
    width: 210px;
    height: 46px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_liTwo1_C .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.pro_liTwo1_C .btn a span {
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 6px;
}

.pro_liTwo1_R {
    width: 40%;
}

.pro_liTwo1_R .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #707070;
}

.pro_liTwo1_R .text {
    font-size: 18px;
    color: #444444;
    padding-top: 12px;
}

.pro_liTwo1_R .phone_email {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liTwo1_R .phone_email .item {
    font-size: 20px;
    color: var(--hue);
    margin-right: 40px;
}

.pro_liTwo1_R .phone_email a {
    color: var(--hue);
}

.pro_liTwo1_R .phone_email a:hover {
    text-decoration: underline;
}

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

.pro_liTwo1_R .btn {
    padding-top: 30px;
}

.pro_liTwo1_R .btn a {
    width: 190px;
    height: 46px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_liTwo1_R .btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.pro_liTwo1_R .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

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

.pro_liTwo2_list .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    background: #F0F0F0;
}

.pro_liTwo2_list .item a {
    display: block;
    height: 100%;
}

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

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

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

.pro_liTwo2_list .item a .bot_box {
    padding: 35px 30px 40px;
    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;
}

.pro_liTwo2_list .item a .bot_box .title_text .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_liTwo2_list .item a .bot_box .title_text .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 15px;
}

.pro_liTwo2_list .item a .bot_box .iconfont {
    font-size: 36px;
    color: #009DDF;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid #009DDF;
    margin: 25px auto 0;
}

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

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


















/* ~~~~~~~~~~~~~~~products_detail,css */
/* ~~~~~~~~~~~~~~~products_detail,css */
/* ~~~~~~~~~~~~~~~products_detail,css */
.SubPage_banner_w.h_330 {
    height: 330px;
}

.pro_deBoxOne {
    background: #F0F0F0;
}

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

.pro_deOne1_01_L {
    width: 50%;
    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_01_L_dots {
    width: 15.6%;
}

.pro_deOne1_01_L_dots .item {
    opacity: 0.5;
    margin-bottom: 7.5%;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deOne1_01_L_dots .item.hover {
    opacity: 1;
}

.pro_deOne1_01_L_lunbo {
    width: 82.8%;
    margin: 0;
}

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

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

.pro_deOne1_01_R {
    width: 46%;
}

.pro_deOne1_01_R .big_title {
    color: var(--hue);
}

.pro_deOne1_01_R .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: var(--hue);
    padding-top: 5px;
}

.pro_deOne1_01_R .text {
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    padding-top: 20px;
}

.pro_deOne1_01_R .btn {
    padding-top: 40px;
}

.pro_deOne1_01_R .btn a {
    width: 220px;
    height: 48px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne1_01_R .btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.pro_deOne1_01_R .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

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

.pro_deOne1_01_R dl dd {
    margin-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_01_R dl > dd:last-child {
    margin-right: 0;
}

.pro_deOne1_01_R dl dd::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #009DDF;
    margin: 4px 5px 0 0;
}

.pro_deOne1_01_R dl dd div {
    font-size: 16px;
    color: #444444;
}

.pro_deOne1_01_R dl dd div span {
    color: #009DDF;
}

.pro_deOne1_02 {
    background: #D4DFEF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.pro_deOne1_02 .item a {
    display: block;
    font-size: 18px;
    color: #164194;
    line-height: 60px;
}

.pro_deOne1_02 .item a:hover {
    font-family: "D_DIN_Bold";
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pro_deOne1_02 {
    margin-top: 90px;
}

.pro_det_page_title {
    /*text-align: center;*/
    padding-bottom: 30px;
}

.pro_det_page_title .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #164194;
    text-transform: uppercase;
}

.pro_det_page_title .line {
    width: 120px;
    height: 1px;
    background: #707070;
    margin: 12px 0 0;
}

.pro_det_page_title .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: var(--hue);
    padding-top: 20px;
}

.pro_deOne1_03_text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
}

.pro_deOne1_03_list {
    margin-top: 30px;
    background: #D4DFEF;
    padding: 35px 20px 30px 40px;
}

.pro_deOne1_03_list .item {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_03_list .item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #0054a6;
    margin-top: 10px;
}

.pro_deOne1_03_list .item span {
    width: calc(100% - 10px);
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-left: 10px;
}

.pro_deBoxOne table {
    width: 100%;
}

.pro_deBoxOne table tr td {
    font-size: 16px;
    color: #444444;
    padding: 12px 10px 12px 10px;
    border: 1px solid #ffffff;
}

.pro_deBoxOne table tr:nth-child(odd) {
    background: #F1F1F1;
}

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

.pro_deOne1_05_list .item {
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #F0F4FA;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deOne1_05_list .item a {
    display: block;
    height: 100%;
    padding: 40px 10px 40px;
}

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

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

.pro_deOne1_05_list .item a .text {
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: var(--hue);
    text-align: center;
    padding-top: 15px;
}

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

.pro_deOne1_05_text {
    max-width: 850px;
    margin: 0 auto;
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: var(--hue);
    line-height: 40px;
    padding-top: 80px;
    text-align: center;
}

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

.pro_deOne1_05_btn {
    padding-top: 35px;
}

.pro_deOne1_05_btn a {
    width: 200px;
    height: 46px;
    border-radius: 6px;
    background: var(--hue);
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne1_05_btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.pro_deOne1_05_btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.pro_deTwo1 .pro_liOne1_01_R_list .item {
    width: calc(100% / 4);
}

.pro_deTwo2 {
    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_deTwo2_L {
    width: 47%;
    background: #D4DFEF;
    padding: 60px 40px 70px 40px;
}

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

.pro_deTwo2_L .text {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
    padding-top: 20px;
}

.pro_deTwo2_L_list {
    padding-top: 20px;
}

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

.pro_deTwo2_L_list .item .iconfont {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #55ACEE;
    margin-top: 2px;
}

.pro_deTwo2_L_list .item .r_box {
    width: calc(100% - 25px);
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-left: 10px;
}

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

.public_page_btn {
    height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.public_page_btn .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.pro_deTwo2_R {
    width: 44%;
}

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

.pro_deTwo2_R .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pro_deTwo2_R .text a {
    color: #009DDF;
    text-decoration: underline;
}

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

.pro_deTwo2_R_form .item input {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #A8A8A8;
    width: 100%;
    height: 50px;
    padding: 0 10px 0 15px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #707070;
}

.pro_deTwo2_R_form .item textarea {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #A8A8A8;
    line-height: 26px;
    width: 100%;
    height: 150px;
    padding: 12px 10px 10px 15px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #707070;
    resize: none;
}

.pro_deTwo2_R_form .item ::-webkit-input-placeholder {
    color: #A8A8A8;
}

.pro_deTwo2_R_form .btn button {
    width: 190px;
    height: 46px;
    border-radius: 6px;
    background: var(--hue);
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deTwo2_R_form .btn button span {
    font-size: 18px;
    color: #ffffff;
}

.pro_deTwo2_R_form .btn button .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

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
















/* ~~~~~~~~~~~~~~brand,css */
/* ~~~~~~~~~~~~~~brand,css */
/* ~~~~~~~~~~~~~~brand,css */
.braBoxOne1 {
    padding-bottom: 35px;
}

.braBoxOne1 .title {
    max-width: 860px;
    margin: 0 auto;
    color: var(--hue);
    text-align: center;
}

.braBoxOne1 .text {
    max-width: 930px;
    margin: 0 auto;
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    line-height: 36px;
    text-align: center;
    padding-top: 15px;
}

.braBoxOne2 {
    font-size: 20px;
    color: #707070;
    line-height: 36px;
    padding-bottom: 50px;
}

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

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

.braBoxOne3 .item a {
    height: 100%;
    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;
}

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

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

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

.braOne3_top .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #164194;
    padding-top: 25px;
}

.braOne3_top .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 10px;
}

.braOne3_bot {
    width: 230px;
    height: 50px;
    border-radius: 6px;
    background: var(--hue);
    margin-top: 15px;
    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;
}

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

.braOne3_bot .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.braBoxTwo {
    background: #F9FAFB;
}

.braBoxTwo1 {
    color: var(--hue);
    padding-bottom: 25px;
}

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

.braBoxTwo2 .item {
    width: calc((100% - 60px) / 2);
    padding: 40px 10px 40px;
    border-bottom: 1px solid #707070;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.braBoxTwo2 .item .iconfont {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #009DDF;
}

.braBoxTwo2 .item .r_box {
    width: calc(100% - 38px);
    padding: 6px 0 0 15px;
}

.braBoxTwo2 .item .r_box .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #707070;
}

.braBoxTwo2 .item .r_box .text {
    font-size: 20px;
    color: #888888;
    line-height: 30px;
    padding-top: 15px;
}

/* ~~~~~~~~~~~~~~brand,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~brand,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~brand,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~~~about,css */
.aboBoxOne_w {
    padding: 70px 0 40px;
}

.aboBoxOne1 .icon {
    width: 60px;
    margin: 0 auto;
}

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

.aboOne1_01 {
    max-width: 1070px;
    margin: 0 auto;
    color: var(--hue);
    padding: 15px 0 15px;
}

.aboOne1_01 div {
    text-align: right;
    padding-top: 25px;
}

.aboOne1_02 {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #444444;
    text-align: center;
    padding-bottom: 20px;
}

.aboOne1_02 a {
    color: #0054a6;
    text-decoration: underline;
}

.aboBoxOne2 {
    padding: 60px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne2 .item {
    width: calc((100% - 70px) / 2);
    font-size: 18px;
    color: #707070;
    line-height: 30px;
}

.aboBoxOne3 .line {
    width: 240px;
    height: 1px;
    background: #707070;
    margin: 0 auto;
}

.aboBoxOne3 .title {
    color: var(--hue);
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
}

.aboBoxTwo {
    background: #F9FAFB;
}

.aboBoxTwo1 {
    max-width: 1280px;
    margin: 0 auto;
}

.aboBoxTwo1 img {
    width: 100%;
}

.aboBoxTwo2 {
    max-width: 820px;
    margin: 0 auto;
}

.aboTwo2_01 {
    padding-bottom: 25px;
}

.aboTwo2_01 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #444444;
    text-align: center;
    text-transform: uppercase;
}

.aboTwo2_01 .text {
    font-size: 20px;
    color: #164194;
    text-align: center;
    padding-top: 15px;
}

.aboTwo2_02 {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
}

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

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

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

.aboTwo2_04 .item {
    font-size: 20px;
    color: var(--hue);
    margin: 0 25px;
}

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

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

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

.aboBoxThree1 .item {
    width: calc(100% / 4);
    padding: 0 10px;
    border-right: 1px solid #D5D5D5;
}

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

.aboBoxThree1 .item a {
    display: block;
}

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

.aboBoxThree1 .item a .img_box {
    width: 150px;
    margin: 0 auto;
}

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

.aboBoxThree1 .item a .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #707070;
    text-align: center;
    padding-top: 40px;
}

.aboBoxThree1 .item a .btn {
    font-size: 20px;
    color: #164194;
    text-align: center;
    text-decoration: underline;
    padding-top: 15px;
}

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
















/* ~~~~~~~~~~~~~~~~~Mission,css */
/* ~~~~~~~~~~~~~~~~~Mission,css */
/* ~~~~~~~~~~~~~~~~~Mission,css */
.misBoxOne1 {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #444444;
    text-align: center;
    padding-bottom: 60px;
}

.misBoxOne1 a {
    color: #0054a6;
    text-decoration: underline;
}

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

.misBoxOne2 .icon {
    width: 88px;
}

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

.misBoxOne2 .r_box {
    width: calc(100% - 88px);
    padding: 20px 0 0 40px;
}

.misOne2_r_title {
    color: #444444;
}

.misOne2_r_img {
    padding-top: 10px;
}

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

.misOne2_r_text {
    padding-top: 30px;
}

.misOne2_r_text .title {
    font-size: 24px;
    color: #707070;
}

.misOne2_r_text .text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 15px;
}

.misBoxTwo {
    background: #F9FAFB;
}

.misOne2_list {
    padding-top: 40px;
}

.misOne2_list .item {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.misOne2_list .item::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #0054a6;
    margin-top: 3px;
}

.misOne2_list .item .title_text {
    width: calc(100% - 13px);
    padding-left: 20px;
}

.misOne2_list .item .title_text .title {
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: #707070;
}

.misOne2_list .item .title_text .text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 5px;
}

/* ~~~~~~~~~~~~~~~~~Mission,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Mission,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Mission,css~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~Main Business,css */
/* ~~~~~~~~~~~~~~~Main Business,css */
/* ~~~~~~~~~~~~~~~Main Business,css */
.maiBoxOne2 {
    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;
}

.maiBoxOne2 .item {
    width: calc((100% - 70px) / 2);
    margin-bottom: 38px;
    background: #F9FAFB;
    border-radius: 6px;
    padding: 45px 30px 45px 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.maiBoxOne2 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.maiBoxOne2 .item .iconfont {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #009DDF;
}

.maiBoxOne2 .item .text {
    width: calc(100% - 28px);
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-left: 15px;
}

.maiBoxOne3 {
    padding-bottom: 90px;
    border-bottom: 1px solid #707070;
    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;
}

.maiOne3_L {
    width: 31.8%;
}

.maiOne3_L img {
    width: 100%;
}

.maiOne3_R {
    width: 62%;
}

.maiOne3_R_01 {
    padding-bottom: 50px;
}

.maiOne3_R_01 .title {
    color: #444444;
}

.maiOne3_R_01 .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 30px;
}

.maiOne3_R_02 {
    padding: 50px 25px 50px 31%;
    border-radius: 6px;
    background: url(../images/business_02.jpg) no-repeat left center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.maiOne3_R_02 .text {
    width: 52%;
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #FFFFFF;
}

.maiOne3_R_02 .btn {
    width: 35%;
    height: 50px;
    border-radius: 6px;
    background: #0054a6;
    border: 1px solid #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;
}

.maiOne3_R_02 .btn span {
    font-size: 18px;
    color: #FFFFFF;
}

.maiOne3_R_02 .btn .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.maiOne3_R_03 {
    padding-top: 40px;
}

.maiOne3_R_03 .text {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: var(--hue);
    line-height: 40px;
}

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

.maiOne3_R_03 .phone_email {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maiOne3_R_03 .phone_email .item {
    font-size: 20px;
    color: var(--hue);
    margin-right: 50px;
}

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

.maiOne3_R_03 .phone_email .item a {
    color: var(--hue);
}

.maiOne3_R_03 .phone_email .item a:hover {
    text-decoration: underline;
}

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

/* ~~~~~~~~~~~~~~~Main Business,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Main Business,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Main Business,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~Headquarters,css */
/* ~~~~~~~~~~~~~~~~Headquarters,css */
/* ~~~~~~~~~~~~~~~~Headquarters,css */
.heaBoxOne_w .misBoxOne1 {
    padding-bottom: 0;
}

.heaBoxTwo {
    background: #F9FAFB;
}

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

.heaTwo1_L {
    width: 38%;
}

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

.heaTwo1_L .text {
    font-size: 20px;
    color: var(--hue);
    padding-top: 15px;
}

.heaTwo1_R {
    width: 56%;
}

.heaTwo1_R .title {
    color: #444444;
}

.heaTwo1_R .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 35px;
}

.heaBoxThree1 {
    padding-bottom: 90px;
    border-bottom: 1px solid #707070;
}

.heaBoxThree1 .maiOne3_R_03 {
    padding-top: 0;
}

.heaBoxThree1 .maiOne3_R_03 .text {
    text-align: center;
}

.heaBoxThree1 .maiOne3_R_03 .phone_email {
    padding-top: 20px;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.heaBoxThree1 .maiOne3_R_04 {
    padding-top: 50px;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* ~~~~~~~~~~~~~~~~Headquarters,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Headquarters,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Headquarters,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~Join us,css */
/* ~~~~~~~~~~~~~~Join us,css */
/* ~~~~~~~~~~~~~~Join us,css */
.joinBoxOne_w .misBoxOne1 {
    padding-bottom: 0;
}

.joinBoxTwo {
    background: #F9FAFB;
}

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

.joinTwo1_L {
    width: 51%;
}

.joinTwo1_L .module_title {
    color: #444444;
}

.joinTwo1_L .item {
    padding-top: 30px;
}

.joinTwo1_L .item .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #707070;
}

.joinTwo1_L .item .text {
    font-size: 18px;
    color: #707070;
    line-height: 34px;
    padding-top: 15px;
}

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

.joinTwo1_R img {
    width: 100%;
}

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

.joinBoxThree_w .joinBoxTwo1 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.joinThree2_01 {
    padding: 100px 30px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.joinThree2_01 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

.joinThree2_01 .text {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 18px;
}

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

.joinThree2_01 .btn a {
    width: 240px;
    height: 50px;
    border-radius: 6px;
    margin: 0 15px;
    background: var(--hue);
    border: 1px solid #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;
}

.joinThree2_01 .btn a span {
    font-size: 18px;
    color: #FFFFFF;
}

.joinThree2_01 .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.joinBoxFour {
    background: #F9FAFB;
}

.joinBoxFour1 .item {
    margin-bottom: 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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.joinBoxFour1 .item .img_box {
    width: 35.7%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.joinBoxFour1 .item .r_box {
    width: 57%;
}

.joinBoxFour1 .item .r_box .title {
    color: #444444;
}

.joinBoxFour1 .item .r_box .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 20px;
}

.joinBoxFour1 .item .r_box .text span {
    font-family: "D_DIN_Bold";
}

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

.joinBoxFive_w {
    padding: 55px 0 55px;
}

.joinBoxFive1 {
    max-width: 810px;
    margin-left: auto;
}

.joinBoxFive1 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #164194;
}

.joinBoxFive1 .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 15px;
}

.joinBoxFive1 .phone_email {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.joinBoxFive1 .phone_email .item {
    font-size: 20px;
    color: var(--hue);
    margin-right: 50px;
}

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

.joinBoxFive1 .phone_email .item a {
    color: var(--hue);
}

.joinBoxFive1 .phone_email .item a:hover {
    text-decoration: underline;
}

.joinBoxFive1 .btn {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.joinBoxSix1_btn {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.joinSix1_btn_prev,
.joinSix1_btn_next {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background: rgba(0,0,0,0.55);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.joinSix1_btn_prev:hover,
.joinSix1_btn_next:hover {
    background: var(--hue);
}

/* ~~~~~~~~~~~~~~Join us,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Join us,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Join us,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~contact,css */
.conBoxTwo {
    background: #F9FAFB;
}

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

.conTwo1_L {
    width: 40%;
}

.conTwo1_L_01 {
    padding-bottom: 25px;
}

.conTwo1_L_01 .title {
    color: #444444;
}

.conTwo1_L_01 .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 10px;
}

.conTwo1_L_02 .item {
    margin-bottom: 18px;
    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;
}

.conTwo1_L_02 .item .iconfont {
    width: 65px;
    font-size: 50px;
    color: #707070;
}

.conTwo1_L_02 .item .r_box {
    width: calc(100% - 65px);
    font-size: 18px;
    color: #444444;
    line-height: 30px;
}

.conTwo1_L_02 .item .r_box a {
    color: #444444;
}

.conTwo1_L_02 .item .r_box a:hover {
    color: #0054a6;
    text-decoration: underline;
}

.conTwo1_R {
    width: 50%;
}

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

.conTwo1_R_top {
    background: #D4DFEF;
    border-radius: 6px;
    padding: 10px 40px 10px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conTwo1_R_top span {
    width: calc(100% - 30px);
    font-size: 20px;
    color: #444444;
    padding-right: 30px;
}

.conTwo1_R_top .iconfont {
    width: 30px;
    font-size: 22px;
    color: #222222;
    padding-top: 1px;
    text-align: right;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conTwo1_R_bot {
    padding: 15px 40px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conTwo1_R_bot_L {
    width: 46%;
    padding-right: 20px;
}

.conTwo1_R_bot_L div,
.conTwo1_R_bot_R div {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.conTwo1_R_bot_L div span,
.conTwo1_R_bot_R div span {
    font-family: "D_DIN_Bold";
}

.conTwo1_R_bot_L div a {
    color: #444444;
}

.conTwo1_R_bot_L div a:hover {
    color: #0054a6;
    text-decoration: underline;
}

.conTwo1_R_bot_R {
    width: 54%;
}

.conTwo1_R_bot_R div {
    line-height: 28px;
}

.conTwo1_R_bot_box {
    display: none;
}

.contact_page_form {
    padding: 60px 10% 70px;
    background: #D4DFEF;
}

.contact_form_top {
    padding-bottom: 30px;
}

.contact_form_title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: var(--hue);
    padding-bottom: 30px;
}

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

.contact_form_radio .radio_item {
    position: relative;
    margin-right: 70px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contact_form_radio .radio_item input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.contact_form_radio .radio_item label {
    font-size: 20px;
    color: #444444;
    padding-left: 8px;
}

.contact_form_radio > .radio_item:last-child {
    margin-right: 0;
}

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

.contact_form_bot_input .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 20px;
}

.contact_form_bot_input .item input {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #888888;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    padding: 0 10PX 0 15PX;
    border: 1px solid #0054a6;
}

.contact_form_bot_input .item ::-webkit-input-placeholder {
    color: #888888;
}

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

.contact_form_bot_input .item textarea {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #888888;
    line-height: 28px;
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    padding: 12px 10PX 10px 15PX;
    border: 1px solid #0054a6;
    resize: none;
}

.contact_form_bot_input .btn {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_form_bot_input .btn button {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 6px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_form_bot_input .btn button span {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #ffffff;
}

.contact_form_bot_input .btn button .iconfont {
    font-size: 26px;
    color: #ffffff;
    padding-left: 8px;
}

.conThree2_01 .item {
    margin-bottom: 25px;
    border-radius: 6px;
    background: #F9FAFB;
    padding: 30px 50px 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.conThree2_01_top {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conThree2_01_top span {
    width: calc(100% - 30px);
    font-family: "D_DIN_Bold";
    font-size: 22px;
    color: #444444;
    padding-right: 20px;
}

.conThree2_01_top .iconfont {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conThree2_01_bot {
    display: none;
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 20px;
}

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

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

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

















/* ~~~~~~~~~~~~Pro_description,css */
/* ~~~~~~~~~~~~Pro_description,css */
/* ~~~~~~~~~~~~Pro_description,css */
.p_desBoxOne {
    background: #F0F0F0;
}

.pro_desBox1 {
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
    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_desBox1_L {
    width: 48%;
}

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

.pro_desBox1_L .text {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
    padding-top: 25px;
}

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

.pro_desBox1_L .btn > a:nth-child(2) {
    margin-left: 10px;
}

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

.pro_desBox1_L .email_inquiry .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_desBox1_L .email_inquiry .item .iconfont {
    width: 35px;
    font-size: 28px;
    color: #444444;
}

.pro_desBox1_L .email_inquiry .item .r_box {
    font-size: 18px;
    color: var(--hue);
    padding-top: 4px;
}

.pro_desBox1_L .email_inquiry .item .r_box a {
    color: #009DDF;
    text-decoration: underline;
}

.pro_desBox1_L .email_inquiry > .item:nth-child(2) {
    padding-left: 20px;
}

.pro_desBox1_R {
    width: 45%;
}

.pro_desBox1_R img {
    width: 100%;
}

.p_t_60 {
    padding-top: 60px;
}

.p_b_60 {
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
}

.pro_des_title {
    color: var(--hue);
    padding-bottom: 25px;
}

.pro_desBox2 .text_box {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-bottom: 30px;
}

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

.pro_desBox2_list .item {
    width: calc(100% / 9);
    border-right: 1px solid #DEDEDE;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_desBox2_list .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pro_desBox2_list .item a {
    display: block;
    height: 100%;
    padding: 0 6px;
}

.pro_desBox2_list .item a .img_box {
    width: 47px;
    margin: 0 auto;
}

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

.pro_desBox2_list .item a .text {
    font-size: 18px;
    color: #707070;
    line-height: 26px;
    padding-top: 10px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.pro_desBox3_01 {
    background: #D4DFEF;
    padding: 0 20px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_desBox3_01 .item {
    margin-right: 60px;
}

.pro_desBox3_01 .item a {
    display: block;
    font-size: 20px;
    color: #444444;
    line-height: 52px;
}

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

/*.pro_desBox3_02 {*/
/*    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_desBox3_02_L {
    width: 50%;
}

.pro_desBox3_02_L img {
    width: 100%;
}

.pro_desBox3_02_R {
    width: 47%;
}

.pro_desBox3_02_R .title {
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

.pro_desBox3_02_R .text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 25px;
}

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

.pro_desBox4_01_L {
    width: 66.5%;
}

.pro_desBox4_01_item a {
    position: relative;
    display: block;
}

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

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

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

.pro_desBox4_01_item .text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 14px 15px 14px 30px;
    background: rgba(0,84,147,0.7);
}

.pro_desBox4_01_R {
    width: 31.5%;
    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;
}

.pro_desBox5_01 {
    position: relative;
}

.pro_desBox5_01_lunbo .swiper-slide a {
    display: block;
    background: #ffffff;
    padding: 20px 20px 35px;
}

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

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

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

.pro_desBox5_01_lunbo .swiper-slide a .bot_box {
    padding-top: 15px;
}

.pro_desBox5_01_lunbo .swiper-slide a .bot_box .title {
    font-family: "D_DIN_Bold";
    font-size: 16px;
    color: #6A6A6A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_desBox5_01_lunbo .swiper-slide a .bot_box .text {
    font-size: 16px;
    color: #6A6A6A;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ~~~~~~~~~~~~Pro_description,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Pro_description,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Pro_description,css~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~Application_cover,css */
/* ~~~~~~~~~~~~~~~Application_cover,css */
/* ~~~~~~~~~~~~~~~Application_cover,css */
.app_coBoxOne1 {
    text-align: center;
    padding-bottom: 60px;
}

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

.app_coBoxOne1 .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: var(--hue);
    padding-top: 20px;
}

.app_coBoxOne1 .text {
    font-size: 20px;
    color: #707070;
    line-height: 36px;
    text-align: left;
    padding-top: 20px;
}

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

.app_coBoxOne2 .item {
    width: calc((100% - 140px) / 5);
    margin-right: 35px;
    margin-bottom: 40px;
    background: #F9FAFB;
    border-radius: 6px;
    box-shadow: 2px 3px 2px rgba(0,0,0,0.16);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_coBoxOne2 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.app_coBoxOne2 .item a {
    display: block;
    height: 100%;
    padding: 45px 6px 45px;
}

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

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

.app_coBoxOne2 .item a .title {
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding-top: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

/* ~~~~~~~~~~~~~~~Application_cover,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Application_cover,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Application_cover,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~application_list,css */
/* ~~~~~~~~~~~~~~application_list,css */
/* ~~~~~~~~~~~~~~application_list,css */
.app_liBoxOne {
    background: #F0F0F0;
}

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

.app_liOne1_01 .text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 12px;
}

.app_liOne1_01 .btn {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.app_liOne1_01 .email_inquiry .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.app_liOne1_01 .email_inquiry .item .iconfont {
    width: 35px;
    font-size: 28px;
    color: #444444;
}

.app_liOne1_01 .email_inquiry .item .r_box {
    font-size: 18px;
    color: var(--hue);
    padding-top: 4px;
}

.app_liOne1_01 .email_inquiry .item .r_box a {
    color: #009DDF;
    text-decoration: underline;
}

.app_liOne1_01 .email_inquiry > .item:nth-child(2) {
    margin-left: 20px;
}

.pro_det_page_title .text {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
    line-height: 28px;
    padding-top: 15px;
}

.app_liOne2_list .item_box {
    display: none;
}

.app_liOne2_list .item {
    margin-bottom: 40px;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.app_liOne2_list .item .img_box {
    width: 30%;
}

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

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

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

.app_liOne2_list_c {
    width: 37%;
    padding: 20px 30px 20px 40px;
    border-right: 1px solid #D9D9D9;
}

.app_liOne2_list_c a {
    display: block;
}

.app_liOne2_list_c a .title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: var(--hue);
}

.app_liOne2_list_c a .text {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.app_liOne2_list_c a .btn {
    font-size: 18px;
    color: var(--hue);
    text-decoration: underline;
    padding-top: 15px;
}

.app_liOne2_list_r {
    width: 33%;
    padding: 20px 20px 20px 30px;
}

.app_liOne2_list_r a {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.app_liOne2_list_r a .iconfont {
    width: 20px;
    font-size: 14px;
    color: #009DDF;
    padding-top: 2px;
}

.app_liOne2_list_r a span {
    width: calc(100% - 20px);
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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

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

.app_liOne2_list > .item_box:nth-child(-n + 6) {
    display: block;
}

.Loading_more_btn {
    width: 230px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 10px;
}

.Loading_more_btn .text {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: var(--hue);
    text-transform: uppercase;
}

.Loading_more_btn .iconfont {
    font-size: 24px;
    color: var(--hue);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    border: 2px solid var(--hue);
    margin: 10px auto 0;
}

.app_liOne2_list.active .item_box {
    display: block;
}

.app_liOne2_list.active + .Loading_more_btn {
    display: none;
}

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

.app_liTwo1_L {
    width: 42%;
}

.app_liTwo1_L img {
    width: 100%;
}

.app_liTwo1_R {
    width: 52%;
}

.app_liTwo1_R .text_box {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-bottom: 25px;
}

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

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

.app_liTwo1_R_list .item .iconfont {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #009DDF;
}

.app_liTwo1_R_list .item .r_text {
    width: calc(100% - 24px);
    font-size: 18px;
    color: #707070;
    padding: 2px 0 0 12px;
}

/* ~~~~~~~~~~~~~~application_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~application_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~application_list,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~Case_detail,css */
/* ~~~~~~~~~~~~~~~~Case_detail,css */
/* ~~~~~~~~~~~~~~~~Case_detail,css */
.cas_deBoxOne {
    background: #F0F0F0;
}

.case_det_content1 {
    max-width: 1192px;
    margin: 0 auto;
    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;
}

.case_det_content1 .back_btn a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.case_det_content1 .back_btn a .iconfont {
    font-size: 18px;
    color: #0054a6;
    padding-top: 1px;
}

.case_det_content1 .back_btn a span {
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: #415FA6;
    padding-left: 8px;
}

.case_det_content1 .date {
    font-size: 18px;
    color: #878787;
    padding-left: 50px;
}

.case_det_content2 {
    max-width: 960px;
    margin: 0 auto;
}

.case_det_content2_01 {
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: #005493;
    line-height: 28px;
    background: #F0F4FA;
    padding: 35px;
    border-left: 12px solid var(--hue);
}

.case_det_content2_02 {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding: 25px 0 50px;
}

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

.case_det_content2_03 .title_box {
    font-family: "D_DIN_Bold";
    font-size: 22px;
    color: var(--hue);
    padding-bottom: 15px;
}

.case_det_content2_03 .text {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-bottom: 8px;
}

.case_det_content2_03 .content .item {
    font-size: 18px;
    color: #444444;
    margin-bottom: 10px;
}

.case_det_content2_03 .content .item a {
    color: #0054a6;
}

.case_det_content2_03 .content .item a:hover {
    text-decoration: underline;
}

.case_det_content2_04 {
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

.case_det_content2_04 .item a {
    display: block;
    background: #D4DFEF;
    padding: 25px 15px 25px 30px;
}

.case_det_content2_04 .item a .title {
    font-size: 18px;
    color: #444444;
    padding-bottom: 12px;
}

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

.case_det_content2_04 .item a .text .iconfont {
    width: 25px;
    font-size: 20px;
    color: #444444;
}

.case_det_content2_04 .item a .text span {
    width: calc(100% - 25px);
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: var(--hue);
    text-decoration: underline;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.case_det_content2_04 .item a:hover .text span {
    padding-left: 8px;
}

.case_det_content2_05 {
    padding-top: 60px;
}

.case_det_content2_05 .text {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: var(--hue);
    line-height: 40px;
    text-align: center;
}

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

.case_det_content2_05 .btn {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* ~~~~~~~~~~~~~~~~Case_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Case_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Case_detail,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~~~Service,css */
.serBoxOne1 {
    padding-bottom: 50px;
}

.serBoxOne1 .title {
    color: var(--hue);
    text-align: center;
}

.serBoxOne1 .subtitle {
    max-width: 820px;
    margin: 0 auto;
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    line-height: 36px;
    text-align: center;
    padding-top: 15px;
}

.serBoxOne1 .text {
    font-size: 20px;
    color: #707070;
    line-height: 32px;
    padding-top: 15px;
}

.serBoxTwo {
    background: #F9FAFB;
}

.serBoxTwo1 {
    color: var(--hue);
    padding-bottom: 20px;
}

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

.serBoxTwo2 .item {
    width: calc((100% - 60px) / 2);
    padding: 40px 10px 40px;
    border-bottom: 1px solid #707070;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.serBoxTwo2 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.serBoxTwo2 .item .iconfont {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #009DDF;
}

.serBoxTwo2 .item .r_box {
    width: calc(100% - 28px);
    padding-left: 10px;
}

.serBoxTwo2 .item .r_box .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #707070;
}

.serBoxTwo2 .item .r_box .text {
    font-size: 20px;
    color: #888888;
    line-height: 30px;
    padding-top: 15px;
}

/* ~~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~Knowledge,css */
/* ~~~~~~~~~~~~~~Knowledge,css */
/* ~~~~~~~~~~~~~~Knowledge,css */
.knoBoxOne {
    background: #F0F0F0;
}

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

.knoOne1_01 .text {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
    padding: 15px 0 20px;
}

.knoOne1_01_form {
    box-shadow: 0 3px 6px rgba(22,65,148,0.16);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.knoOne1_01_form input {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 20px;
    color: #888888;
    width: calc(100% - 140px);
    height: 62px;
    padding: 0 10px 0 15px;
    border: 1px solid var(--hue);
    border-right: none;
    background: none;
    border-radius: 6px 0 0 6px;
}

.knoOne1_01_form button {
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 18px;
    color: #FFFFFF;
    width: 140px;
    height: 62px;
    border: none;
    background: #0054a6;
    border-radius: 0 6px 6px 0;
}

.knoOne1_02 {
    background: #D4DFEF;
}

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

.knoOne1_02_01 .item {
    position: relative;
    padding: 0 55px;
}

.knoOne1_02_01 .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background: #707070;
}

.knoOne1_02_01 .item a {
    position: relative;
    display: block;
    font-family: "D_DIN_Bold";
    font-size: 18px;
    color: #444444;
    line-height: 80px;
    padding: 0 5px;
}

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

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

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

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

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

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

.knoOne1_03_01 {
    padding-bottom: 20px;
}

.knoOne1_03_01 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #444444;
}

.knoOne1_03_01 .text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 15px;
}

.knowledge_page_list .item {
    margin-bottom: 40px;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.knowledge_page_list .item:hover {
    box-shadow: 0 5px 8px rgba(0,0,0,0.3);
}

.knowledge_page_list .item a {
    padding: 20px 20px 25px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.knowledge_page_list .item a .l_box {
    width: calc(100% - 130px);
}

.knowledge_page_list .item a .l_box .date {
    font-size: 16px;
    color: #888888;
}

.knowledge_page_list .item a .l_box .title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: var(--hue);
    padding-top: 12px;
}

.knowledge_page_list .item a .l_box .text {
    font-size: 16px;
    color: #707070;
    line-height: 26px;
    padding-top: 8px;
}

.knowledge_page_list .item a .iconfont {
    font-weight: 700;
    font-size: 18px;
    color: var(--hue);
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid var(--hue);
    margin-bottom: 20px;
}

.knoOne1_03_02 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~Knowledge,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Knowledge,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Knowledge,css~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~News,css */
/* ~~~~~~~~~~~~~News,css */
/* ~~~~~~~~~~~~~News,css */
.news_page_list .indSeven2_01 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 50px;
}

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

/* ~~~~~~~~~~~~~News,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~News,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~News,css~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~Download,css */
/* ~~~~~~~~~~~~~~Download,css */
/* ~~~~~~~~~~~~~~Download,css */
.downBoxOne1 {
    padding-bottom: 35px;
}

.downBoxOne1 .title {
    color: var(--hue);
    text-align: center;
}

.downBoxOne1 .text {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    text-align: center;
    text-decoration: underline;
    padding-top: 15px;
}

.downBoxOne2 {
    font-size: 20px;
    color: #707070;
    line-height: 32px;
    padding-bottom: 35px;
}

.downBoxOne2 span {
    color: #0054a6;
}

.downBoxOne3 .title {
    font-family: "D_DIN_Bold";
    font-size: 30px;
    color: #444444;
    padding-bottom: 30px;
}

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

.downBoxOne3_form select {
    width: calc((100% - 40px) / 2);
    height: 62px;
    font-family: "D_DIN", "Arial", "sans-serif";
    font-size: 20px;
    color: #888888;
    border-radius: 6px;
    padding: 0 10px 0 15px;
    border: 1px solid #164194;
    box-shadow: 0 3px 6px rgba(22,65,148,0.16);
}

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

.downOne3_form_select2_box select {
    width: 100%;
}

.downOne3_form_select2.active {
    opacity: 0.8;
    border-color: #D1D1D1;
    cursor: no-drop;
}

.downOne4_01 {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #707070;
}

.downOne4_02 .item {
    display: none;
    margin-bottom: 22px;
    background: #F9FAFB;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.downOne4_02 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.downOne4_02 .item a {
    padding: 15px 25px;
    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;
}

.downOne4_02_L {
    width: calc(100% - 330px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.downOne4_02_L .iconfont {
    width: 55px;
    font-size: 40px;
    color: #009DDF;
}

.downOne4_02_L span {
    width: calc(100% - 55px);
    font-size: 20px;
    color: #444444;
    line-height: 28px;
    padding-top: 6px;
}

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

.downOne4_02_R .language {
    font-size: 16px;
    color: #444444;
}

.downOne4_02_R .btn {
    margin-left: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.downOne4_02_R .btn .iconfont {
    font-size: 24px;
    color: #444444;
}

.downOne4_02_R .btn span {
    font-family: "D_DIN_Bold";
    font-size: 16px;
    color: var(--hue);
    padding-left: 5px;
}

.downOne4_02 > .item:nth-child(-n + 6) {
    display: block;
}

.downOne4_02.active .item {
    display: block;
}

.downOne4_02.active + .Loading_more_btn {
    display: none;
}

/* ~~~~~~~~~~~~~~Download,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Download,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Download,css~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~Dealer Management,css */
/* ~~~~~~~~~~~~~~Dealer Management,css */
/* ~~~~~~~~~~~~~~Dealer Management,css */
.manBoxOne1 {
    padding-bottom: 50px;
}

.manBoxOne1 .title {
    color: var(--hue);
    text-align: center;
}

.manBoxOne1 .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    text-align: center;
    padding-top: 15px;
}

.manBoxOne1 .text {
    font-size: 20px;
    color: #707070;
    line-height: 32px;
    padding-top: 40px;
}

.manBoxOne_w .knoOne1_02 .knoOne1_02_w .knoOne1_02_01 .item {
    padding: 0 20px;
}

.manBoxTwo {
    background: #F9FAFB;
}

.manBoxThree1 {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.manBoxThree1 img {
    width: 100%;
}

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

.manBoxFour {
    background: #F9FAFB;
}

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

.manBoxFour1 .item {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 35px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.manBoxFour1 .item a {
    display: block;
    height: 100%;
}

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

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

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

.manBoxFour1 .item a .bot_box {
    padding: 25px 10px 30px 20px;
}

.manBoxFour1 .item a .bot_box .title {
    font-family: "D_DIN_Bold";
    font-size: 20px;
    color: #707070;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.manBoxFour1 .item a .bot_box .text {
    font-size: 18px;
    color: #707070;
    line-height: 28px;
    padding-top: 12px;
}

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

.manBoxFour2 {
    padding-top: 10px;
}

.manBoxFour2 .maiOne3_R_03 .text {
    text-align: center;
}

.manBoxFour2 .maiOne3_R_03 .phone_email {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.manBoxFour2 .maiOne3_R_04 {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.manBoxFive1 {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
    padding-bottom: 45px;
}

.manBoxFive table {
    width: 100%;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.manBoxFive table tr td {
    font-size: 18px;
    color: #444444;
    padding: 12px 10px 12px 25px;
    border: 1px solid #999999;
    border-left: none;
    border-right: none;
}

.manBoxFive table tr:first-child {
    background-image: linear-gradient(to right, #355ACE, #65CFE5);
}

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

.manBoxSix {
    background: #D4DFEF;
}

.manBoxSix1_lunbo .swiper-slide .item {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.manBoxSix1_lunbo .swiper-slide .item .iconfont {
    font-size: 60px;
    color: #256291;
}

.manBoxSix1_lunbo .swiper-slide .item .text {
    font-size: 22px;
    color: #707070;
    line-height: 36px;
    text-align: left;
    padding-top: 10px;
}

.manBoxSix1_lunbo .swiper-slide .item .name {
    font-size: 22px;
    color: #707070;
    padding-top: 25px;
}

.manBoxEight {
    background: #F9FAFB;
}

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

.manEight1_L {
    width: 48%;
    padding: 60px 40px 230px 50px;
    background: url(../images/dealer_10.jpg) no-repeat center center / cover;
}

.manEight1_L_01 {
    padding-bottom: 40px;
}

.manEight1_L_01 .title {
    color: #FFFFFF;
}

.manEight1_L_01 .text {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 36px;
    padding-top: 15px;
}

.manEight1_L_02 .text_box {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    padding-bottom: 15px;
}

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

.manEight1_L_02_list .item .icon {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #707070;
    margin-top: 5px;
}

.manEight1_L_02_list .item .r_box {
    width: calc(100% - 12px);
    font-size: 18px;
    color: #77AEFF;
    padding-left: 12px;
}

.manEight1_L_02_list .item .r_box a {
    color: #77AEFF;
    text-decoration: underline;
}

.manEight1_R {
    width: 44%;
}

/* ~~~~~~~~~~~~~~Dealer Management,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Dealer Management,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Dealer Management,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~Training Services,css */
/* ~~~~~~~~~~~~~~~Training Services,css */
/* ~~~~~~~~~~~~~~~Training Services,css */
.traBoxOne1 .title {
    color: var(--hue);
    text-align: center;
}

.traBoxOne1 .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #444444;
    text-align: center;
    padding-top: 20px;
}

.traBoxOne1 .text {
    font-size: 20px;
    color: #707070;
    line-height: 36px;
    padding-top: 30px;
}

.traBoxTwo > .traBoxTwo1:nth-child(odd) {
    background: #F9FAFB;
}

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

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

.traTwo1_01_L img {
    width: 100%;
}

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

.traTwo1_01_R {
    width: 50%;
}

.traTwo1_01_R .title {
    color: #444444;
}

.traTwo1_01_R .subtitle {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #707070;
    padding-top: 30px;
}

.traTwo1_01_R .text {
    font-size: 18px;
    color: #707070;
    line-height: 30px;
    padding-top: 15px;
}

.traTwo1_01_R_list {
    padding-top: 35px;
}

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

.traTwo1_01_R_list .item .l_icon {
    width: 45px;
    font-size: 32px;
    color: #009DDF;
}

.traTwo1_01_R_list .item .r_box {
    width: calc(100% - 45px);
    font-size: 18px;
    color: #0054a6;
    line-height: 24px;
    padding-top: 4px;
}

.traTwo1_01_R_list .item .r_box a {
    color: #0054a6;
}

.traTwo1_01_R_list .item .r_box a:hover {
    text-decoration: underline;
}

.traTwo1_01_R_list .item .r_box .iconfont {
    font-size: 20px;
    vertical-align: middle;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.traTwo1_01_R_list .item .r_box a:hover + .iconfont {
    padding-left: 5px;
}

.traTwo1_01_R .btn {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* ~~~~~~~~~~~~~~~Training Services,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Training Services,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Training Services,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~Technical Support,css */
/* ~~~~~~~~~~~~~~~~Technical Support,css */
/* ~~~~~~~~~~~~~~~~Technical Support,css */
.tecBoxOne_w .traBoxOne1 .subtitle {
    max-width: 830px;
    margin: 0 auto;
    line-height: 36px;
}

.tecBoxTwo {
    background: #F9FAFB;
}

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

.tecTwo1_L {
    width: 52%;
}

.tecTwo1_L_01 {
    color: #444444;
}

.tecTwo1_L_02 {
    padding-top: 30px;
}

.tecTwo1_L_02 .title {
    font-family: "D_DIN_Bold";
    font-size: 24px;
    color: #707070;
}

.tecTwo1_L_02 .text {
    font-size: 18px;
    color: #707070;
    line-height: 32px;
    padding-top: 10px;
}

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

.tecTwo1_R img {
    width: 100%;
}

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

.tecBoxThree_w .tecBoxTwo1 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~~~~~~~~~~~~~Technical Support,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Technical Support,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Technical Support,css~~~~~~~~~~~end */







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

.ind_pro_hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0054a6;
    padding: 15px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .item:hover .ind_pro_hover_show {
    opacity: 1;
}

.ind_pro_hover_show .title {
    font-family: "D_DIN_Bold";
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.ind_pro_hover_show .text {
    font-size: 16px;
    color: #EFEFEF;
    line-height: 24px;
    text-align: center;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ind_pro_hover_show .btn {
    width: 100%;
    padding-top: 20px;
    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;
}

.ind_pro_hover_show .btn a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: calc((100% - 20px) / 2);
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}

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








.index_banner.index_mobile_banner {
    display: none;
}



.index_banner_content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 13%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    max-width: 600px;
}

.index_banner_content .title {
    font-size: 32px;
    color: #ffffff;
}

.index_banner_content .text {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 15px;
}

.index_banner_content .btn {
    width: 180px;
    height: 44px;
    border-radius: 6px;
    margin: 15px 0 0;
    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;
}

.index_banner_content .btn span {
    font-size: 16px;
    color: #ffffff;
}

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



.index_banner_dots {
    position: absolute;
    z-index: 2;
    left: 50%!important;
    bottom: 90px!important;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto!important;
    text-align: center;
}

.index_banner_dots .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255,255,255,0.32);
    border-radius: 50%;
    margin: 0 30px!important;
    background: none;
}

.index_banner_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ffffff;
}

.index_banner_dots .swiper-pagination-bullet::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    border-top-color: transparent;
    animation: rotating 3s linear infinite;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_banner_dots .swiper-pagination-bullet:hover::after {
    opacity: 1;
}

.index_banner_dots .swiper-pagination-bullet::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: rotating 3s linear reverse infinite;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_banner_dots .swiper-pagination-bullet:hover::before {
    opacity: 1;
}

@keyframes rotating { 
    from {
        transform: translate(-50%, -50%) rotate(0);
    }
    to { 
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.index_banner_dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.15);
}

.index_banner_dots::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        width: calc(100% - 81px);
    height: 1px;
    background: rgba(255,255,255,0.3);
}

.pro_desBox3_02 {
    font-size: clamp(0.875rem, 0.782rem + 0.39vw, 1.125rem);
    color: #707070;
    line-height: clamp(1.375rem, 1.189rem + 0.78vw, 1.875rem);
}















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

    .Websites_language {
        display: none;
        position: fixed;
        z-index: 105;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 92%;
        max-width: 1400px;
        padding: 60px 45px 60px;
        background: #FFFFFF;
        border: 1px solid #707070;
    }

    .Websites_language1 {
        padding-bottom: 40px;
    }

    .Websites_language1 .title {
        text-align: center;
    }

    .Websites_language1 .text {
        font-size: 18px;
        color: #444444;
        line-height: 28px;
        padding-top: 15px;
    }

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

    .Websites_language2_list {
        border-bottom: 1px solid #D6D6D6;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .Websites_language2_list .item {
        position: relative;
        font-size: 22px;
        color: #999999;
        padding-bottom: 16px;
        margin-right: 45px;
        cursor: pointer;
        -ms-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .Websites_language2_list .item:hover {
        color: #444444;
    }

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

    .Websites_language2_list .item::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0%;
        height: 1px;
        opacity: 0;
        background: #707070;
        -ms-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

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

    .Websites_language2_list .item.hover {
        color: #444444;
    }

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

    .Websites_language3 {
        max-width: 1130px;
        margin: 0 auto;
        padding-top: 60px;
    }

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

    .Websites_language3_item_L {
        width: 36%;
    }

    .Websites_language3_item_L img {
        width: 100%;
    }
    
    .Websites_language3_item_R {
        width: 58%;
        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;
    }

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

    .Websites_language3_item_R .every {
        font-size: 18px;
        color: #707070;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .Websites_language3_item_R .every a {
        color: #707070;
    }

    .Websites_language3_item_R .every a:hover {
        color: #009DDF;
    }

    .Websites_language3_item_R .right_box {
        width: calc((100% - 20px) / 2);
    }
    
    .Websites_language3_item_R_lag {
        padding-top: 10px;
    }

    .Websites_language3_item_R_lag a {
        margin-bottom: 15px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .Websites_language3_item_R_lag a img {
        width: 20px;
    }

    .Websites_language3_item_R_lag a span {
        width: calc(100% - 20px);
        font-size: 18px;
        color: #009DDF;
        padding-left: 10px;
    }