.public-more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}
.public-more span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  display: block;
}
.public-more .bgsqr1,
.public-more .bgsqr2 {
  background: #e82310;
  position: absolute;
  top: 50%;
  top: 0\9;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: .5;
}
.public-more .bgsqr1 {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.public-more .bgsqr2 {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.public-more:hover .bgsqr1 {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  width: 375px\9;
  height: 375px\9;
  opacity: 1;
}
.public-more:hover .bgsqr2 {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  width: 375px\9;
  height: 375px\9;
  opacity: 1;
}
.session_1 {
  background: #000;
  position: relative;
}
.session_1 .plan-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  z-index: 999;
}
.session_1 .plan-box span {
  position: absolute;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.session_1 .img-box {
  opacity: 0;
}
.session_1 .img-box img {
  width: 100%;
}
.session_1 .swiper-pagination {
  bottom: 40px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-radius: 0;
}
.session_1 .swiper-pagination .swiper-pagination-bullet:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #e82310;
  border-color: #e82310;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-left: 6px;
}
.session_2 {
  margin-top: 98px;
  margin-bottom: 55px;
  overflow: hidden;
}
.session_2 .left-box {
  float: left;
}
.session_2 .left-box .txt-box h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.session_2 .left-box .txt-box p {
  line-height: 1.6;
  color: #4c4c4c;
}
.session_2 .left-box .other-box {
  margin-top: 60px;
}
.session_2 .left-box .other-box .title {
  font-size: 16px;
  color: #000000;
}
.session_2 .left-box .other-box .list-box {
  margin-top: 25px;
  font-size: 0;
}
.session_2 .left-box .other-box .list-box .item-box {
  display: inline-block;
  width: 160px;
  height: 57px;
  margin-right: 30px;
  border: 1px solid #e6e6e6;
}
.session_2 .left-box .other-box .list-box .item-box a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 57px;
  text-align: center;
}
.session_2 .video-box {
  float: right;
  position: relative;
}
.session_2 .video-box .img-box {
  overflow: hidden;
}
.session_2 .video-box .img-box img {
  transition: all .4s;
}
.session_2 .video-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 .video-box .icon-box img {
  width: 20px;
  vertical-align: middle;
}
.session_2 .video-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 .video-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 .video-box:hover .img-box > img {
  transform: scale(1.1);
}
.session_2 .video-box:hover .icon-box .line-box {
  transform: scale(1);
}
.session_3 .list-box {
  margin-right: -1px;
}
.session_3 .item-box {
  position: relative;
  float: left;
  width: 25%;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  text-align: center;
  height: 260px;
  margin-left: -1px;
  padding-top: 38px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}
