﻿.session_1 {
  height: 100vh;
  background: #f5f5f5;
}
.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;
  background-position: center center;
  background-repeat: no-repeat;
}
.session_1 .banner-box .swiper-button-next,
.session_1 .banner-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  transition: all .3s;
  opacity: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  background: rgba(0, 0, 0, 0.3);
}
.session_1 .banner-box .swiper-button-next img,
.session_1 .banner-box .swiper-button-prev img {
  position: relative;
  z-index: 2;
}
.session_1 .banner-box .swiper-button-next:after,
.session_1 .banner-box .swiper-button-prev:after {
  font-size: 0;
}
.session_1 .banner-box .swiper-button-next:hover,
.session_1 .banner-box .swiper-button-prev:hover {
  background: #e1b066;
}
.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: 100px;
  opacity: 1;
}
.session_1 .banner-box:hover .swiper-button-prev {
  left: 100px;
  opacity: 1;
}
.session_2 {
  padding-top: 130px;
  padding-bottom: 140px;
  background: url(../images/img_2.jpg) center center no-repeat;
}
.session_2 .left-box {
  width: 870px;
}
.session_2 .left-box .title-box {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.session_2 .left-box .title-box span {
  position: absolute;
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  bottom: 0;
  left: 0;
}
.session_2 .left-box .des-box p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.session_2 .left-box .more-box {
  margin-top: 30px;
  margin-bottom: 45px;
}
.session_2 .left-box .more-box a {
  display: inline-block;
  text-align: center;
}
.session_2 .left-box .list-box {
  display: flex;
  justify-content: space-between;
}
.session_2 .left-box .list-box .item-box {
  text-align: center;
}
.session_2 .left-box .list-box .item-box .icon-box {
  height: 70px;
  line-height: 70px;
}
.session_2 .left-box .list-box .item-box .icon-box img {
  vertical-align: top;
}
.session_2 .left-box .list-box .item-box .info-box span {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.session_2 .left-box .list-box .item-box .info-box p {
  font-size: 14px;
  color: #666666;
}
.session_3 {
  position: relative;
  box-sizing: border-box;
}
.session_3 .title-box {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 110px;
  z-index: 99;
}
.session_3 .title-box p {
  margin-bottom: 15px;
}
.session_3 .centent-box .item-box {
  height: 860px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 280px;
  box-sizing: border-box;
}
.session_3 .centent-box .item-info {
  width: 550px;
  float: right;
}
.session_3 .centent-box .item-info h3 {
  font-size: 30px;
  color: #e1b066;
  margin-bottom: 20px;
}
.session_3 .centent-box .item-info p {
  line-height: 2;
  font-size: 16px;
  color: #fff;
}
.session_3 .centent-box .item-info .img-box {
  margin-top: 30px;
}
.session_3 .tab-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 9;
}
.session_3 .tab-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  top: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.session_3 .tab-box .list-box {
  display: flex;
  justify-content: space-between;
}
.session_3 .tab-box .list-box .item-box {
  position: relative;
  z-index: 2;
  text-align: center;
}
.session_3 .tab-box .list-box .item-box .icon-box {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
.session_3 .tab-box .list-box .item-box .icon-box img {
  position: relative;
  z-index: 2;
}
.session_3 .tab-box .list-box .item-box .icon-box:before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  background-color: #e1b066;
}
.session_3 .tab-box .list-box .item-box p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-top: 22px;
}
.session_3 .tab-box .list-box .item-box.active .icon-box:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.session_3 .tab-box .list-box .item-box.active p {
  color: #e1b066;
}
.session_4 {
  margin-top: 67px;
  margin-bottom: 80px;
}
.session_4 .top-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 28px;
  box-sizing: border-box;
  margin-bottom: 72px;
}
.session_4 .top-box .title {
  float: left;
  font-size: 36px;
  color: #333333;
  line-height: 1;
}
.session_4 .top-box .title p {
  margin-bottom: 16px;
}
.session_4 .top-box .title span {
  line-height: 1;
  display: block;
}
.session_4 .top-box .right-box {
  float: right;
  font-size: 0;
}
.session_4 .top-box .right-box .tab-box {
  display: inline-block;
  padding-top: 55px;
  box-sizing: border-box;
}
.session_4 .top-box .right-box .tab-box ul {
  font-size: 0;
}
.session_4 .top-box .right-box .tab-box ul li {
  display: inline-block;
  margin-right: 60px;
}
.session_4 .top-box .right-box .tab-box ul li a {
  position: relative;
  font-size: 16px;
  color: #666666;
  display: inline-block;
}
.session_4 .top-box .right-box .tab-box ul li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #e1b066;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: -38px;
}
.session_4 .top-box .right-box .tab-box ul li a:hover {
  color: #e1b066;
}
.session_4 .top-box .right-box .tab-box ul li a:hover:before {
  width: 100%;
  transform: translateX(-50%);
}
.session_4 .top-box .right-box .tab-box ul li.active a {
  color: #e1b066;
}
.session_4 .top-box .right-box .tab-box ul li.active a:before {
  width: 100%;
  transform: translateX(-50%);
}
.session_4 .top-box .right-box .more-box {
  position: relative;
  top: 12px;
  display: inline-block;
}
.session_4 .top-box .right-box .more-box a {
  display: inline-block;
}
.session_4 .all-box {
  position: relative;
  display: none;
}
.session_4 .all-box.active {
  display: block;
}
.session_4 .centent-box .swiper-container {
  position: relative;
  z-index: 2;
}
.session_4 .centent-box .swiper-button-next,
.session_4 .centent-box .swiper-button-prev {
  margin-top: -55px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 50px;
  transition: all .3s;
  z-index: 1;
}
.session_4 .centent-box .swiper-button-next:after,
.session_4 .centent-box .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.session_4 .centent-box .swiper-button-next:hover,
.session_4 .centent-box .swiper-button-prev:hover {
  background: #e1b066;
}
.session_4 .centent-box .swiper-button-prev {
  left: 0px;
}
.session_4 .centent-box .swiper-button-next {
  right: 0px;
}
.session_4 .centent-box:hover .swiper-button-prev {
  left: -80px;
}
.session_4 .centent-box:hover .swiper-button-next {
  right: -80px;
}
.session_4 .list-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.session_4 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.session_4 .list-box .item-box {
  position: relative;
}
.session_4 .list-box .item-box .img-box {
  overflow: hidden;
  position: relative;
}
.session_4 .list-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .5s;
  z-index: 2;
}
.session_4 .list-box .item-box .img-box img {
  width: 100%;
  transition: all .5s;
}
.session_4 .list-box .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  line-height: 60px;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.session_4 .list-box .item-box:hover .img-box:before {
  opacity: 1;
}
.session_4 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_4 .list-box .item-box:hover .txt-box {
  background: #000000;
  color: #fff;
}
.session_5 {
  background: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 55px;
}
.session_5 .title-box {
  text-align: center;
  font-size: 36px;
  color: #333333;
  line-height: 1;
  margin-bottom: 42px;
}
.session_5 .title-box p {
  margin-bottom: 15px;
}
.session_5 .centent-box {
  margin-bottom: 50px;
}
.session_5 .centent-box .left-box {
  float: left;
  width: 560px;
  font-size: 0;
}
.session_5 .centent-box .left-box .img-box {
  overflow: hidden;
}
.session_5 .centent-box .left-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_5 .centent-box .left-box .img-box:hover img {
  transform: scale(1.1);
}
.session_5 .centent-box .right-box {
  float: left;
  width: 740px;
}
.session_5 .centent-box .right-box .list-box {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}
.session_5 .centent-box .right-box .list-box .item-box {
  position: relative;
  float: left;
  width: 33.33%;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-bottom: none;
  cursor: pointer;
}
.session_5 .centent-box .right-box .list-box .item-box .img-box {
  overflow: hidden;
}
.session_5 .centent-box .right-box .list-box .item-box .img-box img {
  opacity: .75;
  width: 100%;
  transition: all .3s;
}
.session_5 .centent-box .right-box .list-box .item-box:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  color: #eadfdf;
  background-color: rgba(255, 176, 102, 0.9);
}
.session_5 .centent-box .right-box .list-box .item-box .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
  z-index: 9;
  opacity: 0;
}
.session_5 .centent-box .right-box .list-box .item-box .txt-box p {
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
  transition: all .3s;
}
.session_5 .centent-box .right-box .list-box .item-box:hover .img-box img,
.session_5 .centent-box .right-box .list-box .item-box.active .img-box img {
  transform: scale(1.1);
}
.session_5 .centent-box .right-box .list-box .item-box:hover:after,
.session_5 .centent-box .right-box .list-box .item-box.active:after {
  right: auto;
  left: 0;
  width: 100%;
}
.session_5 .centent-box .right-box .list-box .item-box:hover .txt-box,
.session_5 .centent-box .right-box .list-box .item-box.active .txt-box {
  opacity: 1;
}
.session_5 .centent-box .right-box .list-box .item-box:hover .txt-box p,
.session_5 .centent-box .right-box .list-box .item-box.active .txt-box p {
  margin-top: 25px;
}
.session_5 .centent-box .right-box .bottom-box {
  position: relative;
  height: 66px;
  background: #fff;
  font-size: 0;
}
.session_5 .centent-box .right-box .bottom-box .swiper-pagination {
  display: inline-block;
  position: static;
  width: 33.33%;
  line-height: 66px;
  vertical-align: top;
  font-size: 24px;
  color: #cccccc;
}
.session_5 .centent-box .right-box .bottom-box .swiper-pagination .swiper-pagination-current {
  color: #e1b066;
}
.session_5 .centent-box .right-box .bottom-box .swiper-button-next,
.session_5 .centent-box .right-box .bottom-box .swiper-button-prev {
  vertical-align: top;
  position: static;
  display: inline-block;
  width: 33.33%;
  height: 66px;
  text-align: center;
  background: #fff;
  margin: 0;
  line-height: 66px;
}
.session_5 .centent-box .right-box .bottom-box .swiper-button-next:after,
.session_5 .centent-box .right-box .bottom-box .swiper-button-prev:after {
  font-size: 22px;
  color: #999999;
  vertical-align: middle;
  font-weight: 700;
}
.session_5 .centent-box .right-box .bottom-box .swiper-button-next:hover,
.session_5 .centent-box .right-box .bottom-box .swiper-button-prev:hover {
  background: #e1b066;
}
.session_5 .centent-box .right-box .bottom-box .swiper-button-next:hover:after,
.session_5 .centent-box .right-box .bottom-box .swiper-button-prev:hover:after {
  color: #fff;
}
.session_5 .more-box {
  text-align: center;
}
.session_5 .more-box a {
  display: inline-block;
}
.session_6 {
  height: 800px;
  position: relative;
}
.session_6 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  background: url(../images/img_8.jpg) right center no-repeat;
  background-size: cover;
}
.session_6 .centent-box {
  padding-top: 85px;
}
.session_6 .centent-box .title-box {
  position: relative;
  font-size: 36px;
  color: #333333;
  line-height: 1;
  padding-bottom: 28px;
  margin-bottom: 65px;
}
.session_6 .centent-box .title-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 80px;
  height: 3px;
  background: #e1b066;
}
.session_6 .centent-box .title-box p {
  margin-top: 15px;
}
.session_6 .centent-box .des-box h3 {
  font-size: 40px;
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}
.session_6 .centent-box .des-box p {
  line-height: 2;
  font-size: 16px;
  color: #333333;
}
.session_6 .centent-box .des-box .more-box {
  text-align: left;
  margin-top: 70px;
}
.session_6 .centent-box .des-box .more-box a {
  display: inline-block;
}
.session_7 {
  padding-top: 70px;
  background: url(../images/img_9.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 78px;
}
.session_7 .title-box {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 45px;
}
.session_7 .title-box p {
  margin-bottom: 17px;
}
.session_7 .title-box .more-box {
  text-align: center;
  margin-top: 36px;
}
.session_7 .title-box .more-box a {
  display: inline-block;
}
.session_7 .centent-box .all-box {
  position: relative;
}
.session_7 .centent-box .all-box .swiper-container {
  position: relative;
  z-index: 2;
}
.session_7 .centent-box .all-box .swiper-button-next,
.session_7 .centent-box .all-box .swiper-button-prev {
  margin-top: -55px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 50px;
  transition: all .3s;
  z-index: 1;
}
.session_7 .centent-box .all-box .swiper-button-next:after,
.session_7 .centent-box .all-box .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.session_7 .centent-box .all-box .swiper-button-next:hover,
.session_7 .centent-box .all-box .swiper-button-prev:hover {
  background: #e1b066;
}
.session_7 .centent-box .all-box .swiper-button-prev {
  left: 0px;
}
.session_7 .centent-box .all-box .swiper-button-next {
  right: 0px;
}
.session_7 .centent-box:hover .swiper-button-prev {
  left: -80px;
}
.session_7 .centent-box:hover .swiper-button-next {
  right: -80px;
}
.session_7 .centent-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.session_7 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.session_7 .centent-box .item-box .img-box {
  overflow: hidden;
}
.session_7 .centent-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_7 .centent-box .item-box .txt-box {
  margin-top: 30px;
}
.session_7 .centent-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}
.session_7 .centent-box .item-box .txt-box span {
  font-size: 14px;
  color: #666666;
}
.session_7 .centent-box .item-box .txt-box p {
  font-size: 16px;
  color: #666666;
  margin-top: 28px;
}
.session_7 .centent-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_7 .centent-box .item-box:hover .txt-box h3 {
  color: #e1b066;
}
/*# sourceMappingURL=index.css.map */