body {
  background: #0c0c0c;
}
.session_1 {
  height: 100vh;
  background: #fff;
}
.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: #ea541f;
}
.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 {
  background-color: #181818;
  margin-top: 95px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  box-sizing: border-box;
  margin-bottom: 95px;
}
.session_2 .img-box {
  position: relative;
  float: left;
  width: 39%;
  height: 100%;
  z-index: 2;
}
.session_2 .img-box:before {
  position: absolute;
  content: '';
  width: 123px;
  height: 123px;
  background-color: #003f98;
  bottom: -17px;
  left: -17px;
}
.session_2 .img-box img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.session_2 .txt-box {
  float: right;
  width: 61%;
  padding-left: 70px;
  box-sizing: border-box;
}
.session_2 .txt-box .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.session_2 .txt-box .top-box .title {
  position: relative;
  font-size: 14px;
  color: #999999;
}
.session_2 .txt-box .top-box .title span {
  font-weight: 700;
  font-size: 30px;
  color: #ea541f;
  display: inline-block;
  margin-right: 20px;
}
.session_2 .txt-box .top-box .title:before {
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #003f98;
  content: '';
  left: -80px;
  top: 26px;
}
.session_2 .txt-box .des-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #999999;
}
.session_2 .txt-box .bottom-box {
  text-align: center;
  margin-top: 25px;
}
.session_2 .txt-box .bottom-box h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
}
.session_2 .txt-box .bottom-box p {
  font-size: 36px;
  color: #ea541f;
}
.session_2 .txt-box .bottom-box p span {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.session_3 {
  height: 240px;
  background: url(../images/img_3.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 55px;
  box-sizing: border-box;
}
.session_3 .centent-box .item-box {
  float: left;
  width: 25%;
  text-align: center;
}
.session_3 .centent-box .item-box h3 {
  color: #fff;
  line-height: 1;
}
.session_3 .centent-box .item-box h3 em {
  font-size: 72px;
  font-style: normal;
  font-family: 'Times New Roman';
}
.session_3 .centent-box .item-box h3 span {
  font-weight: 400;
  margin-left: 15px;
  font-size: 16px;
}
.session_3 .centent-box .item-box p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin-top: 24px;
}
.session_4 {
  background-color: #181818;
  padding-top: 50px;
  padding-bottom: 140px;
  position: relative;
}
.session_4 .bg {
  bottom: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.session_4 .title-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 90px;
  line-height: 90px;
  margin-bottom: 55px;
  font-size: 14px;
  color: #999999;
}
.session_4 .title-box span {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #ea541f;
  margin-right: 20px;
}
.session_4 .title-box span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #003f98;
}
.session_4 .centent-box .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}
.session_4 .centent-box .item-box {
  overflow: hidden;
}
.session_4 .centent-box .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.session_4 .centent-box .item-box .img-box > img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  transition: all .3s;
}
.session_4 .centent-box .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -80px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 58px;
  text-align: center;
  opacity: 0;
  transition: all .3s;
}
.session_4 .centent-box .item-box .txt-box {
  position: relative;
}
.session_4 .centent-box .item-box .txt-box .title {
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #3e3e3e;
}
.session_4 .centent-box .item-box .txt-box .des-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #003f98;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  bottom: -200px;
  transition: all .3s;
  opacity: 0;
}
.session_4 .centent-box .item-box .txt-box .des-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
}
.session_4 .centent-box .item-box .txt-box .des-box p {
  font-size: 16px;
  color: #fff;
}
.session_4 .centent-box .item-box:hover .img-box > img {
  transform: scale(1.1);
}
.session_4 .centent-box .item-box:hover .img-box .icon-box {
  opacity: 1;
  margin-top: 0;
}
.session_4 .centent-box .item-box:hover .txt-box .des-box {
  bottom: 0;
  opacity: 1;
}
.session_5 {
  background: url(../images/img_5.jpg) center top no-repeat;
  padding-top: 78px;
  padding-bottom: 90px;
}
.session_5 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_5 .title-box .top-box {
  width: 634px;
  height: 106px;
  background: url(../images/icon_9.png);
  margin: 0 auto;
}
.session_5 .title-box .top-box h3 {
  position: relative;
  top: -25px;
  font-size: 48px;
  line-height: 1;
  color: #ea541f;
}
.session_5 .title-box .top-box span {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  display: block;
}
.session_5 .title-box p {
  font-size: 24px;
  color: #fff;
  margin-top: 25px;
}
.session_5 .all-box {
  position: relative;
}
.session_5 .all-box .swiper-button-prev {
  left: 0px;
}
.session_5 .all-box .swiper-button-next {
  right: 0px;
}
.session_5 .all-box .swiper-button-next,
.session_5 .all-box .swiper-button-prev {
  transition: all .3s;
  opacity: 0;
}
.session_5 .all-box .swiper-button-next:after,
.session_5 .all-box .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}
.session_5 .all-box .swiper-button-next:hover:after,
.session_5 .all-box .swiper-button-prev:hover:after {
  color: #ea541f;
}
.session_5 .all-box .item-box .img-box {
  overflow: hidden;
}
.session_5 .all-box .item-box .img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all .3s;
}
.session_5 .all-box .item-box .txt-box {
  height: 150px;
  background-color: #181818;
  padding-top: 45px;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  position: relative;
}
.session_5 .all-box .item-box .txt-box:before {
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  background-color: #ea541f;
  transition: all .3s;
  height: 0;
}
.session_5 .all-box .item-box .txt-box p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.session_5 .all-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_5 .all-box .item-box:hover .txt-box:before {
  height: 100%;
}
.session_5 .centent-box:hover .all-box .swiper-button-prev {
  left: -50px;
  opacity: 1;
}
.session_5 .centent-box:hover .all-box .swiper-button-next {
  right: -50px;
  opacity: 1;
}
.session_6 {
  background: url(../images/img_9.jpg) center top no-repeat;
  padding-top: 65px;
  padding-bottom: 65px;
}
.session_6 .title-box {
  text-align: center;
  margin-bottom: 20px;
}
.session_6 .title-box .top-box {
  width: 834px;
  height: 106px;
  background: url(../images/icon_10.png);
  margin: 0 auto;
}
.session_6 .title-box .top-box h3 {
  position: relative;
  top: -25px;
  font-size: 48px;
  line-height: 1;
  color: #ea541f;
}
.session_6 .title-box .top-box span {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  height: 56px;
  line-height: 56px;
  display: block;
}
.session_6 .title-box p {
  font-size: 24px;
  color: #fff;
  margin-top: 25px;
}
.session_6 .centent-box {
  width: 1270px;
}
.session_6 .centent-box .left-box {
  float: left;
}
.session_6 .centent-box .right-box {
  float: right;
  width: 750px;
  margin-top: 25px;
}
.session_6 .centent-box .right-box .des-box {
  margin-bottom: 35px;
}
.session_6 .centent-box .right-box .des-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
}
.session_6 .centent-box .right-box .info-box {
  width: 596px;
  height: 385px;
  background: url(../images/icon_12.png);
  padding-left: 95px;
  padding-top: 40px;
  box-sizing: border-box;
}
.session_6 .centent-box .right-box .info-box li {
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
}
.session_6 .centent-box .right-box .info-box li span {
  font-size: 20px;
  color: #ea541f;
  font-weight: 700;
}
.session_7 {
  margin-top: 45px;
  margin-bottom: 65px;
}
.session_7 .top-box {
  position: relative;
  margin-bottom: 35px;
}
.session_7 .top-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: 40px;
}
.session_7 .top-box .item-box {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.session_7 .top-box .item-box .icon-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  background: #181818;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  position: relative;
}
.session_7 .top-box .item-box .icon-box:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #003f98;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0);
}
.session_7 .top-box .item-box .icon-box img {
  position: relative;
  vertical-align: middle;
  transition: all .3s;
  top: 0;
}
.session_7 .top-box .item-box p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.session_7 .top-box .item-box:hover .icon-box img,
.session_7 .top-box .item-box.active .icon-box img {
  top: 6px;
}
.session_7 .top-box .item-box:hover .icon-box:before,
.session_7 .top-box .item-box.active .icon-box:before {
  opacity: 1;
  transform: scale(1);
}
.session_7 .all-box {
  position: relative;
}
.session_7 .all-box .swiper-button-prev {
  left: 0px;
}
.session_7 .all-box .swiper-button-next {
  right: 0px;
}
.session_7 .all-box .swiper-button-next,
.session_7 .all-box .swiper-button-prev {
  transition: all .3s;
  opacity: 0;
}
.session_7 .all-box .swiper-button-next:after,
.session_7 .all-box .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}
.session_7 .all-box .swiper-button-next:hover:after,
.session_7 .all-box .swiper-button-prev:hover:after {
  color: #ea541f;
}
.session_7 .centent-box:hover .all-box .swiper-button-prev {
  left: -50px;
  opacity: 1;
}
.session_7 .centent-box:hover .all-box .swiper-button-next {
  right: -50px;
  opacity: 1;
}
.session_7 .item-box {
  position: relative;
}
.session_7 .item-box .img-box {
  position: relative;
}
.session_7 .item-box .img-box > img {
  width: 100%;
}
.session_7 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -60px;
}
.session_7 .item-box .list-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.session_7 .item-box .list-box .item-box {
  float: left;
  width: 50%;
  height: 120px;
  padding-left: 60px;
  padding-right: 100px;
  box-sizing: border-box;
  padding-top: 30px;
}
.session_7 .item-box .list-box .item-box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.session_7 .item-box .list-box .item-box:last-child {
  padding-left: 0;
  padding-right: 60px;
  box-sizing: border-box;
}
.session_8 {
  background: #1e1e1e;
  padding-top: 50px;
  padding-bottom: 70px;
}
.session_8 .title-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 90px;
  line-height: 90px;
  margin-bottom: 55px;
  font-size: 14px;
  color: #999999;
}
.session_8 .title-box span {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #ea541f;
  margin-right: 20px;
}
.session_8 .title-box span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #003f98;
}
.session_8 .centent-box .list-box .item-box {
  position: relative;
  float: left;
  width: 25%;
  height: 630px;
  transition: all .3s;
  overflow: hidden;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.session_8 .centent-box .list-box .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ea541f;
  z-index: 5;
  opacity: 0;
}
.session_8 .centent-box .list-box .item-box .img-box {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.session_8 .centent-box .list-box .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .3s;
  height: 100px;
  background-color: #17181a;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  z-index: 2;
}
.session_8 .centent-box .list-box .item-box .txt-box span {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  display: block;
}
.session_8 .centent-box .list-box .item-box .txt-box p {
  font-size: 20px;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.session_8 .centent-box .list-box .item-box .txt-box p:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #666666;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.session_8 .centent-box .list-box .item-box .txt-box em {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  display: none;
}
.session_8 .centent-box .list-box .item-box:nth-child(2n+2) {
  padding-bottom: 0;
  padding-top: 100px;
}
.session_8 .centent-box .list-box .item-box:nth-child(2n+2) .txt-box {
  top: 0;
  bottom: auto;
}
.session_8 .centent-box .list-box .item-box:nth-child(2n+2) .txt-box p {
  transition: all .3s;
}
.session_8 .centent-box .list-box .item-box:nth-child(2n+2) .txt-box p:before {
  top: auto;
  bottom: -2px;
}
.session_8 .centent-box .list-box .item-box.on {
  width: 15.33%;
}
.session_8 .centent-box .list-box .item-box.active {
  width: 54%;
}
.session_8 .centent-box .list-box .item-box.active:before {
  opacity: 1;
  transform: scale(0.96);
}
.session_8 .centent-box .list-box .item-box.active .txt-box {
  background: #0c0c0c;
}
.session_8 .centent-box .list-box .item-box.active .txt-box span {
  position: absolute;
  font-size: 72px;
  line-height: 100px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #333333;
}
.session_8 .centent-box .list-box .item-box.active .txt-box p {
  color: #ea541f;
  padding-top: 0;
  padding-bottom: 0;
}
.session_8 .centent-box .list-box .item-box.active .txt-box p:before {
  display: none;
}
.session_8 .centent-box .list-box .item-box.active .txt-box p,
.session_8 .centent-box .list-box .item-box.active .txt-box em {
  position: relative;
  z-index: 2;
}
.session_8 .centent-box .list-box .item-box.active .txt-box em {
  display: block;
}
.session_9 {
  margin-top: 40px;
  background: url(../images/img_12.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 185px;
}
.session_9 .title-box {
  height: 90px;
  line-height: 90px;
  margin-bottom: 55px;
}
.session_9 .title-box .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session_9 .title-box .title {
  font-size: 14px;
  color: #999999;
}
.session_9 .title-box .title span {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #ea541f;
  margin-right: 20px;
}
.session_9 .title-box .title span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #003f98;
}
.session_9 .title-box .tab-box {
  font-size: 0;
}
.session_9 .title-box .tab-box li {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.session_9 .title-box .tab-box li.active {
  background: #003f98;
  color: #fff;
}
.session_9 .all-box .item-other {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.session_9 .all-box .item-other.active {
  display: flex;
}
.session_9 .all-box .item-other .left-box {
  width: 600px;
}
.session_9 .all-box .item-other .left-box .item-box .img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.session_9 .all-box .item-other .left-box .item-box .txt-box {
  margin-top: 25px;
  padding-left: 110px;
  position: relative;
}
.session_9 .all-box .item-other .left-box .item-box .txt-box .time-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #999999;
  line-height: 1;
}
.session_9 .all-box .item-other .left-box .item-box .txt-box .des-box h3 {
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
.session_9 .all-box .item-other .left-box .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #999999;
  line-height: 2;
}
.session_9 .all-box .item-other .right-box {
  width: 890px;
}
.session_9 .all-box .item-other .right-box .item-box {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  box-sizing: border-box;
}
.session_9 .all-box .item-other .right-box .item-box .time-box {
  position: absolute;
  right: 0;
  top: 35px;
  text-align: right;
}
.session_9 .all-box .item-other .right-box .item-box .time-box span {
  font-size: 20px;
  color: #999999;
  display: block;
}
.session_9 .all-box .item-other .right-box .item-box .time-box em {
  display: inline-block;
  text-align: right;
  height: 15px;
  line-height: 15px;
  margin-top: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 15px;
}
.session_9 .all-box .item-other .right-box .item-box h3 {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.session_9 .all-box .item-other .right-box .item-box h3:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.session_9 .all-box .item-other .right-box .item-box p {
  font-size: 14px;
  color: #999999;
}
.session_9 .all-box .item-other .right-box .item-box:hover h3 {
  color: #ea541f;
}
.session_9 .all-box .item-other .right-box .item-box:hover h3:before {
  background-color: #ea541f;
}
@media screen and (max-width: 1800px) {
  .session_5 .all-box {
    width: 1250px;
  }
  .session_7 .all-box {
    width: 1250px;
  }
  .session_4 .centent-box .item-box .img-box > img {
    height: 390px;
  }
  .session_5 .all-box .item-box .img-box img {
    height: 240px;
  }
  .session_7 .item-box .list-box .item-box {
    padding-top: 45px;
  }
  .session_9 .all-box .item-other .left-box {
    width: 550px;
  }
  .session_9 .all-box .item-other .left-box .item-box .img-box img {
    height: 248px;
  }
  .session_9 {
    padding-bottom: 160px;
  }
  .session_9 .all-box .item-other .right-box {
    width: 700px;
  }
}
/*# sourceMappingURL=index.css.map */