#industry .title-icon {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    color: #d68412;
}

.industry {

    text-align: left;
}

.industry li {
    margin-bottom: 50px;
}

.industry li:nth-child(3n) {
    margin-right: 0%;
}

.industry img {
    width: 100%;
    transition: all 0.6s;
}

.industry h3 {
    margin-bottom: 20px;
}

.use_to {
    background: #408fcc;
    color: #fff;
    padding: 10px 20px 4px 20px;
    margin-bottom: 10px;
}

.industry_des {
    width: 90%;
    line-height: 1.8;
    transition: all 0.6s;
}

.ind_wrap {
    width: 100%;
    height: 204px;
    overflow: hidden;
}

.industry li:hover img {
    transform: scale(1.2);
    opacity: 0.8;
}

.industry li:hover .industry_des {
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#industry_banner {
    width: 100%;
    height: 400px;
    background: #7a7a7a;
    text-align: left;
    display: inline-block;
}

#industry_banner h2,
#industry_banner p {
    color: white;
}

#industry_banner h2 {
    margin-top: 100px;
    margin-bottom: 15px;
}

#industry_banner button {
    margin-top: 40px;
    background: #1c80cd;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
}

#industry_banner button:hover {
    opacity: 0.9;
}

#industry_content0 {
    display: inline-block;
    background: #fff;
    padding: 50px 0;
    width: 100%;

}

#industry_content0 #industry_content1_video img {
    width: 100%;

}

#industry_content0 #industry_content1_text {
    text-align: left;

}

#industry_content0 #industry_content1_text h2 {
    margin-bottom: 50px;

}

#industry_content0 #industry_content1_text img {
    margin-bottom: 20px;
    margin-top: 40px;

}

#industry_content {
    background: #fff;
    padding: 50px 0;
}

#industry_content h2 {
    margin-bottom: 30px;
}

#industry_content ul li {
    background: white;
    padding: 20px 15px;
    text-align: left;
    min-height: 300px;
}

#industry_content ul li .iconfont {
    font-size: 30px;
    color: #408fcc;
}

#industry_content ul li h3 {
    margin-top: 10px;
    margin-bottom: 20px;

}

#industry_content1 {
    display: inline-block;
    background: #fff;
    padding: 50px 0;
    width: 100%;

}

#industry_content1 #industry_content1_video img,
#industry_content1 #industry_content1_video video  {
    width: 100%;

}

#industry_content1 #industry_content1_text {
    text-align: left;

}

#industry_content1 #industry_content1_text h2 {
    margin-bottom: 50px;

}

#industry_content1 #industry_content1_text img {
    margin-bottom: 20px;
    margin-top: 40px;

}

#industry_content2 {
    display: inline-block;
    background: #fff;
    padding: 50px 0;
    width: 100%;
}

#industry_content2 #industry_content1_video img {
    width: 100%;
    height: 340px;
}

#industry_content2 ul {
    display: flex;
    text-align: center;
    margin: 20px auto;
}

#industry_content2 ul li {
    padding: 4px 15px;
    border-radius: 20px;
}

#industry_content2 ul li:first-child {
    margin-left: auto;
}

#industry_content2 ul li:last-child {
    margin-right: auto;
}

#industry_content2 ul li.active,
#industry_content2 ul li:hover {
    background: #1c80cd;
    color: #fff;
    cursor: pointer;
}

#industry_content2 #industry_content1_text {
    text-align: left;

}

#industry_content2 #industry_content1_text h3 {
    margin-bottom: 30px;

}

#industry_content2 #industry_content1_text h2 {
    margin-bottom: 50px;

}

#industry_content2 #industry_content1_text img {
    margin-bottom: 20px;
    margin-top: 40px;

}






#industry_content3 {
    display: inline-block;
    background: #fff;
    padding: 50px 0;
    width: 100%;

}

#industry_content3 #industry_content1_video img {
    width: 100%;

}

