/* public */
.inside h1,
.inside h2,
.product .h6,
.introduce .h6 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin: 20px 0;
}

.inside h1 {
    font-size: 32px;
}

.inside>p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 20px 0 40px;
}

/* public end */
/* banner */
.banner-content img {
    width: 100%;
}

/* banner end */
/* 介绍 */
p.introduce-p {
    width: 60%;
    margin: 20px auto 40px;
    line-height: 28px;
}

.product-swiper-slide img {
    width: 100%;
    height: 310px;
}

.product-swiper-slide p {
    border: 1px solid rgba(152, 241, 69, 0.5);
    /* border: 1px solid #aef26d; */
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
}

div.swiper-button-next img,
div.swiper-button-prev img {
    width: 100%;
    height: 100%
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next {
    right: 0 !important;
}

.swipper {
    padding: 0px 50px;
    position: relative;
}

.swipper .swiper-button-prev {
    top: 45%;
    background-image: url(/xtl/images/product-15.png);
    background-size: 50px auto;
    left: 10px;
    right: auto;
    width: 35px;
    height: 50px;
}

.swipper .swiper-button-next {
    top: 45%;
    background-image: url(/xtl/images/product-16.png);
    background-size: 50px auto;
    left: auto;
    right: 10px;
    width: 25px;
    height: 50px;
}

p.product-p {
    overflow: hidden;
    width: 600px;
    margin: 60px auto;
}

p.product-p1 {
    text-align: center;
    margin: 50px 0;
}

.product-p span {
    float: left;
    border: 1px solid #aef26d;
    padding: 20px 70px;
    border-radius: 30px;
    font-size: 28px;
}

.product-p span.product-p-r {
    float: right;
}

.product-type ul {
    margin-top: 60px;
    overflow: hidden;
}

.product-type ul li {
    float: left;
    width: 25%;
    /* padding: 10px 124px 0; */
}

.product-type ul li div {
    width: 100%;
    border-left: 1px solid #aef26d;
    display: grid;
}

.product-type ul li div p {
    text-align: center;
}

.product-type ul li img {
    width: 100px;
    height: 90px;
    margin: 10px auto 0;
}

.product-type ul li.not-border>div {
    border-left: 0px;
}

.introduce hr {
    border: 1px solid #ff9966;
    background: #ff9966;
    width: 50px;
    height: 1px;
    margin: 80px auto 20px;
}

.product-character {
    width: 100%;
    margin: 60px 0;
}

.character-title {
    width: 200px;
    position: relative;
    margin: 10px auto;
}

.character-title img {
    width: 96%;
}

.character-title span {
    position: absolute;
    left: 44px;
    top: 82px;
    font-size: 28px;
}

.character-content {
    margin: 0 auto;
    width: 1050px;
    overflow: hidden;
}

.character-content div {
    float: left;
    width: 150px;
    position: relative;
}

.character-content div img {
    width: 100%;
}

.character-content div span {
    position: absolute;
    left: 50px;
    top: 70px;
    font-size: 18px;
}

.character-content div span.character-text4 {
    left: 44px;
}

.character-img {
    margin-top: 62px;
}

.product-name {
    width: 200px;
}

.product table {
    border-top: 1px solid rgba(152, 241, 69, 0.5);
    width: 100%;
}

.product table th {
    font-size: 18px;
    color: #000;
}

.product table th,
.product table td {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.6);
}

.product table td {
    text-align: center;
}

/* 介绍end */
/* 自适应 */
@media screen and (max-width:1400px) and (min-width:1200px) {
    .product-swiper-slide img {
        height: auto;
    }
}

@media screen and (max-width:1200px) and (min-width:768px) {

    .product-swiper-slide img {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    p.introduce-p {
        width: 90%;
    }

    p.product-p {
        width: 254px;
    }

    .product-p span {
        margin: 10px 0;
    }

    .product-swiper-slide p {
        border: 1px solid #aef26d;
        width: 98%;
    }

    .product-type ul li {
        width: 50%;
        margin-top: 10px;
    }

    .product-type ul li div.not-border2 {
        border: 0;
    }

    .product-type ul li img {
        width: 140px;
        height: 140px;
    }

    .character-content {
        width: 100%;
    }

    .character-content div {
        width: 50%;
    }

    .character-content div.character-img {
        display: none;
    }

    .character-content div img {
        width: 180px;
        margin: 0 auto;
        display: flex;
    }

    .character-content div span {
        left: 50%;
        top: 80px;
        font-size: 22px;
        transform: translate(-45%, 0%);
    }

    .character-content div span.character-text4 {
        left: 50%;
    }
    .product table th, .product table td {
        padding: 10px 5px;
    }
    .product-name {
        width: 24%;
    }.product-swiper-slide p {
        font-size: 1.2rem;
    }
    .product-type ul li div p {
        font-size: 1rem;
    }
    .product-applications{
        margin-top: 50px;
    }
}