.com1 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.com1_l {
    width: 17.1%;
    min-width: 209px;
    margin-right: 3%;
}

.com1_l_1 {
    width: 100%;
    background: #337EDB;
    border-radius: 4px;
    padding: 60px 0;
    display: flex;
    justify-content: space-around;
}

.com1shu {
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.6;
}

.com1_title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com1_l_1_r {
    width: 56%;
    min-width: 110px;
}

.com1_title img {
    width: 9px;
}

.com1_con {
    display: flex;
    margin-top: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    justify-content: space-between;
    align-items: center;
}

.com1_l_2 {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com1_l_2 img {
    width: 20px;
    margin-right: 5px;
}

.com1_l_2 div {
    font-size: 18px;
    font-weight: 400;
    color: #337EDB;
    text-decoration: underline;
}

.com1_l_3 {
    background: #FFFFFF;
    box-shadow: 0px 2px 49px 0px rgba(200, 206, 214, 0.18);
    border-radius: 4px;
    padding: 0 16% 1px;
}

.com1_l_3_title {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
}

.cur {
    width: 6px;
    height: 6px;
    background: #337EDB;
    opacity: 0.78;
    border-radius: 50%;
    margin-right: 10px;
}

.com1_l_3_list {
    margin-bottom: 25px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

.com1_r {
    width: 79.6%;
}

.com1_r_title {
    border-bottom: 1px solid #EBEBEB;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com1_r_title_l {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.com1_r_title_l span {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

.com1_r_title_r {
    font-size: 14px;
    color: #999;
}

.com1_r_title_r a {
    color: #999;
}

.com1_r_title_r span {
    color: #337EDB;
}

.com1_r_main {
    padding-top: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 32px;
    margin-bottom: 60px;
}

.com1_r_main img,
.com1_r_main video {
    max-width: 100%;
}

.cases {
    background: #FAFAFA;
    border-radius: 4px;
    padding-top: 40px;
    padding-bottom: 32px;
}

.index2_title {
    margin-top: 0;
    margin-bottom: 38px;
}

.cases_main {
    display: flex;
    justify-content: space-between;
    padding: 0 2.9%;
    margin-bottom: 28px;
}

.cases_li {
    width: 22%;
    height: 68px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #2265B7;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 160px;
}

.cases_li img {
    width: 30px;
    margin-right: 20px;
}

.lc {
    width: 100%;
    margin-top: 90px;
}

.com1_con img {
    width: 9px;
    height: 12px;
}