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

/* h1标签 */
.indexPage_h1 {
    display: none;
}

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














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

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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


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

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


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



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


.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: #d71918;
    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_nav_box {
    height: 135px;
}

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


.pc_public_nav_top {
    background: #3b3b3b;
}

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

.pc_nav_top_01 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
}

.pc_nav_top_01 a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #ff3b3a;
}

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

.pc_nav_top_02 .panorama_720 {
    margin-right: 22px;
}

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

.pc_nav_top_02 .panorama_720 a:hover .iconfont,
.pc_nav_top_02 .panorama_720 a:hover span {
    color: #d71918;
}

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

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

.pc_nav_language_box {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_nav_language_box .line {
    width: 1px;
    height: 15px;
    background: #999999;
}

.pc_nav_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 22px;
}

.pc_nav_language_01:hover .iconfont,
.pc_nav_language_01:hover span {
    color: #d71918;
}

.pc_nav_language_01 .iconfont {
    font-size: 22px;
    color: #cccccc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.pc_nav_language_02 {
    display: none;
    position: absolute;
    z-index: 3;
    top: 128%;
    left: 25%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 290px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 5px 10px 15px;
    box-shadow: -1px -1px 8px #aeadad;
}

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

.language_more_item dt {
    width: 100%;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #040000;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.language_more_item dd {
    width: 50%;
    margin-bottom: 6px;
}

.language_more_item dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-right: 10px;
}

.language_more_item dd a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ff3b3a;
    margin-top: 7px;
}

.language_more_item dd a span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
    width: calc(100% - 6px);
    box-sizing: border-box;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.language_more_item dd a span:hover {
    color: #ff3b3a;
}






.pc_nav_search_box .click_icon {
    font-size: 22px;
    color: #cccccc;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 14px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_nav_search_box .click_icon:hover {
    color: #d71918;
}


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

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

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

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

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

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

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

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

.pc_public_nav_bottom {
    background: #ffffff;
}

.pc_nav_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_nav_bottom_wrap .logo_box {
    width: 330px;
}

.pc_nav_bottom_wrap .logo_box a {
    display: block;
}

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

.pc_nav_list_box {
    width: 62%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_nav_list_box .item {
    position: relative;
}

.pc_nav_list_box .item>a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #040000;
    line-height: 99px;
    box-sizing: border-box;
    padding: 0 15px;
}

.pc_nav_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;
    opacity: 0;
    background: #d71918;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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


/* 二级导航,css */
.publicTwo_stage_nav {
    display: none;
    width: 170px;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-sizing: border-box;
    padding-top: 18px;
}

.publicTwo_stage_nav .EveryOne {
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

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

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

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

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

/* ~~~~~~~~~~~~~~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: 10px;
    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: #434343;
    box-sizing: border-box;
    border: 1px solid #fafcfd;
    -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: 27px;
    background: #ce150e;
}

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

.ind_pub_module_tt {
    box-sizing: border-box;
    padding: 10px 0 30px;
}

.ind_pub_module_tt .tt_01 {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 48px;
    color: #000022;
    text-align: center;
}

.ind_pub_module_tt .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.indBoxOne2 {
    background: #ebebeb;
    box-sizing: border-box;
    padding: 26px 19px 20px;
}

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

.indBoxOne2_list .item {
    width: calc((100% - 82px) / 4);
    margin-right: 27px;
    margin-bottom: 26px;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBoxOne2_list .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.indBoxOne2_list .item:hover a .bottom_box .tt,
.indBoxOne2_list .item:hover a .bottom_box .text {
    color: #d71918;
}

.indBoxOne2_list .item a {
    display: block;
    height: 100%;
}

.indBoxOne2_list .item a .img_box {
    height: 240px;
    box-sizing: border-box;
    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;
}

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

.indBoxOne2_list .item a .bottom_box {
    box-sizing: border-box;
    padding: 10px 10px 22px;
}

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

.indBoxOne2_list .item a .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBoxOne2_bottom_L {
    width: 70%;
    box-sizing: border-box;
    padding: 15px 0 2px 10px;
    border-right: 1px solid #dfdfdf;
}

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

.indBoxOne2_bottom_L_form .input_text {
    width: 140px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #222222;
}

.indBoxOne2_bottom_L_form input {
    width: 46%;
    outline: none;
    box-sizing: border-box;
    border: none;
    padding: 12px 10px 12px 15px;
    background: #fff;
}

.indBoxOne2_bottom_L_form ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #bebebe;
}

.indBoxOne2_bottom_L_form button {
    width: 18%;
    height: 39px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    border: none;
    background: #d71918;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 18px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_bottom_L_form button:hover {
    opacity: 0.7;
}

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

.indBoxOne2_bottom_L_key .keyword_text {
    width: 75px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
}

.indBoxOne2_bottom_L_key .keyword_item {
    width: 86%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne2_bottom_L_key .keyword_item a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    margin: 0 0 8px 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_bottom_L_key .keyword_item a:hover {
    color: #d71918;
}


.indBoxOne2_bottom_R {
    width: 30%;
    box-sizing: border-box;
    padding: 16px 0 0 40px;
}

.indBoxOne2_bottom_R .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.indBoxOne2_bottom_R a {
    display: block;
    width: 164px;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #d71918;
    border-radius: 4px;
    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;
}

.indBoxOne2_bottom_R a:hover {
    background: #d71918;
}

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

.indBoxOne2_bottom_R a .iconfont {
    font-size: 22px;
    color: #d71918;
    margin-top: 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.indBoxTwo1 {
    box-sizing: border-box;
    padding: 80px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxTwo1_L {
    width: 38%;
    box-sizing: border-box;
    padding-right: 30px;
}

.indBoxTwo1_L .ind_pub_module_tt .tt_01 {
    text-align: left;
    color: #ffffff;
}

.indBoxTwo1_L .line {
    width: 73px;
    height: 4px;
    background: #d71918;
}

.indBoxTwo1_L .text {
    width: 86%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding: 22px 0 50px;
}

.indBoxTwo1_L .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    width: 139px;
    line-height: 39px;
    text-align: center;
    background: #d71918;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_L .btn_box a:hover {
    opacity: 0.7;
}

.indBoxTwo1_R {
    width: 62%;
    box-sizing: border-box;
    padding-left: 15px;
}

.indBoxTwo1_R_lunbo .item a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}

.indBoxTwo1_R_lunbo .item a img {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBoxTwo1_R_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 10px;
}

.indBoxTwo1_R_lunbo .owl-controls .owl-dots .owl-dot span {
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_R_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #d71918;
}

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


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

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

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

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

.indBoxThree2_L .img_02 {
    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: 24px;
    color: #fff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

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


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

.indBoxThree2_R .tt {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #444444;
}

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

.indBoxThree2_R .More_btn a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    width: 139px;
    line-height: 39px;
    background: #d71918;
    border-radius: 4px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2_R .More_btn a:hover {
    opacity: 0.7;
}

.indBoxThree3 {
    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: -78px;
}

.indBoxThree3_list {
    width: 72%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.indBoxThree3_list .item {
    width: calc(100% / 5);
    box-sizing: border-box;
    padding: 40px 10px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxThree3_list .item .num_box {
    font-family: "Impact";
    font-size: 36px;
    color: #d71918;
    text-align: center;
}

.indBoxThree3_list .item .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
}

.indBoxThree3_list>.item:nth-child(odd) {
    background: #d9d9d9;
}

.indBoxThree3_list>.item:nth-child(even) {
    background: #eeeeee;
}


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

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

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

.indBoxFour2 .ind_pub_module_tt {
    width: 80%;
}

.indBoxFour2 .ind_pub_module_tt .tt_01 {
    text-align: left;
    color: #ffffff;
}

.indBoxFour2 .More_btn 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-top: 20px;
}

.indBoxFour2 .More_btn a:hover span,
.indBoxFour2 .More_btn a:hover .iconfont {
    color: #d71918;
}

.indBoxFour2 .More_btn a span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .More_btn a .iconfont {
    font-size: 12px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


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

.indBoxFour3 .item {
    width: calc((100% - 110px) / 3);
    margin-right: 55px;
    background: #ffffff;
}

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

.indBoxFour3 .item a {
    display: block;
}

.indBoxFour3 .item a:hover .bottom_box .tt {
    color: #d71918;
}

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

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

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

.indBoxFour3 .item a .img_box .img_02 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.indBoxFour3 .item a .bottom_box {
    box-sizing: border-box;
    padding: 35px 10px 25px 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour3 .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;
}

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

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

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

.indBoxFive2_L {
    width: 30%;
    box-sizing: border-box;
    padding: 22px 12px 15px 12px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}

.indBoxFive2_L_lunbo .item a {
    display: block;
}

.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;
    background: #d71918;
    text-align: center;
}

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

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

.indBoxFive2_L_lunbo .item a .bottom_box .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;
    box-sizing: border-box;
    padding-top: 14px;
}

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

.indBoxFive2_L_lunbo .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    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: #d71918;
}


.indBoxFive2_R {
    width: 70%;
    box-sizing: border-box;
    padding: 20px 0 0 50px;
    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;
}

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

.indBoxFive2_R .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxFive2_R .item a:hover .right_text .text_01 {
    color: #d71918;
}

.indBoxFive2_R .item a .date_box {
    width: 74px;
    height: 74px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFive2_R .item a .date_box .date_01 {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}

.indBoxFive2_R .item a .date_box .date_02 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 2px;
}

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

.indBoxFive2_R .item a .right_text .text_01 {
    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_02 {
    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;
}

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

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

.indBoxSix2 .text_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}

.indBoxSix2 .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
}

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

.indBoxSix3 a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #ffffff;
    width: 265px;
    line-height: 62px;
    margin: 0 auto;
    background: #d71918;
    text-align: center;
    border-radius: 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix3 a:hover {
    opacity: 0.7;
}

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















/* ~~~~~~~~~~~~底部公用模块,css */
/* ~~~~~~~~~~~~底部公用模块,css */
/* ~~~~~~~~~~~~底部公用模块,css */
.public_foot_box {
    box-sizing: border-box;
    border-top: 5px solid #d71918;
}

.public_foot_top {
    background: #3a3a3a;
}

.foot_top_wrap {
    box-sizing: border-box;
    padding: 40px 0 40px;
    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;
}

.public_foot_top_title {
    box-sizing: border-box;
    padding: 0 0 8px 10px;
    border-bottom: 1px dashed #a4a4a4;
}

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

.public_foot_top_title.no_p {
    padding: 0 0 8px 0;
}

.foot_top_01_list .item a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #a4a3a3;
    box-sizing: border-box;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #a4a4a4;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01_list .item a:hover {
    color: #d71918;
}

