@font-face {
    font-family: 'PangMenZhengDaoBiaoTiTiMianFeiBan';
    src: url('../font/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* 控制字体加载期间的显示行为 */
}

body,
html {
    /* max-width: 1920px; */
    margin: 0 auto;
}

.w1600 {
    width: 16rem;
    margin: 0 auto;
}

.transitions {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.header_box {
    position: relative;
    height: 1.28rem;
    background-color: #fff;
    border-bottom: 8px solid #db3b2f;
}

.header_box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.14rem;
    width: 100%;
    height: 0.09rem;
    background-color: rgba(219, 59, 47, .5);
    z-index: 99;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header_box .mobile-menu {
    display: none;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
}

.header .mobile-menu a {
    display: inline-block;
    width: 0.3rem;
    height: 0.4rem;
    background: url(../images/menu.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
}

.nav_box {
    flex: 1;
    height: 100%;
    text-align: right;
}

.logo img {
    height: 0.4rem;
}

.nav_list {
    display: flex;
    height: 100%;
    justify-content: end;
    margin-right: 0.3rem;
}

.nav_item {
    position: relative;
    height: 1.35rem;
    z-index: 998;
}

.secondary {
    display: none;
    position: absolute;
    top: 1.32rem;
    left: 50%;
    transform: translate(-50%);
    width: 1.85rem;
    padding: 0.2rem 0;
    background-color: #fff;
    border-radius: 0.06rem;
    z-index: 999;
}

.nav_item a {
    display: flex;
    height: 100%;
    padding: 0 0.3rem;
    font-size: 0.17rem;
    line-height: 1.2rem;
}

.nav_item>a {
    font-size: 0.2rem;
}

.nav_item.active>a,
.secondary_item.active>a {
    color: #db3b2f;
}

.secondary_item a {
    padding: 0;
    justify-content: center;
    line-height: 0.46rem;
    font-size: 0.17rem;
}

.banner_swiper {
    position: relative;
    width: 100%;
    height: 42vw;
}

.banner_swiper img {
    width: 100%;
    height: 100%;
}

.banner_swiper .imgbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}

.banner_title_box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.banner_title {
    color: #fff;
}

.chinese {
    position: relative;
    padding-bottom: 0.4rem;
    margin-bottom: 0.35rem;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.52rem;
}

.chinese::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.8rem;
    height: 0.05rem;
    background-color: #fff;
}

.english {
    font-size: 15px;
    /* font-weight: bold; */
    line-height: 30px;
}

.banner_box .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.03rem;
    margin: 0 0.09rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0;
}

.banner_box .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner_box .swiper-pagination{
    width: 100%;
    bottom: 0.2rem;
}

.major {
    margin-top: 0.65rem;
}

.index_title {
    height: 1.9rem;
    margin-bottom: 0.45rem;
    line-height: 1.9rem;
    background: url(../images/index_title_bg.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
    text-align: center;
    font-size: 0.48rem;
    font-weight: bold;
    color: #db3b2f;
}

.major_swiper {
    overflow: hidden;
}

.major_img {
    height: 3.2rem;
}

.major_title {
    padding: 0.2rem 0;
    margin-top: 0.17rem;
    border-bottom: 1px solid #99a7b5;
    line-height: 1;
    font-size: 0.18rem;
    color: #969696;
    font-weight: bold;
}

.major_content {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.45rem;
}

.major_img_box {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
}

.major_item .imgbg img {
    display: none;
}

.major_item:hover .major_content {
    color: #202542;
    font-weight: bold;
}

.major_item:hover .major_img {
    transform: scale(1.1) !important;
}

.major_item:hover .major_title {
    color: #202542;
}



.more_news {
    padding: 0.6rem 0 1rem;
    background-color: #eeecf0;
}

.more_news .information_title {
    border: none;
    justify-content: end;
}

.more_news_box {
    display: flex;
}

.more_news_tabs {
    width: 21.5%;
    /* margin-top: 65px; */
}

.news_list_box {
    flex: 1;
}

.more_news_tabs .tabs_item {
    width: 2rem;
    /* height: 68px; */
    /* margin-top: 50px; */
    border-radius: 0.34rem;
    font-size: 0.34rem;
    line-height: 1;
    color: #000;
    text-align: left;
    cursor: pointer;
}

.footer_logo {
    cursor: pointer;
}

.footer_logo img {
    height: 0.35rem;
}

.more_news_tabs .tabs_item.active {
    background-color: #db3b2f;
    color: #fff;
}

.news_list_box {
    flex: 1;
}

.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #b1b0b3;
}

