.article-banner {
    width: 100%;
    height: 4.6rem;
    background: url(/static/images/industry_banner.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.article-banner > p {
    padding-top: 2.7rem;
    margin-bottom: 0.1rem;
    line-height: 0.42rem;
    text-align: center;
}

.article-banner > div {
    position: relative;
    line-height: 0.22rem;
    text-align: center;
}

.article-banner > div:before {
    content: '';
    position: absolute;
    margin-left: -0.18rem;
    top: 0.11rem;
    width: 0.06rem;
    height: 2px;
    background-color: #fff;
}

.article-banner > div:after {
    content: '';
    position: absolute;
    margin-left: 0.1rem;
    top: 0.11rem;
    width: 0.06rem;
    height: 2px;
    background-color: #fff;
}

.article-cont {
    margin-top: 0.74rem;
}

.article-left {
    float: left;
    width: 3rem;
}

.article-left-tit {
    padding: 0.18rem;
    text-align: center;
    line-height: 0.45rem;
    font-size: 0.32rem;
}

.article-type > ul > li {
    position: relative;
    cursor: pointer;
}

.article-type > ul > li > p {
    text-align: center;
    height: 0.42rem;
    line-height: 0.42rem;
    font-weight: bold;
    font-size: 0.18rem;
}

.article-type_down {
    content: '';
    position: absolute;
    right: 0;
    top: 0.09rem;
    width: 0.34rem;
    height: 0.24rem;
    border-left: 1px solid #DFDFDF;
    background: url("/static/images/icon/icon_down.png") no-repeat center center;
    background-size: 0.1rem 0.06rem;
    -webkit-background-size: 0.1rem 0.06rem;
    -ms-background-size: 0.1rem 0.06rem;
    -o-background-size: 0.1rem 0.06rem;
    -moz-background-size: 0.1rem 0.06rem;
}

.article-type > ul > li > ul > li {
    width: 2.64rem;
    height: 0.28rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 0.28rem;
    font-size: 0.14rem;
}

.article-type > ul > li > ul > li:nth-child(1) {

    border-top: 1px solid #eee;
}

.article-list {
    float: right;
    width: 9.2rem;
}

.article-list > li {
    margin-bottom: 0.34rem;
}

.article-list-tit {
    position: relative;
    padding-left: 0.26rem;
    font-weight: bold;
    font-size: 0.26rem;
    line-height: 0.36rem;
}

.article-list-tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.06rem;
    height: 100%;
    background-color: #FD571F;
}

.article-list > li > ul > li {
    margin-top: 0.2rem;
    cursor: pointer;
}

.article-list > li > ul > li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.article-cover {
    position: relative;
    float: left;
    width: 3.1rem;
    height: 1.6rem;
    box-shadow: 0 0 0.4rem #eee;
}

.article-cover > img {
    width: 100%;
    height: 100%;
}

.article-cover > p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.12rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.article-desc {
    float: right;
    width: 5.8rem;
    padding-top: 0.06rem;
}

.article-desc > p {
    width: 5.8rem;
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
    line-height: 0.26rem;
    text-indent: 2em;
    font-weight: bold;
}

.article-desc > p > span {
    font-size: 0.2rem;
}

.article-contact {
    padding: 0.3rem 1rem 0.65rem;
    margin-bottom: 0.8rem;
    background: rgba(225, 225, 225, 0.4);
}

.article-contact-tit {
    margin-bottom: 0.34rem;
    text-align: center;
    line-height: 0.45rem;
    font-size: 0.32rem;
    color: #3F4C60;
}

.article-form {
    position: relative;
    width: 100%;
}

.article-form > div {
    position: relative;
    float: left;
    width: 4.7rem;
    padding-left: 1rem;
    margin-bottom: 0.3rem;
}

.article-form > div:nth-child(2n-1) {
    margin-right: 1.2rem;
}

.article-form > div > p {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    line-height: 1.08rem;
    font-size: 0.2rem;
}

.article-form > div > p:after {
    content: '*';
    color: #CA4045;
}

.article-form > div > input {
    width: 3.5rem;
    height: 1.08rem;
    padding: 0 0.1rem;
    border: 0;
    background-color: #fff;
}

.article-form > .article-textarea {
    width: 10.4rem;
}

.article-textarea > textarea {
    display: block;
    width: 100%;
    height: 1.06rem;
    padding: 0.1rem;
    border: 0;
    background-color: #fff;
}

.article-submit {
    width: 2rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    background: #FD571F;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
}

#articleVideo {
    display: none;
}

