@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    /* color: #262626; */
    /* font-size: 18px !important; */
}

/*
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}
*/

@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family: din;}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.14rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #262626;
}
a{color: #262626;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 12rem;margin:0 auto;width: 90%;/* padding: 0 1rem; */z-index: 2;position: relative;}
a:hover {
    text-decoration: none;
    color: #4D96E9;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.4rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    /* border: 1px solid #fff; */
    z-index: 9;
}
.swiper-button-prev{
    left: 0.1rem;
    transform: rotate(180deg) translate(0, 50%);
}
.swiper-button-next{
    right: 0.1rem;
    transform: translate(0, -50%) rotate(0deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    /* background: url(../images/arrow-hover.png) center center no-repeat; */
    /* background-size: 0.4rem; */
}
.swiper-button-next:hover{
    /* right: -0.1rem; */
    /* transform: translate(0, -50%) rotate(0deg); */
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #666;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.swiper-pagination-bullet {
    width: 0.4rem;
    border-radius: 0;
    height: 0.03rem;
    background: #506277;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}

.wap_show {
    display: none;
}

.web_show {
    display: block;
}

.zicon {
    display: none;
}

.zicon.active {
    display: block;
}
.color_fff {
    color: #fff;
}

.videos,.pictures {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}

.video_mainbig {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos .vclose,.pictures .vclose {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.4rem  auto 0;
    background: url(../images/close.png) center;
    background-size: cover;
    transition: all 0.5s;
}
.videos .vclose:hover{
    transform: rotate(360deg);
}
.video_mainbig .video_mm {
    width: 70%;
    text-align: center;
}

.video_mainbig .video_mm video {
    max-width: 100%;
    max-height: 70vh;
    display: inline-block;
}
.pictures .video_mainbig .video_mm img {
    max-width: 80%;
    max-height: 70vh;
    margin: 0 auto;
}

/**clear_end**/
   /* 全屏滚动容器样式 */
      .fullscreen-section {
        min-height: 100vh;
        scroll-snap-align: start;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
      }
      /* 滚动容器样式 */
      .scroll-container {
        scroll-snap-type: y proximity;
        overflow-y: auto;
        height: 100vh;
        scroll-behavior: smooth;
      }
      /* 滚动条美化 */
      .custom-scrollbar::-webkit-scrollbar {
        width: 6px;
      }
      .custom-scrollbar::-webkit-scrollbar-track {
        background: #f1f1f1;
      }
      .custom-scrollbar::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
      }
      .custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #909399;
      }
      /* 禁止选择文本 */
      .no-select {
        user-select: none;
        -webkit-user-select: none;
      }
      /* 渐变文字 */
      .text-gradient {
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        background-image: linear-gradient(to right, #0066CC, #0099FF);
      }
      /* 卡片悬浮动画 */
      .card-hover {
        transition: all 0.3s ease;
      }
      .card-hover:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
      }
      /* 右侧定位点样式 */
.fixed_nav {
    position: fixed;
    right: 0.3rem;
    top: 50%;
    z-index: 9;
    text-align: center;
    transform: translate(0, -50%);
}
      .scroll-dot {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        color: #ffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0;
        position: relative;
        font-family: 'pingfang_b';
      }
      .scroll-dot.active {
        font-size: 0.3rem;
        color: #4D96E9;
        /* transform: scale(1.1); */
        /* box-shadow: 0 0 10px rgba(0, 102, 204, 0.5); */
      }
      .scroll-dot:hover:not(.active) {
      }

.scroll-dot:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.scroll-dot.active:before {
    display: none;
}

.scroll-dot:after {
    content: "";
    display: block;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    left: -0.3rem;
    width: 0;
    transition: all 0.3s;
}

.scroll-dot.active:after {
    background: #4D96E9;
}

.scroll-dot.active:after {
    width: 0.27rem;
}

.header_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 301;
}
.header_box.fixd {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(0,0,0,0.2);
}
.header_box .wal {
    width: 95%;
    max-width: 14rem;
}

.header_box .nav_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    gap: 0.5rem;
}

.header_box .nav_box .nav_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.header_box .nav_box .nav_content .nav_logo {}

.header_box .nav_box .nav_content .nav_logo img {
    height: 0.3rem;
}

.header_box .nav_box .nav_content .nav_logo img.logo_c {
    display: none;
}

.header_box .nav_box .nav_content .nav_logo img.logo_b {
    display: block;
}

.header_box.fixd_nav .nav_box .nav_content .nav_logo img.logo_c {}

.header_box.fixd_nav .nav_box .nav_content .nav_logo img.logo_b {}

.header_box .nav_box .nav_content .nav_ul {
    display: flex;
    gap: 0.5rem;
    /* flex: 1; */
    justify-content: space-around;
    padding: 0 0rem 0  20%;
}

.header_box .nav_box .nav_content .nav_ul .nav_li {
    opacity: 0.8;
    border-bottom: 0.03rem solid transparent;
}
.header_box .nav_box .nav_content .nav_ul .nav_li:hover{
    border-bottom: 0.03rem solid #4d96e9;
    opacity: 1;
}
.header_box .nav_box .nav_content .nav_ul .nav_search {
    border: none !important;
}
.header_box .nav_box .nav_content .nav_ul .nav_li a {
    line-height: 0.7rem;
    display: block;
    color: #fff;
    font-size: 0.14rem;
}

.header_box .nav_box .nav_more {}

.header_box .nav_box .nav_more .tel_box {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.header_box .nav_box .nav_more .tel_box img {
    width: 0.23rem;
}

.header_box .nav_box .nav_more .tel_box img.tel_c {
    display: none;
}

.header_box .nav_box .nav_more .tel_box img.tel_b {
    display: block;
}

.header_box.fixd_nav .nav_box .nav_more .tel_box img.tel_b {}

.header_box.fixd_nav .nav_box .nav_more .tel_box img.tel_c {}

.header_box .nav_box .nav_more .tel_box span {
    color: #fff;
}

.header_box.fixd_nav .nav_box .nav_content .nav_ul .nav_li a {}
.write_header {
    background: #fff;
    position: relative;
}
.header_box .nav_box .nav_content .nav_ul .nav_li .search_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box .nav_box .nav_content .nav_ul .nav_li .search_box img {
    width: 0.23rem;
}

.header_box .nav_box .nav_content .nav_ul .nav_li .search_box img.search_c {
    display: none;
}

.header_box .nav_box .nav_content .nav_ul .nav_li .search_box img.search_b {}
.search_twonav {
    padding: 0.5rem 0rem;
}

.search_twonav ul {
    display: flex;
    flex-flow: wrap;
}

.search_twonav ul li {
    width: 16.66%;
    padding: 0.1rem;
}

.search_twonav ul li .item {
    display: block;
    background: #fafafa;
    color: #333;
}

.search_twonav ul li .item .imgj {}

.search_twonav ul li .item .imgj img {}

.search_twonav ul li .item .text1 {
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.5rem;
}

.search_twonav ul li .item:hover {
    color: #4D96E9;
}
.software_twonav {}

.software_twonav ul {
    display: flex;
}

.software_twonav ul li {
    width: 50%;
    padding: 0.5rem 0.15rem;
}

.software_twonav ul li a {
    display: block;
    background: #fafafa;
}

.software_twonav ul li .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
}

.software_twonav ul li .imgj img {
    max-width: 80%;
    max-height: 50%;
}

.software_twonav ul li .text1 {
    font-size: 0.16rem;
    text-align: center;
    padding: 0 0 0.3rem;
}

