html,
body {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 234px;
    background: #161735;
    z-index: 10;
    position: relative;
}

ol,
ul,
li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 176px;
    position: absolute;
    top: 0;
    left: 0;
}

.header_top {
    width: 100%;
    height: 176px;
    margin: 0 auto;
    background-image: url(../images/logo_bg.png);
    background-size: 100% 176px;
}

.header_top_logo {
    width: 1400px;
    height: 176px;
    margin: auto;
}

.header_top_logo img {
    width: 374px;
    height: 78px;
    margin: 49px 0;
    position: relative;
}

.header_top_messgae {
    min-width: 1350px;
    height: 58px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/logo_right.png);
    background-size: 800px 58px;
    background-position: right;
    background-repeat: no-repeat;
}

.header_top_link p {
    width: 400px;
    height: 58px;
    line-height: 58px;
    margin: 0;
    float: right;
    color: #fff;
    background-image: url(../images/logo_right.png);
    background-size: 100% 100%;
    padding-left: 70px;
}

.header_top_link a {
    color: #fff;
    padding: 0px 10px;
}

.header_top_search .keyword {
    width: 215px !important;
    height: 30px;
    float: right;
    background-color: rgba(0, 0, 0, 0);
    outline-color: rgba(0, 0, 0, 0);
    color: #e3b0b9;
    padding-left: 10px;
    border: #b9c3ce solid 1px;
    border-radius: 15px;
    outline: none;
    position: relative;
    right: -110px;
    top: 40px;
}


.header_top_search button {
    width: 36px;
    height: 32px;
    position: relative;
    right: -255px;
    top: 40px;
    float: right;
    border: #b9c3ce solid 0px;
    /* background: url(../images/search.png) 1px 1px no-repeat; */
}

.content {
    display: none;
}

.layer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp_search .search {
    background: url(../images/search.jpg) !important;
    position: relative;
    top: 42px;
    width: 22px;
    right: -76px;

}

.header_nav {
    width: 100%;
    height: 58px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.mobile-header-icon {
    width: 35px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 12px;
    top: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.nav-open .vertical-wrap-nav.active .v-subNav dd a {
    text-align: center;
}

.nav-open .mobile-header-close {
    left: 210px;
    opacity: 1
}


.mobile-header-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    text-align: center;
    border-radius: 0 100% 100% 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 66;
    transition: left 0.8s ease;
    color: #94070a;
    cursor: pointer;
    opacity: 0;
}

.nav-open .vertical-wrap-nav {
    width: 170px;
    display: block;
    position: fixed;
    left: 0px;
    top: 0;
    padding: 0 0 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2020;
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 0.3s ease-in-out;
}

.nav-open .mode01 .rt {
    margin-left: 225px
}

.nav-open .web-v-logo {
    display: none;
}

.nav-open .body-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    display: block;
}


.header_nav_ul {
    width: 1400px;
    height: 58px;
    margin: 0 auto;
    padding: 0;
}

.header_nav_ul li {
    width: 170px;
    height: 58px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    position: relative;
}

.header_nav_ul p {
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    margin: 0 auto;
    display: inline-block;
}

.header_nav_ul a {
    color: #000;
}

.child {
    width: 170px;
    /* min-height: 200px; */
    position: absolute;
    /* padding: 15px 2px 10px 2px; */
    top: 58px;
    left: 0px;
    z-index: 2;
    background-color: #fff;

    transform: scaleY(0);
    /* 初始隐藏 */
    transform-origin: top center;
    /* 从顶部中间开始缩放 */
    transition: transform 0.3s ease-in-out;
    /* 平滑过渡 */
    visibility: hidden;
    /* 初始隐藏 */
    opacity: 0;
    /* 初始透明 */
    overflow: hidden;
    /* 防止内容溢出 */
    /* border-left: 2px solid;
    border-right: 2px solid;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    border-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2; */
}

.child:hover {
    display: block;
}

.header_nav_ul li:hover .child {
    display: block;
    border: none;
    color: #000;
    transition: all 0.35s ease-out;
    transform: scaleY(1);
    /* 显示 */
    visibility: visible;
    /* 可见 */
    opacity: 1;
    /* 不透明 */
    /* border-left: 2px solid;
    border-right: 2px solid;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    border-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2; */

}

.header_nav_ul>li>p>a:hover {
    width: 170px;
    border: none;
    background-image: url(../images/list_bg.png);
    color: #fff;
    display: block;
}

.header_nav_ul>li>a:hover+li {
    background-image: url(../images/new_background.png);
}

.header_nav_ul>li:hover .sub-menu a {
    display: block;
    color: #000;
}

.child li {
    width: 170px;
    font-size: 22px;
    line-height: 58px;
}

.child li:hover {
    width: 170px;
    border: none;
    color: #000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    border-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 20%, rgba(255, 255, 255, 0) 100%) 2 2 2 2;
    border-image: none;
    display: block;
}

.sub-menu li:hover {
    background-image: url(../images/list_bg.png);
    background-size: 100% 100%;
}

.header_nav_ul>li:hover .sub-menu li:hover a {
    color: #fff;
}

