@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: 400 0.16rem/1.5 "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,Helvetica,sans-serif;
    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: 15rem;margin:0 auto;width: 86%;z-index: 2;position: relative;}
a:hover {
    text-decoration: none;
    color: #a7cd45;
}
.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;
    backdrop-filter: saturate(180%) blur(10px);
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.05);
}
.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: 94%; */
    /* max-width: 15rem; */
}

.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;
    gap: 0.5rem;
    flex: 1;
}

.header_box .nav_box .nav_content .nav_logo {}

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

.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; */
}
.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: 0.9rem;
    display: block;
    color: #333;
    font-size: 0.2rem;
    font-weight: 600;
}
.header_box .nav_box .nav_content .nav_ul .nav_li:hover a.one_level, .header_box .nav_box .nav_content .nav_ul .nav_li.on a.one_level {
    color: #a7cd45;
}
.header_box .nav_box .nav_more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.header_box .nav_box .nav_more .nav_tel {
    padding: 0 0 0 0.25rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.22rem;
    font-size: 0.24rem;
    /* color: #a7cd45; */
}
.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 {
    position: relative;
    /* height: 0.4rem; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: #d32430; */
}
.header_box .nav_box .nav_more .search_box .search_icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/search_c.png) center center no-repeat;
    background-size: 0.22rem;
}

.header_box .nav_box .nav_more .search_box .search_icon .icon {}

.header_box .nav_box .nav_more .search_box .search_pop {
    position: absolute;
    right: 0.4rem;
    top: 0;
    line-height: 0.4rem;
    width: 0;
    transition: all 0.3s;
    overflow: hidden;
}

.header_box .nav_box .nav_more .search_box .search_pop .search_form {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background: #ffff;
    border-radius: 60px;
}

.header_box .nav_box .nav_more .search_box .search_pop .search_form .inp {
    flex: 1;
}

.header_box .nav_box .nav_more .search_box .search_pop .search_form .inp input {
    padding: 0 0 0 0.2rem;
    background: none;
    width: 100%;
    font-size: 0.16rem;
}

.header_box .nav_box .nav_more .search_box .search_pop .search_form button {
    width: 0.6rem;
    height: 0.4rem;
    border: 0;
    background: no-repeat;
    padding: 0 0.2rem;
}

.header_box .nav_box .nav_more .search_box .search_pop .search_form button img {
    width: 0.22rem;
}
.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 {}

.header_box .nav_box .nav_more .search_box.cur {}

.header_box .nav_box .nav_more .search_box.cur .search_icon {
    background: url(../images/close.png) center center no-repeat;
    background-size: 0.28rem;
}

.header_box .nav_box .nav_more .search_box.cur .search_pop {
    width: 3rem;
}

.opacity0 {
    opacity: 0;
}
.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: 0.9rem;
    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: 0.9rem;
    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;
    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%; */
    /* margin: 0 auto; */
    padding: 0.2rem;
}
.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;
    justify-content: center;
    /* width: 100%; */
    gap: 0.2rem;
    background: #fff;
    padding: 0.4rem;
    border-radius: 0.2rem;
}

.two_nav_content .other_twonav ul li {
    text-align: left;
    /* flex: 1; */
}

.header_box .nav_box .nav_content .nav_ul .nav_li .two_nav_content .other_twonav ul li a {
    display: block;
    color: #333 !important;
    font-weight: normal;
    font-size: 0.18rem;
    line-height: 0.5rem;
    padding: 0 0.4rem;
    background: #fafafa;
    text-align: center;
    border-radius: 50px;
}

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

.index_banner ul li .text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 2rem;
    left: 0;
    right: 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;
}
.banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.banner_text .wal {}

.banner_text .text1 {
    font-size: 0.5rem;
    font-weight: bold;
}

.banner_text .item {
    width: 50%;
    display: flex;
    flex-flow: wrap;
    gap: 0.1rem;
    margin: 0.2rem 0 1rem;
}

.banner_text .item a {
    color: #fff;
    background: rgba(255,255,255,0.2);
    line-height: 0.34rem;
    padding: 0 0.3rem;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
}

.banner_text .item a span {}

.banner_text .see_more {
    color: #fff;
    background: #a7cd45;
    line-height: 0.4rem;
    padding: 0 0.3rem;
    border-radius: 50px;
    /* border: 1px solid rgba(255, 255, 255, 1); */
    /* font-size: 0.2rem; */
    display: inline-block;
}

.banner_text .item a:hover {
    border: 1px solid #a7cd45;
    color: #a7cd45;
}

.header_box .nav_box .nav_content .nav_ul .nav_li .two_nav_content .other_twonav ul li a:hover {
    background: #a7cd45;
    color: #fff !important;
}

