@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: 1600px;
    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: 128px;
    background-color: #fff;
    border-bottom: 8px solid #db3b2f;
}

.header_box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 9px;
    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: 20px;
    -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: 30px;
    height: 40px;
    background: url(../images/menu.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
}

.nav_box {
    flex: 1;
    height: 100%;
    text-align: right;
}

.nav_list {
    display: flex;
    height: 100%;
    justify-content: end;
    margin-right: 30px;
}

.nav_item {
    position: relative;
    height: 135px;
    z-index: 998;
}

.secondary {
    display: none;
    position: absolute;
    top: 132px;
    left: 50%;
    transform: translate(-50%);
    width: 185px;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 6px;
    z-index: 999;
}

.nav_item a {
    display: flex;
    height: 100%;
    padding: 0 30px;
    font-size: 17px;
    line-height: 120px;
}

.nav_item.active>a,
.secondary_item.active>a {
    color: #db3b2f;
}

.secondary_item a {
    padding: 0;
    justify-content: center;
    line-height: 46px;
    font-size: 17px;
}

.banner_swiper {
    position: relative;
    width: 100%;
    height: 42vw;
}

.banner_swiper img {
    width: 100%;
    height: 100%;
}

.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: 40px;
    margin-bottom: 35px;
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
}

.chinese::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #fff;
}

.english {
    font-size: 15px;
    /* font-weight: bold; */
    line-height: 30px;
}

.banner_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    margin: 0 9px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0;
}

.banner_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}

.major {
    margin-top: 65px;
}

.index_title {
    height: 190px;
    margin-bottom: 45px;
    line-height: 190px;
    background: url(../images/index_title_bg.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    color: #db3b2f;
}

.major_swiper {
    overflow: hidden;
}

.major_img {
    height: 320px;
}

.major_title {
    padding: 20px 0;
    margin-top: 17px;
    border-bottom: 1px solid #99a7b5;
    line-height: 1;
    font-size: 16px;
    color: #969696;
    font-family: '宋体';
    font-weight: bold;
}

.major_content {
    font-size: 22px;
    line-height: 42px;
    margin-top: 45px;
}

.major_img_box {
    width: 100%;
    height: 320px;
    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: 60px 0 100px;
    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: 200px;
    /* height: 68px; */
    /* margin-top: 50px; */
    border-radius: 34px;
    font-size: 34px;
    line-height: 1;
    color: #000;
    text-align: left;
    cursor: pointer;
}

.footer_logo {
    cursor: pointer;
}

.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: 70px 30px 45px 50px;
    border: 1px solid #b1b0b3;
    border-left: none;
    border-bottom: none;
    background: url(../images/new_itembg.png);
}

.new_item_bg {
    position: absolute;
    top: 110px;
    left: 30px;
}

.news_list .new_item:nth-child(3n) {
    border-right: none;
}

.new_time {
    display: flex;
    align-items: baseline;
    height: 26px;
    font-size: 14px;
    color: #666;
}

.new_time span {
    margin-right: 10px;
    font-size: 28px;
    color: #000;
}

.more_news_title {
    margin-top: 15px;
    font-size: 19px;
    color: #202542;
    line-height: 34px;
    font-family: '宋体';
    font-weight: bold;
}

.more_news_content {
    margin-top: 22px;
    font-size: 16px;
    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: 55px 0 100px;
}

.develop .index_title {
    margin-bottom: 15px;
}

.develop_content {
    position: relative;
    height: 635px;
}

.develop_info {
    position: absolute;
    top: 220px;
    right: 60px;
    width: 650px;
}

.develop_content_text {
    color: #dadbe0;
    font-size: 16px;
    line-height: 36px;
    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: 130px;
    border-bottom: 1px solid #363d5a;
}

.search_input {
    width: 550px;
    height: 60px;
    padding-left: 28px;
    margin-right: 17px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .1);
    outline: none;
    border: none;
    font-size: 18px;
    color: #fff;
}

.search_input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.search_btn {
    width: 170px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    background-color: #db3b2f;
    border: none;
    text-align: center;
    font-size: 18px;
    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: 170px;
    height: 170px;
}

.qrcode_title {
    margin: 10px 0 30px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.socialize_list {
    display: flex;
    gap: 17px;
    margin-top: 9px;
}

.socialize_list img {
    width: 46px;
    height: 46px;
}

.footer_left_list {
    display: flex;
    margin-top: 60px;
}

.footer_left_list_item a {
    padding: 0 50px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.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: 60px;
}

.address {
    height: 90px;
    color: #a6a8b5;
    line-height: 28px;
    font-size: 18px;
}

.concat_right .address {
    line-height: 35px;
}

.concat_left {
    margin-right: 115px;
}

.telephone {
    margin: 20px 0 90px;
    font-size: 30px;
    font-family: 'SourceHanSerifCN';
    color: #fff;
    line-height: 1;
}

.footer_right {
    margin-top: 40px;
}

.footer_bottom {
    border-top: 1px solid #363d5a;
}

.footer_bottom_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
}

.footer_bottom_right {
    color: #9196a6;
}

.footer_bottom_right span {
    margin-left: 15px;
}

.footer_bottom_left {
    display: flex;
    gap: 12px;
}

