﻿.public-title {
  width: 17%;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding-top: 18vh;
  background: #fff;
}
.public-title .info-box {
  position: absolute;
  left: 28%;
  writing-mode: vertical-rl;
}
.public-title h3 {
  font-size: 42px;
  color: #000000;
}
.public-title p {
  position: relative;
  font-size: 20px;
  display: block;
  line-height: 27px;
  margin: 0;
  text-align: left;
  color: #bfbfbf;
  font-size: 16px;
}
.public-title p span {
  position: relative;
  z-index: 2;
  padding-bottom: 5px;
  background: #fff;
}
.public-title p:before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 50%;
  top: 0;
  width: 1px;
  background: #f6f6f6;
}
#menu {
  position: fixed;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li {
  margin-bottom: 15px;
}
#menu li a {
  position: relative;
  display: block;
  height: 10px;
  line-height: 10px;
  text-align: right;
}
#menu li a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cdcccc;
  border-radius: 100%;
  transition: all .3s;
  vertical-align: middle;
}
#menu li a p {
  display: none;
  font-size: 16px;
  margin-right: 10px;
  color: #808080;
}
#menu li.active a span {
  width: 10px;
  height: 10px;
  border: 1px solid #961833;
  box-sizing: border-box;
  background: transparent;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
}
#menu.active {
  right: 20px;
}
#top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
}
#top img {
  width: 60px;
}
#top.on {
  display: none;
}
.section_1 .swiper-slide {
  height: 100vh;
  box-sizing: border-box;
}
.section_1 .img-box {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.section_1 .swiper-pagination {
  bottom: 27px;
  top: auto;
}
.section_1 .swiper-button-next {
  right: 2%;
  transform: translateX(200px);
  opacity: 0;
  transition: transform 0.6s 0.3s, opacity 0.3s 0.3s;
}
.section_1 .swiper-button-prev {
  left: 2%;
  transform: translateX(-200px);
  opacity: 0;
  transition: transform 0.6s 0.3s, opacity 0.3s 0.3s;
}
.section_1 .swiper-button-next,
.section_1 .swiper-button-prev {
  color: #fff;
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
}
.section_1 .swiper-button-next:hover,
.section_1 .swiper-button-prev:hover {
  background: #961833;
  color: #fff;
}
.section_1 .swiper-button-next:after,
.section_1 .swiper-button-prev:after {
  font-size: 26px;
}
.section_1.active .swiper-button-next,
.section_1.active .swiper-button-prev {
  opacity: 1;
  transform: translateX(0);
}
.section_1 .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
}
.section_1 .swiper-pagination-bullet-active {
  background: #961833;
}
.section_1.active .swiper-button-next {
  opacity: 1;
  transform: translateX(0);
}
.section_1.active .swiper-button-next {
  opacity: 1;
  transform: translateX(0);
}
.section_2 .centent-box {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 370px;
}
.section_2 .centent-box .title-box {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #1f1f1f;
  padding-top: 10px;
  margin-bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_2 .centent-box .title-box:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: #000000;
  margin-left: -50px;
  left: 50%;
  top: 0;
}
.section_2 .centent-box .list-box .item-box {
  width: 20%;
  float: left;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-left: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section_2 .centent-box .list-box .item-box:nth-child(1) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.4s, opacity 0.4s 0.4s;
}
.section_2 .centent-box .list-box .item-box:nth-child(1) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_2 .centent-box .list-box .item-box:nth-child(2) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_2 .centent-box .list-box .item-box:nth-child(3) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_2 .centent-box .list-box .item-box:nth-child(4) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.2s, opacity 0.4s 1.2s;
}
.section_2 .centent-box .list-box .item-box:nth-child(5) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.4s, opacity 0.4s 1.4s;
}
.section_2 .centent-box .list-box .item-box .icon-box {
  height: 85px;
  line-height: 85px;
  transition: all .3s;
}
.section_2 .centent-box .list-box .item-box .icon-box img {
  vertical-align: top;
}
.section_2 .centent-box .list-box .item-box .txt-box {
  transition: all .3s;
}
.section_2 .centent-box .list-box .item-box .txt-box span {
  font-size: 18px;
  color: #333;
}
.section_2 .centent-box .list-box .item-box .txt-box p {
  font-size: 12px;
  margin-top: 0;
}
.section_2 .centent-box .list-box .item-box:hover .icon-box {
  transform: translateY(8px);
}
.section_2 .centent-box .list-box .item-box:hover .txt-box {
  transform: translateY(-8px);
}
.section_2 .session_2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_2 .session_2 .swiper-button-next,
.section_2 .session_2 .swiper-button-prev {
  position: static;
  font-size: 0;
  display: inline-block;
}
.section_2 .session_2 .swiper-button-next:after,
.section_2 .session_2 .swiper-button-prev:after {
  display: none;
}
.section_2 .session_2 .all-box {
  padding-left: 10%;
  padding-right: 10%;
}
.section_2 .session_2 .item-box {
  border: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
  height: 440px;
}
.section_2 .session_2 .item-box .txt-box {
  float: left;
  width: 50%;
  padding-right: 5%;
  padding-left: 3%;
  padding-top: 50px;
  box-sizing: border-box;
}
.section_2 .session_2 .item-box .txt-box .title .icon_1 {
  font-size: 32px;
  line-height: 1;
  color: #808080;
  margin-bottom: 20px;
}
.section_2 .session_2 .item-box .txt-box .title .icon_2 {
  font-size: 32px;
  color: #000000;
}
.section_2 .session_2 .item-box .txt-box .title .icon_3 {
  font-size: 16px;
  color: #4c4c4c;
}
.section_2 .session_2 .item-box .txt-box .info-box {
  margin-top: 30px;
  font-size: 12px;
  color: #808080;
  line-height: 1.6;
}
.section_2 .session_2 .item-box .txt-box .btns-box {
  margin-top: 45px;
}
.section_2 .session_2 .item-box .txt-box .btns-box span {
  margin-right: 10px;
  cursor: pointer;
}
.section_2 .session_2 .item-box .img-box {
  float: left;
  width: 50%;
  height: 100%;
}
.section_2 .session_2 .item-box .img-box img {
  width: 100%;
  max-height: 100%;
}
.section_2.active .centent-box .title-box {
  opacity: 1;
  transform: translateY(0);
}
.section_2.active .centent-box .list-box .item-box {
  opacity: 1;
  transform: translateY(0);
}
.section_2.active .centent-box .session_2 {
  opacity: 1;
  transform: translateY(0);
}
.section_3 .centent-box {
  padding-left: 10%;
  padding-right: 10%;
}
.section_3 .title-box {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #1f1f1f;
  padding-top: 10px;
  margin-bottom: 500px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_3 .title-box:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 1px;
  background: #000000;
  margin-left: -45px;
  left: 50%;
  top: 0;
}
.section_3 .session_1 {
  position: absolute;
  bottom: 25px;
  left: 10%;
  right: 10%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_3 .session_1 .item-box {
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}
.section_3 .session_1 .item-box .txt-box {
  opacity: 0;
  height: 100%;
  background: rgba(151, 25, 54);
  color: #fff;
  text-align: center;
  position: relative;
}
.section_3 .session_1 .item-box .txt-box:before {
  position: absolute;
  content: '';
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #fff;
}
.section_3 .session_1 .item-box .txt-box .info-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  vertical-align: middle;
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
}
.section_3 .session_1 .item-box .txt-box .info-box h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section_3 .session_1 .item-box .txt-box .info-box p {
  font-size: 14px;
  color: #e5e5e5;
  margin-bottom: 50px;
}
.section_3 .session_1 .item-box:hover .txt-box {
  opacity: 1;
}
.section_3 .session_1 .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.section_3 .session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.section_3 .session_1 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c08351;
  background: transparent;
  box-sizing: border-box;
}
.section_3.active .title-box {
  opacity: 1;
  transform: translateX(0);
}
.section_3.active .session_1 {
  opacity: 1;
  transform: translateX(0);
}
.section_4 .session_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  background-size: cover;
  background-image: url(../images/img_3.jpg);
  background-position: 50%;
  padding-left: 10%;
  padding-right: 10%;
}
.section_4 .session_1 .info-box {
  position: absolute;
  bottom: 0;
  left: 10%;
  padding-bottom: 50px;
}
.section_4 .session_1 .title-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_4 .session_1 .title-box h3 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}
.section_4 .session_1 .title-box p {
  position: relative;
  font-size: 16px;
  color: #808080;
  padding-bottom: 25px;
}
.section_4 .session_1 .title-box p:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 1px;
  background: #bfbfbf;
  bottom: 0;
  left: 20px;
}
.section_4 .session_1 .list-box {
  margin-top: 50px;
}
.section_4 .session_1 .list-box .item-box {
  float: left;
  margin-right: 50px;
}
.section_4 .session_1 .list-box .item-box .icon-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #696969;
}
.section_4 .session_1 .list-box .item-box .icon-box img.active {
  display: none;
}
.section_4 .session_1 .list-box .item-box p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.section_4 .session_1 .list-box .item-box:hover .icon-box {
  background: #961833;
  border-color: #961833;
}
.section_4 .session_1 .list-box .item-box:hover .icon-box img {
  display: none;
}
.section_4 .session_1 .list-box .item-box:hover .icon-box img.active {
  display: inline-block;
}
.section_4 .session_1 .list-box .item-box:hover p {
  color: #961833;
}
.section_4 .session_1 .list-box .item-box:nth-child(1) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.4s, opacity 0.4s 0.4s;
}
.section_4 .session_1 .list-box .item-box:nth-child(2) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_4 .session_1 .list-box .item-box:nth-child(3) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_4 .session_1 .list-box .item-box:nth-child(4) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.9s, opacity 0.4s 0.9s;
}
.section_4 .session_2 {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 10%;
  right: 10%;
  background: #fff;
}
.section_4 .session_2 .left-box {
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
  float: left;
}
.section_4 .session_2 .left-box .title {
  font-size: 24px;
  color: #10154d;
  line-height: 1;
  margin-bottom: 20px;
}
.section_4 .session_2 .left-box .info-box span {
  font-size: 16px;
  color: #4c4c4c;
}
.section_4 .session_2 .left-box .info-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  margin-top: 20px;
}
.section_4 .session_2 .left-box .info-box a {
  margin-top: 20px;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #bfbfbf;
  text-align: center;
  color: #333333;
}
.section_4 .session_2 .left-box .info-box a:hover {
  background: #10154d;
  color: #fff;
}
.section_4 .session_2 .right-box {
  float: right;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_4.active .session_1 .info-box .title-box {
  opacity: 1;
  transform: translateY(0);
}
.section_4.active .session_1 .info-box .item-box {
  opacity: 1;
  transform: translateY(0);
}
.section_4.active .session_2 .left-box,
.section_4.active .session_2 .right-box {
  opacity: 1;
  transform: translateX(0);
}
.section_5 .session_1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 450px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_4.jpg);
}
.section_5 .session_1 .title {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_5 .session_1 .title h3 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}
.section_5 .session_1 .title p {
  position: relative;
  font-size: 16px;
  color: #bfbfbf;
  padding-bottom: 30px;
}
.section_5 .session_1 .title p:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 1px;
  background: #bfbfbf;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.section_5 .session_2 {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_5 .session_2 .centent-box {
  height: 100%;
}
.section_5 .session_2 .centent-box .item-box {
  position: relative;
  height: 100%;
}
.section_5 .session_2 .centent-box .item-box .title-box {
  height: 120px;
  line-height: 120px;
  background: #fff;
  z-index: 9;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.section_5 .session_2 .centent-box .item-box .img-box {
  height: 450px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_5.jpg);
  position: relative;
}
.section_5 .session_2 .centent-box .item-box .img-box .txt-box {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(151, 25, 54);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.section_5 .session_2 .centent-box .item-box .img-box .txt-box .top-box {
  margin-bottom: 20px;
}
.section_5 .session_2 .centent-box .item-box .img-box .txt-box .top-box .time {
  float: right;
}
.section_5 .session_2 .centent-box .item-box .img-box .txt-box .info-box {
  font-size: 14px;
  color: #e5e5e5;
}
.section_5 .session_2 .centent-box .item-box:hover:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #981936;
  z-index: 9;
  box-sizing: border-box;
}
.section_5 .session_2 .centent-box .item-box:hover .title-box {
  color: #981936;
}
.section_5 .session_2 .centent-box .item-box:hover .txt-box {
  opacity: 1;
}
.section_5 .session_2 .centent-box .swiper-button-next {
  right: -50px;
  outline: none;
}
.section_5 .session_2 .centent-box .swiper-button-prev {
  left: -50px;
  outline: none;
}
.section_5 .session_2 .centent-box .swiper-button-next:after,
.section_5 .session_2 .centent-box .swiper-button-prev:after {
  font-size: 30px;
  color: #af774a;
}
.section_5.active .session_1 .title {
  opacity: 1;
  transform: translateY(0);
}
.section_5.active .session_2 {
  opacity: 1;
  transform: translateY(0);
}
.section_6 {
  background: #f5f5f5;
}
.section_6 .title-box {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #1f1f1f;
  padding-top: 10px;
  margin-bottom: 520px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_6 .title-box:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 1px;
  background: #000000;
  margin-left: -45px;
  left: 50%;
  top: 0;
}
.section_6 .bottom-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section_6 .all-box {
  margin-top: 50px;
}
.section_6 .all-box .other-box {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_6 .all-box .other-box .txt-box {
  float: left;
  width: 50%;
  padding-top: 80px;
  padding-left: 80px;
  box-sizing: border-box;
  padding-right: 90px;
}
.section_6 .all-box .other-box .txt-box .title {
  margin-bottom: 30px;
}
.section_6 .all-box .other-box .txt-box .title .icon-box {
  margin-bottom: 10px;
}
.section_6 .all-box .other-box .txt-box .title h3 {
  line-height: 1;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 20px;
}
.section_6 .all-box .other-box .txt-box .title span {
  font-size: 12px;
  color: #4c4c4c;
}
.section_6 .all-box .other-box .txt-box ul li {
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
  padding-left: 20px;
}
.section_6 .all-box .other-box .txt-box ul li img {
  position: absolute;
  left: 0;
  top: 10px;
}
.section_6 .all-box .other-box .txt-box .nub-box {
  margin-top: 35px;
  font-size: 16px;
  color: #4c4c4c;
}
.section_6 .all-box .other-box .txt-box .nub-box span {
  color: #961833;
}
.section_6 .all-box .other-box .txt-box .arr-box {
  margin-top: 30px;
}
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-next,
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-prev {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-right: 10px;
}
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-next:hover,
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-prev:hover {
  background: #961833;
}
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-next:hover:after,
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-prev:hover:after {
  color: #fff;
}
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-next:after,
.section_6 .all-box .other-box .txt-box .arr-box .swiper-button-prev:after {
  font-size: 22px;
  color: #333;
}
.section_6 .all-box .other-box .img-box {
  float: left;
  height: 470px;
  width: 50%;
  background-size: cover;
  background-position: 50%;
}
.section_6 .tab-box {
  border-top: 1px solid #bfbfbf;
  margin-top: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_6 .tab-box .item-box {
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
  padding-top: 30px;
  cursor: pointer;
  padding-bottom: 30px;
}
.section_6 .tab-box .item-box span {
  font-size: 16px;
  color: #333;
}
.section_6 .tab-box .item-box p {
  font-size: 12px;
  color: #bfbfbf;
}
.section_6 .tab-box .item-box:nth-child(1) {
  border-left: none;
}
.section_6 .tab-box .item-box.active span {
  color: #961833;
}
.section_6.active .title-box {
  opacity: 1;
  transform: translateY(0);
}
.section_6.active .bottom-wrap .all-box .other-box {
  opacity: 1;
  transform: translateX(0);
}
.section_6.active .tab-box {
  opacity: 1;
  transform: translateX(0);
}
.section_7 {
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/img_30.jpg);
}
.section_7 .top-box .left-box {
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
  width: 52%;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
}
.section_7 .top-box .left-box .title-box {
  margin-bottom: 30px;
}
.section_7 .top-box .left-box .title-box h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 400;
}
.section_7 .top-box .left-box .title-box p {
  font-size: 24px;
  color: #4c4c4c;
}
.section_7 .top-box .left-box .info-box p {
  font-size: 14px;
  color: #bfbfbf;
}
.section_7 .top-box .left-box .info-box .more {
  margin-top: 40px;
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #bfbfbf;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.section_7 .top-box .left-box .info-box .more span {
  color: #961833;
}
.section_7 .top-box .left-box .info-box .more:hover {
  background: #961833;
  color: #fff;
  border-color: #961833;
}
.section_7 .top-box .left-box .info-box .more:hover span {
  color: #fff;
}
.section_7 .top-box .right-box {
  float: right;
  width: 48%;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_7 .top-box .right-box img {
  width: 100%;
}
.section_7 .tab-box {
  margin-top: 60px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section_7 .tab-box .item-box {
  float: left;
  width: 25%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.section_7 .tab-box .item-box:nth-child(1) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_7 .tab-box .item-box:nth-child(2) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_7 .tab-box .item-box:nth-child(3) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_7 .tab-box .item-box:nth-child(4) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1.2s, opacity 0.4s 1.2s;
}
.section_7 .tab-box .item-box:before {
  position: absolute;
  content: '';
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #616161;
}
.section_7 .tab-box .item-box:last-child:before {
  display: none;
}
.section_7 .tab-box .item-box .nub {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  width: 60px;
  height: 60px;
}
.section_7 .tab-box .item-box .nub img {
  display: none;
}
.section_7 .tab-box .item-box .info {
  display: inline-block;
  text-align: left;
}
.section_7 .tab-box .item-box em {
  font-style: normal;
  color: #ffffff;
}
.section_7 .tab-box .item-box p {
  font-size: 14px;
  color: #808080;
}
.section_7 .tab-box .item-box:hover .nub {
  background-image: url(../images/icon_29.png);
  background-size: 37px 48px;
  background-position: 50%;
  background-repeat: no-repeat;
  color: transparent;
}
.section_7 .tab-box .item-box:hover:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 15px;
  background-size: cover;
  background-image: url(../images/icon_39.png);
  width: 40px;
  height: 40px;
}
.section_7.active .top-box .left-box,
.section_7.active .top-box .right-box {
  opacity: 1;
  transform: translateX(0);
}
.section_7.active .tab-box .item-box {
  opacity: 1;
  transform: translateY(0);
}
.section_8 .title-box {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #1f1f1f;
  padding-top: 10px;
  margin-bottom: 80px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_8 .title-box:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 1px;
  background: #000000;
  margin-left: -45px;
  left: 50%;
  top: 0;
}
.section_8 .left-box {
  float: left;
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_8 .left-box .txt-box {
  padding-left: 100px;
  position: relative;
  margin-bottom: 60px;
}
.section_8 .left-box .txt-box .txt-left {
  position: absolute;
  left: 0;
  top: 0;
}
.section_8 .left-box .txt-box .txt-left span {
  font-size: 18px;
  color: #747474;
}
.section_8 .left-box .txt-box .txt-left em {
  font-style: normal;
  display: block;
  text-align: right;
}
.section_8 .left-box .txt-box .info-box h3 {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  margin-bottom: 20px;
}
.section_8 .left-box .txt-box .info-box p {
  font-size: 14px;
  color: #747474;
  line-height: 1.6;
}
.section_8 .left-box .img-box {
  padding-right: 40px;
}
.section_8 .left-box .img-box img {
  width: 100%;
}
.section_8 .right-box {
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
  width: 50%;
  float: left;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.section_8 .right-box li {
  position: relative;
  padding-left: 150px;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}
.section_8 .right-box li:last-child {
  border-bottom: none;
}
.section_8 .right-box li .txt-left {
  position: absolute;
  left: 50px;
  top: 35px;
}
.section_8 .right-box li .txt-left span {
  font-size: 24px;
  color: #747474;
}
.section_8 .right-box li .txt-left em {
  font-style: normal;
  text-align: right;
  font-size: 12px;
  display: block;
  color: #747474;
}
.section_8 .right-box li .info-box h3 {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  margin-bottom: 15px;
}
.section_8 .right-box li .info-box p {
  font-size: 14px;
  color: #747474;
  line-height: 1.6;
}
.section_8 .right-box li:hover {
  border-bottom: 1px solid #961833;
}
.section_8.active .title-box {
  opacity: 1;
  transform: translateY(0);
}
.section_8.active .left-box,
.section_8.active .right-box {
  opacity: 1;
  transform: translateX(0);
}
.section_9 .session_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 300px;
  background-position: 50%;
  background-size: cover;
  background-image: url(../images/img_53.jpg);
}
.section_9 .session_1 .info-box {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  background: rgba(241,245,247);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.3s, opacity 0.4s 0.3s;
}
.section_9 .session_1 .info-box .input-box {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.section_9 .session_1 .info-box .input-box input {
  width: 270px;
  height: 36px;
  border: 1px solid #a5a5a4;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: transparent;
}
.section_9 .session_1 .info-box .input-box label {
  position: absolute;
  right: -20px;
  font-size: 18px;
  color: #808080;
  line-height: 36px;
}
.section_9 .session_1 .info-box .input-box label em {
  font-size: 16px;
  margin-right: 4px;
  color: #961833;
  vertical-align: middle;
}
.section_9 .session_1 .info-box .input-box textarea {
  width: 570px;
  padding: 15px;
  box-sizing: border-box;
  height: 160px;
  border: 1px solid #a5a5a4;
  background: transparent;
}
.section_9 .session_1 .info-box .input-box:last-child {
  margin-bottom: 20px;
}
.section_9 .session_1 .info-box .btn-box {
  text-align: left;
  font-size: 0;
}
.section_9 .session_1 .info-box .btn-box span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #961833;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.section_9 .session_1 .info-box .title {
  margin-bottom: 20px;
}
.section_9 .session_1 .info-box .title span {
  font-size: 32px;
  color: #1f1f1f;
  line-height: 1.3;
}
.section_9 .session_1 .info-box .title p {
  font-size: 12px;
  color: #bfbfbf;
}
.section_9 .session_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_9.active .info-box {
  opacity: 1;
  transform: translateY(-50%);
}
.section_9.active .session_2 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1680px) {
  .section_2 .centent-box {
    padding-bottom: 310px;
  }
  .section_2 .centent-box .list-box .item-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section_2 .centent-box .list-box .item-box .icon-box {
    height: 80px;
    line-height: 80px;
  }
  .section_2 .session_2 .item-box {
    height: 380px;
  }
  .section_2 .session_2 .item-box .txt-box {
    padding-top: 30px;
  }
  .section_2 .session_2 .item-box .txt-box .btns-box {
    margin-top: 30px;
  }
  .section_3 .session_1 .item-box {
    height: 500px;
  }
  .section_4 .session_2 .left-box {
    width: 50%;
  }
  .section_5 .session_1 {
    bottom: 400px;
  }
  .section_5 .session_2 .centent-box .item-box .img-box {
    height: 400px;
  }
  .section_6 .all-box .other-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .section_6 .all-box .other-box .txt-box {
    padding-top: 40px;
  }
  .section_6 .all-box .other-box .img-box {
    height: 400px;
  }
  .section_7 {
    padding-top: 60px;
  }
  .section_8 {
    padding-top: 40px;
  }
  .section_9 .session_1 .info-box .input-box textarea {
    height: 120px;
  }
  .section_9 .public-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .section_2 .centent-box .title-box {
    font-size: 20px;
  }
  .section_2 .centent-box .list-box .item-box .icon-box img {
    height: 45px;
  }
  .section_2 .centent-box .list-box .item-box .icon-box {
    height: 68px;
    line-height: 68px;
  }
  .section_2 .centent-box .list-box .item-box .txt-box span {
    font-size: 16px;
  }
  .section_2 .centent-box {
    padding-bottom: 200px;
  }
  .section_2 .session_2 .item-box {
    height: 250px;
  }
  .section_2 .session_2 .item-box .txt-box {
    padding-top: 20px;
  }
  .section_2 .session_2 .item-box .txt-box .title .icon_1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section_2 .session_2 .item-box .txt-box .title .icon_2 {
    font-size: 20px;
  }
  .section_2 .session_2 .item-box .txt-box .title .icon_3 {
    font-size: 14px;
  }
  .section_2 .session_2 .item-box .txt-box .info-box {
    margin-top: 15px;
  }
  .section_2 .session_2 .item-box .txt-box .btns-box {
    margin-top: 10px;
  }
  .section_3 .title-box {
    margin-bottom: 300px;
  }
  .section_3 .session_1 .item-box {
    height: 340px;
  }
  .section_4 .session_1 {
    bottom: 40%;
  }
  .section_4 .session_1 .info-box {
    padding-bottom: 20px;
  }
  .section_4 .session_1 .list-box {
    margin-top: 30px;
  }
  .section_4 .session_2 {
    padding-top: 30px;
    top: 60%;
  }
  .section_5 .session_1 {
    bottom: 280px;
  }
  .section_5 .session_2 .centent-box .item-box .img-box {
    height: 280px;
  }
  .section_5 .session_2 .centent-box .item-box .img-box .txt-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section_6 .title-box {
    margin-bottom: 350px;
  }
  .section_6 .all-box .other-box .img-box {
    height: 300px;
  }
  .section_6 .all-box .other-box .txt-box {
    padding-top: 20px;
  }
  .section_6 .all-box .other-box .txt-box .title {
    margin-bottom: 5px;
  }
  .section_6 .all-box .other-box .txt-box .title .icon-box img {
    height: 30px;
  }
  .section_6 .all-box .other-box .txt-box .title h3 {
    font-size: 18px;
  }
  .section_6 .all-box .other-box .txt-box .title span {
    font-size: 12px;
  }
  .section_6 .all-box .other-box .txt-box .nub-box {
    margin-top: 10px;
  }
  .section_6 .tab-box .item-box {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .section_8 .title-box {
    margin-bottom: 20px;
  }
  .section_8 .left-box .txt-box {
    margin-bottom: 30px;
  }
  .section_8 .right-box li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_9 .session_1 {
    bottom: 190px;
  }
  .public-footer .centent-box .right-box .link-box {
    padding-bottom: 10px;
  }
  .public-footer .centent-box .right-box .all-box {
    padding-top: 10px;
  }
  .section_9 .public-footer {
    padding-top: 20px;
  }
  .public-footer .copy-box {
    height: 40px;
    line-height: 40px;
  }
  .section_9 .session_1 .info-box .input-box textarea {
    height: 80px;
  }
  .section_9 .session_1 .info-box .title span {
    font-size: 26px;
  }
  .section_9 .session_1 .info-box .input-box input {
    height: 30px;
    line-height: 30px;
  }
  .section_9 .session_1 .info-box .input-box {
    margin-bottom: 15px;
  }
  .section_9 .session_1 .info-box .btn-box span {
    height: 35px;
    line-height: 35px;
  }
  .section_9 .session_1 .info-box .input-box:last-child {
    margin-bottom: 10px;
  }
  .section_9 .session_1 .info-box .title {
    margin-bottom: 10px;
  }
  .section_9 .session_1 .info-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=index.css.map */