.index_part {
    padding: 0.6rem 0;
}
.padding_bottm0 {
    padding-bottom: 0;
}
.all_ti {
    margin: 0 0 0.4rem 0;
}

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

.all_ti .ti h3 {
    font-size: 0.42rem;
    font-family: 'pingfang_b';
    color: #a7cd45;
    margin: 0 0 0.1rem;
}

.all_ti .ti p {
    font-size: 0.24rem;
    color: #333;
}

.product_list_one {
    /* overflow: hidden; */
}
.index_allbox {
    margin: -0.8rem 0 0;
    padding: 0.8rem 0 0;
}

.product_list_one .swiper-container {
    margin: -0.15rem;
}
.product_list_one ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem -0.15rem 0.4rem;
}

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

.product_list_one ul li .item {
    border-radius: 0.1rem;
    display: block;
    background: linear-gradient(0deg, #f6fffa 0%, #f6fffa 30%, #fff 60%);
    padding: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    border: 0.02rem solid transparent;
}

.product_list_one ul li .item .imgj {
    font-size: 0;
    border-radius: 0.1rem;
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 2.1rem; */
}

.product_list_one ul li .item .imgj img {
}

.product_list_one ul li .item .text {
    padding: 0.2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
}

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

.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); */
}
.bg_fcfcfa {
    background: #fcfcfa;
}

.product_list_one ul li .item .text .ti {
    flex: 1;
}

.product_list_one ul li .item .text .ti h4 {
    font-size: 0.26rem;
    margin: 0 0 0.1rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product_list_one ul li .item .text .ti span {
    font-size: 0.2rem;
    color: #666;
}


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


.product_list_one ul li .item .price {
    color: #a7cd45;
}

.product_list_one ul li .item .price span {}

.product_list_one ul li .item .price em {
    font-size: 0.26rem;
}

.product_list_one ul li .item:hover {
    background: #fff;
    border: 0.02rem solid;
}

.c_see_more {
    margin: 0 auto;
    display: block;
    width: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem;
    line-height: 0.5rem;
    background: #a7cd45;
    border-radius: 50px;
    color: #fff;
}

.c_see_more i {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/cjt.png) center center no-repeat #fff;
    border-radius: 50px;
    background-size: 0.06rem;
    transition: all 0.3s;
}
.c_see_more:hover i {
    transform: translate(10px, 0px);
}
.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: #a7cd45;
    border: 0.01rem solid #a7cd45;
}

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

.padding_top0 {
    padding-top: 0;
}
.indexcase_box .swiper-container {
    overflow: hidden;
    margin: -0.1rem;
}

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

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

.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.26rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.15rem 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: flex;
    gap: 0.1rem;
    font-size: 0.16rem;
}
.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;
}
.indexgood_box {}

.indexgood_box ul {
    display: flex;
}

.indexgood_box ul li {
    flex: 1;
    transition: all 0.3s;
}

.indexgood_box ul li .item {
    height: 7rem;
    background-size: cover !important;
    background-position: bottom center !important;
    position: relative;
}

.indexgood_box ul li .item .text {
    position: absolute;
}

.indexgood_box ul li .item .text p {
    font-size: 0.26rem;
    width: 70%;
}

.indexgood_box ul li:nth-child(1) {}

.indexgood_box ul li:nth-child(1) .item {}

.indexgood_box ul li:nth-child(1) .item .text {
    left: 7%;
    bottom: 0.5rem;
    color: #fff;
}

.indexgood_box ul li:nth-child(1) .item .text p {}

.indexgood_box ul li:hover {
    flex: 1.1;
}

.indexgood_box ul li:nth-child(2) .item {}

.indexgood_box ul li:nth-child(2) .item .text {
    left: 0.5rem;
    top: 0.5rem;
    right: 7%;
}

.indexgood_box ul li:nth-child(2) .item .text p {}
.indexcase_box ul li:hover .text {}

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

.indexcase_box ul li:hover .text .text2 {
}
.indexcase_box ul li .item .text .text2 span {}

.indexcase_box ul li .item .text .text2 i {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/cjt.png) center center no-repeat #fff;
    border-radius: 50px;
    background-size: 0.06rem;
    transition: all 0.3s;
}
.bg_fafafa {
    background: #fafafa;
}

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

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

.index_about_con .text_main {
    /* padding: 0.6rem 0; */
    /* width: 50%; */
    color: #666;
    line-height: 0.3rem;
}

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

.nei_about .text_main .number_box {
    margin: 1rem auto 0;
    width: 80%;
}

.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 {
    margin: 0 0 0.1rem;
}

.index_about_con .text_main .number_box ul li .munb em {
    font-size: 0.6rem;
    color: #a7cd45;
}