.wrap-header {
    width: 100%;
    height: 60px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.finally {
    display: none;
}

.wrap-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.headerTop {
    width: 100%;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    background: #94070a;
    position: fixed;
    z-index: 10;
}

.top_nav {
    width: 1245px;
    margin: 0 auto;
    text-align: right;
    height: 60px;
    line-height: 60px;
}

.top_nav a {
    color: #fff;
    font-size: 12px;
}

.headerTop .lf {
    width: auto;
    float: left;
}

.top_nav a {
    margin: 0 30px 0 0;
}

.top_nav span {
    color: #fff;
}

.top_nav span {
    display: none;
}

.top_nav a:last-child {
    display: none;
}

.headerTop a:hover {
    color: #f8eee3;
}



/* .contanct {
    background-image: url(../images/bottom_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
} */

.Banner_swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.Banner_swiper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.cont {
    width: 100%;
    /* height: 2300px; */
    margin: 0 auto;
    /* background-image: url(../images/bottom_bg.png); */
}

.home1 {
    width: 1400px;
    height: 450px;
    margin: auto;
    /* background-color: #94070a; */
}


.home1_left {
    width: 470px;
    height: 355px;
    margin: 60px 0 2px 0px;
    float: left;
    overflow: hidden;
}

.home1_left_img img {
    width: 470px;
    height: 355px;
    overflow: hidden;
    object-fit
}

/* .home1_left_img img:hover{
    transition: transform 0.3s ease;
    transform: scale(1.2);
} */

.home1_left_title {
    width: 420px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    line-height: 7px;
    color: #fff;
    padding: 0 25px;

}

.block_note_gongshi {
    width: 100%;
    height: 70px;
    font-size: 23px;
    color: #ff0006;
    line-height: 31px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block_content {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-bottom: #8e8e8e 1px solid;
    margin-bottom: 10px;
}



.block_note_gongshi a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block_content a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block_list {
    height: 45px;
}

.block_list:hover {
    position: relative;
    top: -2px;
    transition: .8s all ease-in;
}

.block_list a {
    width: calc(100% - 110px);
    height: 45px;
    line-height: 45px;
    float: left;
    font-size: 18px;
    color: #323232;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.block_list a:hover {
    color: #014C97;
}

.block_time {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    float: right;
    color: #8e8e8e;
}

.home1_mid {
    width: 470px;
    height: 370px;
    /* background-color: #aaaaaf; */
    margin: 45px 40px 20px 40px;
    float: left;
}

.home1_right {
    width: 380px;
    height: 370px;
    margin: 45px 0px 20px 0px;
    /* padding: 0 45px; */
    float: left;
    overflow: hidden;
}

.home1_right .swiper .swiper-wrapper .swiper-slide {
    width: 355px !important;
    height: 355px;
    padding: 0 45px;
}

.home1_right_tongzhigonggao {
    width: 100%;
    height: 45px;
    line-height: 30px;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.home1_right_title {
    width: 100%;
    height: 80px;
    display: inline-block;
    font-size: 21px;
    text-align: center;
}

.home1_right_time {
    width: 100%;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    color: #828282;
}

.home1_right_desc {
    width: 100%;
    height: 150px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #828282;
}

.home1_block_title_more {
    font-size: 14px;
    color: #8e8e8e;
    float: right;
    line-height: 26px;
    position: absolute;
    top: 95px;
    right: 0px;
}

.home2_bg {
    width: 100%;
    background: url(../images/scroll_bg.png) no-repeat top center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 535px;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: repeat-y;
    /* 背景图片垂直重复 */
    animation: scroll 70s linear infinite;
    /* 动画定义 */
}

@keyframes scroll {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -100%;
    }

    /* 滚动距离等于图片高度的负值 */
}

.home2 {
    width: 1400px;
    height: 530px;
    margin: auto;
    /* background-color: #94070a; */
}

.home2_left {
    width: 470px;
    height: 355px;
    margin: 25px 0;
    float: left;
}

.home2_block_title {
    height: 28px;
    line-height: 30px;
    margin-bottom: 8px;
}

.home2_block_title_word {
    width: 110px;
    float: left;
    font-size: 24px;
    /* font-weight: 550; */
    color: #000;
    /* margin-left: 10px; */
}

.home2_block_title_line {
    width: calc(100% - 150px);
    height: 15px;
    float: left;
    border-bottom: #aaaaaf 2px solid;
}

.home2_block_title_more {
    font-size: 14px;
    color: #8e8e8e;
    float: right;
    line-height: 26px;
}

.home2_mid {
    width: 470px;
    height: 355px;
    margin: 25px 40px;
    float: left;
}

.home2_right {
    width: 380px;
    height: 355px;
    margin: 25px 0;
    float: right;
}

.main04-top {
    width: 470px;
    height: 128px;
    margin-top: 25px;
    margin-bottom: 13px;
}

.img_box1 {
    width: 168px;
    height: 128px;
    display: inline-block;
    overflow: hidden;
}

.img_box2 {
    width: 375px;
    height: 128px;
    display: inline-block;
    overflow: hidden;
}

.main04-top img {
    width: 168px;
    height: 128px;
    float: left;
}

.main04-top img:hover {
    transition: transform 0.6s ease;
    /* 添加过渡效果 */
    transform: scale(1.3);
}


.main04_note {
    width: 280px;
    margin-left: 19px;
    float: right;
}

.main04_note_gongshi {
    width: 280px;
    height: 48px;
    font-size: 20px;
    color: #828282;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.main04_note_gongshi:hover {
    color: #014C97;
}



.list_notice {
    padding-top: 10px;
}

.list_notice_list {
    display: block;
    padding: 0.43rem 0;
    font-size: 0;
    position: relative;
}

.list_notice_list:hover {
    display: block;
    padding: 0.43rem 0;
    font-size: 0;
    position: relative;
    top: -2px;
    transition: .8s all ease-in;
}

.list_notice_list:hover .txt {
    border-left: 2px solid #014C97;
    transition: .3s all ease-in;
}

.list_notice_list:hover span {
    transition: .3s all ease-in;
    background: #014C97;
}

.list_notice_list:hover p {
    transition: .3s all ease-in;
    color: #014C97;
}

.list_notice_list:hover h3 {
    transition: .3s all ease-in;
    color: #014C97;
}

.list_notice_list:hover h3 a {
    transition: .3s all ease-in;
    color: #014C97;
}

.list_notice_list:hover .list_notice_day {
    transition: .3s all ease-in;
    background: #000977;
    /* color: #014C97; */
}

.list_notice_list:hover .list_notice_mon {
    transition: .3s all ease-in;
    color: #000977;
    /* color: #014C97; */
}


.list_notice time {
    width: 70px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    line-height: 36px;
    display: inline-block;
}

.list_notice_day {
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    display: block;
    font-family: Times New Roman;
    font-weight: 700;
    background: #949494;
    color: #fff;
    overflow: hidden;
    padding: 0 20px;
}

.list_notice time span {
    position: relative;
    top: -88px;
}

.list_notice_mon {
    height: 24px;
    line-height: 24px;
    background-color: #e3e4e6;
    border-top: none;
    color: #949494;
    margin: 0;
    overflow: hidden;
    padding: 0 4px;
}

.list_notice time p {
    margin: 0;
    position: relative;
    top: -24px;
}

.list_notice .txt {
    width: calc(100% - 120px);
    border-left: 2px solid #d3d1cd;
    padding-left: 20px;
    margin: 0 0 0 22px;
    display: inline-block;
    vertical-align: top;
}

.list_notice h3 {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #323232;
    max-height: 56px;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}

.list_notice h6 {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #828282;
    max-height: 56px;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}

.list_notice h6 a {
    color: #828282;
}








.main04_note_time {
    width: 280px;
    height: 32px;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 32px;
}

.main04_content {
    width: 280px;
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}







.home4 {
    margin-top: 25px;
    width: 100%;
    height: 280px;
}


.main_bottom {
    position: relative;
    margin-left: auto;
    width: 1400px;
    margin-right: auto;
}

.main_bottom-first {
    height: 515px;
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
}

.main09 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.main09_title {
    height: 28px;
    line-height: 30px;
    margin-bottom: 8px;
}



.main_title_word {
    width: 110px;
    float: left;
    font-size: 24px;
    /* font-weight: 550; */
    color: #000;
    /* margin-left: 10px; */
}

.main_title_line {
    width: calc(100% - 150px);
    height: 15px;
    float: left;
    border-bottom: #aaaaaf 2px solid;
}

.main_title_more {
    font-size: 14px;
    color: #8e8e8e;
    float: right;
    line-height: 26px;
}

.main_01_block_left {
    background: #1455a3;
    height: 5px;
    width: 100px;
    float: left;
}


.main_01_block_right {
    height: 1px;
    margin-top: 4px;
    background: #1455a3;
    width: 280px;
    float: right;
    margin-bottom: 0px;
}


.main_02_block_right {
    height: 1px;
    margin-top: 4px;
    background: #1455a3;
    width: 1300px;
    float: right;
    margin-bottom: 0px;
}


.main_one_block_right {
    height: 1px;
    margin-top: 4px;
    background: #1455a3;
    width: 370px;
    float: right;
    margin-bottom: 4px;
}


.collage_photoes {
    width: 1400px;
    height: 260px;
    margin: auto;
    /* background-color: rgba(237, 237, 237, 1); */
    margin-top: -20px;
    /* padding-top: 70px; */
    /* position: absolute; */
    /* left: 0; */
}

.collage_photoes_img img {
    position: absolute;
    width: 20%;
    height: 100%;
    z-index: 10;
}

.collage_photoes_left {
    width: 20%;
    float: left;
}

.collage_photoes_right {
    width: 20%;
    float: right;
}

#certify {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}

.swiper-float {
    padding-top: 0px;
}

#certify .swiper-slide {
    width: 680px;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 15px;
    /* width: 100% !important; */
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ceshi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 68px;
    left: -256px;
    transition: all 0.3s ease-out 0s;
    background: rgba(0, 0, 0, 0.55);
    display: none;
}


.swp a img {
    width: 256px;
    height: 175px;
    object-fit: cover;
}

.swp:hover .ceshi {
    display: block;

}

.swpnewsb a {
    display: block;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

/* .swiper-slide a img:hover {
    transition: transform 0.3s ease;
    transform: scale(1.2);
} */

.swiper-slide a:hover {
    /* color: #014C97; */
}

.swiper-pagination {
    position: relative !important;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ccc !important;
    opacity: 1 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px !important;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #ccc !important;
    width: 28px !important;
}


.swiper-button-next {
    position: relative !important;
    top: -193px !important;
    left: 440px !important;
    width: 19px !important;
    height: 35px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 19px 35px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/swiper_right.png) !important;
    /* opacity: 0.8; */
    display: none;
}

.swiper-button-prev {
    position: relative !important;
    top: -180px !important;
    left: 15px !important;
    width: 19px !important;
    height: 35px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 19px 35px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/swiper_left.png) !important;
    /* opacity: 0.4; */
    display: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.home5 {
    width: 1400px;
    height: 900px;
    position: absolute;
    top: 1650px;
}














a {
    text-decoration: none;
    color: inherit;
}

.h30,
.h28,
.h26,
.h24,
.h22,
.h20,
.h18,
.h16 {
    line-height: 1.2;
}

.h30 {
    font-size: 30px;
}

.h28 {
    font-size: 28px;
}

.h26 {
    font-size: 26px;
}

.h24 {
    font-size: 24px;
}

.h22 {
    font-size: 22px;
}

.h20 {
    font-size: 20px;
}

.h18 {
    font-size: 18px;
}

.h16 {
    font-size: 16px;
}

.fullpage {
    color: #fff;
    width: 100%;
}

.fullpage .section {
    overflow: hidden;
    width: 100%;
    max-height: 100vh !important;
    position: relative;
}

.fullpage .section.home1 {
    background-color: #fff;
}

.home5 .map-cont {
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: 227px;
    padding: 26px 15px 14px 15px;
    /* background-color: #9e8c73;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.48); */
}

.home5 .map-item {
    width: 391px;
    font-family: "微软雅黑";
    text-align: center;
}

.home5 .map-item .h24 {
    margin-bottom: 22px;
}

.home5 .tab-bar {
    margin-bottom: 8px;
}

.home5 .tab-track {
    display: inline-block;
    /* border-bottom: 1px solid #b8a588; */
    vertical-align: bottom;
    overflow: hidden;
}

.home5 .tab-term {
    position: relative;
    float: left;
    margin: 0 8px;
    padding-bottom: 14px;
    font-size: 16px;
    cursor: pointer;
}

.home5 .tab-term:before {
    content: '0';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    border: 12px solid transparent;
    font-size: 0;
}

.home5 .tab-term.cur {
    color: #aaaaaf;
}

/* .home5 .tab-term.cur:before {
    content: '1';
    border-bottom: 9px solid #b8a588;
} */

.home5 .tab-cont {
    position: relative;
}

.home5 .tab-item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.home5 .tab-item.act {
    position: relative;
    opacity: 1;
    visibility: visible;
    /* font: 14px / 1.5 fzqkbysjw, Arial, Tahoma, Helvetica, sans-serif; */
}

.home5 .total {
    position: relative;
    display: inline-block;
    padding: 0 42px;
    vertical-align: top;
    font-size: 16px;
    margin-top: 23px;
}

.home5 .total:before,
.home5 .total:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    background: url(../images/png10.png) no-repeat;
}

