body {
    background-color: #f8f8f8;
}
/* 第一块 */
.b1 img{
	width:100%
}

/* 第一块结束 */

/* 第二块 */
.b2 .hd {
    padding-bottom: 25px;
    border-bottom: 4px solid rgba(1,104,183,1);
}
.b2 .hd dl {
    display: flex;
}
.b2 .hd dl dd:nth-child(even) {
    margin: 0 20px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}
.b2 .hd dl dd a {
    font-size: 15px;
    color: rgb(0 0 0 / 70%);
}
.b2 .hd dl dd a.active {
    color: rgb(0 123 255);
}
.b2 .hd dl dd a:hover {
    color: rgb(0 123 255);
}
.b2 .hd img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.b2 .hd .bread-crumbs {
    letter-spacing: .2em;
    color: #6c757d;
}
.b2 .hd .bread-crumbs a {
    color: #6c757d;
}
.b2 .hd .bread-crumbs a.current {
    color: #212529;
}
.b2 .hd .bread-crumbs a:hover {
    color: #494f54;
}
.b2 .bd {
    padding: 0 20px 20px;
    background-color: #fff;
}
.b2 .bd .box .title {
    padding: 30px 0 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: center;
    color: rgba(32,32,2,1);
    font-size: 28px;
    font-weight: bold;
}
.b2 .bd .box .title a{
    padding:0 40px;
}
.b2 .bd .box .title a:hover{
   color: #0168b7;
}
.b2 .bd .left-video {
    width: 49%;
}
.b2 .bd .right-text {
    width: 49%;
}
.b2 .bd .right-text p {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    color: #333333;
}
.b2 .bd .left-video video {
    width: 100%;
}
.b2 .bd .box1 .content {
    text-align: center;
	
}
.b2 .bd .box2 .content,
.b2 .bd .box3 .content {
    padding: 0 10px;
}
.b2 .bd .qhdiv{
	display:none;
}
.b2 .bd .box2 .content dl,
.b2 .bd .box3 .content dl {
    flex-wrap: wrap;
}
.b2 .bd .box2 .content dl dd a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    margin: 0 15px 15px 0;
    background-color: #f2f2f2;
}
.b2 .bd .box3 .content dl dd a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 15px 45px 0;
}
.b2 .bd .box2 .content dl dd:nth-child(4n) a,
.b2 .bd .box3 .content dl dd:nth-child(3n) a {
    margin-right: 0;
}
.b2 .bd .box2 .content dl a span,
.b2 .bd .box3 .content dl a span {
    margin-top: 15px;
    font-size: 16px;
    color: #202020;
    font-weight: 700;
}
.b2 .bd .box2 .content dl a span{
	 width: 240px;
    text-align:center;
}
.b2 .bd .box3 .content dl a span {
    width: 393px;
    text-align:center;
}
.b2 .bd .box2 .content dl a span:hover,
.b2 .bd .box3 .content dl a span:hover {
    color: #0168b7;
}
.b2 .bd .box2 .content dl dd img {
    width: 240px;
    height: 155px;
}
.b2 .bd .box3 .content dl dd img {
    width: 393px;
    height: 175px;
}
/* 第二块结束 */


