@charset "utf-8";
.free {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    z-index: 10;
    background-size: cover;
    background-position: center;
}

.free .free-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: inherit;
}

.free .free-content img {
    width: 500px;
}

.free .free-tips {
    width: 420px;
    margin: 0 0 0 143px;
}

.free .free-tips_text {
    line-height: 42px;
    font-size: 30px;
    color: #fff;
}

.free .free-tips_text span {
    font-size: 18px;
    line-height: 28px;
    margin: 6px 0 44px;
    display: block;
}

.free .free-tips_btn {
    display: inline-block;
    width: 136px;
    height: 50px;
    line-height: 48px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

.hnusoft {
    padding: 60px 0 0;
}

.hnusoft .hnusoft-content {
    width: 1100px;
    margin: 0 auto;
}

.hnusoft .hnusoft-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0px;
}

.hnusoft .hnusoft-item:last-child {
    margin: 0;
}

.hnusoft .hnusoft-text {
    width: 450px;
    height: 360px;
}

.hnusoft .hnusoft-text .hnusoft-title {
    line-height: 42px;
    margin: 10px 0 2px;
    font-size: 30px;
    color: #081e42;
}

.hnusoft .hnusoft-text .hnusoft-tip {
    line-height: 25px;
    font-size: 18px;
    color: #081e42;
}

.hnusoft .hnusoft-text .hnusoft-instruct {
    width: 460px;
    line-height: 28px;
    color: #415070;
    margin: 20px 0 40px;
}

.hnusoft .hnusoft-text .hnusoft-btn-wrap {
    font-size: 0;
}

.hnusoft .hnusoft-text .hnusoft-btn {
    display: inline-block;
    width: 110px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
}

.hnusoft .hnusoft-text .hnusoft-btn__free {
    background: #4d8cf0;
    color: #fff;
    text-decoration: none;
}

.hnusoft .hnusoft-text .hnusoft-btn__quick {
    border: 1px solid #4d8cf0;
    color: #2371f1;
    margin-left: 18px;
    text-decoration: none;
}

.hnusoft .hnusoft-text__left {
    padding-left: 0px;
}

.hnusoft .hnusoft-text__right {
    padding-left: 166px;
}

.hnusoft .hnusoft-img {
    width: 500px;
    height: 300px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 300px;
}

.hnusoft .exa-img-bg {
    background-size: cover;
}
.hide{display: none;}
