#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Arial";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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: 10px;
}

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










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

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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


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

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

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

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

}

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

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

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


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

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

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



.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: #2761c4;
}

.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: #2761c4;
    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 导航 */
/* ~~~~~~~~~~~~~~~pc 导航 */
/* ~~~~~~~~~~~~~~~pc 导航 */
.pc_public_head_box {
    height: 114px;
}

.pc_head_center {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

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

.pc_head_center_wrap .logo_box {
    width: 179px;
}

.pc_head_center_wrap .logo_box a {
    display: block;
}

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

.pc_head_center_01 {
    position: relative;
    width: calc(100% - 350px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 114px;
    padding: 0 8px;
}

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

.pc_head_list_box .item.hover>a {
    color: #2761c4;
}

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


/* 下拉菜单 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0;
    background: #ffffff;
    padding: 30px 20px 30px 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

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

.publicTwo_stage_nav .img_box {
    width: 334px;
    border: 2px solid #eeeeee;
}

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

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

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

.publicTwo_stage_nav_dl {
    width: calc(100% - 334px);
    padding-left: 40px;
    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;
}

.publicTwo_stage_nav_dl .every_item {
    width: calc((100% - 20px) / 2);
}

.publicTwo_stage_nav_dl .every_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 16px 0 16px;
    border-bottom: 1px solid #eeeeee;
}

.publicTwo_stage_nav_dl .every_item a:hover span {
    color: #2761c4;
}

.publicTwo_stage_nav_dl .every_item a div {
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
    margin-top: 6px;
}

.publicTwo_stage_nav_dl .every_item a span {
    width: calc(100% - 4px);
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav.product {
    width: 1000px;
}

.publicTwo_stage_nav.about {
    width: 1000px;
}

.publicTwo_stage_nav.service {
    width: 710px;
}

.publicTwo_stage_nav.service .publicTwo_stage_nav_dl .every_item {
    width: 100%;
}

.publicTwo_stage_nav.news {
    width: 710px;
}

.publicTwo_stage_nav.news .publicTwo_stage_nav_dl .every_item {
    width: 100%;
}

/* 下拉菜单~~~~~~~~~~~~~~~~end */

.pc_head_search_lag {
    width: 140px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_head_language_box {
    position: relative;
}

.head_language_01 {
    font-size: 22px;
    color: #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    ;
}

.head_language_01:hover {
    background: #2761c4;
    color: #ffffff;
}

.head_language_02 {
    display: none;
    width: 110px;
    position: absolute;
    z-index: 3;
    top: 110%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ffffff;
    padding: 10px 5px 6px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.head_language_02 a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_language_02 a:hover {
    background: #2761c4;
    color: #ffffff;
}

.pc_head_search_box {
    margin-left: 20px;
}

.pc_head_search_box .click_icon {
    font-size: 21px;
    color: #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_box .click_icon:hover {
    background: #2761c4;
    color: #ffffff;
}


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

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

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

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

.all_public_form .icon_01:hover {
    color: #2761c4;
}

.all_public_form .public_form_close {
    font-size: 32px;
    position: absolute;
    top: 10px;
    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: #2761c4;
}

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

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


















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

.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #dcdcdc;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #2761c4;
}

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

.ind_banner_box .owl-wrapper .owl-item.active .item {
    -ms-animation: scaleBigToSmall 3s linear;
    -moz-animation: scaleBigToSmall 3s linear;
    -webkit-animation: scaleBigToSmall 3s linear;
    animation: scaleBigToSmall 3s linear;
}

.indBoxOne_w {
    padding: 80px 0 100px;
    position: relative;
}

.public_module_title {
    padding-bottom: 50px;
}

.public_module_title .tt_01 {
    display: block;
    font-weight: 700;
    font-size: 60px;
    color: #333333;
    text-align: center;
}

.public_module_title .tt_02 {
    width: 92%;
    margin: 0 auto;
    padding-top: 12px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

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

.indBoxOne1_L {
    width: 38.6%;
    position: relative;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

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

/* 点击视频弹出播放框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~~~~~~~~~~~~~~~~结束 */

.indBoxOne1_R {
    width: 61.4%;
}

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

.indBoxOne1_R_dl .item {
    width: calc(100% / 2);
}

.indBoxOne1_R_dl .item a {
    display: block;
    position: relative;
}

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

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

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

.indBoxOne1_R_dl .item a .text_box {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    padding: 16px 10px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne1_R_bottom {
    position: relative;
}

.indBoxOne1_R_bottom img {
    width: 100%;
}

.indBoxOne1_R_bottom .text_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4% 5% 4%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne1_R_bottom .text_box .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.public_More_btn .More_btn_a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 155px;
    line-height: 42px;
    background: #2761c4;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_More_btn .More_btn_a:hover {
    opacity: 0.8;
}

.indBoxOne1_R_bottom .text_box .public_More_btn {
    padding-top: 20px;
}

.indBoxOne2 {
    font-size: 34px;
    color: #494949;
    width: 100px;
    height: 100px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding: 8px 0 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2:hover {
    color: #2761c4;
}

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

.indBoxTwo_w {
    padding: 100px 0 100px;
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo_w_L {
    width: 32%;
}

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

.indBoxTwo_w_L .public_module_title .tt_02 {
    width: 100%;
    text-align: left;
}

.indBoxTwo_w_L_dl {
    padding: 10px 0 50px;
}

.indBoxTwo_w_L_dl .item {
    border-bottom: 1px solid #dcdcdc;
}

.indBoxTwo_w_L_dl .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 14px 0 14px;
}

.indBoxTwo_w_L_dl .item a span {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBoxTwo_w_L_dl .item a:hover span,
.indBoxTwo_w_L_dl .item a:hover .iconfont {
    color: #2761c4;
}

.indBoxTwo_w_R {
    width: 61.3%;
    position: relative;
}

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

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

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

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

.indBoxTwo_w_R_dl .item {
    width: calc(100% / 4);
    padding: 0 5px;
}

.indBoxTwo_w_R_dl .item .num {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.indBoxTwo_w_R_dl .item .text {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}

.indBoxThree {
    background: url(../images/ind_07.jpg) no-repeat center center / cover fixed;
}

.indBoxThree_w {
    padding: 80px 0 100px;
}

.indBoxThree_w .public_module_title .tt_01,
.indBoxThree_w .public_module_title .tt_02 {
    color: #ffffff;
}


.indBoxThree1 {
    position: relative;
}

.indBoxThree1_01 .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
}

.indBoxThree1_01 .item a {
    display: block;
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.indBoxThree1_01 .item a:hover .indBoxThree1_01_float {
    background: rgba(0, 0, 0, 0.3);
}

.indBoxThree1_01 .item a:hover .indBoxThree1_01_float .text_box .text {
    max-height: 200px;
    opacity: 1;
    padding-top: 20px;
}

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

.indBoxThree1_01_float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_01_float .text_box {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 10px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indBoxThree1_01_float .text_box .tt {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    line-height: 40px;
}

.indBoxThree1_01_float .text_box .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1_01_float .text_box .iconfont {
    font-size: 30px;
    color: #ffffff;
    padding-top: 20px;
}

.indBoxThree1_01.indBoxThree1_lunbo .item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.indBoxThree1_lunbo .owl-controls {
    display: none;
    padding-top: 30px;
}

.indBoxThree1 .prev_btn {
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    top: 42%;
    left: -60px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .next_btn {
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    top: 42%;
    right: -60px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .prev_btn:hover,
.indBoxThree1 .next_btn:hover {
    color: #e77744;
}

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

.indBoxFour_w {
    padding: 80px 0 80px 60px;
    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;
}

.indBoxFour_w_L {
    width: 92%;
}

.indBoxFour_w_L_lunbo .item a {
    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;
}

.indBoxFour_w_L_lunbo .item a .img_box {
    width: 23.8%;
}

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

.indBoxFour_w_L_lunbo .item a .right_box {
    width: 70%;
}

.indBoxFour_w_L_lunbo .item a .right_box .tt_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFour_w_L_lunbo .item a .right_box .tt_box .iconfont {
    width: 60px;
    font-size: 36px;
    color: #333333;
}

.indBoxFour_w_L_lunbo .item a .right_box .tt_box .tt {
    width: calc(100% - 60px);
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    padding: 5px 0 0;
    text-transform: uppercase;
}

.indBoxFour_w_L_lunbo .item a .right_box .text_box {
    padding: 34px 0 0 60px;
}

.indBoxFour_w_L_lunbo .item a .right_box .text_box .text_01 {
    font-weight: 700;
    font-size: 40px;
    color: #333333;
}

.indBoxFour_w_L_lunbo .item a .right_box .text_box .text_02 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 10px 0 40px;
}

.indBoxFour_w_L_lunbo .owl-controls {
    display: none;
}

.indBoxFour_w_R_dots {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxFour_w_R_dots .item {
    width: 26px;
    height: 6px;
    background: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
}

.indBoxFour_w_R_dots .item.active {
    width: 36px;
    background: #2761c4;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.indBoxFive_w {
    padding: 80px 0 80px;
}

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

.indBoxFive1 .public_module_title {
    width: 70%;
    padding-bottom: 0;
}

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

.indBoxFive1 .public_module_title .tt_02 {
    width: 100%;
    text-align: left;
}

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

.indBoxFive2 .item {
    width: 36%;
}

.indBoxFive2 .item a {
    display: block;
    position: relative;
}

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

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

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

.indBoxFive2 .item a .text_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ind_16.png) no-repeat center bottom / 100% auto;
    padding: 0 20px 30px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indBoxFive2 .item a .text_box .text_01 {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.indBoxFive2 .item a .text_box .text_02 {
    font-size: 18px;
    color: #ffffff;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxFive2 .item.two {
    width: 61.3%;
}

.indBoxFive3 {
    padding: 40px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.indBoxFive3 .item a {
    display: block;
    padding: 32px 20px 32px 20px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.indBoxFive3 .item a .top_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
}

.indBoxFive3 .item a .top_box .date {
    width: 110px;
    font-weight: 700;
    font-size: 48px;
    color: #2761c4;
}

.indBoxFive3 .item a .top_box .date span {
    font-size: 24px;
}

.indBoxFive3 .item a .top_box .date_text {
    width: calc(100% - 110px);
    font-weight: 700;
    font-size: 18px;
    color: #666666;
    padding: 26px 0 0;
}

.indBoxFive3 .item a .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxFive3 .item a .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxSix {
    background: #f5f5f5;
}

.indBoxSix_w {
    padding: 80px 0 50px;
}

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

.indBoxSix1 .item {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
    margin-bottom: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

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

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














/* ~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~foot,css */
.public_foot_box {
    background: #274e9c;
}

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

.pub_foot_big_tt {
    font-weight: 700;
    font-size: 24px;
    color: #fafafa;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.foot_top_02_list .item a {
    display: block;
    font-size: 16px;
    color: #fafafa;
    line-height: 26px;
    padding-bottom: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_02_list .item a:hover {
    color: #e77744;
}

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

.foot_top_04_form .item input {
    font-family: "Arial";
    height: 40px;
    width: 100%;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px 0 15px;
}

.foot_top_04_form .item textarea {
    font-family: "Arial";
    height: 90px;
    width: 100%;
    outline: none;
    border: none;
    resize: none;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
}

.foot_top_04_form .item ::-webkit-input-placeholder {
    font-family: "Arial";
    font-size: 14px;
    color: #666666;
}

.foot_top_04_form .btn_box button {
    font-family: "Arial";
    font-weight: 700;
    font-size: 16px;
    color: #303030;
    outline: none;
    border: none;
    width: 138px;
    height: 38px;
    border-radius: 4px;
    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: #e77744;
}

.foot_top_05 .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_05 .icon_box .item {
    margin-right: 18px;
}

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

.foot_top_05 .icon_box .item a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: #21458c;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.foot_top_05 .icon_box .item a:hover {
    background: #e77744;
}


.foot_top_02 {
    width: 20%;
}

.foot_top_03 {
    width: 28%;
}

.foot_top_04 {
    width: 20%;
}

.foot_top_05 {
    width: 240px;
    padding-top: 80px;
}

.public_foot_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.foot_bottom_01 div {
    font-size: 14px;
    color: #fafafa;
}

.foot_bottom_01 a {
    font-size: 14px;
    color: #fafafa;
}

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

/* ~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot,css~~~~~~~~~~~end */












/* ~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~about,css */
.SubPage_banner {
    height: 500px;
}

.SubPage_crumbs {
    background: #f5f5f5;
}

.SubPage_crumbs_w {
    padding: 14px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .iconfont {
    font-size: 22px;
    color: #666666;
}

.SubPage_crumbs_w .crumbs_a {
    font-size: 14px;
    color: #666666;
    padding: 4px 0 0 8px;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    color: #2761c4;
}

.aboBoxOne_w {
    padding: 70px 0 80px;
}

.aboPage_module_title {
    padding-bottom: 30px;
}

.aboPage_module_title .tt_01 {
    width: 90%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.aboPage_module_title .tt_02 {
    width: 94%;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    padding-top: 22px;
}

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

.aboBoxOne1 .item {
    width: 29.8%;
}

.aboBoxOne1 .item a {
    display: block;
    height: 100%;
    background: #f5f5f5;
}

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

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

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

.aboBoxOne1 .item a .bottom_box {
    padding: 25px 10px 30px;
}

.aboBoxOne1 .item a .bottom_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.aboBoxOne1 .item a .bottom_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding: 15px 0 0;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aboBoxOne1 .item a .public_More_btn .More_btn_a {
    margin: 0 auto;
}

.aboBoxOne1 .item_video {
    width: 37.7%;
    position: relative;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxOne1 .item_video:hover .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

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

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

.aboBoxTwo_w {
    height: 736px;
    padding: 70px 0 0;
}

.aboBoxTwo1 {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    padding-bottom: 50px;
}

.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% - 80px) / 5);
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.12);
    padding: 32px 10px 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.aboBoxTwo2 .item .num_box {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.aboBoxTwo2 .item .text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
}

.aboBoxThree {
    background: #f5f5f5;
}

.aboBoxThree_w {
    padding: 70px 0 80px;
}

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

.aboBoxThree_w .indBoxThree1_01>.item {
    margin-bottom: 0;
}

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

.aboBoxFour_w {
    padding: 70px 0 30px;
}

.aboBoxFour1 {
    padding-bottom: 50px;
    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;
}

.aboBoxFour1 .text_item {
    width: calc((100% - 50px) / 2);
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.aboBoxFour2 {
    text-align: center;
}

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

.aboBoxFive {
    background: #f5f5f5;
}

.aboBoxFive_w {
    padding: 70px 0 50px;
}

.aboBoxSix_w {
    padding: 70px 40px 70px;
}

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

.aboBoxSix1 .item a {
    display: block;
}

.aboBoxSix1 .item {
    width: calc(100% / 5);
}

.aboBoxSix1 .item:hover .blue_round {
    background: #d4dff3;
}

.aboBoxSix1 .item .blue_round {
    width: 168px;
    height: 168px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxSix1 .item .blue_round .img_box {
    width: 100%;
    height: 100%;
    background: #2761c4;
    border-radius: 50%;
    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;
}

.aboBoxSix1 .item .blue_round .img_box img {
    max-width: 100%;
}

.aboBoxSix1 .item .bottom_text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 14px;
}

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

















/* ~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~case,css */
.casBoxOne_w {
    padding: 70px 0 80px;
}

.casBoxOne1 .item {
    margin-bottom: 30px;
    position: relative;
}

.casBoxOne1 .item .text_box {
    width: 90%;
    background: #f5f5f5;
    padding: 70px 60px 70px;
}

.casBoxOne1_01 {
    width: 62%;
    padding-right: 40px;
}

.casBoxOne1_01 .a_box {
    display: block;
}

.casBoxOne1_01 .tt {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
}

.casBoxOne1_01 .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 20px 0 40px;
}

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

.casBoxOne1_01_list .date_item {
    width: calc(100% / 3);
    border-left: 1px solid #dcdcdc;
    padding-left: 20px;
}

.casBoxOne1_01_list .date_item .date_one {
    font-weight: 700;
    font-size: 36px;
    color: #2761c4;
}

.casBoxOne1_01_list .date_item .date_two {
    font-size: 16px;
    color: #666666;
    padding-top: 4px;
}

.casBoxOne1_01 .btn_box {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.casBoxOne1_01 .btn_box a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    width: 175px;
    line-height: 40px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxOne1_01 .btn_box a:hover {
    opacity: 0.8;
}

.casBoxOne1_01 .btn_box>a:nth-child(1) {
    background: #2761c4;
    color: #ffffff;
}

.casBoxOne1_01 .btn_box>a:nth-child(2) {
    background: #ffffff;
    color: #333333;
    border: 1px solid #dcdcdc;
    margin-left: 30px;
}

.casBoxOne1 .item .img_box {
    display: block;
    width: 42%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.casBoxOne1>.item:nth-child(even) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.casBoxOne1>.item:nth-child(even) .img_box {
    right: auto;
    left: 0;
}

.casBoxOne1>.item:nth-child(even) .text_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.casBoxOne2 {
    padding-top: 30px;
}



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

.public_paging a {
    display: block;
    font-size: 14px;
    color: #222222;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_paging a:hover {
    color: #ffffff;
    background: #2761c4;
}

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

.public_paging a.hover {
    color: #ffffff;
    background: #2761c4;
}

/* 分页~~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~Certificate,css */
/* ~~~~~~~~~~~~~~Certificate,css */
/* ~~~~~~~~~~~~~~Certificate,css */
.cerBoxOne_w {
    padding: 70px 0 80px;
}

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

.cerBoxOne2 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    padding: 30px 30px 30px;
}

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

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

.cerBoxOne2 .item .img_box {
    width: 100%;
    height: 100%;
    border: 6px solid #dcdcdc;
    padding: 20px 20px 20px;
    background: #dcdcdc;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.cerBoxOne3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~Certificate,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Certificate,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Certificate,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~contact,css */
.conBoxOne_w {
    padding: 70px 0 80px;
}

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

.conBoxOne1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.conBoxOne1 .item a {
    display: block;
    padding: 55px 8% 60px;
}

.conBoxOne1 .item a .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.conBoxOne1 .item a .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    padding: 14px 0 24px;
}

.conBoxOne1 .item a .see_more {
    font-size: 16px;
    color: #fefefe;
    width: 154px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #eef1f6;
}

.conBoxTwo_w {
    padding-bottom: 80px;
    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;
}

.conBoxTwo_w_L {
    width: 44%;
}

.conPage_module2_title {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    padding-bottom: 35px;
}

.conBoxTwo_w_L_dl .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
}

.conBoxTwo_w_L_dl .item .iconfont {
    width: 35px;
    font-size: 20px;
    color: #666666;
}

.conBoxTwo_w_L_dl .item span {
    width: calc(100% - 35px);
    font-size: 16px;
    color: #666666;
    padding-top: 2px;
}

.conBoxTwo_w_L_dl .item span a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxTwo_w_L_dl .item span a:hover {
    color: #2761c4;
}

.conBoxTwo_w_R {
    width: 44%;
}

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

.conBoxTwo_w_R_form .item .input_title {
    font-size: 14px;
    color: #333333;
    width: 105px;
    padding: 10px 12px 0 0;
    text-align: right;
}

.conBoxTwo_w_R_form .item .input_title span {
    font-size: 16px;
    color: #ff0000;
}

.conBoxTwo_w_R_form .item input {
    width: calc(100% - 105px);
    height: 40px;
    border: 1px solid #e2e2e2;
    outline: none;
    padding: 0 10px 0 15px;
}

.conBoxTwo_w_R_form .item textarea {
    width: calc(100% - 105px);
    height: 110px;
    border: 1px solid #e2e2e2;
    outline: none;
    resize: none;
    padding: 12px 10px 0 15px;
}

.conBoxTwo_w_R_form .btn_box {
    padding-left: 105px;
}

.conBoxTwo_w_R_form .btn_box button {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 175px;
    height: 42px;
    background: #2761c4;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.conBoxThree img {
    width: 100%;
}

.conBoxFour {
    background: #21458c;
}

.conBoxFour_w {
    font-weight: 700;
    font-size: 24px;
    color: #fcf9f2;
    line-height: 36px;
    padding: 56px 0 52px;
    text-transform: uppercase;
}

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














/* ~~~~~~~~~~~~~Culture,css */
/* ~~~~~~~~~~~~~Culture,css */
/* ~~~~~~~~~~~~~Culture,css */
.culBoxOne_w {
    padding: 70px 0 80px;
}

.culBoxOne1 {
    background: #ededed;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.culBoxOne1 .img_box {
    width: 25%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.culBoxOne1 .right_text {
    width: 75%;
    padding: 30px 20px 20px 30px;
}

.culBoxOne1 .right_text .text_01 {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    padding-bottom: 15px;
}

.culBoxOne1 .right_text .text_02 {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

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

.culBoxOne2 .item {
    width: 50%;
    background: #2761c4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.culBoxOne2 .item .text_box {
    width: 50%;
    padding: 6% 15px 20px 30px;
}

.culBoxOne2 .item .text_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #fefefe;
    padding-bottom: 20px;
}

.culBoxOne2_bottom .bottom_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 14px;
}

.culBoxOne2_bottom .bottom_item div {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: 5px;
}

.culBoxOne2_bottom .bottom_item span {
    font-size: 16px;
    color: #ffffff;
    width: calc(100% - 6px);
    padding-left: 10px;
}

.culBoxOne2 .item .text_box .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
}

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

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

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

/* ~~~~~~~~~~~~~Culture,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Culture,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Culture,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~Customer visit,css */
/* ~~~~~~~~~~~~~~Customer visit,css */
/* ~~~~~~~~~~~~~~Customer visit,css */
.cusBoxOne_w {
    padding: 70px 0 80px;
}

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

.cusBoxOne1 .item {
    width: 23.6%;
    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;
}

.cusBoxOne1 .item .img_box {
    border: 4px solid #dcdcdc;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.cusBoxOne1 .center_img {
    width: 49.3%;
    border: 4px solid #dcdcdc;
}

.cusBoxOne1 .center_img .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.cusBoxOne1 .center_img .img_box .img_text {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 18px 10px 18px;
}

.cusBoxTwo {
    background: #f5f5f5;
}

.cusBoxTwo_w {
    padding: 80px 0 70px;
}

.cusBoxTwo1 .item {
    border: 4px solid #dcdcdc;
}

.cusBoxTwo1 .item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.cusBoxTwo1 .item .img_box .img_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 18px 10px 18px;
}

.cusBoxTwo1 .owl-controls {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~Customer visit,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Customer visit,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Customer visit,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~Delivery Packaging,css */
/* ~~~~~~~~~~~Delivery Packaging,css */
/* ~~~~~~~~~~~Delivery Packaging,css */
.deliBoxOne_w {
    padding: 70px 0 80px;
}

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

.deliBoxOne1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    border: 4px solid #dcdcdc;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

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

/* ~~~~~~~~~~~Delivery Packaging,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~Delivery Packaging,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~Delivery Packaging,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~FAQ,css */
/* ~~~~~~~~~~~~~~FAQ,css */
/* ~~~~~~~~~~~~~~FAQ,css */
.faqBoxOne1 {
    padding: 70px 0 80px;
}

/* faq问答 */
.FaqPageOne2 .item {
    background: #f5f5f5;
    padding: 40px 50px 50px 50px;
    border: 1px solid #eeeeee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    margin-bottom: 20px;
}

.FaqPageOne2 .item:hover {
    background: #2761c4;
}

.FaqOne2_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
}

.FaqOne2_top .img_box {
    width: 112px;
    height: 112px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

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

.FaqOne2_top .problem_box {
    position: relative;
    width: 78%;
    margin-left: 30px;
}

.FaqOne2_top .problem_box .problem {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    background: #ffffff;
    padding: 22px 10px 22px 30px;
    border-radius: 10px;
}

.problem_box .FAQ_left_Arrow {
    position: absolute;
    bottom: -6px;
    left: -7px;
}

.problem_box .FAQ_left_Arrow img {
    max-width: 100%;
}

.FaqOne2_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.FaqOne2_bottom .img_box {
    width: 112px;
    height: 112px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

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

.FaqOne2_bottom .Answer_box {
    position: relative;
    width: 78%;
    margin-right: 30px;
}

.FaqOne2_bottom .Answer_box .Answer {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    background: #ffffff;
    padding: 24px 20px 25px 30px;
    border-radius: 10px;
}

.FaqOne2_bottom .Answer_box .FAQ_right_Arrow {
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.FaqOne2_bottom .Answer_box .FAQ_right_Arrow img {
    max-width: 100%;
}

/* faq问答~~~~~~~~~~~~~~~end */

.faqBoxOne3 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~FAQ,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~FAQ,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~FAQ,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~History,css */
/* ~~~~~~~~~~~~History,css */
/* ~~~~~~~~~~~~History,css */
.hisBoxOne_w {
    padding: 70px 0 80px;
}

.hisBoxOne1 {
    border-bottom: 4px solid #2761c4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hisBoxOne1 .item {
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
}

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

.hisBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    background: #f5f5f5;
    padding: 15px 40px 12px;
}

.hisBoxOne1 .item a .left_box {
    width: calc(100% - 40px);
}

.hisBoxOne1 .item a .left_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.hisBoxOne1 .item a .left_box .text {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    padding-top: 4px;
}

.hisBoxOne1 .item a .iconfont {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    width: 40px;
    text-align: center;
}

.hisBoxOne1 .item.hover a {
    background: #2761c4;
}

.hisBoxOne1 .item.hover a .left_box .tt,
.hisBoxOne1 .item.hover a .left_box .text,
.hisBoxOne1 .item.hover a .iconfont {
    color: #ffffff;
}

.hisBoxOne2 {
    padding-top: 60px;
}

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

.hisBoxOne2_L {
    width: 560px;
    position: relative;
}

.hisBoxOne2_L_01 {
    width: 560px;
    padding-top: 50px;
}

.hisBoxOne2_L_01 .tt {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    text-transform: uppercase;
    text-align: right;
}

.hisBoxOne2_L_01 .text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: right;
    padding: 15px 0 30px;
}

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

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

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

.hisBoxOne2_R {
    width: calc(100% - 610px);
    background: url(../images/time_line.jpg) no-repeat left top / auto 100%;
    padding-bottom: 60px;
}

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

.hisBoxOne2_R_item .blue_round {
    position: relative;
    top: 37px;
    left: -5px;
    width: 10px;
    height: 10px;
    background: #2761c4;
    border-radius: 50%;
}

.hisBoxOne2_R_item .blue_line {
    position: relative;
    top: 42px;
    left: -6px;
    width: 50px;
    height: 1px;
    background: #2761c4;
}

.hisBoxOne2_R_item .right_box {
    position: relative;
    width: calc(100% - (10px + 50px + 20px));
    margin-left: 20px;
    padding: 40px 30px 50px;
    background: #f5f5f5;
}

.hisBoxOne2_R_item .right_box .left_arrow {
    position: absolute;
    top: 25px;
    right: 100%;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right-color: #f5f5f5;
}

.hisBoxOne2_R_item .right_box .year_box {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    padding-bottom: 20px;
}

.hisBoxOne2_R_item .right_box dl dd {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 0 15px 15px;
}

.hisBoxOne2_R_item .right_box dl dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999999;
}

.hisBoxOne2_R_item .right_box .bottom_img_box {
    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;
}

.hisBoxOne2_R_item .right_box .bottom_img_box img {
    width: calc((100% - 20px) / 2);
}

.hisBoxOne2_L_01.static {
    position: static;
    top: auto;
}

.hisBoxOne2_L_01.fixed {
    position: fixed;
    top: 114px;
}

.hisBoxOne2_L_01.absolute {
    position: absolute;
    bottom: 0;
}

/* ~~~~~~~~~~~~History,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~History,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~History,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~Manufacturing advantages,css */
/* ~~~~~~~~~~~Manufacturing advantages,css */
/* ~~~~~~~~~~~Manufacturing advantages,css */
.manBoxOne_w {
    padding: 70px 0 60px;
}

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

.manBoxOne1 .item {
    width: 38.6%;
    border: 4px solid #dcdcdc;
    margin-bottom: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.manBoxOne1 .item.two {
    width: 60%;
}

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

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

.manBoxTwo_w_L {
    width: 46%;
}

.manBoxTwo_w_L .tt {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
}

.manBoxTwo_w_L .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 20px;
}

.manBoxTwo_w_R {
    width: 50%;
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.manBoxTwo_w_R .img_text {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(33, 69, 140, 0.9);
    text-align: center;
    padding: 14px 10px 14px;
}

.manBoxThree_w {
    padding: 70px 0 80px;
}

.manBoxThree1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.manBoxThree1 .item .left_text {
    width: 50%;
    padding: 0 50px 0 0;
}

.manBoxThree1 .item .left_text .tt {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
}

.manBoxThree1 .item .left_text .text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-top: 15px;
}

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

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

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

.manBoxThree1>.item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.manBoxThree1>.item:nth-child(even) .left_text {
    padding: 0 0 0 50px;
}

/* ~~~~~~~~~~~Manufacturing advantages,css~~~~~~~~~end */
/* ~~~~~~~~~~~Manufacturing advantages,css~~~~~~~~~end */
/* ~~~~~~~~~~~Manufacturing advantages,css~~~~~~~~~end */














/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
.newBoxOne_w {
    padding: 60px 0 80px;
}

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

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

.newBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    width: 210px;
    height: 50px;
    border: 1px solid #dcdcdc;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1 .item.hover a {
    color: #ffffff;
    background: #2761c4;
    border: 1px solid #2761c4;
}

.newBoxOne1 .item a:hover {
    color: #ffffff;
    background: #2761c4;
    border: 1px solid #2761c4;
}

.newBoxOne2 {
    padding: 60px 0 40px;
    border-bottom: 1px solid #eeeeee;
    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;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne2_L {
    width: 59%;
}

.newBoxOne2_L a {
    display: block;
}

.newBoxOne2_L .tt {
    font-weight: 700;
    font-size: 34px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newBoxOne2_L .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBoxOne2_L .btn_date {
    padding-top: 35px;
    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;
}

.newBoxOne2_L .btn_date .date_box {
    font-size: 16px;
    color: #333333;
}

.newBoxOne2_R {
    width: 38%;
}

.newBoxOne2_R_lunbo .lunbo_item a {
    display: block;
}

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

.newBoxOne2_R_lunbo .owl-controls .owl-dots .owl-dot.active span {
    width: 22px;
}

.newBoxOne3 .item {
    border-bottom: 1px solid #eeeeee;
}

.newBoxOne3 .item a {
    padding: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newBoxOne3 .item a:hover .right_box .tt {
    color: #2761c4;
}

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

.newBoxOne3 .item a .img_box {
    width: 27.5%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.newBoxOne3 .item a .right_box {
    width: 72.5%;
    padding-left: 40px;
}

.newBoxOne3 .item a .right_box .tt {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne3 .item a .right_box .date {
    font-size: 16px;
    color: #666666;
    padding: 18px 0 12px;
}

.newBoxOne3 .item a .right_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBoxOne4 {
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~news_del,css */
.new_deBoxOne_w {
    padding: 60px 0 80px;
}

.new_deBoxOne1 {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.new_deBoxOne1 .big_tt {
    font-weight: 700;
    font-size: 34px;
    color: #333333;
    text-align: center;
    padding-bottom: 25px;
}

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

.new_deBoxOne1_01 .icon_text_box {
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne1_01 .icon_text_box .iconfont {
    font-size: 20px;
    color: #666666;
}

.new_deBoxOne1_01 .icon_text_box .text {
    font-size: 14px;
    color: #666666;
    padding: 0 6px 0 6px;
}

.new_deBoxOne2 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 50px 40px 50px;
}

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

.new_deBoxOne3 {
    border: 1px solid #dcdcdc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne3 .prev_next_page {
    width: calc((100% - 170px) / 2);
}

.new_deBoxOne3 .prev_next_page a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 20px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3 .prev_next_page a:hover {
    color: #2761c4;
}

.new_deBoxOne3 .back_list_btn {
    width: 170px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.new_deBoxOne3 .back_list_btn a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3 .back_list_btn a:hover {
    color: #ffffff;
    background: #2761c4;
}

/* ~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~Processing,css */
/* ~~~~~~~~~~~~~Processing,css */
/* ~~~~~~~~~~~~~Processing,css */
.procBoxOne_w {
    padding: 70px 0 70px;
}

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

.procBoxOne1 .text_item {
    width: calc((100% - 40px) / 2);
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.procBoxTwo {
    padding-bottom: 80px;
}

.procBoxTwo .item {
    background: #f5f5f5;
}

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

.procBoxTwo_w .text_box {
    width: 50%;
    padding: 0 50px 0 0;
}

.procBoxTwo_w .text_box .tt {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
}

.procBoxTwo_w .text_box .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 25px;
}

.procBoxTwo_w .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.procBoxTwo>.item:nth-child(even) {
    background: #ffffff;
}

.procBoxTwo>.item:nth-child(even) .procBoxTwo_w {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.procBoxTwo>.item:nth-child(even) .procBoxTwo_w .text_box {
    padding: 0 0 0 50px;
}

/* ~~~~~~~~~~~~~Processing,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Processing,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Processing,css~~~~~~~~~~end */













/* ~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~products,css */
.proBoxOne_w {
    padding: 70px 0 80px;
}

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

.proBoxOne1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    padding: 30px;
}

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

.proBoxOne1 .item .tt_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 30px;
}

.proBoxOne1 .item .tt_box div {
    width: calc(100% - 46px);
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proBoxOne1 .item .tt_box img {
    width: 46px;
}

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

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

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

.proBoxOne1 .item .data_box {
    display: block;
    padding: 20px 0 20px;
}

.proBoxOne1 .item .data_box span {
    font-size: 16px;
    color: #333333;
}

.proBoxOne1 .item .data_box div {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    padding: 10px 0 10px;
}

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

.proBoxOne1 .item .btn_box a {
    display: block;
    font-size: 14px;
    color: #333f47;
    width: calc((100% - 18px) / 2);
    line-height: 42px;
    text-align: center;
    border: 1px solid #798186;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.proBoxOne1 .item .btn_box a:hover {
    color: #ffffff;
    border: 1px solid #2761c4;
    background: #2761c4;
}

.proBoxOne2 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~products,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~products,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~products,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~~Solution,css */
.solBoxOne_w {
    padding: 70px 0 80px;
}

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

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

.solBoxOne1 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~products_del,css */
.pro_deBoxOne {
    background: url(../images/pro_del_01.jpg) no-repeat center center / cover;
}

.pro_deBoxOne_w {
    padding: 80px 0 80px;
}

.pro_deBoxOne1 {
    position: relative;
    background: #ffffff;
    padding: 10px 30px 10px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne1 .horn_img {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 33.8%;
}

.pro_deBoxOne1 .horn_img img {
    width: 100%;
}

.pro_deBoxOne1_L {
    width: 49.9%;
    background: url(../images/pro_del_03.jpg) no-repeat center center / cover;
    padding: 10px;
}

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

.pro_deBoxOne1_R {
    width: 50.1%;
    padding-left: 30px;
}

.pro_deBoxOne1_R .big_tt {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    padding-bottom: 20px;
}

.pro_deBoxOne1_R .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    background: #f5f5f5;
    padding: 14px 20px 12px 20px;
}

.pro_deBoxOne1_R dl {
    padding: 30px 0 10px;
}

.pro_deBoxOne1_R dl dd {
    padding-bottom: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deBoxOne1_R dl dd img {
    width: 18px;
}

.pro_deBoxOne1_R dl dd div {
    width: calc(100% - 18px);
    font-size: 16px;
    color: #333333;
    padding-left: 8px;
}

.pro_deBoxOne1_R dl dd div span {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.pro_deBoxOne1_R .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxOne1_R .btn_box .left_box {
    width: 77.2%;
    padding-left: 30px;
}

.pro_deBoxOne1_R .btn_box .left_box .left_box_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxOne1_R .btn_box .left_box .left_box_01 a {
    width: 150px;
    height: 44px;
    background: #2761c4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxOne1_R .btn_box .left_box .left_box_01 a:hover {
    opacity: 0.8;
}

.pro_deBoxOne1_R .btn_box .left_box .left_box_01 a .iconfont {
    font-size: 24px;
    color: #ffffff;
}

.pro_deBoxOne1_R .btn_box .left_box .left_box_01 a span {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-left: 4px;
}

.pro_deBoxOne1_R .btn_box .left_box_01>a:nth-child(2) {
    margin-left: 15px;
}

.pro_deBoxOne1_R .btn_box .left_box_02 {
    padding: 16px 0 10px;
}

.pro_deBoxOne1_R .btn_box .left_box_02 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_R .btn_box .left_box_02 a .round {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    margin-top: 5px;
}

.pro_deBoxOne1_R .btn_box .left_box_02 a span {
    font-size: 16px;
    color: #333333;
    width: calc(100% - 6px);
    padding-left: 10px;
}

.pro_deBoxOne1_R .btn_box .left_box_03 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_R .btn_box .left_box_03 .round {
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    margin-top: 5px;
}

.pro_deBoxOne1_R .btn_box .left_box_03 .share_text {
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
}

.pro_deBoxOne1_R .btn_box .right_box {
    width: 22.8%;
}

.pro_deBoxOne1_R .btn_box .right_box a {
    display: block;
}

.pro_deBoxOne1_R .btn_box .right_box a img {
    width: 100%;
}

.pro_deBoxTwo {
    padding: 60px 0 60px;
}

.pro_deBoxTwo_w {
    height: 60px;
}

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

.pro_deBoxTwo1 .item {
    width: calc((100% - 125px) / 6);
    height: 60px;
    margin-right: 25px;
    background: #f0f0f0;
    padding: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    box-shadow: 5px 5px 0 #d1d1d1;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 .item:hover {
    background: #2761c4;
    box-shadow: 5px 5px 0 #00296f;
}

.pro_deBoxTwo1 .item:hover span {
    color: #ffffff;
}

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

.pro_deBoxTwo1 .item span {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 .item.hover {
    background: #2761c4;
    box-shadow: 5px 5px 0 #00296f;
}

.pro_deBoxTwo1 .item.hover span {
    color: #ffffff;
}

.pro_deThree1 {
    background: #f5f5f5;
}

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

.pro_deThree1_L {
    width: 45%;
}

.pro_delPage_module_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 25px;
}

.pro_delPage_module_tt .img_box {
    width: 25px;
    margin-top: 8px;
}

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

.pro_delPage_module_tt span {
    width: calc(100% - 25px);
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    padding-left: 10px;
}

.pro_deThree1_L .text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.pro_deThree1_R {
    width: 50.7%;
    background: url(../images/pro_del_03.jpg) no-repeat center center / cover;
    padding: 10px;
}

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

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

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

.pro_deThree2_w {
    padding: 70px 0 80px;
}

.pro_deThree2_01 {
    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;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deThree2_01_L {
    width: 49.3%;
    background: url(../images/pro_del_03.jpg) no-repeat center center / cover;
    padding: 10px;
}

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

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

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

.pro_deThree2_01_R {
    width: 49%;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.pro_deThree3 {
    background: #f5f5f5;
}

.pro_deThree3_w {
    padding: 70px 0 60px;
}

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

.pro_deThree3_01 .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deThree3_01 .item .img_box {
    width: 172px;
    height: 172px;
    background: url(../images/pro_del_10.png) no-repeat center center / cover;
    padding: 10px;
}

.pro_deThree3_01 .item .img_box img {
    width: 100%;
    border-radius: 50%;
}

.pro_deThree3_01 .item .right_text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    width: calc(100% - 172px);
    padding-left: 15px;
}

.pro_deThree4 {
    background: url(../images/ind_07.jpg) no-repeat center center / cover fixed;
}

.pro_deThree4_w {
    padding: 70px 0 50px;
}

.pro_deThree4_w .pro_delPage_module_tt span {
    color: #ffffff;
}

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

.pro_deThree4_01 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 40px 20px 70px 30px;
    background: #ecf1f7;
}

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

.pro_deThree4_01>.item:nth-child(n + 4) {
    width: calc((100% - 30px) / 2);
}

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

.pro_deThree4_01 .item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.pro_deThree4_01 .item .text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.pro_deThree5_w {
    padding: 70px 0 70px;
}

.pro_deThree5_01 {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 40px;
}

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

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

.pro_deThree6 {
    background: #f5f5f5;
}

.pro_deThree6_w {
    padding: 70px 0 80px;
}

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

.pro_deThree6_01 .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

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

.pro_deBoxFour_w {
    padding: 70px 0 70px;
}


/* 表单样式 */
.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;
    margin-bottom: 20px;
}

.conBoxThree2_form .item .input_tt {
    width: 95px;
    font-size: 14px;
    color: #333333;
    text-align: right;
    padding: 10px 8px 0 0;
}

.conBoxThree2_form .item .input_tt span {
    color: #fe1010;
    font-size: 14px;
}

.conBoxThree2_form .item input {
    width: calc(100% - 95px);
    outline: none;
    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 select {
    color: #999999;
    width: calc(100% - 95px);
    outline: none;
    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: "Arial";
    font-size: 14px;
    color: #999999;
}

.conBoxThree2_form .item textarea {
    height: 115px;
    width: calc(100% - 95px);
    outline: none;
    resize: none;
    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: 30px;
}

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

.conBoxThree2_form .btn_box button {
    width: 160px;
    height: 40px;
    font-family: "Arial";
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 10px;
    background: #2761c4;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.conBoxThree2_form .btn_box>button:nth-child(2) {
    background: #4b4b4b;
}

/* 表单样式~~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~products_del,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~products_del,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~products_del,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~Services,css */
/* ~~~~~~~~~~~~~~~Services,css */
/* ~~~~~~~~~~~~~~~Services,css */
.serBoxOne_w {
    padding: 70px 0 80px;
}

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

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

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

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

.serBoxOne1_R {
    width: 48%;
}

.serBoxOne1_R .item {
    margin-bottom: 20px;
}

.serBoxOne1_R .item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.serBoxOne1_R .item .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
}

.serBoxTwo {
    background: #f5f5f5;
}

.serBoxTwo_w {
    padding: 70px 0 80px;
}

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

.serBoxTwo1 .item {
    width: calc((100% - 60px) / 2);
    background: #ffffff;
}

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

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

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

.serBoxTwo1 .item .bottom_box {
    padding: 30px 30px 30px 40px;
}

.serBoxTwo1 .item .bottom_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.serBoxTwo1 .item .bottom_box .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
}

.serBoxThree_w {
    padding: 70px 0 80px;
}

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

.serBoxThree1 .item {
    width: calc(100% / 3);
}

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

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

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

.serBoxThree1 .item .bottom_box {
    height: 251px;
    padding: 50px 30px 0 30px;
    background: #f0f0f2;
}

.serBoxThree1 .item .bottom_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.serBoxThree1 .item .bottom_box .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

.serBoxThree1 > .item:nth-child(2) .bottom_box {
    background: #2761c4;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.serBoxThree1 > .item:nth-child(2) .bottom_box .tt {
    color: #ffffff;
    text-align: center;
}

.serBoxFour {
    background: #f5f5f5;
}

.serBoxFour_w {
    padding: 100px 0 70px;
}

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

.serBoxFour1 .item {
    width: calc((100% - 130px) / 2);
    margin-bottom: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxFour1 .item .img_box {
    width: 100px;
}

.serBoxFour1 .item .img_box img {
    max-width: 100%;
}

.serBoxFour1 .item .right_box {
    width: calc(100% - 100px);
}

.serBoxFour1 .item .right_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.serBoxFour1 .item .right_box .text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 12px;
}

.serBoxFour1 .item .right_box .text span {
    font-weight: 700;
}

/* ~~~~~~~~~~~~~~~Services,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Services,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Services,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~Serving Advantage,css */
/* ~~~~~~~~~~Serving Advantage,css */
/* ~~~~~~~~~~Serving Advantage,css */
.ser_adBoxOne_w {
    padding: 70px 0 80px;
}

.ser_adBoxOne1 {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ser_adBoxOne1 .img_box {
    width: 50%;
    position: relative;
    z-index: 3;
    top: -50px;
}

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

.ser_adBoxOne1 .text_box {
    width: 50%;
    padding: 30px 25px 30px 25px;
    position: relative;
    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;
}

.ser_adBoxOne1 .text_box .tt {
    position: relative;
    z-index: 2;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    line-height: 46px;
}

.ser_adBoxOne1 .text_box .text {
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-top: 18px;
}

.ser_adBoxOne1 .text_box::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 106.8%;
    background: #f5f5f5;
}

.ser_adBoxTwo {
    background: #f5f5f5;
}

.ser_adBoxTwo_w {
    padding: 70px 0 80px;
}

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

.ser_adBoxTwo1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 4px solid #dcdcdc;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

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

.ser_adBoxTwo2 {
    padding-top: 40px;
}

.ser_adBoxTwo2 .text {
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 48px;
}

.ser_adBoxTwo2 .btn_box {
    padding-top: 30px;
}

.ser_adBoxTwo2 .btn_box a {
    width: 190px;
    height: 42px;
    background: #2761c4;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_adBoxTwo2 .btn_box a:hover {
    opacity: 0.8;
}

.ser_adBoxTwo2 .btn_box a .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.ser_adBoxTwo2 .btn_box a span {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 6px;
}

.ser_adBoxThree_w {
    padding: 80px 0 80px;
}

.ser_adBoxOne1.img_right {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ser_adBoxOne1.img_right .text_box::after {
    right: auto;
    left: 0;
}

/* ~~~~~~~~~~Serving Advantage,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~Serving Advantage,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~Serving Advantage,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~Technology advantages,css */
/* ~~~~~~~~~~~Technology advantages,css */
/* ~~~~~~~~~~~Technology advantages,css */
.tec_adBoxOne_w {
    padding: 70px 0 80px;
}

.tec_adBoxTwo {
    background: #f5f5f5;
}

.tec_adBoxTwo_w {
    padding: 80px 0 80px;
}

.tec_adBoxTwo_w .ser_adBoxOne1 .text_box::after {
    background: #ffffff;
}

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

.tec_adBoxThree_w {
    padding: 70px 0 80px;
}

.tec_adBoxThree1 {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    padding-bottom: 25px;
}

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

.tec_adBoxThree2 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    background: rgba(255,255,255,0.6);
    padding: 40px 20px 40px 8%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.tec_adBoxThree2 .item .iconfont {
    width: 90px;
    font-size: 60px;
    color: #2761c4;
}

.tec_adBoxThree2 .item .right_box {
    width: calc(100% - 90px);
}

.tec_adBoxThree2 .item .right_box .num {
    font-weight: 700;
    font-size: 60px;
    color: #333333;
    line-height: 60px;
}

.tec_adBoxThree2 .item .right_box .text {
    font-size: 16px;
    color: #333333;
    padding-top: 6px;
}

.tec_adBoxFour {
    background: #f5f5f5;
}

.tec_adBoxFour_w {
    padding: 70px 0 80px;
}

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

.tec_adBoxFour1 .item {
    width: calc(100% / 6);
    border-right: 1px solid #dcdcdc;
    padding: 0 10px 20px;
}

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

.tec_adBoxFour1 .item .iconfont {
    font-size: 50px;
    color: #ffffff;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    line-height: 94px;
    text-align: center;
    background: #2761c4;
    border-radius: 50%;
}

.tec_adBoxFour1 .item .tt {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 18px;
}

.tec_adBoxFour1 .item .text {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    padding-top: 12px;
}

.tec_adBoxFive_w {
    padding: 80px 0 80px;
}

.tec_adBoxSix {
    background: #f5f5f5;
}

.tec_adBoxSix_w {
    padding: 70px 0 80px;
}

/* ~~~~~~~~~~~Technology advantages,css~~~~~~~~~end */
/* ~~~~~~~~~~~Technology advantages,css~~~~~~~~~end */
/* ~~~~~~~~~~~Technology advantages,css~~~~~~~~~end */













/* ~~~~~~~~~~~~Technology,css */
/* ~~~~~~~~~~~~Technology,css */
/* ~~~~~~~~~~~~Technology,css */
.tecBoxOne_w {
    padding: 70px 0 80px;
}

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

.tecBoxTwo_w {
    padding: 70px 0 390px;
}

.tecBoxThree_w {
    padding: 70px 0 80px;
}

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

.tecBoxThree1 .item {
    width: calc((100% - 40px) / 2);
    border: 4px solid #eeeeee;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.tecBoxFour {
    background: #f5f5f5;
}

.tecBoxFour_w {
    padding: 80px 0 70px;
}

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

.tecBoxFour1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
}

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

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

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

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

.tecBoxFour1 .item .bottom_text {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
}

/* ~~~~~~~~~~~~Technology,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~Technology,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~Technology,css~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~Video,css */
/* ~~~~~~~~~~~~~~Video,css */
/* ~~~~~~~~~~~~~~Video,css */
.vidBoxOne_w {
    padding: 80px 0 80px;
}

.vidBoxOne1 {
    padding: 50px 30px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.vidBoxOne1 .module_tt {
    font-weight: 700;
    font-size: 60px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.vidBoxOne2 .item {
    padding: 60px 0 50px;
    border-bottom: 1px solid #eeeeee;
    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;
}

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

.vidBoxOne2_L {
    width: 41.6%;
}

.videoPage_video {
    cursor: pointer;
}

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

.videoPage_video .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.videoPage_video .img_box .time_box {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 80px;
    line-height: 32px;
    background: rgba(0,0,0,0.55);
    text-align: center;
    border-radius: 4px;
}

.videoPage_video .bottom_text {
    font-size: 16px;
    color: #666666;
    padding-top: 14px;
}

.vidBoxOne2_R {
    width: 56.3%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vidBoxOne2_R .videoPage_video {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 27px;
}

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

/* ~~~~~~~~~~~~~~Video,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Video,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Video,css~~~~~~~~~~~end */








/* 手机端底部导航按钮 */
        .pub_foot_Mobile_nav {
             display: none; 
            height: 60px;
        }

        .pub_foot_Mobile_nav_01 {
            height: 60px;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            position: fixed;
            z-index: 20;
            bottom: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
            box-shadow: 0 -2px 3px rgba(255,255,255,0.1);
        }

        .pub_foot_Mobile_nav_01 .item {
            width: calc(100% / 4);
            height: 100%;
            background: #274e9c;
        }

        .pub_foot_Mobile_nav_01 .item a {
            height: 100%;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -ms-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        .pub_foot_Mobile_nav_01 .item a .icon {
            text-align: center;
        }

        .pub_foot_Mobile_nav_01 .item a .icon img {
            height: 20px;
        }

        .pub_foot_Mobile_nav_01 .item a span {
            display: block;
            text-align: center;
            font-family: Arial;
            font-size: 12px;
            color: #fff;
            box-sizing: border-box;
            padding-top: 6px;
        }

        /* 手机端底部导航按钮~~~~~~~~~~~~~~end */


    .pro_det_fixed_btn {
        display: none;
    }







table {
    border-collapse: collapse;
}

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

.new_deBoxOne2 table tr td {
    font-size: 14px;
    color: #444444;
    border: 1px solid #eeeeee;
    padding: 8px 5px 8px 10px;
}






.pc_head_center_wrap .Stock_code {
    width: 100px;
}

.pc_head_center_wrap .Stock_code img {
    width: 100%;
}


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

.foot_bottom_01_r_01 a {
    margin-left: 10px;
}

.foot_bottom_01_r_01 {
    padding-right: 20px;
}