.home5 .total:before {
    left: 0;
    background-position: left;
}

.home5 .total:after {
    right: 0;
    background-position: right;
}

.home5 .total .b {
    padding: 0 10px;
    font-family: impact;
    font-size: 30px;
}

.home5 .tab-item .p_mor {
    margin: 0 10px;
    font-size: 14px;
}

.home5 .table {
    margin-bottom: 10px;
    margin-right: -5px;
    overflow: hidden;
}

.home5 .td {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 0;
    width: 127px;
    background-color: #f2f2f2;
}

.home5 .td:hover {
    background-color: #014C97;
    color: #fff;
}

.home5 .td.h {
    padding: 14px 0;
}

.home5 .td.s {
    width: 97px;
}

.home5 .td.h.s {
    padding: 14px 0 35px;
}

.home5 .td.s .p {
    margin: 0 15px;
}

.home5 .td.l {
    width: 157px;
    padding: 5px 0;
}

.home5 .td.l .num,
.home5 .td.l .p {
    display: inline-block;
    vertical-align: middle;
}

.home5 .td.l .p {
    margin: 0 15px;
}

.home5 .td .num {
    font-family: impact;
    font-size: 30px;
}

.home5 .td .p {
    margin: 0 23px;
}

.home5 .td:nth-child(n+9) {
    width: 157px;
    padding: 5px 0;
}

