@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-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.16rem/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;
}
.bgimgj {
    background-size: cover;
    background-position: center center;
}
.height2 {
    height: 2rem;
}
.height3 {
    height: 3rem;
}
.height4 {
    height: 4rem;
}
.wal {max-width: 15rem;margin:0 auto;width: 90%;/* padding: 0 1rem; */z-index: 2;position: relative;}
a:hover {
    text-decoration: none;
    color: #d32430;
}
.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.14rem;
    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.02rem;
    background: #fff;
}

.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;
}
.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.textover3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textover4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.textover5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.textover6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.wap_show {
    display: none;
}

.web_show {
    display: block;
}

.zicon {
    display: none;
}

.zicon.active {
    display: block;
}

/**clear_end**/

.header_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 301;
}
.header_box.showw {
    background: #fff;
	 border-bottom: 1px solid #ddd;
}
.header_box.fixd {
    backdrop-filter: saturate(180%) blur(10px);
    background: #fff;
}
.header_box.fixd .nav_box .nav_content .nav_logo img.logo_c, .header_box.showw .nav_box .nav_content .nav_logo img.logo_c {
    display: block;
}

.header_box.fixd .nav_box .nav_content .nav_logo img.logo_b, .header_box.showw .nav_box .nav_content .nav_logo img.logo_b {
    display: none;
}

.header_box.fixd .nav_box .nav_content .nav_ul .nav_li a, .header_box.showw .nav_box .nav_content .nav_ul .nav_li a {
    color: #333;
}


.header_box .wal {
    width: 95%;
    max-width: 15rem;
}

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

.header_box .nav_box .nav_content {
    display: flex;
    align-items: center;
    /* gap: 0.5rem; */
    flex: 1;
}

.header_box .nav_box .nav_content .nav_logo {}

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

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

.header_box .nav_box .nav_content .nav_ul .nav_li {
    opacity: 0.8;
    border-top: 0.03rem solid transparent;
    flex: 1;
}
.header_box .nav_box .nav_content .nav_ul .nav_li:hover,.header_box .nav_box .nav_content .nav_ul .nav_li.on{
    border-top: 0.03rem solid #e7222a;
    opacity: 1;
}
.header_box .nav_box .nav_content .nav_ul .nav_li a {
    line-height: 1rem;
    display: block;
    color: #fff;
}

.header_box .nav_box .nav_more {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.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 .nav_box .nav_more .search_box {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d32430;
}

.header_box .nav_box .nav_more .search_box .tel_b {
    width: 0.18rem;
}
.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;
}

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

.black_bg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    /* backdrop-filter: saturate(180%) blur(10px); */
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    z-index: 100;
    display: none;
    /* height: 0; */
    height: 100vh;
}
.black_bg.active {
    display: block;
}
.show_navbox {
    position: fixed;
    left: 0px;
    right: 0;
    top: 1.03rem;
    z-index: 999;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    overflow: hidden;
    transition: all 0.5s;
    max-height: 0vh;
    background-size: cover;
    background-position: right center;
}
.two_nav_content {
    border-top: 1px solid #ddd;
}
.two_nav_content.active {
    max-height: 50vh;
	border-top: 1px solid #ddd;
}
.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;
}

.product_content .left_list ul {
    margin: 0 0 1rem 0;
}

.product_content .left_list ul li {
    line-height: 0.45rem;
    padding: 0 0.2rem;
    border-radius: 50px;
    width: 2.3rem;
    margin: 0 0 0.1rem;
}

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

.product_content .left_list ul li.on a {}

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

.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;
    padding: 0.25rem;
}

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

.nav_product_list ul li .item .box .imgj {
    background: #f5f7fa;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_product_list ul li .item .box .imgj img {}

.nav_product_list ul li .item .box .text {
    margin: 0.1rem 0 0;
    text-align: center;
}

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

.nav_product_list ul li .item .box .text .text2 {
    font-size: 0.16rem;
    color: #666;
}

.nav_product_list a.see_more {
    text-align: right;
    display: block;
    line-height: 0.4rem;
    padding: 0 0.2rem 0 0;
    background: url(../images/hjt.png) right center no-repeat;
    background-size: 0.12rem;
    margin: 0.2rem 0.5rem 0;
    transition: all 0.3s;
}
.nav_product_list a.see_more:hover{
    background: url(../images/cjt.png) right center no-repeat;
    background-size: 0.12rem;
    padding: 0 0.3rem 0 0;
}
.service_content,.about_content {transition: 0.3s;}

.about_content {}

.two_nav_content .other_twonav {
    display: flex;
    align-items: flex-start;
    /* margin: 0 0 0 40%; */
    width: 60%;
}
.two_nav_content .other_twonav .title_box {
    padding: 0.5rem 0.5rem 0.5rem 0;
    border-right: 1px solid #ddd;
    flex: 1;
}

.two_nav_content .other_twonav .title_box h3 {
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
    color: #333;
}

.two_nav_content .other_twonav .title_box p {
    margin-bottom: 0.4rem;
    height: 1rem;
    line-height: 0.33rem;
    font-size: 0.18rem;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.two_nav_content .other_twonav ul {
    display: flex;
    flex-flow: wrap;
    padding: 0.5rem 0 0.5rem 0.5rem;
    flex: 1.5;
}

.two_nav_content .other_twonav ul li {
    text-align: left;
    width: 50%;
}

.two_nav_content .other_twonav ul li a {
    display: block;
    color: #333 !important;
}

.two_nav_content .other_twonav ul li .text1 {
    font-size: 0.2rem;
    line-height: 0.6rem;
}

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

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

.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; */
    /* max-height: 90vh; */
    overflow: hidden;
    position: relative;
}

.index_banner ul li img {width: 100%;}

.index_banner ul li .text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    opacity: 0;
}

.index_banner ul li .text .text2 {
    font-family: 'pingfang_b';
    font-size: 0.6rem;
}
.index_banner ul li .text .text2 em{
    color: #d32430;
}
.index_banner ul li .text .text1 {
    font-size: 0.3rem;
    margin: 0.2rem 0;
    letter-spacing: 0.02rem;
}

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

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

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

.index_banner ul li .text .see_more a i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background-image: url(../images/bjt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem;
}

.index_banner ul li .text .see_more a:hover {
    background: #e7222a;
    border: 1px solid #e7222a;
}

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

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

.index_banner .banner_buttom {
    transform: translate(0, -1.1rem);
    position: relative;
    z-index: 99;
}
.index_banner .banner_buttom img {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  margin-left: -0.45rem;
  width: 0.95rem;
  background: url(../images/icon/icon_12.png) center no-repeat;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
 }
@-webkit-keyframes scrolls {
  from {
    bottom: 3.6%;
  }
  50% {
    bottom: calc(3.6% + 12px);
  }
  100% {
    bottom: 3.6%;
  }
}
@keyframes scrolls {
  from {
    bottom: 3.6%;
  }
  50% {
    bottom: calc(3.6% + 12px);
  }
  100% {
    bottom: 3.6%;
  }
}
.index_banner .banner_buttom .swiper-pagination {
    display: none;
}
.index_superiority {
    margin: -0.8rem 0 0;
}