.search_navbox {
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
}

.search_navbox .input_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.search_navbox .input_box input {
    flex: 1;
    line-height: 0.7rem;
}

.search_navbox .input_box button {
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.search_navbox .input_box button img {
    width: 0.23rem;
}
.write_header .nav_box .nav_content .nav_ul .nav_li a {
    color: #333;
}

.write_header .nav_box .nav_content .nav_logo img.logo_c {
    display: block;
}

.write_header .nav_box .nav_content .nav_logo img.logo_b {
    display: none;
}

.write_header .nav_box .nav_more .tel_box span {
    color: #333;
}

.write_header .nav_box .nav_more .tel_box img.tel_b {
    display: none;
}

.write_header .nav_box .nav_more .tel_box img.tel_c {
    display: block;
}

.show_navbox {
    position: fixed;
    /* left: 0; */
    /* right: 0; */
    /* top: 0.7rem; */
    /* bottom: 0; */
    z-index: 300;
}

.show_navbox .black_bg {
    background: rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    z-index: 100;
    display: none;
    /* height: 0; */
}

.two_nav_content {
    position: fixed;
    left: 0px;
    right: 0;
    top: 0.7rem;
    z-index: 999;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    max-height: 80vh;
    overflow: hidden;
    transition: all 0.5s;
    max-height: 0;
}

.product_content {
    /* height: 80vh; */
    /* max-height: 80vh !important; */
}

.product_content .wal {
    /* display: flex; */
    justify-content: space-between;
    /* gap: 0.5rem; */
    position: relative;
}

.product_content .left_list {
    padding: 0.4rem;
    /* border-right: 1px solid #ddd; */
    /* position: absolute; */
    /* left: 0; */
    /* width: 3.1rem; */
    text-align: center;
}

.product_content .left_list ul {
    margin: 0 auto;
    display: inline-flex;
    background: #fafafa;
    border-radius: 50px;
    padding: 0.05rem;
}

.product_content .left_list ul li {
    line-height: 0.5rem;
    padding: 0 0.4rem;
    border-radius: 50px;
    font-size: 0.16rem;
}

.product_content .left_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_content .left_list ul li .text {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.product_content .left_list ul li .text img {
    width: 0.25rem;
}

.product_content .left_list ul li .text img.c_img {
    display: none;
}

.product_content .left_list ul li .text img.h_img {
    display: block;
}

.product_content .left_list ul li .text span {}

.product_content .left_list ul li i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.11rem;
    transition: all 0.3s;
}

.product_content .left_list ul li.on {
    background: #4D96E9;
}

.product_content .left_list ul li.on a {
    color: #fff;
}

.product_content .left_list ul li.on .text {}

.product_content .left_list ul li.on .text img {}

.product_content .left_list ul li.on .text img.c_img {
    display: block;
}

.product_content .left_list ul li.on .text img.h_img {
    display: none;
}

.product_content .left_list ul li.on .text span {
    color: #ffffff;
}

.product_content .left_list ul li.on i {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.11rem;
    transform: translate(0.1rem, 0px);
}

.product_content .left_list .see_more {
    position: absolute;
    bottom: 0;
    left: 0.35rem;
    right: 0.35rem;
    border: 1px solid #666;
    line-height: 0.4rem;
    border-radius: 50px;
    padding: 0 0.2rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.product_content .left_list .see_more span {}

.product_content .left_list .see_more i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.11rem;
    transition: all 0.3s;
}
.product_content .left_list .see_more:hover{
    background: #e7222a;
    color: #fff;
    border: 1px solid #e7222a;
}

.product_content .left_list .see_more:hover span {}

.product_content .left_list .see_more:hover i {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.11rem;
}
.nav_product_con {
    flex: 1;
    /* padding: 0.4rem 0 0.4rem 3.4rem; */
    /* padding: 0 0 0 3.1rem; */
    /* overflow-y: scroll; */
}

.nav_product_list {
    max-height: calc(80vh - 0.8rem);
    overflow-y: scroll;
    /* padding: 0.4rem 0; */
}
.nav_product_list::-webkit-scrollbar {
	height:0.08rem;
	background:#fff;
    width:0.03rem
  }
.nav_product_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #fafafa;
  }

.nav_product_list ul {
    display: flex;
    flex-flow: wrap;
    /* margin: -0.1rem; */
}

.nav_product_list ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.nav_product_list ul li .item {
    background: #f5f7fa;
    border-radius: 0.1rem;
}

.nav_product_list ul li .item .box {
    display: block;
}

.nav_product_list ul li .item .box .imgj {
    /* background: #f5f7fa; */
    height: 2.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.nav_product_list ul li .item .box .imgj img {
    max-width: 80%;
    max-height: 70%;
    width: auto;
}

.nav_product_list ul li .item .box .text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem 0.15rem;
    font-size: 0.14rem;
    text-align: left;
}

.nav_product_list ul li .item .box .text1 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    padding: 0.1rem 0.2rem 0;
}

.nav_product_list ul li .item .box .text .text2 {
    font-size: 0.14rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1;
}
.nav_product_list ul li .item .box .text p{
    text-align: right;
    display: block;
    padding: 0 0.2rem 0 0;
    background: url(../images/hjt.png) right center no-repeat;
    background-size: 0.12rem;
    color: #666;
}
.nav_product_list a.see_more {
    display: flex;
    line-height: 0.4rem;
    border: 1px solid #333;
    border-radius: 50px;
    width: 1.5rem;
    padding: 0 0.2rem;
    margin: 0.2rem auto 0.5rem;
    align-items: center;
    justify-content: space-between;
}
.nav_product_list a.see_more:hover{
    background-size: 0.12rem;
    background: #4d96e9;
    border: 1px solid #4d96e9;
    color: #fff;
}
.nav_product_list a.see_more i{
    width: 0.2rem !important;
    height: 0.2rem !important;
    display: block !important;
    background: url(../images/hjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
    margin: 0 !important;
}
.nav_product_list a.see_more:hover i {
    background: url(../images/bjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
}
.service_content,.about_content {transition: 0.3s;}

.about_content {}

.two_nav_content .other_twonav {}

.two_nav_content .other_twonav ul {
    display: flex;
    /* justify-content: space-between; */
    /* height: 1.3rem; */
    /* align-items: center; */
}

.two_nav_content .other_twonav ul li {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 1.3rem;
    align-items: center;
}

.two_nav_content .other_twonav ul li a {
    display: block;
}

.two_nav_content .other_twonav ul li .text1 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
}

.two_nav_content .other_twonav ul li:hover {
    background: #fafafa;
}

.two_nav_content .other_twonav ul li:hover .text1 {
    color: #e62129;
}

.two_nav_content .other_twonav ul li .text2 {
    color: #666;
}

.index_banner {
    overflow: hidden;
    position: relative;
}

.index_banner ul {}

.index_banner ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 6rem; */
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.index_banner ul li img {
}

.index_banner ul li .text {
    /* text-align: center; */
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}

.index_banner ul li .text .text2 {
    font-family: 'pingfang_b';
    font-size: 0.4rem;
    font-weight: bold;
}

.index_banner ul li .text .text1 {
    font-size: 0.34rem;
    margin: 0.1rem 0 0.5rem;
    font-family: 'pingfang_l';
    /* font-weight: bold; */
}

.index_banner ul li .text .see_more {
    /* text-align: center; */
}

.see_more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    color: #333;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 0.08rem 0.2rem;
    background: #fff;
}