.home5 .td:nth-child(n+9) .num,
.home5 .td:nth-child(n+9) .p {
    display: inline-block;
    vertical-align: middle;
}

.home5 .td:nth-child(n+9) .p {
    margin: 0 15px;
}

.home5 .td:nth-child(8) {
    width: 97px;
}

.home5 .td:nth-child(8) .p {
    margin: 0 15px;
}

.home5 .td:nth-child(4),
.home5 .td:nth-child(5),
.home5 .td:nth-child(6) {
    padding: 8px 0 0;
    height: 100px;
}

.home5 .td:nth-child(7),
.home5 .td:nth-child(8) {
    padding: 20px 0 29px;
}


.displayinfo_mobile {
    display: none;
}











.footer {
    width: 100%;
    height: 350px;
    background-color: #161735;
    background-image: url(../images/footer_bg.png);
    background-size: cover;
}

.footer_m {
    display: none;
    height: 240px;
}

.footer_top {
    width: 1600px;
    height: 204px;
    margin: 0 auto;
    padding: 54px 0px;
}

.footer_block {
    width: 522px;
    height: 234px;
    float: left;
    color: #fff;
    text-align: center;
}

.footer_block_big {
    width: 552px;
}

.footer_block a {
    color: #fff;
}

.footer_block h2 {
    margin: 24px 0px 32px 0px;
    font-weight: normal;
}

.footer_block select {
    width: 320px;
    height: 36px;
    padding: 0 12px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    border: #b7b7b8 solid 2px;
    border-radius: 18px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    appearance: none;
    -webkit-appearance: none;
    /* For Safari */
    -moz-appearance: none;
    /* For Firefox */
    background: url('../images/select_icon.png') no-repeat right center;
    padding-right: 30px;
    /* 给右边留出空间放置图标 */
    background-position: right 12px center;
    /* 调整图标的水平和垂直位置 */
}

