.banner{
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/banner-detail.jpg");
}
.banner .banner-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
}
.banner .banner-title .title-content{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1200px;
}
.banner .banner-title .title-content .title{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}
.banner .banner-title .title-content .link{
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner .banner-title .title-content .link a{
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}
.banner .banner-title .title-content .link a::after{
    content: " >";
}
.banner .banner-title .title-content .link a:last-child::after{
    content: "";
}
.banner .banner-title .content-bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1200px;
    height: 60px;
    background-color: #fff;
}

.detail-content {
    width: 100%;
    min-width: 1200px;
    background: rgba(237, 245, 240, 1);
}

.detail-info {
    width: 100%;
    padding-bottom: 100px;
}
.detail-info .info-content {
    margin: 0 auto;
    width: 1200px;

}
.detail-info .info-content .introduce-form {
    padding-top: 20px;
    width: 100%;
    background-color: #fff;
}
.detail-info .info-content .introduce-form .title{
    width: calc(100% - 140px);
    padding: 0 70px;
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 40px;
    color: rgba(0, 61, 33, 1);
    text-align: center;
}
.detail-info .info-content .introduce-form .introduce{
    width: calc(100% - 140px);
    padding-bottom: 25px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgba(83, 92, 89, 1);
    text-align: center;
    border-bottom: 1px solid rgba(3, 36, 25, 0.1);
}
.detail-info .info-content .video-content {
    padding-top: 40px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.detail-info .info-content .video-content video{
    margin: 0 auto;
    width: 600px;
    height: auto;
}
.detail-info .info-content .detail-form {
    width: calc(100% - 140px);
    padding: 70px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
}
.detail-info .info-content .detail-form p{
    margin: 1em 0;
}

.detail-info .info-content .attachment-list {
    padding-top: 40px;
}
.detail-info .info-content .attachment-list .attachment-item{
     margin-bottom: 10px;
}
.detail-info .info-content .attachment-list a{
    display: inline-block;
    color: rgba(0, 99, 53, 1);
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}


@media screen and (max-width:780px) {
    .banner {
        position: relative;
        min-width: 300px;
        height: 200px;
        background-size: 100% 100%;
    }
    .banner .banner-title {
        height: 80px;
        line-height: 40px;
    }
    .banner .banner-title .title-content {
        width: calc(100% - 10px);
    }
    .banner .banner-title .title-content .title{
        font-size: 24px;
        height: 40px;
        line-height: 40px;
    }
    .banner .banner-title .content-bg {
        width: calc(100% - 10px);
        height: 20px;
    }

    .detail-content {
        min-width: 300px;
    }

    .detail-info {
        width: 100%;
        padding-bottom: 200px;
    }
    .detail-info .info-content {
        margin: 0 auto;
        width: calc(100% - 10px);
    }

    .detail-info .info-content .introduce-form .title {
        width: calc(100% - 20px);
        padding: 0 10px;
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .detail-info .info-content .introduce-form .introduce{
        width: calc(100% - 20px);
        padding: 0 10px;
        padding-bottom: 20px;
    }

    .detail-info .info-content .video-content video {
        width: calc(100% - 20px);
    }

    .detail-info .info-content .detail-form {
        width: calc(100% - 20px);
        padding: 10px;
        background-color: #fff;
    }
    .detail-info .info-content .detail-form img{
        width: 100% !important;
        height: auto !important;
    }
}



















































