.videoclass{
 width: 100%;
 height: 470px;
 /* background-color: blueviolet;  */
}
.Conters{
 width: 100%;
 height: 470px;
 /* background-color: chartreuse; */
 background-image: url("../images/Video_Images.jpg");
 background-size: 100% 470px;
}


#shipin{
 width: 100%;
 height: 450px;
margin-top: 40px;
}


.containers {
 display: flex;
 width: 100%; /* 确保容器宽度占满整个视口 */
 height: 300px;
 background-color: rgb(1, 9, 59);
 color: white;
 padding-top: 10px;
 padding-left: 10px;
 margin-top: 20px;
 font-size: 15px;
} 

.box {
 flex: 1; /* 每个盒子占据相等的空间 */
 /* border-right: 2px solid #d5d5d5; 可选：为了更清楚地看到每个盒子 */
 /* color: white; */
 margin-top: 80px;
 margin-left: 148px;

}
.box2 {
 flex: 1; /* 每个盒子占据相等的空间 */

}
.first_image
{
 width: 100%; /* 确保容器宽度占满整个视口 */
 height: 150px;
 margin-left: 50px;
 /* background-color: burlywood; */
}
.first_image img{
 width: 52%; /* 确保容器宽度占满整个视口 */
 height: 150px;
 background-size: 100% 150px;
}
.two_image
{
 width: 30%; /* 确保容器宽度占满整个视口 */
 height: 150px;
 /* margin-left: 50px; */
 text-align: center;
 padding-top: 65px;
 /* padding-right: 45px; */
}
.two_image img
{
 width: 30%; /* 确保容器宽度占满整个视口 */
 height: 150px;
 background-size: 30% 150px;
}
.box_child{
 width: 87%;
 height: 73%;
 margin-top: 80px;
 text-align: center;
}
.ZhiHuiXiaoFang{
 width: 100%;
 height: 250px;
 /* background-color: blue; */
 margin-top: 40px;

}
.ZhiHuiXiaoFang h1{

 display: block;
 width: 100%;
 height: 40px;
 text-align: center;
}
.left{
 float: left;
 width: 43%;
 height: 150px;
 /* background-color: blueviolet; */
 /* border: 2px solid rgb(1, 9, 59); */
 margin-left: 42px;
}
.right{
 float: right;
 width: 43%;
 height: 150px;
 /* background-color: rgb(43, 226, 186); */
 /* border: 2px solid rgb(1, 9, 59); */
 margin-right: 42px;

}
.left h3{
 display: block;
 width: 100%;
 height: 40px;
 text-align: center;
 font-size: 16px;
}
.left span{
 display: block;
 font-size: 15px;
 text-indent: 2em;
 padding-left: 16px;

}
.right h3{
 display: block;
 width: 100%;
 height: 40px;
 text-align: center;
 font-size: 15px;
}
.right span{
 display: block;
 font-size: 15px;
 text-indent: 2em;
 padding-left: 15px;

}
.ZhiHuiXiaoFang_Container{
 width: 100%;
 height: 450px;
 /* background-color: blue; */
 margin-top: 40px;
}
.ZhiHuiXiaoFang_Container h1{
 display: block;
 width: 100%;
 height: 40px;
 text-align: center;
}
.ZhiHuiXiaoFang_Container span{
 display: block;
 width: 100%;
 height: 70px;
 /* background-color: cadetblue; */
 margin-left: 50px;

}
 .ZhiHuiXiaoFang_Container p{
 /* display: block; */
 text-indent: 2em;
 font-size: 15px;
} 


.last{
 width: 100%;
 height: 56px;
 text-align: center;
 /* background-color: brown; */
 font-size: 17px;
 margin-top: 20px;
 font-weight:bold;
}