.footer_block option {
    font-size: 18px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer_logo {
    width: 282px;
    height: 193px;
    margin: 20px 120px;
    background-image: url(../images/footer_logo.png);
}

.scan_left {
    width: 210px;
    height: 120px;
    margin-left: 30px;
    float: left;
}

.scan_left p {
    text-align: left;
    line-height: 30px;
    margin: 0;
}

.scan_right {
    width: 270px;
    height: 120px;
    float: right;
}

.scan_list {
    width: 100px;
    height: 130px;
    float: left;
    margin-right: 35px;
}

.scan_list p {
    width: 100px !important;
    text-align: center;
}

.footer_bottom {
    width: 100%;
    height: 38px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.61);
}

.footer_bottom p {
    height: 38px;
    margin: 0;
    font-size: 18px;
    color: #a1a1a1;
    line-height: 38px;
}

.siteCounter4 {
    display: inline-block;
}

.siteCounter4 span {
    background-color: rgba(255, 255, 255, 0.2);

}

.code {
    position: absolute;
    margin-left: -90px;
    margin-bottom: 10px;
    margin-top: 70px;
    padding: 2px;
    width: 95px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
}

.code img {
    width: 100%;
}

.share:hover .code {
    /* visibility: visible; */
    opacity: initial;
}






#floatBox {
    position: fixed;
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    cursor: pointer;
    width: 454px;
    height: 256px;
}

#floatImg {
    position: relative;
    width: 454px;
    height: 256px;
}

#closeBtn {
    position: absolute;
    top: 0;
    right: 0;
}



@media screen and (max-width: 767px) {

    #floatBox {
        display: none;
    }
}

















/* 手机版 */


