/* 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 */

/* 介绍 */

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

.introduce-content {
    overflow: hidden;
    position: relative;
}

.introduce-lump {
    position: relative;
    width: 100%;
    height: 480px;
    margin-top: 60px;
}

.introduce-img,
.introduce-script {
    position: absolute;
    top: 0;
}

.introduce-l {
    left: 0;
}

.introduce-r {
    right: 0;
}

.introduce-img {
    width: 54%;
    height: 100%;
}

.introduce-img img {
    width: 100%;
    height: 100%;
}

.introduce-script {
    width: 44%;
    height: 100%;
    top: 0;
}

.introduce-title {
    overflow: hidden;
}

.introduce-title img {
    float: left;
}

.introduce-title img {
    width: 100px;
    height: 100px;
    margin: 20px 0;
}

.introduce-l .introduce-title img {
    float: right;
}

.introduce-text {
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
}

.introduce-text-bottom {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: auto;
    bottom: 0;
}

.introduce-text-bottom span {
    float: left;
    margin-right: 20px;
}

.introduce-l .introduce-text-bottom span {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.introduce-text-bottom .bottom-img {
    width: 40%;
}

.introduce-text-bottom .bottom-img img {
    width: 100%;
    height: 150px;
}

.bottom-symbol {
    margin-top: 50px;
}

/* 20210611 */
.gallery-thumbs {
    height: 100%;
    width: 90%;
}

.gallery-thumbs-l {
    float: right;
}

.gallery-thumbs-m,
.gallery-thumbs-f {
    float: left;
}

.gallery-thumbs .swiper-slide img {
    height: 100%;
    width: 100%;
}

.introduce-text-bottom {
    width: 100%;
    height: 150px;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: none;
}

/* 介绍end */
/* 地址地图 */

.address {
    width: 100%;
    margin: 50px 0;
}

.address img {
    width: 100%;
}

/* 地址地图end */
/* 荣誉证书 */

.accept-title {
    overflow: hidden;
}

.accept-title img,
.accept-title p {
    float: left;
}

.accept-title img {
    width: 50px;
    height: 50px;
}

.accept-title p {

    margin-left: 5px;
    font-size: 30px;
    line-height: 46px;
}

p.accept-introduce {
    text-align: left;
    margin-left: 6px;
    margin-top: 6px;
    font-size: 18px;
}

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

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

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

.honor-swiper-slide img {
    width: 100%;
}

.honor-swiper-slide p {
    text-align: center;
}

/* 荣誉证书 end */
/* 自适应 */
@media screen and (max-width:1400px) and (min-width:1200px) {}

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

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

    .introduce-img,
    .introduce-script {
        width: 100%;
        position: inherit;
        position: relative;
    }

    .introduce-script>div {
        position: absolute;
        top: 150px;
    }

    div.introduce-text-bottom {
        top: 0;
    }

    .introduce-script {
        height: 570px;
    }

    .introduce-lump {
        height: auto;
    }

    .introduce-text-bottom {
        position: inherit;
    }

    .introduce-text-bottom span {
        margin-right: 0;
    }

    .introduce-l .introduce-text-bottom span {
        margin-left: 0;
    }

    .swipper {
        padding: 0px 30px;
    }

    .gallery-thumbs {
        width: 88%;
    }

    .introduce-text {
        font-size: 1rem;
    }

    .accept-title p {
        font-size: 1.2rem;
    }
}