/*font-size*/

.animateSwiperslide {
  overflow: hidden;
  /*动画*/
}
.animateSwiperslide .ctx {
  color: #fff;
}
.animateSwiperslide .ctx .p1 {
  font-size: 60px;
}
.animateSwiperslide .ctx .p2 {
  font-size: 36px;
}
.animateSwiperslide .ctx {
  opacity: 0;
  transform: translateY(0%);
}
.content2 .product .intro .btn p{ margin-bottom:0;}
.content {
  overflow: hidden;
}
.content .innerWrap {
  /*width: 1280px;
  margin: 0 auto;*/
}
.content1 {
  display: flex;
  align-items: center;
}
.content1 .innerWrap {
  position: relative;
  width: 1280px;margin: 10px auto;
}
.content1 .swiper-wrapper {
  padding: 0.2rem 0;
}
.content1 .swiper-slide {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content1 .swiper-slide:hover {
  transform: translateY(-5px);
}
.content1 .swiper-slide:hover p {
  color: #DC30A0;
}
.content1 .swiper-slide img {
  width: 9.54rem;
  vertical-align: middle;margin-bottom: 8px;
}
.content1 .swiper-slide-active p {
  color: #DC30A0;
}
.content1 .endChange .swiper-slide-active p {
  color: #333;
}
.content1 .endChange .swiper-slide.active p {
  color: #DC30A0;
}
.content1 .swiper-button-prev,
.content1 .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 0.25rem;
  height: 0.25rem;
  font-size: 40px;
  color: #b2b2b2;
  top: 50%;
  margin-top: -0.125rem;
  transition: all 0.5s;
  opacity: 1 !important;
}
@media only screen and (max-width: 1440px) {
  .content1 .swiper-button-prev,
  .content1 .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .swiper-button-prev,
  .content1 .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .swiper-button-prev,
  .content1 .swiper-button-next {
    font-size: 24px;
  }
}
.content1 .swiper-button-prev:hover,
.content1 .swiper-button-next:hover {
  color: #d12d25;
}
.content1 .swiper-button-prev {
  font-family: iconfont;
  left: -3.4rem;
  background-image: none;
}
.content1 .swiper-button-prev:before {
  content: "<";
}
.content1 .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: -3.4rem;
}
.content1 .swiper-button-next:before {
  content: ">";
}
.content2 {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 1.1rem 0 0.7rem;
  height: 63.8rem;
}
.content2 .innerWrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  width: 1280px;
margin: 0 auto;
}
.content2 .btnContainer {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.content2 .btnContainer img {
  transition: all 0.5s;
  cursor: pointer;
}
.content2 .btnContainer img:hover {
  width: 0.88rem;
}
.content2 .btnContainer .img1 {
  width: 0.66rem;
  margin-bottom: 0.12rem;
}
.content2 .btnContainer .img2 {
  width: 0.66rem;
}
.content2 .select {
  position: absolute;
  right: 3%;
  top: 30%;
  color: #fff;
  text-align: left;
}
.content2 .select .swiper-container {
  height: 180px;
}
.content2 .select .swiper-container .swiper-wrapper {
  margin-top: 72px;
}
.content2 .select .swiper-container .swiper-slide {
  height: 36px;
  padding: 6px 0;
  cursor: pointer;
}
.content2 .select .swiper-container .swiper-slide p {
  opacity: 0.4;
  line-height: 24px;
  padding-left: 0.25rem;
}
.content2 .select .swiper-container .swiper-slide:hover p {
  opacity: 1;
}
.content2 .select .swiper-container .swiper-slide-active p {
  font-size: 24px;
  opacity: 1;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 1440px) {
  .content2 .select .swiper-container .swiper-slide-active p {
    font-size: 20px;
  }
  .content2{height: 35.8rem;}
}
@media only screen and (max-width: 1200px) {
  .content2 .select .swiper-container .swiper-slide-active p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .select .swiper-container .swiper-slide-active p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .select .swiper-container .swiper-slide-active p {
    font-size: 16px;
  }
}
.content2 .select li {
  font-size: 14px;
  opacity: 0.4;
  cursor: pointer;
  margin-top: 0.16rem;
  padding-left: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .content2 .select li {
    font-size: 12px;
  }
}
.content2 .select li.active {
  font-size: 24px;
  opacity: 1;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 1440px) {
  .content2 .select li.active {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content2 .select li.active {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .select li.active {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .select li.active {
    font-size: 16px;
  }
}
.content2 .product {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.content2 .product.active {
  display: block;
}
.content2 .product > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.content2 .product > a img {
  width: 100%;
  max-width: 1920px;
}
.content2 .product .innerWrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.content2 .product .intro {
  color: #fff;
  text-align: right;
  margin-top: 3.1rem;
  margin-right: 2.2rem;
}
.content2 .product .intro a {
  color: #fff;
}
.content2 .product .intro h2 {
  font-size: 56px;
  font-weight: normal;
}
@media only screen and (max-width: 1440px) {
  .content2 .product .intro h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .product .intro h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .product .intro h2 {
    font-size: 28px;
  }
}
.content2 .product .intro .p1 {
  font-size: 24px;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1440px) {
  .content2 .product .intro .p1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content2 .product .intro .p1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content2 .product .intro .p1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content2 .product .intro .p1 {
    font-size: 16px;
  }
}
.content2 .product .intro .btnBox {
  display: flex;
  justify-content: flex-end;
}
.content2 .product .intro .btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.5s;
}
.content2 .product .intro .btn:hover {
  background: #DC30A0;
  border-color: #DC30A0;
}
.content2 .product .intro .btn1 {
  margin-right: 0.1rem;
}
.section3 {
  position: relative;
}
.section3 .swiper-container {
  height: 100%;
}
.section3 .swiper-pagination {
  position: absolute;
  display: inline-block;
  width: auto !important;
  left: 50%;
  margin-left: -640px;
  text-align: left;
  bottom: 9%;
  z-index: 99;
}
.section3 .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.1rem;
}
.content3 {
  position: relative;
  height: 100%;
  z-index: 98;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content3 .innerWrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.content3 .left {
  width: 48%;
}
.content3 .left ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content3 .left ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  height: 3.2rem;
  padding: 0 0.4rem;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.content3 .left ul li:nth-child(1) {
  border-bottom-color: transparent;
}
.content3 .left ul li:nth-child(3) {
  border-right-color: transparent;
}
.content3 .left ul li:nth-child(6) {
  border-top-color: transparent;
}
.content3 .left ul li:nth-child(2),
.content3 .left ul li:nth-child(5) {
  opacity: 0;
}
.content3 .left ul li:nth-child(2):hover,
.content3 .left ul li:nth-child(5):hover {
  background: none;
}
.content3 .left ul li.active,
.content3 .left ul li:hover {
  background: rgba(218, 34, 52, 0.9);
  border-color: rgba(218, 34, 52, 0.9) !important;
}
.content3 .left ul li.active .iconfont,
.content3 .left ul li:hover .iconfont {
  display: none;
}
.content3 .left ul li.active .p2,
.content3 .left ul li:hover .p2,
.content3 .left ul li.active .p3,
.content3 .left ul li:hover .p3 {
  display: block;
}
.content3 .left ul li i {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
.content3 .left ul li .p1 {
  font-size: 28px;
}
@media only screen and (max-width: 1440px) {
  .content3 .left ul li .p1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content3 .left ul li .p1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content3 .left ul li .p1 {
    font-size: 18px;
  }
}
.content3 .left ul li .p2 {
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
}
.content3 .left ul li .p2,
.content3 .left ul li .p3 {
  color: #fff;
  display: none;
}
.content3 .left ul li a {
  color: #fff;
}
.content3 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 43%;
  padding: 1rem 0;
  color: #fff;
}
.content3 .right h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1440px) {
  .content3 .right h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content3 .right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content3 .right h2 {
    font-size: 24px;
  }
}
.content3 .right p {
  font-size: 24px;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 1440px) {
  .content3 .right p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content3 .right p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content3 .right p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content3 .right p {
    font-size: 16px;
  }
}
.content3 .right .button {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #fff;
}
.content3 .right .button:hover {
  background: #e60111;
  border-color: #e60111;
  color: #fff;
}
.section4 {
  position: relative;
}
.content4 {
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: 90%;
  height: 9.4rem;
}
.content4 .left {
  width: 45%;
}
.content4 .left ul {
  display: flex;
  flex-wrap: wrap;
}
.content4 .left ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  transition: all 0.3s ease-out;
  padding-right: 0.8rem;
  margin-bottom: 0.6rem;
}
.content4 .left ul li:before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid rgba(217, 217, 217, 0.6);
  left: -0.2rem;
  top: 0.6rem;
  z-index: -1;
}
.content4 .left ul li:nth-child(2) .icon {
  background-size: 75%;
}
.content4 .left ul li:nth-child(3) .icon {
  background-size: 65%;
}
.content4 .left ul li:nth-child(4) .icon {
  background-size: 85%;
}
.content4 .left ul li .icon {
  width: 1.2rem;
  height: 1.2rem;
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 0.3rem;
}
.content4 .left ul li .p1 {
  font-size: 18px;
  width: 100%;
  margin-top: 0.3rem;
  text-align: left;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content4 .left ul li .p1 {
    font-size: 16px;
  }
}
.content4 .left ul li .p2 {
  display: flex;
  align-items: flex-start;
  font-size: 48px;
  font-weight: bold;
  line-height: 0.8;
}
@media only screen and (max-width: 1440px) {
  .content4 .left ul li .p2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .content4 .left ul li .p2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content4 .left ul li .p2 {
    font-size: 26px;
  }
}
.content4 .left ul li .p2.top {
  align-items: flex-start;
}
.content4 .left ul li .p2.top .plus {
  color: #333;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .content4 .left ul li .p2.top .plus {
    font-size: 16px;
  }
}
.content4 .left ul li .p2 .title_l {
  margin-right: 0.05rem;
  font-size: 48px;
}
@media only screen and (max-width: 1440px) {
  .content4 .left ul li .p2 .title_l {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .content4 .left ul li .p2 .title_l {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content4 .left ul li .p2 .title_l {
    font-size: 26px;
  }
}
.content4 .left ul li .p2 .title_s {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .content4 .left ul li .p2 .title_s {
    font-size: 16px;
  }
}
.content4 .left ul li .p2 .unit {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .content4 .left ul li .p2 .unit {
    font-size: 16px;
  }
}
.content4 .left .button {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #e1e1e1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.content4 .left .button:hover {
  background: #e60111;
  border-color: #e60111;
  color: #fff;
}
.content4 .right {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  right: 0;
  top: 0;
}
.content4 .right .swiper-container {
  width: 100%;
  height: 100%;
}
.content4 .right .swiper-container .swiper-slide {
  opacity: 0 !important;
}
.content4 .right .swiper-container .swiper-slide-active {
  opacity: 1 !important;
}
.content4 .right .swiper-container .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.content4 .right .swiper-container .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}
.content4 .right .swiper-container .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 0;
}
.content4 .right .swiper-container .swiper-slide .ctx {
  display: flex;
  color: #fff;
  height: 1.85rem;
  align-items: center;
  padding-left: 12%;
  width: 100%;
}
.content4 .right .swiper-container .swiper-slide .ctx::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.85rem;
  left: 6.46%;
  bottom: 0;
  background: linear-gradient(to right, #DC30A0 0%, transparent 90%);
  transform: skewX(-31.2deg);
}
.content4 .right .swiper-container .swiper-slide .ctx .text {
  position: relative;
  width: 100%;
  z-index: 99;
}
.content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p1 {
    font-size: 24px;
  }
}
.content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1440px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content4 .right .swiper-container .swiper-slide .ctx .text .p2 {
    font-size: 16px;
  }
}
.content4 .right .swiper-pagination {
  width: 100%;
  right: 0;
  text-align: right;
  bottom: 0;
}

