@font-face
{
font-family: myFirstFont;
src: url('../1.TTF')
}
@font-face
{
font-family: myFirstFont2;
src: url('../2.TTF')
}

.section {
    padding: 30px 0;
}
.container {
    /* padding: 0 15px; */
    width: 1400px;
    margin: 0 auto;
}
.sec_title_div {
    height: 170px;
    /* line-height: 170px; */
}

.sec_title {
    font-size: 45px;
    color: #1f274d;
    text-align: center;
    padding-top: 5px;
}
.sec_title_div_hr {
    border: 0;
    border-top: 2px solid #bfc1c8;
    width: 125px;
    margin: 28px auto;
}
.s02_left {
    position: relative;
}

.s02_left {
    width: 50%;
    display: inline-block;
}
.s02_left_div {
    padding-bottom: 15px;
}s02

.area1 {
    background: url(../../../../static/theme007/images/yun3.png);
    width: 100%;
    height: 188px;
    position: absolute;
    animation: mymove 2000s infinite;
    -moz-animation: mymove 2000s infinite;
    -webkit-animation: mymove 2000s infinite;
    -o-animation: mymove 2000s infinite;
}

.s02_right {
    float: right;
    width: 50%;
}
.s02_right ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 5px;
}
.fangda_div_img img {
    transform: scale(.7);
    transition: all .5s;
}

.s02_right_title {
    padding: 10px 0;
    font-size: 24px;
}
.count-title {
    font-size: 32px;
    color: #3c458c;
}
.s02_right_des {
    font-size: 16px;
    color: #423f3f;
}
.s02_hr {
    display: inline-block;
    width: 60px;
    border-top: 4px solid #1f274d;
    margin: 15px auto;
}

@media screen and (max-width: 767px) {

    .sec_title {
        font-size: 22px;
        color: #1f274d;
        text-align: center;
        padding-top: 5px;
    }
    .s02_hr {
        display: inline-block;
        width: 44px;
        border-top: 3px solid #1f274d;
        margin: 3px auto;
    }
    .s02_left {
        width: 100%;
        display: inline-block;
    }
    .count-title {
        font-size: 24px;
        color: #3c458c;
    }
    .s02_right_des {
        font-size: 16px;
        color: #423f3f;
    }
    .s02_right {
        float: none;
        width: 100%;
    }
    sec_title_div {
        height: 130px;
    }
}