@media screen and (max-width: 767px) {

    .header,
    .home4,
    .box,
    .footer,
    .main_left {
        display: none;
    }

    .cont {
        width: 100%;
        height: 2300px;
    }


    .home1 {
        width: 100%;
        height: 245px;
        /* background-color: #94070a; */
    }


    .home1_left {
        width: 100%;
        height: 200px;
    }



    .home1_left_img img {
        width: 485px;
        height: 200px;
    }

    .block_list {
        height: 24px;
    }

    .block_list a {
        width: calc(100% - 110px);
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .block_time {
        font-size: 14px;
        height: 29px;
        line-height: 29px;
        float: right;
        color: #8e8e8e;
    }

    .home5 .map-cont {
        left: 0;
        top: 0%;
        margin: auto;
    }

    .home1_mid {
        width: calc(100% - 40px);
        margin: 0px 20px 20px 20px;
        height: 340px;
    }

    .home2_left {
        width: calc(100% - 40px);
        margin: 5px 20px 5px 20px;
        height: 300px;
    }



    .home1_block_title_more {
        font-size: 14px;
        color: #8e8e8e;
        float: right;
        line-height: 26px;
        display: block;
        position: relative;
        top: 320px;
        left: -48%;
    }


    .home2_block_title {
        height: 28px;
        line-height: 30px;
        margin-bottom: 7px;
    }

    .home2_block_title_line {
        display: none;
    }

    .home2_right {
        width: calc(100% - 40px);
        margin: 20px;
        height: 310px;
    }



    .home2_block_title_word {
        width: 110px;
        float: left;
        font-size: 20px;
        /* font-weight: 550; */
        color: #000;
        /* margin-left: 10px; */
    }

    .home1_right {
        width: calc(100% - 40px);
        padding: 0 20px;
        margin: 5px 0px 20px 0px;
    }

    .home5 .map-item {
        width: calc(100% - 0px);
    }

    .home1_left_title {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .home5 .td {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px 0;
        width: calc(33% - 5px);
        background-color: #f2f2f2;
    }

    .home5 .td:nth-child(8) {
        width: calc(33% - 21px);
    }

    .home5 .td:nth-child(n+9) {
        width: calc(33% - -14px);
        padding: 5px 0;
    }

    .home5 {
        width: 100%;
        height: 300px;
        position: absolute;
        top: 1680px;
    }

    .main04-top img {
        width: 141px;
        height: 110px;
        float: left;
    }

    .main04_note {
        width: calc(100% - 161px);
        margin-left: 20px;
        float: right;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        width: 100%;
        padding: 0 !important;
        position: relative;
    }

    .main-content {
        max-width: 100%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
    }

    .main_right {
        width: 94%;
        margin: 0 auto;
    }

    .main_right {
        width: 94%;
        margin: 0 auto;
    }

    .right-title-dis {
        display: none;
    }

    .right-iteam {
        width: 90%;
        min-height: 46px;
        overflow: hidden;
        border-bottom: #bfbfbf dotted 1px;
    }


    .right_content img {
        display: block;
    }

    .wrap-header {
        display: block;
    }

    .v-nav {
        width: 100%;
        padding: 0 15px 10px;
        box-sizing: border-box;
        margin-top: 0;
        border: none;
        background-color: #fff;
        transition: width 0.4s ease;
    }

    .v-nav li {
        width: 160px;
        position: relative;
        border-top: 1px solid #e6e6e6;
    }

    .v-nav li:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .v-nav li>a {
        padding: 0px 0px;
        border-bottom: 1px solid #e6e6e6;
    }

    .v-nav li strong {
        font-size: 16px;
        text-align: left;
        line-height: 34px;
        width: 140px;
        display: block;
    }

    .v-arrow {
        font-size: 16px;
        font-style: normal;
        color: #666;
        position: absolute;
        right: 10px;
        height: 25px;
        top: 5px;
        line-height: 25px;
        cursor: pointer;
    }

    .s-arrow {
        font-size: 20px;
        font-style: normal;
        color: #666;
        position: absolute;
        right: 10px;
        height: 25px;
        top: 6px;
        line-height: 25px;
        cursor: pointer;
    }

    .v-subNav {
        position: static;
        margin: 0;
        width: 100%;
        border-left: none;
        border-top: 1px solid #d3d3d3;
        background-color: #fff;
        right: -110px;
        top: 50%;
        display: none;
    }

    .content {
        display: block;
    }

    .vertical-wrap-nav {
        left: -200px;
        text-align: center;
        opacity: 0;
        transform: scale(0.8);
        width: 0;
        transition: left 0.3s ease-in-out;
        height: 0;
    }

    .friendLink {
        float: none;
        width: 100%;
        margin-bottom: 1px;
        text-align: center;
        padding: 0;
    }

    .nList {
        margin: 0;
    }

    .copyRight span {
        display: inline-block;
    }

    .copyRight i {
        display: none;
    }

    .mode01,
    .top_nav,
    .copyRight {
        padding-left: 15px;
        padding-right: 15px;
        /* background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0)); */
    }


    .mobile-v-logo {
        padding-top: 15px;
        height: 58px;
    }

    .v-nav li strong {
        font-size: 16px;
        text-align: left;
        line-height: 34px;
        width: 140px;
        font-family: '华文宋体', '宋体', '微软雅黑';
        transition: all 0.3s ease;
    }

    .v-nav li strong a {
        text-decoration: none;
        color: #333;
        background: none;
        font-weight: initial;
    }

    .v-nav li>a {
        padding: 0px 0px;
        border-bottom: 1px solid #e6e6e6;
    }

    .mobile_version {
        display: block;
    }

    .navbar-inverse {
        background: rgba(165, 9, 36, 1);
        border: none;
    }

    .navbar-brand {
        float: left;
        width: 75%;
        height: 50px;
        padding: 3px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ccc;
    }

    .logo {
        height: 100%;
        width: auto;
    }

    .header1 {
        display: none;
    }

    .banner_bg {
        display: none;
    }

    .body_b .header2 {
        opacity: 0;
        transform: none;
    }

    .d2 {
        width: 30%;
        height: auto;
    }

    .d2 img {
        width: 100%;
        height: auto;
    }

    .d3 {
        display: none !important;
    }

    .headerTop_main {
        /* transition: all 0.3s ease-out 0s;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
    }

    .headerTop_main_bg {
        background: #94070a;
    }

    .top_nav img {
        height: 36px;
        float: left;
        margin: 13px 0 13px 0;
    }

    .mobile_search_icon {
        height: 26px !important;
        float: right !important;
        margin: 17px 40px 17px !important;
        position: absolute;
        right: 15px;
    }

    .icon-menu {
        line-height: 50px;
        font-size: 31px;
        position: fixed;
    }

    .mobile-header-icon {
        display: block;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .rt {
        display: none;
    }

    .focus {
        display: none;
    }

    .banner {
        display: block;
        /* padding-top: 50px; */
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15px;
    }

    .scroll {
        background: none;
        background-size: 100%;
        min-height: 1870px;
    }

    .scroll_bottom {
        min-height: 1200px;
    }

    .main {
        width: 100%;
        margin-top: 13px;
    }

    .main_one {
        width: 90%;
        padding: 0 5%;
    }

    .main_one_top {
        width: 100%;
    }

    .main_one .top_left {
        width: 100%;
        min-height: 250px;
    }

    .title {
        height: 28px;
        line-height: 32px;
        margin-bottom: 7px;
    }

    .main_title_p {
        float: left;
        margin-top: 8px;
        width: 18px;
        height: 18px;
        background: #014C97;
    }

    .main_title_word {
        float: left;
        font-size: 20px;
        /* font-weight: 550; */
        color: #000;
        margin-left: 10px;
    }

    .main_title_more {
        font-size: 15px;
        color: #8e8e8e;
        float: right;
        line-height: 38px;
    }

    .main_01_block_left {
        background: #8e8e8e;
        height: 3px;
        width: 33%;
        float: left;
    }

    .main01_list {
        height: 24px;
    }

    .main01_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .main01_time {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        float: right;
        color: #b2b1b1;
    }

    .main_01_block_right {
        height: 2px;
        margin-top: -2px;
        background: #a4a5a4;
        width: 67% !important;
        float: right;
    }

    .main_one_block_right {
        height: 2px;
        margin-top: 1px;
        background: #a4a5a4;
        width: 67%;
        float: right;
        margin-bottom: 6px;
    }

    .main02 {
        width: 100%;
        min-height: 500px;
        margin-top: 10px;
    }

    .main02 .title_p {
        float: left;
        margin-top: 8px;
        width: 18px;
        height: 18px;
        background: #014C97;
    }

    .main02 .title_word {
        float: left;
        font-size: 20px;
        /* font-weight: 550; */
        color: #000;
        margin-left: 10px;
    }

    .main02 .title_more {
        font-size: 15px;
        color: #8e8e8e;
        float: right;
        line-height: 38px;
    }

    .swiper-button-prev {
        display: none;
        width: 21px;
        height: 21px;
        top: 292px;
        left: 80%;
    }

    .swiper-button-next {
        display: none;
        width: 21px;
        height: 21px;
        top: 292px;
        left: 88%;
    }

    .main02_block_left {
        background: #8e8e8e;
        height: 3px;
        width: 33%;
        float: left;
    }

    .main02_block_right {
        height: 2px;
        margin-top: -2px;
        background: #a4a5a4;
        width: 67%;
        float: right;
        margin-bottom: 10px;
    }

    .swiper {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        min-height: 257px;
        float: left;
    }

    .swiper-image {
        width: 100%;
        height: auto;
    }

    .swiper-image {
        width: 100%;
        height: auto;
    }

    .swiper-text {
        width: 90%;
        height: 60px;
        font-size: 16px;
        line-height: 28px;
        color: #323232;
        background-color: rgba(235, 236, 236, 1);
        text-align: center;
        padding: 0 5%;
        margin: 10px 0;
    }

    .main02-right {
        width: 100%;
        float: right;
    }

    /* .main02_list:first-child {
        width: 100%;
        height: 100px;
        padding: 12px 0;
        background: #eceaeb;
        border: none;
        margin: 0 auto;
        margin-top: 20px;
    } */

    .main02_list {
        /* margin-top: 12px; */
        width: 100%;
        height: 66px;
        padding: 11px 0;
        margin-bottom: 4px;
        border-bottom: 1px solid #323232;
        margin: 0 auto;
    }

    .main02_list-left {
        width: 25%;
    }

    .main02_date {
        width: 90px;
        height: 45px;
        text-align: center;
        font-size: 25px;
        color: #4395a3;
    }

    .main02_date p {
        position: relative;
        top: -35px;
    }

    .main02_year {
        margin-left: 8%;
        line-height: 15px;
    }

    .main02-list-red {
        height: 2px;
        background: red;
        width: 40px;
        margin-left: 0;
        position: relative;
        top: 30px;
        right: -35%;
    }

    .main02_title {
        width: 70%;
        font-size: 16px;
        margin-bottom: 1px;
    }

    .main02_article {
        width: 70%;
        height: 42px;
        line-height: 21px;
        font-size: 14px;
        margin-top: 0;
        overflow: hidden;
    }

    .main03 {
        width: 100%;
        margin-top: 20px;
    }

    .main03 img {
        width: 100%;
        height: 128px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .main03_list {
        height: 29px;
    }

    .main03_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .main04 {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .main04 img {
        width: 35%;
        height: 113px;
        float: left;
    }

    .main04-top {
        width: 100%;
        height: 120px;
        margin-top: 21px;
        margin-bottom: 0;
    }

    .main04_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .main04_list {
        height: 29px;
    }



    .main04_note_gongshi {
        width: 100%;
        height: 24px;
        font-size: 18px;
        color: #323232;
        line-height: 24px;
        overflow: hidden;
    }

    .main04_note_time {
        width: 100%;
        height: 26px;
        font-size: 12px;
        color: #8e8e8e;
        line-height: 26px;
    }

    .main04_content {
        width: 100%;
        height: 66px;
        font-size: 14px;
        line-height: 22px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .main05 {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .main05 img {
        width: 100%;
        height: 128px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .main05_list {
        height: 29px;
    }

    .main05_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .img_none:first-child img {
        margin-top: 21px;
        display: block;
    }

    .fisrtbg {
        background: url(../images/bg1_1600.jpg) no-repeat top center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 0px;
        background-attachment: fixed;
        background-position: center 0;
        z-index: -1;
    }

    .main_bottom {
        width: 90%;
    }

    .main_bottom-first {
        width: 100%;
        height: 1061px;
    }

    .main06 {
        width: 100%;
        margin-top: 10px;
    }

    .main06 img {
        width: 100%;
        height: 128px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .main06_list {
        height: 29px;
    }

    .main06_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .main07 {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .main07 img {
        width: 35%;
        height: 113px;
        float: left;
    }

    .main07-top {
        width: 100%;
        height: 120px;
        margin-top: 21px;
        margin-bottom: 0;
    }

    .main07_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .main07_list {
        height: 29px;
    }

    .main07_note {
        width: 60%;
        margin-left: 5%;
        float: right;
    }

    .main07_note_gongshi {
        width: 100%;
        height: 24px;
        font-size: 18px;
        color: #323232;
        line-height: 24px;
        overflow: hidden;
    }

    .main07_note_time {
        width: 100%;
        height: 26px;
        font-size: 12px;
        color: #8e8e8e;
        line-height: 26px;
    }

    .main07_content {
        width: 100%;
        height: 66px;
        font-size: 14px;
        line-height: 22px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .main08 {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .main08 img {
        width: 100%;
        height: 128px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .main08_list {
        height: 29px;
    }

    .main08_list a {
        width: 80%;
        height: 29px;
        line-height: 29px;
        float: left;
        font-size: 15px;
        color: #323232;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .main09 {
        display: none;
        width: 90%;
        padding: 0 5%;
    }

    .main09_block_left {
        background: #8e8e8e;
        height: 6px;
        width: 40%;
        float: left;
    }

    .main09_block_right {
        height: 3px;
        margin-top: -1px;
        background: #a4a5a4;
        width: 60%;
        float: right;
    }

    .main09_more {
        font-size: 18px;
        color: #8e8e8e;
        float: right;
        line-height: 43px;
    }

    .collage_photoes {
        display: none;
        width: 100%;
        height: 390px;
        background-color: rgba(237, 237, 237, 1);
        margin-top: 46px;
        padding-top: 25px;
    }

    .secondbg {
        background: url(../images/backg-foot1.png) no-repeat center;
        background-size: 100% 100%;
        height: 22vh;
    }

    .swiper-shufa {
        width: 30%;
        height: auto;
        min-height: 20px;
        left: 6%;
        bottom: -11%;
        position: relative;
        background: none;
    }

    .swiper-img {
        width: 100%;
        height: 100%;
    }

    .finally {
        display: block;
        height: auto;
        min-height: 94px;
        margin-top: -2px;
    }

    .parts {
        display: none;
        width: 90%;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .part1 {
        width: 60%;
        font-size: 12px;
        margin-top: 0;
        margin-left: 0;
        letter-spacing: 0px;
        float: left;
    }

    .part1 img {
        display: none;
    }

    .part1 span {
        display: block;
        font-size: 13px;
        line-height: 22px;
    }

    .part1 p {
        height: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .part2 {
        display: none;
    }

    .part3 {
        display: none;
        width: 100%;
        font-size: 12px;
        margin-left: 0;
    }

    .part3 p {
        width: 100%;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .part3 div {
        display: none;
    }

    .part4 {
        width: 100%;
        margin-bottom: 15px;
        display: none;
    }

    .part4 h {
        margin-bottom: 20px;
    }

    .part4 .wx h {
        float: left;
    }

    .part4 .wx img {
        width: 77%;
        height: auto;
    }

    .part4 .dy h {
        float: right;
        margin-right: -5px;
    }

    .part4 .dy img {
        width: 77%;
        height: auto;
        float: right;
    }

    .part5 {
        display: block;
        width: 30%;
        float: right;
        font-size: 12px;
    }


    .part5 p {
        height: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .part5 span {
        font-size: 13px;
        line-height: 22px;
    }

    .info {
        width: 58%;
        height: 39px;
        line-height: 19px;
        float: left;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0px;
        padding: 4px 0 4px 5%;
        margin: 0;
    }

    .info p {
        margin: 0;
        color: #fff;
    }

    .share {
        width: 25%;
        float: right;
        display: block;
        text-align: right;
        margin-right: 9%;
        margin-top: 36px;
    }

    .icon-wchat {
        margin-left: 0 !important;
    }

    .share-box {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .partb {
        display: block;
        height: 88px;
        width: 100%;
        background-color: #94070a;
    }

    .keyword {
        padding-left: 10px;
    }

    .wp_search {
        background: #fff;
    }

    .wp_search table tbody tr td:first-child input {
        width: 85% !important;
    }

    .wp_search table tbody tr td:last-child {
        width: 20%;
        background-color: rgba(165, 9, 36, 1);
    }

    .wp_search .search {
        width: 22px;
        background: url(../images/search.jpg) !important;
        background-size: 22px 22px;
        background-repeat: no-repeat;
        margin-left: 25px;
    }

    .v-nav li.on .v-subNav {
        display: block;
        padding-left: 15px;
    }

    .v-nav li.on .v-subNav .erjilanmu ul {
        display: none;
    }

    .v-nav li.on .v-subNav .erjilanmu li.on .erjilanmu {
        display: block;
        padding-left: 20px;
    }

    .v-nav li.on .v-subNav .erjilanmu li.on .erjilanmu .s-arrow {
        display: none;
    }

    #floatBox {
        display: none;
    }



    .footer_m {
        /* margin-top: 20px; */
        display: block;
        height: 186px;
        width: 100%;
        background-color: #94070a;
    }

    .footer_1 {
        width: 238px;
        height: 32px;
        margin: 0 auto;
        padding: 20px 0px 10px 0px;
    }

    .footer_1 img {
        width: 100%;
        height: auto;
    }

    .footer_2 {
        width: 170px;
        height: 34px;
        line-height: 35px;
        margin: 0 auto;
        padding: 10px 0px 20px 0px;
    }

    .footer_2 img {
        width: 20%;
        height: auto;
    }

    .footer_3 {
        width: 100%;
        height: 96px;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .footer_3 p {
        margin: 0;
    }

    .footer_3 p a {
        color: #fff;
    }

    .footer_4 {
        height: 26px;
        line-height: 26px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.61);
    }

    .footer_4 p {
        margin: 0;
    }

    .displayinfo_mobile {
        display: block;
    }

}

/* 搜索 */
.searchbox .tt {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 47px
}

.searchbox {
    text-align: right;
    width: 44px;
    border-radius: 22px;
    overflow: hidden;
    margin-left: auto;
    float: right;
    margin: 13px 290px 13px 0px;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block
}

.wp-search .search-input {
    margin-left: 20px;
    margin-right: 40px
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 30px;
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSizex);
    border: 0;
    outline: 0;
    font-family: 'SourceHanSansCN-Regular'
}

.wp-search .search-btn {
    width: 44px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0%
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(../images/sous2.svg) no-repeat center;
    cursor: pointer
}

.header .searchbox:hover {
    width: 250px;
    border-radius: 22px;
    background: rgb(255 255 255 / 20%);
}

.header .searchbox {
    transition: all 0.4s ease-in-out
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.header .searchbox:hover .header_top_messgae {
    background-color: #000;
}