#baguetteBox-overlay {
    display: none;
}

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

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

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

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

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

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}







/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 10px;
}

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














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

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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


.mobile_logo {
    width: 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: #d71914;
    border-radius: 2px;
    margin-bottom: 7px;
}

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


.mobile_lag_icon {
    color: #d71914;
    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: #d71914;
}



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/menu_ico.png") no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    padding: 8px 0 8px 10px;
}


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #00bd6b;
    padding-left: 10px;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
}

.Category_three .Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #d71914;
}


.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: #d71914;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_placeholder_box {
    display: none;
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */

















/* ~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~pc 导航,css */
.pc_public_head_box {
    height: 133px;
}

.pc_head_top {
    background: #282828;
}

.pc_head_top_wrap {
    box-sizing: border-box;
    padding: 6px 0 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

.pc_head_top_01 .home_page_text {
    width: 70px;
    margin-right: 20px;
}

.pc_head_top_01 .home_page_text a {
    position: relative;
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_01 .home_page_text a:hover {
    color: #d71914;
}

.pc_head_top_01 .home_page_text a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background: #999999;
}

.pc_head_top_01 .email_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
}

.pc_head_top_01 .email_box a:hover span {
    color: #d71914;
}

.pc_head_top_01 .email_box a span {
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.pc_head_top_02 .panorama_720 {
    box-sizing: border-box;
    padding-right: 20px;
}

.pc_head_top_02 .panorama_720 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_02 .panorama_720 a:hover .iconfont,
.pc_head_top_02 .panorama_720 a:hover span {
    color: #d71914;
}

.pc_head_top_02 .panorama_720 a .iconfont {
    font-size: 28px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .panorama_720 a span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    padding: 6px 0 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .head_icon {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 12px;
}

.pc_head_top_02 .head_icon a {
    display: block;
    font-size: 14px;
    color: #444444;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 7px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .head_icon a:hover {
    background: #d71914;
    color: #ffffff;
}

.pc_head_top_02 .head_icon .L_line {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background: #999999;
}

.pc_head_top_02 .head_icon .R_line {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background: #999999;
}

.pc_head_language {
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
}

.head_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.head_language_01:hover .iconfont,
.head_language_01:hover span {
    color: #d71914;
}

.head_language_01 .iconfont {
    font-size: 18px;
    color: #ffffff;
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    padding-left: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.head_language_02 a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 12px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pc_head_language .R_line {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background: #999999;
}

.pc_head_search .search_icon {
    width: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search .search_icon:hover {
    color: #d71914;
}


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

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

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

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

.all_public_form .icon_01:hover {
    color: #d71914;
}

.all_public_form .public_form_close {
    font-size: 27px;
    position: absolute;
    top: 14px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #d71914;
}

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

.pc_head_bottom {
    background: #ffffff;
}

.pc_head_bottom.active {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

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

.pc_head_bottom_wrap .logo_box {
    width: 182px;
}

.pc_head_bottom_wrap .logo_box a {
    display: block;
}

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

.pc_head_bottom_01 {
    width: calc(100% - 290px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item > a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #040000;
    line-height: 90px;
    box-sizing: border-box;
    padding: 0 10px;
}

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

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

/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 185px;
    background: #ffffff;
}

.publicTwo_stage_nav .EveryOne {
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
}

.publicTwo_stage_nav > .EveryOne:last-child {
    border-bottom: none;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 16px 10px 16px 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #d71914;
}

/* 二级导航 end~~~~~~~~~~~ */

.pc_head_tel {
    width: 200px;
}

.pc_head_tel a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_tel a:hover .right_text .tt,
.pc_head_tel a:hover .right_text .text {
    color: #d71914;
}

.pc_head_tel .iconfont {
    width: 45px;
    font-size: 34px;
    color: #d71914;
    box-sizing: border-box;
    padding-top: 3px;
}

.pc_head_tel .right_text {
    width: calc(100% - 45px);
}

.pc_head_tel .right_text .tt {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_tel .right_text .text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~~~end */




















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

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

.ind_banner_box .owl-controls .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: #e5e5e5;
    box-sizing: border-box;
    border: 1px solid #fbfbfc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_banner_box .owl-controls .owl-dots .owl-dot.active span {
    width: 24px;
    background: #d71914;
}

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

.indBoxOne {
    position: relative;
}

.indBoxOne .top_bg_img {
    position: absolute;
    z-index: 2;
    top: -65px;
    left: 0;
    width: 100%;
}

.indBoxOne .top_bg_img img {
    width: 100%;
}

.indBoxOne_w {
    box-sizing: border-box;
    padding: 160px 0 60px;
}

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

.indBoxOne1_L {
    width: 50%;
    position: relative;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

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

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

.all_video_play_btn {
    width: 75px;
    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: 20px;
    color: #fff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

.indBoxOne1_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 70px;
}

.indBoxOne1_R .tt_box {
    box-sizing: border-box;
    padding-top: 20px;
}

.indBoxOne1_R .tt_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
}

.indBoxOne1_R .tt_box a span {
    color: #d71914;
}

.indBoxOne1_R .text_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 25px;
}

.indBoxOne2 {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: -140px;
}

.indBoxOne2_dl {
    width: 75%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.indBoxOne2_dl .item {
    width: calc(100% / 4);
    background: #ffffff;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    padding: 40px 10px 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne2_dl .item .iconfont {
    width: 72px;
    font-size: 60px;
    color: #d71914;
}

.indBoxOne2_dl .item .right_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #666666;
}

.indBoxOne2_dl .item .right_text .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 4px;
}

.indBoxTwo {
    /* background: url(../images/ind_03.jpg) no-repeat center center / cover; */
    background: url(../images/ind_03_gray.png) no-repeat center center / cover;
}

.indBoxTwo_w {
    box-sizing: border-box;
    padding: 185px 0 185px;
}

.indBoxTwo1 {
    box-sizing: border-box;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxTwo1 .ind_public_module_tt {
    width: 50%;
}

.ind_public_module_tt {
    box-sizing: border-box;
    padding-top: 18px;
}

.ind_public_module_tt a {
    display: block;
}

.ind_public_module_tt a .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 48px;
    color: #222222;
}

.ind_public_module_tt a .line {
    width: 72px;
    height: 4px;
    background: #d71914;
    margin-top: 18px;
}

.ind_public_module_tt a .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 16px;
}

.see_more_product_btn a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.see_more_product_btn a:hover span {
    color: #d71914;
}

.see_more_product_btn a span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.see_more_product_btn a .iconfont {
    font-size: 14px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #d71914;
}


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

.indBoxTwo2_L {
    width: 14%;
    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;
}

.indBoxTwo2_L_num {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #888888;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxTwo2_L_num .num_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 60px;
    color: #d71914;
    line-height: 54px;
}

.indBoxTwo2_L_num .num_02 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #888888;
    line-height: 34px;
}

.indBoxTwo2_L_dots {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 30px;
}

.indBoxTwo2_L_dots .item {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #888888;
    box-sizing: border-box;
    border: 6px solid #f6f6f6;
    margin-right: 18px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBoxTwo2_L_dots .item.active {
    border: 6px solid #d71914;
    background: #eeeeee;
}


.indBoxTwo2_R {
    width: 86%;
}

.indBoxTwo2_R_lunbo .item a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indBoxTwo2_R_lunbo .item a .img_box {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

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

.indBoxTwo2_R_lunbo .item a .right_text {
    width: 68.4%;
    background: url(../images/ind_05.png) no-repeat center center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 18% 10% 15% 14%;
}

.indBoxTwo2_R_lunbo_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 50px;
}

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

.indBoxTwo2_R_lunbo_dl dd {
    width: 44%;
    box-sizing: border-box;
    border-right: 1px solid #88868c;
}

.indBoxTwo2_R_lunbo_dl > dd:nth-child(2n) {
    border-right: none;
}

.indBoxTwo2_R_lunbo_dl dd div {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.indBoxTwo2_R_lunbo_dl dd span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #d71914;
}

.indBoxTwo2_R_lunbo_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 50px;
}

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

.indBoxThree {
    display: none;
}

.indBoxThree_w {
    box-sizing: border-box;
    padding: 50px 0 75px;
}

.indBoxThree1 {
    box-sizing: border-box;
    padding-bottom: 30px;
}

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

.indBoxThree2_L {
    width: 14%;
    background: #f8f8f8;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.indBoxThree2_L .item {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 5px 18px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree2_L .item:hover {
    background: #d71914;
    color: #ffffff;
}

.indBoxThree2_L .item.hover {
    background: #d71914;
    color: #ffffff;
}

.indBoxThree2_R {
    width: 81%;
}

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

.indBoxThree2_R_tabs .img_box .img_item {
    width: calc((100% - 174px) / 4);
    margin-right: 58px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree2_R_tabs .img_box > .img_item:nth-child(4n) {
    margin-right: 0;
}

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

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

.indBoxThree2_R_tabs .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    box-sizing: border-box;
    padding: 40px 0 20px;
}

.indBoxThree2_R_tabs .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.indBoxThree2_R_tabs .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    line-height: 40px;
    background: #d71914;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.indBoxFour_w {
    box-sizing: border-box;
    padding: 110px 0 90px;
}

