﻿html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 120px;
	font-family: 'Noto Sans SC';
}
.product_view{
	background: url(../image/dingbu.png)no-repeat;
}
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../font/NotoSansSC-Regular.otf') format('opentype'),
		url('../font/NotoSansSC-Bold.otf') format('opentype'),
        url('../font/NotoSansSC-Medium.otf') format('opentype'),
        url('../font/Syne-Regular.ttf') format('truetype'),
        url('../font/Syne-Bold.ttf') format('truetype'),
        url('../font/Syne-Medium.ttf') format('truetype');
 }
div{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    vertical-align: middle;
    border: 0;
}

input:focus {
    outline: 0;
}

input, textarea, select {
    border: none;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    outline: medium;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    display: block;
}

input[type="text"],input[type="button"],textarea {
    border: none;
    resize: none;
    -webkit-appearance: none;
    outline: medium;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:focus,input[type="button"]:focus{ outline: 0; }

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.list-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.list-flex-oem{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;    /* 旧版语法：顶部对齐 */
    -webkit-align-items: flex-start; /* 旧版语法：顶部对齐 */
    align-items: flex-start;      /* 现代语法：顶部对齐 */
}


.list-flex-oem-second{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;    /* 旧版语法：顶部对齐 */
    -webkit-align-items: flex-start; /* 旧版语法：顶部对齐 */
    align-items: flex-start;      /* 现代语法：顶部对齐 */
    justify-content: center; /* 水平居中 */
}

.display-none{
    display: none;
}

.display-flex{
    display: flex;
}

.list-flex-space {
    justify-content: space-between;
}

.list-flex-center {
    justify-content: center;
}
.list-flex-top {
    align-items: flex-start; /* 顶部对齐 */
}

.list-flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line-clamp1,.line-clamp2,.line-clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp1 {
    -webkit-line-clamp: 1;
}

.line-clamp2 {
    -webkit-line-clamp: 2;
}

.line-clamp3 {
    -webkit-line-clamp: 3;
}

.c-pos{
    position: relative;
}

.flex-1 {
    flex: 1;
}

.flex-x-start{
    align-items: flex-start;
}

.float_l {
    float: left;
}
.center {
    width: 13.122rem;
    margin: 0 auto;
    position: relative;
}

.font16{
    font-size: .1333rem !important;
}
.font22{
	font-size: .19rem !important;
}
.font20{
    font-size: .1666rem !important;
}
.font25{
    font-size: .20rem !important;
}

.font18{
    font-size: .15rem !important;
}

.fontWeight{
    font-weight: bold;
}
.m-t-86{
    margin-top: .716rem;
}
.page-content{
    width: 100%;
    min-height: calc(100% - 430px);
    background-color: #ffffff;
    padding-bottom: .91213rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: .28rem;
}

.swiper-slide img{
    width: 100%;
}

.swiper-pagination-b .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
}
.swiper-pagination-b .swiper-pagination-bullet-active{
    background-color: #0CB9A7;
}

.pc{
    display: flex;
}
.phone{
    display: none;
}

.pc-block{
    display: block;
}

.phone-block{
    display: none;
}
.w-h{
    width: 100%;
    height: 100%;
}
.h{
    height: 100%;
}
.flex-stretch{
    align-items: stretch;
}

.p-t-20{
    padding-top: .166rem;
}

.p-t-5{
    padding-top: 5px;
}
.m-t-20{
    margin-top: .166rem;
}
.m-t-40{
    margin-top: .333rem;
}
.m-t-36{
    margin-top: .3rem;
}
.m-t-10{
    margin-top: .1rem;
}

.w-180{
    width: 180px !important;
}

.c-pos-a{
    position: absolute;
}

.flex-wrap{
    flex-wrap: wrap;
}

.img-w{
    width: 100%;
    height: auto;
}

.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.lx-t-r:hover .img-cover{
	transform: scale(1.1);
}

.img-max{
    max-width: 100%;
    max-height: 100%;
}

.img-max_second{
    max-width: 80%;
    max-height: 80%;
}
.img-max_second_S{
    max-width: 50%;
    max-height: 50%;
}
.img-h{
    height: 100%;
    width: auto;
}
.p-cls{
    line-height: 1.8;
    letter-spacing: 2px;
    color: #656464;
    font-size: .166rem;
}
.txt-cls{
    color: #999999;
    font-size: 12px;
    line-height: 1.8;
}
.txt-cls-14{
    color: #242728;
    font-size: .15rem;
    line-height: 1.8;
	text-align: justify;
}

.txt-cls-15{
    color: #242728;
    font-size: .15rem;
    line-height: 1.5;
	text-align: justify;
}
.w{
    width: 100%;
}
.color666{
    color: #656464 ;
}

.color31tit{
    color: #656464 ;
}
.color31cont{
    color: #656464 ;
}
.color32tit{
    color: #656464 ;
}
.color32cont{
    color: #656464 ;
}
.color33tit{
    color: #656464 ;
}
.color33cont{
    color: #656464 ;
}
.color34tit{
    color: #656464 ;
}
.color34cont{
    color: #656464 ;
}

