﻿﻿@charset "utf-8";

/* 首页 开始 */
.p2{
    margin-top: -20px;
}
.service {
    height: 90px;
    background: #6aa9f1 url(../images/2022092.jpg) center no-repeat;
    background-size: cover;
}
.service a{
    display: block;
    height: 100%;
}
.index_topic {
    position: relative;
}

.index_topic .scroll {
    position: relative;
    margin: 0 -10px;
}

.index_topic li {
    width: 380px\9;
    width: 50%;
}

.index_topic li a {
       display: block;
    /*width: 380px\9;*/
    width: 275px\9;
    height: 90px\9;
    margin:0px 10px;
}

.index_topic li img {
    width: 100%;
    max-width:380px
}
@media (max-width: 1200px) {
    .service {
        margin-bottom:20px;
    }

    .service {
        height: 100px;
    }
    .index_topic .scroll {
        position: relative;
        margin: 0 -10px;
    }

}

/* 首页 结束 */