@-webkit-keyframes halo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes halo {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@-ms-keyframes halo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes halo {
  0% {
    opacity: 0;
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1.2);
  }
}
@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes beat {
  0% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(-20%);
  }
}
@keyframes backgroundAnimate {
  0% {
    background-position: -50px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes slideInToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideInToUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideInToRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideInToDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.isIe .content2 .select .swiper-container .swiper-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .content1 .innerWrap {
    width: 1110px;
  }
  .banner .swiper-slide .ctx {
    width: 1110px;
  }
  .section3 .swiper-pagination {
    width: 1110px;
    margin-left: -555px;
  }
  .section4 .swiper-pagination {
    width: 1110px;
    margin-left: -555px;
  }
  .content4 .right .swiper-pagination {
    margin-left: 0;
  }
  .content6 .ctx .top {
    width: 1110px;
  }
  .content6 .ctx .bottom .swiper-container {
    width: 1110px;
  }
  .content6 .ctx2 {
    width: 1110px;
  }
  .content6 .ctx .bottom .swiper-button-next {
    right: -40px;
  }
  .content6 .ctx .bottom .swiper-button-prev {
    left: -40px;
  }
  .content6 .ctx .bottom .swiper-slide .bottom h2 {
    height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .content1 .innerWrap {
    width: 90%;
  }
  .banner .swiper-slide .ctx {
    width: 90%;
  }
  .section3 .swiper-pagination {
    width: 90%;
    margin-left: -45%;
  }
  .section4 .swiper-pagination {
    width: 90%;
    margin-left: -45%;
  }
  .content6 .ctx .top {
    width: 90%;
  }
  .content6 .ctx .bottom .swiper-container {
    width: 90%;
  }
  .content6 .ctx2 {
    width: 90%;
  }
  .content6 .ctx2 .top {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .content6 .ctx .bottom .swiper-slide .bottom h2 {
    height: 45px;
  }
}
@media screen and (max-width: 1080px) {
  .content3 .left ul li.active .p2,
  .content3 .left ul li:hover .p2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	.unit_l {
    font-size: 40px;
}
  .content1 .swiper-button-prev {
    left: -10px;
  }
  .content1 .swiper-button-next {
    right: -10px;
  }
  .content2 .product .intro {
    right: 0;
  }
  .content2 {
    height: auto;padding: 16.1rem 0 ;
  }
  .content2 .product > a img{width: 200%;
max-width: 1920px;
margin-left: -50%;}
  .content2 .btnContainer {
    bottom: 0;
    top: auto;
  }
  .content2 .innerWrap {
    height: 100%;
    padding-bottom: 140px;
  }
  .content3 .innerWrap {
    flex-direction: column;
  }
  .content3 .innerWrap .left {
    width: 100%;
    height: 70%;
  }
  .content3 .innerWrap .right {
    width: 100%;
  }
  .section3 .swiper-pagination {
    text-align: right;
    left: inherit;
    margin-left: 0;
    right: 50%;
    margin-right: -25%;
  }
  .section4 .swiper-pagination {
    margin-left: 0;
  }
  .content4 .innerWrap {
    flex-direction: column;
  }
  .content4 .innerWrap .left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .content4 .innerWrap .right {
    width: 80%;
  }
  .content4 .right .swiper-container {
    padding-top: 0;
  }
 
}
@media screen and (max-width: 480px) {
  .content2 .product > img {
    width: 100%;
    padding: 1rem 0;
  }
}
