#idx_banner{
    height: 5.7rem;
    background-image: url('../image/idx_banner.png');
    background-position: center 40%;
    background-size: cover;
}

.products_img {
    float: left;
    width: 49%;
    padding: .2rem;
}

.products_text {
    float: right;
    width: 50%;
    padding: .2rem;
}
.text_content{
    line-height: .3rem;
}

.text_content p:first-child {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.text_title {
    font-size: 0.28rem;
    font-weight: 450;
}
.video,
.content {
    padding-top: .2rem;
}
.more_info_btn {
    display: block;
    width: 2.45rem;
    height: 0.38rem;
    background: #0c5977;
    border-radius: 2rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: .38rem;
    color: #FFF;
    margin-top: .35rem;
}

.news_content ul {
    margin-top: .2rem;
}

.news_content ul li {
    float: left;
    margin-left: 1%;
    width: 24.2%;
}

.news_content ul li:first-child {
    margin-left: 0;
}

.new_title a{
    display: block;
    margin-top: .1rem;
    font-size: 0.14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.top40 {
    padding-top: 1.2rem;
}