:root {    --dark-color: #94070a;    --tan-color: #bd0001;    --tint-color: #e60012;    --white-color:#fff;}.navhide{    /*width: 185px;*/    /*padding: 0 8px;*/    /*margin-left: -92.5px;*/        width: 163px;    margin-left: -81.5px;}.on {        background-color: var(--dark-color);}.nav span.on a.nava{    color: var(--white-color);}.nav span a .fa-angle-down{    display: none;  }.lslt {    min-height: 116px;    border: none;    display: flex;    align-items: center;    flex-wrap: wrap;    font-size: 30px;    padding-left: 35px;    border-top-right-radius: 50px;}.lslw .lsla {    margin-top: 0;    border: 1px solid #94070a;    border-bottom: none;    color: #434343;    display: flex;    align-items: center;}.lslw .lsla:last-child {    border-bottom: 1px solid #94070a;}.lslt img {    margin-top: 3px;    margin-right: 15px;}.lslw .lsla:hover,.lslw .lsla.active {    background: transparent;    color: #e60012;    border-left: 10px solid var(--tan-color);    border-right: none;}.ny_nav_img {    opacity: 0;    visibility: hidden;    margin-left: auto;    margin-right: 0;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.lslw .lsla:hover .ny_nav_img,.lslw .lsla.active .ny_nav_img {    opacity: 1;    visibility: inherit;    margin-right: -20px;}.ny_bt {    text-align: center;    margin-bottom: 70px;}.ny_bt h2 {    display: inline-block;    position: relative;    line-height: 1;    font-size: 24px;    color: #444444;}.ny_bt h2::before,.ny_bt h2::after {    content: "";    position: absolute;    background-color: var(--dark-color);}.ny_bt h2::before {    width: 24px;    height: 24px;    bottom: 100%;    right: 100%;}.ny_bt h2::after {    width: 10px;    height: 10px;    top: 100%;    left: 100%;}.i7tr a img {    filter: grayscale(100%) brightness(200%);}.ftbot {    color: rgba(255, 255, 255, .8)}@media only screen and (max-width:992px) {    .lslt {        min-height: 77px;        font-size: 22px;    }    .lsl {        margin-bottom: 30px;    }    .lslw {        display: none;    }    .ny_nr .xw_nr .con li .c_n .col-lg-2.on {        flex: 0 0 21%;        max-width: 21%;    }    .ny_nr .xw_nr .con li .c_n .col-lg-8 {        flex: 0 0 78%;        max-width: 78%;        padding-left: 20px;        font-size: 20px;    }    .ny_nr .xw_nr .con li .c_n .w_z {        margin: 0;    }    .ny_nr .xw_nr .con li .c_n .w_z a {        font-size: 17px;    }}.ny_resource li {    border-bottom: 1px solid #dfdfdf;    padding: 25px 40px 30px 15px;    position: relative;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.ny_resource li::before,.ny_resource li::after {    content: "";    position: absolute;    width: 0;    height: 0;    visibility: hidden;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.ny_resource li:after {    right: 0;    top: 0;    border-right: 11px solid var(--dark-color);    border-top: 11px solid var(--dark-color);}.ny_resource.ny_employment li:after{    display: none;}.ny_resource li:hover::before,.ny_resource li:hover::after {    width: 90px;    visibility: visible;    height: 90px;}.ny_resource li:hover {    box-shadow: 2px 2px 20px rgba(10, 13, 89, .1);    border: none;}.ny_resource .ny_resource_top {    display: flex;    justify-content: space-between;    align-items: center;    flex-wrap: wrap;    margin-bottom: 10px;}.ny_resource .title {    font-size: 17px;    font-weight: bold;    color: #323232;}.ny_resource .ny_resource_time {    font-size: 16px;    color: #969696;}.ny_resource .ny_resource_des {    color: #646464;}.ny_school_row {    display: flex;    /* justify-content: space-between; */    align-items: center;    flex-wrap: wrap;    margin-bottom: 115px;}.ny_school_row .ny_school_img {    flex: 0 0 44%;    max-width: 44%;    position: relative;    z-index: 1;}.ny_school_row .ny_school_img img {    width: 100%;}.ny_school_row .ny_school_content {    flex: 0 0 56%;    max-width: 56%;    padding: 65px 40px 35px 70px;    position: relative;}.ny_school_row .ny_school_content::before,.ny_school_row .ny_school_content::after {    content: "";    position: absolute;    width: 100%;    height: 100%;    transition: all 0.4s ease-out 0s;    visibility: visible;}.ny_school_row .ny_school_content::before {    left: 0;    top: 0;    border-top: 16px solid #c98384;    /* border-left: 16px solid #445e9f; */}.ny_school_row .ny_school_content:after {    right: 0;    bottom: 0;    border-right: 16px solid #c98384;    border-bottom: 16px solid #c98384;}.ny_school_row .ny_school_content .ny_school_title {    font-size: 26px;    color: #333;    margin-bottom: 30px;}.ny_school_row .ny_school_content .ny_school_text {    font-size: 15px;    line-height: 2.1;    position: relative;    z-index: 99;}.ny_school_hidden {    max-height: 190px;    overflow-y: scroll;}.ny_school_hidden::-webkit-scrollbar {    /*滚动条整体样式*/    width: 10px;    /*高宽分别对应横竖滚动条的尺寸*/    height: 1px;    display: none;}.ny_school_hidden::-webkit-scrollbar-thumb {    /*滚动条里面小方块*/    border-radius: 10px;    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);    background: #535353;}.ny_school_hidden::-webkit-scrollbar-track {    /*滚动条里面轨道*/    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);    border-radius: 10px;    background: #ededed;}.ny_school_row .ny_school_content .ny_school_text::before {    content: "";    position: absolute;    width: 20px;    height: 20px;    background-color: #e60012;    top: 10px;    left: -42px;    border-radius: 50%;}.ny_school_row:nth-child(even) {    flex-direction: row-reverse;    position: relative;}.ny_school_row:nth-child(even) .ny_school_content::before {    display: none;}.ny_school_row:nth-child(even) .ny_school_content::after {    display: none;}.ny_school_row:nth-child(even)::after {    content: "";    position: absolute;    border-left: 10px solid #94070a;    border-bottom: 10px solid #94070a;    border-right: none;    width: 120px;    height: 150px;    right: auto;    left: 0;    bottom: 60px;    z-index: 2;}.ny_school_row:nth-child(even) .ny_school_content {    flex: 0 0 70%;    max-width: 70%;    padding: 20px 40px 35px 50px;    position: absolute;    left: 0;    top: 50%;    transform: translateY(-50%);    z-index: 2;    background-color: rgba(255, 255, 255, .5);}@media only screen and (max-width:1250px) {    .ny_school_row .ny_school_content .ny_school_title {        font-size: 22px;        margin-bottom: 15px;    }    .ny_school_row .ny_school_content {        padding: 45px 30px 31px 58px;        position: relative;    }    .ny_school_hidden {        max-height: 131px;    }}@media only screen and (max-width:992px) {    .ny_school_row:nth-child(even) .ny_school_content,    .ny_school_row .ny_school_content,    .ny_school_row .ny_school_img {        flex: 0 0 100%;        max-width: 100%;    }    .ny_school_row {        margin-bottom: 55px;    }    .ny_school_row .ny_school_content:after {        right: 0;        bottom: 0;        border-right: 7px solid #c98384;        border-bottom: 7px solid #c98384;    }    .ny_school_row .ny_school_content::before {        left: 0;        top: 0;        border-left: 7px solid #c98384;        border-top: 7px solid #c98384;    }    .ny_school_row .ny_school_content {        padding: 20px;    }    .ny_school_row .ny_school_content .ny_school_text::before {        display: none;    }    .ny_school_row:nth-child(even) .ny_school_content {        position: static;        transform: none;        padding: 20px;    }    .ny_school_row:nth-child(even)::after {        display: none;    }    .ny_school_row:nth-child(even) .ny_school_content {        position: relative;    }    .ny_school_row:nth-child(even) .ny_school_content::after,    .ny_school_row:nth-child(even) .ny_school_content::before {        display: block;    }}@media only screen and (max-width:768px) {    .ny_school_row .ny_school_content .ny_school_title {        font-size: 18px;        margin-bottom: 4px;    }    .ny_school_row .ny_school_content .ny_school_text {        font-size: 14px;        line-height: 1.4;    }}.ny_news>ul li {    padding: 0 27px;    border-radius: 10px;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.ny_news_row {    display: flex;    justify-content: space-between;    align-items: center;    flex-wrap: wrap;    border-bottom: 1px solid #f0f0f0;    padding: 27px 0;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.ny_news>ul li:hover {    box-shadow: 5px 5px 29px rgba(0, 0, 0, 0.1);}.ny_news_row .ny_news_img {    flex: 0 0 22%;    max-width: 22%;    border-radius: 10px;    overflow: hidden;}.ny_news_row .ny_news_img img {    width: 100%;    border-radius: 10px;    transition: all .7s;    -o-transition: all .7s;    -ms-transition: all .7s;    -moz-transition: all .7s;    -webkit-transition: all .7s;}.ny_news_row .ny_news_img:hover img {    transform: scale(1.1);    -o-transform: scale(1.1);    -ms-transform: scale(1.1);    -moz-transform: scale(1.1);    -webkit-transform: scale(1.1);}.ny_news_row .ny_news_content {    flex: 0 0 76%;    max-width: 76%;    color: #515254;}.ny_news_content .ny_news_title {    font-size: 16px;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    word-break: break-all;    color: #515254;}.ny_news_content .ny_news_time {    font-size: 13px;    margin: 5px 0 10px;}.ny_news_content .ny_news_title:hover {    color: var(--dark-color);}.ny_news_content .ny_news_des {    line-height: 1.6;    overflow: hidden;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    text-overflow: ellipsis;}.ny_news_content .more {    width: 88px;    height: 27px;    display: flex;    justify-content: center;    align-items: center;    flex-wrap: wrap;    font-size: 12px;    border: 2px solid #eee;    margin-top: 10px;}.ny_news_content .more:hover {    border: 2px solid var(--dark-color);    color: #fff;    -webkit-animation: halftone 1s forwards;    animation: halftone 1s forwards;    background: -webkit-radial-gradient(circle, var(--dark-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, -webkit-radial-gradient(circle, var(--dark-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;    background: radial-gradient(circle, var(--dark-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, radial-gradient(circle, var(--dark-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;}@-webkit-keyframes halftone {    100% {        background-size: 2.375em 2.375em, 0.1em 0.1em;    }}@keyframes halftone {    100% {        background-size: 2.375em 2.375em, 0.1em 0.1em;    }}@media only screen and (max-width:992px) {    .ny_news_row .ny_news_img {        flex: 0 0 32%;        max-width: 32%;    }    .ny_news_row .ny_news_content {        flex: 0 0 65%;        max-width: 65%;    }}@media only screen and (max-width:640px) {    .ny_news_row .ny_news_content,    .ny_news_row .ny_news_img {        flex: 0 0 100%;        max-width: 100%;    }    .ny_news>ul li {        padding: 0 15px;    }    .ny_news_row .ny_news_content {        margin-top: 20px;    }}.lsr {    padding-bottom: 95px;}.ny_page {    font-size: 16px;    line-height: 2.2;    padding-bottom: 120px;    padding-right: 25px;    position: relative;}.sub::before {    content: "";    position: absolute;    width: 200px;    height: 270px;    visibility: visible;    right: 0;    bottom: 0;    border-right: 25px solid var(--dark-color);    border-bottom: 25px solid var(--dark-color);    /* visibility: hidden; */    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}@media only screen and (max-width:992px) {    .sub::before {        display: none;    }    .ny_page {        padding: 0;        line-height: 1.6;    }}.construction.lsr {    flex: 0 0 100%;    max-width: 100%;}.construction.lsr li .c_n .r_q {    width: 208px;    min-height: 90px;    height: auto;    padding: 10px;    display: flex;    justify-content: center;    align-items: center;    flex-wrap: wrap;    font-size: 24px;    color: #444444;}.construction .ny_nr .xw_nr .con li {    padding: 15px 55px 15px 18px;}.construction .ny_nr .xw_nr .con li .c_n .w_z {    margin-top: 25px;}.construction .ny_nr .xw_nr .con li .c_n .m_r {    display: flex;    align-items: center;}.construction.lsr li:hover .c_n .r_q {    color: #fff;}.construction .ny_nr .xw_nr .con li .c_n .m_r a {    width: 145px;    height: 45px;    font-size: 16px;}@media only screen and (max-width:640px) {    .construction .ny_nr .xw_nr .con li {        padding: 15px;    }    .construction .ny_nr .xw_nr .con li .c_n .m_r a {        width: 96px;        height: 37px;        font-size: 14px;    }}.sy_about_content {    display: flex;    padding-top: 70px;}.sy_news_bt h2,.sy_about_content h2 {    font-size: 24px;    font-weight: bold;    color: #444444;}.sy_news_bt span,.sy_about_content .sy_about_span {    font-size: 16px;    font-weight: bold;    color: #94070a;}.sy_about_content>div {    flex: 0 0 50%;    max-width: 50%;    padding-top: 25px;}.sy_about_content .sy_about_l {    padding: 25px 50px 30px 30px;}.sy_about_content .sy_about_l .sy_about_span {    display: block;    margin: 10px 0 15px;}.sy_about_content .sy_about_l .sy_about_des {    color: #666;    line-height: 1.8;}.sy_about_content .sy_about_l .more {    width: 120px;    height: 40px;    color: #fff;    display: flex;    justify-content: center;    align-items: center;    flex-wrap: wrap;    margin-top: 30px;    position: relative;    z-index: 1;    border: 1px solid #e60012;    overflow: hidden;}.sy_about_content .sy_about_l .more::before {    content: "";    position: absolute;    width: 100%;    height: 100%;    left: 0;    bottom: 0;    background-color: #e60012;    z-index: -1;    transform-origin: left bottom;    transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -webkit-transition: all .3s ease-in-out;}.sy_about_content .sy_about_l .more:hover {    color: var(--tan-color);}.sy_about_content .sy_about_l .more:hover::before {    transform: rotate(-180deg);    -o-transform: rotate(-180deg);    -ms-transform: rotate(-180deg);    -moz-transform: rotate(-180deg);    -webkit-transform: rotate(-180deg);    transform-origin: right top;}.sy_about_content .sy_about_r {    padding-left: 20px;}.sy_about_content .sy_about_r a {    color: #666;}.sy_news_bt h2,.sy_about_content .sy_about_r h2 {    display: inline-block;    margin-right: 10px;}.sy_about_r_bt {    display: flex;    justify-content: space-between;    align-items: center;    flex-wrap: wrap;    padding-bottom: 15px;    border-bottom: 2px solid #94070a;    width: 100%;}.sy_about_r_bt a {    display: flex;    align-items: center;}.sy_about_r_bt a:hover {    color: var(--tint-color);}.sy_about_r_bt a i {    font-size: 22px;    margin-left: 6px;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.sy_about_r_bt a:hover i {    margin-left: 10px;    color: var(--tint-color);}.sy_about_r_bt img{    max-width: 30px;}.sy_about_content .sy_about_r {    padding-bottom: 40px;}.sy_about_content .sy_about_r li a {    display: flex;    justify-content: space-between;    align-items: center;    flex-wrap: wrap;    margin-top: 30px;}.sy_about_content .sy_about_r .sy_about_title {    color: #444;    width: 490px;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    word-break: break-all;}.sy_about_content .sy_about_r .sy_about_title:hover {    color: var(--tint-color);}.sy_nav {    padding: 40px 0;    background-color: #f8f8f8;}.sy_nav .row {    margin: 0 -20px;}.sy_nav .col-lg-3 {    padding: 0 20px;}.sy_nav .sy_nav_content {    padding: 50px 0;    display: flex;    justify-content: center;    align-items: center;    flex-wrap: wrap;    flex-direction: column;    color: #fff;    font-size: 18px;    border-radius: 10px;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.sy_nav .sy_nav_content img {    margin-bottom: 15px;    transition: all .3s;    -o-transition: all .3s;    -ms-transition: all .3s;    -moz-transition: all .3s;    -webkit-transition: all .3s;}.sy_nav .sy_nav_content:hover {    box-shadow: 3px 3px 10px #fff;    transform: translateY(-5px);    -o-transform: translateY(-5px);    -ms-transform: translateY(-5px);    -moz-transform: translateY(-5px);    -webkit-transform: translateY(-5px);}.sy_nav .sy_nav_content:hover img {    transform: rotate(360deg);    -o-transform: rotate(360deg);    -ms-transform: rotate(360deg);    -moz-transform: rotate(360deg);    -webkit-transform: rotate(360deg);}.sy_news_content .sy_news_img {    overflow: hidden;    position: relative;    display: block;}.sy_news_content .sy_news_img::before,.sy_news_content .sy_news_img::after {    content: "";    position: absolute;    width: 0;    height: 0;    transition: all 0.4s ease-out 0s;    visibility: hidden;    z-index: 1;}.sy_news_content .sy_news_img img {    transition: all .7s;    -o-transition: all .7s;    -ms-transition: all .7s;    -moz-transition: all .7s;    -webkit-transition: all .7s;}.sy_news_content .sy_news_img:hover img {    transform: scale(1.1);    -o-transform: scale(1.1);    -ms-transform: scale(1.1);    -moz-transform: scale(1.1);    -webkit-transform: scale(1.1);}.sy_news_content .sy_news_img::before {    left: 0;    top: 0;    border-top: 2px solid var(--tint-color);    border-left: 2px solid var(--tint-color);}.sy_news_content .sy_news_img:after {    right: 0;    bottom: 0;    border-right: 2px solid var(--tint-color);    border-bottom: 2px solid var(--tint-color);}.sy_news_content .sy_news_img:hover::before,.sy_news_content .sy_news_img:hover::after {    width: 100%;    height: 100%;    visibility: visible;}.sy_news_content .sy_news_img img {    width: 100%;}.sy_news_content .sy_news_title {    font-size: 18px;    font-weight: bold;    display: block;    margin: 10px 0;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    word-break: break-all;}.sy_news_content .sy_news_des {    overflow: hidden;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    text-overflow: ellipsis;    color: #666666;}.sy_news_title {    padding-left: 10px;}.swiper-container-m3 {    padding-bottom: 130px;}.swiper-pagination-m3 {    bottom: 85px;    left: 50%;    transform: translateX(-50%);}.swiper-pagination-m3 .swiper-pagination-bullet {    opacity: 1;    background-color: #ccc;    width: 10px;    height: 10px;    margin: 0 5px;}.swiper-pagination-m3 .swiper-pagination-bullet-active.swiper-pagination-bullet {    background-color: var(--dark-color);}@media only screen and (max-width:992px) {    .sy_about_content {        flex-wrap: wrap;    }    .sy_about_content .sy_about_l,    .sy_about_content .sy_about_r {        flex: 0 0 100%;        max-width: 100%;    }    .sy_nav .col-lg-3 {        margin-bottom: 20px;    }}.search-pagination {    margin-top: 50px;     position: relative;     padding: 20px 0;      text-align: center;      border-top: 1px solid #ddd;      border-bottom: 1px solid #ddd;     display: flex;     justify-content: center; }  .search-pagination ul li {      display: inline-block;  }  .search-pagination ul li a {     padding: 0 11px;     border-radius: 50%;      font-size: 14px;      line-height: 30px;     margin: 0 5px;     display: inline-block;  }  .search-pagination ul li:hover a {      background-color: #f7f7f7;      color: #94070a;  }  .search-pagination ul li.active a {      background: #94070a;     color: #fff;  }   .search-pagination .r_on{     position: absolute;     left: 120px;    }  .search-pagination .l_on{     position: absolute;     right: 120px;   }