.index_superiority ul {
    display: flex;
    box-shadow: 0 0 8px 0 #82889861;
    background-color: rgba(255, 255, 255, 1);
    /* backdrop-filter: saturate(180%) blur(21px); */
    -webkit-backdrop-filter: saturate(180%) blur(21px);
    border-radius: 0.1rem;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.index_superiority ul li {
    flex: 1;
    text-align: center;
}

.index_superiority ul li .item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* align-items: center; */
    height: 1.6rem;
    padding: 0 0.5rem;
    /* display: block; */
    text-align: left;
}


.index_superiority ul li .item:hover {
    background: url(../images/newbg.png) bottom no-repeat;
    background-size: cover;
}
.index_superiority ul li .item .tip {
    margin: 0 0 0.1rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.index_superiority ul li .item .tip em {
    font-size: 0.14rem;
    color: #fff;
    background: #d32430;
    line-height: 0.28rem;
    display: inline-block;
    padding: 0 0.1rem;
    border-radius: 0.06rem;
}

.index_superiority ul li .item .tip span {
    color: #d32430;
    font-size: 0.22rem;
}
.index_superiority ul li .item:hover {
    /* background: #fff; */
}
.index_superiority ul li .item h3 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_superiority ul li .item p {
    color: #666;
}
.index_superiority ul li .swiper-container {
    height: 1.6rem;
    overflow: hidden;
}

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

.product_list_one {
    overflow: hidden;
}
.index_allbox {
    margin: -0.8rem 0 0;
    /* padding: 0.8rem 0 0; */
}
.padding_top80 {
    padding-top: 1.2rem;
}
.product_list_one .swiper-container {
    margin: -0.15rem;
}
.product_list_one ul {
    display: flex;
}

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

.product_list_one ul li .item {
    border-radius: 0.1rem;
    display: block;
    background: #fff;
}

.product_list_one ul li .item .imgj {
    font-size: 0;
    height: 3rem;
}

.product_list_one ul li .item .imgj img {
}

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

.product_list_one ul li .item .text .text1 {
    font-size: 0.22rem;
    font-family: din;
    margin: 0 0 0.05rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.product_list_one ul li .item .text .text1 i{
    width: 0.08rem;
    height: 0.08rem;
    background: #d32430;
}
.product_list_one ul li .item .text .text2 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.product_list_one ul li .item .text .more {
    margin: 0.3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    transition: all 0.3s;
}

.product_list_one ul li .item .text .more span {
    /* color: #333; */
}
.product_list_one ul li .item:hover .text .more{color:#e7222a;gap: 0.2rem;}
.product_list_one ul li .item .text .more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transition: all 0.3s;
}

.product_list_one ul li .item:hover .text .more i {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.12rem;
    /* transform: translate(10px, 0); */
}


.swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    border: 0.02rem solid;
    background: none;
    opacity: 1;
    background: #ddd;
    border: 0.01rem solid #ddd;
}

.swiper-pagination-bullet-active {
    background: #d81e06;
    border: 0.01rem solid #d81e06;
}

.proswiper_buttom {
    margin: 0.5rem auto 0;
    /* display: none; */
}

.index_product_change {
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}
.index_product_change .all_ti {
    margin: 0;
}
.index_product_change .all_ti .ti{text-align:left}
.index_product_change ul {
    display: flex;
    align-items: center;
    text-align: center;
    height: 0.54rem;
    border-radius: 50px;
    padding: 0 0.05rem;
    font-size: 0.18rem;
    gap: 0.1rem;
}

.index_product_change ul li {
    /* flex: 1; */
    line-height: 0.44rem;
    border-radius: 50px;
    padding: 0 0.2rem;
    cursor: pointer;
    font-size: 0.2rem;
}

.index_product_change ul li .text {}

.index_product_change ul li .text span {}

.index_product_change ul li.on {
    background: #d32430;
    color: #fff;
}

.index_product_change ul li.on .text {}

.index_product_change ul li.on .text span {}

.index_product_con {}

.index_product_box {
    /* display: flex; */
    /* gap: 0.2rem; */
}

.index_product_box .maintext {
    width: 2.8rem;
    background: url(../images/probg.png) bottom center;
    background-size: cover;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.1rem;
}

.index_product_box .maintext .text {}

.index_product_box .maintext .text img {
    width: 0.6rem;
    margin: 0 00 0.3rem;
}

.index_product_box .maintext .text h4 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

.index_product_box .maintext .text p {
    margin: 0 00 0.5rem;
    line-height: 0.3rem;
}

.index_product_box .maintext .text a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 0.08rem 0.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.index_product_box .maintext .text a span {}

.index_product_box .maintext .text a i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.index_product_box .maintext .text a:hover {
    background: #e7222a;
    color: #fff;
}

.index_product_box .maintext .text a:hover span {}

.index_product_box .maintext .text a:hover i {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.product_list_two {
    flex: 1;
}

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

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

.product_list_two ul li .item {
    background: #f5f7fa;
    border-radius: 0.1rem;
    overflow: hidden;
}
.product_list_two ul li .item:hover {
    background: #f7f4f4;
}
.product_list_two ul li .item .box {}

.product_list_two ul li .item .box .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
}

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

.product_list_two ul li .item .box .text {
    padding: 0.2rem 0 0.3rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.12rem 0.2rem 0.15rem;
    background: #ebedf0;
}

.product_list_two ul li .item .box .text .zi {}

.product_list_two ul li .item .box .text .text1 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    /* margin: 0 0 0.05rem; */
    color: #333;
}

.product_list_two ul li .item .box .text .text2 {
    color: #333;
}

.product_list_two ul li .item .box .text .more {
    display: flex;
    align-items: center;
}

.product_list_two ul li .item .box .text .more span {}

.product_list_two ul li .item .box .text .more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transition: all 0.3s;
}

.product_list_two ul li .item:hover .box .text .more {
    color: #e62129;
}

.product_list_two ul li .item:hover .box .text .more span {}

.product_list_two ul li .item:hover .box .text .more i {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.12rem;
    transform: translate(0.1rem,0px);
}
.padding_top0 {
    padding-top: 0;
}
.indexcase_box .swiper-container {
    overflow: hidden;
    margin: -0.1rem;
}

.indexcase_box ul {display: flex;margin: -0.05rem;}

.indexcase_box ul li {
    flex: 1;
    transition: all 0.3s;
    padding: 0.05rem;
}

.indexcase_box ul li .item {
    display: block;
    height: 5rem;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.3s;
    border-radius: 0.1rem;
    overflow: hidden;
}

.indexcase_box ul li .item .text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem 0.2rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), transparent);
}

.indexcase_box ul li .item .text .text1 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.05rem 0;
    text-align: center;
    transition: all 0.3s;
}
.indexcase_box ul li:hover {
    flex: 2;
    /* transform: translate(0, -0.1rem); */
}
.indexcase_box ul li .item .text .text2 {
    display: none;
}
.momal_news {}

.momal_news ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.momal_news ul li {
    width: 47%;
}

.momal_news ul li .item {
    display: flex;
    justify-content: space-between;
    line-height: 0.5rem;
    font-size: 0.18rem;
}

