#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;
}

/* h1标签 */
.indexPage_h1 {
    display: none;
}

/* 版心 */
.wrap {
    width: 92%;
    max-width: 1280px;
    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: 180px;
    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: 14px 15px 7px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #01728f;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #01728f;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #01728f;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 50px;
    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: #01728f;
}



.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: #01728f;
}


.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: #01728f;
    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_nav_box {
    height: 157px;
}

.pc_public_nav_bottom.active {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.pc_public_nav_top {
    background: #01728f;
    box-sizing: border-box;
    padding: 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_nav_top_01 {
    width: 66%;
    height: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pc_nav_top_01_L {
    width: 32%;
}

.pc_nav_top_01_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_nav_top_01_form input {
    width: calc(100% - 45px);
    height: 33px;
    outline: none;
    border: none;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
}

.pc_nav_top_01_form button {
    font-size: 18px;
    color: #fff;
    width: 45px;
    height: 33px;
    line-height: 33px;
    outline: none;
    border: none;
    background: #17c115;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_01_form button:hover {
    opacity: 0.8;
}

.pc_nav_top_01_R {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_top_01_R .email_box {
    margin-right: 30px;
}

.pc_nav_top_01_R .email_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_top_01_R .email_box a:hover .iconfont,
.pc_nav_top_01_R .email_box a:hover span {
    color: #17c115;
}

.pc_nav_top_01_R .email_box a .iconfont {
    font-size: 18px;
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_01_R .email_box a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 7px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_01_R .phone_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_top_01_R .phone_box a:hover .iconfont,
.pc_nav_top_01_R .phone_box a:hover span {
    color: #17c115;
}

.pc_nav_top_01_R .phone_box a .iconfont {
    font-size: 18px;
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_01_R .phone_box a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_public_nav_bottom {
    background: #fff;
    box-sizing: border-box;
    padding: 0 40px;
    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_nav_bottom_L {
    width: 61%;
    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_nav_bottom_L .logo_box {
    width: 186px;
}

.pc_nav_bottom_L .logo_box a {
    display: block;
}

.pc_nav_bottom_L .logo_box a img {
    width: 100%;
}

.pc_nav_list_box {
    width: calc(100% - 270px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_nav_list_box .item {
    position: relative;
}

.pc_nav_list_box .item>a {
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    line-height: 102px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 4px;
}

.pc_nav_list_box .item>a::after {
    content: "";
    position: absolute;
    top: 72px;
    left: 50%;
    width: 0%;
    height: 2px;
    opacity: 0;
    background: #01728f;
    -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;
}

.pc_nav_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}


/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 280px;
    box-sizing: border-box;
    border-bottom: 1px solid #01728f;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 18px 5px 16px 15px;
    border-bottom: 1px dashed #dcdcdc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #01728f;
}

.publicTwo_stage_nav>.EveryOne:last-child a {
    border-bottom: none;
}

/* 二级导航~~~~~~~~~~~~~~~~~~end */


.pc_nav_bottom_R {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_language_switch {
    position: relative;
}

.language_switch_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2px 22px 0 0;
    border-right: 1px solid #01728f;
    cursor: pointer;
}

.language_switch_01 span {
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding-right: 6px;
}

.language_switch_01 .iconfont {
    font-size: 18px;
    color: #01728f;
}

.language_switch_02 {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px 0 8px;
}

.language_switch_02 a {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.language_switch_02 a:hover {
    background: #01728f;
    color: #fff;
}

.pc_nav_bottom_R .chat_now_box {
    margin-left: 20px;
}

.pc_nav_bottom_R .chat_now_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_bottom_R .chat_now_box a .iconfont {
    font-size: 20px;
    color: #17c115;
}

.pc_nav_bottom_R .chat_now_box a span {
    font-family: Arial;
    font-size: 16px;
    color: #17c115;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
}


/* ~~~~~~~~~~~~~pc 公用导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pc 公用导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pc 公用导航,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~index,css */
.pc_banner_lunbo_box .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.pc_banner_lunbo_box .item a {
    position: relative;
    display: block;
}

.pc_banner_lunbo_box .item a video {
    display: block;
    width: 100%;
}

.pc_banner_lunbo_box .item a .L_text_box {
    position: absolute;
    bottom: 100px;
    left: 100px;
    font-family: "Roboto-Regular_1";
    font-size: 40px;
    color: #fff;
}








.mobile_ind_banner_box {
    display: none;
}

.ind_banner_box .item a {
    display: block;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 0;
    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 span {
    background: #666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_banner_box .owl-controls .owl-dots .owl-dot.active span {
    background: #fff;
}

.indBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 75px;
}

.pub_module_title_box {
    box-sizing: border-box;
    padding-bottom: 65px;
}

.pub_module_title_box .tt_01 {
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #01728f;
    text-align: center;
}

.pub_module_title_box .tt_02 {
    width: 80%;
    margin: 0 auto;
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #01728f;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.indBoxOne2 {
    position: relative;
}

.indBoxOne2_lunbo .item a {
    display: block;
}

.indBoxOne2_lunbo .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxOne2_lunbo .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxOne2_lunbo .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_lunbo .item a .bottom_text {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #01728f;
    box-sizing: border-box;
    padding: 18px 10px 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne2_lunbo .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}

.indBoxOne2_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #01728f;
}

.indBoxOne2 .prev_btn {
    font-size: 40px;
    color: #9a9a9a;
    cursor: pointer;
    position: absolute;
    top: 46%;
    left: -80px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxOne2 .next_btn {
    font-size: 40px;
    color: #9a9a9a;
    cursor: pointer;
    position: absolute;
    top: 46%;
    right: -80px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxOne2 .prev_btn:hover,
.indBoxOne2 .next_btn:hover {
    color: #01728f;
}


.indPageBoxTwo {
    background: #e7eeef;
}

.indBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 110px;
}


.indBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo2 .item {
    width: calc(100% / 4);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.indBoxTwo2 .item a {
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
}

.indBoxTwo2 .item a .img_box {
    height: 230px;
    text-align: center;
}

.indBoxTwo2 .item a .img_box img {
    max-width: 100%;
}

.indBoxTwo2 .item a .bottom_box {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #01728f;
    text-align: center;
}

.indBoxThree1 {
    background: #01728f;
}

.indBoxThree1_wrap {
    box-sizing: border-box;
    padding: 50px 0 0;
    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;
}

.indBoxThree1_L {
    width: 38%;
    box-sizing: border-box;
    padding-top: 40px;
}

.indBoxThree1_L .tt_box {
    box-sizing: border-box;
    padding-bottom: 34px;
}

.indBoxThree1_L .tt_box .tt_01 {
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}

.indBoxThree1_L .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 8px 0 28px;
}

.indBoxThree1_L .tt_box .line {
    width: 85px;
    height: 2px;
    background: #fff;
}

.indBoxThree1_L .text_box {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.indBoxThree1_L .btn_box {
    box-sizing: border-box;
    padding-top: 50px;
}

.indBoxThree1_L .btn_box a {
    display: block;
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #ffffff;
    width: 240px;
    line-height: 46px;
    box-sizing: border-box;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1_L .btn_box a:hover {
    background: #fff;
    color: #01728f;
}

.indBoxThree1_R {
    width: 53.5%;
}

.indBoxThree1_R a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree1_R a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree1_R a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2_wrap {
    box-sizing: border-box;
    padding: 0 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-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree2_L {
    width: 46.5%;
    margin-top: -120px;
}

.indBoxThree2_L_lunbo .item a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree2_L_lunbo .item a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree2_L_lunbo .item a img {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2_L_lunbo .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indBoxThree2_L_lunbo .owl-controls .owl-dots .owl-dot span {
    background: #fff;
}


.indBoxThree2_R {
    width: 53.5%;
    box-sizing: border-box;
    padding: 0 0 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree2_R .item {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 50px 30px 0 0;
}

.indBoxThree2_R .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree2_R .item a .iconfont {
    width: 60px;
    font-size: 50px;
    color: #20839d;
}

.indBoxThree2_R .item a .right_box {
    width: calc(100% - 60px);
}

.indBoxThree2_R .item a .right_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding: 6px 0 15px 0;
}

.indBoxThree2_R .item a .right_box .text {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #01728f;
    line-height: 24px;
}

.indBoxFour1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.indBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour2 .item {
    width: calc((100% - 78px) / 4);
    margin-right: 26px;
}

.indBoxFour2>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxFour2 .item a {
    display: block;
}

.indBoxFour2 .item a:hover .bottom_box .date {
    color: #01728f;
}

.indBoxFour2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a .bottom_box {
    height: 340px;
    box-sizing: border-box;
    border: 1px solid #dad7d7;
    padding: 16px 10px 0 20px;
    background: #fff;
}

.indBoxFour2 .item a .bottom_box .tt {
    font-family: "Roboto-Regular_1";
    font-size: 20px;
    color: #01728f;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFour2 .item a .bottom_box .text {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding: 14px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.indBoxFour2 .item a .bottom_box .date {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #0aaa46;
    box-sizing: border-box;
    padding-bottom: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour3 {
    box-sizing: border-box;
    padding-top: 45px;
}

.indBoxFour3 a {
    display: block;
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #01728f;
    width: 205px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #01728f;
    text-transform: uppercase;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFour3 a:hover {
    background: #01728f;
    color: #fff;
}


/* ~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~index,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~~底部公用模块 */
.public_foot_top {
    background: #01728f;
}

.foot_top_wrap {
    box-sizing: border-box;
    padding: 60px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_top_01 .foot_logo {
    width: 178px;
}

.foot_top_01 .foot_logo a {
    display: block;
}

.foot_top_01 .foot_logo a img {
    width: 100%;
}

.foot_top_01 .address_box {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #9cdbeb;
    line-height: 28px;
    box-sizing: border-box;
    padding: 28px 0 14px;
}

.foot_top_01 .foot_contact .item a {
    display: block;
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #9cdbeb;
    line-height: 24px;
    box-sizing: border-box;
    padding-bottom: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01 .foot_contact .item a:hover {
    color: #fff;
    text-decoration: underline;
}

.foot_top_01 .foot_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 16px;
}

.foot_top_01 .foot_icon a {
    display: block;
    font-size: 20px;
    color: #01728f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin-right: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01 .foot_icon a:hover {
    color: #17c115;
}

.foot_top_01 .foot_icon>a:last-child {
    margin-right: 0;
}

.pub_foot_top_title {
    box-sizing: border-box;
    padding-bottom: 20px;
}

.pub_foot_top_title a {
    display: block;
    font-family: Arial;
    font-size: 24px;
    color: #e4f9ff;
}

.pub_foot_top_list .item a {
    display: block;
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #9cdbeb;
    box-sizing: border-box;
    padding-bottom: 8px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pub_foot_top_list .item a:hover {
    color: #fff;
    text-decoration: underline;
}


.foot_top_01 {
    width: 24%;
}

.foot_top_02 {
    width: 18%;
}

.foot_top_03 {
    width: 17%;
}

.foot_top_04 {
    width: 16%;
}

.foot_top_05 {
    width: 14%;
}


.public_foot_bottom {
    background: #005b72;
}

.foot_bottom_wrap {
    box-sizing: border-box;
    padding: 18px 0 18px;
    position: relative;
}

.foot_bottom_wrap .text_box {
    font-family: Arial;
    font-size: 14px;
    color: #9cdbeb;
    text-align: center;
}

.foot_bottom_wrap .text_box a {
    font-family: Arial;
    font-size: 14px;
    color: #9cdbeb;
}

.foot_bottom_wrap .img_box {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.foot_bottom_wrap .img_box img {
    max-width: 100%;
}




/* 公用的右侧浮动导航 */
/* 公用的右侧浮动导航 */
.pub_float_right_nav {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 300px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-bottom: none;
    border-right: none;
}

.pub_float_right_nav .item {
    position: relative;
    background: #fff;
}

.pub_float_right_nav .item:hover .hover_show_text {
    right: 116%;
}

.pub_float_right_nav .item .icon_and_text {
    display: block;
    width: 64px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 9px 0 9px;
}

.pub_float_right_nav .item .icon_and_text:hover .iconfont,
.pub_float_right_nav .item .icon_and_text:hover .text {
    color: #01728f;
}

.pub_float_right_nav .item .icon_and_text .iconfont {
    font-size: 20px;
    color: #999;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .icon_and_text .text {
    font-family: Arial;
    font-size: 12px;
    color: #999;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .hover_show_text {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -300%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    box-sizing: border-box;
    padding: 4px 8px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.pub_float_right_nav .item .hover_show_text a {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 5px 0;
}

.pub_float_right_nav .item .hover_show_text a:hover {
    text-decoration: underline;
}

.pub_float_right_nav .item .hover_show_text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    background: #fff;
}

/* 公用的右侧浮动导航~~~~~~~~~~~~~~~~end */
/* 公用的右侧浮动导航~~~~~~~~~~~~~~~~end */


/* ~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~404,css */
/* ~~~~~~~~~~~~404,css */
/* ~~~~~~~~~~~~404,css */
.public_404Page_box {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_404Page_box .img_box img {
    max-width: 100%;
}

.public_404Page_box .text_box .tt {
    font-family: Arial;
    font-weight: 700;
    font-size: 28px;
    color: #329bae;
    text-align: center;
    box-sizing: border-box;
    padding: 55px 0 22px;
}

.public_404Page_box .text_box .text {
    width: 82%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 28px;
    color: #329bae;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 12px;
    border-top: 1px solid #01728f;
}

.public_404Page_box .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_404Page_box .icon_box .iconfont {
    display: block;
    font-size: 22px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #329bae;
    margin: 0 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_404Page_box .icon_box .iconfont:hover {
    opacity: 0.8;
}


/* ~~~~~~~~~~~~404,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~404,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~404,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~about,css */
.Subpage_crumbs_box {
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #d5d5d5;
    padding: 22px 40px 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.Subpage_crumbs_box .crumbs_tt {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    box-sizing: border-box;
    padding-right: 6px;
}

.Subpage_crumbs_box .crumbs_a_box {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
}

.Subpage_crumbs_box .crumbs_a_box a {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.Subpage_crumbs_box .crumbs_a_box a:hover {
    color: #00bd6b;
}

.Subpage_banner_02 {
    height: 400px;
    box-sizing: border-box;
    padding: 0 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.Subpage_banner_02 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
}

.Subpage_banner_02 .text {
    width: 68%;
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 8px;
}

.abo1BoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo1BoxOne1_L {
    width: 280px;
    background: #e7eeef;
}

.abo1BoxOne1_L_01 {
    width: 280px;
    background: #e7eeef;
    box-sizing: border-box;
    padding: 50px 20px 0;
}

.abo1BoxOne1_L_01 .tt {
    font-family: "Roboto-Regular_1";
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 10px 10px;
    border-bottom: 1px solid #01728f;
}

.abo1BoxOne1_L_01 .bottom_list {
    box-sizing: border-box;
    padding: 22px 10px 0;
}

.abo1BoxOne1_L_01 .bottom_list .item.hover a {
    color: #01728f;
}

.abo1BoxOne1_L_01 .bottom_list .item a {
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 10px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.abo1BoxOne1_L_01 .bottom_list .item a:hover {
    color: #01728f;
}


.abo1BoxOne1_R {
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding: 50px 0 90px 50px;
}

.abo1BoxOne1_R_title {
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.abo1BoxOne1_R .content_box {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.abo1BoxOne1_R .content_box img {
    max-width: 100%;
}

/* ~~~~~~~~~~~about,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~about,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~about,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~about3,css */
/* ~~~~~~~~~~~~~~~~about3,css */
/* ~~~~~~~~~~~~~~~~about3,css */
.abo3Page_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo3Page_list_box .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 30px;
}

.abo3Page_list_box .item:hover .bottom_box {
    color: #01728f;
}

.abo3Page_list_box>.item:nth-child(3n) {
    margin-right: 0;
}

.abo3Page_list_box .item .img_box {
    height: 230px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.abo3Page_list_box .item .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.abo3Page_list_box .item .bottom_box {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ~~~~~~~~~~~~~~~~about3,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about3,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about3,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~about4,css */
/* ~~~~~~~~~~~~~about4,css */
/* ~~~~~~~~~~~~~about4,css */
.abo4Page_bottom_text {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 22px 0 75px;
}

.abo4Page_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo4Page_list_box .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
}

.abo4Page_list_box>.item:nth-child(3n) {
    margin-right: 0;
}

.abo4Page_list_box .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.abo4Page_list_box .item:hover .bottom_text {
    color: #01728f;
}

.abo4Page_list_box .item .img_box {
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    perspective: 900px;
    overflow: hidden;
}

.abo4Page_list_box .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo4Page_list_box .item .bottom_text {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 22px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ~~~~~~~~~~~~~about4,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about4,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about4,css~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    box-sizing: border-box;
    padding: 70px 80px 60px;
}

.conBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.conBoxOne2_L {
    width: 46%;
    box-sizing: border-box;
    padding-right: 80px;
}

.conBoxOne2_L .tt_box {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.conBoxOne2_L .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #01728f;
}

.conBoxOne2_L .tt_box .tt_02 {
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding-top: 18px;
}

.conBoxOne2_L_list .item {
    margin-bottom: 15px;
}

.conBoxOne2_L_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne2_L_list .item a:hover .right_text {
    text-decoration: underline;
}

.conBoxOne2_L_list .item a .iconfont {
    width: 50px;
    font-size: 26px;
    color: #01728f;
}

.conBoxOne2_L_list .item a .right_text {
    width: calc(100% - 50px);
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    line-height: 28px;
    box-sizing: border-box;
    padding: 2px 0 0;
}

.conBoxOne2_L_list .item a .right_text span {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #01728f;
}

.conBoxOne2_L .icon_img_box {
    box-sizing: border-box;
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne2_L .icon_img_box .item {
    width: 45px;
    margin-right: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2_L .icon_img_box .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.conBoxOne2_L .icon_img_box .item a {
    display: block;
}

.conBoxOne2_L .icon_img_box .item a img {
    width: 100%;
}

.conBoxOne2_R {
    width: 54%;
}

.conBoxOne2_R .tt_box {
    box-sizing: border-box;
    padding-bottom: 25px;
}

.conBoxOne2_R .tt_box .tt_01 {
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    color: #01728f;
}

.conBoxOne2_R .tt_box .tt_02 {
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding-top: 18px;
}

.conBoxOne2_R_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne2_R_form .item {
    margin-bottom: 15px;
    width: calc((100% - 20px) / 2);
}

.conBoxOne2_R_form .item.last {
    width: 100%;
}

.conBoxOne2_R_form .item .input_tt {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 4px;
}

.conBoxOne2_R_form .item .input_tt span {
    font-size: 18px;
    color: #ff0000;
}

.conBoxOne2_R_form .item input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #01728f;
    outline: none;
    padding: 14px 10px 14px 20px;
}

.conBoxOne2_R_form .item textarea {
    width: 100%;
    height: 120px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #01728f;
    padding: 14px 10px 14px 20px;
}

.conBoxOne2_R_form .btn_box {
    width: 100%;
    text-align: center;
}

.conBoxOne2_R_form .btn_box button {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #01728f;
    outline: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2_R_form .btn_box button:hover {
    opacity: 0.8;
}

.conBoxOne2_R .bottom_text {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    box-sizing: border-box;
    padding-top: 14px;
}

.conBoxOne2_R .bottom_email {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    line-height: 24px;
    box-sizing: border-box;
    padding: 15px 0 20px;
}

.conBoxOne2_R .bottom_email a {
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    text-decoration: underline;
}

.conBoxOne2_R .bottom_pdf a {
    font-family: Arial;
    font-size: 18px;
    color: #01728f;
}




.conBoxOne3 {
    box-sizing: border-box;
    border: 4px solid #d9d9d9;
}

.conBoxOne3 img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.new_liPageBoxOne {
    background: #fff;
}

.new_liBoxOne1 {
    box-sizing: border-box;
    padding: 28px 0 28px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_liBoxOne1 .item {
    margin: 0 10px;
}

.new_liBoxOne1 .item a {
    width: 270px;
    line-height: 60px;
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #01728f;
    text-align: center;
}

.new_liBoxOne1 .item a:hover {
    font-family: "Roboto-Bold_0";
}

.new_liBoxOne1 .item.hover a {
    font-family: "Roboto-Bold_0";
}

.new_liPageBoxTwo {
    background: #e7eeef;
}

.new_liBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 100px;
}

.new_liBoxTwo1 .indBoxFour2 .item {
    margin-bottom: 40px;
}

.new_liBoxTwo2 {
    box-sizing: border-box;
    padding-top: 25px;
}

/* 可公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: #ffffff;
    margin: 0 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a:hover {
    background: #01728f;
    border: 1px solid #01728f;
    color: #fff;
}

.public_paging a.prev,
.public_paging a.next {
    width: 60px;
}

.public_paging a.hover {
    background: #01728f;
    border: 1px solid #01728f;
    color: #fff;
}

/* 可公用分页~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~news_detail,css */
.Subpage_crumbs_box.has_bottom_line {
    border-bottom: 1px solid #d5d5d5;
}

.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 30px 8% 95px;
}

.new_deBoxOne1 .module_tt {
    font-family: "Roboto-Bold_0";
    font-size: 40px;
    color: #01728f;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.new_deBoxOne1 .share_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.new_deBoxOne1 .share_box .share_text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne1 .share_box .share_text .text {
    font-family: Arial;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    padding: 10px 0 10px;
}

.new_deBoxOne1 .content_box {
    font-family: Arial;
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    text-align: justify;
    box-sizing: border-box;
    padding: 50px 0 80px;
    border-bottom: 1px solid #d8d8d8;
}

.new_deBoxOne1 .content_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.new_deBoxOne1 .prev_next_btn {
    box-sizing: border-box;
    padding: 24px 0 50px;
}

.new_deBoxOne1 .prev_next_btn a {
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.new_deBoxOne1 .prev_next_btn a:hover {
    color: #01728f;
}

.new_deBoxOne1 .prev_next_btn a span {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
}

.new_deBoxOne1 .back_list_btn a {
    display: block;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    width: 330px;
    line-height: 50px;
    margin: 0 auto;
    background: #01728f;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne1 .back_list_btn a:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~pro_list,css */
/* ~~~~~~~~~~~~~pro_list,css */
/* ~~~~~~~~~~~~~pro_list,css */
.pro_liBoxOne1 {
    box-sizing: border-box;
    padding: 90px 0 60px;
}

.pro_liBoxOne2.list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liBoxOne2 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 45px;
    background: #e7eeef;
}

.pro_liBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_liBoxOne2 .item a .img_box {
    width: 48.4%;
    perspective: 900px;
    overflow: hidden;
}

.pro_liBoxOne2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne2 .item a .right_box {
    width: 51.6%;
    box-sizing: border-box;
    padding: 50px 20px 0 30px;
}

.pro_liBoxOne2 .item a .right_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #01728f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_liBoxOne2 .item a .right_box .text {
    box-sizing: border-box;
    padding: 20px 0 28%;
}

.pro_liBoxOne2 .item a .right_box .text div {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #01728f;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pro_liBoxOne2 .item a .right_box .More_btn {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    line-height: 42px;
    background: #01728f;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne2 .item a .right_box .More_btn:hover {
    opacity: 0.8;
}

.pro_liBoxOne3 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #01728f;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 30px;
}

.pro_liBoxOne3 a {
    color: #01728f;
    text-decoration: underline;
}

.pub_send_a_message_btn {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    width: 300px;
    line-height: 55px;
    margin: 0 auto;
    background: #01728f;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_send_a_message_btn:hover {
    opacity: 0.8;
}



/* ~~~~~~~~~~~询盘弹框,css */
.pub_Inquiry_mask_box {
    display: none;
    position: fixed;
    z-index: 18;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.pub_Inquiry_show_box {
    display: none;
    width: 800px;
    position: fixed;
    z-index: 20;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    padding: 50px 60px 70px;
}

.pub_Inquiry_show_box .conBoxOne2_R {
    width: 100%;
}

.pub_Inquiry_show_box .tt_box {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.pub_Inquiry_show_box .tt_box .tt_01 {
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    color: #01728f;
    text-align: center;
}

.pub_Inquiry_show_box .tt_box .tt_02 {
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
}


.pub_Inquiry_show_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;
}

.pub_Inquiry_show_form .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 20px;
}

.pub_Inquiry_show_form .item .input_tt {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.pub_Inquiry_show_form .item .input_tt span {
    font-size: 16px;
    color: #ff0000;
}

.pub_Inquiry_show_form .item .input_text {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #01728f;
    padding: 14px 10px 14px 20px;
}


.pub_Inquiry_show_form_radio {
    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: 10px;
}

.pub_Inquiry_show_form_radio .radio_item {
    position: relative;
    margin-right: 15px;
}

.pub_Inquiry_show_form_radio>.radio_item:last-child {
    margin-right: 0;
}

.pub_Inquiry_show_form_radio .radio_item input {
    width: 14px;
    height: 14px;
    opacity: 0;
}

.pub_Inquiry_show_form_radio .radio_item label {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background: #01728f;
    border-radius: 50%;
    cursor: pointer;
}

.pub_Inquiry_show_form_radio .radio_item span {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
}

.pub_Inquiry_show_form_radio .radio_item label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}

.pub_Inquiry_show_form_radio .radio_item input:checked+label::after {
    display: none;
}

.pub_Inquiry_show_form .item textarea {
    outline: none;
    resize: none;
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    border: 1px solid #01728f;
    padding: 14px 10px 14px 20px;
}

.pub_Inquiry_show_form .btn_box {
    width: 100%;
    text-align: center;
}

.pub_Inquiry_show_form .btn_box button {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    width: 220px;
    line-height: 45px;
    background: #01728f;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_Inquiry_show_form .btn_box button:hover {
    opacity: 0.8;
}

.pub_Inquiry_show_form .btn_box div {
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    box-sizing: border-box;
    padding-top: 12px;
}

/* ~~~~~~~~~~~询盘弹框,css~~~~~~~~~~~~end */


/* ~~~~~~~~~~~~~pro_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pro_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pro_list,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
.pro_deBoxOne1 {
    box-sizing: border-box;
    padding: 90px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deBoxOne1_L {
    width: 59.4%;
    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;
}

.pro_deBoxOne1_L_dots {
    width: 18.4%;
}

.pro_deBoxOne1_L_dots .item {
    margin-bottom: 7%;
    box-sizing: border-box;
    border: 2px solid #fff;
    cursor: pointer;
}

.pro_deBoxOne1_L_dots>.item:last-child {
    margin-bottom: 0;
}

.pro_deBoxOne1_L_dots .item.active {
    border: 2px solid #01728f;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxOne1_L_dots .item img {
    width: 100%;
}

.pro_deBoxOne1_L_lunbo_box {
    width: 78.9%;
    position: relative;
}

.pro_deBoxOne1_L_lunbo_box .prev_btn {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 30px;
    color: #01728f;
}

.pro_deBoxOne1_L_lunbo_box .next_btn {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 30px;
    color: #01728f;
}

.pro_deBoxOne1_L_lunbo .item .video_src_box {
    position: relative;
    cursor: pointer;
}

.pro_deBoxOne1_L_lunbo .item .video_src_box:hover .play_btn_img {
    width: 65px;
}

.pro_deBoxOne1_L_lunbo .item .video_src_box .play_btn_img {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* 点击视频弹出播放框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~~~~~~~~~~~~~~~~结束 */



.pro_deBoxOne1_R {
    width: 40.6%;
    box-sizing: border-box;
    padding: 50px 30px 0 30px;
}

.pro_deBoxOne1_R .tt {
    font-family: Arial;
    font-weight: 700;
    font-size: 36px;
    color: #01728f;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.pro_deBoxOne1_R .btn_box a {
    display: block;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    width: 300px;
    line-height: 55px;
    margin: 0 auto 15px;
    background: #17c115;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxOne1_R .btn_box a:hover {
    opacity: 0.8;
}


.pro_deBoxOne1_R .share_box {
    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-top: 20px;
}
.pro_deBoxOne1_R .share_box .share_text {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 6px;
}


.pro_deBoxTwo1 {
    box-sizing: border-box;
    padding: 20px 0 90px;
    border-top: 1px solid #01728f;
}

.pro_deBoxTwo1 table {
    width: 100%;
    border-collapse: collapse;
}

.pro_deBoxTwo1 table tr td {
    box-sizing: border-box;
    border: 1px solid #666666;
    padding: 8px 8px 10px 15px;
}

.pro_detPage_title {
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.pro_deBoxTwo1 .content_box {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}


/* 钛净pro_det底部左图右文 */
.pro_dePage_only_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 80px;
}

.pro_dePage_only_box .img_box {
    width: 33%;
}

.pro_dePage_only_box .img_box img {
    width: 100%;
}

.pro_dePage_only_box .right_text {
    width: 67%;
    box-sizing: border-box;
    padding-left: 180px;
}

.pro_dePage_only_box .right_text .tt {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.pro_dePage_only_box .right_text dl dd {
    box-sizing: border-box;
    padding-bottom: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_dePage_only_box .right_text dl dd::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #626262;
    margin-top: 10px;
}

.pro_dePage_only_box .right_text dl dd span {
    width: calc(100% - 8px);
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 8px;
}

/* 钛净pro_det底部左图右文 ~~~~~~~~~~~~~~~end */


.pro_dePageBoxThree {
    background: #e7eeef;
}

.pro_deBoxThree1 {
    box-sizing: border-box;
    padding: 60px 0 100px;
}

.pro_deBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deBoxThree2 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxThree2 .btn_box .prev_btn {
    font-size: 22px;
    color: #01728f;
    margin-right: 20px;
    cursor: pointer;
}

.pro_deBoxThree2 .btn_box .next_btn {
    font-size: 22px;
    color: #01728f;
    cursor: pointer;
}

.pro_liBoxOne2.pro_liBoxOne2_lunbo .item {
    width: auto;
    margin-bottom: 0;
}

.pro_liBoxOne2_lunbo .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}


/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~solution,css */
/* ~~~~~~~~~~~~solution,css */
/* ~~~~~~~~~~~~solution,css */
.solPage_list_box {
    box-sizing: border-box;
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solPage_list_box .item {
    width: calc((100% - 38px) / 3);
    margin-right: 19px;
    margin-bottom: 30px;
}

.solPage_list_box > .item:nth-child(3n) {
    margin-right: 0;
}

.solPage_list_box .item a {
    display: block;
}

.solPage_list_box .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.solPage_list_box .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.solPage_list_box .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solPage_list_box .item a .bottom_text {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    color: #01728f;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: 14px 10px 14px;
    background: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/* ~~~~~~~~~~~~solution,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~solution_cover,css */
/* ~~~~~~~~~~~~~~solution_cover,css */
/* ~~~~~~~~~~~~~~solution_cover,css */
.sol_coBoxOne1 {
    box-sizing: border-box;
    padding: 60px 30px 30px;
}

.sol_coBoxOne2 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #01728f;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.sol_coBoxOne3 {
    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;
}

.sol_coBoxOne3 .item {
    width: calc((100% - 100px) / 2);
    margin-bottom: 50px;
}

.sol_coBoxOne3 .item a {
    display: block;
}

.sol_coBoxOne3 .item a .img_box img {
    max-width: 100%;
}

.sol_coBoxOne3 .item a .bottom_box {
    box-sizing: border-box;
    padding-top: 40px;
}

.sol_coBoxOne3 .item a .bottom_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.sol_coBoxOne3 .item a .bottom_box .bottom_list {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
}

.sol_coBoxOne3 .item a .bottom_box .bottom_list div {
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* ~~~~~~~~~~~~~~solution_cover,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~solution_cover,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~solution_cover,css~~~~~~~~~~end */
















/* ~~~~~~~~~~~~solution_detail,css */
/* ~~~~~~~~~~~~solution_detail,css */
/* ~~~~~~~~~~~~solution_detail,css */
.sol_deBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deBoxOne1_L {
    width: 74%;
    box-sizing: border-box;
    padding-bottom: 90px;
}

.sol_deBoxOne1_L .module_tt_box .tt {
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.sol_deBoxOne1_L .module_tt_box .tt_img img {
    max-width: 100%;
}

.sol_deBoxOne1_L .content_box {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 50px 0 30px;
}

.sol_deBoxOne1_L .content_box img {
    max-width: 100%;
}

.sol_deBoxOne1_L .btn_box a {
    display: block;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    color: #01728f;
    width: 260px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #247895;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sol_deBoxOne1_L .btn_box a:hover {
    background: #01728f;
    color: #fff;
}


.sol_deBoxOne1_L table {
    width: 100%;
    border-collapse: collapse;
}

.sol_deBoxOne1_L table tr td {
    box-sizing: border-box;
    border: 1px solid #666666;
    padding: 8px 8px 10px 15px;
}


.sol_deBoxOne1_R {
    width: 23%;
    background: #e7eeef;
    box-sizing: border-box;
    padding: 20px 20px 30px;
}


.sol_deBoxOne1_R_01 .tt_box {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    color: #01728f;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.sol_deBoxOne1_R_01 .solPage_list_box {
    padding-top: 0;
}

.sol_deBoxOne1_R_01 .solPage_list_box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.sol_deBoxOne1_R_02 .tt_box {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    color: #01728f;
    box-sizing: border-box;
    padding: 10px 0 20px;
}

.sol_deBoxOne1_R_02_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.sol_deBoxOne1_R_02_list .item a:hover span {
    text-decoration: underline;
}

.sol_deBoxOne1_R_02_list .item a span {
    width: calc(100% - 7px);
    font-family: Arial;
    font-size: 14px;
    color: #01728f;
    line-height: 23px;
    box-sizing: border-box;
    padding-left: 6px;
}

.sol_deBoxOne1_R_02_list .item a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #292929;
    border-radius: 50%;
    margin-top: 8px;
}


/* ~~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~support1,css */
/* ~~~~~~~~~~~~~support1,css */
/* ~~~~~~~~~~~~~support1,css */
.sup1PageBoxOne {
    box-sizing: border-box;
    padding: 70px 0 50px;
}

.sup1PageBoxOne .conBoxOne2_R {
    width: 100%;
}

.sup1PageBoxOne .tt_box .tt_01 {
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    color: #01728f;
}

.sup1PageBoxOne .tt_box .tt_02 {
    font-family: Arial;
    font-size: 16px;
    color: #01728f;
    box-sizing: border-box;
    padding: 14px 0 26px;
}


.sup1PageBoxTwo {
    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;
}

.sup1PageBoxTwo .text {
    font-family: Arial;
    font-size: 18px;
    color: #01728f;
}

.sup1PageBoxTwo .text a {
    font-family: "Roboto-Light_0";
    font-size: 18px;
    color: #01728f;
    text-decoration: underline;
}

.sup1PageBoxTwo .btn_box a {
    width: 260px;
    height: 35px;
    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;
    border: 2px solid #247895;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sup1PageBoxTwo .btn_box a:hover {
    background: #247895;
}

.sup1PageBoxTwo .btn_box a:hover .iconfont,
.sup1PageBoxTwo .btn_box a:hover span {
    color: #fff;
}

.sup1PageBoxTwo .btn_box a .iconfont {
    font-size: 20px;
    color: #247895;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sup1PageBoxTwo .btn_box a span {
    font-family: Arial;
    font-size: 18px;
    color: #01728f;
    box-sizing: border-box;
    padding-left: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* ~~~~~~~~~~~~~support1,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~support1,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~support1,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~support2,css */
/* ~~~~~~~~~~~~~support2,css */
/* ~~~~~~~~~~~~~support2,css */
.sup2PageBoxOne .item {
    margin-bottom: 30px;
}

.sup2PageBoxOne .item .problem_box {
    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;
}

.sup2PageBoxOne .item .problem_box .iconfont {
    width: 40px;
    font-size: 28px;
    color: #01728f;
}

.sup2PageBoxOne .item .problem_box span {
    width: calc(100% - 40px);
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 0;
}

.sup2PageBoxOne .item .answer_box {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 40px;
}

.sup2PageBoxTwo {
    box-sizing: border-box;
    padding: 50px 0 50px;
    border-bottom: 1px solid #dbdee2;
}

.sup2PageBoxThree .text_box {
    box-sizing: border-box;
    padding-top: 50px;
}

.sup2PageBoxThree .text_box .text_01 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #01728f;
    text-align: center;
}

.sup2PageBoxThree .text_box .text_02 {
    font-family: Arial;
    font-size: 18px;
    color: #01728f;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 15px;
}

.sup2PageBoxThree .text_box .text_02 a {
    font-family: Arial;
    font-size: 18px;
    color: #01728f;
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~support2,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~support2,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~support2,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~support3,css */
/* ~~~~~~~~~~~~~support3,css */
/* ~~~~~~~~~~~~~support3,css */
.sup3PageBoxOne .item {
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}

.sup3PageBoxOne .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 14px 0 14px;
}

.sup3PageBoxOne .item a:hover span {
    color: #01728f;
}

.sup3PageBoxOne .item a .iconfont {
    width: 20px;
    font-size: 16px;
    color: #01728f;
}
.sup3PageBoxOne .item a span {
    width: calc(100% - 20px);
    font-family: Arial;
    font-size: 16px;
    color: #444444;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ~~~~~~~~~~~~~support3,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~support3,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~support3,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~support4,css */
/* ~~~~~~~~~~~~support4,css */
/* ~~~~~~~~~~~~support4,css */
.sup4PageBoxOne {
    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;
}

.sup4PageBoxOne .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
}

.sup4PageBoxOne .item a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 16px 10px 16px 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sup4PageBoxOne .item a:hover {
    background: #247895;
}

.sup4PageBoxOne .item a:hover .iconfont,
.sup4PageBoxOne .item a:hover span {
    color: #fff;
}

.sup4PageBoxOne .item a .iconfont {
    width: 45px;
    font-size: 26px;
    color: #247895;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sup4PageBoxOne .item a span {
    width: calc(100% - 45px);
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



/* download下载询盘弹框 */
.sup4_download_mask_box {
    display: none;
    position: fixed;
    z-index: 18;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sup4_download_inquiry_box {
    display: none;
    width: 600px;
    position: fixed;
    z-index: 20;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    padding: 40px 50px 60px;
}

.sup4_download_inquiry_box .conBoxOne2_R {
    width: 100%;
}

/* download下载询盘弹框~~~~~~~~~~~~~~end */


/* ~~~~~~~~~~~~support4,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~support4,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~support4,css~~~~~~~~~~~end */