@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: HarmonyOS_l;
  src:url(../font/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
  font-family: HarmonyOS_m;
  src:url(../font/HarmonyOS_Sans_SC_Medium.ttf);
}
@font-face {
  font-family: HarmonyOS_r;
  src:url(../font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: HarmonyOS_t;
  src:url(../font/HarmonyOS_Sans_SC_Thin.ttf);
}
@font-face {
  font-family: spmgcao;
  src:url(../font/452-cai978.ttf);
}
@font-face {
  font-family: HarmonyOS_b;
  src:url(../font/HarmonyOS_Sans_SC_Bold.ttf);
}
.ct{font-family:;}
.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 {
    color: #262626;
    font-family: 'HarmonyOS_r','HarmonyOS_m','HarmonyOS_l','HarmonyOS_b';
    font-size: 0.16rem;
    line-height: 1.5;
}
a{color: #262626;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 12rem;margin:0 auto;width: 90%;z-index: 2;position: relative;}
a:hover {
    text-decoration: none;
    color: #e04636;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.4rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    /* border: 1px solid #51423a; */
    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.12rem;
    border-radius: 0;
    height: 0.12rem;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #666;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #e04636;
}
.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**/


.head_top {
    background: rgb(243, 243, 243);
    line-height: 0.3rem;
}

.head_top .wal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_top .zi16 {
    font-size: 0.14rem;
}

.zi16 {
    font-size: 0.16rem;
}

.color_red {
    color: #d93533;
}

.header_box {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.header_box .nav_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.header_box .nav_content a.nav_logo {}

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

.header_box .nav_content .nav_ul {
    display: flex;
    flex: 1;
}

.header_box .nav_content .nav_ul .nav_li {
    flex: 1;
}

.header_box .nav_content .nav_ul .nav_li a {
    display: block;
    text-align: center;
    line-height: 1rem;
    font-size: 0.18rem;
}

.header_box .nav_content .nav_ul .nav_li.on {}

.header_box .nav_content .nav_ul .nav_li.on a {
    border-top: 0.03rem solid #e62129;
}

.index_banner {}

.index_banner img {
    width: 100%;
}

.inde_part {
    padding: 0.8rem 0;
}

.bg_about {
    background: linear-gradient(180deg, #e62129 0%, #e62129 2.3rem, #fff 2.3rem);
    padding: 1rem 0 0.8rem;
}

.index_about {
    display: flex;
    gap: 0.5rem;
}

.index_about .img_box {
    flex: 1;
    margin: 0.4rem 0 0 0;
}

.index_about .img_box a {
    display: block;
}

.index_about .img_box .imgj {}

.index_about .img_box .imgj img {
    width: 100%;
}

.index_about .img_box .text {
    background: #333;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
}

.index_about .img_box .text .text1 {
    font-size: 0.18rem;
    color: #fff;
}

.index_about .img_box .text .text2 {
    background: #e62129;
    padding: 0.2rem;
}
.index_about .img_box .text .text2 img {
    width: 0.45rem;
}

.index_about .text_box {
    flex: 2;
    position: relative;
}

.index_about .text_box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin: 0.3rem 0  0.8rem;
}

.index_about .text_box .title .ti {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 0.1rem;
    position: relative;
    padding: 0 0 0 0.4rem;
}

.index_about .text_box .title .ti em {
    font-size: 0.3rem;
    font-style: italic;
    display: block;
    font-weight: bold;
}

.index_about .text_box .title .ti h3 {}

.index_about .text_box .title .ti span {
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    font-size: 1rem;
    opacity: 0.5;
    font-weight: bold;
}

.index_about .text_box .title .tip {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.index_about .text_box .title .tip i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/yin.png) center center no-repeat;
    background-size: 0.15rem;
    transform: rotate(00deg) translate(0px, -0.1rem);
}

.index_about .text_box .title .tip i.i1 {}

.index_about .text_box .title .tip i.i2 {
    transform: rotate(180deg) translate(0px, -0.1rem);
}

.index_about .text_box .title .tip span {}

.index_about .text_box .main {
    /* position: relative; */
    /* z-index: 3; */
}

.index_about .text_box .main .zi {
    padding: 0.3rem 0 0.8rem 0.3rem;
    line-height: 2;
}

.index_about .text_box .main .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.index_about .text_box .main .bot img {
    width: 3rem;
}

.index_about .text_box .main .bot .wz {
    font-size: 0.32rem;
    color: rgb(153, 153, 153);
    margin: 0 0.8rem 0 0;
}

.index_about .text_box .main .bot .wz p.p1 {
    margin: 0 0.8rem 0 0;
}

.index_about .text_box .main .bot .wz p.p2 {
    margin: 0 0 0 0.8rem;
}

.index_about .text_box .bg_map {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    bottom: 0;
    opacity: 0.1;
    text-align: center;
    z-index: 1;
}

.index_about .text_box .bg_map img {
    height: 100%;
}

.bg_f5f5f5 {
    background: #f5f5f5;
}

.index_product {}

.index_product .title {
    text-align: center;
    margin: 0 0 0.4rem;
}

.index_product .title h3 {
    font-size: 0.32rem;
    font-weight: bold;
}

.index_product .title i {
    display: block;
    width: 0.3rem;
    height: 0.02rem;
    background: #e62129;
    margin: 0.1rem auto;
}

.index_product .title p {
    color: #999;
}

.index_product .product_center .swiper {
    padding: 0 0 0.8rem 0;
    position: relative;
}

.index_product .product_center ul {}

.index_product .product_center ul li {}

.index_product .product_center ul li .item {
    display: block;
    width: 80%;
    background: #fff;
    border-radius: 38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.2rem 0.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.15rem rgba(0,0,0,0.1);
}

.index_product .product_center ul li .item .imgj {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_product .product_center ul li .item .imgj img {
    max-width: 90%;
    max-height: 90%;
}
.index_product .product_center ul li .item .text {
    width: 50%;
}

.index_product .product_center ul li .item .text .ti {
    color: #e04636;
    margin: 0 0 0.2rem;
    font-size: 0.18rem;
}

.index_product .product_center ul li .item .text .ti h4 {}

.index_product .product_center ul li .item .text .ti p {}

.index_product .product_center ul li .item .text .main {
    font-size: 0.14rem;
    color: #666;
    line-height: 2;
}

.index_product .product_center ul li .item .text .main p {}

.index_product .product_center ul li .item .text .seemore {
    display: inline-flex;
    border: 1px solid #666;
    font-size: 0.14rem;
    align-items: center;
    gap: 0.2rem;
    padding: 0.05rem 0.1rem;
    margin: 0.3rem 0 0;
    color: #666;
}

.index_product .product_center ul li .item .text .seemore span {}

.index_product .product_center ul li .item .text .seemore img {}

.index_product .product_center ul li .item .text .icon {
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}

.index_product .product_center ul li .item .text .icon img {
    width: 1rem;
}

.bg_case {
    background: url(../images/bg_case.jpg) center;
    background-size: cover;
}

.index_case {
    display: flex;
    align-items: center;
}

.index_case .title {
    color: #fff;
    width: 45%;
}

.index_case .title h3 {
    font-size: 0.32rem;
    font-weight: bold;
}
.index_case .title i {
    display: block;
    width: 0.3rem;
    height: 0.02rem;
    background: #e62129;
    margin: 0.1rem 0;
}

.index_case .title p {}
.index_case .title .text2 {
    background: #e04636;
    width: 0.7rem;
    height: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4rem 0 0;
}

.index_case .title .text2 img {
    width: 0.45rem;
}
.index_case .index_casebox {
    flex: 1;
    padding: 0 0.5rem;
}

.index_case .index_casebox ul {
    display: flex;
    flex-flow: wrap;
}

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

.index_case .index_casebox ul li .item {
    display: block;
    position: relative;
}

.index_case .index_casebox ul li .item .imgj {}

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

.index_case .index_casebox ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.index_case .index_casebox ul li .item .text span {}

.index_case .index_casebox ul li .item:hover {}

.index_case .index_casebox ul li .item:hover .text {
    opacity: 1;
}

.index_news {}

.index_news .title {
    text-align: center;
    margin: 0 0 0.4rem;
}

.index_news .title h3 {
    font-size: 0.32rem;
    font-weight: bold;
}

.index_news .title i {
    display: block;
    width: 0.3rem;
    height: 0.02rem;
    background: #e62129;
    margin: 0.1rem auto;
}

.index_news .title p {}

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

.index_newsbox .innews_con {
    flex: 2.3;
}

.index_newsbox .innews_con .news_nav {border-bottom: 1px solid #ddd;padding: 0 0 0.1rem;}

.index_newsbox .innews_con .news_nav ul {
    display: flex;
}

.index_newsbox .innews_con .news_nav ul li {
    background: #f5f5f5;
    line-height: 0.4rem;
    padding: 0 0.3rem;
    color: #666;
    cursor: pointer;
}

.index_newsbox .innews_con .news_nav ul li span {}

.index_newsbox .innews_con .news_nav ul  li.on {
    background: #e04636;
    color: #fff;
}

.index_newsbox .innews_con .news_nav ul  li.on span {}

.index_newsbox .innews_con .news_mainbox.zicon {
    display: none;
    padding: 0.2rem 0;
    align-items: flex-start;
    gap: 0.4rem;
}

.index_newsbox .innews_con .news_mainbox .imgnews {
    display: block;
    position: relative;
    flex: 1;
}

.index_newsbox .innews_con .news_mainbox .imgnews .imgj {}

.index_newsbox .innews_con .news_mainbox .imgnews .imgj img {
    width: 100%;
}

.index_newsbox .innews_con .news_mainbox .imgnews p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0.1rem;
    font-size: 0.14rem;
}

.index_newsbox .innews_con .news_mainbox .textnew_box {
    flex: 1.3;
}

.index_newsbox .innews_con .news_mainbox .textnew_box li {
    line-height: 2.5;
}

.index_newsbox .innews_con .news_mainbox .textnew_box li .item {
    display: flex;
    gap: 0.2rem;
}

.index_newsbox .innews_con .news_mainbox .textnew_box li .item p {
    font-size: 0.14rem;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 0 0 0.2rem;
    position: relative;
}

.index_newsbox .innews_con .news_mainbox .textnew_box li .item p:before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.index_newsbox .innews_con .news_mainbox .textnew_box li .item span {
    width: 1rem;
}

.index_newsbox .imgicon {
    flex: 1;
}

.index_newsbox .imgicon img {
    width: 100%;
}

.index_newsbox .innews_con .news_mainbox.zicon.active {
    display: flex;
}

footer.footer_box {
    background: rgb(39, 39, 39);
    color: #fff;
}

footer.footer_box .footer_main {
    display: flex;
    padding: 0.5rem 0;
    align-items: center;
}

footer.footer_box .footer_main .logo {
    border-right: 1px solid #ffffff6e;
    padding: 0  0.3rem 0 0;
}

footer.footer_box .footer_main .logo img {
    width: 1.37rem;
}

footer.footer_box .footer_main .main {
    padding: 0 0.3rem;
    flex: 1;
}

footer.footer_box .footer_main .main .fot_nav {
    display: flex;
    color: #fff;
    gap: 0.2rem;
    align-items: center;
    justify-content: flex-end;
}

footer.footer_box .footer_main .main .fot_nav a {
    color: #fff;
    opacity: 0.5;
}

footer.footer_box .footer_main .main .fot_nav i {
    display: block;
    width: 1px;
    height: 0.152rem;
    background: #ffffff8f;
}

footer.footer_box .footer_main .main .contact {
    display: flex;
    margin: 0.4rem  0 0;
    justify-content: space-between;
}

footer.footer_box .footer_main .main .contact .one {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.14rem;
    /* flex: 1; */
}

footer.footer_box .footer_main .main .contact .one img {
    width: 0.4rem;
}

footer.footer_box .footer_main .main .contact .one .zi {
    flex: 1;
}

footer.footer_box .footer_main .main .contact .one .zi em {}

footer.footer_box .footer_main .main .contact .one .zi p {
    opacity: 0.5;
}

footer.footer_box .footer_main .ewmbox {
    text-align: center;
}

footer.footer_box .footer_main .ewmbox img {
    width: 1.2rem;
}

footer.footer_box .foot_com {
    text-align: center;
    font-size: 0.14rem;
    padding: 0.2rem 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

footer.footer_box .foot_com p {
    opacity: 0.5;
}

footer.footer_box .foot_com p a {
    color: #fff;
}
footer.footer_box .footer_main .main .fot_nav a:hover {
    opacity: 1;
}
footer.footer_box .footer_main .ewmbox span {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    margin: 0.1rem 0 0;
}
.nei_banner {
    background-size: cover;
    background-position: center center;
}

.nei_banner .text_box {
    text-align: center;
    color: #fff;
}

.nei_banner h3 {
    font-size: 0.28rem;
}

.nei_banner span {
    display: block;
    font-size: 0.14rem;
}

.nei_banner .text {
    position: relative;
    padding: 1.5rem 0;
}

.nei_banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -18%);
    width: 2rem;
}

.about_information {}

.about_information h3 {
    text-align: center;
    font-size: 0.34rem;
    margin: 0 0 0.3rem;
}

.about_information .main {
    font-size: 0.14rem;
}

.about_information .main p {}

.all_title {
    text-align: center;
    margin:  0 0 0.4rem;
}

.all_title h3 {
    font-size: 0.32rem;
    font-weight: bold;
}

.all_title i {
    display: block;
    width: 0.3rem;
    height: 0.02rem;
    background: #e62129;
    margin: 0.1rem auto;
}

.all_title p {
    color: #999;
}

.about_history {
    position: relative;
}

.about_history ul {
    position: relative;
    z-index: 32;
}

.about_history ul li {
    text-align: right;
    width: 45%;
}

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

.about_history ul li .item .year {
    font-size: 0.32rem;
    color: #e04636;
}

.about_history ul li .item .main {
    color: #666;
}

.about_history ul li .item .main p {}

.about_history ul li .item .dot {
    width: 0.15rem;
    height: 0.15rem;
    background: #e04636;
    border-radius: 50%;
    position: absolute;
    top: 0.17rem;
    right: -13%;
}

.about_history ul li:nth-child(2n) {
    text-align: left;
    margin: 0 0 0 55%;
}

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

.about_history ul li:nth-child(2n) .item .year {}

.about_history ul li:nth-child(2n) .item .main {}

.about_history ul li:nth-child(2n) .item .main p {}

.about_history ul li:nth-child(2n) .item .dot {
    left: -13%;
}

.about_history:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ddd;
    left: 50%;
}

.about_history .imgj {
    position: absolute;
    left: 0;
    bottom: -1rem;
}

.about_history .imgj img {
    width: 3rem;
}

.about_honor {}

.about_honor img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.where_box {
    padding: 0.2rem 0 0;
}

.product_box {
    display: flex;
    gap: 0.4rem;
}

.product_box .pro_nav {
    flex: 1;
}

.product_box .pro_nav h3 {
    background: #e62129;
    color: #fff;
    font-size: 0.28rem;
    padding: 0.1rem 0.2rem;
    margin: 0 0 0.2rem;
}

.product_box .pro_nav ul {
    background: #36404b;
    padding: 0.2rem 0;
}

.product_box .pro_nav ul li {
    padding: 0.13rem 0.2rem;
}

.product_box .pro_nav ul li a {
    color: #fff;
    font-size: 0.18rem;
    display: block;
    padding: 0 0.1rem;
}

.product_box .pro_nav ul li.on,.product_box .pro_nav ul li:hover {
    background: #e62129;
}

.product_box .pro_nav ul li.on a,.product_box .pro_nav ul li:hover a {
    border-left: 0.03rem solid #fff;
}

.product_box .allright_part {
    flex: 3.5;
}

.all_smalltitle {
    margin: 0.2rem 0 0.4rem;
}

.all_smalltitle h3 {
    font-size: 0.24rem;
    border-left: 0.04rem solid #e62129;
    line-height: 1;
    padding: 0 0.2rem;
}

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

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

.product_box .product_list ul li .item {}

.product_box .product_list ul li .item .imgj {
    border: 1px solid #ddd;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.1rem;
}

.product_box .product_list ul li .item .imgj img {
    width: 100%;
    max-width: 80%;
    max-height: 80%;
}

.product_box .product_list ul li .item .text {}

.product_box .product_list ul li .item .text p {}

.news_list {}

.news_list ul {
    margin: -0.2rem 0 0;
}

.news_list ul li {
    padding: 0.2rem 0;
    border-bottom: 1px dashed #ddd;
}

.news_list ul li .item {
    display: flex;
    gap: 0.3rem;
}

.news_list ul li .item .imgj {
    width: 1.4rem;
    height: 1rem;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.news_list ul li .item .text h3 {
    font-size: 0.18rem;
    margin: 0 0 0.2rem;
}

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

.news_maincon .title {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 0.2rem;
}

.news_maincon .title h3 {
    text-align: center;
    font-size: 0.26rem;
}

.news_maincon .main {
    padding: 0.2rem 0;
    font-size: 0.14rem;
}

.news_maincon .main p {}

.news_maincon .main img {
    max-width: 100%;
}

.news_maincon .more_new {
    display: flex;
    justify-content: space-between;
    background: #e9e9e9;
    padding: 0.1rem;
}

.news_maincon .more_new .one {}

.news_maincon .more_new .one span {}

.news_maincon .more_new .one a {
    color: #666;
}

.news_maincon .more_new .one a:hover {
    color: #e62129;
}
.product_base {
    display: flex;
    gap: 0.4rem;
}

.product_base .imgj {
    flex: 1;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.product_base .text {
    flex: 1;
}

.product_base .text h3 {
    font-size: 0.22rem;
    border-bottom: 1px solid#ddd;
    line-height: 2;
}

.product_base .text .mm {
    padding: 0.2rem 0;
    font-size: 0.14rem;
    color: #666;
    line-height: 2;
}

.product_base .text .mm p {}

.product_infor {
    margin: 0.4rem 0;
    border: 1px solid #ddd;
}

.product_infor .ti {}

.product_infor .ti h4 {
    font-size: 0.2rem;
    border-bottom: 0.02rem solid #e62129;
    padding: 0 0.2rem;
    line-height: 0.45rem;
    font-weight: bold;
}

.product_infor .main {
    padding: 0.2rem;
    font-size: 0.14rem;
    color: #666;
}

.product_infor .main p {}

.reltive_pro {
    border: 1px solid #ddd;
}

.reltive_pro .ti {
    background: #fafafa;
    padding: 0.1rem 0.2rem;
    font-size: 0.2rem;
}

.reltive_pro ul {
    padding: 0.2rem;
}

.contact_box {
    display: flex;
}

.contact_box .contact_main {
    width: 40%;
    border-right: 1px solid #ddd;
}

.contact_box .contact_main h3 {
    font-size: 0.26rem;
}

.contact_box .contact_main .one {
    display: flex;
    align-items: flex-start;
    margin: 0.2rem 0 0;
}

.contact_box .contact_main .one img {
    width: 0.4rem;
}


.contact_box .contact_main .one .mm {
    flex: 1;
    padding: 0 0 0 0.15rem;
    font-size: 0.14rem;
}

.contact_box .contact_main .one .mm p {
    margin: 0 0 0.1rem 0;
}

.contact_box .contact_main .one .mm p em {
    color: #e62129;
}

.contact_box .contact_main .one .mm p a {}

.contact_box .contact_form {
    width: 60%;
    padding: 0 0 0 10%;
}

.contact_box .contact_form h3 {
    font-size: 0.24rem;
    margin: 0 0 0.2rem;
}

.contact_box .contact_form form {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.contact_box .contact_form form .one {
    width: 50%;
    padding: 0.1rem;
}

.contact_box .contact_form form .one input,.contact_box .contact_form form .one textarea {
    display: block;
    background: #fafafa;
    width: 100%;
    padding: 0.1rem;
}

.contact_box .contact_form form .one textarea {
    height: 1rem;
}

.contact_box .contact_form .aniu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0.2rem 0 0;
}

.contact_box .contact_form .aniu button {
    background: #e62129;
    color: #fff;
    padding: 0.1rem 0.25rem;
    border-radius: 0.04rem;
}

.contact_box .contact_form form .one:last-child {
    width: 100%;
}

.contact_map {
    border-top: 1px solid #ddd;
    margin: 0.5rem 0 0;
    padding: 0.3rem 0 0;
}

.contact_map .wal {
    padding: 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.contact_map img {
    width: 100%;
}
