#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 10px;
}

/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}












/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 160px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 16px 15px 4px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #f05a25;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #f05a25;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #f05a25;
    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: #f05a25;
}



.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: #f05a25;
}


.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: #f05a25;
    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: 155px;*/
/*}*/


.pc_head_placeholder_box {
	width: 100%;
	height: 155px;
}


.pc_public_head_box {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}


/* 导航版心 */
.head_wrap {
    max-width: 1570px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.pc_head_top {
    background: #f5f5f5;
}

.pc_head_top_wrap {
    box-sizing: border-box;
    padding: 6px 0 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_head_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_01 .phone_email_box {
    margin-right: 22px;
}

.pc_head_top_01 .phone_email_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_01 .phone_email_box a:hover span {
    color: #e65623;
}

.pc_head_top_01 .phone_email_box a:hover .iconfont {
    background: #e65623;
    color: #ffffff;
}

.pc_head_top_01 .phone_email_box a .iconfont {
    font-size: 18px;
    color: #666666;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_top_01 .phone_email_box a span {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_02 a {
    display: block;
    font-size: 18px;
    color: #555555;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_top_02 a:hover {
    background: #e65623;
    color: #ffffff;
}

.pc_head_bottom {
    background: #ffffff;
}

/*.pc_head_bottom.active {*/
/*    position: fixed;*/
/*    z-index: 15;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);*/
/*}*/

.pc_head_bottom_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_bottom_wrap .logo_box {
    width: 280px;
}

.pc_head_bottom_wrap .logo_box a {
    display: block;
}

.pc_head_bottom_wrap .logo_box a img {
    width: 100%;
}


.pc_head_bottom_01 {
    width: calc(100% - 450px);
    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 {
    position: relative;
}

.pc_head_list_box .item>a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #333333;
    line-height: 110px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 4px;
    background: #003294;
    opacity: 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a {
    color: #003294;
}

.pc_head_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 250px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.publicTwo_stage_nav .EveryOne {
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-top: none;
}

.publicTwo_stage_nav .EveryOne a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 18px 10px 18px 12px;
}

.publicTwo_stage_nav .EveryOne a:hover .iconfont,
.publicTwo_stage_nav .EveryOne a:hover span {
    color: #003294;
}

.publicTwo_stage_nav .EveryOne a .iconfont {
    width: 18px;
    font-weight: 700;
    font-size: 12px;
    color: #666666;
    margin-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a span {
    width: calc(100% - 18px);
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 二级导航~~~~~~~~~~~~~~~~~~~~~~end */

.pc_head_search_language {
    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 {
    position: relative;
}

.head_language_01 {
    font-size: 20px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #e65623;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01:hover {
    opacity: 0.8;
}

.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;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 10px 5px 6px;
}

.head_language_02 a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_language_02 a:hover {
    background: #e65623;
    color: #ffffff;
}

.pc_head_search {
    margin-left: 25px;
}

.pc_head_search .search_icon {
    font-size: 20px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #e65623;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search .search_icon:hover {
    opacity: 0.8;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.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: 32px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #e65623;
}

.all_public_form .public_form_close {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #e65623;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~~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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #f05a25;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 4px;
    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 {
    background: url(../images/ind_01.jpg) no-repeat center top;
}

.indBoxOne_w {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.indBoxOne1 {
    box-sizing: border-box;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indPage_public_title a {
    display: block;
}

.indPage_public_title .tt_01 {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 16px;
}

.indPage_public_title .line {
    width: 124px;
    height: 2px;
    background: #002e97;
}

.indPage_public_title .tt_02 {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 4px 0 0;
}

.indBoxOne1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne1_01 .item {
    background: #ffffff;
    border-radius: 25px;
    margin-left: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1_01 .item:hover {
    background: #003399;
}

.indBoxOne1_01 .item:hover a {
    color: #ffffff;
}

.indBoxOne1_01 .item a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 12px 30px 14px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2 {
    position: relative;
}

.indBoxOne2_lunbo .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxOne2_lunbo_L {
    width: 50%;
    background: rgba(216, 217, 219, 0.4);
    box-sizing: border-box;
    padding: 20px 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_lunbo_L img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxOne2_lunbo .indBoxOne2_lunbo_L img {
    width: auto;
}

.indBoxOne2_lunbo_R {
    width: 50%;
    box-sizing: border-box;
    padding: 60px 50px 30px 50px;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.indBoxOne2_lunbo_R .tt {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
}

.indBoxOne2_lunbo_R .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 45px;
}

.Page_public_More_btn {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    width: 190px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.Page_public_More_btn:hover {
    background: #003399;
    border: 1px solid #003399;
    color: #ffffff;
}

.indBoxOne2_lunbo .owl-controls {
    display: none;
}

.indBoxOne2 .prev_btn {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    right: 44%;
    font-size: 26px;
    color: #000000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxOne2 .next_btn {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    right: 36%;
    font-size: 26px;
    color: #000000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxOne2 .prev_btn:hover,
.indBoxOne2 .next_btn:hover {
    color: #003399;
}

.indBoxOne2 .next_img_box {
    width: 14%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 50px;
}

.indBoxOne2 .next_img_box img {
    width: 100%;
}


.indBoxTwo {
    background: #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo_L {
    width: 50%;
    box-sizing: border-box;
    padding: 50px 60px 40px 14%;
}

.indBoxTwo_L_01 {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 20px 0 40px;
}

.indBoxTwo_L .Page_public_More_btn {
    background: #003399;
    border: 1px solid #003399;
    color: #ffffff;
}

.indBoxTwo_L .Page_public_More_btn:hover {
    opacity: 0.8;
}

.indBoxTwo_R {
    width: 50%;
    position: relative;
    cursor: pointer;
    perspective: 900px;
    overflow: hidden;
}

.indBoxTwo_R:hover .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxTwo_R .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo_R_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.video_play_btn_style {
    width: 84px;
    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~~~~~~~~~~~~~~~~结束 */


.indBoxThree {
    background: url(../images/ind_04.jpg) no-repeat center center / cover;
    display: none;
}

.indBoxThree_w {
    box-sizing: border-box;
    padding: 60px 0 0;
}

.indBoxThree1 {
    position: relative;
}

.indBoxThree1_01 {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree1_01 .item {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0 20px 70px;
}

.indBoxThree1_01 .item:hover .round_box {
    background: #003399;
}

.indBoxThree1_01 .item:hover .round_box .iconfont {
    color: #003399;
}

.indBoxThree1_01 .item .round_box {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    padding: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_01 .item .round_box .iconfont {
    font-size: 50px;
    color: #666666;
    width: 100%;
    height: 100%;
    background: #ffffff;
    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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_01 .item .bottom_text {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
}

.indBoxThree1 .bg_round_line_box {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    border: 2px dotted #ffffff;
    border-radius: 114px;
}

.indBoxFour {
    background: #f5f5f5;
}

.indBoxFour_w {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.indBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour1 .item {
    position: relative;
    width: calc(100% / 3);
    background: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin-bottom: 30px;
}

.indBoxFour1>.item:nth-child(3n) {
    border-right: 1px solid #e6e6e6;
}

.indBoxFour1 .item:hover a .hover_show_box {
    top: 0;
    opacity: 1;
}

.indBoxFour1 .item a {
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 25px 20px 40px;
}

.indBoxFour1 .item a .date {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #d8d9db;
    text-align: right;
}

.indBoxFour1 .item a .tt {
    height: 127px;
    box-sizing: border-box;
    padding: 40px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

.indBoxFour1 .item a .tt div {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #003399;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFour1 .item a .text {
    height: 94px;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 22px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxFour1 .item a .hover_show_box {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxFour1 .item a .hover_show_box .hover_show_date {
    width: 227px;
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #ffffff;
    background: rgba(0, 51, 153, 0.8);
    box-sizing: border-box;
    padding: 22px 0 20px;
    text-align: center;
    margin-left: auto;
}


.indBoxFour1.indBoxFour1_lunbo {
    display: block;
}

.indBoxFour1.indBoxFour1_lunbo .item {
    width: auto;
    margin-bottom: 0;
    border: none;
}

.indBoxFour1_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.indBoxFive_w {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.indBoxFive1 .item {
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.indBoxFive1 .item a {
    display: block;
    box-sizing: border-box;
    padding: 9px 9px 35px;
}

.indBoxFive1 .item a:hover .bottom_box .tt {
    color: #003399;
}

.indBoxFive1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFive1 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxFive1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 .item a .bottom_box {
    box-sizing: border-box;
    padding: 25px 15px 0;
}

.indBoxFive1 .item a .bottom_box .tt {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 .item a .bottom_box .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFive1 .item a .bottom_box .date_more {
    box-sizing: border-box;
    padding-top: 20px;
    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;
}

.indBoxFive1 .item a .bottom_box .date_more .L_date {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
}

.indBoxFive1 .item a .bottom_box .date_more .R_more {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #333333;
}

.indBoxFive1 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.indBoxSix {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px 0 20px;
}

.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% - 40px) / 3);
    margin-right: 20px;
}

.indBoxSix1>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxSix1 .item a {
    display: block;
    position: relative;
}

.indBoxSix1 .item a:hover .text_box {
    background: #003399;
    color: #ffffff;
}

.indBoxSix1 .item a .img_box img {
    width: 100%;
}

.indBoxSix1 .item a .text_box {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
    line-height: 50px;
    border-radius: 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~底部公用模块 */
/* ~~~~~~~~~~~底部公用模块 */
.public_foot_box {
    background: url(../images/foot_bg_img.jpg) no-repeat center center / cover;
}

.foot_top_01 {
    box-sizing: border-box;
    padding: 90px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pub_foot_big_tt {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #fafafa;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.foot_top_02_list .item a {
    display: block;
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #fafafa;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_02_list .item a:hover {
    color: #f05a25;
}

.foot_top_04_form .item {
    margin-bottom: 10px;
}

.foot_top_04_form .item input {
    width: 100%;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
}

.foot_top_04_form .item textarea {
    height: 90px;
    width: 100%;
    outline: none;
    border: none;
    resize: none;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
}

.foot_top_04_form .item ::-webkit-input-placeholder {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
}

.foot_top_04_form .btn_box button {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    outline: none;
    border: none;
    width: 138px;
    height: 38px;
    border-radius: 3px;
    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: #f05a25;
}

.foot_top_05 .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_05 .icon_box img {
	width: 100%;
}



.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: #3f3f3f;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.foot_top_05 .icon_box .item a:hover {
    background: #f05a25;
}


.foot_top_02 {
    width: 20%;
}

.foot_top_03 {
    width: 28%;
}

.foot_top_04 {
    width: 21%;
}

.foot_top_05 {
    width: 160px;
    box-sizing: border-box;
    padding-top: 4px;
}

.foot_top_05 .pub_foot_big_tt {
	font-size: 18px;
}

.public_foot_bottom {
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.foot_bottom_01 {
    box-sizing: border-box;
    padding: 26px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-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-family: "Roboto-Light";
    font-size: 14px;
    color: #fafafa;
    text-transform: uppercase;
}

.foot_bottom_01 a {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #fafafa;
}

.foot_bottom_01 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~底部公用模块~~~~~~~~~~~end */
/* ~~~~~~~~~~~底部公用模块~~~~~~~~~~~end */
/* ~~~~~~~~~~~底部公用模块~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~about,css */
.SubPage_banner_wrap {
    height: 320px;
}

.SubPage_crumbs {
    background: #f8f8f8;
}

.SubPage_crumbs_wrap {
    box-sizing: border-box;
    padding: 12px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_wrap .crumbs_icon {
    font-size: 18px;
    color: #666666;
}

.SubPage_crumbs_wrap .crumbs_a {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 0 0 8px;
}

.SubPage_crumbs_wrap .crumbs_a a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs_wrap .crumbs_a a:hover {
    color: #003399;
}

.aboBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 50px;
}

.aboBoxOne_w .indPage_public_title a .tt_01 {
    text-align: center;
}

.aboBoxOne_w .indPage_public_title a .line {
    margin: 0 auto;
}

.aboBoxOne_w .indPage_public_title a .tt_02 {
    text-align: center;
}

.aboBoxOne1 {
    width: 80%;
    margin: 0 auto;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 25px;
}

.aboBoxOne2 .item:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxOne2 .item {
    perspective: 900px;
    overflow: hidden;
}

.aboBoxOne2 .item img {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxOne2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.aboBoxTwo {
    background: #f5f5f5;
}

.aboBoxTwo_w {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.aboBoxTwo1 {
    width: 90%;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.aboBoxTwo1 .text_01 {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    line-height: 52px;
}

.aboBoxTwo1 .text_02 {
    font-family: "Roboto-Light";
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding: 10px 0 0;
}

.aboBoxTwo2 {
    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;
}

.aboBoxTwo2 .item {
    width: calc((100% - 40px) / 2);
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px 20px 40px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxTwo2 .item:hover {
    background: #002e97;
}

.aboBoxTwo2 .item:hover .iconfont {
    color: #f0531d;
}

.aboBoxTwo2 .item:hover .tt,
.aboBoxTwo2 .item:hover .text {
    color: #ffffff;
}

.aboBoxTwo2 .item .iconfont {
    font-size: 60px;
    color: #333333;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxTwo2 .item .tt {
    font-family: "Roboto-Light";
    font-size: 24px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 8px 0 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxTwo2 .item .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxThree {
    background: url(../images/about_04.jpg) no-repeat center center / cover;
}

.aboBoxThree_w {
    box-sizing: border-box;
    padding: 70px 0 40px;
}

.aboBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxThree1_L {
    width: 46%;
}

.aboBoxThree1_L_lunbo .item {
    box-sizing: border-box;
    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;
}

.aboBoxThree1_L_lunbo .item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.aboBoxThree1_R {
    width: 49%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 50px 30px 60px;
}

.aboBoxThree1_R .tt {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.aboBoxThree1_R .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0 35px;
}

.aboBoxThree1_R .Page_public_More_btn {
    border: 2px solid #666666;
    color: #666666;
    margin: 0 auto;
}

.aboBoxThree1_R .Page_public_More_btn:hover {
    border: 2px solid #003399;
    color: #ffffff;
}

.aboBoxFour {
    background: #f5f5f5;
}

.aboBoxFour_w {
    box-sizing: border-box;
    padding: 50px 0 80px;
}

.aboBoxFour1 {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    line-height: 52px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.aboBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxFour2 .item {
    width: calc((100% - 82px) / 3);
    margin-right: 40px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 40px 30px 60px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxFour2>.item:nth-child(3n) {
    margin-right: 0;
}

.aboBoxFour2 .item:hover {
    background: #002e97;
}

.aboBoxFour2 .item:hover .iconfont {
    color: #f0531d;
}

.aboBoxFour2 .item:hover .text {
    color: #ffffff;
}

.aboBoxFour2 .item .iconfont {
    font-size: 70px;
    color: #333333;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxFour2 .item .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 35px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~advantage,css */
/* ~~~~~~~~~~~~~~~advantage,css */
/* ~~~~~~~~~~~~~~~advantage,css */
.advBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 110px;
}

.advBoxOne_w .module_tt_box .tt {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.advBoxOne_w .module_tt_box .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 35px;
}

.advBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advBoxOne1 .item {
    position: relative;
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 40px 10px 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.advBoxOne1>.item:nth-child(5n) {
    margin-right: 0;
}

.advBoxOne1 .item:hover {
    border: 1px solid #003399;
    background: #003399;
}

.advBoxOne1 .item:hover .iconfont {
    background: #ffffff;
    color: #003399;
}

.advBoxOne1 .item:hover .text {
    color: #ffffff;
}

.advBoxOne1 .item .iconfont {
    font-size: 60px;
    color: #666666;
    width: 138px;
    height: 138px;
    line-height: 138px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background: #f5f5f5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.advBoxOne1 .item .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 24px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.advBoxOne1 .item .top_L {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-left: 1px solid #003399;
    border-top: 1px solid #003399;
}

.advBoxOne1 .item .bottom_R {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #003399;
}

.advBoxTwo1_w .tt {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.advBoxTwo1_w .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 35px;
}


.advBoxTwo2 .item {
    background: #f5f5f5;
}

.advBoxTwo2_w {
    position: relative;
    box-sizing: border-box;
    padding: 40px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.advBoxTwo2_w_L {
    width: 60%;
}

.advBoxTwo2_w_L .tt {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #333333;
    line-height: 38px;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.advBoxTwo2_w_L .line_box {
    width: 100%;
    height: 7px;
    box-sizing: border-box;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}

.advBoxTwo2_w_L .text_box {
    box-sizing: border-box;
    padding-top: 25px;
}

.advBoxTwo2_w_L .text_box .text_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.advBoxTwo2_w_L .text_box .text_item::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #002b95;
    margin-top: 8px;
}

.advBoxTwo2_w_L .text_box .text_item span {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    width: calc(100% - 8px);
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.advBoxTwo2_w_R {
    width: 32%;
}

.advBoxTwo2_w_R img {
    width: 100%;
}

.advBoxTwo2_w .triangle_box {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #f5f5f5;
}

.advBoxTwo2>.item:nth-child(even) {
    background: #ffffff;
}

.advBoxTwo2>.item:nth-child(even) .advBoxTwo2_w {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.advBoxTwo2>.item:nth-child(even) .advBoxTwo2_w .triangle_box {
    border-bottom-color: #ffffff;
}

.advBoxTwo2>.item:nth-child(even) .advBoxTwo2_w_L .text_box .text_item::before {
    border: 2px solid #f16533;
}

/* ~~~~~~~~~~~~~~~advantage,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~advantage,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~advantage,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
.casBoxOne_w {
    box-sizing: border-box;
    padding: 60px 0 60px;
}


/* 公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #000000;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background: #ffffff;
    margin: 0 5px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_paging a:hover {
    background: #e65623;
    color: #ffffff;
    border: 1px solid #e65623;
}

.public_paging a.prev,
.public_paging a.next {
    width: 130px;
    border-radius: 22px;
}

.public_paging a.hover {
    background: #e65623;
    color: #ffffff;
    border: 1px solid #e65623;
}

/* 公用分页~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.conBoxOne1 .module_tt_box .tt_01 {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.conBoxOne1 .module_tt_box .tt_02 {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 35px;
}

.conBoxOne2 {
    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;
}

.conBoxOne2_L {
    width: 50%;
    box-sizing: border-box;
    border: 3px solid #dcdcdc;
}

.conBoxOne2_L img {
    width: 100%;
}

.conBoxOne2_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 30px;
}

.conBoxOne2_R .tt {
    font-family: "Roboto-Bold";
    font-size: 26px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.conBoxOne2_R_list .item {
    box-sizing: border-box;
    padding: 10px 0 10px;
    border-bottom: 1px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne2_R_list>.item:first-child {
    border-top: 1px solid #eeeeee;
}

.conBoxOne2_R_list .item .iconfont {
    font-size: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #003299;
    color: #ffffff;
    border-radius: 50%;
}

.conBoxOne2_R_list .item .right_text {
    width: calc(100% - 42px);
    box-sizing: border-box;
    padding: 8px 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne2_R_list .item .right_text span {
	font-family: "Roboto-Light";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 10px;
}

.conBoxOne2_R_list .item .right_text a {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0;
}

.conBoxOne2_R_list .item .right_text a:hover {
    text-decoration: underline;
}





.conPageBoxTwo {
    background: url(../images/contact_02.jpg) no-repeat center center / cover;
}

.conBoxTwo1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.conBoxTwo1 .module_tt_box .tt_01 {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.conBoxTwo1 .module_tt_box .tt_02 {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 40px;
}

/* 表单样式 */
.conBoxThree2_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conBoxThree2_form .item {
    width: 49%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.conBoxThree2_form .item .input_tt {
    width: 94px;
    font-family: "Roboto-Bold";
    font-size: 14px;
    color: #333333;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 8px 0 0;
}

.conBoxThree2_form .item .input_tt span {
    color: #fe1010;
    font-size: 14px;
}

.conBoxThree2_form .item input {
    width: calc(100% - 94px);
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 11px 10px 11px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item ::-webkit-input-placeholder {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #999999;
}

.conBoxThree2_form .item textarea {
    height: 115px;
    width: calc(100% - 94px);
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item.last {
    width: 100%;
    margin-bottom: 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: 176px;
    height: 40px;
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #ffffff;
    border-radius: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 15px;
    background: #003299;
    -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 */

/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~~~Exhibition,css */
/* ~~~~~~~~~~~~~~~~Exhibition,css */
/* ~~~~~~~~~~~~~~~~Exhibition,css */
.exhBoxOne_w {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.exhBoxOne1 {
    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;
}

.exhBoxOne1 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.exhBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

.exhBoxOne1 .item a:hover .right_box .tt {
    color: #f05a25;
}

.exhBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.exhBoxOne1 .item a .img_box {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

.exhBoxOne1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.exhBoxOne1 .item a .right_box {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

.exhBoxOne1 .item a .right_box .tt {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #0e0e0e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.exhBoxOne1 .item a .right_box .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 12px;
}

.exhBoxOne1 .item a .right_box .date_box {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 18px;
}

.exhBoxOne1 .item a .right_box .date_box .iconfont {
    font-size: 18px;
}

.exhBoxOne1 .item a .right_box .More_btn {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~~Exhibition,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Exhibition,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Exhibition,css~~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~factory,css */
.factBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 50px;
}

.factBoxOne_w .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.factBoxOne_w .module_tt_box .tt {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.factBoxOne_w .module_tt_box .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
}

.factBoxOne1 .item {
    box-sizing: border-box;
    border: 3px solid #ffffff;
    perspective: 900px;
    overflow: hidden;
}

.factBoxOne1 .item:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.factBoxOne1 .item img {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.factBoxOne1 .owl-controls {
    box-sizing: border-box;
    padding-top: 25px;
}

.factBoxTwo {
    background: url(../images/factory_05.jpg) no-repeat center center / cover;
}

.factBoxTwo .factBoxOne_w .module_tt_box .tt,
.factBoxTwo .factBoxOne_w .module_tt_box .text {
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~Faq,css */
/* ~~~~~~~~~~~~~~~Faq,css */
/* ~~~~~~~~~~~~~~~Faq,css */
.faqBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.faqBoxOne1 .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.faqBoxOne1 .module_tt_box .tt {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.faqBoxOne1 .module_tt_box .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}


/* faq问答 */
.FaqPageOne2 .item {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 40px 40px 50px 40px;
    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: #224aa5;
}

.FaqOne2_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 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-family: "Roboto-Bold";
    font-size: 18px;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
    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-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    background: #ffffff;
    box-sizing: border-box;
    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 */

.FaqPageOne2 .item a {
	display: block;
}

.FaqOne2_bottom .Answer_box .Answer span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}





.faqBoxOne3 {
    box-sizing: border-box;
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~~Faq,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Faq,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Faq,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~~new_del,css */
/* ~~~~~~~~~~~~~~~~~new_del,css */
/* ~~~~~~~~~~~~~~~~~new_del,css */
.new_dePageBoxOne {
    background: #fbfbfb;
}

.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.new_deBoxOne2 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 44px 50px 50px;
}

.new_deBoxOne2 .module_tt_box .tt {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box {
    box-sizing: border-box;
    padding: 28px 0 22px;
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .iconfont {
    font-size: 20px;
    color: #666666;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 4px 0 4px;
}

.new_deBoxOne2 .content_box {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding: 40px 0 50px;
}

.new_deBoxOne2 .content_box img {
    max-width: 100%;
}

.new_deBoxOne2 .back_btn a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #ffffff;
    width: 172px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: #003198;
    border-radius: 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne2 .back_btn a:hover {
    opacity: 0.8;
}

.new_deBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne3 .item {
    width: 50%;
}

.new_deBoxOne3>.item:first-child {
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.new_deBoxOne3 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
    background: #f4f4f4;
}

.new_deBoxOne3 .item a:hover .text,
.new_deBoxOne3 .item a:hover .date {
    color: #003198;
}

.new_deBoxOne3 .item a .text {
    width: calc(100% - 120px);
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.new_deBoxOne3 .item a .text span {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #333333;
}

.new_deBoxOne3 .item a .date {
    width: 120px;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 20px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ~~~~~~~~~~~~~~~~~new_del,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~new_del,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~new_del,css~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.newBoxOne1 {
    box-sizing: border-box;
    padding: 30px 0 60px;
}

.newBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 20px 30px;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a:hover {
    background: #163fa0;
}

.newBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne2 .item a:hover .right_box .tt,
.newBoxOne2 .item a:hover .right_box .text,
.newBoxOne2 .item a:hover .right_box .more_date .More_box,
.newBoxOne2 .item a:hover .right_box .more_date .date_box .iconfont,
.newBoxOne2 .item a:hover .right_box .more_date .date_box span {
    color: #ffffff;
}


.newBoxOne2 .item a .img_box {
    width: 32%;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box {
    width: 68%;
    box-sizing: border-box;
    padding: 0 10px 0 40px;
}

.newBoxOne2 .item a .right_box .tt {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #0e0e0e;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .text {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date {
    box-sizing: border-box;
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxOne2 .item a .right_box .more_date .More_box {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date .date_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne2 .item a .right_box .more_date .date_box .iconfont {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a .right_box .more_date .date_box span {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 3px 0 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne3 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~~~products,css */
.pro_liBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 80px;
}

.pro_liBoxOne1 {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.pro_liBoxOne2 {
    box-sizing: border-box;
    padding-bottom: 40px;
    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;
}

.pro_liBoxOne2 .item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 0 10px;
    border-radius: 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne2 .item:hover {
    background: #002f98;
}

.pro_liBoxOne2 .item:hover a {
    color: #ffffff;
}

.pro_liBoxOne2 .item a {
    display: block;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 40px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne2 .item.hover {
    background: #002f98;
}

.pro_liBoxOne2 .item.hover a {
    color: #ffffff;
}

.pro_liBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liBoxOne3 .item {
    width: calc((100% - 142px) / 3);
    margin-right: 70px;
    margin-bottom: 60px;
}

.pro_liBoxOne3>.item:nth-child(3n) {
    margin-right: 0;
}

.pro_liBoxOne3 .item a {
    display: block;
}

.pro_liBoxOne3 .item a:hover .bottom_text {
    color: #003399;
}

.pro_liBoxOne3 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_liBoxOne3 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_liBoxOne3 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne3 .item a .bottom_text {
    font-family: "Roboto-Light";
    font-size: 18px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~videos,css */
/* ~~~~~~~~~~~~~~~videos,css */
/* ~~~~~~~~~~~~~~~videos,css */
.vidBoxOne_w {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.vidBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vidBoxOne1 .item {
    width: calc((100% - 82px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}

.vidBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

.vidBoxOne1 .item:hover .img_box .img_01 {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.vidBoxOne1 .item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

.vidBoxOne1 .item .img_box .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidBoxOne1 .item .img_box .video_mask_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* ~~~~~~~~~~~~~~~videos,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~videos,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~videos,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~zhengshu,css */
/* ~~~~~~~~~~~~~~~~zhengshu,css */
/* ~~~~~~~~~~~~~~~~zhengshu,css */
.zheBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.zheBoxOne_w .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.zheBoxOne_w .module_tt_box .tt {
    font-family: "Roboto-Bold";
    font-size: 42px;
    color: #333333;
    text-align: center;
}

.zheBoxOne_w .module_tt_box .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
}

.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;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    padding: 42px 30px 42px;
}

.cerBoxOne2>.item:nth-child(4n) {
    margin-right: 0;
}

.cerBoxOne2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cerBoxOne2 .item .img_box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 6px solid #dcdcdc;
    padding: 20px 19px 20px;
    background: #dcdcdc;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
    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;
}

.zheBoxOne1 {
    box-sizing: border-box;
    padding-top: 10px;
}


/* ~~~~~~~~~~~~~~~~zhengshu,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~zhengshu,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~zhengshu,css~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~~~products_del,css */
/* ~~~~~~~~~~~~~~~~products_del,css */
.pro_deBoxOne {
    background: url(../images/pro_det_01.jpg) no-repeat center center / cover;
}

.pro_deBoxOne_w {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.pro_deBoxOne1 {
    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;
}


.pro_deBoxOne1_L {
    width: 50%;
}

.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%;
    box-sizing: border-box;
    padding-left: 50px;
}

.pro_deBoxOne1_R .tt_text_box .tt {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #333333;
}

.pro_deBoxOne1_R .tt_text_box .text {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px 0 25px;
}

.pro_deBoxOne1_R dl {
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.pro_deBoxOne1_R dl dd {
    box-sizing: border-box;
    padding: 16px 0 16px;
    border-bottom: 1px dashed #d5d5d5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_R dl>dd:last-child {
    border-bottom: none;
}

.pro_deBoxOne1_R dl dd::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999999;
    margin-top: 8px;
}

.pro_deBoxOne1_R dl dd span {
    width: calc(100% - 6px);
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 10px;
}


/* 产品详情页 按钮 */
.pro_det_public_btn {
    box-sizing: border-box;
    padding: 40px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_det_public_btn a {
    width: 220px;
    height: 48px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_det_public_btn a:hover {
    opacity: 0.8;
}

.pro_det_public_btn a .iconfont {
    font-size: 24px;
    color: #ffffff;
}

.pro_det_public_btn a span {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 0 6px;
}

.pro_det_public_btn>a:first-child {
    background: #003294;
}

.pro_det_public_btn>a:last-child {
    background: #e65623;
    margin-left: 20px;
}

/* 产品详情页 按钮~~~~~~~~~~~~~end */


/* 分享 */
.pro_det_public_share {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_det_public_share .share_text {
    font-family: "Roboto-Bold";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

/* 分享~~~~~~~~~~~~~~~~end */


.pro_deBoxTwo {
    background: #5a5a5a;
}

.pro_deBoxTwo_w {
    height: 96px;
    box-sizing: border-box;
    padding: 8px 0 0;
}

.pro_deBoxTwo1 {
    background: #5a5a5a;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxTwo1 .item {
    position: relative;
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #ffffff;
    width: calc(100% / 7);
    height: 88px;
    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;
}

.pro_deBoxTwo1 .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 56px;
    background: #727272;
}

.pro_deBoxTwo1>.item:last-child::after {
    display: none;
}

.pro_deBoxTwo1 .item.hover {
    background: #ffffff;
    color: #5a5a5a;
}

.pro_deBoxTwo1 .item.hover::after {
    background: #ffffff;
}

.padding_60px {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.pro_deBoxFour1_w {
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxFour1_L {
    width: 46%;
}

.pro_det_module_pub_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.pro_det_module_pub_tt .line {
    width: 4px;
    height: 22px;
    background: #002c95;
    box-sizing: border-box;
    border-top: 11px solid #f05924;
}

.pro_det_module_pub_tt span {
    font-family: "Roboto-Bold";
    font-size: 28px;
    color: #333333;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_deBoxFour1_L .text_box {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.pro_deBoxFour1_R {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxFour1_R:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxFour1_R img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour2 {
    background: #f5f5f5;
}

.pro_deBoxFour2_w {
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxFour2_L {
    width: 50%;
}

.pro_deBoxFour2_L_lunbo .owl-controls {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pro_deBoxFour2_R {
    width: 46%;
}

.pro_deBoxFour2_R .text_box {
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.pro_deBoxFour3_w {
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxFour3_L {
    width: 46%;
}


.pro_deBoxFour3_L_text div {
    position: relative;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 0 20px 20px;
}

.pro_deBoxFour3_L_text div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #002b95;
}

.pro_deBoxFour3_R {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxFour3_R:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxFour3_R img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour4 {
    background: url(../images/pro_det_08.jpg) no-repeat center center / cover;
}



.qiyBoxSeven2_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.qiyBoxSeven2_02 .item_list {
    width: 27.8%;
}

.qiyBoxSeven2_02 .item_list .img_box {
    perspective: 900px;
    overflow: hidden;
}

.qiyBoxSeven2_02 .item_list .img_box:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.qiyBoxSeven2_02 .item_list .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.qiyBoxSeven2_02 .item_list_center {
    width: 41.4%;
    margin: 0 1.4%;
    perspective: 900px;
    overflow: hidden;
}

.qiyBoxSeven2_02 .item_list_center:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.qiyBoxSeven2_02 .item_list_center img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour5 {
    background: #f5f5f5;
}

.pro_deBoxFour table {
    width: 100%;
    border-collapse: collapse;
}

.pro_deBoxFour table tr {
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deBoxFour table tr:hover {
    background: #002c95;
}

.pro_deBoxFour table tr:hover td {
    color: #ffffff!important;
}

.pro_deBoxFour table tr td {
    font-family: "Roboto-Light";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 14px 5px 14px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deBoxFour table tr td:first-child {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #333333;
}



.pro_deBoxFour table tr:first-child td {
    font-family: "Roboto-Bold";
    font-size: 18px;
}

.pro_deBoxFour6_w .pro_liBoxOne3 .item {
    margin-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products_del,css~~~~~~~~~~~~~end */








/* back_top_btn */
.public_back_top_btn {
    position: fixed;
    z-index: 10;
    bottom: 150px;
    right: 10px;
    width: 46px;
    height: 46px;
    background: #e65623;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(230, 86, 35, 0.8);
}

.public_back_top_btn .iconfont {
    font-size: 26px;
    color: #ffffff;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}