#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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* 给表格添加滚动条 */
.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: 1600px;
    margin-left: auto;
    margin-right: auto;
}














/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 160px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 16px 15px 4px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #0fb8ed;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #0fb8ed;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #0fb8ed;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 52px;
    margin-right: 72px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #0fb8ed;
}



.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: #0fb8ed;
}


.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: #0fb8ed;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_placeholder_box {
    display: none;
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */













/* ~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~pc 导航,css */
.pc_public_head_box {
    position: relative;
    width: 100%;
}

.pc_head_box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.pc_head_top {
    padding: 15px 0 15px;
    border-bottom: 1px solid #eeeeee;
    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 .logo_box {
    width: 240px;
}

.pc_head_top .logo_box a {
    display: block;
}

.pc_head_top .logo_box a img {
    width: 100%;
}

.pc_head_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_01>.tel_email_box:nth-child(2) {
    padding-left: 25px;
}

.pc_head_top_01 .tel_email_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_01 .tel_email_box a:hover .iconfont,
.pc_head_top_01 .tel_email_box a:hover span {
    color: #0fb8ed;
}

.pc_head_top_01 .tel_email_box a .iconfont {
    font-size: 20px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_01 .tel_email_box a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_list_box .item {
    position: relative;
    padding: 0 25px;
}

.pc_head_list_box .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 51%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 16px;
    background: #eeeeee;
}

.pc_head_list_box>.item:first-child {
    padding: 0 25px 0 0;
}

.pc_head_list_box>.item:first-child::before {
    display: none;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
}

.pc_head_list_box .item>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 2px;
    opacity: 0;
    background: #0fb8ed;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* 二级菜单 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 190px;
    background: #ffffff;
    border-bottom: 4px solid #0fb8ed;
    padding: 10px 5px 10px;
}

.publicTwo_stage_nav .every_one a {
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 10px 0 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .every_one a:hover {
    color: #0fb8ed;
}

/* 二级菜单~~~~~~~~~~~~~end */

.pc_head_language {
    position: relative;
}

.pc_head_bottom_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.head_language_01:hover .icon01,
.head_language_01:hover span,
.head_language_01:hover .icon02 {
    color: #0fb8ed;
}

.head_language_01 .icon01 {
    font-size: 22px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 span {
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px 0 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 .icon02 {
    font-size: 18px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 3;
    top: 35px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 110px;
    background: #ffffff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 8px 0 6px;
}

.head_language_02 a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 5px 0 5px;
}

.head_language_02 a:hover {
    background: #0fb8ed;
    color: #ffffff;
}

.pc_head_bottom_01 .center_line {
    width: 1px;
    height: 15px;
    background: #cccccc;
    margin: 0 15px;
}

.pc_head_search .search_icon {
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #a8acaf;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search .search_icon:hover {
    background: #0fb8ed;
}

/* 可公用导航搜索 */
.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: 34px;
    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: #0fb8ed;
}

.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: #0fb8ed;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~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 {
    padding-top: 20px;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 18px;
    height: 8px;
    border-radius: 2px;
    background: #d6d6d6;
    -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: #0fb8ed;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0;
}

.ind_banner_box .owl-wrapper .owl-item.active .item {
    -ms-animation: scaleBigToSmall 3s linear;
    -moz-animation: scaleBigToSmall 3s linear;
    -webkit-animation: scaleBigToSmall 3s linear;
    animation: scaleBigToSmall 3s linear;
}

.indBoxOne {
    background: #f5f5f5;
}

.indBoxOne_w {
    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;
}

.indBoxOne1 {
    width: 151px;
}

.indBoxOne1 img {
    width: 100%;
}

