#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 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}













/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 160px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 14px 15px 7px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #024774;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #024774;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #024774;
    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: #024774;
}



.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: #024774;
}


.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: #024774;
    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_public_nav_box {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.pc_nav_center {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(51, 51, 51, 0.22);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_center.active {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.pc_nav_center_wrap {
    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;
}

.pc_nav_center_wrap .logo_box {
    width: 140px;
}

.pc_nav_center_wrap .logo_box a {
    display: block;
}

.pc_nav_center_wrap .logo_box a img {
    width: 100%;
}

.pc_nav_center_01 {
    width: calc(100% - 415px);
    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;
}

.pc_nav_list_box {
    width: calc(100% - 230px);
    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: "Graphik-Medium";
    font-size: 18px;
    color: #024774;
    box-sizing: border-box;
    padding: 0 6px;
    line-height: 99px;
}

.pc_nav_list_box .item>a::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #024774;
    opacity: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 101%;
    left: 0;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-bottom: none;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.publicTwo_stage_nav .EveryOne a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 16px 8px 16px 8px;
    border-bottom: 1px solid #ededed;
}

.publicTwo_stage_nav .EveryOne a:hover .iconfont,
.publicTwo_stage_nav .EveryOne a:hover span {
    color: #024774;
}

.publicTwo_stage_nav .EveryOne a .iconfont {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 二级导航~~~~~~~~~~~~end */



.pc_nav_right_box {
    position: relative;
    width: 195px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_nav_right_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
}


.pc_nav_right_box .nav_email_box a {
    display: block;
    font-size: 22px;
    color: #f2f8fa;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #024774;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_right_box .nav_email_box a:hover {
    opacity: 0.8;
}

.pc_nav_lag_box {
    position: relative;
}

.pc_nav_lag_box .language_box_01 {
    font-size: 22px;
    color: #f2f8fa;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #024774;
    cursor: pointer;
    margin: 0 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_lag_box .language_box_01:hover {
    opacity: 0.8;
}

.pc_nav_lag_box .language_box_02 {
    display: none;
    width: 110px;
    position: absolute;
    z-index: 3;
    top: 68px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-sizing: border-box;
    padding: 10px 5px 8px;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.pc_nav_lag_box .language_box_02 a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_nav_lag_box .language_box_02 a:hover {
    background: #024774;
    color: #ffffff;
}

.pc_nav_search_box .click_icon {
    font-size: 22px;
    color: #f2f8fa;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #024774;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_search_box .click_icon:hover {
    opacity: 0.8;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
}

.all_public_form .icon_01 {
    font-size: 34px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    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: #024774;
}

.all_public_form .public_form_close {
    font-size: 32px;
    font-weight: 700;
    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: #024774;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~公用头部导航~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~公用头部导航~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~公用头部导航~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
.ind_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #eeeeee;
    -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: #086d69;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indPageBoxOne {
    background: #f5f5f5;
}

.indBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.indBoxOne1 .module_tt {
    font-family: "Graphik-Regular";
    font-size: 42px;
    color: #00000f;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.indBoxOne1 .module_tt a {
    color: #024774;
}

.indBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne2 .item {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2>.item:nth-child(5n) {
    margin-right: 0;
}

.indBoxOne2 .item:hover {
    background: #086d69;
}

.indBoxOne2 .item:hover a .img_box .img_01 {
    display: none;
}

.indBoxOne2 .item:hover a .img_box .img_02 {
    display: block;
}

.indBoxOne2 .item:hover a .bottom_text .text_01,
.indBoxOne2 .item:hover a .bottom_text .text_02 {
    color: #ffffff;
}

.indBoxOne2 .item a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 10px 30px;
}

.indBoxOne2 .item a .img_box {
    height: 135px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2 .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxOne2 .item a .img_box .img_02 {
    display: none;
}

.indBoxOne2 .item a .bottom_text .text_01 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 12px 0 4px;
}

.indBoxOne2 .item a .bottom_text .text_02 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.indBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.pub_all_page_title {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.pub_all_page_title .tt_01 {
    display: block;
    font-family: "Graphik-Medium";
    font-size: 50px;
    color: #00000f;
    text-align: center;
}

.pub_all_page_title .tt_02 {
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #00000f;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
}

.pub_all_page_title .tt_02 a {
    color: #024774;
}

.indBoxTwo2 .item {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item:hover {
    border: 1px solid #086d69;
}

.indBoxTwo2 .item:hover a .img_box {
    border-bottom: 1px solid #086d69;
}

.indBoxTwo2 .item:hover a .bottom_box .public_More_btn {
    background: #024774;
    color: #ffffff;
}

.indBoxTwo2 .item a {
    display: block;
}

.indBoxTwo2 .item a .img_box {
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item a .img_box img {
    width: 100%;
}

.indBoxTwo2 .item a .bottom_box {
    box-sizing: border-box;
    padding: 16px 10px 25px;
}

.indBoxTwo2 .item a .bottom_box .tt {
    font-family: "Graphik-Regular";
    font-size: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxTwo2 .item a .bottom_box .text {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px 0 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.indBoxTwo2 .item a .bottom_box .text div {
    font-family: "Graphik-Light";
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.public_More_btn {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    width: 148px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background: #f5f5f5;
    border-radius: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}


.indPageBoxThree {
    background: url(../images/ind_10.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}

.indBoxThree1 {
    box-sizing: border-box;
    padding: 20px 0 20px;
}

.indBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree2 .item {
    position: relative;
    z-index: 1;
    width: calc(100% / 4);
    height: 770px;
    box-sizing: border-box;
    padding: 130px 10px 60px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* box03模块的经过效果 */
.indBoxThree2 .item:hover::before {
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.indBoxThree2 .item:hover .icon {
    color: #086d69;
}

.indBoxThree2 .item:hover .img_box {
    width: 100%;
    height: auto;
    opacity: 1;
}

.indBoxThree2 .item:hover .item_tt a {
    color: #333333;
    padding: 25px 0 16px;
}

.indBoxThree2 .item:hover .line {
    background: #086d69;
}

.indBoxThree2 .item:hover .item_text {
    color: #666666;
}

.indBoxThree2 .item:hover .public_More_btn {
    border: 2px solid #024774;
    background: #024774;
}

/* box03模块的经过效果~~~~~~~~~~end   */

.indBoxThree2 .item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


.indBoxThree2 .item .icon {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxThree2 .item .img_box {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 auto;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.indBoxThree2 .item .img_box a {
    display: block;
    position: relative;
}

.indBoxThree2 .item .img_box a .img_01 {
    width: 100%;
}

.indBoxThree2 .item .img_box a .img_02 {
    width: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indBoxThree2 .item .item_tt a {
    display: block;
    font-family: "Graphik-Medium";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 16px;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxThree2 .item .line {
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background: #ffffff;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxThree2 .item .item_text {
    font-family: "Graphik-Light";
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxThree2 .item .public_More_btn {
    box-sizing: border-box;
    border: 2px solid #ffffff;
    background: none;
    color: #ffffff;
    margin-top: 30px;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


/* 点击视频弹出播放框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~~~~~~~~~~~~~~~~结束 */


.indBoxFour1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.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% - 50px) / 3);
    margin-right: 25px;
}

.indBoxFour2>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxFour2 .item a {
    display: block;
}

.indBoxFour2 .item a:hover .bottom_box {
    background: #024774;
}

.indBoxFour2 .item a:hover .bottom_box .tt,
.indBoxFour2 .item a:hover .bottom_box .text,
.indBoxFour2 .item a:hover .bottom_box .more_btn {
    color: #ffffff;
}

.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 {
    background: #eeeeee;
    box-sizing: border-box;
    padding: 18px 10px 18px 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a .bottom_box .tt {
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #444444;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a .bottom_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a .bottom_box .more_btn {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #024774;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageBoxFour {
    background: #f5f5f5;
}

.indBoxFive1 {
    box-sizing: border-box;
    padding: 70px 0 65px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFive2 {
    width: 100%;
}


.indBoxFive2_list .item {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.indBoxFive2_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 22px 20px 22px 20px;
    background: #ffffff;
}

.indBoxFive2_list .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFive2_list .item a:hover .right_text .text_01 {
    color: #024774;
}

.indBoxFive2_list .item a .img_box {
    width: 350px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFive2_list .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2_list .item a .right_text {
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-left: 20px;
}

.indBoxFive2_list .item a .right_text .text_01 {
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2_list .item a .right_text .text_02 {
    font-family: "Graphik-Light";
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFive2_list .item a .right_text .date_box {
    font-size: 14px;
    color: #444444;
    padding-top: 10px;
}

.indBoxFive3 {
    width: 52%;
}

.indBoxFive3 .pub_all_page_title .tt_01,
.indBoxFive3 .pub_all_page_title .tt_02 {
    text-align: left;
}

.indBoxFive3_01 {
    box-sizing: border-box;
    border: 2px solid #086d69;
    padding: 37px 0 37px;
    background: #ffffff url(../images/ind_19.jpg) no-repeat left center;
}


.indBoxFive3_01_list {
    width: 70%;
    margin-left: auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 25px 20px 18px 30px;
}

.indBoxFive3_01_list .item {
    margin-bottom: 15px;
}

.indBoxFive3_01_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFive3_01_list .item a:hover .right_text .text_01 {
    color: #086d69;
}

.indBoxFive3_01_list .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFive3_01_list .item a .img_box {
    width: 160px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFive3_01_list .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive3_01_list .item a .right_text {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 20px;
}

.indBoxFive3_01_list .item a .right_text .text_01 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive3_01_list .item a .right_text .text_02 {
    font-family: "Graphik-Light";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 4px;
}

/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~底部公用模块 */
.public_foot_box {
    background: #3d3d3d;
}

.foot_top_01 {
    box-sizing: border-box;
    padding: 90px 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pub_foot_big_tt {
    font-family: "Graphik-Medium";
    font-size: 24px;
    color: #fafafa;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 28px;
}

.foot_top_02_list .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    line-height: 22px;
    color: #fafafa;
    box-sizing: border-box;
    padding-bottom: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_02_list .item a:hover {
    opacity: 0.8;
}

.foot_top_03 .foot_top_02_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
}

.foot_top_03 .foot_top_02_list .item a .iconfont {
    font-size: 22px;
    width: 30px;
}

.foot_top_03 .foot_top_02_list .item a span {
    width: calc(100% - 30px);
    line-height: 28px;
}

.foot_top_04_form .item {
    margin-bottom: 10px;
}

.foot_top_04_form .item input {
    width: 100%;
    outline: none;
    border: none;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
}

.foot_top_04_form .item textarea {
    height: 80px;
    width: 100%;
    outline: none;
    border: none;
    resize: none;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
}

.foot_top_04_form .item ::-webkit-input-placeholder {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
}

.foot_top_04_form .btn_box button {
    font-family: "Graphik-Medium";
    font-size: 16px;
    color: #303030;
    text-transform: uppercase;
    outline: none;
    border: none;
    width: 138px;
    height: 38px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04_form .btn_box button:hover {
    color: #024774;
}

.foot_top_05 .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_05 .icon_box .item {
    margin-right: 15px;
}

.foot_top_05 .icon_box>.item:last-child {
    margin-right: 0;
}

.foot_top_05 .icon_box .item a {
    font-size: 18px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: #4c4c4c;
    color: #ffffff;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.foot_top_05 .icon_box .item a:hover {
    color: #024774;
    background: #ffffff;
}


.foot_top_02 {
    width: 20%;
}

.foot_top_03 {
    width: 28%;
}

.foot_top_04 {
    width: 21%;
}

.foot_top_05 {
    width: 230px;
    box-sizing: border-box;
    padding-top: 80px;
}

.public_foot_bottom {
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.foot_bottom_01 {
    box-sizing: border-box;
    padding: 26px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_bottom_01 div {
    width: 100%;
    text-align: center;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #fafafa;
}

.foot_bottom_01 a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #fafafa;
}

.foot_bottom_01 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~底部公用模块~~~~~~~~~~~end */
/* ~~~~~~~~~~~底部公用模块~~~~~~~~~~~end */
/* ~~~~~~~~~~~底部公用模块~~~~~~~~~~~end */













/* 右侧浮动导航 */
.public_R_float_nav {
    width: 52px;
    position: fixed;
    right: 5px;
    top: 300px;
    z-index: 5;
    border-radius: 4px;
    overflow: hidden;
}

.public_R_float_nav .item a {
    display: block;
    font-size: 30px;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_R_float_nav .item a:hover {
    opacity: 0.8;
}

.public_R_float_nav .item.one a {
    background: #f6791d;
}

.public_R_float_nav .item.two a {
    background: #02c304;
}

.public_R_float_nav .item.three a {
    background: #00afef;
}

.public_R_float_nav .item.four a {
    background: #06d013;
}

/* 右侧浮动导航~~~~~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~about,css */
.SubPage_banner_wrap {
    height: 450px;
}

.SubPage_crumbs {
    background: #f9f9f9;
}

.SubPage_crumbs_wrap {
    box-sizing: border-box;
    padding: 14px 0 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_wrap .crumbs_icon {
    font-size: 18px;
    color: #666666;
}

.SubPage_crumbs_wrap .crumbs_a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 5px 0 0 8px;
}

.SubPage_crumbs_wrap .crumbs_a a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs_wrap .crumbs_a a:hover {
    color: #024774;
}

.aboBoxOne1 {
    box-sizing: border-box;
    padding: 70px 100px 60px;
}

.aboBoxOne2 {
    font-family: "Graphik-Light";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
}

.aboBoxOne3 {
    box-sizing: border-box;
    padding: 50px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxOne3 .item {
    width: 290px;
    box-sizing: border-box;
    padding: 4px 50px 4px;
}

.aboBoxOne3 .item .tt {
    font-family: "Graphik-Light";
    font-size: 32px;
    color: #086d69;
    text-align: center;
    text-transform: uppercase;
}

.aboBoxOne3 .item .text {
    font-family: "Graphik-Light";
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 8px;
}

.aboBoxOne3>.item:nth-child(2) {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.aboBoxOne4 {
    text-align: center;
}

.aboBoxOne4 img {
    max-width: 100%;
}

.aboPageBoxTwo {
    background: #f5f5f5;
}

.aboBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.aboBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxTwo2 .item {
    width: calc((100% - 6px) / 4);
    margin-right: 2px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px 25px 15px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo2 .item:hover {
    background: #024774;
}

.aboBoxTwo2 .item:hover .text_box .tt,
.aboBoxTwo2 .item:hover .text_box .text {
    color: #ffffff;
}

.aboBoxTwo2>.item:nth-child(4n) {
    margin-right: 0;
}

.aboBoxTwo2 .item .text_box .tt {
    font-family: "Graphik-Medium";
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo2 .item .text_box .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo2 .item .icon {
    height: 90px;
    font-size: 60px;
    color: #dcdcdc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.aboPageBoxThree {
    background: url(../images/about_02.jpg) no-repeat center center / cover;
}

.aboBoxThree1 {
    box-sizing: border-box;
    padding: 70px 0 90px;
}

.aboBoxThree1 .pub_all_page_title {
    padding-bottom: 15px;
}

.aboBoxThree1 .pub_all_page_title .tt_01 {
    color: #ffffff;
}

.aboBoxThree2 {
    width: 90%;
    margin: 0 auto;
    font-family: "Graphik-Light";
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.aboBoxFour1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.aboBoxFour2 .item {
    outline: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboBoxFour2 .item .left_img {
    width: 43%;
    box-sizing: border-box;
    padding-right: 2px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxFour2 .item .left_img:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxFour2 .item .left_img img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour2 .item .right_text {
    width: 57%;
    box-sizing: border-box;
    padding: 0 40px 0 50px;
}

.aboBoxFour2 .item .right_text .text_01 {
    font-family: "Graphik-Medium";
    font-size: 48px;
    color: #333333;
}

.aboBoxFour2 .item .right_text .text_02 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 6px;
}

.aboBoxFour3 {
    position: relative;
}

.aboBoxFour3_dots {
    width: 72%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
}

.aboBoxFour3_dots .item {
    outline: none;
    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;
    cursor: pointer;
}

.aboBoxFour3_dots .item .item_arrow {
    width: 14px;
    height: 14px;
    background: #dcdcdc;
    border-radius: 50%;
}

.aboBoxFour3_dots .item .item_year {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 16px;
}

.aboBoxFour3_dots .item.slick-current .item_arrow {
    background: #2d8db1;
}

.aboBoxFour3_dots .item.slick-current .item_year {
    color: #2d8db1;
}

.aboBoxFour3_dots .slick-prev {
    font-size: 40px;
    color: #dddddd;
    position: absolute;
    z-index: 1;
    left: -19%;
    bottom: 18px;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour3_dots .slick-next {
    font-size: 40px;
    color: #dddddd;
    position: absolute;
    z-index: 1;
    right: -19%;
    bottom: 18px;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFour3_dots .slick-prev:hover,
.aboBoxFour3_dots .slick-next:hover {
    color: #024774;
}

.aboBoxFour3 .bg_line {
    width: 90%;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 40px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #dcdcdc;
}

.aboPageBoxFive {
    background: url(../images/about_04.jpg) no-repeat center center / cover;
}

.aboBoxFive1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.aboBoxFive1 .pub_all_page_title {
    padding-bottom: 20px;
}

.aboBoxFive1 .pub_all_page_title .tt_01 {
    color: #ffffff;
}

.aboBoxFive2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxFive2 .item {
    width: calc((100% - 105px) / 6);
    margin-right: 21px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFive2>.item:nth-child(6n) {
    margin-right: 0;
}

.aboBoxFive2 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.aboBoxFive2 .item img {
    width: 100%;
}

.aboBoxSix1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.aboBoxSix2 .item {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 44px 30px 44px;
}

.aboBoxSix2 .item .img_box {
    box-sizing: border-box;
    border: 6px solid #dcdcdc;
    padding: 20px 19px 20px;
    background: #dcdcdc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

.aboBoxSix2 .item .img_box img {
    width: 100%;
}

.aboBoxSix2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.aboPageBoxSeven {
    background: #f6f6f6;
}

.aboBoxSeven1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.aboBoxSeven2 .item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxSeven2 .item .img_box:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxSeven2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxSeven2 .item .img_box .img_text {
    font-family: "Graphik-Regular";
    font-size: 20px;
    color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/about_18.png) no-repeat center bottom;
    background-size: 100% auto;
    text-align: center;
    box-sizing: border-box;
    padding: 15% 10px 8%;
}

.aboBoxSeven2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~Application,css */
/* ~~~~~~~~~~~~~~Application,css */
/* ~~~~~~~~~~~~~~Application,css */
.appBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.appBoxOne2 {
    box-sizing: border-box;
    padding-bottom: 50px;
    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;
}

.appBoxOne2 .item {
    box-sizing: border-box;
    border: 2px solid #dcdcdc;
    margin: 0 10px;
    border-radius: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.appBoxOne2 .item:hover {
    border: 2px solid #024774;
}

.appBoxOne2 .item:hover a {
    color: #ffffff;
    background: #024774;
}

.appBoxOne2 .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 40px 0;
    line-height: 50px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.appBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.appBoxOne3 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}

.appBoxOne3>.item:nth-child(4n) {
    margin-right: 0;
}

.appBoxOne3 .item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.appBoxOne3 .item a:hover .bg_box {
    top: 0;
}

.appBoxOne3 .item a .img_box img {
    width: 100%;
}

.appBoxOne3 .item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 10px 14px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.appBoxOne3 .item a .bg_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 10px;
    background: #024774;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne3 .item a .bg_box .bg_text {
    width: 100%;
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.appBoxOne3 .item a .bg_box .public_More_btn {
    background: #ffffff;
}

.appBoxOne3 .item a .bg_box .public_More_btn:hover {
    opacity: 0.8;
}

.appBoxOne4 {
    box-sizing: border-box;
    padding-top: 40px;
}


/* 公用分页 */
.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: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #ffffff;
    margin: 0 7px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_paging a:hover {
    background: #024774;
    color: #ffffff;
    border: 1px solid #024774;
}

.public_paging a.prev,
.public_paging a.next {
    width: 130px;
}

.public_paging a.hover {
    background: #024774;
    color: #ffffff;
    border: 1px solid #024774;
}

/* 公用分页~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~Application,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Application,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Application,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~Application_del,css */
/* ~~~~~~~~~~~~~~~~Application_del,css */
/* ~~~~~~~~~~~~~~~~Application_del,css */
.detail_page_placeholder {
    width: 100%;
    height: 100px;
}

.app_deBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.app_deBoxOne2 {
    width: 39.3%;
}

.app_deBoxOne2_lunbo {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.app_deBoxOne2_lunbo .owl-controls {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.app_deBoxOne3 {
    width: 60.7%;
    box-sizing: border-box;
    padding: 0 60px 0 60px;
}

.app_deBoxOne3 .big_tt {
    font-family: "Graphik-Medium";
    font-size: 30px;
    color: #242424;
    box-sizing: border-box;
    padding-bottom: 24px;
}

.app_deBoxOne3 .list_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
}

.app_deBoxOne3 .list_text dl {
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
}

.app_deBoxOne3 .list_text dl dd {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 16px 0 16px;
    border-bottom: 1px solid #e3e3e3;
}

.app_deBoxOne3_01 {
    box-sizing: border-box;
    padding: 14px 0 20px;
}

.app_deBoxOne3_01 .tt {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 14px;
}

.app_deBoxOne3_01 .little_product_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_deBoxOne3_01 .little_product_box a {
    display: block;
    width: 100px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    margin-bottom: 10px;
    perspective: 900px;
    overflow: hidden;
}

.app_deBoxOne3_01 .little_product_box a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.app_deBoxOne3_01 .little_product_box a img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.details_page_pub_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.details_page_pub_btn a {
    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;
    width: 30%;
    height: 48px;
    background: #024774;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.details_page_pub_btn a:hover {
    opacity: 0.8;
}

.details_page_pub_btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.details_page_pub_btn a span {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
}

.details_page_pub_btn>a:nth-child(2) {
    background: #303030;
    margin-left: 20px;
}

.app_deBoxOne3 .share_box {
    box-sizing: border-box;
    padding: 24px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.app_deBoxOne3 .share_box .share_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-right: 8px;
}

.app_dePageBoxTwo {
    background: #024774;
}

.app_deBoxTwo2 {
    box-sizing: border-box;
    border-left: 1px solid #60a9c4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_deBoxTwo2 .item {
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    box-sizing: border-box;
    border-right: 1px solid #60a9c4;
    padding: 0 25px;
    background: #024774;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_deBoxTwo2 .item:hover {
    background: #f5f5f5;
    color: #333333;
}

.app_deThree_01 {
    background: #f5f5f5;
}

.padding_60px {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.det_page_public_title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.det_page_public_title .line {
    width: 4px;
    height: 22px;
    background: #303030;
    box-sizing: border-box;
    border-top: 11px solid #024774;
}

.det_page_public_title .tt {
    font-family: "Graphik-Medium";
    font-size: 28px;
    color: #333333;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 3px 0 0 18px;
}

.det_page_public_content {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.app_deThree_03 {
    background: #f5f5f5;
}

.app_deThree_03 .padding_60px {
    padding: 60px 0 40px;
}


/* 表单样式 */
.conBoxThree2_form {
    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;
}

.conBoxThree2_form .item {
    width: 49%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.conBoxThree2_form .item .input_tt {
    width: 100px;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 8px 0 0;
}

.conBoxThree2_form .item .input_tt span {
    color: #fe1010;
    font-size: 14px;
}

.conBoxThree2_form .item input {
    width: calc(100% - 100px);
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 11px 10px 11px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item ::-webkit-input-placeholder {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #999999;
}

.conBoxThree2_form .item textarea {
    height: 115px;
    width: calc(100% - 100px);
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item.last {
    width: 100%;
    margin-bottom: 40px;
}

.conBoxThree2_form .btn_box {
    width: 100%;
}

.conBoxThree2_form .btn_box button {
    width: 157px;
    line-height: 40px;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #fffefe;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    background: #024774;
    margin-left: 100px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxThree2_form .btn_box button:hover {
    opacity: 0.8;
}

/* 表单样式~~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~~Application_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Application_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Application_del,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~case,css */
.casBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 80px;
}

.casBoxOne1 .indBoxFour2 .item {
    margin-bottom: 25px;
}

.casBoxOne2 {
    box-sizing: border-box;
    padding-top: 25px;
}

/* ~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~case_del,css */
/* ~~~~~~~~~~~~~~case_del,css */
/* ~~~~~~~~~~~~~~case_del,css */
.cas_deBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.cas_deBoxOne1 .app_deBoxOne2 {
    width: 52%;
}

.cas_deBoxOne1 .app_deBoxOne3 {
    width: 48%;
    padding: 0 0 0 40px;
}

.cas_deThree_01 {
    background: #f5f5f5;
}

.cas_deThree_01_one .img_list {
    box-sizing: border-box;
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_deThree_01_one .img_list .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    perspective: 900px;
    overflow: hidden;
}

.cas_deThree_01_one .img_list>.item:nth-child(4n) {
    margin-right: 0;
}

.cas_deThree_01_one .img_list .item:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cas_deThree_01_one .img_list .item img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deThree_03 {
    background: #f5f5f5;
}

.cas_deThree_05 {
    background: #f5f5f5;
}

.new_deBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_deBoxOne3 .item {
    width: 50%;
}

.new_deBoxOne3>.item:first-child {
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
}

.new_deBoxOne3 .item {
    box-sizing: border-box;
    padding: 20px 30px 20px 35px;
    background: #eeeeee;
}

.new_deBoxOne3 .item a {
    display: block;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 8px;
}

.new_deBoxOne3 .item a:hover {
    color: #024774;
}

.new_deBoxOne3 .item a .text {
    width: calc(100% - 110px);
    font-family: "Graphik-Light";
    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: "Graphik-Light";
    font-size: 16px;
    color: #333333;
}

.new_deBoxOne3 .item a .date {
    width: 110px;
    font-family: "Graphik-Light";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 15px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ~~~~~~~~~~~~~~case_del,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case_del,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case_del,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.conBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne2_L {
    width: calc((100% - 20px) / 2);
    background: url(../images/contact_01.jpg) no-repeat center center / cover;
    box-sizing: border-box;
    padding: 10px 10px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.conBoxOne2_L .tt {
    font-family: "Graphik-Medium";
    font-size: 36px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.conBoxOne2_L .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 0 30px;
}

.conBoxOne2_L .btn_box {
    width: 176px;
    height: 40px;
    margin: 0 auto;
    background: #024774;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2_L .btn_box:hover {
    opacity: 0.8;
}

.conBoxOne2_L .btn_box span {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 5px 0 0;
}

.conBoxOne2_L .btn_box .iconfont {
    font-size: 18px;
    color: #ffffff;
}

.conBoxOne2_R {
    width: calc((100% - 20px) / 2);
    background: #024774;
    box-sizing: border-box;
    padding: 20px 15px 10px;
}

.conBoxOne2_R .tt {
    font-family: "Graphik-Medium";
    font-size: 32px;
    color: #ffffff;
    line-height: 38px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.conBoxOne2_R_list .item {
    box-sizing: border-box;
    border-top: 1px solid #4db6d2;
}

.conBoxOne2_R_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 12px 0 12px;
}

.conBoxOne2_R_list .item a .iconfont {
    font-size: 20px;
    color: #024774;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
}

.conBoxOne2_R_list .item a .right_text {
    width: calc(100% - 44px);
    box-sizing: border-box;
    padding: 8px 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne2_R_list .item a .right_text .text_01 {
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 3px;
}

.conBoxOne2_R_list .item a .right_text .text_02 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    box-sizing: border-box;
    padding-left: 8px;
}

.conBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne3_L {
    width: calc((100% - 20px) / 2);
    background: #024774;
    box-sizing: border-box;
    padding: 40px 22px 40px 30px;
}

.conBoxOne3_L .conBoxThree2_form .item {
    width: 100%;
}

.conBoxOne3_L .conBoxThree2_form .item .input_tt {
    color: #ffffff;
}

.conBoxOne3_L .conBoxThree2_form .btn_box {
    text-align: center;
}

.conBoxOne3_L .conBoxThree2_form .btn_box button {
    background: #ffffff;
    color: #024774;
    margin-left: 0;
}

.conBoxOne3_R {
    width: calc((100% - 20px) / 2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.conBoxOne3_R img {
    max-width: 100%;
}

/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~Deliver,css */
/* ~~~~~~~~~~~~~~~~Deliver,css */
/* ~~~~~~~~~~~~~~~~Deliver,css */
.delBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

.delBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.delBoxOne2 .item {
    position: relative;
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}

.delBoxOne2>.item:nth-child(3n) {
    margin-right: 0;
}

.delBoxOne2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.delBoxOne2 .item:hover .text_mask {
    padding: 0 10px 30px;
}

.delBoxOne2 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

.delBoxOne2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.delBoxOne2 .item .text_mask {
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    box-sizing: border-box;
    padding: 0 10px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -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;
}

.delPageBoxTwo {
    background: #f5f5f5;
}

.delBoxTwo1 {
    box-sizing: border-box;
    padding: 50px 0 20px;
}

.delBoxTwo2 {
    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;
}

.delBoxTwo2 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.delBoxTwo2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.delBoxTwo2 .item .img_box {
    width: 52%;
    perspective: 900px;
    overflow: hidden;
}

.delBoxTwo2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.delBoxTwo2 .item .right_text {
    width: 48%;
    box-sizing: border-box;
    padding: 4.4% 10px 0 20px;
}

.delBoxTwo2 .item .right_text .date_box {
    font-family: "Graphik-Light";
    font-size: 40px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 4px;
}

.delBoxTwo2 .item .right_text .line {
    width: 49px;
    height: 3px;
    background: #333333;
}

.delBoxTwo2 .item .right_text .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 24px;
}

.delBoxThree1 {
    box-sizing: border-box;
    padding: 50px 0 35px;
}

.delBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.delBoxThree2 .item {
    position: relative;
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
}

.delBoxThree2>.item:nth-child(3n) {
    margin-right: 0;
}

.delBoxThree2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.delBoxThree2 .item:hover .text_mask {
    opacity: 1;
}

.delBoxThree2 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

.delBoxThree2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.delBoxThree2 .item .text_mask {
    opacity: 0;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    box-sizing: border-box;
    padding: 0 30px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* ~~~~~~~~~~~~~~~~Deliver,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Deliver,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Deliver,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~~~faq,css */
.faqBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

.faqBoxOne2 .item {
    box-sizing: border-box;
    padding: 30px 0 30px;
    border-bottom: 1px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.faqBoxOne2 .item .left_box {
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-right: 120px;
}

.faqBoxOne2 .item .left_box .L_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.faqBoxOne2 .item .left_box .L_top .iconfont {
    width: 44px;
    font-size: 26px;
    color: #024774;
}

.faqBoxOne2 .item .left_box .L_top span {
    width: calc(100% - 44px);
    font-family: "Graphik-Medium";
    font-size: 20px;
    color: #0e0e0e;
    box-sizing: border-box;
    padding-top: 3px;
}

.faqBoxOne2 .item .left_box .L_bottom {
    font-family: "Graphik-Light";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding: 12px 0 0 44px;
}

.faqBoxOne2 .item .right_btn a {
    width: 200px;
    height: 52px;
    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;
    background: #f5f5f5;
}

.faqBoxOne2 .item .right_btn a:hover {
    background: #024774;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqBoxOne2 .item .right_btn a:hover span,
.faqBoxOne2 .item .right_btn a:hover .iconfont {
    color: #ffffff;
}

.faqBoxOne2 .item .right_btn a span {
    font-family: "Graphik-Medium";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 2px 6px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqBoxOne2 .item .right_btn a .iconfont {
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqBoxOne3 {
    box-sizing: border-box;
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~faq_del,css */
/* ~~~~~~~~~~~~~~faq_del,css */
/* ~~~~~~~~~~~~~~faq_del,css */
.faq_dePageBoxOne {
    background: #f5f5f5;
}

.faq_deBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.faq_deBoxOne2 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 40px 20px 30px;
}

.faq_deBoxOne2 .tt_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.faq_deBoxOne2 .tt_box .iconfont {
    width: 55px;
    font-size: 36px;
    color: #000000;
}

.faq_deBoxOne2 .tt_box .big_tt {
    width: calc(100% - 55px);
    font-family: "Graphik-Medium";
    font-size: 28px;
    color: #0e0e0e;
    box-sizing: border-box;
    padding-top: 5px;
}

.faq_deBoxOne2 .read_share {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0 0 55px;
}

.faq_deBoxOne2 .read_share .read_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-right: 35px;
}

.faq_deBoxOne2 .read_share .read_box .iconfont {
    font-size: 18px;
    color: #666666;
}

.faq_deBoxOne2 .read_share .read_box span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 6px;
}

.faq_deBoxOne2 .read_share .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.faq_deBoxOne2 .read_share .share_box .iconfont {
    font-size: 18px;
    color: #666666;
}

.faq_deBoxOne2 .read_share .share_box .share_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 4px 8px 0 6px;
}

.faq_deBoxOne3 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px 20px 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 20px 0 20px;
}

.faq_deBoxOne3 .L_icon {
    width: 55px;
    font-size: 32px;
    color: #0f0f0f;
}

.faq_deBoxOne3 .right_box {
    width: calc(100% - 55px);
}

.faq_deBoxOne3 .right_box .content_box {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 55px;
}

.faq_deBoxOne3 .right_box .content_box img {
    max-width: 100%;
}

.faq_deBoxOne3 .right_box .btn_box a {
    display: block;
    font-family: "Graphik-Medium";
    font-size: 24px;
    color: #ffffff;
    width: 200px;
    line-height: 50px;
    background: #024774;
    text-align: center;
    border-radius: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faq_deBoxOne3 .right_box .btn_box a:hover {
    opacity: 0.8;
}

.faq_deBoxOne4 {
    background: #ffffff;
}

.faq_deBoxOne4 .item {
    box-sizing: border-box;
    padding: 0 0 0 75px;
}

.faq_deBoxOne4>.item:first-child {
    border-bottom: 1px solid #f5f5f5;
}

.faq_deBoxOne4 .item a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 22px 10px 20px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faq_deBoxOne4 .item a:hover {
    color: #024774;
}

.faq_deBoxOne4 .item a span {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-right: 8px;
}

/* ~~~~~~~~~~~~~~faq_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~faq_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~faq_del,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.newBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

.newBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 20px 30px;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a:hover {
    background: #024774;
}

.newBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne2 .item a:hover .right_box .tt,
.newBoxOne2 .item a:hover .right_box .text,
.newBoxOne2 .item a:hover .right_box .more_date .More_box span,
.newBoxOne2 .item a:hover .right_box .more_date .More_box .iconfont,
.newBoxOne2 .item a:hover .right_box .more_date .date_box .iconfont,
.newBoxOne2 .item a:hover .right_box .more_date .date_box span {
    color: #ffffff;
}


.newBoxOne2 .item a .img_box {
    width: 25%;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne2 .item a .img_box img {
    width: 95%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box {
    width: 69.4%;
    box-sizing: border-box;
    padding-left: 40px;
}

.newBoxOne2 .item a .right_box .tt {
    font-family: "Graphik-Medium";
    font-size: 20px;
    color: #0e0e0e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date {
    box-sizing: border-box;
    padding-top: 28px;
    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;
}

.newBoxOne2 .item a .right_box .more_date .More_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne2 .item a .right_box .more_date .More_box span {
    font-family: "Graphik-Medium";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding: 2px 4px 0 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date .More_box .iconfont {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date .date_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne2 .item a .right_box .more_date .date_box .iconfont {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date .date_box span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 3px 0 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne3 {
    box-sizing: border-box;
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~news_del,css */
.new_dePageBoxOne {
    background: #f5f5f5;
}

.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 80px;
}

.new_deBoxOne2 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 44px 50px 60px;
}

.new_deBoxOne2 .module_tt_box .tt {
    font-family: "Graphik-Medium";
    font-size: 28px;
    color: #0e0e0e;
    line-height: 32px;
    text-align: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box {
    box-sizing: border-box;
    padding: 35px 0 24px;
    border-bottom: 1px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
    box-sizing: border-box;
    padding: 0 16px;
}

.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-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 3px 6px 0 4px;
}

.new_deBoxOne2 .content_box {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 35px 0 50px;
}

.new_deBoxOne2 .content_box img {
    max-width: 100%;
}

.new_deBoxOne2 .back_btn a {
    display: block;
    font-family: "Graphik-Medium";
    font-size: 24px;
    color: #ffffff;
    width: 202px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: #024774;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne2 .back_btn a:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~products,css */
.proBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.proBoxOne2 {
    width: 23%;
}

.proBoxOne2 .tt_box {
    font-family: "Graphik-Medium";
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 18px 15px 18px 15px;
    background: #024774;
}

.proBoxOne2_one_form_box {
    box-sizing: border-box;
    padding: 16px 15px 16px 15px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.proBoxOne2_one_form {
    position: relative;
}

.proBoxOne2_one_form input {
    width: 100%;
    outline: none;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-sizing: border-box;
    padding: 12px 5px 12px 60px;
    border-radius: 2px;
}

.proBoxOne2_one_form ::-webkit-input-placeholder {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #afafaf;
}

.proBoxOne2_one_form button {
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 22px;
    color: #024774;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}

.proBoxOne2_one_form button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -12px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 14px;
    background: #ededed;
}

.proBoxOne2_list {
    box-sizing: border-box;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;
}

.proBoxOne2_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 16px 15px 16px 15px;
    border-bottom: 1px solid #ededed;
}

.proBoxOne2_list .item a:hover span {
    color: #024774;
    padding-left: 8px;
}

.proBoxOne2_list .item a:hover .iconfont {
    color: #024774;
}

.proBoxOne2_list .item a .iconfont {
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.proBoxOne2_list .item a span {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 6px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.proBoxOne2_two_form_box {
    box-sizing: border-box;
    padding: 20px 15px 20px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.proBoxOne2_two_form .item {
    margin-bottom: 10px;
}

.proBoxOne2_two_form .item input {
    width: 100%;
    outline: none;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-sizing: border-box;
    padding: 12px 5px 12px 15px;
    border-radius: 2px;
}

.proBoxOne2_two_form .item textarea {
    width: 100%;
    height: 120px;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 5px 12px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    resize: none;
}

.proBoxOne2_two_form .item ::-webkit-input-placeholder {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #afafaf;
}

.proBoxOne2_two_form .btn_box button {
    font-family: "Graphik-Medium";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    line-height: 44px;
    outline: none;
    border: none;
    background: #024774;
    border-radius: 2px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_two_form .btn_box button:hover {
    opacity: 0.8;
}

.proBoxOne3 {
    width: 77%;
    box-sizing: border-box;
    padding-left: 33px;
}

.proBoxOne3 .module_tt {
    font-family: "Graphik-Medium";
    font-size: 38px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.proBoxOne3 .indBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxOne3 .indBoxTwo2 .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
}

.proBoxOne3 .indBoxTwo2 > .item:nth-child(3n) {
    margin-right: 0;
}

.proBoxOne3_01 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~products,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~products,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~products,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~~~products_del,css */
.pro_deBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne1 .app_deBoxOne3 .little_tt {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
}

.pro_deBoxOne1 .app_deBoxOne3 .details_page_pub_btn {
    box-sizing: border-box;
    padding-top: 40px;
}

.pro_deThree_01 {
    background: #f5f5f5;
}

.pro_deThree_01_wrap {
    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;
}

.pro_deThree_01_L {
    width: 55%;
}

.pro_deThree_01_R {
    width: 42.8%;
    position: relative;
    cursor: pointer;
}

.pro_deThree_01_R:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree_01_R .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree_01_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree_01_R .mask_playbtn_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.62);
}

.pro_deThree_01_R .mask_playbtn_box img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_deThree_02_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree_02_list .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 15px 20px 16px 30px;
}

.pro_deThree_02_list > .item:nth-child(3n) {
    margin-right: 0;
}

.pro_deThree_02_list .item:hover .num_box {
    background: #024774;
    color: #ffffff;
}

.pro_deThree_02_list .item .num_box {
    font-family: "Graphik-Medium";
    font-size: 18px;
    color: #333333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #dcdcdc;
    border-radius: 50%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree_02_list .item .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 6px;
    line-height: 26px;
}

.pro_deThree_03 {
    background: #f5f5f5;
}

.pro_deThree_03_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree_03_L {
    width: 42.8%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree_03_L:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree_03_L img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree_03_R {
    width: 53%;
}

.pro_deThree_04_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree_04_list .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    cursor: pointer;
}

.pro_deThree_04_list > .item:nth-child(3n) {
    margin-right: 0;
}

.pro_deThree_04_list .item:hover .img_box .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree_04_list .item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

.pro_deThree_04_list .item .img_box .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree_04_list .item .img_box .mask_play_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48);
}

.pro_deThree_04_list .item .img_box .mask_play_btn .img_02 {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_deThree_05 {
    background: #f5f5f5;
}

.pro_dePageBoxThree table {
    width: 100%;
    border-collapse: collapse;
}

.pro_dePageBoxThree table tr td {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 5px 14px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
}

.pro_dePageBoxThree table tr:first-child td {
    background: #e0eff3;
}

.pro_deThree_07 {
    background: #f5f5f5;
}

/* ~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~~~~Service,css */
.serPageBoxOne {
    background: url(../images/service_01.jpg) no-repeat center center / cover;
}

.serBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 160px;
}

.serBoxOne2 {
    box-sizing: border-box;
    padding: 80px 0 0 9%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serBoxOne2 .item {
    width: 33%;
    box-sizing: border-box;
    padding: 0 20px 18px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxOne2 .item .img_box {
    width: 22px;
}

.serBoxOne2 .item .img_box img {
    width: 100%;
}

.serBoxOne2 .item span {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    width: calc(100% - 22px);
    box-sizing: border-box;
    padding: 6px 0 0 15px;
}

.serPageBoxTwo {
    background: #f5f5f5;
}

.serBoxTwo1 {
    box-sizing: border-box;
    padding: 60px 0 0;
}

.serBoxTwo1 .pub_all_page_title {
    padding-bottom: 20px;
}

.serBoxTwo2 {
    width: 80%;
    margin: 0 auto;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
}

.serBoxTwo3 {
    box-sizing: border-box;
    padding-top: 35px;
    text-align: center;
}

.serBoxTwo3 img {
    max-width: 100%;
}

/* ~~~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~What We Do,css */
/* ~~~~~~~~~~~~~~~~What We Do,css */
/* ~~~~~~~~~~~~~~~~What We Do,css */
.whaBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.whaBoxOne1 .indBoxOne2 .item {
    background: #f9f9f9;
}

.whaBoxOne1 .indBoxOne2 .item:hover {
    background: #086d69;
}


.whaPageBoxTwo {
    background: #f6f6f6;
}

.whaBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}

.whaBoxTwo2 {
    box-sizing: border-box;
    padding-top: 10px;
    text-align: center;
}

.whaBoxTwo2 img {
    max-width: 100%;
}

.whaBoxThree1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.whaBoxThree1 .module_tt {
    font-family: "Graphik-Medium";
    font-size: 50px;
    color: #333333;
}

.whaBoxThree2 {
    box-sizing: border-box;
    padding: 18px 0 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.whaBoxThree2 .text_box {
    width: calc((100% - 40px) / 2);
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.whaBoxThree3 .item {
    box-sizing: border-box;
    border: 5px solid #dcdcdc;
    perspective: 900px;
    overflow: hidden;
}

.whaBoxThree3 .item:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.whaBoxThree3 .item img {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.whaBoxThree3 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.whaPageBoxFour {
    background: url(../images/What_05.jpg) no-repeat center center / cover;
}

.whaBoxFour1 {
    box-sizing: border-box;
    padding: 80px 0 130px;
}

.whaBoxFour1 .module_tt {
    font-family: "Graphik-Medium";
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 125px;
}

.whaBoxFour2 {
    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;
}

.whaBoxFour2 .item {
    width: 33.5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.whaBoxFour2 .item .iconfont {
    font-size: 40px;
    color: #086d69;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background: #ffffff;
}

.whaBoxFour2 .item .right_text {
    width: calc(100% - 86px);
    box-sizing: border-box;
    padding-left: 20px;
}

.whaBoxFour2 .item .right_text .text_01 {
    font-family: "Graphik-Medium";
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.whaBoxFour2 .item .right_text .text_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 6px;
}

.whaBoxFive1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.whaBoxFive2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whaBoxFive2 .item {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
}

.whaBoxFive2 > .item:nth-child(5n) {
    margin-right: 0;
}

.whaBoxFive2 .item a {
    display: block;
    position: relative;
}

.whaBoxFive2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.whaBoxFive2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.whaBoxFive2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.whaBoxFive2 .item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0 16px;
    background-image: linear-gradient(to top, rgba(0,0,0,0.4) , rgba(0,0,0,0));
}


/* ~~~~~~~~~~~~~~~~What We Do,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~What We Do,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~What We Do,css~~~~~~~~~~~~~~~end */









.index_about_img_text a {
    display: block;
}

.index_about_img_text a img {
    width: 100%;
}







/* 分页代码 */
.wp-pagenavi {
	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-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wp-pagenavi a.last {
	width: 90px;
}

.wp-pagenavi span.extend {
	box-sizing: border-box;
	padding: 0 8px;
}
.wp-pagenavi span.current {
	box-sizing: border-box;
	padding: 0 10px;
}

/* 分页代码~~~~~~~~~~~~end */
@media screen and (max-width:750px){
	.pro_det_content_box img{
	    width:100%;
	    height:auto;
	}
	.pro_det_content_box iframe{
	    width:100%;
	    height:40vh;
	}
}



/*产品详情页图片的处理*/
figure {
	width: 100%!important;
	margin: 0;
}

figure img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	max-height: 100%;
}




.pro_det_content_box {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #444444;
    line-height: 26px;
}