.foot_top_02_list {
    box-sizing: border-box;
    padding: 20px 0 0;
}

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

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

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

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

.foot_top_03_list {
    width: calc((100% - 20px) / 2);
    margin-bottom: 25px;
}

.foot_top_03_list .item {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.foot_top_03_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_03_list .item a:hover {
    color: #d71918;
}

.foot_top_04_code img {
    width: 100%;
}

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

.foot_top_04_media a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 6px;
    margin-right: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04_media>a:nth-child(1) {
    background: #0fcd1b;
}

.foot_top_04_media>a:nth-child(2) {
    background: #67cdf3;
}

.foot_top_04_media>a:nth-child(3) {
    background: #d71918;
}

.foot_top_04_media>a:nth-child(4) {
    background: #fd6603;
}

.foot_top_04_media a:hover {
    opacity: 0.8;
}

.foot_top_01 {
    width: 210px;
}

.foot_top_02 {
    width: 22%;
}

.foot_top_03 {
    width: 32%;
}

.foot_top_04 {
    width: 189px;
}

.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-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

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

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

.foot_bottom_01 .foot_Record_No {
    box-sizing: border-box;
    padding: 0 24px;
}

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

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

.foot_bottom_01 .foot_support a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
}

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

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

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

.foot_bottom_02 a:hover {
    color: #d71918;
}


/* ~~~~~~~~~~~~底部公用模块,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~底部公用模块,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~about1,css */
/* ~~~~~~~~~~~~~about1,css */
/* ~~~~~~~~~~~~~about1,css */
.SubPage_banner_wrap {
    height: 450px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 60px;
    color: #fefefe;
    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;
}

.SubPage_crumbs {
    background: #f8f8f8;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

.SubPage_crumbs_wrap {
    box-sizing: border-box;
    padding: 12px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_wrap .crumbs_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
}

.SubPage_crumbs_wrap .crumbs_a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
}

.SubPage_crumbs_wrap .crumbs_a a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.SubPage_crumbs_wrap .crumbs_a a:hover {
    color: #d71918;
}

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

.abo1BoxOne1 .tt_box {
    box-sizing: border-box;
    padding-bottom: 60px;
}

.abo1BoxOne1 .tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
}

.abo1BoxOne1 .tt_box .tt_02 {
    width: 90%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    line-height: 30px;
    text-indent: 2em;
    box-sizing: border-box;
    padding-top: 20px;
}

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