.indBoxFour1 {
    box-sizing: border-box;
    padding-bottom: 50px;
}

.indBoxFour1 .ind_public_module_tt a .tt {
    text-align: center;
}

.indBoxFour1 .ind_public_module_tt a .text {
    text-align: center;
}

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

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

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

.indBoxFour2 .item a {
    height: 100%;
    display: block;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a:hover .bottom_box .tt {
    color: #d71914;
}

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

.indBoxFour2 .item a .img_box {
    position: relative;
}

.indBoxFour2 .item a .img_box::after {
    content: "";
    height: 30%;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: url(../images/ind_13_01.png) no-repeat left bottom;
    background-size: 100% auto;

}

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

.indBoxFour2 .item a .bottom_box {
    box-sizing: border-box;
    padding: 15px 15px 35px;
}

.indBoxFour2 .item a .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxFive_w {
    box-sizing: border-box;
    padding: 80px 0 70px;
}

.indBoxFive1 {
    box-sizing: border-box;
    padding-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFive1 .ind_public_module_tt {
    width: 50%;
}

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

.indBoxFive2_L {
    width: 35.7%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 25px 26px 30px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}

.indBoxFive2_L_lunbo .item a {
    display: block;
}

.indBoxFive2_L_lunbo .item a:hover .bottom_box .tt {
    color: #d71914;
}

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

.indBoxFive2_L_lunbo .item a .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

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

.indBoxFive2_L_lunbo .item a .img_box .date_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 122px;
    line-height: 40px;
    text-align: center;
    background: #d71914;
}

.indBoxFive2_L_lunbo .item a .bottom_box {
    box-sizing: border-box;
    padding: 25px 0 10px;
}

.indBoxFive2_L_lunbo .item a .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2_L_lunbo .item a .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFive2_L_lunbo .owl-controls .owl-dots {
    text-align: left;
}

.indBoxFive2_L_lunbo .owl-controls .owl-dots .owl-dot span {
    margin: 8px 10px 8px 0;
    background: #000000;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2_L_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #d71914;
}

.indBoxFive2_R {
    width: 62.9%;
    background: #ffffff;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFive2_R .item {
    width: calc(100% / 2);
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.indBoxFive2_R > .item:nth-child(2n) {
    border-right: none;
}

.indBoxFive2_R .item a {
    height: 100%;
    box-sizing: border-box;
    padding: 50px 10px 47px 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFive2_R .item a:hover .right_text .tt {
    color: #d71914;
}

.indBoxFive2_R .item a:hover .date_box .date_01 {
    color: #d71914;
}

.indBoxFive2_R .item a .date_box {
    width: 75px;
}

.indBoxFive2_R .item a .date_box .date_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #888888;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2_R .item a .date_box .date_02 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    text-align: center;
}

.indBoxFive2_R .item a .right_text {
    width: calc(100% - 75px);
    box-sizing: border-box;
    padding-left: 8px;
}

.indBoxFive2_R .item a .right_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive2_R .item a .right_text .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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
















/* ~~~~~~~~~~~~~~~foot */
/* ~~~~~~~~~~~~~~~foot */
/* ~~~~~~~~~~~~~~~foot */
.public_foot_box {
    box-sizing: border-box;
    border-top: 6px solid #f40a0a;
}

.public_foot_top {
    background: #282828;
}

.foot_top_wrap {
    box-sizing: border-box;
    padding: 65px 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_public_title {
    box-sizing: border-box;
    padding-bottom: 22px;
}

.foot_top_public_title a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.foot_top_01_list .item {
    box-sizing: border-box;
    padding-bottom: 15px;
}

.foot_top_01_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_01_list .item a:hover .iconfont,
.foot_top_01_list .item a:hover span {
    color: #d71914;
}

.foot_top_01_list .item a .iconfont {
    width: 28px;
    font-size: 18px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01_list .item a span {
    width: calc(100% - 28px);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_public_list .item {
    box-sizing: border-box;
    padding-bottom: 8px;
}

.foot_top_public_list .item a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_public_list .item a:hover {
    color: #d71914;
}

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

.foot_top_05_code_box .item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

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

.foot_top_05_code_box .item .img_box img {
    width: 100%;
}

.foot_top_05_code_box .item .bottom_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
}

.foot_top_01 {
    width: 25%;
}

.foot_top_02 {
    width: 12%;
}

.foot_top_03 {
    width: 12%;
}

.foot_top_04 {
    width: 15%;
}

.foot_top_05 {
    width: 20%;
}

.public_foot_bottom {
    background: #212121;
}

.foot_bottom_wrap {
    box-sizing: border-box;
    padding: 12px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_bottom_wrap .left_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
}

.foot_bottom_wrap .left_text a {
    color: #888888;
    box-sizing: border-box;
    padding-left: 25px;
}

.foot_bottom_wrap .right_text a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
}

.foot_bottom_wrap .right_text a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~~~About us-Company,css */
/* ~~~~~~~~~~~~~~~About us-Company,css */
/* ~~~~~~~~~~~~~~~About us-Company,css */
.SubPage_banner {
    position: relative;
}

.SubPage_banner_w {
    height: 528px;
}

.SubPage_banner_bottom_bg {
    position: absolute;
    width: 100%;
    height: 153px;
    bottom: 0px;
    left: 0;
    background: url(../images/banner_bottom_bg.png) no-repeat center center / cover;
}

.SubPage_crumbs {
    box-sizing: border-box;
    padding: 25px 0 110px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs .iconfont {
    font-size: 18px;
    color: #ffffff;
}

.SubPage_crumbs_a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 1px 0 0 6px;
}

.SubPage_crumbs_a a {
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs_a a:hover {
    color: #d71914;
}

.SubPage_banner_text {
    width: 525px;
    background: url(../images/banner_text_bg.png) no-repeat center center / cover;
    box-sizing: border-box;
    padding: 30px 0 35px 50px;
}

.SubPage_banner_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}

.SubPage_banner_text .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    box-sizing: border-box;
    padding-top: 6px;
}

.aboBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 70px;
}

.aboBoxOne1 {
    box-sizing: border-box;
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxOne1 .item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 0 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxOne1 .item:hover {
    border: 1px solid #d71914;
}

.aboBoxOne1 .item:hover a {
    color: #d71914;
}

.aboBoxOne1 .item.hover {
    border: 1px solid #d71914;
}

.aboBoxOne1 .item.hover a {
    color: #d71914;
}

.aboBoxOne1 .item a {
    display: block;
    width: 200px;
    height: 100%;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 14px 5px 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.subPage_public_title {
    box-sizing: border-box;
    padding-bottom: 40px;
}

.subPage_public_title .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.subPage_public_title .text {
    width: 90%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    box-sizing: border-box;
    padding-top: 25px;
}

.aboBoxOne2 {
    box-sizing: border-box;
    padding: 0 70px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxOne2 .item {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboBoxOne2 .item .iconfont {
    width: 30px;
    font-size: 20px;
    color: #d71914;
}

.aboBoxOne2 .item span {
    width: calc(100% - 30px);
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 2px;
}

.aboBoxOne3 {
    position: relative;
    cursor: pointer;
    perspective: 900px;
    overflow: hidden;
}

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

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

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

.aboBoxTwo_w {
    box-sizing: border-box;
    padding: 90px 0 40px;
}

.aboBoxTwo1 .item {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.aboBoxTwo1 .item span {
    color: #d71914;
}

.aboBoxTwo1 > .item:nth-child(1) {
    padding-left: 40px;
}

.aboBoxTwo1 > .item:nth-child(2) {
    padding-left: 90px;
}

.aboBoxTwo1 > .item:nth-child(3) {
    padding-left: 140px;
}

.aboBoxThree_w {
    box-sizing: border-box;
    padding: 90px 0 80px;
}

.aboBoxThree1 {
    box-sizing: border-box;
    padding-bottom: 45px;
}

.aboBoxThree1 .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: clamp(1.125rem, 0.775rem + 1.48vw, 2.25rem);
    color: #222222;
    text-align: center;
}

.aboBoxThree1 .text {
    width: 90%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.aboBoxThree2_lunbo .item {
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    padding: 7px 11px 7px;
}

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

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

.aboBoxThree2_btn {
    box-sizing: border-box;
    padding-top: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxThree2_btn .prev_btn,
.aboBoxThree2_btn .next_btn {
    font-size: 22px;
    color: #e5e5e5;
    width: 100px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    margin: 0 7px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxThree2_btn .prev_btn:hover,
.aboBoxThree2_btn .next_btn:hover {
    border: 1px solid #d71914;
    color: #d71914;
}

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

.aboBoxFour_L {
    width: 50%;
    background: url(../images/about_04.jpg) no-repeat center center / cover;
    box-sizing: border-box;
    padding: 100px 7% 95px 7%;
}

.aboBoxFour_L .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
}

.aboBoxFour_L .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding: 20px 0 35px;
}

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

.aboBoxFour_R {
    width: 50%;
}

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

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

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

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

.aboBoxFour_R_list .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

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

.aboBoxFour_R_list .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/about_10.png) no-repeat left bottom;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 40px 35px 20px 10px;
}

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

.aboBoxFive_w {
    box-sizing: border-box;
    padding: 100px 0 100px;
}

.abo2BoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.abo2BoxFour2 .item {
    width: calc((100% - 192px) / 4);
    margin-right: 64px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 14px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    perspective: 900px;
    overflow: hidden;
}

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

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

.abo2BoxFour2>.item:nth-child(n + 5) {
    margin-top: -28px;
}

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

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

/* ~~~~~~~~~~~~~~~About us-Company,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~About us-Company,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~About us-Company,css~~~~~~~~~~~~end */
















/* ~~~~~~~~About us-Company-Factory,css */
/* ~~~~~~~~About us-Company-Factory,css */
/* ~~~~~~~~About us-Company-Factory,css */
.abo_faBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

.abo_faBoxOne1 {
    position: relative;
    margin-bottom: 65px;
}

.abo_faBoxOne1_lunbo .item {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

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

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

.abo_faBoxOne1_lunbo .item .item_text {
    width: 100%;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 95px;
    left: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

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

.abo_faBoxOne1_dots {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.abo_faBoxOne1_dots .item {
    width: 150px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    margin: 0 10px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.abo_faBoxOne1_dots .item.active {
    border: 2px solid #d71914;
}

.abo_faBoxOne2 {
    box-sizing: border-box;
    padding-top: 14px;
    background: url(../images/moduld_top_bg.png) no-repeat center top;
    background-size: 100% auto;
    
}

.abo_faBoxOne2_dl {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo_faBoxOne2_dl .item {
    width: calc(100% / 4);
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

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

.abo_faBoxOne2_dl .item a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px 5px 24px;
}

.abo_faBoxOne2_dl .item a:hover .img_box .img_01 {
    display: none;
}

.abo_faBoxOne2_dl .item a:hover .img_box .img_02 {
    display: block;
}

.abo_faBoxOne2_dl .item a:hover .text {
    color: #d71914;
}

.abo_faBoxOne2_dl .item a .img_box {
    width: 37px;
    height: 33px;
    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;
}

.abo_faBoxOne2_dl .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.abo_faBoxOne2_dl .item a .img_box .img_02 {
    display: none;
}

.abo_faBoxOne2_dl .item a .text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 6px;
}

.abo_faBoxOne2_dl .item.hover .img_box .img_01 {
    display: none;
}

.abo_faBoxOne2_dl .item.hover .img_box .img_02 {
    display: block;
}

.abo_faBoxOne2_dl .item.hover .text {
    color: #d71914;
}

.abo_faBoxOne3 {
    box-sizing: border-box;
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo_faBoxOne3 .item {
    width: calc((100% - 140px) / 3);
    margin-right: 70px;
    margin-bottom: 55px;
}

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

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

.abo_faBoxOne3 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

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

.abo_faBoxOne3 .item .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
}



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

.public_paging a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 8px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_paging a.prev,
.public_paging a.next {
    width: 76px;
    background: #f5f5f5;
}

.public_paging a.hover {
    border: 1px solid #d71914;
    background: #d71914;
    color: #ffffff;
}

.public_paging a:hover {
    border: 1px solid #d71914;
    background: #d71914;
    color: #ffffff;
}

/* 公用分页~~~~~~~~~~~~~~~~~~~end */

/* ~~~~~~~~About us-Company-Factory,css~~~~~~~~end */
/* ~~~~~~~~About us-Company-Factory,css~~~~~~~~end */
/* ~~~~~~~~About us-Company-Factory,css~~~~~~~~end */
















/* About us-Company-Quality Inspection,css */
/* About us-Company-Quality Inspection,css */
/* About us-Company-Quality Inspection,css */
.abo_quBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 80px;
}

.abo_quBoxOne1 {
    box-sizing: border-box;
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo_quBoxOne1_L {
    width: 50%;
}

.abo_quBoxOne1_L img {
    width: 100%;
}

.abo_quBoxOne1_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.abo_quBoxOne1_R .tt_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
}

.abo_quBoxOne1_R .tt_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    box-sizing: border-box;
    padding: 30px 0 40px;
}

.abo_quBoxOne1_R .img_box {
    perspective: 900px;
    overflow: hidden;
}

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

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

.abo_quBoxTwo {
    background: #d71914;
}

.abo_quBoxTwo_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.abo_quBoxTwo_L {
    width: 50%;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    box-sizing: border-box;
    padding: 60px 80px 40px 30px;
}

.abo_quBoxTwo_R {
    width: 50%;
    box-sizing: border-box;
    padding: 32px 20px 0 48px;
}

.abo_quBoxTwo_R img {
    width: 100%;
}

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

.abo_quBoxThree_w {
    box-sizing: border-box;
    padding: 70px 0 85px;
}

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

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

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

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

.abo_quBoxThree1 .item .img_box {
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    perspective: 900px;
    overflow: hidden;
}

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

.abo_quBoxThree1 .item .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}

.abo_quBoxFour_w {
    box-sizing: border-box;
    padding: 50px 0 50px;
}

.abo_quBoxFour1 {
    height: 428px;
    box-sizing: border-box;
    padding-left: 70px;
    background: url(../images/about_qua_06.jpg) no-repeat left center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.abo_quBoxFour1 .text_box {
    width: 46%;
}

.abo_quBoxFour1 .text_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
}

.abo_quBoxFour1 .text_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 22px;
}

/* About us-Company-Quality Inspection,css~~~~~~~~~~~~~end */
/* About us-Company-Quality Inspection,css~~~~~~~~~~~~~end */
/* About us-Company-Quality Inspection,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~Application-list,css */
/* ~~~~~~~~~~~~Application-list,css */
/* ~~~~~~~~~~~~Application-list,css */
.appBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 40px;
}

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

.appBoxOne1 .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}

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

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

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

.appBoxOne1 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

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

.appBoxOne1 .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    padding: 6px 5px 6px;
    text-align: center;
}

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

.appBoxTwo_w {
    box-sizing: border-box;
    padding: 80px 0 80px;
}

.appBoxTwo1 {
    box-sizing: border-box;
    padding-top: 50px;
}

.appBoxTwo1 a {
    width: 228px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #d71914;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxTwo1 a:hover {
    background: #d71914;
}

.appBoxTwo1 a:hover .iconfont,
.appBoxTwo1 a:hover span {
    color: #ffffff;
}

.appBoxTwo1 a .iconfont {
    font-size: 22px;
    color: #d71914;
    margin-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.appBoxTwo1 a span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #d71914;
    box-sizing: border-box;
    padding-left: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.appBoxThree {
    background: #f8f8f8;
}

.appBoxThree_w {
    box-sizing: border-box;
    padding: 50px 0 70px;
}

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

.appBoxThree1_form .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 28px;
}

.appBoxThree1_form .item input {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
}

.appBoxThree1_form .item textarea {
    width: 100%;
    height: 130px;
    outline: none;
    border: none;
    resize: none;
    background: #ffffff;
    box-sizing: border-box;
    padding: 16px 10px 0 20px;
}

.appBoxThree1_form .item ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.appBoxThree1_form .item.last {
    width: 100%;
}

.appBoxThree1_form .btn_box {
    width: 100%;
}

.appBoxThree1_form .btn_box button {
    width: 174px;
    height: 40px;
    margin: 0 auto;
    background: #d71914;
    outline: none;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.appBoxThree1_form .btn_box button .iconfont {
    font-size: 22px;
    color: #ffffff;
    margin-top: 4px;
}

.appBoxThree1_form .btn_box button span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 4px;
}

/* ~~~~~~~~~~~~Application-list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Application-list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Application-list,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~Application-Page,css */
/* ~~~~~~~~~~~~~~~Application-Page,css */
/* ~~~~~~~~~~~~~~~Application-Page,css */
.app_deBoxOne {
    display: none;
}

.app_deBoxTwo {
    display: none;
}

.app_deBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_deBoxOne_L {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 50px 50px 40px 50px;
}

.app_deBoxOne_L .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.app_deBoxOne_L .line {
    width: 106px;
    height: 2px;
    background: #d71914;
}

.app_deBoxOne_L_list {
    box-sizing: border-box;
    padding-top: 16px;
} 

.app_deBoxOne_L_list div {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 4px;
}

.app_deBoxOne_L_list div span {
    font-weight: 700;
    color: #222222;
}

.app_deBoxOne_L .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 34px;
}