.see_more a span {
    font-size: 0.16rem !important;
    margin: 0 !important;
}

.see_more a i {
    width: 0.2rem !important;
    height: 0.2rem !important;
    display: block !important;
    background: url(../images/hjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
    margin: 0 !important;
}

.see_more a:hover {
    background: none;
    /* border: 1px solid #4D96E9; */
    color: #fff;
}

.index_banner ul li .text .see_more a:hover span {}

.see_more a:hover i {
    background: url(../images/bjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
}

.index_banner .banner_buttom {
    /* transform: translate(0, -0.9rem); */
    position: absolute;
    /* z-index: 99; */
    bottom: 0.5rem;
    left: 0;
    right: 0;
}

.index_banner .banner_buttom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_banner ul li .imgj {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.index_video {}

.index_video .videoinbox {
}

.index_video .videoinbox video#videoShow {
    height: 100vh;
    /* width: 100%; */
    max-width: none;
}

.index_banner .banner_buttom .scoll {
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/scoll.png) center center no-repeat;
    background-size: 0.45rem;
    z-index: 99;
	animation:mouse linear 1s infinite;
}
@keyframes mouse{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(0.1rem);}
}
.index_banner .banner_buttom .swiper-pagination {
    position: relative;
    width: auto;
}

.index_banner .banner_buttom .swiper-pagination .swiper-pagination-bullet {
    width: 0.42rem;
    height: 0.42rem;
    background: none;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    border: 0;
}

.index_banner .banner_buttom .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

.index_banner .banner_buttom .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_banner .banner_buttom .swiper-pagination .swiper-pagination-bullet-active:after {}


.index_part {
    padding: 0.6rem 0;
}

.all_ti {
    margin: 0 0 0.4rem 0;
}

.all_ti .ti {
    text-align: center;
}

.all_ti .ti h3 {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
}

.all_ti .ti p {
    font-size: 0.2rem;
    color: #666;
}


.padding_top0 {
    padding-top: 0;
}

.bg_fafafa {
    background: #fafafa;
}
.index_solution {}

.index_solution .in_solution_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index_solution .in_solution_bg .item {
    background-size: cover;
    background-position: right center;
    height: 100vh;
}

.index_solution .in_solution_text {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}

.index_solution .in_solution_text .item {
    color: #fff;
}

.index_solution .in_solution_text .item .text_main {
    width: 30%;
}

.index_solution .in_solution_text .item .text_main i {
    display: block;
    width: 0.5rem;
    height: 0.04rem;
    background: #fff;
    margin: 0 0 0.2rem;
}

.index_solution .in_solution_text .item .text_main h3 {
    font-size: 0.28rem;
}

.index_solution .in_solution_text .item .text_main p {
    font-size: 0.16rem;
    margin: 0.2rem 0 0.5rem;
    font-family: 'pingfang_l';
}

.index_solution .in_solution_change {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    z-index: 99;
}

.index_solution .in_solution_change ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
}

.index_solution .in_solution_change ul li {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.6rem;
    font-family: 'pingfang_b';
}

.index_solution .in_solution_change ul li span {}

.index_solution .in_solution_change ul li.on {
    border-bottom: 2px solid #4D96E9;
    color: #4D96E9;
}

.index_solution .in_solution_change ul li.on span {}


.all_title {
    margin: 0 0 0.4rem;
}

.all_title .ti1 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
}

.all_title .ti2 {
    font-size: 0.16rem;
    font-family: 'pingfang_l';
}

.index_solution .all_title {
    position: absolute;
    top: 1.5rem;
    z-index: 99;
    left: 0;
    right: 0;
}


.index_about {}

.index_about .in_about_main {
    color: #fff;
    width: 60%;
}

.index_about .in_about_main .text {
    line-height: 0.3rem;
}

 .in_about_main .number_box {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin: 0.5rem 0;
}

 .in_about_main .number_box .one {
    font-size: 0.16rem;
    font-family: 'pingfang_r';
    flex: 1;
}

 .in_about_main .number_box .one .num {}

 .in_about_main .number_box .one .num em {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
    color: #4D96E9;
}

.footer_con {
    background: #000;
    color: #fff;
}

