a.public-more {
  display: inline-block;
  width: 140px ;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 8px;
  color: #fff;
  font-size: 15px;
}
a.public-more img {
  position: relative;
  height: 16px;
  left: 0;
  transition: all 0.2s;
}
a.public-more:hover img {
  left: -5px;
  height: 14px;
}
.session_1 {
  position: relative;
}
.session_1 .banner-box {
  position: relative;
  height: 100vh;
  width: 100%;
}
.session_1 .banner-box .img-box > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.session_1 .banner-box .txt-box {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.session_1 .banner-box .txt-box h3 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 15px;
}
.session_1 .banner-box .txt-box h3 span {
  color: #FF4D0F;
  display: inline-block;
  margin-left: 20px;
}
.session_1 .banner-box .txt-box p {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-family: DIN-Light, DIN;
  font-weight: 300;
  line-height: 1.1;
}
.session_1 .banner-box .txt-box p span {
  position: relative;
  z-index: 2;
}
.session_1 .banner-box .txt-box p:before {
  position: absolute;
  content: '';
  
  height: 16px;
  background-color: #FF4D0F;
  bottom: 2px;
  right: 0;left:0;
}
.session_1 .banner-box .txt-box .more-box {
  margin-top: 8%;
}
.session_1 .bottom-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 10%;
  z-index: 999;
}
.session_1 .bottom-box .centent-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_1 .bottom-box .centent-box .down {
  width: 62px;
  height: 62px;
  border: 1px dashed #fff;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
}
.session_1 .bottom-box .centent-box .down img {
  animation: down 0.8s infinite;
  -webkit-animation: down 0.8s infinite;
  margin-top: -8px;
}
.session_1 .bottom-box .centent-box .swiper-pagination {
  position: static;
}
.session_1 .bottom-box .centent-box .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin-left: 20px;
  border-radius: 0;
  opacity: 1;
}
.session_1 .bottom-box .centent-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF4D0F;
}
.session_2 {
  background: url(../images/img_2.jpg) center center no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  padding-top: 145px;
  padding-bottom: 27px;
  overflow: hidden;
  box-sizing: border-box;
}
.session_2 .item-box {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 160px;
  box-sizing: border-box;
  border: 1px solid #fff;
  height: 654px;
}
.session_2 .item-box .one-box {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.session_2 .item-box .one-box .img-box {
  width: 100%;
  height: 316px;
  margin-bottom: 40px;
}
.session_2 .item-box .one-box .img-box img {
  max-width: 80%;
  max-height: 100%;
}
.session_2 .item-box .one-box .txt-box {
  text-align: left;
  padding-left: 15%;
  padding-right: 15%;
  box-sizing: border-box;
}
.session_2 .item-box .one-box .txt-box .info-box h3 {
  font-size: 26px;
  color: #002B52;
}
.session_2 .item-box .one-box .txt-box .info-box p {
  color: #002B52;
  font-size: 12px;
}
.session_2 .item-box .one-box .txt-box .other-box {
  margin-top: 50px;
  box-sizing: border-box;
  text-align: left;
}
.session_2 .item-box .one-box .txt-box .other-box p {
  font-size: 12px;
  color: #002B52;
  margin-bottom: 5px;
}
.session_2 .item-box .one-box .txt-box .other-box span img {
  width: 24px;
}
.session_2 .item-box .one-box .txt-box .other-box span img.active {
  display: none;
}
.session_2 .item-box:hover .one-box {
  margin-top: -20px;
}
.session_2 .item-box:hover .one-box .txt-box .other-box p {
  color: #FF4D0F;
}
.session_2 .item-box:hover .one-box .txt-box .other-box span img {
  display: none;
}
.session_2 .item-box:hover .one-box .txt-box .other-box span img.active {
  display: inline-block;
}
.session_2 .item-box .two-box {
  position: absolute;
  top: 0;
  right: -340px;
  margin-left: -1px;
  width: 340px;
  height: 100%;
  background: #FAF6F5;
  z-index: 999;
  display: none;
  padding: 10%;
  padding-top: 70px;
  border: 1px solid #FF4D0F;
  box-sizing: border-box;
}
.session_2 .item-box .two-box::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 46px;
  background: url(../images/icon_6.png);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
}
.session_2 .item-box .two-box span {
  font-size: 108px;
  line-height: 108px;
  color: #FFD8CB;
  position: absolute;
  top: 10px;
  left: 10%;
}
.session_2 .item-box .two-box p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #002B52;
  line-height: 1.8;
}
.session_2 .swiper-slide {
  width: 320px!important;
}
.session_2 .swiper-slide.active .item-box {
  border: 1px solid #FF4D0F;
}
.session_2 .swiper-slide.active .item-box .one-box {
  margin-top: -20px;
}
.session_2 .swiper-slide.active .item-box .two-box {
  opacity: 1;
  display: block;
}
.session_2 .bottom-box {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.session_2 .bottom-box .swiper-button-next,
.session_2 .bottom-box .swiper-button-prev {
  position: static;
  display: inline-block;
  margin: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 0;
}
.session_2 .bottom-box .swiper-button-next::after,
.session_2 .bottom-box .swiper-button-prev::after {
  vertical-align: middle;
  font-size: 30px;
  color: #333;
}
.session_2 .bottom-box .swiper-button-next:hover,
.session_2 .bottom-box .swiper-button-prev:hover {
  background-color: #FF4D0F;
}
.session_2 .bottom-box .swiper-button-next:hover::after,
.session_2 .bottom-box .swiper-button-prev:hover::after {
  color: #fff;
}
.session_2 .bottom-box .mouse {
  margin-left: 160px;
  margin-right: 160px;
}
.session_3 {
  position: relative;
  background: url(../images/img_4.jpg) right center no-repeat;
  background-size: 100% 100%;
  padding-top: 190px;
  padding-bottom: 220px;
  height: 780px;
  box-sizing: border-box;
}
.session_3 .centent-box {
  display: flex;
  justify-content: space-between;
}
.session_3 .centent-box .left-box .title-box h3 {
  font-size: 55px;
  color: #000000;
  margin-bottom: 10px;
}
.session_3 .centent-box .left-box .title-box h3 span {
  color: #FF4D0F;
}
.session_3 .centent-box .left-box .title-box p {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #000;
  font-family: 'DIN-Light, DIN';
  font-weight: 300;
}
.session_3 .centent-box .left-box .title-box p span {
  position: relative;
  z-index: 9;
}
.session_3 .centent-box .left-box .title-box p::before {
  position: absolute;
  content: '';
  width: 68px;
  height: 16px;
  background-color: #FF4D0F;
  bottom: 2px;
  right: 0;
}
.session_3 .centent-box .left-box .info-box {
  margin-top: 30px;
}
.session_3 .centent-box .left-box .info-box p {
  color: #333;
  line-height: 1.8;
}
.session_3 .centent-box .left-box .more-box {
  margin-top: 30px;
}
.session_3 .centent-box .left-box .more-box a {
  border-color: #333;
  color: #333;
}
.session_3 .right-box {
  position: absolute;
  top: 415px;
  right: 2.2%;
  width: 53.5%;
}
.session_3 .right-box .list-box {
  display: flex;
}
.session_3 .right-box .list-box .item-box {
  width: 100%;
  height: 141px;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.session_3 .right-box .list-box .item-box h3 em {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: #FF4D0F;
}
.session_3 .right-box .list-box .item-box h3 span {
  font-size: 12px;
  color: #002B52;
}
.session_3 .right-box .list-box .item-box p {
  font-size: 12px;
  color: #002B52;
}
.session_4 {
  background: url(../images/img_2.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  box-sizing: border-box;
  padding-bottom: 120px;
  overflow: hidden;
}
.session_4 .top-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.session_4 .top-box .title-box h3 {
  font-size: 55px;
  color: #000000;
  margin-bottom: 10px;
}
.session_4 .top-box .title-box p {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #000;
  font-family: 'DIN-Light, DIN';
  font-weight: 300;
  padding-right: 180px;
}
.session_4 .top-box .title-box p a.public-more {
  position: absolute;
  right: 0;
  border-color: #FF4D0F;
  color: #FF4D0F;
  top: -6px;
}
.session_4 .top-box .right-box ul {
  font-size: 0;
}
.session_4 .top-box .right-box ul li {
  position: relative;
  display: inline-block;
  margin-left: 60px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.session_4 .top-box .right-box ul li span {
  position: relative;
}
.session_4 .top-box .right-box ul li::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 100px;
  background: #FF4D0F;
  bottom: 4px;
  opacity: 0;
}
.session_4 .top-box .right-box ul li.active::before,
.session_4 .top-box .right-box ul li:hover::before {
  opacity: 1;
}
.session_4 .news-box {
  display: none;
}
.session_4 .news-box.active {
  display: block;
}
.session_4 .news-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.session_4 .news-box .col-md-5,
.session_4 .news-box .col-md-6,
.session_4 .news-box .col-md-7 {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.session_4 .item-box {
  background-color: #fff;
}
.session_4 .item-box .img-box {
  overflow: hidden;
}
.session_4 .item-box .img-box img {
  transition: all 0.3s;
}
.session_4 .item-box:hover .img-box img {
  transform: scale(1.2);
}
.session_4 .col-md-5 {
  width: 43%;
}
.session_4 .col-md-5 .item-box .img-box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.session_4 .col-md-5 .item-box .txt-box {
  position: relative;
  color: #000;
  padding: 30px;
  box-sizing: border-box;
  height: 295px;
}
.session_4 .col-md-5 .item-box .txt-box h3 {
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.session_4 .col-md-5 .item-box .txt-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.session_4 .col-md-5 .item-box .txt-box .bottom-box {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_4 .col-md-5 .item-box .txt-box .bottom-box span {
  color: #333;
  font-size: 15px;
}
.session_4 .col-md-7 {
  width: 57%;
}
.session_4 .col-md-6 {
  width: 50%;
  margin-top: 35px;
}
.session_4 .col-md-6:nth-child(1) {
  margin-top: 0;
}
.session_4 .col-md-6:nth-child(2) {
  margin-top: 0;
}
.session_4 .col-md-6 .item-box {
  height: 275px;
  background-color: #fff;
}
.session_4 .col-md-6 .picture-box {
  position: relative;
}
.session_4 .col-md-6 .picture-box .img-box {
  height: 100%;
  position: relative;
}
.session_4 .col-md-6 .picture-box .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.session_4 .col-md-6 .picture-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.session_4 .col-md-6 .picture-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  color: #fff;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.session_4 .col-md-6 .txt-box {
  position: relative;
}
.session_4 .col-md-6 .txt-box a {
  display: block;
  height: 100%;
  padding: 30px 24px;
  box-sizing: border-box;
}
.session_4 .col-md-6 .txt-box::before {
  position: absolute;
  left: 0;
  height: 6px;
  background-color: #FF4D0F;
  width: 0;
  transition: all 0.3s;
  content: '';
  bottom: 0;
}
.session_4 .col-md-6 .txt-box p {
  color: #002B52;
  font-size: 16px;
  line-height: 1.8;
}
.session_4 .col-md-6 .txt-box .bottom-box {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_4 .col-md-6 .txt-box .bottom-box span {
  color: #000;
}
.session_4 .col-md-6 .txt-box:hover::before {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .session_1 .banner-box .txt-box .more-box {
    margin-top: 6%;
  }
  .session_4 .news-box .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .session_4 .col-md-5 .item-box .img-box img {
    height: 500px;
  }
  .session_4 .news-box .col-md-5,
  .session_4 .news-box .col-md-6,
  .session_4 .news-box .col-md-7 {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .session_4 .col-md-6 {
    margin-top: 25px;
  }
  .session_4 .col-md-6 .item-box {
    height: 248px;
  }
  .session_4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=./index.css.map */