.abo1BoxOne2 .item {
    width: 176px;
    height: 176px;
    box-sizing: border-box;
    border: 1px dashed #d71918;
    padding: 40px 10px 0;
    border-radius: 50%;
    margin: 0 18px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.abo1BoxOne2 .item .num_box {
    font-family: "Impact";
    font-size: 36px;
    color: #d71918;
    text-align: center;
}

.abo1BoxOne2 .item .text_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.abo1PageBoxTwo {
    background: url(../images/about1_01.jpg) no-repeat center top;
}

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

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

.abo1BoxTwo1 .tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.abo1BoxTwo1 .tt_box .tt_02 {
    width: 50%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 18px;
}

.abo1BoxTwo1 .tt_box .btn_box a {
    width: 158px;
    height: 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxTwo1 .tt_box .btn_box a:hover {
    background: #d71918;
    border: 1px solid #d71918;
}

.abo1BoxTwo1 .tt_box .btn_box a span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
}

.abo1BoxTwo1 .tt_box .btn_box a .iconfont {
    font-size: 12px;
    color: #ffffff;
    margin-top: 2px;
}

.abo1BoxTwo2 {
    position: relative;
    box-sizing: border-box;
    padding: 0 106px;
}

.abo1BoxTwo2_lunbo .item {
    box-sizing: border-box;
    border: 8px solid #646567;
    padding: 12px 12px 12px;
    background: #f6f6f6;
}

.abo1BoxTwo2_lunbo .item a {
    display: block;
}

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

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

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

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

.abo1BoxTwo2 .prev_btn {
    font-size: 32px;
    color: #222222;
    position: absolute;
    left: 40px;
    top: 46%;
    z-index: 2;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxTwo2 .next_btn {
    font-size: 32px;
    color: #222222;
    position: absolute;
    right: 40px;
    top: 46%;
    z-index: 2;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxTwo2 .prev_btn:hover,
.abo1BoxTwo2 .next_btn:hover {
    color: #d71918;
}

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

.abo1BoxTwo3_L {
    width: 45%;
    box-sizing: border-box;
    padding: 20px 40px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/*.abo1BoxTwo3_L .iconfont {*/
/*    width: 90px;*/
/*    font-size: 50px;*/
/*    color: #d71918;*/
/*}*/

.abo1BoxTwo3_L .text {
    width: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    line-height: 30px;
    text-indent: 2em;
}

.abo1BoxTwo3_R {
    width: 55%;
}

.abo1BoxTwo3_R img {
    width: 100%;
}

.abo1PageBoxThree {
    background: #f0f0f0;
}

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

.abo1BoxThree1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}

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

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

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

.abo1BoxThree2 > .item:nth-child(n + 9) {
    display: none;
}

.abo1BoxThree2.active > .item {
    display: block;
}

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

.abo1BoxThree2 .item a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}

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

.abo1BoxThree3 {
    box-sizing: border-box;
    padding-top: 25px;
    cursor: pointer;
}

.abo1BoxThree3:hover .text {
    color: #285da4;
}

.abo1BoxThree3 .iconfont {
    font-size: 30px;
    color: #285da4;
    text-align: center;
}

.abo1BoxThree3 .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxThree3.active .iconfont {
    -ms-transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.abo1BoxFour1 {
    box-sizing: border-box;
    padding: 80px 20px 80px;
}

.abo1BoxFour2 {
    background: url(../images/about1_15.png) no-repeat center center / cover;
    box-sizing: border-box;
    padding: 40px 100px 40px 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.abo1BoxFour2 .left_text {
    width: calc(100% - 230px);
    box-sizing: border-box;
    padding-right: 30px;
}

.abo1BoxFour2 .left_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 28px;
    color: #fefefe;
}

.abo1BoxFour2 .left_text .text {
    font-family: "Microsoft YaHei";
    font-size: 22px;
    color: #fefefe;
    box-sizing: border-box;
    padding-top: 8px;
}

.abo1BoxFour2 .right_btn a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fefefe;
    width: 230px;
    line-height: 45px;
    background: #35abe5;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo1BoxFour2 .right_btn a:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~about1,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about1,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about1,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~about2,css */
/* ~~~~~~~~~~~~~about2,css */
/* ~~~~~~~~~~~~~about2,css */
.abo2BoxOne1 {
    box-sizing: border-box;
    padding: 50px 90px 60px;
}

.abo2BoxOne1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.abo2BoxOne2 .item {
    margin-bottom: 30px;
}

.abo2BoxOne2 .item .year_box {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.abo2BoxOne2_list {
    box-sizing: border-box;
    padding-left: 18px;
    position: relative;
}

.abo2BoxOne2_list::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 102px;
    width: 1px;
    height: 100%;
    background: #a3a3a3;
}

.abo2BoxOne2_list .list_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.abo2BoxOne2_list .list_item .month_box {
    width: 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.abo2BoxOne2_list .list_item .month_box span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #a3a3a3;
}

.abo2BoxOne2_list .list_item .month_box .round {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff6700;
    margin-top: 6px;
}

.abo2BoxOne2_list .list_item .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    width: calc(100% - 90px);
    box-sizing: border-box;
    padding-left: 80px;
    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;
}

.abo2BoxOne2_list .list_item .text img {
    max-width: 180px;
    margin-right: 30px;
}

/* ~~~~~~~~~~~~~about2,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about2,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about2,css~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~about3,css */
/* ~~~~~~~~~~~~~~~about3,css */
/* ~~~~~~~~~~~~~~~about3,css */
.abo3BoxOne1 {
    box-sizing: border-box;
    padding: 70px 90px 120px;
}

.public_sub_page_tt {
    box-sizing: border-box;
    padding-bottom: 36px;
}

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

.public_sub_page_tt .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
}

.public_sub_page_link {
    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;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.public_sub_page_link .item {
    width: 219px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #cecece;
    margin: 0 10px;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_sub_page_link .item:hover {
    border: 1px solid #d71918;
    background: #d71918;
}

.public_sub_page_link .item:hover a {
    color: #ffffff;
}

.public_sub_page_link .item a {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
    text-align: center;
    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;
}

.public_sub_page_link .item.hover {
    border: 1px solid #d71918;
    background: #d71918;
}

.public_sub_page_link .item.hover a {
    color: #ffffff;
}

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

.abo3BoxOne2 .item {
    width: calc((100% - 204px) / 4);
    margin-right: 68px;
    margin-bottom: 30px;
}

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

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

.abo3BoxOne2 .item .img_big_box {
    box-sizing: border-box;
    border: 8px solid #616164;
    padding: 14px 12px 14px;
    background: #f6f6f6;
}

.abo3BoxOne2 .item .img_big_box a {
    display: block;
}

.abo3BoxOne2 .item .img_big_box .img_box {
    box-sizing: border-box;
    border: 1px solid #d1d4d4;
    perspective: 900px;
    overflow: hidden;
}

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

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

/* ~~~~~~~~~~~~~~~about3,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~about3,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~about3,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~about4,css */
/* ~~~~~~~~~~~~~~~about4,css */
/* ~~~~~~~~~~~~~~~about4,css */
.abo4BoxOne1 {
    box-sizing: border-box;
    padding: 60px 43px 60px;
    border-bottom: 1px solid #aab6bf;
}

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

.abo4BoxOne2 .item {
    width: calc((100% - 114px) / 3);
    margin-right: 57px;
}

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

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

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

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

.abo4BoxOne2 .item .bottom_box {
    box-sizing: border-box;
    padding: 20px 20px 0 0;
}

.abo4BoxOne2 .item .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #444444;
}

.abo4BoxOne2 .item .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 10px;
}

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

.abo4BoxTwo1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 70px;
}


.waterfall_flow_item {
    background: #f5f5f8;
    box-sizing: border-box;
    padding: 35px 30px 50px 40px;
    margin-bottom: 30px;
}

.waterfall_flow_item .item_position {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #444444;
}