.footer_con .foot_base {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.footer_con .foot_base .company {}

.footer_con .foot_base .company img {
    height: 0.3rem;
}

.all_foces_us {
    margin: 0.5rem 0 0;
}

.all_foces_us h3 {
    font-size: 0.18rem;
}

.all_foces_us p {
    font-size: 0.14rem;
    opacity: 0.5;
    margin: 0.1rem 0 0.2rem;
}

.all_foces_us .email_input {
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
}

.all_foces_us .email_input input {
    background: none;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    color: #fff;
}

.all_foces_us .email_input .foces_but {
    width: 0.38rem;
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_foces_us .email_input .foces_but img {
    width: 0.38rem;
    height: 0.38rem;
}

.footer_con .foot_base .foot_nav {
    flex: 1;
    padding: 0 0 0 3rem;
}

.footer_con .foot_base .foot_nav ul {
    display: flex;
}

.footer_con .foot_base .foot_nav ul li {
    flex: 1;
}

.footer_con .foot_base .foot_nav ul li a.one_lever {
    font-size: 0.16rem;
    margin: 0 0 0.2rem;
    display: block;
    color: #fff;
}

.footer_con .foot_base .foot_nav ul li .two_lever {}

.footer_con .foot_base .foot_nav ul li .two_lever a {
    display: block;
    opacity: 0.5;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.14rem;
}

.footer_con .foot_contact {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    padding: 0.3rem 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer_con .foot_contact .where {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    justify-content: space-between;
    color: #fff;
}

.footer_con .foot_contact .where p {
    padding: 0 0 0 0.25rem;
    background-size: 0.23rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer_con .foot_contact .where p.tel {
    background-image: url(../images/tel.png);
}

.footer_con .foot_contact .where p.add {
    background-image: url(../images/add.png);
}

.all_foces_us .ewm_box {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.all_foces_us .ewm_box .one {
    position: relative;
}

.all_foces_us .ewm_box .one .imgj {
    position: absolute;
    left: 50%;
    width: 1rem;
    bottom: -1.1rem;
    transform: translate(-50%, 0px);
    display: none;
}

.all_foces_us .ewm_box .one .imgj img {
    height: 1rem;
}

.all_foces_us .ewm_box .one .icon {
    opacity: 1;
}

.all_foces_us .ewm_box .one .icon img {
    height: 0.4rem;
}

.container {
    margin: 0 auto;
    width: 90% !important;
    max-width: 14rem !important;
}
.all_foces_us .ewm_box .one:hover {}

.all_foces_us .ewm_box .one:hover .imgj {
    display: block;
}

.all_foces_us .ewm_box .one:hover .icon {
    opacity: 0.9;
}

.footer_con .foot_cpm {
    padding: 0.2rem;
    text-align: center;
    background: rgba(255,255,255,0.2);
}

.footer_con .foot_base .foot_nav ul li .two_lever a:hover {
    opacity: 1;
}







.nei_part {
    padding: 0.7rem 0;
}

.text_center {
    text-align: center;
}
.nei_about .nei_about_main {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.nei_about .nei_about_main .number_box {
    display: inline-flex;
    gap: 1rem;
    margin: 0.5rem 0 0;
}

.nei_culture_main {
    display: flex;
}

.nei_culture_main .one {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 0 0.1rem;
    transition: all 0.3s;
}
.nei_culture_main .one:hover {
    transform: translate(-0rem, -0.1rem);
}
.nei_culture_main .one .imgj {
    display: none;
}

.nei_culture_main .one .imgj img {
    height: 0.65rem;
}

.nei_culture_main .one .text {
    background: rgb(64 93 127 / 50%);
    padding: 0.3rem;
}

.nei_culture_main .one .text h4 {
    font-size: 0.24rem;
    margin: 0 0 0.1rem;
}

.nei_culture_main .one .text p {
    font-size: 0.16rem;
    font-family: 'pingfang_r';
    line-height: 0.25rem;
    height: 0.75rem;
}

.nei_history {
    position: relative;
    padding: 0 0 2rem 0;
}

.nei_history_text {
    position: relative;
    padding: 1rem 0;
}

.nei_history_text .item {}

.nei_history_text .item .text_main {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

.nei_history_text .item .text_main h3 {
    font-size: 0.7rem;
	color:#4D96E9;
}

.nei_history_text .item .text_main p {}

.history_change {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.history_change .container {
    overflow: hidden;
}
.history_change ul {
    /* display: flex; */
    justify-content: center;
    /* z-index: 2; */
    /* position: relative; */
}

.history_change ul li {
    /* flex: 1; */
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.5rem;
    color: #fff;
    transition: all 0.3s;
    width: 10%;
}

.history_change ul li span {}

.history_change ul li .dot {
    width: 0.22rem;
    height: 0.22rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
}

.history_change ul li .dot i.i1 {
    width: 0.08rem;
    height: 0.08rem;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.history_change ul li .dot i.i2 {}

.history_change ul li.on {
    font-size: 0.3rem;
    color: #4d96e9;
}

.history_change ul li.on span {}

.history_change ul li.on .dot {
    background: rgb(77 150 233 / 0.2);
}

.history_change ul li.on .dot i.i1 {
    background: #4d96e9;
}

.history_change ul li.on .dot i.i2 {}
.history_change:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.11rem;
    background: #fff;
    height: 1px;
    opacity: 0.2;
}
.bg_F4F8FC {
    background: #F4F8FC;
}

.nei_honnor_box {
    overflow: hidden;
    margin: -0.15rem;
}

.nei_honnor_box ul {}

.nei_honnor_box ul li {
    width: 16.66%;
    padding: 0.15rem;
    text-align: center;
    width: 20%;
}

.nei_honnor_box ul li .main {
    /* background: #EFF5FB; */
    /* border: 1px solid #D7E2EE; */
}

.nei_honnor_box ul li .main .imgj {
    padding: 0.2rem;
    background: #EFF5FB;
    border: 1px solid #D7E2EE;
}

.nei_honnor_box ul li .main .imgj img {
    width: 100%;
}

.nei_honnor_box ul li .main h3 {
    padding: 0.1rem 0 0;
}

.nei_honnor {
    position: relative;
}

.nei_honnor_box .swiper-button-prev,.nei_honnor_box .swiper-button-next {
    left: -0.5rem;
}

.nei_honnor_box .swiper-button-next {
    right: -0.5rem;
    background: #fff;
    left: auto;
}
.nei_honnor .swiper-button-next,.nei_honnor .swiper-button-prev {
    background: url(../images/hjt.png) center center no-repeat #fff;
    width: 0.55rem;
    height: 0.55rem;
    background-size: 0.23rem;
}

.nei_honnor .swiper-button-next {
    right: -0.6rem;
}

.nei_honnor .swiper-button-prev {
    left: -0.6rem;
}

.neibanner {
    position: relative;
}

.neibanner .imgj {
    height: 4rem;
}

.neibanner .imgj img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.neibanner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.4rem;
    color: #333;
}

.neibanner .text .text1 {
    font-size: 0.34rem;
    font-family: 'pingfang_b';
}

.neibanner .text .text2 {
    font-size: 0.2rem;
    opacity: 0.7;
}

.bg_F6F7F8 {
    background: #F6F7F8;
}

.news_item {
    background: #fff;
    display: block;
}

.news_item .imgj {}

.news_item .imgj img {
    width: 100%;
}

.news_item .text {
    padding: 0.2rem;
}

.news_item .text h4 {
    font-family: 'pingfang_b';
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_item .text p {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #666;
    margin: 0.3rem 0;
}




/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px;text-align:center; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #4D96E9; color: #4D96E9; }


.news_item .text .tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.2rem 0 0;
    color: #666;
}

.news_item .text .tip span {}

.news_item .text .tip i.see {
    padding: 0 0 0 0.3rem;
    background: url(../images/see.png) left center no-repeat;
    background-size: 0.27rem;
}

.top_news {
    display: flex;
}

.top_news .imgj {
    flex: 1.8;
}

.top_news .text {
    flex: 1;
    padding: 0.4rem;
    position: relative;
}

.top_news .text h4 {
    font-size: 0.24rem;
}

.top_news .text .tip {
    position: absolute;
    bottom: 0.3rem;
    right: 0.4rem;
    left: 0.4rem;
}

.news_list {}

.news_list ul {
    display: flex;
    flex-flow: wrap;
    margin: 0.4rem -0.15rem;
}

.news_list ul li {
    width: 33.33%;
    padding: 0.15rem;
}

.nei_newscontent {
    display: flex;
    gap: 1rem;
}

.nei_newscontent .news_mainbox {
    flex: 1;
}

.nei_newscontent .news_mainbox .title {
    margin: 0 0 0.5rem 0;
}

.nei_newscontent .news_mainbox .title h4 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
}

.nei_newscontent .news_mainbox .title .tip {
    margin: 0.2rem 0 0;
    color: #666;
}

.nei_newscontent .news_mainbox .title .tip span {}

.nei_newscontent .news_mainbox .title .tip i.see {
    padding: 0 0 0 0.3rem;
    background: url(../images/see.png) left center no-repeat;
    background-size: 0.27rem;
}

.nei_newscontent .news_mainbox .main {}

.nei_newscontent .news_mainbox .main img {
    max-width: 100%;
    display: block;
    margin: 0.2rem auto;
}

.nei_newscontent .news_mainbox .main p {
    font-size: 0.18rem;
    line-height: 0.34rem;
}

.nei_newscontent .news_right {
    width: 3rem;
}

.relative_newslist {}

.nei_newscontent .news_right .small_ti {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

.relative_newslist ul {}

.relative_newslist ul li {
    margin: 0 0 0.4rem;
}

.relative_newslist ul li .news_item {}

.relative_newslist ul li .news_item .text {}

.relative_newslist ul li .news_item .text h4 {
    font-size: 0.2rem;
}

.news_main_foces {
    position: sticky;
    top: 1rem;
}

.news_main_foces .all_foces_us {
    margin: 0;
}

.news_main_foces .all_foces_us .email_input {
    border: none;
    width: 100%;
    background: #fff;
}

.news_main_foces .all_foces_us button {
    display: block;
    line-height: 0.4rem;
    background: #4D96E9;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0.2rem 0 0;
}
.contac_us {
    display: flex;
    margin: 0 0 0.4rem 0;
}

.contac_us .map {
    display: block;
    flex: 1;
    position: relative;
}
.contac_us .map .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    background: #4d96e9;
    border-radius: 0.1rem;
    padding: 0.1rem;
    color: #fff;
    background: rgb(77 150 233 / 0.7);
}
.contac_us .map img {
    width: 100%;
    height: 100%;
}

.contac_us .text {
    flex: 1;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    padding: 0.2rem 0;
}

.contac_us .text .one {
    padding: 0.1rem 0.5rem;
}

.contac_us .text .one label {
    font-size: 0.2rem;
    color: #666;
    display: block;
    line-height: 0.4rem;
    font-weight: bold;
}

.contac_us .text .one p {
    font-size: 0.16rem;
    color: #333;
    font-family: 'pingfang_b';
    line-height: 0.4rem;
    padding: 0 0 0 0.3rem;
    background-position: left center;
    background-size: 0.2rem;
    background-repeat: no-repeat;
}
.contac_us .text .one p.tel {
    background-image: url(../images/htel.png);
}

.contac_us .text .one p.time {
    background-image: url(../images/htime.png);
}

.contac_us .text .one p.email {
    background-image: url(../images/hema.png);
}
.foces_we {
    display: flex;
    background: #fff;
    align-items: center;
    padding: 0.5rem;
}

.foces_we .title {
    padding: 0 1rem 0 0;
    font-size: 0.3rem;
    font-family: 'pingfang_b';
}

.foces_we .foces_box {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.foces_we .foces_box li {}

.foces_we .foces_box li .item {
    background: #F7F9FA;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.foces_we .foces_box li .item .mo_box {
    display: flex;
    flex-flow: column;
    text-align: center;
}

.foces_we .foces_box li .item .mo_box img {
    width: 0.6rem;
}

.foces_we .foces_box li .item .mo_box span {
    color: #333;
}

.foces_we .foces_box li .item .xz_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.foces_we .foces_box li .item .xz_box img {
    max-width: 80%;
}

.foces_we .foces_box li:hover {}

.foces_we .foces_box li:hover .item {
    border-radius: 0.1rem;
    /* background: #fff; */
}

.foces_we .foces_box li:hover .mo_box {
    /* opacity: 0; */
}

.foces_we .foces_box li:hover .xz_box {
    opacity: 1;
}

.product_banner {
    position: relative;
    overflow: hidden;
}

.product_banner ul {}

.product_banner ul li {
    position: relative;
}

.product_banner ul li .imgj {
    height: 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product_banner ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.product_banner ul li .text .text2 {
    font-size: 0.26rem;
}

.product_banner ul li .text .text1 {
    font-size: 0.28rem;
    font-family: 'pingfang_b';
    margin: 0.2rem 0;
}

.product_banner ul li .text .see_more {}

.product_banner ul li .text .see_more a {}

.pro_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0  0 0.3rem;
}

.pro_title .right_button {}

.c_see_more a {
    background: #4D96E9;
    color: #fff;
}

.c_see_more a i {
    background: url(../images/bjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
}

.c_see_more a:hover {
    border: 1px solid #4D96E9;
    color: #4D96E9;
}

.c_see_more a:hover i {
    background: url(../images/cjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
}



.product_list_one {
    height: auto;
    max-height: max-content;
    overflow: hidden;
}

.product_list_one ul {
    margin: -0.1rem;
}

.product_list_one ul li.w6666 {
    width: 66.66%;
    position: relative;
}

.product_list_one ul li .item {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.product_list_one ul li.w6666 .text {
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.product_list_one ul li.w6666 .text .main {}

.product_list_one ul li.w6666 .text .main h3 {
    font-size: 0.34rem;
    font-family: 'pingfang_b';
}

.product_list_one ul li.w6666 .text .main p {
    font-size: 0.14rem;
    margin: 0.1rem 0 0.3rem;
}

.product_list_one ul li.w6666 .text .main .more {}

.product_list_one ul li.w6666 .text .main .more span {
    display: inline-block;
    padding: 0 0.2rem 0 0;
    background: url(../images/hjt.png) right center no-repeat;
    background-size: 0.12rem;
    color: #666;
    font-size: 0.14rem;
}

.product_list_one ul li.w6666 .text .main .more i {}

.color_000 {
    color: #333;
}

.product_list_one ul li.w6666 .text .main .more span:hover {
    background: url(../images/cjt.png) right center no-repeat !important;
    background-size: 0.12rem !important;
    color: #4D96E9 !important;
}

.product_list_one ul li.w6666 .text.color_fff .main .more {}

.product_list_one ul li.w6666 .text.color_fff .main .more span {
    background: url(../images/bjt.png) right center no-repeat;
    background-size: 0.12rem;
    color: #fff;
}

.margin70 {
    margin: 0.7rem 0;
}

.pro_title .all_title {
    margin: 0;
}

.pro_title .right_button ul {
    display: flex;
    gap: 0.1rem;
}

.pro_title .right_button ul li a {
    background: #f5f7fa;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    border-radius: 50px;
    cursor: pointer;
}

.pro_title .right_button ul li a {
    display: block;
}

.pro_title .right_button ul li.on a, .pro_title .right_button ul li:hover a {
    background: #4d96e9;
    color: #fff;
}

.pro_title .right_button ul li.on a {}

.product_main_nav {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0.7rem;
    color: #fff;
    line-height: 0.7rem;
    transition: all 0.3s;
}

.product_main_nav .ti {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
}

.product_main_nav  .nav {
    display: flex;
    gap: 0.5rem;
}

.product_main_nav  .nav a {
    color: #fff;
    opacity: 0.5;
}

.product_main_nav .nav a.on,.product_main_nav .nav a:hover {
    opacity: 1;
}

.product_main_banner {}

.product_main_banner .imgj {}

.product_main_banner .imgj img {
    width: 100%;
}

.product_main_banner .text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.7rem;
    color: #fff;
}

.product_main_banner .text h3 {
    font-size: 0.44rem;
    font-family: 'pingfang_b';
}

.product_main_banner .text p {
    font-size: 0.22rem;
    font-family: 'pingfang_r';
}

.promain_title {
    margin: 0 0 0.4rem;
}

.promain_title .all_title {
    margin: 0 0 0.2rem;
}

.promain_title .inf {
    color: #666;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

.product_main_one {}

.product_main_one ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.product_main_one ul li {
    width: 25%;
    padding: 0.1rem;
}

.product_main_one ul li .item {
    background: #fff;
    padding: 0.2rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}
.product_main_one ul li:hover .item {
    transform: translate(0px, -10px);
    background: #4d96e9;
    color: #fff;
}
.product_main_one ul li .item .num {
    color: #4d96e9;
    font-size: 0.2rem;
}

.product_main_one ul li .item .num em {
    font-size: 0.5rem;
    font-family: 'pingfang_b';
}

.product_main_one ul li .item .num em span {}

.product_main_one ul li .item h5 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    margin: 0.1rem 0;
}

.product_main_one ul li .item p {
    color: #666;
}

.product_main_nav.container.fixd {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 999;
}

.product_main_nav .container {display: flex;align-items: center;justify-content: space-between;}

.product_main_nav.fixd {
    backdrop-filter: saturate(180%) blur(50px);
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 999;
}

.product_main_two {
    position: relative;
    padding: 0 0 0.5rem 0;
}

.product_main_two ul {}

.product_main_two ul li {
    width: 50%;
    padding: 0.1rem;
}

.product_main_two ul li .item {
    position: relative;
}

.product_main_two ul li .item .num {}

.product_main_two ul li .item .num img {
    width: 100%;
}

.product_main_two ul li .item h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 0.3rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
    font-size: 0.24rem;
}
.long_dot {
    position: relative;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}

.long_dot .swiper-button-next,.long_dot .swiper-button-prev {
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.4rem;
    flex: 1;
    z-index: 99;
}
.overhidden {
    overflow: hidden;
}

.promain_title .inf p.p1 {
    font-size: 0.24rem;
    color: #333;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.product_main_three {
    display: flex;
    flex-flow: wrap;
    gap: 0.1rem;
}

.product_main_three img {
    max-width: calc(50% - 0.05rem);
}

.product_main_four {}

.product_main_four ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.product_main_four ul li {
    width: 50%;
    padding: 0.15rem;
}

.product_main_four ul li .item {
    background: #f6f7f8;
    padding: 0.2rem;
    height: 100%;
}

.product_main_four ul li .item .text {
    margin: 0 0 0.3rem;
}

.product_main_four ul li .item .text h5 {
    font-size: 0.2rem;
    font-weight: bold;
    font-family: 'pingfang_b';
}

.product_main_four ul li .item .text p {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.25rem;
    min-height: 0.75rem;
}

.product_main_four ul li .item .imgj {}

.product_main_four ul li .item .imgj img {
    width: 100%;
}

.product_main_number {}

.product_main_number ul {}

.product_main_number ul li {
    /* padding: 0.5rem 0; */
    /* border-bottom: 1px solid #ddd; */
    display: flex;
    gap: 0.8rem;
    position: relative;
}

.product_main_number ul li .ibox {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.45rem;
    height: 0.45rem;
    display: none;
}

.product_main_number ul li .ibox i {
    display: block;
    background: #9b9b9b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.product_main_number ul li .ibox i.i1 {
    width: 0.2rem;
    height: 0.02rem;
}

.product_main_number ul li .ibox i.i2 {
    width: 0.02rem;
    height: 0.2rem;
}

.product_main_number ul li .ti1 {
    font-family: 'pingfang_b';
    font-size: 0.26rem;
    line-height: 0.6rem;
    display: none;
}

.product_main_number ul li .ti2 {
    display: none;
    flex: 1;
}
.pro_num_table {}

.pro_num_table table {
    width: 100% !important;
    line-height: 0.25rem;
}

.pro_num_table table tr {}

.pro_num_table table tr td {
    border-bottom: 1px dashed #cdcdcd !important;
    padding: 0.15rem  0.2rem !important;
}
.product_main_number ul li .ti2 .li {
    display: flex;
}

.product_main_number ul li .ti2 .li label {
    width: 2rem;
    font-size: 0.18rem;
    font-family: 'pingfang_b';
}

.product_main_number ul li .ti2 .li p {
    flex: 1;
    font-size: 0.14rem;
}

.product_main_number ul li.on {}

.product_main_number ul li.on .ti2 {
    display: block;
}

.product_main_number ul li.on .ibox {}

.product_main_number ul li.on .ibox i.i1 {}

.product_main_number ul li.on .ibox i.i2 {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product_main_download {}

.product_main_download ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.product_main_download ul li {
    width: 33.33%;
    padding: 0.15rem;
}

.product_main_download ul li .item {
    background: #f6f7f8;
    padding: 0.3rem;
}

.product_main_download ul li .item .text {}

.product_main_download ul li .item .text span {
    display: block;
    color: #999;
}

.product_main_download ul li .item .text h4 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.1rem 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product_main_download ul li .item  .down_but {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    line-height: 0.4rem;
    gap: 0.1rem;
    padding: 0 0.2rem 0 0.1rem;
}

.product_main_download ul li .item  .down_but i {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background: url(../images/bdown.png) center center no-repeat;
    background-size: 0.2rem;
}

.product_main_download ul li .item  .down_but span {}

.product_main_download ul li .item .down_but:hover {
    border: 1px solid #4D96E9;
}

.product_main_download ul li .item .down_but:hover i {
    background: url(../images/cdown.png) center center no-repeat;
    background-size: 0.2rem;
}

.product_main_download ul li .item .down_but:hover span {}

.software_main_banner {}

.software_main_banner .imgj {}

.software_main_banner .imgj img {
    width: 100%;
}

.software_main_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.3rem;
    text-align: center;
}

.software_main_banner .text h3 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
}

.software_main_banner .text p {
    font-size: 0.16rem;
    width: 50%;
    margin: 0 auto;
    margin: 0.2rem auto;
}

.software_main_banner .text .button {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
}

.software_main_banner .text .button .one_box {position: relative;}

.software_main_banner .text .button .one_box a {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    background: #fff;
    border-radius: 50px;
    line-height: 0.45rem;
    color: #333;
    gap: 0.1rem;
}

.software_main_banner .text .button .one_box a img {
    width: 0.23rem;
}

.software_main_banner .text .button .one_box a span {}

.software_main_one {}

.software_main_one ul {
    display: flex;
}

.software_main_one ul li {
    width: 33.33%;
    padding: 0.15rem;
    transition: all 0.3s;
}

.software_main_one ul li .item {
    background: #fff;
}

.software_main_one ul li .item .text {
    padding: 0.3rem;
}

.software_main_one ul li .item .text span {
    font-size: 0.5rem;
    color: #4d96e9;
}

.software_main_one ul li .item .text h5 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    margin: 0.1rem 00 0.2rem 0;
}

.software_main_one ul li .item .text p {
    color: #666;
    line-height: 0.25rem;
    height: 1rem;
}

.software_main_one ul li .item .imgj {}

.software_main_one ul li .item .imgj img {
    width: 100%;
}

.software_main_banner .text .button .one_box .ewmbox {
    display: none;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    transform: translate(-50%, 0px);
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2);
    width: 1rem;
}

.software_main_banner .text .button .one_box .ewmbox img {
    width: 1rem;
}

.software_main_banner .text .button .one_box:hover .ewmbox {
    display: block;
}

.software_main_one ul li:hover {
    transform: translate(0px, -10px);
}

.software_main_two {}

.software_main_two ul {}

.software_main_two ul li {
    padding: 0.5rem 0;
}

.software_main_two ul li .item {
    display: flex;
    align-items: center;
}

.software_main_two ul li .imgj {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.software_main_two ul li .text {
    flex: 1;
}

.software_main_two ul li:nth-child(2n) .imgj {
    order: 2;
}

.software_main_two ul li:nth-child(2n)  .text {
    order: 1;
}

.software_main_two ul li .imgj img {
    max-width: 80%;
}

.software_main_two ul li .text i {
    width: 0.75rem;
    height: 0.07rem;
    display: block;
    background: #4D96E9;
}

.software_main_two ul li .text h5 {
    font-size: 0.26rem;
    font-family: 'pingfang_b';
    margin: 0.2rem 0;
}

.software_main_two ul li .text p {
    font-size: 0.18rem;
}

.software_main_two ul li:nth-child(2n) {
    background: #f6f7f8;
}

.software_main_three {}

.software_main_three ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.software_main_three ul li {
    width: 35%;
    padding: 0.15rem;
    transition: all 0.3s;
}

.software_main_three ul li .item {
    display: flex;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    height: 100%;
}

.software_main_three ul li .item .imgj {
    width: 0%;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.software_main_three ul li .item .imgj img {
    max-height: 90%;
}

.software_main_three ul li .item .text {
    width: 100%;
    position: relative;
    height: 4.5rem;
    padding: 0.5rem 0.3rem;
}

.software_main_three ul li .item .text img {
    width: 0.5rem;
}

.software_main_three ul li .item .text h4 {
    font-size: 0.24rem;
    font-family: 'pingfang_b';
    margin: 0.3rem 0 0.2rem;
}

.software_main_three ul li .item .text p {color: #666;}

.software_main_three ul li .item .text i {
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    font-family: 'pingfang_b';
    color: #4d96e9;
    opacity: 0.1;
}

.software_main_three ul li.on {
    width: 65%;
}

.software_main_three ul li.on .item .text {
    width: 50%;
}

.software_main_three ul li.on .item .imgj {
    width: 50%;
}

.all_neicontact {
    background: url(../images/all_neicontact.png) center top no-repeat;
    l(../images/all_neicontact.png): center;
    background-size: cover;
    text-align: center;
    margin: 0 !important;
}

.all_neicontact .text {
    padding: 0.4rem;
}

.all_neicontact .text h4 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
}

.all_neicontact .text span {
    display: block;
    font-size: 0.22rem;
    margin: 0.3rem 0 0rem;
    color: #666;
}

.all_neicontact .text em {
    font-size: 0.44rem;
    font-family: 'pingfang_b';
    display: block;
    margin: 0 0 0.2rem;
}

.all_neicontact .text .see_more {}

.all_neicontact .text .see_more a {
    background: none;
    border: 1px solid #333;
}

.all_neicontact .text .see_more span {}

.all_neicontact .text .see_more a:hover i {
    background: url(../images/cjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
}

.all_neicontact .text .see_more a:hover {
    border: 1px solid #4d96e9;
}

.all_neicontact .text .see_more a:hover span {
    color: #4d96e9;
}


.download_center {
    display: flex;
    min-height: 60vh;
}

.download_center .download_nav {
    width: 3rem;
    border-left: 1px solid #ddd;
}

.download_center .download_nav ul {
    position: sticky;
    top: 1rem;
}

.download_center .download_nav ul li {
    line-height: 0.25rem;
    color: #666;
    padding: 0.1rem 0;
    cursor: pointer;
}

.download_center .download_nav ul li span {
    display: block;
    padding: 0 0.2rem;
}

.download_center .download_nav ul li.on {
    color: #333;
    font-family: 'pingfang_b';
}

.download_center .download_nav ul li.on span {
    border-left: 0.02rem solid #4d96e9;
}

.download_list {
    flex: 1;
}

.download_list .download_box {}

.download_list .download_box ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.download_list .download_box ul li {width: 50%;padding: 0.15rem;}

.download_list .download_box ul li .item {
    background: #fff;
    padding: 0.3rem;
}

.download_list .download_box ul li .item .text {}

.download_list .download_box ul li .item .text h4 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
}

.download_list .download_box ul li .item .text p {
    font-size: 0.14rem;
    color: #666;
    margin: 0.2rem 0;
    line-height: 0.25rem;
    height: 1rem;
}

.download_list .download_box ul li .item .button {
    display: flex;
    gap: 0.2rem;
}

.download_list .download_box ul li .item .button .one_box {
    position: relative;
}

.download_list .download_box ul li .item .button .one_box button {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    background: #f6f7f8;
    border-radius: 50px;
    line-height: 0.45rem;
    gap: 0.1rem;
}

.download_list .download_box ul li .item .button .one_box button img {
    width: 0.23rem;
    float: left;
margin: 0.1rem 0.1rem;
}

.download_list .download_box ul li .item .button .one_box button span {}

.download_list .download_box ul li .item .button .one_box .ewmbox {
    display: none;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    transform: translate(-50%, 0px);
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2);
}

.download_list .download_box ul li .item .button .one_box .ewmbox img {}

.download_list .download_box ul li .item .button .one_box button:hover {
    background: #ddd;
}

.download_list .download_box ul li .item .button .one_box:hover {}

.download_list .download_box ul li .item .button .one_box:hover .ewmbox {
    display: block;
}
.download_list .download_box ul li .item img.fm {
    width: 100%;
    opacity: 0.6;
}

.download_list .download_list .download_video ul li .imgj {
    height: 2.5rem;
    position: relative;
    background: #000;
}

.download_list .download_box ul li .item img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
}

.download_list .download_box ul li .item:hover img.fm {
    opacity: 1;
}

.download_list .download_video ul li {
    width: 33.33%;
}

.download_list .download_video ul li .item {
    padding: 0.15rem;
    position: relative;
}

.download_list .download_video ul li .item .text {}

.download_list .download_video ul li .item .text 
 h4 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    height: 0.7rem;
    padding: 0.1rem 0;
}

.download_list .download_video ul li .item .text p {
    height: auto;
    margin: 0.1rem 0 0;
    color: #4d96e9;
}
.download_list .download_video ul li .item .imgj {
    height: 2rem;
    position: relative;
    background: #000;
}

.solution_wrong {}

.solution_wrong ul {
    display: flex;
    /* flex-flow: wrap; */
    margin: -0.1rem;
}

.solution_wrong ul li {
    width: 25%;
    padding: 0.1rem;
}

.solution_wrong ul li .item {
    background: #fff;
    padding: 0.15rem;
    /* display: flex; */
    height: 100%;
}

.solution_wrong ul li .item .imgj {}

.solution_wrong ul li .item .imgj img {
    height: 1.5rem;
    width: 100%;
}

.solution_wrong ul li .item .text {
    flex: 1;
    margin: 0.2rem 0 0;
}

.solution_wrong ul li .item .text h4 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
}

.solution_wrong ul li .item .text p {
    font-size: 0.14rem;
    line-height: 0.25rem;
    color: #999;
    min-height: 1rem;
    margin: 0.1rem 0 0;
}

.solution_for {
    overflow: hidden;
    position: relative;
    padding: 0 0 0.3rem 0;
}

.solution_for ul {}

.solution_for ul li {
    width: 33.33%;
    padding: 0.15rem;
}

.solution_for ul li .item {
    background: #fff;
    padding: 0.3rem;
    text-align: center;
    transition: all 0.3s;
}

.solution_for ul li .item .imgj {
    text-align: center;
}

.solution_for ul li .item .imgj img {
    width: 1rem;
    margin: 0 auto;
}

.solution_for ul li .item .text {
}

.solution_for ul li .item .text h4 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    margin: 0.2rem 0;
}

.solution_for ul li .item .text p {
    line-height: 0.25rem;
    font-size: 0.14rem;
    color: #666;
    height: 2rem;
}

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

.solution_for ul li .item:hover {
    transform: translate(0px, -10px);
}

.solution_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.solution_pro {
    margin: -0.1rem;
}

.solution_pro ul {
    margin: 0;
    flex-flow: initial;
}
.solution_pro ul li {}

.solution_pro ul li .item {
    background: #fff;
}
.solution_but {
    position: relative;
    width: 1rem;
}

.solution_but .swiper-button-next,.solution_but .swiper-button-prev {
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.2rem;
    border: 1px solid;
}

.solution_but .swiper-button-next {
    right: 0;
}

.solution_but .swiper-button-prev {
    left: 0;
}

.solution_but .swiper-button-next:hover, .solution_but .swiper-button-prev:hover {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.2rem;
    border: 1px solid #4d96e9;
}

.solu_nav {
    text-align: center;
    margin: 0 0 0.5rem 0;
}

.solu_nav ul {
    display: inline-flex;
    justify-content: center;
    padding: 0.04rem;
    background: #f6f7f8;
    border-radius: 50px;
}

.solu_nav ul li {
    line-height: 0.45rem;
    border-radius: 50px;
    padding: 0 0.3rem;
    font-size: 0.18rem;
}

.solu_nav ul li span {}

.solu_nav ul li.on {
    background: #4d96e9;
    color: #fff;
}

.solution_changjing {
    overflow: hidden;
}

.solution_changjing ul {}

.solution_changjing ul li {}

.solution_changjing ul li .item {
    display: flex;
    align-items: center;
}

.solution_changjing ul li .item .text {
    flex: 1;
    padding: 0.6rem;
}

.solution_changjing ul li .item .text img {
    width: 0.75rem;
}
.solution_changjing ul li .item .text i {
    display: block;
    width: 0.5rem;
    height: 0.04rem;
    background: #4d96e9;
}
.solution_changjing ul li .item .text .text1 {
    font-size: 0.26rem;
    font-family: 'pingfang_b';
    margin: 0.3rem 0;
}

.solution_changjing ul li .item .text p {
    font-size: 0.14rem;
    color: #666;
    margin: 0 0 0.3rem;
}

.solution_changjing ul li .item .imgj {
    flex: 1;
}

.solution_changjing ul li .item .imgj img {
    width: 100%;
}

.solution_changjing ul li .item .see_more a {
    border: 1px solid #333;
    background: none;
}

.solution_changjing ul li .item .see_more a span {}

.solution_changjing ul li .item .see_more a i {}

.solution_changjing ul li .item .see_more a:hover {
    border: 1px solid #4D96E9;
}

.solution_changjing ul li .item .see_more a:hover span {
    color: #4d96e9;
}

.solution_changjing ul li .item .see_more a:hover i {
    background: url(../images/cjt.png) center center no-repeat !important;
    background-size: 0.2rem !important;
}
}

.nei_about {}

.nei_about .title {
    padding: 1rem 0;
}

.nei_about .title .ti1 {
    font-size: 0.44rem;
    font-family: 'pingfang_b';
}

.nei_about .title .ti1 .ti2 {}

.nei_about .title .ti2 {
    font-size: 0.2rem;
    width: 50%;
    margin: 0.2rem  auto;
    font-family: 'pingfang_r';
}

.nei_aboutinfor {
    display: flex;
}

.nei_aboutinfor .imgj {
    flex: 1;
}

.nei_aboutinfor .imgj img {
    width: 100%;
}

.nei_aboutinfor .imgj .text {
    flex: 1;
}

.nei_aboutinfor .text {
    flex: 1;
    padding: 0.5rem;
}

.nei_aboutinfor .text .ti1 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    color: #4d96e9;
}

.nei_aboutinfor .text .ti2 {
    font-size: 0.36rem;
    font-family: 'pingfang_b';
    margin: 0.1rem 0 0.3rem;
}

.nei_aboutinfor .text .mm {
    line-height: 0.3rem;
    color: #666;
    margin: 0 0 0.4rem;
}

.nei_aboutinfor .text .go_video {
    display: inline-flex;
    background: #4d96e9;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 0.1rem;
    cursor: pointer;
}

.nei_aboutinfor .text .go_video span {}

.nei_aboutinfor .text .go_video img {
    width: 0.23rem;
}

.nei_aboutinfor .text .go_video:hover {
    background: #558fd1;
}

.about_product {}

.about_product ul {
    display: flex;
}

.about_product ul li {
    flex: 1;
    position: relative;
}

.about_product ul li .imgj {}

.about_product ul li .imgj img {
    width: 100%;
    transition: all 0.3s;
}

.about_product ul li .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 0.4rem;
}