.color333{
    color: #242728;
}
.p-l-20{
    padding-left: .3rem;
}
.p-r-20{
    padding-right: .3rem;
}
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track{background-color:#cccccc;}
::-webkit-scrollbar-thumb{background-color:#eee; border-radius: 8px;}
::-webkit-scrollbar-thumb:hover {background-color:#bababa}
::-webkit-scrollbar-thumb:active {background-color:#bababa}

/**头部**/
.dialog-cls, .wx-dialog-cls{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
    left: 0;
    right: 0;
}
.wx-dialog-cls{
    z-index: 999;
}
.header-cls{
    height: .75rem;
    width: 100%;
    z-index: 99;
    position: absolute;
}
.dialog-header-cls{
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.nav-item-tit {
    color: #ffffff;
}
.h-bg {
    background-color: #ffffff;
    position: fixed;
	/*
	border-bottom: 1px solid #cccccc;
	*/
}
.h-bg-1{
	/*
    background-color: #ffffff;
	*/
}
.h-btm{
	/*
    border-bottom: 1px solid #cccccc;
	*/
}
.h-bg .nav-item a,.h-bg .nav-item-tit,.h-bg-1 .nav-item a,.h-bg-1 .nav-item-tit{
    color: #656464 !important;
}
.logo-cls{
    height: 0.27rem;
}

.search-img{
    height: 0.18rem;
}

.lang-img{
    height: 0.17rem;
}

.nav-div {
    height: 0.75rem;
}

.nav-item{
	/*
    min-width: 0.5rem;
    margin-left: 0.7rem;
	*/
	padding: 0 0.29rem;
    cursor: pointer;
    font-size: 0.17rem;
    height: 100%;
}
.nav-item:last-child{padding: 0 0 0 0.2rem;}
#searchNav{

}
.nav-div a{
    color: #ffffff;
}

.nav-son{
    position: absolute;
    padding: 0.08rem 0 .08rem 0;
    background-color: #ffffff;
    top: 0.75rem;
    left: -.3rem;
    z-index: 99;
    display: none;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
}
#searchNavSon{
    display: none;
}
.nav-son-item{
    width: 2.17rem;
}
.nav-t-tit{
    padding-left: 0.3rem;
    margin-bottom: 0.125rem;
    font-size: .18rem;
}

.nav-spit-r{
    border-right: 1px solid #EFEFEF;
}

#technologyNavSon{
    left: -1.85rem;
    max-height: 4rem;
    overflow-y: auto;
}

#technologyNavSon .nav-son-item{
    width: 2.5rem;
}

#langNavSon .nav-son-item {
    width: 1rem;
}

#langNavSon .nav-line {
    width: 0.8rem;
}

#langNavSon{
    left: -0.62rem;
}

#aboutNavSon .nav-son-item{
    width: 1.25rem;
}

#aboutNavSon .nav-line{
    width: 1.16rem;
}

#aboutNavSon{
    left: 0.1rem;
}

#productNavSon{
    left: -5.1rem;
    max-height: 4rem;
}

.nav-line{
    width: 1.25rem;
    height: 2px;
    background-color: #0CB9A6;
    margin-right: auto;
    margin-left: auto;
}

.son-item{
    height: .417rem;
    font-size: .15rem;
    text-align: left;
    font-weight: normal;
    width: 100%;
}

.son-item a {
    width: 100%;
    height: 100%;
    color: #656464;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    padding-left: 0.3rem;
}

.nav-sel {
    color: #0CB9A6;
}

.son-item:hover{
    background-color: #0CB9A6;
}
.son-item:hover a{
    color: #ffffff !important;
}
.nav-search{
    width: 2.9rem;
    background-color: #ffffff;
    border-radius: .333rem;
    height: .333rem;
    position: absolute;
    top: .78rem;
    right: 0.28rem;
    z-index: 99;
}
.nav-s-img{
    width: .25rem;
    height: .25rem;
    margin-left: .166rem;
	margin-top: -5px;
}
.n-s-input{
    border: none;
    flex: 1;
    height: 100%;
    padding-left: 0.08rem;
    padding-right: .166rem;
}
/*
#langNav{
    margin-left: .166rem;
}
*/
/**end*/
/**底部*/
.footer-cls{
    background-color: #212121;
    width: 100%;
}

.footer-f{
    padding: .666rem 0 .666rem 0;
    color: #F1F1F1;
}

.footer-s{
    padding-bottom: 0.8rem;
    background-color: #191919;
    color: #F1F1F1;
    font-size: .1333rem;
    text-align: center;
}

.f-l {
    width: 18%;
    height: 100%;
    padding-left: .166rem;
}

.f-l-tit{
    font-size: .16rem;
    font-weight: bold;
    margin-bottom: .166rem;
}

.f-c{
    height: 100%;
    width: 18%;
}

.f-l-item{
    line-height: .333rem;
    font-size: .14rem;
}

.f-l-item a{
    color: #F1F1F1;
}

.f-l-item a:hover{
    color: #0CB9A6;
}

.f-r{
    height: 100%;
}

.footer-img-item{
    border-radius: 100%;
    height: .4rem;
    width: .4rem;
    margin-left: .166rem;
    cursor: pointer;
}
.footer-sel {
    background-color: #3A3A3A;
}
.footer-top{
    padding: .666rem 0 .08rem 0;
    border-bottom: 1px solid #828282;
}
.footer-center{
    margin-top: .333rem;
    margin-bottom: .166rem;
	font-size: 0.11rem;
}
.footer-bottom{
    width: 100%;
    text-align: left;
	font-size: 0.11rem;
}
.footer-img-text{
    margin-left: .08rem;
    cursor: pointer;
}
.f-b-m-r{
    margin-right: 1rem;
}

.footer-c-l a, .footer-img-text a, .footer-bottom span{
    color: #C4C4C4;
}

.f-t-remark{
    color: #128D81 !important;
}
.footer-lang-size{
    width: 0.15rem;
    height: .15rem;
}

.footer-wx-dialog{
    border-radius: .08rem;
    padding: .08rem;
    background-color: #ffffff;
}
.footer-wx-div{
    top: -1.4466rem;
    right: 0;
    display: none;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-top: .1666rem solid #ffffff;
    bottom: -.1rem;
    right: 0.125rem;
}
/**end*/