.waterfall_flow_item .item_date {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 8px 0 16px;
}

.waterfall_flow_item .item_Job_type,
.waterfall_flow_item .item_people,
.waterfall_flow_item .item_place,
.waterfall_flow_item .item_Appointment,
.waterfall_flow_item .item_zhizhe {
    display: none;
}

.waterfall_flow_item .item_describe .describe_01 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 18px;
}

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

.waterfall_flow_item .btn_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    width: 164px;
    line-height: 44px;
    background: #d71918;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.waterfall_flow_item .btn_box:hover {
    opacity: 0.7;
}

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

/* 控制瀑布流一列的宽度  控制显示几列  */
.wall-column {
    width: calc((100% - 60px) / 3);
}


/* 了解详情弹框 */
.abo4PageBoxTwo_mask {
    display: none;
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.abo4BoxTwo3 {
    display: none;
    width: 940px;
    height: 580px;
    position: fixed;
    z-index: 17;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
}

.abo4BoxTwo3 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 15px 22px;
    border-bottom: 1px solid #d7d7d7;
}

.abo4BoxTwo3_scroll {
    height: 310px;
    overflow-y: auto;
    margin: 30px 0 30px;
}

.abo4BoxTwo3_scroll .item {
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.abo4BoxTwo3_scroll .item .left_tt {
    width: 120px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 10px 0 15px;
}

.abo4BoxTwo3_scroll .item .right_text {
    width: calc(100% - 120px);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.abo4BoxTwo3_email {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    width: calc(100% - 120px);
    background: #d7d7d7;
    box-sizing: border-box;
    padding: 16px 20px 16px 20px;
    margin-left: auto;
}

.abo4BoxTwo3_email a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #d80b0b;
    text-decoration: underline;
}

.abo4BoxTwo3 .close_btn {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo4BoxTwo3 .close_btn:hover {
    color: #d71918;
}

/* ~~~~~~~~~~~~~~~about4,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~about4,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~about4,css~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~~case,css */
.casBoxOne1 {
    box-sizing: border-box;
    padding: 50px 18px 90px;
}

.casBoxOne1 .public_sub_page_tt .text {
    width: 90%;
    margin: 0 auto;
}

.casBoxOne1 .indBoxFour3 .item {
    margin-bottom: 40px;
}

.casBoxOne1 .indBoxFour3 .item:hover a .bottom_box {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.casBoxOne2 {
    box-sizing: border-box;
    padding-top: 25px;
}


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

.public_paging a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

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

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

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

















/* ~~~~~~~~~~~~~~~case_detail,css */
/* ~~~~~~~~~~~~~~~case_detail,css */
/* ~~~~~~~~~~~~~~~case_detail,css */
.cas_dePageBoxOne {
    background: url(../images/case_det_01.jpg) no-repeat center center / cover;
}

.cas_deBoxOne1 {
    box-sizing: border-box;
    padding: 44px 30px 56px;
}

.cas_deBoxOne2 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.cas_deBoxOne2 a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #ff3b3a;
}

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

.cas_deBoxOne3 a {
    width: 262px;
    height: 46px;
    margin: 0 auto;
    border-radius: 23px;
    background-image: linear-gradient(to top, #e75a20, #f63c2f);
    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;
}

.cas_deBoxOne3 a:hover {
    opacity: 0.8;
}

.cas_deBoxOne3 a:hover .iconfont {
    padding-left: 8px;
}

.cas_deBoxOne3 a .iconfont {
    font-size: 30px;
    color: #ffffff;
    box-sizing: border-box;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxOne3 a span {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
}

.cas_deBoxTwo1 {
    box-sizing: border-box;
    padding: 80px 0 70px;
    border-bottom: 12px solid #f5f5f5;
}

.cas_deBoxTwo1 .tt_box {
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.cas_deBoxTwo1 .tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 40px;
    color: #373b3b;
    text-align: center;
}

.cas_deBoxTwo1 .tt_box .tt_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 0 16px;
}

.cas_deBoxTwo1 .tt_box .tt_02 .iconfont {
    font-size: 16px;
    color: #c1c1c1;
    margin-top: 2px;
}

.cas_deBoxTwo1 .tt_box .tt_02 span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.cas_deBoxTwo2 {
    box-sizing: border-box;
    padding: 40px 0 0;
    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;
}

.cas_deBoxTwo2_L {
    width: 52%;
}

.cas_deBoxTwo2_L_01 {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 22px 20px 8px 35px;
}

.cas_deBoxTwo2_L_01 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 14px;
}

.cas_deBoxTwo2_L_01 .item .left_tt {
    width: 85px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #373b3b;
}

.cas_deBoxTwo2_L_01 .item span {
    width: calc(100% - 85px);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #373b3b;
}

.cas_deBoxTwo2_L_01 .item span a {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #f63c2f;
}

.cas_deBoxTwo2_L .content_box {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #373b3b;
    line-height: 24px;
    box-sizing: border-box;
    padding: 50px 0 0;
}

.cas_deBoxTwo2_R {
    width: 43%;
    box-sizing: border-box;
    padding-left: 2px;
}

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

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

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

.cas_deBoxTwo2_R .btn_box {
    box-sizing: border-box;
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cas_deBoxTwo2_R .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    width: calc((100% - 18px) / 2);
    line-height: 55px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.cas_deBoxTwo2_R .btn_box > a:nth-child(1) {
    background: #c61b1b;
}

.cas_deBoxTwo2_R .btn_box > a:nth-child(2) {
    background: #f5f5f5;
    color: #444444;
}

.cas_deBoxTwo2_R .btn_box > a:nth-child(2) span {
    font-weight: 700;
    color: #ff3b3a;
}

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

.cas_deBoxThree1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

/* ~~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    box-sizing: border-box;
    padding: 65px 40px 50px;
}

.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% / 4);
}

.conBoxOne2 .item a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
}

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

.conBoxOne2 .item a .iconfont {
    font-size: 80px;
    color: #ffffff;
    width: 138px;
    height: 138px;
    line-height: 138px;
    margin: 0 auto;
    text-align: center;
    background: #d71918;
    border-radius: 50%;
}

.conBoxOne2 .item a .bottom_box {
    box-sizing: border-box;
    padding: 30px 0 0;
}

.conBoxOne2 .item a .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    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-size: 16px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 16px;
}

.conBoxOne2 .item a .bottom_box .line {
    width: 46px;
    height: 2px;
    background: #666666;
    margin: 0 auto;
}

.conPageBoxTwo {
    background: #e3e3e3;
}

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

.conBoxTwo2 {
    box-sizing: border-box;
    padding: 50px 50px 60px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.conBoxTwo2_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxTwo2_top .left_img {
    width: 134px;
}

.conBoxTwo2_top .left_img img {
    width: 100%;
}

.conBoxTwo2_top .right_text {
    width: calc(100% - 134px);
    box-sizing: border-box;
    padding-left: 15px;
}

.conBoxTwo2_top .right_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    box-sizing: border-box;
    padding: 8px 0 8px;
}

.conBoxTwo2_top .right_text .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
}

.conBoxTwo2_top .right_text .text_01 .a_01 {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    width: 94px;
    line-height: 28px;
    text-align: center;
    background: #c71d0c;
    border-radius: 4px;
}

.conBoxTwo2_top .right_text .text_01 .a_02 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #c71d0c;
}

.conBoxTwo2_top .right_text .text_02 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 12px;
}

.conBoxTwo2_bot {
    box-sizing: border-box;
    padding-top: 25px;
}

.conBoxTwo2_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;
}

.conBoxTwo2_form .item {
    position: relative;
    width: calc((100% - 35px) / 2);
    margin-bottom: 20px;
}

.conBoxTwo2_form .item .input_tt {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 6px;
}

.conBoxTwo2_form .item .input_tt span {
    font-size: 18px;
    color: #c71d0c;
}

.conBoxTwo2_form .item input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    padding: 14px 10px 14px 60px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
}

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

.conBoxTwo2_form .item .iconfont {
    font-size: 26px;
    color: #5c5c5c;
    position: absolute;
    top: 37px;
    left: 12px;
}

.conBoxTwo2_form .item.last {
    width: 100%;
    margin-bottom: 30px;
}

.conBoxTwo2_form .item textarea {
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    padding: 12px 10px 14px 60px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
}

.conBoxTwo2_form .btn_box button {
    outline: none;
    border: none;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 220px;
    height: 45px;
    background: #d71918;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.conPageBoxThree img {
    width: 100%;
}

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

















/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
.newBoxOne1 {
    box-sizing: border-box;
    padding: 80px 26px 60px;
}

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

.new_page_public_tt .left_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 32px;
    color: #444444;
}

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

.new_page_public_tt .right_link a:hover span,
.new_page_public_tt .right_link a:hover .iconfont {
    color: #d71918;
}

.new_page_public_tt .right_link a span {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_page_public_tt .right_link a .iconfont {
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.newBoxOne2_L {
    width: 59%;
    background: #f5f5f5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_L:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.newBoxOne2_L a {
    display: block;
    box-sizing: border-box;
    padding: 20px 18px 24px;
}

.newBoxOne2_L a .img_box img {
    width: 100%;

}

.newBoxOne2_L a .bottom_box {
    box-sizing: border-box;
    padding: 20px 20px 0 0;
}

.newBoxOne2_L a .bottom_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newBoxOne2_L a .bottom_box .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 8px 0 10px;
}

.newBoxOne2_L a .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxOne2_R {
    width: 39%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxOne2_R .item {
    height: calc((100% - 30px) / 2);
    background: #f5f5f5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_R .item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.newBoxOne2_R .item a {
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 35px 20px 20px 30px;
}

.newBoxOne2_R .item a .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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

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


.newPageBoxTwo {
    background: #ebebeb;
}

.newBoxTwo1 {
    box-sizing: border-box;
    padding: 60px 26px 70px;
}

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

.newBoxTwo2 .item {
    width: calc((100% - 58px) / 3);
    margin-right: 29px;
    background: #ffffff;
}

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

.newBoxTwo2 .item a {
    display: block;
    box-sizing: border-box;
    padding: 18px 15px 30px;
}

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

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

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

.newBoxTwo2 .item a .bottom_box {
    box-sizing: border-box;
    padding-top: 22px;
}

.newBoxTwo2 .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;
}

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

.newBoxThree1 {
    box-sizing: border-box;
    padding: 60px 26px 30px;
}

.newBoxThree1 .indBoxFive2_R {
    width: 100%;
    padding: 0;
}

.newPageBoxFour {
    background: #ebebeb;
}

.newBoxFour1 {
    box-sizing: border-box;
    padding: 60px 26px 60px;
}

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

.newBoxFour2_R {
    width: 39%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px 38px 0 38px;
}

.newBoxFour2_R .item {
    margin-bottom: 28px;
}

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

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

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

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

.newBoxFour2_R .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px 8px 15px;
    background-image: linear-gradient(to top, rgba(0,0,0) , rgba(0,0,0,0.2));
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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
















/* ~~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~~news_detail,css */
.new_deBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deBoxTwo1_L {
    width: 76%;
}

.new_deBoxTwo1_L .module_tt_box {
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.new_deBoxTwo1_L .module_tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 40px;
    color: #373b3b;
}

.new_deBoxTwo1_L .module_tt_box .tt_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 22px 0 16px;
}

.new_deBoxTwo1_L .module_tt_box .tt_02 .iconfont {
    font-size: 14px;
    color: #c1c1c1;
    margin-top: 2px;
}

.new_deBoxTwo1_L .module_tt_box .tt_02 span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 5px;
}

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

.new_deBoxTwo1_L .content_box img {
    max-width: 100%;
}

.new_deBoxTwo1_L .btn_box {
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 18px 20px 5px 20px;
}

.new_deBoxTwo1_L .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxTwo1_L .btn_box a:hover {
    color: #d71918;
}


.new_deBoxTwo1_R {
    width: 21.4%;
}


.side_nav_public_tt {
    background: url(../images/new_det_03.jpg) no-repeat center center / cover;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 12px 5px 16px 20px;
}

.new_det_R_nav01 .bottom_box {
    box-sizing: border-box;
    padding: 10px;
    background: #f5f5f5;
}

.new_det_R_nav01 .bottom_box .list {
    background: #ffffff;
    box-sizing: border-box;
    padding: 5px 8px 25px;
}

.new_det_R_nav01 .bottom_box .list .item a {
    display: block;
    box-sizing: border-box;
    padding: 14px 0 12px;
    border-bottom: 1px solid #cccccc;
}

.new_det_R_nav01 .bottom_box .list .item a:hover .date,
.new_det_R_nav01 .bottom_box .list .item a:hover .text {
    color: #d71918;
}

.new_det_R_nav01 .bottom_box .list .item a .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_det_R_nav01 .bottom_box .list .item a .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_side_contact {
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding: 0 16px 30px;
    background: #ffffff;
}

.public_side_contact .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 20px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.public_side_contact .item a:hover .iconfont {
    background: #d71918;
    color: #ffffff;
}

.public_side_contact > .item:nth-child(3) a {
    border-bottom: none;
    padding: 20px 0 30px;
}

.public_side_contact .item a .iconfont {
    font-size: 28px;
    color: #d71918;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ff0000;
    background: #ecd1d1;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_side_contact .item a .right_text {
    width: calc(100% - 52px);
    box-sizing: border-box;
    padding-left: 12px;
}

.public_side_contact .item a .right_text .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 23px;
}

