.container {
  width: 100%;
  height: 100vh;
}
.container > .swiper-wrapper > .swiper-slide {
  display: flex;
  flex-direction: column;
}
.container .shouhu {
  background-image: url("../img/index/shouhu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}
.container .shouhu .content {
  width: 1200px;
  margin: 0 auto 10px;
  padding: 0 78px;
}
.container .shouhu .content .title {
  font-size: 38px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 53px;
}
.container .shouhu .content .cont {
  font-size: 11px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 4px;
}
.container .about {
  background-image: url("../img/index/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 120px;
}
.container .about .content {
  min-width: 1200px;
  display: flex;
  height: 100%;
}
.container .about .content .left {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 143px 30px 178px;
}
.container .about .content .left .title {
  font-size: 38px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 53px;
}
.container .about .content .left .subtitle {
  font-size: 20px;
  font-family: TaipeiSansTCBeta-Regular, TaipeiSansTCBeta;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  padding-bottom: 29px;
}
.container .about .content .left .cont {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  padding-top: 10px;
}
.container .about .content .right {
  width: 417px;
  height: 100%;
  background: #FFFFFF;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 105px;
}
.container .about .content .right ul li {
  margin-bottom: 34px;
}
.container .about .content .right ul li:last-child {
  margin-bottom: 0;
}
.container .about .content .right ul li:last-child .number-box .unit {
  font-size: 20px;
}
.container .about .content .right ul li .number-box {
  display: flex;
}
.container .about .content .right ul li .number-box .number {
  font-size: 53px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #E73733;
  line-height: 73px;
}
.container .about .content .right ul li .number-box .unit {
  font-size: 31px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 44px;
  margin-left: 3px;
}
.container .about .content .right ul li .tips {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 25px;
}
.container .about .content .right a {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 209px;
  height: 44px;
  background: #E73733;
  padding: 0 16px;
  margin-top: 58px;
}
.container .about .content .right a span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.container .about .content .right a img {
  width: 17px;
  height: 17px;
}
.container .youshi {
  background-image: url("../img/index/youshi-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 162px;
  justify-content: center;
}
.container .youshi .content {
  width: 1200px;
  padding: 0 112px 0 63px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.container .youshi .content .left .head {
  padding-left: 30px;
}
.container .youshi .content .left .head .title {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
}
.container .youshi .content .left .head .cont {
  font-size: 16px;
  font-family: TaipeiSansTCBeta-Regular, TaipeiSansTCBeta;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
}
.container .youshi .content .left ul {
  padding-top: 22px;
}
.container .youshi .content .left ul li {
  width: 414px;
  height: 84px;
  padding-left: 30px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}
.container .youshi .content .left ul li:hover {
  opacity: 1;
}
.container .youshi .content .left ul li.active {
  opacity: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  position: relative;
}
.container .youshi .content .left ul li.active::before {
  content: "";
  width: 2px;
  height: 60px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 12px;
}
.container .youshi .content .left ul li .title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  padding-top: 16px;
}
.container .youshi .content .left ul li .cont {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  padding-top: 4px;
}
.container .youshi .content .left a {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 209px;
  height: 44px;
  background: #FFFFFF;
  padding: 0 16px;
  margin-top: 73px;
}
.container .youshi .content .left a span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1DBBCE;
  line-height: 28px;
}
.container .youshi .content .left a img {
  width: 17px;
  height: 17px;
}
.container .youshi .content .right {
  padding-top: 67px;
}
.container .youshi .content .right ul {
  display: flex;
}
.container .youshi .content .right ul li {
  margin-right: 36px;
}
.container .youshi .content .right ul li:last-child {
  margin-right: 0;
}
.container .youshi .content .right ul li img {
  width: 150px;
  height: 150px;
  display: block;
}
.container .youshi .content .right ol {
  display: flex;
  margin-top: 36px;
}
.container .youshi .content .right ol li {
  margin-right: 36px;
  width: 150px;
  height: 150px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container .youshi .content .right ol li:last-child {
  margin-right: 0;
}
.container .youshi .content .right ol li img {
  width: 106px;
  height: 136px;
  object-fit: cover;
  display: block;
}
.container .youshi .content .right ol li span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 123px;
  height: 32px;
  transform: translateX(-50%);
  background: #FFFFFF;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #51CCDD;
  line-height: 17px;
  padding-top: 5px;
  text-align: center;
}
.container .chanpin {
  justify-content: center;
  padding-top: 120px;
}
.container .chanpin .kong {
  height: 0;
  flex: 1;
}
.container .chanpin .kong.red {
  background-color: #E73733;
  position: relative;
}
.container .chanpin .kong.red::before {
  content: "";
  width: 100%;
  height: 93px;
  background-color: #E73733;
  position: absolute;
  top: -93px;
  left: 0;
  z-index: -5;
}
.container .chanpin .content {
  width: 1440px;
  margin: 0 auto;
  padding: 82px 97px 0 128px;
  display: flex;
  justify-content: space-between;
}
.container .chanpin .content .left img {
  width: 471px;
  height: 314px;
  object-fit: cover;
  display: block;
}
.container .chanpin .content .left .title {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 16px;
}
.container .chanpin .content .right {
  width: 0;
  flex: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.container .chanpin .content .right .title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  padding-left: 15px;
}
.container .chanpin .content .right .cont {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 12px;
  padding-left: 15px;
  padding-right: 60px;
}
.container .chanpin .content .right .swiper-box {
  position: relative;
  margin-top: auto;
}
.container .chanpin .content .right .swiper-box .swiper-container {
  width: 100%;
}
.container .chanpin .content .right .swiper-box .swiper-container .swiper-wrapper img {
  width: 202px;
  height: 135px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.container .chanpin .content .right .swiper-box .swiper-container .swiper-wrapper .title {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 16px;
}
.container .chanpin .content .right .swiper-box .swiper-button-prev,
.container .chanpin .content .right .swiper-box .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #F7F7F7;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  margin-top: -40px;
  background-image: url("../img/index/swiper-arrow-grey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.container .chanpin .content .right .swiper-box .swiper-button-prev:hover,
.container .chanpin .content .right .swiper-box .swiper-button-next:hover {
  background-image: url("../img/index/swiper-arrow-red.png");
}
.container .chanpin .content .right .swiper-box .swiper-button-prev {
  left: -8px;
}
.container .chanpin .content .right .swiper-box .swiper-button-prev:hover {
  transform: rotate(180deg);
}
.container .chanpin .content .right .swiper-box .swiper-button-next {
  right: -8px;
  transform: rotate(180deg);
}
.container .chanpin .content .right .swiper-box .swiper-button-next:hover {
  transform: rotate(0);
}
.container .chanpin .content .right a {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 209px;
  height: 44px;
  background: #FFFFFF;
  padding: 0 16px;
  margin-top: 26px;
  position: absolute;
  bottom: -90px;
  right: 50px;
  z-index: 15;
}
.container .chanpin .content .right a span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E73733;
  line-height: 28px;
}
.container .chanpin .content .right a img {
  width: 17px;
  height: 17px;
}
.container .news {
  justify-content: center;
}
.container .news .content {
  width: 1440px;
  padding: 189px 102px 0;
  margin: 0 auto;
}
.container .news .content .head .title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
}
.container .news .content .head .cont {
  font-size: 20px;
  font-family: TaipeiSansTCBeta-Regular, TaipeiSansTCBeta;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  margin-top: 3px;
}
.container .news .content ul {
  display: flex;
  margin-top: 29px;
}
.container .news .content ul li {
  width: 264px;
  margin-right: 60px;
}
.container .news .content ul li:last-child {
  margin-right: 0;
}
.container .news .content ul li a {
  width: 100%;
  display: block;
}
.container .news .content ul li a .img {
  width: 264px;
  height: 204px;
  object-fit: cover;
  display: block;
}
.container .news .content ul li a .time {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 17px;
  margin-top: 12px;
}
.container .news .content ul li a .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 11px;
}
.container .news .content ul li a .cont {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.container .news .content ul li a .arrow {
  width: 32px;
  height: 32px;
  margin-top: 14px;
  display: block;
}
.container .news .content > a {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 209px;
  height: 44px;
  background: #E73733;
  padding: 0 16px;
  margin-top: 28px;
  margin-left: auto;
}
.container .news .content > a span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.container .news .content > a img {
  width: 17px;
  height: 17px;
}
