.banner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-box .swiper-slide .img-box {
  height: 100vh;
}
.banner-box .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .swiper-button-prev {
  left: -60px;
}
.banner-box .swiper-button-next {
  right: -60px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 60px;
  transition: all .3s;
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
  background: #b92e32;
}
.banner-box:hover .swiper-button-prev {
  left: 0px;
}
.banner-box:hover .swiper-button-next {
  right: 0px;
}
.banner-box .swiper-pagination {
  bottom: 45px;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
.banner-box .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #b92e32;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.banner-box .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.banner-box .swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.session_1 {
  margin-top: 120px;
}
.session_1 .title-box {
  margin-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_1 .title-box span {
  font-size: 36px;
  color: #332c2b;
}
.session_1 .title-box a {
  display: inline-block;
  width: 20px;
  line-height: 1.2;
  color: #999999;
  text-align: right;
  font-size: 16px;
  transition: all .3s;
}
.session_1 .title-box a:hover {
  color: #b92e32;
}
.session_1 .all-box {
  border-bottom: 1px solid #eee;
}
.session_1 .all-box .item-box {
  position: relative;
}
.session_1 .all-box .item-box:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background: #332c2b;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transition: all .3s;
}
.session_1 .all-box .item-box .img-box {
  overflow: hidden;
}
.session_1 .all-box .item-box .img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all .3s;
}
.session_1 .all-box .item-box .txt-box {
  height: 178px;
  padding-top: 30px;
  box-sizing: border-box;
  transition: all .3s;
  padding-left: 0px;
}
.session_1 .all-box .item-box .txt-box .info {
  position: relative;
  padding-left: 28px;
  box-sizing: border-box;
}
.session_1 .all-box .item-box .txt-box .info:before {
  position: absolute;
  height: 0;
  width: 1px;
  background: #b92e32;
  content: '';
  left: 0px;
  bottom: 0;
}
.session_1 .all-box .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 24px;
  color: #332c2b;
  line-height: 1.2;
  margin-bottom: 10px;
}
.session_1 .all-box .item-box .txt-box p {
  font-size: 16px;
  color: #999999;
  line-height: 1.6;
}
.session_1 .all-box .item-box:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.session_1 .all-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_1 .all-box .item-box:hover .txt-box {
  padding-left: 44px;
}
.session_1 .all-box .item-box:hover .txt-box .info:before {
  height: 135px;
  transition: all .5s .1s;
}
.session_1 .all-box .item-box:hover .txt-box h3 {
  color: #b92e32;
}
.session_3 {
  background: url(../images/img_2.jpg) bottom right no-repeat;
  background-size: 100% auto;
  padding-top: 175px;
  padding-bottom: 140px;
}
.session_3 .all-box {
  text-align: left;
  display: flex;
  justify-content: center;
}
.session_3 .all-box .other-box {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  height: 450px;
  padding-left: 230px;
  padding-right: 40px;
}
.session_3 .all-box .other-box .more-box {
  position: absolute;
  left: 20px;
}
.session_3 .all-box .other-box .more-box a {
  display: inline-block;
  width: 20px;
  line-height: 1.2;
  color: #999999;
  text-align: right;
  font-size: 16px;
  transition: all .3s;
}
.session_3 .all-box .other-box .more-box a:hover {
  color: #b92e32;
}
.session_3 .all-box .title {
  margin-left: 75px;
}
.session_3 .all-box .title h3 {
  display: inline-block;
  font-size: 36px;
  color: #332c2b;
  width: 40px;
  line-height: 1.2;
  margin-left: 25px;
}
.session_3 .all-box .info-box .txt_1 {
  display: inline-block;
  margin-left: 45px;
}
.session_3 .all-box .info-box .txt_1 p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #999999;
  width: 20px;
  line-height: 1.1;
  margin-left: 10px;
}
.session_4 {
  background: #b92e32;
  position: relative;
}
.session_4 .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.session_4 .all-box {
  height: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}
