.wrap {
  max-width: 1920px;
  margin: 0 auto;
}

.box1 {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  text-align: center;
}

.box1 img {
  width: 100%;
  height: 100%;
}

.box2 {
  width: 100%;
  margin: 0 auto;
  background: url('../img/box2bg.jpg') no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 80px;
}

.daoyu {
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}

.box2_one {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.box2_one_swiper {
  width: 660px;
  height: 370px;
  position: relative;
}

.box2_one_swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.box2_one_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.box2_one_swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  background: #6e6e6e;
  text-indent: 1em;
  padding-right: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box2_one_swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: auto;
  width: 100px;
  display: block;
}

.box2_one_swiper .swiper-pagination-bullet {
  background: #fff;
}

.box2_one_swiper .swiper-pagination-bullet-active {
  background: #ffa95c;
}

.box2_one .fr {
  width: 512px;
}

.box2_one .fr li a:nth-child(1) {
  font-size: 19px;
  color: #1f1e1e;
  font-weight: bold;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
}

.box2_one .fr li a:nth-child(2) {
  text-indent: 2em;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #b0acad;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box2>a {
  display: block;
  width: 1200px;
  margin: 30px auto;
}

.box2_two {
  width: 1200px;
  margin: 0 auto;
  background: #ffd3d0;
  border-radius: 10px;
  height: 535px;
  padding: 25px;
}

.box2_two .tab_Title {
  width: 380px;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: 5px;
  scrollbar-color: #ee5b53 #ffd3d0;

}

.box2_two .tab_Title a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ff8f84;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 35px;
}

.box2_two .tab_Title a.on {
  color: #de2920;
}

.box2_two .tab_Content .tab_Content_Item {
  position: relative;
  display: none;
}

.box2_two .tab_Content .tab_Content_Item.on {
  display: block;
}

.box2_two .tab_Content .tab_Content_Item .tab_Content_Item_icon {
  width: 730px;
  height: 410px;
  border-radius: 10px;
}

.box2_two .tab_Content .tab_Content_Item .playicon {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 90px;
  left: 20px;
}

.box2_two .tab_Content .tab_Content_Item p {
  width: 385px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ee5b51;
  color: #fff;
  border-radius: 30px;
  margin: 25px auto 0;
  font-size: 22px;
  font-weight: bold;
}

.box3 {
  width: 100%;
  margin: 0 auto;
  background: url('../img/box3bg.jpg') no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 80px;
}

.tsykticon {
  width: 1200px;
  margin: 40px auto;
  display: block;
}

.tsykticon img {
  width: 100%;
  height: 100%;
}

.ztSwiper {
  width: 1000px;
  height: 430px;
  position: relative;
  margin-top: 40px;
}

.ztSwiper .swiper-slide {
  text-align: center;
  /* width: 590px;
      height: 430px; */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
  z-index: 1;
}

.ztSwiper .swiper-slide-active,
.ztSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
}

.ztSwiper .swiper-slide-next,
.ztSwiper .swiper-slide-duplicate-next {
  transform: scale(0.8);
  z-index: 99;
}

.ztSwiper .swiper-slide-prev,
.ztSwiper .swiper-slide-duplicate-prev {
  transform: scale(0.8);
  z-index: 99;
}

.ztSwiper .swiper-slide img {
  display: block;
  width: 590px;
  height: 430px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  /* color: transparent; */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #E15A6A;
}

.swiper-button-next-person {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 33px;
  background: url('../img/next.png') no-repeat center top;
  background-size: 100% 100%;
  z-index: 999;
}

.swiper-button-prev-person {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 33px;
  background: url('../img/prev.png') no-repeat center top;
  background-size: 100% 100%;
  z-index: 999;
}

.gtcgicon {
  width: 1200px;
  margin: 100px auto 40px;
  display: block;
}

.gtcglist {
  width: 1200px;
  margin: 0 auto;
}

.gtcglist a {
  width: 375px;
  height: 280px;
  background: url('../img/gtcglist_itembg.png') no-repeat center top;
  background-size: 100% 100%;
  display: inline-block;
  padding: 16px;
  box-sizing: border-box;
  font-size: 19px;
  /* text-align: center; */
  margin: 0 10px;
}

.gtcglist a img {
  width: 337px;
  height: 187px;
}

.gtcglist a p {
  margin-top: 14px;
  text-align: center;
}

.footer {
  width: 100%;
  height: 100px;
  background: #ee5b51;
  margin-top: 0;
  border-top: 10px solid #ffe7ab;
  text-align: center;
  color: #fff;
  font-size: 19px;
  padding: 50px;
  height: auto;
  line-height: 2;
}