.momal_news ul li .item .text1 {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.momal_news ul li .item .text1 .sz {}

.momal_news ul li .item  .sz {
    color: #666;
    width: 1.5rem;
    text-align: right;
}

.indexcase_box ul li:hover .text {}

.indexcase_box ul li:hover .text .text1 {
    text-align: left;
}

.indexcase_box ul li:hover .text .text2 {
    display: block;
}
.bg_fafafa {
    background: #fafafa;
}

.bg_about {
    background: url(../images/bg_about.png);
    background-size: cover;
    /* padding: 0; */
    background-position: center;
}

.index_about_con {}

.index_about_con .text_main {
    /* padding: 0.6rem 0; */
    width: 50%;
}

.index_about_con .text_main .ti {}

.index_about_con .text_main .ti img {
    height: 0.42rem;
    display: block;
    margin: 0 0 0.1rem;
}

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

.index_about_con .zi {
    margin: 0.3rem 0;
    line-height: 0.3rem;
    /* color: #666; */
}

.index_about_con .zi p {
    margin: 0 0  0.5rem;
}
.index_about_con .all_ti {}

.index_about_con .all_ti .ti {
    text-align: left;
}

.index_about_con .text_main .number_box {}

.index_about_con .text_main .number_box ul {
    display: flex;
    justify-content: space-between;
}

.index_about_con .text_main .number_box ul li {
    font-size: 0.14rem;
}

.index_about_con .text_main .number_box ul li .munb {}

.index_about_con .text_main .number_box ul li .munb em {
    font-size: 0.34rem;
    font-family: 'pingfang_b';
    color: #d32430;
}

.index_about_con .text_main .number_box ul li .munb span {}

.index_about_con .text_main .number_box ul li .text1 {}


.see_more_red {
    color: #fff;
    width: 1.5rem;
    display: block;
    background: #d32430;
    border-radius: 50px;
    line-height: 0.44rem !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    gap: 0.1rem;
    /* margin: 0.5rem 0; */
}

.see_more_red span {
    color: #fff;
}

.see_more_red i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background-image: url(../images/bjt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.07rem;
    transition: all 0.3s;
}

.index_about_con .text_main .company {
    margin: 0.4rem 0;
    background: rgba(255,255,255,0.5);
    display: inline-flex;
    padding: 0.2rem;
    align-items: center;
    font-size: 0.22rem;
    color: #da251c;
    font-family: 'pingfang_b';
    gap: 0.2rem;
    border-radius: 0.1rem;
}

.index_about_con .text_main .company img {}

.index_about_con .text_main .company span {}

.see_more_red:hover {}

.see_more_red:hover i {
    transform: translate(0.1rem, 0);
}

.index_about_con .imgj {
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background-position: bottom;
}
.bg_fffcfc {
    background: #fffcfc;
}

.indexpartner_box:before,.indexpartner_box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 15%;
    top: 0;
    bottom: 0;
    background: url(../images/parbg.png) right center;
    z-index: 99;
    background-size: cover;
}

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

.indexpartner_box:after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}
.partner_list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; /* 确保宽度占满父容器 */
}

/* 向左无限滚动 */
.scroll-left {
    animation: scrollLeft 20s linear infinite;
}

/* 向右无限滚动 */
.scroll-right {
    animation: scrollRight 20s linear infinite;
}

/* 向左滚动动画 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* 移动一半宽度，因为克隆了一份 */
    }
}

/* 向右滚动动画 */
@keyframes scrollRight {
    0% {
        transform: translateX(-50%); /* 初始位置左移一半 */
    }
    100% {
        transform: translateX(0);
    }
}

/* 列表项样式 */
.partner_list li {
    flex-shrink: 0; /* 禁止缩小 */
    padding: 0 20px; /* 调整间距 */
    width: 16.66%;
    padding: 0.1rem;
}
.partner_list li .item {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    border-radius: 0.08rem;
}

.partner_list li .item img {
    max-width: 100%;
    max-height: 80%;
}
.footcon {
    background: #36353b;
    color: #fff;
}
.footcon {
    position: relative;
    z-index: 99;
}
.foot_center {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footcon .foot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}

.footcon .foot_top .logo {}

.footcon .foot_top .logo img {
    height: 0.52rem;
}

.footcon .foot_top .foces_us {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.footcon .foot_top .foces_us span {}

.footcon .foot_top .foces_us .one {
    position: relative;
}

.footcon .foot_top .foces_us .one .imgj {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footcon .foot_top .foces_us .one .imgj img {
    width: 0.25rem;
}

.footcon .foot_top .foces_us .one .pop {
    position: absolute;
    left: -0.5rem;
    right: -0.5rem;
    bottom: 0.6rem;
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    display: none;
    padding: 0.1rem;
    z-index: 999;
}

.footcon .foot_top .foces_us .one .pop img {
    width: 100%;
}

.footcon .foot_top .foces_us .one:hover .imgj {}

.footcon .foot_top .foces_us .one:hover .imgj .pop {}

.footcon .foot_top .foces_us .one:hover .pop {
    display: block;
}
.foot_main {
    display: flex;
    padding: 0.6rem 0;
    gap: 1rem;
}

.foot_main .left {
    flex: 2.5;
}

.foot_main .left ul {
    display: flex;
}

.foot_main .left ul li {
    flex: 1;
}

.foot_main .left ul li a {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.35rem;
    display: block;
    margin: 0 0 0.15rem;
}

.foot_main .left ul li .two {}

.foot_main .left ul li .two:before {content: "";display: block;width: 0.2rem;height: 0.03rem;background: #d81e06;margin: 0.2rem 0;border-radius: 50px;display: none;}

.foot_main .left ul li .two a {
    font-size: 0.16rem;
    /* line-height: 0.4rem; */
    /* display: block; */
    opacity: 0.5;
    margin: 0;
}
.foot_main .left ul li .two a:hover {
    opacity: 1;
}
.foot_main .right {
    flex: 1;
}

.foot_main .foot_tel {margin: 0rem 0 0.3rem;}

.foot_main .foot_tel .text1 {
    display: flex;
    align-items: center;
    margin: 0 0 0.1rem;
    gap: 0.1rem;
}

.foot_main .foot_tel .text1 img {
    width: 0.22rem;
}

.foot_main .foot_tel .text1 span {}

.foot_main .foot_tel .text2 {
    /* font-size: 0.36rem; */
    /* font-family: 'pingfang_b'; */
    opacity: 0.5;
}

.foot_main .ewm_box {
    display: flex;
    gap: 0.2rem;
    text-align: center;
    margin: 0.3rem 0 0;
}

.foot_main .ewm_box .one {}

.foot_main .ewm_box .one img {
    display: block;
    width: 1rem;
    border-radius: 0.1rem;
}

.foot_main .ewm_box .one span {
    font-size: 0.14rem;
    opacity: 0.5;
}
.foot_link {
    position: relative;
}

.foot_link .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s;
}

.foot_link .title span {
    opacity: 0.5;
}

.foot_link .title i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.07rem;
    transform: rotate(90deg);
    transition: all 0.3s;
}
.foot_link:hover .title i {
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.07rem;
    transform: rotate(-90deg);
}

.foot_link ul {
    position: absolute;
    bottom: 0.53rem;
    background: #fff;
    left: 0;
    right: 0;
    padding: 0.2rem;
    line-height: 0.34rem;
    opacity: 0;
    transform: translate(0, -0.3rem );
    transition: all 0.3s;
    display: none;
}

.foot_link ul li {}

.foot_link ul li a {
    display: block;
}

.foot_link:hover ul {
    opacity: 1;
    transform: translate(0, 0rem );
    display: block;
}

.foot_link:hover .title {
    background: #fff;
    color: #333;
    padding: 0 0.2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.foot_buttom {
    text-align: center;
    padding: 0.2rem;
    /* border-top: 1px solid rgba(255,255,255,0.2); */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_buttom p {
    opacity: 0.5;
}
.foot_buttom a {
    color: #fff;
}







.nei_banner {
    height: 5rem;
    overflow: hidden;
    position: relative;
}

.nei_banner img {
    width: 100%;
}

.nei_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.5rem;
    color: #fff;
}

.nei_banner .text .wal {}

.nei_banner .text .text1 {
    font-family: 'pingfang_b';
}
.all_twonav {
    background: #fff;
    border-bottom: 1px solid #fafafa;
}

.all_twonav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.2rem;
}

.all_twonav ul li {}

.all_twonav ul li a {
    line-height: 0.85rem;
}

.all_twonav ul li.on {
    /* border-bottom: 0.02rem solid; */
}

.all_twonav ul li.on a {
    color: #d32430;
    border-bottom: 0.02rem;
    border-bottom: 0.02rem solid;
    display: block;
}

.nei_about_infor {
    background: url(../images/nei_about_infor.png) right bottom no-repeat #fffcfc;
    background-size: 100%;
}
.nei_about_infor {}

.text_left {
    text-align: left !important;
}

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

.nei_infor_main .zi {
    flex: 1.5;
    margin: 0;
}

.nei_infor_main .text_main {
    flex: 1;
}

.nei_infor_main .text_main .number_box {
    margin: 0 0 1rem 0;
}

.nei_infor_main .text_main .number_box ul {
    flex-flow: wrap;
    gap: 0.4rem 0;
}

.nei_infor_main .text_main .number_box ul li {
    width: 50%;
}

.see_other_red {
    background: rgb(211 36 48 / 0.1);
    padding: 0.1rem 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #da251c;
    border: 1px solid;
    gap: 0.3rem;
}
.see_other_red:hover i {
    transform: translate(0.1rem, 0px);
}
.see_other_red span {}

.see_other_red i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/bjt.png) center center no-repeat #d81e06;
    border-radius: 50%;
    transition: all 0.3s;
}
.nei_service_main {
}