.app_deBoxOne_R {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}

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

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

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

.app_deBoxTwo_w {
    box-sizing: border-box;
    padding: 40px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app_deBoxTwo_L {
    width: 50%;
    box-sizing: border-box;
    padding: 0 70px 0 70px;
}

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

.app_deBoxTwo_R {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
}

.app_deBoxTwo_R .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.app_deBoxTwo_R_01 {
    box-sizing: border-box;
    border-left: 4px solid #d71914;
    padding-left: 5px;
}

.app_deBoxTwo_R_type {
    width: 80%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 18px 20px 18px 20px;
    border-radius: 0 50px 50px 0;
}

.app_deBoxTwo_R .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0 30px;
}

.app_deBoxTwo_R .btn_box {
    box-sizing: border-box;
    padding: 40px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.app_deBoxTwo_R .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    line-height: 40px;
    background: #d71914;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.app_deBoxTwo_R .btn_box > a:nth-child(1) {
    margin-right: 24px;
}

.app_deBoxTwo_R .tel_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.app_deBoxTwo_R .tel_box a:hover .right_box div {
    color: #d71914;
}

.app_deBoxTwo_R .tel_box a .left_box {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(215,25,24,0.5);
    box-sizing: border-box;
    padding: 8px;
}

.app_deBoxTwo_R .tel_box a .left_box .iconfont {
    font-size: 26px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 60px;
    border-radius: 50%;
    background: #d71914;
    text-align: center;
}