.session_3 .item-box .center-box {
  position: relative;
  z-index: 2;
}
.session_3 .item-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.session_3 .item-box .title {
  margin-bottom: 25px;
}
.session_3 .item-box .title .icon-box {
  height: 58px;
  vertical-align: top;
  line-height: 58px;
}
.session_3 .item-box .title .icon-box img.active {
  display: none;
}
.session_3 .item-box .title p {
  font-size: 16px;
  color: #000000;
}
.session_3 .item-box .des-box p {
  line-height: 1.6;
  color: #808080;
}
.session_3 .item-box:hover:before {
  transform: scale(1);
  opacity: 1;
}
.session_3 .item-box:hover .title .icon-box img {
  display: none;
}
.session_3 .item-box:hover .title .icon-box img.active {
  display: inline-block;
}
.session_3 .item-box:hover .title p {
  color: #fff;
}
.session_4 {
  background: url(../images/img_3.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 170px;
  padding-top: 125px;
  padding-bottom: 115px;
  background-attachment: fixed;
}
.session_4 .tab-box {
  margin-bottom: 65px;
}
.session_4 .tab-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.session_4 .tab-box .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.session_4 .tab-box .col-md-2 .item {
  position: relative;
  overflow: hidden;
  height: 70px;
  width: 100%;
  background: #ffffff;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  transition: all 1s;
}
.session_4 .tab-box .col-md-2 .item span {
  position: relative;
  z-index: 2;
}
.session_4 .tab-box .col-md-2 .item .bgsqr1,
.session_4 .tab-box .col-md-2 .item .bgsqr2 {
  background: #e82310;
  position: absolute;
  top: 50%;
  top: 0\9;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: .5;
}
.session_4 .tab-box .col-md-2 .item .bgsqr1 {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.session_4 .tab-box .col-md-2 .item .bgsqr2 {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.session_4 .tab-box .col-md-2.active .item {
  border-color: #e82310;
  color: #fff;
}
.session_4 .tab-box .col-md-2.active .item .bgsqr1 {
  -webkit-animation: criss-cross-left 0.6s both;
  animation: criss-cross-left 0.6s both;
  width: 375px\9;
  height: 375px\9;
  opacity: 1;
}
.session_4 .tab-box .col-md-2.active .item .bgsqr2 {
  -webkit-animation: criss-cross-right 0.6s both;
  animation: criss-cross-right 0.6s both;
  width: 375px\9;
  height: 375px\9;
  opacity: 1;
}
.session_4 .all-box {
  position: relative;
}
.session_4 .item-box {
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
}
.session_4 .item-box .img-box {
  position: relative;
  float: left;
  margin-right: 40px;
}
.session_4 .item-box .img-box:before {
  position: absolute;
  content: '';
  width: 500px;
  height: 1px;
  background: #bfbfbf;
  right: -400px;
  bottom: 100px;
}
.session_4 .item-box .txt-box {
  padding-top: 85px;
  padding-right: 95px;
}
.session_4 .item-box .txt-box h3 {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  font-family: '微软雅黑';
}
.session_4 .item-box .txt-box p {
  line-height: 1.6;
}
.session_4 .swiper-pagination {
  bottom: 160px;
  padding-left: 772px;
  text-align: left;
  box-sizing: border-box;
}
.session_4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-radius: 0;
}
.session_4 .swiper-pagination .swiper-pagination-bullet:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.session_4 .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #e82310;
  border-color: #e82310;
}
.session_4 .swiper-pagination .swiper-pagination-bullet-active:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-left: 6px;
}
.session_4 .nub-box {
  position: absolute;
  left: 772px;
  bottom: 200px;
  z-index: 999;
  font-size: 14px;
  color: #808080;
}
.session_4 .nub-box span {
  color: #1a1a1a;
}
.session_5 {
  margin-bottom: 120px;
}
.session_5 .title-box {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1;
  margin-top: 125px;
  margin-bottom: 60px;
}
.session_5 .centent-box {
  position: relative;
}
.session_5 .centent-box .swiper-pagination-progressbar {
  position: static;
  margin-top: 60px;
}
.session_5 .centent-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
.session_5 .centent-box .swiper-button-next,
.session_5 .centent-box .swiper-button-prev {
  width: 40px;
  outline: none;
  display: block;
  height: 40px;
  line-height: 40px;
}
.session_5 .centent-box .swiper-button-next:after,
.session_5 .centent-box .swiper-button-prev:after {
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  vertical-align: middle;
}
.session_5 .centent-box .swiper-button-next:before,
.session_5 .centent-box .swiper-button-prev:before {
  position: absolute;
  top: 50%;
  width: 0;
  height: 2px;
  background: #e82310;
  content: '';
  margin-top: -1px;
  transition: all .3s;
}
.session_5 .centent-box .swiper-button-next:hover:after,
.session_5 .centent-box .swiper-button-prev:hover:after {
  color: #e82310;
}
.session_5 .centent-box .swiper-button-next:hover:before,
.session_5 .centent-box .swiper-button-prev:hover:before {
  width: 34px;
}
.session_5 .centent-box .swiper-button-prev {
  left: -60px;
  text-align: left;
}
.session_5 .centent-box .swiper-button-next {
  right: -60px;
  text-align: right;
}
.session_5 .centent-box .swiper-button-next:before {
  left: auto;
  right: 0;
}
.session_5 .centent-box .item-box {
  border: 1px solid #e6e6e6;
  text-align: center;
  height: 540px;
  line-height: 54px;
}
.session_5 .more-box {
  margin-top: 60px;
  text-align: center;
}
.session_5 .more-box a {
  display: inline-block;
  color: #fff;
  width: 150px;
  height: 46px;
  line-height: 46px;
  background: #1a1a1a;
  font-size: 14px;
}
.session_6 {
  background: url(../images/img_6.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 185px;
  text-align: center;
  padding-bottom: 122px;
}
.session_6 .txt-box {
  width: 960px;
  margin: 0 auto;
}
.session_6 .txt-box h3 {
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 65px;
}
.session_6 .txt-box p {
  font-size: 14px;
  line-height: 2;
  color: #e5e5e5;
}
.session_6 .btns-box {
  font-size: 0;
  margin-top: 70px;
}
.session_6 .btns-box a {
  display: inline-block;
  width: 175px;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 16px;
  color: #ffffff;
  transition: all .8s;
}
.session_6 .btns-box a .bgsqr1,
.session_6 .btns-box a .bgsqr2 {
  background: #fff !important;
}
.session_6 .btns-box a:hover {
  color: #141415;
}
.session_7 {
  margin-top: 110px;
}
.session_7 .title-box {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 60px;
}
.session_7 .list-box .row {
  margin-left: -8px;
  margin-right: -8px;
}
.session_7 .list-box .col-md-4 {
  float: left;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  height: 692px;
}
.session_7 .list-box .col-md-4:nth-child(1) .item-box,
.session_7 .list-box .col-md-4:nth-child(4) .item-box {
  height: 100%;
}
.session_7 .list-box .col-md-4:nth-child(2) .item-box {
  height: 220px;
}
.session_7 .list-box .col-md-4:nth-child(2) .item-box:nth-child(2) {
  height: 456px;
}
.session_7 .list-box .col-md-4:nth-child(3) .item-box {
  height: 220px;
}
.session_7 .list-box .item-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.session_7 .list-box .item-box:last-child {
  margin-bottom: 0;
}
.session_7 .list-box .item-box .img-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.session_7 .list-box .item-box .txt-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all .3s;
  opacity: 1;
}
.session_7 .list-box .item-box .txt-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}
.session_7 .list-box .item-box:hover .txt-box {
  opacity: 0;
  top: 50%;
}
.session_7 .swiper-pagination {
  margin-top: 40px;
  position: static;
}
.session_7 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-radius: 0;
}
.session_7 .swiper-pagination .swiper-pagination-bullet:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.session_7 .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #e82310;
  border-color: #e82310;
}
.session_7 .swiper-pagination .swiper-pagination-bullet-active:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-left: 6px;
}
.session_8 {
  margin-top: 115px;
  background: url(../images/img_8.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 140px;
}
.session_8 .centent-box {
  position: relative;
  height: 200px;
  border: 1px solid #1a1a1a;
  padding-left: 80px;
  box-sizing: border-box;
}
.session_8 .centent-box .title-box {
  background: #1a1a1a;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 5px;
  line-height: 1.6;
  text-align: center;
  writing-mode: lr-tb;
  writing-mode: tb-rl;
}
.session_8 .centent-box .list-box {
  padding-top: 45px;
  box-sizing: border-box;
}
.session_8 .centent-box .list-box .item-box {
  position: relative;
  float: left;
  width: 16.66%;
  text-align: center;
}
.session_8 .centent-box .list-box .item-box .arr-box {
  position: absolute;
  right: 0;
  top: 20px;
}
.session_8 .centent-box .list-box .item-box .icon-box {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: #1a1a1a;
  border-radius: 100%;
  line-height: 63px;
  transition: all .2s;
}
.session_8 .centent-box .list-box .item-box .icon-box img {
  vertical-align: middle;
}
.session_8 .centent-box .list-box .item-box p {
  margin-top: 12px;
  font-size: 14px;
  color: #1a1a1a;
  transition: all .3s;
}
.session_8 .centent-box .list-box .item-box:last-child .arr-box {
  display: none;
}
.session_8 .centent-box .list-box .item-box:hover .icon-box {
  background: #e82310;
  transform: translateY(-15px);
}
.session_8 .centent-box .list-box .item-box:hover p {
  transform: translateY(-15px);
}
.session_9 {
  background: #f5f5f5;
  padding-top: 118px;
}
.session_9 .title-box {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 60px;
}
.session_9 .centent-box .item-box {
  position: relative;
}
.session_9 .centent-box .item-box .img-box {
  width: 100%;
  height: 100%;
}
.session_9 .centent-box .item-box .txt_1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  transition: all .2s;
}
.session_9 .centent-box .item-box .txt_1 .icon-box {
  height: 50px;
  line-height: 50px;
}
.session_9 .centent-box .item-box .txt_1 .icon-box img {
  vertical-align: top;
}
.session_9 .centent-box .item-box .txt_1 p {
  color: #fff;
}
.session_9 .centent-box .item-box .txt_2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .5s;
  opacity: 0;
}
.session_9 .centent-box .item-box .txt_2 .title {
  margin-bottom: 15px;
}
.session_9 .centent-box .item-box .txt_2 .title .icon-box {
  height: 50px;
  line-height: 50px;
}
.session_9 .centent-box .item-box .txt_2 .title .icon-box img {
  vertical-align: top;
}
.session_9 .centent-box .item-box .txt_2 .title h3 {
  color: #fff;
  font-family: '微软雅黑';
}
.session_9 .centent-box .item-box .txt_2 ul {
  text-align: left;
}
.session_9 .centent-box .item-box .txt_2 ul li {
  line-height: 1.6;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.session_9 .centent-box .item-box .txt_2 ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.session_9 .centent-box .item-box:hover:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.session_9 .centent-box .item-box:hover .txt_1 {
  opacity: 0;
}
.session_9 .centent-box .item-box:hover .txt_2 {
  opacity: 1;
  top: 50%;
}
.session_9 .centent-box .left-box {
  float: left;
}
.session_9 .centent-box .left-box .item-box {
  width: 610px;
  height: 586px;
}
.session_9 .centent-box .left-box .item-box .img-box {
  width: 100%;
  height: 100%;
}
.session_9 .centent-box .left-box .item-box .txt_2 {
  padding-left: 70px;
  padding-right: 70px;
}
.session_9 .centent-box .right-box {
  float: left;
  width: 750px;
}
.session_9 .centent-box .right-box .item-box {
  width: 50%;
  float: left;
  height: 293px;
}
.session_9 .centent-box .right-box .item-box:last-child {
  width: 100%;
}
.session_10 {
  margin-top: 140px;
}
.session_10 .title-box {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 60px;
}
.session_10 .swiper-slide-active .item-box .txt-box {
  opacity: 1;
}
.session_10 .swiper-button-next {
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  right: 0;
  width: 196px;
  height: auto;
}
.session_10 .swiper-button-next:after {
  width: 38px;
  height: 26px;
  background: url(../images/icon_35.png);
  font-size: 0;
}
.session_10 .item-box {
  position: relative;
  border: 1px solid #e6e6e6;
}
.session_10 .item-box .img-box img {
  width: 100%;
}
.session_10 .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 32px;
  padding-bottom: 32px;
  opacity: 0;
}
.session_10 .item-box .txt-box h3 {
  color: #fff;
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.session_10 .item-box .txt-box p {
  font-size: 16px;
  color: #e5e5e5;
}
.session_11 {
  margin-top: 60px;
}
.session_11 .list-box .row {
  margin-left: -14px;
  margin-right: -14px;
}
.session_11 .list-box .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  margin-bottom: 28px;
}
.session_11 .list-box .col-md-2 .item-box {
  border: 1px solid #e6e6e6;
  height: 90px;
  line-height: 88px;
  text-align: center;
  box-sizing: border-box;
}
.session_11 .swiper-pagination {
  margin-top: 20px;
  position: static;
}
.session_11 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-radius: 0;
}
.session_11 .swiper-pagination .swiper-pagination-bullet:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.session_11 .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #e82310;
  border-color: #e82310;
}
.session_11 .swiper-pagination .swiper-pagination-bullet-active:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-left: 6px;
}
.session_12 {
  background: #f5f5f5 url(../images/img_17.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 125px;
  margin-top: 100px;
  padding-bottom: 125px;
}
.session_12 .title-box {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 60px;
}
.session_12 .centent-box {
  position: relative;
}
.session_12 .centent-box .list-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.session_12 .centent-box .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.session_12 .centent-box .list-box .item-box .img-box img {
  width: 100%;
}
.session_12 .centent-box .list-box .item-box .txt-bg {
  padding-left: 13px;
  padding-right: 13px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.session_12 .centent-box .list-box .item-box .txt-box {
  background: #fff;
  padding: 40px;
  height: 240px;
  box-sizing: border-box;
}
.session_12 .centent-box .list-box .item-box .txt-box h3 {
  text-align: center;
  font-weight: 400;
  color: #1a1a1a;
}
.session_12 .centent-box .list-box .item-box .txt-box p {
  text-align: left;
  line-height: 1.6;
  margin-top: 24px;
  color: #808080;
}
.session_12 .centent-box .list-box .item-box .txt-box .more-box {
  text-align: center;
  margin-top: 25px;
}
.session_12 .centent-box .list-box .item-box .txt-box .more-box a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  color: #fff;
  font-size: 0;
}
.session_12 .centent-box .list-box .item-box .txt-box .more-box a span {
  font-size: 14px;
}
.session_12 .swiper-pagination {
  margin-top: 65px;
  position: static;
}
.session_12 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-radius: 0;
}
.session_12 .swiper-pagination .swiper-pagination-bullet:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.session_12 .swiper-pagination .swiper-pagination-bullet-active:before {
  background: #e82310;
  border-color: #e82310;
}
.session_12 .swiper-pagination .swiper-pagination-bullet-active:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-left: 6px;
}
.session_13 {
  font-size: 0;
  margin-top: 128px;
  margin-bottom: 100px;
}
.session_13 .left-box {
  position: relative;
  left: -60px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}
