@import url(common.css);

.banner {
    position: relative;
    width: 100%;
    height: 3.62rem;
}

.banner > img {
    width: 100%;
    height: 100%;
}

.container {
    -webkit-flex: 1;
    width: 100%;
    overflow-y: auto;
}

.indust-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    -ms: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 6.70rem;
    background: url("../images/industry-bg0.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 .4rem 1.22rem;
}

.indust-detail h3 {
    font-size: .36rem;
    color: #333;
    text-align: center;
    margin: .35rem 0 .40rem;
}

.indust-detail p {
    font-size: .28rem;
    line-height: .4rem;
    color: #333;
    text-indent: .35rem;
}

.list {
    padding: 3rem .4rem 0;
}

.list.industphone{
    padding: 2rem .4rem 0;
}

.list dl {
    margin-top: .8rem;
}

.list dl dt {
    width: 2.76rem;
    height: 2.76rem;
    margin: auto;
}

.list dl dt img{
    width:100%;
    height:100%;
}

.list dl dd {
    text-align: center;
}

.list dl dd h4 {
    font-size: .36rem;
    color: #333;
    margin: .36rem 0 .32rem;
}

.list dl dd p {
    font-size: .24rem;
    color: #929292;
    line-height: .4rem;
}

.load-box {
    display: inline-block;
    width:100%;
    padding-top:1.3rem;
    text-align: center;
}

.load-box button {
    width: 3.10rem;
    height: 1.12rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    font-size: .32rem;
    background-color: #f63;
    color: white;
    border:none;
}
