.fnt_48 {
    font-size: 48px;
}

.site_banner{
    position: relative;
}

.site_banner_text {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.recruit_box,
.online_box,
.contactUs_box {
    margin: 4rem 0;
}

.recruit_txt h6,
.online_txt h6,
.contactUs_txt h6 {
    font-size: 36px;
    font-weight: normal !important;
    color: #333;
}

.lineBox {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 1px;
    margin: 30px auto;
    display: block;
    padding: 0;
    border: 1px solid #e8e8e8;
    opacity: 1;
    vertical-align: middle;
    filter: alpha(opacity:100);
}

@media only screen and (max-width: 768px) {
    .site_banner_text {
        display: none;
    }
}


.btn-primary {
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7b7b7b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-error {
    font-style: normal;
    color: #e43a32;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .online_box {
        margin: 3rem 0;
    }
}



@media only screen and (min-width:1025px) {
.honor_part li:hover img{transform:scale(1.1);}
.honor_part li:hover span{color: #1961b7; background: #f0f0f0;}

}