﻿.block {
  width: 1400px;
}
.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;
}
.page-box span:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.page-box span.active {
  color: #211c4c;
  border-color: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
}
.public-top {
  padding-top: 48px;
  padding-bottom: 70px;
}
.public-top .site-box {
  margin-bottom: 40px;
  font-size: 14px;
  color: #202221;
}
.public-top .site-box a {
  color: #202221;
}
.public-top .tab-box .row {
  margin-left: -13px;
  margin-right: -13px;
}
.public-top .tab-box .col-md-1 {
  float: left;
  width: 14.28%;
  padding-left: 13px;
  padding-right: 13px;
  box-sizing: border-box;
}
.public-top .tab-box .col-md-1 a {
  display: block;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  color: #202221;
  border: 1px solid #e6e6e6;
  text-align: center;
  box-sizing: border-box;
}
.public-top .tab-box .col-md-1 a:hover,
.public-top .tab-box .col-md-1 a.active {
  background: #202221;
  color: #fff;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  font-size: 42px;
  color: #292929;
  line-height: 1;
  margin-bottom: 25px;
}
.public-title p {
  font-size: 18px;
  color: #808080;
  line-height: 1;
  padding-bottom: 30px;
  position: relative;
}
.public-title p:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 1px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}
.contact-wrap .public-top {
  background: #fff;
}
.contact-wrap .session_1 {
  background: #fff;
  padding-bottom: 100px;
}
.contact-wrap .session_1 .left-box {
  float: left;
}
.contact-wrap .session_1 .left-box .title-box {
  margin-bottom: 20px;
}
.contact-wrap .session_1 .left-box .title-box h3 {
  font-size: 30px;
  line-height: 1;
  color: #1a1a1a;
}
.contact-wrap .session_1 .left-box .title-box p {
  font-size: 20px;
  color: #666666;
}
.contact-wrap .session_1 .left-box dl {
  margin-bottom: 20px;
}
.contact-wrap .session_1 .left-box dl dd {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.contact-wrap .session_1 .left-box .all-box {
  font-size: 0;
}
.contact-wrap .session_1 .left-box .all-box .item-box {
  display: inline-block;
  margin-right: 25px;
}
.contact-wrap .session_1 .left-box .all-box .item-box p {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.contact-wrap .session_1 .right-box {
  float: right;
}
.contact-wrap .session_2 {
  margin-top: 100px;
  margin-bottom: 220px;
}
.contact-wrap .session_2 .public-title {
  margin-bottom: 65px;
}
.contact-wrap .session_2 .centent-box {
  height: 615px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/img_16.jpg);
}
.contact-wrap .session_2 .centent-box .txt-box {
  width: 50%;
  height: 100%;
  background: #fff;
  float: right;
  padding-left: 60px;
  box-sizing: border-box;
  padding-top: 75px;
  padding-right: 95px;
}
.contact-wrap .session_2 .centent-box .txt-box dl {
  margin-bottom: 30px;
}
.contact-wrap .session_2 .centent-box .txt-box dl dt {
  font-size: 14px;
  color: #808080;
  margin-bottom: 2px;
}
.contact-wrap .session_2 .centent-box .txt-box dl dd {
  font-size: 16px;
  color: #1a1a1a;
}
.contact-wrap .session_2 .centent-box .txt-box dl dd span {
  font-size: 32px;
  color: #1a1a1a;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .row {
  margin-left: -9px;
  margin-right: -9px;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 9px;
  padding-right: 9px;
  box-sizing: border-box;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .input-box input {
  width: 100%;
  height: 47px;
  border: 1px solid #bfbfbf;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .textarea-box {
  margin-top: 17px;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .textarea-box textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #bfbfbf;
  padding-left: 15px;
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .sub-box {
  margin-top: 30px;
}
.contact-wrap .session_2 .centent-box .txt-box .form-box .sub-box span {
  display: inline-block;
  width: 150px;
  height: 47px;
  line-height: 47px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.about-wrap .session_1 {
  margin-top: 90px;
}
.about-wrap .session_1 .public-title {
  margin-bottom: 40px;
}
.about-wrap .session_1 .txt-box p {
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 25px;
  color: #4c4c4c;
}
.about-wrap .session_1 .top-box {
  position: relative;
  padding-left: 500px;
  box-sizing: border-box;
  width: 100%;
}
.about-wrap .session_1 .top-box .txt-box {
  left: 0;
  top: 0;
  width: 500px;
  height: 100%;
  position: absolute;
  background: #1a1a1a;
  text-align: center;

  height: 400px;
  box-sizing: border-box;
  z-index: 9999;
}
.about-wrap .session_1 .top-box .txt-box .logo-box {
  margin-bottom: 25px;
}
.about-wrap .session_1 .top-box .txt-box h3 {
  font-size: 26px;
  color: #808080;
  font-weight: 400;
}
.about-wrap .session_1 .top-box .txt-box p {
  font-size: 16px;
  color: #4c4c4c;
}
.about-wrap .session_1 .top-box .item-box {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
}
.about-wrap .session_1 .top-box .item-box .img-box {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-wrap .session_1 .top-box .swiper-slide-next {
  position: relative;
}
.about-wrap .session_1 .top-box .swiper-slide-next:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.about-wrap .session_1 .top-box .swiper-button-next {
  right: 50px;
}
.about-wrap .session_1 .top-box .swiper-button-next:after {
  font-size: 25px;
  color: #fff;
}
.about-wrap .session_1 .bottom-box {
  margin-top: 15px;
}
.about-wrap .session_1 .bottom-box .row {
  margin-left: -12px;
  margin-right: -12px;
}
.about-wrap .session_1 .bottom-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.about-wrap .session_1 .bottom-box .item-box .img-box img {
  width: 100%;
}
.about-wrap .session_2 {
  background-image: url(../images/img_21.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  margin-top: 90px;
  padding-bottom: 100px;
}
.about-wrap .session_2 .public-title {
  margin-bottom: 75px;
}
.about-wrap .session_2 .list-box {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.about-wrap .session_2 .list-box .top-box {
  border-bottom: 1px solid #bfbfbf;
}
.about-wrap .session_2 .list-box .col-md-4 {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
}
.about-wrap .session_2 .list-box .item-box {
  position: relative;
  width: 100%;
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 20px;
  height: 190px;
}
.about-wrap .session_2 .list-box .item-box:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  bottom: -5px;
  left: -5px;
  background: #fff;
  box-sizing: border-box;
}
.about-wrap .session_2 .list-box .item-box .img-box {
  position: absolute;
  top: 40px;
  right: 20px;
  display: none;
}
.about-wrap .session_2 .list-box .item-box .txt-box {
  padding-right: 80px;
}
.about-wrap .session_2 .list-box .item-box .txt-box h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
}
.about-wrap .session_2 .list-box .item-box .txt-box h3 img {
  margin-right: 10px;
}
.about-wrap .session_2 .list-box .item-box .txt-box p {
  font-size: 12px;
  color: #808080;
  line-height: 1.8;
}
.about-wrap .session_2 .list-box .item-box:hover {
  background: #fff;
}
.about-wrap .session_2 .list-box .item-box:hover .img-box {
  display: block;
}
.about-wrap .session_2 .list-box .item-box:hover .txt-box {
  padding-right: 190px;
}
.about-wrap .session_2 .list-box .bottom-box {
  box-sizing: border-box;
  width: 100%;
}
.about-wrap .session_2 .list-box .bottom-box .col-md-4 {
  padding-left: 25px;
}
.about-wrap .session_2 .list-box .bottom-box .item-box {
  width: 100%;
}
.about-wrap .session_2 .list-box .bottom-box .item-box:before {
  top: -5px;
}
.about-wrap .session_2 .arr-box {
  text-align: center;
  margin-top: 60px;
  font-size: 0;
}
.about-wrap .session_2 .arr-box .swiper-button-next,
.about-wrap .session_2 .arr-box .swiper-button-prev {
  position: static;
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid #bfbfbf;
  line-height: 52px;
  margin-top: 0;
  margin-left: 22px;
  margin-right: 22px;
}
.about-wrap .session_2 .arr-box .swiper-button-next:after,
.about-wrap .session_2 .arr-box .swiper-button-prev:after {
  font-size: 20px;
  vertical-align: middle;
  color: #4d4d4d;
}
.about-wrap .session_2 .arr-box .swiper-button-next:hover,
.about-wrap .session_2 .arr-box .swiper-button-prev:hover {
  background: #1a1a1a;
}
.about-wrap .session_2 .arr-box .swiper-button-next:hover:after,
.about-wrap .session_2 .arr-box .swiper-button-prev:hover:after {
  color: #fff;
}
.about-wrap .session_3 {
  padding-top: 110px;
  background: #fff;
  padding-bottom: 130px;
}
.about-wrap .session_3 .public-title {
  margin-bottom: 70px;
}
.about-wrap .session_3 .list-box .item-box {
  margin-bottom: 20px;
}
.about-wrap .session_3 .list-box .item-box .img-box img {
  width: 100%;
}
.about-wrap .session_3 .list-box .item-box p {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #3a3a3a;
}
.about-wrap .session_3 .list-box .top-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.about-wrap .session_3 .list-box .top-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.about-wrap .session_3 .list-box .bottom-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.about-wrap .session_3 .list-box .bottom-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.about-wrap .session_3 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.about-wrap .session_3 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.about-wrap .session_3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
  border-radius: 8px;
}
.about-wrap .session_4 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.about-wrap .session_4 .centent-box {
  margin-top: 70px;
}
.about-wrap .session_4 .centent-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.about-wrap .session_4 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.about-wrap .session_4 .centent-box .item-box {
  position: relative;
  overflow: hidden;
}
.about-wrap .session_4 .centent-box .item-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 320px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transform: translateY(100%);
  transition: all .3s;
}
.about-wrap .session_4 .centent-box .item-box .img-box {
  height: 320px;
  background: #e6e6e6;
  line-height: 320px;
  text-align: center;
}
.about-wrap .session_4 .centent-box .item-box .img-box img {
  vertical-align: middle;
  max-width: 400px;
  max-height: 280px;
}
.about-wrap .session_4 .centent-box .item-box:hover .txt-box {
  transform: translateY(0);
  opacity: 1;
}
.about-wrap .session_4 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
  border-radius: 8px;
}
.join-wrap .session_1 {
  margin-top: 30px;
}
.join-wrap .session_1 .public-title {
  margin-bottom: 75px;
}
.join-wrap .session_1 .txt-box {
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.join-wrap .session_1 .txt-box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.join-wrap .session_1 .txt-box p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.8;
}
.join-wrap .session_1 .left-box {
  float: left;
  width: 760px;
}
.join-wrap .session_1 .left-box .txt-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffff;
  width: 320px;
  height: 316px;
  z-index: 99;
}
.join-wrap .session_1 .left-box .txt-box:before {
  position: absolute;
  content: '';
  width: 0;
  heighz: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #fff;
}
.join-wrap .session_1 .left-box .img-box {
  position: relative;
}
.join-wrap .session_1 .left-box .img-box img {
  width: 100%;
}
.join-wrap .session_1 .right-box {
  width: 640px;
  float: left;
}
.join-wrap .session_1 .right-box .item-box {
  position: relative;
  float: left;
  width: 50%;
  height: 316px;
}
.join-wrap .session_1 .right-box .item-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.join-wrap .session_1 .right-box .item-box:nth-child(5):before {
  position: absolute;
  content: '';
  width: 0;
  heighz: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #fff;
}
.join-wrap .session_2 {
  background-size: cover;
  background-image: url(../images/img_32.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 180px;
  margin-top: 120px;
  padding-bottom: 100px;
  background-attachment: fixed;
}
.join-wrap .session_2 .public-title {
  margin-bottom: 60px;
}
.join-wrap .session_2 .block {
  width: 1200px;
}
.join-wrap .session_2 .tab-box {
  width: 495px;
  float: left;
}
.join-wrap .session_2 .tab-box .row {
  margin-left: -4px;
  margin-right: -4px;
}
.join-wrap .session_2 .tab-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.join-wrap .session_2 .tab-box .col-md-4.active .tab-item {
  background: #000000;
}
.join-wrap .session_2 .tab-box .col-md-4.active .tab-item .icon-box img {
  display: none;
}
.join-wrap .session_2 .tab-box .col-md-4.active .tab-item .icon-box img.hover {
  display: inline-block;
}
.join-wrap .session_2 .tab-box .col-md-4.active .tab-item p {
  color: #fff;
}
.join-wrap .session_2 .tab-box .tab-item {
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 28px;
  box-sizing: border-box;
  cursor: pointer;
}
.join-wrap .session_2 .tab-box .tab-item .icon-box {
  height: 40px;
  line-height: 40px;
  transition: all .3s;
}
.join-wrap .session_2 .tab-box .tab-item .icon-box img {
  vertical-align: top;
}
.join-wrap .session_2 .tab-box .tab-item .icon-box img.hover {
  display: none;
}
.join-wrap .session_2 .tab-box .tab-item p {
  color: #4c4c4c;
}
.join-wrap .session_2 .tab-box .tab-item:hover {
  background: #000000;
}
.join-wrap .session_2 .tab-box .tab-item:hover .icon-box {
  transform: rotateY(180deg);
}
.join-wrap .session_2 .tab-box .tab-item:hover .icon-box img {
  display: none;
}
.join-wrap .session_2 .tab-box .tab-item:hover .icon-box img.hover {
  display: inline-block;
}
.join-wrap .session_2 .tab-box .tab-item:hover p {
  color: #fff;
}
.join-wrap .session_2 .all-box {
  width: 701px;
  float: right;
}
.join-wrap .session_2 .all-box .item-box {
  position: relative;
  height: 376px;
  background: rgba(0, 0, 0, 0.8);
}
.join-wrap .session_2 .all-box .item-box .center-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 160px;
  padding-right: 160px;
  left: 0;
  right: 0;
}
.join-wrap .session_2 .all-box .item-box .center-box .title-box .info {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.join-wrap .session_2 .all-box .item-box .center-box .title-box .info h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
}
.join-wrap .session_2 .all-box .item-box .center-box .title-box .info p {
  font-size: 12px;
  color: #bfbfbf;
}
.join-wrap .session_2 .all-box .item-box .center-box .des-box {
  margin-top: 25px;
  margin-bottom: 50px;
}
.join-wrap .session_2 .all-box .item-box .center-box .des-box p {
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.join-wrap .session_2 .all-box .item-box .center-box .other-box {
  text-align: center;
}
.join-wrap .session_2 .all-box .item-box .center-box .other-box .nub {
  display: inline-block;
  color: #808080;
}
.join-wrap .session_2 .all-box .item-box .center-box .other-box .nub span {
  color: #fff;
  font-size: 16px;
}
.join-wrap .session_2 .all-box .item-box .line-box {
  border: 1px solid #fff;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
}
.join-wrap .session_3 {
  margin-top: 100px;
}
.join-wrap .session_3 .public-title {
  margin-bottom: 85px;
}
.join-wrap .session_3 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.join-wrap .session_3 .col-md-4 {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.join-wrap .session_3 .item-box {
  background: #fff;
  height: 290px;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  box-sizing: border-box;
  padding-top: 60px;
  transition: all .3s;
}
.join-wrap .session_3 .item-box .icon-box {
  height: 60px;
  line-height: 60px;
}
.join-wrap .session_3 .item-box .icon-box img {
  vertical-align: top;
}
.join-wrap .session_3 .item-box .icon-box img.active {
  display: none;
}
.join-wrap .session_3 .item-box h3 {
  font-size: 20px;
  color: #393939;
  font-weight: 400;
  margin-bottom: 28px;
}
.join-wrap .session_3 .item-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
}
.join-wrap .session_3 .item-box:hover {
  padding-top: 45px;
  background: #1a1a1a;
}
.join-wrap .session_3 .item-box:hover .icon-box img {
  display: none;
}
.join-wrap .session_3 .item-box:hover .icon-box img.active {
  display: inline-block;
}
.join-wrap .session_3 .item-box:hover h3 {
  color: #fff;
}
.join-wrap .session_4 {
  padding-top: 65px;
  padding-bottom: 95px;
  background: #000000 url(../images/img_33.jpg) center center no-repeat;
  margin-top: 70px;
}
.join-wrap .session_4 .public-title h3 {
  color: #fff;
}
.join-wrap .session_4 .centent-box {
  position: relative;
  margin-top: 40px;
}
.join-wrap .session_4 .centent-box .line-box {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.join-wrap .session_4 .list-box {
  border: 1px dashed rgba(255, 255, 255, 0.8);
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_4 .list-box .item-box {
  float: left;
  width: 10%;
  text-align: center;
  position: relative;
}
.join-wrap .session_4 .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%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background: #0c0c0c;
}
.join-wrap .session_4 .list-box .item-box .txt-box {
  height: 90px;
  line-height: 1.6;
  color: #808080;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
}
.join-wrap .session_4 .list-box .item-box .txt-box p {
  color: #fff;
}
.join-wrap .session_4 .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: #e6e6e6;
}
.join-wrap .session_4 .list-box .item-box img.on {
  display: none;
}
.join-wrap .session_4 .list-box .item-box:nth-child(2n+2) .txt-box {
  padding-top: 50px;
  box-sizing: border-box;
}
.join-wrap .session_4 .list-box .item-box:hover:before {
  background: #fff;
  border-color: #fff;
}
.join-wrap .session_4 .list-box .item-box:hover .icon-box {
  background: #1a1a1a;
}
.join-wrap .session_4 .list-box .item-box:hover img {
  display: none;
}
.join-wrap .session_4 .list-box .item-box:hover img.on {
  display: inline-block;
}
.join-wrap .session_5 {
  margin-top: 100px;
  margin-bottom: 90px;
}
.join-wrap .session_5 .public-title {
  margin-bottom: 80px;
}
.join-wrap .session_5 .item-box {
  position: relative;
  height: 625px;
}
.join-wrap .session_5 .item-box .img-box {
  background-size: cover;
  height: 100%;
  background-position: center center;
}
.join-wrap .session_5 .item-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}
.join-wrap .session_5 .list-box .left-box {
  float: left;
  width: 850px;
}
.join-wrap .session_5 .list-box .right-box {
  float: right;
  width: 520px;
}
.join-wrap .session_5 .list-box .right-box .item-box {
  height: 300px;
}
.join-wrap .session_5 .list-box .right-box .item-box:nth-child(1) {
  margin-bottom: 25px;
}
.join-wrap .session_5 .swiper-pagination {
  position: static;
  margin-top: 60px;
}
.join-wrap .session_5 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.join-wrap .session_5 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
  border-radius: 8px;
}
.join-wrap .session_6 {
  background: #fff;
  padding-top: 125px;
  padding-bottom: 95px;
}
.join-wrap .session_6 .public-title {
  margin-bottom: 70px;
}
.join-wrap .session_6 .list-box .row {
  margin-left: -17px;
  margin-right: -17px;
}
.join-wrap .session_6 .list-box .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.join-wrap .session_6 .list-box .item-box {
  border: 1px dashed #bcbcbc;
  height: 110px;
  line-height: 110px;
  text-align: center;
}
.join-wrap .session_6 .list-box .item-box img {
  max-height: 80%;
  max-width: 80%;
}
.join-wrap .session_6 .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.join-wrap .session_6 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.join-wrap .session_6 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
  border-radius: 8px;
}
.join-wrap .session_7 {
  background: #151515;
  padding-top: 100px;
 
}
.join-wrap .session_7 .public-title h3 {
  color: #fff;
}
.join-wrap .session_7 .public-title p:before {
  background: #fff;
}
.join-wrap .session_7 .centent-box {
  height: 615px;
  margin-top: 70px;
}
.join-wrap .session_7 .centent-box .left-box {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 120px;
  box-sizing: border-box;
}
.join-wrap .session_7 .centent-box .left-box p {
  font-size: 28px;
  color: #fff;
  margin-top: 30px;
  line-height: 1;
  font-weight: 400;
}
.join-wrap .session_7 .centent-box .txt-box {
  width: 50%;
  height: 100%;
  background: #fff;
  float: right;
  padding-left: 60px;
  box-sizing: border-box;
  padding-top: 75px;
  padding-right: 95px;
}
.join-wrap .session_7 .centent-box .txt-box dl {
  margin-bottom: 30px;
}
.join-wrap .session_7 .centent-box .txt-box dl dt {
  font-size: 14px;
  color: #808080;
  margin-bottom: 2px;
}
.join-wrap .session_7 .centent-box .txt-box dl dd {
  font-size: 16px;
  color: #1a1a1a;
}
.join-wrap .session_7 .centent-box .txt-box dl dd span {
  font-size: 32px;
  color: #1a1a1a;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .row {
  margin-left: -9px;
  margin-right: -9px;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 9px;
  padding-right: 9px;
  box-sizing: border-box;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .input-box input {
  width: 100%;
  height: 47px;
  border: 1px solid #bfbfbf;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .textarea-box {
  margin-top: 17px;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .textarea-box textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #bfbfbf;
  padding-left: 15px;
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .sub-box {
  margin-top: 30px;
}
.join-wrap .session_7 .centent-box .txt-box .form-box .sub-box span {
  display: inline-block;
  width: 150px;
  height: 47px;
  line-height: 47px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.marketing-wrap .session_1 {
  padding-top: 20px;
  padding-left: 30px;
  text-align: center;
}
.marketing-wrap .session_1 .public-title {
  margin-bottom: 100px;
}
.marketing-wrap .session_1 .info-box {
  float: left;
  text-align: left;
}
.marketing-wrap .session_1 .info-box p {
  font-size: 20px;
  color: #e2e2e2;
}
.marketing-wrap .session_1 .info-box h3 {
  font-size: 32px;
  color: #5b5b5b;
  margin-bottom: 20px;
}
.marketing-wrap .session_1 .info-box span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #5b5b5b;
}
.marketing-wrap .session_1 .info-box span:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #8e8e8e;
  left: 0;
  bottom: -20px;
}
.marketing-wrap .session_1 #map {
  display: inline-block;
  width: 700px;
  height: 500px;
  vertical-align: middle;
}
.marketing-wrap .session_2 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-right: 30px;
  box-sizing: border-box;
}
.marketing-wrap .session_2 .title-box {
  float: left;
}
.marketing-wrap .session_2 .title-box h3 {
  font-size: 32px;
  color: #1a1a1a;
}
.marketing-wrap .session_2 .title-box p {
  font-size: 20px;
  color: #e5e5e5;
}
.marketing-wrap .session_2 .site-box {
  float: right;
  font-size: 0;
}
.marketing-wrap .session_2 .site-box select {
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.marketing-wrap .session_2 .site-box input {
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.marketing-wrap .session_2 .site-box span {
  display: inline-block;
  background: #1a1a1a;
  width: 65px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.marketing-wrap .session_3 {
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 60px;
}
.marketing-wrap .session_3 label {
  position: relative;
  display: inline-block;
  width: 135px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e2e2e2;
}
.marketing-wrap .session_3 label img {
  position: absolute;
  left: 0;
}
.marketing-wrap .session_3 ul {
  display: inline-block;
  padding-left: 30px;
}
.marketing-wrap .session_3 ul li {
  display: inline-block;
  font-size: 0;
  margin-left: 10px;
}
.marketing-wrap .session_3 ul li span {
  font-size: 14px;
  color: #5b5b5b;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.marketing-wrap .session_3 ul li.active span {
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
}
.marketing-wrap .session_4 {
  padding-bottom: 150px;
}
.marketing-wrap .session_4 .row {
  margin-left: -17px;
  margin-right: -17px;
}
.marketing-wrap .session_4 .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.marketing-wrap .session_4 .item-box {
  position: relative;
  border: 1px solid #e2e2e2;
  padding-left: 45px;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 40px;
}
.marketing-wrap .session_4 .item-box .info-box h3 {
  font-size: 16px;
  color: #515151;
  margin-bottom: 15px;
  line-height: 1;
}
.marketing-wrap .session_4 .item-box .info-box p {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 2;
}
.marketing-wrap .session_4 .item-box .show-box {
  display: none;
  position: absolute;
  right: 30px;
  width: 60px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding-top: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.marketing-wrap .session_4 .item-box:hover {
  background: #1a1a1a;
}
.marketing-wrap .session_4 .item-box:hover .show-box {
  display: block;
}
.marketing-wrap .session_4 .item-box:hover .info-box h3 {
  color: #fff;
}
.marketing-wrap .session_4 .item-box:hover .info-box p {
  color: #ffffff;
}
.case_list-wrap .session_1 {
  padding-bottom: 30px;
}
.case_list-wrap .session_1 .item-box {
  position: relative;
  overflow: hidden;
}
.case_list-wrap .session_1 .item-box .img-box {
  overflow: hidden;
}
.case_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.case_list-wrap .session_1 .item-box p {
  position: absolute;
  height: 48px;
  line-height: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}
.case_list-wrap .session_1 .item-box p span {
  position: relative;
  z-index: 2;
}
.case_list-wrap .session_1 .item-box p:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 100%;
  background: #000;
  bottom: -100%;
  transition: all .3s;
}
.case_list-wrap .session_1 .item-box:hover .img-box img {
  transform: translateY(-30px);
}
.case_list-wrap .session_1 .item-box:hover p {
  opacity: 1;
}
.case_list-wrap .session_1 .item-box:hover p:before {
  bottom: 0;
}
.case_list-wrap .session_1 .row {
  margin-left: -18px;
  margin-right: -18px;
}
.case_list-wrap .session_1 .row .col-md-9 {
  float: left;
  width: 66.67%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}
.case_list-wrap .session_1 .row .col-md-9 .item-box img {
  height: 692px;
}
.case_list-wrap .session_1 .row .col-md-3 {
  float: left;
  width: 33.33%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  margin-bottom: 34px;
}
.case_list-wrap .session_1 .row .col-md-3 .item-box .img-box img {
  height: 329px;
}
.case_list-wrap .session_1 .row .col-md-3 .item-box:nth-child(2) {
  margin-top: 34px;
}
.case_list-wrap .session_2 {
  padding-bottom: 20px;
}
.pro_list-wrap .public-top {
  padding-bottom: 0px;
}
.pro_list-wrap .pro-body {
  padding-left: 250px;
  min-height: 880px;
  box-sizing: border-box;
  position: relative;
}
.pro_list-wrap .pro-body .left-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 99;
  background: #fff;
}
.pro_list-wrap .pro-body .left-page .top-box {
  width: 100%;
  height: 140px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
}
.pro_list-wrap .pro-body .left-page .top-box span {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}
.pro_list-wrap .pro-body .left-page .top-box p {
  font-size: 12px;
  color: #bfbfbf;
}
.pro_list-wrap .pro-body .left-page .all-box ul li {
  line-height: 60px;
  text-align: center;
  color: #808080;
  font-size: 16px;
}
.pro_list-wrap .pro-body .left-page .all-box ul li a {
  display: block;
  position: relative;
}
.pro_list-wrap .pro-body .left-page .all-box ul li a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #e7e7e7;
}
.pro_list-wrap .pro-body .left-page .all-box ul li > a {
  font-weight: 700;
}
.pro_list-wrap .pro-body .left-page .all-box ul li > a:before {
  display: none;
}
.pro_list-wrap .pro-body .left-page .all-box ul li.on dl {
  display: block;
}
.pro_list-wrap .pro-body .left-page .all-box ul li.on > a {
  background: #1a1a1a;
  color: #fff;
  border-top: 1px solid #808080;
  box-sizing: border-box;
}
.pro_list-wrap .pro-body .left-page .all-box ul dl {
  display: none;
}
.pro_list-wrap .session_1 .info-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro_list-wrap .session_1 .info-item img {
  width: 100%;
}
.pro_list-wrap .session_1 .info-item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}
.pro_list-wrap .session_1 .info-item .txt-box h3 {
  font-size: 24px;
  color: #fff;
}
.pro_list-wrap .session_1 .info-item .txt-box span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pro_list-wrap .session_1 .info-item .txt-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #e5e5e5;
}
.pro_list-wrap .session_1 .info-item:hover .txt-box {
  background: #f5f5f5;
  padding-bottom: 40px;
}
.pro_list-wrap .session_1 .info-item:hover .txt-box h3 {
  color: #333;
}
.pro_list-wrap .session_1 .info-item:hover .txt-box span {
  color: #4c4c4c;
}
.pro_list-wrap .session_1 .info-item:hover .txt-box p {
  color: #808080;
}
.pro_list-wrap .session_1 .left-box {
  float: left;
}
.pro_list-wrap .session_1 .left-box .item-box {
  position: relative;
  width: 520px;
}
.pro_list-wrap .session_1 .right-box {
  float: right;
  width: 600px;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box {
  position: relative;
  height: 320px;
  background: #fff;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50%;
  box-sizing: border-box;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box .txt-box {
  padding-top: 90px;
  box-sizing: border-box;
  padding-left: 40px;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box .txt-box h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box .txt-box span {
  color: #4c4c4c;
  display: inline-block;
  font-size: 16px;
}
.pro_list-wrap .session_1 .right-box .top-box .item-box .txt-box p {
  color: #808080;
  margin-top: 15px;
}
.pro_list-wrap .session_1 .right-box .top-box .swiper-pagination {
  padding-left: 50%;
  left: 40px;
  bottom: 80px;
  text-align: left;
  box-sizing: border-box;
}
.pro_list-wrap .session_1 .right-box .top-box .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.pro_list-wrap .session_1 .right-box .top-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333!important;
}
.pro_list-wrap .session_1 .right-box .bottom-box {
  margin-top: 25px;
}
.pro_list-wrap .session_1 .right-box .bottom-box .item-box {
  position: relative;
}
.pro_list-wrap .session_1 .right-box .bottom-box .item-box img {
  width: 100%;
}
.pro_list-wrap .session_2 {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.pro_list-wrap .session_2 .tab-box .row {
  margin-left: -12px;
  margin-right: -12px;
}
.pro_list-wrap .session_2 .tab-box .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pro_list-wrap .session_2 .tab-box .col-md-2.active a {
  background: #1a1a1a;
  color: #fff;
}
.pro_list-wrap .session_2 .tab-box a {
  display: block;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
}
.pro_list-wrap .session_2 .tab-box a:hover {
  background: #1a1a1a;
  color: #fff;
}
.pro_list-wrap .session_2 .info-box {
  margin-top: 20px;
}
.pro_list-wrap .session_2 .info-box .txt-box {
  margin-top: 25px;
}
.pro_list-wrap .session_2 .info-box .txt-box .title-box {
  margin-bottom: 30px;
}
.pro_list-wrap .session_2 .info-box .txt-box .title-box h3 {
  font-size: 24px;
  color: #1a1a1a;
}
.pro_list-wrap .session_2 .info-box .txt-box .title-box p {
  font-size: 12px;
  color: #cccccc;
}
.pro_list-wrap .session_2 .info-box .txt-box .des-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .session_2 .info-box .txt-box .des-box p {
  font-size: 14px;
  color: #808080;
}
.pro_list-wrap .session_2 .info-box .tel-box {
  padding-top: 24px;
}
.pro_list-wrap .session_2 .info-box .tel-box p {
  font-size: 16px;
  color: #575757;
}
.pro_list-wrap .session_2 .info-box .tel-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-top: 10px;
}
.pro_list-wrap .session_3 {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .tab-box a {
  float: left;
  width: 16.66%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-left: -1px;
  text-align: center;
  font-size: 16px;
  color: #808080;
}
.pro_list-wrap .session_3 .tab-box a.active,
.pro_list-wrap .session_3 .tab-box a:hover {
  background: #1a1a1a;
  color: #fff;
}
.pro_list-wrap .session_3 .title-box {
  margin-bottom: 32px;
}
.pro_list-wrap .session_3 .title-box h3 {
  font-size: 20px;
  color: #1a1a1a;
}
.pro_list-wrap .session_3 .title-box p {
  font-size: 14px;
  color: #bfbfbf;
}
.pro_list-wrap .session_3 .item_1 {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .session_3 .item_1 .left-box {
  float: left;
}
.pro_list-wrap .session_3 .item_1 .left-box li {
  line-height: 2;
  color: #4c4c4c;
  position: relative;
  padding-left: 15px;
}
.pro_list-wrap .session_3 .item_1 .left-box li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #4c4c4c;
}
.pro_list-wrap .session_3 .item_2 {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .session_3 .item_2 ul li {
  line-height: 2;
}
.pro_list-wrap .session_3 .item_2 .img-box {
  margin-top: 20px;
}
.pro_list-wrap .session_3 .item_3 {
  margin-top: 30px;
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .session_3 .item_4 {
  margin-top: 30px;
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .session_3 .item_5 {
  margin-top: 40px;
  padding-bottom: 70px;
}
.pro_list-wrap .session_3 .item_5 .item-box {
  position: relative;
}
.pro_list-wrap .session_3 .item_5 .item-box .img-box img {
  width: 100%;
}
.pro_list-wrap .session_3 .item_5 .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.pro_list-wrap .session_3 .item_5 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.pro_list-wrap .session_3 .item_5 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.pro_list-wrap .session_3 .item_5 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1a;
  border-radius: 8px;
}
.news_list-wrap .session_1 .list-box .item-box {
  position: relative;
  transition: all .3s;
}
.news_list-wrap .session_1 .list-box .item-box .block {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #cbcbcb;
}
.news_list-wrap .session_1 .list-box .item-box .img-box {
  float: left;
  margin-right: 45px;
  position: relative;
}
.news_list-wrap .session_1 .list-box .item-box .img-box .icon-box {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.news_list-wrap .session_1 .list-box .item-box .img-box .icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  transition: all .3s;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box {
  float: left;
  width: 570px;
  padding-top: 55px;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #464646;
  font-weight: 400;
  margin-bottom: 20px;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #646464;
  line-height: 1.8;
}
.news_list-wrap .session_1 .list-box .item-box .time-box {
  float: right;
  text-align: right;
  margin-top: 50px;
}
.news_list-wrap .session_1 .list-box .item-box .time-box p {
  font-size: 24px;
  color: #464646;
}
.news_list-wrap .session_1 .list-box .item-box .time-box p span {
  display: block;
  font-size: 14px;
}
.news_list-wrap .session_1 .list-box .item-box .time-box .icon-box {
  margin-top: 20px;
}
.news_list-wrap .session_1 .list-box .item-box:hover {
  background: #fff;
}
.news_list-wrap .session_1 .list-box .item-box:hover .img-box .icon-box {
  opacity: 1;
}
.news_list-wrap .session_1 .list-box .item-box:hover .img-box .icon-box img {
  margin-top: 0;
}
.news_list-wrap .session_1 .page-box {
  margin-top: 80px;
  margin-bottom: 100px;
}
.news_list-wrap .session_2 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 100px;
  background: #fff;
}
.news_list-wrap .session_2 .news_des-box {
  text-align: left;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box {
  text-align: center;
  margin-bottom: 50px;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box h3 {
  font-size: 32px;
  color: #747474;
  font-weight: 400;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #808080;
}
.news_list-wrap .session_2 .news_des-box .text-box .title-box p span {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.news_list-wrap .session_2 .news_des-box .text-box .des-box p {
  line-height: 2;
  font-size: 14px;
  color: #434343;
  margin-bottom: 25px;
}
.news_list-wrap .session_2 .news_des-box .text-box .des-box p img {
  max-width: 100%;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box {
  border-bottom: 1px solid #cacbcd;
  margin-top: 50px;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box .black-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 16px;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_2 .news_des-box .text-box .bottom-box .share-box .bshare-custom {
  display: inline-block;
}
.news_list-wrap .session_2 .news_des-box .text-box .other-box {
  margin-top: 20px;
  padding-bottom: 20px;
}
.news_list-wrap .session_2 .news_des-box .text-box .other-box ul li a {
  line-height: 3;
  color: #626262;
  font-size: 14px;
}
.news_list-wrap .session_2 .news_des-box .text-box .other-box ul li a:hover {
  color: #1a1a1a;
}
/*# sourceMappingURL=style.css.map */
.pages{ width:100%; float:left;text-align:center}
.pages span{ display:inline-block; height:20px; line-height:19px;}
.pages .page,.pages .pageon{ border:1px solid #999; margin-right:3px; font-size:12px; vertical-align:middle;color:#000000}
.pages .page a:link,.pages .page a:visited{ color:#000; display:inline-block;  height:100%; padding:0px 6px; float:left}
.pages .page a:hover,.pages .page a:active{ color:#fff; background:#104ca4; border:0px solid #104ca4}
.pages .pageon{color:#fff; background:#104ca4;display:inline-block; padding:0px 6px; margin-right:3px;}
.pages .page2{display:inline-block; padding:0px 6px;border:1px solid #999; margin-right:10px;margin-left:10px;  }
.pages .page1{}
.pages .page1 input{ height:20px;height:20px;border:1px solid #999; background:none; color:#717171; font-size:11px}
.pages .page1 #pages{ width:30px; height:18px;border-right:0px ; text-align:center; margin-left:10px}