.dayv{
   
    width: 532px;
    margin: 50px auto 0px;
    border: 1px solid #8fd6ff;
    border-radius: 10px;
    background: #f7fbff;
    font-size: 22px;
    line-height: 40px;
    padding: 20px 24px 30px;

}
.cont1{
    width: 534px;
    border: 1px solid #8fd6ff;
    border-radius: 10px;
    margin: 20px auto 0px;
    background: #f7fbff;
    padding: 27px 23px;
    position: relative;
}
.cont1 ::before{
   content: "";
    display: block;
    width: 33px;
    height: 59px;
    background: url(../images/img.png) 0 -56px no-repeat;
    position: absolute;
    top: -39px;
    right: 85px;
}
.cont1 ::after{
    content: "";
    display: block;
    width: 33px;
    height: 59px;
    background: url(../images/img.png) 0 -56px no-repeat;
    position: absolute;
    top: -39px;
    left: 85px;
}
.cont1 ul{
    overflow: hidden;
}
.cont1 ul li span{
    display: inline-block;
    font-size: 26px;
}
.cont1 ul li:nth-of-type(1) span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/img.png) #f47632 no-repeat 3px 3px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 25px;
}
.cont1 ul li p{
    width: 423px;
    background: #e2f1ff;
    margin-left: 60px;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 22px;
    border-radius: 10px;
    text-align: justify;
    
}
.cont1 ul li:nth-of-type(2) span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/img.png) #0073c3 no-repeat 2px -25px;
    vertical-align: middle;
    margin-right: 8px;
}
.cont1 ul li:nth-of-type(2) span{
    float: right;
}
.cont1 ul li:nth-of-type(2) p{
    float: right;
    margin-right: 65px;
}
.cont1 ul li:nth-of-type(2){
    margin-top: 22px;
}

.cont2 {
    width: 580px;
    margin: 50px auto 0px;
    text-align: center;
    padding-bottom:30px ;
}
.top-title h2{
  background: url(../images/img.png)  no-repeat;
  margin:auto;
}

.cont2 .top-title h2{
    height:46px;
    width:572px;
    background-position: 0 -244px;
}
.top-title p{
    font-size: 12px;
    color: #333333;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
}
.text{
    margin-top: 40px;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
}
.ico img{
   margin-top: 25px;
}
.ysts{    
    margin-top:24px;
    position: relative;
}
.ysts p{
    position: absolute;
    width: 360px;
    top: 39px;
    left: 24px;
    font-size: 22px;
    line-height: 40px;
    text-align: justify;
}
.sy10{
    height: 7px;
    background: #f6f6f6;
}
.cont3,.cont4,.cont5{
    width: 580px;
    margin: auto;
    padding: 40px 0px;
}
.cont3 .top-title h2{
    height:48px;width:565px;background-position: 0 -300px;
}
.cont4 .top-title h2{
    height:46px;width:446px;background-position: 0 -190px;
}
.cont5 .top-title h2{
    height:46px;width:319px;background-position: 0 -123px;
}
.cont4 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cont4 ul li{
    position: relative;
    text-align: center;
}
.cont4 ul li p{
    padding: 4px 20px;
    border-radius: 10px;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: -15px;
}
.cont4 ul li:nth-of-type(1) p{
    background: #51a0eb;
}
.cont4 ul li:nth-of-type(2) p{
    background: #51c598;
}
.cont4 ul li:nth-of-type(3) p{
    background: #e86e89;
}
.cont4 ul li:nth-of-type(4) p{
    background: #ed9c5d;
}

.cont5-bot{
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    margin-top: 26px;
}
.cont5-bot p{
    font-size: 22px;
    line-height: 40px;
    padding: 17px 17px 20px;
}