.session_13 .left-box img {
  width: 100%;
  position: relative;
}
.session_13 .left-box .txt_1 {
  position: absolute;
  right: -60px;
  top: 140px;
  z-index: 2;
  width: 275px;
  background: #fff;
  padding: 20px;
  box-shadow: 10px 16px 20px rgba(35, 70, 130, 0.05);
}
.session_13 .left-box .txt_1 p {
  font-size: 14px;
  color: #1a1a1a;
}
.session_13 .left-box .txt_2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
}
.session_13 .right-box {
  width: 45%;
  margin-left: 5%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.session_13 .right-box .title {
  font-size: 32px;
  color: #1a1a1a;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.session_13 .right-box ul {
  margin-bottom: 50px;
}
.session_13 .right-box ul li {
  position: relative;
  padding-left: 42px;
  float: left;
  width: 50%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.session_13 .right-box ul li .icon-box {
  position: absolute;
  left: 0;
}
.session_13 .right-box ul li span {
  font-size: 14px;
  color: #808080;
}
.session_13 .right-box ul li p {
  font-size: 14px;
  color: #1a1a1a;
}
.session_13 .right-box .form-box .input-box {
  float: left;
  margin-bottom: 35px;
  width: 50%;
}
.session_13 .right-box .form-box .input-box label {
  margin-right: 10px;
  font-size: 16px;
  color: #8b8b8b;
}
.session_13 .right-box .form-box .input-box label em {
  display: inline-block;
  margin-right: 2px;
  color: #e82310;
}
.session_13 .right-box .form-box .input-box input {
  border: 1px solid #c7c7c7;
  width: 240px;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.session_13 .right-box .form-box .textarea-box {
  margin-bottom: 35px;
  padding-left: 10px;
}
.session_13 .right-box .form-box .textarea-box label {
  margin-right: 10px;
  font-size: 16px;
  color: #8b8b8b;
}
.session_13 .right-box .form-box .textarea-box label em {
  display: inline-block;
  margin-right: 2px;
  color: #e82310;
}
.session_13 .right-box .form-box .textarea-box textarea {
  width: 544px;
  border: 1px solid #c7c7c7;
  height: 160px;
  line-height: 1.6;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.session_13 .right-box .form-box .btns-box {
  font-size: 0;
  padding-left: 58px;
}
.session_13 .right-box .form-box .btns-box span {
  display: inline-block;
  width: 120px;
  height: 44px;
  background: #1a1a1a;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  margin-right: 30px;
  cursor: pointer;
  color: #fff;
}
.session_13 .right-box .form-box .btns-box span:first-child {
  background: #e82310;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@media screen and (max-width: 1400px) {
  .session_2 .left-box {
    width: 48%;
  }
  .session_2 .video-box {
    width: 48%;
  }
  .session_2 .video-box img {
    width: 100%;
  }
  .session_5 {
    width: 1100px;
  }
  .session_5 .centent-box .item-box {
    height: auto;
  }
  .session_5 .centent-box .item-box img {
    width: 100%;
  }
  .session_9 .centent-box .left-box .item-box {
    width: 480px;
  }
  .session_9 .centent-box .right-box {
    width: 720px;
  }
  .session_10 .swiper-button-next {
    width: 170px;
  }
  .session_13 .left-box {
    width: 46%;
    left: -50px;
  }
  .session_13 .right-box {
    margin-left: 2%;
    width: 52%;
  }
  .session_13 .left-box .txt_1 {
    right: -20px;
  }
}
/*# sourceMappingURL=index.css.map */
