﻿#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 20px;
}

/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* h1标签 */
.indexPage_h1 {
    display: none;
}













/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 14px 15px 7px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #ee851a;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #ee851a;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #ee851a;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 50px;
    margin-right: 72px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #ee851a;
}



.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("../image/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: #ee851a;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
    color: #666666;
}

.Category_three .mobile_three_Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../image/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: #ee851a;
}


.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: #ee851a;
    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;
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */


















/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
html,
body {
    font-family: "Microsoft YaHei";
}

/* 公用导航,css */
/* 公用导航,css */
.pc_public_nav_box {
    height: 162px;
}

.pc_public_nav_bottom.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    box-shadow: 0 6px 8px rgba(115, 115, 115, .15);
}

.pc_public_nav_bottom.active .pc_nav_bottom_01 .pc_nav_list_box .item>a {
    line-height: 94px;
}


.pc_public_nav_top {
    background: #f3f3f3;
}

.pc_nav_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_top_01 .left_text {
    font-size: 14px;
    color: #666666;
}

.pc_nav_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_top_02 .phone_box {
    font-size: 14px;
    color: #666666;
    margin-right: 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_02 .phone_box a {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_02 .phone_box:hover,
.pc_nav_top_02 .phone_box:hover a {
    color: #ee851a;
}

.pc_nav_top_02 .panorama_720_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_nav_top_02 .panorama_720_box a:hover .iconfont,
.pc_nav_top_02 .panorama_720_box a:hover span {
    color: #ee851a;
}

.pc_nav_top_02 .panorama_720_box a .iconfont {
    font-size: 22px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_02 .panorama_720_box a span {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_02 .language_switch {
    position: relative;
    height: 45px;
    box-sizing: border-box;
    padding: 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_top_02 .language_switch .language_box_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.pc_nav_top_02 .language_switch .language_box_01:hover span,
.pc_nav_top_02 .language_switch .language_box_01:hover .iconfont {
    color: #ee851a;
}

.pc_nav_top_02 .language_switch .language_box_01 span {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_02 .language_switch .language_box_01 .iconfont {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_top_02 .language_switch .language_box_02 {
    display: none;
    position: absolute;
    z-index: 2;
    width: 90%;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    box-sizing: border-box;
    padding: 8px 5px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.pc_nav_top_02 .language_switch .language_box_02 a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_nav_top_02 .language_switch .language_box_02 a:hover {
    background: #ee851a;
    color: #fff;
}

.pc_nav_top_02 .search_box .click_icon {
    font-size: 20px;
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #eaeaea;
    color: #686868;
    cursor: pointer;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pc_nav_top_02 .search_box .click_icon:hover {
    background: #ee851a;
    color: #fff;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
}

.all_public_form .icon_01 {
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #666;
}

.all_public_form .icon_01:hover {
    color: #ee851a;
}

.all_public_form .public_form_close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 11px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #666;
}

.all_public_form .public_form_close:hover {
    color: #ee851a;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

.pc_public_nav_bottom {
    width: 100%;
    background: #fff;
}

.pc_nav_bottom_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_bottom_01 .log_box {
    width: 377px;
}

.pc_nav_bottom_01 .log_box a {
    display: block;
}

.pc_nav_bottom_01 .log_box a img {
    width: 100%;
}

.pc_nav_list_box {
    width: calc(100% - 470px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_nav_list_box .item {
    position: relative;
}

.pc_nav_list_box .item>a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 117px;
    box-sizing: border-box;
    padding: 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 74%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 2px;
    background: #ee851a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_list_box .item.hover>a {
    color: #ee851a;
}

.pc_nav_list_box .item.hover>a::after {
    width: 100%;
}


/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 190px;
    box-sizing: border-box;
    padding: 0 10px 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.publicTwo_stage_nav .EveryOne a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 16px 8px 16px 8px;
    border-bottom: 1px solid #ededed;
}

.publicTwo_stage_nav .EveryOne a:hover .iconfont,
.publicTwo_stage_nav .EveryOne a:hover span {
    color: #ee851a;
}

.publicTwo_stage_nav .EveryOne a .iconfont {
    font-size: 12px;
    color: #333333;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a span {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 二级导航~~~~~~~~~~~~end */


.product_Two_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: -244px;
    width: 826px;
    box-sizing: border-box;
    padding: 34px 20px 30px 35px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.product_Two_stage_nav .package_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;
}

.Large_class_title {
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.Two_stage_nav_littleclass_box .littleclass_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.Two_stage_nav_littleclass_box .littleclass_item a:hover .iconfont,
.Two_stage_nav_littleclass_box .littleclass_item a:hover span {
    color: #ee851a;
}

.Two_stage_nav_littleclass_box .littleclass_item a .iconfont {
    font-size: 12px;
    color: #333333;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Two_stage_nav_littleclass_box .littleclass_item a span {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.Large_class_01 {
    width: 24%;
}

.Large_class_02 {
    width: 28%;
}

.Large_class_03 {
    width: 40%;
}








/* 公用导航,css~~~~~~~~~~~~~end */
/* 公用导航,css~~~~~~~~~~~~~end */

.ind_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: #666666;
    -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: #ee851a;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indPageBoxOne {
    background: url(../image/ind_01.jpg) no-repeat center center / cover;
}

.indBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
}

.indPage_pub_tt a {
    font-size: 36px;
    color: #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indPage_pub_tt a div {
    width: 88px;
    height: 48px;
    font-size: 36px;
    color: #ffffff;
    background: #ee851a;
    text-align: center;
    margin-right: 4px;
}

.indPage_pub_tt .tt_02 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 16px;
}

.indBoxOne1 .indPage_pub_tt {
    width: 50%;
}

.indBoxOne2 {
    box-sizing: border-box;
    padding-top: 270px;
}

.indBoxOne2 .item {
    box-sizing: border-box;
    padding-bottom: 42px;
}

.indBoxOne2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxOne2 .item a:hover .iconfont,
.indBoxOne2 .item a:hover span {
    color: #ee851a;
}

.indBoxOne2 .item a .iconfont {
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 6px 8px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2 .item a span {
    font-size: 18px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
}

.indBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxTwo2 .indPage_pub_tt {
    width: 50%;
}

.indPage_pub_More_btn {
    width: 182px;
}

.indPage_pub_More_btn a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    background: url(../image/ind_02.jpg) no-repeat left center;
    background-size: 0 100%;
    background-color: #f5f5f5;
    text-align: center;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indPage_pub_More_btn a:hover {
    background-size: 100% 100%;
    color: #fff;
}

.indBoxTwo3 {
    box-sizing: border-box;
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxTwo3_01 {
    width: 25%;
    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;
}

.indBoxTwo3_01 .item {
    height: calc((100% - 50px) / 3);
    background: #f5f5f5;
    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;
    box-sizing: border-box;
    padding: 15px 10px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo3_01 .item:hover .iconfont,
.indBoxTwo3_01 .item:hover span {
    color: #ffffff;
}

.indBoxTwo3_01 .item:hover {
    background: #ee851a;
}

.indBoxTwo3_01 .item .iconfont {
    font-size: 50px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo3_01 .item span {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo3_01 .item.hover {
    background: #ee851a;
}

.indBoxTwo3_01 .item.hover .iconfont,
.indBoxTwo3_01 .item.hover span {
    color: #fff;
}

.indBoxTwo3_02 {
    width: 72%;
}

.indBoxTwo3_02_lunbo .item a {
    display: block;
    position: relative;
}

.indBoxTwo3_02_lunbo .item a img {
    width: 100%;
}

.indBoxTwo3_02_lunbo .item a .right_text {
    width: 38%;
    position: absolute;
    top: 50%;
    right: 30px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.indBoxTwo3_02_lunbo .item a .right_text .tt_box .tt_01 {
    font-size: 24px;
    color: #333333;
}

.indBoxTwo3_02_lunbo .item a .right_text .tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding: 12px 0 32px;
}

.indBoxTwo3_02_lunbo .item a .right_text .bottom_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxTwo3_02_lunbo .item a .right_text .bottom_box .iconfont {
    width: 24px;
    color: #ee851a;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 4px;
}

.indBoxTwo3_02_lunbo .item a .right_text .bottom_box .list {
    width: calc(100% - 24px);
}

.indBoxTwo3_02_lunbo .item a .right_text .bottom_box .list .every_tt {
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 18px;
}

.indBoxTwo3_02_lunbo .item a .right_text .bottom_box .list .every_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo3_02_lunbo .item a .right_text .bottom_box .list .every_box .every_item {
    width: calc(100% / 3);
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 10px 10px 0;
}

.indBoxTwo3_02_lunbo .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.indPageBoxThree {
    background: #dae3ea;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxThree1 {
    width: 32%;
    background: url(../image/ind_04.jpg) no-repeat center center / cover;
    box-sizing: border-box;
    padding: 80px 0 80px 13%;
}

.indBoxThree1 .indPage_pub_tt a {
    color: #fff;
}

.indBoxThree1 .indPage_pub_tt .tt_02 {
    color: #fff;
}

.indBoxThree1_dots {
    box-sizing: border-box;
    padding: 80px 0 145px;
}

.indBoxThree1_dots .item {
    box-sizing: border-box;
    padding: 18px 10px 18px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    background: url(../image/ind_02.jpg) no-repeat left center;
    background-size: 0 100%;
}

.indBoxThree1_dots .item.active {
    background-size: 100% 100%;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.indBoxThree1_dots .item .iconfont {
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 8px 0 0;
}

.indBoxThree1_dots .item span {
    font-size: 18px;
    color: #ffffff;
}

.indBoxThree1_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxThree1_btn .prev_btn,
.indBoxThree1_btn .next_btn {
    font-size: 30px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background: #fff;
    color: #ee851a;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_btn .prev_btn:hover,
.indBoxThree1_btn .next_btn:hover {
    background: #ee851a;
    color: #fff;
}

.indBoxThree1_btn .next_btn {
    margin-left: 10px;
}


.indBoxThree2 {
    width: 55%;
    box-sizing: border-box;
    padding: 0px 0 0px 30px;
}

.indBoxThree2_lunbo .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree2_lunbo .item .every {
    width: calc((100% - 30.5px) / 2);
}

.indBoxThree2_lunbo .item>.every:nth-child(-n + 2) {
    margin-bottom: 30px;
}

.indBoxThree2_lunbo .item .every a {
    display: block;
    box-sizing: border-box;
    border: 2px solid #eff2f5;
}

.indBoxThree2_lunbo .item .every a:hover .img_box .bottom_text {
    background: rgba(238, 133, 26, 0.6);
}

.indBoxThree2_lunbo .item .every a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree2_lunbo .item .every a .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
    display: flex;
    justify-content: center; 
}

.indBoxThree2_lunbo .item .every a .img_box img {
    width: 70%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2_lunbo .item .every a .img_box .bottom_text {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.6);
    text-align: center;
    box-sizing: border-box;
    padding: 22px 10px 22px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2_lunbo .owl-controls {
    display: none;
}

.indPageBoxFour {
    background: #f5f5f5;
}

.indBoxFour1 {
    box-sizing: border-box;
    padding: 80px 0 100px;
}

.indBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxFour2_L {
    width: 50%;
    box-sizing: border-box;
    padding: 40px 40px 0 0;
}

.indPage_pub_tt .tt_03 {
    font-weight: 300;
    font-size: 28px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 12px;
}

.indBoxFour2_L .text {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
    padding: 18px 0 28px;
}

.indBoxFour2_L .indPage_pub_More_btn a {
    background-color: #fff;
}

.indBoxFour2_R {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.indBoxFour2_R:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour2_R .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour2_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2_R .img_mask_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
}

.indBoxFour2_R .img_mask_box img {
    max-width: 100%;
    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~~~~~~~~~~~~~~~~结束 */


.indBoxFour1 .indBoxFour3 {
    box-sizing: border-box;
    padding: 48px 0 0;
}

.indBoxFour3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour3 .item {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0 10px;
}

.indBoxFour3 .item:hover .iconfont {
    color: #ee851a;
}

.indBoxFour3 .item .iconfont {
    font-size: 44px;
    color: #333333;
    text-align: center;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxFour3 .item .tt {
    font-size: 24px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 0 10px;
}

.indBoxFour3 .item .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.indPageBoxFive {
    background: url(../image/ind_11.jpg) no-repeat center center / cover;
}

.indBoxFive1 {
    box-sizing: border-box;
    padding: 80px 0 120px;
}

.indBoxFive2 {
    position: relative;
}

.indBoxFive2 .item_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFive2 .item_box .item {
    width: calc(100% / 4);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.indBoxFive2 .item_box .item:hover .num_box {
    background: #ee851a;
    color: #fff;
}

.indBoxFive2 .item_box .item .num_box {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2 .item_box .item.hover .num_box {
    background: #ee851a;
    color: #fff;
}

.indBoxFive2 .line {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: 2px;
    background: #ffffff;
}

.indBoxFive3 {
    box-sizing: border-box;
    padding-top: 60px;
}

.indBoxFive3_item {
    background: url(../image/ind_13.jpg) no-repeat center center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFive3_item .left_box {
    background: url(../image/ind_12.jpg) no-repeat center center / cover;
    width: 25%;
    box-sizing: border-box;
    padding: 60px 30px 50px 40px;
}

.indBoxFive3_item .left_box .tt_box .tt_01 {
    font-size: 36px;
    color: #ffffff;
}

.indBoxFive3_item .left_box .tt_box .tt_02 {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 3px;
}

.indBoxFive3_item .left_box .num_box {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 74px;
}

.indBoxFive3_item_R {
    width: 75%;
    box-sizing: border-box;
    padding: 10px 40px 10px 50px;
}

.indBoxFive3_item_R .item_every {
    box-sizing: border-box;
    padding: 40px 0 40px;
    border-bottom: 1px solid #eeeeee;
}

.indBoxFive3_item_R .item_every .tt {
    font-size: 24px;
    color: #333333;
}

.indBoxFive3_item_R .item_every .text {
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 12px;
}

.indBoxFive3_item_R>.item_every:last-child {
    border-bottom: none;
}


/* 表单样式 */
.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: 15px;
}

.conBoxThree2_form .item .input_tt {
    width: 100px;
    font-weight: 300;
    font-size: 16px;
    color: #242424;
    text-align: right;
    box-sizing: border-box;
    padding: 8px 14px 0 0;
}

.conBoxThree2_form .item .input_tt span {
    color: #fe1010;
    font-size: 18px;
}

.conBoxThree2_form .item input {
    width: calc(100% - 100px);
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 11px 10px 11px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.conBoxThree2_form .item ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-weight: 300;
    font-size: 14px;
    color: #999999;
}

.conBoxThree2_form .item textarea {
    height: 115px;
    width: calc(100% - 100px);
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 12px 10px 12px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.conBoxThree2_form .item.last {
    width: 100%;
    margin-bottom: 12px;
}

.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: 182px;
    line-height: 46px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
    background: #ee851a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxThree2_form .btn_box button:hover {
    opacity: 0.8;
}


/* 表单样式~~~~~~~~~~~~~~~end */


.indBoxFive3_item_R .conBoxThree2 .conBoxThree2_form {
    box-sizing: border-box;
    padding-top: 10px;
}

.indBoxSix1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
}

.indBoxSix2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxSix2 .indPage_pub_tt {
    width: 50%;
}

.indBoxSix3 {
    box-sizing: border-box;
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxSix3_L {
    width: 41%;
}

.indBoxSix3_L .item {
    margin-bottom: 10px;
}

.indBoxSix3_L .item a {
    display: block;
    box-sizing: border-box;
    padding: 30px 20px 21px 20px;
    background: #f5f5f5;
}

.indBoxSix3_L .item a:hover .top_box .date_box .date_01 {
    background: #fc9f27;
    color: #fff;
}

.indBoxSix3_L .item a .top_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxSix3_L .item a .top_box .date_box {
    width: 76px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

.indBoxSix3_L .item a .top_box .date_box .date_01 {
    font-weight: 700;
    font-size: 24px;
    color: #666666;
    text-align: center;
    background: #dedfe4;
    box-sizing: border-box;
    padding: 10px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix3_L .item a .top_box .date_box .date_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 10px;
    background: #fafafa;
}

.indBoxSix3_L .item a .top_box .text_box {
    width: calc(100% - 76px);
    box-sizing: border-box;
    padding: 4px 0 0 15px;
}

.indBoxSix3_L .item a .top_box .text_box .text_01 {
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxSix3_L .item a .top_box .text_box .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxSix3_L .item a .More_btn {
    text-align: right;
    font-size: 14px;
    color: #333333;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxSix3_L .item a .More_btn:hover .iconfont {
    color: #fc9f27;
}

.indBoxSix3_L .item a .More_btn:hover {
    color: #fc9f27;
}

.indBoxSix3_L .item a .More_btn .iconfont {
    font-size: 14px;
    color: #333333;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxSix3_R {
    width: 54.2%;
    background: #fc9f27;
}

.indBoxSix3_R a {
    display: block;
}

.indBoxSix3_R a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxSix3_R .img_box {
    position: relative;
    top: 30px;
    right: 30px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxSix3_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix3_R .img_box .img_text_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    box-sizing: border-box;
    padding: 0 40px 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;
}

.indBoxSix3_R .img_box .img_text_box .text_01 {
    font-size: 24px;
    color: #ffffff;
}

.indBoxSix3_R .img_box .img_text_box .text_02 {
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 12px 0 12px;
}

.indBoxSix3_R .img_box .img_text_box .text_03 {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~底部公用模块,css */
/* ~~~~~~~~~~~~底部公用模块,css */
/* ~~~~~~~~~~~~底部公用模块,css */
.public_foot_box {
    background: #424242;
}

.foot_top_01 {
    box-sizing: border-box;
    padding: 50px 0 30px;
    border-bottom: 1px solid #5c5c5c;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01 .left_box {
    width: 58%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_top_public_tt {
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 16px;
    border-bottom: 1px solid #5c5c5c;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top_public_tt::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin-right: 12px;
}

.foot_top_public_list {
    box-sizing: border-box;
    padding-top: 30px;
}

.foot_top_public_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.foot_top_public_list .item a:hover .iconfont,
.foot_top_public_list .item a:hover span {
    color: #ee851a;
}

.foot_top_public_list .item a .iconfont {
    font-size: 14px;
    color: #949697;
    box-sizing: border-box;
    padding: 3px 6px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_public_list .item a span {
    font-size: 14px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_02 {
    width: 28%;
}

.foot_top_03 {
    width: 28%;
}

.foot_top_04 {
    width: 20%;
}

.foot_top_05 {
    width: 15%;
}

.foot_top_06 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.foot_top_06_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_06_form input {
    font-size: 14px;
    color: #ffffff;
    width: 79%;
    outline: none;
    border: 2px solid #505050;
    background: none;
    box-sizing: border-box;
    padding: 15px 10px 15px 15px;
}

.foot_top_06_form button {
    width: 21%;
    font-size: 14px;
    color: #989898;
    outline: none;
    box-sizing: border-box;
    border: 2px solid #505050;
    border-left: none;
    background: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_06_form button:hover {
    color: #ee851a;
}

.foot_top_01 .right_box {
    width: 37%;
    box-sizing: border-box;
    padding: 0 60px 0 80px;
    border-left: 1px solid #5c5c5c;
}

.foot_top_01 .right_box .list {
    box-sizing: border-box;
    padding-top: 30px;
}

.foot_top_01 .right_box .list dd {
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.foot_top_01 .right_box .list>dd:last-child {
    padding-bottom: 0;
}

.foot_top_01 .right_box .list dd a {
    font-size: 14px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01 .right_box .list dd a:hover {
    color: #ee851a;
}

.foot_top_01 .right_box .list dd img {
    width: 100%;
    max-width: 110px;
}

.foot_bottom_01 {
    box-sizing: border-box;
    padding: 16px 0 22px;
    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;
}

.foot_bottom_01 .left_box .box_01 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    padding-bottom: 3px;
}

.foot_bottom_01 .left_box .box_01 a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.foot_bottom_01 .left_box .box_01 a:hover {
    text-decoration: underline;
}

.foot_bottom_01 .left_box .box_02 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.foot_bottom_01 .left_box .box_02 a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.foot_bottom_01 .right_box .text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    padding-bottom: 8px;
}

.foot_bottom_01 .right_box .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_bottom_01 .right_box .icon_box a {
    font-size: 18px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #bababa;
    color: #424242;
    margin-right: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_bottom_01 .right_box .icon_box a:hover {
    background: #ee851a;
    color: #fff;
}

.foot_bottom_01 .right_box .icon_box>a:last-child {
    margin-right: 0;
}

/* ~~~~~~~~~~~~底部公用模块,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块,css~~~~~~~~~~~~end */





/* 返回顶部按钮,css */
.public_back_top_btn {
    position: fixed;
    z-index: 10;
    right: 100px;
    bottom: 300px;
    font-size: 30px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #fc9f27;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
}

/* 返回顶部按钮,css~~~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~~~~~Storage_仓储解决,css */
/* ~~~~~~~~~~~~~~~~~Storage_仓储解决,css */
/* ~~~~~~~~~~~~~~~~~Storage_仓储解决,css */
.second_banner_box {
    height: 680px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.second_banner_box_01 {
    width: 100%;
    background: rgba(81, 106, 136, 0.94);
}

.second_banner_box_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.second_banner_box_02 .item {
    height: 100px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.second_banner_box_02>.item:last-child {
    border-right: none;
}

.second_banner_box_02 .item:hover a {
    background: #ee851a;
}

.second_banner_box_02 .item a {
    font-size: 20px;
    color: #ffffff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.second_banner_box_02 .item.hover a {
    background: #ee851a;
}

.second_banner_crumbs {
    background: #f5f5f5;
}

.second_banner_crumbs_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 14px 0 14px;
}

.second_banner_crumbs_01 .iconfont {
    font-size: 20px;
    color: #666666;
}

.second_banner_crumbs_01 .crumbs_a_box {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
}

.second_banner_crumbs_01 .crumbs_a_box a {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.second_banner_crumbs_01 .crumbs_a_box a:hover {
    color: #ee851a;
}


.storBoxOne2 {
    box-sizing: border-box;
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.storBoxOne2_L {
    width: 52%;
    box-sizing: border-box;
    padding: 0 100px 0 0;
}

.storBoxOne2_L .tt_01 {
    font-weight: normal;
    font-size: 36px;
    color: #333333;
}

.storBoxOne2_L .tt_02 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    box-sizing: border-box;
    padding-top: 20px;
}

.storBoxOne2_L .list {
    box-sizing: border-box;
    padding-top: 20px;
}

.storBoxOne2_L .list dd {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.storBoxOne2_R {
    width: 48%;
    perspective: 900px;
    overflow: hidden;
}

.storBoxOne2_R img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.storBoxOne2_R img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.storPageBoxOne>.storBoxOne1:nth-child(even) {
    background: #f5f5f5;
}

.storPageBoxOne>.storBoxOne1:nth-child(even) .storBoxOne2 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.storPageBoxOne>.storBoxOne1:nth-child(even) .storBoxOne2 .storBoxOne2_L {
    padding: 0 0 0 45px;
}


/* ~~~~~~~~~~~~~~~~~Storage_仓储解决,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Storage_仓储解决,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Storage_仓储解决,css~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~product_det,css */
/* ~~~~~~~~~~~~~product_det,css */
/* ~~~~~~~~~~~~~product_det,css */
.pro_deBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}

.pro_deBoxOne1_L_lunbo {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.pro_deBoxOne1_L_lunbo .owl-controls {
    position: absolute;
    bottom: 0;
    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: 0 40px 0 40px;
}

.pro_deBoxOne1_R .tt_box .tt_01 {
    font-size: 16px;
    color: #fa8811;
}

.pro_deBoxOne1_R .tt_box .tt_02 {
    font-weight: normal;
    font-size: 37px;
    color: #333333;
    box-sizing: border-box;
    padding: 8px 0 20px;
}

.pro_deBoxOne1_R .tt_box .tt_03 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.pro_deBoxOne1_R .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_R .btn_box a {
    width: 45%;
    height: 52px;
    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-sizing: border-box;
    border: 3px solid #fa8811;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deBoxOne1_R .btn_box>a:first-child {
    margin-right: 20px;
}

.pro_deBoxOne1_R .btn_box a:hover {
    background: #fa8811;
}

.pro_deBoxOne1_R .btn_box a:hover .iconfont,
.pro_deBoxOne1_R .btn_box a:hover span {
    color: #fff;
}

.pro_deBoxOne1_R .btn_box a .iconfont {
    font-size: 32px;
    color: #fa8811;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deBoxOne1_R .btn_box a span {
    font-size: 16px;
    color: #fa8811;
    box-sizing: border-box;
    padding-left: 20px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_dePageBoxTwo {
    background: #dae3ea;
}

.pro_deBoxTwo1 {
    box-sizing: border-box;
    padding: 50px 0 40px;
}

.pro_deBoxTwo1 .Module_tt {
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.pro_dePageBox_core_box table {
    width: 100%;
    border-collapse: collapse;
}

.pro_dePageBox_core_box table tr td {
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #dae3ea;
    background: #edf1f5;
    padding: 10px 10px 10px 50px;
}

.pro_dePageBox_core_box table tr:first-child td {
    font-size: 18px;
    color: #ffffff;
    background: #e0770a;
}

.pro_deBoxThree1 {
    box-sizing: border-box;
    padding: 60px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxThree1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}

.pro_deBoxThree1_L .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxThree1_L .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxThree1_L .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxThree1_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}

.pro_deBoxThree1_R .tt {
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 28px;
}

.pro_deBoxThree1_R dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 26px;
}

.pro_deBoxThree1_R dl dd img {
    width: 21px;
    max-width: 100%;
}

.pro_deBoxThree1_R dl dd div {
    width: calc(100% - 21px);
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 0 0 12px;
}

.pro_deBoxFour1 {
    box-sizing: border-box;
    padding: 0 0 68px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxFour1_L {
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px 0 25px;
}

.pro_deBoxFour1_L .tt {
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 24px;
}

.pro_deBoxFour1_L .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.pro_deBoxFour1_R {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.pro_deBoxFour1_R .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxFour1_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour1_R .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxFour1_R .play_btn {
    width: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.pro_dePageBoxFive {
    background: #f5f5f5;
}

.pro_deBoxFive1 {
    box-sizing: border-box;
    padding: 50px 0 50px;
}

.pro_deBoxFive1 .Module_tt {
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 24px;
}

.pro_deBoxFive2 .item a {
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
}

.pro_deBoxFive2 .item a:hover .bottom_text {
    color: #ee851a;
}

.pro_deBoxFive2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxFive2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxFive2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFive2 .item a .bottom_text {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 16px 10px 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFive2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}


.pro_dePageBoxSix {
    background: url(../image/pro_det_08.jpg) no-repeat center center / cover;
}

.pro_deBoxSix1 {
    box-sizing: border-box;
    padding: 50px 80px 60px;
}

.pro_deBoxSix1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.pro_deBoxSix1 .Module_tt_box .tt_02 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 25px;
}

.pro_deBoxSix2 .conBoxThree2 .conBoxThree2_form .item.last {
    margin-bottom: 40px;
}

/* ~~~~~~~~~~~~~product_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~product_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~product_det,css~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~product_list,css */
/* ~~~~~~~~~~~~product_list,css */
/* ~~~~~~~~~~~~product_list,css */
.pro_liBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liBoxOne1_L {
    width: 24%;
}

.pro_liBoxOne1_L_01 {
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 1px;
    padding-bottom: 0;
}

.pro_liBoxOne1_L_01 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 22px 10px 22px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_liBoxOne1_L_01 .item a:hover {
    background: #ee851a;
}

.pro_liBoxOne1_L_01 .item a:hover .iconfont,
.pro_liBoxOne1_L_01 .item a:hover span {
    color: #fff;
}

.pro_liBoxOne1_L_01 .item a .iconfont {
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    box-sizing: border-box;
    padding: 6px 14px 0 0;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_liBoxOne1_L_01 .item a span {
    font-size: 18px;
    color: #333333;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_liBoxOne1_L_01 .item.hover a {
    background: #ee851a;
}

.pro_liBoxOne1_L_01 .item.hover a .iconfont,
.pro_liBoxOne1_L_01 .item.hover a span {
    color: #fff;
}

.pro_liBoxOne1_L_02 .btn_box {
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 1px;
}

.pro_liBoxOne1_L_02 .btn_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_liBoxOne1_L_02 .btn_box a:hover {
    background: #ee851a;
}

.pro_liBoxOne1_L_02 .btn_box a:hover .iconfont,
.pro_liBoxOne1_L_02 .btn_box a:hover span {
    color: #fff;
}

.pro_liBoxOne1_L_02 .btn_box a .iconfont {
    font-size: 22px;
    color: #333333;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_liBoxOne1_L_02 .btn_box a span {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    word-break: break-all;
}

.pro_liBoxOne1_R {
    width: 74.6%;
}

.pro_liBoxOne1_R .Module_tt {
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.pro_liBoxOne1_R_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liBoxOne1_R_01 .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro_liBoxOne1_R_01>.item:nth-child(3n) {
    margin-right: 0;
}

.pro_liBoxOne1_R_01 .item a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.pro_liBoxOne1_R_01 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_liBoxOne1_R_01 .item a:hover .bottom_text {
    color: #ee851a;
}

.pro_liBoxOne1_R_01 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.pro_liBoxOne1_R_01 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne1_R_01 .item a .bottom_text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    padding: 14px 0 14px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liBoxOne1_R_02 {
    box-sizing: border-box;
    padding-top: 30px;
}


/* 公用分页 */
.public_paging {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-size: 14px;
    color: #333333;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    margin: 0 7px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_paging a:hover {
    background: #ee851a;
    color: #fff;
    border: 1px solid #ee851a;
}

.public_paging a.prev,
.public_paging a.next {
    width: 130px;
}

.public_paging a.hover {
    background: #ee851a;
    color: #fff;
    border: 1px solid #ee851a;
}

/* 公用分页~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~product_list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~product_list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~product_list,css~~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~service,css */
.second_banner_crumbs.bg_white {
    background: #fff;
}

.servPageBoxOne {
    background: #f5f5f5;
}
.servBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 90px;
}
.servBoxOne2_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.servBoxOne2_item .img_box {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}
.servBoxOne2_item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.servBoxOne2_item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.servBoxOne2_item .right_text {
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 70px 0 80px;
    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;
}
.servBoxOne2_item .right_text .tt {
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.servBoxOne2_item .right_text dl dd {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.servBoxOne2 > .servBoxOne2_item:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.servBoxOne1 .pro_deBoxSix1 {
    background: #fff;
    margin-top: 80px;
    padding: 70px 80px 80px;
}



/* ~~~~~~~~~~~~~~service,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~service,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~service,css~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~project,css */
/* ~~~~~~~~~~~~~project,css */
/* ~~~~~~~~~~~~~project,css */

.projPageBoxOne {
    background: #f5f5f5;
}
.projBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.projBoxOne2 {
    width: 76%;
}
.projBoxOne2 .item {
    margin-bottom: 20px;
}
.projBoxOne2 .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: 5px;
    background: #fff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.projBoxOne2 .item a:hover {
    background: #ee851a;
}
.projBoxOne2 .item a:hover .right_text .text_01,
.projBoxOne2 .item a:hover .right_text .text_02,
.projBoxOne2 .item a:hover .right_text .More_btn {
    color: #fff;
}
.projBoxOne2 .item a .img_box {
    width: 44%;
}
.projBoxOne2 .item a .img_box img {
    width: 100%;
}
.projBoxOne2 .item a .right_text {
    width: 56%;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
}
.projBoxOne2 .item a .right_text .text_01 {
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 14px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.projBoxOne2 .item a .right_text .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.projBoxOne2 .item a .right_text .More_btn {
    font-size: 14px;
    color: #ee851a;
    box-sizing: border-box;
    padding-top: 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.projBoxOne2 .item a .right_text .More_btn span {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    vertical-align: middle;
    margin-top: -6px;
}

.projBoxOne2_01 {
    box-sizing: border-box;
    padding-top: 40px;
}

.projBoxOne3 {
    width: 21.4%;
}

.projBoxOne3_01 {
    background: #fff;
    box-sizing: border-box;
    padding: 25px 15px 5px 15px;
}

.projBoxOne3_01_01 .tt {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.projBoxOne3_01_01 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.projBoxOne3_01_01 .item a:hover .iconfont,
.projBoxOne3_01_01 .item a:hover span {
    color: #ee851a;
}
.projBoxOne3_01_01 .item a .iconfont {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 4px 10px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.projBoxOne3_01_01 .item a span {
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.projBoxOne3_01_02 .item {
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.projBoxOne3_01_02 .item a {
    display: block;
}
.projBoxOne3_01_02 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.projBoxOne3_01_02 .item a:hover .bottom_text {
    color: #ee851a;
}
.projBoxOne3_01_02 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.projBoxOne3_01_02 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.projBoxOne3_01_02 .item a .bottom_text {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 16px 0 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.projBoxOne3_01_02 > .item:last-child {
    border-bottom: none;
}


.projBoxOne3 .pro_liBoxOne1_L_02 .btn_box {
    border: 1px solid #fff;
}
.projBoxOne3 .pro_liBoxOne1_L_02 .btn_box a {
    background: #fff;
}
.projBoxOne3 .pro_liBoxOne1_L_02 .btn_box a:hover {
    background: #ee851a;
}

/* ~~~~~~~~~~~~~project,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~project,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~project,css~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~project_det,css */
/* ~~~~~~~~~~~~~~project_det,css */
/* ~~~~~~~~~~~~~~project_det,css */
.proj_dePageBoxOne {
    background: #f5f5f5;
}
.proj_deBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proj_deBoxOne1_L {
    width: 76%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 40px 55px;
}
.proj_deBoxOne1_L .Module_tt {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 44px;
    border-bottom: 1px solid #dcdcdc;
}

.proj_deBoxOne1_L .content_box {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 45px 0 30px;
}

.proj_deBoxOne1_L .content_box .item {
    box-sizing: border-box;
    padding-bottom: 45px;
}
.proj_deBoxOne1_L .content_box .item .item_tt {
    font-size: 24px;
    color: #ee851a;
    box-sizing: border-box;
    padding-bottom: 22px;
}
.proj_deBoxOne1_L .content_box .item .item_text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-bottom: 44px;
    border-bottom: 1px solid #f5f5f5;
}
.proj_deBoxOne1_L .content_box img {
    max-width: 100%;
}
.proj_deBoxOne1_L .content_box .img_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;
}
.proj_deBoxOne1_L .content_box .img_box .img_item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}
.proj_deBoxOne1_L .content_box .img_box .img_item img {
    width: 100%;
}



.proj_deBoxOne1_L .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.proj_deBoxOne1_L .btn_box a {
    display: block;
    width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 26px 10px 26px 30px;
}
.proj_deBoxOne1_L .btn_box a:hover .text_02 {
    color: #fa8811;
}
.proj_deBoxOne1_L .btn_box a .text_01 {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 14px;
}
.proj_deBoxOne1_L .btn_box a .text_02 {
    font-size: 16px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~~project_det,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~project_det,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~project_det,css~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~company,css */
/* ~~~~~~~~~~~~~company,css */
/* ~~~~~~~~~~~~~company,css */
.compBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.compBoxOne1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.compBoxOne1_L .indBoxFour2_R {
    width: 100%;
}

.compBoxOne1_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
}
.compBoxOne1_R .text_01 {
    font-size: 24px;
    color: #666666;
}
.compBoxOne1_R .text_02 {
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding: 14px 0 20px;
}
.compBoxOne1_R .text_03 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}


.compPageBoxTwo {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.compBoxTwo1 .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.compBoxTwo1 .tt_02 {
    font-size: 24px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 36px;
}

.compBoxTwo2 {
    position: relative;
}
.compBoxTwo2::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
}
.compBoxTwo2_01_lunbo .item {
    height: 230px;
    position: relative;
}
.compBoxTwo2_01_lunbo .item:hover .item_round,
.compBoxTwo2_01_lunbo .item:hover .bottom_box,
.compBoxTwo2_01_lunbo .item:hover .bottom_box .top_arrow_box {
    background: #ee851a;
}

.compBoxTwo2_01_lunbo .item:hover .bottom_box .date,
.compBoxTwo2_01_lunbo .item:hover .bottom_box .text {
    color: #fff;
}
.compBoxTwo2_01_lunbo .item .item_round {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #ee851a;
    background: #f5f5f5;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxTwo2_01_lunbo .item .bottom_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 164px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px 20px 10px 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.compBoxTwo2_01_lunbo .item .bottom_box .date {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxTwo2_01_lunbo .item .bottom_box .text {
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 6px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxTwo2_01_lunbo .item .bottom_box .top_arrow_box {
    position: absolute;
    top: 5px;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.compBoxThree1 {
    box-sizing: border-box;
    padding: 70px 0 90px;
}
.compBoxThree1 .Module_tt_box {
    box-sizing: border-box;
    padding-bottom: 70px;
}
.compBoxThree1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.compBoxThree1 .Module_tt_box .tt_02 {
    font-size: 24px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 18px;
}
.compBoxThree1 .Module_tt_box .tt_03 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}
.compBoxThree1 .indBoxFour3 .item {
    border-right: 1px solid #eeeeee;
}
.compBoxThree1 .indBoxFour3 > .item:last-child {
    border-right: none;
}

.compPageBoxFour {
    background: url(../image/company_01.jpg) no-repeat center center / cover;
}
.compBoxFour1 {
    box-sizing: border-box;
    padding: 80px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.compBoxFour1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}
.compBoxFour1_L .tt {
    font-size: 36px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.compBoxFour1_L .text {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.compBoxFour1_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
    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;
}
.compBoxFour1_R .item {
    background: #d1d7df;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 55px 10px 55px;
    margin-bottom: 20px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxFour1_R .item:hover {
    background: #ee851a;
}
.compBoxFour1_R .item:hover .num,
.compBoxFour1_R .item:hover .text {
    color: #fff;
}
.compBoxFour1_R .item .num {
    font-weight: 700;
    font-size: 60px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxFour1_R .item .text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxFour1_R .item.one {
    width: 40%;
}
.compBoxFour1_R .item.two {
    width: 57%;
}

.compPageBoxFive {
    background: #dae3ea;
}
.compBoxFive1 {
    box-sizing: border-box;
    padding: 80px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.compBoxFive1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    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;
}

.compBoxFive1_L .item {
    background: #f8f9fb;
    box-sizing: border-box;
    padding: 40px 10px 50px;
    margin-bottom: 20px;
    border-radius: 5px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxFive1_L .item:hover {
    background: #ee851a;
}
.compBoxFive1_L .item:hover .iconfont,
.compBoxFive1_L .item:hover .text {
    color: #fff;
}
.compBoxFive1_L .item .iconfont {
    font-size: 66px;
    color: #333333;
    text-align: center;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.compBoxFive1_L .item .text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.compBoxFive1_L .item.one {
    width: calc((100% - 40px) / 3);
}
.compBoxFive1_L .item.two {
    width: calc((100% - 20px) / 2);
}

.compBoxFive1_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}
.compBoxFive1_R .tt {
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 24px;
}
.compBoxFive1_R .text {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}


/* ~~~~~~~~~~~~~company,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~company,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~company,css~~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~~~contact us,css */
.con_usPageBoxOne {
    background: #f5f5f5;
}

.con_usBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}
.con_usBoxOne1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.con_usBoxOne1 .Module_tt_box .tt_02 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 26px;
}
.con_usBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.con_usBoxOne2_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}
.con_usBoxOne2_L .img_box {
    box-sizing: border-box;
    border: 3px solid #fff;
}
.con_usBoxOne2_L .img_box img {
    width: 100%;
}
.con_usBoxOne2_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    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;
}

.con_usBoxOne2_R .item {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 30px 10px 30px 40px;
    background: #fff;
    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;
}
.con_usBoxOne2_R .item:hover {
    background: #ee851a;
}
.con_usBoxOne2_R .item:hover .iconfont {
    background: #fff;
}
.con_usBoxOne2_R .item:hover .right_text .text_01,
.con_usBoxOne2_R .item:hover .right_text .text_02,
.con_usBoxOne2_R .item:hover .right_text .text_02 a {
    color: #fff;
}

.con_usBoxOne2_R .item .iconfont {
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #616161;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.con_usBoxOne2_R .item .right_text {
    width: calc(100% - 42px);
    box-sizing: border-box;
    padding-left: 20px;
}
.con_usBoxOne2_R .item .right_text .text_01 {
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.con_usBoxOne2_R .item .right_text .text_02 {
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.con_usBoxOne2_R .item .right_text .text_02 a {
    font-size: 14px;
    color: #666666;
    word-break: break-all;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.con_usBoxOne2_R .item .right_text .text_02 a:hover {
    text-decoration: underline;
}

.con_usBoxOne2_R .item.one {
    width: calc((100% - 10px) / 2);
}
.con_usBoxOne2_R .item.two {
    width: 100%;
}

/* ~~~~~~~~~~~~~~contact us,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~contact us,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~contact us,css~~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~technology,css */
/* ~~~~~~~~~~~~technology,css */
/* ~~~~~~~~~~~~technology,css */
.techPageBoxOne {
    box-sizing: border-box;
    padding: 70px 0 0;
}
.techPageBoxOne .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.techPageBoxOne .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 30px;
    text-align: center;
}
.techBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.techBoxOne1_L {
    width: 50%;
    background: #dae3ea;
    box-sizing: border-box;
    padding: 92px 0 35px;
}

.techBoxOne1_L_lunbo {
    width: 57%;
    margin: 0 auto;
}
.techBoxOne1_L_lunbo .item {
    box-sizing: border-box;
    border: 8px solid #f0f0f0;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) inset;
    background: #dcdcdc;
}
.techBoxOne1_L_lunbo .item a {
    display: block;
}

.techBoxOne1_L_lunbo .item img {
    width: 100%;
}
.techBoxOne1_L_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 70px;
}

.techBoxOne1_R {
    width: 50%;
    background: #e2ebf2;
    box-sizing: border-box;
    padding: 40px 0 30px;
}

.techBoxOne1_R_lunbo {
    width: 71%;
    margin: 0 auto;
}
.techBoxOne1_R_lunbo .item {
    box-sizing: border-box;
    border: 8px solid #f0f0f0;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) inset;
    background: #dcdcdc;
}
.techBoxOne1_R_lunbo .item a {
    display: block;
}
.techBoxOne1_R_lunbo .item img {
    width: 100%;
}

.techBoxOne1_R_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 20px;
}

.techPageBoxTwo {
    background: url(../image/technology_03.jpg) no-repeat center center / cover;
}
.techBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

.techBoxTwo1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.techBoxTwo1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 25px;
}
.techBoxTwo2 .item {
    box-sizing: border-box;
    border: 8px solid #f0f0f0;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) inset;
    background: #dcdcdc;
}
.techBoxTwo2 .item a {
    display: block;
}
.techBoxTwo2 .item img {
    width: 100%;
}

.techBoxTwo2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.techBoxThree1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}
.techBoxThree1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.techBoxThree1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 25px;
}
.techBoxThree2 .item {
    box-sizing: border-box;
    border: 8px solid #f0f0f0;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) inset;
    background: #dcdcdc;
}
.techBoxThree2 .item a {
    display: block;
}
.techBoxThree2 .item img {
    width: 100%;
}

.techBoxThree2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.techPageBoxFour {
    background: url(../image/technology_06.jpg) no-repeat center center / cover;
}
.techBoxFour1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}
.techBoxFour1 .Module_tt {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.techBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.techBoxFour2 .item {
    width: calc((100% - 20px) / 2);
    background: #f0f2f4;
    box-sizing: border-box;
    padding: 50px 20px 55px 60px;
}
.techBoxFour2 .item .tt_box .tt_01 {
    font-size: 24px;
    color: #333333;
}
.techBoxFour2 .item .tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 12px 0 25px;
}

.techBoxFour2 .item .bottom_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.techBoxFour2 .item .bottom_box .img_box {
    width: 41.8%;
    box-sizing: border-box;
    border: 2px solid #516a88;
    margin-right: 20px;
    perspective: 900px;
    overflow: hidden;
}
.techBoxFour2 .item .bottom_box .img_box:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.techBoxFour2 .item .bottom_box .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.techPageBoxFive {
    box-sizing: border-box;
    padding: 70px 0 40px;
}
.techPageBoxFive .Module_tt {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.techBoxFive1_item_01 {
    box-sizing: border-box;
    padding: 40px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.techBoxFive1_item_01 .left_box {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.techBoxFive1_item_01 .left_box .img_box {
    background: #f5f5f5;
}
.techBoxFive1_item_01 .left_box .img_box img {
    width: 100%;
    position: relative;
    top: 20px;
    right: 20px;
}
.techBoxFive1_item_01 .right_box {
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px;
}
.techBoxFive1_item_01 .right_box .text_01 {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 12px;
}
.techBoxFive1_item_01 .right_box .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.techBoxFive1 > .techBoxFive1_item:nth-child(even) {
    background: #f5f5f5;
}
.techBoxFive1 > .techBoxFive1_item:nth-child(even) .techBoxFive1_item_01 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.techBoxFive1 > .techBoxFive1_item:nth-child(even) .techBoxFive1_item_01 .left_box .img_box {
    background: #ee851a;
}
.techBoxFive1 > .techBoxFive1_item:nth-child(even) .techBoxFive1_item_01 .left_box .img_box img {
    right: auto;
    left: 20px;
}
.techBoxFive1 > .techBoxFive1_item:nth-child(even) .techBoxFive1_item_01 .right_box .text_01 {
    text-align: right;
}
.techBoxFive1 > .techBoxFive1_item:nth-child(even) .techBoxFive1_item_01 .right_box .text_02 {
    text-align: right;
}


/* ~~~~~~~~~~~~technology,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~technology,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~technology,css~~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~~~~productive_str.css */
/* ~~~~~~~~~~~~~~~~productive_str.css */
/* ~~~~~~~~~~~~~~~~productive_str.css */
.pro_strPageBoxOne {
    background: #f5f5f5;
}
.pro_strBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}
.pro_strBoxOne1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.pro_strBoxOne1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 25px;
}

.pro_strBoxOne2 .item .img_box {
    box-sizing: border-box;
    border: 4px solid #ffffff;
    perspective: 900px;
    overflow: hidden;
}
.pro_strBoxOne2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pro_strBoxOne2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pro_strBoxOne2 .item .bottom_text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
}

.pro_strBoxOne2 .owl-controls {    
    box-sizing: border-box;
    padding-top: 30px;
}


.pro_strBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 60px;
}
.pro_strBoxTwo1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.pro_strBoxTwo1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 25px;
}

.pro_strBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_strBoxTwo2 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 9px;
}
.pro_strBoxTwo2 > .item:nth-child(3n) {
    margin-right: 0;
}
.pro_strBoxTwo2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pro_strBoxTwo2 .item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}
.pro_strBoxTwo2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pro_strBoxTwo2 .item .img_box .bottom_text {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    text-align: center;
    box-sizing: border-box;
    padding: 14px 5px 14px;
}


.pro_strPageBoxThree {
    background: url(../image/productive_str_11.jpg) no-repeat center center / cover;
}
.pro_strBoxThree1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}
.pro_strBoxThree1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.pro_strBoxThree1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 30px;
}

.pro_strBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro_strBoxThree2_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 60px;
}
.pro_strBoxThree2_L .img_box img {
    width: 100%;
}

.pro_strBoxThree2_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
}
.pro_strBoxThree2_R .text_01 {
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 18px;
}
.pro_strBoxThree2_R .text_02 {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.pro_strPageBoxFour {
    background: #dae3ea;
}

.pro_strBoxFour1 {
    box-sizing: border-box;
    padding: 80px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_strBoxFour1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
.pro_strBoxFour1_L .text_01 {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 18px;
}
.pro_strBoxFour1_L .text_02 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.pro_strBoxFour1_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px 0 59px;
}
.pro_strBoxFour1_R .img_box img {
    width: 100%;
}
.pro_strBoxFive1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.pro_strBoxFive1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.pro_strBoxFive1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 25px;
}
.pro_strBoxFive2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.pro_strBoxFive2 .item {
    width: 23.9%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 9px;
}
.pro_strBoxFive2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pro_strBoxFive2 .item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}
.pro_strBoxFive2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pro_strBoxFive2 .item .img_box .bottom_text {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(51,51,51,0.36);
    text-align: center;
    box-sizing: border-box;
    padding: 12px 5px 12px;
}
.pro_strBoxFive2 .item.center {
    width: 49.3%;
}


/* ~~~~~~~~~~~~~~~~productive_str.css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~productive_str.css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~productive_str.css~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~news_det,css */
/* ~~~~~~~~~~~~~~news_det,css */
/* ~~~~~~~~~~~~~~news_det,css */
.new_dePageBoxOne {
    background: #f5f5f5;
}
.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}
.new_deBoxOne2 {
    background: #fff;
    box-sizing: border-box;
    padding: 50px 80px 80px;
}
.new_deBoxOne2 .Module_tt {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.new_deBoxOne2 .tt_icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 0 26px;
    border-bottom: 1px solid #eeeeee;
}
.new_deBoxOne2 .tt_icon_box .icon_text_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 13px;
}
.new_deBoxOne2 .tt_icon_box .icon_text_box .iconfont {
    font-size: 18px;
    color: #666666;
}
.new_deBoxOne2 .tt_icon_box .icon_text_box .text {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 4px 0 8px;
}

.new_deBoxOne2 .content_box {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 36px 0 50px;
}
.new_deBoxOne2 .content_box img {
    max-width: 100%;
}

.new_deBoxOne2 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.new_deBoxOne2 .btn_box a {
    display: block;
    width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 26px 10px 26px 30px;
}
.new_deBoxOne2 .btn_box a:hover .text_02 {
    color: #fa8811;
}
.new_deBoxOne2 .btn_box a .text_01 {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 14px;
}
.new_deBoxOne2 .btn_box a .text_02 {
    font-size: 16px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.new_deBoxTwo1 {
    box-sizing: border-box;
    padding: 50px 0 50px;
}
.new_deBoxTwo1 .Module_tt {
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.new_deBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new_deBoxTwo2 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
}
.new_deBoxTwo2 > .item:nth-child(4n) {
    margin-right: 0;
}
.new_deBoxTwo2 .item a {
    display: block;
}
.new_deBoxTwo2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.new_deBoxTwo2 .item a:hover .bottom_box .text_01 {
    color: #ee851a;
}
.new_deBoxTwo2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.new_deBoxTwo2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_deBoxTwo2 .item a .bottom_box .text_01 {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 26px 0 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_deBoxTwo2 .item a .bottom_box .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_deBoxTwo2 .item a .bottom_box .More_btn {
    font-size: 14px;
    color: #ee851a;
    box-sizing: border-box;
    padding-top: 16px;
}
.new_deBoxTwo2 .item a .bottom_box .More_btn span {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 12px 0 0;
    vertical-align: middle;
    margin-top: -6px;
}


/* ~~~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~news_list,css */
/* ~~~~~~~~~~~~~~~news_list,css */
/* ~~~~~~~~~~~~~~~news_list,css */
.new_liBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 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;
}

.new_liBoxOne1_L {
    width: 51.4%;
}
.new_liBoxOne1_L .img_box {
    perspective: 900px;
    overflow: hidden;
}
.new_liBoxOne1_L .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liBoxOne1_L .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.new_liBoxOne1_R {
    width: 46.5%;
}
.new_liBoxOne1_R .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: 32px 30px 36px 30px;
    background: #f5f5f5;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.new_liBoxOne1_R .item a:hover {
    background: #ee851a;
}
.new_liBoxOne1_R .item a:hover .date_box .date_02 {
    color: #ffffff;
    background: #f6c18a;
}
.new_liBoxOne1_R .item a:hover .right_text .text_01,
.new_liBoxOne1_R .item a:hover .right_text .text_02 {
    color: #fff;
}
.new_liBoxOne1_R .item a .date_box {
    width: 76px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}
.new_liBoxOne1_R .item a .date_box .date_01 {
    font-weight: 700;
    font-size: 24px;
    color: #666666;
    text-align: center;
    background: #dedfe4;
    box-sizing: border-box;
    padding: 10px 0 10px;
}
.new_liBoxOne1_R .item a .date_box .date_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 7px 0 9px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.new_liBoxOne1_R .item a .right_text {
    width: calc(100% - 76px);
    box-sizing: border-box;
    padding: 0 0 0 30px;
}
.new_liBoxOne1_R .item a .right_text .text_01 {
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 10px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.new_liBoxOne1_R .item a .right_text .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.new_liPageBoxTwo {
    background: #f5f5f5;
}
.new_liBoxTwo1 {
    box-sizing: border-box;
    padding: 60px 0 80px;
}
.new_liBoxTwo2 .item {
    margin-bottom: 20px;
}
.new_liBoxTwo2 .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;
    background: #ffffff;
}
.new_liBoxTwo2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.new_liBoxTwo2 .item a:hover .right_box .text_01 {
    color: #ee851a;
}
.new_liBoxTwo2 .item a .img_box {
    width: 28%;
    perspective: 900px;
    overflow: hidden;
}
.new_liBoxTwo2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liBoxTwo2 .item a .right_box {
    width: 72%;
    box-sizing: border-box;
    padding: 0 30px 0 40px;
}
.new_liBoxTwo2 .item a .right_box .text_01 {
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liBoxTwo2 .item a .right_box .text_02 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_liBoxTwo2 .item a .right_box .right_bottom_box {
    box-sizing: border-box;
    padding-top: 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.new_liBoxTwo2 .item a .right_box .right_bottom_box .More_btn {
    font-size: 14px;
    color: #ee851a;
}
.new_liBoxTwo2 .item a .right_box .right_bottom_box .More_btn span {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 8px 0 0;
    vertical-align: middle;
    margin-top: -6px;
}
.new_liBoxTwo2 .item a .right_box .right_bottom_box .icon_date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.new_liBoxTwo2 .item a .right_box .right_bottom_box .icon_date .iconfont {
    font-size: 18px;
    color: #666666;
}
.new_liBoxTwo2 .item a .right_box .right_bottom_box .icon_date span {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 4px;
}

.new_liBoxTwo3 {
    box-sizing: border-box;
    padding-top: 20px;
}


/* ~~~~~~~~~~~~~~~news_list,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_list,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_list,css~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~download,css */
/* ~~~~~~~~~~~~~~download,css */
/* ~~~~~~~~~~~~~~download,css */
.downBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}
.downBoxOne1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.downBoxOne1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 25px;
}
.downBoxOne2 {
    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;
}
.downBoxOne2 .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}
.downBoxOne2 .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 40px;
    border: 1px solid #d8d8d8;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.downBoxOne2 .item a:hover {
    border: 1px solid #fa8811;
}
.downBoxOne2 .item a:hover .iconfont {
    color: #fa8811;
}
.downBoxOne2 .item a .iconfont {
    width: 60px;
    font-size: 50px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.downBoxOne2 .item a .right_box {
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding-left: 15px;
}
.downBoxOne2 .item a .right_box .text_01 {
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.downBoxOne2 .item a .right_box .right_bottom_box span {
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding-right: 30px;
}

.downBoxOne3 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~~grain_oil,css */
/* ~~~~~~~~~~~~~~grain_oil,css */
/* ~~~~~~~~~~~~~~grain_oil,css */
.graiPageBoxOne {
    background: #f5f5f5;
}
.graiBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.graiBoxOne1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
.graiBoxOne1_L .tt {
    font-size: 36px;
    color: #333333;
}
.graiBoxOne1_L .text {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    box-sizing: border-box;
    padding: 18px 0 26px;
}
.graiBoxOne1_L .bottom_box .list_tt {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.graiBoxOne1_L .bottom_box dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.graiBoxOne1_L .bottom_box dl dd {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 10px 0;
}
.graiBoxOne1_L .bottom_box dl dd img {
    width: 21px;
}
.graiBoxOne1_L .bottom_box dl dd span {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 6px;
}
.graiBoxOne1_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
.graiBoxOne1_R .img_box {
    perspective: 900px;
    overflow: hidden;
}
.graiBoxOne1_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.graiBoxOne1_R .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.graiBoxTwo1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}
.graiBoxTwo1 .Module_tt {
    font-size: 36px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 24px;
}

.graiBoxTwo2 {
    box-sizing: border-box;
    padding-bottom: 40px;
}
.graiBoxTwo2_01_mobile {
    display: none;
}
.graiBoxTwo2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.graiBoxTwo2_01 .item {
    width: calc(100% / 6);
    box-sizing: border-box;
    padding: 0 14px;
}
.graiBoxTwo2_01 .item img {
    width: 100%;
}
.graiBoxTwo2_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.graiBoxTwo2_02 .left_item {
    width: calc(100% / 6);
    box-sizing: border-box;
    padding: 0 14px;
}
.graiBoxTwo2_02 .left_item .img_box img {
    width: 100%;
}
.graiBoxTwo2_02 .left_item .text {
    font-size: 16px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 32px 0 6px;
}
.graiBoxTwo2_02 .left_item .iconfont {
    width: 60px;
    margin: 0 auto;
    font-size: 60px;
    color: #e88f11;
    background: #fff;
}

.graiBoxTwo2_02_center {
    width: calc((100% / 6) * 4);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.graiBoxTwo2_02_center .item {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0 14px;
    cursor: pointer;
}
.graiBoxTwo2_02_center .item:hover .text {
    color: #fa8811;
}
.graiBoxTwo2_02_center .item:hover .item_arrow {
    background: #fa8811;
}
.graiBoxTwo2_02_center .item .img_box img {
    width: 100%;
}
.graiBoxTwo2_02_center .item .text {
    font-size: 16px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 32px 0 32px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.graiBoxTwo2_02_center .item .item_arrow {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fa8811;
    background: #ffffff;
    margin: 0 auto;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.graiBoxTwo2_02::after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: 31px;
    left: 0;
    z-index: -1;
    background: #c5c5c5;
}

.graiBoxTwo2_02_center .item.hover .text {
    color: #fa8811;
}
.graiBoxTwo2_02_center .item.hover .item_arrow {
    background: #fa8811;
}

.graiBoxTwo3 {
    box-sizing: border-box;
    padding: 50px 30px 60px;
    background: #f5f5f5;
}

.graiBoxTwo3_item_tt {
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.graiBoxTwo3_item_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.graiBoxTwo3_item_01_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}
.graiBoxTwo3_item_01_L .every_one {
    box-sizing: border-box;
    padding-bottom: 36px;
}
.graiBoxTwo3_item_01_L .every_one .tt {
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.graiBoxTwo3_item_01_L .every_one .text {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.graiBoxTwo3_item_01_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
}
.graiBoxTwo3_item_01_R .tt {
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.graiBoxTwo3_item_01_R dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 26px;
}
.graiBoxTwo3_item_01_R dl dd img {
    width: 21px;
}
.graiBoxTwo3_item_01_R dl dd div {
    width: calc(100% - 21px);
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-left: 10px;
}

.graiBoxTwo3_item_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0 50px;
}
.graiBoxTwo3_item_02_L {
    width: 49%;
}
.graiBoxTwo3_item_02_R {
    width: 49%;
}

.graiBoxTwo3_item_03 .tt {
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.graiBoxTwo3_item_03_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
}
.graiBoxTwo3_item_03_list .item {
    width: calc(100% / 4);
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.graiBoxTwo3_item_03_list .item a {
    display: block;
    background: #ffffff;
}
.graiBoxTwo3_item_03_list .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.graiBoxTwo3_item_03_list .item a:hover .bottom_text {
    color: #fa8811;
}
.graiBoxTwo3_item_03_list .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.graiBoxTwo3_item_03_list .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.graiBoxTwo3_item_03_list .item a .bottom_text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    padding: 16px 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.graiBoxTwo3_item_03 .More_btn {
    box-sizing: border-box;
    padding-top: 40px;
}
.graiBoxTwo3_item_03 .More_btn a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 182px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    background: #ee851a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.graiBoxTwo3_item_03 .More_btn a:hover {
    opacity: 0.8;
}



.graiPageBoxThree {
    background: #dae3ea;
}
.graiBoxThree1 {
    box-sizing: border-box;
    padding: 50px 0 0px;
}
.graiBoxThree1 .Module_tt_box .tt_01 {
    font-size: 36px;
    color: #444444;
    text-align: center;
}
.graiBoxThree1 .Module_tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 50px;
}


.graiBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.graiBoxThree2_L {
    width: 300px;
}

.graiBoxThree2_L_list {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    border-bottom: none;
}
.graiBoxThree2_L_list .item {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 30px 20px 30px 30px;
    border-bottom: 1px solid #cacaca;
    background: #e5e5e5;
    cursor: pointer;
}
.graiBoxThree2_L_list .item.hover {
    background: #ffffff url(../image/grain_oil_14.png) no-repeat left center;
    background-size: auto 100%;
    color: #e88f11;
}

.graiBoxThree2_R {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 30px;
}

.graiBoxThree2_R_01_item {
    box-sizing: border-box;
    padding-bottom: 60px;
}
.graiBoxThree2_R_01_item_01 .tt {
    font-size: 24px;
    color: #333333;
}
.graiBoxThree2_R_01_item_01 .text {
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 18px 0 50px;
}

.graiBoxThree2_R_01_item_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.graiBoxThree2_R_01_item_02 .left_box {
    width: 50%;
}
.graiBoxThree2_R_01_item_02 .left_box .tt {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.graiBoxThree2_R_01_item_02 .left_box dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 14px;
}
.graiBoxThree2_R_01_item_02 .left_box dl dd img {
    width: 21px;
}
.graiBoxThree2_R_01_item_02 .left_box dl dd div {
    width: calc(100% - 21px);
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 10px;
}

.graiBoxThree2_R_01_item_03 {
    box-sizing: border-box;
    padding: 50px 0 40px;
}

.graiPageBoxThree table {
    width: 100%;
    border-collapse: collapse;
}
.graiPageBoxThree table tr td {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    background: #edf1f5;
    box-sizing: border-box;
    border: 1px solid #dae3ea;
    padding: 14px 10px 14px 30px;
}
.graiPageBoxThree table tr:first-child td {
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #ffffff;
    background: #fe9518;
}

.graiBoxThree2_R_01_item_04 .tt {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.graiBoxThree2_R_01_item_04_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.graiBoxThree2_R_01_item_04_list .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
}
.graiBoxThree2_R_01_item_04_list > .item:nth-child(3n) {
    margin-right: 0;
}
.graiBoxThree2_R_01_item_04_list .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.graiBoxThree2_R_01_item_04_list .item .img_box {
    box-sizing: border-box;
    border: 3px solid #fff;
    perspective: 900px;
    overflow: hidden;
}
.graiBoxThree2_R_01_item_04_list .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.graiBoxThree2_R_01_item_04_list .item .bottom_text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.graiBoxThree2_R_01_item_05 .tt {
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.graiBoxThree2_R_01_item_05 dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.graiBoxThree2_R_01_item_05 dl dd {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 14px;
}
.graiBoxThree2_R_01_item_05 dl dd img {
    width: 21px;
}
.graiBoxThree2_R_01_item_05 dl dd div {
    width: calc(100% - 21px);
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 10px;
}

.graiBoxThree2_R_01_item_06 img {
    width: 100%;
}


/* ~~~~~~~~~~~~~~grain_oil,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~grain_oil,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~grain_oil,css~~~~~~~~~~~~~~~end */