.app_deBoxTwo_R .tel_box a .right_box {
    width: calc(100% - 76px);
    box-sizing: border-box;
    padding-left: 20px;
}

.app_deBoxTwo_R .tel_box a .right_box div {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #888888;
    letter-spacing: 15px;
}

.app_deBoxTwo_R .tel_box a .right_box span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #d71914;
}

.app_deBoxThree_w {
    box-sizing: border-box;
    padding: 60px 0 70px;
}

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

.app_deBoxThree1 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
}

.app_deBoxThree1 .item .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.app_deBoxThree1 .item .bottom_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;
}

.app_deBoxThree1 .item .bottom_box .img_box {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.app_deBoxThree1 .item .bottom_box .img_box a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}

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

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

.app_deBoxThree1 .last_item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
}

.app_deBoxThree1 .last_item a {
    display: block;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.app_deBoxThree1 .last_item a:hover {
    box-shadow: 0 0 20px rgba(215,25,20,0.6);
}

.app_deBoxThree1 .last_item a img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~Application-Page,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Application-Page,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Application-Page,css~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~Contact us,css */
/* ~~~~~~~~~~~~~~~Contact us,css */
/* ~~~~~~~~~~~~~~~Contact us,css */
.conBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 70px;
}

.conBoxOne1 {
    box-sizing: border-box;
    padding-bottom: 110px;
}

