.main-info{
    background-color: #ffffff;
    padding: 80px 2% 70px;
}
.params-area{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding: 80px 2% 70px;
}
.top-product-info{

}
.top-product-info .param{
    margin-top: 2rem;
}
.top-product-info .param p{
    display: flex;
    flex-wrap: wrap;
}
.top-product-info .param b{
    display: block;
    min-width: 200px;
}
.top-product-info .top-contact{
    margin-top: 3rem;
}
.product-features{
    background-color: #ffffff;
    padding: 80px 2% 70px;
}
.application-area{
    padding: 80px 2% 50px;
    height: 780px;
    position: relative;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.application-area .section-title,.params-area .section-title{
    margin-bottom: 50px;
}
.application-area .swiper-pagination{
    bottom: 40px;
}
.application-area .swiper-slide{
    position: relative;
    cursor: pointer;
    background-position: center;
}
.application-area .swiper-slide h1{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
    height: 3.5rem;
    right: 0;
    line-height: 3.5rem;
    margin-bottom: 0;
}
.applicationSwiper{
    width: 100%;
    height: 510px;
}
.swiper-pagination-bullet-active{
    background-color: #ff561d;
    width: 20px;
    border-radius: 5px;
}
.product-content{
    font-size: 16px;
}
.product-content .product-parmas-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.product-content .product-parmas-area .item{
    width: 49%;
    display: flex;
    font-size: 16px;
    margin-bottom: .1rem;
    background-color: #f7f7f7;
    padding: .5rem 1rem;
    flex-wrap: wrap;
}
.product-content .product-parmas-area .item .item-title{
    font-weight: bold;
    min-width: 40%;
    background-color: #f6f6f6;
}

.left-swiper{
    position: relative;
}

.left-swiper .big-img-box {
    overflow: hidden;
    position: relative;
    height: 40rem;
}
.left-swiper .big-img-box .swiper-backface-hidden .swiper-slide{
    height: 40rem;
    overflow: hidden;
}
.left-swiper .big-img-box .swiper-backface-hidden .swiper-slide img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.left-swiper .small-img-box {
    width: 620px;
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: auto;
    height: 100px;
}

.left-swiper .small-img-box .swiper {
    overflow: hidden;
    background-color: rgba(255,255,255,.75);
}

.left-swiper .small-img-box .swiper .swiper-slide {
    opacity: .75;
}

.left-swiper .small-img-box .swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.left-swiper .small-img-box .swiper .swiper-slide-thumb-active img {
    border-color: #009b4c;
}
.left-swiper .small-img-box img {
    border: 1px solid #EBEBEB;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.left-swiper .small-img-box .swiper-button-next:after, .left-swiper .small-img-box .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.left-swiper .small-img-box .swiper-button-prev:after, .left-swiper .small-img-box .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.left-swiper .small-img-box .swiper-button-next span, .left-swiper .small-img-box .swiper-button-prev span {
    font-size: 25px;
    color: #00783D;
}

.ProductXq .jianjie .view-btn {
    position: absolute;
    right: 40%;
    top: 110px;
    z-index: 2;
    width: 160px;
    height: 64px;
    background: #299F5A;
    border-radius: 50px 0px 0px 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductXq .jianjie .view-btn p {
    font-size: 16px;
    font-family: "aliBold";
}

.ProductXq .jianjie .view-btn span {
    font-size: 26px;
    margin-right: 6px;
}

.ProductXq .jianjie .view-btn:hover {
    opacity: 0.8;
}

.ProductXq .tabs {
    background-color: #009b4c;
}

.ProductXq .tabs .tabs-swiper .swiper-slide a {
    display: block;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    padding: 0 56px;
    position: relative;
    text-align: center;
}

.ProductXq .tabs .tabs-swiper .swiper-slide a.active, .ProductXq .tabs .tabs-swiper .swiper-slide a:hover {
    font-family: "aliBold";
}

.ProductXq .tabs .tabs-swiper .swiper-slide a.active::after, .ProductXq .tabs .tabs-swiper .swiper-slide a:hover::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.ProductXq .tabs.navFix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}









