.h4-style {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #454545;
}

.h5-style {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DADDE3;
}


.top-us {
    line-height: 40px;
}

.top-bottom {
    line-height: 50px;
}

.top-bottom-first {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606792;
}

.top-bottom-second {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #80859E;
}

.business-item2 {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 4px;
    /*margin: auto;*/
    padding: 0 15px;
    z-index: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
}

.hlwzc-icon2 {
    margin: 30px 0 0 0;
    text-align: center;
}

.session-bottom-item {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555D8B;
}

.item-main2 {
}

.item-main-content{
    border: 1px solid #DDDDDD;
    margin-bottom: 50px;
}
.item-main-title {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555D8B;
    padding: 20px 0;
}

.ywfw2 {
    display: flex;
    justify-content: start;
    align-items: center;
}
.text-left{
    text-align: left;
}
@media screen and (max-width: 768px) {
    .ywfw2 {
        display: block;
    }
}
.business-item4{
    margin-bottom: 30px;
    background: #84C6F5;
}
.business-item4 .item1{
    width: 62px;
    height: 60px;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 20px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: italic;
}
.business-item4 .item2{
    width: 700px;
    height: 60px;
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
    justify-content: start;

}
@media screen and (max-width: 768px) {
    .business-item4 .item1{
        width: 80px;
        height: 100px;
    }
    .business-item4 .item2 {
        width: 260px;
        height: 100px;
    }
}
.flex-start{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.item-over{
    font-size: 14px;
    width: 400px;
    height: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #80859E;
    line-height: 22px;
    z-index: 99;
}
@media screen and (max-width: 768px) {
    .item-over{
        font-size: 14px;
        width: 350px;
        padding: 0 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #80859E;
        z-index: 99;
    }
}
.item-over-img{
    align-self: flex-end;
    position: relative;
    top: 0px;
    right: 20px;
    z-index: 66;
}
.line-style{
    position: absolute;
    top: 20px;
    left: 217px;
}
@media screen and (max-width: 1200px) {
    .line-style{
       display: none;
    }
}
.color-active{
    color: #3C8CFD;
}