<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body, input, button, input, select, textarea {
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
} */

/* 閫氱敤 */
.custom-line{
    background: #7a7a7a;
    width: 60px;
    height: 1px;
    position: relative;
    margin-bottom: 44px;
}
.custom-title{
    text-align: center;
    margin-top: 4.1667%;
    margin-bottom: 4.1667%;
}
.custom-english{
    color: #bfbfbf;
    font-size: 40px;
    font-family: 'Didot';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}
.custom-chinese{
    font-size: 28px;
    color: #a5000b;
    line-height: 1;
}
.custom-intro{
    font-size: 14px;
    color: #999;
    padding-top: 20px;
}
.custom-more{
    width: 175px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    background: #951415;
    border-radius: 4px;
    text-align: center;
    margin: 25px auto 0;
    position: relative;
    font-family: 'Microsoft YaHei';
    z-index: 3;
    transition: padding ease .4s;
}
.custom-more:after {
    content: "";
    background: #f08c00;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0px;
    border-radius: 4px;
    z-index: -1;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.custom-more span{
    opacity: 0;
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 5px;
    top: 18px;
    left: 78px;
    background: url(icon4.png) no-repeat center;
    transition: opacity .3s,transform ease .4s;
}
.custom-more:hover {
    padding-right: 40px;
    color: #fff;
}
.custom-more:hover span {
    opacity: 1;
    transform: translateX(30px);
}
.custom-more:hover:after {
    width: 100%;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
/* 杞挱 */
.banner{
    width: 100%;
    overflow: hidden;
}
.banner-img{
    width: 100%;
}
/* 鍏充簬鎴戜滑 */
.aboutus{
    background: url(adv-bg.jpg) no-repeat center/cover;
    padding: 6% 0 6%;
}
.aboutus-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.aboutus_left_englistname{
    font-size: 60px;
    font-family: 'Didot';
    color: #951516;
    line-height: .7;
    font-weight: normal;
}
.aboutus_left_chinesename{
    font-size: 28px;
    color: #333;
    margin: 30px 0;
}
.aboutus_left_more{
    font-size: 14px;
    color: #fff;
    margin-left: 0;
}
.aboutus_left_more span{
    font-size: 42px;
    font-family: 'Didot';
    color: #959595;
    line-height: 1;
}
.aboutus_right{
    width: calc(100% - 446px);
    margin-left: 18px;
}
.aboutus_right_list{
    display: flex;
    flex-direction: row;
}
.aboutus_right_item{
    width: 33.33%;
    padding:0 8px;
}
.aboutus_right_item_img{
    width: 100%;
    height: 172px;
    border-radius: 5px 5px 2px 2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.aboutus_right_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.aboutus_right_item:hover .aboutus_right_item_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.aboutus_right_item_info{
    padding: 30px 20px;
    background-color: #FFF;
    border: 1px solid #dcb7b7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    z-index: 0;
    top: -1px;
    transition: border 0.4s;
    -ms-transition: border 0.4s;
    -o-transition: border 0.4s;
    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
}
.aboutus_right_item_info h3{
    font-size: 19px;
    margin: 0px 0 30px;
    color: #333;
    font-weight: normal;
    transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.aboutus_right_item:hover .aboutus_right_item_info h3{
    color: #951415;
    margin-left: 10px;
}
.aboutus_right_item_info p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
}
/* 寰疯偛涔嬬獥 */
.education{
    padding-bottom: 5.2%;
}
.education .custom-line{
    margin: 0 auto 20px;
}
.education_list{
    position: relative;
}
.education_list_con{
    overflow: hidden;
}
.education_list_box{
    margin-left: -16px;
    margin-right: -16px;
}
.education__item{
    margin: 0 16px 20px;
}
.education__item_img{
    overflow: hidden;
    border-radius: 5px;
    height: 224px;
    overflow: hidden;
}
.education__item_img img{
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    margin-left: -1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.education__item:hover .education__item_img img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}
.education__item_info{
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 30px 17px 30px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    overflow: hidden;
}
.education__item_name{
    font-size: 20px;
    font-family: "Arial", 'Microsoft YaHei';
    line-height: 1;
    margin-bottom: 58px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.education__item:hover .education__item_name{
    color: #cb2224;
}
.education__item_intro{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.education__item_info:after {
    content: "";
    width: 0%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #951516;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.education__item:hover .education__item_info:after {
    width: 100%;
}
.education_arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    background: transparent;
    text-align: center;
    line-height: 50px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.education_arrow:hover{
    background: #f8c80f;
    border: 1px solid #f8c80f;
}
.education_arrow span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
}
.education_arrow span:hover{
    animation: prev_hover 0.6s ease;
    -webkit-animation: prev_hover 0.6s ease;
    -moz-animation: prev_hover 0.6s ease;
    -o-animation: prev_hover 0.6s ease;
}
.education_arrow span img{
    vertical-align: top;
}
.education_prev{
    left: -80px;
}
.education_next{
    right: -80px;
}
@keyframes prev_hover {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 0;
        transform: translateX(-5px);
    }
    51% {
        opacity: 0;
        transform: translateX(5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 鏂伴椈 */
.news{
    padding-top: 5.2%;
    padding-bottom: 5.2%;
    background: #f1f1f1;
}
.news_tabs{
    text-align: right;
    margin-bottom: 48px;
}
.news_tabs a{
    margin-left: 35px;
    color: #999999;
    font-size: 14px;
    padding: 0 2.5px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.news_tabs .news_tabs_curr{
    color: #333333;
}
.news_tabs a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #951516;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.news_tabs a:hover:after,.news_tabs .news_tabs_curr:after{
    width: 100%;
}
.news_con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news_con_left{
    width: 340px;
}
.news_con_left .custom-english{
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Didot";
    display: flex;
    flex-direction: row;
}
.news_con_left .custom-english span{
    font-size: 90px;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    will-change: opacity;
    transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
    -ms-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
    -o-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
    -webkit-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
    -moz-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
}
.news_con_left .custom-chinese{
    color: #333333;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    width: 120px;
    height: 40px;
}
.news_con_left .custom-chinese span {
    position: absolute;
}
.news_con_left .news_more{
    margin: 0;
}
.news_con_right{
    width: 949px;
}
.news_con_list li{
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.news_con_list li a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news__item_img{
    width: 268px;
    height: 147px;
    overflow: hidden;
    border-radius: 6px;
}
.news__item_img img{
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__item_info{
    width: 480px;
    margin-left: 25px;
    margin-right: 96px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.news__item_info_title{
    font-size: 18px;
    color: #221f1b;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.news__item_info_time{
    display: none;
}
.news__item_info_intro{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.news__item_btn{
    width: 70px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.news__item_time{
    font-size: 20px;
    color: #3b3936;
    line-height: 1;
    margin-bottom: 15px;
}
.news__item_more{
    border-left: 1px solid #bababa;
    padding-left: 20px;
}
.news_con_list li:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.news_con_list li:hover .news__item_info{
    transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
}
.news_con_list li:hover .news__item_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.news_con_list li:hover .news__item_more img {
    animation: next_hover2 0.6s ease;
    -webkit-animation: next_hover2 0.6s ease;
    -moz-animation: next_hover2 0.6s ease;
    -o-animation: next_hover2 0.6s ease;
}
@keyframes next_hover2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 0;
        transform: translateX(10px);
    }
    51% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 鏁欏璁板綍 */
.study{
    padding-bottom: 4.427%;
    border-bottom: 1px #e2e2e2 solid;
}
.study .custom-line{
    margin: 0 auto 20px;
}
.study_box{
    overflow: hidden;
}
.study_list{
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
}
.study_item{
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.study_item_h2{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    line-height: 1;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.study_item:hover{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}
.study_item:hover .study_item_h2{
    color: #a5010c;
}
.study_item_img{
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    height: 160px;
}
.study_item:hover .study_item_img{
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
.study_item_img img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    object-fit: cover;
}
.study_item:hover .study_item_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.study_item_info{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
/* 榄呭姏鏍″洯 */
.school{
    padding-bottom: 3.4148%;
    margin-bottom: 35px;
}
.school .custom-title{
    margin-bottom: 30px;
}
.school .custom-line{
    margin: 0 auto 20px;
}
.school_tabs{
    text-align: center;
    padding-bottom: 20px;
}
.school_tabs a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}
.school_tabs a span{
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}
.school_tabs a:hover span {
    background: #f9be00;
}
.school_list{
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.school_list li {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
}
.school_item_img{
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    border-radius: 8px;
    height: 147px;
}
.school_item_img img{
    border-radius: 8px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.school_item_img .img-responsive{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.school_item_mask{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.school_item_mask:after {
    content: '';
    display: block;
    border: 1px solid rgba(249, 190, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    border-radius: 6px;
}
.school_item_info{
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}
.school_item_info_icon{
    width: 48px;
    height: 48px;
    background: #f9be00;
    text-align: center;
    line-height: 45px;
    border-radius: 24px;
    margin: 7.2115% auto 0 auto;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    opacity: 0;
}
.school_item_info_icon img {
    opacity: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
}
.school_item:hover .school_item_img{
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}
.school_item:hover .school_item_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.school_item:hover .school_item_mask {
    opacity: 1;
}
.school_item:hover .school_item_mask::after{
    transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    opacity: 1;
}
.school_item:hover .school_item_info_icon{
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.school_item:hover .school_item_info_icon img{
    opacity: 1;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.school_item .name{
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 45px;
    text-align: center;
    height: 16px;
}

@media screen and (max-width: 1652px){
    .header{
        position: relative;
    }
    .headerbg{
        display: none;
    }
    .header-box{
        height: auto;
        display: block;
    }
    .header-box_log{
        width: 370px;
        overflow: hidden;
        float: left;
        margin-top: 12px;
    }
    .header-box_nav{
        display: block;
        float: right;
        width: auto;
        margin: 22px 0;
    }
    .header-box::after{
        content: '';
        clear: both;
        display: block;
    }
    .header-box_nav li{
        min-width: 92px;
        float: left;
    }
}
@media screen and (max-width: 1289px){
    .header-box_nav{
        width: 100%;
    }
}</pre></body></html>