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

.stock {
    width: 1200px;
    margin: 0 auto;
}

.stock img {
    width: 49%;
}

.contact {
    margin: 60px 0;
    display: block;
}

.contact table {
    width: 100%;
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    padding: 30px 140px;
}

.contact table th {
    font-size: 16px;
    color: #bdbdbd;
    text-align: left;
}

.contact table td {
    font-size: 16px;
    color: #000;
}

.introduce-content h6 {
    text-align: right;
    color: #9c9c9c;
    font-size: 22px;
}

h6.contact-x {
    margin-top: 10px;
    font-size: 18px;
}

.contact2 {
    display: none;
}

/* 介绍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) {
    .stock {
        width: 100%;
    }

    .stock img {
        width: 100%;
        margin-top: 30px;
    }

    .contact {
        display: none;
    }

    .contact2 {
        margin: 60px 0;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        border-top: 2px solid #d4d4d4;
        border-bottom: 2px solid #d4d4d4;
    }

    .contact2 div {
        margin: 20px 0;
    }

    .contact2 div p {
        margin-top: 5px;
        color: #000;
    }

    .contact2 div p.th {
        font-size: 1.2rem;
        line-height: 20px;
        color: #bdbdbd;
    }
}