.new_item {
    position: relative;
    width: 33.333%;
    padding: 0.7rem 0.3rem 0.45rem 0.5rem;
    border: 1px solid #b1b0b3;
    border-left: none;
    border-bottom: none;
    background: url(../images/new_itembg.png);
}

.new_item_bg {
    position: absolute;
    top: 1.1rem;
    left: 0.3rem;
}

.news_list .new_item:nth-child(3n) {
    border-right: none;
}

.new_time {
    display: flex;
    align-items: baseline;
    height: 0.26rem;
    font-size: 0.14rem;
    color: #666;
}

.new_time span {
    margin-right: 0.1rem;
    font-size: 0.28rem;
    color: #000;
}

.more_news_title {
    margin-top: 0.15rem;
    font-size: 0.19rem;
    color: #202542;
    line-height: 0.34rem;
    font-weight: bold;
}

.more_news_content {
    margin-top: 0.22rem;
    font-size: 0.18rem;
    color: #8f8e8f;
    font-weight: bold;
}

.new_item:hover {
    background: url(../images/more_news.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.new_item:hover .new_item_bg {
    display: none;
}

.new_item:hover .new_time,
.new_item:hover .more_news_content,
.new_item:hover .more_news_title {
    color: #fff;
}

.new_item:hover .new_time span {
    color: #db3b2f;
}

.develop {
    padding: 0.55rem 0 1rem;
}

.develop .index_title {
    margin-bottom: 0.15rem;
}

.develop_content {
    position: relative;
    height: 6.35rem;
}

.develop_info {
    position: absolute;
    top: 2.2rem;
    right: 0.6rem;
    width: 6.5rem;
}

.develop_content_text {
    color: #dadbe0;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: justify;
}

.news_list_box .news_list:nth-child(2) {
    display: none;
}

.footer {
    padding-top: 0;
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.3rem;
    border-bottom: 1px solid #363d5a;
}

.search_input {
    width: 5.5rem;
    height: 0.6rem;
    padding-left: 0.28rem;
    margin-right: 0.17rem;
    border-radius: 0.04rem;
    background-color: rgba(255, 255, 255, .1);
    outline: none;
    border: none;
    font-size: 0.18rem;
    color: #fff;
}

.search_input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.search_btn {
    width: 1.7rem;
    height: 0.6rem;
    border-radius: 0.04rem;
    color: #fff;
    background-color: #db3b2f;
    border: none;
    text-align: center;
    font-size: 0.18rem;
    cursor: pointer;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.qrcode_box .qrcode:nth-child(2),
.qrcode_box .qrcode:nth-child(3) {
    display: none;
}

.qrcode {
    text-align: center;
}

.qrcode img {
    width: 1.7rem;
    height: 1.7rem;
}

.qrcode_title {
    margin: 0.1rem 0 0.3rem;
    line-height: 1;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}

.socialize_list {
    display: flex;
    gap: 0.17rem;
    margin-top: 0.09rem;
}

.socialize_list img {
    width: 0.46rem;
    height: 0.46rem;
}

.footer_left_list {
    display: flex;
    margin-top: 0.6rem;
}

.footer_left_list_item a {
    padding: 0 0.5rem;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.footer_left_list_item a:hover {
    color: #db3b2f;
}

.footer_left_list .footer_left_list_item:nth-child(1) a {
    padding-left: 0;
}

.concat_box {
    display: flex;
    margin-top: 0.6rem;
}

.address {
    height: 0.9rem;
    color: #a6a8b5;
    line-height: 0.28rem;
    font-size: 0.18rem;
}

.concat_right .address {
    line-height: 0.35rem;
}

.concat_left {
    margin-right: 1.15rem;
}

.telephone {
    margin: 0.2rem 0 0.9rem;
    font-size: 0.3rem;
    font-family: 'SourceHanSerifCN';
    color: #fff;
    line-height: 1;
}

.footer_right {
    margin-top: 0.4rem;
    margin-right: 0.24rem;
}

.footer_bottom {
    border-top: 0.01rem solid #363d5a;
}

.footer_bottom_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.15rem;
}

.footer_bottom_right {
    color: #9196a6;
    font-size: 0.18rem;
}

.footer_bottom_right span {
    margin-left: 0.15rem;
}

.footer_bottom_left {
    display: flex;
    gap: 0.12rem;
}

.friendly_link {
    position: relative;
    width: 2.9rem;
    height: 0.54rem;
    padding: 0 0.3rem;
    background-color: rgba(255, 255, 255, .3);
    line-height: 0.54rem;
}

.friendly_link a {
    display: block;
    color: #aaadb9;
    font-size: 0.18rem;
}

.friendly_link_ul {
    display: none;
    position: absolute;
    bottom: 0.54rem;
    left: 0;
    width: 100%;
    max-height: 3.4rem;
    background-color: #fff;
    border-radius: 0.04rem;
    overflow: auto;
}

.friendly_link_ul a {
    display: block;
    padding-left: 0.3rem;
    line-height: 0.54rem;
    color: #333;
}

.footer_bottom_right a {
    color: #9196a6;
}

.footer_bottom_left .friendly_link:nth-child(2)::before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0.24rem;
    right: 0.2rem;
    z-index: 6;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #aaadb9;
}

.arrow-left,
.arrow-right {
    position: absolute;
    left: -0.7rem;
    top: 1.4rem;
    cursor: pointer;
}

.arrow-right {
    left: inherit;
    right: -0.7rem;
}

.new_more a {
    display: flex;
    align-items: center;
}

.new_more a img {
    position: relative;
    top: -0.01rem;
    margin-left: 0.1rem;
}

/* 高新 */
.gx_header_box .nav_item a {
    color: #000;
}

.gx_header_box .nav_item a:hover {
    color: #db3b2f;
}

.gx_title {
    background: url(../images/gx_title.png) no-repeat;
    background-position: center;
}

.realtime {
    padding-top: 0.5rem;
}


.realtime_item {
    position: relative;
    padding: 0.1rem;
    overflow: hidden;
}

.realtime_item_bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    background-image: url(../images/realtime_bg.png);
    background-size: 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.realtime_item_img {
    overflow: hidden;
}

.realtime_item .imgbg {
    height: 5.05rem;
}

.realtime_item_title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0.1rem;
    bottom: 0.1rem;
    width: 97.7%;
    height: 1.4rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 0.26rem;
    color: #fff;
    z-index: 99;
    pointer-events: none;
    z-index: 7;
}

.realtime_item_text {
    padding: 0 0.22rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
}

.realtime_item_time {
    padding-left: 0.22rem;
    margin-top: 0.08rem;
    font-size: 0.18rem;
    line-height: 1;
    color: rgba(255, 255, 255, .8);
}

.realtime_swiper {
    position: relative;
    /* padding-bottom: 0.65rem; */
}

.realtime_swiper_box {
    /* margin-bottom: 0.3rem; */
    background: linear-gradient(to bottom, #fff, #f6f6f6);
}

.realtime_swiper_box .swiper-container-horizontal>.swiper-pagination-bullets,
.realtime_swiper_box .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -0.5rem;
}

.realtime_swiper_box .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #c2c2c2;
}