.index_about_con .text_main .number_box ul li .munb span {
    font-size: 0.32rem;
    color: #a7cd45;
}

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


.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 .ewm_box .imgj {border: 0.1rem solid rgb(167 205 69 / 0.4);border-radius: 0.1rem;}
.bg_fffcfc {
    background: #fffcfc;
}

.footcon {
    background: #f3f3f3;
    color: #fff;
}
.footcon {}
.foot_center {
}
.footcon .foot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    border-bottom: 1px solid #ddd;
}

.footcon .foot_top .logo {}

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

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

.footcon .foces_us span {}

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

.footcon .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 .foces_us .one .imgj img {
    width: 0.25rem;
}

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

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

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

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

.footcon .foces_us .one:hover .pop {
    display: block;
}
.foot_main {
    /* display: flex; */
    padding: 0.6rem 0;
    border-bottom: 1px solid #ddd;
}

.foot_main  {
}

.foot_main  ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.foot_main  ul li {
    flex: 1;
}

.foot_main  ul li a {
    font-size: 0.22rem;
    line-height: 0.35rem;
    display: block;
    margin: 0 0 0.15rem;
}

.foot_main  ul li .two {}

.foot_main  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  ul li .two a {
    font-size: 0.18rem;
    /* line-height: 0.4rem; */
    /* display: block; */
    opacity: 0.5;
    margin: 0;
}
.foot_main  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;
}

.foot_link ul li {}

.foot_link ul li a {
    display: block;
}

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

.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;
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.footcon .foot_top a.c_see_more {
    margin: .0;
}

.footcon .foot_base {
    /* padding: 0.2rem 0; */
    font-size: 0.18rem;
}

.footcon .foot_base .com_base {
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footcon .foot_base .com_base .foot_tel {
    display: flex;
    gap: 0.1rem;
    align-items: flex-startcenter;
}

.footcon .foot_base .com_base .foot_tel .text1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footcon .foot_base .com_base .foot_tel .text1 img {
    width: 0.22rem;
}

.footcon .foot_base .com_base .foot_tel .text2 {}
.footcon .foot_base .frid_link {
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 0.16rem;
}

.footcon .foot_base .frid_link label {
    color: #666;
}

.footcon .foot_base .frid_link .link {}

.footcon .foot_base .frid_link .link a {
    color: #666;
}

.footcon .foot_base .foces_us {}

.footcon .foot_base .foot_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    padding: 0.2rem 0;
}

.footcon .foot_base .frid_link .link a:hover {
    color: #a7cd45;
}




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

.nei_banner .text .wal {}

.nei_banner .text .text1 {
    font-size: 0.4rem;
    margin: 0 0 0.1rem;
}

.nei_banner .text .text2 {
    font-size: 0.2rem;
}
.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: #a7cd45;
    border-bottom: 0.02rem;
    border-bottom: 0.02rem solid;
    display: block;
}

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

.change_ul {
    margin: 0.3rem auto 0;
}

.change_ul ul {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    line-height: 0.4rem;
}

.change_ul ul li {
    color: #999;
    padding: 0 0.3rem;
    border-radius: 50px;
    cursor: pointer;
}

.change_ul ul li.li_on {
    background: #a7cd45;
    color: #fff;
}

.change_ul ul li span {}

.change_ul ul li.li_on span {}

.indexcases_box {
    overflow: hidden;
    padding: 0.2rem 0;
}

.indexcases_box ul {}

.indexcases_box ul li {
    width: 37%;
    /* padding: 0.2rem; */
    transition: all 0.3s;
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
}

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

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

.indexcases_box ul li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.3rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}


.indexcases_box ul li.swiper-slide {
    transform: scale(0.8);
}

.indexcases_box ul li.swiper-slide-active {
    transform: scale(1);
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}


.indexcases_box ul li .text span {
    /* font-size: 0.2rem; */
    background: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 0.05rem 0.2rem;
    border-radius: 50px;
}

.indexcases_box ul li .text .text1 {
    font-size: 0.22rem;
    margin: 0.1rem 0 0;
}

.indexcases_box ul li.swiper-slide-active .text{opacity: 1;}
.d_f {
    display: flex;
}

.j_b {
    justify-content: space-between;
}

.a_c {
    align-items: center;
}

.all_ti a.c_see_more {
    margin: 0;
}

.indexnews_box {
    display: flex;
    gap: 0.3rem;
}

.indexnews_box .in_imgnew,.indexnews_box .in_textnew {
    flex: 1;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    border-radius: 0.1rem;
    display: block;
    background: #fff;
    overflow: hidden;
}

.indexnews_box .in_imgnew .imgj {
    height: 2.5rem;
    background-size: cover;
    background-position: center;
}