.friendly_link {
    position: relative;
    width: 330px;
    height: 54px;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, .3);
    line-height: 54px;
}

.friendly_link a {
    display: block;
    color: #aaadb9;
    font-size: 16px;
}

.friendly_link_ul {
    display: none;
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 100%;
    max-height: 340px;
    background-color: #fff;
    border-radius: 4px;
    overflow: auto;
}

.friendly_link_ul a {
    display: block;
    padding-left: 30px;
    line-height: 54px;
    color: #333;
}

.footer_bottom_left .friendly_link:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 20px;
    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: -70px;
    top: 140px;
    cursor: pointer;
}

.arrow-right {
    left: inherit;
    right: -70px;
}

.new_more a {
    display: flex;
    align-items: center;
}

/* 高新 */
.gx_header_box .nav_item a {
    color: #000;
}

.gx_title {
    background: url(../images/gx_title.png) no-repeat;
    background-position: center;
}

.realtime {
    padding-top: 50px;
}


.realtime_item {
    position: relative;
    padding: 10px;
    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: 505px;
}

.realtime_item_title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 26px;
    color: #fff;
    z-index: 99;
    pointer-events: none;
}

.realtime_item_text {
    padding: 0 22px;
    font-size: 22px;
    line-height: 36px;
}

.realtime_item_time {
    padding-left: 22px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, .8);
}

.realtime_swiper {
    position: relative;
    /* padding-bottom: 65px; */
}

.realtime_swiper_box {
    /* margin-bottom: 30px; */
    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: -50px;
}

.realtime_swiper_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c2c2c2;
}

.realtime_swiper_box .swiper-pagination-bullet-active {
    background-color: #db3b2f;
}

.gx_news_warp{
    padding-top: 95px;
    padding-bottom: 80px;
    background-color: #f6f6f6;
}

.gx_news_box {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 55px;
    line-height: 40px;
}

.gx_news_left {
    position: relative;
    padding-left: 30px;
    font-size: 34px;
    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: 8px;
    height: 100%;
    background-color: #db3b2f;
}

.gx_news_list {
    margin-top: 55px;
}

.gx_news_list_ul {
    display: grid;
    row-gap: 15px;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 12px;
}

.gx_news_list_item {
    padding: 22px 45px;
}

.gx_news_list_item a {
    display: flex;
}

.gx_news_list_item .day {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    line-height: 56px;
}

.gx_news_list_item .year {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1;
    color: #000;
}

.gx_news_list_left {
    padding-right: 68px;
    border-right: 1px solid #dedede;
}

.gx_news_list_right {
    padding: 0 50px 0 55px;
    font-size: 21px;
    line-height: 36px;
    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: 70px;
}

.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: 100px;
}

.gx_aboutus_right_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gx_aboutus_right_content_title {
    margin-top: 50px;
    font-size: 33px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.gx_aboutus_text {
    flex: 1;
    position: relative;
    left: -210px;
    width: calc(100% + 210px);
    height: calc(100% - 202px);
    padding: 100px 110px;
    margin-top: 30px;
    background: url(../images/gx_about_bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 17px;
    line-height: 32px;
}

.gx_aboutus_text div {
    width: 885px;
    text-align: justify;
}

.aboutus_more {
    margin-top: 40px;
}

.invest {
    padding-top: 110px;
    background: url(../images/invest.png) no-repeat;
    background-size: cover;
}

.invest_conte {
    padding-right: 670px;
}

.invest_title {
    margin-bottom: 45px;
    font-size: 28px;
    color: #05070a;
    line-height: 1;
}

.invest_text {
    line-height: 37px;
    text-align: justify;
    font-size: 16px;
    color: #313337;
}

.share {
    position: relative;
    margin-top: 130px;
}

.share_bg,
.share_bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: calc((100% - 1600px)/2);
    height: 100%;
    background-color: rgba(181, 9, 1, .8);
    z-index: 0;
}

.share_bg2 {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 0;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
}

.share_content {
    display: flex;
    height: 100%;
    align-items: end;
}

.share_title {
    height: 100%;
    width: 285px;
    line-height: 145px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    background-color: rgba(181, 9, 1, .8);
}

.share_list {
    flex: 1;
    display: flex;
    align-items: end;
    height: 145px;
    line-height: 100px;
}


.share_item {
    flex: 1;
    height: 100px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    /* margin-top: 45px; */
}

.share_item a{
    display: block;
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 28px;
}

.aboutus_more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 125px;
    height: 44px;
    padding: 0 25px;
    background-color: #db3b2f;
    border-radius: 22px;
    color: #fff;
}

.share_item.active{
    height: 145px;
    width: 285px;
    line-height: 145px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    background-color: rgba(181, 9, 1, .8);
}

.share_item.active a{
    height: 145px;
    line-height: 145px;
}

@media  (max-width: 1800px) {
    .gx_aboutus_text{
        padding: 70px 80px;
    }

    .gx_aboutus_text div{
        width: 100%;
    }

    .gx_aboutus_right_content_title{
        margin-top: 30px;
    }
}

@media (min-width: 1028px) and (max-width: 1600px) {
    .gx_aboutus_text{
        padding: 40px 40px;
    }

    .gx_aboutus_right_content_title{
        margin-top: 20px;
    }
}