.session_4 .all-box .item-box {
  position: relative;
  text-align: center;
  display: inline-block;
}
.session_4 .all-box .item-box h3 {
  color: #fff;
  font-size: 72px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.session_4 .all-box .item-box h3 em {
  font-style: normal;
  display: inline-block;
}
.session_4 .all-box .item-box h3 span {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.session_4 .all-box .item-box p {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}
.session_4 .all-box .item-box:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  right: -160px;
}
.session_4 .all-box .item-box:last-child:before {
  display: none;
}
.session_5 {
  margin-top: 98px;
  background: url(../images/img_3.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding-bottom: 170px;
  box-sizing: border-box;
}
.session_5 .title {
  text-align: center;
  font-size: 36px;
  color: #332c2b;
  margin-bottom: 100px;
}
.session_5 .all-box {
  width: 1300px;
}
.session_5 .all-box .row {
  margin-left: -147px;
  margin-right: -147px;
}
.session_5 .all-box .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 147px;
  padding-right: 147px;
  box-sizing: border-box;
}
.session_5 .all-box .item-box .icon-box {
  width: 234px;
  height: 234px;
  border: 1px solid #dedede;
  line-height: 232px;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.session_5 .all-box .item-box .icon-box img {
  transition: all .35s ease;
}
.session_5 .all-box .item-box .txt-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 38px;
}
.session_5 .all-box .item-box .txt-box span {
  display: inline-block;
  position: relative;
  top: -7px;
}
.session_5 .all-box .item-box .txt-box h3 {
  font-size: 26px;
  color: #332c2b;
  width: 26px;
  line-height: 1.1;
  margin-left: 24px;
  transition: all .35s ease;
}
.session_5 .all-box .item-box .txt-box p {
  width: 16px;
  font-size: 16px;
  color: #999999;
  line-height: 1.1;
  margin-left: 8px;
  margin-right: 8px;
}
.session_5 .all-box .item-box:hover .icon-box img {
  transform: rotateY(180deg);
}
.session_5 .all-box .item-box:hover .txt-box h3 {
  color: #b92e32;
}
.session_6 {
  margin-top: 30px;
  margin-bottom: 180px;
}
.session_6 .title {
  font-size: 36px;
  color: #332c2b;
  margin-bottom: 40px;
}
.session_6 .all-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.session_6 .all-box .all-txt {
  text-align: right;
  width: 380px;
}
.session_6 .all-box .all-txt h3 {
  font-size: 30px;
  color: #332c2b;
  font-weight: 400;
  margin-bottom: 16px;
}
.session_6 .all-box .all-txt p {
  font-size: 16px;
  color: #999999;
  margin-bottom: 12px;
}
.session_6 .all-img {
  width: 685px;
  height: 685px;
  background: #fff;
  padding: 65px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  margin-left: 70px;
}
.session_6 .all-img .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.session_6 .all-img .img-box {
  width: 555px;
  height: 555px;
}
.session_6 .all-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.session_6 .tab-box {
  margin-left: 160px;
}
.session_6 .tab-box ul {
  display: flex;
}
.session_6 .tab-box ul li {
  position: relative;
  font-size: 16px;
  width: 16px;
  line-height: 1.1;
  color: #999999;
  padding-left: 14px;
  margin-left: 18px;
  cursor: pointer;
  transition: all .3s;
}
.session_6 .tab-box ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  transition: all .3s;
  background: #b92e32;
}
.session_6 .tab-box ul li.active {
  color: #b92e32;
}
.session_6 .tab-box ul li.active:before {
  height: 100%;
}
.session_7 {
  margin-bottom: 150px;
}
.session_7 .title-box {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_7 .title-box span {
  font-size: 36px;
  color: #332c2b;
}
.session_7 .title-box a {
  display: inline-block;
  width: 20px;
  line-height: 1.2;
  color: #999999;
  text-align: right;
  font-size: 16px;
  transition: all .3s;
}
.session_7 .title-box a:hover {
  color: #b92e32;
}
.session_7 .all-box .swiper-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.session_7 .all-box .swiper-slide:nth-child(2n+1) {
  margin-top: 50px;
}
.session_7 .all-box .item-box {
  position: relative;
  background: #f7f7f7;
  height: 530px;
  padding-top: 58px;
  box-sizing: border-box;
  transition: all .3s;
}
.session_7 .all-box .item-box .img-box {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
}
.session_7 .all-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.session_7 .all-box .item-box .txt-box {
  text-align: center;
  margin-top: 40px;
}
.session_7 .all-box .item-box .txt-box span {
  font-size: 20px;
  color: #332c2b;
}
.session_7 .all-box .item-box .txt-box p {
  font-size: 14px;
  color: #999999;
}
.session_7 .all-box .item-box .arr {
  bottom: 60px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.session_7 .all-box .item-box .arr span {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/icon_7.png);
  transform: rotate(-40deg);
  transition: all .5s;
}
.session_7 .all-box .item-box:hover {
  background: #b92e32;
  box-shadow: 0px 10px 30px 0px rgba(185, 46, 50, 0.6);
}
.session_7 .all-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_7 .all-box .item-box:hover .txt-box span,
.session_7 .all-box .item-box:hover .txt-box p {
  color: #fff;
}
.session_7 .all-box .item-box:hover .arr span {
  background: url(../images/icon_7_1.png);
  transform: rotate(0deg);
}
.session_8 {
  width: 1410px;
  margin-bottom: 85px;
}
.session_8 .title-box {
  margin-bottom: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_8 .title-box span {
  font-size: 36px;
  color: #332c2b;
}
.session_8 .title-box .tab-box {
  margin-left: 160px;
}
.session_8 .title-box .tab-box ul {
  display: flex;
}
.session_8 .title-box .tab-box ul li {
  position: relative;
  font-size: 16px;
  width: 16px;
  line-height: 1.1;
  color: #999999;
  padding-left: 14px;
  margin-left: 18px;
  cursor: pointer;
  transition: all .3s;
}
.session_8 .title-box .tab-box ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  transition: all .3s;
  background: #b92e32;
}
.session_8 .title-box .tab-box ul li.active {
  color: #b92e32;
}
.session_8 .title-box .tab-box ul li.active:before {
  height: 100%;
}
.session_8 .all_item {
  display: none;
}
.session_8 .all_item.active {
  display: block;
}
.session_8 .all_item .swiper-container {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-left: -30px;
  margin-right: -30px;
}
.session_8 .all_item .swiper-slide:first-child .item-box {
  border-left: 1px solid #f0f0f0;
}
.session_8 .all_item .item-box {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
  padding-top: 140px;
  position: relative;
  padding-bottom: 200px;
  transition: all 0.36s ease;
}
.session_8 .all_item .item-box:before {
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  content: '';
  background: #b92e32;
  transition: all 0.36s ease;
}
.session_8 .all_item .item-box .time-box {
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 20px;
  color: #999999;
  line-height: 1.1;
  font-family: 'Times New Roman';
}
.session_8 .all_item .item-box .time-box span {
  display: block;
  height: 18px;
  width: 1px;
  background: #999999;
  transform: rotate(25deg);
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: all .3s;
}
.session_8 .all_item .item-box .txt-box {
  height: 150px;
}
.session_8 .all_item .item-box .txt-box h3 {
  font-size: 24px;
  color: #332c2b;
  margin-bottom: 40px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.session_8 .all_item .item-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.session_8 .all_item .item-box .img-box {
  overflow: hidden;
}
.session_8 .all_item .item-box .img-box img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  transition: transform .3s;
}
.session_8 .all_item .item-box .arr-box {
  position: absolute;
  left: 60px;
  bottom: 75px;
}
.session_8 .all_item .item-box .arr-box span {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  line-height: 62px;
  text-align: center;
  transform: rotate(-40deg);
  transition: transform .5s;
  background: #ffffff url(../images/icon_7.png) center center no-repeat;
}
.session_8 .all_item .item-box:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.session_8 .all_item .item-box:hover:before {
  width: 100%;
  left: 0;
}
.session_8 .all_item .item-box:hover .time-box {
  color: #b92e32;
}
.session_8 .all_item .item-box:hover .time-box span {
  background: #b92e32;
  margin-top: 4px;
  margin-bottom: 4px;
}
.session_8 .all_item .item-box:hover .txt-box h3 {
  color: #b92e32;
}
.session_8 .all_item .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_8 .all_item .item-box:hover .arr-box span {
  transform: rotate(0deg);
  background: #b92e32 url(../images/icon_7_1.png) center center no-repeat;
}
.session_8 .swiper-pagination {
  position: static;
  margin-top: 60px;
}
.session_8 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background: #999999;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
.session_8 .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #b92e32;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.session_8 .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.session_8 .swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .session_6 .all-box {
    justify-content: space-between;
  }
  .session_6 .all-box .all-txt {
    width: 340px;
  }
  .session_6 .all-img {
    width: 600px;
    height: 600px;
    margin-left: 40px;
    padding: 50px;
  }
  .session_6 .tab-box {
    margin-left: 50px;
  }
  .session_7 .all-box .item-box {
    padding-top: 40px;
    height: 480px;
  }
  .session_7 .all-box .item-box .arr {
    bottom: 40px;
  }
  .session_8 {
    width: 1300px;
  }
}
/*# sourceMappingURL=index.css.map */