.page-box {
  text-align: center;
  font-size: 0;
}
.page-box span {
  display: inline-block;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #bfbfbf;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.page-box span:hover {
  background: #f5c72e;
  border-color: #f5c72e;
  color: #292929;
}
.page-box span.active {
  color: #f5c72e;
  border-color: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #bfbfbf;
  height: 30px;
  vertical-align: middle;
}
.banner-box {
  position: relative;
}
.public-site {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  font-size: 0;
}
.public-site p {
  font-size: 16px;
}
.public-site p a {
  color: #fff;
}
.public-site p a:hover {
  color: #f5c72e;
}
.public-site .tab-box {
  float: right;
}
.public-site .tab-box a {
  position: relative;
  display: inline-block;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.public-site .tab-box a span {
  position: relative;
}
.public-site .tab-box a:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  left: 0;
  background: #f5c72e;
}
.public-site .tab-box a.active,
.public-site .tab-box a:hover {
  color: #292929;
}
.public-site .tab-box a.active:before,
.public-site .tab-box a:hover:before {
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.join-wrap .session_1 {
  background: #1a1a1a;
  padding-top: 90px;
  padding-bottom: 90px;
}
.join-wrap .session_1 .title-box {
  text-align: center;
  margin-bottom: 150px;
}
.join-wrap .session_1 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_1 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.join-wrap .session_1 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.join-wrap .session_1 .list-box .item-box {
  position: relative;
  float: left;
  width: 33.33%;
  height: 230px;
  border: 1px solid #8f8f8f;

  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
}
.join-wrap .session_1 .list-box .item-box:nth-child(1),
.join-wrap .session_1 .list-box .item-box:nth-child(4) {

}
.join-wrap .session_1 .list-box .item-box:nth-child(4),
.join-wrap .session_1 .list-box .item-box:nth-child(5) {

}
.join-wrap .session_1 .list-box .item-box h3 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  transition: all .3s;
}
.join-wrap .session_1 .list-box .item-box h3 img {
  margin-right: 10px;
}
.join-wrap .session_1 .list-box .item-box h3 img.hover {
  display: none;
}
.join-wrap .session_1 .list-box .item-box p {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.8;
  transition: all .3s;
}
.join-wrap .session_1 .list-box .item-box:hover {
  background: #f5c72e;
}
.join-wrap .session_1 .list-box .item-box:hover h3 {
  color: #333;
  transform: translateY(-15px);
}
.join-wrap .session_1 .list-box .item-box:hover h3 img {
  display: none;
}
.join-wrap .session_1 .list-box .item-box:hover h3 img.hover {
  display: inline-block;
}
.join-wrap .session_1 .list-box .item-box:hover p {
  transform: translateY(-15px);
  color: #666666;
}
.join-wrap .session_2 {
  background: #1f1f1f;
  border-top: 5px solid #292929;
  padding-top: 110px;
  padding-bottom: 100px;
}
.join-wrap .session_2 .title-box {
  text-align: center;
  margin-bottom: 150px;
}
.join-wrap .session_2 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_2 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.join-wrap .session_2 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.join-wrap .session_2 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.join-wrap .session_2 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  transition: all .3s;
}
.join-wrap .session_2 .item-box {
  width: 100%;
}
.join-wrap .session_2 .item-box .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.join-wrap .session_2 .item-box .img-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all .3s;
  background: rgba(0, 0, 0, 0);
}
.join-wrap .session_2 .item-box .img-box span {
  opacity: 0;
  position: absolute;
  top: 0;
  margin-top: -21px;
  transition: all .3s;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  z-index: 999;
  background: url(../images/icon_11.png);
}
.join-wrap .session_2 .item-box .img-box img {
  width: 100%;
}
.join-wrap .session_2 .item-box .txt-box {
  height: 175px;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.join-wrap .session_2 .item-box .txt-box .title h3 {
  font-size: 24px;
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}
.join-wrap .session_2 .item-box .txt-box .title p {
  position: relative;
  font-size: 14px;
  color: #fff;
  opacity: .5;
  margin-top: 5px;
  padding-bottom: 10px;
}
.join-wrap .session_2 .item-box .txt-box .title p:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: rgba(255, 255, 255, 0.5);
}
.join-wrap .session_2 .item-box .txt-box .info-box {
  opacity: 0;
  margin-top: 20px;
  transform: translateY(20px);
  transition: all .3s;
}
.join-wrap .session_2 .item-box .txt-box .info-box p {
  font-size: 16px;
  color: #191919;
  line-height: 1.6;
}
.join-wrap .session_2 .item-box:hover .img-box:before {
  background: rgba(0, 0, 0, 0.6);
}
.join-wrap .session_2 .item-box:hover .img-box span {
  opacity: 1;
  top: 50%;
}
.join-wrap .session_2 .item-box:hover .txt-box {
  background: #f5c62e;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.join-wrap .session_2 .item-box:hover .txt-box .title h3 {
  color: #333;
}
.join-wrap .session_2 .item-box:hover .txt-box .title p {
  font-size: 0;
  padding-bottom: 0;
}
.join-wrap .session_2 .item-box:hover .txt-box .title p:before {
  background: #333;
  left: 0;
  margin-left: 0;
}
.join-wrap .session_2 .item-box:hover .txt-box .info-box {
  opacity: 1;
  transform: translateY(0px);
}
.join-wrap .session_2 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.join-wrap .session_2 .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #f5c62e;
  box-sizing: border-box;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.join-wrap .session_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #f5c62e;
}
.join-wrap .session_3 {
  background: #1a1a1a;
  padding-top: 180px;
  padding-bottom: 110px;
}
.join-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 110px;
}
.join-wrap .session_3 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_3 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.join-wrap .session_3 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.join-wrap .session_3 .item-box {
  float: left;
  width: 20%;
  height: 215px;
  border: 1px solid #858585;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.join-wrap .session_3 .item-box .title {
  font-size: 20px;
  color: #fff;
}
.join-wrap .session_3 .item-box .title span {
  display: inline-block;
  vertical-align: top;
  font-size: 35px;
  position: relative;
  top: -4px;
  color: #f5c72e;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1;
  margin-right: 10px;
  border-bottom: 1px solid #f5c72e;
  margin-bottom: 8px;
}
.join-wrap .session_3 .item-box p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.join-wrap .session_3 .item-box:hover {
  background: #f5c72e;
  border-radius: 8px;
}
.join-wrap .session_3 .item-box:hover .title {
  color: #000;
}
.join-wrap .session_3 .item-box:hover .title span {
  color: #000;
  border-bottom: none;
}
.join-wrap .session_3 .item-box:hover p {
  color: #000;
}
.join-wrap .session_4 {
  padding-top: 110px;
  padding-bottom: 200px;
  background: url(../images/img_20.jpg) center bottom no-repeat;
}
.join-wrap .session_4 .title-box {
  text-align: center;
  margin-bottom: 110px;
}
.join-wrap .session_4 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_4 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.join-wrap .session_4 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.join-wrap .session_4 .list-box {
  margin-left: -50px;
  margin-right: -50px;
}
.join-wrap .session_4 .list-box .item-box {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.join-wrap .session_4 .list-box .item-box h3 {
  font-size: 16px;
  color: #f5c72e;
  margin-bottom: 35px;
}
.join-wrap .session_4 .list-box .item-box li {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
}
.join-wrap .session_4 .list-box .item-box:last-child:before {
  position: absolute;
  content: '';
  left: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.join-wrap .session_5 {
  background: #f5c72e;
  padding-top: 90px;
  padding-bottom: 80px;
}
.join-wrap .session_5 .width1600 {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.join-wrap .session_5 .width1600:before {
  position: absolute;
  content: '';
  left: 200px;
  top: 25px;
  width: 1200px;
  height: 455px;
  border: 1px dashed rgba(65, 65, 65, 0.9);
}
.join-wrap .session_5 .title-box {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 110px;
  background: #f5c72e;
}
.join-wrap .session_5 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.join-wrap .session_5 .title-box .txt-box span {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  line-height: 1;
}
.join-wrap .session_5 .title-box .txt-box p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin-top: 5px;
}
.join-wrap .session_5 .centent-box {
  width: 100%;
  height: 240px;
  background: url(../images/img_9.jpg);
  line-height: 240px;
}
.join-wrap .session_5 .centent-box .col-md-2 {
  float: left;
  width: 16.66%;
  text-align: center;
}
.join-wrap .session_5 .centent-box .col-md-2:last-child .item-box:before {
  display: none;
}
.join-wrap .session_5 .centent-box .item-box {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 125px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  text-align: center;
  padding-top: 24px;
  line-height: 1.4;
  vertical-align: middle;
}
.join-wrap .session_5 .centent-box .item-box:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 19px;
  right: -50px;
  top: 50px;
  background: url(../images/icon_16.png);
}
.join-wrap .session_5 .centent-box .item-box .icon-box img.active {
  display: none;
}
.join-wrap .session_5 .centent-box .item-box p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}
.join-wrap .session_5 .centent-box .item-box:hover {
  background: #f5c72e;
  border-color: #f5c72e;
}
.join-wrap .session_5 .centent-box .item-box:hover .icon-box img {
  display: none;
}
.join-wrap .session_5 .centent-box .item-box:hover .icon-box img.active {
  display: inline-block;
}
.join-wrap .session_5 .centent-box .item-box:hover p {
  color: #333;
}
.join-wrap .session_5 .tel-box {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  width: 580px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px dashed rgba(65, 65, 65, 0.2);
  background: #f5c72e;
}
.join-wrap .session_5 .tel-box span {
  font-size: 30px;
  color: #414141;
  font-weight: 700;
}
.about-wrap {
  background: #1a1a1a;
}
.about-wrap .session_1 {
  padding-top: 90px;
}
.about-wrap .session_1 .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.about-wrap .session_1 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.about-wrap .session_1 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.about-wrap .session_1 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.about-wrap .session_1 .info-box p {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
  margin-bottom: 20px;
}
.about-wrap .session_1 .list-box {

  padding-bottom: 100px;
  margin-top: 80px;
}
.about-wrap .session_1 .list-box .item-box {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.about-wrap .session_1 .list-box .item-box:before {
  position: absolute;
  content: '';
  top: 15px;
  bottom: 15px;
  width: 1px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}
.about-wrap .session_1 .list-box .item-box:last-child:before {
  display: none;
}
.about-wrap .session_1 .list-box .item-box .icon-box {
  width: 52px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: all .3s;
}
.about-wrap .session_1 .list-box .item-box span {
  font-size: 16px;
  color: #fff;
}
.about-wrap .session_1 .list-box .item-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #bfbfbf;
}
.about-wrap .session_1 .list-box .item-box:nth-child(1) .icon-box {
  background: url(../images/icon_32.png);
}
.about-wrap .session_1 .list-box .item-box:nth-child(2) .icon-box {
  background: url(../images/icon_33.png);
}
.about-wrap .session_1 .list-box .item-box:nth-child(3) .icon-box {
  background: url(../images/icon_34.png);
}
.about-wrap .session_1 .list-box .item-box:nth-child(4) .icon-box {
  background: url(../images/icon_35.png);
}
.about-wrap .session_1 .list-box .item-box:hover:nth-child(1) .icon-box {
  background: url(../images/icon_32_1.png);
}
.about-wrap .session_1 .list-box .item-box:hover:nth-child(2) .icon-box {
  background: url(../images/icon_33_1.png);
}
.about-wrap .session_1 .list-box .item-box:hover:nth-child(3) .icon-box {
  background: url(../images/icon_34_1.png);
}
.about-wrap .session_1 .list-box .item-box:hover:nth-child(4) .icon-box {
  background: url(../images/icon_35_1.png);
}
.about-wrap .session_1 .list-box .item-box:hover .icon-box {
  transform: rotateY(180deg);
}
.about-wrap .session_1 .imgs-box img {
  width: 100%;
}
.about-wrap .session_1 .imgs-box .swiper-pagination {
  position: static;
  margin-top: 60px;
}
.about-wrap .session_1 .imgs-box .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #f5c62e;
  box-sizing: border-box;
  opacity: 1;
}
.about-wrap .session_1 .imgs-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #f5c62e;
}
.about-wrap .session_2 {
  margin-top: 150px;
  height: 632px;
  padding-top: 90px;
  box-sizing: border-box;
  background: url(../images/img_27.jpg) center center no-repeat;
}
.about-wrap .session_2 .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.about-wrap .session_2 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.about-wrap .session_2 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.about-wrap .session_2 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.about-wrap .session_2 .centent-box {
  position: relative;
}
.about-wrap .session_2 .centent-box .line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 490px;
  height: 290px;
  border: 4px solid #f5c72e;
  border-right: none;
}
.about-wrap .session_2 .centent-box .line-box:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 20px;
  width: 4px;
  background: #f5c72e;
}
.about-wrap .session_2 .centent-box .line-box:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  height: 20px;
  width: 4px;
  background: #f5c72e;
}
.about-wrap .session_2 .centent-box ul {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 30px;
  padding-top: 62px;
}
.about-wrap .session_2 .centent-box ul li {
  font-size: 16px;
  color: #fff;
  line-height: 2.2;
}
.about-wrap .session_2 .centent-box ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.about-wrap .session_3 {
  padding-top: 90px;
  box-sizing: border-box;
}
.about-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.about-wrap .session_3 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.about-wrap .session_3 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.about-wrap .session_3 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.about-wrap .session_3 .top-img {
  margin-bottom: 50px;
}
.about-wrap .session_3 .centent-box {
  position: relative;
  font-size: 0;
}
.about-wrap .session_3 .centent-box .line-box img {
  width: 100%;
}
.about-wrap .session_3 .item-box {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 150px;
  margin-right: 77px;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
.about-wrap .session_3 .item-box span {
  display: inline-block;
  color: #f5c72e;
  margin-top: 20px;
  font-size: 20px;
}
.about-wrap .session_3 .item-box .img-box {
  margin-bottom: 10px;
  margin-top: 10px;
}
.about-wrap .session_3 .item-box p {
  text-align: left;
}
.about-wrap .session_3 .item-box p.mt25 {
  margin-top: 25px;
}
.about-wrap .session_3 .item-box:before {
  position: absolute;
  height: 35px;
  width: 1px;
  left: 50%;
  background: #fff;
  opacity: .6;
  content: '';
  bottom: -40px;
}
.about-wrap .session_3 .item-box:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #f5c72e;
  left: 50%;
  margin-left: -3px;
  bottom: -60px;
}
.about-wrap .session_3 .top-box {
  padding-bottom: 55px;
  text-align: left;
}
.about-wrap .session_3 .top-box .item-box {
  margin-right: 0;
  margin-left: 140px;
}
.about-wrap .session_3 .top-box .item-box:nth-child(1) {
  position: relative;
  bottom: -188px;
}
.about-wrap .session_3 .top-box .item-box:nth-child(1) p {
  text-align: center;
}
.about-wrap .session_3 .top-box .item-box:nth-child(2) {
  position: relative;
  bottom: -125px;
}
.about-wrap .session_3 .top-box .item-box:nth-child(3) {
  position: relative;
  bottom: -63px;
}
.about-wrap .session_3 .top-box .item-box:nth-child(4) {
  position: relative;
  bottom: 0px;
}
.about-wrap .session_3 .bottom-box .item-box {
  margin-left: 0px;
  margin-right: 145px;
  vertical-align: top;
  padding-top: 60px;
}
.about-wrap .session_3 .bottom-box .item-box span {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-wrap .session_3 .bottom-box .item-box:before {
  top: 20px;
  bottom: auto;
}
.about-wrap .session_3 .bottom-box .item-box:after {
  top: 0;
  bottom: auto;
}
.about-wrap .session_3 .bottom-box .item-box:nth-child(1) {
  position: relative;
  top: -5px;
}
.about-wrap .session_3 .bottom-box .item-box:nth-child(1) p {
  text-align: center;
}
.about-wrap .session_3 .bottom-box .item-box:nth-child(2) {
  position: relative;
  top: -68px;
}
.about-wrap .session_3 .bottom-box .item-box:nth-child(3) {
  position: relative;
  top: -132px;
}
.about-wrap .session_3 .bottom-box .item-box:nth-child(4) {
  position: relative;
  top: -194px;
}
.contact-wrap {
  background: #1a1a1a;
}
.contact-wrap .session_1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.contact-wrap .session_1 .left-box {
  float: left;
}
.contact-wrap .session_1 .left-box .title {
  margin-bottom: 25px;
}
.contact-wrap .session_1 .left-box .title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.contact-wrap .session_1 .left-box .title p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.contact-wrap .session_1 .left-box ul li {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 2;
}
.contact-wrap .session_1 .right-box {
  float: right;
}
.pro_list-wrap {
  background: #1a1a1a;
  padding-top: 90px;
}
.pro_list-wrap .session_1 .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.pro_list-wrap .session_1 .title-box .txt-box {
  display: inline-block;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  padding-left: 30px;
  padding-right: 30px;
}
.pro_list-wrap .session_1 .title-box .txt-box span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.pro_list-wrap .session_1 .title-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.pro_list-wrap .session_1 .tab-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 70px;
}
.pro_list-wrap .session_1 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #808080;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.pro_list-wrap .session_1 .tab-box a:hover,
.pro_list-wrap .session_1 .tab-box a.active {
  border-bottom: 1px solid #f5c72e;
  color: #f5c72e;
}
.pro_list-wrap .session_2 {
  padding-bottom: 100px;
}
.pro_list-wrap .session_2 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.pro_list-wrap .session_2 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.pro_list-wrap .session_2 .item-box {
  position: relative;
  padding-bottom: 90px;
}
.pro_list-wrap .session_2 .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_2 .item-box .img-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all .3s;
  background: rgba(0, 0, 0, 0);
}
.pro_list-wrap .session_2 .item-box .img-box span {
  opacity: 0;
  position: absolute;
  top: 0;
  margin-top: -21px;
  transition: all .3s;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  z-index: 999;
  background: url(../images/icon_11.png);
}
.pro_list-wrap .session_2 .item-box img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.pro_list-wrap .session_2 .item-box .txt-box {
  position: absolute;
  bottom: 0;
  z-index: 999;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  transition: height 0.35s;
}
.pro_list-wrap .session_2 .item-box .txt-box h3 {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 400;
}
.pro_list-wrap .session_2 .item-box .txt-box p {
  font-size: 12px;
  color: #292929;
  margin-top: 8px;
  opacity: 0;
}
.pro_list-wrap .session_2 .item-box:hover .img-box:before {
  background: rgba(0, 0, 0, 0.6);
}
.pro_list-wrap .session_2 .item-box:hover .img-box span {
  opacity: 1;
  top: 38%;
}
.pro_list-wrap .session_2 .item-box:hover img {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}
.pro_list-wrap .session_2 .item-box:hover .txt-box {
  height: 115px;
  background: #f5c72e;
}
.pro_list-wrap .session_2 .item-box:hover .txt-box h3 {
  color: #292929;
  line-height: 1;
}
.pro_list-wrap .session_2 .item-box:hover .txt-box p {
  opacity: 1;
}
.pro_list-wrap .session_3 .imgs-box {
  float: left;
  width: 560px;
}
.pro_list-wrap .session_3 .imgs-box .img-box img {
  width: 100%;
}
.pro_list-wrap .session_3 .imgs-box .small-box {
  position: relative;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .imgs-box .small-box .swiper-slide-thumb-active {
  border: 1px solid #f5c72e;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .imgs-box .small-box .swiper-button-prev,
.pro_list-wrap .session_3 .imgs-box .small-box .swiper-button-next {
  position: absolute;
  top: 0;
  width: 25px;
  height: auto;
  margin: 0;
  background: #121212 url(../images/icon_40.png) center center no-repeat;
  bottom: 0;
  outline: none;
}
.pro_list-wrap .session_3 .imgs-box .small-box .swiper-button-prev {
  left: 0;
}
.pro_list-wrap .session_3 .imgs-box .small-box .swiper-button-next {
  right: 0;
  background: #121212 url(../images/icon_41.png) center center no-repeat;
}
.pro_list-wrap .session_3 .txt-box {
  float: right;
  width: 570px;
  padding-right: 30px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .txt-box .top-box {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pro_list-wrap .session_3 .txt-box .top-box .left-box {
  float: left;
}
.pro_list-wrap .session_3 .txt-box .top-box .left-box h3 {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.pro_list-wrap .session_3 .txt-box .top-box .left-box p {
  font-size: 13px;
  padding-left: 5px;
  color: #808080;
}
.pro_list-wrap .session_3 .txt-box .top-box .right-box {
  float: right;
}
.pro_list-wrap .session_3 .txt-box .top-box .right-box span {
  color: #bfbfbf;
  font-size: 14px;
}
.pro_list-wrap .session_3 .txt-box .top-box .right-box span img {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.pro_list-wrap .session_3 .txt-box .top-box .right-box p {
  font-size: 24px;
  color: #f5c72e;
  font-weight: 700;
  margin-top: 2px;
}
.pro_list-wrap .session_3 .txt-box .info-box {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pro_list-wrap .session_3 .txt-box .info-box .img-box img {
  width: 100%;
}
.pro_list-wrap .session_3 .txt-box .other-box {
  border-top: 1px solid rgba(76, 76, 76, 0.3);
  padding-top: 15px;
}
.pro_list-wrap .session_3 .txt-box .other-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pro_list-wrap .session_3 .txt-box .other-box .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.pro_list-wrap .session_3 .txt-box .other-box .icon-box {
  width: 120px;
  height: 60px;
  line-height: 58px;
  border: 1px solid rgba(76, 76, 76, 0.3);
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.pro_list-wrap .session_3 .txt-box .other-box .icon-box img {
  max-width: 100%;
  max-height: 50px;
}
.pro_list-wrap .session_3 .txt-box .other-box .item-box {
  text-align: center;
}
.pro_list-wrap .session_3 .txt-box .other-box .item-box p {
  font-size: 14px;
  color: #fff;
}
.pro_list-wrap .session_4 {
  margin-top: 100px;
}
.pro_list-wrap .session_4 .title {
  margin-bottom: 20px;
}
.pro_list-wrap .session_4 .title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pro_list-wrap .session_4 .title p {
  font-size: 16px;
  color: #808080;
}
.pro_list-wrap .session_4 .info-box li {
  margin-bottom: 20px;
}
.pro_list-wrap .session_4 .info-box li p {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
}
.pro_list-wrap .session_4 .info-box li p:last-child {
  font-size: 13px;
}
.pro_list-wrap .session_5 {
  margin-top: 100px;
  padding-bottom: 50px;
}
.pro_list-wrap .session_5 .title {
  margin-bottom: 35px;
}
.pro_list-wrap .session_5 .title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pro_list-wrap .session_5 .title p {
  font-size: 16px;
  color: #808080;
}
.pro_list-wrap .session_5 .info-box {
  width: 810px;
  box-sizing: border-box;
}
.pro_list-wrap .session_5 .info-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pro_list-wrap .session_5 .info-box .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.pro_list-wrap .session_5 .info-box .item-box img {
  width: 100%;
}
.pro_list-wrap .session_5 .info-box .item-box .icon-box {
  margin-bottom: 10px;
}
.pro_list-wrap .session_5 .info-box .item-box .txt-box {
  text-align: center;
}
.pro_list-wrap .session_5 .info-box .item-box .txt-box h3 {
  font-weight: 400;
  color: #bfbfbf;
  font-size: 20px;
}
.pro_list-wrap .session_5 .info-box .item-box .txt-box p {
  font-size: 14px;
  color: #bfbfbf;
}
.news_list-wrap {
  background: #1f1f1f;
}
.news_list-wrap .session_1 {
  padding-top: 110px;
  padding-bottom: 100px;
}
.news_list-wrap .session_1 .page-box {
  margin-top: 30px;
}
.news_list-wrap .session_1 .item-box {
  position: relative;
  padding-left: 200px;
}
.news_list-wrap .session_1 .item-box .time-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
.news_list-wrap .session_1 .item-box .time-box h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
}
.news_list-wrap .session_1 .item-box .time-box span {
  font-size: 18px;
  color: #fff;
}
.news_list-wrap .session_1 .item-box .info-box .txt-box {
  float: left;
  width: 680px;
  padding-right: 45px;
  box-sizing: border-box;
  padding-top: 45px;
  border-top: 1px solid #c5c5c5;
  min-height: 250px;
}
.news_list-wrap .session_1 .item-box .info-box .txt-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.news_list-wrap .session_1 .item-box .info-box .txt-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.news_list-wrap .session_1 .item-box .info-box .img-box {
  float: right;
  width: 320px;
  height: 160px;
}
.news_list-wrap .session_1 .item-box .info-box .img-box img {
  width: 100%;
  height: 100%;
}
.news_list-wrap .session_1 .item-box .info-box .more {
  position: relative;
  margin-top: 30px;
  display: inline-block;
  color: #f5c62e;
  font-size: 24px;
  width: 130px;
  height: 36px;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  transition: all .3s;
  transform: translateX(-20px);
}
.news_list-wrap .session_1 .item-box .info-box .more em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin-left: 10px;
}
.news_list-wrap .session_1 .item-box:hover .time-box h3 {
  color: #f5c62e;
}
.news_list-wrap .session_1 .item-box:hover .time-box span {
  color: #f5c62e;
}
.news_list-wrap .session_1 .item-box:hover .info-box .txt-box h3 {
  color: #f5c62e;
}
.news_list-wrap .session_1 .item-box:hover .info-box .txt-box .more {
  opacity: 1;
  transform: translateX(0);
}
.news_list-wrap .session_2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news_list-wrap .session_2 .title-box {
  margin-bottom: 40px;
}
.news_list-wrap .session_2 .title-box h3 {
  font-size: 24px;
  color: #f5c72e;
  margin-bottom: 20px;
}
.news_list-wrap .session_2 .title-box p {
  font-size: 16px;
  color: #808080;
}
.news_list-wrap .session_2 .title-box p span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.news_list-wrap .session_2 .des-box p {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.8;
  margin-bottom: 20px;
}
.news_list-wrap .session_2 .des-box .img-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news_list-wrap .session_2 .des-box dl {
  margin-bottom: 30px;
}
.news_list-wrap .session_2 .des-box dl dt {
  font-size: 14px;
  color: #bfbfbf;
  font-weight: 700;
  margin-bottom: 15px;
}
.news_list-wrap .session_2 .tab-box {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 80px;
}
.news_list-wrap .session_2 .tab-box li {
  float: left;
  width: 50%;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 3;
}
.news_list-wrap .session_2 .tab-box li .line-box {
  border-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news_list-wrap .session_2 .tab-box li span {
  color: #f5c72e;
}
.news_list-wrap .session_2 .tab-box li a {
  font-size: 16px;
  color: #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list-wrap .session_2 .tab-box li a:hover {
  color: #f5c72e;
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .join-wrap .session_5 .width1600 {
    width: 1300px;
  }
  .join-wrap .session_5 .width1600:before {
    left: 50px;
  }
}
/*# sourceMappingURL=style.css.map */