*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


html {
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
}


body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Noto Sans", sans-serif;
    background-color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Noto Sans", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}


input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: inherit;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


template {
    display: none;
}

img {
    width: 100%;
    border-style: none;
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}


pre,
code {
    font-family: monospace, monospace;
    overflow: auto;
}

bdo {
    direction: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 600;
    line-height: 1.2;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

img,
video,
canvas {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select {
    font: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

[hidden] {
    display: none !important;
}



/* one begin */
.one {
    width: 100%;
    height: 700px;
    background-color: #6c0507;
    background-image: url('../images/index0001.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

/* one end */



/* two begin */
.two {
    width: 100%;
    height: 201px;
    background-image: url('../images/index0002.png');
    background-repeat: no-repeat;
    background-position: top center;
    margin: 50px auto;
}

.two_content {
    width: 1200px;
    height: 201px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 130px;
}

.two_content a {
    display: block;
    width: 1000px;
    font-size: 42px;
    font-weight: bold;
    color: #f8e2ab;
    text-align: center;
    line-height: 56px;
}

/* two end */



/* three begin */
.three {
    width: 1200px;
    height: 445px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}

.three_left {
    width: 790px;
    height: 445px;
}


.three_left .swiper {
    width: 100%;
    height: 100%;
}

.three_left .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three_left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.three_left .swiper-slide a {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background-color: #d42324;
    padding-left: 20px;
    padding-right: 165px;
}


.three_left .swiper-horizontal>.swiper-pagination-bullets,
.three_left .swiper-pagination-bullets .swiper-pagination-horizontal,
.three_left .swiper-pagination-custom,
.three_left .swiper-pagination-fraction {
    left: 540px !important;
    width: 230px !important;
    bottom: 22px !important;
}


.three_left .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.three_left .swiper-pagination {
    text-align: right !important;
}

.three_left .swiper-pagination-bullet {
    background-color: #fff !important;
}

.three_left .swiper-pagination-bullet-active {
    background-color: #ea1215 !important;
}








.three_right {
    width: 400px;
    height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.three_right div {
    width: 396px;
    height: 87px;
    border-left: 4px solid #cc0504;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 24px;
}

.three_right div a {
    font-size: 18px;
    color: #000;
}

.three_right a:hover {
    color: #d42324;
}

.three_right div:hover {
    background: linear-gradient(to right,
            rgba(255, 19, 19, 0.5) 20%,
            /* 红色部分 */
            rgba(252, 233, 19, 0.1) 50%,
            /* 黄色部分 */
            rgb(255, 255, 255, 0) 100%
            /* 白色透明部分 */
        );
}

.three_right div:hover a {
    color: #d42324;
}

/* three end */



/* four begin */
.four {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}



.four_content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 50px;
}

.four_content_main {
    width: 580px;
}

.four_content_main .top {
    height: 148px;
    display: flex;
    justify-content: space-between;
}

.four_content_main .top img {
    width: 250px;
    height: 148px;
    object-fit: cover;
    display: block;
}


.four_content_main .top div {
    width: 320px;
    height: 148px;
    overflow: hidden;
}

.four_content_main .top div p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 24px;
}

.four_content_main .top div p a {
    color: #ff0000;
}

.four_content_main .top div span {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 310px;
    display: inline-block;
    line-height: 22px;
    margin-top: 10px;
}

.four_content_main .top div span a {
    color: #d42324;
    white-space: nowrap;
}

.four_content_main .top div span a:hover {
    text-decoration: underline;
}




.four_content_main .bottom {
    height: auto;
    margin-top: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}



.four_content_main .bottom p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 24px;
}

.four_content_main .bottom p a {
    color: #ff0000;
}

.four_content_main .bottom span {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    line-height: 22px;
    margin-top: 10px;
}

.four_content_main .bottom span a {
    color: #d42324;
    white-space: nowrap;
}

.four_content_main .bottom span a:hover {
    text-decoration: underline;
}


/* four end */



/* five begin */
.five {
    width: 100%;
    height: auto;
}

.five_content {
    width: 1200px;
    height: auto;
    margin: 40px auto 50px;
}

.five_content .swiper {
    width: 100%;
    height: 100%;
}

.five_content .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    width: 270px;
    height: 490px;
}

.five_content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.five_content .swiper-slide a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(to top,
            rgb(255, 19, 19) 20%,
            /* 红色部分 */
            rgb(255, 255, 255, 0) 100%
            /* 白色透明部分 */
        );
    color: #fef5e0;
    font-size: 18px;
}





/* five end */



/* six begin */
.six {
    width: 100%;
    height: auto;
    background-image: url('../images/index0004.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.six_content {
    width: 1200px;
    height: auto;
    margin: 40px auto 50px;
}

.six_content_top{
    width: 100%;
        height: 330px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
}


.six_content_top_left{
    width: 585px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.six_content_top_left a {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 68px;
    height: 68px;
    overflow: hidden;
    position: relative;
    padding-left: 28px;
    border-bottom: 1px solid #ccc;
}

.six_content_top_left a:hover {
    color: #b61c12;
    text-decoration: none;
    font-weight: bold;
}

.six_content_top_left a::before {
    content: "·";
        position: absolute;
        left: 0;
        top: 53%;
        transform: translateY(-50%);
        font-size: 46px;
        color: #d62215;
        line-height: 1;
}

.six_content_top_right{
    width: 580px;
    height: 327px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.six_content_top_right img{
    width: 580px;
    height: 327px;
    display: block;
}

.six_content_top_right a{
    display: block;
        position: absolute;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background-color: rgba(255, 0, 0, 0.5);
        width: 100%;
        bottom: 0;
}








.six_content_bottom{
    display: flex;
    justify-content: space-between;
}

.six_content_bottom div{
    width: 270px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.six_content_bottom div img{
    display: block;
    width: 100%;
    height: 160px;
}

.six_content_bottom div span{
    display: flex;
        width: 100%;
        height: 67px;
        align-items: center;
        background-color: #d62215;
        box-sizing: border-box;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
}

.six_content_bottom div span a{
    display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        margin-bottom: 10px;
        overflow: hidden;
}

/* six end */



/* seven begin */
.seven {
    width: 100%;
    height: auto;
}

.seven_content {
    width: 1200px;
    height: auto;
    display: flex;
    margin: 30px auto 50px;
    justify-content: space-between;
}

.seven_content_left{
    width: 873px;
    height: 494px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.seven_content_left img{
    display: block;
    width: 100%;
    height: 100%;
}

.seven_content_left a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}





.seven_content_right{
    width: 268px;
    height: 494px;
}



 .seven_content_right .swiper {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 40px 0;
  }

 .seven_content_right .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }

 .seven_content_right .swiper-slide img {
      display: block;
      width: 237px;
      height: 134px;
      object-fit: cover;
  }


  .seven_content_right .swiper-button-next,
  .seven_content_right .swiper-button-prev {
      background: none;
      color: #d62215;
      font-weight: bold;
      transform: rotate(90deg);
  }



  .seven_content_right .swiper-button-next {
    top: 493px;
        transform: translateY(-50%) rotate(90deg);
        width: 45px;
        height: 123px;
        background: linear-gradient(to right, #bc192a, #ff3c41);
        color: #fff;
        right: 110px;
        border-radius: 30px;
        overflow: hidden;
        opacity: 1 !important;
        z-index: 99;
            position: absolute;
  }

  .seven_content_right .swiper-button-prev {
    top: -79px;
        transform: translateY(50%) rotate(90deg);
        left: 100px;
        background: linear-gradient(to top, #bc192a, #ff3c41);
        width: 45px;
        height: 123px;
        color: #fff;
        border-radius: 30px;
        overflow: hidden;
        opacity: 1 !important;
        z-index: 99;
        position: absolute;
  }



/* seven end */



/* eight begin */
.eight {
    width: 100%;
    height: auto;
}

.eight_content {
    width: 1200px;
    height: auto;
    margin: 40px auto 80px;
    display: flex;
    justify-content: space-between;
}

.eight_content i{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../images/index0005.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.eight_content_left{
    width: 597px;
    height: 400px;
    position: relative;
}

.eight_content_left img{
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.eight_content_left a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    font-size: 18px;
    background-color: #d62215;
    color: #fff;
}


.eight_content_right{
    width: 590px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eight_content_right div{
    width: 290px;
    height: 192px;
    margin-bottom: 16px;
    position: relative;
}

.eight_content_right div img{
    display: block;
    width: 100%;
    height: 152px;
    object-fit: cover;
}

.eight_content_right div a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    background-color: #d62215;
    color: #fff;
    font-size: 16px;
}


/* eight end */



/* nine begin */
.nine {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background-color: #d51e11;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* nine end */


.all_title {
    width: 505px;
    height: 171px;
    margin: 0 auto;
    background-image: url('../images/index0003.png');
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    padding-top: 110px;
    text-align: center;
    padding-left: 130px;
}