/**首页*/
.s-pc{
    height: 8rem;
}
.index-tit-div{
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    padding-top: 10%;
    height: 80%;
    z-index: 98;
}
.index-tit1{
    color: #ffffff;
    font-size: .64rem;
    padding-top: .166rem;
    padding-bottom: .166rem;
    letter-spacing: 2px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.index-tit{
    color: #ffffff;
    font-size: .56rem;
    padding-top: .166rem;
    padding-bottom: .166rem;
    letter-spacing: 2px;
}
.i-p{
    margin-top: 1.25rem;
}
.i-p-l{
    padding-right: 1.08rem;
    width: 3.425rem;
    flex-shrink: 0;
}
.i-p-r{
    color: #242728;
}

.i-p-r-t-item{
    flex: 1;
    cursor: pointer;
}

.i-p-r-t-item-arrow{
    display: none;
}

.i-p-r-t-item:hover .i-p-r-t-item-arrow{
    display: block;
}

.i-p-r-t-item:hover{
    color: #ffffff;
}
.i-p-r-t-item:hover .i-p-r-t-item-l img{
    transform: scale(1.1);
}
.i-p-r-t-item-l img{
    transition: all 0.3s ease-in-out;
}
.i-p-r-t-item:hover .i-p-r-t-item-r{
    z-index: 1;
}

.i-p-r-t-item:hover .i-p-r-t-item-r::before {
    width: 100%;
}

.i-p-r-t-item-r::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    transition: 0.8s;
    background-color: #0CB9A6;
}

@keyframes LeftToRight {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.i-p-r-t-item:hover .i-p-r-t-item-tit,.i-p-r-t-item:hover .i-p-r-t-item-desc,.i-p-r-t-item:hover .i-p-r-t-item-type{
    color: #ffffff;
}
.i-p-r-t-item-l{
    width: 3.25rem;
    height: 2.65rem;
    background-color: #ffffff;
    flex-shrink: 0;
    overflow: hidden;
}

.i-p-l-t{
    font-size: .333rem;
    font-weight: bold;
    color: #242728;
    line-height: 1.5;
}
.i-p-l-content{
    font-size: 0.16rem;
    color: #656464;
    line-height: .26rem;
    margin-top: .166rem;
}

.i-p-l-btn{
    border: 1px solid #0BB9A7;
    color: #0BB9A7;
    border-radius: .166rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    width: 0.833rem;
    font-size: 0.125rem;
    margin-top: .166rem;
    cursor: pointer;
}

.i-p-l-btn:hover{
    background-color: #0BB9A7;
    color: #ffffff;
}

.i-p-r-t-item-r{
    position: relative;
    background-color: #FAFAFA;
    width: 1.56rem;
    font-size: .15rem;
    padding: 0.18rem 0.18rem;
}

.i-p-r-t-item-tit{
    margin-top: .166rem;
    margin-bottom: .3rem;
	font-size: 0.16rem;
	COLOR: #242728;
}

.i-p-r-t-item-type{
    line-height: 1.5;
	font-size: 0.16rem;
	color: #242728;
}

.i-p-r-t-item-desc{
    color: #656464;
    margin-top: .1rem;
	font-size: 0.16rem;
}

.i-p-r-t-item-arrow{
    position: absolute;
    left: .18rem;
    bottom: .2rem;
}

.i-bg{
    background: url("../image/shouye/news.jpg") no-repeat bottom;
    background-size: 100%;
}

.i-news{
    margin-top: 1.166rem;
}

.i-news-t-l, .i-news-c-l{
    flex-shrink: 0;
}

.i-news-t-l{
    width: 5.96rem;
}

.i-news-t-r-tit{
    font-size: .333rem;
    font-weight: bold;
    color: #242728;
}
.i-news-t-r-desc{
    font-size: .16rem;
    color: #656464;
    margin-top: .1333rem;
}
.i-news-c{
    margin-top: .7rem;
}
.i-news-c-l{
    padding-right: 1rem;
}
.i-news-c-l-item{
    background-color: #ffffff;
    width: 4.2rem;
    padding: 0.355rem .385rem;
}

.i-news-c-l-time{
    font-size: .14rem;
    color: #999;
    margin-top: 0.18rem;
}

.i-news-c-l-img{
    width: 4.1875rem;
    height: 2.23rem;
    overflow: hidden;
}

.i-news-c-l-item:hover .i-news-c-l-img img{
    transform: scale(1.1);
}
.i-news-c-l-img img{
    transition: all 0.3s ease-in-out;
}

.i-news-c-l-tit{
    margin-top: .22rem;
    color: #242728;
    font-size: .17rem;
}
.i-news-c-l-item:hover .i-news-c-l-tit{
	color: #0CB9A6;
}
.i-news-c-r-item{
    cursor: pointer;
    padding: .32rem .25rem .2rem 0;
    border-bottom: 1px solid #E5E5E5;
}

.i-news-c-r-item:first-child{
    padding-top: 0;
}

.i-news-c-r-item:hover .i-news-c-r-item-tit{
    border-color: #0CB9A6;
    color: #0CB9A6;
}

.i-news-c-r-item:hover{
    border-color: #0CB9A6;
    color: #0CB9A6;
}

.i-news-c-r-item:hover .i-news-c-r-item-arrow{
    display: block;
}

.i-news-c-r-item-arrow{
    font-size: .2rem;
    color: #0CB9A6;
    display: none;
}
.i-news-c-r-item-tit{
    font-size: .17rem;
    color: #242728;
}

.i-news-c-r-item-time{
    color: #999999;
    font-size: .15rem;
    margin-right: .666rem;
}

.i-news-c-r-item-time-day{
    font-size: .25rem;
    color: #0CB9A6;
    font-weight: bold;
}
/**end***/
/***关于***/
.about-div-bg{
    width: 100%;
    background: url("../image/about/gy.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.a-tit{
    padding: 1rem 0 0.48rem 0;
    font-size: .3rem;
    letter-spacing: 1px;
	font-weight: bolder;
}
.a-tit:after {
    content: "";
    position: absolute;
    width: .55rem;
    height: 4px;
    background: #0CB9A6;
    z-index: 97;
    left: 0;
    top: .895rem;
}
.a-titbefor{
    display: inline-block;
    padding: 1rem 0 0.48rem 0;
    font-size: .3rem;
    letter-spacing: 1px;
	font-weight: bolder;
    
}
.a-titbefor:after {
    content: "";
    position: absolute;
    width: .55rem;
    height: 4px;
    background: #0CB9A6;
    z-index: 97;
    left: 0;
    top: .895rem;
}

.add-margin-right {
    margin-right: 7rem;
}

.a-titafter{
    display: inline-block;
    padding: 1rem 0 0.48rem 0;
    font-size: .3rem;
    letter-spacing: 1px;
	font-weight: bolder;
}
.a-titafter:after {
    content: "";
    position: absolute;
    width: .55rem;
    height: 4px;
    background: #0CB9A6;
    z-index: 97;
    left: 0;
    top: .895rem;
}

.a-titaftertest{
    display: inline-block;
    padding: 1rem 0 0.48rem 0;
    font-size: .3rem;
    letter-spacing: 1px;
	font-weight: bolder;
    position: relative;
    margin-left: calc((100%)/4*2);
}
.a-titaftertest:after {
    content: "";
    position: absolute;
    width: .55rem;
    height: 4px;
    background: #0CB9A6;
    z-index: 97;
    left: 0;
    top: .895rem;
}

video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.a-t-l{
    padding-right: .625rem;
    overflow: hidden;
}

.a-t-r{
    flex-shrink: 0;
    width: 7.666rem;
    height: 4.3rem;
}

.a-logo{
    margin-bottom: .25rem;
}

.a-p{
    color: #656464;
    font-size: .15rem;
    letter-spacing: 2px;
    line-height: 1.9;
}

.a-culture-l{
    width: 7.783rem;
    flex-shrink: 0;
    height: 4.3666rem;
    overflow: hidden;
}

.a-culture-r{
    padding-left: .75rem;
}

.a-culture-r-item{
    margin-top: .515rem;
}
.a-cultures .a-culture-r-item{
	margin-top: .46rem;
}
.a-culture-r-item:first-child{
    margin-top: 0;
}

.a-culture-r-tit{
    color: #242728;
    font-size: .25rem;
    width: fit-content;
}

.a-culture-r-tit:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #919192;
    z-index: 97;
    left: 0;
    bottom: -.125rem;
}

.a-culture-r-desc{
    font-size: .15rem;
    color: #656464;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-top: .25rem;
}
.a-team-l.a-team-r{
  flex-shrink: 0;
}
.a-team-l{
    width: 40%;
    padding-right: .583rem;
}
.a-team-r{
    width: 60%;
}
.a-team{
    padding: .42rem .176rem .42rem .176rem;
    background-color: #F5F5F5;
}
.a-team:first-child{
    margin-top: 0;
}

.a-team-l-info{
    line-height: 1.8;
    color: #656464;
    font-size: .16rem;
    margin-top: .275rem;
}

.a-team-l-d-name{
    color: #242728;
    font-size: .25rem;
    margin-bottom: .1rem;
}

.a-team-l-d-s{
    font-size: .13rem;
    color: #656464;
}

.a-team-r-item{
    position: relative;
    margin-top: .15rem;
    font-size: .16rem;
    line-height: 1.9;
    letter-spacing: 2px;
    color: #656464;
    padding-left: .08rem;
}
.a-team-l-img{
    width: 100%;
    max-height: 3.88rem;
    overflow: hidden;
}

.a-yjl{
    height: 3.88rem;
}

.a-team-r-item:before{
    content: "";
    position: absolute;
    width: .125rem;
    height: .125rem;
    background: url("../image/about/point.png") no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    z-index: 97;
    left: -.125rem;
    top: .08rem;
}
.team{
    margin-bottom: 0.5rem;
}
.a-team-l-desc{
    left: 0;
    bottom: 0;
}
.a-map{
    width: 100%;
    height: auto;
}
.a-culture-c{
    margin: .0rem 0;
}
.a-culture-c-img{
    width: 100%;
    height: 4.366rem;
    margin-bottom: .333rem;
}
.p-r-40{
    padding-right: .666rem;
}
.dy-img{
    width: 1.08rem;
    height: 1.1rem;
}
#certify{
    width: 1570px;
    height: 4.2rem;
    position: relative;
}
#certify .swiper-container{
    height: 4.2rem;
    background-color: #f5f5f5;
    position: initial;
}

