.section1{
  position: relative;
  padding-top: 110px;
}

.section1 .banner .swiper-pagination{
  position: absolute;
  bottom: 47%;
  left: 119px;
  width: fit-content;
}

.section1 .text{
  width: fit-content;
  position: absolute;
  /* bottom: 553px; */
  bottom: 51%;
  left: 119px;
  z-index: 100;
}

.section1 .text .line-one{
  font-size: 60px;
  font-family: HelveticaInserat-Roman-SemiBold;
  font-weight: 400;
  color: #565B6E;
  line-height: 65px;
  margin-bottom: 24px;
}

.section1 .text .line-two{
  font-size: 26px;
  font-family: Helvetica;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.section2 {
  display: flex;
  justify-content: center;
  margin-top: 95px;
}

.section2 > div {
  width: 80%;
}

.section2 .title p {
  font-size: 36px;
  font-family: Helvetica;
  font-weight: bold;
  color: #d42829;
  line-height: 32px;
  text-align: center;
  margin-bottom: 52px;
}

.section2 .carousel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.section2 .carousel #small-page{
  position: absolute;
  bottom: -16%;
}

.section2 .carousel .item:hover::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/*.section2 .carousel .item:hover > .text>.move {*/
/*  opacity: 1;*/
/*}*/

.section2 .carousel .item {
  position: relative;
  position: relative;
}

.section2 .carousel .item .text{
  width: fit-content;
  position: absolute;
  color: white;
  top: 46px;
  left: 43px;
  z-index: 99;
}

.section2 .carousel .item .text .move{
  transition: 0.6s;
  display: none;
}

.section2 .carousel .item .text .tip{
  font-size: 22px;
  font-family: Helvetica;
  font-weight: bold;
  line-height: 64px;
}

.section2 .carousel .item .text p{
  width: fit-content;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 36px;
}

.section3 {
  background: #f5f5f5;
  margin-top: 180px;
  display: flex;
  justify-content: center;
  height: 800px;
}

.section3 > div {
  width: 80%;
  margin: 130px auto;
}

.section3 .top {
  display: flex;
  justify-content: space-between;
}

.section3 .top .left {
  width: 720px;
}

.section3 .left .title {
  font-size: 36px;
  font-family: Helvetica;
  font-weight: bold;
  color: #d42829;
  line-height: 32px;
  display: block;
  margin-top: 20px;
}

.section3 .left img{
  width: 49px;
}

.section3 .left p {
  width: 646px;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-top: 33px;
}

.section3 .left .more {
  text-decoration: none;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  line-height: 55px;
  transition: 0.6s;
}

.section3 .left .morebtn {
  width: 160px;
  height: 55px;
  box-sizing: border-box;
  background: #d70c25;
  margin-top: 56px;
  display: flex;
  align-items: center;
}

.section3 .left .more:hover{
  color: #d70c25;
  background: white;
  border: 4px solid #d70c25;
  box-shadow: #666666;
  box-sizing: border-box;
}

.section3 .right {
  width: 700px;
  overflow: hidden;
}

.section3 .right:hover img{
  transform: scale(1.1);
}

.section3 .bottom {
  display: flex;
  height: 160px;
  background: #ffffff;
}

.section3 .bottom .item {
  height: 160px;
  justify-content: center;
  margin: 0 auto;
  border-right: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  font-size: 42px;
  font-family: Helvetica;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

.section3 .bottom .item > div {
  margin: 0 auto;
  width: 242px;
}

.section3 .bottom .item p {
  width: 239px;
  height: 35px;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
}

.section4 {
  margin-top: 102px;
  width: 100%;
}

.section4 > div {
  width: 80%;
  margin: 0 auto;
}

.section4 .title p {
  font-size: 36px;
  font-family: Helvetica;
  font-weight: bold;
  color: #d42829;
  line-height: 32px;
  text-align: center;
}

.section4 .arrivals {
  display: flex;
  margin: 55px auto;
  justify-content: center;
}

.section4 .arrivals > div {
  display: flex;
  justify-content: space-between;
}

.section4 .arrivals .item {
  width: 260px;
  height: 400px;
  /* width: 15%;
  height: 133%; */
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

.section4 .arrivals .item:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #d42829;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left top;
  z-index: 2;
  transform: scaleX(0);
}

.section4 .arrivals .item:after {
  position: absolute;
  right: 0;
  top: 0;
  background: #d42829;
  content: "";
  width: 2px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  z-index: 2;
  transform-origin: left top;
  transform: scaleY(0);
}

.section4 .arrivals .item:hover:before {
  transform: scaleX(1);
}

.section4 .arrivals .item:hover:after {
  transform: scaleY(1);
  transition-delay: 0.4s;
}

.section4 .arrivals .item i:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #d42829;
  content: "";
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: right top;
  transform: scaleX(0);
  z-index: 2;
}

.section4 .arrivals .item i:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d42829;
  content: "";
  width: 2px;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  transform-origin: left bottom;
  transform: scaleY(0);
  z-index: 2;
}

.section4 .arrivals .item:hover i:before {
  transform: scaleX(1);
  transition-delay: 0.8s;
}

.section4 .arrivals .item:hover i:after {
  transform: scaleY(1);
  transition-delay: 1.2s;
}



.section4 .arrivals .item img {
  width: 100%;
  overflow: hidden;
}

.section4 .arrivals .item p {
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin-top: 71px;
}

@media screen and (min-width:1920px) {
  .section4 .arrivals .item {
    width: 18%;
    height: 600px;
  }
}
