.index {
    background: #fff;
}

.main-move {
    display: block;
    width: 10rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
    border: .1rem solid #71BD1D;
    color: #71BD1D;
    cursor: pointer;
}

.main-move i {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    right: .6rem;
}

.bann {
    width: 100%;
    height: 16rem;
    overflow: hidden;
    position: relative;
}

.bann .swiper {
    width: 100%;
    height: 100%;
}

.bann .swiper-slide {
    text-align: center;
    background: #fff;
    /* 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;
}

.bann .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}

.bann .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bann .swiper-pagination {
    bottom: .5rem !important;
}

.bann .swiper-pagination-bullet {
    width: .6rem;
    height: .6rem;
    text-align: center;
    border-radius: 0;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    position: relative;
    margin: 0 1rem !important;
}

.bann .swiper-pagination-bullet-active {
    color: #1C1D21;
    background: #1C1D21;
}

.bann .swiper-pagination-bullet-active::before {
    width: 1rem;
    height: 1rem;
    content: '';
    display: block;
    border: solid .1rem #1C1D21;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper .swiper-slide {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}


.item-tit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 1.6rem;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    text-align: left;
}

.item-tit-h {
    padding-top: 5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1C1D21;
}

.item-tit-t {
    font-size: 1.4rem;
    color: #1C1D21;
    margin-top: .8rem;
}

.item-tit-b {
    display: none;
}

.mains {
    width: 100%;
    background: #fff;
}

.main-b {
    padding-bottom: 4rem;
}

.main {
    width: 100%;
    padding: 1.6rem 1.6rem 0;
    box-sizing: border-box;
    position: relative;
}

.main-tit {
    width: 100%;
    /* height: 8.4rem; */
    position: relative;
    overflow: hidden;
}

.main-tit img {
    width: 8.8rem;
    /* height: 100%; */
}


.main-tab {
    display: none;
}

.main-product {
    width: 100%;
    margin-top: 2rem;
}

.main-product ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.main-product .active {
    display: flex;
}

.main-product ul li {
    width: 16.7rem;
    margin-top: 1rem;
    box-sizing: border-box;
    transition: all .4s;
}

.main-product ul li:nth-child(1),
.main-product ul li:nth-child(2) {
    margin-top: 0;
}

.main-product ul li .product-img {
    width: 100%;
    height: 11.2rem;
    overflow: hidden;
    border: solid .1rem #dedede;
    border-bottom: none;
    box-sizing: border-box;
}

.main-product ul li .product-img img {
    width: 100%;
}

.main-product ul li .product-tit {
    width: 100%;
    background: #F5F6FA;
    height: 5.4rem;
    font-size: 1.4rem;
    color: #1C1D21;
    text-align: center;
    transition: all .4s;
    padding: .8rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.about-main {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    background: url(../image/about-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 3rem;
}
.about-main .main{
    padding: 1.6rem;
}
.about-content {
    width: 100%;
    height: 28rem;
    background: rgba(255, 255, 255, .9);
    padding: 1.6rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.about-content>a {
    display: block;
    width: 100%;
    height: 100%;
}


.about-content .about-tit {
    width: 100%;
    padding: 0 1.4rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1C1D21;
    position: relative;
    margin-bottom: 1rem;
}

.about-content .about-tit::before {
    content: '';
    position: absolute;
    top: .2rem;
    left: 0;
    width: .4rem;
    height: 2.2rem;
    background: #71BD1D;
}

.about-content .about-text {
    width: 100%;
    height: 16rem;
    overflow: hidden;
    font-size: 1.2rem;
    color: #737373;
    line-height: 2.8rem;
}

.about-content .about-move {
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;

}

.new-move {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.main-new {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-left {
    width: 16.7rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s;
    margin-bottom: 1rem;
}

.new-left-img {
    width: 100%;
    height: 12.4rem;
    overflow: hidden;
}

.new-left-img img {
    width: 100%;
}

.new-left-tit {
    width: 100%;
    background: #F5F6FA;
    padding: .8rem;
    box-sizing: border-box;
}

.new-left-tit .new-left-text {
    width: 100%;
    font-size: 1.4rem;
    color: #1C1D21;
    line-height: 2.2rem;
    margin-bottom: .8rem;
    transition: all .4s;
}

.new-left-tit .new-left-time {
    font-size: 1.2rem;
    color: #737373;
    transition: all .4s;
}

.new-right {
    width: 100%;
    height: 22.8rem;
    background: #F5F6FA;
    padding: 1.6rem 1.6rem 0 1.6rem;
    box-sizing: border-box;
}

.new-right ul li {
    width: 100%;
    padding-left: 1.6rem;
    box-sizing: border-box;
    margin-bottom: 1.6rem;
    position: relative;
    transition: all .4s;
}

.new-right ul li p {
    font-size: 1.6rem;
    color: #1C1D21;
    transition: all .4s;
}

.new-right ul li span {
    font-size: 1.4rem;
    color: #737373;
    transition: all .4s;
}

.new-right ul li::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: .6rem;
    height: .6rem;
    background: #1C1D21;
    transition: all .4s;
}