#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;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}





/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}











/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


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

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

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

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 16px 15px 4px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #00a496;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #00a496;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #00a496;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 52px;
    margin-right: 72px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #00a496;
}



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/menu_ico.png") no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

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


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #00bd6b;
    padding-left: 10px;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
}

.Category_three .Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #00a496;
}


.mobile_search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}

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

.mobile_search_text {
    outline: none;
    width: 78%;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 0;
}

.mobile_search_btn {
    float: right;
    /* width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border: none;
    color: #00a496;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


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

.mobile_placeholder_box {
    display: none;
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */











/* ~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~pc 导航,css */
.pc_public_head_box {
    height: 130px;
}

.pc_head_bottom.active {
    width: 100%;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.pc_head_top {
    background: #ffffff;
}

.pc_head_top_wrap {
    box-sizing: border-box;
    padding: 10px 152px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.head_email_box {
    margin-right: 20px;
}

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

.head_email_box a:hover .iconfont,
.head_email_box a:hover span {
    color: #00a496;
}

.head_email_box a .iconfont {
    font-size: 22px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_email_box a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 1px 0 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.head_tel_box a:hover .iconfont,
.head_tel_box a:hover span {
    color: #00a496;
}

.head_tel_box a .iconfont {
    font-size: 22px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_tel_box a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_bottom {
    position: relative;
    background: #ffffff;
}

.pc_head_bottom_wrap {
    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_bottom_wrap .logo_box {
    width: 179px;
}

.pc_head_bottom_wrap .logo_box a {
    display: block;
}

.pc_head_bottom_wrap .logo_box a img {
    width: 100%;
}

.pc_head_bottom_01 {
    width: calc(100% - 290px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item.pro_pull_down {
    position: static;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
    line-height: 90px;
    box-sizing: border-box;
    padding: 0 8px;
}

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

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

.pro_pull_down_menu {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
}

.head_pro_menu_wrap01 {
    box-sizing: border-box;
    padding: 30px 100px 35px 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.head_pro_menu_wrap01 .every_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 14px 0 14px;
    border-bottom: 1px solid #dddddd;
}

.head_pro_menu_wrap01 .every_item a:hover span {
    color: #2b94a6;
    text-decoration: underline;
}

.head_pro_menu_wrap01 .every_item a:hover .iconfont {
    color: #2b94a6;
}

.head_pro_menu_wrap01 .every_item a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_pro_menu_wrap01 .every_item a .iconfont {
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_pro_menu_wrap02 {
    box-sizing: border-box;
    padding: 40px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_pro_menu_wrap02 .every_item {
    width: calc(100% / 9);
}

.head_pro_menu_wrap02 .every_item a {
    display: block;
    box-sizing: border-box;
    padding: 0 5px;
}

.head_pro_menu_wrap02 .every_item a:hover .iconfont,
.head_pro_menu_wrap02 .every_item a:hover span {
    color: #00a496;
}

.head_pro_menu_wrap02 .every_item a .iconfont {
    font-size: 60px;
    color: #999999;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_pro_menu_wrap02 .every_item a span {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_pro_menu_wrap03 {
    box-sizing: border-box;
    padding: 60px 37px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_pro_menu_wrap03 .every_item {
    width: calc((100% - 280px) / 5);
    margin-right: 70px;
}

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

.head_pro_menu_wrap03 .every_item a {
    display: block;
}

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

.head_pro_menu_wrap03 .every_item a:hover .bottom_text {
    color: #00a496;
}

.head_pro_menu_wrap03 .every_item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.head_pro_menu_wrap03 .every_item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_pro_menu_wrap03 .every_item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* 可公用二级导航 */
.publicTwo_stage_nav {
    display: none;
    width: 190px;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    border-bottom: 2px solid #00a496;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding: 16px 10px 14px 14px;
    border-bottom: 1px dashed #dedede;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #00a496;
}

.publicTwo_stage_nav>.EveryOne:last-child a {
    border-bottom: none;
}

/* 可公用二级导航~~~~~~~~~~~~~~~end */


.pc_head_search_box {
    width: 144px;
}

.pc_head_search_box .search_icon {
    font-size: 30px;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: right;
    margin-left: auto;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_box .search_icon:hover {
    color: #00a496;
}


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

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

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

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

.all_public_form .icon_01:hover {
    color: #00a496;
}

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

.all_public_form .public_form_close:hover {
    color: #00a496;
}

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

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














/* ~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~index,css */
.ind_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    position: relative;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ind_banner_box .owl-controls .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.5);
}



.indBox_one {
    background: #f8f8f8;
}

.indBox_one_wrap {
    box-sizing: border-box;
    padding: 60px 0 70px;
}

.public_module_title {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.public_module_title .tt_01 {
    display: block;
    font-family: "Graphik-Bold";
    font-size: 48px;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
}

.public_module_title .tt_02 {
    width: 80%;
    margin: 0 auto;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.indBox_one_01 {
    position: relative;
}

.indBox_one_01 .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.indBox_one_01 .img_box:hover .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBox_one_01 .img_box .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBox_one_01 .img_box .video_play_button {
    top: 41%;
}

.indBox_one_01_list {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBox_one_01_list .item {
    position: relative;
    width: calc(100% / 8);
    background: url(../images/ind_02.png) no-repeat center bottom / cover;
}

.indBox_one_01_list .item a {
    display: block;
    box-sizing: border-box;
    padding: 40px 5px 18px;
}

.indBox_one_01_list .item a:hover .iconfont,
.indBox_one_01_list .item a:hover span {
    opacity: 0.8;
}

.indBox_one_01_list .item a .iconfont {
    font-size: 56px;
    color: #ffffff;
    text-align: center;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBox_one_01_list .item a span {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 8px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBox_one_01_list .item a .right_line {
    width: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.indBox_one_01_list .item a .right_line img {
    max-width: 100%;
    max-height: 100%;
}

.indBox_one_01_list>.item:nth-child(8n) a .right_line {
    display: none;
}


/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */


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

.indBox_two_wrap {
    box-sizing: border-box;
    padding: 46px 0 40px;
}

.indBox_two_01 {
    width: 64%;
    margin: 0 auto;
}

.indBox_two_01_lunbo .item a {
    display: block;
}

.indBox_two_01_lunbo .item a .iconfont {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
}

.indBox_two_01_lunbo .item a .tt {
    font-family: "Graphik-Medium";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 12px;
}

.indBox_two_01_lunbo .item a .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.indBox_two_01_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 20px;
}

.indBox_two_01_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.5);
}


.indBox_three {
    background: #f8f8f8;
}

.indBox_three_wrap {
    box-sizing: border-box;
    padding: 60px 0 35px;
}

.indBox_three_01 {
    position: relative;
}

.indBox_three_01_list .item {
    box-sizing: border-box;
    border: 1px solid transparent;
}

.indBox_three_01_list .item a {
    display: block;
}

.indBox_three_01_list .item a:hover .bottom_box .More_btn {
    background: #00a496;
    color: #ffffff;
}

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

.indBox_three_01_list .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBox_three_01_list .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBox_three_01_list .item a .bottom_box {
    box-sizing: border-box;
    padding: 25px 10px 34px;
}

.indBox_three_01_list .item a .bottom_box .tt {
    height: 50px;
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBox_three_01_list .item a .bottom_box .More_btn {
    width: 132px;
    line-height: 40px;
    margin: 30px auto 0;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #00a496;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #00a496;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBox_three_01_lunbo .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 20px;
}

.indBox_three_01_lunbo .owl-controls .owl-dots .owl-dot span::after {
    background: #00a496;
}

.indBox_three_01_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: rgba(62, 163, 180, 0.5);
}


.indBox_three_01 .prev_btn {
    font-size: 16px;
    color: #ababab;
    position: absolute;
    z-index: 3;
    top: 45%;
    left: -80px;
    width: 52px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBox_three_01 .next_btn {
    font-size: 16px;
    color: #ababab;
    position: absolute;
    z-index: 3;
    top: 45%;
    right: -80px;
    width: 52px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBox_three_01 .prev_btn:hover,
.indBox_three_01 .next_btn:hover {
    color: #00a496;
    border: 1px solid #00a496;
}

.indBox_four_wrap {
    box-sizing: border-box;
    padding: 60px 0 70px;
}


/* 选项卡公用样式 */
.indBoxTwo2 {
    box-sizing: border-box;
    padding-top: 10px;
    border-bottom: 1px solid #fbfbfb;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo2 .item {
    width: calc(100% / 8);
}

.indBoxTwo2 .item:hover a .iconfont,
.indBoxTwo2 .item:hover a .bottom_text {
    color: #00a496;
}

.indBoxTwo2 .item:hover a::after {
    width: 100%;
}

.indBoxTwo2 .item a {
    display: block;
    height: 100%;
    position: relative;
}

.indBoxTwo2 .item a::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #00a496;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item a .iconfont {
    font-size: 70px;
    color: #999999;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 22px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item.hover a .iconfont,
.indBoxTwo2 .item.hover a .bottom_text {
    color: #00a496;
}

.indBoxTwo2 .item.hover a::after {
    width: 100%;
}

/* 选项卡公用样式~~~~~~~~~~~~~~end */



/* 选项卡内容 */
.indBoxTwo3_item {
    box-sizing: border-box;
    padding: 50px 30px;
}

.indBoxTwo3_item .box_01 {
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    padding: 25px 30px;
}

.indBoxTwo3_item .box_01 .box_02 {
    background: #00a496;
    box-sizing: border-box;
    padding: 50px 12% 34px;
}

.indBoxTwo3_item .box_01 .box_02 .tt {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.indBoxTwo3_item .box_01 .box_02 .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 0 24px;
}

.indBoxTwo3_item .box_01 .box_02 .More_btn a {
    width: 96px;
    height: 39px;
    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;
    box-sizing: border-box;
    padding: 8px 0 4px;
    border-bottom: 1px solid #ffffff;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxTwo3_item .box_01 .box_02 .More_btn a:hover {
    padding: 2px 0 10px;
}

.indBoxTwo3_item .box_01 .box_02 .More_btn a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-right: 4px;
}

.indBoxTwo3_item .box_01 .box_02 .More_btn a .iconfont {
    font-size: 14px;
    color: #fff;
}

/* 选项卡内容~~~~~~~~~~~~~~~~~end */

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

.indBox_five_01 {
    width: 50%;
    box-sizing: border-box;
    padding: 80px 75px 60px 75px;
}

.indBox_five_01 .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #ffffff;
}

.indBox_five_01 .text {
    width: 58%;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding: 14px 0 18px;
}

.indBox_five_01 .More_btn a {
    width: 95px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 0 6px;
    border-bottom: 1px solid #ffffff;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBox_five_01 .More_btn a:hover {
    padding: 4px 0 10px;
}

.indBox_five_01 .More_btn a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-right: 4px;
}

.indBox_five_01 .More_btn a .iconfont {
    font-size: 14px;
    color: #ffffff;
}

.indBox_five_01.box1 {
    background: url(../images/ind_10.jpg) no-repeat center center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBox_five_01.box1 .tt,
.indBox_five_01.box1 .text {
    text-align: right;
}


.indBox_five_01.box2 {
    background: url(../images/ind_11.jpg) no-repeat center center / cover;
}

.indBox_five_01.box2 .tt {
    color: #00a496;
}

.indBox_five_01.box2 .text {
    color: #666666;
}

.indBox_five_01.box2 .More_btn a {
    border-bottom: 1px solid #666666;
}

.indBox_five_01.box2 .More_btn a span,
.indBox_five_01.box2 .More_btn a .iconfont {
    color: #666666;
}


.indBox_six_wrap {
    box-sizing: border-box;
    padding: 60px 0 70px;
}


.indBox_six_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBox_six_01 .public_module_title {
    width: 50%;
}

.indBox_six_01 .public_module_title .tt_01 {
    text-align: left;
}

.indBox_six_01 .public_module_title .tt_02 {
    text-align: left;
    margin: 0;
}

.indBox_six_01_list {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 40px;
}

.indBox_six_01_list .item {
    width: calc((100% - 40px) / 4);
    margin-right: 13px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBox_six_01_list .item.hover {
    border: 1px solid #00a496;
}

.indBox_six_01_list .item.hover a {
    color: #00a496;
}

.indBox_six_01_list .item:hover {
    border: 1px solid #00a496;
}

.indBox_six_01_list .item:hover a {
    color: #00a496;
}

.indBox_six_01_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    padding: 11px 5px 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

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

.indBox_six_02 .item a {
    display: block;
}

.indBox_six_02 .item a:hover .bottom_box .tt {
    color: #00a496;
}

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

.indBox_six_02 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBox_six_02 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBox_six_02 .item a .bottom_box {
    box-sizing: border-box;
    padding: 20px 0 0;
}


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

.news_public_icon_box .icon_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.news_public_icon_box>.icon_item:last-child {
    margin-right: 0;
}

.news_public_icon_box .icon_item .iconfont {
    font-size: 20px;
    color: #c8c8c8;
}

.news_public_icon_box .icon_item span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #c8c8c8;
    box-sizing: border-box;
    padding: 2px 0 0 4px;
}

.indBox_six_02 .item a .bottom_box .tt {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #222222;
    line-height: 34px;
    box-sizing: border-box;
    padding: 12px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBox_six_02 .item a .bottom_box .text {
    /*display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;*/
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 12px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBox_six_02 .item a .bottom_box .More_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 15px;
}

.indBox_six_02 .item a .bottom_box .More_btn .iconfont {
    font-size: 16px;
    color: #00a496;
}

.indBox_six_02 .item a .bottom_box .More_btn span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #00a496;
    box-sizing: border-box;
    padding: 2px 0 0 4px;
}

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
















/* ~~~~~~~~~~~~底部公用表单,css */
/* ~~~~~~~~~~~~底部公用表单,css */
/* ~~~~~~~~~~~~底部公用表单,css */
.foot_Inquiry_box {
    background: url(../images/Electromagnetic-Flow-Meter.jpg) no-repeat center center / cover;
}

.foot_Inquiry_wrap {
    box-sizing: border-box;
    padding: 50px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_Inquiry_01 {
    width: 28%;
}

.foot_Inquiry_01 .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
}

.foot_Inquiry_01 .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 6px;
}

.foot_Inquiry_02 {
    width: 60%;
}


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

.foot_Inquiry_02_form .item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}

.foot_Inquiry_02_form .item input {
    width: 100%;
    outline: none;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 13px 10px 11px 15px;
    background: rgba(0, 164, 150, 0.8);
    border-radius: 6px;
}

.foot_Inquiry_02_form .item ::-webkit-input-placeholder {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
}

.foot_Inquiry_02_form .item textarea {
    display: block;
    width: 100%;
    height: 40px;
    outline: none;
    resize: none;
    color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 12px 15px 12px 15px;
    background: rgba(0, 164, 150, 0.8);
    border-radius: 6px;
    overflow-y: hidden;
}

.foot_Inquiry_02_form .item.last {
    width: 100%;
    margin-bottom: 25px;
}

.foot_Inquiry_02_form .btn_box button {
    outline: none;
    border: none;
    width: 186px;
    height: 42px;
    background: #ffffff;
    border-radius: 6px;
    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.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.foot_Inquiry_02_form .btn_box button .iconfont {
    font-size: 22px;
    color: #00a496;
}

.foot_Inquiry_02_form .btn_box button span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #00a496;
    box-sizing: border-box;
    padding-left: 10px;
    text-transform: uppercase;
}

/* ~~~~~~~~~~~~底部公用表单,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用表单,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用表单,css~~~~~~~~~~~~end */








/* ~~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~~底部公用模块 */
.public_foot_top {
    background: url(../images/public_foot_bg.jpg) no-repeat center center / cover;
}

.foot_top_wrap {
    box-sizing: border-box;
    padding: 70px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01 .foot_logo_box {
    width: 179px;
}

.foot_top_01 .foot_logo_box a {
    display: block;
}

.foot_top_01 .foot_logo_box a img {
    width: 100%;
}

.foot_top_01 .text_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding: 20px 0 20px;
    border-bottom: 1px solid #d2d2d2;
}


.foot_top_01 .foot_icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 25px;
}

.foot_top_01 .foot_icon_box a {
    display: block;
    font-size: 22px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 18px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.foot_top_01 .foot_icon_box a:hover {
    margin-top: -4px;
}

.foot_top_01 .foot_icon_box>a:nth-child(1) {
    color: #1a7ad1;
}

.foot_top_01 .foot_icon_box>a:nth-child(2) {
    color: #08a9f9;
}

.foot_top_01 .foot_icon_box>a:nth-child(3) {
    color: #42daff;
}

.foot_top_01 .foot_icon_box>a:nth-child(4) {
    color: #e5282f;
}

.foot_top_01 .foot_icon_box>a:nth-child(5) {
    color: #ff2c33;
    margin-right: 0;
}


.public_foot_top_title {
    box-sizing: border-box;
    padding: 26px 0 0;
}

.public_foot_top_title a {
    display: block;
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #222222;
}

.public_foot_top_list {
    box-sizing: border-box;
    padding-top: 20px;
}

.public_foot_top_list .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_top_list .item a:hover {
    color: #00a496;
}

.foot_top_04_list {
    box-sizing: border-box;
    padding-top: 15px;
}

.foot_top_04_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.foot_top_04_list .item a:hover span {
    color: #00a496;
}

.foot_top_04_list .item a .iconfont {
    width: 30px;
    font-size: 20px;
    color: #00a496;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04_list .item a span {
    width: calc(100% - 30px);
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01 {
    width: 24%;
}

.foot_top_02 {
    width: 16%;
}

.foot_top_03 {
    width: 18%;
}

.foot_top_04 {
    width: 24%;
}

.public_foot_bottom {
    background: #d4d4d4;
}

.foot_bottom_wrap {
    box-sizing: border-box;
    padding: 14px 0 12px;
    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;
}

.foot_bottom_wrap .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
}

.foot_bottom_wrap a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_bottom_wrap a:hover {
    color: #00a496;
}

/* ~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~About us-Certifications,css */
/* ~~~~~~~~~~~~About us-Certifications,css */
/* ~~~~~~~~~~~~About us-Certifications,css */
.Sub_Page_banner_wrap {
    height: 400px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.Sub_Page_crumbs .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}

.Sub_Page_crumbs .crumbs_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 12px;
}

.Sub_Page_crumbs .crumbs_01 .crumbs_text {
    font-family: "Graphik-Medium";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-right: 4px;
}

.Sub_Page_crumbs .crumbs_01 .crumbs_a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
}

.Sub_Page_crumbs .crumbs_01 .crumbs_a a {
    color: #ffffff;
}

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


.abo1BoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

.abo1BoxOne2 {
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo1BoxOne2 .item {
    margin: 0 20px;
}

.abo1BoxOne2 .item a {
    position: relative;
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 20px 12px 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxOne2 .item a:hover {
    color: #00a496;
}

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

.abo1BoxOne2 .item a::after {
    content: "";
    position: absolute;
    width: 0%;
    opacity: 0;
    height: 3px;
    background: #00a496;
    bottom: -2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxOne2 .item.hover a {
    color: #00a496;
}

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

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

.abo1BoxOne3 .item {
    width: calc((100% - 190px) / 5);
    margin-right: 47px;
    margin-bottom: 47px;
}

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

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

.abo1BoxOne3 .item:hover .bottom_text {
    color: #00a496;
}

.abo1BoxOne3 .item .img_box {
    box-sizing: border-box;
    border: 8px solid #dcdcdc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    perspective: 900px;
    overflow: hidden;
}

.abo1BoxOne3 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxOne3 .item .bottom_text {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #2b2b2b;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



/* 公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a:hover {
    color: #58afbe;
    border: 1px solid #58afbe;
}

.public_paging a.prev,
.public_paging a.next {
    font-size: 18px;
    width: 66px;
}

.public_paging a.hover {
    color: #58afbe;
    border: 1px solid #58afbe;
}

/* 公用分页~~~~~~~~~~~~~~~end */


.abo1BoxOne4 {
    box-sizing: border-box;
    padding-top: 15px;
}

/* ~~~~~~~~~~~~About us-Certifications,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~About us-Certifications,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~About us-Certifications,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~About us-Company,css */
/* ~~~~~~~~~~~~About us-Company,css */
/* ~~~~~~~~~~~~About us-Company,css */
.abo2BoxOne1 {
    box-sizing: border-box;
    padding: 110px 0 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.abo2BoxOne2 {
    width: 50%;
}

.abo2BoxOne2 .img_box {
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo2BoxOne2 .img_box:hover {
    -ms-transform: translateY(-10PX);
    -webkit-transform: translateY(-10PX);
    transform: translateY(-10PX);
}

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

.abo2BoxOne3 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}

.abo2BoxOne3 .tt_box {
    box-sizing: border-box;
    padding-top: 55px;
}

.abo2BoxOne3 .tt_box img {
    width: 100%;
}

.abo2BoxOne3 .text_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 50px;
}


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

.abo2BoxTwo1 {
    box-sizing: border-box;
    padding: 60px 0 50px;
}

.abo2BoxTwo2 {
    width: 50%;
}

.abo2BoxTwo2 .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #ffffff;
}

.abo2BoxTwo2 .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 15px;
}

.abo2BoxThree1 {
    box-sizing: border-box;
    padding: 80px 0 70px;
}

.abo2BoxThree2 .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.abo2BoxThree2 .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 22px 0 35px;
}

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

.abo2BoxThree3 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.abo2BoxThree3 .item img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo2BoxThree4 {
    box-sizing: border-box;
    padding-top: 35px;
}

.abo2BoxThree4 a {
    width: 318px;
    height: 52px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #00a496;
    border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo2BoxThree4 a:hover {
    background: #00a496;
}

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

.abo2BoxThree4 a .iconfont {
    color: #00a496;
    font-size: 22px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo2BoxThree4 a span {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #00a496;
    box-sizing: border-box;
    padding: 5px 0 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.abo2BoxFour1 {
    box-sizing: border-box;
    padding: 90px 0 100px;
}

.abo2BoxFour1 .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 50px;
}

.abo2BoxFour1 .module_tt_box .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.abo2BoxFour1 .module_tt_box .text {
    width: 60%;
    margin: 0 auto;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
}

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

.abo2BoxFour2 .item {
    width: calc((100% - 192px) / 4);
    margin-right: 64px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 14px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    perspective: 900px;
    overflow: hidden;
}

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

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

.abo2BoxFour2>.item:nth-child(n + 5) {
    margin-top: -28px;
}

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

.abo2BoxFour2 .item img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~About us-Company,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~About us-Company,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~About us-Company,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~About us-Exhibition,css */
/* ~~~~~~~~~~~~~~~About us-Exhibition,css */
/* ~~~~~~~~~~~~~~~About us-Exhibition,css */
.abo3BoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

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

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

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

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

.abo3BoxOne2 .item a {
    display: block;
}

.abo3BoxOne2 .item .img_box {
    border-radius: 10px;
    perspective: 900px;
    overflow: hidden;
}

.abo3BoxOne2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo3BoxOne2 .item .bottom_text {
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 0 0;
}

.abo3BoxOne3 {
    box-sizing: border-box;
    padding-top: 10px;
}


/* ~~~~~~~~~~~~~~~About us-Exhibition,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~About us-Exhibition,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~About us-Exhibition,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~About us-Factory,css */
/* ~~~~~~~~~~~~~About us-Factory,css */
/* ~~~~~~~~~~~~~About us-Factory,css */
.abo4BoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 50px;
}

.abo4BoxOne2 {
    box-sizing: border-box;
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~About us-Factory,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~About us-Factory,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~About us-Factory,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~About us-Video,css */
/* ~~~~~~~~~~~~~~~About us-Video,css */
/* ~~~~~~~~~~~~~~~About us-Video,css */
.abo5BoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

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

.abo5BoxOne2 .item {
    width: calc((100% - 74px) / 3);
    margin-right: 37px;
    margin-bottom: 60px;
    cursor: pointer;
}

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

.abo5BoxOne2 .item:hover .img_box .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.abo5BoxOne2 .item .img_box {
    position: relative;
    border-radius: 10px;
    perspective: 900px;
    overflow: hidden;
}

.abo5BoxOne2 .item .img_box .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo5BoxOne2 .item .bottom_box {
    box-sizing: border-box;
    padding: 14px 0 0;
}

.abo5BoxOne2 .item .bottom_box .tt {
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abo5BoxOne2 .item .bottom_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ~~~~~~~~~~~~~~~About us-Video,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~About us-Video,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~About us-Video,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~Contact us,css */
/* ~~~~~~~~~~~~~~Contact us,css */
/* ~~~~~~~~~~~~~~Contact us,css */
.conBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.conBoxOne2 {
    width: 53%;
}

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

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

.conBoxOne2_form .item input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
}

.conBoxOne2_form .item textarea {
    width: 100%;
    height: 200px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
}

.conBoxOne2_form .item ::-webkit-input-placeholder {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
}

.conBoxOne2_form .item.first {
    width: 100%;
}

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

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

.conBoxOne2_form .btn_box button {
    outline: none;
    border: none;
    width: 174px;
    height: 40px;
    margin: 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.conBoxOne2_form .btn_box button .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.conBoxOne2_form .btn_box button span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}

.conBoxOne2_form .btn_box>button:nth-child(1) {
    background: #00a496;
}

.conBoxOne2_form .btn_box>button:nth-child(2) {
    background: #000000;
}

.conBoxOne3 {
    width: 47%;
    box-sizing: border-box;
    padding: 0 90px 0 60px;
}

.conBoxOne3 .tt_box {
    box-sizing: border-box;
    padding-bottom: 35px;
    border-bottom: 1px solid #e3e1de;
}

.conBoxOne3 .tt_box .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #000000;
    line-height: 45px;
    text-transform: uppercase;
}

.conBoxOne3 .tt_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 20px;
}

.conBoxOne3 .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 25px 0 20px;
}

.conBoxOne3 .icon_box .icon_text {
    width: 110px;
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #000000;
    box-sizing: border-box;
    padding: 12px 0 0;
}

.conBoxOne3 .icon_box .icon_item {
    width: calc(100% - 110px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conBoxOne3 .icon_box .icon_item a {
    display: block;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.conBoxOne3 .icon_box .icon_item a:hover {
    line-height: 34px;
}

.conBoxOne3 .icon_box .icon_item>a:nth-child(1) {
    color: #1a7ad1;
}

.conBoxOne3 .icon_box .icon_item>a:nth-child(2) {
    color: #08a9f9;
}

.conBoxOne3 .icon_box .icon_item>a:nth-child(3) {
    color: #42daff;
}

.conBoxOne3 .icon_box .icon_item>a:nth-child(4) {
    color: #e5282f;
}

.conBoxOne3 .icon_box .icon_item>a:nth-child(5) {
    color: #ff4f55;
}

.conBoxOne3 .email_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 18px;
}

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

.conBoxOne3 .email_box a .iconfont {
    font-size: 30px;
    color: #00a496;
}

.conBoxOne3 .email_box a span {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #00a496;
    box-sizing: border-box;
    padding: 5px 0 0 12px;
}

.conBoxOne3_list {
    box-sizing: border-box;
    padding-left: 14px;
    border-left: 2px solid #00a496;
}

.conBoxOne3_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 14px 0 14px;
}

.conBoxOne3_list .item a:hover span {
    color: #00a496;
    text-decoration: underline;
}

.conBoxOne3_list .item a .iconfont {
    width: 30px;
    font-size: 18px;
    color: #00a496;
}

.conBoxOne3_list .item a span {
    width: calc(100% - 30px);
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conPageBoxTwo {
    box-sizing: border-box;
    border-top: 10px solid #00a496;
}

.conPageBoxTwo img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~Contact us,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Contact us,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Contact us,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~Industries,css */
/* ~~~~~~~~~~~~~~~Industries,css */
/* ~~~~~~~~~~~~~~~Industries,css */
.indusBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 50px;
}

.indusBoxOne2 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~Industries,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Industries,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Industries,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~News & Events-list,css */
/* ~~~~~~~~~~~~News & Events-list,css */
/* ~~~~~~~~~~~~News & Events-list,css */
.new_liPageBoxOne {
    background: #f9f9f9;
}

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

.new_liBoxOne2 {
    width: 280px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.08);
}

.new_liBoxOne2::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50vw;
    background: #ffffff;
}

.new_liBoxOne2_list {
    width: 280px;
}

.new_liBoxOne2_list .item a {
    display: block;
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 26px 10px 26px 25px;
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liBoxOne2_list .item a:hover {
    color: #00a496;
}

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

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

.new_liBoxOne2_list .item.first a .iconfont {
    color: #888888;
    font-size: 16px;
}

.new_liBoxOne2_list .item.first a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 3px 0 0 8px;
}

.new_liBoxOne3 {
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding: 70px 0 80px 40px;
}

.new_liBoxOne3_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.new_liBoxOne3_list .item a:hover .right_box .tt {
    color: #00a496;
}

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

.new_liBoxOne3_list .item a .img_box {
    width: 30%;
    perspective: 900px;
    overflow: hidden;
}

.new_liBoxOne3_list .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liBoxOne3_list .item a .right_box {
    width: 70%;
    box-sizing: border-box;
    padding-left: 60px;
}

.new_liBoxOne3_list .item a .right_box .tt {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #222222;
    line-height: 34px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liBoxOne3_list .item a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 12px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_liBoxOne3_list .item .right_box .R_bottom {
    background: #f2f2f2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 0 30px;
}


.new_liBoxOne3_list .item .right_box .news_public_icon_box {
    width: calc(100% - 150px);
}

.new_liBoxOne3_list .item .right_box .R_bottom .More_btn {
    width: 150px;
    height: 46px;
    box-sizing: border-box;
    border-left: 1px solid #e8e8e8;
    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;
}

.new_liBoxOne3_list .item .right_box .R_bottom .More_btn .iconfont {
    font-size: 18px;
    color: #00a496;
}

.new_liBoxOne3_list .item .right_box .R_bottom .More_btn span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #00a496;
    box-sizing: border-box;
    padding: 2px 0 0 5px;
}

.new_liBoxOne3_01 {
    box-sizing: border-box;
    padding-top: 50px;
}

/* ~~~~~~~~~~~~News & Events-list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~News & Events-list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~News & Events-list,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~News & Events-Page,css */
/* ~~~~~~~~~~~~~News & Events-Page,css */
/* ~~~~~~~~~~~~~News & Events-Page,css */
.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deBoxOne2 {
    width: 72%;
}

.new_deBoxOne2 .module_tt_box .tt {
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.new_deBoxOne2 .module_tt_box .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #c8c8c8;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 20px;
}

.new_deBoxOne2_01 {
    box-sizing: border-box;
    border-top: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
    padding: 25px 0 25px;
}

.new_deBoxOne2_01 .content_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.new_deBoxOne2_01 .content_box img {
    max-width: 100%;
}

.new_deBoxOne2_01 .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
}

.new_deBoxOne2_01 .share_box .share_text {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 8px;
}

.new_deBoxOne2_02 {
    box-sizing: border-box;
    margin-top: 35px;
    padding: 12px 50px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}

.new_deBoxOne2_02 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
}

.new_deBoxOne2_02 .item a:hover .text,
.new_deBoxOne2_02 .item a:hover .text span {
    color: #00a496;
}

.new_deBoxOne2_02 .item a .iconfont {
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #00a496;
    color: #ffffff;
}

.new_deBoxOne2_02 .item a .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    width: calc(100% - 24px);
    box-sizing: border-box;
    padding: 5px 0 0 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne2_02 .item a .text span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne2_02>.item:first-child {
    box-sizing: border-box;
    border-bottom: 1px dashed #e5e5e5;
}


.new_deBoxOne3 {
    width: 20%;
}

.Side_nav_public_title {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #ffffff;
    background: #00a496;
    box-sizing: border-box;
    padding: 27px 10px 27px 25px;
}

.new_deBoxOne3_01_dl {
    background: #f8f8f8;
}

.new_deBoxOne3_01_dl .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding: 12px 10px 12px 25px;
    border-bottom: 1px dashed #dcdcdc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3_01_dl .item a:hover {
    color: #00a496;
}

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

.new_deBoxOne3_02 {
    box-sizing: border-box;
    padding-top: 35px;
}

.new_deBoxOne3_02_dl {
    box-sizing: border-box;
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne3_02_dl .item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.new_deBoxOne3_02_dl .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 13px 25px 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3_02_dl .item a:hover {
    background: #00a496;
    color: #ffffff;
}

/* ~~~~~~~~~~~~~News & Events-Page,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~News & Events-Page,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~News & Events-Page,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~Products-list,css */
/* ~~~~~~~~~~~~~Products-list,css */
/* ~~~~~~~~~~~~~Products-list,css */
.pro_liBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liBoxOne2 {
    width: 20%;
}

.pro_liBoxOne2_01_dl {
    box-sizing: border-box;
    padding: 35px 10px 10px 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

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

.pro_liBoxOne2_01_dl .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne2_01_dl .item a:hover {
    color: #00a496;
}

.pro_liBoxOne2_01_dl .item.hover a {
    color: #00a496;
}


.pro_liBoxOne2_02 {
    box-sizing: border-box;
    padding-top: 30px;
}

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

.pro_liBoxOne2_02_list {
    box-sizing: border-box;
    padding: 30px 10px 20px 25px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

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

.pro_liBoxOne2_02_list .item a {
    display: block;
}

.pro_liBoxOne2_02_list .item a:hover .bottom_box {
    color: #00a496;
}

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

.pro_liBoxOne2_02_list .item a .top_box .iconfont {
    font-size: 18px;
    color: #00a496;
}

.pro_liBoxOne2_02_list .item a .top_box span {
    font-family: "Graphik-Medium";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding: 5px 0 0 6px;
}

.pro_liBoxOne2_02_list .item a .bottom_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.pro_liBoxOne3 {
    width: 76.5%;
}

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

.pro_liBoxOne3 .indBox_three_01_list .item {
    width: calc((100% - 51px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
}

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


.pro_liBoxOne3_01 {
    box-sizing: border-box;
    padding-top: 30px;
}

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















/* ~~~~~~~~~~~~~~Products-Page,css */
/* ~~~~~~~~~~~~~~Products-Page,css */
/* ~~~~~~~~~~~~~~Products-Page,css */
.pro_deBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne2 {
    width: 47%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deBoxOne2_dots {
    width: 19.5%;
}

.pro_deBoxOne2_dots .item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.pro_deBoxOne2_lunbo {
    width: 79.3%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.pro_deBoxOne2_dots .item.active {
    border: 1px solid #00a496;
}



.pro_deBoxOne3 {
    width: 48%;
}

.pro_deBoxOne3 .big_tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
}

.pro_deBoxOne3_list {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 30px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pro_deBoxOne3_list dl dd {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.pro_deBoxOne3_list dl dd span {
    font-family: "Graphik-Bold";
    color: #222222;
}

/* 详情页公用按钮 */
.pro_det_public_btn {
    box-sizing: border-box;
    padding: 30px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_det_public_btn a {
    width: 180px;
    height: 42px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_det_public_btn a:hover {
    opacity: 0.8;
}

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

.pro_det_public_btn a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 4px 0 0 6px;
}

.pro_det_public_btn>a:first-child {
    background: #00a496;
}

.pro_det_public_btn>a:last-child {
    background: #000000;
    margin-left: 30px;
}

/* 详情页公用按钮~~~~~~~~~~~~~~~end */


/* 详情页公用分享,css */
.pro_det_public_share {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_det_public_share .share_text {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

/* 详情页公用分享,css~~~~~~~~~~~~~~~end */


.pro_deBoxTwo1 {
    box-sizing: border-box;
    padding: 0 0 70px;
    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;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deBoxTwo2 {
    width: 20%;
}

.pro_deBoxTwo3 {
    width: 78%;
}

.pro_deBoxTwo3_top {
    height: 80px;
}

.pro_deBoxTwo3_top_dl {
    box-sizing: border-box;
    border-top: 4px solid #00a496;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxTwo3_top_dl .item {
    width: calc(100% / 4);
    height: 76px;
    background: #f8f8f8;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.pro_deBoxTwo3_top_dl .item:hover {
    background: #00a496;
}

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

.pro_deBoxTwo3_top_dl .item .iconfont {
    font-size: 26px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo3_top_dl .item span {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding: 4px 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo3_top_dl .item.hover {
    background: #00a496;
}

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

.pro_deBoxTwo3_bot_01 {
    box-sizing: border-box;
    padding: 60px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

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

.pro_deBoxTwo3_bot_05 .text_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888;
    line-height: 28px;
}

.pro_deBoxTwo3_bot_01 .Left_box {
    width: 47%;
}

.pro_det_pub_module_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 26px;
}

.pro_det_pub_module_tt .line {
    width: 9px;
    height: 23px;
    background: #00a496;
    margin: 4px 12px 0 0;
}

.pro_det_pub_module_tt span {
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #222222;
}

.pro_deBoxTwo3_bot_01 .Left_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}

.pro_deBoxTwo3_bot_01 .right_box {
    width: 50%;
    position: relative;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.pro_deBoxTwo3_bot_01 .right_box:hover .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxTwo3_bot_01 .right_box .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo3 table {
    width: 100%;
    border-collapse: collapse;
}

.pro_deBoxTwo3 table tr td {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
    line-height: 18px;
    box-sizing: border-box;
    padding: 8px 10px 8px 20px;
    border: 1px solid #444444;
}

.pro_deBoxTwo3 table tr:nth-child(odd) {
    background: #e5f8fb;
}

.pro_deBoxTwo3 table tr:first-child td {
    font-size: 18px;
    color: #444444;
}

.pro_deBoxTwo3_bot_02 .content_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}

.pro_deBoxTwo3_bot_02 .content_box img {
    max-width: 100%;
}

.pro_deBoxTwo3_bot_03 {
    box-sizing: border-box;
    padding: 30px 0 40px;
}

.pro_deBoxTwo3_bot_03 .text_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

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

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

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

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

.pro_deBoxTwo3_bot_03_dl .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxTwo3_bot_03_dl .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo3_bot_03_dl .item .bottom_text {
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 0;
}

.pro_deBoxTwo3_bot_04 .tt_box .tt_01 {
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #222222;
}

.pro_deBoxTwo3_bot_04 .tt_box .tt_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 14px 0 30px;
}

.pro_deBoxTwo3_bot_04_dl {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.pro_deBoxTwo3_bot_04_dl div {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 22px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_det_div_border_style {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 25px 40px 25px 40px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_det_div_border_style:hover {
    border: 1px solid #00a496;
}

/* ~~~~~~~~~~~~~~Products-Page,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Products-Page,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Products-Page,css~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~Request Quote,css */
/* ~~~~~~~~~~~~~~~Request Quote,css */
/* ~~~~~~~~~~~~~~~Request Quote,css */
.reqBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 55px;
}

.reqBoxOne2 {
    width: 70%;
    margin: 0 auto;
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #222222;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 70px;
}

.reqBoxOne2 span {
    color: #00a496;
}

.reqBoxOne3_01 {
    margin-bottom: 44px;
}

.reqBoxOne3_01_tt {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #000000;
    box-sizing: border-box;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.reqBoxOne3_01_bottom {
    box-sizing: border-box;
    padding: 22px 22px 40px 22px;
    border-top: 2px solid #00a496;
    background: #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.request_input_item_box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 16px;
}

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

.request_input_item_box .input_tt {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #000000;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.request_input_item_box .input_tt span {
    font-size: 14px;
    color: #ff1010;
}

.request_input_item_box input {
    width: 100%;
    height: 45px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 0 10px 0 15px;
    background: #ffffff;
}

.request_input_item_box select {
    width: 100%;
    height: 45px;
    color: #7e7e7e;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 0 10px 0 15px;
    background: #ffffff;
}

.request_input_item_box select option {
    font-family: "Graphik-Regular";
    color: #666666;
}


.reqBoxOne3_02_L {
    width: 46.5%;
}

.request_input_pub_tt {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 18px;
}

.reqBoxOne3_02_L_item {
    box-sizing: border-box;
    padding-bottom: 34px;
}

.reqBoxOne3_02_L_item.one .request_input_pub_content {
    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;
}

.reqBoxOne3_02_L_item.one .request_input_pub_content .request_input_item_box {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
}

.reqBoxOne3_02_L_item.two .request_input_pub_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reqBoxOne3_02_L_item.two .request_input_pub_content .request_input_item_box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

.reqBoxOne3_02_L_item.two .request_input_pub_content>.request_input_item_box:nth-child(3n) {
    margin-right: 0;
}

.reqBoxOne3_02 .reqBoxOne3_01_bottom {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.reqBoxOne3_02_R {
    width: 46.5%;
}

.reqBoxOne3_02_R_item {
    box-sizing: border-box;
    padding-bottom: 34px;
}

.reqBoxOne3_02_R_item.one .request_input_pub_content {
    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;
}

.reqBoxOne3_02_R_item.one .request_input_pub_content .request_input_item_box {
    width: 100%;
}

.reqBoxOne3_02_R_item.one .request_input_pub_content>.request_input_item_box:nth-child(n + 2) {
    width: calc((100% - 50px) / 2);
}

.reqBoxOne3_02_R_item.one .request_input_pub_content .request_input_item_box .radio_box {
    box-sizing: border-box;
    padding-top: 12px;
}

.reqBoxOne3_02_R_item.one .request_input_pub_content .request_input_item_box .radio_box label {
    display: inline-block;
    width: 70px;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
}

.reqBoxOne3_02_R_item.one .request_input_pub_content>.request_input_item_box:nth-child(3) input {
    width: 14px;
    height: 14px;
}

.reqBoxOne3_02_R_item.two .request_input_item_box {
    width: 100%;
}

.request_input_item_box textarea {
    width: 100%;
    height: 200px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 10px 10px 0 15px;
    background: #ffffff;
}

.reqBoxOne3_02_R_item.two {
    padding-bottom: 15px;
}

.reqBoxOne3_02_R .bottom_text .text_01 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
}

.reqBoxOne3_02_R .bottom_text .text_01 span {
    color: #ff2020;
}

.reqBoxOne3_02_R .bottom_text .text_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 8px;
}

.reqBoxOne3_form_btn {
    box-sizing: border-box;
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.reqBoxOne3_form_btn button {
    width: 174px;
    height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.reqBoxOne3_form_btn button:hover {
    opacity: 0.8;
}

.reqBoxOne3_form_btn button .iconfont {
    color: #ffffff;
}

.reqBoxOne3_form_btn button span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 0 6px;
}

.reqBoxOne3_form_btn>button:first-child {
    background: #00a496;
}

.reqBoxOne3_form_btn>button:last-child {
    background: #000000;
}

/* ~~~~~~~~~~~~~~~Request Quote,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Request Quote,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Request Quote,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~Services & Support,css */
/* ~~~~~~~~~~~~~~Services & Support,css */
/* ~~~~~~~~~~~~~~Services & Support,css */
.ser1BoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

.ser1BoxOne1 .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 22px;
}

.ser1BoxOne1 .module_tt_box .tt_01 {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.ser1BoxOne1 .module_tt_box .tt_02 {
    width: 80%;
    margin: 0 auto;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
}

.ser1BoxOne2 {
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 46px;
}

.ser1BoxOne2 img {
    max-width: 100%;
}

.suppBoxOne4 {
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.suppBoxOne4 .item {
    width: 50%;
    box-sizing: border-box;
    padding: 40px 90px 40px 90px;
    border-right: 1px solid #e5e5e5;
}

.suppBoxOne4>.item:nth-child(2) {
    border-right: none;
}

.suppBoxOne4 .item .top_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.suppBoxOne4 .item .top_box .iconfont {
    width: 80px;
    font-size: 75px;
    color: #00a496;
}

.suppBoxOne4 .item .top_box .right_text {
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding-left: 20px;
}

.suppBoxOne4 .item .top_box .right_text .text_01 {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
}

.suppBoxOne4 .item .top_box .right_text .text_02 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 8px;
}

.suppBoxOne4 .item .center_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 32px 0 32px;
}

.suppBoxOne4 .item .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.suppBoxOne4 .item .btn_box a {
    width: 160px;
    height: 36px;
    background: #00a496;
    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;
    margin: 0 14px;

}

.suppBoxOne4 .item .btn_box a:hover .iconfont {
    -ms-transform: rotateZ(20deg);
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
}

.suppBoxOne4 .item .btn_box a .iconfont {
    font-size: 20px;
    color: #fff;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.suppBoxOne4 .item .btn_box a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 2px 0 0 6px;
}

.suppBoxOne4 .item .btn_box>a:nth-child(2) {
    background: none;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

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

/* ~~~~~~~~~~~~~~Services & Support,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Services & Support,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Services & Support,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~Services & Support-Documents & Download,css */
/* ~~~~~~~~~~~~~Services & Support-Documents & Download,css */
/* ~~~~~~~~~~~~~Services & Support-Documents & Download,css */
.service_dowl_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.service_dowl_list .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 50px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

.service_dowl_list .item a {
    display: block;
    box-sizing: border-box;
    padding: 22px 20px 26px 30px;
}

.service_dowl_list .item a:hover .bottom_text {
    color: #00a496;
}

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

.service_dowl_list .item a .top_box .L_icon {
    font-size: 60px;
    color: #00a496;
}

.service_dowl_list .item a .top_box .R_text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #888888;
}

.service_dowl_list .item a .top_box .R_text .iconfont {
    font-size: 16px;
    color: #888888;
}

.service_dowl_list .item a .bottom_text {
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #444444;
    box-sizing: border-box;
    padding: 14px 0 0 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~Services & Support-Documents & Download,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Services & Support-Documents & Download,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Services & Support-Documents & Download,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~Services & Support-Products Vlog,css */
/* ~~~~~~~~~~~~~Services & Support-Products Vlog,css */
/* ~~~~~~~~~~~~~Services & Support-Products Vlog,css */
.ser_vlPageBoxOne {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ser_vlPageBoxOne .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

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

.ser_vlPageBoxOne .item:hover .img_box .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.ser_vlPageBoxOne .item .img_box {
    position: relative;
    border-radius: 6px;
    perspective: 900px;
    overflow: hidden;
}

.ser_vlPageBoxOne .item .img_box .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_vlPageBoxOne .item .bottom_text {
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 0 0;
}

/* ~~~~~~~~~~~~~Services & Support-Products Vlog,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Services & Support-Products Vlog,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Services & Support-Products Vlog,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~Services & Support-Resources,css */
/* ~~~~~~~~~~~~~Services & Support-Resources,css */
/* ~~~~~~~~~~~~~Services & Support-Resources,css */
.ser_rePageBoxOne .item {
    box-sizing: border-box;
    padding: 50px 30px 50px 30px;
    border-bottom: 1px solid #e5e5e5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_rePageBoxOne .item:hover {
    border-bottom: 1px solid #00a496;
}

.ser_rePageBoxOne .item .tt {
    font-family: "Graphik-Medium";
    font-size: 24px;
    color: #444444;
}

.ser_rePageBoxOne .item .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 22px;
}

/* ~~~~~~~~~~~~~Services & Support-Resources,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Services & Support-Resources,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Services & Support-Resources,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~Tags,css */
/* ~~~~~~~~~~~~~~Tags,css */
/* ~~~~~~~~~~~~~~Tags,css */
.tagsBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 65px;
}

.tagsBoxOne2 .item {
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
}

.tagsBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
}

.tagsBoxOne2 .item a:hover .right_text .tt {
    color: #00a496;
}

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

.tagsBoxOne2 .item a .img_box {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 4px;
    perspective: 900px;
    overflow: hidden;
}

.tagsBoxOne2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tagsBoxOne2 .item a .right_text {
    width: 75%;
    box-sizing: border-box;
    padding-left: 40px;
}

.tagsBoxOne2 .item a .right_text .tt {
    font-family: "Graphik-Regular";
    font-size: 24px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tagsBoxOne2 .item a .right_text .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 16px;
}

.tagsBoxOne3 {
    box-sizing: border-box;
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~Tags,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Tags,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Tags,css~~~~~~~~~~~~~~end */














/* 返回顶部按钮 */
.all_Page_back_top_btn {
    position: fixed;
    z-index: 10;
    bottom: 150px;
    right: 20px;
}

.all_Page_back_top_btn .iconfont {
    font-size: 22px;
    color: #00a496;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 4px;
    cursor: pointer;
}





.pro_det_content_h2_tt {
    color: #444444;
    line-height: 34px;
    box-sizing: border-box;
    padding-bottom: 8px;
}





.pro_det_none_bg_table tr {
    background: none!important;
}




.head_new_column a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
}



.con_Edit_box1_w {
    padding-bottom: clamp(2.813rem, 2.153rem + 2.78vw, 5rem);
}

.con_Edit_box1_01 {
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
}