.containers {
 display: flex;
 /* flex-direction: column-reverse; */
 width: 100%; /* 确保容器宽度占满整个视口 */
 height: 300px;
 background-color: rgb(1, 9, 59);
 color: white;
 padding-top: 10px;
 padding-left: 10px;
 margin-top: 183px;
 font-size: 15px;
} 

.box {
 flex: 1; /* 每个盒子占据相等的空间 */
 /* border-right: 2px solid #d5d5d5; 可选：为了更清楚地看到每个盒子 */
 /* color: white; */
 margin-top: 80px;
 margin-left: 164px;

}
.box1 {
 flex: 1; /* 每个盒子占据相等的空间 */
 /* border-right: 2px solid #d5d5d5; 可选：为了更清楚地看到每个盒子 */
 /* color: white; */
 margin-top: 80px;
 padding-left: 341px;

}
.box2 {
 flex: 2; 
 
}

.first_image
{
 width: 513px;
 height: 256px;
 /* background-color: brown; */
 float: left;
 /* margin-left: 180px; */
 padding-top: 86px;
 padding-left: 87px;
}
.box2 .first_image span{
 /* justify-content:center;每个盒子占据相等的空间 */
display: block;
 width: 158px;
 height: 164px;
 /* background-color: 100% 185px; */
 /* margin-left: 20px; */
 /* background-color: rgb(147, 165, 42); */
}

.first_image_img{

 float: left; 
 width: 42%;
 height: 164px;
 background: url("../images/JRerWeiMa.jpg") no-repeat;
 background-size: 100% 142px;
}
.first_image_img2{

 float: right;
 width: 42%;
 height: 164px;
background: url("../images/jianrongDY.png") no-repeat;
background-size: 100% 150px;
 }

 .first_image_img3{

 float: right;
 width: 42%;
 height: 164px;
background: url("../images/Xiaochengxu.jpg") no-repeat;
background-size: 94% 156px;

 }
.two_image
{
 width: 27%;
 /* height: 75px; */
 background-color: rgb(1, 9, 59);
 float: right;
 padding-top: 45px;
 height: 250px;
 /* margin-right: 180px; */

}

.BeiAn1{
 width: 100%;
 background-color: rgb(1, 9, 59);
 height: 40px;

}
.BeiAn2 a{
 color: white;
 font-size: 14px;
  
}
.BeiAn2 span{
 color: white;
 padding-left: 28%;
 font-size: 14px;
}
.BeiAn2 .Dizhi{
 color: white;
 padding-left: 60px;
}