.indexnews_box .in_imgnew .imgj img {
    width: 100%;
}

.indexnews_box .in_imgnew .text {
    padding: 0.2rem 0.3rem;
    flex: 1;
}

.indexnews_box .in_imgnew .text em {
    display: block;
    color: #a7cd45;
}

.indexnews_box .in_imgnew .text h4 {
    font-size: 0.22rem;
    /* font-weight: bold; */
    line-height: 0.3rem;
    height: 0.6rem;
    margin: 0.15rem 0;
    /* color: #333; */
}

.indexnews_box .in_imgnew .text p {
    line-height: 0.24rem;
    color: #666;
    height: 0.48rem;
}

.indexnews_box .in_imgnew .text span {
    display: block;
    color: #999;
    margin: 0.3rem 0 0;
}

.indexnews_box .in_textnew {/* padding: 0 0.32rem; */box-sizing: border-box;}

.indexnews_box .in_textnew .ti {
    font-size: 0.24rem;
    color: #a7cd45;
    line-height: 0.3rem;
    padding: 0.2rem 0.3rem;
}

.indexnews_box .in_textnew ul {
    height: calc(100% - 0.7rem);
    display: flex;
    flex-flow: column;
    padding: 0 0.3rem;
}

.indexnews_box .in_textnew ul li {
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.indexnews_box .in_textnew ul li a {}

.indexnews_box .in_textnew ul li a h4 {
    font-size: 0.18rem;
    margin: 0 0 0.1rem;
}

.indexnews_box .in_textnew ul li a span {
    color: #999;
}
.index_about_con .text_mainbox {
    width: 55%;
}

.index_about_con .text_mainbox .all_ti {
    width: 70%;
}

.index_about_con .text_mainbox .all_ti .ti {}

.index_about_con .ewm_box {
    margin: 1rem 0.5rem 0 0;
}

.index_about_con .ewm_box span {
    display: block;
    text-align: center;
    color: #a7cd45;
    line-height: 0.5rem;
}

.index_about_con .ewm_box .imgj img {
    width: 2.3rem;
}

.index_about_con .text_main a.c_see_more {
    margin: 0.5rem 0;
    color: #fff;
}


#video {
	/* width: 970px; */
	/* height: 594px; */
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
	cursor: pointer;
	z-index: 10;
}

.VideoBtn img{
    width: 100%;
}

.main_page_where {
    margin: 0.9rem 0 0;
}

