#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: #444444;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}





/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    max-width: 1360px;
    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: #242424;
    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: #fdb900;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #fdb900;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #fdb900;
    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: #fdb900;
}



.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: #fdb900;
}

.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: #fdb900;
    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_head_top {
    background: #333333;
}

.pc_head_top_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_language_box {
    position: relative;
    padding: 2px 20px 2px 20px;
    border-right: 1px solid #4f4f4f;
}

.head_language_01 {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_language_01:hover span,
.head_language_01:hover .iconfont {
    color: #fdb900;
}

.head_language_01 img {
    width: 22px;
}

.head_language_01 span {
    font-size: 14px;
    color: #c0c0c0;
    padding: 0 25px 2px 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 .iconfont {
    font-size: 12px;
    color: #c0c0c0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 12;
    left: 0;
    top: 34px;
    width: 100%;
    background: #333333;
    padding: 8px 0 8px;
}

.head_language_02 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 10px 5px 20px;
}

.head_language_02 a:hover span {
    color: #fdb900;
}

.head_language_02 a img {
    width: 22px;
}

.head_language_02 a span {
    font-size: 14px;
    color: #c0c0c0;
    padding: 0 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_icon_box a {
    display: block;
    font-size: 18px;
    color: #c0c0c0;
    margin-left: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_icon_box a:hover {
    color: #fdb900;
}

.pc_head_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_02 .tel_email_box {
    padding: 2px 20px 2px;
}

.pc_head_top_02 .tel_email_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_02 .tel_email_box a:hover .iconfont,
.pc_head_top_02 .tel_email_box a:hover span {
    color: #fdb900;
}

.pc_head_top_02 .tel_email_box a .iconfont {
    font-size: 18px;
    color: #c0c0c0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .tel_email_box a span {
    font-size: 14px;
    color: #c0c0c0;
    padding-left: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .on_line_btn a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    width: 160px;
    line-height: 45px;
    background: #fdb900;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .on_line_btn a:hover {
    opacity: 0.8;
}

.pc_head_top_02>.tel_email_box:first-child {
    border-right: 1px solid #4f4f4f;
}

.pc_head_bottom {
    position: fixed;
    z-index: 10;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.pc_head_bottom_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_bottom_w .logo_box {
    width: 314px;
}

.pc_head_bottom_w .logo_box a {
    display: block;
}

.pc_head_bottom_w .logo_box a img {
    width: 100%;
}

.pc_head_bottom_01 {
    width: calc(100% - 450px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box {
    width: calc(100% - 100px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item>a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    line-height: 80px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item>a .iconfont {
    display: none;
}

.pc_head_list_box .item.hover>a {
    color: #fdb900;
}

/* 二级导航 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background: #e4e4e4;
}

.publicTwo_stage_nav_w {
    padding: 50px 50px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.publicTwo_stage_nav_w .every_item {
    width: calc((100% - 92px) / 4);
    margin-right: 30px;
}

.publicTwo_stage_nav_w>.every_item:nth-child(4n) {
    margin-right: 0;
}

.publicTwo_stage_nav_w .every_item a {
    display: block;
    padding: 2px;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav_w .every_item a:hover {
    background: #fdb900;
}

.publicTwo_stage_nav_w .every_item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.publicTwo_stage_nav_w .every_item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.publicTwo_stage_nav_w .every_item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav_w .every_item a .bottom_text {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    padding: 12px 0 10px;
    text-align: center;
}

/* 二级导航~~~~~~~~~~~~~~end */

.pc_head_search_box {
    width: 100px;
    padding-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_head_search_box .click_icon {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_box .click_icon:hover {
    color: #fdb900;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 52%;
    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: #fdb900;
}

.all_public_form .public_form_close {
    font-size: 34px;
    position: absolute;
    top: 9px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #fdb900;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
.ind_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #7a7a7a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #fdb900;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ind_banner_box .owl-controls .owl-dots .owl-dot span {
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

.ind_banner_box.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #ffffff;
}

.ind_banner_box.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #fdb900;
}

.indBoxOne {
    background: url(../images/ind_01.png) no-repeat 120px 140px / auto auto;
}

.indBoxOne1_w {
    padding: 65px 0 10px;
}

.indBoxOne1_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne1_dl .item {
    width: calc((100% - 80px) / 4);
    margin-right: 26px;
}

.indBoxOne1_dl>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxOne1_dl .item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.indBoxOne1_dl .item a:hover .indBoxOne1_dl_hover {
    top: 0;
    opacity: 1;
}

.indBoxOne1_dl .item a .img_box {
    border: 1px solid #e5e5e5;
}

.indBoxOne1_dl .item a .img_box img {
    width: 100%;
}

.indBoxOne1_dl .item a .bottom_text {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding: 12px 5px 12px;
    background: #fdb900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne1_dl_hover {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdb900;
    padding: 15px;
    opacity: 0;
    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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1_dl_hover .tt {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne1_dl_hover .text {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.indBoxOne1_dl_hover .More_btn {
    font-size: 14px;
    color: #ffffff;
    width: 130px;
    line-height: 30px;
    background: #000000;
    text-align: center;
    margin-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1_dl_hover .More_btn:hover {
    opacity: 0.8;
}

.indBoxOne2_w {
    padding: 0 0 80px;
}

.indBoxOne2_lunbo .item {
    padding: 35px 0 0;
}

.indBoxOne2_lunbo .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxOne2_lunbo .item a:hover .indBoxOne2_lunbo_L .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxOne2_lunbo .item a:hover .indBoxOne2_lunbo_R .tt_box .tt_02 {
    color: #fdb900;
}

.indBoxOne2_lunbo_L {
    width: 41.9%;
    position: relative;
}

.indBoxOne2_lunbo_L .bg_yellow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34%;
    height: 100%;
    background: #fdb900;
}

.indBoxOne2_lunbo_L .img_box {
    position: relative;
    z-index: 2;
    left: 10%;
    bottom: 35px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxOne2_lunbo_L .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_lunbo_L .img_box .number_box {
    position: absolute;
    bottom: 0;
    right: 8%;
    font-weight: 700;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 100px;
}

.indBoxOne2_lunbo_R {
    position: relative;
    z-index: 3;
    bottom: 35px;
    width: 57%;
    background: #f8f8f8;
    padding: 50px 60px 60px 60px;
}

.indBoxOne2_lunbo_R .tt_box .tt_01 {
    font-weight: 700;
    font-size: 18px;
    color: #fdb900;
}

.indBoxOne2_lunbo_R .tt_box .tt_02 {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
    padding: 10px 0 14px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_lunbo_R .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.indBoxOne2_lunbo_R dl {
    padding: 30px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxOne2_lunbo_R dl dd {
    width: calc((100% - 40px) / 2);
    border-right: 1px solid #bfbfbf;
    padding-right: 20px;
}

.indBoxOne2_lunbo_R dl>dd:nth-child(2n) {
    border-right: none;
}

.indBoxOne2_lunbo_R dl dd div {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-bottom: 10px;
}

.indBoxOne2_lunbo_R dl dd span {
    font-size: 16px;
    color: #444444;
}

.all_page_public_btn {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    width: 220px;
    line-height: 44px;
    text-align: center;
    background: #fdb900;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.all_page_public_btn:hover {
    opacity: 0.8;
}

a.all_page_public_btn {
    display: block;
}

.indBoxOne2_lunbo .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indBoxTwo {
    background: url(../images/ind_06.jpg) no-repeat center center / cover;
}

.indBoxTwo_w {
    padding: 60px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo_w_L {
    width: 42%;
}

.indBoxTwo_w_L .tt {
    font-weight: 700;
    font-size: 36px;
    color: #fefefe;
}

.indBoxTwo_w_L .text {
    font-size: 16px;
    color: #fefefe;
    line-height: 30px;
    padding: 22px 0 40px;
}

.indBoxTwo_w_R {
    width: 56%;
}

.indBoxTwo_w_R img {
    width: 100%;
}

.indBoxThree_w {
    padding: 80px 0 80px;
}

.index_module_title {
    padding-bottom: 35px;
}

.index_module_title a {
    display: block;
}

.index_module_title a .tt_01 {
    font-weight: 700;
    font-size: 40px;
    color: #444444;
    text-align: center;
}

.index_module_title a .tt_02 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    text-align: center;
    padding-top: 8px;
}

.indBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree1 .item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 35px;
}

.indBoxThree1>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxThree1 .item a {
    display: block;
    height: 100%;
    background: #f8f8f8;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .item a:hover {
    background: #fdb900;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

.indBoxThree1 .item a:hover .img_box .date_box {
    background: #ffffff;
}

.indBoxThree1 .item a .img_box {
    position: relative;
    border-bottom: 6px solid #fdb900;
}

.indBoxThree1 .item a .img_box img {
    width: 100%;
}

.indBoxThree1 .item a .img_box .date_box {
    font-size: 14px;
    color: #444444;
    position: absolute;
    right: 30px;
    bottom: -18px;
    width: 94px;
    line-height: 30px;
    text-align: center;
    background: #fdb900;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .item a .bottom_box {
    padding: 25px 15px 30px 20px;
}

.indBoxThree1 .item a .bottom_box .tt {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
}

.indBoxThree1 .item a .bottom_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxThree2 {
    padding: 25px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree2 .item {
    width: calc((100% - 60px) / 2);
}

.indBoxThree2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px 0 16px 8px;
    border-bottom: 1px dashed #e5e5e5;
}

.indBoxThree2 .item a:hover .text_box span,
.indBoxThree2 .item a:hover .text_box .date {
    color: #fdb900;
}

.indBoxThree2 .item a .round_box {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #fdb900;
    padding: 1px;
}

.indBoxThree2 .item a .round_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fdb900;
}

.indBoxThree2 .item a .text_box {
    width: calc(100% - 14px);
    padding-left: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxThree2 .item a .text_box span {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2 .item a .text_box .date {
    font-size: 16px;
    color: #666666;
    width: 100px;
    text-align: right;
    padding-right: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour {
    border-top: 8px solid #fdb900;
    background: url(../images/ind_11.jpg) no-repeat center center / cover fixed;
}

.indBoxFour_w {
    padding: 80px 0 90px;
}

.indBoxFour_w .index_module_title .tt_01,
.indBoxFour_w .index_module_title .tt_02 {
    color: #ffffff;
}

.indBoxFour1 {
    padding: 40px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour1 .item {
    width: calc(100% / 4);
    padding: 0 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour1 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.indBoxFour1 .item .number_box {
    font-weight: 700;
    font-size: 90px;
    color: #fdb900;
    text-align: center;
}

.indBoxFour1 .item .number_box span {
    font-weight: 700;
    font-size: 24px;
    color: #fdb900;
    padding-left: 4px;
}

.indBoxFour1 .item .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
}

.indBoxFour2 .text_01 {
    font-size: 24px;
    color: #fdb900;
    text-align: center;
}

.indBoxFour2 .text_02 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 12px 0 35px;
}

.indBoxFour2 a {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    width: 300px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    background: #fdb900;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 a:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~foot inquiry,css */
/* ~~~~~~~~~~~~~foot inquiry,css */
/* ~~~~~~~~~~~~~foot inquiry,css */
.foot_inquiry_box {
    background: url(../images/ind_12.jpg) no-repeat center center / cover;
}

.foot_inquiry_w {
    padding: 55px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_inquiry_text {
    width: 350px;
}

.foot_inquiry_text .text_01 {
    font-weight: 700;
    font-size: 30px;
    color: #444444;
}

.foot_inquiry_text .text_02 {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-top: 6px;
}

.foot_inquiry_form {
    width: calc(100% - 350px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_inquiry_form .input_box {
    width: calc(100% - 250px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_inquiry_form .input_box .item {
    width: calc((100% - 30px) / 2);
}

.foot_inquiry_form .input_box .item input {
    width: 100%;
    height: 40px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ababab;
}

.foot_inquiry_form .btn_box {
    width: 210px;
}

.foot_inquiry_form .btn_box button {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    width: 100%;
    height: 40px;
    background: #fdb900;
    outline: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_inquiry_form .btn_box button:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~foot inquiry,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot inquiry,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot inquiry,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~foot */
/* ~~~~~~~~~~~~~foot */
/* ~~~~~~~~~~~~~foot */
.public_foot_top {
    background: url(../images/foot_top_bg.jpg) no-repeat center center / cover;
}

.foot_top_w {
    padding: 70px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01 {
    width: 180px;
}

.foot_top_01 .img_box {
    padding-bottom: 12px;
    border-bottom: 1px solid #3e3e3e;
}

.foot_top_01 .img_box a {
    display: block;
    text-align: center;
}

.foot_top_01 .img_box a img {
    max-width: 100%;
    max-height: 100%;
}

.foot_top_01 .bottom_icon {
    padding: 12px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot_top_01 .bottom_icon a {
    display: block;
    font-size: 24px;
    color: #c0c0c0;
    margin: 0 7px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_01 .bottom_icon a:hover {
    color: #fdb900;
}

.foot_top_public_tt {
    padding-bottom: 20px;
}

.foot_top_public_tt a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.foot_top_public_list .item {
    padding-bottom: 6px;
}

.foot_top_public_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_public_list .item a:hover .iconfont,
.foot_top_public_list .item a:hover span {
    color: #fdb900;
}

.foot_top_public_list .item a .iconfont {
    width: 25px;
    font-size: 16px;
    color: #888888;
    margin-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_public_list .item a span {
    width: calc(100% - 25px);
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04 {
    width: 280px;
}

.foot_top_04_code {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_04_code .item {
    width: calc((100% - 30px) / 2);
}

.foot_top_04_code .item .img_box img {
    width: 100%;
}

.foot_top_04_code .item .bottom_text {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-top: 12px;
}

.foot_top_02 {
    width: 18%;
}

.foot_top_03 {
    width: 24%;
}

.public_foot_bottom {
    background: #242424;
}

.foot_bottom_w {
    padding: 16px 0 16px;
    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_w .left_text {
    font-size: 14px;
    color: #c0c0c0;
}

.foot_bottom_w .right_a {
    font-size: 14px;
    color: #c0c0c0;
}

.foot_bottom_w .right_a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~右侧导航,css */
/* ~~~~~~~~~~~~~右侧导航,css */
/* ~~~~~~~~~~~~~右侧导航,css */
.public_right_nav_box {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 220px;
}

.pub_float_right_nav {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.pub_float_right_nav .item {
    position: relative;
    border-bottom: 1px solid #eee;
    background: #ffffff;
}

.pub_float_right_nav>.item:last-child {
    border-bottom: none;
}

.pub_float_right_nav .item:hover .hover_show_text {
    right: 112%;
}

.pub_float_right_nav .item .icon_and_text {
    display: block;
    width: 80px;
    padding: 14px 0 12px;
}

.pub_float_right_nav .item .icon_and_text:hover .iconfont,
.pub_float_right_nav .item .icon_and_text:hover .text {
    color: #fdb900;
}

.pub_float_right_nav .item .icon_and_text .iconfont {
    font-size: 30px;
    color: #444444;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .icon_and_text .text {
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pub_float_right_nav .item .hover_show_text {
    width: 160px;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -300%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 6px 10px 10px;
    background: #fdb900;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.pub_float_right_nav .item .hover_show_text a {
    display: block;
}

.pub_float_right_nav .item .hover_show_text::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    background: #fdb900;
}

.hover_show_text.online_Service .online_Service_01 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
}

.hover_show_text.online_Service .online_Service_02 img {
    width: 100px;
}

.hover_show_text.hot_line .hot_line_01 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.hover_show_text.hot_line .hot_line_02 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-top: 2px;
}

.public_right_nav_box .nav_top_img {
    text-align: center;
}

.public_right_nav_box .nav_top_img img {
    max-width: 100%;
}

.public_back_top_btn {
    font-size: 14px;
    color: #444444;
    text-align: center;
    margin-top: 20px;
    padding: 6px 0 8px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_back_top_btn .iconfont {
    font-size: 26px;
}

.public_back_top_btn:hover {
    color: #fdb900;
}

/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~右侧导航,css~~~~~~~~~~end */











/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
.SubPage_banner_w {
    height: 435px;
    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;
}

.SubPage_banner_w .banner_tt {
    font-weight: 700;
    font-size: 48px;
    color: #fdb900;
    text-align: center;
}

.SubPage_banner_w .banner_text {
    font-size: 16px;
    color: #dadada;
    padding-top: 15px;
    text-align: center;
}

.SubPage_crumbs {
    background: #e6e6e6;
}

.SubPage_crumbs_w {
    padding: 16px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .crumbs_text {
    font-size: 14px;
    color: #444444;
}

.SubPage_crumbs_w .crumbs_a {
    font-size: 14px;
    color: #444444;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    color: #fdb900;
}

.casBoxOne_w {
    padding: 60px 0 90px;
}

.SubPage_public_tt {
    padding-bottom: 50px;
}

.SubPage_public_tt .tt_01 {
    font-weight: 700;
    font-size: 36px;
    color: #595858;
    text-align: center;
}

.SubPage_public_tt .tt_02 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding-top: 22px;
}

.casBoxOne1 {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.casBoxOne1 .item {
    width: calc((100% - 50px) / 2);
    border: 1px solid #e5e5e5;
    border-right: 4px solid #ffc01f;
    margin-bottom: 110px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxOne1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.casBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 35px 20px 35px 30px;
}

.casBoxOne1 .item a:hover .casBoxOne1_R .item_tt {
    color: #ffc01f;
}

.casBoxOne1 .item a .img_box {
    width: 46.6%;
    border: 1px solid #e1e1e1;
    padding: 3px;
    /* margin-top: -95px; */
}

.casBoxOne1 .item a .img_box img {
    width: 100%;
}

.casBoxOne1_R {
    width: 53.4%;
    padding: 0 0 0 40px;
}

.casBoxOne1_R .item_tt {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    padding-bottom: 22px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxOne1_R_list .every_list {
    padding: 0 0 20px;
}

.casBoxOne1_R_list .every_list .tt {
    font-weight: 700;
    font-size: 14px;
    color: #444444;
}

.casBoxOne1_R_list .every_list .text {
    font-size: 14px;
    color: #666666;
    padding-top: 6px;
    height: 65px;
    overflow: hidden;
}

.casBoxOne1_R .btn {
    font-weight: 700;
    font-size: 16px;
    color: #ffc01f;
    width: 72%;
    line-height: 40px;
    text-align: center;
    background: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxOne1_R .btn:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~分页,css */

.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.public_paging a {
    display: block;
    font-size: 16px;
    color: #666666;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 7px;
    border: 1px solid #dddddd;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_paging a:hover {
    background: #ffc01f;
    border: 1px solid #ffc01f;
    color: #444444;
}

.public_paging a.prev,
.public_paging a.next {
    font-weight: 700;
    font-size: 16px;
}

.public_paging a.hover {
    background: #ffc01f;
    border: 1px solid #ffc01f;
    color: #444444;
}

/* ~~~~~~~~~~~~分页,css~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~case_detail,css */
/* ~~~~~~~~~~~~~~case_detail,css */
/* ~~~~~~~~~~~~~~case_detail,css */
.SubPage_banner_placeholder {
    width: 100%;
    height: 80px;
    background: #888888;
}

.cas_deBoxOne_w {
    padding: 60px 0 60px;
}

.cas_deBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cas_deBoxOne1_L {
    width: 45.7%;

    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;
}

.cas_deBoxOne1_L_dots {
    width: 15%;
}

.cas_deBoxOne1_L_dots .item {
    border: 1px solid #d9d9d9;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 11.5%;
}

.cas_deBoxOne1_L_dots .item:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cas_deBoxOne1_L_dots .item img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxOne1_L_lunbo {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 3px;
    margin-top: 30px;
}

.cas_deBoxOne1_L_lunbo .item img{
    width: 100%;
}

.cas_deBoxOne1_L_dots .item.active {
    border: 1px solid #fdb900;
}

.cas_deBoxOne1_R {
    width: 50%;
}

.cas_deBoxOne1_R .tt_box {
    padding-bottom: 40px;
}

.cas_deBoxOne1_R .tt_box .tt {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
}

.cas_deBoxOne1_R .tt_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 25px;
}

.cas_deBoxOne1_R dl {
    padding-bottom: 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;
}

.cas_deBoxOne1_R dl dd {
    width: calc((100% - 30px) / 2);
    padding-right: 20px;
}

.cas_deBoxOne1_R dl dd div {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-bottom: 10px;
}

.cas_deBoxOne1_R dl dd span {
    font-size: 16px;
    color: #666666;
}

.cas_deBoxOne1_R dl dd a {
    font-size: 16px;
    color: #fdb300;
}

.cas_deBoxOne1_R dl > dd:nth-child(odd) {
    border-right: 1px solid #bfbfbf;
}

.cas_deBoxOne1_R .btn_box {
    width: 50%;
}

.cas_deBoxOne1_R .btn_box a {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    width: 100%;
    line-height: 55px;
    background: #fdb900;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxOne1_R .btn_box a:hover {
    opacity: 0.8;
}

.cas_deBoxOne_w .hot_line {
    padding-top: 30px;
    font-size: 16px;
    color: #444444;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deBoxOne_w .hot_line .iconfont {
    font-size: 22px;
    color: #444444;
    padding-right: 6px;
}

.cas_deBoxOne_w .hot_line a {
    font-weight: 700;
    font-size: 24px;
    color: #fdb900;
    padding-bottom: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxOne_w .hot_line a:hover {
    opacity: 0.7;
}



.about_box2{
    background: url(../images/about_bg1.jpg) no-repeat center  center / cover;
    padding: 55px 0;
}
.about_box2_list1{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    padding: 0 3%;
}
.about_box2_list1 dd{
    width: 23%;
    padding: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box2_list1 dd:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box2_list1 dd .num_box{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    color: #f9bf00;
    font-size: 14px;
    margin-bottom: 7px;
}
.about_box2_list1 dd .num_box .num{
    margin-right: 6px;
    line-height: 0.9;
    font-size: 56px;
    font-weight: 700;
}
.about_box2_list1 dd .tt{
    font-size: 14px;
    color: #fff;
}






.cas_deBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_deBoxTwo1 .item {
    width: calc((100% - 180px) / 2);
    border: 1px solid #d5d5d5;
    background: #f8f8f8;
}

.cas_deBoxTwo1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px 20px 25px 30px;
}

.cas_deBoxTwo1 .item a:hover span {
    color: #fdb900;
}

.cas_deBoxTwo1 .item a div {
    width: 70px;
    font-size: 16px;
    color: #444444;
}

.cas_deBoxTwo1 .item a span {
    width: calc(100% - 70px);
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxTwo1 .back_list {
    width: 180px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #f8f8f8;
}

.cas_deBoxTwo1 .back_list a {
    display: block;
    font-size: 16px;
    color: #444444;
    padding: 25px 10px 25px 10px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxTwo1 .back_list a:hover {
    color: #fdb900;
}

.cas_deBoxThree_w {
    padding: 50px 0 40px;
}

.cas_deBoxThree_w .module_tt {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
    padding-bottom: 30px;
}

.cas_deBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_deBoxThree1 .item {
    width: calc((100% - 40px) / 4);
    margin-right: 13px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
    padding: 4px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cas_deBoxThree1 > .item:nth-child(4n) {
    margin-right: 0;
}

.cas_deBoxThree1 .item:hover {
    border: 1px solid #fdb900;
    background: #fdb900;
}

.cas_deBoxThree1 .item a {
    display: block;
    height: 100%;
    background: #ffffff;
}

.cas_deBoxThree1_01 {
    padding: 20px 25px 12px;
    border-bottom: 1px solid #dddddd;
}

.cas_deBoxThree1_01 .tt_box {
    padding-bottom: 20px;
    padding-top: 40px;
}

.cas_deBoxThree1_01 .tt_box .tt_01 {
    font-size: 16px;
    color: #444444;
    text-align: center;
    height: 65px;
    font-weight: bold;
    text-transform: capitalize;
}

.cas_deBoxThree1_01 .tt_box .tt_02 {
    font-family: "Impact", "sans-serif";
    font-size: 28px;
    color: #444444;
    padding-top: 4px;
    text-align: center;
}

.cas_deBoxThree1_01 .img_box img {
    width: 100%;
}

/* .cas_deBoxThree1_01_list {
    padding-top: 20px;
}
 */
.cas_deBoxThree1_01_list .every_list {
    padding-bottom: 10px;
}

.cas_deBoxThree1_01_list .every_list .every_tt {
    font-weight: 700;
    font-size: 14px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.cas_deBoxThree1_01_list .every_list .every_text {
    font-size: 14px;
    color: #555252;
    height: 65px;
    padding-top: 6px;
    overflow: hidden;
}

.cas_deBoxThree1_02 {
    padding: 25px 25px 20px;
}

.cas_deBoxThree1_02 .btn_box {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #343433;
    background: #fdb900;
    text-align: center;
    border-radius: 3px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxThree1_02 .btn_box:hover {
    opacity: 0.8;
}

.cas_deBoxFour {
    background: url(../images/case_det_08.jpg) no-repeat center center / cover;
}

.cas_deBoxFour_w {
    padding: 70px 0 100px;
}

.cas_deBoxFour_w .SubPage_public_tt .tt_01 {
    color: #ffffff;
}

.cas_deBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_deBoxFour1 .item {
    width: calc((100% - 80px) / 4);
    margin-right: 26px;
    border: 4px solid #ffffff;
}

.cas_deBoxFour1 > .item:nth-child(4n) {
    margin-right: 0;
}

.cas_deBoxFour1 .item a {
    display: block;
    position: relative;
}

.cas_deBoxFour1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cas_deBoxFour1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.cas_deBoxFour1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deBoxFour1 .item a .bottom_text {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(55,55,55,0.7);
    padding: 16px 10px 16px 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* ~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    padding: 80px 0 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% / 2);
}

.conBoxOne2 .item a {
    display: block;
    padding: 0 20px;
}

.conBoxOne2 .item a:hover .bottom_box .tt {
    color: #fdb900;
}

.conBoxOne2 .item a .iconfont {
    font-size: 80px;
    color: #fdb900;
    width: 138px;
    height: 138px;
    line-height: 138px;
    margin: 0 auto;
    text-align: center;
    background: #4f4f4f;
    border-radius: 50%;
}

.conBoxOne2 .item a .bottom_box {
    padding: 30px 0 0;
}

.conBoxOne2 .item a .bottom_box .tt {
    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-size: 24px;
    color: #fdb900;
    text-align: center;
    padding: 10px 0 15px;
}

.conBoxOne2 .item a .bottom_box .line {
    width: 46px;
    height: 2px;
    background: #444444;
    margin: 0 auto;
}

.conPageBoxTwo {
    background: #f2f2f2;
}

.conBoxTwo1 {
    padding: 70px 60px 70px;
}

.conBoxTwo2 {
    padding: 50px 50px 60px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.conBoxTwo2_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conBoxTwo2_top .left_img {
    width: 134px;
}

.conBoxTwo2_top .left_img img {
    width: 100%;
}

.conBoxTwo2_top .right_text {
    width: calc(100% - 134px);
    padding-left: 15px;
}

.conBoxTwo2_top .right_text .tt {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
    padding: 0 0 8px;
}

.conBoxTwo2_top .right_text .text_01 {
    font-size: 16px;
    color: #333333;
}

.conBoxTwo2_top .right_text .text_01 .a_01 {
    display: inline-block;
    font-size: 16px;
    color: #fdb900;
    width: 94px;
    line-height: 28px;
    text-align: center;
    background: #4f4f4f;
    border-radius: 4px;
}

.conBoxTwo2_top .right_text .text_01 .a_02 {
    font-weight: 700;
    font-size: 18px;
    color: #c71d0c;
}

.conBoxTwo2_top .right_text .text_02 {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
}

.conBoxTwo2_bot {
    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-size: 18px;
    color: #333333;
    padding-bottom: 6px;
}

.conBoxTwo2_form .item .input_tt span {
    font-size: 18px;
    color: #c71d0c;
}

.conBoxTwo2_form .item input {
    width: 100%;
    outline: none;
    background: none;
    padding: 14px 10px 14px 50px;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
}

.conBoxTwo2_form .item ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 14px;
    color: #5c5c5c;
}

.conBoxTwo2_form .item .iconfont {
    font-size: 22px;
    color: #5c5c5c;
    position: absolute;
    top: 40px;
    left: 12px;
}

.conBoxTwo2_form .item.last {
    width: 100%;
    margin-bottom: 30px;
}

.conBoxTwo2_form .item textarea {
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
    background: none;
    padding: 12px 10px 14px 50px;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
}

.conBoxTwo2_form .btn_box button {
    outline: none;
    border: none;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-weight: 700;
    font-size: 16px;
    color: #2d2d2d;
    width: 220px;
    height: 45px;
    background: #fdb900;
    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 {
    padding: 70px 0 0;
}

.conBoxThree1 img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~~cp,css */
/* ~~~~~~~~~~~~~~~~cp,css */
/* ~~~~~~~~~~~~~~~~cp,css */
.cpBoxOne_w {
    padding: 10px 0 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cpBoxOne1 {
    border: 2px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cpBoxOne1 .item {
    border: 1px solid #000000;
}

.cpBoxOne1 .item a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    width: 240px;
    line-height: 52px;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cpBoxOne1 .item a:hover {
    background: #434343;
    color: #fdb900;
}

.cpBoxOne1 .item.hover a {
    background: #434343;
    color: #fdb900;
}

.cpBoxTwo_w {
    padding: 0 0 30px;
}

/* ~~~~~~~~~~~~~~~~cp,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~cp,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~cp,css~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~cp_detail,css */
/* ~~~~~~~~~~~~~cp_detail,css */
/* ~~~~~~~~~~~~~cp_detail,css */
.cp_deBoxOne_w {
    padding: 70px 90px 80px 0;
}

.cp_deBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cp_deBoxOne1_L {
    width: 51%;
}

.cp_deBoxOne1_L_01 {
    font-weight: 700;
    font-size: 24px;
    color: #343433;
    padding-bottom: 30px;
}

.cp_deBoxOne1_L_01 span {
    font-family: "Impact", "sans-serif";
    font-size: 48px;
}

.cp_deBoxOne1_L_02 div {
    font-weight: 700;
    font-size: 16px;
    color: #343433;
    padding-bottom: 6px;
}

.cp_deBoxOne1_L_02 span {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.cp_deBoxOne1_L_03 {
    padding: 20px 0 0;
}

.cp_deBoxOne1_L_03 a {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #444444;
    width: 40%;
    line-height: 50px;
    text-align: center;
    background: #fdb900;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cp_deBoxOne1_L_03 a:hover {
    opacity: 0.8;
}

.cp_deBoxOne1_L_04 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cp_deBoxOne1_L_04 .iconfont {
    font-size: 22px;
    color: #444444;
    padding-right: 6px;
}

.cp_deBoxOne1_L_04 span {
    font-size: 16px;
    color: #444444;
}

.cp_deBoxOne1_L_04 a {
    font-weight: 700;
    font-size: 26px;
    color: #fdb900;
    padding-bottom: 4px;
}

.cp_deBoxOne1_R {
    width: 34.7%;
}

.cp_deBoxOne1_R a {
    display: block;
}

.cp_deBoxOne1_R a:hover .icon_text {
    color: #fdb900;
}

.cp_deBoxOne1_R a .img_box img {
    width: 100%;
}

.cp_deBoxOne1_R a .icon_text {
    font-size: 16px;
    color: #999999;
    padding-top: 30px;
    text-align: right;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cp_deBoxOne1_R a .icon_text .iconfont {
    font-size: 18px;
}

.cp_deBoxTwo {
    background: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cp_deBoxTwo_w {
    padding: 50px 0 60px;
}

.cp_det_public_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
}

.cp_det_public_tt .bg_block {
    width: 24px;
    height: 24px;
    background: #fdb900;
    margin-top: 14px;
}

.cp_det_public_tt span {
    width: calc(100% - 24px);
    font-weight: 700;
    font-size: 36px;
    color: #444444;
    padding-left: 10px;
}

.cp_deBoxTwo1 dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cp_deBoxTwo1 dl dd {
    width: calc((100% - 80px) / 2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.cp_deBoxTwo1 dl dd div {
    width: 64px;
}

.cp_deBoxTwo1 dl dd div img {
    width: 100%;
}

.cp_deBoxTwo1 dl dd span {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    width: calc(100% - 64px);
    padding-left: 20px;
}

.cp_deBoxThree_w {
    padding: 50px 0 70px;
}

.cp_deBoxThree table {
    width: 100%;
    border-collapse: collapse;
}

.cp_deBoxThree table tr td {
    font-size: 14px;
    color: #444444;
    border: 1px solid #afafaf;
    text-align: center;
    padding: 12px 5px 12px;
}

.cp_deBoxThree table tr:nth-child(odd) {
    background: #f4f4f4;
}
/* 
.cp_deBoxFour {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
} */

.cp_deBoxFour_w {
    padding: 80px 90px 80px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.cp_deBoxFour_w .SubPage_public_tt .tt_01,
.cp_deBoxFour_w .SubPage_public_tt .tt_02 {
    color: #434343;
}

.cp_deBoxFour1_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;
}

.cp_deBoxFour1_form .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
}

.cp_deBoxFour1_form .item input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #888888;
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    background: #ffffff;
    padding: 0 10px 0 15px;
}

.cp_deBoxFour1_form .item.last {
    width: 100%;
}

.cp_deBoxFour1_form .item textarea {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #888888;
    width: 100%;
    height: 150px;
    outline: none;
    resize: none;
    border: none;
    background: #ffffff;
    padding: 20px 10px 10px 15px;
}

.cp_deBoxFour1_form .item ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #888888;
}

.cp_deBoxFour1_form .btn_box {
    width: 100%;
    text-align: center;
}

.cp_deBoxFour1_form .btn_box button {
    font-weight: 700;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #444444;
    width: 240px;
    line-height: 50px;
    background: #fdb900;
    outline: none;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cp_deBoxFour1_form .btn_box button:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~cp_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~cp_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~cp_detail,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~honor,css */
.honBoxOne_w {
    padding: 0 0 80px;
}

.honBoxOne1 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 70px;
    text-align: center;
}

.honBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honBoxOne2 .item {
    width: calc((100% - 40px) / 4);
    margin-right: 13px;
    margin-bottom: 35px;
}

.honBoxOne2 > .item:nth-child(4n) {
    margin-right: 0;
}

.honBoxOne2 .item a {
    display: block;
}

.honBoxOne2 .item a:hover .bottom_text {
    color: #fdb900;
}

.honBoxOne2 .item a .img_box {
    border: 1px solid #d9d9d9;
    padding: 15px;
}

.honBoxOne2 .item a .img_box img {
    width: 100%;
}

.honBoxOne2 .item a .bottom_text {
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 20px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.honBoxOne3 {
    padding-top: 50px;
}

/* ~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
.newBoxOne_w {
    padding: 60px 0 70px;
}

.newBoxOne1 {
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.newBoxOne1_L {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
}

.newBoxOne1_R {
    padding-bottom: 4px;
}

.newBoxOne1_R a {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    padding-left: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1_R a:hover {
    color: #fdb900;
}

.newBoxOne2 {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px 40px 25px 40px;
}

.newBoxOne2_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;
}

.newBoxOne2_form .input_box {
    width: 37.5%;
}

.newBoxOne2_form .input_box input {
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    background: #f8f8f8;
    padding: 0 10px 0 15px;
}

.newBoxOne2_form .select_box {
    width: 22.3%;
}

.newBoxOne2_form .select_box select {
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    background: #f8f8f8;
    padding: 0 10px 0 15px;
    cursor: pointer;
    color: #888888;
}

.newBoxOne2_form .btn_box {
    width: 14%;
}

.newBoxOne2_form .btn_box button {
    font-weight: 700;
    font-size: 16px;
    color: #fdb900;
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    background: #444444;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne2_form .btn_box button:hover {
    opacity: 0.8;
}

.newBoxOne3 {
    padding-top: 70px;
}

.newBoxOne4 {
    padding-top: 50px;
}

/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~news_detail,css */
.new_deBoxOne_w {
    padding: 70px 0 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne1 {
    width: 50px;
    position: relative;
}

.new_deBoxOne1_dl {
    width: 50px;
}

.new_deBoxOne1_dl .item a {
    display: block;
    font-size: 20px;
    color: #b3b3b3;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: #eeeeee;
    border-bottom: 1px solid #fbfbfb;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne1_dl .item a:hover {
    color: #fdb900;
}

.new_deBoxOne1_dl > .item:last-child a {
    border-bottom: none;
}

.new_deBoxOne2 {
    width: calc(100% - 50px - 310px);
    padding: 0 50px 0 50px;
}

.new_deBoxOne2 .big_tt {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
}

.new_deBoxOne2_icon {
    padding-top: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne2_icon .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 25px;
}

.new_deBoxOne2_icon .icon_box .iconfont {
    font-size: 18px;
    color: #abaaaa;
}

.new_deBoxOne2_icon .icon_box span {
    font-size: 14px;
    color: #abaaaa;
    padding-left: 8px;
}

.new_deBoxOne2 .content_box {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 35px 0 0;
}

.new_deBoxOne2 .content_box img {
    max-width: 100%;
}

.new_deBoxOne3 {
    width: 310px;
    position: relative;
}

.new_deBoxOne3_box {
    width: 310px;
}

.new_deBoxOne3_01 {
    border: 8px solid #f5f5f5;
    margin-bottom: 25px;
}

.new_deBoxOne3_01 a {
    display: block;
    padding: 12px;
}

.new_deBoxOne3_01 a:hover .text_box {
    color: #fdb900;
}

.new_deBoxOne3_01 a .tt_box {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne3_01 a .tt_box .tt_01 {
    width: 70px;
    font-size: 16px;
    color: #404040;
}

.new_deBoxOne3_01 a .tt_box .tt_line {
    width: calc(100% - 70px);
    height: 1px;
    background: #e5e5e5;
}

.new_deBoxOne3_01 a .icon_date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_deBoxOne3_01 a .icon_date .iconfont {
    font-size: 18px;
    color: #abaaaa;
}

.new_deBoxOne3_01 a .icon_date span {
    font-size: 14px;
    color: #abaaaa;
    padding-left: 6px;
}

.new_deBoxOne3_01 a .text_box {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3_02 {
    border: 8px solid #f5f5f5;
    padding: 15px;
}

.new_deBoxOne3_02 .tt_box {
    padding-bottom: 10px;
    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_deBoxOne3_02 .tt_box .tt_01 {
    font-weight: 700;
    font-size: 24px;
    color: #323f47;
}

.new_deBoxOne3_02 .tt_box .tt_02 {
    font-size: 16px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3_02 .tt_box .tt_02:hover {
    color: #fdb900;
}

.new_deBoxOne3_02_dl .item {
    padding: 20px 0 12px;
    border-bottom: 1px solid #e8e8e8;
}

.new_deBoxOne3_02_dl .item a {
    display: block;
}

.new_deBoxOne3_02_dl .item a:hover .text {
    color: #fdb900;
}

.new_deBoxOne3_02_dl .item a .text {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3_02_dl .item a .date {
    font-size: 14px;
    color: #888888;
    padding-top: 12px;
}

.new_deBoxOne3_02_dl > .item:last-child {
    border-bottom: none;
}

/* 左侧固定 */
.new_deBoxOne1_dl.static {
    position: static;
    top: auto;
}

.new_deBoxOne1_dl.fixed {
    position: fixed;
    top: 80px;
}

.new_deBoxOne1_dl.absolute {
    position: absolute;
    bottom: 0;
}

/* 右侧固定 */
.new_deBoxOne3_box.static {
    position: static;
    top: auto;
}

.new_deBoxOne3_box.fixed {
    position: fixed;
    top: 80px;
}

.new_deBoxOne3_box.absolute {
    position: absolute;
    bottom: 0;
}



.caiji{
    width: 70%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 30px;
}

.caiji-con{
    margin-top: 20px;

    overflow: hidden;
}
.caiji-con .caiji-img{
    padding: 10px;
    float: left;
}
/* .caiji-con .caiji-img img{
    width: 150px;
    height: 100px;
} */
.caiji .caiji-con .caiji1{
    margin-top: 15px;
    height: 110px;
}
.link1{
    width: 70%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.link1 div{
    margin-top: 10px;
}
.ellla111{
    width: 83%;/* 
    margin-left: 223px; */
    overflow: hidden;
}
/* ~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~end */