*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
body{
    background-color: #F7F7F7;
}
/* 切换导航 */
.tab-title-2 {
    display: flex;
    width: 100vw;
    height: 12.7333vw;
    background: #FFFFFF;
    position: fixed;
}

.tab-title-l2 {
    height: 11.7333vw;
}

.tab-title-2 p {
    flex: 1;
    font-size: 4vw;
    text-align: center;
    font-family: PingFang;
    font-weight: 500;
    color: #000000;
    line-height: 11.7333vw;
}

.tab-title-2 .tab_jqrc {
    font-size: 4vw;
    font-family: PingFang;
    color: #3975FE;
    position: relative;
}
.tab-title-2 .tab_jqrc::after{
    content: "";
    display: inline-block;
    width: 10.5333vw;
    height: 0.8vw;
    background-color: #3975FE;
    border-radius: 0.4vw;
    position: absolute;
    bottom: 2.6667vw;
    left: 10.8vw;
}
/* 内容 */
.bs-jqrc .banner{
    width: 100%;
    height: 46vw;
    background:url(../image/bg.png) no-repeat top center;
    background-size:100%;
    
}
.bs-jqrc .container {
    padding-left: 3.8667vw;
    padding-right: 4.1333vw;
}



/* 项目申报 */
.bs-xmsb {
    background-color: #FFFFFF;
    padding-bottom: 18vw;
}

.bs-xmsb .title {
    display: flex;
    align-items: center;
    margin-left: 4vw;
    margin-bottom: 5.3333vw;
    padding-top: 5vw;
}

.bs-xmsb .title .name {
    font-size: 4.8vw;
    font-family: PingFang;
    font-weight: 800;
    color: #333333;
}

.bs-xmsb .title .line {
    width: 0.8vw;
    height: 4.2667vw;
    background: #1476FF;
    border-radius: 0.4vw;
    margin-right: 2.1333vw;
}

.bs-xmsb .list {
    margin-left: 2.6667vw;
}
.bs-xmsb .list::after{
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}
.bs-xmsb .list .box{
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 2.6667vw;
}


.bs-xmsb .list .box:nth-of-type(1) p.img {
    width: 9.3333vw;
    height: 10.6667vw;
    margin: auto;
    margin-bottom: 2.1333vw;
    background: url(../image/xinyong.png) no-repeat center center;
    background-size: 100% 100%;
}
.bs-xmsb .list .box:nth-of-type(2) p.img {
    width: 10.6667vw;
    height: 10.6667vw;
    margin: auto;
    margin-bottom: 2.1333vw;
    background: url(../image/logo2.png) no-repeat center center;
    background-size: 100% 100%;
}
.bs-xmsb #info-list2 .box:nth-of-type(1) p.img {
    width: 10.6667vw;
    height: 10.6667vw;
    margin: auto;
    margin-bottom: 2.1333vw;
    background: url(../image/cy.png) no-repeat center center;
    background-size: 100% 100%;
}
.bs-xmsb #info-list2 .box:nth-of-type(2) p.img {
    width: 10.6667vw;
    height: 10.6667vw;
    margin: auto;
    margin-bottom: 2.1333vw;
    background: url(../image/cx.png) no-repeat center center;
    background-size: 100% 100%;
}
.bs-xmsb #info-list2 .box:nth-of-type(3) p.img {
    width: 10.6667vw;
    height: 10.6667vw;
    margin: auto;
    margin-bottom: 2.1333vw;
    background: url(../image/td.png) no-repeat center center;
    background-size: 100% 100%;
}
.bs-xmsb .list .box img {
    width: 100%;
    height: 100%;
}

.bs-xmsb .list .box p.tip {
    font-size: 3.2vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}