.bgf5f5f5 {
  background: #f5f5f5;
}
.public-header {
  position: static;
}
.page-box {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-box span {
  display: inline-block;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
  vertical-align: middle;
}
.page-box span:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-box span.active {
  color: #1a1a1a;
  border-color: transparent;
}
.page-box span.active:hover {
  background: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
  margin-top: 2px;
}
.public-title {
  text-align: center;
  margin-bottom: 50px;
}
.public-title h3 {
  font-size: 43px;
  color: #1a1a1a;
  font-family: 'myFirstFont';
}
.public-title p {
  font-size: 20px;
  color: #808080;
  margin-top: 10px;
  padding-bottom: 50px;
  line-height: 1;
  position: relative;
}
.public-title p:before {
  position: absolute;
  content: '';
  height: 4px;
  background: #b60005;
  width: 70px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.banner-box {
  position: relative;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-box .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-box .txt-box span {
  font-size: 0;
  color: #1a1a1a;
  font-family: 'myFirstFont';
}
.banner-box .txt-box span em {
  display: inline-block;
  width: 20px;
}
.banner-box .txt-box span i {
  font-size: 60px;
  font-style: normal;
}
.banner-box .txt-box p {
  font-size: 0;
  color: #999999;
}
.banner-box .txt-box p em {
  display: inline-block;
  width: 10px;
}
.banner-box .txt-box p i {
  font-style: normal;
  font-size: 16px;
}
.public-tab {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 85px;
}
.public-tab .site-box {
  float: left;
  font-size: 15px;
  color: #808080;
}
.public-tab .site-box span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.public-tab .link-box {
  float: right;
}
.public-tab .link-box a {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  color: #808080;
}
.public-tab .link-box a:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  background: #1a1a1a;
  bottom: 0;
  left: 50%;
  transition: all .3s;
}
.public-tab .link-box a:hover,
.public-tab .link-box a.active {
  color: #1a1a1a;
}
.public-tab .link-box a:hover:before,
.public-tab .link-box a.active:before {
  left: 0;
  width: 100%;
}
.about-wrap .session_1 .title-box {
  display: inline-block;
  text-align: center;
}
.about-wrap .session_1 .title-box p {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 26px;
}
.about-wrap .session_1 .title-box p:before {
  display: inline-block;
  width: 29px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-right: 9px;
}
.about-wrap .session_1 .title-box p:after {
  display: inline-block;
  width: 29px;
  height: 1px;
  background: #e6e6e6;
  content: '';
  vertical-align: middle;
  margin-left: 9px;
}
.about-wrap .session_1 .des-box {
  margin-top: 65px;
}
.about-wrap .session_1 .des-box p {
  line-height: 2;
  font-size: 14px;
  color: #4c4c4c;
}
.about-wrap .session_2 {
  margin-top: 100px;
  margin-bottom: 80px;
}
.about-wrap .session_2 .item-box {
  position: relative;
  width: 20%;
  float: left;
  text-align: center;
}
.about-wrap .session_2 .item-box:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 60px;
  background: #e6e6e6;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
.about-wrap .session_2 .item-box:last-child:before {
  display: none;
}
.about-wrap .session_2 .item-box h3 {
  position: relative;
  font-size: 36px;
  color: #1a1a1a;
}
.about-wrap .session_2 .item-box h3 i {
  font-weight: 700;
}
.about-wrap .session_2 .item-box h3 i span {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
}
.about-wrap .session_2 .item-box h3 em {
  font-size: 12px;
  position: absolute;
  margin-left: 10px;
  color: #4c4c4c;
  opacity: .6;
  font-style: normal;
}
.about-wrap .session_2 .item-box h3 span {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.about-wrap .session_2 .item-box p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1;
  margin-top: 15px;
}
.about-wrap .session_3 {
  height: 689px;
  background: url(../images/img_14.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.about-wrap .session_3 .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.about-wrap .session_3 .txt-box p {
  margin-top: 28px;
  font-size: 16px;
  color: #f5f5f5;
  line-height: 2;
  margin-bottom: 30px;
}
.about-wrap .session_3 .txt-box .icon-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  margin-top: 0.25rem;
}
.about-wrap .session_3 .txt-box .icon-box img {
  width: 20px;
  vertical-align: middle;
}
.about-wrap .session_3 .txt-box .icon-box .line-box {
  position: absolute;
  transform: scale(0.6);
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  left: -9px;
  top: -9px;
  transition: all .6s;
}
.about-wrap .session_3 .txt-box .icon-box:hover .line-box {
  transform: scale(1);
}
.about-wrap .session_4 {
  margin-top: 120px;
}
.about-wrap .session_4 .title-box {
  text-align: center;
  margin-bottom: 50px;
}
.about-wrap .session_4 .title-box h3 {
  font-size: 43px;
  color: #1a1a1a;
  font-family: 'myFirstFont';
}
.about-wrap .session_4 .title-box p {
  font-size: 20px;
  color: #808080;
  margin-top: 10px;
  padding-bottom: 50px;
  line-height: 1;
  position: relative;
}
.about-wrap .session_4 .title-box p:before {
  position: absolute;
  content: '';
  height: 4px;
  background: #b60005;
  width: 70px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.about-wrap .session_4 .item-box {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.about-wrap .session_4 .item-box .img-box {
  float: left;
  width: 50%;
}
.about-wrap .session_4 .item-box .img-box img {
  width: 100%;
}
.about-wrap .session_4 .item-box .txt-box {
  float: left;
  width: 50%;
  padding-left: 65px;
  box-sizing: border-box;
  padding-right: 65px;
  padding-top: 70px;
}
.about-wrap .session_4 .item-box .txt-box dl {
  margin-bottom: 40px;
}
.about-wrap .session_4 .item-box .txt-box dl dt {
  margin-bottom: 18px;
}
.about-wrap .session_4 .item-box .txt-box dl dt h3 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 18px;
}
.about-wrap .session_4 .item-box .txt-box dl dt p {
  font-size: 20px;
  color: #1a1a1a;
}
.about-wrap .session_4 .item-box .txt-box dl dd p {
  font-size: 14px;
  color: #808080;
  line-height: 2;
}
.about-wrap .session_5 {
  margin-top: 115px;
}
.about-wrap .session_5 .item-box {
  height: 473px;
  position: relative;
}
.about-wrap .session_5 .item-box .center {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-wrap .session_5 .item-box .center .icon-box {
  margin-bottom: 35px;
}
.about-wrap .session_5 .item-box .center h3 {
  font-weight: 400;
  font-size: 24px;
  color: #1a1a1a;
}
.about-wrap .session_5 .item-box .center p {
  font-size: 16px;
  color: #808080;
  width: 60%;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 1.8;
}
.about-wrap .session_5 .top-box {
  height: 502px;
  background: #f5f5f5 url(../images/img_17.jpg) center left no-repeat;
  background-size: 55% auto;
}
.about-wrap .session_5 .top-box .item-box {
  float: right;
  width: 545px;
}
.about-wrap .session_5 .bottom-box {
  margin-top: 20px;
}
.about-wrap .session_5 .bottom-box .item-box {
  float: left;
  width: 33.33%;
  background: #f5f5f5;
}
.about-wrap .session_5 .bottom-box .item-box .icon-box img {
  position: relative;
  display: block;
  margin: 0 auto;
  transition: top .3s;
  margin-bottom: 10px;
}
.about-wrap .session_5 .bottom-box .item-box .icon-box img:last-child {
  margin-bottom: 0;
}
.about-wrap .session_5 .bottom-box .item-box:nth-child(1) .icon-box {
  height: 52px;
  overflow: hidden;
}
.about-wrap .session_5 .bottom-box .item-box:nth-child(1) .icon-box img {
  top: -42px;
}
.about-wrap .session_5 .bottom-box .item-box:nth-child(2) .icon-box {
  height: 61px;
  overflow: hidden;
}
.about-wrap .session_5 .bottom-box .item-box:nth-child(2) .icon-box img {
  top: -51px;
}
.about-wrap .session_5 .bottom-box .item-box:nth-child(3) .icon-box {
  height: 61px;
  overflow: hidden;
}
.about-wrap .session_5 .bottom-box .item-box:nth-child(3) .icon-box img {
  top: -51px;
}
.about-wrap .session_5 .bottom-box .item-box .bg {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  transition: all .3s;
}
.about-wrap .session_5 .bottom-box .item-box .bg:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.about-wrap .session_5 .bottom-box .item-box:hover .icon-box img {
  top: 0px;
}
.about-wrap .session_5 .bottom-box .item-box:hover .bg {
  height: 100%;
}
.about-wrap .session_5 .bottom-box .item-box:hover h3,
.about-wrap .session_5 .bottom-box .item-box:hover p {
  color: #fff;
}
.about-wrap .session_6 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.about-wrap .session_6 .news-box .swiper-button-next,
.about-wrap .session_6 .news-box .swiper-button-prev {
  color: #1a1a1a;
  outline: none;
}
.about-wrap .session_6 .news-box .swiper-button-next:after,
.about-wrap .session_6 .news-box .swiper-button-prev:after {
  font-size: 20px;
}
.about-wrap .session_6 .news-box .swiper-button-next {
  right: -9px;
}
.about-wrap .session_6 .news-box .swiper-button-prev {
  left: -9px;
}
.about-wrap .session_6 .news-box .info-item {
  height: 480px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.about-wrap .session_6 .news-box .info-item .img-box {
  float: left;
}
.about-wrap .session_6 .news-box .info-item .txt-box {
  width: 530px;
  box-sizing: border-box;
  float: right;
  padding-left: 40px;
  padding-right: 70px;
  padding-top: 110px;
}
.about-wrap .session_6 .news-box .info-item .txt-box h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 25px;
}
.about-wrap .session_6 .news-box .info-item .txt-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.8;
}
.about-wrap .session_6 .news-box .swiper-pagination {
  bottom: 200px;
  padding-left: 806px;
  text-align: left;
}
.about-wrap .session_6 .news-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.about-wrap .session_6 .news-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.about-wrap .session_6 .news-box .bottom-box {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.about-wrap .session_6 .news-box .gallery-thumbs {
  position: relative;
  margin-top: 56px;
  box-sizing: border-box;
}
.about-wrap .session_6 .news-box .gallery-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.about-wrap .session_6 .news-box .gallery-thumbs .swiper-slide-thumb-active span {
  background: #1a1a1a;
  color: #fff;
}
.about-wrap .session_6 .news-box .gallery-thumbs span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 122px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
}
.about-wrap .session_7 {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-wrap .session_7 .centent-box {
  position: relative;
  box-sizing: border-box;
}
.about-wrap .session_7 .centent-box .swiper-button-next {
  right: -40px;
}
.about-wrap .session_7 .centent-box .swiper-button-prev {
  left: -40px;
}
.about-wrap .session_7 .centent-box .swiper-button-next,
.about-wrap .session_7 .centent-box .swiper-button-prev {
  color: #1a1a1a;
  outline: none;
  margin-top: -100px;
}
.about-wrap .session_7 .centent-box .swiper-button-next:after,
.about-wrap .session_7 .centent-box .swiper-button-prev:after {
  font-size: 30px;
}
.about-wrap .session_7 .item-box .img-box {
  background: #fff;
  height: 567px;
  line-height: 567px;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.about-wrap .session_7 .item-box p {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  color: #1a1a1a;
}
.about-wrap .session_7 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.about-wrap .session_7 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.about-wrap .session_7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.share-wrap .session_1 {
  margin-bottom: 110px;
  margin-top: 100px;
}
.share-wrap .session_1 .des-box {
  text-align: center;
}
.share-wrap .session_1 .des-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #4c4c4c;
}
.share-wrap .session_1 .list-box {
  margin-top: 100px;
}
.share-wrap .session_1 .list-box .item-box {
  float: left;
  width: 20%;
}
.share-wrap .session_1 .list-box .item-box p {
  font-size: 16px;
  color: #808080;
  margin-bottom: 34px;
}
.share-wrap .session_1 .list-box .item-box h3 {
  line-height: 1;
  font-size: 60px;
  color: #1a1a1a;
  font-family: 'myFirstFont';
}
.share-wrap .session_1 .list-box .item-box h3 em {
  font-style: normal;
}
.share-wrap .session_1 .list-box .item-box h3 span {
  font-size: 30px;
}
.share-wrap .session_2 {
  height: 786px;
  background: url(../images/img_21.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 155px;
  box-sizing: border-box;
}
.share-wrap .session_2 .public-title h3 {
  color: #fff;
}
.share-wrap .session_2 .public-title p {
  color: #ffffff;
}
.share-wrap .session_2 .list-box .row {
  margin-left: -2px;
  margin-right: -2px;
}
.share-wrap .session_2 .list-box .col-md-4 {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: border-box;
}
.share-wrap .session_2 .list-box .item-box {
  background: #fff;
  text-align: center;
  height: 240px;
  padding-top: 82px;
  box-sizing: border-box;
}
.share-wrap .session_2 .list-box .item-box .icon-box {
  height: 49px;
  line-height: 49px;
}
.share-wrap .session_2 .list-box .item-box .icon-box img {
  vertical-align: top;
}
.share-wrap .session_2 .list-box .item-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.share-wrap .session_2 .list-box .item-box p {
  font-size: 14px;
  color: #4c4c4c;
}
.share-wrap .session_3 {
  margin-top: 110px;
  margin-bottom: 120px;
}
.share-wrap .session_3 .top-box {
  height: 360px;
  margin-bottom: 20px;
}
.share-wrap .session_3 .top-box .left-top {
  position: relative;
  float: left;
  width: 780px;
  height: 100%;
  background: url(../images/img_22.jpg) center center no-repeat;
  background-size: cover;
}
.share-wrap .session_3 .top-box .right-top {
  position: relative;
  float: right;
  width: 500px;
  height: 100%;
  background: url(../images/img_23.jpg) center center no-repeat;
  background-size: cover;
}
.share-wrap .session_3 .bottom-box {
  height: 360px;
  margin-bottom: 20px;
}
.share-wrap .session_3 .bottom-box .left-bottom {
  position: relative;
  float: left;
  width: 500px;
  height: 100%;
  background: url(../images/img_24.jpg) center center no-repeat;
  background-size: cover;
}
.share-wrap .session_3 .bottom-box .right-bottom {
  position: relative;
  float: right;
  width: 780px;
  height: 100%;
  background: url(../images/img_25.jpg) center center no-repeat;
  background-size: cover;
}
.share-wrap .session_3 .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 25px;
  box-sizing: border-box;
  padding-top: 10px;
}
.share-wrap .session_3 .txt-box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.share-wrap .session_3 .txt-box p {
  font-size: 14px;
  color: #fff;
}
.share-wrap .session_3 .txt_2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.share-wrap .session_3 .txt_2 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.share-wrap .session_3 .txt_2 p {
  font-size: 14px;
  color: #fff;
}
.share-wrap .session_4 {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 150px;
}
.share-wrap .session_4 .centent-box {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
}
.share-wrap .session_4 .centent-box .swiper-button-next,
.share-wrap .session_4 .centent-box .swiper-button-prev {
  color: #1a1a1a;
  outline: none;
  margin-top: -100px;
}
.share-wrap .session_4 .centent-box .swiper-button-next:after,
.share-wrap .session_4 .centent-box .swiper-button-prev:after {
  font-size: 30px;
}
.share-wrap .session_4 .item-box .img-box {
  background: #fff;
  height: 480px;
  line-height: 480px;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.share-wrap .session_4 .item-box p {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  color: #1a1a1a;
}
.share-wrap .session_4 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.share-wrap .session_4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.share-wrap .session_4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.share-wrap .session_5 {
  background: #f6f6f6 url(../images/img_27.jpg) center bottom no-repeat;
  padding-bottom: 225px;
}
.share-wrap .session_5 .des-box {
  text-align: center;
}
.share-wrap .session_5 .des-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 2;
}
.share-wrap .session_5 .des-box .other-box {
  font-size: 0;
  margin-top: 68px;
}
.share-wrap .session_5 .des-box .other-box a {
  display: inline-block;
  width: 160px;
  height: 50px;
  border: 1px solid #848484;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 50px;
  margin-left: 28px;
  margin-right: 28px;
}
.share-wrap .session_5 .des-box .other-box a:hover {
  background: #b60005;
  color: #fff;
  border-color: #b60005;
}
.share-wrap .session_6 {
  background: url(../images/img_28.jpg) center center no-repeat;
  background-size: cover;
  height: 1104px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.share-wrap .session_6 .public-title h3 {
  color: #fff;
}
.share-wrap .session_6 .public-title p {
  color: #fff;
}
.share-wrap .session_6 .top-box {
  text-align: right;
}
.share-wrap .session_6 .top-box span {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
.share-wrap .session_6 .top-box span img {
  margin-right: 8px;
}
.share-wrap .session_6 .top-box span em {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #6a6a6a;
  border-radius: 100%;
  margin-right: 8px;
}
.share-wrap .session_6 .centent-box {
  position: relative;
  text-align: center;
  width: 1410px;
  height: 673px;
  margin: 0 auto;
}
.share-wrap .session_6 .centent-box .item-box {
  position: absolute;
}
.share-wrap .session_6 .centent-box .item-box p {
  font-size: 13px;
  color: #fff;
}
.share-wrap .session_6 .centent-box .item-box .icon-box {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 5px;
}
.share-wrap .session_6 .centent-box .item-box .pulse {
  position: absolute;
  background: #e5711a;
  border-radius: 100%;
  height: 5px;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
  width: 20px;
}
.share-wrap .session_6 .centent-box .item-box .pulse:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 6px;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -8px;
  margin-top: -4px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 2px 6px rgba(229, 113, 26, 0.5);
  box-shadow: 0 0 2px 6px rgba(229, 113, 26, 0.5);
}
.share-wrap .session_6 .centent-box .item_1 {
  top: 180px;
  left: 100px;
}
.share-wrap .session_6 .centent-box .item_2 {
  bottom: 70px;
  left: 270px;
}
.share-wrap .session_6 .centent-box .item_3 {
  left: 500px;
  top: 220px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_4 {
  left: 520px;
  top: 200px;
}
.share-wrap .session_6 .centent-box .item_4 .pulse {
  background: #cc0007;
}
.share-wrap .session_6 .centent-box .item_4 .pulse:after {
  -webkit-box-shadow: 0 0 2px 6px rgba(204, 0, 7, 0.3);
  box-shadow: 0 0 2px 6px rgba(204, 0, 7, 0.3);
}
.share-wrap .session_6 .centent-box .item_4 p {
  position: relative;
  left: 40px;
  bottom: 22px;
}
.share-wrap .session_6 .centent-box .item_5 {
  left: 560px;
  top: 290px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_6 {
  left: 600px;
  bottom: 110px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_7 {
  left: 680px;
  top: 340px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_8 {
  left: 810px;
  top: 320px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_9 {
  left: 900px;
  top: 340px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_10 {
  right: 390px;
  bottom: 100px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_11 {
  right: 50px;
  bottom: 140px;
  z-index: 2;
}
.share-wrap .session_6 .centent-box .item_12 {
  right: 130px;
  bottom: 150px;
}
.share-wrap .session_6 .centent-box .item_12 .pulse {
  background: #cc0007;
}
.share-wrap .session_6 .centent-box .item_12 .pulse:after {
  -webkit-box-shadow: 0 0 2px 6px rgba(204, 0, 7, 0.3);
  box-shadow: 0 0 2px 6px rgba(204, 0, 7, 0.3);
}
.share-wrap .session_7 {
  padding-top: 120px;
  background: #f5f5f5 url(../images/img_29.jpg) center bottom no-repeat;
  padding-bottom: 116px;
}
.share-wrap .session_7 .public-title {
  margin-bottom: 120px;
}
.share-wrap .session_7 .left-box {
  float: left;
}
.share-wrap .session_7 .left-box .logo-box {
  margin-bottom: 70px;
}
.share-wrap .session_7 .left-box ul li {
  line-height: 2;
  font-size: 14px;
  color: #222222;
  margin-bottom: 10px;
}
.share-wrap .session_7 .left-box ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.share-wrap .session_7 .left-box ul li span {
  display: inline-block;
}
.share-wrap .session_7 .left-box ul li span:nth-child(2) {
  margin-left: 85px;
}
.share-wrap .session_7 .right-box {
  float: right;
  width: 610px;
}
.share-wrap .session_7 .right-box .input-box {
  font-size: 0;
}
.share-wrap .session_7 .right-box input {
  height: 56px;
  line-height: 54px;
  border: 1px solid #d2d2d2;
  background: transparent;
  width: 282px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 38px;
}
.share-wrap .session_7 .right-box input:nth-child(1) {
  margin-right: 46px;
}
.share-wrap .session_7 .right-box textarea {
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background: transparent;
  width: 100%;
  height: 112px;
  padding: 10px;
  line-height: 1.6;
}
.share-wrap .session_7 .right-box .btn-box {
  margin-top: 38px;
}
.share-wrap .session_7 .right-box .btn-box span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #b60005;
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.join-wrap .session_1 {
  margin-bottom: 110px;
  margin-top: 100px;
}
.join-wrap .session_1 .des-box {
  text-align: center;
}
.join-wrap .session_1 .des-box p {
  line-height: 1.8;
  font-size: 16px;
  color: #4c4c4c;
}
.join-wrap .session_1 .list-box {
  margin-top: 100px;
}
.join-wrap .session_1 .list-box .item-box {
  float: left;
  width: 20%;
}
.join-wrap .session_1 .list-box .item-box p {
  font-size: 16px;
  color: #808080;
  margin-bottom: 34px;
}
.join-wrap .session_1 .list-box .item-box h3 {
  line-height: 1;
  font-size: 60px;
  color: #1a1a1a;
  font-family: 'myFirstFont';
}
.join-wrap .session_1 .list-box .item-box h3 em {
  font-style: normal;
}
.join-wrap .session_1 .list-box .item-box h3 span {
  font-size: 30px;
}
.join-wrap .session_2 {
  background: url(../images/img_30.jpg) center center no-repeat;
  background-size: cover;
  height: 1032px;
  box-sizing: border-box;
  padding-top: 120px;
}
.join-wrap .session_2 .public-title h3 {
  color: #fff;
}
.join-wrap .session_2 .public-title p {
  color: #fff;
  font-size: 16px;
}
.join-wrap .session_2 .list-box {
  width: 1200px;
  margin: 0 auto;
}
.join-wrap .session_2 .list-box .row {
  margin-left: -3px;
  margin-right: -3px;
}
.join-wrap .session_2 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.join-wrap .session_2 .list-box .item-box {
  height: 300px;
  background: #fff;
  padding-top: 60px;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}
.join-wrap .session_2 .list-box .item-box .title-box .icon-box {
  height: 50px;
  line-height: 50px;
}
.join-wrap .session_2 .list-box .item-box .title-box .icon-box img {
  vertical-align: top;
}
.join-wrap .session_2 .list-box .item-box .title-box h3 {
  font-size: 20px;
  color: #292929;
  line-height: 1;
  padding-bottom: 29px;
  position: relative;
  margin-bottom: 10px;
}
.join-wrap .session_2 .list-box .item-box .title-box h3:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #4d4d4d;
}
.join-wrap .session_2 .list-box .item-box .des-box p {
  line-height: 1.8;
  color: #292929;
}
.join-wrap .session_3 {
  margin-top: 110px;
  margin-bottom: 100px;
}
.join-wrap .session_3 .public-title p {
  line-height: 1.8;
  font-size: 16px;
  color: #4c4c4c;
}
.join-wrap .session_3 .list-box .item-box {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.join-wrap .session_3 .list-box .item-box .img-box {
  width: 50%;
  float: left;
}
.join-wrap .session_3 .list-box .item-box .txt-box {
  float: left;
  width: 50%;
  padding-top: 125px;
  padding-left: 65px;
  box-sizing: border-box;
  padding-right: 75px;
}
.join-wrap .session_3 .list-box .item-box .txt-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.join-wrap .session_3 .list-box .item-box .txt-box p {
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #808080;
  padding-left: 30px;
  box-sizing: border-box;
}
.join-wrap .session_3 .list-box .item-box .txt-box p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 60px;
  width: 2px;
  background: #bf1e22;
}
.join-wrap .session_3 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.join-wrap .session_3 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.join-wrap .session_3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.join-wrap .session_4 {
  background: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 110px;
}
.join-wrap .session_4 .gallery-top .img-box img {
  width: 100%;
}
.join-wrap .session_4 .gallery-thumbs {
  margin-top: 38px;
}
.join-wrap .session_4 .gallery-thumbs .swiper-slide .item-box .img-box {
  width: 100%;
  height: 285px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.join-wrap .session_4 .gallery-thumbs .swiper-slide .item-box p {
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
  height: 42px;
  line-height: 42px;
}
.join-wrap .session_4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: #b60005;
}
.join-wrap .session_4 .swiper-button-next,
.join-wrap .session_4 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  margin-top: -80px;
}
.join-wrap .session_4 .swiper-button-next:after,
.join-wrap .session_4 .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.join-wrap .session_4 .swiper-button-next:hover,
.join-wrap .session_4 .swiper-button-prev:hover {
  background: #b60005;
}
.join-wrap .session_4 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.join-wrap .session_4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.join-wrap .session_4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.join-wrap .session_5 {
  margin-top: 110px;
  margin-bottom: 80px;
}
.join-wrap .session_5 .centent-box {
  position: relative;
}
.join-wrap .session_5 .centent-box .line-box {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.join-wrap .session_5 .list-box {
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_5 .list-box .item-box {
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
}
.join-wrap .session_5 .list-box .item-box:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  border-radius: 100%;
  box-sizing: border-box;
  background: #333333;
}
.join-wrap .session_5 .list-box .item-box .txt-box {
  height: 90px;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 25px;
}
.join-wrap .session_5 .list-box .item-box .txt-box p {
  color: #1a1a1a;
  font-size: 16px;
}
.join-wrap .session_5 .list-box .item-box .icon-box {
  height: 90px;
  line-height: 90px;
  width: 90px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #f5f5f5;
}
.join-wrap .session_5 .list-box .item-box .icon-box img.active {
  display: none;
}
.join-wrap .session_5 .list-box .item-box:nth-child(2n+2) .txt-box {
  padding-top: 50px;
  box-sizing: border-box;
}
.join-wrap .session_5 .list-box .item-box:hover .icon-box {
  background: #808080;
}
.join-wrap .session_5 .list-box .item-box:hover .icon-box img {
  display: none;
}
.join-wrap .session_5 .list-box .item-box:hover .icon-box img.active {
  display: inline-block;
}
.join-wrap .session_7 {
  padding-top: 120px;
  background: #f5f5f5 url(../images/img_29.jpg) center bottom no-repeat;
  padding-bottom: 116px;
}
.join-wrap .session_7 .public-title {
  margin-bottom: 120px;
}
.join-wrap .session_7 .left-box {
  float: left;
}
.join-wrap .session_7 .left-box .logo-box {
  margin-bottom: 70px;
}
.join-wrap .session_7 .left-box ul li {
  line-height: 2;
  font-size: 14px;
  color: #222222;
  margin-bottom: 10px;
}
.join-wrap .session_7 .left-box ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.join-wrap .session_7 .left-box ul li span {
  display: inline-block;
}
.join-wrap .session_7 .left-box ul li span:nth-child(2) {
  margin-left: 85px;
}
.join-wrap .session_7 .right-box {
  float: right;
  width: 610px;
}
.join-wrap .session_7 .right-box .input-box {
  font-size: 0;
}
.join-wrap .session_7 .right-box input {
  height: 56px;
  line-height: 54px;
  border: 1px solid #d2d2d2;
  background: transparent;
  width: 282px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 38px;
}
.join-wrap .session_7 .right-box input:nth-child(1) {
  margin-right: 46px;
}
.join-wrap .session_7 .right-box textarea {
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  background: transparent;
  width: 100%;
  height: 112px;
  padding: 10px;
  line-height: 1.6;
}
.join-wrap .session_7 .right-box .btn-box {
  margin-top: 38px;
}
.join-wrap .session_7 .right-box .btn-box span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #b60005;
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.link-wrap .session_1 {
  overflow: hidden;
}
.link-wrap .session_2 {
  position: relative;
  margin-bottom: 100px;
  top: -120px;
  background: #fff;
}
.link-wrap .session_2 .centent-box {
  padding-left: 138px;
  padding-right: 138px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  padding-bottom: 22px;
}
.link-wrap .session_2 .centent-box .site-box {
  margin-bottom: 37px;
}
.link-wrap .session_2 .centent-box .site-box p {
  font-size: 15px;
  color: #808080;
}
.link-wrap .session_2 .centent-box .logo-box {
  text-align: center;
  margin-bottom: 70px;
}
.link-wrap .session_2 .centent-box .form-box .input-box {
  margin-bottom: 30px;
}
.link-wrap .session_2 .centent-box .form-box .input-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.link-wrap .session_2 .centent-box .form-box .input-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.link-wrap .session_2 .centent-box .form-box .input-box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d9d9d9;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.link-wrap .session_2 .centent-box .form-box .textarea-box textarea {
  width: 100%;
  line-height: 1.6;
  padding: 10px;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.link-wrap .session_2 .centent-box .form-box .btn-box {
  margin-top: 32px;
}
.link-wrap .session_2 .centent-box .form-box .btn-box span {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.link-wrap .session_2 .centent-box p {
  margin-top: 85px;
}
.link-wrap .session_2 .centent-box p span {
  font-size: 14px;
  color: #222222;
}
.link-wrap .session_2 .centent-box p span img {
  vertical-align: middle;
  margin-right: 10px;
}
.link-wrap .session_2 .centent-box p em {
  display: inline-block;
  width: 1px;
  height: 28px;
  background: #dbdbdb;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 40px;
  transform: rotate(15deg);
}
.news_list-wrap .session_1 {
  margin-bottom: 180px;
}
.news_list-wrap .session_1 .item-box {
  border-bottom: 1px solid #e6e6e6;
}
.news_list-wrap .session_1 .item-box .centent-box {
  position: relative;
  height: 365px;
  padding-left: 505px;
  box-sizing: border-box;
}
.news_list-wrap .session_1 .item-box .centent-box .img-box {
  position: absolute;
  left: 0;
  top: 35px;
  overflow: hidden;
}
.news_list-wrap .session_1 .item-box .centent-box .img-box img {
  transition: all .3s;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box {
  padding-top: 80px;
  padding-left: 25px;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box h3 {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
  margin-left: -25px;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box span {
  font-size: 14px;
  color: #808080;
  display: block;
  margin-top: 25px;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box .arr-box {
  display: inline-block;
  cursor: pointer;
  margin-top: 35px;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box .arr-box i {
  height: 1px;
  width: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #808080;
  vertical-align: middle;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box .arr-box i:before {
  position: absolute;
  display: block;
  top: -3px;
  left: -7px;
  width: 6px;
  height: 6px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box .arr-box i:after {
  position: absolute;
  display: block;
  top: -3px;
  left: -7px;
  width: 6px;
  height: 6px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
.news_list-wrap .session_1 .item-box .centent-box .txt-box .arr-box i.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.news_list-wrap .session_1 .item-box:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.news_list-wrap .session_1 .item-box:hover .centent-box .img-box img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.news_list-wrap .session_1 .item-box:hover .centent-box .txt-box .arr-box i {
  width: 45px;
  height: 2px;
  background: #1a1a1a;
}
.news_list-wrap .session_1 .item-box:hover .centent-box .txt-box .arr-box i:before {
  -webkit-transform: translateX(32px) rotate(45deg);
  transform: translateX(32px) rotate(45deg);
  opacity: 0;
}
.news_list-wrap .session_1 .item-box:hover .centent-box .txt-box .arr-box i:after {
  width: 0;
  height: 0;
  left: 8px;
  -webkit-transform: translateX(32px) rotate(45deg);
  transform: translateX(32px) rotate(45deg);
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}
.news_list-wrap .session_1 .page-box {
  margin-top: 80px;
}
.news_list-wrap .session_2 .left-page {
  width: 940px;
  padding-bottom: 100px;
  min-height: 1000px;
  width: 70%;
  float: left;
  background: #fff;
  padding-top: 110px;
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: border-box;
}
.news_list-wrap .session_2 .left-page .title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.news_list-wrap .session_2 .left-page .title p {
  font-size: 33px;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.news_list-wrap .session_2 .left-page .title .txt_1 span {
  display: inline-block;
  font-size: 13px;
  color: #808080;
  margin-left: 20px;
  margin-right: 20px;
}
.news_list-wrap .session_2 .left-page .des-box .img-box {
  text-align: center;
  margin-bottom: 20px;
}
.news_list-wrap .session_2 .left-page .des-box .img-box img {
  max-width: 100%;
}
.news_list-wrap .session_2 .left-page .des-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 2;
  margin-bottom: 20px;
}
.news_list-wrap .session_2 .left-page .des-box p img {
  max-width: 100%;
}
.news_list-wrap .session_2 .left-page .bottom-box {
  border-bottom: 1px solid #cacbcd;
  margin-top: 100px;
}
.news_list-wrap .session_2 .left-page .bottom-box .black-btn {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #b60005;
  color: #ffffff;
  font-size: 16px;
}
.news_list-wrap .session_2 .left-page .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_2 .left-page .bottom-box .share-box #share-2 {
  display: inline-block;
}
.news_list-wrap .session_2 .left-page .bottom-box .share-box #share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.news_list-wrap .session_2 .left-page .other-box {
  margin-top: 30px;
}
.news_list-wrap .session_2 .left-page .other-box .row {
  margin-left: -35px;
  margin-right: -35px;
}
.news_list-wrap .session_2 .left-page .other-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
.news_list-wrap .session_2 .left-page .other-box .row p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6;
  height: 65px;
  line-height: 65px;
  font-size: 14px;
}
.news_list-wrap .session_2 .left-page .other-box .row p span {
  color: #333;
}
.news_list-wrap .session_2 .left-page .other-box .row p a {
  color: #626262;
}
.news_list-wrap .session_2 .left-page .other-box .row p a:hover {
  color: #b60005;
}
.news_list-wrap .session_2 .right-page {
  width: 320px;
  width: 27%;
  float: right;
  padding-bottom: 30px;
  background: #fff;
}
.news_list-wrap .session_2 .right-page .title {
  height: 70px;
  line-height: 70px;
  background: #1a1a1a;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-left: 27px;
}
.news_list-wrap .session_2 .right-page .title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.news_list-wrap .session_2 .right-page .all-box {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.news_list-wrap .session_2 .right-page ul li {
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px dashed #dedede;
}
.news_list-wrap .session_2 .right-page ul li:last-child {
  border-bottom: none;
}
.news_list-wrap .session_2 .right-page ul li a {
  color: #1a1a1a;
  line-height: 1.8;
  padding-left: 28px;
  display: block;
  position: relative;
}
.news_list-wrap .session_2 .right-page ul li a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
.news_list-wrap .session_2 .right-page ul li:hover a {
  color: #b60005;
}
.news_list-wrap .session_2 .right-page ul li:hover a:before {
  background: #b60005;
}
.video-wrap .session_1 .title {
  margin-bottom: 44px;
}
.video-wrap .session_1 .title span {
  font-size: 24px;
  color: #1a1a1a;
}
.video-wrap .session_1 .title .select-box {
  position: relative;
  float: right;
  width: 122px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 999;
}
.video-wrap .session_1 .title .select-box:before {
  position: absolute;
  content: '';
  right: 10px;
  top: 20px;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon_53.png);
}
.video-wrap .session_1 .title .select-box dl {
  background: #fff;
  width: 100%;
}
.video-wrap .session_1 .title .select-box dl dt {
  border: 1px solid #e6e6e6;
}
.video-wrap .session_1 .title .select-box dl dd {
  display: none;
  border-bottom: 1px dashed #e6e6e6;
}
.video-wrap .session_1 .title .select-box dl dd:last-child {
  border-bottom: none;
}
.video-wrap .session_1 .title .select-box.active dl dd {
  display: block;
}
.video-wrap .session_1 .list-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.video-wrap .session_1 .list-box .col-md-3 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.video-wrap .session_1 .list-box .item-box .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-wrap .session_1 .list-box .item-box .img-box > img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s;
}
.video-wrap .session_1 .list-box .item-box .img-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;
}
.video-wrap .session_1 .list-box .item-box .img-box .icon-box img {
  width: 20px;
  vertical-align: middle;
}
.video-wrap .session_1 .list-box .item-box .img-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 .3s;
}
.video-wrap .session_1 .list-box .item-box .img-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);
}
.video-wrap .session_1 .list-box .item-box .img-box .icon-box img {
  transition: all .3s;
}
.video-wrap .session_1 .list-box .item-box .txt-box {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
}
.video-wrap .session_1 .list-box .item-box:hover .img-box > img {
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.video-wrap .session_1 .list-box .item-box:hover .img-box .line-box {
  transform: scale(1);
}
.video-wrap .session_1 .page_2 {
  text-align: center;
  margin-top: 60px;
}
.video-wrap .session_1 .page_2 em {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  margin-left: 13px;
  margin-right: 13px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.video-wrap .session_1 .page_2 em.active,
.video-wrap .session_1 .page_2 em:hover {
  background: #1a1a1a;
  color: #fff;
}
.video-wrap .session_1 .page_2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}
.video-wrap .session_1 .page_2 span img {
  position: relative;
  top: -1px;
  margin-left: 20px;
  margin-right: 20px;
}
.video-wrap .session_2 {
  margin-top: 100px;
}
.video-wrap .session_2 .swiper-pagination {
  position: static;
}
.video-wrap .session_2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  margin-left: 13px;
  margin-right: 13px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.video-wrap .session_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1a1a1a;
  color: #fff;
}
.video-wrap .session_2 .arr-box {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.video-wrap .session_2 .arr-box .swiper-pagination {
  display: inline-block;
  vertical-align: middle;
}
.video-wrap .session_2 .arr-box .swiper-button-prev,
.video-wrap .session_2 .arr-box .swiper-button-next {
  position: relative;
  top: 14px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #4c4c4c;
  height: auto;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}
.video-wrap .session_2 .arr-box .swiper-button-prev img,
.video-wrap .session_2 .arr-box .swiper-button-next img {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
.video-wrap .session_2 .arr-box .swiper-button-prev:after,
.video-wrap .session_2 .arr-box .swiper-button-next:after {
  font-size: 0;
}
.video-wrap .session_3 {
  margin-top: 100px;
  margin-bottom: 200px;
}
.banner-scheme .item-box {
  position: relative;
}
.banner-scheme .item-box .img-box img {
  width: 100%;
}
.banner-scheme .item-box .dian {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
.banner-scheme .item-box .dian:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: map-point-pulsate 2s 0s infinite;
  animation: map-point-pulsate 2s 0s infinite;
  opacity: 1;
}
.banner-scheme .item-box .dian:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-animation: map-point-pulsate 1.5s 0s infinite;
  animation: map-point-pulsate 1.5s 0s infinite;
  opacity: 1;
}
.banner-scheme .item-box .dian_1 {
  top: 25%;
  left: 54%;
}
.banner-scheme .item-box .dian_2 {
  bottom: 36%;
  left: 54%;
}
.banner-scheme .swiper-pagination {
  bottom: 60px;
}
.banner-scheme .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.banner-scheme .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.scheme-wrap {
  margin-top: -55px;
}
.scheme-wrap .session_1 {
  margin-bottom: 40px;
}
.scheme-wrap .session_1 .top-box {
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  padding-left: 34px;
}
.scheme-wrap .session_1 .top-box .title {
  float: left;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
.scheme-wrap .session_1 .top-box .title img {
  margin-right: 10px;
}
.scheme-wrap .session_1 .top-box .all-btn {
  float: right;
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
}
.scheme-wrap .session_1 .top-box .all-btn img {
  margin-left: 10px;
}
.scheme-wrap .session_1 .top-box .all-btn img.active {
  display: none;
}
.scheme-wrap .session_1 .body-box {
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.scheme-wrap .session_1 .body-box .item-box {
  position: relative;
  padding-left: 80px;
  padding-right: 40px;
  line-height: 40px;
  font-size: 0;
  transition: all .3s;
}
.scheme-wrap .session_1 .body-box .item-box label {
  position: absolute;
  left: 34px;
  top: 0px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 40px;
}
.scheme-wrap .session_1 .body-box .item-box ul li {
  display: inline-block;
  margin-left: 25px;
}
.scheme-wrap .session_1 .body-box .item-box ul li.active a,
.scheme-wrap .session_1 .body-box .item-box ul li:hover a {
  color: #b70005;
  font-weight: 700;
}
.scheme-wrap .session_1 .body-box .item-box a {
  display: inline-block;
  font-size: 14px;
  color: #4c4c4c;
}
.scheme-wrap .session_2 {
  font-size: 0;
  margin-bottom: 80px;
}
.scheme-wrap .session_2 a {
  font-size: 16px;
  color: #4c4c4c;
  width: 130px;
  height: 50px;
  border: 1px solid #bfbfbf;
  display: inline-block;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  margin-right: 24px;
}
.scheme-wrap .session_2 a.active,
.scheme-wrap .session_2 a:hover {
  background: #b70005;
  border-color: #b70005;
  color: #fff;
}
.scheme-wrap .session_3 {
  margin-bottom: 180px;
}
.scheme-wrap .session_3 .row {
  margin-left: -28px;
  margin-right: -28px;
}
.scheme-wrap .session_3 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.scheme-wrap .session_3 .item-box {
  box-sizing: border-box;
}
.scheme-wrap .session_3 .item-box .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.scheme-wrap .session_3 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.scheme-wrap .session_3 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .3s;
}
.scheme-wrap .session_3 .item-box .txt-box {
  position: relative;
  height: 125px;
  box-sizing: border-box;
}
.scheme-wrap .session_3 .item-box .txt-box .arr-box {
  position: absolute;
  top: -25px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #e6e6e6;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  z-index: 2;
  transition: right .3s;
  opacity: 0;
}
.scheme-wrap .session_3 .item-box .txt-box .txt_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 83px;
  text-align: center;
  font-size: 14px;
  color: #4c4c4c;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.scheme-wrap .session_3 .item-box .txt-box .txt_2 {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: -1px;
  height: 125px;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  padding-top: 38px;
  border-bottom: 1px solid #1a1a1a;
  opacity: 0;
}
.scheme-wrap .session_3 .item-box .txt-box .txt_2 span {
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  margin-bottom: 12px;
}
.scheme-wrap .session_3 .item-box .txt-box .txt_2 p {
  line-height: 1;
  font-size: 14px;
  color: #808080;
}
.scheme-wrap .session_3 .item-box:hover {
  border-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.scheme-wrap .session_3 .item-box:hover .img-box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.scheme-wrap .session_3 .item-box:hover .img-box:before {
  opacity: 1;
}
.scheme-wrap .session_3 .item-box:hover .txt-box .arr-box {
  right: 25px;
  opacity: 1;
}
.scheme-wrap .session_3 .item-box:hover .txt-box .txt_2 {
  opacity: 1;
}
.pro_list-wrap .session_1 {
  margin-bottom: 65px;
}
.pro_list-wrap .session_4 {
  margin-bottom: 100px;
}
.pro_list-wrap .session_4 .imgs-box {
  float: left;
}
.pro_list-wrap .session_4 .imgs-box .spec-scroll .prev:hover img,
.pro_list-wrap .session_4 .imgs-box .spec-scroll .next:hover img {
  display: none;
}
.pro_list-wrap .session_4 .imgs-box .spec-scroll .prev:hover img.active,
.pro_list-wrap .session_4 .imgs-box .spec-scroll .next:hover img.active {
  display: inline-block;
}
.pro_list-wrap .session_4 .txt-box {
  float: right;
  width: 700px;
  box-sizing: border-box;
  padding-top: 45px;
  padding-left: 80px;
}
.pro_list-wrap .session_4 .txt-box .title-box .left-box {
  float: left;
}
.pro_list-wrap .session_4 .txt-box .title-box .left-box h3 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
}
.pro_list-wrap .session_4 .txt-box .title-box .left-box p {
  margin-top: 15px;
  font-size: 20px;
  color: #4c4c4c;
  line-height: 1;
}
.pro_list-wrap .session_4 .txt-box .title-box .other-box {
  float: right;
  margin-top: 25px;
}
.pro_list-wrap .session_4 .txt-box .title-box .other-box a {
  display: inline-block;
  margin-left: 10px;
}
.pro_list-wrap .session_4 .txt-box .des-box ul {
  margin-top: 30px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding-right: 10%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pro_list-wrap .session_4 .txt-box .des-box ul li {
  line-height: 2.4;
  width: 60%;
  float: left;
}
.pro_list-wrap .session_4 .txt-box .des-box ul li:nth-child(2n+2) {
  width: 40%;
}
.pro_list-wrap .session_4 .txt-box .des-box ul li:last-child {
  width: 100%;
}
.pro_list-wrap .session_4 .txt-box .des-box ul li span {
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}
.pro_list-wrap .session_4 .txt-box .des-box p {
  margin-top: 25px;
  font-size: 0;
}
.pro_list-wrap .session_4 .txt-box .des-box p a {
  display: inline-block;
  font-size: 14px;
  color: #1a1a1a;
  background: #e6e6e6;
  width: 120px;
  height: 46px;
  line-height: 46px;
  margin-right: 26px;
  text-align: center;
  border-radius: 6px;
}
.pro_list-wrap .session_4 .txt-box .des-box p a img {
  margin-right: 8px;
}
.pro_list-wrap .session_4 .txt-box .des-box p a img.active {
  display: none;
}
.pro_list-wrap .session_4 .txt-box .des-box p a:hover {
  background: #b60005;
  color: #fff;
}
.pro_list-wrap .session_4 .txt-box .des-box p a:hover img {
  display: none;
}
.pro_list-wrap .session_4 .txt-box .des-box p a:hover img.active {
  display: inline-block;
}
.pro_list-wrap .session_5 {
  margin-bottom: 100px;
}
.pro_list-wrap .session_5 .left-page {
  float: left;
  width: 865px;
}
.pro_list-wrap .session_5 .left-page .title-box {
  height: 78px;
  line-height: 78px;
  background: #f5f5f5;
  padding-left: 25px;
  font-size: 18px;
  color: #808080;
}
.pro_list-wrap .session_5 .left-page .title-box span {
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
}
.pro_list-wrap .session_5 .left-page .body-box {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 30px;
}
.pro_list-wrap .session_5 .left-page .body-box .img-box {
  margin-bottom: 20px;
}
.pro_list-wrap .session_5 .left-page .body-box .img-box img {
  max-width: 100%;
}
.pro_list-wrap .session_5 .right-page {
  width: 380px;
  float: right;
  border: 1px solid #e5e5e5;
  padding: 20px;
  padding-top: 0;
  border-top: none;
  box-sizing: border-box;
}
.pro_list-wrap .session_5 .right-page .title {
  height: 78px;
  line-height: 78px;
  background: #f5f5f5;
  padding-left: 25px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .3s;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .txt-box {
  position: relative;
  height: 125px;
  box-sizing: border-box;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .txt-box .arr-box {
  position: absolute;
  top: -25px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #e6e6e6;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  z-index: 2;
  transition: right .3s;
  opacity: 0;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .txt-box .txt_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 83px;
  text-align: center;
  font-size: 14px;
  color: #4c4c4c;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .txt-box .txt_2 {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: -1px;
  height: 125px;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  padding-top: 38px;
  border-bottom: 1px solid #1a1a1a;
  opacity: 0;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .txt-box .txt_2 span {
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  margin-bottom: 12px;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box .txt-box .txt_2 p {
  line-height: 1;
  font-size: 14px;
  color: #808080;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box:hover {
  border-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.pro_list-wrap .session_5 .right-page .list-box .item-box:hover .img-box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.pro_list-wrap .session_5 .right-page .list-box .item-box:hover .img-box:before {
  opacity: 1;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box:hover .txt-box .arr-box {
  right: 25px;
  opacity: 1;
}
.pro_list-wrap .session_5 .right-page .list-box .item-box:hover .txt-box .txt_2 {
  opacity: 1;
}
.case_list-wrap {
  margin-top: -55px;
}
.case_list-wrap .session_1 {
  margin-bottom: 40px;
}
.case_list-wrap .session_1 .top-box {
  height: 60px;
  line-height: 60px;
  padding-left: 34px;
  border: 1px solid #e6e6e6;
}
.case_list-wrap .session_1 .top-box .title {
  float: left;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
.case_list-wrap .session_1 .top-box .title img {
  margin-right: 10px;
}
.case_list-wrap .session_1 .top-box .tab-box {
  float: right;
  font-size: 0;
}
.case_list-wrap .session_1 .top-box .tab-box span {
  display: inline-block;
  width: 140px;
  text-align: center;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #1a1a1a;
}
.case_list-wrap .session_1 .top-box .tab-box span.active,
.case_list-wrap .session_1 .top-box .tab-box span:hover {
  background: #e6e6e6;
}
.case_list-wrap .session_1 .body-box {
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.case_list-wrap .session_1 .body-box .item-box {
  display: none;
}
.case_list-wrap .session_1 .body-box .item-box.active {
  display: block;
}
.case_list-wrap .session_1 .body-box .item-box ul li {
  display: inline-block;
  width: 125px;
  margin-bottom: 5px;
}
.case_list-wrap .session_1 .body-box .item-box ul li.active a,
.case_list-wrap .session_1 .body-box .item-box ul li:hover a {
  background: #b70005;
  color: #fff;
}
.case_list-wrap .session_1 .body-box .item-box a {
  display: inline-block;
  font-size: 14px;
  color: #4c4c4c;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.case_list-wrap .session_2 {
  margin-bottom: 60px;
}
.case_list-wrap .session_2 .item-box {
  height: 460px;
}
.case_list-wrap .session_2 .item-box .img-box {
  float: left;
  width: 748px;
}
.case_list-wrap .session_2 .item-box .txt-box {
  position: relative;
  float: left;
  width: 552px;
  padding-left: 50px;
  box-sizing: border-box;
  padding-right: 50px;
  border: 1px solid #e6e6e6;
  border-left: none;
  height: 100%;
  padding-top: 110px;
}
.case_list-wrap .session_2 .item-box .txt-box h3 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 30px;
  color: #1a1a1a;
  font-weight: 400;
}
.case_list-wrap .session_2 .item-box .txt-box p {
  line-height: 1.8;
  color: #808080;
}
.case_list-wrap .session_2 .item-box .txt-box .arr-box {
  display: inline-block;
  cursor: pointer;
  margin-top: 35px;
}
.case_list-wrap .session_2 .item-box .txt-box .arr-box i {
  height: 1px;
  width: 26px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #808080;
  vertical-align: middle;
}
.case_list-wrap .session_2 .item-box .txt-box .arr-box i:before {
  position: absolute;
  display: block;
  top: -3px;
  left: -7px;
  width: 6px;
  height: 6px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
}
.case_list-wrap .session_2 .item-box .txt-box .arr-box i:after {
  position: absolute;
  display: block;
  top: -3px;
  left: -7px;
  width: 6px;
  height: 6px;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
.case_list-wrap .session_2 .item-box .txt-box .arr-box i.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.case_list-wrap .session_2 .item-box .other-box {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.case_list-wrap .session_2 .item-box .other-box p {
  text-align: right;
  font-size: 16px;
  color: #4c4c4c;
}
.case_list-wrap .session_2 .item-box:hover .txt-box .arr-box i {
  width: 45px;
  height: 2px;
  background: #1a1a1a;
}
.case_list-wrap .session_2 .item-box:hover .txt-box .arr-box i:before {
  -webkit-transform: translateX(32px) rotate(45deg);
  transform: translateX(32px) rotate(45deg);
  opacity: 0;
}
.case_list-wrap .session_2 .item-box:hover .txt-box .arr-box i:after {
  width: 0;
  height: 0;
  left: 8px;
  -webkit-transform: translateX(32px) rotate(45deg);
  transform: translateX(32px) rotate(45deg);
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}
.case_list-wrap .session_2 .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.case_list-wrap .session_2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 15px;
}
.case_list-wrap .session_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b60005;
  border-color: #b60005;
}
.case_list-wrap .session_3 {
  margin-bottom: 100px;
}
.case_list-wrap .session_3 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.case_list-wrap .session_3 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.case_list-wrap .session_3 .item-box .img-box {
  position: relative;
}
.case_list-wrap .session_3 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
}
.case_list-wrap .session_3 .item-box .img-box .big {
  overflow: hidden;
}
.case_list-wrap .session_3 .item-box .img-box .big img {
  width: 100%;
  transition: all .3s;
}
.case_list-wrap .session_3 .item-box .img-box:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: 3;
}
.case_list-wrap .session_3 .item-box .img-box .info-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(0%);
  text-align: center;
  opacity: 0;
  transition: all .3s;
  z-index: 3;
}
.case_list-wrap .session_3 .item-box .img-box .info-box p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.case_list-wrap .session_3 .item-box .txt-box {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #292929;
}
.case_list-wrap .session_3 .item-box:hover .img-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.case_list-wrap .session_3 .item-box:hover .img-box .info-box {
  opacity: 1;
  transform: translateY(-50%);
}
.case_list-wrap .session_3 .item-box:hover .img-box:before {
  opacity: 1;
}
.case_list-wrap .session_3 .item-box:hover .img-box:after {
  opacity: 1;
}
.report-wrap .session_1 {
  border: 1px solid #bfbfbf;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-bottom: 140px;
  margin-bottom: 100px;
}
.report-wrap .session_1 .title {
  text-align: right;
  font-size: 16px;
  color: #808080;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.report-wrap .session_1 .form-box .input-box {
  margin-bottom: 30px;
}
.report-wrap .session_1 .form-box .input-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.report-wrap .session_1 .form-box .input-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.report-wrap .session_1 .form-box .input-box input,
.report-wrap .session_1 .form-box .input-box select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: none;
}
.report-wrap .session_1 .form-box p {
  font-size: 14px;
  margin-bottom: 18px;
  color: #808080;
}
.report-wrap .session_1 .form-box .textarea-box textarea {
  width: 100%;
  line-height: 1.6;
  padding: 10px;
  height: 160px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: none;
}
.report-wrap .session_1 .form-box .btn-box {
  margin-top: 32px;
}
.report-wrap .session_1 .form-box .btn-box span {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #b60005;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes map-point-pulsate {
  0% {
    opacity: .6;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
}
@media screen and (max-width: 1440px) {
  .about-wrap .session_5 .item-box,
  .about-wrap .session_5 .top-box{
     height:380px;
  }
}
/*# sourceMappingURL=style.css.map */