.about_product ul li .text h4 {
    font-size: 0.34rem;
    font-family: 'pingfang_b';
}

.about_product ul li .text p {
    font-size: 0.14rem;
    line-height: 0.25rem;
    margin: 0.2rem 0 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.about_product ul li:hover .text p {
    height: 1rem;
}

.about_product ul li:hover .imgj img {
    transform: scale(1.1);
}
.nei_about_main .number_box {
    margin: 0.8rem 0 0.5rem;
}
.consumables_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.8rem;
}

.consumables_nav .nav {
    display: flex;
    gap: 0.5rem;
    font-size: 0.18rem;
}

.consumables_nav .nav a {}

.consumables_nav .nav a.on {
    color: #4d96e9;
}

.consumables_nav .where {}

.consumables_nav .where label {}

.consumables_nav .where label span {}

.consumables_part {
    background-size: cover;
    background-position: center;
}

.consumables_main {
    display: flex;
    padding: 0.5rem 0;
    min-height: 5.5rem;
}

.consumables_main .imgj {
    flex: 1;
}

.consumables_main .imgj img {
    width: 100%;
}

.consumables_main .text {
    flex: 1;
    padding: 0.5rem;
}

.consumables_main .text h4 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
}

.consumables_main .text i {
    display: block;
    width: 0.5rem;
    height: 0.04rem;
    background: #4d96e9;
    margin: 0.2rem 0;
}

