@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}
em,
b {
  font-style: normal;
}
a {
  transition: color 0.2s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img {
  border: 0;
}
button,
input,
select,
textarea {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
ul,
ol {
  padding: 0;
}
select:-ms-expand {
  display: none;
}
body {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  background: url(banner_bg_Xu240913.png) no-repeat top center, url(banner_footer_bg_Xu240913.png) no-repeat bottom center;
  background-size: 100%;
}
.marginAuto {
  overflow: hidden;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}
.w1300 {
  width: 1300px;
  overflow: hidden;
  margin: 0 auto;
}
/* 头部 */
.header {
  margin-bottom: 5px;
  margin-bottom: 0;
  height: auto;
}
.header .header_main_logo2 {
  text-align: center;
}
.header .header_main_logo2 img {
  width: 90%;
  margin: 70px auto 80px;
}
.header .header_main_logo3 {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.header .header_main_logo3 img {
  width: auto;
  width: 95%;
}
.bg-white{
  background-color: #fff;
}
/* 内容 */
#contents {
  padding-top: 20px;
  background-position-y: -80px;
  background-size: 300%;
}
#contents > .w1400 {
  background: #fff;
  padding: 0 36px;
  padding: 0 2%;
  box-sizing: border-box;
}
.contents .w1300 {
  border-radius: 8px;
  padding: 24px 18px;
}
.contents .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents .general_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contents .general_title {
  text-align: center;
  margin: 32px 0;
}
.contents .general_list li {
  padding: 27px 6.7%;
  border-bottom: 1px dashed #c9af87;
  line-height: 30px;
  font-size: 20px;
  transition: color 0.2s;
  color: #434343;
}
.contents .general_list li:hover {
  color: #c9af87;
}
.contents .general_list li:last-child {
  border-bottom: none;
}
.contents .general_list.overflow li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contents .swiper-pagination-bullet {
  opacity: 0.65;
  background: #f2cfa2;
  width: 23px;
  border-radius: 3px;
  transition: width 0.3s;
}
.contents .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eab46e;
  opacity: 1;
  width: 61px;
}
.contents .more {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.contents .more .dashed {
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #eeb35b;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.contents .more a {
  padding: 12px 22px;
  margin-right: 30px;
  border: 1px solid #eeb35b;
  color: #eeb35b;
  border-radius: 6px;
  background-color: #fff;
  z-index: 1;
}
.contents .bg_wrap {
  border-radius: 8px;
  padding: 24px 18px 0;
  background-color: #fff;
}
.contents .headLine {
  padding: 16px 20px 0;
  text-align: center;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #f8e7ce, #fed2b2);
}
.contents .headLine .headLine_bg {
  display: flex;
  height: 117px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6) 50%, transparent);
  position: relative;
}
.contents .headLine .headLine_bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-image: linear-gradient(to right, transparent, #fbb000 50%, transparent);
}
.contents .headLine .headLine_bg a {
  margin-top: -16px;
  color: #a40908;
  font-size: 40px;
  font-weight: bold;
}
.contents .module1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.contents .module1 .left_swiper {
  width: 51.2%;
}
.contents .module1 .left_swiper .swiper_border {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #eeb35b;
  border-radius: 5px;
}
.contents .module1 .left_swiper .swiper_main_pic {
  overflow: hidden;
  position: relative;
}
.contents .module1 .left_swiper .swiper_main_pic .swiper-slide {
  position: relative;
}
.contents .module1 .left_swiper .swiper_main_pic img {
  width: 100%;
  border-radius: 5px;
  vertical-align: top;
  height: 356px;
}
.contents .module1 .left_swiper .swiper_main_pic a span {
  display: block;
  border-radius: 0 10px 0 0;
  width: 100%;
  color: #eab46e;
  padding: 17px 28px 36px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.contents .module1 .right_list {
  width: 47.1%;
  background: linear-gradient(to right, #fbf6ed 0%, #ffffff 10% 90%, #fbf6ed 100%);
}
.contents .module2.module_general_list .general_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.contents .module2.module_general_list .general_list li {
  width: 45.5%;
  font-size: 18px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.contents .module2.module_general_list .general_list li:nth-last-of-type(1),
.contents .module2.module_general_list .general_list li:nth-last-of-type(2) {
  border-bottom: none;
}
.contents .module2.module_general_list .general_list li::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #eab46e;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.contents .module3 {
  position: relative;
}
.contents .module3 .video_swiper {
  position: relative;
  width: 79.86%;
  z-index: 100;
}
.contents .module3 .video_swiper .swiper-pagination {
  display: none;
}
.contents .module3 .video_swiper .swiper-slide > a:first-of-type {
  background-color: #fff;
  border: 1px solid #eeb35b;
  padding: 11px;
  display: block;
}
.contents .module3 .video_swiper .swiper-slide img {
  width: 100%;
  height: 615px;
}
.contents .module3 .video_swiper .swiper-slide .text {
  width: 77.62%;
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  padding: 22px 105px 22px 22px;
  box-sizing: border-box;
}
.contents .module3 .video_swiper .swiper-slide .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contents .module3 .video_swiper .swiper-slide .text p.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contents .module3 .video_swiper .swiper-slide .text p.abstract {
  font-size: 18px;
}
.contents .module3 .swiper_other {
  width: 82.69%;
  height: 577px;
  background-image: linear-gradient(45deg, #b73827, #f56437);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.contents .module3 .swiper_other .other_wrap {
  width: 24.67%;
  position: absolute;
  right: 0;
}
.contents .module3 .swiper_other .other_wrap ul {
  display: flex;
  flex-direction: column;
  /* 设置为竖向布局 */
  align-items: center;
  justify-content: center;
  margin: 66px 0;
}
.contents .module3 .swiper_other .other_wrap ul li {
  position: relative;
  width: 180px;
  height: 102px;
  margin-bottom: 12px;
  text-align: center;
}
.contents .module3 .swiper_other .other_wrap ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  /* 浅浅的白色图层 */
  opacity: 0;
  transition: opacity 0.3s ease;
  /* 添加过渡效果 */
  pointer-events: none;
  /* 使伪元素不响应鼠标事件 */
}
.contents .module3 .swiper_other .other_wrap ul li:hover::after,
.contents .module3 .swiper_other .other_wrap ul li.active::after {
  opacity: 1;
  /* 鼠标滑过时显示图层 */
}
.contents .module3 .swiper_other .other_wrap ul li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.contents .module3 .swiper_other .other_wrap .arrow {
  position: absolute;
  width: 70px;
  height: 50px;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}
.contents .module3 .swiper_other .other_wrap .arrow.down {
  top: auto;
  bottom: 24px;
  transform: rotate(180deg);
}
.contents .module3 .decorate_dom {
  background-color: #fed2b0;
  width: 30%;
  height: 50px;
  position: absolute;
  border: 1px solid red;
  right: 50px;
  top: 235px;
  z-index: 98;
  transform: rotate(-1.5deg);
}
.contents .module3 .decorate_dom2 {
  background-color: #fe5902;
  width: 30%;
  height: 50px;
  position: absolute;
  right: 60px;
  top: 212px;
  z-index: 97;
  transform: rotate(-3deg);
}
@media screen and (max-width: 1400px) {
  .w1400 {
    width: 1290px;
  }
  .w1300 {
    width: 1180px;
  }
  .contents .module1 .left_swiper .swiper_main_pic img {
    height: auto;
  }
  .contents .module3 .video_swiper {
    width: 79.95%;
  }
  .contents .module3 .video_swiper .swiper-slide img {
    height: 570px;
  }
  .contents .module3 .decorate_dom {
    top: 188px;
  }
  .contents .module3 .decorate_dom2 {
    top: 174px;
  }
}
@media screen and (max-width: 1300px) {
  .w1400 {
    width: 1180px;
  }
  .w1300 {
    width: 1070px;
  }
  .contents .module3 .video_swiper {
    width: 79.95%;
  }
  .contents .module3 .video_swiper .swiper-slide img {
    height: 526px;
  }
  .contents .module3 .decorate_dom {
    top: 148px;
  }
  .contents .module3 .decorate_dom2 {
    top: 137px;
  }
}
@media screen and (max-width: 1200px) {
  .w1400 {
    width: 1070px;
  }
  .w1300 {
    width: 960px;
  }
  .contents .module3 .swiper_other {
    height: 527px;
  }
  .contents .module3 .swiper_other .other_wrap {
    width: 22.67%;
  }
  .contents .module3 .swiper_other .other_wrap ul li {
    width: 85%;
    height: 87px;
  }
  .contents .module3 .video_swiper {
    width: 81.3%;
  }
  .contents .module3 .video_swiper .swiper-slide img {
    height: 474px;
  }
  .contents .module3 .decorate_dom {
    top: 148px;
  }
  .contents .module3 .decorate_dom2 {
    top: 137px;
  }
}
@media screen and (max-width: 1100px) {
  .w1400 {
    width: 960px;
  }
  .w1300 {
    width: 850px;
  }
  .contents .module2.module_general_list .general_list li {
    width: 43.5%;
  }
  .contents .module3 .video_swiper .swiper-slide img {
    height: 420px;
  }
  .contents .module3 .swiper_other {
    height: 477px;
  }
  .contents .module3 .swiper_other .other_wrap ul li {
    width: 85%;
    height: auto;
  }
}
@media screen and (max-width: 997px) {
  body {
    background: url(banner_bg_Xu240913.png) no-repeat top center, url(banner_footer_bg_Xu240913.png) no-repeat bottom center;
    background-size: 100%, 300%;
  }
  .w1400 {
    width: 100%;
  }
  .w1300 {
    width: 100%;
    box-sizing: border-box;
  }
  .header .header_main_logo {
    text-align: center;
  }
  .header .header_main_logo img {
    width: 60%;
  }
  .header .header_main_logo2 img {
    width: 90%;
    margin: 2rem 0 0;
  }
  #contents {
    padding-top: 0;
  }
  .contents .bg_wrap {
    padding: 24px 0;
  }
  .contents .w1300 {
    padding: 24px 18px;
  }
  .contents .general_list li {
    padding: 0.6rem 6.7%;
  }
  .contents .general_list li a {
    font-size: 0.9rem;
  }
  .contents .general_title {
    margin: 1.2rem 0;
  }
  .contents .general_title img {
    width: 40%;
  }
  .contents .more a {
    padding: 0.6rem 1rem;
    margin-right: 1rem;
    font-size: 0.8rem;
  }
  .contents .headLine {
    padding: 0 20px;
  }
  .contents .headLine .headLine_bg {
    height: auto;
    padding: 1rem 0;
  }
  .contents .headLine .headLine_bg a {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .contents .headLine .headLine_bg::after {
    display: none;
  }
  .contents .module1 .left_swiper {
    width: 100%;
  }
  .contents .module1 .left_swiper .swiper_main_pic img {
    height: auto;
  }
  .contents .module1 .right_list {
    width: 100%;
    margin-top: 1rem;
  }
  .contents .module2.module_general_list .general_list li {
    width: 100%;
  }
  .contents .module2.module_general_list .general_list li:nth-last-of-type(2) {
    border-bottom: 1px dashed #c9af87;
  }
  .contents .module3 .swiper_other {
    display: none;
  }
  .contents .module3 .video_swiper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eeb35b;
    padding: 11px;
    box-sizing: border-box;
  }
  .contents .module3 .video_swiper .swiper-pagination {
    display: block;
  }
  .contents .module3 .video_swiper .swiper-slide > a:first-of-type {
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .contents .module3 .video_swiper .swiper-slide > a:first-of-type img {
    border-radius: 5px;
  }
  .contents .module3 .video_swiper .swiper-slide img {
    height: 200px;
  }
  .contents .module3 .video_swiper .swiper-slide .text {
    color: #eab46e;
    padding: 17px 28px 36px;
    width: 100%;
  }
  .contents .module3 .video_swiper .swiper-slide .text p.title {
    font-size: 18px;
  }
  .contents .module3 .video_swiper .swiper-slide .text p.abstract {
    font-size: 14px;
  }
  .contents .module3 .decorate_dom,
  .contents .module3 .decorate_dom2 {
    display: none;
  }
}