.nei_service_main .text_main {
    width: 47%;
    padding: 0 0.5rem;
    margin: 0 0 0.5rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    position: relative;
}
.nei_service_main .text_main:before,.nei_service_main .text_main:after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/yh.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.nei_service_main .text_main:after {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
}
.nei_service_main .text_main p {}

.nei_service_main .service_list {
    text-align: center;
}

.nei_service_main .service_list ul {
    display: flex;
    gap: 0.5rem;
    text-align: left;
}

.nei_service_main .service_list ul li {
    flex: 1;
    border-radius: 0.1rem;
    overflow: hidden;
}

.nei_service_main .service_list ul li .item {
    position: relative;
}

.nei_service_main .service_list ul li .item .imgj {
    border-radius: 0.1rem;
    background: #000;
}

.nei_service_main .service_list ul li .item .imgj img {
    width: 100%;
    opacity: 0.5;
}

.nei_service_main .service_list ul li .item .text {
    position: absolute;
    left: 0;
    right: 30%;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 0.3rem;
}

.nei_service_main .service_list ul li .item .text h3 {
    font-size: 0.26rem;
    margin: 0 0 0.1rem;
    font-family: 'pingfang_b';
}

.nei_service_main .service_list ul li .item .text p {}

.nei_service_main .service_list ul li .item .text img {
    width: 0.45rem;
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
}

.nei_service_main .service_list ul li:nth-child(2) {
    transform: translate(0px, -1.5rem);
}

.nei_service_main .service_list .see_other_red {
    margin: 0 auto;
    transform: translate(1.5rem, -1rem);
}

.nei_service_main .service_list ul li:hover {
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}

.about_active {
    overflow: hidden;
}

.about_active ul {}

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

.about_active ul li .item {
    position: relative;
    background: #fff;
    display: block;
    border-radius: 0.1rem;
}

.about_active ul li .item h3 {
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.22rem;
}

.about_active ul li .item .text_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0.7rem;
    padding: 0.2rem;
    overflow-y: scroll;
    background: rgb(211 36 48 / 0.8);
    color: #fff;
    opacity: 0;
}


.about_active ul li .item .text_box::-webkit-scrollbar {
	height:0.08rem;
    width:0.03rem
  }
.about_active ul li .item .text_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : rgb(211 36 48 / 1);
  }

.about_active ul li .item .text_box p {}

.about_active ul li:hover .item .text_box {
    opacity: 1;
}

.apply_membership {
    background: url(../images/apply_membership.png);
    background-size: cover;
}

.apply_membership .apply_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #fff;
}

.apply_membership .apply_main .text {}

.apply_membership .apply_main .text h3 {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
}

.apply_membership .apply_main .text p {
    font-size: 0.2rem;
}

.apply_membership .apply_main .how_but {
    display: flex;
    align-items: center;
    line-height: 0.5rem;
    gap: 0.3rem;
}

.apply_membership .apply_main .how_but a {
    display: block;
    border-radius: 0.08rem;
    padding: 0 0.2rem;
}

.apply_membership .apply_main .how_but a.a1 {
    color: #d81e06;
    background: #fff;
    opacity: 1;
}

.apply_membership .apply_main .how_but a.a2 {
    border: 1px solid #fff;
    color: #fff;
}
.apply_membership .apply_main .how_but a.a1:hover,.apply_membership .apply_main .how_but a.a2:hover {
    opacity: 0.8;
}

.nei_about_leader {
    background: url(../images/nei_about_leader.png);
    background-size: cover;
}

.nei_leader_main {
    position: relative;
}

.nei_leader_main .zi {
    width: 55%;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #666;
}

.nei_leader_main .zi p {}

.nei_leader_main .zi em {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0.2rem 0 0.1rem;
    display: block;
    color: #333;
}

.nei_leader_main .imgj {
    position: absolute;
    right: 0;
    bottom: -0.6rem;
    width: 45%;
}

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

.about_leader {
    overflow: hidden;
}

.about_leader ul {}

.about_leader ul li {
    width: 50%;
    padding: 0 0.2rem;
}

.about_leader ul li .item {
    display: block;
    background: url(../images/nei_about_leader.png) bottom right;
    background-size: cover;
    position: relative;
    border-radius: 0.1rem;
}

.about_leader ul li .item .imgj {
    flex: 1;
    width: 33%;
}

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

.about_leader ul li .item .text_box {
    flex: 2;
    padding: 0.3rem;
    position: absolute;
    left: 33%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
.about_leader ul li .item .text_box::-webkit-scrollbar {
	height:0.08rem;

    width:0.03rem
  }
.about_leader ul li .item .text_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #d81e06;
  }

.about_leader ul li .item .text_box .base {border-bottom: 1px solid #ddd;}

.about_leader ul li .item .text_box .base h3 {
    font-size: 0.26rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.about_leader ul li .item .text_box .base p {
    font-size: 0.14rem;
    margin: 0 0 0.2rem;
}

.about_leader ul li .item .text_box .leader_infor {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666;
}

.about_leader ul li .item .text_box .leader_infor .one {
    margin: 0.2rem 0 0;
}

.about_leader ul li .item .text_box .leader_infor .one p {}

.about_leader ul li .item .text_box .leader_infor .one p em {
    background: #ffdcd8;
    border-radius: 0.04rem;
    padding: 0.02rem 0.1rem;
    color: #d81e06;
}

.nei_about_leader .all_ti .ti p,.nei_about_leader .all_ti .ti h3 {
    color: #d81e06;
}

.about_leader .swiper-container {
    margin: 0 -0.2rem;
}
.nei_leader {}

.nei_leader ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.2rem;
}

.nei_leader ul li {
    padding: 0.2rem;
}

.all_neitext {
    line-height: 1.8;
}

.bg_history {
    /* background: url(../images/bg_history.png) bottom center; */
    background-size: cover;
    position: relative;
}
.bg_history:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_history.png) bottom center;
    z-index: -1;
}
.about_history {
    display: flex;
    gap: 0.5rem;
}