#industry_content3 ul {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}

#industry_content3 ul li {
    width: 100px;
    height: 100px;
    border: solid 4px #bfbfbf;
    margin-right: 10px;
}

#industry_content3 ul li img {
    width: 100%;
}

#industry_content3 ul li.active,
#industry_content3 ul li:hover {
    border: solid 4px #d63a1f;
    cursor: pointer;
}

#industry_content3 #industry_content1_text {
    text-align: left;

}

#industry_content3 #industry_content1_text h3 {
    margin-bottom: 30px;

}

#industry_content3 #industry_content1_text p {
    height: 150px;

}

#industry_content3 #industry_content1_text h2 {
    margin-bottom: 50px;
    margin-top: 80px;

}

#industry_content3 #industry_content1_text>img {
    margin-bottom: 20px;

}


#industry_content4 {
    background: #559ced;
    padding: 50px 0;
    width: 100%;

}

#industry_content4 #industry_content1_video>img {
    height: 430px;

}

#industry_content4 ul {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#industry_content4 ul li {
    width: 30px;
    height: 6px;
    background: #b7b7b7;
    margin-right: 10px;
}

#industry_content4 ul li.active,
#industry_content4 ul li:hover {
    background: #fff;
    cursor: pointer;
}

#industry_content4 #industry_content1_text {
    text-align: left;

}

#industry_content4 #industry_content1_text h3 {
    margin-bottom: 30px;
    color: #fff;
}

#industry_content4 #industry_content1_text p {
    height: 150px;
    color: #fff;
}

#industry_content4 #industry_content1_text h2 {
    margin-bottom: 50px;
    margin-top: 80px;
    color: #fff;
}

#industry_content4 #industry_content1_text>img {
    margin-bottom: 20px;

}

#industry_content5 {
    display: inline-block;
    background: #ffffff;
    padding: 80px 0;
    width: 100%;

}

#industry_content5 #industry_content1_video img {
    width: 100%;

}

#industry_content5 ul {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#industry_content5 ul li {
    width: 30px;
    height: 6px;
    background: #ccc;
    margin-right: 10px;
}

#industry_content5 ul li img {
    width: 100%;
}

#industry_content5 ul li.active,
#industry_content5 ul li:hover {
    background: red;
    cursor: pointer;
}

#industry_content5 #industry_content1_text {
    text-align: left;

}

#industry_content5 #industry_content1_text h3 {
    margin-bottom: 30px;
}

#industry_content5 #industry_content1_text p {
    height: 150px;
}

#industry_content5 #industry_content1_text h2 {
    margin-bottom: 50px;
    margin-top: 30px;
}

#industry_content5 #industry_content1_text>img {
    margin-bottom: 20px;

}

@media (max-width: 500px) {
    #industry_banner {
        height: 160px;
    }

    #industry_banner .content {
        padding: 0 20px;
    }

    #industry_banner .content h2 {
        font-size: 24px;
        margin-top: 50px;
    }

    #industry_banner .content button {
        display: none;
    }

    #industry .title-icon {
        display: none;
    }

    #industry h2 {
        font-size: 28px;
    }

    #industry_content ul li {
        background: white;
        padding: 20px 15px;
        text-align: left;
        min-height: auto;
    }

    #industry_content1_text h2 {
        margin-top: 0px;
    }

    #industry_content2 #industry_content1_video img{
        height: auto;
        margin-top: 20px;
    }
    #industry_content1 #industry_content1_text h2 {
    margin-bottom: 50px;
    margin-top: 30px;
}
    #industry_content3 #industry_content1_video{
        display: none;
    }
    #industry_content3 #industry_content1_text p {
        height: 80px;
    }
    #industry_content3 #industry_content1_text h2 {
        margin-bottom: 50px;
        margin-top: 0px;
    }
    #industry_content5 {
        display: inline-block;
        background: #ffffff;
        padding: 0px 0 50px 0;
        width: 100%;
    }
}