#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: "PingFang_Regular", "Arial", "sans-serif";*/
    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.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
}


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







:root {
    --hue: #0071e3;
}

.fz42 {
    font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
    line-height: 1.28;
}

.fz20 {
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
    line-height: 1.48;
}

.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
    line-height: 1.6;
}

.ffb {
    font-weight: 700;
}









/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
.public_header {
    height: 0;
}

.header_center {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.not_fixed.add_relative .header_center {
    position: relative;
}

.header_center .logo {
    width: 146px;
}

.header_center .logo a {
    display: block;
}

.header_center .logo a .img_02 {
    display: none;
}

.pc_head_list_box {
    width: 950px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    height: 100px;
    font-size: 15px;
    color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box .item>a span {
    font-weight: normal;
    font-size: 12px;
    padding: 2px 0 0 5px;
}

.language_SideNav {
    width: 146px;
    padding-top: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.language_switch {
    position: relative;
    margin-right: 32px;
}

.language_switch_01 {
    color: #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.language_switch_01 .icon1 {
    font-size: 22px;
}

.language_switch_01:hover .icon1 {
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.language_switch_01 span {
    font-weight: 700;
    font-size: 14px;
    padding: 0 4px 0 6px;
}

.language_switch_01 .icon2 {
    font-size: 12px;
}

.language_switch_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 59px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 110px;
    padding: 12px 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.language_switch_02 a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding: 5px 0;
}

.language_switch_02 a:hover {
    color: #0071e3;
}

.header_SideNav_icon {
    width: 22px;
    height: 16px;
    cursor: pointer;
    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;
}

.header_SideNav_icon .line {
    width: 100%;
    height: 1px;
    background: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_SideNav_icon:hover .line:nth-child(2) {
    width: 50%;
}

.header_SideNav_icon:hover .line:nth-child(3) {
    width: 80%;
}

/* 二级菜单,css */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 190px;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px 10px 5px 20px;
}

.publicTwo_stage_nav .EveryOne {
    padding-bottom: 15px;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 14px;
    color: #333333;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #0071e3;
}

/* 产品下拉菜单,css */
.pc_head_list_box .item.NoRelative {
    position: static;
}

.product_drop_down {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
}

.product_menu_box {
    padding: 50px 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.product_menu_item {
    width: calc(100% / 6);
    padding: 0 20px;
}

.product_menu_item a {
    display: block;
    text-align: center;
}

.product_menu_item a .img_box {
    height: 145px;
}

.product_menu_item a .img_box img {
    max-height: 100%;
}

.product_menu_item a .title {
    font-weight: 700;
    font-size: 16px;
    color: #111111;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.product_menu_item a:hover .title {
    color: #0071e3;
}

/* 改变导航 */
.public_header.active .header_center {
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.public_header.active .header_center .logo .img_01 {
    display: none;
}

.public_header.active .header_center .logo .img_02 {
    display: block;
}

.public_header.active .pc_head_list_box .item>a {
    color: #111111;
}

.public_header.active .language_switch .language_switch_01 {
    color: #111111;
}

.public_header.active .header_SideNav_icon .line {
    background: #111111;
}

/* 头部右侧导航,css */
.header_r_nav_box {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header_r_nav {
    width: 450px;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 30px 30px 30px 35px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.header_r_nav_01 {
    padding-bottom: 50px;
    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;
}

.header_r_nav_01_logo {
    width: 146px;
}

.header_r_nav_01_logo a {
    display: block;
}

.header_r_nav_01_logo a img {
    width: 100%;
}

.header_r_nav_01_close {
    font-size: 26px;
    color: #333333;
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_r_nav_01_close:hover {
    color: #ffffff;
    background: #0071e3;
}

.header_side_nav_title {
    position: relative;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 3px solid #f8f8f8;
}

.header_side_nav_title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
    height: 3px;
    background: #0071e3;
}

.header_r_nav_02_list {
    padding-top: 10px;
}

.header_r_nav_02_list .item {
    border-bottom: 1px solid #e5e5e5;
}

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

.header_r_nav_02_list_top a {
    display: block;
    width: calc(100% - 40px);
    font-size: 16px;
    color: #666666;
    padding: 15px 0 15px;
}

.header_r_nav_02_list_top a:hover {
    color: #0071e3;
}

.header_r_nav_02_list_top .iconfont {
    font-size: 18px;
    color: #9b9b9b;
    width: 28px;
    height: 28px;
    margin-top: 12px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_r_nav_02_list_top .iconfont:hover {
    color: #0071e3;
}

.header_r_nav_02_list_bot {
    display: none;
    padding: 2px 15px 4px 20px;
}

.header_r_nav_02_list_bot a {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}

.header_r_nav_02_list_bot a:hover {
    color: #0071e3;
}

.header_r_nav_02_list_top .iconfont.on {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header_r_nav_03 {
    padding-top: 60px;
}

.header_r_nav_03_list {
    padding-top: 25px;
}

.header_r_nav_03_list .item {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.header_r_nav_03_list .item .iconfont {
    width: 30px;
    font-size: 24px;
    color: #999999;
    padding-top: 2px;
}

.header_r_nav_03_list .item .text {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.header_r_nav_03_list .item .text a {
    color: #666666;
}

.header_r_nav_03_list .item .text a:hover {
    color: #0071e3;
}

.header_r_nav_box.open {
    opacity: 1;
    pointer-events: auto;
    -ms-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.header_r_nav_box.open .header_r_nav {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transition: transform 0.7s cubic-bezier(1, 0, 0, 1) 0.1s;
    -webkit-transition: transform 0.7s cubic-bezier(1, 0, 0, 1) 0.1s;
    transition: transform 0.7s cubic-bezier(1, 0, 0, 1) 0.1s;
}

.header_r_nav_box.close {
    opacity: 0;
    pointer-events: none;
    -ms-transition: all 0.3s 0.4s;
    -webkit-transition: all 0.3s 0.4s;
    transition: all 0.3s 0.4s;
}

.header_r_nav_box.close .header_r_nav {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transition: transform 0.7s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: transform 0.7s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.7s cubic-bezier(1, 0, 0, 1);
}

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















/* ~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~index,css */
.fz_48 {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 48px;
}

.p_100 {
    padding: 85px 0 100px;
}

.index_banner {
    position: relative;
}

.index_banner_lunbo .swiper-slide .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.index_banner_lunbo .swiper-slide .item_w {
    padding: 210px 0 95px;
}

.index_banner_title {
    opacity: 0;
}

.index_banner_title a {
    display: block;
    text-align: center;
}

.index_banner_title .title_01 {
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_banner_title .title_02 {
    color: #ffffff;
    padding-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_banner_title .title_03 {
    font-size: 16px;
    color: #ffffff;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_banner_btn {
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_banner_btn a {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 160px;
    height: 42px;
    line-height: 40px;
    margin: 0 12px;
    border-radius: 21px;
}

.index_banner_btn>a:nth-child(1) {
    opacity: 0;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.index_banner_btn>a:nth-child(1):hover {
    background: #0071e3;
}

.index_banner_btn>a:nth-child(2) {
    opacity: 0;
    color: #111111;
    background: #ffffff;
}

.index_banner_btn>a:nth-child(2):hover {
    color: #ffffff;
    background: #0071e3;
}

.index_banner_img {
    opacity: 0;
    padding-top: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_banner_img a {
    display: block;
}

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

.index_banner_lunbo .swiper-slide.swiper-slide-active .item .index_banner_title {
    -webkit-animation: fadeInUp 1.5s ease both 0.5s;
    animation: fadeInUp 1.5s ease both 0.5s;
}

.index_banner_lunbo .swiper-slide.swiper-slide-active .item .index_banner_btn>a:nth-child(1) {
    -webkit-animation: fadeInLeft 1.5s ease both 1s;
    animation: fadeInLeft 1.5s ease both 1s;
}

.index_banner_lunbo .swiper-slide.swiper-slide-active .item .index_banner_btn>a:nth-child(2) {
    -webkit-animation: fadeInRight 1.5s ease both 1s;
    animation: fadeInRight 1.5s ease both 1s;
}

.index_banner_lunbo .swiper-slide.swiper-slide-active .item .index_banner_img {
    -webkit-animation: fadeInUp 1.5s ease both 1.5s;
    animation: fadeInUp 1.5s ease both 1.5s;
}


/* ~~~~~~~~~~~~~~~~button,css */
.public_special_btn {
    width: 140px;
    -ms-transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#arrow-svg-home {
    -ms-transform: translateY(353px);
    -webkit-transform: translateY(353px);
    transform: translateY(353px);
}

.special_btn_next #arrow-svg-home {
    -ms-transform: translateY(353px) rotateY(180deg);
    -webkit-transform: translateY(353px) rotateY(180deg);
    transform: translateY(353px) rotateY(180deg);
    -ms-transform-origin: 80px 0px 0px;
    -webkit-transform-origin: 80px 0px 0px;
    transform-origin: 80px 0px 0px;
}

.public_special_btn svg {
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.special_btn_cls-1 {
    opacity: 1;
    -ms-transform-origin: -20px 40px;
    -webkit-transform-origin: -20px 40px;
    transform-origin: -20px 40px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.special_btn_cls-4 {
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    -ms-transform-origin: 0px 0px 0px;
    -webkit-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#special_arrow-trg {
    fill: #fff;
    -ms-transform: rotateY(180deg) translate(-53px, 39px);
    -webkit-transform: rotateY(180deg) translate(-53px, 39px);
    transform: rotateY(180deg) translate(-53px, 39px);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#special_line {
    stroke: #fff;
    -ms-transform: translate(50px, 42px);
    -webkit-transform: translate(50px, 42px);
    transform: translate(50px, 42px);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.special_btn_prev:not(.disabled):hover svg {
    -ms-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
}

.special_btn_next:not(.disabled):hover svg {
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}

.public_special_btn:not(.disabled):hover .special_btn_cls-1 {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.public_special_btn:not(.disabled):hover .special_btn_cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.public_special_btn:not(.disabled):hover #special_arrow-trg {
    -ms-transform: rotateY(180deg) translate(-37px, 39px);
    -webkit-transform: rotateY(180deg) translate(-37px, 39px);
    transform: rotateY(180deg) translate(-37px, 39px);
}

.public_special_btn:not(.disabled):hover #special_line {
    -ms-transform: translate(35px, 42px) scaleX(0.33);
    -webkit-transform: translate(35px, 42px) scaleX(0.33);
    transform: translate(35px, 42px) scaleX(0.33);
}

/* ~~~~~~~~~~~~~~~~button,css~~~~~~~~~~end */

.index_banner_btn_prev,
.index_banner_btn_next {
    position: absolute;
    z-index: 2;
    top: 48%;
    opacity: 0;
}

.index_banner_btn_prev {
    left: 40px;
}

.index_banner_btn_next {
    right: 40px;
}

.index_banner:hover .index_banner_btn_prev,
.index_banner:hover .index_banner_btn_next {
    opacity: 1;
}

.public_index_title {
    padding-bottom: 40px;
    text-align: center;
}

.public_index_title a {
    display: block;
}

.public_index_title .title {
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
}

.public_index_title .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin: 0 auto;
    padding-top: 10px;
}

.indBoxOne1 {
    max-width: 950px;
    margin: 0 auto;
    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;
}

.indBoxOne1 .item {
    width: calc((100% - 80px) / 2);
    margin-bottom: 70px;
}

.indBoxOne1_top a {
    display: block;
}

.indBoxOne1_top a .img_box {
    height: 225px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne1_top a .img_box img {
    max-height: 100%;
}

.indBoxOne1_top a .img_box .img_02 {
    display: none;
}

.indBoxOne1_top a:hover .img_box .img_01 {
    display: none;
}

.indBoxOne1_top a:hover .img_box .img_02 {
    display: block;
}

.indBoxOne1_top a .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-weight: 700;
    font-size: 24px;
    color: #111111;
    text-align: center;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne1_top a .text {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    padding-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxOne1_bot {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne1_bot a {
    display: block;
    font-size: 14px;
    color: #1676c7;
    margin: 0 15px;
}

.indBoxOne1_bot a:hover {
    text-decoration: underline;
}

.indBoxOne_w {
    padding-bottom: 30px;
}

.indBoxTwo {
    background: #fafafa;
}

.indBoxTwo1 {
    position: relative;
}

.indBoxTwo1_lunbo {
    background-color: #eeeeee;
}

.indBoxTwo1_lunbo .swiper-wrapper {
    -ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -ms-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.indBoxTwo1_lunbo .swiper-slide a {
    position: relative;
    display: block;
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    -ms-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -ms-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -ms-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    overflow: hidden;
}

.indBoxTwo1_lunbo .swiper-slide a img {
    width: 100%;
    -ms-transform: scale(1.2, 1.2) translateX(50%);
    -webkit-transform: scale(1.2, 1.2) translateX(50%);
    transform: scale(1.2, 1.2) translateX(50%);
    -ms-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    -ms-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.indBoxTwo1_lunbo .swiper-slide a .float_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15%;
    background: rgba(0, 0, 0, 0.2);
    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;
}

.indBoxTwo1_lunbo .swiper-slide a .float_title .title_01 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxTwo1_lunbo .swiper-slide a .float_title .title_02 {
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxTwo1_lunbo .swiper-slide a .float_title .btn {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
}

.indBoxTwo1_lunbo .swiper-slide a .float_title .btn:hover {
    text-decoration: underline;
}

.indBoxTwo1_prev,
.indBoxTwo1_next {
    position: absolute;
    z-index: 2;
    top: 48%;
}

.indBoxTwo1_prev {
    left: 30px;
}

.indBoxTwo1_next {
    right: 30px;
}

.indBoxTwo1_prev.disabled,
.indBoxTwo1_next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

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

.indBoxThree_w {
    padding: 140px 0 170px;
}

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

.indThree1_L {
    width: 59%;
}

.indThree1_L a {
    display: block;
}

.indThree1_L .title {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.indThree1_L .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 15px;
}

.indThree1_L_list {
    max-width: 576px;
    margin-top: 35px;
    padding: 25px 0 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;
}

.indThree1_L_list .item {
    width: calc(100% / 4);
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indThree1_L_list .item img {
    max-height: 100%;
}

.indThree1_R {
    width: 28.4%;
    padding-top: 35px;
    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;
}

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

.indThree1_R .item a {
    display: block;
    padding: 15px 15px 12px 20px;
    background: rgba(255, 255, 255, 0.8);
}

.indThree1_R .item a:hover {
    border-radius: 40px 0 40px 0;
    background: #0071e3;
}

.indThree1_R .item a .iconfont {
    font-size: 36px;
    color: #0071e3;
    text-align: right;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indThree1_R .item a .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #333333;
    padding-top: 60px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indThree1_R .item a:hover .iconfont,
.indThree1_R .item a:hover .text {
    color: #ffffff;
}

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

.indBoxFour1 .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    background: #fafafa;
}

.indBoxFour1 .item a {
    position: relative;
    display: block;
    height: 100%;
    padding: 65px 10% 65px;
    border-radius: 8px;
    overflow: hidden;
}

.indBoxFour1 .item a .hover_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.indBoxFour1 .item a:hover .hover_show {
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.indBoxFour1 .item a .hover_show::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.indFour1_content {
    position: relative;
    z-index: 2;
}

.indFour1_content .little_tt {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFour1_content .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFour1_content .text {
    height: 96px;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.indFour1_content .btn {
    margin-top: 71px;
    padding-top: 25px;
    border-top: 1px solid #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFour1_content .btn span {
    font-size: 14px;
    color: #ffffff;
    padding-top: 1px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFour1_content .btn .iconfont {
    font-size: 24px;
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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













/* ~~~~~~~~~~~~~~~inquiry,css */
/* ~~~~~~~~~~~~~~~inquiry,css */
/* ~~~~~~~~~~~~~~~inquiry,css */
.footer_inquiry {
    background-color: #444444;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.footer_inquiry_w {
    padding: 75px 0 75px;
}

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

.footer_inquiry1_L {
    width: 170px;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 24px;
    color: #ffffff;
    line-height: 42px;
}

.footer_inquiry_form {
    width: calc(100% - 250px);
    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: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_inquiry_form input {
    font-size: 14px;
    color: #ffffff;
    width: 25.2%;
    height: 44px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: none;
}

.footer_inquiry_form ::-webkit-input-placeholder {
    color: #ffffff;
}

.footer_inquiry_form button {
    font-size: 14px;
    color: #000011;
    width: 14.8%;
    height: 42px;
    border: none;
    border-radius: 21px;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_inquiry_form button:hover {
    color: #ffffff;
    background: #0071e3;
}

/* ~~~~~~~~~~~~~~~inquiry,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~inquiry,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~inquiry,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~footer,css */
.public_footer {
    background: #f6f6f6;
}

.public_footer_top {
    padding: 55px 0 35px;
    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;
}

.footer_top_title {
    font-size: 16px;
    color: #333333;
    padding-bottom: 18px;
}

.footer_top_list .item {
    margin-bottom: 12px;
}

.footer_top_list .item a {
    display: block;
    font-size: 12px;
    color: #999999;
}

.footer_top_list .item a:hover {
    color: #0071e3;
}

.footer_top_05_list .item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_05_list .item .iconfont {
    width: 25px;
    font-size: 18px;
    color: #999999;
}

.footer_top_05_list .item .text {
    width: calc(100% - 25px);
    font-size: 12px;
    color: #999999;
    line-height: 26px;
    margin-top: -3px;
}

.footer_top_05_list .item .text a {
    color: #999999;
}

.footer_top_05_list .item .text a:hover {
    color: #0071e3;
}

.footer_top_01 {
    width: 14%;
}

.footer_top_02 {
    width: 15%;
}

.footer_top_03 {
    width: 14%;
}

.footer_top_04 {
    width: 21%;
}

.footer_top_05 {
    width: 21%;
}

.public_footer_cen {
    padding-bottom: 20px;
    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;
}

.public_footer_cen .footer_logo {
    width: 122px;
}

.public_footer_cen .footer_logo a {
    display: block;
}

.public_footer_cen .footer_logo a img {
    width: 100%;
}

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

.footer_media a {
    display: block;
    font-size: 20px;
    color: #999999;
    margin-right: 15px;
}

.footer_media>a:last-child {
    margin-right: 0;
}

.footer_media a:hover {
    color: #0071e3;
}

.public_footer_bot {
    padding: 23px 0 23px;
    border-top: 1px solid #e5e5e5;
    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;
}

.footer_bot_01 {
    font-size: 12px;
    color: #999999;
}

.footer_bot_02 {
    font-size: 12px;
    color: #999999;
}

.footer_bot_02 a {
    color: #999999;
}

.footer_bot_02 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~index,footer */
.public_footer.index_footer {
    background: #111111;
}

.public_footer.index_footer .footer_top_title {
    color: #ffffff;
}

.public_footer.index_footer .public_footer_bot {
    border-top-color: rgba(229, 229, 229, 0.2);
}

/* ~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~~float nav,css */
.public_float_nav {
    display: none;
    position: fixed;
    z-index: 8;
    top: 25%;
    right: 0;
    width: 70px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.public_float_nav .item {
    border-bottom: 1px solid #ffffff;
}

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

.public_float_nav .item a {
    display: block;
    font-size: 36px;
    color: #333333;
    text-align: center;
    height: 70px;
    line-height: 72px;
    background: #f8f8f8;
}

.public_float_nav .item a:hover {
    color: #ffffff;
    background: #0071e3;
}

/* ~~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~about,css */
.SubPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SubPage_banner_w {
    height: 500px;
    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;
}

.SubPage_banner_title_crumbs {
    padding: 0 10px;
}

.SubPage_banner_title {
    color: #ffffff;
    text-align: center;
}

.SubPage_banner_crumbs {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.SubPage_banner_crumbs .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.SubPage_banner_crumbs .crumbs_a {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #ffffff;
    padding: 1px 0 0 8px;
}

.SubPage_banner_crumbs .crumbs_a a {
    color: #ffffff;
}

.SubPage_banner_crumbs .crumbs_a a:hover {
    color: #0071e3;
}

.aboBoxOne {
    background: url(../images/about_01.jpg) no-repeat left bottom / cover;
}

.aboBoxOne1 {
    max-width: 740px;
}

.aboOne1_01 .title {
    font-weight: 700;
    color: #333333;
}

.aboOne1_01 .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 15px;
}

.aboOne1_02 {
    padding-top: 17px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboOne1_02 .item {
    width: calc(100% / 3);
    padding-right: 15px;
}

.aboOne1_02 .item .number {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 60px;
    color: #0071e3;
}

.aboOne1_02 .item .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
}

.aboOne1_03 {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 35px;
}

.aboOne1_04 {
    padding-top: 35px;
    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;
}

.aboOne1_04 .item {
    margin-right: 45px;
}

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

.aboOne1_04 .item .img_02 {
    display: none;
}

.aboOne1_04 .item:hover .img_01 {
    display: none;
}

.aboOne1_04 .item:hover .img_02 {
    display: block;
}

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

.aboBoxTwo_w {
    padding: 240px 0 240px;
}

.aboBoxTwo1 {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 24px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
}

.aboBoxTwo2 {
    width: 93px;
    margin: 50px auto 0;
    cursor: pointer;
    -ms-transition: all 0.4s cubic-bezier(0.65, 0.01, 0.45, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.65, 0.01, 0.45, 1);
    transition: all 0.4s cubic-bezier(0.65, 0.01, 0.45, 1);
}

.aboBoxTwo2:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.aboBoxTwo2 img {
    width: 100%;
}


/* 点击视频弹出播放框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%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    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;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    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~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~cases,css */
/* ~~~~~~~~~~~~~~~cases,css */
/* ~~~~~~~~~~~~~~~cases,css */
.p_80 {
    padding: 80px 0 80px;
}

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

.casBoxOne1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

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

.casBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.casBoxOne1 .item a .bot_box {
    padding: 20px 20px 22px;
}

.casBoxOne1 .item a .bot_box .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a:hover .bot_box .text {
    color: #0071e3;
}

.casBoxOne1 .item a .bot_box .date {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

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

.public_paging_box {
    padding-top: 30px;
}

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

.public_paging a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 6px;
    border-radius: 50%;
    background: #f5f4f4;
}

.public_paging a.hover {
    color: #ffffff;
    background: #121212;
}

.public_paging a:hover {
    color: #ffffff;
    background: #121212;
}

/* ~~~~~~~~~~~~~~~cases,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~cases,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~cases,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~cases-detail,css */
/* ~~~~~~~~~~~~~~~cases-detail,css */
/* ~~~~~~~~~~~~~~~cases-detail,css */
.cas_deOne1 .big_title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.cas_deOne1_icon {
    padding: 25px 0 35px;
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cas_deOne1_icon .item {
    padding: 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_icon .item .iconfont {
    font-size: 20px;
    color: #999999;
}

.cas_deOne1_icon .item .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    padding: 1px 4px 0 5px;
}

.cas_deOne2 {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding: 35px 0 60px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.cas_deOne3 {
    padding-top: 35px;
    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;
}

.cas_deOne3_L {
    width: calc(100% - 180px);
}

.cas_deOne3_L .item {
    margin-bottom: 15px;
}

.cas_deOne3_L .item a {
    display: block;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cas_deOne3_L .item a:hover {
    color: #0071e3;
}

.cas_deOne3_L .item a span {
    color: #999999;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.cas_deOne3_L .item a:hover span {
    color: #0071e3;
}

.cas_deOne3_L>.item:last-child {
    margin-bottom: 0;
}

.cas_deOne3_R {
    width: 60px;
    height: 60px;
}

.cas_deOne3_R a {
    width: 100%;
    height: 100%;
    font-size: 28px;
    color: #999999;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    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;
}

.cas_deOne3_R a:hover {
    color: #ffffff;
    background: #0071e3;
    border-color: #0071e3;
}

.cas_deBoxTwo {
    background: #fafafa;
}

.public_SubPage_title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-bottom: 40px;
}

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

.public_pro_list .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fafafa;
    padding: 30px 15px 35px;
}

.public_pro_list_top a {
    display: block;
}

.public_pro_list_top a .img_box {
    height: 190px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_pro_list_top a .img_box img {
    max-height: 100%;
}

.public_pro_list_top a .img_box .img_02 {
    display: none;
}

.public_pro_list_top a .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public_pro_list_top a .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: center;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.public_pro_list_top a .text div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public_pro_list_bot {
    padding-top: 15px;
    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;
}

.public_pro_list_bot a {
    display: block;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #0071e3;
    margin: 0 20px;
}

.public_pro_list_bot a:hover {
    text-decoration: underline;
}

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

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

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

.cas_deBoxTwo_w {
    padding-bottom: 30px;
}

/* ~~~~~~~~~~~~~~~cases-detail,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~cases-detail,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~cases-detail,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conOne1_L {
    width: 52%;
}

.conOne1_L_01 {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.conOne1_L_01 .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
}

.conOne1_L_01 .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding-top: 10px;
}

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

.conOne1_L_02 .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.conOne1_L_02 .item .iconfont {
    font-size: 32px;
    color: #333333;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    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;
}

.conOne1_L_02 .item .r_box {
    width: calc(100% - 72px);
    padding-left: 20px;
}

.conOne1_L_02 .item .r_box .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #999999;
}

.conOne1_L_02 .item .r_box .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    padding-top: 4px;
}

.conOne1_L_02 .item .r_box .text a {
    color: #444444;
}

.conOne1_L_02 .item .r_box .text a:hover {
    color: #0071e3;
}

.conOne1_L_02>.item:nth-child(1) {
    width: 100%;
}

.conOne1_L_02>.item:nth-child(4) {
    width: 100%;
    margin-bottom: 0;
}

.conOne1_R {
    width: 37%;
}

.public_contact_form .item {
    margin-bottom: 25px;
}

.public_contact_form .item input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 60px;
    border: none;
    background: #f6f6f6;
    padding: 0 10px 0 20px;
}

.public_contact_form .item textarea {
    display: block;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 220px;
    border: none;
    resize: none;
    background: #f6f6f6;
    padding: 20px 10px 10px 20px;
}

.public_contact_form .item ::-webkit-input-placeholder {
    color: #666666;
}

.public_contact_form .btn button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    width: 140px;
    height: 60px;
    border: none;
    background: #121212;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_contact_form .btn button:hover {
    background: #0071e3;
}

.conBoxTwo img {
    width: 100%;
}

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

















/* ~~~~~~~~~~~~~~~~Creation,css */
/* ~~~~~~~~~~~~~~~~Creation,css */
/* ~~~~~~~~~~~~~~~~Creation,css */
.creBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.creBoxOne1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
}

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

.creBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.creBoxOne1 .item a .bot_box {
    padding: 15px 15px 20px 20px;
}

.creBoxOne1 .item a .bot_box .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.creBoxOne1 .item a:hover .bot_box .title {
    color: #0071e3;
}

.creBoxOne1 .item a .bot_box .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.creBoxOne1 .item a .bot_box .date {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

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

/* ~~~~~~~~~~~~~~~~Creation,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Creation,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~Creation,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~news,css */
.newBoxOne_w .indBoxFour1 .item {
    margin-bottom: 25px;
}

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
















/* ~~~~~~~~~~~~~products-list,css */
/* ~~~~~~~~~~~~~products-list,css */
/* ~~~~~~~~~~~~~products-list,css */
.pro_liBoxOne {
    background: url(../images/pro_list_01.jpg) no-repeat center bottom / cover;
}

.pro_liOne1 {
    width: 92%;
    max-width: 1710px;
    margin-left: auto;
    margin-right: auto;
    padding: 195px 0 130px;
    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_liOne1_L_box {
    width: calc(100% - 342px);
}

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

/*.pro_liOne1_L.on {*/
/*    -webkit-animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) both;*/
/*    animation: fadeInLeft 1s cubic-bezier(0.65, 0.01, 0.4, 1) both;*/
/*}*/

.pro_liOne1_L_01 {
    width: 44%;
    padding-bottom: 50px;
}

.pro_liOne1_L_01_tt {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(246, 246, 246, 0.2);
}

.pro_liOne1_L_01_tt .subtitle {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #ffffff;
}

.pro_liOne1_L_01_tt .title {
    font-size: 30px;
    color: #ffffff;
    padding-top: 17px;
}

.pro_liOne1_L_01_tt .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 5px;
}

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

.pro_liOne1_L_01_text .item {
    width: calc((100% - 30px) / 2);
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.pro_liOne1_L_01_btn {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liOne1_L_01_btn a {
    display: block;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

.pro_liOne1_L_01_btn a:nth-child(1) {
    color: #333333;
    background: #ffffff;
}

.pro_liOne1_L_01_btn a:nth-child(2) {
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-left: 30px;
}

.pro_liOne1_L_01_btn a:hover {
    color: #ffffff;
    border-color: #0071e3;
    background: #0071e3;
}

.pro_liOne1_L_02 {
    width: 47.9%;
}

.pro_liOne1_L_02 a {
    display: block;
}

.pro_liOne1_L_02 a img {
    width: 100%;
}

.pro_liOne1_R_box {
    width: 342px;
    padding-left: 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;
}

.pro_liOne1_R {
    width: calc(100% - 28px);
}

.pro_liOne1_R .item {
    padding: 18px 30px 16px 0;
    margin-bottom: 25px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pro_liOne1_R>.item:last-child {
    margin-bottom: 0;
}

.pro_liOne1_R .item span {
    max-width: calc(100% - 26px);
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
    padding-right: 15px;
}

.pro_liOne1_R .item div {
    width: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1_R .item:hover div {
    width: 26px;
}

.pro_liOne1_R .item div img {
    width: 100%;
}



.pro_liOne1_R .item.hover div {
    width: 26px;
}

.pro_liOne1_R_line {
    width: 28px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pro_liOne1_R_line img {
    width: auto;
    max-width: none;
}

.pro_liBoxTwo {
    background: #fafafa;
}

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

.pro_liBoxTwo1 .item a {
    display: block;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #333333;
    height: 90px;
    line-height: 90px;
    padding: 0 35px;
    border-right: 1px solid #e8e8e8;
}

.pro_liBoxTwo1 .item a:hover {
    color: #ffffff;
    background: #0071e3;
}

.pro_liBoxTwo1 .item.hover a {
    color: #ffffff;
    background: #0071e3;
}

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

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
















/* ~~~~~~~~~~~~~product-detail,css */
/* ~~~~~~~~~~~~~product-detail,css */
/* ~~~~~~~~~~~~~product-detail,css */
.pro_deBoxOne {
    background: url(../images/pro_list_01.jpg) no-repeat center bottom / cover;
}

.pro_deBoxOne_w {
    padding: 205px 0 110px;
}

.pro_deBoxOne_w .pro_liOne1_L .pro_liOne1_L_01 {
    padding-bottom: 0;
}

.pro_deBoxOne_w .pro_liOne1_L .pro_liOne1_L_02 {
    width: 51%;
}

.pro_det_module_share {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_det_module_share .share_text {
    font-size: 15px;
    color: #ffffff;
    padding-right: 10px;
}

.pro_deBoxTwo {
    height: 100px;
}

.pro_deTwo1 {
    background: #fafafa;
}

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

.pro_deTwo1_L {
    width: calc(100% - 200px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deTwo1_L .item {
    width: calc(100% / 5);
    height: 100px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    padding: 20px 8px 0;
    border-right: 1px solid #e8e8e8;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_L .item:hover {
    color: #ffffff;
    background: #0071e3;
}

.pro_deTwo1_L>.item:first-child {
    border-left: 1px solid #e8e8e8;
}

.pro_deTwo1_L .item .iconfont {
    font-size: 32px;
}

.pro_deTwo1_L .item .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    padding-top: 5px;
}

.pro_deTwo1_L .item.hover {
    color: #ffffff;
    background: #0071e3;
}

.pro_deTwo1_R {
    width: 200px;
}

.pro_deTwo1_R a {
    display: block;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    background: #0071e3;
}

.pro_deTwo1_R a:hover {
    opacity: 0.8;
}

.pro_deBoxThree>.pro_det_bg_color:nth-child(even) {
    background: #fafafa;
}

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

.pro_deThree1_01_L {
    width: 43%;
}

.pro_deThree1_01_L .title_box .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 36px;
    color: #333333;
}

.pro_deThree1_01_L .title_box .line {
    width: 70px;
    height: 4px;
    background: #0071e3;
    border-radius: 2px;
    margin-top: 18px;
}

.pro_deThree1_01_L .text_box {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding-top: 20px;
}

.pro_deThree1_01_R {
    width: 52%;
}

.pro_deThree1_01_R_pc {
        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_deThree1_01_R_lunbo {
    width: 80%;
    margin: 0;
}

.pro_deThree1_01_R_lunbo .swiper-slide .item img {
    width: 100%;
}

.pro_deThree1_01_R_dots {
    width: 15.8%;
}

.pro_deThree1_01_R_dots .item {
    border: 1px solid #e5e5e5;
    margin-bottom: 24%;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.pro_deThree1_01_R_dots>.item:last-child {
    margin-bottom: 0;
}

.pro_deThree1_01_R_dots .item.hover {
    border-color: #444444;
}

.pro_deThree2_01 {
    text-align: center;
    max-width: 730px;
    margin: 0 auto 30px;
}

.pro_deThree2_01 .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 36px;
    color: #333333;
}

.pro_deThree2_01 .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding-top: 15px;
}

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

.pro_deThree2_02 .img_box {
    position: relative;
}

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

.pro_deThree2_02 .img_box .dots {
    position: absolute;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree2_02 .img_box .dots:hover {
    background: rgba(0, 113, 227, 0.2);
}

.pro_deThree2_02 .img_box .dots div {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #111111;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree2_02 .img_box .dots:hover div {
    color: #ffffff;
    background: #0071e3;
}

.pro_deThree2_02 .img_box .dots.hover {
    background: rgba(0, 113, 227, 0.2);
}

.pro_deThree2_02 .img_box .dots.hover div {
    color: #ffffff;
    background: #0071e3;
}

.pro_deThree2_03 {
    padding-top: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree2_03 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.pro_deThree2_03 .item .number {
    width: 22px;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 18px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree2_03 .item .r_box {
    width: calc(100% - 22px);
}

.pro_deThree2_03 .item .r_box .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree2_03 .item .r_box .text {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-top: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree2_03 .item.active .number,
.pro_deThree2_03 .item.active .r_box .title,
.pro_deThree2_03 .item.active .r_box .text {
    color: #0071e3;
}

.pro_deThree3_list .item {
    margin-bottom: 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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree3_list>.item:last-child {
    margin-bottom: 0;
}

.pro_deThree3_list .item .img_box {
    width: 50%;
}

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

.pro_deThree3_list .item .r_text {
    width: 46%;
}

.pro_deThree3_list .item .r_text .title {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}

.pro_deThree3_list .item .r_text .text_box {
    padding-top: 25px;
}

.pro_deThree3_list .item .r_text .text_box .text_every_one {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deThree3_list .item .r_text .text_box .text_every_one::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #666666;
    border-radius: 50%;
    margin-top: 10px;
}

.pro_deThree3_list .item .r_text .text_box .text_every_one span {
    width: calc(100% - 8px);
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding-left: 10px;
}

.pro_deThree3_list > .item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_deBoxThree table {
    width: 100%;
}

.pro_deBoxThree table tr td {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 14px 10px 14px;
    border: 1px solid #fafafa;
}

.pro_deBoxThree table tr td:first-child {
    color: #000000;
}

.pro_deBoxThree table tr:nth-child(odd) td {
    background: #ededed;
}

.pro_deBoxThree table tr:first-child td {
    color: #ffffff;
    background: #0071e3;
}

.pro_deThree5_01 {
    text-align: center;
}

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

/* ~~~~~~~~~~~~~product-detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~product-detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~product-detail,css~~~~~~~~~~~~~end */












/*导航下拉修改*/
.pro_menu_new {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
}

.pro_menu_new_w {
    padding: 45px 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_menu_tabs {
    width: 195px;
}

.pro_menu_tabs .every {
    height: 46px;
    margin-bottom: 10px;
    padding: 0 10px 0 15px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_menu_tabs .every:hover {
    background: #0071e3;
}

.pro_menu_tabs .every .text {
    width: calc(100% - 24px);
    font-weight: 700;
    font-size: 14px;
    color: #111111;
    padding-right: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_menu_tabs .every:hover .text {
    color: #ffffff;
}

.pro_menu_tabs .every .icon {
    width: 24px;
    padding-bottom: 2px;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pro_menu_tabs .every .icon img {
    width: 100%;
}

.pro_menu_tabs .every.hover {
    background: #0071e3;
}

.pro_menu_tabs .every.hover .text {
    color: #ffffff;
}

.pro_menu_list {
    width: calc(100% - 220px);
}

.pro_menu_list_item {
    min-height: 180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_menu_list_item .every {
    width: calc(100% / 4);
    padding: 0 10px;
}

.pro_menu_list_item .every a {
    display: block;
    text-align: center;
}

.pro_menu_list_item .every a .img_box {
    height: 150px;
}

.pro_menu_list_item .every a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.pro_menu_list_item .every a .text {
    font-weight: 700;
    font-size: 14px;
    color: #111111;
    padding-top: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_menu_list_item .every a:hover .text {
    color: #0071e3;
}




.public_lunbo_round_btn,
.public_lunbo_round_btn {
    font-size: 30px;
    color: #ffffff;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_lunbo_round_btn:hover,
.public_lunbo_round_btn:hover {
    background: #0071e3;
}








.index_case_lunbo .swiper-slide a {
    position: relative;
    display: block;
}

.index_case_lunbo .swiper-slide a img {
    width: 100%;
}

.index_case_lunbo .swiper-slide a .float_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15%;
    background: rgba(0, 0, 0, 0.2);
    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;
}

.index_case_lunbo .swiper-slide a .float_text .title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_case_lunbo .swiper-slide a .float_text .btn {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
}

.index_case_lunbo .swiper-slide a .float_text .btn:hover {
    text-decoration: underline;
}

.index_case_prev,
.index_case_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.index_case_prev {
    left: 30px;
}

.index_case_next {
    right: 30px;
}

.index_case_dots .swiper-slide .item {
    position: relative;
}

.index_case_dots .swiper-slide .item img {
    width: 100%;
}

.index_case_dots .swiper-slide .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_case_dots {
    margin-top: 15px;
}

.index_case_dots .swiper-slide.swiper-slide-thumb-active .item::after {
    opacity: 0;
}




.indThree1_L_list .item .img_02 {
    display: none;
}

.indThree1_L_list .item:hover .img_01 {
    display: none;
}

.indThree1_L_list .item:hover .img_02 {
    display: block;
}











/* 放大镜 owl jqzoom的css */
div.zoomDiv {
    z-index: 999;
    position: absolute;
    border: solid 1px #ddd;
    width: 500px !important;
    height: 350px !important;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    width: 258px !important;
    height: 175px !important;
    background: rgba(0, 0, 0, .3) url(../images/pro_det_icon1.png) no-repeat center center;
    cursor: move;
    z-index: 99;
}

.bigimg {
    width: 1092px !important;
    height: auto;
    max-width: none;
}

/* 放大镜 owl jqzoom的css 结束*/







.pro_det_Mobile_show_lunbo .swiper-slide .item img {
    width: 100%;
}



.pro_deThree1_01_R_shouji_box {
    position: relative;
    display: none;
}

.pro_det_Mobile_show_dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pro_det_Mobile_show_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    outline: none;
    background: #999999;
    margin: 0 4px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_det_Mobile_show_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0071e3;
}




.footer_media a .weixin_code {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 120px;
}

.footer_media a:hover .weixin_code {
    display: block;
}

.footer_media a .weixin_code img {
    width: 100%;
}











.public_header.pro_list_header .header_center {
    position: relative;
}


.index_banner_lunbo .swiper-slide .item a {
    display: block;
}

.index_banner_lunbo .swiper-slide .item a img {
    width: 100%;
}









.indThree1_L_text .every {
        margin-bottom: clamp(0.25rem, 0.217rem + 0.14vw, 0.375rem);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .indThree1_L_text .every .iconfont {
        width: 30px;
        font-size: clamp(1.25rem, 1.217rem + 0.14vw, 1.375rem);
        color: #fff;
    }

    .indThree1_L_text .every .text_a1 {
        width: calc(100% - 30px);
        font-size: clamp(0.875rem, 0.842rem + 0.14vw, 1rem);
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .abo_his1 {
        position: relative;
        isolation: isolate;
    }

    .abo_his1_lunbo .item {
        text-align: center;
        cursor: pointer;
    }

    .abo_his1_lunbo .item .year {
        color: #444444;
        padding-bottom: clamp(0.25rem, 0.217rem + 0.14vw, 0.375rem);
    }

    .abo_his1_lunbo .item .round {
        width: clamp(0.875rem, 0.808rem + 0.28vw, 1.125rem);
        height: clamp(0.875rem, 0.808rem + 0.28vw, 1.125rem);
        border-radius: 50%;
        background: #F4F7FC;
        padding: clamp(0.125rem, 0.108rem + 0.07vw, 0.188rem);
        border: 1px solid transparent;
        margin: 0 auto;
    }

    .abo_his1_lunbo .item .round::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: var(--hue);
        border-radius: 50%;
    }

    .abo_his1::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: clamp(0.375rem, 0.325rem + 0.21vw, 0.563rem);
        width: 100%;
        height: 0;
        border-bottom: 1px dashed var(--hue);
    }





    .abo_his2 {
        position: relative;
        max-width: 1420px;
        margin: clamp(1.563rem, 0.893rem + 2.82vw, 4.063rem) auto 0;
    }

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

    .abo_his2_lunbo .item .img_box {
        width: 31.3%;
        -ms-perspective: 900px;
        -moz-perspective: 900px;
        -webkit-perspective: 900px;
        perspective: 900px;
        overflow: hidden;
    }

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

    .abo_his2_lunbo .item:hover .img_box img {
        -ms-transform: translateZ(80px);
        -moz-transform: translateZ(80px);
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        -ms-transition: all 1.6s;
        -webkit-transition: all 1.6s;
        transition: all 1.6s;
    }

    .abo_his2_lunbo .item .r_box {
        width: 65%;
    }

    .abo_his2_lunbo .item .r_box .year {
        color: var(--hue);
    }

    .abo_his2_lunbo .item .r_box .text {
        color: #444444;
        padding-top: clamp(0.5rem, 0.4rem + 0.42vw, 0.875rem);
    }

    .abo_his1_lunbo .swiper-slide.swiper-slide-thumb-active .item .year {
        color: var(--subhue);
    }

    .abo_his1_lunbo .swiper-slide.swiper-slide-thumb-active .item .round {
        border-color: var(--subhue);
    }

    .abo_his1_lunbo .swiper-slide.swiper-slide-thumb-active .item .round::after {
        background: var(--subhue);
    }
    
    
    
    .bianjikuang1_01 {
        color: #666666;
    }
    
    .bianjikuang1_02 {
         color: #666666;
         padding-top: clamp(2.188rem, 1.937rem + 1.06vw, 3.125rem);
    }
    
    
    
    .pro_det_video_click {
        position: relative;
        cursor: pointer;
    }

    .pro_det_video_click .play_btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: clamp(3.5rem, 2.881rem + 2.61vw, 5.813rem);
    }

    .pro_det_video_click .play_btn img {
        width: 100%;
    }