.realtime_swiper_box .swiper-pagination-bullet-active {
    background-color: #db3b2f;
}

.gx_news_warp {
    padding-top: 0.95rem;
    padding-bottom: 0.8rem;
    background-color: #f6f6f6;
}

.gx_news_box {
    display: flex;
    justify-content: space-between;
    height: 0.4rem;
    margin-bottom: 0.55rem;
    line-height: 0.4rem;
}

.gx_news_left {
    position: relative;
    padding-left: 0.3rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #000;
}

.realtime_item_bg:hover {
    /* background-position: 0 0; */
    background-size: 100% 100%;
}

.realtime_item:hover .imgbg {
    transform: scale(1.1) !important;
}

.gx_news_left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.08rem;
    height: 100%;
    background-color: #db3b2f;
}

.gx_news_list {
    margin-top: 0.55rem;
}

.gx_news_list_ul {
    display: grid;
    row-gap: 0.15rem;
    column-gap: 0.4rem;
    grid-template-columns: 1fr 1fr;
    padding: 0.12rem;
}

.gx_news_list_item {
    padding: 0.22rem 0.45rem;
}

.gx_news_list_item a {
    display: flex;
}

.gx_news_list_item .day {
    font-size: 0.42rem;
    font-weight: bold;
    color: #000;
    line-height: 0.56rem;
}

