.top {
    width: 100%;
    position: relative;
}

.top_nav {
    width: auto;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.top_nav a {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 10.4px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
}

.top_nav a p:hover {
    color: white;
}

.top_nav a:first-child::before {
    content: "";
}

.top_nav a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    background-color: white;
    width: .01rem;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
}

.news-list-bd ul li a {
    display: block;
    padding-top: 5px;
}

.top_nav .search_btn {
    width: 23px;
    height: 23px;
    display: inline-block;
    cursor: pointer;
    /* margin: 0px 1px 0px 14px; */
    margin-right: 10px;
    vertical-align: middle;
    background: url("../images/search_btn.png") center center no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.search_box {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    display: none;
}

.search_box .close {
    background: url("../images/close.png") center center / contain no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 97px;
    top: 24%;
}

.ser {
    height: 45px;
    line-height: 45px;
    width: 550px;
    position: absolute;
    top: 46%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: 100px 0px 0px;
}

.search_box.on {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 11111;
}

.ser input.notxt {
    position: absolute;
    width: 406px;
    height: 45px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px inset;
    flex: 1 1 0%;
    padding: 0px 12px;
    font-size: 16px;
    appearance: none;
    border-radius: 0px;
    outline: none;
    border: 0px;
}

.ser input.notxt1 {
    position: absolute;
    width: 120px;
    height: 45px;
    border: none;
    background: #e61919;
    right: 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
}

.top_link {
    /* position: absolute; */
    right: 30px;
    width: 300px;
    height: 35px;
    /* background-color: #b04a39; */
    border-bottom-left-radius: 20px;
    z-index: 111111111;
    top: 20px;
}

.top_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.top_nav div {
    display: flex;
}

.top_nav div a p {
    font-size: 19px;
}

.nav {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(3 3 3 / 45%), rgb(146 156 164 / 0%));
    z-index: 1111111;
    /* padding: 0 60px; */
}

.nav_zs {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
}

.nav_zs:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #0000004f, #00000000);
}

.logo {
    width: 302px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.logo a {
    display: block;
}

.nav-dh {
    height: 56px;
    line-height: 56px;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 11;
}

.nav_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    padding-top: 15px;
    max-width: 1920px;
    padding-bottom: 15px;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav-dh>ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(50rem);
    height: 55px;
    line-height: 55px;
    width: 100%;
    margin: 0 20px;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav-dh>ul>li>a {
    font-size: 21px;
    display: block;
    position: relative;
    font-weight: bold;
    width: 100%;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.3) 0.01rem 0.03rem 0.03rem;
    z-index: 11111111;
    white-space: nowrap;
}

.nav-dh ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100%;
}

.subNav li a {
    line-height: 38px;
}

.nav-dh ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    min-width: 100%;
    left: 0;
    background-color: white;
    opacity: 0;
}

.nav-dh .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
    line-height: 41px;
    display: block;
}

.nav-dh .subNav li:hover {
    background-color: #e61919;
    color: white;
    width: 100%;
}

.top_box {
    position: relative;
    /* height: 1.9rem; */
}

.top_nav p {
    font-size: 0.17rem;
    transition: all .3s;
}

.top_nav p:hover {
    /* font-weight: bold; */
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 55px;
}

.nav-item:hover {
    /* background-color: #b04a39; */
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: white;
}

.logo img {
    width: 100%;
    /* height: 100%; */
}

.nav-dh>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item:hover .nav-item-a::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #fbd08c;
    bottom: 0;
    left: calc(50% - 20px);
}

.banner_wrapper {
    height: 100vh;
    /* overflow: hidden; */
    /* position: fixed; */
    /* inset: 0px; */
    width: 100%;
}

.banner_pagination {
    position: absolute;
    width: 100px;
    height: 31px;
    z-index: 1;
    bottom: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 100px);
    top: 50%;
}

.banner_pagination .swiper-pagination-bullet {
    display: block !important;
    width: 4px;
    height: 20px;
    margin: 0 10px !important;
    background-color: white;
    border-radius: 0;
    opacity: 1;
}

.banner_pagination .swiper-pagination-bullet-active {
    width: 4px;
    height: 30px;
    transition: all .5s;
    border-radius: 0;
}

