/* 编辑服务 */

.productHeadPictureAIBJGZS {
    width: 100%;
    width: 100%;
    height: 47rem;
    /* background: url(${Prefix}img/a3303a50bd0ccaed4100aa145873a4b3.png) 100% no-repeat; */
    background: url(../images/bjfwbanner.png) 100% no-repeat;
    background-size: 100% 100%;
}

.productHeadPictureAIBJGZS .flex-colCRJ {
    display: flex;
    flex-direction: column;
}

.productHeadPictureAIBJGZS .flex-rowcrj {
    display: flex;
    flex-direction: row;
}

.productHeadPictureAIBJGZS .justify-betweencrj {
    display: flex;
    justify-content: space-between;
}

.productHeadPictureAIBJGZS div {
    text-align: left;
    padding-top: 9.5rem;
    width: 1200px;
    margin: 0 auto;
}

.productHeadPictureAIBJGZS P {
    text-align: center;
}

.productHeadPictureAIBJGZS .titleCRJ {
    font-weight: bold;
    font-size: 4.375rem;
    color: #325FEB;
    text-align: left;
}

.productHeadPictureAIBJGZS .subtitleCRJ {
    font-weight: 400;
    font-size: 2.25rem;
    color: #666666;
    margin-top: 3.4375rem;
    height: 10rem;
    text-align: left;
    line-height: 4.125rem;
    width: 630px;
}

.productHeadPictureAIBJGZS .subtitleCRJ span {
    color: #325FEB;
}

.productHeadPictureAIBJGZS .btnCRJ {
    width: 15.625rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    background: #325FEB;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.875rem;
    color: #FFFFFF;
    margin-top: 4.4375rem;
}

/* 内容开始 */

.newsContentArea {
    padding-top:60px;
    background-color: #fff;
}

.newsContentArea span {
    display: block;
    padding: 7px 0px;
    cursor: 8;
		width:204px;
text-align: center;
}

.newsContentArea span.activeCRJSP {
    cursor: pointer;
    /* height: 36px; */
    color: #ffffff;
    border-bottom: .375rem solid #325FEB;
    background: #325feb;
    border-radius: 50px
}

.newsBox {
    margin-top: 3.75rem;
}

.contentCRJSP {
    padding: 3.875rem 7.5rem;
}

.itemContentCRJSP {
    width: 1200px;
    margin: 0 auto;   
    border-radius: .625rem;
    background-size: 100% 100%;
}

.itemContentCRJSP>P {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: normal;
color: #FFFFFF;
}


.footBoxCrj {
    width: 1200px;
    margin: 60px auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footBoxCrj .footBoxItem{
		margin-bottom:40px;
    width: 373px;
    height: 273px;
    border-radius: 1.25rem;
}
.footBoxCrj .footBoxItem img {
    border-radius: 1.25rem;
    display: block;
    width: 100%;
    height: 100%;
		 object-fit: cover;
}