﻿.banner-box img {
  width: 100%;
}
.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: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.page-box span:hover a{color: #fff;}
.page-box span.active {
  color: #ed6c1c;
  border-color: transparent;
}
.page-box em {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
}
body {
  padding-top: 100px;
  background: #f6f6f6;
}
.public-site {
  height: 90px;
  background: #fff;
  line-height: 90px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.public-site .link-box {
  float: left;
  font-size: 14px;
  color: #808080;
}
.public-site .tab-box {
  margin-left: 300px;
  float: right;
}
.public-site .tab-box a {
  position: relative;
  display: inline-block;
  margin-left: 60px;
  color: #747474;
  font-size: 16px;
}
.public-site .tab-box a:before {
  opacity: 0;
  position: absolute;
  content: '';
  height: 22px;
  width: 1px;
  left: 50%;
  background: #ef7920;
  top: 8px;
  transform: translateY(-10px);
  transition: all .3s;
}
.public-site .tab-box a:after {
  opacity: 0;
  position: absolute;
  content: '';
  height: 22px;
  width: 1px;
  left: 50%;
  bottom: 8px;
  background: #ef7920;
  transform: translateY(10px);
  transition: all .3s;
}
.public-site .tab-box a.active,
.public-site .tab-box a:hover {
  color: #ef7920;
}
.public-site .tab-box a.active:after,
.public-site .tab-box a:hover:after,
.public-site .tab-box a.active:before,
.public-site .tab-box a:hover:before {
  opacity: 1;
  transform: translateX(0);
}
.about-wrap .session_1 {
  padding-bottom: 110px;
  margin-top: 80px;
}
.about-wrap .session_1 .title-box {
  margin-bottom: 30px;
}
.about-wrap .session_1 .title-box .icon-box {
  text-align: left;
}
.about-wrap .session_1 .title-box .icon-box h3 {
  font-size: 36px;
  color: #222222;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
.about-wrap .session_1 .title-box .icon-box p {
  font-size: 24px;
  color: #c7c7c7;
}
.about-wrap .session_1 .info-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 2;
}
.about-wrap .session_1 .info-box .img-box {
  margin-top: 40px;
}
.about-wrap .session_1 .info-box .img-box img {
  width: 100%;
}
.about-wrap .session_1 .imgs-box {
  margin-top: 30px;
}
.about-wrap .session_1 .imgs-box img {
  width: 100%;
}
.about-wrap .session_1 .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.about-wrap .session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.about-wrap .session_1 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c08351;
  background: transparent;
  box-sizing: border-box;
}
.about-wrap .session_2 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}
.about-wrap .session_2 .title-box {
  margin-bottom: 50px;
}
.about-wrap .session_2 .title-box h3 {
  font-size: 36px;
  color: #222222;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.about-wrap .session_2 .title-box p {
  font-size: 24px;
  color: #c7c7c7;
  font-family: PingFang SC, 'Arial';
}
.about-wrap .session_2 .img-box {
  width: 1340px;
  margin: 0 auto;
}
.about-wrap .session_2 .item-box {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
}
.about-wrap .session_2 .item-box .left-box {
  float: left;
  width: 360px;
}
.about-wrap .session_2 .item-box .left-box .title {
  margin-bottom: 38px;
}
.about-wrap .session_2 .item-box .left-box .title span {
  color: #ef7923;
  font-size: 28px;
  font-family: 'Arial';
}
.about-wrap .session_2 .item-box .left-box .title h3 {
  font-size: 50px;
  color: #646163;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Arial';
}
.about-wrap .session_2 .item-box .left-box .title p {
  position: relative;
  font-size: 26px;
  color: #474747;
}
.about-wrap .session_2 .item-box .left-box .title p:before {
  position: absolute;
  content: '';
  top: 8px;
  left: -70px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ef7923;
}
.about-wrap .session_2 .item-box .left-box .des-box p {
  line-height: 1.8;
  font-size: 13px;
  color: #808080;
  margin-bottom: 20px;
}
.about-wrap .session_2 .item-box .right-box {
  float: right;
  width: 425px;
}
.about-wrap .session_2 .item-box .right-box .top-box {
  text-align: right;
  font-size: 0;
}
.about-wrap .session_2 .item-box .right-box .top-box .item {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  color: #969696;
  padding-top: 6px;
  box-sizing: border-box;
  margin-left: 16px;
}
.about-wrap .session_2 .item-box .right-box .top-box .item p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.about-wrap .session_2 .item-box .right-box .title {
  margin-bottom: 18px;
  margin-top: 30px;
}
.about-wrap .session_2 .item-box .right-box .title p {
  font-size: 26px;
  color: #656364;
}
.about-wrap .session_2 .item-box .right-box .des-box p {
  line-height: 1.8;
  font-size: 13px;
  color: #808080;
  margin-bottom: 20px;
}
.about-wrap .session_2 .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.about-wrap .session_2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.about-wrap .session_2 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c08351;
  background: transparent;
  box-sizing: border-box;
}
.about-wrap .session_3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-wrap .session_3 .title-box {
  margin-bottom: 50px;
}
.about-wrap .session_3 .title-box h3 {
  font-size: 36px;
  color: #222222;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.about-wrap .session_3 .title-box p {
  font-size: 24px;
  color: #c7c7c7;
  font-family: PingFang SC, 'Arial';
}
.about-wrap .session_3 .all-box .row {
  margin-left: -22px;
  margin-right: -22px;
}
.about-wrap .session_3 .all-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 44px;
  box-sizing: border-box;
}
.about-wrap .session_3 .all-box .item-box {
  position: relative;
  overflow: hidden;
  height: 280px;
}
.about-wrap .session_3 .all-box .item-box:hover .txt-box {
  opacity: 1;
}
.about-wrap .session_3 .all-box .img-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.about-wrap .session_3 .all-box .txt-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 280px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: rgba(237, 108, 28, 0.8);
  opacity: 0;
}
.about-wrap .session_3 .swiper-pagination {
  position: static;
  margin-top: -10px;
}
.about-wrap .session_3 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.about-wrap .session_3 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c08351;
  background: transparent;
  box-sizing: border-box;
}
.join-wrap .session_1 {
  padding-top: 110px;
  padding-bottom: 85px;
}
.join-wrap .session_1 .title-box {
  text-align: center;
  margin-bottom: 30px;
}
.join-wrap .session_1 .title-box span {
  font-size: 36px;
  color: #222222;
  display: block;
  margin-bottom: 6px;
}
.join-wrap .session_1 .title-box p {
  color: #c7c7c7;
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Arial';
}
.join-wrap .session_1 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.join-wrap .session_1 .all-box .img-bg {
  position: relative;
  height: 317px;
  width: 100%;
  overflow: hidden;
}
.join-wrap .session_1 .all-box .img-box {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  transition: all .3s;
}
.join-wrap .session_1 .all-box .txt-box {
  position: relative;
  height: 317px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  box-sizing: border-box;
}
.join-wrap .session_1 .all-box .txt-box .title {
  font-size: 20px;
  color: #ed6c1c;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.join-wrap .session_1 .all-box .txt-box .info-box p {
  font-size: 14px;
  color: #434343;
}
.join-wrap .session_1 .item-box:hover .img-bg:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #ef7920;
  z-index: 2;
}
.join-wrap .session_1 .item-box:hover .img-box {
  position: relative;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.join-wrap .session_1 .item-box:hover .txt-box {
  background: #ef7920;
}
.join-wrap .session_1 .item-box:hover .txt-box .title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.join-wrap .session_1 .item-box:hover .txt-box .info-box p {
  color: #fff;
}
.join-wrap .session_1 .swiper-slide:nth-child(2n) .item-box:hover .txt-box .arr {
  top: auto;
  bottom: -18px;
  border-bottom: none;
  border-top: 18px solid #c08351;
}
.join-wrap .session_1 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.join-wrap .session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.join-wrap .session_1 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c08351;
  background: transparent;
  box-sizing: border-box;
}
.join-wrap .session_2 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.join-wrap .session_2 .title-box {
  text-align: center;
  margin-bottom: 30px;
}
.join-wrap .session_2 .title-box span {
  font-size: 36px;
  color: #222222;
  display: block;
  margin-bottom: 6px;
}
.join-wrap .session_2 .title-box p {
  color: #c7c7c7;
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Arial';
}
.join-wrap .session_2 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.join-wrap .session_2 .list-box .item-box {
  position: relative;
  float: left;
  width: 33.33%;
  height: 230px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
}
.join-wrap .session_2 .list-box .item-box:nth-child(1),
.join-wrap .session_2 .list-box .item-box:nth-child(4) {
  border-left: none;
}
.join-wrap .session_2 .list-box .item-box:nth-child(4),
.join-wrap .session_2 .list-box .item-box:nth-child(5),
.join-wrap .session_2 .list-box .item-box:nth-child(6) {
  border-bottom: none;
}
.join-wrap .session_2 .list-box .item-box h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  transition: all .3s;
}
.join-wrap .session_2 .list-box .item-box h3 span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  padding-bottom: 20px;
  line-height: 1;
}
.join-wrap .session_2 .list-box .item-box h3 span:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 30px;
  background: #292929;
  bottom: 0;
  left: 0;
}
.join-wrap .session_2 .list-box .item-box h3 img {
  margin-bottom: 15px;
}
.join-wrap .session_2 .list-box .item-box h3 img.hover {
  display: none;
}
.join-wrap .session_2 .list-box .item-box p {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 1.8;
  transition: all .3s;
}
.join-wrap .session_2 .list-box .item-box:hover {
  background: #ef7920;
}
.join-wrap .session_2 .list-box .item-box:hover h3 {
  transform: translateY(-15px);
}
.join-wrap .session_2 .list-box .item-box:hover h3 img {
  display: none;
}
.join-wrap .session_2 .list-box .item-box:hover h3 img.hover {
  display: inline-block;
}
.join-wrap .session_2 .list-box .item-box:hover h3 span {
  color: #fff;
}
.join-wrap .session_2 .list-box .item-box:hover h3 span:before {
  background: #fff;
}
.join-wrap .session_2 .list-box .item-box:hover p {
  transform: translateY(-15px);
  color: #e5e5e5;
}
.join-wrap .session_3 {
  padding-top: 110px;
  padding-bottom: 80px;
}
.join-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 30px;
}
.join-wrap .session_3 .title-box span {
  font-size: 36px;
  color: #222222;
  display: block;
  margin-bottom: 6px;
}
.join-wrap .session_3 .title-box p {
  color: #c7c7c7;
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Arial';
}
.join-wrap .session_3 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.join-wrap .session_3 .all-box {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 60px;
  box-sizing: border-box;
}
.join-wrap .session_3 .all-box .img-box {
  float: left;
  margin-right: 50px;
}
.join-wrap .session_3 .all-box .txt-box dl {
  margin-top: 50px;
}
.join-wrap .session_3 .all-box .txt-box dt {
  font-size: 16px;
  color: #ef7920;
  font-weight: 700;
  margin-bottom: 10px;
}
.join-wrap .session_3 .all-box .txt-box dd {
  line-height: 2;
  color: #4c4c4c;
  font-size: 14px;
}
.join-wrap .session_4 {
  padding-top: 100px;
  box-sizing: border-box;
  height: 545px;
  background: url(../images/img_22.jpg) center center no-repeat;
}
.join-wrap .session_4 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.join-wrap .session_4 .title-box span {
  font-size: 36px;
  color: #222222;
  display: block;
  margin-bottom: 6px;
}
.join-wrap .session_4 .title-box p {
  color: #c7c7c7;
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Arial';
}
.join-wrap .session_4 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.join-wrap .session_4 .all-box {
  text-align: center;
  font-size: 0;
}
.join-wrap .session_4 .all-box .item-box {
  position: relative;
  line-height: 1.6;
  display: inline-block;
  height: 124px;
  background: rgba(255, 255, 255, 0.8);
  width: 146px;
  border-radius: 8px;
  font-size: 14px;
  padding-top: 25px;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.join-wrap .session_4 .all-box .item-box .icon-box {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.join-wrap .session_4 .all-box .item-box span {
  font-size: 20px;
  color: #ed6c1c;
}
.join-wrap .session_4 .all-box .item-box p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6;
}
.join-wrap .session_4 .all-box .item-box .arr {
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.8);
}
.join-wrap .session_4 .all-box .item-box:hover {
  background: #ed6c1c;
}
.join-wrap .session_4 .all-box .item-box:hover span {
  color: #fff;
}
.join-wrap .session_4 .all-box .item-box:hover p {
  color: #fff;
}
.join-wrap .session_4 .all-box .item-box:hover .arr {
  border-left: 6px solid #ed6c1c;
}
.join-wrap .session_5 {
  margin-top: 110px;
  margin-bottom: 100px;
}
.join-wrap .session_5 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.join-wrap .session_5 .title-box span {
  font-size: 36px;
  color: #222222;
  display: block;
  margin-bottom: 6px;
}
.join-wrap .session_5 .title-box p {
  color: #c7c7c7;
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Arial';
}
.join-wrap .session_5 .title-box p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.join-wrap .session_5 .all-box {
  font-size: 0;
}
.join-wrap .session_5 .all-box .form-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.join-wrap .session_5 .all-box .form-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.join-wrap .session_5 .all-box .form-box .col-md-6 {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 25px;
}
.join-wrap .session_5 .all-box .form-box .col-md-12 {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
}
.join-wrap .session_5 .all-box .form-box input,
.join-wrap .session_5 .all-box .form-box textarea {
  height: 48px;
  line-height: 48px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  background: transparent;
}
.join-wrap .session_5 .all-box .form-box textarea {
  height: 130px;
  line-height: 1.6;
  padding: 10px;
  box-sizing: border-box;
}
.join-wrap .session_5 .all-box .form-box .btn-box {
  margin-top: 30px;
}
.join-wrap .session_5 .all-box .form-box .btn-box span {
  display: block;
  height: 48px;
  line-height: 48px;
  background: #ed6c1c;
  color: #fff;
  width: 120px;
  font-size: 14px;
  text-align: center;
}
.join-wrap .session_5 .all-box .right-box {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-left: 6vh;
  box-sizing: border-box;
}
.join-wrap .session_5 .all-box .right-box .logo-box {
  margin-bottom: 50px;
}
.join-wrap .session_5 .all-box .right-box ul li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.join-wrap .session_5 .all-box .right-box ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
.join-wrap .session_5 .all-box .right-box ul li span {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
  padding-left: 40px;
  font-size: 14px;
}
.join-wrap .session_5 .all-box .right-box ul li span:nth-child(2) {
  margin-left: 50px;
}
.case_list-wrap .session_1 {
  margin-top: 40px;
  margin-bottom: 120px;
}
.case_list-wrap .session_1 .centent-box {
  margin-left: -40px;
  margin-right: -40px;
}
.case_list-wrap .session_1 #masonry {
  position: relative;
}
.case_list-wrap .session_1 .box {
  float: left;
  width: 33.3333%;
}
.case_list-wrap .session_1 .item-box {
  position: relative;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  box-sizing: border-box;
}
.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 .txt-box {
  position: relative;
  padding-top: 10px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.case_list-wrap .session_1 .item-box .txt-box:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #ed6c1c;
  left: 0;
  width: 0;
  bottom: 0;
  transition: all .3s;
}
.case_list-wrap .session_1 .item-box .txt-box .txt_1 {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.6;
  position: relative;
}
.case_list-wrap .session_1 .item-box .txt-box .txt_2 {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.6;
}
.case_list-wrap .session_1 .item-box .txt-box span {
  position: absolute;
  right: 0;
  font-size: 40px;
  color: rgba(77, 77, 77, 0.2);
  bottom: -20px;
  transition: bottom .3s;
  opacity: 0;
}
.case_list-wrap .session_1 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.case_list-wrap .session_1 .item-box:hover .txt-box:before {
  width: 100%;
}
.case_list-wrap .session_1 .item-box:hover .txt-box .txt_1 {
  color: #ed6c1c;
}
.case_list-wrap .session_1 .item-box:hover .txt-box span {
  opacity: 1;
  bottom: 14px;
}
.link-wrap {
  background: #fff;
}
.link-wrap .session_1 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.link-wrap .session_1 .left-page {
  width: 640px;
  float: left;
}
.link-wrap .session_1 .left-page .centent-box {
  padding-left: 45px;
  box-sizing: border-box;
  width: 100%;
}
.link-wrap .session_1 .left-page .centent-box .logo-box {
  margin-bottom: 35px;
}
.link-wrap .session_1 .left-page .centent-box ul li {
  margin-bottom: 25px;
  font-size: 16px;
  color: #1a1a1a;
}
.link-wrap .session_1 .left-page .centent-box ul li span {
  margin-right: 50px;
}
.link-wrap .session_1 .left-page .centent-box ul li img {
  margin-right: 20px;
}
.link-wrap .session_1 .left-page .centent-box .er-box {
  margin-top: 40px;
}
.link-wrap .session_1 .left-page .centent-box .er-box .item-box {
  float: left;
  text-align: center;
  margin-right: 20px;
}
.link-wrap .session_1 .left-page .centent-box .er-box .item-box:last-child {
  margin-right: 0;
}
.link-wrap .session_1 .left-page .centent-box .er-box .item-box .img-box {
  border: 1px solid #bfbfbf;
  padding: 2px;
  box-sizing: border-box;
}
.link-wrap .session_1 .left-page .centent-box .er-box .item-box .img-box img {
  height: 80px;
}
.link-wrap .session_1 .left-page .centent-box .er-box .item-box p {
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
}
.link-wrap .session_1 .left-page .centent-box .form-box {
  margin-top: 40px;
}
.link-wrap .session_1 .left-page .centent-box .form-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.link-wrap .session_1 .left-page .centent-box .form-box .col-md-6 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 30px;
}
.link-wrap .session_1 .left-page .centent-box .form-box .col-md-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.link-wrap .session_1 .left-page .centent-box .form-box input {
  height: 60px;
  line-height: 58px;
  border: 1px solid #d5d7d7;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: transparent;
}
.link-wrap .session_1 .left-page .centent-box .form-box textarea{
  border: 1px solid #d5d7d7;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: transparent; padding: 10px;
}
.link-wrap .session_1 .left-page .centent-box .sub-box {
  margin-top: 38px;
}
.link-wrap .session_1 .left-page .centent-box .sub-box span {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #ed6c1c;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.link-wrap .session_1 .right-page {
  width: 41%;
  float: right;
}
.link-wrap .session_1 .right-page img {
  width: 100%;
}
.news_list-wrap {
  margin-bottom: 150px;
}
.news_list-wrap .session_1 {
  margin-top: 60px;
}
.news_list-wrap .session_1 .list-box {
  margin-top: 50px;
}
.news_list-wrap .session_1 .item-box {
  background: #fff;
  padding-left: 40px;
  padding-right: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.news_list-wrap .session_1 .item-box .img-box {
  float: left;
  width: 380px;
  height: 280px;
  background-size: cover;
  background-position: 50%;
  margin-right: 40px;
}
.news_list-wrap .session_1 .item-box .txt-box {
  padding-top: 45px;
}
.news_list-wrap .session_1 .item-box .txt-box .title {
  font-size: 16px;
  color: #3a3a3a;
  margin-bottom: 20px;
}
.news_list-wrap .session_1 .item-box .txt-box p {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.8;
  margin-bottom: 30px;
}
.news_list-wrap .session_1 .item-box .txt-box span {
  color: #8b8b8b;
  font-size: 12px;
}
.news_list-wrap .session_1 .item-box:hover {
  background: #ed6c1c;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.news_list-wrap .session_1 .item-box:hover .txt-box .title {
  color: #fff;
}
.news_list-wrap .session_1 .item-box:hover .txt-box p {
  color: #e2e2e2;
}
.news_list-wrap .session_1 .item-box:hover .txt-box span {
  color: #e2e2e2;
}
.news_list-wrap .session_2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
.news_list-wrap .session_3 {
  margin-top: 60px;
  padding-top: 40px;
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
.news_list-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.news_list-wrap .session_3 .title-box span {
  font-size: 24px;
  color: #200c0c;
}
.news_list-wrap .session_3 .title-box p {
  color: #808080;
  font-size: 16px;
  margin-top: 30px;
}
.news_list-wrap .session_3 .title-box p em {
  font-style: normal;
  color: #808080;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.news_list-wrap .session_3 .des-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.8;
  margin-bottom: 30px;
}
.news_list-wrap .session_3 .des-box .img-box {
  max-width: 100%;
  margin-bottom: 30px;
}
.news_list-wrap .session_3 .bottom-box .black-btn {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ed6c1c;
  color: #fff;
  font-size: 16px;
}
.news_list-wrap .session_3 .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-2 {
  display: inline-block;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.news_list-wrap .session_3 .link-box {
  border-top: 1px solid #bfbfbf;
  margin-top: 30px;
}
.news_list-wrap .session_3 .link-box ul li {
  float: left;
  width: 50%;
  line-height: 65px;
  font-size: 16px;
}
.news_list-wrap .session_3 .link-box ul li a {
  color: #200c0c;
}
.news_list-wrap .session_3 .link-box ul li span {
  color: #ed6c1c;
}
.pro_list-wrap {
  margin-bottom: 150px;
}
.pro_list-wrap .session_1 {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #e9e9e9;
}
.pro_list-wrap .session_1 .left-box {
  float: left;
  margin-right: 35px;
  padding-right: 30px;
  text-align: center;
  color: #1e1e1e;
  font-size: 16px;
  padding-top: 10px;
}
.pro_list-wrap .session_1 .left-box p {
  margin-top: 10px;
}
.pro_list-wrap .session_1 ul {
  width: 900px;
  float: left;
}
.pro_list-wrap .session_1 ul li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.pro_list-wrap .session_1 ul li a {
  font-size: 16px;
  color: #575757;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 8px;
}
.pro_list-wrap .session_1 ul li.active a,
.pro_list-wrap .session_1 ul li:hover a {
  color: #fff;
  background: #ed6c1c;
}
.pro_list-wrap .session_1 .tab-list .item-tab {
  display: none;
}
.pro_list-wrap .session_1 .tab-list .item-tab.active {
  display: block;
}
.pro_list-wrap .session_2 {
  padding-top: 45px;
}
.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: 50px;
}
.pro_list-wrap .session_2 .all-box .item-box .img-box {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  height: 350px;
  position: relative;
}
.pro_list-wrap .session_2 .all-box .item-box .img-box .icon-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
  transform: translateY(-30px);
  transition: all .3s;
  z-index: 99;
}
.pro_list-wrap .session_2 .all-box .item-box .img-box:before {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
}
.pro_list-wrap .session_2 .all-box .item-box .txt-box {
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-top: none;
  font-size: 16px;
  color: #1c1c1c;
}
.pro_list-wrap .session_2 .all-box .item-box:hover .img-box .icon-box {
  opacity: 1;
  transform: translateY(-50%);
}
.pro_list-wrap .session_2 .all-box .item-box:hover .img-box:before {
  opacity: 1;
}
.pro_list-wrap .session_2 .all-box .item-box:hover .txt-box {
  background: #ed6c1c;
  color: #fff;
}
.pro_list-wrap .session_2 .page-box {
  margin-top: 0;
}
.pro_list-wrap .session_3 {
  margin-top: 100px;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .top-box .img-box {
  position: relative;
  float: left;
  width: 440px;
  height: 396px;
  text-align: center;
  background-size: cover;
}
.pro_list-wrap .session_3 .top-box .img-box img {
  width: 100%;
  height: 100%;
}
.pro_list-wrap .session_3 .top-box .txt-box {
  float: left;
  width: 660px;
  padding-left: 50px;
  box-sizing: border-box;
  padding-top: 50px;
}
.pro_list-wrap .session_3 .top-box .txt-box .title-box h3 {
  font-size: 42px;
  color: #1f1f1f;
  line-height: 1.2;
}
.pro_list-wrap .session_3 .top-box .txt-box .title-box h3 a {
  float: right;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ed6c1c;
  border-radius: 4px;
}
.pro_list-wrap .session_3 .top-box .txt-box .title-box p {
  font-size: 18px;
  color: #1f1f1f;
}
.pro_list-wrap .session_3 .top-box .txt-box .des-box ul {
  margin-top: 35px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pro_list-wrap .session_3 .top-box .txt-box .des-box ul li {
  line-height: 2;
  width: 50%;
  float: left;
}
.pro_list-wrap .session_3 .top-box .txt-box .des-box ul li:last-child {
  width: 100%;
}
.pro_list-wrap .session_3 .top-box .txt-box .des-box ul li span {
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}
.pro_list-wrap .session_3 .top-box .txt-box .des-box p {
  line-height: 3;
}
.pro_list-wrap .session_3 .top-box .txt-box .des-box p span {
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}
.pro_list-wrap .session_4 {
  padding-top: 50px;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
}
.pro_list-wrap .session_4 .title-box {
  height: 60px;
  line-height: 60px;
  background: #e6e6e6;
  padding-left: 20px;
  font-size: 12px;
  color: #747474;
}
.pro_list-wrap .session_4 .title-box span {
  font-size: 24px;
  color: #ed6c1c;
  font-weight: 700;
  margin-right: 20px;
}
.pro_list-wrap .session_4 .info-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pro_list-wrap .session_4 .info-box p {
  font-size: 16px;
  color: #434343;
  line-height: 1.8;
}
.pro_list-wrap .session_4 .info-box p img {
  margin-top: 20px;
}
.pro_list-wrap .session_4 .box_2 {
  margin-top: 20px;
}
.pro_list-wrap .session_4 .box_2 .row {
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.pro_list-wrap .session_4 .box_2 .col-md-2 {
  float: left;
  width: 16.66%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pro_list-wrap .session_4 .box_2 .item-box {
  text-align: center;
}
.pro_list-wrap .session_4 .box_2 .item-box .icon-box img {
  width: 100%;
}
.pro_list-wrap .session_4 .box_2 .item-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1;
}
.public_session_2 {
  background: #fff;
  margin-top: 60px;
  padding-bottom: 30px;
}
.public_session_2 .centent-box {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 10px;
}
.public_session_2 .swiper-pagination {
  position: static;
}
.public_session_2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.public_session_2 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c08351;
  background: transparent;
  box-sizing: border-box;
}
.public_session_2 .title {
  height: 60px;
  background: #e9e9e9;
  line-height: 60px;
  color: #333333;
  font-size: 20px;
  padding-left: 20px;
}
.public_session_2 .title span {
  border-left: 6px solid #ef7920;
  padding-left: 16px;
  vertical-align: middle;
  line-height: 1;
}
.public_session_2 .list-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.public_session_2 .list-box .col-md-3 {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.public_session_2 .list-box .img-box {
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.public_session_2 .list-box p {
  line-height: 65px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.public_session_2 .list-box .item-box:hover .img-box {
  border-color: #ef7920;
}
.public_session_3 {
  background: #fff;
  margin-top: 60px;
  margin-bottom: 50px;
}
.public_session_3 .title {
  height: 60px;
  background: #e9e9e9;
  line-height: 60px;
  color: #333333;
  font-size: 20px;
  padding-left: 20px;
}
.public_session_3 .title span {
  border-left: 6px solid #ef7920;
  padding-left: 16px;
  vertical-align: middle;
  line-height: 1;
}
.public_session_3 .list-box {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.public_session_3 .list-box .info-box {
  margin-bottom: 35px;
}
.public_session_3 .list-box .info-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.public_session_3 .list-box .info-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.public_session_3 .list-box .info-box .item-box .img-box {
  width: 240px;
  height: 180px;
  background-size: cover;
  background-position: 50%;
  float: left;
}
.public_session_3 .list-box .info-box .item-box .txt-box {
  float: right;
  width: 285px;
  padding-top: 20px;
}
.public_session_3 .list-box .info-box .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 16px;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.public_session_3 .list-box .info-box .item-box .txt-box p {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.6;
}
.public_session_3 .list-box .info-box .item-box .txt-box span {
  display: block;
  font-size: 12px;
  color: #8b8b8b;
  margin-top: 30px;
}
.public_session_3 .list-box .info-box .item-box:Hover .txt-box h3 {
  color: #ef7920;
}
.public_session_3 .list-box ul {
  margin-left: -20px;
  margin-right: -20px;
}
.public_session_3 .list-box ul li {
  line-height: 40px;
  font-size: 14px;
  color: #4c4c4c;
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.public_session_3 .list-box ul li span {
  float: right;
  font-size: 12px;
  color: #8b8b8b;
}
.public_session_3 .list-box ul li a {
  display: block;
  border-bottom: 1px dashed #e6e6e6;
}
.public_session_3 .list-box ul li a:hover {
  color: #ef7920;
}
/*# sourceMappingURL=style.css.map */