.conBoxOne1 .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.conBoxOne1 .tt span {
    color: #d71914;
}

.conBoxOne1 .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}

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

.conBoxOne2 .item {
    width: calc((100% - 201px) / 4);
    margin-right: 67px;
    background: #f1f1f1;
    border-radius: 20px 20px 0 0;
}

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

.conBoxOne2 .item a {
    display: block;
    box-sizing: border-box;
    border-top: 1px solid transparent;
    padding: 0 10px 40px;
}

.conBoxOne2 .item a:hover .bottom_box .tt {
    color: #d71914;
}

.conBoxOne2 .item a .top_icon {
    width: 118px;
    height: 118px;
    margin: -60px auto 0;
    background: rgba(215,25,24,0.2);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 8px;
}

.conBoxOne2 .item a .top_icon .iconfont {
    font-size: 40px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 102px;
    border-radius: 50%;
    text-align: center;
    background: #d71914;
}

.conBoxOne2 .item a .bottom_box {
    box-sizing: border-box;
    padding-top: 36px;
}

.conBoxOne2 .item a .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2 .item a .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #d71918;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
}

.conBoxTwo img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~Contact us,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Contact us,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~Contact us,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~News-list,css */
/* ~~~~~~~~~~~~~~~News-list,css */
/* ~~~~~~~~~~~~~~~News-list,css */
.newBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne_L {
    width: 48%;
    position: relative;
}

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

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