.banner {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.banner_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_swiper .swiper-slide {
    overflow: hidden;
}

.banner_swiper:hover .banner_prev,
.banner_swiper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.banner_prev {
    background: url("../images/banner_prev.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.banner_next {
    background: url("../images/banner_next.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.banner a {
    transform: scale(1.2);
    transition: 5s linear;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.banner .swiper-slide-active {
    position: relative;
    z-index: 500 !important;
}

.banner .swiper-slide-active a {
    transform: scale(1);
    display: block;
}

.ba_pa {
    position: absolute;
    bottom: -13px;
    width: 879px;
    height: 95px;
    background: url(../images/ba_pa.png) no-repeat center;
    background-size: 100%;
    z-index: 11;
}

.ba_pa2 {
    width: 879px;
    height: 95px;
    position: relative;
}

.section01 {
    width: 100%;
    background: url(../images/section01_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section_tit {
    margin-top: 85px;
    text-align: center;
}

.section_tit a {
    font-size: 32px;
    font-family: "fzssjt";
    font-weight: bold;
}

.section_tit a span {
    font-size: 53px;
    font-family: "hy";
    color: #c10300;
    font-weight: normal;
}

.s01_box {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 109px;
}

.s01_zt {
    width: 1117px;
    float: right;
    background: url(../images/s01_zt.png) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 40px 50px 115px;
    position: relative;
}

.s01_zt span {
    /* display: block; */
    font-size: 20px;
    font-weight: bold;
    color: white;
    /* margin-top: 20px; */
}
.s01_zt ul li {
    display: flex;
    height: 60px;
    align-items: center;
    margin: 20px 0;
}
.s01_zt p {
    font-size: 18px;
    text-indent: 2em;
    color: white;
}

.s01_zt::before {
    width: 334px;
    height: 397px;
    position: absolute;
    content: "";
    background: url(../images/75.png) no-repeat center;
    background-size: 100% 100%;
    bottom: -32px;
    left: -267px;
}

.s01_zt::after {
    width: 327px;
    height: 112px;
    position: absolute;
    content: "";
    background: url(../images/1950.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: -142px;
}

.section02 {
    width: 100%;
    background-color: #ad170e;
    position: relative;
}

.s02_box .section_tit a {
    color: white;
}

.s02_box .section_tit a span {
    color: #fbd08c;
}

.s02_box .section_tit {
    margin-top: 0;
    padding-top: 85px;
}

.s02_Swiper {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    z-index: 111111;
}

.s02_Swiper a {
    width: 280px;
    display: block;
    position: relative;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px 70px 20px;
}

.s02_Swiper a span {
    display: block;
    font-size: 15px;
    color: #cfa972;
}

.s02_Swiper a p {
    font-size: 16px;
    margin-top: 17px;
    height: 50px;
    line-height: 25px;
}

.s02_Swiper a i {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/s02_tz.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 17px;
    right: 26px;
}

.s02_next,
.s02_prev {
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 89px;
    cursor: pointer;
    z-index: 111;
}

.s02_next {
    background: url(../images/s02_next.png) no-repeat center;
    background-size: 100% 100%;
    right: 46%;
}

.s02_prev {
    background: url(../images/s02_prev.png) no-repeat center;
    background-size: 100% 100%;
    left: 45%;
}

.s02_Swiper a:hover {
    background: url(../images/s02_a_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.s02_Swiper a:hover span {
    color: #ad170e;
}

.section02::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 524px;
    background: url(../images/s02.png) no-repeat center;
    background-size: 100% 100%;
    bottom: -114px;
}

.section03 {
    width: 100%;
    background: url(../images/s03_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section03 .section_tit {
    margin-top: 100px;
}

.s03_Swiper {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 170px;
    position: relative;
}

.s03_Swiper::after {
    position: absolute;
    content: "";
    width: 69px;
    height: 69px;
    background: url(../images/s03_an.png) no-repeat center;
    background-size: 100% 100%;
    left: calc(50% - 46px);
    bottom: -125px;
}

.s03_Swiper a {
    display: block;
    width: 355px;
    border-top-left-radius: 12px;
    overflow: hidden;
    border-top-right-radius: 11px;
    transition: all .3s;
}

.s03_Swiper a:hover {
    transform: translateY(-4px);
}

.s03_img {
    width: 355px;
    height: 231px;
    overflow: hidden;
    background-color: #9c1008;
}

.s03_img img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.s03_info {
    width: 100%;
    background: url(../images/s03_info_sp.png) no-repeat center #9c1008;
    background-size: 100% 100%;
    padding: 0 20px;
    padding-top: 30px;
    height: 161px;
    overflow: hidden;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.s03_info p {
    font-size: 18px;
    color: white;
}

.s03_info span {
    font-size: 16px;
    display: block;
    color: white;
    margin-top: 20px;
    line-height: 25px;
}

.s03_sw_zs {
    overflow: hidden;
}

.s03_Swiper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 16px;
    background: url(../images/s03_zs_cx.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: -99px;
}

.s045 {
    width: 100%;
    background: url(../images/s045_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.s04_img {
    width: 561px;
    height: 306px;
    position: absolute;
    top: 70px;
    left: 31px;
    overflow: hidden;
}

.s04_img img {
    width: 100%;
    transition: all .5s;
}

.s04_info {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.s04_info2 {
    width: 260px;
    margin-top: 30px;
    /* float: right; */
    margin-right: 36px;
}

.s04_box {
    background: url(../images/s04_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.s04_box .section_tit a {
    color: white;
}

.s04_box .section_tit a span {
    color: #fbd08c;
}

.s04_box .section_tit {
    padding-top: 65px;
}

.s04_1 {
    width: 910px;
}

.s04_zs {
    width: 818px;
    height: 377px;
    background: url(../images/s04_zs.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 87px;
    display: flex;
    justify-content: right;
    padding-top: 50px;
}

.s04_1 a {
    position: relative;
    display: block;
}

.s04_1 a .s04_img {
    transition: all .5s;
}

.s04_1 a:hover .s04_img img {
    transform: scale(1.1);
}

.s04_info2 p {
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 27px;
}

.s04_info2 div {
    font-size: 14px;
    color: white;
    margin-top: 25px;
}

.s04_info2 div span {
    font-weight: bold;
}

.s04_1 {
    overflow: hidden;
}

.s04_2 {
    width: 410px;
    margin-right: 23px;
}

.s04_2 ul li a p {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.s04_2 ul li a div {
    font-size: 14px;
    color: white;
    margin-top: 8px;
}

.s04_2 ul li a div span {
    font-weight: bold;
}

.s04_2 ul li a {
    padding-top: 18px;
    padding-bottom: 29px;
    display: block;
    border-bottom: 1px dashed white;
}

.s04_2 ul li {
    position: relative;
}

.s04_2 ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
    top: 0;
    left: -35px;
}

.s04_2 ul li::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/yxy.png) no-repeat center;
    background-size: 100% 100%;
    left: -48px;
    top: -2px;
    z-index: 1;
}

.s04_2 ul li:last-child a {
    border: none;
}

.s04_2 ul li:last-child {
    /* padding-top: 16px; */
}

.section05 {
    width: 100%;
}

.s05_con {
    width: 100%;
}

.s05_Swiper {
    width: 100%;
}

.s05_Swiper a {
    display: block;
    width: 100%;
}

.s05_Swiper a img {
    width: 100%;
    height: 100%;
}

.s05_con {
    margin-top: 50px;
    width: 100%;
    background: url(../images/s05_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 80px 0;
    margin-bottom: 50px;
}

.s05_box .section_tit {
    margin-top: 420px;
}

.section06 {
    width: 100%;
    background: url(../images/s06_bg.png) no-repeat center #f6e1b4;
    background-size: 100% 100%;
    overflow: hidden;
}

.section06 .section_tit a {
    color: white;
}

.section06 .section_tit a span {
    color: #cfa972;
    padding-left: 5px;
}

.s06_list {
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
}

.s06_pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: url(../images/yxy3.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 1;
    position: relative;
}

.s06_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 310px;
}

.s06_Swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.s06_pagination .swiper-pagination-bullet-active {
    background: url(../images/yxy2.png) no-repeat center;
    background-size: 100% 100%;
}

.s06_Swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin-right: 40px;
}

.s06_pagination .swiper-pagination-bullet-active::after {
    width: 41px;
    height: 2px;
    border-top: 1px solid #cfa972;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 33px;
}

.footer {
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.f_logo {
    width: 455px;
    height: 169px;
    margin: 0 auto;
    margin-top: 78px;
    margin-bottom: 110px;
}

.f_logo img {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .s05_box .section_tit {
        margin-top: 187px;
    }
    .s06_pagination {
        margin-bottom: 210px;
    }
}
@media screen and (max-width: 1000px) {
    .all{
        width: 1400px;
    }
    .banner_wrapper{
    height: 700px;
}
    .nav{
         width: 1400px;
    }
}
.s06_list a{
    width:381px;
    height:360px;
   
    overflow:hidden;
    display: block;
}
.s06_list a img{
    width:100%;
    height:100%;
    object-fit: cover;
}

