.focus-swiper {
  position: relative;
  margin: auto;
  height: 800px;
}
@media (max-width: 1910px) {
  .focus-swiper {
    height: 800px;
  }
}
@media (max-width: 768px) {
  .focus-swiper {
    width: 100%;
    height: 300px;
  }
}
.focus-swiper .swiper-wrapper {
  display: flex;
}
.focus-swiper .arrow-left,
.focus-swiper .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  display: block;
  width: 15px;
  height: 26px;
  z-index: 9;
}
@media (max-width: 768px) {
  .focus-swiper .arrow-left,
  .focus-swiper .arrow-right {
    width: 7.5px;
    height: 13px;
    margin-top: -6.5px;
  }
  .focus-swiper .arrow-left img,
  .focus-swiper .arrow-right img {
    width: 7.5px;
    height: 13px;
  }
}
.focus-swiper .arrow-left {
  left: 54px;
  display: none;
}
@media (min-width: 1920px) {
  .focus-swiper .arrow-left {
    left: 74px;
  }
}
@media (max-width: 768px) {
  .focus-swiper .arrow-left {
    left: 10px;
  }
}
.focus-swiper .arrow-right {
  right: 54px;
  display: none;
}
@media (min-width: 1920px) {
  .focus-swiper .arrow-right {
    right: 74px;
  }
}
@media (max-width: 768px) {
  .focus-swiper .arrow-right {
    right: 10px;
  }
}
.focus-swiper .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 115px;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container {
    width: 100%;
  }
}
.focus-swiper .swiper-container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 52px;
  width: 100%;

  z-index: 9;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container:after {
    display: none;
  }
}
.focus-swiper .swiper-container .swiper-slide {
  position: relative;
  height: 800px;
  max-height: 893px;
}

@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-slide {
    height: 300px;
  }
  .focus-swiper .swiper-container .swiper-slide img {
    max-width: none;
    height: 300px;
  }
}
.focus-swiper .swiper-container .swiper-slide img {
  margin: auto;
  width: 100%;
}
/* @media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-slide img {
    width: auto;
  }
} */

.focus-swiper .swiper-container .swiper-slide .info-box {
  position: absolute;
  left: 37%;
  top: 55%;
  width: 1356px;
  transform: translate(-50%, -50%) /*50%为自身尺寸的一半*/;
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1710px) {
  .focus-swiper .swiper-container .swiper-slide .info-box {
    /* width: 1356px; */
    width: 100%;
    left: 50%;
  }
}

@media (max-width: 1456px) {
  .focus-swiper .swiper-container .swiper-slide .info-box {
    /* width: 1356px; */
    width: 100%;
    left: 50%;
  }
}
/* 
@media (min-width: 1418px) {
  .focus-swiper .swiper-container .swiper-slide .info-box {
    width: 100%;
    left: 50%;
  }
} 
*/