.public_side_contact .item a .right_text .text_02 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 2px;
}

.public_side_contact .btn_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #c02223;
    border-radius: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.public_side_contact .btn_box a .iconfont {
    font-size: 28px;
    color: #ffffff;
}

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

/* ~~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~news1,css */
/* ~~~~~~~~~~~~~~~~news1,css */
/* ~~~~~~~~~~~~~~~~news1,css */
.new1BoxOne1 {
    box-sizing: border-box;
    padding: 65px 26px 45px;
}

.new1BoxOne1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.new1BoxTwo1 {
    box-sizing: border-box;
    padding: 0 26px 45px;
}

.new1BoxTwo2 {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-bottom: none;
}

.new1BoxTwo2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    padding: 20px 26px 20px;
}

.new1BoxTwo2 .item a:hover .right_text .tt {
    color: #d71918;
}

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

.new1BoxTwo2 .item a .img_box {
    width: 18.5%;
    perspective: 900px;
    overflow: hidden;
}

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

.new1BoxTwo2 .item a .right_text {
    width: 81.5%;
    box-sizing: border-box;
    padding-left: 60px;
}

.new1BoxTwo2 .item a .right_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.new1BoxTwo2 .item a .right_text .text {
    width: 90%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.new1BoxTwo3 {
    box-sizing: border-box;
    padding-top: 40px;
}


/* ~~~~~~~~~~~~~~~~news1,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~news1,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~news1,css~~~~~~~~~~~~~~end */


















/* ~~~~~~~~~~~~~~~~~~~news2,css */
/* ~~~~~~~~~~~~~~~~~~~news2,css */
/* ~~~~~~~~~~~~~~~~~~~news2,css */
.new2BoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
}

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