.newBoxOne_L_lunbo .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

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

.newBoxOne_L_lunbo .item a .bottom_box {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(67,67,67,0.5);
    box-sizing: border-box;
    padding: 14px 80px 14px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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

.newBoxOne_L .prev_btn {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    right: 42px;
    bottom: 8px;
    width: 24px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne_L .next_btn {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 8px;
    width: 24px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne_L .prev_btn:hover,
.newBoxOne_L .next_btn:hover {
    color: #d71914;
    border: 1px solid #d71914;
}

.newBoxOne_R {
    width: 52%;
    box-sizing: border-box;
    padding: 0 20px 0 50px;
}

.newBoxOne_R .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #222222;
    line-height: 48px;
}

.newBoxOne_R .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 18px 0 30px;
}

.newBoxTwo_w {
    box-sizing: border-box;
    border-top: 4px solid #d71914;
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0 12px;
}

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

.newBoxTwo1 .item {
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}

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

.newBoxTwo1 .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: 12px 65px 12px;
}

.newBoxTwo1 .item a:hover .iconfont,
.newBoxTwo1 .item a:hover span {
    color: #d71914;
}

.newBoxTwo1 .item a .iconfont {
    font-size: 26px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1 .item a span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1 .item.hover a .iconfont,
.newBoxTwo1 .item.hover a span {
    color: #d71914;
}

.newBoxThree_w {
    box-sizing: border-box;
    padding: 40px 0 85px;
}

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

.newBoxThree1 .item {
    width: 50%;
    margin-bottom: 50px;
}

.newBoxThree1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.newBoxThree1 .item a:hover .right_box .text_box .item_tt {
    color: #d71914;
}

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

.newBoxThree1 .item a .img_box {
    width: 35.8%;
    perspective: 900px;
    overflow: hidden;
}

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

.newBoxThree1 .item a .right_box {
    width: 64.2%;
    box-sizing: border-box;
    padding: 15px 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxThree1 .item a .right_box .round_box {
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border: 2px solid #d71914;
    border-radius: 50%;
    margin-top: 8px;
}

.newBoxThree1 .item a .right_box .text_box {
    width: calc(100% - 11px);
    box-sizing: border-box;
    padding-left: 10px;
}

.newBoxThree1 .item a .right_box .text_box .item_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxThree1 .item a .right_box .text_box .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 8px 0 6px;
}

.newBoxThree1 .item a .right_box .text_box .item_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxThree2 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~News-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~News-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~News-list,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~News-Page,css */
/* ~~~~~~~~~~~~~~News-Page,css */
/* ~~~~~~~~~~~~~~News-Page,css */
.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deBoxOne2 {
    width: 72%;
}

.new_deBoxOne2 .module_tt_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.new_deBoxOne2 .module_tt_box .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 20px;
}