@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-slide .info-box {
    width: 100%;
    height: 100px;

    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    top: 55% !important;
  }
}
.focus-swiper .swiper-container .swiper-slide .info-box .sub-title {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.focus-swiper .swiper-container .swiper-slide .info-box .sub-info {
  font-family: 'Montserrat';
  font-size: 12px;
  line-height: 18px;
  display: none;
}
.focus-swiper .swiper-container .swiper-slide .info-box .title {
  font-family: 'AlibabaPuHuiTi-Bold';
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  width: 580px;
  background-color: #000;
  height: 146px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.focus-swiper .swiper-container .swiper-slide .info-box .title img {
  width: 134px;
  height: 40px;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-slide .info-box .title {
    font-size: 14px;
    width: 100% !important;
    height: 100px;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-slide .info-box p {
    font-size: 14px !important;
  }
}
.focus-swiper .swiper-container .swiper-slide .info-box .title span {
  color: #f1ca23;
}
.focus-swiper .swiper-container .swiper-slide .info-box .more {
  margin-top: 56px;
  display: none;
  width: 61px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #ffffff;
  color: #000;
  font-size: 18px;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-slide .info-box .more {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
}
.focus-swiper .swiper-container .pagination {
  position: absolute;
  padding-left: 44%;
  z-index: 20;
  bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container .pagination {
    padding-left: 110px;
    bottom: 10px;
  }
}
.focus-swiper .swiper-container .swiper-pagination-switch {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #a9a9a9;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-pagination-switch {
    width: 5.5px;
    height: 5.5px;
    border-radius: 5.5px;
  }
}
.focus-swiper .swiper-container .swiper-pagination-switch.swiper-active-switch {
  background: #000;
}
.focus-swiper .swiper-container .swiper-pagination-switch.swiper-active-switch:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 29px;
  height: 29px;
  border-radius: 29px;
}
@media (max-width: 768px) {
  .focus-swiper .swiper-container .swiper-pagination-switch.swiper-active-switch:after {
    top: -5.5px;
    left: -5.5px;
    width: 14.5px;
    height: 14.5px;
    border-radius: 14.5px;
  }
}
.module-content {
  max-width: 1456px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .module-content {
    padding: 0 20px;
    width: 100%;
  }
}
.module-1 {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .module-1 {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.module-normal-index-bd {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .module-normal-index-bd {
    display: block;
  }
}
.module-bd .left {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .module-bd .left {
    width: 100%;
  }
}
.module-bd .left .sub-title {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.module-bd .left .title {
  margin-top: 20px;
  line-height: 38px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .module-bd .left .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 19px;
  }
}
.module-bd .left .info {
  margin-top: 30px;
  line-height: 32px;
  font-size: 20px;
  color: #ffffff;
  z-index: 1;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .module-bd .left .info {
    font-size: 18px;
  }
}
.module-bd .left .info img {
  text-align: center;
}
@media (max-width: 768px) {
  .module-bd .left .info img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .module-bd .left .info {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .module-bd .left .more img {
    width: 93px;
  }
}
.module-bd .left .shuju-block {
  display: flex;
  margin-top: 60px;
  position: relative;
  width: 800px;
  z-index: 9;
}
@media (max-width: 768px) {
  .module-bd .left .shuju-block {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
}
.module-bd .left .shuju-block .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  width: 197px;
  height: 133px;
  background: #1e1e1e;
  border-right: 3px solid #000;
}
@media (max-width: 768px) {
  .module-bd .left .shuju-block .item {
    margin-bottom: 2px;
    width: 50%;
  }
}
.module-bd .left .shuju-block .item:last-child {
  border: 0;
}
.module-bd .left .shuju-block .item .strong {
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
.module-bd .left .shuju-block .item .text {
  font-size: 12px;
  color: #676868;
}

@media (max-width: 768px) {
  .module-bd .left .text-right img {
    width: 93px;
  }
}

.module-bd .left .text-right {
  display: inline-block;
}

@media (max-width: 768px) {
  .info img {
    width: 93px;
  }
}

.info img {
  margin-left: 20px;
  margin-top: 20px;
}

.module-bd .right {
  text-align: center;
}
@media (max-width: 768px) {
  .module-bd .right {
    margin-top: 25px;
  }
  .module-bd .right .text-right img {
    width: 93px;
  }
}
.module-bd .right .text-right {
  display: inline-block;
}
.module-2 {
  background-color: #222222;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .module-2 {
    padding: 55px 0 40px;
    background-size: 100%;
    background-position: center right;
  }
}
@media (min-width: 1940px) {
  .module-2 .module-content {
    max-width: auto;
    width: 1460px;
    overflow: visible;
  }
}
.module-2 .left .more {
  display: inline-block;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .module-2 .left .more {
    margin-top: 32px;
  }
}
.module-2 .swiper-box {
  position: relative;
  margin-top: 70px;
  margin-right: -230px;
  overflow: hidden;
  clear: both;
  max-width: 100%;
}
@media (min-width: 1940px) {
  .module-2 .swiper-box {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .module-2 .swiper-box {
    width: 100%;
    margin-top: 44px;
  }
}
.module-2 .swiper-box .swiper-wrapper {
  height: 570px !important;
}
@media (max-width: 768px) {
  .module-2 .swiper-box .swiper-wrapper {
    height: 225.5px !important;
  }
  .module-2 .swiper-box .swiper-wrapper img {
    width: 100vw;
  }
}
.module-2 .swiper-box .swiper-slide {
  float: left;
  padding-right: 75px;
  width: 428px;
  height: 510px;
}
@media (max-width: 768px) {
  .module-2 .swiper-box .swiper-slide {
    width: calc(100vw - 20px);
    height: 225.5px !important;
    padding-right: 0;
  }
}
.module-2 .swiper-box .swiper-slide:last-child {
  padding-right: 0;
}

.module-2 .swiper-box .swiper-slide .bg-title {
  font-size: 24px;
  color: #fff;
  margin-top: 50px;
  position: absolute;
  left: 45%;
  top: 35%;
  width: 50%;
  transform: translate(-50%, -50%) /*50%为自身尺寸的一半*/;
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}

.module-2 .swiper-box .swiper-slide .info {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.module-2 .swiper-box .swiper-slide .info .sub-title {
  font-size: 12px;
  color: #fff;
}
.module-2 .swiper-box .swiper-slide .info .title {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .module-2 .swiper-box .swiper-slide .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.module-2 .swiper-box .pagination {
  margin-top: 0px;
  width: 1456px;
}
@media (max-width: 768px) {
  .module-2 .swiper-box .pagination {
    margin-top: 110px;
    width: 100%;
  }
}
.module-2 .swiper-box .pagination .swiper-pagination-switch {
  display: inline-block;
  height: 5px;
  margin-bottom: -6px;
}
.module-2 .swiper-box .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #ffffff;
}
.module-2 .swiper-box .swiper-box-change {
  position: relative;
  width: 1456px;
}
@media (max-width: 768px) {
  .module-2 .swiper-box .swiper-box-change {
    width: 100%;
  }
}
.module-2 .swiper-box .swiper-box-change-bd {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 99;
  display: flex;
}
.module-2 .swiper-box .swiper-box-change-bd .arrow-left,
.module-2 .swiper-box .swiper-box-change-bd .arrow-right {
  display: block;
  width: 15px;
  height: 26px;
}
.module-2 .swiper-box .swiper-box-change-bd .arrow-left {
  margin-right: 22px;
  background: url('../images/btn_prev.png') no-repeat;
}
.module-2 .swiper-box .swiper-box-change-bd .arrow-left:hover {
  background-image: url('../images/btn_prev_active.png');
}
.module-2 .swiper-box .swiper-box-change-bd .arrow-right {
  background: url('../images/btn_next.png') no-repeat;
}
.module-2 .swiper-box .swiper-box-change-bd .arrow-right:hover {
  background-image: url('../images/btn_next_active.png');
}
@media (max-width: 768px) {
  .module-3 {
    height: 600px;
    overflow: hidden;
  }
}
.video {
  position: relative;
  width: 757px;
  height: 425px;
  overflow: hidden;
  float: right;
}
@media (max-width: 768px) {
  .video {
    width: 100%;
    height: 227px;
  }
}
.video.isPlay:before,
.video.isPlay:after {
  display: none;
}
.video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/btn_play.png') center center no-repeat;
  z-index: 9;
  cursor: pointer;
}
video {
  height: 425px;
}
@media (max-width: 768px) {
  video {
    height: 227px;
  }
}
.module-3 .module-content {
  position: relative;
  margin-top: -606px;
}
@media (max-width: 768px) {
  .module-3 .module-content {
    margin-top: -550px;
  }
}
.module-3 .module-bd-2 {
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 606px;
}
@media (max-width: 768px) {
  .module-3 .module-bd-2 {
    display: block;
    height: auto;
  }
}
.module-3 .module-bd-2 a:hover {
  background: #fff;
}
.module-3 .module-bd-2 .item {
  padding-left: 26px;
  padding-top: 36px;
  width: 591px;
  height: 280px;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .module-3 .module-bd-2 .item {
    padding: 20px 10px 0 20px;
    width: 100%;
    height: 235px;
  }
  .module-3 .module-bd-2 .item:first-child {
    margin-bottom: 40px;
  }
}
.module-3 .module-bd-2 .item .sub-title {
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.module-3 .module-bd-2 .item .title {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .module-3 .module-bd-2 .item .title {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 18px;
  }
}
.module-3 .module-bd-2 .item .info {
  margin: 12px 0 22px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .module-3 .module-bd-2 .item .info {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .module-3 .module-bd-2 .item .info p {
    display: inline;
  }
}
@media (max-width: 768px) {
  .module-4 {
    margin-top: 50px;
  }
}
.module-4 .module-bd-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 356px;
}
.module-4 .module-bd-4 .left {
  width: 50%;
}
.module-4 .module-bd-4 .right {
  width: 50%;
}
@media (max-width: 768px) {
  .module-4 .module-bd-4 {
    display: block;
    height: auto;
  }
  .module-4 .module-bd-4 .left {
    width: 100%;
  }
  .module-4 .module-bd-4 .left a img {
    width: 93px;
  }
  .module-4 .module-bd-4 .right {
    margin-top: 20px;
    width: 100%;
  }
}
.module-4 .module-bd-4 .sub-title {
  line-height: 36px;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .module-4 .module-bd-4 .sub-title {
    line-height: 1.5;
  }
}
.module-4 .module-bd-4 .title {
  margin-bottom: 30px;
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .module-4 .module-bd-4 .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.module-4 .module-bd-4 p {
  line-height: 24px;
  color: #fff;
}
@media (min-width: 1940px) {
  .module-5 .module-content {
    overflow: visible;
  }
}
.module-5 .module-bd-5 {
  display: flex;
  margin: 0 -232px 0 -232px;
}
@media (max-width: 1939px) {
  .module-5 .module-bd-5 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 {
    display: block;
    margin: 0;
    margin-top: 50px;
  }
}
.module-5 .module-bd-5 .item {
  position: relative;
  max-width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item {
    max-width: 100%;
  }
  .module-5 .module-bd-5 .item:first-child {
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item > img {
    max-width: 100%;
  }
}
.module-5 .module-bd-5 .item span {
  display: block;
  width: 61px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background: #ffffff;
  color: #000;
  font-size: 18px;
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item span {
    width: 30.5px;
    height: 30.5px;
    line-height: 30.5px;
  }
}
.module-5 .module-bd-5 .item .info {
  position: absolute;
  left: 54px;
  bottom: 25px;
  width: calc(100% - 54px);
  color: #fff;
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item .info {
    left: 10px;
    bottom: auto;
    top: 10px;
    line-height: 1.2;
  }
}
.module-5 .module-bd-5 .item .info .tag {
  display: inline-block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  background: #ffffff;
  color: #222222;
}
.module-5 .module-bd-5 .item .info .time {
  margin-top: 18px;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item .info .time {
    margin-top: 9px;
  }
}
.module-5 .module-bd-5 .item .info .title {
  margin-top: 16px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item .info .title {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.module-5 .module-bd-5 .item .info .text {
  margin-top: 18px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .module-5 .module-bd-5 .item .info .text {
    padding-right: 10px;
    margin-top: 9px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .module-5 .module-bd-5 .item .info .text p {
    display: inline;
    line-height: 1.4 !important;
    font-size: 12px;
  }
}
.module-5 .module-bd-5 .item .info .text p {
  line-height: 24px;
  font-size: 14px;
}
.module-normal-inner {
  overflow: hidden;
}
.tabs a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #222222;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
}
.tabs a:hover {
  color: #f1ca23;
}
@media (max-width: 768px) {
  .tabs a {
    width: 89px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}
.tabs a.active {
  color: #fff;
  background-color: #666666;
}
.tabs-swiper {
  margin-bottom: 10px !important;
}
.tabs-swiper > .swiper-wrapper .swiper-slide {
  float: none;
}
.tabs-swiper .tabs-info {
  margin-top: 46px;
  line-height: 24px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .tabs-swiper .tabs-info {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.item-swiper-box.bg-color-1 {
  background: #000;
}
.item-swiper-box.bg-color-2 {
  background: #000;
}
@media (max-width: 768px) {
  .item-swiper-box.bg-color-2 {
    padding: 0 20px;
    margin: 0 -20px;
  }
}
.item-swiper {
  position: relative;
  height: 491px;
  box-sizing: content-box;
  padding-top: 63px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .item-swiper {
    overflow: hidden;
    height: 430px;
  }
}
.item-swiper.item-swiper-left .item-box-info {
  left: 0;
  right: auto;
}
.item-swiper.item-swiper-left .img-box {
  display: flex;
  justify-content: right;
  float: right;
}
.item-swiper.item-swiper-left .item-change {
  right: auto;
  left: 404px;
}
@media (max-width: 768px) {
  .item-swiper.item-swiper-left .item-change {
    left: auto;
    right: 20px;
  }
}
.item-swiper .item-swiper-swrapper {
  display: flex;
}
.item-swiper .item-box {
  position: relative;
}
.item-swiper .item-box-info {
  position: absolute;
  top: 0px;
  right: 0;
  width: 590px;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  line-height: 24px;
  padding-right: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1350px) {
  .item-swiper .item-swiper-swrapper {
    height: auto !important;
  }
  .item-swiper .item-swiper-swrapper .item-swiper-slide {
    height: auto !important;
  }
  .item-swiper .item-box-info {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-top: 20px;
    width: 100%;
    padding: 25px 20px;
    line-height: 1.5;
  }
}
.item-swiper .item-box-info .title {
  margin-bottom: 36px;
  line-height: 1;
  font-size: 36px;
}
@media (max-width: 1350px) {
  .item-swiper .item-box-info .title {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .item-swiper .item-box-info .desc {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.item-swiper .item-change {
  position: absolute;
  right: 404px;
  bottom: 46px;
  z-index: 99;
}
@media (max-width: 768px) {
  .item-swiper .item-change {
    right: 20px;
    bottom: 30px;
  }
}
.item-swiper .item-change span {
  display: inline-block;
  width: 15px;
  height: 26px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .item-swiper .item-change span {
    width: 15px;
    height: 25.5px;
    background-size: 100% 100% !important;
  }
}
.item-swiper .item-change span.prev {
  margin-right: 25px;
  background: url('../images/btn_prev.png') no-repeat;
}
@media (max-width: 768px) {
  .item-swiper .item-change span.prev {
    background-size: 100% 100%;
  }
}
.item-swiper .item-change span.prev:hover {
  background-image: url('../images/btn_prev_active.png');
}
.item-swiper .item-change span.next {
  background: url('../images/btn_next.png') no-repeat;
}
@media (max-width: 768px) {
  .item-swiper .item-change span.next {
    background-size: 100% 100%;
  }
}
.item-swiper .item-change span.next:hover {
  background-image: url('../images/btn_next_active.png');
}

.module-normal .list {
  margin-top: 6px;
  margin-bottom: 95px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .module-normal .list {
    display: block;
    margin-bottom: 87.5px;
  }
}
.module-normal .list .item {
  position: relative;
  width: 33%;
  margin-top: 67px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .module-normal .list .item {
    width: 100%;
  }
}

.module-normal .list .item:nth-child(odd) {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .module-normal .list .item {
    width: 100%;
    margin-top: 40px;
  }
  .module-normal .list .item:nth-child(odd) {
    margin-right: 0;
  }
}
.module-normal .list .item a:hover .img-box img {
  transform: scale(1.1);
}
.module-normal .list .item .img-box {
  overflow: hidden;
}
.module-normal .list .item .img-box img {
  transition: all 0.5s;
}
.module-normal .list .item .info {
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  width: 428px;
  background-color: #333;
}
.module-normal .list .item .info .sub-title {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}
.module-normal .list .item .info .title {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 20px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .module-normal .list .item .info {
    width: 100%;
  }
  .module-normal .list .item .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.module-normal .list .item .more {
  position: absolute;
  right: 23px;
  bottom: -25px;
}
@media (max-width: 768px) {
  .module-normal .list .item .more {
    bottom: -20px;
  }
  .module-normal .list .item .more img {
    width: 44px;
    height: 44px;
  }
}