.new2BoxOne2 .item {
    width: calc((100% - 110px) / 3);
    margin-right: 55px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.new2BoxOne2 .item:hover {
    border: 1px solid #d71918;
}

.new2BoxOne2 .item:hover a .tt {
    color: #d71918;
}

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

.new2BoxOne2 .item a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 19px 32px;
}

.new2BoxOne2 .item a .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new2BoxOne2 .item a .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 8px 0 10px;
}

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

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

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

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


/* ~~~~~~~~~~~~~~~~~~~news2,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~~news2,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~~news2,css~~~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~news3 */
/* ~~~~~~~~~~~~~~~~news3 */
/* ~~~~~~~~~~~~~~~~news3 */
.new3BoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.new3BoxOne1 .indBoxFive2_R {
    width: 100%;
    padding: 0;
}

.new3BoxOne2 {
    box-sizing: border-box;
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~~~news3~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~news3~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~news3~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~pro,css */
/* ~~~~~~~~~~~~~~~~~pro,css */
/* ~~~~~~~~~~~~~~~~~pro,css */
.proBoxOne1 {
    box-sizing: border-box;
    padding: 40px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxOne2 {
    width: 21.4%;
}

.proBoxOne2_01_list {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding: 16px 10px 10px;
    background: #ffffff;
}

.proBoxOne2_01_list .item {
    box-sizing: border-box;
    padding-bottom: 12px;
}

.proBoxOne2_01_list .item .item_top {
    background: #ebebeb;
    box-sizing: border-box;
    padding: 14px 15px 14px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.proBoxOne2_01_list .item .item_top a {
    width: calc(100% - 20px);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_01_list .item .item_top a:hover {
    color: #d71918;
}

.proBoxOne2_01_list .item .item_top .iconfont {
    font-size: 18px;
    color: #919191;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_01_list .item .item_top .iconfont:hover {
    color: #d71918;
}

.proBoxOne2_01_list .item .item_bottom {
    display: none;
    box-sizing: border-box;
    padding: 24px 10px 0 15px;
}

.proBoxOne2_01_list .item .item_bottom a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 16px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_01_list .item .item_bottom a:hover {
    color: #d71918;
}

.proBoxOne2_01_list .item.hover .item_top .iconfont {
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.proBoxOne3 {
    width: 76%;
}

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

.proBoxOne3_01 .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #000022;
    box-sizing: border-box;
    padding-right: 20px;
}

.proBoxOne3_01 .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
}

.proBoxOne3_02 {
    background: #ebebeb;
    box-sizing: border-box;
    padding: 25px 23px 0;
}

.proBoxOne3_02 .indBoxOne2_list .item {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
}

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

.proBoxOne3_03 {
    box-sizing: border-box;
    padding-top: 65px;
}

/* ~~~~~~~~~~~~~~~~~pro,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~pro,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~pro,css~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~~pro_detail,css */
.pro_dePageBoxOne {
    background: #efeeee;
}

.pro_deBoxOne1 {
    box-sizing: border-box;
    padding: 40px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_dePage_L_case {
    margin-top: 30px;
}

.pro_de_L_case_list {
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 9px 10px;
    border: 1px solid #dddddd;
}

.pro_de_L_case_list .item a {
    display: block;
}

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

.pro_de_L_case_list .item a:hover .bottom_text {
    color: #d71918;
}

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

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

.pro_de_L_case_list .item a .img_box .img_02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro_de_L_case_list .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    box-sizing: border-box;
    padding: 12px 5px 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_de_R_box {
    width: 76%;
}

.pro_de_R_box01 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 40px 25px 10px;
}

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

.pro_de_R_module_01 .left_box {
    width: 54.2%;
}

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

.pro_de_module_01_dots .item {
    position: relative;
    width: calc((100% - 52px) / 5);
    margin-right: 13px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.pro_de_module_01_dots .item.active {
    border: 1px solid #d71918;
}

.pro_de_module_01_dots .item::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 100%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-width: 0px;
    border-style: solid;
    border-color: transparent transparent #c71d0c transparent;
}

.pro_de_module_01_dots .item.active::after {
    border-width: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_de_R_module_01 .right_box {
    width: 43.2%;
}

.pro_de_R_module_01 .right_box .big_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #000022;
}


.pro_de_R_module_01 .right_box dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.pro_de_R_module_01 .right_box dl dd div {
    font-size: 12px;
    color: #444444;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #444444;
    margin-top: 2px;
}

.pro_de_R_module_01 .right_box dl dd span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
}

.pro_de_describe_list {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding: 24px 0 22px;
}


.pro_de_R_module_01 .right_box ul {
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_de_R_module_01 .right_box ul li {
    width: 86px;
    box-sizing: border-box;
    padding: 0 4px;
}

.pro_de_R_module_01 .right_box ul li span {
    height: 60px;
    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;
}

.pro_de_R_module_01 .right_box ul li span img {
    max-width: 100%;
}

.pro_de_R_module_01 .right_box ul li div {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
}

.pro_de_R_module_01 .right_box .phone_box {
    box-sizing: border-box;
    padding: 22px 0 22px;
}

.pro_de_R_module_01 .right_box .phone_box img {
    width: 46px;
    vertical-align: top;
}

.pro_de_R_module_01 .right_box .phone_box span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-right: 4px;
}

.pro_de_R_module_01 .right_box .phone_box a {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #c71d0c;
}

.pro_de_R_module_01 .right_box .btn_box a {
    width: 55%;
    height: 44px;
    background: #d01e1b;
    border-radius: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_de_R_module_01 .right_box .btn_box a:hover {
    opacity: 0.8;
}

.pro_de_R_module_01 .right_box .btn_box a img {
    width: 25px;
}

.pro_de_R_module_01 .right_box .btn_box a span {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 8px;
}

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

.pro_de_R_module_02 .item {
    width: 135px;
    background: #313131;
    border-radius: 5px 5px 0 0;
    margin-right: 7px;
    margin-bottom: 7px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_de_R_module_02 .item:hover {
    background: #d01e1b;
}

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

.pro_de_R_module_02 .item a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px 5px 10px;
    text-align: center;
}


.pro_de_R_module_03 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.pro_details_01,
.pro_details_02,
.pro_details_03,
.pro_details_04,
.pro_details_05,
.pro_details_06,
.pro_details_07 {
    box-sizing: border-box;
    padding: 30px 0 40px;
    border-bottom: 1px solid #dfdfdf;
}

.pro_details_pub_tt {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #d01e1b;
    box-sizing: border-box;
    padding-bottom: 8px;
    border-bottom: 2px solid #d01e1b;
}

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

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

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

.pro_details_01_list .item {
    width: calc(100% / 6);
}

.pro_details_01_list .item a {
    display: block;
    box-sizing: border-box;
    padding: 0 9px;
}

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

.pro_details_01_list .item a .bottom_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.pro_details_02_list {
    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_details_02_list .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_details_02_list .item .iconfont {
    font-size: 40px;
    color: #ffffff;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #d01e1b;
    border-radius: 50%;
}

.pro_details_02_list .item .right_text {
    width: calc(100% - 84px);
    box-sizing: border-box;
    padding-left: 25px;
}

.pro_details_02_list .item .right_text .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 14px;
}

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

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


.pro_details_03 .content_box,
.pro_details_04 .content_box,
.pro_details_05 .content_box,
.pro_details_06 .content_box,
.pro_details_07 .content_box {
    box-sizing: border-box;
    padding-top: 30px;
}

.pro_details_03 .content_box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

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

.pro_de_R_module_03 table tr td {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #332f30;
    box-sizing: border-box;
    border: 1px solid #898787;
    padding: 10px 5px 10px;
    text-align: center;
}

.pro_de_R_module_03 table tr td:first-child {
    background: #f2f9ea;
}

.pro_details_05 .content_box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.pro_de_R_module_03 > div:last-child {
    border-bottom: none;
}

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

.pro_de_R_box02 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #000022;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.pro_de_R_box02 .indBoxOne2_list .item {
    width: calc((100% - 104px) / 3);
    margin-right: 52px;
    margin-bottom: 0;
}

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

/* ~~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~service1,css */
/* ~~~~~~~~~~~~~~~service1,css */
/* ~~~~~~~~~~~~~~~service1,css */
.ser1BoxOne1 {
    box-sizing: border-box;
    padding: 50px 80px 90px;
}

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

.ser1BoxOne2 .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    box-sizing: border-box;
    padding: 30px 0 50px;
}

.ser1BoxOne2 .img_box {
    text-align: center;
}

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

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

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

.ser1BoxOne3 .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    box-sizing: border-box;
    padding: 30px 0 60px;
}

