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

.introduce {
    background-image: url(/xtl/images/honor-2.jpg);
    background-size: 100% 100%;
}

.introduce-content {
    overflow: hidden;
    padding: 60px 0;
}

.introduce-content>div.y-content {
    float: left;
    position: relative;
    width: 25%;
}

.introduce-content>div.y-content ul {
    border-left: 1px solid rgba(210, 248, 174, 1);
    padding: 0 20px;
    margin-left: 24px;
}

.introduce-content>div.y-content ul li {
    margin: 10px;
    width: 264px
}

.span-y,
.span-d {
    position: absolute;
}

.span-y {
    color: #ff9966;
    font-size: 24px;
}

.span-y-t {
    top: -36px;
    left: 0;
}

.span-y-b {
    bottom: -36px;
    left: 0;
}

.span-d {
    left: 16px;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid rgba(210, 248, 174, 1);
    background: rgba(210, 248, 174);
    border-radius: 30px;
}

.span-d-t {
    top: 0;
}

.span-d-b {
    bottom: 0;
}

.introduce-content>div ul.ul-t {
    padding-top: 80px;
}

.introduce-content>div ul.ul-d {
    padding-bottom: 80px;
}

.content-top {
    margin-top: 333px;
}

.honor-list2 {
    display: none;
}

/* 介绍end */
/* 荣誉证书 */

.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 */
/* 行业认可 */
.accept {
    margin-top: 50px;
}

.accept-title,
.accept-content {
    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;
}

.accept-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.accept-content div.shown {
    float: left;
    width: 219px;
    height: 100px;
    margin: 0 0 12px 0;
}

.accept-content div.shown a {
    width: 99%;
    height: 100%;
    border: 2px solid rgba(210, 248, 174, 1);
    display: inline-block;
}

.accept-content div.accept-shown {
    margin-left: 0;
}

/* 行业认可 end */
/* 自适应 */
@media screen and (max-width:1400px) and (min-width:1200px) {
    div.accept-content div.shown {
        width: 98%;
        margin: 0 1%;
        height: 80px;
        padding: 10px 0;
    }
}

@media screen and (max-width:1200px) and (min-width:768px) {
    div.accept-content div.shown {
        width: 98%;
        margin: 0 1%;
        height: 80px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .honor-list {
        display: none;
    }

    .honor-list2 {
        display: block;
    }

    .introduce-content>div.y-content {
        width: 100%;
    }

    .span-y,
    .span-d {
        position: inherit;
        width: 100%;
        display: block;
        text-align: center;
    }

    .span-y-b {
        bottom: 0;
    }

    .introduce-content>div.y-content ul {
        border-left: 0;
    }

    .introduce-content>div ul.ul-d {
        padding-bottom: 0;
    }

    .swipper {
        padding: 0px 30px;
    }

    .accept-content div.shown {
        width: 96%;
        height: auto;
        margin: 0 1% 12px;
    }

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

    .introduce-text p,
    .introduce-r .introduce-text p a {
        font-size: 1rem;
    }
}