.about_history .history_base {
    flex: 0.6;
}
.about_history .history_base .main {
    position: sticky;
    top: 1.5rem;
}
.about_history .history_base .imgj {
    margin: 1rem 0 0;
}

.about_history .history_base .imgj img {
    width: 100%;
}

.about_history .about_history_list {
    flex: 1;
    /* padding: 0 0 0 40%; */
}

.about_history_list .history_year {
    padding: 0 0 0.5rem 1.5rem;
    border-left: 1px solid #ddd;
    position: relative;
}

.about_history_list .history_year .year_title {
    position: absolute;
    left: -0.25rem;
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    /* color: #d81e06; */
}

.about_history_list .history_year .year_title img {
    width: 0.5rem;
}

.about_history_list .history_year .year_title h4 {
    font-family: 'pingfang_b';
}

.about_history_list .history_year .imgj img {
    width: 100%;
}

.about_history_list .history_year .imgj {
    margin: 0 0 0.2rem;
}

.about_history_list .history_year .history_month {}

.about_history_list .history_year .history_month .monti_box {
    display: flex;
}

.about_history_list .history_year .history_month .monti_box .month_title {
    width: 1rem;
}

.about_history_list .history_year .history_month .monti_box .month_title h6 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
}

.about_history_list .history_year .history_month .monti_box .month_main {
    flex: 1;
    line-height: 0.26rem;
    color: #666;
}

.about_history_list .history_year .history_month .monti_box .month_main p {
    margin: 0 0 0.15rem;
    position: relative;
}

.about_history_list .history_year .history_month .monti_box .month_main p:before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 0.08rem;
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #d81e06;
}

.contact_fs {
    margin: 0 0 0.8rem;
}

.contact_fs ul {
    display: flex;
    justify-content: space-around;
}

.contact_fs ul li {}

.contact_fs ul li .imgj {
    width: 0.95rem;
    height: 0.95rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0.2rem;
}

.contact_fs ul li .imgj img {}

.contact_fs ul li  span {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    color: #666;
}

.contact_fs ul li em {
    display: block;
    text-align: center;
    font-size: 0.2rem;
    margin: 0.2rem 0 0;
    font-family: 'pingfang_b';
}

.contact_fs ul li i {
    display: block;
    width: 1px;
    background: #ddd;
    height: 80%;
    margin: 10% 0;
}

.contact_map {}

.contact_map img {
    width: 100%;
}
.picture_news_list {}

.picture_news_list ul {}

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

.picture_news_list ul li .item {
    display: flex;
    gap: 0.5rem;
    background: #fff;
    padding: 0.3rem;
    border-radius: 0.1rem;
}

.picture_news_list ul li .item .imgj_date {
    flex: 1;
    display: flex;
    background: #f2f2f2;
    border-radius: 0.1rem;
}

.picture_news_list ul li .item .imgj_date .imgj {
    flex: 1;
    display: flex;
    height: 2rem;
}

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

.picture_news_list ul li .item .imgj_date .date {
    width: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}

.picture_news_list ul li .item .imgj_date .date em {
    font-size: 0.5rem;
    display: block;
    text-align: center;
}

.picture_news_list ul li .item .imgj_date .date span {
    text-align: center;
    display: block;
    font-size: 0.2rem;
}

.picture_news_list ul li .item .text {
    flex: 2;
}

.picture_news_list ul li .item .text h3 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

.picture_news_list ul li .item .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    line-height: 0.25rem;
    height: 0.5rem;
    margin: 0 0 0.3rem;
}

.picture_news_list ul li .item .text .xmore {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    gap: 0.05rem;
    color: #666;
}

.picture_news_list ul li .item .text .xmore span {}

.picture_news_list ul li .item .text .xmore i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.07rem;
}
.picture_news_list ul li .item:hover .imgj_date {
    background: #d32430;
}

.picture_news_list ul li .item:hover .imgj_date .date {
    color: #fff;
}

.text_news_list {}

.text_news_list ul {}

.text_news_list ul li {}

.text_news_list ul li .item {}

.text_news_list ul li .item .imgj_date {
    flex: 0.2;
}

.text_news_list ul li .item .text {
}

/* 分页样式 */
.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: #d81e06; color: #d81e06; }

.all_news_content {}

.all_news_content .news_main {
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.1rem;
}

.all_news_content .news_main .title {
    padding: 0 0 0.4rem;
    border-bottom: 0.01rem solid #ddd;
    margin: 0 0 0.4rem;
}

.all_news_content .news_main .title h3 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
    text-align: center;
}

.all_news_content .news_main .title .tip {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #666;
    justify-content: center;
}

.all_news_content .news_main .title .tip span {}

.all_news_content .news_main .main {}

.all_news_content .news_main .main p {
    font-size: 0.16rem;
    line-height: 0.26rem;
}

.all_news_content .news_main .main img {max-width:100%}

.all_news_content .more_news {
    margin: 0.5rem 0 0;
}

.all_news_content .more_news ul {
    display: flex;
    gap: 0.3rem;
}

.all_news_content .more_news ul li {
    flex: 1;
}

.all_news_content .more_news ul li .item {
    background: #fff;
    display: block;
    padding: 0.3rem;
    border-radius: 0.1rem;
}

.all_news_content .more_news ul li .item span {
    display: block;
    font-size: 0.14rem;
    color: #999;
}

.all_news_content .more_news ul li .item h4 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0.2rem 0;
}

.all_news_content .more_news ul li .item .sz {
    color: #d81e06;
}

.all_news_content .more_news ul li .item:hover {
    background: url(../images/newbg.png) bottom center no-repeat #fff;
    background-size: cover;
}

.service_report {
    overflow: hidden;
}

.service_report ul {}

.service_report ul li {
    width: 25%;
    padding: 0.2rem;
}