.indBoxOne2 {
    width: calc(100% - 230px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_01 {
    width: calc(100% - 100px);
}

.indBoxOne2_01 .swiper-container {
    width: 100%;
    height: 70px;
}

.indBoxOne2_01 .swiper-container .swiper-slide a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxOne2_01 .swiper-container .swiper-slide a:hover .text_box {
    color: #0fb8ed;
}

.indBoxOne2_01 .swiper-container .swiper-slide a:hover .date_box {
    color: #0fb8ed;
}

.indBoxOne2_01 .swiper-container .swiper-slide a:hover .date_box::before {
    background: #0fb8ed;
}

.indBoxOne2_01 .swiper-container .swiper-slide a .date_box {
    width: 140px;
    font-size: 16px;
    color: #999999;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_01 .swiper-container .swiper-slide a .date_box::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999999;
    margin: 7px 12px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2_01 .swiper-container .swiper-slide a .text_box {
    width: calc(100% - 140px);
    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;
}

.indBoxOne2_02 {
    width: 100px;
}

.indBoxOne2_02 a {
    display: block;
    font-size: 16px;
    color: #999999;
    text-align: right;
}

.indBoxOne2_02 a:hover {
    color: #0fb8ed;
}

.indBoxTwo_w {
    padding: 60px 0 40px;
}

.indBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo1 .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxTwo1 .item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.indBoxTwo1 .item:hover a .L_text .tt {
    color: #0fb8ed;
}

.indBoxTwo1 .item a {
    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;
    height: 100%;
    padding: 35px 15px 35px 20px;
}

.indBoxTwo1 .item a .L_text {
    width: 58%;
    padding-right: 10px;
}

.indBoxTwo1 .item a .L_text .tt {
    font-size: 26px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 .item a .L_text .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 8px;
}

.public_allPage_btn {
    width: 170px;
    height: 42px;
    border: 1px solid #0fb8ed;
    border-radius: 4px;
    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_allPage_btn:hover {
    background: #0fb8ed;
}

.public_allPage_btn:hover .iconfont,
.public_allPage_btn:hover span {
    color: #ffffff;
}

.public_allPage_btn .iconfont {
    font-size: 20px;
    color: #0fb8ed;
    padding: 4px 4px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_allPage_btn span {
    font-size: 14px;
    color: #0fb8ed;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_allPage_btn.active {
    background: #0fb8ed;
}

.public_allPage_btn.active:hover {
    opacity: 0.8;
}

.public_allPage_btn.active .iconfont,
.public_allPage_btn.active span {
    color: #ffffff;
}

.indBoxTwo1 .item a .L_text .public_allPage_btn {
    width: 114px;
    height: 35px;
    margin: 40px 0 0;
}

.indBoxTwo1 .item a .R_img {
    width: 42%;
    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;
}

.indBoxTwo1 .item a .R_img img {
    max-width: 100%;
    max-height: 100%;
}

.indBoxThree {
    background: url(../images/ind_08.jpg) no-repeat center top;
}

.indBoxThree_w {
    padding: 60px 60px 60px;
}

.index_module_title {
    padding-bottom: 35px;
}

.index_module_title a {
    display: block;
}

.index_module_title a .tt_01 {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.index_module_title a .tt_02 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-top: 15px;
}

.indBoxThree_w .index_module_title a .tt_01,
.indBoxThree_w .index_module_title a .tt_02 {
    color: #ffffff;
}

.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% / 4);
    padding: 0 5px 50px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxThree1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.indBoxThree1 .item a {
    display: block;
}

.indBoxThree1 .item a .iconfont {
    font-size: 80px;
    color: #0fb8ed;
    text-align: center;
}

.indBoxThree1 .item a .text {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
}

.indBoxThree2 {
    padding: 25px 20px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #ffffff url(../images/ind_09.png) no-repeat calc(100% - 20px) center;
    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;
}

.indBoxThree2_L {
    position: relative;
    width: 43.3%;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree2_L:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree2_L img {
    width: 100%;
}

.indBoxThree2_L .iconfont {
    font-size: 80px;
    color: #ffffff;
    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: #333333;
    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: #ffffff;
    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: 56.7%;
    padding: 0 90px 0 60px;
}

.indBoxThree2_R .tt_box .tt_01 {
    display: block;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

.indBoxThree2_R .tt_box .tt_02 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 20px;
}

.indBoxThree2_R .btn_box {
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxThree2_R .btn_box>.public_allPage_btn:nth-child(2) {
    margin-left: 20px;
}

.indBoxFour_w {
    padding: 0 70px 60px;
}

.indBoxFour1 {
    position: relative;
}

.indBoxFour1_lunbo .item a {
    display: block;
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour1_lunbo .item a:hover .bottom_text {
    padding-bottom: 15px;
    color: #0fb8ed;
}

.indBoxFour1_lunbo .item a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour1_lunbo .item a .bottom_text {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/ind_16.png) no-repeat center bottom;
    padding: 40px 5px 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour1_lunbo .owl-controls {
    display: none;
}

.indBoxFour1 .prev_btn,
.indBoxFour1 .next_btn {
    font-size: 50px;
    color: #999999;
    position: absolute;
    z-index: 3;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour1 .prev_btn:hover,
.indBoxFour1 .next_btn:hover {
    color: #0fb8ed;
}

.indBoxFour1 .prev_btn {
    left: -55px;
}

.indBoxFour1 .next_btn {
    right: -55px;
}

.indBoxFive {
    background: url(../images/ind_17.jpg) no-repeat center center / cover;
}

.indBoxFive_w {
    padding: 90px 0 80px;
}

.indBoxFive1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFive1_L {
    width: 44%;
    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;
}

.indBoxFive1_L .item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}

.indBoxFive1_L .item a {
    height: 100%;
    padding: 40px 5px 40px;
    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;
}

.indBoxFive1_L .item a:hover .text_box {
    color: #0fb8ed;
}

.indBoxFive1_L .item a .icon_box {
    width: 44px;
}

.indBoxFive1_L .item a .icon_box img {
    width: 100%;
}

.indBoxFive1_L .item a .text_box {
    font-size: 24px;
    color: #ffffff;
    padding-left: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1_L .item a .text_box span {
    padding-right: 10px;
}

.indBoxFive1_R {
    width: 56%;
    padding: 0 40px 0 60px;
}

.indBoxFive1_R .index_module_title a .tt_01,
.indBoxFive1_R .index_module_title a .tt_02 {
    color: #ffffff;
    text-align: left;
}

.indBoxFive1_R_01 .text {
    font-size: 16px;
    color: #ffffff;
}

.indBoxFive1_R_01 .tel_num {
    display: block;
    font-size: 48px;
    color: #ffffff;
    padding-bottom: 10px;
}

.indBoxSix_w {
    padding: 70px 0 60px;
}

.indBoxSix_w .index_module_title a .tt_01 {
    text-align: left;
}

.indBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSix1_L {
    width: 66.4%;
    padding-right: 20px;
}

.indSix1_item_p {
    display: block;
    height: 100%;
    padding: 30px 12% 30px 20px;
}

.indBoxSix1_L_01 {
    height: 364px;
    background: url(../images/ind_22.jpg) no-repeat center center / cover;
}

.indSix1_item_text .date {
    font-size: 20px;
    color: #ffffff;
}

.indSix1_item_text .text_01 {
    font-size: 30px;
    color: #ffffff;
    padding-top: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indSix1_item_text .text_01 .iconfont {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 11px 0 0 15px;
}

.indSix1_item_text .text_02 {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxSix1_L_01 .indSix1_item_p {
    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;
}

.indBoxSix1_L_bottom {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxSix1_L_02 {
    width: calc((100% - 20px) / 2);
    height: 360px;
}

.indBoxSix1_L_bottom>.indBoxSix1_L_02:nth-child(1) {
    background: #005bab;
}

.indBoxSix1_L_bottom>.indBoxSix1_L_02:nth-child(2) {
    background: #56a8c7;
}

.indBoxSix1_L_02 .indSix1_item_p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxSix1_R {
    width: 33%;
    background: url(../images/ind_23.jpg) no-repeat center center / cover;
}

/* ~~~~~~~~~~~~index,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~index,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~index,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~foot */
/* ~~~~~~~~~~~~~~foot */
/* ~~~~~~~~~~~~~~foot */
.public_foot_top {
    background: url(../images/foot_01.jpg) no-repeat center center / cover;
}

.foot_top_w {
    padding: 60px 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01 {
    width: 25%;
}

.foot_top_01 .foot_logo {
    width: 242px;
}

.foot_top_01 .foot_logo a {
    display: block;
}

.foot_top_01 .foot_logo a img {
    width: 100%;
}

.foot_top_01 .text_box {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    padding: 25px 0 20px;
    border-bottom: 1px solid #999999;
}

.foot_top_01_bottom {
    padding-top: 25px;
    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_top_01_bottom .icon_box {
    width: 140px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_01_bottom .icon_box .iconfont {
    display: block;
    font-size: 22px;
    color: #999999;
    margin-right: 20px;
}

.foot_top_01_bottom .icon_box .iconfont:hover {
    color: #0fb8ed;
}

.foot_top_01_bottom .icon_box>.iconfont:last-child {
    margin-right: 0;
}

.foot_top_01_bottom .QR_code_box {
    width: calc(100% - 140px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01_bottom .QR_code_box .item {
    width: calc((100% - 15px) / 2);
}

.foot_top_01_bottom .QR_code_box .item img {
    width: 100%;
}

.foot_top_public_title {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 20px;
}

.foot_top_02_dl .item {
    padding-bottom: 15px;
}

.foot_top_02_dl .item a {
    display: block;
    font-size: 14px;
    color: #999999;
}

.foot_top_02_dl .item a:hover {
    color: #0fb8ed;
}

.foot_top_03_dl .item {
    padding-bottom: 15px;
}

.foot_top_03_dl .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_03_dl .item a:hover .iconfont,
.foot_top_03_dl .item a:hover span {
    color: #0fb8ed;
}

.foot_top_03_dl .item a .iconfont {
    width: 28px;
    font-size: 20px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_03_dl .item a span {
    width: calc(100% - 28px);
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_02 {
    width: 14%;
}

.foot_top_03 {
    width: 20%;
}

.foot_top_04 {
    width: 290px;
}

.foot_top_04_form .item {
    margin-bottom: 10px;
}

.foot_top_04_form .item input {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 15px;
    border: none;
    background: #ffffff;
    border-radius: 4px;
}

.foot_top_04_form .item textarea {
    width: 100%;
    height: 90px;
    resize: none;
    border: none;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
}

.foot_top_04_form .item ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b5b5b5;
}

.foot_top_04_form .btn_box {
    padding-top: 10px;
}

.foot_top_04_form .btn_box button {
    font-size: 14px;
    color: #ffffff;
    width: 112px;
    height: 30px;
    background: #0fb8ed;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04_form .btn_box button:hover {
    opacity: 0.8;
}

.public_foot_bottom {
    background: #000000;
}

.foot_bottom_w {
    padding: 15px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_bottom_w .L_text {
    font-size: 14px;
    color: #ffffff;
}

.foot_bottom_w .L_text a {
    color: #ffffff;
    padding-left: 50px;
}

.foot_bottom_w .L_text a:hover {
    text-decoration: underline;
}

.foot_bottom_w .R_a {
    font-size: 14px;
    color: #ffffff;
}

.foot_bottom_w .R_a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~cases_list,css */
/* ~~~~~~~~~~~~~cases_list,css */
/* ~~~~~~~~~~~~~cases_list,css */
.SubPage_banner_w.h_580px {
    height: 580px;
}

.SubPage_banner_w {
    padding: 0 10px;
    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_banner_tt {
    padding-top: 40px;
}

.SubPage_banner_tt .tt_01 {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}

.SubPage_banner_tt .tt_02 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.SubPage_crumbs {
    border-bottom: 1px solid #eeeeee;
}

.SubPage_crumbs_w {
    padding: 16px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .crumbs_icon {
    font-size: 18px;
    color: #999999;
}

.SubPage_crumbs_w .crumbs_a {
    font-size: 14px;
    color: #999999;
    padding-left: 8px;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #999999;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    color: #0fb8ed;
}

.cas_liBoxOne_w {
    padding: 40px 0 10px;
    border-bottom: 1px solid #eeeeee;
}

.cas_liBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_liBoxOne1_01 {
    width: 110px;
    font-size: 16px;
    color: #666666;
}

.cas_liBoxOne1_02 {
    width: calc(100% - 110px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_liBoxOne1_02 .item {
    margin: 0 30px 10px 0;
}

.cas_liBoxOne1_02 .item a {
    display: block;
    font-size: 16px;
    color: #999999;
}

.cas_liBoxOne1_02 .item a:hover {
    color: #333333;
}

.cas_liBoxOne1_02 .item.hover a {
    font-weight: 700;
    color: #333333;
}

.cas_liBoxTwo_w {
    padding: 50px 0 50px;
}

.cas_liBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_liBoxTwo1 .item {
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
    margin-bottom: 45px;
    background: #f5f5f5;
}

.cas_liBoxTwo1>.item:nth-child(3n) {
    margin-right: 0;
}

.cas_liBoxTwo1 .item a {
    display: block;
    height: 100%;
}

.cas_liBoxTwo1 .item a:hover .bottom_box .tt {
    color: #0fb8ed;
}

.cas_liBoxTwo1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cas_liBoxTwo1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.cas_liBoxTwo1 .item a .img_box img {
    width: 100%;
}

.cas_liBoxTwo1 .item a .bottom_box {
    padding: 25px 25px 30px;
}

.cas_liBoxTwo1 .item a .bottom_box .tt {
    font-size: 26px;
    color: #333333;
    padding-bottom: 50px;
    border-bottom: 1px solid #cfcfcf;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_liBoxTwo1 .item a .bottom_box .text_box {
    padding-top: 25px;
    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_liBoxTwo1 .item a .bottom_box .text_box .text_01 {
    font-size: 16px;
    color: #999999;
}

.cas_liBoxTwo1 .item a .bottom_box .text_box .text_02 {
    font-size: 16px;
    color: #999999;
}

/* 公用分页 */
.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;
    padding: 0px 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 6px;
    border-radius: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
}


.public_paging a.prev,
.public_paging a.next {
    width: 80px;
}

.public_paging a.hover {
    background: #0fb8ed;
    color: #ffffff;
}

.public_paging a:hover {
    background: #0fb8ed;
    color: #ffffff;
}


.public_paging b{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 6px;
    background: #0fb8ed;
    border-radius: 4px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* 公用分页~~~~~~~~~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~cases_list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~cases_list,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~cases_list,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~cases_det,css */
/* ~~~~~~~~~~~~~cases_det,css */
/* ~~~~~~~~~~~~~cases_det,css */
.SubPage_banner_w.h_126px {
    height: 126px;
}

.cas_deBoxOne_w {
    padding: 60px 0 70px;
}

.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;
}

.cas_deBoxOne1_L {
    width: 48.2%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.cas_deBoxOne1_L img {
    width: 100%;
}

.cas_deBoxOne1_L img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cas_deBoxOne1_R {
    width: 51.8%;
    padding-left: 60px;
}

.cas_deBoxOne1_R_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cas_deBoxOne1_R_01 .img_box {
    width: 112px;
}

.cas_deBoxOne1_R_01 .img_box img {
    width: 100%;
}

.cas_deBoxOne1_R_01 .right_box {
    width: calc(100% - 112px);
    padding-left: 30px;
}

.cas_deBoxOne1_R_01 .right_box .tt {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
}

.cas_deBoxOne1_R_01 .right_box .text {
    font-size: 18px;
    color: #999999;
    padding: 10px 0 20px;
    border-bottom: 1px solid #999999;
}

.cas_deBoxOne1_R_02 {
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding-top: 30px;
}

.cas_deBoxOne1_R_03 {
    padding-top: 40px;
}

.cas_deBoxOne1_R_03 .public_allPage_btn {
    width: 340px;
    height: 50px;
}

.cas_deBoxTwo {
    background: #f5f5f5;
}

.cas_deBoxTwo_w {
    padding: 45px 0 45px;
}

.cas_deBoxTwo1 {
    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;
}

.cas_deBoxTwo1_L {
    width: 44%;
    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_deBoxTwo1_L .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
    background: #ffffff;
    padding: 15px 10px 15px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deBoxTwo1_L>.item:nth-child(n + 3) {
    margin-bottom: 0;
}

.cas_deBoxTwo1_L .item .icon {
    font-size: 50px;
    color: #666666;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #666666;
}

.cas_deBoxTwo1_L .item .right_box {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.cas_deBoxTwo1_L .item .right_box .tt {
    font-weight: 700;
    font-size: 20px;
    color: #666666;
}

.cas_deBoxTwo1_L .item .right_box .text {
    font-size: 18px;
    color: #666666;
    padding-top: 8px;
}

.cas_deBoxTwo1_R {
    width: 51.2%;
    background: #ffffff;
    padding: 30px 10px 30px 30px;
    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;
}

.cas_deBoxTwo1_R .img_box {
    width: 33%;
}

.cas_deBoxTwo1_R .img_box img {
    width: 100%;
}

.cas_deBoxTwo1_R .right_box {
    width: 67%;
    padding-left: 30px;
}

.cas_deBoxTwo1_R .right_box .big_tt {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

.cas_deTwo1_R_dl {
    padding: 20px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_deTwo1_R_dl .item {
    width: calc(100% / 3);
    padding-right: 5px;
}

.cas_deTwo1_R_dl .item .text_01 {
    font-size: 16px;
    color: #999999;
}

.cas_deTwo1_R_dl .item .text_02 {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    padding-top: 6px;
}

.cas_deBoxThree_w {
    padding: 50px 0 10px;
}

.detail_page_module_tt {
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.detail_page_module_tt .line {
    width: 8px;
    height: 28px;
    background: #11baee;
    margin-top: 8px;
}

.detail_page_module_tt span {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    padding-left: 10px;
}

.pro_deBoxFour {
    background: #f5f5f5;
}

.pro_deBoxFour_w {
    padding: 55px 0 55px;
}

.pro_deBoxFour1 {
    padding-bottom: 30px;
}

.pro_deBoxFour1 .tt_01 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.pro_deBoxFour1 .tt_02 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding-top: 15px;
}

.pro_deBoxFour2_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;
}

.pro_deBoxFour2_form .item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 25px;
}

.pro_deBoxFour2_form .item input,
.pro_deBoxFour2_form .item select {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 50px;
    border: none;
    background: #ffffff;
    padding: 0 10px 0 15px;
}

.pro_deBoxFour2_form .item textarea {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 140px;
    border: none;
    resize: none;
    background: #ffffff;
    padding: 15px 10px 15px 15px;
}

.pro_deBoxFour2_form .item.last {
    width: 100%;
}

.pro_deBoxFour2_form .btn_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deBoxFour2_form .btn_box button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 140px;
    height: 46px;
    border: none;
    background: #0fb8ed;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxFour2_form .btn_box button:hover {
    opacity: 0.7;
}

.proBoxEight_w {
    padding: 60px 0 60px;
}

.proBoxEight1 {
    border: 1px solid #cccccc;
    padding: 40px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxEight1 .item {
    width: calc(100% / 4);
    padding: 0 5px;
    border-right: 1px solid #999999;
}

.proBoxEight1>.item:last-child {
    border-right: none;
}

.proBoxEight1 .item a {
    padding: 5px 0 5px;
    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;
}

.proBoxEight1 .item a:hover .iconfont,
.proBoxEight1 .item a:hover span {
    color: #0fb8ed;
}

.proBoxEight1 .item a .iconfont {
    font-size: 30px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight1 .item a span {
    font-size: 18px;
    color: #888888;
    padding-left: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight2 {
    padding: 35px 0 0;
}

.proBoxEight2 .tt {
    display: block;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: #0fb8ed;
    text-decoration: underline;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxEight2 .tt:hover {
    opacity: 0.8;
}

.proBoxEight2 .text_a {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 20px 0 0;
}

.proBoxEight2 .text_a a {
    font-weight: 700;
    font-size: 16px;
    color: #0fb8ed;
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~cases_det,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~cases_det,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~cases_det,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~pro_detail,css */
.pro_deBoxOne_w {
    padding: 50px 0 50px;
}

.pro_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;
}

.pro_deOne1_L {
    position: relative;
    width: 48.2%;
    border: 1px solid #cccccc;
}

.pro_deOne1_L_lunbo .owl-controls {
    display: none;
    padding: 0;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pro_deOne1_L .prev_btn,
.pro_deOne1_L .next_btn {
    font-size: 22px;
    color: #ffffff;
    width: 35px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 3;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deOne1_L .prev_btn {
    left: 0;
}

.pro_deOne1_L .next_btn {
    right: 0;
}

.pro_deOne1_L .prev_btn:hover,
.pro_deOne1_L .next_btn:hover {
    background: rgba(15,184,237,0.8);
}

.pro_deOne1_R {
    width: 51.8%;
    padding-left: 40px;
}

.pro_deOne1_R .big_tt_box {
    padding-bottom: 20px;
}

.pro_deOne1_R .big_tt_box .tt_01 {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.pro_deOne1_R .big_tt_box .tt_02 {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    padding-top: 15px;
}

.pro_deOne1_R_01 {
    background: #f5f5f5;
    padding: 20px 20px 15px;
    border-radius: 15px;
}

.pro_deOne1_R_01 .text_box {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.pro_deOne1_R_01 dl {
    padding-top: 20px;
}

.pro_deOne1_R_01 dl dd {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_R_01 dl dd div {
    width: 70px;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}

.pro_deOne1_R_01 dl dd span {
    width: calc(100% - 70px);
    font-size: 16px;
    color: #666666;
}

.pro_deOne1_R_02 {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_R_02 .public_allPage_btn {
    width: 200px;
}

.pro_deOne1_R_02 > .public_allPage_btn:nth-child(2) {
    margin-left: 20px;
}

.pro_deBoxTwo {
    background: #f5f5f5;
    padding: 50px 0 60px;
}

.pro_deBoxTwo_w {
    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_det_main_L {
    width: calc(100% - 400px);
}

.pro_deTwo_L_01 {
    height: 70px;
}

.pro_deTwo_L_01_dl {
    z-index: 5;
    background: #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deTwo_L_01_dl .item {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    width: calc(100% / 6);
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_deTwo_L_01_dl .item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 22px;
    background: rgba(0,0,0,0.1);
}

.pro_deTwo_L_01_dl > .item:last-child::after {
    display: none;
}

.pro_deTwo_L_01_dl .item.hover {
    color: #ffffff;
    background: #0fb8ed;
}

.pro_deTwo_L_01_dl .item:hover {
    color: #ffffff;
    background: #0fb8ed;
}

.pro_deTwo_L_02 {
    background: #ffffff;
    padding: 30px 30px 20px;
}

.padding_b_40 {
    padding-bottom: 40px;
}

.pro_module_one1 {
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_module_one1 .img_box {
    width: 45.2%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_module_one1 .img_box img {
    width: 100%;
}

.pro_module_one1 .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_module_one1 .pro_deOne1_R_01 {
    width: 54.8%;
    padding: 30px 20px 15px 30px;
}

.pro_deTwo_L_02 table {
    width: 100%;
}

.pro_deTwo_L_02 table tr td {
    font-size: 14px;
    color: #333333;
    border: 1px solid #999999;
    padding: 15px 5px 15px;
    text-align: center;
}

.pro_deTwo_L_02 table tr:nth-child(odd) {
    background: #f5f5f5;
}

.pro_module_three1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_module_three1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    background: #ffffff;
}

.pro_module_three1 > .item:nth-child(3n) {
    margin-right: 0;
}

.pro_module_three1 .item .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_module_three1 .item .img_box a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_module_three1 .item .img_box a img {
    width: 100%;
}

.pro_module_three1 .item .bottom_box {
    padding: 25px 15px 25px;
}

.pro_module_three1 .item .bottom_box .tt {
    display: block;
    font-size: 22px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_module_three1 .item .bottom_box .tt:hover {
    color: #0fb8ed;
}

.pro_module_three1 .item .bottom_box .text {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 8px 0 15px;
    line-height: 28px;
}

.pro_module_three1 .item .bottom_box .text div {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.pro_module_three1 .item .bottom_box .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_module_three1 .item .bottom_box .btn_box .public_allPage_btn {
    width: calc((100% - 8px) / 2);
    height: 40px;
}

.pro_module_four .cas_liBoxTwo1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.pro_module_four .cas_liBoxTwo1 > .item:nth-child(3n) {
    margin-right: 0;
}

.pro_module_four .cas_liBoxTwo1 .item a .bottom_box .tt {
    font-size: 22px;
    padding-bottom: 15px;
}

.pro_module_five1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_module_five1 .item .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_module_five1 .item .img_box img {
    width: 100%;
}

.pro_module_five1 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_module_five1 .item .right_box {
    position: relative;
    width: 50%;
    background: #f5f5f5;
    padding: 20px;
    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;
}

.pro_module_five1 .item .right_box .iconfont {
    font-size: 36px;
    color: #ffffff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #0fb8ed;
    border-radius: 50%;
}

.pro_module_five1 .item .right_box .tt {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 8px;
}

.pro_module_five1 .item .right_box .text {
    max-width: 400px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    padding-top: 14px;
}

.pro_module_five1 .item .right_box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    -ms-transform: translate(0, -50%) rotateZ(45deg);
    -webkit-transform: translate(0, -50%) rotateZ(45deg);
    transform: translate(0, -50%) rotateZ(45deg);
    width: 30px;
    height: 30px;
    background: #f5f5f5;
}

.pro_module_five1 > .item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_module_five1 > .item:nth-child(even) .right_box::after {
    left: auto;
    right: -15px;
}

.pro_module_six1 {
    border: 10px solid #f7f7f7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_module_six1_form {
    width: 61%;
    border-right: 10px solid #f7f7f7;
    padding: 50px 30px 50px 10px;
}

.pro_module_six1_form .item {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_module_six1_form .item .tt_box {
    width: 120px;
    font-size: 18px;
    color: #333333;
    text-align: right;
    padding: 16px 10px 0 0;
}

.pro_module_six1_form .item .tt_box span {
    color: #ff0000;
}

.pro_module_six1_form .item input,
.pro_module_six1_form .item select {
    width: calc(100% - 120px);
    height: 60px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    padding: 0 10px 0 15px;
}

.pro_module_six1_form .item ::-webkit-input-placeholder {
    font-size: 16px;
    color: #999999;
}

.pro_module_six1_form .btn_box {
    padding-top: 30px;
    padding-left: 120px;
}

.pro_module_six1_form .btn_box button {
    font-size: 18px;
    color: #ffffff;
    width: 180px;
    height: 50px;
    background: #0fb8ed;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_module_six1_form .btn_box button:hover {
    opacity: 0.8;
}

.pro_module_six1_R {
    width: 39%;
}

.pro_module_six1_R .item a {
    display: block;
    padding: 40px 5px 40px;
}

.pro_module_six1_R .item a .iconfont {
    font-size: 36px;
    color: #0fb8ed;
    width: 66px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #11baee;
    border-radius: 50%;
    background: #cff1fc;
}

.pro_module_six1_R .item a .tt {
    font-size: 22px;
    color: #999999;
    text-align: center;
    padding-top: 10px;
}

.pro_module_six1_R .item a .text {
    font-weight: 700;
    font-size: 30px;
    color: #0fb8ed;
    text-align: center;
    padding-top: 10px;
}

.pro_module_six1_R > .item:nth-child(1) {
    border-bottom: 10px solid #f7f7f7;
}

.pro_det_main_R {
    width: 380px;
}

.pro_deBoxTwo_R_01 {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 18px 15px 30px;
}

.pro_deBoxTwo_R_01 .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxTwo_R_01 .img_box a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxTwo_R_01 .img_box a img {
    width: 100%;
}

.pro_deBoxTwo_R_01 .tt_box a {
    display: block;
    font-size: 24px;
    color: #333333;
    padding: 20px 0 18px;
    border-bottom: 1px dashed #e5e5e5;
}

.pro_deBoxTwo_R_01 .tt_box a:hover {
    color: #0fb8ed;
}

.pro_deBoxTwo_R_01 .text_box a {
    display: block;
    padding: 20px 0 15px;
}

.pro_deBoxTwo_R_01 .text_box a dl dd {
    font-size: 16px;
    color: #999999;
    padding-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxTwo_R_01 .text_box a dl dd div {
    width: 70px;
    font-weight: 700;
    color: #333333;
}

.pro_deBoxTwo_R_01 .text_box a dl dd span {
    width: calc(100% - 70px);
}

.pro_deBoxTwo_R_01 .btn_box .public_allPage_btn {
    width: 100%;
    height: 50px;
}

.pro_deBoxTwo_R_01 .btn_box > .public_allPage_btn:nth-child(2) {
    margin-top: 20px;
}

.pro_deBoxTwo_R_02 {
    background: #ffffff;
    padding: 25px 15px 30px;
    margin-bottom: 15px;
}

.Side_nav_column .item {
    margin-bottom: 6px;
}

.Side_nav_column01 {
    background: #f7f7f7;
    padding: 12px 10px 12px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Side_nav_column01 a {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #333333;
    padding: 6px 12px 4px 0;
}

.Side_nav_column01 .icon {
    text-align: center;
    font-size: 24px;
    color: #333333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Side_nav_column02 {
    display: none;
    background: #f7f7f7;
    padding: 12px 10px 0 10px;
}

.Side_nav_column02 .every {
    padding-bottom: 12px;
}

.Side_nav_column02 .every a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.Side_nav_column02 .every a:hover span {
    color: #0fb8ed;
}

.Side_nav_column02 .every a:hover::before {
    background: #0fb8ed;
}

.Side_nav_column02 .every a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    margin: 7px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Side_nav_column02 .every a span {
    font-size: 14px;
    color: #999999;
    width: calc(100% - 6px);
    padding-left: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Side_nav_column .item.hover .Side_nav_column01 {
    background: #0fb8ed;
}

.Side_nav_column .item.hover .Side_nav_column01 a,
.Side_nav_column .item.hover .Side_nav_column01 .icon {
    color: #ffffff;
}

/* ~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~pro_list,css */
/* ~~~~~~~~~~~~pro_list,css */
/* ~~~~~~~~~~~~pro_list,css */
.pro_liBoxOne {
    background: #f5f5f5;
    padding: 70px 0 70px;
}

.pro_deBoxTwo_R_03 {
    background: #ffffff;
    padding: 15px;
}

.side_nav_contact {
    background: #f7f7f7;
    padding: 55px 10px 55px;
}

.side_nav_contact .icon_box {
    font-size: 30px;
    color: #0fb8ed;
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    background: #e4f7fd;
    border: 1px solid #0fb8ed;
}

.side_nav_contact .number {
    font-weight: 700;
    font-size: 28px;
    color: #666666;
    text-align: center;
    padding: 14px 0 16px;
}

.side_nav_contact .public_allPage_btn {
    width: 180px;
    margin: 0 auto;
}

.pro_liBoxOne1 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~pro_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~pro_list,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~pro_list,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~~~Solution,css */
/* ~~~~~~~~~~~~~~Solution,css */

.SubPage_public_title {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.SubPage_public_title .tt_01 {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    background: #fff;
    padding: 8px 36px;
    transition: all 0.6s;
}
.SubPage_public_title .tt_01:hover{
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: #11baee;
    border: 1px solid #11baee;
    background: #fff;
    padding: 8px 36px;
    transition: all 0.6s;
    cursor: pointer;
}
.SubPage_public_title .titleShow {
    background: #11baee;
    border: 1px solid #11baee;
    color:#fff;

}

.SubPage_public_title .tt_02 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}

.solBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solBoxOne1 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.solBoxOne1 > .item:nth-child(4n) {
    margin-right: 0;
}

.solBoxOne1 .item a {
    display: block;
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.solBoxOne1 .item a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.solBoxOne1 .item a img {
    width: 100%;
}

.solBoxOne1 .item a .bottom_text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5px 15px;
}

/* ~~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Solution,css~~~~~~~~~~~~~end */











/* ~~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~~contact us,css */
/* ~~~~~~~~~~~~~contact us,css */
.conBoxOne_w {
    padding: 70px 0 60px;
}

.conBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conBoxOne1_L {
    width: 34.2%;
    background: url(../images/contact_01.jpg) no-repeat center center / cover;
    padding: 60px 10px 35px 30px;
}

.conBoxOne1_L .tt {
    font-size: 26px;
    color: #333333;
}

.conBoxOne1_L .number {
    font-weight: 700;
    font-size: 34px;
    color: #333333;
    padding: 6px 0 35px;
}

.conBoxOne1_L .public_allPage_btn {
    width: 170px;
}

.conBoxOne1_R {
    width: 65.8%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conBoxOne1_R .item {
    width: calc((100% - 45px) / 3);
    height: 100%;
    margin-left: 15px;
    background: #f5f5f5;
}

.conBoxOne1_R .item a {
    display: block;
    height: 100%;
    padding: 50px 5px 10px;
}

.conBoxOne1_R .item a .iconfont {
    font-size: 34px;
    color: #0fb8ed;
    width: 66px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    background: #c7e9f4;
    border: 1px solid #0fb8ed;
}

.conBoxOne1_R .item a .tt {
    font-size: 22px;
    color: #999999;
    text-align: center;
    padding-top: 10px;
}

.conBoxOne1_R .item a .text {
    font-size: 26px;
    color: #11baee;
    text-align: center;
    padding-top: 10px;
}

.conBoxOne1_R .item a .img_box {
    text-align: center;
}

.conBoxOne1_R .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.conBoxOne1_R .item a .img_text {
    font-size: 22px;
    color: #999999;
    text-align: center;
    padding-top: 8px;
}

.conBoxOne2 {
    padding-top: 35px;
}

.conBoxOne2 img {
    width: 100%;
}

/* ~~~~~~~~~~~~~contact us,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~contact us,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~contact us,css~~~~~~~~~~~end */













/* ~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~honor,css */
.honBoxOne_w {
    padding: 60px 0 0;
}

.honBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honBoxOne1 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 40px;
    background: #f5f5f5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.honBoxOne1 > .item:nth-child(4n) {
    margin-right: 0;
}

.honBoxOne1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.honBoxOne1 .item a {
    display: block;
    height: 100%;
    padding: 15px 25px 15px;
}

.honBoxOne1 .item a .img_box {
    border: 1px solid #ffffff;
}

.honBoxOne1 .item a .img_box img {
    width: 100%;
}

/* ~~~~~~~~~~~~honor,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~honor,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~honor,css~~~~~~~~~~~~end */











/* ~~~~~~~~~~~~~~video,css */
/* ~~~~~~~~~~~~~~video,css */
/* ~~~~~~~~~~~~~~video,css */
.vidBoxOne_w {
    padding: 60px 0 0;
}

.vidBoxOne1 {
    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;
}

.vidBoxOne1 .item {
    position: relative;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.vidBoxOne1 > .item:nth-child(4n) {
    margin-right: 0;
}

.vidBoxOne1 .item:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.vidBoxOne1 .item img {
    width: 100%;
}

.vidBoxOne1 .item .iconfont {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vidBoxOne1 .item .botom_text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5px 15px;
}

.vidBoxOne2 {
    padding-top: 35px;
}

/* ~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~news,css */
.newBoxOne_w {
    padding: 70px 0 80px;
}

.newBoxOne1 {
    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;
}

.newBoxOne1_L {
    width: 61.6%;
    background: #f5f5f5;
}

.newBoxOne1_L a {
    display: block;
    height: 100%;
}

.newBoxOne1_L a:hover .bottom_box .tt {
    color: #0fb8ed;
}

.newBoxOne1_L a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne1_L a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1_L a .img_box img {
    width: 100%;
}

.newBoxOne1_L a .bottom_box {
    padding: 30px 20px 50px 30px;
}

.newBoxOne1_L a .bottom_box .tt {
    font-size: 30px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1_L a .bottom_box .date {
    font-size: 16px;
    color: #999999;
    padding-top: 12px;
}

.newBoxOne1_L a .bottom_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 20px;
}

.newBoxOne1_R {
    width: 35.2%;
    background: #f5f5f5;
    padding: 20px 30px 35px 30px;
}

.newBoxOne1_R_dl .item {
    margin-bottom: 10px;
}

.newBoxOne1_R_dl .item a {
    display: block;
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1_R_dl .item a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne1_R_dl .item a img {
    width: 100%;
}

.newBoxOne1_R_dl .item a .bottom_text {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/news_04.png) no-repeat center center / cover;
    padding: 30px 10px 10px 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newBoxTwo_w {
    padding: 0 0 65px;
}

.newBoxTwo1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newBoxTwo1 .item {
    padding-right: 40px;
}

.newBoxTwo1 .item a {
    display: block;
    font-size: 22px;
    color: #999999;
}

.newBoxTwo1 .item a:hover {
    color: #333333;
}

.newBoxTwo1 > .item:last-child {
    padding-right: 0;
}

.newBoxTwo1 .item.hover a {
    font-weight: 700;
    color: #333333;
}

.newBoxTwo2 .item {
    border-bottom: 1px dashed #cccccc;
}

.newBoxTwo2 .item a {
    padding: 55px 0;
    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;
}

.newBoxTwo2 .item a:hover .right_box .tt {
    color: #0fb8ed;
}

.newBoxTwo2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxTwo2 .item a .img_box {
    width: 23%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxTwo2 .item a .img_box img {
    width: 100%;
}

.newBoxTwo2 .item a .right_box {
    width: 77%;
    padding-left: 30px;
}

.newBoxTwo2 .item a .right_box .tt {
    font-size: 30px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2 .item a .right_box .date {
    font-size: 16px;
    color: #999999;
    padding-top: 15px;
}

.newBoxTwo2 .item a .right_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 15px;
}

.newBoxTwo2 .item a .right_box .public_allPage_btn {
    margin-top: 15px;
}

.newBoxTwo2 > .item:last-child {
    border-bottom: none;
}

.newBoxTwo3 .item {
    border-bottom: 1px solid #e5e5e5;
}

.newBoxTwo3 .item a {
    display: block;
    padding: 45px 0 45px;
}

.newBoxTwo3 .item a:hover .newBoxTwo3_01 .iconfont,
.newBoxTwo3 .item a:hover .newBoxTwo3_01 span {
    color: #0fb8ed;
}

.newBoxTwo3_01 {
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxTwo3_01 .iconfont {
    width: 55px;
    font-size: 36px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo3_01 span {
    width: calc(100% - 55px);
    font-size: 24px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo3_02 {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    padding-left: 55px;
}

.newBoxTwo4 {
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~news_det,css */
/* ~~~~~~~~~~~~news_det,css */
/* ~~~~~~~~~~~~news_det,css */
.new_deBoxOne {
    padding: 70px 0 50px;
}

.new_deBoxOne1 {
    background: #f5f5f5;
    padding: 45px 35px 40px;
}

.new_deBoxOne1 .tt_box {
    padding-bottom: 35px;
}

.new_deBoxOne1 .tt_box .tt_01 {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
}

.new_deBoxOne1 .tt_box .icon_text {
    padding-top: 15px;
    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;
}

.new_deBoxOne1 .tt_box .icon_text .item {
    font-size: 16px;
    color: #888888;
    padding-right: 30px;
}

.new_deBoxOne1 .tt_box .icon_text .item span {
    padding-right: 4px;
}

.new_deBoxOne1 .tt_box .icon_text > .item:last-child {
    padding-right: 0;
}

.new_det_content {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding: 40px 0 40px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.new_deBoxOne1 .share_box {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne1 .share_box .share_text {
    font-size: 16px;
    color: #666666;
    padding-right: 8px;
}

.new_deOne2_01 {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px;
}

.new_deOne2_01 .item {
    background: #ffffff;
}

.new_deOne2_01 .item a {
    display: block;
    padding: 25px 10px 25px 15px;
}

.new_deOne2_01 .item a:hover .text {
    color: #0fb8ed;
}

.new_deOne2_01 .item a .tt {
    font-size: 14px;
    color: #666666;
}

.new_deOne2_01 .item a .text {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deOne2_01 > .item:nth-child(2) {
    margin-top: 15px;
}

.new_deOne2_02 {
    background: #f5f5f5;
    padding: 15px;
}

.new_deOne2_02 .item {
    background: #ffffff;
    padding: 0 15px;
}

.new_deOne2_02 .item a {
    padding: 30px 0 30px;
    border-bottom: 1px solid #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne2_02 .item a:hover span {
    color: #0fb8ed;
}

.new_deOne2_02 .item a .iconfont {
    font-size: 30px;
    color: #0fb8ed;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0fb8ed;
}

.new_deOne2_02 .item a span {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    width: calc(100% - 52px);
    padding-left: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deOne2_02 > .item:last-child a {
    border-bottom: none;
}

.new_deBoxTwo {
    background: #f7f7f7;
}

.new_deBoxTwo_w {
    padding: 50px 0 60px;
}

.new_deBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxTwo1 .item {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    background: #ffffff;
}

.new_deBoxTwo1 > .item:nth-child(4n) {
    margin-right: 0;
}

.new_deBoxTwo1 .item a {
    display: block;
    height: 100%;
}

.new_deBoxTwo1 .item a:hover .bottom_box .tt {
    color: #0fb8ed;
}

.new_deBoxTwo1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.new_deBoxTwo1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_deBoxTwo1 .item a .img_box img {
    width: 100%;
}

.new_deBoxTwo1 .item a .bottom_box {
    padding: 20px 5px 30px 10px;
}

.new_deBoxTwo1 .item a .bottom_box .tt {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxTwo1 .item a .bottom_box .date {
    padding-top: 8px;
    font-size: 14px;
    color: #999999;
}

.new_deBoxTwo1 .item a .bottom_box .text {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news_det,css~~~~~~~~~~~~~~end */