.new_deBoxOne2_01 {
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 30px;
}

.new_deBoxOne2_01 .content_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.new_deBoxOne2_01 .content_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: baseline;
}

.new_deBoxOne2_01 .share_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-top: 35px;
}

.new_deBoxOne2_01 .share_box .share_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 8px;
}

.new_deBoxOne2_02 {
    box-sizing: border-box;
    margin-top: 25px;
    padding: 15px 50px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}

.new_deBoxOne2_02 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
}

.new_deBoxOne2_02 .item a:hover .text {
    color: #d71914;
}

.new_deBoxOne2_02 .item a .iconfont {
    font-size: 14px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #d71914;
    
}

.new_deBoxOne2_02 .item a .text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    width: calc(100% - 24px);
    box-sizing: border-box;
    padding: 2px 0 0 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new_deBoxOne2_02>.item:first-child {
    box-sizing: border-box;
    border-bottom: 1px dashed #e5e5e5;
}

.new_deBoxOne3 {
    width: 21.4%;
}

.new_deBoxOne3_01 {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 22px 15px 10px;
}

.new_deBoxOne3_01 .tt_box {
    box-sizing: border-box;
    padding-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne3_01 .tt_box .tt_01 {
    width: 6px;
    height: 24px;
    box-sizing: border-box;
    border-left: 3px solid #d71914;
    border-right: 1px solid #d71914;
}

.new_deBoxOne3_01 .tt_box .tt_02 {
    width: calc(100% - 6px);
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.new_deBoxOne3_01_dl .item a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding: 15px 0 15px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3_01_dl .item a:hover {
    color: #d71914;
}

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

/* ~~~~~~~~~~~~~~News-Page,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~News-Page,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~News-Page,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~Products-list,css */
/* ~~~~~~~~~~~~~~Products-list,css */
/* ~~~~~~~~~~~~~~Products-list,css */
.pro_liBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liBoxOne_L {
    width: 50%;
}

.pro_liBoxOne_L .img_box {
    width: 85%;
}

.pro_liBoxOne_L .img_box a {
    display: block;
}

.pro_liBoxOne_L .img_box a img {
    width: 100%;
}

.pro_liBoxOne_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px 0 0;
}

.pro_liBoxOne_R .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.pro_liBoxOne_R .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 35px 0 40px;
}

.all_public_More_btn a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    line-height: 40px;
    background: #d71914;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.all_public_More_btn a:hover {
    opacity: 0.8;
}

.pro_liBoxTwo {
    background: url(../images/pro_list_02.png) no-repeat center center / cover;
}

.pro_liBoxTwo_w {
    height: 757px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liBoxTwo1 {
    width: 39%;
    box-sizing: border-box;
    padding-top: 40px;
}

.pro_liBoxTwo1 .tt_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
}

.pro_liBoxTwo1 .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 25px 0 6px;
}

.pro_liBoxTwo1 .tt_03 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.pro_liBoxTwo1 .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding: 22px 0 26px;
}

.pro_liBoxTwo1 .all_public_More_btn a {
    background: #ffffff;
    color: #d71914;
}

.pro_liBoxThree_w {
    box-sizing: border-box;
    padding: 30px 0 60px;
}

.pro_liBoxThree_w .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}

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

.pro_liBoxThree1 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}

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

.pro_liBoxThree1 .item a {
    display: block;
}

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

.pro_liBoxThree1 .item a .img_box {
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    perspective: 900px;
    overflow: hidden;
}

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

.pro_liBoxThree1 .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 24px 10px 24px;
    background: #d71914;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* ~~~~~~~~~~~~~~Products-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Products-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Products-list,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~Products-Page,css */