.consumables_main .text p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
}

.consumables_part:nth-child(2n) .consumables_main {}

.consumables_part:nth-child(2n) .consumables_main .imgj {
    order: 2;
    opacity: 0;
}

.consumables_part:nth-child(2n) .consumables_main .text {
    order: 1;
}

.consumables_main .textbox4 {
}

.consumables_main .textbox4 p {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.4rem;
}

.consumables_main .textbox4 .text {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #9eaabc;
}

.consumables_main .number {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
}

.consumables_main .number .one {
    padding: 0.3rem 0;
}

.consumables_main .number .one label {}

.consumables_main .number .one .num {}

.consumables_main .number .one .num em {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
    color: #4d96e9;
}

.consumables_main .number .one .num span {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
}

.consumables_case {
    padding: 0;
}

.consumables_case ul {
    flex-flow: wrap;
}

.consumables_case ul li {
    width: 33.33%;
}

.consumables_case ul li .item {
    /* background: #fff; */
}

.consu_fixnav {
    /* position: sticky; */
    top: 0;
    z-index: 999;
    background: #FFF;
    border-bottom: 1px solid #ddd;
}

.parten_nav {}

.parten_nav ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.parten_nav ul li {
    width: 25%;
    padding: 0.1rem;
}

.parten_nav ul li img {
    max-width: 80%;
    max-height: 80%;
}