.article-video-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.article-video-cont {
    position: fixed;
    left: 10%;
    top: 20%;
    width: 80%;
    height: 60%;
    max-height: 8rem;
    min-height: 4rem;
    background-color: #fff;
    z-index: 2001;
}

.article-video-cont > p {
    margin: 0.1rem 0;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.32rem;
    font-weight: bold;
}

#indVideo {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.article-video-cancel {
    position: absolute;
    top: 0.04rem;
    right: 0.1rem;
    color: #aaa;
    font-size: 0.32rem;
    cursor: pointer;
}

@media (max-width: 800px) {
    .article-banner {
        height: 1.32rem;
    }

    .article-banner > p {
        padding-top: 0.42rem;
        line-height: 0.2rem;
    }

    .article-banner > div {
        line-height: 0.12rem;
    }

    .article-banner > div:after {
        content: '';
        top: 0.06rem;
    }

    .article-banner > div:before {
        top: 0.05rem;
    }

    .article-left {
        display: none;
    }

    .article-cont {
        margin: 0.2rem 0;
    }

    .article-list {
        float: none;
        width: auto;
        margin: 0 0.12rem;
    }

    .article-list > li {
        margin-bottom: 0.12rem;
    }

    .article-list-tit {
        font-size: 0.18rem;
        line-height: 0.2rem;
        padding-left: 0.18rem;
    }

    .article-list-tit:before {
        content: '';
        height: 0.18rem;
    }

    .article-list > li > ul > li {
        margin: 0.14rem 0 0.22rem;
    }

    .article-cover {
        width: 100%;
        height: 1.5rem;
        float: none;
    }

    .article-desc {
        float: none;
        width: 100%;
        padding-top: 0.04rem;
    }

    .article-desc > p {
        width: 100%;
        font-size: 0.12rem;
        line-height: 0.16rem;
        margin-bottom: 0.02rem;
    }

    .article-contact {
        overflow: hidden;
        padding: 0 0 0.2rem 0;
        margin-bottom: 0;
    }

    .article-contact-tit {
        font-size: 0.18rem;
        margin: 0.1rem auto 0.25rem;
    }

    .article-form > div {
        float: none;
        width: 80%;
        padding-left: 1.02rem;
        margin-bottom: 0.16rem;
    }


    .article-desc > p > span {
        font-size: 0.13rem;
    }

    .article-form > div > p {
        width: 0.84rem;
        line-height: 0.3rem;
        font-size: 0.12rem;
        text-align: right;
    }

    .article-form > div > input {
        width: 80%;
        height: 0.3rem;
        line-height: 0.3rem;
    }

    .article-form > div:nth-child(2n-1) {
        margin-right: 0;
    }

    .article-form > .article-textarea {
        width: 80%;
    }

    .article-textarea > textarea {
        width: 80%;
        height: 0.8rem;
    }

    .article-submit {
        margin-top: 0.2rem;
        width: 1.6rem;
        height: 0.38rem;
        line-height: 0.38rem;
        font-size: 0.14rem;
    }

    .article-video-cont {
        height: 40%;
        min-height: 3rem;
        width: 100%;
        left: 0;
    }

    .article-video-cancel {
        font-size: 0.24rem;
    }

    .article-video-cont > p {
        font-size: 0.16rem;
        line-height: 0.24rem;
    }
}