.top{
    background: white!important;
}
.top-ri .CE{
    color: #666666;
}
.top-ri .top-line{
    /* rgba(102, 102, 102, .3) */
}
.top .top-ri .top-span span{

    background: #666666;
}




.new-dea{
    width: 1400px;
    height: auto;
    margin: auto;
    margin-top: 162px;
    margin-bottom: 70px;
}

.mark{
    margin-top: -80px;
}
.new-dea1{
    width: 100%;
    text-align: center;
}
.new-dea1 span{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.new-dea1 p{
    margin-top: 19px;
    margin-bottom: 36px;

    font-size: 14px;
    font-weight: normal;
    color: #666666;
}
.new-dea-line{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}
.new-p{
    width: 100%;
    /* text-align: center; */
}
.new-p p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;

    /* margin: 38px 0px; */
}
.new-p p img{
    max-width: 100%;
}
.sxy-le{
    margin-right: 89px;
}
.sxy{
    width: 100%;
    height: 179px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sxy span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
}
.sxy p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top: 29px;
    margin-bottom: 43px;
    transition: 0.6s;
}
.sxy .jdt{
    width: 500px;
    height: 5px;
    background: #CCCCCC;
    position: relative;

}
.sxy .jdt .after{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #ED1B2F;
    transition: 1s;
}
.sxy a:hover .after{
    width: 100%;
}
.sxy a:hover span,.sxy a:hover p{
    color: #ED1B2F;
}