.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.headline {
  margin-bottom: 50px;
  position: relative;
}

.headline img {
  display: block;
  width: 100%;
}

.headline a {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

header .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  height: 962px;
  background: url("../images/header_background.png") no-repeat top center;
  background-size: 1920px 100%;
}

header .banner img {
  margin: 58px auto 54px;
  display: block;
  width: 1168px;
  height: 473px;
}

header .banner .controls {
  position: initial;
  transform: translateX(0%);
  display: flex;
  margin-top: 595px;
}

header .banner .controls a {
  margin: 0 58px;
  padding: 13px 75px;
  background: #E8C785;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #D20019 !important;
}

.inform {
  position: relative;
  z-index: 9;
  margin: -186px auto 0;
}

.inform .layout {
  padding: 0px 0 0 213px;
  height: 275px;
  background: url(../images/inform_background.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inform .layout .title {
  width: 953px;
  margin-bottom: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  text-align: center;
}

.inform .layout .smalltext {
  width: 953px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 35px;
  text-indent: 2em;
}

.inform .layout .smalltext a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #CF2617;
  line-height: 35px;
}

.part1 {
  padding: 55px 0 80px;
}

.part1 .layout .pxsj_1 {
  margin-bottom: 84px;
  display: block;
  width: 100%;
}

.part1 .layout .content {
  position: relative;
  width: 100%;
  height: 430px;
  background: url(../images/part1_background.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.part1 .layout .content p {
  margin-top: -160px;
  width: 540px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 41px;
}

.part1 .layout .content .z {
  display: block;
  width: 378px;
  height: 380px;
}

.part1 .layout .content .s {
  position: absolute;
  left: 69px;
  bottom: 32px;
  display: block;
  width: 189px;
  height: 152px;
}

.part2 {
  padding: 50px 0 60px;
  background-image: linear-gradient(to bottom, #f7ddba 0%, #fffaf4 100%);
}

.part2 .layout .tab {
  background-color: #F8E1C1;
  display: flex;
  justify-content: center;
}

.part2 .layout .tab li {
  margin: 0 10px;
  padding: 12px 48px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #AC2317;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 23px;
  color: #333333;
  cursor: pointer;
}

.part2 .layout .tab .on {
  background: #AC2317;
  color: #fff;
}

.part2 .layout .contentbox {
  padding: 60px 44px 30px;
  background-color: #F8E1C1;
}

.part2 .layout .contentbox .content {
  display: none;
}

.part2 .layout .contentbox .content .text {
  margin-right: 50px;
}

.part2 .layout .contentbox .content .text h1 {
  margin-bottom: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}

.part2 .layout .contentbox .content .text p {
  width: 405px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 29px;
}

.part2 .layout .contentbox .content ul li {
  position: relative;
  float: left;
  margin-top: 25px;
  margin-right: 16px;
}

.part2 .layout .contentbox .content ul li:nth-child(1),
.part2 .layout .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}

.part2 .layout .contentbox .content ul li:nth-child(2n) {
  margin-right: 0;
}

.part2 .layout .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.part2 .layout .contentbox .content ul li a {
  display: block;
}

.part2 .layout .contentbox .content ul li a .imgbox {
  width: 320px;
  height: 180px;
  overflow: hidden;
}

.part2 .layout .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part2 .layout .contentbox .content ul li a .title {
  position: absolute;
  bottom: 0;
  padding: 12px;
  width: 320px;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .layout .contentbox .on {
  display: flex;
}

.part3 {
  padding: 40px 0 140px;
}

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

.part3 .layout .content .left .imgbox {
  position: relative;
}

.part3 .layout .content .left .imgbox a {
  position: relative;
  display: block;
}

.part3 .layout .content .left .imgbox a img {
  display: block;
  width: 324px;
  height: 434px;
  opacity: 0.7;
}

.part3 .layout .content .left .imgbox a:nth-child(2) {
  position: absolute;
  top: 60px;
  left: 225px;

}

.part3 .layout .content .left .imgbox .on{
  border: 12px solid #AC2317;
  z-index: 99;
}

.part3 .layout .content .left .imgbox .on img{
  opacity: 1;
}

.part3 .layout .content .right ul {
  padding-top: 60px;
}

.part3 .layout .content .right ul li {
  margin-bottom: 20px;
}

.part3 .layout .content .right ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part3 .layout .content .right ul li:hover a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
}

.part3 .layout .content .right ul li a {
  display: flex;
  align-items: center;
}

.part3 .layout .content .right ul li a i {
  margin-right: 15px;
  display: block;
  width: 9px;
  height: 9px;
  background: #E83218;
  border-radius: 50%;
}

.part3 .layout .content .right ul li a p {
  width: 488px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 {
  padding: 28px 0 56px;
}

.part4 .layout .swiperbox {
  padding: 60px;
  position: relative;
  background-image: linear-gradient(to right, #d20019 0%, #d20019 863px, #ffffff 863px, #ffffff 100%);
}

.part4 .layout .swiperbox .swiper {
  width: 100%;
}

.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
}

.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .text {
  margin-right: 50px;
}

.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .text .title {
  width: 500px;
  margin-bottom: 23px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .text .smalltext {
  width: 500px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 612px;
  height: 325px;
}

.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part4 .layout .swiperbox .swiper-button::after {
  content: "";
}

.part4 .layout .swiperbox .swiper-button img {
  display: block;
  width: 40px;
  height: 40px;
}

.part4 .layout .swiperbox .swiper-button-prev {
  left: -40px;
}

.part4 .layout .swiperbox .swiper-button-next {
  right: -40px;
}