body {
  padding-top: 0;
}
.session_1 .banner-box {
  position: relative;
  width: 100%;
}
.session_1 .banner-box .swiper-slide {
  width: 100%;
}
.session_1 .banner-box .swiper-slide .img-box {
  height: 100vh;
  background-size: cover;
}
.session_1 .banner-box .swiper-button-next,
.session_1 .banner-box .swiper-button-prev {
  width: 90px;
  height: 90px;
  line-height: 90px;
  opacity: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  transition: all .3s;
  border-radius: 100%;
}
.session_1 .banner-box .swiper-button-next span.active,
.session_1 .banner-box .swiper-button-prev span.active {
  display: none;
}
.session_1 .banner-box .swiper-button-next:after,
.session_1 .banner-box .swiper-button-prev:after {
  display: none;
}
.session_1 .banner-box .swiper-button-next:hover,
.session_1 .banner-box .swiper-button-prev:hover {
  background: #d70c19;
}
.session_1 .banner-box .swiper-button-next:hover span,
.session_1 .banner-box .swiper-button-prev:hover span {
  display: none;
}
.session_1 .banner-box .swiper-button-next:hover span.active,
.session_1 .banner-box .swiper-button-prev:hover span.active {
  display: inline-block;
}
.session_1 .banner-box .swiper-button-next {
  right: 20px;
}
.session_1 .banner-box .swiper-button-prev {
  left: 20px;
}
.session_1 .banner-box:hover .swiper-button-next {
  right: 170px;
  opacity: 1;
}
.session_1 .banner-box:hover .swiper-button-prev {
  left: 170px;
  opacity: 1;
}
.session_1 .mouse {
  position: absolute;
  z-index: 998;
  bottom: 50px;
  left: 50%;
  margin-left: -17px;
  animation: down 1.2s infinite;
  -webkit-animation: down 1.2s infinite;
}
.session_2 {
  margin-top: 57px;
  margin-bottom: 50px;
}
.session_2 .title-box {
  text-align: center;
  margin-bottom: 80px;
}
.session_2 .title-box span {
  display: block;
}
.session_2 .title-box h3 {
  font-size: 36px;
  color: #323232;
  line-height: 1;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 25px;
}
.session_2 .centent-box {
  position: relative;
  padding-right: 368px;
  box-sizing: border-box;
}
.session_2 .centent-box .arr-box {
  position: absolute;
  right: 148px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.session_2 .centent-box .arr-box .swiper-button-next,
.session_2 .centent-box .arr-box .swiper-button-prev {
  position: static;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.session_2 .centent-box .arr-box .swiper-button-next:after,
.session_2 .centent-box .arr-box .swiper-button-prev:after {
  display: none;
}
.session_2 .centent-box .arr-box .swiper-button-next img,
.session_2 .centent-box .arr-box .swiper-button-prev img {
  display: inline-block;
  vertical-align: middle;
}
.session_2 .centent-box .arr-box .swiper-button-next img.active,
.session_2 .centent-box .arr-box .swiper-button-prev img.active {
  display: none;
}
.session_2 .centent-box .arr-box .swiper-button-next:hover img,
.session_2 .centent-box .arr-box .swiper-button-prev:hover img {
  display: none;
}
.session_2 .centent-box .arr-box .swiper-button-next:hover img.active,
.session_2 .centent-box .arr-box .swiper-button-prev:hover img.active {
  display: inline-block;
}
.session_2 .centent-box .arr-box em {
  display: inline-block;
  vertical-align: middle;
  height: 59px;
  width: 1px;
  background: #5e5647;
  margin-left: 30px;
  margin-right: 30px;
}
.session_2 .centent-box .title {
  position: absolute;
  right: 100px;
  top: 0;
}
.session_2 .centent-box .item-box {
  position: relative;
}
.session_2 .centent-box .item-box .img-box {
  display: inline-block;
  padding-bottom: 36px;
  padding-right: 60px;
  position: relative;
}
.session_2 .centent-box .item-box .img-box img {
  position: relative;
  z-index: 2;
}
.session_2 .centent-box .item-box .img-box:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  left: 60px;
  background: #f9f9f9;
  border-bottom-right-radius: 60px;
  top: 36px;
}
.session_2 .centent-box .item-box .img-box img {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.session_2 .centent-box .item-box .txt-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.session_3 {
  height: 699px;
  background: url(../images/img_2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 65px;
  box-sizing: border-box;
}
.session_3 .block {
  width: 1200px;
}
.session_3 .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.session_3 .title-box .center {
  position: relative;
  z-index: 2;
}
.session_3 .title-box h3 {
  line-height: 1;
  font-size: 36px;
  color: #323232;
  font-weight: 400;
  margin-bottom: 17px;
}
.session_3 .title-box p {
  font-size: 20px;
  color: #6e6c6c;
  line-height: 1;
}
.session_3 .title-box em {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 134px;
  line-height: 1;
  color: #edeeef;
}
.session_3 .list-box {
  padding-left: 110px;
  padding-right: 110px;
  box-sizing: border-box;
}
.session_3 .list-box .item-box {
  position: relative;
  float: left;
  width: 33.33%;
  height: 234px;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.session_3 .list-box .item-box:nth-child(1),
.session_3 .list-box .item-box:nth-child(4) {
  border-left: none;
}
.session_3 .list-box .item-box:nth-child(4),
.session_3 .list-box .item-box:nth-child(5),
.session_3 .list-box .item-box:nth-child(6) {
  border-bottom: none;
}
.session_3 .list-box .item-box:nth-child(4) .center,
.session_3 .list-box .item-box:nth-child(5) .center,
.session_3 .list-box .item-box:nth-child(6) .center {
  margin-top: 0;
}
.session_3 .list-box .item-box:nth-child(1):before {
  position: absolute;
  content: '';
  width: 110px;
  height: 1px;
  background: #dbdbdb;
  left: -110px;
  bottom: 0;
}
.session_3 .list-box .item-box:nth-child(3):before {
  position: absolute;
  content: '';
  width: 110px;
  height: 1px;
  background: #dbdbdb;
  right: -110px;
  bottom: 0;
}
.session_3 .list-box .item-box .center {
  position: relative;
  height: 175px;
  margin-top: 58px;
  transition: all .3s;
}
.session_3 .list-box .item-box .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
  color: #fff;
  height: 100%;
  padding-top: 30px;
  box-sizing: border-box;
  transition: all .3s;
}
.session_3 .list-box .item-box .info-box h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  transform: translateX(-80px);
  transition: all .4s;
}
.session_3 .list-box .item-box .info-box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
  transform: translateX(80px);
  transition: all .4s;
}
.session_3 .list-box .item-box .title {
  text-align: center;
  color: #323232;
  font-size: 24px;
  font-weight: 400;
  line-height: 175px;
  -webkit-font-smoothing: antialiased;
}
.session_3 .list-box .item-box .title img {
  margin-right: 19px;
}
.session_3 .list-box .item-box:hover .center {
  background: #e62129;
}
.session_3 .list-box .item-box:hover .title {
  display: none;
}
.session_3 .list-box .item-box:hover .info-box {
  opacity: 1;
  transform: translateY(0px);
}
.session_3 .list-box .item-box:hover .info-box h3,
.session_3 .list-box .item-box:hover .info-box p {
  transform: translateX(0px);
}
.session_4 {
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 85px;
}
.session_4 .left-box {
  float: left;
  width: 855px;
  padding-right: 35px;
  box-sizing: border-box;
}
.session_4 .left-box .en-title {
  text-align: right;
  height: 178px;
  line-height: 178px;
  padding-right: 20px;
  position: relative;
}
.session_4 .left-box .en-title:before {
  position: absolute;
  content: '';
  width: 800px;
  height: 1px;
  background: #ebebeb;
  left: -340px;
  top: 50%;
}
.session_4 .left-box .des-box h3 {
  font-weight: 400;
  font-size: 28px;
  color: #323232;
  line-height: 1;
  margin-bottom: 25px;
}
.session_4 .left-box .des-box p {
  font-size: 16px;
  line-height: 2;
  color: #2d2d2d;
}
.session_4 .left-box .list-box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.session_4 .left-box .list-box .item-box h3 {
  position: relative;
  font-size: 36px;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-bottom: 10px;
}
.session_4 .left-box .list-box .item-box h3 em {
  position: absolute;
  font-style: normal;
  font-size: 14px;
  color: #323232;
  margin-left: 10px;
  top: -5px;
}
.session_4 .left-box .list-box .item-box h3 i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #323232;
  margin-left: 4px;
  font-style: normal;
}
.session_4 .left-box .list-box .item-box p {
  font-size: 22px;
  color: #323232;
  -webkit-font-smoothing: antialiased;
}
.session_4 .right-box {
  position: relative;
  float: left;
  width: 745px;
}
.session_4 .right-box a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 168px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.session_4 .right-box a span {
  position: relative;
  font-size: 15px;
  color: #2d2d2d;
}
.session_4 .right-box a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e72e35;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.session_4 .right-box a:hover:before,
.session_4 .right-box a:focus:before,
.session_4 .right-box a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.session_4 .right-box a:hover {
  border-color: #e72e35 !important;
}
.session_4 .right-box a:hover span {
  color: #fff;
}
.session_5 {
  height: 756px;
  background: url(../images/img_5.jpg);
  padding-top: 70px;
  box-sizing: border-box;
}
.session_5 .centent-box {
  position: relative;
  padding-left: 85px;
  box-sizing: border-box;
}
.session_5 .centent-box .title-icon {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.session_5 .left-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 100px;
}
.session_5 .left-box .center {
  position: relative;
  z-index: 2;
  background: #e62129;
}
.session_5 .left-box:before {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  content: '';
  right: -30px;
  left: 30px;
  top: 20px;
  bottom: -20px;
}
.session_5 .left-box .txt-box {
  padding-top: 55px;
  padding-bottom: 55px;
}
.session_5 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 760px;
}
.session_5 .right-box .title-box {
  margin-bottom: 48px;
}
.session_5 .right-box .title-box h3 {
  color: #fff;
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 17px;
}
.session_5 .right-box .title-box p {
  font-size: 20px;
  color: #ffffff;
}
.session_5 .right-box .des-box p {
  font-size: 16px;
  color: #fff;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
}
.session_5 .right-box .des-box .list-box {
  margin-top: 25px;
}
.session_5 .right-box .des-box .list-box .item-box {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.session_5 .right-box .des-box .list-box .item-box .icon-box {
  display: inline-block;
  width: 82px;
  height: 82px;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 81px;
  text-align: center;
  transition: all .3s;
}
.session_5 .right-box .des-box .list-box .item-box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-top: 18px;
}
.session_5 .right-box .des-box .list-box .item-box:hover .icon-box {
  background: #e62129;
  border-color: #e62129;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.session_5 .right-box .des-box .list-box .item-box:hover p {
  color: #e62129;
}
.session_5 .right-box .des-box a {
  position: relative;
  display: block;
  width: 168px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 65px;
  cursor: pointer;
}
.session_5 .right-box .des-box a span {
  position: relative;
  font-size: 15px;
  color: #fff;
}
.session_5 .right-box .des-box a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e72e35;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.session_5 .right-box .des-box a:hover:before,
.session_5 .right-box .des-box a:focus:before,
.session_5 .right-box .des-box a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.session_5 .right-box .des-box a:hover {
  border-color: transparent!important;
}
.session_5 .right-box .des-box a:hover span {
  color: #fff;
}
.session_6 {
  height: 852px;
  background: url(../images/img_6.jpg) center center no-repeat;
  padding-top: 70px;
  box-sizing: border-box;
}
.session_6 .left-box {
  float: left;
}
.session_6 .left-box .title-box {
  margin-bottom: 100px;
}
.session_6 .left-box .title-box h3 {
  font-size: 36px;
  color: #323232;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
}
.session_6 .left-box .title-box p {
  font-size: 20px;
  color: #6e6c6c;
  -webkit-font-smoothing: antialiased;
}
.session_6 .right-box {
  float: right;
  padding-top: 60px;
  width: 946px;
}
.session_6 .right-box .item-box {
  position: relative;
  float: left;
  width: 314px;
  height: 314px;
  border: 1px solid #cdcdcd;
  margin-left: -1px;
  margin-top: -1px;
}
.session_6 .right-box .item-box:nth-child(1) {
  opacity: 0;
}
.session_6 .right-box .item-box .center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.session_6 .right-box .item-box .center .icon-box {
  height: 65px;
  line-height: 65px;
}
.session_6 .right-box .item-box .center .icon-box img {
  vertical-align: top;
}
.session_6 .right-box .item-box .center h3 {
  font-size: 18px;
  color: #464646;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 16px;
}
.session_6 .right-box .item-box .center p {
  font-size: 14px;
  color: #818181;
  line-height: 1.6;
}
.session_7 {
  position: relative;
  margin-top: 50px;
  padding-bottom: 100px;
}
.session_7 .title-box {
  text-align: center;
  margin-bottom: 55px;
}
.session_7 .title-box h3 {
  font-size: 36px;
  color: #323232;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}
.session_7 .title-box p {
  font-size: 20px;
  color: #6a6969;
  -webkit-font-smoothing: antialiased;
}
.session_7 .title-icon {
  position: absolute;
  bottom: 120px;
  right: 0;
}
.session_7 .list-box .row {
  margin-left: -34px;
  margin-right: -34px;
}
.session_7 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 34px;
  padding-right: 34px;
  box-sizing: border-box;
}
.session_7 .list-box .item-box .img-box {
  overflow: hidden;
}
.session_7 .list-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_7 .list-box .item-box .txt-box {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  position: relative;
}
.session_7 .list-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e72e35;
  transition: all .3s;
}
.session_7 .list-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #e62129;
  font-weight: 400;
  margin-bottom: 4px;
}
.session_7 .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #999999;
}
.session_7 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_7 .list-box .item-box:hover .txt-box {
  opacity: 1;
}
.session_7 .list-box .item-box:hover .txt-box:before {
  width: 100%;
}
.session_8 .title-box {
  height: 294px;
  background: url(../images/img_10.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 110px;
  box-sizing: border-box;
  margin-bottom: 74px;
}
.session_8 .title-box h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.session_8 .title-box p {
  font-size: 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.session_8 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 90px;
  padding-right: 90px;
  box-sizing: border-box;
}
.session_8 .centent-box .item-box {
  padding-bottom: 65px;
}
.session_8 .centent-box .item-box .title {
  margin-bottom: 20px;
}
.session_8 .centent-box .item-box .title span {
  font-size: 20px;
  color: #595959;
}
.session_8 .centent-box .item-box .title p {
  font-size: 20px;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 32px;
  -webkit-font-smoothing: antialiased;
}
.session_8 .centent-box .item-box .des-box p {
  line-height: 2.4;
  margin-bottom: 20px;
  color: #323232;
  -webkit-font-smoothing: antialiased;
}
.session_8 .centent-box .item-box .des-box a {
  font-size: 16px;
  color: #323232;
}
.session_8 .centent-box .item-box:hover .title p {
  color: #e72e35;
}
.session_8 .centent-box .item-box:hover .des-box a {
  color: #e72e35;
}
@media screen and (max-width: 1700px) {
  .session_2 .centent-box {
    padding-right: 280px;
  }
  .session_2 .centent-box .title {
    right: 40px;
  }
  .session_2 .centent-box .arr-box {
    right: 80px;
  }
  .session_2 .centent-box .item-box {
    width: 100%;
  }
  .session_2 .centent-box .item-box .img-box {
    padding-right: 0;
  }
  .session_2 .centent-box .item-box .img-box:before {
    left: 30px;
    width: 90%;
  }
  .session_2 .centent-box .item-box .img-box img {
    width: 90%;
  }
  .session_2 .centent-box .item-box .txt-box {
    right: 0;
  }
  .session_4 .left-box {
    width: 700px;
  }
  .session_4 .left-box .en-title {
    height: 145px;
    line-height: 145px;
  }
  .session_4 .left-box .en-title:before {
    left: -490px;
  }
  .session_4 .right-box {
    width: 600px;
  }
  .session_4 .right-box .img-box img {
    width: 100%;
  }
  .session_5 .left-box {
    margin-right: 80px;
  }
  .session_5 .left-box .center .img-box img {
    width: 420px;
  }
  .session_5 .left-box .center .txt-box img {
    width: 320px;
  }
  .session_5 .right-box {
    width: 580px;
  }
  .session_5 .right-box .title-box h3 {
    line-height: 1.6;
    font-size: 32px;
  }
  .session_6 .right-box {
    width: 784px;
  }
  .session_6 .right-box .item-box {
    width: 260px;
    height: 260px;
  }
  .session_8 .centent-box .col-md-4 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
/*# sourceMappingURL=index.css.map */