.session_1 {
  position: relative;
}
.session_1 .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.session_1 .swiper-slide .item-box {
  position: relative;
  height: 689px;
  width: 100%;
}
.session_1 .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.session_1 .swiper-slide .img-box .img {
  background-size: cover;
  position: absolute;
  left: -5%;
  display: block;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 110% !important;
}
.session_1 .swiper-slide .centent-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.session_1 .swiper-slide .centent-box .centent-block {
  position: relative;
  height: 100%;
}
.session_1 .swiper-slide .centent-box .centent-block .info-box {
  position: absolute;
  right: 180px;
  bottom: 25%;
}
.session_1 .swiper-slide.swiper-slide-active .img-box .img {
  -webkit-animation: imgMove 6s linear;
  -moz-animation: imgMove 6s linear;
  animation: imgMove 6s linear;
}
.session_1 .swiper-pagination {
  bottom: 30px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
  opacity: .6;
  background: #fff;
  vertical-align: middle;
  transition: all .3s;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: transparent;
}
.session_1 .arr-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.session_1 .arr-box .swiper-button-prev:before {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #bfbfbf;
  content: '';
}
.session_1 .arr-box .swiper-button-next,
.session_1 .arr-box .swiper-button-prev {
  position: relative;
  float: right;
  width: 80px;
  height: 80px;
  background: #f5f6fb;
  right: 0;
  left: 0;
}
.session_1 .arr-box .swiper-button-next:after,
.session_1 .arr-box .swiper-button-prev:after {
  font-size: 20px;
  color: #333;
}
.session_1 .arr-box .swiper-button-next .img-box,
.session_1 .arr-box .swiper-button-prev .img-box {
  position: absolute;
  left: 80px;
  height: 80px;
  width: 150px;
  border: 1px solid #f5f6fb;
  box-sizing: border-box;
  background-size: cover;
}
@-webkit-keyframes imgMove {
  0% {
    left: -10%;
  }
  100% {
    left: -5%;
  }
}
@-moz-keyframes imgMove {
  0% {
    left: -10%;
  }
  100% {
    left: -5%;
  }
}
@keyframes imgMove {
  0% {
    left: -10%;
  }
  100% {
    left: -5%;
  }
}
.session_2 {
  margin-top: 90px;
  padding-left: 510px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 110px;
}
.session_2 .title-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
.session_2 .title-box h3 {
  line-height: 1;
  margin-bottom: 10px;
}
.session_2 .title-box span {
  font-size: 24px;
  color: #5a5a5a;
}
.session_2 .txt-box dl {
  margin-bottom: 60px;
}
.session_2 .txt-box dt {
  font-size: 30px;
  color: #5a5a5a;
}
.session_2 .txt-box dd {
  line-height: 1.8;
  color: #4f4f4f;
}
.session_2 .more-box a {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  width: 185px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #8c8c8c;
  transition: all .3s;
}
.session_2 .more-box a img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.session_2 .more-box a img.active {
  display: none;
}
.session_2 .more-box a:hover {
  background: #6a2134;
  border-color: #6a2134;
  color: #fff;
}
.session_2 .more-box a:hover img {
  display: none;
}
.session_2 .more-box a:hover img.active {
  display: inline-block;
}
.session_2 .box {
  margin-top: 50px;
}
.session_2 .box p {
  letter-spacing: 40px;
  line-height: 1;
  margin-top: 20px;
  padding-left: 100px;
}
.session_2 .box .img-box {
  position: relative;
  overflow: hidden;
}
.session_2 .box .img-box > img {
  width: 100%;
  transition: all .6s;
}
.session_2 .box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.session_2 .box .img-box .icon-box img {
  width: 20px;
  vertical-align: middle;
}
.session_2 .box .img-box .icon-box .line-box {
  position: absolute;
  transform: scale(0.6);
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  left: -12px;
  top: -12px;
  transition: all .6s;
}
.session_2 .box .img-box .icon-box .line-box:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  left: -12px;
  top: -12px;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}
