@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1081px) {
  html,
  body {
    position: relative;
    height: 100%;
  }
  .w {
    margin: 0 auto;
    width: 1300px;
  }
  a {
    text-decoration: none;
  }
  .d_1 {
    background-color: #ffffff;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .d_2 {
    width: 237px;
    height: 60px;
  }
  .d_2 img {
    width: 100%;
    height: 100%;
  }
  .d_2s {
    width: 237px;
    height: 60px;
  }
  .d_2s img {
    width: 100%;
    height: 100%;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .d_3 ul {
    list-style: none;
    display: flex;
  }
  .d_3 ul li {
    position: relative;
    padding: 20px 25px;
    color: #666666;
  }
  .d_3 ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 18px;
  }
  .d_3 ul li:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
    background-color: #ad140b;
  }
  .d_3 ul li:hover:before {
    transform: scaleX(1);
  }
  .d_3 ul li .active {
    border-bottom: 1px solid #ad140b;
  }
  .d_4 {
    width: 30px;
    height: 20px;
  }
  .d_4 img {
    width: 100%;
    height: 100%;
  }
  .d_5 {
    height: 720px;
  }
  .d_5s {
    display: none;
  }
  .d_6 {
    padding: 100px 0;
    display: flex;
    justify-content: space-around;
  }
  .d_6 .d_7 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .d_6 .d_7 .d_8 {
    font-size: 30px;
    font-weight: 700;
    color: #ad140b;
  }
  .d_6 .d_7 .d_9 {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
  }
  .d_p1 {
    position: relative;
    height: 650px;
    background-image: url("../img/4_05.jpg");
    background-repeat: no-repeat;
    padding: 80px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: right;
  }
  .d_p1 .d_p2 {
    position: absolute;
    top: 80px;
    right: 60px;
    width: 591px;
    padding: 60px;
    box-sizing: border-box;
  }
  .d_p1 .d_p2 .d_p3 {
    font-size: 30px;
    color: #333333;
  }
  .d_p1 .d_p2 .d_p5 {
    font-size: 14px;
    color: #666666;
    margin: 50px 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-indent: 2em;
    line-height: 30px;
  }
  .d_p1 .d_p2 .d_p6 {
    padding: 14px 33px;
    width: 125px;
    color: #ffffff;
    background-color: #ad140b;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 30px;
  }
  .d_p1 .d_p4s {
    position: absolute;
    top: 80px;
    right: 60px;
    width: 591px;
    padding: 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    height: 490px;
    opacity: 0.8;
  }
  .d_p7 {
    padding: 100px 0;
  }
  .d_p8 {
    font-size: 30px;
    color: #333333;
    display: flex;
    justify-content: space-between;
  }
  .d_p4 {
    font-size: 14px;
    color: #ad140b;
    display: flex;
    align-items: center;
  }
  .d_p4 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 10px;
  }
  .d_p4 ul li {
    width: 6px;
    height: 6px;
    background-color: #ad140b;
    margin-right: 2px;
  }
  .j_1 {
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #4d4d4d;
    border: 2px solid #ad140b;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    margin-top: 10px;
  }
  .j_2 {
    margin-top: 60px;
    height: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .j_2pc {
    margin-top: 60px;
    height: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .j_3 {
    padding: 60px 50px;
    width: 480px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #f3eded;
  }
  .j_4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
  }
  .j_5 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
  }
  .j_6 {
    width: 46px;
    height: 14px;
  }
  .j_6 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .j_7 {
    width: 800px;
    height: 100%;
    overflow: hidden;
  }
  .j_7 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    cursor: pointer;
  }
  .j_7:hover img {
    transform: scale(1.5);
  }
  .j_2s {
    margin-top: 60px;
    height: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .j_8 {
    height: 490px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .j_8 .j_9 {
    width: 640px;
    height: 100%;
    background-color: #f3eded;
  }
  .j_8 .j_9 .j_p1 {
    width: 100%;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
  }
  .j_8 .j_9 .j_p1 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .j_8 .j_9 .j_p1:hover img {
    transform: scale(1.5);
  }
  .j_8 .j_9 .j_p2 {
    padding: 40px 30px;
    width: 100%;
    box-sizing: border-box;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .j_8 .j_9 .j_p2 .j_p3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .j_8 .j_9 .j_p2 .j_p4 {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .j_p5 {
    margin-bottom: 100px;
  }
  .j_p5 .j_p6 {
    font-size: 30px;
    color: #333333;
    text-align: center;
  }
  .j_p5 .j_p6 .j_p7 {
    font-size: 14px;
    color: #ad140b;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .j_p5 .j_p6 .j_p7 ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0 14px;
    margin: 0;
  }
  .j_p5 .j_p6 .j_p7 ul li {
    width: 6px;
    height: 6px;
    background-color: #ad140b;
    margin-right: 2px;
  }
  .j_p5 .j_p8 {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .j_p5 .j_p8 .j_p9 {
    width: 640px;
    height: 438px;
    overflow: hidden;
    cursor: pointer;
  }
  .j_p5 .j_p8 .j_p9 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .j_p5 .j_p8 .j_p9:hover img {
    transform: scale(1.5);
  }
  .j_p5 .j_p8 .p_1 .p_2 {
    padding: 35px 0;
    width: 620px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
  }
  .j_p5 .j_p8 .p_1 .p_2 .p_3 {
    width: 175px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 10px 15px;
  }
  .j_p5 .j_p8 .p_1 .p_2 .p_4 {
    font-size: 18px;
    color: #666666;
    font-weight: 700;
  }
  .j_p5 .j_p8 .p_1 .p_2 .p_5 {
    font-size: 12px;
    color: #808080;
    width: 48px;
  }
  .j_p5 .j_p8 .p_1 .p_2 .p_6 {
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .j_p5 .j_p8 .p_1 .p_2 .p_7 {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .j_p5 .j_p8 .p_1 .p_2:hover .p_3 {
    background-color: #ad140b;
  }
  .j_p5 .j_p8 .p_1 .p_2:hover .p_3 .p_4 {
    color: #ffffff;
  }
  .j_p5 .j_p8 .p_1 .p_2:hover .p_3 .p_5 {
    color: #ffffff;
  }
  .j_p5 .j_p8 .p_1 .p_2:hover .p_3 .p_6 {
    color: #ad140b;
  }
  .j_p5 .j_p8 .p_1 .p_2:hover .p_6 {
    color: #ad140b;
  }
  .j_p5 .j_p8 .p_1 .p_2s {
    padding: 35px 0;
    width: 620px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .j_p5 .j_p8 .p_1 .p_2s .p_3 {
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .j_p5 .j_p8 .p_1 .p_2s .p_4 {
    font-size: 18px;
    color: #666666;
    font-weight: 700;
  }
  .j_p5 .j_p8 .p_1 .p_2s .p_5 {
    font-size: 12px;
    color: #666666;
  }
  .j_p5 .j_p8 .p_1 .p_2s .p_6 {
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 10px;
  }
  .j_p5 .j_p8 .p_1 .p_2s .p_7 {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .j_p5 .j_p8 .p_1 .p_2s:hover .p_3 {
    background-color: #ad140b;
  }
  .j_p5 .j_p8 .p_1 .p_2s:hover .p_3 .p_4 {
    color: #ffffff;
  }
  .j_p5 .j_p8 .p_1 .p_2s:hover .p_3 .p_5 {
    color: #ffffff;
  }
  .j_p5 .j_p8 .p_1 .p_2s:hover .p_6 {
    color: #ad140b;
  }
  .p_8 {
    width: 100%;
    padding-top: 75px;
    box-sizing: border-box;
    background-color: #e52d27;
  }
  .p_8 .p_9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .p_8 .p_9 .p_p5 {
    display: flex;
    justify-content: space-between;
  }
  .p_8 .p_9 .p_p5 .p_p1 {
    display: flex;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 {
    padding-right: 60px;
    border-right: 1px solid #ffffff;
    margin-right: 60px;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 .p_p3 {
    font-size: 18px;
    color: #ffffff;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 ul {
    list-style: none;
    margin-top: 35px;
    padding-left: 0;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 ul li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 .p_p4 {
    display: flex;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 .p_p4 ul {
    margin-right: 45px;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2 .p_p4 ul:nth-child(3) {
    margin-right: 0;
  }
  .p_8 .p_9 .p_p5 .p_p1 .p_p2:nth-child(3) {
    border-right: 0;
    margin-right: 80px;
    padding-right: 0;
  }
  .p_8 .p_9 .p_p5 .p_p6 {
    width: 310px;
    display: flex;
    justify-content: space-between;
  }
  .p_8 .p_9 .p_p5 .p_p6 .p_p7 {
    width: 140px;
  }
  .p_8 .p_9 .p_p5 .p_p6 .p_p7 .p_p8 {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
  }
  .p_8 .p_9 .p_p5 .p_p6 .p_p7 .p_p8 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .p_8 .p_9 .p_p5 .p_p6 .p_p7 .p_p9 {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    height: 35px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }
  .p_8 .q_1 {
    padding: 20px 0;
    border-top: 1px solid #ffffff;
    padding-top: 19px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  .p_8 .q_1 a {
    text-decoration: none;
    color: #ffffff;
  }
  .q_2 {
    width: 100%;
    height: 680px;
  }
  .q_2 img {
    width: 100%;
    height: 100%;
  }
  .q_3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #efefef;
  }
  .q_3 .q_4 {
    font-size: 14px;
    color: #7d7d7d;
  }
  .q_3 .q_4 span {
    color: #ad140b;
  }
  .q_5 {
    padding: 80px 0;
  }
  .q_5 .q_7 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin: 50px 0 60px 0;
  }
  .q_5 .q_8 {
    height: 650px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .q_5 .q_8 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .q_5 .q_8:hover img {
    transform: scale(1.5);
  }
  .q_6 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .q_6::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ad140b;
    display: block;
    margin-top: 10px;
  }
  .q_9 {
    margin-bottom: 80px;
  }
  .q_9 .q_q1 {
    margin-top: 60px;
    width: 100%;
    height: 655px;
  }
  .q_9 .q_q1 .swiper {
    width: 1300px;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .q_9 .q_q1 .swiper .swiper-wrapper {
    width: 1200px;
  }
  .q_9 .q_q1 .swiper .swiper-slide {
    width: 380px !important;
    height: 610px;
    margin-right: 40px;
  }
  .q_9 .q_q1 .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: initial !important;
  }
  .q_9 .q_q1 .swiper .swiper-pagination-bullet {
    background-color: #d9d9d9;
  }
  .q_9 .q_q1 .swiper .swiper-pagination-bullet-active {
    background-color: #ad140b;
  }
  .q_p5 {
    background-image: url("../img/14_02.jpg");
    background-repeat: no-repeat;
    margin-bottom: 60px;
  }
  .q_p5 .q_q2 {
    padding: 80px 0;
  }
  .q_p5 .q_q2 .q_p3 {
    width: 100%;
    margin-top: 60px;
    height: 370px;
    display: grid;
    grid-template-columns: repeat(4, 295px);
    grid-template-rows: repeat(2, 165px);
    grid-gap: 40px;
  }
  .q_p5 .q_q2 .q_p3 .q_p4 {
    width: 295px;
    height: 165px;
    overflow: hidden;
  }
  .q_p5 .q_q2 .q_p3 .q_p4 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: transform 0.5s;
  }
  .q_p5 .q_q2 .q_p3 .q_p4:hover img {
    transform: scale(1.5);
  }
  .q_p6 {
    padding: 80px 0;
  }
  .q_p6 .q_p7 {
    margin-top: 80px;
  }
  .q_p6 .q_p7 .q_p8 {
    width: 100%;
    height: 600px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url("../img/101.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 {
    height: 290px;
    display: flex;
    justify-content: flex-end;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 .po_1 {
    position: relative;
    width: 800px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 .po_1 .po_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 .po_1 .po_2 .po_3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 .po_1 .po_2 .po_4 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 .po_1 .po_2 .po_5 {
    padding: 10px 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ad140b;
    border: 1px solid #ad140b;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    display: block;
  }
  .q_p6 .q_p7 .q_p8 .q_p9 .po_1 .po_2 .po_p1 {
    display: flex;
    align-items: center;
  }
  .q_p6 .q_p7 .q_p8s {
    width: 100%;
    height: 600px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url("../img/102.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 {
    height: 290px;
    display: flex;
    justify-content: flex-start;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 .po_1 {
    position: relative;
    width: 800px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 .po_1 .po_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 .po_1 .po_2 .po_3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 .po_1 .po_2 .po_4 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 .po_1 .po_2 .po_5 {
    padding: 10px 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ad140b;
    border: 1px solid #ad140b;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    display: block;
  }
  .q_p6 .q_p7 .q_p8s .q_p9 .po_1 .po_2 .po_p1 {
    display: flex;
    align-items: center;
  }
  .q_p6 .q_p7 .po_7 {
    background-image: url("../img/115.jpg");
  }
  .q_p6 .q_p7 .po_8 {
    background-image: url("../img/104.jpg");
  }
  .q_p6 .q_p7 .po_9 {
    background-image: url("../img/127.jpg");
  }
  .po_p2 {
    padding: 80px 0;
  }
  .po_p2 .po_p3 {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .po_p2 .po_p3 .po_p4 {
    width: 630px;
    margin-bottom: 60px;
  }
  .po_p2 .po_p3 .po_p4 .po_p5 {
    width: 100%;
    height: 390px;
    overflow: hidden;
  }
  .po_p2 .po_p3 .po_p4 .po_p5 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .po_p2 .po_p3 .po_p4 .po_p5:hover img {
    transform: scale(1.5);
  }
  .po_p2 .po_p3 .po_p4 .po_p6 {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
  }
  .po_p7 {
    padding: 80px 0;
  }
  .po_p7 .po_p8 {
    margin-top: 80px;
  }
  .po_p7 .po_p8 .po_p9 {
    width: 100%;
    height: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc;
  }
  .po_p7 .po_p8 .po_p9 .jy_1 {
    width: 420px;
    height: 100%;
    overflow: hidden;
  }
  .po_p7 .po_p8 .po_p9 .jy_1 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .po_p7 .po_p8 .po_p9 .jy_2 {
    height: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    width: 610px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .po_p7 .po_p8 .po_p9 .jy_2 .jy_3 {
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
  }
  .po_p7 .po_p8 .po_p9 .jy_2 .jy_4 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .po_p7 .po_p8 .po_p9 .jy_2 .jy_5 {
    width: 46px;
    height: 14px;
  }
  .po_p7 .po_p8 .po_p9 .jy_2 .jy_5 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .po_p7 .po_p8 .po_p9 .jy_6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .po_p7 .po_p8 .po_p9 .jy_6 .jy_7 {
    font-size: 30px;
    color: #666666;
  }
  .po_p7 .po_p8 .po_p9 .jy_6 .jy_8 {
    font-size: 14px;
    color: #808080;
  }
  .po_p7 .po_p8 .po_p9:hover .jy_3 {
    color: #ad140b;
  }
  .po_p7 .po_p8 .po_p9:hover .jy_1 img {
    transform: scale(1.5);
  }
  .jy_9 {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jy_9 .jy_p1 {
    width: 70px;
    height: 100%;
    text-align: center;
    color: #333333;
    line-height: 35px;
    background-color: #f3f3f3;
    margin-right: 20px;
  }
  .jy_9 .jy_p2 {
    padding: 10px 14px;
    font-size: 14px;
    color: #333333;
    background-color: #f3f3f3;
    margin-right: 20px;
  }
  .jy_9 .jy_p3 {
    margin-left: 20px;
  }
  .jy_9 .active {
    background-color: #df1111;
    color: #ffffff;
  }
  .jy_p4 {
    padding: 80px 0;
  }
  .jy_p4 .jy_p6 {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .jy_p4 .jy_p6 .jy_p7 {
    padding: 60px;
    width: 620px;
    height: 320px;
    box-sizing: border-box;
    margin-bottom: 60px;
    border: 1px solid #dddddd;
  }
  .jy_p4 .jy_p6 .jy_p7:hover {
    background-color: #ffeeee;
    border: 0;
  }
  .jy_p4 .jy_p6 .jy_p7:hover .jy_p8 {
    color: #ad140b;
  }
  .jy_p4 .jy_p6 .jy_p7 .jy_p8 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
  }
  .jy_p4 .jy_p6 .jy_p7 .jy_p9 .pg_1 {
    font-size: 14px;
    color: #333333;
    width: 470px;
    line-height: 30px;
  }
  .jy_p4 .jy_p6 .jy_p7:nth-child(1) {
    background-color: #ffdfdf;
  }
  .jy_p4 .jy_p6 .jy_p7:nth-child(2) {
    background-color: #ffe6e6;
  }
  .jy_p4 .jy_p6 .jy_p7:nth-child(3) {
    background-color: #ffeeee;
  }
  .jy_p4 .pg_2 {
    width: 830px;
    height: 100%;
    margin-right: 74px;
  }
  .jy_p4 .pg_2 .baidumap {
    width: 100%;
    height: 100%;
    display: block;
  }
  .custom-content-marker {
    position: relative;
    width: 25px;
    height: 34px;
  }
  .custom-content-marker img {
    width: 100%;
    height: 100%;
  }
  .pg_3 {
    padding: 80px 0;
  }
  .pg_3 .pg_4 {
    height: 540px;
    display: flex;
    justify-content: space-between;
  }
  .pg_3 .pg_4 .pg_5 {
    width: 620px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
  }
  .pg_3 .pg_4 .pg_5 img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.5s;
  }
  .pg_3 .pg_4 .pg_5:hover img {
    transform: scale(1.5);
  }
  .pg_3 .pg_4 .pg_6 {
    width: 630px;
    height: 100%;
  }
  .pg_3 .pg_4 .pg_6 .pg_7 {
    font-size: 18px;
    color: #333333;
  }
  .pg_3 .pg_4 .pg_6 .pg_7::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ad140b;
    display: block;
    margin-top: 10px;
  }
  .pg_3 .pg_4 .pg_6 .pg_8 {
    margin-top: 60px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .pg_3 .pg_4 .pg_6 .pg_9 {
    width: 196px;
    height: 50px;
    background-color: #d8282d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pg_3 .pg_4 .pg_6 .pg_9 .pg_p1 {
    width: 24px;
    height: 26px;
    margin-right: 13px;
  }
  .pg_3 .pg_4 .pg_6 .pg_9 .pg_p1 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .pg_3 .pg_4 .pg_6 .pg_9 .pg_p2 {
    font-size: 14px;
    color: #ffffff;
  }
  .pg_3 .pg_p3 {
    margin-top: 80px;
  }
  .pg_3 .pg_p3 .pg_p4 {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 80px;
  }
  .pg_3 .pg_p3 .pg_p4 .pg_p5 {
    width: 216px;
    height: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 80px;
    padding: 0 60px;
    border-top: 3px solid #d8282d;
    box-sizing: border-box;
  }
  .pg_3 .pg_p3 .pg_p6 .pg_p7 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    width: 100%;
  }
  .pg_3 .pg_p3 .pg_p6 .pg_p8 {
    margin: 60px 0;
  }
  .pg_3 .pg_p3 .pg_p6 .pg_p8 .pg_p9 {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: space-between;
  }
  .pg_3 .pg_p3 .pg_p6 .pg_p8 .pg_p9 .pb_1 {
    width: 310px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .pg_3 .pg_p3 .pg_p6 .pg_p8 .pg_p9 .pb_1 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
  }
  .pg_3 .pg_p3 .pg_p6 .pg_p8 .pg_p9 .pb_1:hover img {
    transform: scale(1.5);
  }
  .pg_3 .pg_p3 .pg_p6 .pb_2 {
    margin-top: 80px;
    font-size: 18px;
    color: #333333;
    text-align: center;
  }
  .pg_3 .pg_p3 .pg_p6 .pb_3 {
    width: 100%;
    height: 620px;
    margin-top: 60px;
  }
  .pg_3 .pg_p3 .pg_p6 .pb_3 img {
    width: 100%;
    height: 100%;
  }
  .pb_4 {
    padding: 80px 0;
  }
  .pb_4 .pb_5 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-align: center;
  }
  .pb_4 .pb_6 {
    font-size: 14px;
    color: #efefef;
    text-align: center;
    margin: 20px 0;
  }
  .pb_4 .pb_7 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .nav {
    display: none;
  }
  .menu {
    display: none;
  }
  .footer {
    display: none;
  }
  .py_1 {
    display: none;
  }
  .pb_p8 {
    display: none;
  }
  .current {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #df1111;
    color: #ffffff;
    margin-right: 20px;
  }
  .num {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #333333;
    margin-right: 20px;
    display: block;
  }
  /* 加上 -webkit- 注意兼容 */
  .navcolor {
    background: -webkit-linear-gradient(135deg, #333333 0%, #333333 50%, #f83429);
    /* 文字颜色填充设置为透明 */
    -webkit-text-fill-color: transparent;
    /* 背景裁剪，即让文字使用背景色 */
    -webkit-background-clip: text;
    /* 背景图放大一下，看着柔和一些 */
    -webkit-background-size: 200% 100%;
    /* 应用动画flowCss 12秒速度 无限循环 线性匀速动画*/
    -webkit-animation: flowCss 2s infinite linear;
  }
  @-webkit-keyframes flowCss {
    0% {
      /* 移动背景位置 */
      background-position: 0 0;
    }
    100% {
      background-position: -400% 0;
    }
  }
  .d_3 ul li:hover {
    -webkit-animation: flowCss 2s infinite linear;
  }
  .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: blue;
    width: 0;
    transition: transform 0.3s;
  }
  .d_3 .active::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ad140b;
  }
  .j_6s {
    display: block;
  }
  .j_6ss {
    display: none;
  }
  @keyframes pullAway {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  .ani-pull-away-comment {
    animation: pullAway 7s linear infinite;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear !important;
    /* 没错就是这个属性 */
  }
  .pc_1 {
    position: relative;
    width: 120px;
    height: 100%;
    background-color: #e52d27;
  }
  .pc_1 .pc_2 {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pc_1 .pc_2 .pc_3 {
    width: 20px;
    height: 20px;
  }
  .pc_1 .pc_2 .pc_3 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .pc_1 .pc_2 .pc_4 {
    font-size: 18px;
    color: #ffffff;
  }
  .pc_1 .pc_2 .pc_5 {
    width: 10px;
    height: 10px;
    transition: transform .5s;
  }
  .pc_1 .pc_2 .pc_5 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .pc_1 .pc_6 {
    position: absolute;
    left: 0;
    top: 97px;
    z-index: 99999;
    width: 100%;
    display: none;
  }
  .pc_1 .pc_6 .pc_7 {
    width: 100% !important;
    padding: 10px 20px;
    background-color: #e52d27;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 3px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display: block;
  }
  .pz_1 {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .pz_1 .pz_2 {
    padding: 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 20px -10px #e52d27;
  }
  .pz_1 .pz_2 .pz_3 {
    width: 300px;
    height: 80px;
  }
  .pz_1 .pz_2 .pz_3 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .pz_1 .pz_2 .pz_4 {
    font-size: 22px;
    color: #333333;
    margin: 60px 0 20px 0;
    font-weight: 700;
  }
  .pz_1 .pz_2 .pz_4s {
    margin-top: 20px;
  }
  .pz_1 .pz_2 .pz_5 {
    font-size: 18px;
    color: #5d5d5d;
    margin-bottom: 15px;
  }
  .pz_6 {
    width: 100%;
    height: 325px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pz_6 .pz_7 {
    position: relative;
    width: 420px;
    height: 100%;
    background-color: #ffffff;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 20px -10px #e52d27;
  }
  .pz_6 .pz_7 .pz_8 {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .pz_6 .pz_7 .pz_9 .pz_p1 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
  }
  .pz_6 .pz_7 .pz_p2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 80px;
  }
  .pz_6 .pz_7 .pz_p2 img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .j_p1img2 {
    display: none;
  }
}
