@charset "UTF-8";

.yx_Header.yx_H_Active {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.white_nav_top {
    height: 6rem;
}

.nei_banner {
    position: relative;
    overflow: hidden;
}

.nei_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 133%;
    font-weight: 700;
    font-size: var(--f48);
}

.nei_banner .ab .center:before {
    content: '';
    position: absolute;
    width: 1000%;
    border-top: 1px solid rgb(255 255 255 / 20%);
    top: 0;
    left: 0;
    transform: translateX(-50%);
}

.company_sort a {
    font-size: var(--f18);
    color: rgb(255 255 255 / 50%);
    margin-left: var(--f24);
}

.company_sort a.active,
.company_sort a:hover {
    color: #fff;
}

.nei_banner .center {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: right;
    padding: 2% 0;
    color: #fff;
}

.nei_banner .bread_crumbs * {
    color: #fff;
    opacity: .5;
}

.nei_banner .bread_crumbs *:first-child,
.nei_banner .bread_crumbs *:last-child {
    opacity: 1;
}


/* 新闻 */
.advanbig{
    position: relative;
    z-index: 1;
}
.line1 {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -0.5px;
}

.news_big {
    padding: 9% 5% 7%;
}

.news_big .flex {
    align-items: center;
    margin-bottom: 6%;
}

.news_big .left {
    font-size: var(--f48);
    color: #000;
    font-weight: 300;
}

.news_Nav {
    display: flex;
    text-transform: uppercase;
    gap: max(20px, 2.5vw);
}


.news_Nav .news_NavTit {
    font-size: max(16px, 0.94vw);
    color: #aaa;
}

.news_Nav a.active,
.news_Nav .news_NavTit:hover {
    color: var(--li);
}

.h_five_ul {
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
}

.h_five_ul li {
    width: 25%;
    padding: 3%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
    height: max(400px, 27.865vw);
}

.h_five_ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/image/newsbg.jpg);
    z-index: -1;
    transform: scaleX(0);
    transition: all .5s;
    background-size: cover;
}

.h_five_ul li:hover:before {
    transform: scaleX(1);
}

.h_five_ul .news_text>p {
    display: inline-block;
    background: var(--li);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 88%;
    padding: 2% 5%;
    border-radius: 5px;
    transition: all .5s ease;
}

.h_five_ul .news_tit {
    font-weight: 300;
    color: #000;
    font-size: var(--f22);
    margin: 7% 0;
    width: 100%;
    transition: all .5s;
}

.h_five_ul .news_time {
    color: #999999;
    font-weight: 300;
    transition: all .5s;
}

.h_five_ul span.news_more {
    font-size: var(--f18);
    color: #000;
    font-weight: 500;
    position: absolute;
    left: 12%;
    bottom: 12%;
    transition: all .5s;
}

.h_five_ul span.news_more i {
    color: var(--li);
    transition: all .5s;
}

.h_five_ul li:hover * {
    color: #fff;
}

.h_five_ul li:hover span.news_more i {
    color: #fff;
}

.h_five_ul li:hover .news_text>p {
    color: var(--li);
    background: #fff;
}

.h_five_ul .news_bigbox {
    height: 100%;
    display: block;
}

.news_text_word {
    background: #fff;
    margin: 8% 0;
}

.news_text_word h1 {
    font-size: max(24px, 1.458vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #000;
}

.news_word table td {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.news_word table th {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #e5e5e5;
}

.news_word table {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100% !important;
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.302vw;
}

.news_word li {
    list-style-type: disc;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_flex {
    text-align: center;
    font-size: max(16px, 0.833vw);
    color: #999;
    line-height: 200%;
    margin-bottom: 3%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.news_word {
    font-size: max(16px, 0.833vw);
    line-height: 190%;
    color: #333;
}

.news_word h2 {
    font-size: max(18px, 1.2vw);
    margin: 15px 0;
    color: #000;
}

.news_word h3 {
    font-size: max(16px, 1vw);
    margin: 10px 0;
    color: #333;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}

div#autoMenu {
    width: auto !important;
}

div#autoMenu .tan_title {
    font-size: max(16px, 1.05vw);
    color: #000;
    line-height: 167%;
    font-weight: bold;
}

div#autoMenu ul {
    border: 1px solid #eee;
    padding: 20px;
    background: #fefefe;
    margin: 10px 0 20px;
}

div#autoMenu li a {
    font-size: max(16px, 0.938vw);
    color: #000;
    line-height: 167%;
}

div#autoMenu li.sub a {
    font-size: max(14px, 0.833vw);
    color: #666;
    padding-left: 1.042vw;
    font-weight: 400;
}

div#autoMenu li {
    margin: 1% 0 5px;
}

div#autoMenu li.sub {
    margin: 0;
}

/* 新闻end */