.gx_news_list_item .year {
    margin-top: 0.07rem;
    font-size: 0.13rem;
    line-height: 1;
    color: #000;
}

.gx_news_list_left {
    padding-right: 0.68rem;
    border-right: 0.01rem solid #dedede;
}

.gx_news_list_right {
    padding: 0 0.5rem 0 0.55rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 设置行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.gx_news_list_item:hover {
    background-color: #fff;
    background-image: url(../images/gx_news.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* .gx_news_list_item:hover .gx_news_list_right , */
.gx_news_list_item:hover .day,
.gx_news_list_item:hover .year {
    color: #db3b2f;
}

.gx_aboutus {
    padding-top: 0.7rem;
}

.gx_aboutus_box {
    display: grid;
    grid-template-columns: 45.3125% 54.6875%;
}

/* .gx_aboutus_left {
    width: 45.3125%;
} */

.gx_aboutus_left img {
    width: 100%;
    height: 100%;
}

.gx_aboutus_right {
    flex: 1;
    margin-left: 1rem;
}

.gx_aboutus_right_content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.gx_aboutus_right_content .aboutus_more {
    display: flex;
    justify-content: end;
}

.gx_aboutus_right_content_title {
    margin-top: 0.5rem;
    font-size: 0.33rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.gx_aboutus_text {
    flex: 1;
    position: relative;
    left: -2.1rem;
    width: calc(100% + 2.1rem);
    /* height: calc(100% - 2.02rem); */
    padding: 1rem 1.1rem 1.8rem;
    margin-top: 0.3rem;
    background: url(../images/gx_about_bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 0.17rem;
    line-height: 0.32rem;
}

.gx_aboutus_text div {
    width: 8.85rem;
    text-align: justify;
}

.aboutus_more {
    margin-top: 0.4rem;
}

.invest {
    padding-top: 1.1rem;
    background: url(../images/invest.png) no-repeat;
    background-size: cover;
}

.invest_conte {
    padding-right: 6.7rem;
}

.invest_title {
    margin-bottom: 0.45rem;
    font-size: 0.28rem;
    color: #05070a;
    line-height: 1;
}

.invest_text {
    min-height: 0.75rem;
    line-height: 0.37rem;
    text-align: justify;
    font-size: 0.18rem;
    color: #313337;
}

.share {
    position: relative;
    margin-top: 1.3rem;
}

.share_bg,
.share_bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc((100% - 16rem)/2);
    height: 100%;
    background-color: rgba(181, 9, 1, .8);
    z-index: 0;
}

.share_bg2 {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 0;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
}

.share_content {
    display: flex;
    height: 100%;
    align-items: end;
}

.share_title {
    height: 100%;
    width: 2.85rem;
    line-height: 1.15rem;
    color: #fff;
    text-align: center;
    font-size: 0.28rem;
    background-color: rgba(181, 9, 1, .8);
}

.share_list {
    flex: 1;
    display: flex;
    align-items: end;
    height: 1.15rem;
    line-height: 1rem;
}


.share_item {
    flex: 1;
    height: 1rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    /* margin-top: 0.45rem; */
}

.share_item a {
    display: block;
    width: 100%;
    height: 1rem;
    color: #fff;
    font-size: 0.28rem;
}

.aboutus_more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.4rem;
    height: 0.44rem;
    padding: 0 0.22rem;
    background-color: #db3b2f;
    border-radius: 0.22rem;
    color: #fff;
}

.aboutus_more a:hover {
    background-color: #d91304;
}

.gx_aboutus_text .aboutus_more {
    position: absolute;
    bottom: 0.4rem;
}

.share_item.active {
    height: 1.15rem;
    width: 2.85rem;
    line-height: 1.15rem;
    color: #fff;
    text-align: center;
    font-size: 0.28rem;
    background-color: rgba(181, 9, 1, .8);
}

.share_item.active a {
    height: 1.15rem;
    line-height: 1.15rem;
}

.navpc {
    display: none;
}

.footer_right_img_r {
    display: none;
}

.socialize_item {
    cursor: pointer;
}

.socialize_item:hover .footer_right_img_r {
    display: block;
}

.socialize_item:hover .footer_right_img {
    display: none;
}

.back_top {
    display: none;
    position: fixed;
    right: 0.25rem;
    top: 80%;
    width: 0.85rem;
    height: 0.85rem;
    padding: 0.1rem 0.2rem;
    background-color: #404b6f;
    border-radius: 0.04rem;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.18rem;
    cursor: pointer;
    z-index: 999;
}

.back_top img {
    height: 0.23rem;
}

.back_top_text {
    margin-top: 0.04rem;
}

.back_top:hover {
    background-color: #db3b2f;
}

.second_text{
    position: absolute;
    right: 0.75rem;
    bottom: 0.4rem;
    color: #e5e5e5;
    text-align: right;
    font-size: 0.24rem;
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='whiteBlur' %3E%3CfeGaussianBlur in='SourceAlpha' stdDeviation='5' result='blur'/%3E%3CfeFlood flood-color='block' flood-opacity='1' result='whiteColor'/%3E%3CfeComposite in='whiteColor' in2='blur' operator='in' result='whiteBlur'/%3E%3CfeComposite in='SourceGraphic' in2='whiteBlur' operator='over'/%3E%3C/filter%3E%3C/svg%3E#whiteBlur");
}

@media (max-width: 1800px) {
    .gx_aboutus_text {
        padding: 70px 80px;
    }

    .gx_aboutus_text div {
        width: 100%;
    }

    .gx_aboutus_right_content_title {
        margin-top: 30px;
    }

    .header_box::after {
        bottom: -0.16rem;
    }

    .gx_aboutus_text .aboutus_more {
        right: 80px;
    }
}

@media (min-width: 1028px) and (max-width: 1600px) {
    .gx_aboutus_text {
        padding: 40px 40px;
    }

    .gx_aboutus_right_content_title {
        margin-top: 20px;
    }

    .header_box::after {
        bottom: -0.18rem;
    }

    .gx_aboutus_text .aboutus_more {
        right: 40px;
    }
}

@media (max-width: 1400px) {
    .header_box::after {
        bottom: -0.2rem;
    }
}

.swiper-lazy-preloader {
    --swiper-theme-color: #db3b2f;
    /* 设置Swiper风格 */
    --swiper-preloader-color: #db3b2f;
    /* 单独设置预加载圆圈的颜色 */
}