.service_report ul li .item {
    display: block;
    border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.service_report ul li .item .imgj {
    border-radius: 0.1rem;
    box-shadow: 0 0 0.16rem rgba(0,0,0,0.05);
    margin: 0 0 0.2rem;
}

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

.service_report ul li .item .text {
    font-size: 0.22rem;
    text-align: center;
}

.history_report {}

.history_report .report_box {
    margin: 0 0 0.4rem;
}

.history_report .report_box .title {
    font-size: 0.26rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

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

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

.history_report .report_box ul li .item {
    display: block;
    background: #ffff;
    padding: 0.15rem 0.2rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.history_report .report_box ul li .item .text {
    flex: 1;
    font-size: 0.18rem;
}

.history_report .report_box ul li .item .text p {
    position: relative;
    padding: 0 0 0 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.history_report .report_box ul li .item .button {
    background: #f2f2f2;
    padding: 0.1rem 0.2rem;
    border-radius: 50px;
    color: #666;
    cursor: pointer;
}
.history_report .report_box ul li .item .button:hover{
    background: #d32430;
    color: #fff;
}
.history_report .report_box ul li .item .text p:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #d81e06;
    position: absolute;
    left: 0;
    top: 0.08rem;
}

.history_report .report_box ul li .item button:hover {
    background: #d81e06;
    color: #fff;
}


.star_base {
    display: flex;
    background: url(../images/nei_about_infor.png) bottom center #fff5f5;
    background-size: cover;
    border-radius: 0.1rem;
}

.star_base .infor {
    flex: 1;
    padding: 0.4rem;
}

.star_base .infor .title {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
}

.star_base .infor .main {
    line-height: 0.26rem;
    color: #666;
    margin: 0.3rem 0;
}

.star_base .infor .main p {}

.star_base .infor .see_other_red {}

.star_base ul {
    flex: 1;
    display: flex;
    flex-flow: column;
    padding: 0 0.4rem;
    border-left: 1px solid #ddd;
}

.star_base ul li {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.star_base ul li h4 {
    font-size: 0.26rem;
    font-family: 'pingfang_b';
    color: #d81e06;
    margin: 0 0 0.1rem;
}

.star_base ul li p {}

.bg_fffaf3 {
    background: #fffaf3;
}

.star_towpart {
    display: flex;
    justify-content: space-between;
}

.star_ziyuan {
    width: 68%;
}

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

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

.star_title .more {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    line-height: 0.38rem;
    padding: 0 0.21rem;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.star_title .more:hover{
    background: #d32430;
    color: #fff;
    border: 1px solid #d32430;
}
.star_title .more span {}

.star_title .more i {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.07rem;
}
.star_title .more:hover span{}
.star_title .more:hover i{
	background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.07rem;
}
.ziyuan_box {
    overflow: hidden;
    background: #fff;
    border-radius: 0.1rem;
}

.ziyuan_box .ziyuan_inpor {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.ziyuan_box .ziyuan_inpor ul {}

.ziyuan_box .ziyuan_inpor ul li {
}

.ziyuan_box .ziyuan_inpor ul li .item {
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    padding: 0.3rem;
}

.ziyuan_box .ziyuan_inpor ul li .item .imgj {
    flex: 1;
    border-radius: 0.1rem;
    /* height: 3rem; */
    /* display: flex; */
}

.ziyuan_box .ziyuan_inpor ul li .item .imgj img {}

.ziyuan_box .ziyuan_inpor ul li .item .text {
    flex: 1;
    padding: 0 0 0 0.4rem;
}

.ziyuan_box .ziyuan_inpor ul li .item .text .text1 {
    font-family: din;
}

.ziyuan_box .ziyuan_inpor ul li .item .text .text1 em {
    font-size: 0.42rem;
    color: #d81e06;
}

.ziyuan_box .ziyuan_inpor ul li .item .text .text1 span {
    font-size: 0.2rem;
    color: #666;
}

.ziyuan_box .ziyuan_inpor ul li .item .text .text2 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0.1rem 0 0.2rem;
}

.ziyuan_box .ziyuan_inpor ul li .item .text .text3 {
    color: #666;
}

.ziyaun_buttom {
    position: absolute;
    left: calc(50% + 0.2rem);
    bottom: 0.2rem;
    height: 0.1rem;
    width: 2rem;
    z-index: 9;
}

.ziyaun_buttom .swiper-pagination {
    text-align: left;
}

.ziyaun_buttom .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #d81e06;
    border-radius: 50%;
    border: 0;
    opacity: 0.2;
}

.ziyaun_buttom .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.more_ziyuan {}

.more_ziyuan ul {
    display: flex;
    gap: 0.4rem;
}

.more_ziyuan ul li {
    flex: 1;
    padding: 0.34rem 0.2rem;
}

.simple_news {
    padding: 0.2rem;
}

.simple_news a {
    /* display: flex; */
    /* justify-content: space-between; */
    /* gap: 0.5rem; */
    /* align-items: center; */
}

.simple_news a h4 {
    font-size: 0.18rem;
    margin: 0 0 0.1rem;
    flex: 1;
}

.simple_news a span {
    display: block;
    font-family: din;
    color: #666;
    width: 1rem;
}

.star_active {
    width: 29%;
}

.star_chuangxin {
    background: #fff;
    border-radius: 0.1rem;
}

.star_chuangxin ul {}

.star_chuangxin ul li {
    border-bottom: 1px solid #ddd;
}
.star_chuangxin ul li:last-child {
    border: 0;
}
.tongxin_box {
    padding: 0 0 0.7rem 0;
}

.tongxin_box ul {}

.tongxin_box ul li {}

.tongxin_box ul li .item {}

.tongxin_box ul li .item .imgj {}

.tongxin_box ul li .item .imgj img {}

.tongxin_box ul li .item .text {}

.tongxin_box ul li .item .text .text1 {}

.tongxin_box ul li .item .text .text1 i {}

.tongxin_box ul li .item .text .text1 span {}

.tongxin_box ul li .item .text .text2 {}

.cases_box {
    overflow: hidden;
    padding: 0 0 0.7rem 0;
}

.cases_box ul {}

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

.cases_box ul li .item {
    border-radius: 0.1rem;
    display: flex;
    background: url(../images/nei_about_infor.png) bottom center #fff5f5;
    background-size: cover;
    border-radius: 0.1rem;
}

.cases_box ul li .item .imgj {
    flex: 1;
    display: flex;
}

.cases_box ul li .item .imgj img {}

.cases_box ul li .item .text {
    padding: 0.3rem;
    flex: 1.3;
    height: 2rem;
}

.cases_box ul li .item .text img {
    height: 0.3rem;
    width: auto;
}

.cases_box ul li .item .text h4 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    margin: 0.1rem 0  0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cases_box ul li .item .text p {
    color: #666;
    margin: 0 0 0.6rem;
    line-height: 0.25rem;
    height: 0.75rem;
}

.cases_box ul li .item .text .more {
    display: flex;
    gap: 0.1rem;
    align-items: center;
}

.cases_box ul li .item .text .more  span {}

.cases_box ul li .item .text .more i {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.07rem;
    transition: all 0.3s;
}

.cases_box ul li .item .text .more:hover i {
    transform: translate(10px, 0px);
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.07rem;
}

.cases_box ul li .item .text .more:hover span {}

.star_child {}

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

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

.star_child ul li .item {
    display: block;
    padding: 0.2rem;
    background: url(../images/chbg.png) bottom center;
    background-size: cover;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.1rem;
}

.star_child ul li .item .text {
    flex: 1;
}

.star_child ul li .item .text .ti {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0 0.1rem;
}

.star_child ul li .item .text .ti h4 {
    font-size: 0.26rem;
    /* flex: 1; */
}

.star_child ul li .item .text .ti span {
    font-size: 0.14rem;
    display: inline-block;
    line-height: 0.26rem;
    background: rgb(211 36 48 / 0.1);
    color: #dd3f39;
    border-radius: 0.06rem;
    padding: 0 0.05rem;
    /* flex: 1; */
}

.star_child ul li .item .text .main {
    font-size: 0.16rem;
    color: #666;
    margin: 0 0 0.2rem;
}

.star_child ul li .item .text .more {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.14rem;
    color: #999;
}

.star_child ul li .item .text .more span {}

.star_child ul li .item .text .more:hover span {
    color: #dd3f39;
}

.star_child ul li .item .text .more i {
    transition: all 0.3s;
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.07rem;
}

.star_child ul li .item .text .more:hover i {
    transform: translate(0.05rem, 0px);
}

.star_child ul li .item .imgj {
    flex: 0.4;
}

.star_child ul li .item .imgj img {
    width: 100%;
    border-radius: 0.1rem;
}

.teacher_box {
    padding: 0 0 0.7rem;
    overflow: hidden;
}

.teacher_box ul {}

.teacher_box ul li {
    width: 25%;
    padding: 0.15rem;
}

.teacher_box ul li .item {
    display: block;
    border-radius: 0.1rem;
    background: #fff3f4;
}

.teacher_box ul li .item .imgj {}

.teacher_box ul li .item .imgj img {}

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

.teacher_box ul li .item .text h4 {
    font-size: 0.26rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.teacher_box ul li .item .text p {
    color: #666;
    line-height: 0.25rem;
    height: 0.75rem;
}
.allteacher_box {}

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

.bg_fff3f4 {
    background: #fff3f4;
}

.guanhuai_box {
    padding: 0 0 0.7rem;
}

.guanhuai_box ul {}

.guanhuai_box ul li {}


.service_lecture {
    display: flex;
    border-radius: 0.1rem;
}

.service_lecture .swiper-container {
    overflow: hidden;
    flex: 1;
}

.service_lecture .newsimg {
    display: block;
    height: 100%;
    display: flex;
}

.service_lecture .newsimg img {
    width: 100%;
}

.service_lecture ul {
    display: flex;
    flex-flow: column;
    flex: 1;
    background: url(../images/lecbg.png) bottom right no-repeat;
    background-size: cover;
    padding: 0 0.4rem;
}

.service_lecture ul li {
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.service_lecture ul li .item {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.service_lecture ul li .item .data {
    font-family: din;
    color: #808080;
}

.service_lecture ul li .item .data em {
    display: block;
    font-size: 0.42rem;
}

.service_lecture ul li .item .data span {
    display: block;
    font-size: 0.2rem;
}

.service_lecture ul li .item .text {
    flex: 1;
}

.service_lecture ul li .item .text h3 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service_lecture ul li.on .item, .service_lecture ul li.on .item .data {
    color: #d81e06;
}
.history_lecture {}

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

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

.history_lecture ul li .item {
    border-radius: 0.1rem;
    display: block;
    overflow: hidden;
    position: relative;
}

.history_lecture ul li .item .imgj {
    height: 3rem;
    background-size: cover;
    background-position: center center;
}

.history_lecture ul li .item .imgj img {}

.history_lecture ul li .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.15rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 0.18rem;
}

.history_lecture ul li .item .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.history_lecture ul li:hover .item .text {
    background: #d81e06;
}

.inform_base {
    display: flex;
    background: url(../images/nei_about_infor.png) left bottom no-repeat #fffcfc;
    border-radius: 0.1rem;
}

.inform_base .imgj {
    flex: 1;
}

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

.inform_base .text {
    flex: 1;
    padding: 0.4rem;
}

.inform_base .text h3 {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
    margin: 0  0 0.2rem;
}

.inform_base .text .main {
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin: 0 0 0.3rem;
}

.inform_base .text .main p {}

.informa_con {
    margin: 0 0 0.7rem 0;
}

.informa_con .title {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

.informa_con .table_box {}

.informa_con .table_box .tab_ti {
    display: flex;
    font-size: 0.2rem;
    line-height: 0.6rem;
    background: #e5e5e5;
    padding: 0 0.3rem;
}

.informa_con .table_box .flex2 {
    flex: 2;
}

.informa_con .table_box .flex1 {
    flex: 0.5;
}

.informa_con .table_box .tab_bod {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0.2rem  0.3rem;
}
.association_base {
    overflow: hidden;
    position: relative;
    margin: 0 0 0.4rem 0;
    border-radius: 0.1rem;
}

.association_base .item {
    display: flex;
}

.association_base .item .imgj {
    flex: 1;
    display: flex;
}

.association_base .item .imgj img {
    width: 100%;
}

.association_base .item .main {
    flex: 1;
    padding: 0.3rem;
    display: flex;
    gap: 0.3rem;
    background: url(../images/lecbg.png) bottom right;
    background-size: cover;
    min-height: 3.3rem;
}

.association_base .item .main .data {
    font-family: din;
    color: #808080;
}

.association_base .item .main .data em {
    font-size: 0.52rem;
    display: block;
}

.association_base .item .main .data span {
    display: block;
    font-size: 0.2rem;
}

.association_base .item .main .text {
    flex: 1;
}

.association_base .item .main .text h3 {
    font-size: 0.24rem;
    font-family: 'pingfang_b';
    margin: 0 0  0.2rem;
}

.association_base .item .main .text p {
    color: #666;
}

.association_base  .control_box {
    margin: 0.3rem 0 0;
    /* padding: 0.3rem 0 0; */
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0.4rem;
    bottom: 0.2rem;
    left: 57%;
    height: 0.7rem;
    z-index: 99;
}

.association_base .control_box .swiper-pagination {
    /* flex: 1; */
    text-align: left;
}

.association_base  .control_box .active_buttom {
    width: 1.1rem;
    height: 0.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.association_base  .control_box .active_buttom .swiper-button-next {
    background: url(../images/hjt.png) center center no-repeat rgba(0,0,0,0.1);
    border: 0;
}

.association_base  .control_box .active_buttom .swiper-button-prev {
    background: url(../images/hjt.png) center center no-repeat rgba(0,0,0,0.1);
    border: 0;
}

.active_all {}

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

.active_all ul li {}

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

.party_banner img {
    width: 100%;
}

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

.party_banner .text .wal {}

.party_banner .text .text1 {
    color: #fff;
    text-align: center;
    font-size: 0.5rem;
    font-family: 'pingfang_b';
}

.party_base {}

.party_base .main {
    display: flex;
    align-items: flex-start;
    background: url(../images/partybg.png) right bottom no-repeat #fff;
    margin: -1.5rem auto;
    border-radius: 0.1rem;
    overflow: hidden;
    padding: 0.3rem;
    gap: 0.4rem;
}

.party_base .main .imgj {
    flex: 1;
    border-radius: 0.1rem;
    border: 0.1rem solid #d81e06;
}

.party_base .main .imgj img {
    width: 100%;
}

.party_base .main .text {
    height: 3rem;
    overflow-y: scroll;
    flex: 2;
    line-height: 0.3rem;
}
.party_base .main .text::-webkit-scrollbar {
	height:0.08rem;

    width:0.03rem
  }
.party_base .main .text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #d81e06;
  }

.party_base .main .text p {}

.bg_party {
    background: url(../images/bg_party.png);
    background-size: cover;
    margin: -1.5rem 0 0;
    padding: 2.7rem 0 0.6rem;
}
.party_towpart {
    display: flex;
    gap: 0.5rem;
}

.party_towpart .party_dontai {
    flex: 1;
}

.party_towpart .party_active {
    flex: 1;
}

.party_towpart .dongtai_box {}

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

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

.party_towpart .dongtai_box ul li .item {
    display: block;
    background: #fff;
    padding: 0.2rem 0.2rem 0.1rem;
    border-radius: 0.1rem;
}

.party_towpart .dongtai_box ul li .item .text {
    padding: 0 0 0.25rem;
    margin: 0 0 0.1rem;
    border-bottom: 1px solid #ddd;
}

.party_towpart .dongtai_box ul li .item .text .text2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin: 0 0 0.15rem;
}

.party_towpart .dongtai_box ul li .item .text .text3 {
    color: #666;
    line-height: 0.25rem;
    height: 0.5rem;
}

.party_towpart .dongtai_box ul li .item .data {}

.party_towpart .dongtai_box ul li .item .data em {
    font-size: 0.42rem;
    color: #d81e06;
}

.party_towpart .dongtai_box ul li .item .data span {
    font-size: 0.2rem;
    color: #808080;
}

.party_activebox {}

.party_activebox .onenews {
    display: flex;
    background: #fff;
    border-radius: 0.1rem;
}

.party_activebox .onenews .imgj {
    flex: 1;
    display: flex;
}

.party_activebox .onenews .imgj img {}

.party_activebox .onenews .text {
    flex: 1;
    padding: 0.2rem;
}

.party_activebox .onenews .text .text2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin: 0 0 0.15rem;
}

.party_activebox .onenews .text .text3 {
    color: #666;
    line-height: 0.25rem;
    height: 0.5rem;
}

.party_activebox .onenews .text .data {
    padding: 0.3rem 0 0;
    margin: 0.3rem 0 0;
    border-top: 1px solid #ddd;
    color: #808080;
}

.party_activebox ul {
    margin: 0.3rem 0 0;
}

.party_activebox ul li {
    padding: 0;
}

.party_activebox ul .simple_news a {}

.party_activebox ul li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.18rem 0;
}

.party_activebox ul li a h4 {
    font-size: 0.2rem;
    flex: 1;
}

.party_activebox ul li a span {
    width: 1rem;
}

.party_special {}

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

.party_special ul li {
    width: 25%;
    padding: 0.15rem;
}

.party_special ul li .item {
    display: block;
    transition: all 0.3s;
}

.party_special ul li .item .imgj {
    border-radius: 0.1rem;
}

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

.party_special ul li:hover .item {
    transform: translate(0px, -0.1rem);
}

.about_apply {}

 .down_form {
    text-align: center;
}

 .down_form a {
    background: rgb(211 36 48 / 0.1);
    padding: 0.1rem 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #da251c;
    border: 1px solid;
    gap: 0.3rem;
}

.about_apply .apply_form {
    background: #fafafa;
    border-radius: 0.1rem;
    padding: 0.4rem;
    margin: 0.4rem auto 0;
}

.about_apply .apply_form .title {
    font-size: 0.34rem;
}

.form_itembox {
    display: flex;
    line-height: 0.5rem;
    font-size: 0.18rem;
    width: 50%;
    padding: 0.2rem 0.5rem;
}

.form_itembox .form_item {
    width: 1.7rem;
    font-size: 0.18rem;
    color: #666;
}

.form_itembox .item_content {
    flex: 1;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
}
.apply_part {
    display: flex;
    flex-flow: wrap;
    margin: -0.2rem -0.5rem;
}

.form_itembox .item_content .input_inner {
    display: block;
    line-height: 0.5rem;
    width: 100%;
    background: none;
    padding: 0 0.2rem;
}

.apply_partbox {
    /* padding: 0.4rem 0; */
}

.apply_part .item {
    flex: 1;
}

.apply_part .item .upImg {
    width: 100%;
    height: 0.5rem;
    border: 1px dashed #dddddd;
    background: #fff;
    cursor: pointer;
    line-height: 0.5rem;
    color: #999;
    padding: 0 0.2rem;
    overflow: hidden;
    position: relative;
}

.apply_part .item .upImg .text {
    text-align: center;
    /* display: inline; */
    vertical-align: top;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #909399;
    line-height: 0.5rem;
    position: relative;
    z-index: 2;
}

.apply_part .item .upImg input.file {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.apply_part .item .upImg .jd {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f7e5e6;
    z-index: 1;
}
.checkbox_group {
    display: flex;
    gap: 0.3rem;
}

button.el_button {
    width: 2rem;
    line-height: 0.5rem;
    background: rgb(211 36 48);
    margin: 0 auto;
    text-align: center;
    border-radius: 0.1rem;
    display: block;
    color: #fff;
    font-size: 0.2rem;
    margin: 0.6rem auto 0;
}
.form_itembox.w100 {
    width: 100%;
}
.form_itembox .form_item:before {
    content: "*";
    color: #d32430;
    margin: 0 0.1rem 0 0;
}
.apply_partbox .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0.2rem;
    margin: 0 0 0.2rem;
    border-bottom: 1px solid #ddd;
}

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

.report_pop .report_box {
    position: relative;
}

.report_box .close {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/close.png) center center no-repeat;
    background-size: 0.3rem;
    position: absolute;
    left: 50%;
    top: -0.5rem;
    transform: translate(-50%, 0px);
}

.report_box .report_main {
    background: #fff;
    border-radius: 0.1rem;
    width: 5.5rem;
}

.report_box .report_main .title_box {
    background: url(../images/poppbg.png) right bottom no-repeat;
    background-size: cover;
    height: 1.8rem;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0.1rem 0.1rem 0 0;
}

.report_box .report_main .title_box .title {}

.report_box .report_main .title_box .title h3 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.report_box .report_main .title_box .title p {
    font-size: 0.2rem;
    width: 70%;
}

.report_box .report_main .report_form {
    padding: 0.4rem;
}

.report_box .report_main .report_form .onebox {
    margin: 0 0 0.15rem;
}

.report_box .report_main .report_form .onebox input {
    display: block;
    line-height: 0.5rem;
    background: #fafafa;
    width: 100%;
    border-radius: 0.06rem;
    padding: 0 0.2rem;
}

.report_box .report_main .report_form .onebox textarea {
    display: block;
    line-height: 0.5rem;
    background: #fafafa;
    width: 100%;
    border-radius: 0.06rem;
    padding: 0 0.2rem;
}

.report_box .report_main .report_form .button_box {
    display: flex;
    gap: 0.15rem;
}

.report_box .report_main .report_form .button_box button {flex: 1;line-height: 0.5rem;border-radius: 50rem;font-size: 0.2rem;color: #666;}

.report_box .report_main .report_form .button_box button.button1 {}

.report_box .report_main .report_form .button_box button.button2 {
    background: #d32430;
    color: #fff;
}
.report_box .report_main .report_form .button_box button:hover {
    opacity: 0.8;
}
.report_pop.show {
    display: flex;
}

.neipartner_list {}
.neipartner_list ul {
    display: flex;
     /* 确保宽度占满父容器 */
    flex-flow: wrap;
}
.neipartner_list li {
    flex-shrink: 0; /* 禁止缩小 */
    padding: 0 20px; /* 调整间距 */
    width: 16.66%;
    padding: 0.1rem;
    width: 20%;
}
.neipartner_list li .item {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    display: block;
}

.neipartner_list li .item img {
    max-width: 90%;
    max-height: 90%;
}

.neipartner_list li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
    font-weight: bold;
    background: rgb(211 36 48 / 0.9);
    color: #fff;
    border-radius: 0.1rem;
    opacity: 0;
}

.neipartner_list li:hover .item .text {opacity: 1;}
.neipartner_list li .item .imgj {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_popbox {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_popbox form {
    display: flex;
    border-bottom: 0.02rem solid #ddd;
    line-height: 0.5rem;
    width: 40%;
}

.search_popbox form input {
    display: block;
    flex: 1;
}

.search_popbox form button {
    background: none;
    padding: 0.1rem 0.2rem;
    color: #b32838;
    border-radius: 0.1rem;
}
.header_box .nav_box .nav_content .nav_ul .nav_li.last_search {
    border: none !important;
}