
.zwf{
    height: 82px;
}
.content_t{
    width: 100%;
    padding: 10px 80px;
    border-bottom: 2px solid #3248CF;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999999;
}
.logo{
    width: 171px;
    height: 60px;
    margin-right: 116px;
}
.logo img {
    width: 100%;
    height: 100%;
}
.navlist{
    display: flex;
    align-items: center;
}
.navlist_l{
    width: 140px;
    height: 36px;
    color: #7A72B3;
    font-size: 18px;
    margin-right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.navlist_l img {
    margin-right: 3px;
}
.navlist_l_active{
    background-color: #6bd1fd;
    border-radius: 30px;
    color: #fff;
}
.navlist_l_active span {
    margin-top: 4px;
}
.content_info{
    position: relative;
}
.bg_1{
    position: absolute;
    top: 0;
    width: 1576px;
    height: 864px;
    left: 50%;
    transform: translate(-50%, 0);
}
.content_title{
    margin-top: 90px;
    font-size: 66px;
    color: #7A75D1;
    text-align: center;
}
.content_c{
    width: 100%;
    height: 548px;
    background-image: url('../index/bg.png');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 133px;
    position: relative;
    z-index: 99999;
}
.c_l{
    width: 916px;
    height: 693px;
    background-image: url('../index/bg_2.png');
    background-size: cover;
    position: relative;
    z-index: 100;
    top: 20px;
}
.c_l_box{
    color: #fff;
    font-size: 38px;   
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.c_l_box >div{
    width: 700px;
    height: 156px;
    display: flex;
    align-items: center;
    position: relative;
}
.c_l_box >div >div:nth-child(1)::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width:0; 
    height:0;
    border-width:16px;
    left: -60px;
    border-style:solid;
    border-color:#DFF2FF transparent transparent transparent;
    margin-top: 10px;
}
.ppp::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width:0; 
    height:0;
    border-width:16px;
    left: -60px;
    border-style:solid;
    border-color:#DFF2FF transparent transparent transparent;
    margin-top: 10px;
}
.c_r{
    width: 1100px;
}
.content_info2{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    position: relative;
}
.bg_3{
    width: 1147px;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
}
.c_l_2{
    width: 820px;height: 900px;
    margin-right: 40px;
}
.c_r_2_title{
    color: #7A75D1;
    font-size: 55px;
    margin-bottom: 70px;
}
.c_r_2_name{
    font-size: 35px;
    color: #7B7A7A;
    margin-bottom: 40px;
}
.c_r_2_list{
    width: 100%;
    height: 128px;
    color: #7B7A7A;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.c_r_2_list >div{
    width: 200px;
    height: 128px;
    border-right: 1px dashed #7B7A7A;
    display: flex;
    align-items: center;
    justify-content: center;
}