/* ~~~~~~~~~~~~~~Products-Page,css */
/* ~~~~~~~~~~~~~~Products-Page,css */
.pro_deBoxOne {
    position: relative;
    margin-top: -440px;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro_deBoxOne1 {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 60px 50px 60px;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne1_L {
    width: 45.8%;
}

.pro_deBoxOne1_L img {
    width: 100%;
}

.pro_deBoxOne1_R {
    width: 54.2%;
}

.pro_deBoxOne1_R .big_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.pro_deBoxOne1_R .app_deBoxTwo_R_01 .app_deBoxTwo_R_type {
    box-shadow: 2px 6px 10px rgba(0,0,0,0.3);
}

.pro_deBoxOne1_R .app_deBoxTwo_R_01 .indBoxTwo2_R_lunbo_dl dd span {
    font-size: 18px;
}

.pro_deBoxOne1_R .pro_det_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 35px 0 25px;
    border-bottom: 1px solid #e6e6e6;
}

.pro_deBoxOne1_R_01 {
    box-sizing: border-box;
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_det_R_phone {
    box-sizing: border-box;
    padding-left: 40px;
}

.pro_det_R_phone a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_det_R_phone a .iconfont {
    font-size: 34px;
    color: #d71914;
    box-sizing: border-box;
    padding-top: 3px;
}

.pro_det_R_phone a .right_number {
    box-sizing: border-box;
    padding-left: 8px;
}

.pro_det_R_phone a .right_number .num_01 {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #888888;
}

.pro_det_R_phone a .right_number .num_02 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 20px;
    color: #d71914;
}

.pro_deBoxTwo1 {
    height: 86px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.pro_deBoxTwo1_dl {
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.pro_deBoxTwo1_dl .item {
    width: calc(100% / 4);
    height: 86px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.pro_deBoxTwo1_dl .item:hover .iconfont,
.pro_deBoxTwo1_dl .item:hover span {
    color: #d71914;
}

.pro_deBoxTwo1_dl .item .iconfont {
    font-size: 30px;
    color: #888888;
    margin-top: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_dl .item span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo2 {
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    padding: 65px 70px 60px;
}

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

.pro_deTwo2_01_L {
    width: 47%;
}

.pro_det_public_module_tt {
    box-sizing: border-box;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_det_public_module_tt div {
    width: 4px;
    height: 26px;
    background: #d71914;
    margin-top: 4px;
}

.pro_det_public_module_tt span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #222222;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_deTwo2_01_L .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.pro_deTwo2_01_R {
    position: relative;
    width: 47%;
    cursor: pointer;
    perspective: 900px;
    overflow: hidden;
}

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

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

.pro_deTwo2_02 {
    box-sizing: border-box;
    padding: 70px 0 70px;
}

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

.pro_deBoxTwo2 table tr td {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #515a6e;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    padding: 14px 5px 14px;
    text-align: center;
}

.pro_deBoxTwo2 table tr:first-child td {
    font-size: 14px;
    color: #515a6e;
    background: #f8f8f9;
}

.pro_deTwo2_03 dl,
.pro_deTwo2_02 dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deTwo2_03 dl dd,
.pro_deTwo2_02 dl dd {
    width: calc((100% - 50px) / 2);
    margin-bottom: 30px;
}

.pro_deTwo2_03 dl dd div,
.pro_deTwo2_02 dl dd div {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.pro_deTwo2_03 dl dd span,
.pro_deTwo2_02 dl dd span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.pro_deTwo2_04 {
    box-sizing: border-box;
    padding: 50px 0 0;
}

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

.pro_deTwo2_04_dl .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

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

.pro_deTwo2_04_dl .item a {
    display: block;
}

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

.pro_deTwo2_04_dl .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

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

.pro_deTwo2_04_dl .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
}


.pro_det_bottom_tag {
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    padding: 30px 70px 50px;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_det_bottom_tag a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 10px 35px 10px;
    border-radius: 20px;
    margin: 0 20px 20px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_det_bottom_tag a:hover {
    background: #d71914;
    border: 1px solid #d71914;
    color: #ffffff;
}

.remove_shadow_box {
    overflow: hidden;
}

/* ~~~~~~~~~~~~~~Products-Page,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Products-Page,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Products-Page,css~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~Projects-list,css */
/* ~~~~~~~~~~~~~~Projects-list,css */
/* ~~~~~~~~~~~~~~Projects-list,css */
.jectBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 50px;
}

.jectBoxOne_w .indBoxFour2 .item {
    margin-bottom: 45px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.jectBoxOne1 {
    box-sizing: border-box;
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~Projects-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Projects-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Projects-list,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~~Service,css */
.serBoxOne_w {
    box-sizing: border-box;
    padding: 50px 0 50px;
}

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

.serBoxOne1 .item {
    width: calc((100% - 80px) / 4);
    margin-right: 26px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 60px 15px 60px 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.serBoxOne1 .item .img_box {
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.serBoxOne1 .item .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #d71914;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.serBoxOne1 .item .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #222222;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.serBoxOne1 .item.last .bottom_box .text {
    text-align: left;
}

.serBoxTwo {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 70px 0 80px;
}

.serBoxTwo1 img {
    width: 100%;
}

.serBoxTwo2_w {
    box-sizing: border-box;
    padding-top: 50px;
}

.serBoxTwo2_01 {
    background: url(../images/service_10.jpg) no-repeat center center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serBoxTwo2_01 .item {
    width: calc(100% / 5);
    box-sizing: border-box;
    padding: 180px 20px 160px;
    border-right: 1px solid #969696;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.serBoxTwo2_01 .item:hover {
    background: rgba(215,25,24,0.5);
}

.serBoxTwo2_01 .item .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.serBoxTwo2_01 .item .text {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 22px;
}

/* ~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Service,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~~Tags,css */
/* ~~~~~~~~~~~~~~~~~Tags,css */
/* ~~~~~~~~~~~~~~~~~Tags,css */
.tagBoxOne {
    position: relative;
    margin-top: -440px;
}

.tagBoxOne1 {
    position: relative;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    padding: 70px 70px 80px;
}

.tagBoxOne1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    height: 35%;
    box-shadow: -1px 0 2px rgba(0,0,0,0.2);
}

.tagBoxOne1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 35%;
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
}


.tagBoxOne1 .module_title {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 48px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
}

.tagBoxOne1_dl {
    box-sizing: border-box;
    padding-top: 50px;
}

.tagBoxOne1_dl .item {
    margin-bottom: 50px;
}

.tagBoxOne1_dl .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tagBoxOne1_dl .item a:hover .right_box .tt {
    color: #d71914;
}

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

.tagBoxOne1_dl .item a .img_box {
    width: 31%;
    perspective: 900px;
    overflow: hidden;
}

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

.tagBoxOne1_dl .item a .right_box {
    width: 69%;
    box-sizing: border-box;
    padding: 15px 0 0 35px;
}

.tagBoxOne1_dl .item a .right_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tagBoxOne1_dl .item a .right_box .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 20px 0 14px;
}

.tagBoxOne1_dl .item a .right_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tagBoxOne1_dl .item a .right_box .btn_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    line-height: 40px;
    background: #d71914;
    text-align: center;
    margin-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tagBoxOne1_dl .item a .right_box .btn_box:hover {
    opacity: 0.8;
}

.tagBoxOne1_paging {
    box-sizing: border-box;
    padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~~~Tags,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Tags,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Tags,css~~~~~~~~~~~~~~end */





.pro_deTwo2_02 img,
.pro_deTwo2_03 img,
.pro_deTwo2_01 img {
    width: auto!important;
    height: auto!important;
}







