.home-header {
    width: 100%;
    height: 480px;
    /* background-color: red; */
    /* background-image: url('../images/banner.png'); */
     background-image: url('/bdcdjkp/0522image/head.png');
    /* background-size: cover; */
     background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;

}

.header-img{
    position: absolute;
    left: 425px;
    height: 200px;
    display: flex;
    align-items: center;
}
.title{
    font-weight: bold;
font-size: 26px;
color: #FE001E;
margin-left: 6px;
}
.title2{
 font-weight: 400;
font-size: 17px;
color: #202020;
margin-left: 6px;

}
.middle{
    height: 453px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.midleImg{
    width:1083px ;
    height: 322px;
    background-image: url('/bdcdjkp/0522image/midle.png');
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
padding: 78px 182px 61px 72px;
box-sizing: border-box;
text-indent: 25px;
letter-spacing: 3px;
}
.home-body{
    height: 1073px;
    width: 100%;
    background-image: url('/bdcdjkp/0522image/mid.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
 border-bottom: 4px solid #35912E;

}
.hometop{
    width: 722px;
    height: 34px;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 63px auto;
    /* margin-top: 63px; */
}
.hometopLeft{
    width: 250px;
    height: 7px;
     background-image: url('/bdcdjkp/0522image/right.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.hometopRight{
   width: 250px;
    height: 7px;
         background-image: url('/bdcdjkp/0522image/right.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hometopMidle{
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 36px;
color: #037DCA;
}
.homeMidle{
    width: 1108px;
    height: 675px;
    /* background-color: red; */
        margin: 63px auto 25px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.card{
    /* margin-right: 17px; */
}
.homeMidleImg{
    width: 265px;
    height: 165px;
     background-image: url('/bdcdjkp/0522image/card.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.homeMidleFont{
    display: flex;
    align-items: center;
}
.round{
    width: 11px;
height: 11px;
border-radius: 50%;
background-color: #037DCA;
margin-right: 2px;
margin-top: 10px;
}
.roundFont{
    width: 252px;
    white-space:nowrap;
     overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
font-size: 16px;
color: #000000;
margin-top: 10px;
}
.button{
    width: 344px;
    height: 73px;
border-radius: 50px;
  background: linear-gradient(to right, #0d77fe , #2fc5fd);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonImage{
    margin-right: 21px;
    width: 27px;
    height: 23px;
      background-image: url('/bdcdjkp/0522image/more.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.buttonFont{
font-weight: 400;
font-size: 28px;
color: #F7F7F7;
line-height: 33px;
font-style: italic;
}
/* 去除下划线 */
a {
  text-decoration: none;
}

/* 去除默认颜色 */
a:link, a:visited {
  color: inherit;
}

/* 去除点击后的虚线框 */
a:focus {
  outline: none;
}

/* 去除移动端点击高亮 */
a {
  -webkit-tap-highlight-color: transparent;
}