#certify .swiper-container-horizontal>.swiper-scrollbar{
    height: 15px;
    background-color: #fafafa;
    left: 0;
    width: 100%;
    bottom: 0;
}
#certify .swiper-scrollbar-drag{
    background-color: #e4e4e4;
}
#certify .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
    overflow: hidden;
}

#certify .swiper-slide img{
    width: 100%;
    height: auto;
    display:block;
}
#certify .swiper-slide-active,#certify .swiper-slide-duplicate-active{
    transform: scale(1);
}
.pro-tit-desc2 {
    font-size: 0.15rem;
/*    line-height: 1.9;*/
    color: #656464;
    letter-spacing: 2px;
    margin-top: .0rem;
}

/**end***/
/**产品**/
.product-div-bg {
    width: 100%;
    background: url("../image/product_smxxyzc/product.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.product-div-sy {
    width: 100%;
    background: url("../image/product_dwjh/product.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.product-div-oem {
    width: 100%;
    background: url("../image/product_oem_jjfa_gjjs/product.jpg") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.product-div-hc {
    width: 100%;
    background: url("../image/product_zyhcyfj/product.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}

/**OEM产品页面**/
.pro-itemoem {
    background-color: #ffffff;
    margin-right: .325rem;
    margin-top: .1rem;
    width: calc((100% - 1.3rem)/4);
    transition: transform 0.2s ease-in;
    position: relative;
    padding-bottom: 0.2rem;
}
.pro-itemoem a {
        padding: .2rem .2rem;
        margin-bottom: 0.1rem;
}
.pro-itemoem:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        transform: translateY(-5px);
}
/*.pro-list .pro-itemoem:nth-child(1),.pro-list .pro-itemoem:nth-child(2),.pro-list .pro-itemoem:nth-child(3) {
    margin-top: 0;
}
.pro-list .pro-itemoem:nth-child(3n){
    margin-right: 0;
}*/
.pro-itemoem-img{
    width: 100%;
    height: 2.40rem;
    overflow: hidden;
    padding-top: 0; /* 确保容器无上内边距 */
}

.pro-itemoemsecond-img{
    width: 100%;
    height: 1.80rem;
    overflow: hidden;
    padding-top: 0; /* 确保容器无上内边距 */
    /*background: yellow; */
}

.pro-bg{
    /*padding-top: .5rem;*/
    background-color: #F5F5F5;
}
.p-main .a-tit{
    /*margin-bottom: 0.558rem;*/
	font-weight: bolder;
}
.pro-list{
    flex-wrap: wrap;
}
.pro-tit{
    font-size: .4rem;
    font-weight: bold;
	color: #242728;
	padding-top: 0.4rem;
}



.pro-item{
    background-color: #ffffff;
    margin-right: .325rem;
    margin-top: .333rem;
    width: calc((100% - .65rem)/3);
	transition: transform 0.2s ease-in;
	position: relative;
    padding-bottom: 0.275rem;
}
.pro-item a{
	padding: .275rem .275rem;
	margin-bottom: 0.275rem;
}
.pro-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transform: translateY(-5px);
}
.pro-list .pro-item:nth-child(1),.pro-list .pro-item:nth-child(2),.pro-list .pro-item:nth-child(3) {
    margin-top: 0;
}
.pro-list .pro-item:nth-child(3n){
    margin-right: 0;
}
.pro-item-img{
    width: 100%;
    height: 2.566rem;
    overflow: hidden;
}

.pro-item-tit{
    font-size: .2rem;
    color: #656464;
    font-weight: bold;
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.pro-item-txt{
    padding-left: .2rem;
    margin-bottom: .05rem;
    font-size: .1333rem;
}
.pro-item-txt::before{
    content: "";
    position: absolute;
    width: .125rem;
    height: .125rem;
    background-color: #656464;
    z-index: 97;
    left: 0;
    top: .13rem;
}
/**OEM产品二级页面**/
.pro-second-txt{
    padding-left: 0.3rem;
    margin-bottom: .05rem;
    font-size: .1333rem;
}
.pro-second-txt::before{
    content: "✓";              /* Unicode对号符号 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.15rem;            /* 方框宽度 */
    height: 0.15rem;           /* 方框高度 */
    border: 1px solid #333232; /* 方框边框 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;        /* 对号大小 */
    font-weight: bold; 
    color: #0BB9A7;           /* 对号颜色 */
    background-color: #fffbfb;  /* 方框背景色 */
}




.pro-itemoem_second {
    background-color: #ffffff;
    margin-right: .325rem;
    margin-top: .1rem;
    width: calc((100% - 1.3rem)/4);
    transition: transform 0.2s ease-in;
    position: relative; /* 必须，给伪元素做定位参考 */
    padding-bottom: 0.2rem;
    /* 新增：给内容留出头部空间，避免被头帘遮挡 */
    padding-top: 0.5rem; 
}

/* 梯形容器 */
.pro-itemoem_second::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    /* 梯形变形 */
    transform: translateX(-50%) perspective(100px) rotateX(-35deg);
    background: #1abc9c;
    width: auto;
    min-width: 60px;
    padding: 0.3rem 0.45rem;
    backface-visibility: hidden;
    z-index: 1;
    /* 设置旋转原点为顶部中心 */
    transform-origin: center top;
}

/* 文字层（使用after伪元素） */
.pro-itemoem_second::after {
    content: attr(data-label);
    position: absolute;
    top: -7px;
    left: 50%;
    /* 先水平居中，再反向旋转30度抵消容器的旋转 */
    transform: translateX(-50%) rotateX(35deg);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; /* 确保文字在容器上层 */
    /* 设置相同的旋转原点保证对齐 */
    transform-origin: center top;
}
/* 原有 hover 样式可保留 */
.pro-itemoem_second:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in;
}


/****/

.pro-first-tit{
    font-size: .2rem;
    /*color: #656464;*/
    color:#09a090;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: .2rem;
}
.pro-first-txt{
    padding-left: .2rem;
    margin-bottom: .05rem;
    font-size: .1333rem;
}
.pro-first-txt::before{
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    background-color: #656464;
    border-radius: 50%;
    z-index: 97;
    left: 0;
    top: .06rem;
}
.pro-more-oem {
    display: flex;              /* 使用 Flex 布局使文字居中 */
    justify-content: center;    /* 水平居中 */
    align-items: center;        /* 垂直居中 */
    height: 0.5rem;             /* 调整高度 */
    width: 100%;                /* 宽度占满父容器 */
    padding: 0.2rem 0;          /* 增加上下内边距 */
    font-size: 0.2rem;          /* 增大字体 */
    color: white;               /* 文字颜色白色 */
    background-color:  #089681; /* 默认背景：浅绿色 */
    border: none;               /* 移除边框 */
    border-radius: 0;           /* 直角 */
    position: absolute;         /* 绝对定位 */
    bottom: 0;                  /* 紧贴底部 */
    left: 0;                    /* 左对齐 */
    cursor: pointer;            /* 鼠标悬停变手型 */
    transition: background-color 0.3s ease; /* 可选：添加颜色过渡动画更平滑 */
}

/* 鼠标悬停时变为 #0BB9A7 */
.pro-itemoem:hover .pro-more-oem {
    background-color: #0BB9A7;
}
.pro-item:hover .pro-more-oem {
    background-color: #0BB9A7;
}

.pro-more-oemsecond {
    display: flex;              /* 使用 Flex 布局使文字居中 */
    justify-content: center;    /* 水平居中 */
    align-items: center;        /* 垂直居中 */
    height: 0.5rem;             /* 调整高度 */
    width: 100%;                /* 宽度占满父容器 */
    padding: 0.2rem 0;          /* 增加上下内边距 */
    font-size: 0.2rem;          /* 增大字体 */
    color: white;               /* 文字颜色白色 */
    background-color:  #089681; /* 默认背景：浅绿色 */
    border: none;               /* 移除边框 */
    border-radius: 0;           /* 直角 */
    position: absolute;         /* 绝对定位 */
    bottom: 0;                  /* 紧贴底部 */
    left: 0;                    /* 左对齐 */
    cursor: pointer;            /* 鼠标悬停变手型 */
    transition: background-color 0.3s ease; /* 可选：添加颜色过渡动画更平滑 */
}
.pro-itemoem_second:hover .pro-more-oemsecond {
    background-color: #0BB9A7;
}

.pro-item:hover .pro-more-oemsecond {
    background-color: #0BB9A7;
}

.pro-more{
    height: .25rem;
    padding: 0 5px 0 5px;
    font-size: .1rem;
    border-radius: .166rem;
    width: .8rem;
    color: #0BB9A7;
    border: 1px solid #0BB9A7;
	position: absolute;
    bottom: 0.275rem;
}
.flex-stretchs{
	position: relative;
	padding-bottom: 0.63rem;
}
.flex-stretchs .pro-more{
	bottom: 0;
}
.flex-stretchs:hover .pro-more{
	background-color: #0BB9A7;
	color: #ffffff;
}
.pro-item:hover .pro-more{
    background-color: #0CB9A6;
    color: #ffffff;
}
.pro-tit-desc{
    font-size: 0.19rem;
    line-height: 1.8;
    color: #656464;
    margin-top: .2rem;
}
.second_text {
    margin-bottom: 40px; /* 调整数值控制间距 */
}
/**end**/

.pro-secondown-txt{
    margin-top: 0.01rem ;
    margin-bottom: 0.01rem;
    padding-left: .2rem;
    font-size: .1333rem;
    
}
.pro-empty {
    display: block;
    min-height: 0.6rem;    /* 最小高度 */
    height: 2vh;           /* 使用视窗单位实现响应式 */
    width: 100%;
}

  /* 新增横线样式 */
.separator-line {
    width: 90%; /* 横线宽度 */
    height: 0.01rem; /* 横线粗细 */
    background-color: rgb(15, 15, 15); /* 横线颜色 */
    margin: 0.2rem auto; /* 上下间距0.2rem，左右自动居中 */
  }

/***详情**/
.pd-top{
    padding-top: .75rem;
}
.pd-top .pd-product{
	padding: .55rem 0 0.7rem;
}
.pd-img{
    width: 0.8rem;
    height: 0.8rem;
}
.pd-tit{
    color: #656464;
    font-size: .166rem;
    margin-top: .1rem;
    text-align: center;
    width: 100%;
}
.pd-top-l, .pd-top-r{
    flex-shrink: 0;
    box-sizing: border-box; /* 添加这一行 */
}
.pd-top-l{
    width: 60%;
    padding-right: 1.0rem;
}
.pd-top-r{
    width: 40%;
}

.pd-top-l-bTit{
    font-size: .5rem;
    font-weight: bold;
}
.pd-top-l-sTit{
    font-size: .25rem;
    font-weight: bold;
}
.pd-top-btm{
    margin-top: .7rem;
    flex-wrap: wrap;
}
.pd-top-btm-item{
    width: 30%;
    margin-top: .45rem;
}
.pd-top-btm-item:nth-child(1),.pd-top-btm-item:nth-child(2),.pd-top-btm-item:nth-child(3) {
    margin-top: 0;
}
.pd-top-btm-item:nth-child(3n) {
    display: flex;
    justify-content: flex-end;
}
.pd-top-btm-item:nth-child(2), .pd-top-btm-item:nth-child(5) {
    display: flex;
    justify-content: center;
}
.pd-top-btm-item .list-flex{
    align-items: flex-start;
    justify-content: center;
}
.pd-top-btm-i-item{
    width: 0.8rem;
}
.pd-top-r-img{
    width: 100%;
    overflow: hidden;
}
.pd-top-r .pd-top-r-img {
	justify-content: right;
	padding-top: 0.2rem;
}
.pd-item{
    background-color: #F5F5F5;
    margin-bottom: .6rem;
    padding: .5rem 0 .76rem 0;
}
.pd-item-l{
    width: 60%;
}
.pd-item-img{
    margin-right: .08rem;
    width: 4.35rem;
    height: 4.35rem;
}
.pd-item-img:last-child{
    margin-right: 0;
}
.pd-item-list{
    width: 100%;
    margin-top: .333rem;
}
.pd-item-txt-list{
	width: 100%;
    margin-top: .8rem;
}
.pd-item-list1{
	margin-top: .8rem;
}
.pd-item .m-t-40{
    margin-top: .25rem;
	width: 100%;
}
.pd-item-txt-list{
    background-color: #ffffff;
}
.pd-item-txt-list-l{
    width: 50%;
    padding: 0 .2rem;
    flex-shrink: 0;
}
.pd-item-txt-list-r{
    width: 50%;
    height: 3.908rem;
    flex-shrink: 0;
}
.pd-item-txt{
    padding-left: .166rem;
    line-height: 2.8;
}
.pd-down{
    padding-bottom: .725rem;
}

.pd-d-h{
    height: 4.175rem;
}
.pd-item-txt::before{
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    background-color: #808080;
    z-index: 97;
    left: 0;
    top: .16rem;
    transform: rotate(45deg);
}
.pd-down-item{
    cursor: pointer;
    padding: .2rem;
    border-bottom: 1px solid #E5E5E5;
}
.pd-down-item:hover .pd-down-item-tit{
    color: #0CB9A6;
}
.pd-down-item:hover .txt-cls-14{
    color: #0CB9A6;
}
.pd-down .img-max_1 {
	display: none;
}
.pd-down-item:hover .pd-down-item-arrow .img-max_1{
	display: block;
}
.pd-down-item:hover .pd-down-item-arrow .img-max{
	display: none;
}
.pd-down-item:first-child{
    padding-top: 0;
}
.pd-down-item-tit{
    padding: 10px 0 10px 10px;
    color: #242728;
}
.pd-down-item-logo{
    width: .533rem;
    height: .725rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pd-down-split{
    width: 3px;
    margin-left: .166rem;
    margin-right: .166rem;
    background-color: #2B2F30;
}
.pd-down-item-tit .txt-cls-14{
    color: #242728;
}
.pd-down-tit{
    font-weight: bold;
    margin-bottom: .333rem;
    margin-top: 1rem;
}
/**end**/
/**解决方案**/
.s-div-bg {
    width: 100%;
    background: url("../image/product_oem_jjfa_gjjs/product.jpg") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}

.su-main{
    /*padding-top: .3rem;*/
}
.s-img-div{
    width: 100%;
}
.s-img-div-2{
    width: 100%;
}
.s-odm{
    width: 100%;
    background-size: cover;
    height: 5.3rem;
    padding: .2rem 0 .2rem 0;
}
.s-odm-img{
    width: 100%;
}
.font30{
    font-size: .25rem;
}
/**end**/
/**iFastBP**/
.bp-div-bg {
    width: 100%;
    background: url("../image/product_jscx_iFastBP/01.jpg") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.bp-div-an {
    width: 100%;
    background: url("../image/product_hzyf_anlifx/01.jpg") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.bp-div-cms {
    width: 100%;
    background: url("../image/product_zyjh_CMS/01.jpg") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.bp-div-ipap {
    width: 100%;
    background: url("../image/product_oem jjfa_iPAP/01.jpg") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.bp-main{
   /* padding-top: .3rem;*/
}
.bp-img-tit{
    font-weight: bold;
    font-size: .25rem;
}
.bp-img-div{
    background-color: #ffffff;
    padding: .3rem;
}
.bp-img-div-l{
    overflow: hidden;
}
.bp-img-div-r{
    width: 100%;
    height: 3rem;
    overflow: hidden;
}
.bp-img-div-2{
    width: 100%;
	margin-bottom: 0.333rem;
}
.bp-c-r-img{
    width: 100%;
    max-height: 4.5rem;
    overflow: hidden;
	margin: 0.25rem 0;
}
.bp-c-r-img.bp-c-r-img1{
	margin: 0.25rem 0 0 0;
}
.bp-item-txt{
    font-size: .2rem;
    color: #242728;
    padding-left: .166rem;
    line-height: 2.5;
}
.bp-item-txt::before{
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    background-color: #242728;
    z-index: 97;
    left: 0;
    top: .2rem;
    transform: rotate(45deg);
}
/**end**/
/**新闻中心**/
.news-div-bg{
    width: 100%;
    background: url("../image/news/mtzx.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.news-item{
    width: calc(51.5% - .4rem);
    margin-right: .4rem;
    margin-top: .4rem;
    height: 4.325rem;
    cursor: pointer;
}
.news-item:hover .news-item-txt{
    background-color: #0BB9A7;
}
.news-item:nth-child(2n) {
    margin-right: 0;
}
.news-item:nth-child(1),.news-item:nth-child(2) {
    margin-top: 0;
}
.news-item-txt{
    color: #ffffff;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: .333rem .5rem .333rem .5rem;
    bottom: 0;
    left: 0;
}
.news-item-txt-tit{
    font-size: .2rem;
}
.news-item-txt-time{
    margin-top: .1rem;
    font-size: .1666rem;
}
.news-btn{
    border: 1px solid #0CB9A6;
    color: #0CB9A6;
    text-align: center;
    line-height: .36rem;
    height: .36rem;
    padding: 0 10px 0 10px;
    width: 1.03rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: .166rem;
}
.news-btn:hover{
    color: #ffffff;
    background-color: #0CB9A6;
}
/**end**/
/**联系我们**/
.lx-div-bg{
    width: 100%;
    background: url("../image/contact/lxwm.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.lx-t{
    width: 100%;
}
.lx-t-l{
    width: 49.57%;
    margin-right: .47rem;
    height: 4.43rem;
}
.lx-t-l-tit{
    height: .72rem;
    background-color: #0CB9A6;
    font-size: .225rem;
    color: #ffffff;
}
.lx-t-r{
    width: 60%;
    height: 4.436rem;
	overflow: hidden;
}
.lx-t-l-con{
    padding: .3rem .54rem;
    background-color: #DBF5F2;
    height: 3.72rem;
}
.lx-table-td{
    margin-bottom: .246rem;
    color: #656464;
    font-size: .166rem;
    align-items: stretch;
}
.lx-table-label{
    flex-shrink: 0;
    width: .8rem;
    line-height: 1.6;
}
.lx-table-value{
    letter-spacing: 1px;
    line-height: 1.6;
}
.lx-b{

}
.lx-b-l{
    width: 60%;
    flex-shrink: 0;
}

.lx-b-loem{
    width: 50%;
    flex-shrink: 0;
}

.map-cls{
    height: 6rem;
}
.lx-b-r{
    width: 40%;
    padding-left: .466rem;
}

.lx-b-roem{
    width: 50%;
    padding-left: .066rem;
}

.lx-b-r-tit{
    font-size: .166rem;
    color: #000000;
}
.lx-input-div, .lx-textarea-div{
    padding-right: .333rem;
    padding-left: .333rem;
    background-color: #F8F8F8;
    margin-top: .08rem;
}
.lx-input-div{
    height: .483rem;
}
.lx-textarea-div{
    height: .966rem;
    padding-top: .166rem;
    padding-bottom: .166rem;
}
.lx-input-div input{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans SC';
}
.lx-textarea-div textarea{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans SC';
}
.lx-textarea-div textarea::-webkit-input-placeholder{
	font-family: 'Noto Sans SC';
}
.lx-input-split{
    width: .166rem;
    flex-shrink: 0;
}
.ly-btn{
    background-color: #DDDDDD;
    height: .5rem;
    width: 1.61rem;
    color: #ffffff;
    font-size: .125rem;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    cursor: pointer;
}
.ly-sel-btn {
    background-color: #0CB9A6;
	color: #fff;
}
.lx-sel{
    color: #0CB9A6;
}
.lx-checkbox{
    border: 1px solid #D9D9D9;
    height: .125rem;
    width: .125rem;
    margin-right: .05rem;
}
.lx-map-label::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #ffffff;
    bottom: -12px;
    right: 65px;
}

.lx-mes input::-moz-placeholder,
.lx-mes input:-ms-input-placeholder,
.lx-mes textarea:-moz-placeholder,
.lx-mes textarea::-moz-placeholder,
.lx-mes textarea:-ms-input-placeholder{
    color: #F00;
}

.lx-mes input::placeholder,
.lx-mes input::-webkit-input-placeholder,
.lx-mes textarea::placeholder,
.lx-mes textarea::-webkit-input-placeholder{
    color: #F00;
}
/**end**/
/**多合一**/
.pa-div-bg {
    width: 100%;
    background: url("../image/product_oem jjfa_gjjs_dhy/product.png") no-repeat center;
    background-size: cover;
    height: 6.25rem;
}
.pa-img-div{
    background-color: #ffffff;
    padding: .166rem;
}
.pa-more-with{
    width: .83rem;
    height: .3rem;
    font-size: .125rem;
    margin-top: .35rem;
}

.pa-tit{
    font-weight: bold;
    font-size: .416rem;
    color: #242728;
	padding-top: 0.4rem;
}
.pa-desc{
	margin-top: 0.2rem;
}
.pa-table-td-img{
    height: .858rem;
    width: 1.3rem;
    margin-bottom: .1rem;
}
.pa-table-td-img-tit{
    font-size: .125rem;
    color: #000000;
}
.pa-table{
    width: 100%;
    font-size: .15rem;
}
.pa-thead{
    height: .5rem;
    width: 100%;
}
.pa-th{
    background-color: #260cb9;
    text-align: left;
    padding-left: 1.2rem;

    color: #ffffff;
    font-size: .25rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.pa-td{
    border-top: 1px solid #c9c9c9;
    text-align: center;
    font-size: .20rem;
    padding: .1rem;
   
    display: flex;
    align-items: center;
    justify-content: center;
}
.pa-td:first-child,.pa-th:first-child{
    width: 38%;
}
.pa-td:nth-child(2),.pa-th:nth-child(2){
    width: 62%;
}

.pa-td:nth-child(1),.pa-td:nth-child(2){
    text-align: left;
    justify-content: flex-start;
}
.pa-td:nth-child(1){
	padding-left: 1.2rem;
}
.pa-td:nth-child(2){
	padding-left: 1.2rem;
}

.pa-table .pa-tr:nth-child(2n+1) {
	background-color: #ffffff;
}
.pa-table .pa-tr:nth-child(2n) {
	background-color: #F5F5F5;
}

.pa-tr{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.pa-th-sc{
    flex-shrink: 0;
    width: 9px;
    display: none;
}

/*.pa-table .pa-tr .pa-td:nth-child(6){
    background-color: #e7186f;
}*/




.pa-tbody {
    width: 100%;
    max-height: 6.233rem;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgb(201, 199, 199);
}
.pa-img-div{
    justify-content: space-between;
}
.pa-img-div-item{
    display: flex;
    align-items: center;
}
.pa-img-div-item:nth-child(2n+1){
    justify-content: flex-start;
}
.pa-img-div-item:nth-child(2n){
    justify-content: flex-end;
}
/**end**/
/**新闻详情**/
.news-d-con{
    padding-top: 1.608rem;
    padding-bottom: .8333rem;
}
.news-t-left{
	width: 6.3rem;
    padding-right: .625rem;
    align-items: flex-start;
}
.news-t-right{
    height: 3.875rem;
    width: 6.89rem;
    flex-shrink: 0;
    overflow: hidden;
}
.news-t-tit{
    font-size: .292rem;
    line-height: .5166rem;
    font-weight: bolder;
    height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-top: .15rem;
}
.news-t-tit::after {
    content: "";
    position: absolute;
    width: .55rem;
    height: 4px;
    background: #0CB9A6;
    z-index: 97;
    left: 0;
    top: 0;
}
.news-d-time{
    color: #656464;
    font-size: .1667rem;
    margin-top: .1rem;
}
.news-d-btn{
    margin-top: .4rem;
}
.news-d-btn-item{
    color: #656464;
    font-size: .150rem;
    width: 1.075rem;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .1333rem;
    height: .333rem;
}
.news-d-btn-item:last-child{
    margin-right: 0;
}
.news-d-icon{
    margin-top: .5rem;
}
.news-d-icon-item{
    margin-right: .15rem;
    width: .4084rem;
    height: .4084rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-d-icon-item:last-child{
    margin-right: 0;
}
.news-txt{
    color: #656464;
    font-size: .192rem;
    line-height: .3334rem;
}
.news-txt-title{
    color: #0e0d0d;
    font-size: .192rem;
    line-height: .3334rem;
    font-weight: 700;
}

.news-p-1{
    margin-top: .9666rem;
}
.news-d-img-1{
    margin-top: .525rem;
    width: 100%;
    height: auto;
    max-height: 4.9667rem;
}
.news-d-txt2{
    padding-left: .2rem;
}
.news-d-txt2::before{
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    background-color: #242728;
    z-index: 97;
    left: 0;
    top: .115rem;
    transform: rotate(45deg);
}
.news-d-t-80{
    margin-top: .6667rem;
}
.news-d-t-30{
    margin-top: .25rem;
}
.news-p-2{
    margin-top: .25rem;
}
.news-d-img-2{
    margin-top: .63rem;
    width: 100%;
    height: auto;
    max-height: 7.3583rem;
}

.news-d-img-3 {
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中 */
    height: 30%;          /* 容器高度 */
    width: 60%;           /* 容器宽度 */
    margin: 0 auto;
  }

.news-d-img-4 {
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中 */
    height: 30%;          /* 容器高度 */
    width: 65%;           /* 容器宽度 */
    margin: 0 auto;
  }
  
  /* 新增：针对图片的样式 */
  .news-d-img-3 img {
    width: 100%;          /* 图片宽度填满容器 */
    height: 100%;         /* 图片高度填满容器 */
    object-fit: cover;    /* 或 contain/fill 按需选择 */
  }

.n-m-t-68{
    margin-top: .566rem;
}
.n-m-t-60{
    margin-top: .5rem;
}

.n-m-t-30{
    margin-top: .25rem;
}
.news-wx-dialog{
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-wx-dialog .dy-img{
    width: 180px;
    height: 180px;
}
.news-wx-div{
    width: 100%;
    height: 100%;
}
.dialog-close{
    right: 2px;
    top: -4px;
    color: #656464;
    font-size: 22px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/**end**/
