/* 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;
    margin-top: 50px;
}

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

.introduce-content div {
    float: left;
}

.content {
    width: 60%;
}

.list {
    width: 40%;
}

.list .newest {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
    border-top: 3px solid #ff9966;
    margin-left: 10%;
    width: 90%;
}

.list div {
    margin-left: 10%;
    width: 90%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #666;
}

.list div img {
    width: 100%;
}

.list div p {
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    overflow: hidden;
}


/* 介绍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) {
    div.introduce {
        margin-top: 0;
    }

    .introduce hr {
        margin-top: 40px;
    }

    .list {
        display: none;
    }

    .content {
        width: 100%;
    }
}