.main_page_where .cpxq_01fr {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.main_page_where .cpxq_01fr .where {
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.main_page_where .cpxq_01fr .where .back {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background: url(../images/ljt.png) center center no-repeat;
    background-size: 0.12rem;
}

.main_page_where .cpxq_01fr .where span {}

.main_page_where .cpxq_01fr .main_nav {
    display: flex;
    align-items: center;
}

.main_page_where .cpxq_01fr .main_nav a {
    color: #666;
}

.main_page_where .cpxq_01fr .main_nav i {
    width: 1px;
    height: 0.1rem;
    display: block;
    background: #ddd;
    margin: 0 0.2rem;
}

.main_page_where .cpxq_01fr .contact {}

.main_page_where .cpxq_01fr .contact a {
    color: #a7cd45;
    border: 1px solid #a7cd45;
    line-height: 0.4rem;
    display: block;
    padding: 0 0.3rem;
    border-radius: 50px;
}

.main_page_where .cpxq_01fr .main_nav a:hover {
    color: #a7cd45;
}

.main_page_where .cpxq_01fr .contact a:hover {
    color: #fff;
    background: #a7cd45;
}

.product_picbox {width: 55%;/* display: flex; */position: relative;padding: 0 1.8rem 0 0;}

.product_picbox .product_pic {
    /* width: 60%; */
    /* flex: 1; */
    position: relative;
    padding: 0 0 0.5rem;
}

.product_picbox .product_pic .item {
    border-radius: 0.1rem;
    /* height: 4.5rem; */
    background: linear-gradient(0deg, #f6fffa 0%, #f6fffa 30%, #fff 60%);
    /* padding: 0.2rem; */
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
}

.product_picbox .product_pic .imgj img {
    width: 100%;
}

.product_picbox .product_trum {
    width: 1.8rem;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0.5rem;
}
.product_trum::-webkit-scrollbar {
	height:0.08rem;

    width:0.03rem
  }
.product_trum::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddd;
  }
.product_picbox .product_trum ul {
    margin: -0.05rem 0.1rem -0.05rem 0.3rem;
}

.product_picbox .product_trum ul li {
    padding: 0.05rem;
}

.product_picbox .product_trum ul li .imgj {
    border-radius: 0.1rem;
}

.product_picbox .product_trum ul li .imgj img {
    width: 100%;
}

.product_picbox .product_trum ul li.on {}

.product_picbox .product_trum ul li.on .imgj {
    border: 0.02rem solid #a7cd45;
}

.product_picbox .product_trum ul li.on .imgj img {}

.product_base {display: flex;align-items: flex-start;}

.product_infor {
    width: 45%;
    padding: 0 0 0 0.8rem;
}

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

.product_infor .base .ti {}

.product_infor .base .ti h3 {
    font-size: 0.36rem;
}

.product_infor .base .ti span {
    font-size: 0.2rem;
    display: block;
    color: #666;
}

.product_infor .base .price {
    color: #a7cd45;
    font-size: 0.26rem;
}

.product_infor .base .price em {
    font-size: 0.36rem;
}

.product_infor .inp {
    padding: 0.3rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product_infor .inp p {
    line-height: 0.3rem;
    color: #666;
}

.product_infor .contact_tel {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0 0;
}

.product_infor .contact_tel .con {
    font-size: 0.2rem;
    color: #fff;
    background: #a7cd45;
    line-height: 0.44rem;
    padding: 0 0.3rem;
    border-radius: 50px;
}

.product_infor .contact_tel span {
    color: #a7cd45;
    padding: 0 0 0 0.25rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.22rem;
    font-size: 0.28rem;
}
.product_picbox .product_pic .item .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    /* width: 100%; */
    flex: 1;
    margin: 0.2rem;
    overflow: hidden;
}
.product_picbox .product_pic .item .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    /* width: 100%; */
    flex: 1;
    /* margin: 0.2rem; */
    /* overflow: hidden; */
}

.product_mainbox {}

.product_mainbox .index_part:nth-child(2n+1) {
    background: #fff;
}

.product_mainbox .index_part:nth-child(2n) {
    background: #fcfcfa;
}

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

.product_ti h4 {
    font-size: 0.44rem;
    text-align: center;
}

.product_ti i {
    display: block;
    width: 0.5rem;
    height: 0.04rem;
    background: #a7cd45;
    margin: 0.2rem auto 0;
    border-radius: 50px;
}

.product_part {}

.product_part .main {}

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

.product_part .main p {
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.product_part .pro_number {
}

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

.product_part .pro_number ul li {
    width: 48%;
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.product_part .pro_number ul li label {
    width: 1.5rem;
    color: #999;
}

.product_part .pro_number ul li p {
    flex: 1;
}

.service_infor {
    display: flex;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.service_infor .text {
    width: 46%;
    padding: 0.4rem;
}

.service_infor .text .ti {
    border-bottom: 1px solid #ddd;
    padding: 0 0 0.2rem;
}

.service_infor .text .ti h4 {
    font-size: 0.3rem;
}

.service_infor .text .main {
    padding: 0.2rem 0;
    margin: 0 0 0.3rem;
}

.service_infor .text .main p {
    color: #666;
    line-height: 0.3rem;
}

.service_infor .text .c_see_more {
    margin: 0;
}

.service_infor .imgj {
    width: 55%;
    background-size: cover;
    background-position: center;
}

.service_case {}

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

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

.service_case ul li .item {
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0;
    background: #fcfcfa;
}

.service_case ul li .item .imgj {}

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

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

.service_case ul li .item .text .ti {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ddd;
}

.service_case ul li .item .text .ti h4 {
    font-size: 0.24rem;
    margin: 0 0 0.1rem;
}

.service_case ul li .item .text .ti .inp {
    color: #666;
}

.service_case ul li .item .text .ti .inp span {}

.service_case ul li .item .text .main {
    padding: 0.2rem 0;
    line-height: 0.3rem;
}

.service_case ul li .item .text .main p {}

.go_pop {
    display: inline-block;
    color: #a7cd45;
    border-radius: 50px;
    padding: 0 0.25rem;
    border: 1px solid #a7cd45;
    line-height: 0.4rem;
    cursor: pointer;
}

 .go_pop:hover {
    background: #a7cd45;
    color: #fff;
}

.pop_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.pop_box .blackbg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.pop_box .pop_main {
    display: flex;
    background: #fff;
    position: relative;
    z-index: 999;
    border-radius: 0.1rem;
    overflow: hidden;
    max-width: 70%;
}

.pop_box .pop_main .inf_box {
    width: 50%;
    color: #fff;
    padding: 0.4rem;
    background-size: cover;
    background-position: center;
}

.pop_box .pop_main .inf_box .text {}

.pop_box .pop_main .inf_box .text h4 {
    font-size: 0.3rem;
    margin: 0 0 0.1rem;
}

.pop_box .pop_main .inf_box .text p {}

.pop_box .pop_main .form_box {
    width: 50%;
    padding: 0.4rem;
}

.pop_box .pop_main .form_box .inp {
    margin: 0 0 0.1rem;
}

.pop_box .pop_main .form_box .inp input {
    width: 100%;
    line-height: 0.4rem;
    padding: 0.1rem;
    background: #f4f5f8;
    border-radius: 0.06rem;
}

.pop_box .pop_main .form_box textarea {
    width: 100%;
    background: #f4f5f8;
    padding: 0.1rem;
    border-radius: 0.06rem;
    color: #666;
    height: 1rem;
}

.pop_box .pop_main .form_box .button_box {
    display: flex;
    line-height: 0.6rem;
    justify-content: space-between;
    gap: 0.2rem;
}

.pop_box .pop_main .form_box .button_box button {
    flex: 1;
    line-height: 0.5rem;
    border-radius: 0.06rem;
}

.pop_box .pop_main .form_box .button_box button.button1 {
    background: #e6e6e6;
    color: #999;
}
.pop_box .pop_main .form_box .button_box button.button2 {
    background: #a7cd45;
    color: #ffff;
}

.pop_box.show {
    display: flex;
}

.product_recycle {}

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

.product_recycle ul li {
    width: 33.33%;
    padding: 0.15rem;
    border-radius: 0.1rem;
}

.product_recycle ul li .item {
    padding: 0.2rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

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

.product_recycle ul li .item .imgj img {}

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

.product_recycle ul li .item .text .ti {
    padding: 0.2rem 0;
}

.product_recycle ul li .item .text .ti h4 {
    font-size: 0.2rem;
}


.laboratory_step {
    overflow: hidden;
    padding: 0.2rem;
    margin: -0.2rem;
    position: relative;
}

.laboratory_step ul {}

.laboratory_step ul li.swiper-slide {
    opacity: 0;
    transition: 0.3s;
}

.laboratory_step ul li .item {
    display: flex;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.laboratory_step ul li .item .imgj {
    width: 50%;
    background-size: cover;
    background-position: center;
}

.laboratory_step ul li .item .text {
    width: 50%;
    /* width: 46%; */
    padding: 0.2rem 0.4rem 0.8rem;
}

.laboratory_step ul li .item .text .ti {
    border-bottom: 1px solid #ddd;
    padding: 0 0 0.2rem;
}

.laboratory_step ul li .item .text .ti h4 {
    font-size: 0.3rem;
}
.laboratory_step ul li .item .text .ti h4 em {
    font-size: 0.5rem;
    color: #a7cd45;
    margin: 0 0.1rem 0 0;
}
.laboratory_step ul li .item .text .main {
    padding: 0.2rem 0;
    margin: 0 0 0.3rem;
}

.laboratory_step ul li .item .text .main p {
    color: #666;
    line-height: 0.3rem;
}

.laboratory_step ul li .item .text .c_see_more {
    margin: 0;
}

.laboratory_step ul li.swiper-slide-active {
    opacity: 1;
}

li.swiper-slide.swiper-slide-active {}

.laboratory_step .step_buttom {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    width: 1rem;
    height: 0.5rem;
    z-index: 9;
    transform: translate(-50%, 0px);
    display: flex;
    align-items: center;
}

.laboratory_step .step_buttom .swiper-button-next,.laboratory_step .step_buttom .swiper-button-prev {
    background: url(../images/bjt.png) center center no-repeat rgba(0,0,0,0.5);
    border: 0;
    border-radius: 0;
    top: 0;
    margin: 0;
    transform: none;
    width: 0.5rem;
    height: 0.5rem;
    left: auto;
    right: auto;
    position: relative;
}

.laboratory_step .step_buttom .swiper-button-prev {
    transform: rotate(180deg);
}
.laboratory_infor {}

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

.laboratory_infor ul li {
    width: 33.33%;
    padding: 0.15rem;
    position: relative;
}

.laboratory_infor ul li .item {
    background: #fcfcfa;
    border-radius: 0.1rem;
    padding: 0.3rem 0.3rem 0.8rem;
    height: 100%;
}

.laboratory_infor ul li .item .imgj {}

.laboratory_infor ul li .item .imgj img {
    width: 0.59rem;
}

.laboratory_infor ul li .item .text {}

.laboratory_infor ul li .item .text .ti {
    font-size: 0.28rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.laboratory_infor ul li .item .text .ti h4 {}

.laboratory_infor ul li .item .text .main {
    line-height: 0.28rem;
    color: #666;
    margin: 0.2rem 0;
}

.laboratory_infor ul li .item .text .main p {}

.laboratory_infor ul li .item .text .go_pop {
    position: absolute;
    bottom: 0.4rem;
}

.margin-15 {
    margin: -0.15rem;
}

.web_w50 {
    width: 50%;
}

.padding15 {
    padding: 0.15rem;
}

.borderr10 {
    border-radius: 0.1rem;
}

.f26 {
    font-size: 0.26rem;
}

.cloor_add057 {
    color: #add057;
}

.lin30 {
    line-height: 0.3rem;
}

.laboratory_case {}

.laboratory_case ul {
    flex-flow: wrap;
}

.laboratory_case ul li {
    width: 33.33%;
}

.laboratory_case ul li .item {
    background: #fff;
    height: 100%;
    position: relative;
}

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

.laboratory_case ul li .item .text .ti {
    padding: 0 0 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.laboratory_case ul li .item .text .main {
    padding: 0.2rem 0;
}

.laboratory_case ul li .item .text .main .one {
    margin: 0 0 0.2rem;
}

.laboratory_case ul li .item .text .main .one span {
    padding: 0 0 0 0.3rem;
    background-size: 0.21rem;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 0 0.1rem;
}

.laboratory_case ul li .item .text .main .one span.bg {
    background-image: url(../images/bg.png);
}

.laboratory_case ul li .item .text .main .one span.fa {
    background-image: url(../images/fa.png);
}

.laboratory_case ul li .item .text .main .one span.cg {
    background-image: url(../images/cg.png);
}

.laboratory_case ul li .item .text .main .one p {
    color: #666;
    line-height: 0.26rem;
}

.laboratory_case ul li .item .text .go_pop {
    position: absolute;
    bottom: 0.3rem;
}

.research_inf {}

.research_inf .main {
    width: 80%;
    text-align: center;
    line-height: 0.3rem;
    margin: 0 auto 0.3rem;
}

.research_inf .main p {}

.research_inf .pic_box {
    display: flex;
    flex-flow: wrap;
}

.research_inf .pic_box .img {
    width: 33.33%;
    padding: 0.15rem;
}

.research_inf .pic_box .img .imgj {
    border-radius: 0.1rem;
    background: #fff;
    padding: 0.15rem;
}

.research_inf .pic_box .img .imgj img {
    transform: scale(1) !important;
}

.research_pro {}

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

.research_pro ul li {
    width: 33.33%;
    padding: 0.05rem;
}

.research_pro ul li .item {
    border-radius: 0.1rem;
    position: relative;
}

.research_pro ul li .item .imgj {}

.research_pro ul li .item .imgj img {}

.research_pro ul li .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 0.2rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
    font-size: 0.22rem;
}

.train_box {
    display: flex;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.train_box .imgj {
    width: 50%;
    background-size: cover;
    background-position: center;
}

.train_box .text {
    width: 50%;
    padding: 0 0.4rem;
}

.train_box .text .one {
    padding: 0.4rem 0;
    border-bottom: 1px solid #ddd;
}
.train_box .text .one:last-child {
    border: 0;
}
.train_box .text .one h4 {
    font-size: 0.22rem;
    margin: 0 0 0.1rem;
}

.train_box .text .one p {
    color: #666;
}
.news_listbox {
    margin: -0.15rem;
    overflow: hidden;
    display: block;
}

.news_listbox ul {}

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

.news_listbox ul li .in_imgnew {}

.new_buttom {
    margin: 0.5rem 0 0;
}

.allnews_listbox {
    display: block;
}

.allnews_listbox ul {}

.allnews_listbox ul li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ddd;
}

.allnews_listbox ul li .in_imgnew {
    display: flex;
    box-shadow: none;
}

.allnews_listbox ul li .in_imgnew .imgj {
    width: 3.5rem;
    height: auto;
    border-radius: 0.1rem;
}

.allnews_listbox ul li .in_imgnew .text h4 {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}



.news_mainwhere {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    line-height: 0.4rem;
}

.news_mainwhere a {
    color: #666;
}

.news_mainwhere i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.08rem;
}

.news_mainpage {}

.news_mainpage .wal {
    width: 70%;
}

.news_mainpage .ti {
    text-align: center;
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
}

.news_mainpage .ti h4 {
    font-size: 0.34rem;
}

.news_mainpage .ti .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: #666;
    margin: 0.3rem 0 0;
}

.news_mainpage .ti .tip span {}

.news_mainpage .ti .tip i {}

.news_mainpage .main {
    padding: 0.5rem 0;
}

.news_mainpage .main p {
    line-height: 0.3rem;
}

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

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

.news_mainpage .more_new .one {
    width: 49%;
    background: #fcfcfb;
}

.news_mainpage .more_new .one a {
    display: block;
    padding: 0.4rem;
    font-size: 0.18rem;
}
.news_mainwhere a:hover {
    color: #a7cd45;
}

.nei_about {
    display: block;
}

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

.nei_about .main {
    text-align: center;
}

.nei_about .main p {
    text-align: center;
}

.nei_about .text_main a.c_see_more {
    margin: 0.5rem auto;
}

.about_cutrul {}

.about_cutrul ul {
    display: flex;
}

.about_cutrul ul li {
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 0 0.5rem;
    text-align: center;
}

.about_cutrul ul li img {
    width: 0.6rem;
}

.about_cutrul ul li .text {}

.about_cutrul ul li .text h4 {
    font-size: 0.24rem;
    margin: 0.2rem 0;
}

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

.about_cutrul ul li:last-child {
    border: 0;
}

.about_zzzs {}

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

.about_zzzs ul li {
    width: 20%;
    padding: 0.1rem;
}

.about_zzzs ul li .imgj {
    background: #fff;
    padding: 0.1rem;
    border-radius: 0.1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_zzzs ul li .imgj img {
    max-width: 100%;
    max-height: 100%;
}

.about_zzzs ul li .text {
    text-align: center;
    font-size: 0.2rem;
    padding: 0.2rem 0;
}

.about_zzzs ul li .text h4 {}

.contact_usbox {
    display: flex;
    align-items: flex-start;
}

.contact_usbox .text_box {
    width: 50%;
}

.contact_usbox .text_box p {
    line-height: 0.4rem;
}

.contact_usbox .text_box .ewmbox {
    margin: 0.4rem 0 0;
}

.contact_usbox .text_box .ewmbox .imgj {
    border: 0.1rem solid rgb(167 205 69 / 0.4);
    border-radius: 0.1rem;
    display: inline-block;
}

.contact_usbox .text_box .ewmbox .imgj img {
    width: 2rem;
}

.contact_usbox .text_box .ewmbox span {
    display: block;
    text-align: center;
    color: #a7cd45;
    line-height: 0.3rem;
    width: 2.2rem;
}

.contact_usbox .contact_form {
    width: 50%;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
}

.contact_usbox .contact_form h3 {
    font-size: 0.24rem;
    padding: 0.3rem;
}

.contact_usbox .contact_form .form_box {
    display: flex;
    flex-flow: wrap;
}

.contact_usbox .contact_form .form_box .inp {
    width: 50%;
    padding: 0 0.3rem;
}

.contact_usbox .contact_form .form_box .inp input {
    width: 100%;
    border-bottom: 1px solid #ddc;
    padding: 0.2rem 0;
}

.contact_usbox .contact_form .form_box .inp textarea {
    width: 100%;
    padding: 0.2rem 0;
    color: #666;
    border-bottom: 1px solid #ddd;
    height: 1.2rem;
}

.contact_usbox .contact_form .form_box .button_box {
    width: 100%;
    display: flex;
    align-items: center;
    \: 0.5rem;
    margin: 0.3rem 0 0;
}

.contact_usbox .contact_form .form_box .button_box button {
    width: 100%;
    line-height: 0.5rem;
}

.contact_usbox .contact_form .form_box .button_box .button1 {
    background: #666;
    color: #fff;
}

.contact_usbox .contact_form .form_box .button_box .button2 {
    background: #a7cd45;
    color: #fff;
}

.contact_map {}

.contact_map img {
    width: 100%;
}
.contact_usbox .contact_form .form_box .inp.w100 {
    width: 100%;
}

.jobs_list {}

.jobs_list ul {}

.jobs_list ul li {
    background: #fff;
    border-radius: 0.16rem;
    margin: 0 0 0.3rem;
}

.jobs_list ul li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem;
}

.jobs_list ul li .top .left {}

.jobs_list ul li .top .left h3 {
    font-size: 0.28rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.jobs_list ul li .top .left span {
    display: block;
    font-size: 0.18rem;
    color: #666;
}

.jobs_list ul li .top .right {
    color: #a7cd45;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.jobs_list ul li .top .right span {}

.jobs_list ul li .top .right i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/ljt.png) center center no-repeat;
    transition: all 0.3s;
    background-size: 0.08rem;
    transform: rotate(90deg);
}

.jobs_list ul li.on .top .right i {
    transform: rotate(-90deg);
}

.jobs_list ul li .main {
    height: 0;
    overflow: hidden;
    padding: 0 0.3rem;
    transition: all 0.3s;
    color: #ddd;
}

.jobs_list ul li .main .p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
}

.jobs_list ul li .main .p p {}

.jobs_list ul li .main .p em {
    color: #a7cd45;
    display: block;
    margin: 0.2rem 0 0;
}

.jobs_list ul li.on .main {
    padding: 0.3rem;
    height: auto;
    border-top: 1px solid #ddd;
}