.ser1BoxOne3 .img_box {
    text-align: center;
}

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

.ser1BoxOne4 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 35px;
}

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

.ser1BoxOne4_list .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background: #f5f5f5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.ser1BoxOne4_list .item a {
    display: block;
    box-sizing: border-box;
    padding: 32px 10px 35px;
}

.ser1BoxOne4_list .item:hover {
    background: #d71918;
}

.ser1BoxOne4_list .item:hover .iconfont {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.ser1BoxOne4_list .item:hover .tt,
.ser1BoxOne4_list .item:hover .text {
    color: #ffffff;
}

.ser1BoxOne4_list .item .iconfont {
    font-size: 34px;
    color: #d71918;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background: #eec2c2;
    box-sizing: border-box;
    border: 1px solid #d71c1b;
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ser1BoxOne4_list .item .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.ser1BoxOne4_list .item .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* ~~~~~~~~~~~~~~~service1,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~service1,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~service1,css~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~service2,css */
/* ~~~~~~~~~~~~~~~~service2,css */
/* ~~~~~~~~~~~~~~~~service2,css */
.ser2BoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 20px;
}

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

.ser2BoxOne1 .module_tt_box .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
}

.ser2BoxOne1 .module_tt_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.ser2BoxOne2 .item {
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    padding: 16px 0 40px;
}

.ser2BoxOne2 .item .item_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 20px;
    color: #f53b3a;
    box-sizing: border-box;
    padding-bottom: 15px;
}

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

.ser2BoxOne2_list .every_one {
    width: calc((100% - 140px) / 6);
    margin-right: 28px;
    margin-bottom: 12px;
}

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

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

.ser2BoxOne2_list .every_one .img_box {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    perspective: 900px;
    overflow: hidden;
}

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

.ser2BoxOne2_list .every_one .bottom_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 14px;
}

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

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

.ser2BoxTwo1 .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 14px;
}

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

.ser2BoxTwo1 .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fefefe;
    width: 240px;
    line-height: 45px;
    background: #f53b3a;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser2BoxTwo1 .btn_box > a:nth-child(2) {
    width: 330px;
    background: #515151;
    margin-left: 30px;
}

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

/* ~~~~~~~~~~~~~~~~service2,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service2,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service2,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~service3,css */
/* ~~~~~~~~~~~~~~~service3,css */
/* ~~~~~~~~~~~~~~~service3,css */
.ser3BoxOne1 {
    box-sizing: border-box;
    padding: 50px 20px 80px;
}

.ser3BoxOne2 {
    box-sizing: border-box;
    padding-bottom: 1px;
}

.ser3BoxOne2 .item {
    margin-bottom: 50px;
    box-sizing: border-box;
    border: 2px solid #8f8f8f;
}

.ser3BoxOne2 .item .item_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding: 10px 20px 10px;
    border: 1px solid #dedede;
    border-bottom: none;
    background: #f5f5f5;
}

.ser3BoxOne2_list .list_item .top_box {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    padding: 14px 10px 14px 50px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser3BoxOne2_list .list_item .top_box:hover {
    color: #d71918;
}

.ser3BoxOne2_list .list_item .bottom_box {
    display: none;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    line-height: 30px;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    padding: 24px 70px 24px 50px;
}

.ser3BoxOne2_list .list_item.active .top_box {
    color: #d71918;
}

.ser3BoxOne3 {
    box-sizing: border-box;
    padding-top: 45px;
}

.ser3BoxOne3_01 {
    background: url(../images/service3_01.jpg) no-repeat center center / cover;
    box-sizing: border-box;
    padding: 40px 30px 30px 40px;
}

.ser3BoxOne3_01 .tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #444444;
}

.ser3BoxOne3_01 .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 14px 0 20px;
}

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

.ser3BoxOne3_01 .btn_box a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fefefe;
    width: 240px;
    line-height: 45px;
    text-align: center;
    background: #f53b3a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser3BoxOne3_01 .btn_box > a:nth-child(2) {
    background: #515151;
    width: 330px;
    margin-left: 30px;
}

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


/* ~~~~~~~~~~~~~~~service3,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~service3,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~service3,css~~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~~service4,css */
/* ~~~~~~~~~~~~~~~~~service4,css */
/* ~~~~~~~~~~~~~~~~~service4,css */
.ser4BoxOne1 {
    box-sizing: border-box;
    padding: 50px 20px 60px;
}

