#header {
  position: fixed;
  top: 0;
  left: 0;
}
.session_1 {
  box-sizing: border-box;
}
.session_1 .banner-box {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  background: #000;
}
.session_1 .swiper-slide .img-box {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.session_1 .swiper-button-next:after,
.session_1 .swiper-button-prev:after {
  display: none;
}
.session_1 .swiper-button-next:hover span:before,
.session_1 .swiper-button-prev:hover span:before {
  width: 50px;
}
.session_1 .swiper-button-next {
  right: 30px;
  transition: all .3s;
}
.session_1 .swiper-button-next:hover {
  right: 40px;
}
.session_1 .swiper-button-next span {
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #0086e9;
}
.session_1 .swiper-button-next span:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  right: 12px;
  width: 0;
  background: #0086e9;
  transition: all .3s;
}
.session_1 .swiper-button-prev {
  left: 30px;
  transition: all .3s;
}
.session_1 .swiper-button-prev:hover {
  left: 40px;
}
.session_1 .swiper-button-prev span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #0086e9;
}
.session_1 .swiper-button-prev span:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  left: 12px;
  background: #0086e9;
  transition: all .3s;
}
.session_1 .swiper-pagination {
  bottom: 20px;
}
.session_1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin-left: 10px !important;
  margin-right: 10px !important;
  opacity: 1;
  border-radius: 100%;
  vertical-align: bottom;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.session_1 .swiper-pagination-bullet-active {
  position: relative;
  background: #0086e9;
  transition: all .3s;
  border: 1px solid #0086e9;
}
.session_2 {
  background: #f5f5f5;
  font-size: 0;
  overflow: hidden;
}
.session_2 .txt-box {
  display: inline-block;
  width: 42%;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 9%;
  box-sizing: border-box;
  padding-right: 4%;
}
.session_2 .txt-box .title-icon {
  margin-bottom: 40px;
}
.session_2 .txt-box .des-box h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 25px;
}
.session_2 .txt-box .des-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.8;
}
.session_2 .txt-box ul {
  margin-top: 50px;
}
.session_2 .txt-box ul li {
  position: relative;
  float: left;
  width: 40%;
  padding-left: 45px;
  box-sizing: border-box;
  height: 88px;
}
.session_2 .txt-box ul li:nth-child(1),
.session_2 .txt-box ul li:nth-child(3) {
  width: 60%;
}
.session_2 .txt-box ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.session_2 .txt-box ul li h3 {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
}
.session_2 .txt-box ul li p {
  font-size: 12px;
  color: #1a1a1a;
  opacity: .4;
}
.session_2 .img-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 58%;
}
.session_2 .img-box img {
  width: 100%;
}
.session_2 .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 76px;
  height: 76px;
  text-align: center;
  line-height: 76px;
  transform: translate(-50%, -50%);
}
.session_2 .img-box .icon-box img {
  transition: all .3s;
}
.session_2 .img-box .icon-box:hover img {
  transform: scale(0.8);
}
.session_3 {
  margin-top: 130px;
}
.session_3 .title-box {
  text-align: center;
  margin-bottom: 100px;
}
.session_3 .title-box h3 {
  font-size: 46px;
  color: #000000;
  margin-bottom: 20px;
}
.session_3 .title-box p {
  position: relative;
  font-size: 18px;
  color: #4c4c4c;
  padding-bottom: 36px;
}
.session_3 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.session_3 .centent-box {
  height: 800px;
  background-image: url(../images/img_2.jpg);
  background-position: center center;
  background-size: cover;
  padding-left: 9%;
  padding-top: 260px;
  box-sizing: border-box;
}
.session_3 .centent-box .txt-box h3 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
}
.session_3 .centent-box .txt-box p {
  font-size: 18px;
  color: #000000;
}
.session_3 .centent-box .txt-box a {
  display: block;
  width: 198px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin-top: 80px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.session_3 .centent-box .txt-box a img {
  margin-left: 25px;
  vertical-align: middle;
}
.session_3 .centent-box .txt-box a img.active {
  display: none;
}
.session_3 .centent-box .txt-box a:hover {
  background: #0086d9;
  border-color: #0086d9;
  color: #fff;
}
.session_3 .centent-box .txt-box a:hover img {
  display: none;
}
.session_3 .centent-box .txt-box a:hover img.active {
  display: inline-block;
}
.session_4 {
  background-image: url(../images/img_3.jpg);
  background-position: center center;
  background-size: cover;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 65px;
  padding-bottom: 90px;
  text-align: center;
}
.session_4 .txt-box {
  display: inline-block;
  text-align: left;
  padding-right: 2%;
  vertical-align: middle;
}
.session_4 .txt-box h3 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
}
.session_4 .txt-box p {
  font-size: 18px;
  color: #000000;
}
.session_4 .txt-box a {
  display: block;
  width: 198px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin-top: 70px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.session_4 .txt-box a img {
  margin-left: 25px;
  vertical-align: middle;
}
.session_4 .txt-box a img.active {
  display: none;
}
.session_4 .txt-box a:hover {
  background: #0086d9;
  border-color: #0086d9;
  color: #fff;
}
.session_4 .txt-box a:hover img {
  display: none;
}
.session_4 .txt-box a:hover img.active {
  display: inline-block;
}
.session_4 .img-box {
  display: inline-block;
  vertical-align: middle;
}
.session_5 {
  position: relative;
  height: 800px;
  background: url(../images/img_4.jpg);
  padding-left: 9%;
  padding-right: 9%;
  box-sizing: border-box;
  padding-top: 250px;
}
.session_5 .txt-box {
  display: inline-block;
  text-align: left;
  padding-right: 2%;
  vertical-align: middle;
}
.session_5 .txt-box h3 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
}
.session_5 .txt-box p {
  font-size: 18px;
  color: #000000;
}
.session_5 .txt-box a {
  display: block;
  width: 198px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin-top: 70px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.session_5 .txt-box a img {
  margin-left: 25px;
  vertical-align: middle;
}
.session_5 .txt-box a img.active {
  display: none;
}
.session_5 .txt-box a:hover {
  background: #0086d9;
  border-color: #0086d9;
  color: #fff;
}
.session_5 .txt-box a:hover img {
  display: none;
}
.session_5 .txt-box a:hover img.active {
  display: inline-block;
}
.session_5 .right-box {
  position: absolute;
  right: 9%;
  top: 100px;
}
.session_5 .right-box .item-box {
  width: 285px;
  background: rgba(255, 255, 255, 0.24);
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.session_5 .right-box .item-box .title {
  height: 25px;
  line-height: 25px;
  text-align: right;
  background: #fff;
  padding-right: 19px;
  box-sizing: border-box;
  font-size: 12px;
  color: #808080;
}
.session_5 .right-box .item-box .body-box {
  padding: 20px;
  box-sizing: border-box;
}
.session_5 .right-box .item-box .body-box p {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
}
.session_6 {
  height: 800px;
  background: url(../images/img_5.jpg) center center no-repeat;
  background-size: cover;
  padding-left: 9%;
  padding-top: 200px;
  box-sizing: border-box;
}
.session_6 .txt-box {
  display: inline-block;
  text-align: left;
  padding-right: 2%;
  vertical-align: middle;
}
.session_6 .txt-box h3 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
}
.session_6 .txt-box p {
  font-size: 18px;
  color: #000000;
}
.session_6 .txt-box a {
  display: block;
  width: 198px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin-top: 70px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.session_6 .txt-box a img {
  margin-left: 25px;
  vertical-align: middle;
}
.session_6 .txt-box a img.active {
  display: none;
}
.session_6 .txt-box a:hover {
  background: #0086d9;
  border-color: #0086d9;
  color: #fff;
}
.session_6 .txt-box a:hover img {
  display: none;
}
.session_6 .txt-box a:hover img.active {
  display: inline-block;
}
.session_7 {
  background: #f5f5f5;
  padding-top: 115px;
  padding-left: 9%;
  padding-right: 9%;
  padding-bottom: 55px;
}
.session_7 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_7 .title-box h3 {
  font-size: 45px;
  color: #000000;
  margin-bottom: 20px;
}
.session_7 .title-box p {
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  padding-bottom: 35px;
  line-height: 1;
}
.session_7 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.session_7 .centent-box .row {
  margin-left: -16px;
  margin-right: -16px;
}
.session_7 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.session_7 .centent-box .item-box .img-box img {
  width: 100%;
}
.session_7 .centent-box .item-box .txt-box {
  height: 220px;
  text-align: center;
  padding-top: 55px;
  box-sizing: border-box;
}
.session_7 .centent-box .item-box .txt-box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.session_7 .centent-box .item-box .txt-box p {
  font-size: 14px;
  color: #808080;
}
.session_7 .centent-box .item-box .txt-box a {
  opacity: 0;
  display: inline-block;
  margin-top: 33px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  color: #0086d9;
  padding-left: 10px;
  padding-right: 10px;
}
.session_7 .centent-box .item-box .txt-box a img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.session_7 .centent-box .item-box:hover .txt-box {
  background: #fff;
}
.session_7 .centent-box .item-box:hover .txt-box a {
  opacity: 1;
}
.session_8 {
  margin-top: 120px;
}
.session_8 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_8 .title-box h3 {
  font-size: 45px;
  color: #000000;
  margin-bottom: 20px;
}
.session_8 .title-box p {
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  padding-bottom: 35px;
  line-height: 1;
}
.session_8 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.session_8 .centent-box {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.session_8 .centent-box .swiper-slide-active .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.session_8 .centent-box .swiper-slide-active .item-box .txt-box {
  transform: translateY(-50%);
  opacity: 1;
}
.session_8 .centent-box .item-box {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.session_8 .centent-box .item-box .txt-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(0);
  left: 0;
  right: 0;
  text-align: center;
  transition: transform 0.4s .1s, opacity 0.2s .1s;
}
.session_8 .centent-box .item-box .txt-box h3 {
  color: #f5f5f5;
  font-size: 23px;
}
.session_8 .centent-box .item-box .txt-box p {
  font-size: 12px;
  color: #f5f5f5;
  opacity: .4;
}
.session_8 .centent-box .item-box .txt-box .icon-box {
  margin-top: 30px;
}
.session_8 .centent-box .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.session_8 .centent-box .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
}
.session_8 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #0086d9;
  border-color: #0086d9;
}
.session_9 {
  background: #f5f5f5;
  margin-top: 85px;
  padding-top: 120px;
  padding-bottom: 100px;
}
.session_9 .centent-box {
  padding-left: 9%;
  padding-right: 9%;
  box-sizing: border-box;
}
.session_9 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_9 .title-box h3 {
  font-size: 45px;
  color: #000000;
  margin-bottom: 20px;
}
.session_9 .title-box p {
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  padding-bottom: 35px;
  line-height: 1;
}
.session_9 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.session_9 .center-box {
  position: relative;
}
.session_9 .center-box .swiper-button-next,
.session_9 .center-box .swiper-button-prev {
  outline: none;
}
.session_9 .center-box .swiper-button-next:after,
.session_9 .center-box .swiper-button-prev:after {
  color: #333;
  font-size: 28px;
}
.session_9 .center-box .swiper-button-next {
  right: -40px;
}
.session_9 .center-box .swiper-button-prev {
  left: -40px;
}
.session_9 .item-box .img-box {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.session_9 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(0);
  transition: all .3s;
}
.session_9 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all .3s;
}
.session_9 .item-box .txt-box {
  height: 245px;
  padding-top: 45px;
  box-sizing: border-box;
  text-align: center;
  transition: all .3s;
  padding-left: 25px;
  padding-right: 25px;
}
.session_9 .item-box .txt-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 25px;
}
.session_9 .item-box .txt-box p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
}
.session_9 .item-box .txt-box a {
  opacity: 0;
  display: inline-block;
  margin-top: 33px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  color: #0086d9;
  padding-left: 10px;
  padding-right: 10px;
}
.session_9 .item-box .txt-box a img {
  position: relative;
  margin-left: 5px;
  top: -2px;
  vertical-align: middle;
}
.session_9 .item-box:hover .img-box:before {
  opacity: 1;
}
.session_9 .item-box:hover .img-box .icon-box {
  opacity: 1;
  transform: translateY(-50%);
}
.session_9 .item-box:hover .txt-box {
  background: #fff;
  box-sizing: border-box;
}
.session_9 .item-box:hover .txt-box a {
  opacity: 1;
}
.session_10 {
  padding-left: 9%;
  padding-right: 9%;
  margin-top: 65px;
  margin-bottom: 45px;
}
.session_10 .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.session_10 .list-box .col-md-2 {
  float: left;
  width: 14.2%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.session_10 .list-box .item-box {
  border: 1px solid #e9e9e9;
  height: 75px;
  box-sizing: border-box;
  line-height: 75px;
  text-align: center;
  width: 100%;
}
.session_10 .list-box .item-box img {
  max-width: 80%;
  max-height: 80%;
}
.session_10 .list-box .item-box:hover {
  border-color: #0086d9;
}
.session_10 .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.session_10 .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
}
.session_10 .swiper-pagination .swiper-pagination-bullet-active {
  background: #0086d9;
  border-color: #0086d9;
}
@media screen and (max-width: 1800px) {
  .session_2 .txt-box {
    width: 48%;
  }
  .session_2 .img-box {
    width: 52%;
  }
  .session_4 .img-box img {
    width: 600px;
  }
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
/*# sourceMappingURL=index.css.map */