.block {
  width: 1300px;
  margin: 0 auto;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.public-title p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 1;
}
.session_1 {
  margin-top: 100px;
  padding-bottom: 100px;
}
.session_1 .title-box {
  text-align: center;
}
.session_1 .list-box {
  display: none;
}
.session_1 .list-box.active {
  display: block;
}
.session_1 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.session_1 .item-box {
  width: 100%;
}
.session_1 .item-box .img-box {
  padding: 7px;
  padding-bottom: 37px;
  box-sizing: border-box;
  width: 100%;
  height: 276px;
  background: url(../images/icon_2.png) top center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.session_1 .item-box .img-box a {
  display: block;
  overflow: hidden;
}
.session_1 .item-box .img-box img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 1s, transform 1s;
  transition: transform 1s;
}
.session_1 .item-box .txt-box {
  text-align: center;
}
.session_1 .item-box .txt-box h3 {
  font-size: 20px;
  font-weight: 400;
  color: #313131;
}
.session_1 .item-box .txt-box p {
  font-size: 14px;
  color: #5a5a5a;
}
.session_1 .item-box:hover .img-box {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.session_1 .item-box:hover .img-box img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.session_1 .tab-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 45px;
  font-size: 0;
}
.session_1 .tab-box span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  color: #323232;
  cursor: pointer;
  margin-right: 8px;
  margin-left: 8px;
}
.session_1 .tab-box span:hover,
.session_1 .tab-box span.active {
  background: #00a2e9;
  color: #fff;
}
.session_1 .more-box {
  text-align: center;
}
.session_1 .more-box a {
  position: relative;
  display: inline-block;
  color: #333;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #3cb8ee;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  transition: width .8s;
}
.session_1 .more-box a span {
  position: relative;
  z-index: 2;
}
.session_1 .more-box a span i {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon_3.png) center right no-repeat;
}
.session_1 .more-box a em {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #3cb8ee;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.session_1 .more-box a:hover {
  width: 180px;
}
.session_1 .more-box a:hover span {
  color: #fff;
}
.session_1 .more-box a:hover i {
  background: url(../images/icon_4.png) center right no-repeat;
}
.session_1 .more-box a:hover em {
  transform: translateX(0);
}
.session_2 {
  background: #000000 url(../images/img_4.jpg) left 200px no-repeat;
  height: 600px;
  padding-top: 100px;
  box-sizing: border-box;
  background-attachment: fixed;
}
.session_2 .txt-box {
  float: right;
  width: 900px;
  height: 400px;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
}
.session_2 .txt-box .title-box {
  margin-bottom: 30px;
}
.session_2 .txt-box .title-box span {
  display: inline-block;
  position: relative;
  padding-bottom: 19px;
}
.session_2 .txt-box .title-box span:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00a2e9;
}
.session_2 .txt-box p {
  font-size: 16px;
  line-height: 2.8;
  color: #5a5a5a;
}
.session_2 .txt-box .more-box {
  text-align: left;
}
.session_2 .txt-box .more-box a {
  position: relative;
  display: inline-block;
  color: #333;
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #3cb8ee;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  transition: all 1s;
}
.session_2 .txt-box .more-box a span {
  position: relative;
  z-index: 2;
}
.session_2 .txt-box .more-box a span i {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/icon_3.png) center right no-repeat;
}
.session_2 .txt-box .more-box a em {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #3cb8ee;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.session_2 .txt-box .more-box a:hover {
  width: 100px;
}
.session_2 .txt-box .more-box a:hover span {
  color: #fff;
}
.session_2 .txt-box .more-box a:hover i {
  background: url(../images/icon_4.png) center right no-repeat;
}
.session_2 .txt-box .more-box a:hover em {
  transform: translateX(0);
}
.session_3 {
  padding-top: 100px;
  border-top: 1px solid #dddddd;
  margin-top: 100px;
}
.session_3 .title-box {
  margin-bottom: 40px;
  margin-top: 80px;
}
.session_3 .title-box span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.session_3 .title-box span:before {
  position: absolute;
  content: '';
  width: 65px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00a2e9;
}
.session_3 .team-box {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid #dddddd;
}
.session_3 .item-box {
  float: left;
  position: relative;
  width: 50%;
  background: #000;
  height: 332px;
  overflow: hidden;
}
.session_3 .item-box .img-box img {
  width: 100%;
  margin-left: 30px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.session_3 .item-box .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 80%;
  height: 80%;
}
.session_3 .item-box .txt-box .center-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.session_3 .item-box .txt-box .icon-box {
  margin-bottom: 25px;
}
.session_3 .item-box .txt-box .icon-box img {
  height: 50px;
}
.session_3 .item-box .txt-box h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.session_3 .item-box .txt-box .show {
  -webkit-transform: translate3d(0, 40px, 0);
  -webkit-transition: transform .5s;
  transition: transform .5s;
}
.session_3 .item-box .txt-box .hide {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  -webkit-transition: transform .5s;
  transition: transform .5s;
}
.session_3 .item-box .txt-box .line {
  display: inline-block;
  width: 2px;
  height: 1px;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: width .6s;
}
.session_3 .item-box .txt-box .arr {
  display: inline-block;
  width: 120px;
  height: 28px;
  border: 1px solid #fff;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.session_3 .item-box .txt-box .arr img {
  width: 40px;
  height: auto;
}
.session_3 .item-box .txt-box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.session_3 .item-box:hover .img-box img {
  opacity: 0.5;
  margin-left: 0;
}
.session_3 .item-box:hover .txt-box .show {
  -webkit-transform: translate3d(0, 0px, 0);
}
.session_3 .item-box:hover .txt-box .line {
  width: 300px;
}
.session_3 .item-box:hover .txt-box .hide {
  -webkit-transform: translate3d(0, 0px, 0);
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  opacity: 1;
}
.line {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin-top: 100px;
  margin-bottom: 100px;
}
.session_4 {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: 560px;
  background: #000000 url(../images/img_14.jpg) center center no-repeat;
}
.session_4 .block {
  position: relative;
  padding-left: 298px;
  box-sizing: border-box;
}
.session_4 .block ul {
  position: relative;
  box-sizing: border-box;
}
.session_4 .block ul:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  right: 1px;
  background: #ddd;
}
.session_4 .block ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 140px;
  display: table;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-right: none;
  border-bottom: none;
}
.session_4 .block ul li a {
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 100%;
  height: 100%;
}
.session_4 .block ul li a img {
  line-height: 0;
  max-width: 180px;
  max-height: 90px;
}
.session_4 .block ul li a:hover img {
  -webkit-animation: tada 1s .2s ease both;
  -moz-animation: tada 1s .2s ease both;
}
.session_4 .title-box {
  position: absolute;
  top: 0;
  left: 0;
}
.session_5 {
  margin-top: 95px;
  padding-top: 95px;
  border-top: 1px solid #ddd;
  padding-bottom: 150px;
}
.session_5 .public-title {
  margin-bottom: 70px;
}
.session_5 .swiper-pagination {
  position: relative;
  margin-top: 70px;
}
.session_5 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  background: #00a2e9;
  opacity: 1;
  margin-right: 15px!important;
  margin-left: 15px!important;
}
.session_5 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.session_5 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #00a2e9;
  box-sizing: border-box;
  top: -5px;
  left: -5px;
  border-radius: 100%;
}
.session_5 .item-box h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.session_5 .item-box h3 em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0px;
  height: 0;
  border-top: 1px solid #333;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.session_5 .item-box .txt-box {
  position: relative;
  height: 110px;
}
.session_5 .item-box .txt-box:before {
  position: absolute;
  content: '';
  left: 0;
  width: 20px;
  height: 1px;
  background: #00a2e9;
  bottom: 0;
  transition: width 0.5s;
}
.session_5 .item-box .txt-box p {
  font-size: 16px;
  color: #000;
  opacity: .8;
  line-height: 1.8;
}
.session_5 .item-box .bottom-box {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #000000;
}
.session_5 .item-box .bottom-box a {
  display: inline-block;
  padding-left: 20px;
  float: right;
}
.session_5 .item-box:hover h3 em {
  width: 20px;
}
.session_5 .item-box:hover .txt-box:before {
  width: 100%;
}
/*# sourceMappingURL=index.css.map */