/* 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-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: 56%;
    height: 100%;
}

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

.video-img {
    background: url(/xtl/images/introduce-01.jpg);
    background-size: 100% 100%;
}

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

.introduce-script {
    width: 45%;
    background-color: #fff;
    padding: 20px 40px;
    padding-bottom: 0;
    bottom: 0;
    top: auto;
}

.introduce-title {
    overflow: hidden;
}

.introduce-title img,
.introduce-title h6 {
    float: left;
}

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

.introduce-title h6 {
    font-size: 30px;
    line-height: 46px;
}

.introduce-text p {
    margin-top: 20px;
}

.introduce-text p a {
    padding: 5px 50px;
    border: 1px solid rgba(210, 248, 174, 1);
    border-radius: 30px;
}

.introduce-r .introduce-text p.text-p {
    overflow: hidden;
}

.introduce-r .introduce-text p a {
    float: right;
}

/* 介绍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) {

    .introduce-content {
        height: 100%;
        overflow: auto;
    }

    .introduce-lump {
        height: 100%;
        position: static;
    }

    .introduce-img,
    .introduce-script {
        position: static;
        width: 100%;
        padding: 0;
    }

    .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;
    }

}