#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}











/* ~~~~~~~~~~~~~手机导航,css */
/* ~~~~~~~~~~~~~手机导航,css */
/* ~~~~~~~~~~~~~手机导航,css */
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 52px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo>a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_logo img {
    display: block;
    height: 35px;
    width: auto;
}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 54px;
    height: 52px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 28px;
    background: #01345f;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #01345f;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}

.mobile_header.hover {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 8;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #01345f;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    float: right;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    padding: 7px 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0 5px 14px;
    position: relative;
}

.mobile_menu_down_clm_list a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #333;
    border-radius: 50%;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #01345f;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mobile_lag_box {
    padding: 30px 0 20px;
    margin-bottom: 40px;
}

.mobile_lag_tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
}

.mobile_lag_text {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_lag_text a {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}

.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 7;
}

/* ~~~~~~~~~~~~~手机导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~手机导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~手机导航,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~~pc 导航,css */
.pc_public_head {
    height: 190px;
}

.pc_head_top {
    height: 125px;
    padding: 0 80px;
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    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_top .logo_box {
    width: 166px;
}

.pc_head_top .logo_box a {
    display: block;
}

.pc_head_top .logo_box a img {
    width: 100%;
}

.pc_head_top_R {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_tel_email {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_tel_email .item {
    margin-right: 35px;
}

.pc_head_tel_email .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_tel_email .item a:hover .iconfont,
.pc_head_tel_email .item a:hover span {
    color: #4fb3cf;
}

.pc_head_tel_email .item a .iconfont {
    font-size: 22px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_tel_email .item a span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    padding-left: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_language {
    position: relative;
}

.head_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.head_language_01:hover .icon1,
.head_language_01:hover span,
.head_language_01:hover .icon2 {
    color: #4fb3cf;
}

.head_language_01 .icon1 {
    font-size: 20px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    padding: 1px 4px 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 .icon2 {
    font-size: 16px;
    color: #666666;
    padding-top: 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 73px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 10px 0 8px;
}

.head_language_02 a {
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 6px 0 6px;
}

.head_language_02 a:hover {
    color: #4fb3cf;
}

.pc_head_bot {
    padding: 0 80px;
    background: #ffffff;
    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;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.pc_head_bot.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.pc_head_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_list_box .item {
    position: relative;
    margin-right: 70px;
}

.pc_head_list_box .item>a {
    height: 65px;
    position: relative;
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #333333;
    line-height: 68px;
    text-transform: uppercase;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 2px;
    opacity: 0;
    background: #083763;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a {
    color: #083763;
}

.pc_head_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* ~~~~~~~~~~~~~~~二级菜单,css */

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 220px;
    background: #ffffff;
    padding: 0 0 20px;
    border: 1px solid #ededed;
    border-radius: 0 0 5px 5px;
}

.publicTwo_stage_nav .EveryOne a {
    padding: 16px 10px 16px 15px;
    border-bottom: 1px solid #ededed;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.publicTwo_stage_nav .EveryOne a:hover .iconfont,
.publicTwo_stage_nav .EveryOne a:hover span {
    color: #083763;
}

.publicTwo_stage_nav .EveryOne a .iconfont {
    width: 20px;
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a span {
    width: calc(100% - 20px);
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~~~二级菜单,css~~~~~~~~~~~end */

.pc_head_search .click_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.pc_head_search .click_icon:hover span,
.pc_head_search .click_icon:hover .iconfont {
    color: #4fb3cf;
}

.pc_head_search .click_icon span {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #333333;
    padding-right: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search .click_icon .iconfont {
    font-size: 22px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-weight: 600;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #083763;
}

.all_public_form .public_form_close {
    font-size: 34px;
    position: absolute;
    top: 9px;
    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: #083763;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
.index_banner .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #01345f;
}

.index_banner .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.index_banner .owl-controls .owl-dots .owl-dot span {
    background: #ffffff;
}

/*.index_banner .owl-wrapper .owl-item.active .item {*/
/*    -o-animation: scaleBigToSmall 3s linear;*/
/*    -ms-animation: scaleBigToSmall 3s linear;*/
/*    -moz-animation: scaleBigToSmall 3s linear;*/
/*    -webkit-animation: scaleBigToSmall 3s linear;*/
/*    animation: scaleBigToSmall 3s linear;*/
/*}*/

.p_100 {
    padding: 90px 0 100px;
}

.public_index_title {
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_index_title .left_text {
    width: calc(100% - 125px);
    padding-right: 60px;
}

.public_index_title .left_text a {
    display: block;
}

.public_index_title .left_text .tt_01 {
    font-family: "ProximaNova-Semibold";
    font-size: 52px;
    color: #333333;
    text-transform: uppercase;
}

.public_index_title .left_text .tt_02 {
    font-size: 20px;
    color: #333333;
    padding-top: 10px;
}

.public_index_title .btn_box {
    width: 125px;
}

.public_index_title .btn_box a {
    padding-bottom: 6px;
    border-bottom: 1px solid #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_index_title .btn_box a:hover {
    border-color: #4fb3cf;
}

.public_index_title .btn_box a:hover span,
.public_index_title .btn_box a:hover .iconfont {
    color: #4fb3cf;
}

.public_index_title .btn_box a span {
    font-family: "ProximaNova-Semibold";
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    padding: 1px 5px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_index_title .btn_box a .iconfont {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 {
    position: relative;
}

.indBoxOne1_lunbo .item a {
    display: block;
}

.indBoxOne1_lunbo .item a:hover .bottom_text {
    color: #4fb3cf;
}

.indBoxOne1_lunbo .item a .img_box {
    border-radius: 4px;
    overflow: hidden;
}

.indBoxOne1_lunbo .item a:hover .img_box .img_01 {
    display: none;
}

.indBoxOne1_lunbo .item a:hover .img_box .img_02 {
    display: block;
}

.indBoxOne1_lunbo .item a .img_box img {
    width: 100%;
}

.indBoxOne1_lunbo .item a .img_box .img_01 {
    display: none;
}

.indBoxOne1_lunbo .item a .bottom_text {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 0 20px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne1_lunbo .owl-controls {
    display: none;
    padding-top: 20px;
}

.lunbo_prev_btn,
.lunbo_next_btn {
    font-size: 22px;
    color: #666666;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.lunbo_prev_btn:hover,
.lunbo_next_btn:hover {
    color: #02335f;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
}

.indBoxOne1 .lunbo_prev_btn {
    left: -60px;
}

.indBoxOne1 .lunbo_next_btn {
    right: -60px;
}

.indBoxTwo {
    background: url(../images/index_04.jpg) no-repeat center center / cover;
}

.indBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxTwo1_L {
    width: 48%;
}

.indBoxTwo1_L .text_box a {
    display: block;
}

.indBoxTwo1_L .text_box .text_01 {
    font-family: "ProximaNova-Semibold";
    font-size: 42px;
    color: #ffffff;
    line-height: 48px;
    text-transform: uppercase;
}

.indBoxTwo1_L .text_box .text_02 {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 16px;
}

.indBoxTwo1_L .video_btn {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.indBoxTwo1_L .video_btn:hover .btn_text {
    margin-left: 15px;
}

.indBoxTwo1_L .video_btn .img_box {
    width: 85px;
}

.indBoxTwo1_L .video_btn .img_box img {
    width: 100%;
}

.indBoxTwo1_L .video_btn .btn_text {
    font-family: "ProximaNova-Semibold";
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    margin-left: 20px;
    -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%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

.indBoxTwo1_R {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.indBoxTwo1_R .owl-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo1_R .owl-item .item {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo1_R .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indBoxThree {
    background: #fafafa;
}

.indBoxThree1 {
    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;
}

.indBoxThree1_L {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree1_L img {
    width: 100%;
}

.indBoxThree1_L img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree1_R {
    width: 50%;
    padding-left: 20px;
}

.indBoxThree1_R .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxThree1_R .item .iconfont {
    width: 35px;
    font-size: 24px;
    color: #50b3cf;
    padding-top: 10px;
}

.indBoxThree1_R .item .text_box {
    width: calc(100% - 35px);
    padding: 15px 0 15px;
    border-bottom: 1px solid #eeeeee;
}

.indBoxThree1_R .item .text_box .tt {
    font-size: 18px;
    color: #333333;
}

.indBoxThree1_R .item .text_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 6px;
}

.indBoxThree1_R>.item:last-child .text_box {
    border-bottom: none;
}

.indBoxFour1 .item a {
    display: block;
}

.indBoxFour1 .item a:hover .bottom_box .btn_box {
    background: #4fb3cf;
}

.indBoxFour1 .item a:hover .bottom_box .btn_box span,
.indBoxFour1 .item a:hover .bottom_box .btn_box .iconfont {
    color: #ffffff;
}

.indBoxFour1 .item a:hover .bottom_box .btn_box::after {
    background: #4fb3cf;
}

.indBoxFour1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour1 .item a .img_box img {
    width: 100%;
}

.indBoxFour1 .item a .bottom_box {
    border: 1px solid #f5f5f5;
    border-top: none;
    padding: 25px 0 0;
}

.indBoxFour1 .item a .bottom_box .tt {
    font-family: "ProximaNova-Regular";
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

.indBoxFour1 .item a .bottom_box .text {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 12px 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxFour1 .item a .bottom_box .date_read_box {
    padding: 15px 15px 30px;
    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;
}

.indBoxFour1 .item a .bottom_box .date_read_box .date_read {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFour1 .item a .bottom_box .date_read_box .date_read .iconfont {
    font-size: 22px;
    color: #666666;
}

.indBoxFour1 .item a .bottom_box .date_read_box .date_read span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    padding: 1px 0 0 5px;
}

.indBoxFour1 .item a .bottom_box .btn_box {
    position: relative;
    height: 58px;
    border-top: 1px solid #f5f5f5;
    background: #fcfcfc;
    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;
}

.indBoxFour1 .item a .bottom_box .btn_box span {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #333333;
    padding-right: 2px;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour1 .item a .bottom_box .btn_box .iconfont {
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour1 .item a .bottom_box .btn_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotateZ(45deg);
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
    width: 14px;
    height: 14px;
    border: 1px solid #f5f5f5;
    border-right: none;
    border-bottom: none;
    background: #fcfcfc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour1 .owl-controls {
    padding-top: 20px;
}

.indBoxFive {
    background: #fafafa;
}

.indBoxFive1 {
    padding-bottom: 30px;
}

.indBoxFive1 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFive1 a .tt {
    font-family: "ProximaNova-Semibold";
    font-size: 52px;
    color: #333333;
    text-transform: uppercase;
}

.indBoxFive1 a .text {
    width: 58%;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: right;
}

.indBoxFive2 {
    position: relative;
}

.indBoxFive2_lunbo .item img {
    width: 100%;
}

.indBoxFive2_lunbo .item .img_01 {
    display: none;
}

.indBoxFive2_lunbo .item:hover .img_01 {
    display: none;
}

.indBoxFive2_lunbo .item:hover .img_02 {
    display: block;
}

.indBoxFive2_lunbo .owl-controls {
    display: none;
    padding-top: 20px;
}

.indBoxFive2 .lunbo_prev_btn {
    left: -60px;
}

.indBoxFive2 .lunbo_next_btn {
    right: -60px;
}

/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~foot contact,css */
/* ~~~~~~~~~~~~~~foot contact,css */
/* ~~~~~~~~~~~~~~foot contact,css */
.foot_contact_w {
    padding: 50px 0 50px;
}

.foot_contact_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_contact_01 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_contact_01 .item .iconfont {
    width: 60px;
    font-size: 46px;
    color: #666666;
}

.foot_contact_01 .item .right_box {
    width: calc(100% - 60px);
    padding-top: 10px;
}

.foot_contact_01 .item .right_box .tt {
    font-family: "ProximaNova-Regular";
    font-size: 22px;
    color: #666666;
}

.foot_contact_01 .item .right_box .text {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #666666;
    padding-top: 10px;
}

.foot_contact_01 .item .right_box .text a {
    display: block;
    color: #666666;
}

.foot_contact_01 .item .right_box .text a:hover {
    color: #01345f;
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~foot contact,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot contact,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot contact,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
.public_foot_box {
    background: url(../images/foot_bg.jpg) no-repeat center center / cover;
}

.foot_top_w {
    padding: 50px 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;
}

.public_foot_top_title {
    font-family: "ProximaNova-Semibold";
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 35px;
}

.public_foot_top_dl .item {
    padding-bottom: 18px;
}

.public_foot_top_dl .item a {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #ffffff;
}

.public_foot_top_dl .item a:hover {
    text-decoration: underline;
}

.foot_top_01 .media_box {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_01 .media_box a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 12px;
}

.foot_top_01 .media_box>a:last-child {
    margin-right: 0;
}

.foot_top_01 .media_box a:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.foot_top_03_dl {
    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_top_03_dl .item {
    width: calc((100% - 12px) / 2);
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.foot_top_03_dl .item img {
    width: 100%;
}

.foot_top_03_dl .item .img_01 {
    display: none;
}

.foot_top_03_dl .item:hover .img_01 {
    display: none;
}

.foot_top_03_dl .item:hover .img_02 {
    display: block;
}

.foot_top_01 {
    width: 19%;
}

.foot_top_02 {
    width: 17%;
}

.foot_top_03 {
    width: 24.5%;
}

.foot_top_04_form .item {
    margin-bottom: 10px;
}

.foot_top_04_form .item input {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    height: 38px;
    border: none;
    background: #0c3d5d;
    padding: 0 10px 0 15px;
}

.foot_top_04_form .item textarea {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    height: 130px;
    border: none;
    resize: none;
    background: #0c3d5d;
    padding: 10px 10px 10px 15px;
}

.foot_top_04_form .item ::-webkit-input-placeholder {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #ffffff;
}

.foot_top_04_form .btn_box button {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    width: 50%;
    height: 38px;
    border-radius: 4px;
    border: none;
    background: #4fb3cf;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04_form .btn_box button:hover {
    opacity: 0.8;
}

.foot_top_04 {
    width: 24%;
}

.public_foot_bot {
    background: rgba(255, 255, 255, 0.1);
}

.foot_bot_w {
    padding: 18px 0 18px;
    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;
}

.foot_bot_01 {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #d4d4d4;
    text-transform: uppercase;
}

.foot_bot_02 {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    color: #d4d4d4;
    text-transform: uppercase;
    padding-left: 10px;
}

.foot_bot_02 a {
    color: #d4d4d4;
}

.foot_bot_02 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~right_nav,css */
/* ~~~~~~~~~~~right_nav,css */
/* ~~~~~~~~~~~right_nav,css */
.pub_float_right_nav {
    position: fixed;
    z-index: 6;
    right: 0;
    top: 25%;
}

.pub_float_right_nav .item {
    position: relative;
    background: #01345f;
    margin-bottom: 1px;
}

.pub_float_right_nav .item:hover .hover_show_text {
    right: 116%;
}

.pub_float_right_nav .item .icon_and_text {
    display: block;
    width: 52px;
    padding: 12px 0 12px;
}

.pub_float_right_nav .item .icon_and_text .iconfont {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.pub_float_right_nav .item .hover_show_text {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -600%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #f5f5f5;
    padding: 8px 15px 8px 10px;
    -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: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    padding: 5px 0;
}

.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 #f5f5f5;
    border-bottom: none;
    border-left: none;
    background: #f5f5f5;
}

/* ~~~~~~~~~~~right_nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right_nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right_nav,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~Advantage,css */
/* ~~~~~~~~~~~~~~Advantage,css */
/* ~~~~~~~~~~~~~~Advantage,css */
.SubPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.SubPage_banner_w {
    height: 380px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.SubPage_crumbs_box {
    position: relative;
}

.SubPage_crumbs {
    position: relative;
    padding: 30px 130px 30px 0;
}

.SubPage_crumbs .crumbs_tt {
    font-family: "ProximaNova-Semibold";
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}

.SubPage_crumbs .crumbs_a {
    font-size: 18px;
    color: #ffffff;
    padding-top: 8px;
}

.SubPage_crumbs .crumbs_a a {
    color: #ffffff;
}

.SubPage_crumbs .crumbs_a a:hover {
    text-decoration: underline;
}

.SubPage_crumbs_box::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50vw;
    background: rgba(79, 179, 207, 0.8);
}

.advBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advBoxOne1 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 4px;
    padding: 80px 20px 65px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.advBoxOne1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.advBoxOne1 .item:hover .icon1 {
    border-color: #50b3cf;
    background: #50b3cf;
    color: #ffffff;
}

.advBoxOne1 .item .icon1 {
    font-size: 60px;
    color: #333333;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border: 1px solid #333333;
    border-radius: 6px;
    margin: 0 auto;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.advBoxOne1 .item .tt {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 25px;
}

.advBoxOne1 .item .icon2 {
    font-weight: 700;
    font-size: 24px;
    color: #50b3cf;
    text-align: center;
    padding-top: 12px;
}

.advBoxOne1 .item .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
}

.advBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~Advantage,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Advantage,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Advantage,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~Company File,css */
/* ~~~~~~~~~~~~~~~Company File,css */
/* ~~~~~~~~~~~~~~~Company File,css */
.compBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.compBoxOne1_L {
    width: 50%;
}

.compBoxOne1_L .tt_box {
    font-family: "ProximaNova-Semibold";
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
}

.compBoxOne1_L .tt_box .tt_01 {
    color: #4fb3cf;
}

.compBoxOne1_L .tt_box .tt_02 {
    color: #043560;
}

.compBoxOne1_L .text_box {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding-top: 6px;
}

.compBoxOne1_R {
    position: relative;
    width: 47%;
    border-radius: 4px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.compBoxOne1_R:hover .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.compBoxOne1_R .img_01 {
    width: 100%;
}

.compBoxOne1_R .bg_btn_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 52, 95, 0.59);
}

.public_video_btn_style {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.compBoxOne1_R .bg_btn_box .public_video_btn_style {
    width: 82px;
}

.compBoxTwo {
    background: #fafafa;
}

.compBoxTwo_w .public_index_title {
    padding-bottom: 20px;
}

.compBoxTwo_w .public_index_title .left_text {
    width: calc(100% - 170px);
}

.compBoxTwo_w .public_index_title .left_text .tt_01 {
    font-size: 42px;
    line-height: 48px;
}

.compBoxTwo_w .public_index_title .btn_box {
    width: 170px;
}

.compBoxTwo1 {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 25px;
}

.compBoxTwo2 {
    position: relative;
}

.compBoxTwo2_lunbo .owl-controls {
    display: none;
    padding-top: 20px;
}

.compBoxTwo2 .lunbo_prev_btn {
    left: -60px;
}

.compBoxTwo2 .lunbo_next_btn {
    right: -60px;
}

.compBoxThree {
    background: url(../images/company_05.jpg) no-repeat center center / cover;
}

.public_SubPage_title {
    font-family: "ProximaNova-Semibold";
    font-size: 42px;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.compBoxThree_w .public_SubPage_title {
    color: #ffffff;
}

.compBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compBoxThree1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    border-radius: 8px;
    padding: 60px 15px 55px;
    background: rgba(79, 179, 207, 0.66);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.compBoxThree1 .item:hover {
    background: #4fb3cf;
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.compBoxThree1 .item .iconfont {
    font-size: 60px;
    color: #ffffff;
    width: 118px;
    height: 118px;
    line-height: 118px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.compBoxThree1 .item .tt {
    font-family: "ProximaNova-Semibold";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
}

.compBoxThree1 .item .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    padding-top: 18px;
}

.compBoxThree1>.item:nth-child(4n) {
    margin-right: 0;
}

.compBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compBoxFour1 .item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.compBoxFour1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.compBoxFour1 .item:hover .iconfont {
    border-color: #50b3cf;
    background: #50b3cf;
    color: #ffffff;
}

.compBoxFour1 .item .iconfont {
    font-size: 50px;
    color: #333333;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.compBoxFour1 .item .right_box {
    width: calc(100% - 82px);
    padding-left: 20px;
}

.compBoxFour1 .item .right_box .tt {
    font-family: "ProximaNova-Semibold";
    font-size: 24px;
    color: #333333;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4e4;
}

.compBoxFour1 .item .right_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 10px;
}

.compBoxFour1>.item:nth-child(3n) {
    margin-right: 0;
}

.compBoxFour_w .public_SubPage_title {
    padding-bottom: 50px;
}

.compBoxFour .p_100 {
    padding-bottom: 30px;
}

.compBoxFive {
    background: url(../images/company_06.jpg) no-repeat center center / cover;
}

.compBoxFive_w {
    height: 756px;
}

.compBoxFive_w .public_SubPage_title {
    color: #ffffff;
}

.compBoxSix1 .item {
    background: #fafafa;
    padding: 44px 30px;
}

.compBoxSix1 .item .img_box {
    border: 6px solid #dcdcdc;
    padding: 20px;
    background: #dcdcdc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.compBoxSix1 .item .img_box img {
    width: 100%;
}

.compBoxSix1 .owl-controls {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~Company File,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Company File,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Company File,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~~~~~contact us,css */
.conBoxOne {
    background: #fafafa;
}

.conBoxOne1 {
    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;
}

.conBoxOne1_L {
    width: 35.7%;
}

.conBoxOne1_L_01 {
    background: #ffffff;
    padding: 15px 30px 20px 30px;
}

.conBoxOne1_L_01 .item {
    padding: 15px 0 15px;
    border-bottom: 1px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne1_L_01 .item .iconfont {
    font-size: 24px;
    color: #666666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 50%;
}

.conBoxOne1_L_01 .item .right_box {
    width: calc(100% - 40px);
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    padding: 8px 0 0 20px;
}

.conBoxOne1_L_01 .item .right_box a {
    color: #666666;
}

.conBoxOne1_L_01 .item .right_box a:hover {
    color: #01345f;
}

.conBoxOne1_L_01 .img_text {
    padding-top: 16px;
    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;
}

.conBoxOne1_L_01 .img_text .img_box {
    width: 30%;
}

.conBoxOne1_L_01 .img_text .img_box img {
    width: 100%;
}

.conBoxOne1_L_01 .img_text .text {
    width: 70%;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    padding-left: 25px;
}

.conBoxOne1_R {
    width: 61%;
}

.conBoxOne1_R_01 {
    background: #ffffff;
    padding: 25px 35px 50px 35px;
}

/* ~~~~~~~~~~~form,css */

.public_contact_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;
}

.public_contact_form .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 20px;
}

.public_contact_form .item input {
    font-family: "ProximaNova-Light", "Arial", "sans-serif";
    font-size: 14px;
    width: 100%;
    height: 40px;
    background: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 0 10px 0 15px;
}

.public_contact_form .item.last {
    width: 100%;
}

.public_contact_form .item textarea {
    font-family: "ProximaNova-Light", "Arial", "sans-serif";
    font-size: 14px;
    width: 100%;
    height: 232px;
    background: #fafafa;
    border: 1px solid #dcdcdc;
    resize: none;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
}

.public_contact_form .item ::-webkit-input-placeholder {
    color: #333333;
}

.public_contact_form .btn_box {
    width: 100%;
}

.public_contact_form .btn_box button {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    width: 21%;
    height: 38px;
    background: #4fb3cf;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_contact_form .btn_box button:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~form,css~~~~~~~~~~~~end */

.conBoxTwo img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~contact us,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~contact us,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~contact us,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~new_del,css */
/* ~~~~~~~~~~~~~~~~new_del,css */
/* ~~~~~~~~~~~~~~~~new_del,css */
.new_deBoxOne2 .module_tt_box .tt {
    font-family: "ProximaNova-Semibold";
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box {
    padding: 40px 0 40px;
    border-bottom: 1px solid #ececec;
    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;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .iconfont {
    font-size: 20px;
    color: #666666;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .text {
    font-size: 14px;
    color: #666666;
    padding: 0 5px 0 5px;
}

.new_deBoxOne2 .content_box {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding: 40px 0 40px;
}

.new_deBoxOne2 .content_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.new_deBoxOne2 .back_btn a {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    line-height: 48px;
    background: #01345f;
    border-radius: 4px;
    margin: 0 auto;
}

.new_deBoxOne2 .back_btn a:hover {
    opacity: 0.8;
}

.new_deBoxOne3 {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne3 .item {
    width: 50%;
}

.new_deBoxOne3>.item:first-child {
    border-right: 1px solid #ffffff;
}

.new_deBoxOne3 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
    background: #f5f5f5;
}

.new_deBoxOne3 .item a:hover .text,
.new_deBoxOne3 .item a:hover .date {
    color: #01345f;
}

.new_deBoxOne3 .item a .text {
    width: calc(100% - 110px);
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.new_deBoxOne3 .item a .text span {
    font-family: "ProximaNova-Regular";
    color: #333333;
}

.new_deBoxOne3 .item a .date {
    width: 110px;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ~~~~~~~~~~~~~~~~new_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~new_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~new_del,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.newBoxOne_w {
    padding: 30px 0 80px;
}

.newBoxOne1 .item a {
    padding: 40px 0 40px;
    border-bottom: 1px solid #ececec;
    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;
}

.newBoxOne1 .item a:hover .text_box .tt {
    color: #01345f;
}

.newBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne1 .item a .img_box {
    width: 450px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1 .item a .img_box img {
    width: 100%;
}

.newBoxOne1 .item a .text_box {
    width: calc(100% - 450px);
    padding-left: 30px;
}

.newBoxOne1 .item a .text_box .tt {
    font-family: "ProximaNova-Semibold";
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1 .item a .text_box .text {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 16px;
}

.newBoxOne1 .item a .text_box .date {
    font-size: 16px;
    color: #666666;
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne1 .item a .text_box .date .line {
    width: 25px;
    height: 1px;
    background: #666666;
    margin-right: 10px;
}

.newBoxOne2 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~分页,css */

.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-size: 16px;
    color: #666666;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin: 0 7px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_paging a:hover {
    color: #ffffff;
    background: #4fb3cf;
    border-color: #4fb3cf;
}

.public_paging a.prev,
.public_paging a.next {
    width: 130px;
}

.public_paging a.hover {
    color: #ffffff;
    background: #4fb3cf;
    border-color: #4fb3cf;
}

/* ~~~~~~~~~~~分页,css~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~Package_Transport,css */
/* ~~~~~~~~~~~~~~~~Package_Transport,css */
/* ~~~~~~~~~~~~~~~~Package_Transport,css */
.pacBoxOne1 {
    padding-bottom: 10px;
    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;
}

.pacBoxOne1 .item {
    font-family: "ProximaNova-Regular";
    font-size: 20px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    width: 239px;
    height: 86px;
    margin: 0 15px 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    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;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pacBoxOne1 .item:hover {
    color: #ffffff;
    background: #00355f;
    border-color: #00355f;
}

.pacBoxOne1 .item.hover {
    color: #ffffff;
    background: #00355f;
    border-color: #00355f;
}

.pacBoxOne2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pacBoxOne2_01 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pacBoxOne2_01 .item img {
    width: 100%;
}

.pacBoxOne2_01 .item img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pacBoxOne2_01 > .item:nth-child(3n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~~~Package_Transport,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Package_Transport,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Package_Transport,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~products1,css */
/* ~~~~~~~~~~~~~~~~products1,css */
/* ~~~~~~~~~~~~~~~~products1,css */
.SubPage_main {
    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;
}

.SubPage_main_L {
    position: relative;
}

.SubPage_main_L,
.SubPage_main_L_float {
    width: 260px;
}

.main_L_one .item {
    border-bottom: 1px solid #e4e4e4;
}

.main_L_one .item a {
    padding: 14px 0 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.main_L_one .item a:hover span,
.main_L_one .item a:hover .iconfont {
    color: #023560;
}

.main_L_one .item a span {
    width: calc(100% - 30px);
    font-size: 18px;
    color: #333333;
    padding: 2px 10px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.main_L_one .item a .iconfont {
    width: 30px;
    font-size: 22px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.main_L_one .item.hover a span,
.main_L_one .item.hover a .iconfont {
    color: #023560;
}

.SubPage_main_R {
    width: calc(100% - 320px);
}

.pro1BoxOne1 {
    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;
}

.pro1BoxOne1_01 {
    width: calc((100% - 2px) / 2);
}

.pro1BoxOne1_01_top {
    background: #e6e6e6;
    margin-bottom: 10px;
}

.pro1BoxOne1_01_top a {
    display: block;
    padding: 25px 20px 25px;
}

.pro1BoxOne1_01_top a:hover .text_box {
    text-decoration: underline;
}

.pro1BoxOne1_01_top a .img_box {
    height: 220px;
    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;
}

.pro1BoxOne1_01_top a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.pro1BoxOne1_01_top a .text_box {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 12px;
}

.pro1BoxOne1_01_bot .item {
    background: #e6e6e6;
    margin-bottom: 2px;
}

.pro1BoxOne1_01_bot .item a {
    height: 105px;
    padding: 10px 10px 10px 80px;
    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;
}

.pro1BoxOne1_01_bot .item a:hover .text_box {
    text-decoration: underline;
}

.pro1BoxOne1_01_bot .item a .img_box {
    width: 52%;
    padding-right: 15px;
}

.pro1BoxOne1_01_bot .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.pro1BoxOne1_01_bot .item a .text_box {
    width: 48%;
    font-size: 18px;
    color: #333333;
}

/* 左侧 fixed,css */

.SubPage_main_L_float.static {
    position: static;
    top: auto;
}

.SubPage_main_L_float.fixed {
    position: fixed;
    /* top为导航的高度 */
    top: 65px; 
}

.SubPage_main_L_float.absolute {
    position: absolute;
    bottom: 0;
}

/* 左侧 fixed,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~~products1,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products1,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products1,css~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~products2,css */
/* ~~~~~~~~~~~~~~products2,css */
/* ~~~~~~~~~~~~~~products2,css */
.pro2BoxOne1 .item {
    padding: 20px 0 20px;
    border-bottom: 1px solid #ebebeb;
    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;
}

.pro2BoxOne1 .item .img_box {
    width: 33.3%;
}

.pro2BoxOne1 .item .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro2BoxOne1 .item .img_box a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro2BoxOne1 .item .img_box a img {
    width: 100%;
}

.pro2BoxOne1 .item .right_box {
    width: 66.7%;
    padding-left: 40px;
}

.pro2BoxOne1_r_top a {
    display: block;
}

.pro2BoxOne1_r_top a:hover .tt {
    color: #4fb3cf;
}

.pro2BoxOne1_r_top .tt {
    font-family: "ProximaNova-Regular";
    font-size: 34px;
    color: #02345f;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro2BoxOne1_r_top .text {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro2BoxOne1_r_top dl {
    padding: 16px 0 25px;
}

.pro2BoxOne1_r_top dl dd {
    padding-bottom: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro2BoxOne1_r_top dl dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    margin-top: 9px;
}

.pro2BoxOne1_r_top dl dd span {
    width: calc(100% - 5px);
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-left: 10px;
}

.pro2BoxOne1_r_bot {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro2BoxOne1_r_bot a {
    width: 27%;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 18px;
    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;
}

.pro2BoxOne1_r_bot a:hover {
    background: #4fb3cf;
    border-color: #4fb3cf;
}

.pro2BoxOne1_r_bot a:hover .iconfont,
.pro2BoxOne1_r_bot a:hover span {
    color: #ffffff;
}

.pro2BoxOne1_r_bot a .iconfont {
    font-size: 24px;
    color: #4fb3cf;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro2BoxOne1_r_bot a span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #333333;
    padding-left: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro2BoxOne1_r_bot > a:nth-child(2) {
    margin-left: 30px;
}

.pro2BoxOne2 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~products2,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products2,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products2,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~~~~products_del,css */
.pro_det_crumbs {
    background: url(../images/pro_det_01.jpg) no-repeat center center / cover;
}

.pro_det_crumbs_w {
    font-size: 18px;
    color: #ffffff;
    padding: 15px 0 14px;
}

.pro_det_crumbs_w a {
    color: #ffffff;
}

.pro_det_crumbs_w a:hover {
    text-decoration: underline;
}

.pro_deOne1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_L {
    width: 42.6%;
}

.pro_deOne1_L_lunbo .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pro_deOne1_R {
    width: 54%;
}

.pro_deOne1_R .tt_box {
    padding-bottom: 20px;
}

.pro_deOne1_R .tt_box .tt {
    font-weight: normal;
    font-family: "ProximaNova-Regular";
    font-size: 34px;
    color: #02345f;
    text-transform: uppercase;
}

.pro_deOne1_R .tt_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 15px;
}

.pro_deOne1_R_01 .item {
    padding-bottom: 15px;
}

.pro_deOne1_R_01 .item .tt {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    color: #333333;
    padding-bottom: 8px;
}

.pro_deOne1_R_01 .item dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_R_01 .item dl dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    margin-top: 10px;
}

.pro_deOne1_R_01 .item dl dd span {
    width: calc(100% - 5px);
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-left: 10px;
}

.pro_deOne1_R .btn_box {
    padding-top: 5px;
}

.pro_deOne1_R .btn_box a {
    width: 34%;
    height: 36px;
    border-radius: 18px;
    background: #4fb3cf;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne1_R .btn_box a:hover {
    opacity: 0.8;
}

.pro_deOne1_R .btn_box a .iconfont {
    font-size: 22px;
    color: #ffffff;
}

.pro_deOne1_R .btn_box a span {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #ffffff;
    padding: 2px 0 0 5px;
}

.pro_deOne1_R .share_box {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_R .share_box .share_text {
    font-size: 14px;
    color: #666666;
    padding-right: 5px;
}

.pro_deOne2 {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne2 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 25px;
}

.pro_deOne2 .item span {
    display: block;
    font-family: "ProximaNova-Semibold";
    font-size: 20px;
    color: #0096d6;
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 1px solid #0096d6;
}

.SubPage_main_R table {
    width: 100%;
}

.SubPage_main_R table tr {
    border-bottom: 1px solid #ebebeb;
}

.SubPage_main_R table tr td {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    padding: 9px 0 9px;
}

.SubPage_main_R table tr td:nth-child(2) {
    text-align: right;
}

.pro_deOne3_tt {
    font-family: "ProximaNova-Semibold";
    font-size: 36px;
    color: #02345f;
    padding-bottom: 10px;
}

.pro_deOne3 .pro2BoxOne1 > .item:last-child {
    border-bottom: none;
}

/* ~~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~project case,css */
/* ~~~~~~~~~~~~~~~project case,css */
/* ~~~~~~~~~~~~~~~project case,css */
.caseBoxOne_w .public_SubPage_title {
    text-align: center;
}

.caseBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.caseBoxOne1 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
}

.caseBoxOne1 .item a {
    display: block;
}

.caseBoxOne1 .item a:hover .bottom_box .tt {
    color: #4fb3cf;
}

.caseBoxOne1 .item a:hover .bottom_box .btn_box {
    background: #4fb3cf;
    border-color: #4fb3cf;
    color: #ffffff;
}

.caseBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.caseBoxOne1 .item a .img_box {
    border-radius: 4px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.caseBoxOne1 .item a .img_box img {
    width: 100%;
}

.caseBoxOne1 .item a .bottom_box {
    padding: 25px 10px 0;
}

.caseBoxOne1 .item a .bottom_box .tt {
    font-family: "ProximaNova-Semibold";
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.caseBoxOne1 .item a .bottom_box .text {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.caseBoxOne1 .item a .bottom_box .btn_box {
    font-family: "ProximaNova-Regular";
    font-size: 16px;
    color: #333333;
    width: 42%;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 18px;
    margin: 12px auto 0;
    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;
}

.caseBoxOne1 > .item:nth-child(3n) {
    margin-right: 0;
}

.caseBoxOne2 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~project case,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~project case,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~project case,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~Technical support,css */
/* ~~~~~~~~~~~~~~~~~Technical support,css */
/* ~~~~~~~~~~~~~~~~~Technical support,css */
.tecBoxOne_w .public_SubPage_title {
    text-align: center;
}

.tecBoxOne1 .item {
    position: relative;
    border-radius: 4px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.tecBoxOne1 .item:hover .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.tecBoxOne1 .item .img_01 {
    width: 100%;
}

.tecBoxOne1 .item .public_video_btn_style {
    width: 82px;
}

.tecBoxOne1 .owl-controls {
    padding-top: 20px;
}

.tecBoxTwo {
    background: #fafafa;
}

.tecBoxTwo_w .public_SubPage_title {
    text-align: center;
}

.tecBoxTwo1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tecBoxTwo1_item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    background: #ffffff;
    padding: 25px 20px 25px 25px;
    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;
}

.tecBoxTwo1_item .left_text {
    width: calc(100% - 90px);
    padding-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.tecBoxTwo1_item .left_text .iconfont {
    width: 80px;
    font-size: 60px;
    color: #b71c1c;
}

.tecBoxTwo1_item .left_text .text {
    width: calc(100% - 80px);
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.tecBoxTwo1_item .right_a {
    width: 90px;
    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;
}

.tecBoxTwo1_item .right_a .iconfont {
    font-size: 30px;
    color: #aaaaaa;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tecBoxTwo1_item .right_a .iconfont:hover {
    color: #b71c1c;
}

/* ~~~~~~~~~~~~~~~~~Technical support,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Technical support,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Technical support,css~~~~~~~~~~~~~~~end */







.pro_deOne2.active .item {
    width: 100%;
}

.pro_deOne2.active .item table tr {
    border-bottom: none;
}

.pro_deOne2.active .item table tr td {
    padding: 9px 10px 9px;
    border: 1px solid #ebebeb;
}

.pro_deOne2.active .item table tr td:nth-child(2) {
    text-align: left;
}