.session_2 .box .img-box:hover > img {
  transform: scale(1.1);
}
.session_2 .box .img-box:hover .line-box {
  transform: scale(1);
}
.session_3 {
  height: 481px;
  background: url(../image/img_2.jpg) center center no-repeat;
  padding-top: 120px;
  box-sizing: border-box;
}
.session_3 .title-box {
  text-align: center;
}
.session_3 .title-box h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: '微软雅和';
  line-height: 1;
  margin-bottom: 20px;
}
.session_3 .title-box p {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.session_3 .list-box {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}
.session_3 .list-box .item-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  margin-right: 16px;
}
.session_3 .list-box .item-box p {
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  color: #ffffff;
}
.session_3 .more-box {
  text-align: center;
  margin-top: 55px;
}
.session_3 .more-box a {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  width: 185px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  transition: all .3s;
  color: #fff;
}
.session_3 .more-box a img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.session_3 .more-box a img.active {
  display: none;
}
.session_3 .more-box a:hover {
  background: #6a2134;
  border-color: #6a2134;
}
.session_4 {
  margin-top: 35px;
  font-size: 0;
  margin-bottom: 128px;
}
.session_4 .left-box {
  float: left;
  width: 50%;
  padding-top: 35px;
  box-sizing: border-box;
}
.session_4 .left-box h3 {
  font-family: '微软雅和';
  font-size: 36px;
  color: #3a3939;
  font-weight: 700;
}
.session_4 .left-box .list-box {
  width: 520px;
  margin-top: 40px;
}
.session_4 .left-box .list-box .item-box {
  position: relative;
  float: left;
  width: 33.33%;
  border-left: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 40px;
  font-size: 0;
  padding-bottom: 10px;
  cursor: pointer;
}
.session_4 .left-box .list-box .item-box:before {
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  width: 0;
  bottom: 0;
  background: #801a30;
  transition: all .3s;
}
.session_4 .left-box .list-box .item-box .icon-box {
  display: inline-block;
  margin-right: 18px;
}
.session_4 .left-box .list-box .item-box .icon-box img.active {
  display: none;
}
.session_4 .left-box .list-box .item-box .txt-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.session_4 .left-box .list-box .item-box:nth-child(1),
.session_4 .left-box .list-box .item-box:nth-child(4) {
  border-left: none;
  padding-left: 15px;
  width: 31%;
}
.session_4 .left-box .list-box .item-box:hover:before,
.session_4 .left-box .list-box .item-box.active:before {
  width: 150px;
}
.session_4 .left-box .list-box .item-box:hover .icon-box img,
.session_4 .left-box .list-box .item-box.active .icon-box img {
  display: none;
}
.session_4 .left-box .list-box .item-box:hover .icon-box img.active,
.session_4 .left-box .list-box .item-box.active .icon-box img.active {
  display: inline-block;
}
.session_4 .left-box h4 {
  font-family: '微软雅和';
  font-size: 30px;
  color: #3a3939;
  font-weight: 700;
}
.session_4 .right-box {
  float: right;
  width: 635px;
}
.session_4 .right-box .item-box {
  width: 635px;
  background: #f3f3f3;
}
.session_4 .right-box .item-box .img-box {
  position: relative;
}
.session_4 .right-box .item-box .img-box img {
  width: 100%;
}
.session_4 .right-box .item-box .img-box .nub-box {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 20px;
  color: #fff;
  font-size: 19px;
}
.session_4 .right-box .item-box .img-box .nub-box span {
  font-size: 30px;
  color: #801a30;
  vertical-align: bottom;
}
.session_4 .right-box .item-box .img-box .nub-box em {
  width: 1px;
  height: 30px;
  background: #fff;
  display: inline-block;
  transform: rotate(20deg);
  vertical-align: bottom;
  margin-right: 8px;
}
.session_4 .right-box .item-box .txt-box {
  padding-top: 25px;
  padding-left: 38px;
  box-sizing: border-box;
  height: 92px;
}
.session_4 .right-box .item-box .txt-box h3 {
  position: relative;
  color: #801a30;
  font-size: 16px;
}
.session_4 .right-box .item-box .txt-box h3:before {
  position: absolute;
  content: '';
  height: 4px;
  background: #801a30;
  width: 20px;
  left: -38px;
  top: 10px;
}
.session_4 .right-box .item-box .txt-box p {
  font-size: 14px;
  color: #3c3c3c;
}
.session_4 .right-box .arr-box {
  position: absolute;
  bottom: 30px;
  right: 13px;
  z-index: 999;
}
.session_4 .right-box .arr-box .swiper-button-next,
.session_4 .right-box .arr-box .swiper-button-prev {
  display: inline-block;
  position: static;
  margin-top: 0;
  width: 18px;
  height: 24px;
  margin-right: 25px;
  background-image: url(../image/icon_17.png);
}
.session_4 .right-box .arr-box .swiper-button-next:after,
.session_4 .right-box .arr-box .swiper-button-prev:after {
  display: none;
}
.session_4 .right-box .arr-box .swiper-button-next:hover,
.session_4 .right-box .arr-box .swiper-button-prev:hover {
  background-image: url(../image/icon_17_1.png);
}
.session_4 .right-box .arr-box .swiper-button-next {
  margin-right: 0px;
  margin-left: 25px;
  background-image: url(../image/icon_18.png);
}
.session_4 .right-box .arr-box .swiper-button-next:hover {
  background-image: url(../image/icon_18_1.png);
}
.session_5 {
  background: #f3f3f3;
  padding-top: 100px;
  overflow: hidden;
}
.session_5 .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.session_5 .title-box h3 {
  font-family: '微软雅黑';
  font-size: 34px;
  color: #3a3939;
  line-height: 1;
}
.session_5 .title-box p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.session_5 .title-box span {
  color: #3a3939;
  font-size: 20px;
  font-family: '微软雅黑';
}
.session_5 .title-box:before {
  position: absolute;
  content: '';
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 795px;
  height: 67px;
  background-image: url(../image/icon_20.png);
}
.session_5 .centent-box {
  position: relative;
  padding-left: 412px;
  box-sizing: border-box;
}
.session_5 .centent-box .title-all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 0;
  background: #fff;
}
.session_5 .centent-box .title-all .txt-box {
  width: 412px;
  height: 100%;
  padding-left: 58px;
  padding-top: 140px;
  box-sizing: border-box;
}
.session_5 .centent-box .title-all .txt-box .title p {
  font-size: 40px;
  color: #323232;
  line-height: 1.2;
}
.session_5 .centent-box .title-all .txt-box .title span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: #323232;
  line-height: 1.2;
  padding-bottom: 20px;
}
.session_5 .centent-box .title-all .txt-box .title span:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 2px;
  background: #801a30;
  bottom: 0;
}
.session_5 .centent-box .title-all .txt-box .des-box {
  margin-top: 25px;
}
.session_5 .centent-box .title-all .txt-box .des-box p {
  font-size: 18px;
  line-height: 1.6;
  color: #323232;
}
.session_5 .centent-box .title-all .arr-box {
  position: absolute;
  bottom: 50px;
  left: 245px;
  z-index: 999;
}
.session_5 .centent-box .title-all .arr-box .swiper-button-next,
.session_5 .centent-box .title-all .arr-box .swiper-button-prev {
  display: inline-block;
  position: static;
  margin-top: 0;
  width: 18px;
  height: 24px;
  margin-right: 25px;
  outline: none;
  background-image: url(../image/icon_17.png);
}
.session_5 .centent-box .title-all .arr-box .swiper-button-next:after,
.session_5 .centent-box .title-all .arr-box .swiper-button-prev:after {
  display: none;
}
.session_5 .centent-box .title-all .arr-box .swiper-button-next:hover,
.session_5 .centent-box .title-all .arr-box .swiper-button-prev:hover {
  background-image: url(../image/icon_17_1.png);
}
.session_5 .centent-box .title-all .arr-box .swiper-button-next {
  margin-right: 0px;
  margin-left: 25px;
  background-image: url(../image/icon_18.png);
}
.session_5 .centent-box .title-all .arr-box .swiper-button-next:hover {
  background-image: url(../image/icon_18_1.png);
}
.session_5 .centent-box .title-all .nub-box {
  position: absolute;
  z-index: 2;
  left: 58px;
  bottom: 50px;
  color: #7c7c7c;
  font-size: 30px;
}
.session_5 .centent-box .title-all .nub-box span {
  font-size: 48px;
  color: #801a30;
  vertical-align: bottom;
}
.session_5 .centent-box .title-all .nub-box em {
  width: 1px;
  height: 30px;
  background: #7c7c7c;
  display: inline-block;
  transform: rotate(20deg);
  vertical-align: bottom;
  margin-right: 8px;
}
.session_5 .centent-box .item-box {
  position: relative;
  height: 675px;
  background: #000000;
}
.session_5 .centent-box .item-box .txt-box {
  position: absolute;
  width: 330px;
  top: 130px;
  left: 90px;
  z-index: 9;
}
.session_5 .centent-box .item-box .txt-box .title {
  margin-bottom: 15px;
}
.session_5 .centent-box .item-box .txt-box .title span {
  font-size: 16px;
  color: #940020;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #680016;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.session_5 .centent-box .item-box .txt-box .title h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: '微软雅黑';
}
.session_5 .centent-box .item-box .txt-box .title p {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-bottom: 19px;
}
.session_5 .centent-box .item-box .txt-box .title p:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #801a30;
}
.session_5 .centent-box .item-box .txt-box .des-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.session_5 .centent-box .item-box .img-box {
  position: absolute;
  right: 7%;
  text-align: right;
  height: 100%;
}
.session_5 .centent-box .item-box .img-box img {
  height: 80%;
}
.session_6 {
  padding-top: 145px;
  background: url(../image/img_5.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 115px;
}
.session_6 .left-box {
  width: 735px;
  float: right;
}
.session_6 .left-box .txt_1 p {
  font-size: 30px;
  color: #646464;
  line-height: 1.1;
  margin-bottom: 15px;
}
.session_6 .left-box .txt_1 h3 {
  font-size: 36px;
  color: #646464;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 1;
}
.session_6 .left-box .txt_1 h3 span {
  font-family: '微软雅黑';
  font-weight: 700;
}
.session_6 .left-box .txt_2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Arial';
}
.session_6 .left-box .txt_2 p {
  line-height: 1.6;
  font-size: 14px;
  color: #414141;
}
.session_6 .left-box .list-box {
  margin-top: 58px;
}
.session_6 .left-box .list-box .item-box {
  float: left;
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.session_6 .left-box .list-box .item-box .icon-box {
  height: 88px;
  line-height: 88px;
}
.session_6 .left-box .list-box .item-box .icon-box img {
  vertical-align: top;
}
.session_6 .left-box .list-box .item-box p {
  font-size: 14px;
  color: #414141;
}
.session_6 .left-box .list-box .item-box:last-child {
  border-right: none;
}
.session_6 .left-box .more-box {
  margin-top: 65px;
}
.session_6 .left-box .more-box a {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  width: 185px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #8c8c8c;
  transition: all .3s;
}
.session_6 .left-box .more-box a img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.session_6 .left-box .more-box a img.active {
  display: none;
}
.session_6 .left-box .more-box a:hover {
  background: #6a2134;
  border-color: #6a2134;
  color: #fff;
}
.session_6 .left-box .more-box a:hover img {
  display: none;
}
.session_6 .left-box .more-box a:hover img.active {
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .session_5 .centent-box .item-box {
    height: 600px;
  }
}
.session_7 .top-box {
  line-height: 1;
  margin-bottom: 30px;
}
.session_7 .top-box .title {
  float: left;
  font-size: 30px;
  color: #5a5a5a;
}
.session_7 .top-box .tab-box {
  float: right;
  font-size: 0;
}
.session_7 .top-box .tab-box span {
  font-size: 14px;
  color: #5a5a5a;
  width: 56px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  margin-left: 5px;
  cursor: pointer;
}
.session_7 .top-box .tab-box span.active,
.session_7 .top-box .tab-box span:hover {
  background: #801a30;
  color: #fff;
}
.session_7 .all-box {
  display: none;
}
.session_7 .all-box.active {
  display: block;
}
.session_7 .item-box .img-box {
  overflow: hidden;
}
.session_7 .item-box .img-box img {
  width: 100%;
  transition: all .6s;
}
.session_7 .item-box .txt-box {
  margin-top: 30px;
}
.session_7 .item-box .txt-box .des-box h3 {
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.session_7 .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #5b5a5a;
}
.session_7 .item-box .txt-box .time-box {
  position: relative;
  margin-top: 22px;
  border-top: 1px solid #bfbfbf;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #323232;
}
.session_7 .item-box .txt-box .time-box .arr-box {
  position: absolute;
  right: 40px;
  top: 0;
  opacity: 0;
  transition: all .3s;
}
.session_7 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_7 .item-box:hover .txt-box .des-box h3 {
  color: #801a30;
}
.session_7 .item-box:hover .txt-box .time-box {
  border-top-color: #801a30;
  color: #801a30;
}
.session_7 .item-box:hover .txt-box .time-box .arr-box {
  right: 0;
  opacity: 1;
}
.session_7 .swiper-pagination {
  position: static;
  margin-top: 35px;
}
.session_7 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.session_7 .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 2px solid #801a30;
  box-sizing: border-box;
  vertical-align: middle;
  background: transparent;
}
@media screen and (max-width: 1600px) {
  .session_1 .swiper-slide .item-box {
    height: 580px;
  }
  .session_1 .arr-box .block {
    width: 1000px;
  }
}
@media screen and (max-width: 1400px) {
  .session_1 .arr-box .block {
    width: 850px;
  }
  .session_4 .left-box {
    width: 48%;
  }
  .session_4 .right-box {
    width: 50%;
  }
  .session_4 .right-box .item-box {
    width: 100%;
  }
  .session_4 .left-box .list-box {
    width: 90%;
  }
}
/*# sourceMappingURL=index.css.map */