.parten_nav ul li.on .imgj {
    border: 1px solid #4d96e9;
}

.parten_main {}

.parten_main .one {}

.parten_main .one h4 {
    font-size: 0.22rem;
    margin: 0.2rem 0 0.1rem 0;
}

.parten_main .one p {
    /* color: #666; */
}
.parten_nav ul li .imgj {
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #fff;
}

.bg_eaf2f9 {
    background: #eaf2f9;
}
.solution_what {
    display: flex;
    gap: 0.3rem;
}

.solution_what .imgj_box {
    flex: 1;
}

.solution_what .imgj_box .one {}

.solution_what .imgj_box .one img {}

.solution_what ul {
    display: flex;
    flex-flow: column;
    gap: 0.2rem;
    flex: 1;
}

.solution_what ul li {
    flex: 1;
}


.solution_what ul li .text {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.3rem;
}

.solution_what ul li .text .icon {}

.solution_what ul li .text .icon img {
    height: 0.5rem;
}

.solution_what ul li .text .zi {
    flex: 1;
    margin: 0 0 0 0.3rem;
}

.solution_what ul li .text .zi h4 {
    font-size: 0.22rem;
    margin: 0 0 0.1rem;
}

.solution_what ul li .text .zi p {
    opacity: 0.6;
}

.solution_what ul li.on {}

.solution_what ul li.on .text {
    background: #4d96e9;
    color: #fff;
}
.solutionlist_box .consumables_part:nth-child(2n) .consumables_main .imgj {
    /* opacity: 1; */
}