.ser4BoxOne2 {
    box-sizing: border-box;
    padding-bottom: 55px;
}

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

.ser4BoxOne2_form input {
    width: 68%;
    height: 55px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 0 10px 0 30px;
    background: #f5f5f5;
}

.ser4BoxOne2_form ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
}

.ser4BoxOne2_form button {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #444444;
    outline: none;
    border: none;
    width: 144px;
    height: 55px;
    background: #d8d8d8;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne2_form button:hover {
    background: #d71918;
    color: #ffffff;
}

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

.ser4BoxOne3 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 10px solid #f5f5f5;
    padding: 22px 18px 14px;
}

.ser4BoxOne3 .item .top_box {
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ser4BoxOne3 .item .top_box .left_text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.ser4BoxOne3 .item .top_box .left_text::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #d71918;
    margin: 4px 10px 0 0;
    vertical-align: top;
}

.ser4BoxOne3 .item .top_box .More_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ser4BoxOne3 .item .top_box .More_btn:hover span,
.ser4BoxOne3 .item .top_box .More_btn:hover .iconfont {
    color: #d71918;
}

.ser4BoxOne3 .item .top_box .More_btn span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .top_box .More_btn .iconfont {
    font-size: 14px;
    color: #888888;
    margin-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .bottom_box {
    box-sizing: border-box;
    padding-top: 28px;
}

.ser4BoxOne3 .item .bottom_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.ser4BoxOne3 .item .bottom_box a:hover .left_text::before {
    background: #d71918;
}

.ser4BoxOne3 .item .bottom_box a:hover .left_text,
.ser4BoxOne3 .item .bottom_box a:hover .right_date {
    color: #d71918;
}

.ser4BoxOne3 .item .bottom_box a .left_text {
    width: calc(100% - 100px);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .bottom_box a .left_text::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    vertical-align: top;
    margin: 8px 6px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne3 .item .bottom_box a .right_date {
    width: 100px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ser4BoxOne4 {
    box-sizing: border-box;
    padding-top: 15px;
}

/* ~~~~~~~~~~~~~~~~~service4,css~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~service4,css~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~service4,css~~~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~service4-1,css */
/* ~~~~~~~~~~~~~~~~service4-1,css */
/* ~~~~~~~~~~~~~~~~service4-1,css */
.ser5BoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ser5BoxOne2 {
    width: 76%;
}

.ser5BoxOne2 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 0 28px 10px;
}

.ser5BoxOne2_list .item {
    margin-bottom: 30px;
}

.ser5BoxOne2_list .item .top_box {
    box-sizing: border-box;
    padding: 0 10px 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ser5BoxOne2_list .item .top_box .left_text {
    width: calc(100% - 90px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-right: 20px;
}

.ser5BoxOne2_list .item .top_box .left_text .iconfont {
    width: 45px;
    font-size: 30px;
    color: #d71918;
}

.ser5BoxOne2_list .item .top_box .left_text .text {
    width: calc(100% - 45px);
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding: 3px 0 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.ser5BoxOne2_list .item .top_box .right_date {
    width: 90px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 4px;
}

.ser5BoxOne2_list .item .bottom_box {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 24px 40px 14px 45px;
}

.ser5BoxOne2_list .item .bottom_box .text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

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

.ser5BoxOne2_list .item .bottom_box a:hover .iconfont {
    padding: 3px 0 0 10px;
}

.ser5BoxOne2_list .item .bottom_box a span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #d71918;
}

.ser5BoxOne2_list .item .bottom_box a .iconfont {
    font-size: 12px;
    color: #d71918;
    box-sizing: border-box;
    padding: 3px 0 0 4px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ser5BoxOne2_paging {
    box-sizing: border-box;
    padding-top: 35px;
}

/* ~~~~~~~~~~~~~~~~service4-1,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service4-1,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service4-1,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~~video,css */
/* ~~~~~~~~~~~~~~~~~~video,css */
/* ~~~~~~~~~~~~~~~~~~video,css */
.vidBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 20px;
}

.vidBoxOne2 .item {
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    padding: 30px 19px 12px;
    margin-bottom: 40px;
}

.vidBoxOne2 .item .top_box {
    box-sizing: border-box;
    padding-bottom: 24px;
    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;
}

.vidBoxOne2 .item .top_box .text {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 24px;
    color: #d71918;
}

.vidBoxOne2 .item .top_box .More_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.vidBoxOne2 .item .top_box .More_btn:hover span,
.vidBoxOne2 .item .top_box .More_btn:hover .iconfont {
    color: #d71918;
}

.vidBoxOne2 .item .top_box .More_btn span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidBoxOne2 .item .top_box .More_btn .iconfont {
    font-size: 16px;
    color: #888888;
    margin-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.vidBoxOne2_list .left_video {
    width: 41.2%;
}

.vidPage_video_item {
    cursor: pointer;
}

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

.vidPage_video_item:hover .bottom_text .text_01 {
    color: #d71918;
}

.vidPage_video_item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}

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

.vidPage_video_item .img_box .time {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 14px;
    width: 64px;
    line-height: 25px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    border-radius: 2px;
}

.vidPage_video_item .bottom_text {
    box-sizing: border-box;
    padding: 4px 5px 0 0;
}

.vidPage_video_item .bottom_text .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vidPage_video_item .bottom_text .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #888888;
    box-sizing: border-box;
    padding-top: 2px;
}

.vidBoxOne2_list .right_video {
    width: 56.9%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vidBoxOne2_list .right_video .vidPage_video_item {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
    margin-bottom: 8px;
}

.vidBoxOne2_list .right_video > .vidPage_video_item:nth-child(3n) {
    margin-right: 0;
}


/* ~~~~~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~video_list,css */
/* ~~~~~~~~~~~~~~~~video_list,css */
/* ~~~~~~~~~~~~~~~~video_list,css */
.vid_liBoxOne1 {
    box-sizing: border-box;
    padding: 50px 20px 80px;
}

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

.vid_liBoxOne2 .item {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
    margin-bottom: 40px;
    cursor: pointer;
}

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

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

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

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

.vid_liBoxOne2 .item .img_box .time {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 14px;
    width: 64px;
    line-height: 25px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    border-radius: 2px;
}

.vid_liBoxOne2 .item .bottom_box {
    background: #ebebeb;
    box-sizing: border-box;
    padding: 12px 20px 12px 20px;
    border-radius: 0 0 25px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.vid_liBoxOne2 .item .bottom_box .iconfont {
    font-size: 12px;
    color: #ffffff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    background: #ff0000;
    border-radius: 50%;
}

.vid_liBoxOne2 .item .bottom_box span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-left: 10px;
}

.vid_liBoxOne3 {
    box-sizing: border-box;
    padding-top: 40px;
}


/* ~~~~~~~~~~~~~~~~video_list,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~video_list,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~video_list,css~~~~~~~~~~~~~~~end */