.page-box {
  text-align: center;
  font-size: 19px;
}
.page-box span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.page-box span a {
  color: #313131;
}
.page-box span.active a,
.page-box span:hover a {
  color: #dc251d;
}
.page-box span.active:before,
.page-box span:hover:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  bottom: 0;
  background: #dc251d;
}
.public-title {
  height: 70px;
  line-height: 70px;
  background: #f5f6fb;
}
.public-title span {
  display: inline-block;
  height: 45px;
  border-left: 2px solid #7c502d;
  font-size: 36px;
  font-weight: 700;
  color: #7c502d;
  line-height: 45px;
  padding-left: 30px;
  vertical-align: middle;
  margin: 12px 0;
}
.guide-wrap .swiper-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.guide-wrap .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  background-image: url(../images/img_1.jpg);
}
.guide-wrap .session_1 {
  position: relative;
}
.guide-wrap .session_1 .centent-box {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -113px;
}
.guide-wrap .session_1 .next-box {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 999999;
  text-align: center;
}
.guide-wrap .session_1 .next-box p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}
.guide-wrap .session_2 .centent-box {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.guide-wrap .session_2 .centent-box .list-box {
  width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  border-radius: 5px;
}
.guide-wrap .session_2 .centent-box .list-box h3 {
  margin-bottom: 20px;
}
.guide-wrap .session_2 .centent-box .list-box .item-box {
  display: inline-block;
}
.guide-wrap .session_2 .centent-box .list-box .item-box a {
  display: block;
  padding: 50px;
}
.guide-wrap .session_2 .centent-box .list-box .item-box .icon-box img.hover {
  display: none;
}
.guide-wrap .session_2 .centent-box .list-box .item-box p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.guide-wrap .session_2 .centent-box .list-box .item-box a:hover .icon-box img {
  display: none;
}
.guide-wrap .session_2 .centent-box .list-box .item-box a:hover .icon-box img.hover {
  display: inline-block;
}
.guide-wrap .session_2 .centent-box .list-box .item-box a:hover p {
  color: #e55205;
}
.guide-wrap .session_2 .centent-box .list-box:hover {
  border-color: #e55205;
}
.banner-box img {
  width: 100%;
}
.about-wrap .session_1 {
  margin-top: 70px;
}
.about-wrap .session_1 .msg-box {
  padding-left: 320px;
  position: relative;
}
.about-wrap .session_1 .msg-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}
.about-wrap .session_1 .msg-box .txt-box .title {
  margin-bottom: 45px;
}
.about-wrap .session_1 .msg-box .txt-box .title p {
  font-size: 30px;
  color: #6f6f6f;
  line-height: 1.6;
}
.about-wrap .session_1 .msg-box .txt-box .title span {
  display: inline-block;
  color: #6f6f6f;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid #7c502d;
}
.about-wrap .session_1 .msg-box .txt-box .info-box {
  border-bottom: 1px solid #bababa;
}
.about-wrap .session_1 .msg-box .txt-box .info-box p {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.85);
  line-height: 1.8;
  margin-bottom: 25px;
}
.about-wrap .session_1 .list-img {
  margin-top: 50px;
  padding-left: 15px;
  box-sizing: border-box;
}
.about-wrap .session_1 .list-img .img-box {
  position: relative;
  margin-bottom: 15px;
  margin-right: 15px;
}
.about-wrap .session_1 .list-img .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-wrap .session_1 .list-img .img-box:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #b3b3b3;
}
.about-wrap .session_1 .list-img .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.about-wrap .session_1 .list-img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.about-wrap .session_1 .list-img .swiper-pagination-bullet-active {
  background: #7c502d;
}
.about-wrap .session_2 {
  margin-top: 90px;
  background-color: #f5f6fb;
  padding-top: 65px;
  padding-bottom: 110px;
}
.about-wrap .session_2 .left-box {
  float: left;
  margin-right: 50px;
}
.about-wrap .session_2 .left-box .title {
  margin-bottom: 45px;
}
.about-wrap .session_2 .left-box .title p {
  font-size: 30px;
  color: #6f6f6f;
  line-height: 1.6;
}
.about-wrap .session_2 .left-box .title span {
  display: inline-block;
  color: #6f6f6f;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid #7c502d;
}
.about-wrap .session_2 .right-box {
  padding-top: 60px;
}
.about-wrap .session_2 .right-box dl {
  margin-bottom: 50px;
}
.about-wrap .session_2 .right-box dl dt {
  font-size: 24px;
  color: #313131;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-wrap .session_2 .right-box dl dd p {
  font-size: 16px;
  line-height: 2;
  color: #313131;
}
.about-wrap .session_3 {
  margin-bottom: 100px;
  background: url(../images/img_19.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
  padding-bottom: 245px;
}
.about-wrap .session_3 .title {
  margin-bottom: 45px;
}
.about-wrap .session_3 .title p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.6;
}
.about-wrap .session_3 .title span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.77);
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.about-wrap .session_3 .row {
  margin-left: -30px;
  margin-right: -30px;
}
.about-wrap .session_3 .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.about-wrap .session_3 .item-box {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.about-wrap .session_3 .item-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-wrap .session_3 .item-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-wrap .session_4 {
  margin-bottom: 100px;
}
.about-wrap .session_4 .title {
  margin: 60px 0;
}
.about-wrap .session_4 .title p {
  font-size: 30px;
  color: #6f6f6f;
  line-height: 1.6;
}
.about-wrap .session_4 .title span {
  display: inline-block;
  color: #6f6f6f;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid #7c502d;
}
.about-wrap .session_4 .item-box .img-box {
  border: 1px solid #959595;
  padding: 10px;
  box-sizing: border-box;
}
.about-wrap .session_4 .item-box .img-box img {
  width: 100%;
}
.about-wrap .session_4 .imgs-box {
  position: relative;
}
.about-wrap .session_4 .swiper-button-next,
.about-wrap .session_4 .swiper-button-prev {
  border: 1px solid #7c502d;
  width: 43px;
  height: 43px;
  background-size: 15px auto;
  outline: none;
}
.about-wrap .session_4 .swiper-button-next:hover,
.about-wrap .session_4 .swiper-button-prev:hover {
  background-color: #7c502d;
}
.about-wrap .session_4 .swiper-button-next {
  right: -70px;
}
.about-wrap .session_4 .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  transform: rotate(180deg);
}
.about-wrap .session_4 .swiper-button-prev {
  left: -70px;
}
.about-wrap .session_4 .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffff'%2F%3E%3C%2Fsvg%3E");
}
.pro_list-wrap .title-box {
  font-size: 16px;
  border-bottom: 1px solid #e55205;
  margin-bottom: 20px;
  line-height: 2;
  height: 48px;
  line-height: 48px;
  color: rgba(66, 66, 66, 0.5);
}
.pro_list-wrap .title-box span {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  background-color: #e55205;
  width: 140px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.pro_list-wrap{  
   margin-bottom:50px;
}

.pro_list-wrap .session_1 {
  margin-top: 70px;
  margin-bottom:50px;
}
.pro_list-wrap .session_1 .tab-box {
  text-align: center;
  margin-bottom: 45px;
}
.pro_list-wrap .session_1 .tab-box span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: #8e8e8e;
}
.pro_list-wrap .session_1 .tab-box a {
  font-size: 18px;
  color: #313131;
  margin: 0 25px
}
.pro_list-wrap .session_1 .tab-box a.active,
.pro_list-wrap .session_1 .tab-box a:hover {
  color: #98653e;
  font-weight: bold;
}
.pro_list-wrap .session_1 .list-box .row {
  margin-left: -17px;
  margin-right: -17px;
}
.pro_list-wrap .session_1 .list-box .col-md-4 {
  float: left;
  width:25%;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pro_list-wrap .session_1 .list-box .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_1 .list-box .item-box .img-box img {
  width: 100%;
  -webkit-transition: opacity 1s, transform 1s;
  transition: transform 1s;
}
.pro_list-wrap .session_1 .list-box .item-box p {
  position: relative;
  text-align: center;
  color: #313131;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
}
.pro_list-wrap .session_1 .list-box .item-box p span {
  position: relative;
}
.pro_list-wrap .session_1 .list-box .item-box p:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  background: #7c502d;
  transition: all .3s;
}
.pro_list-wrap .session_1 .list-box .item-box:hover .img-box img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.pro_list-wrap .session_1 .list-box .item-box:hover p {
  color: #fff;
}
.pro_list-wrap .session_1 .list-box .item-box:hover p:before {
  height: 100%;
}
.pro_list-wrap .session_1 .page-box {
  margin-top: 30px;
}
.pro_list-wrap .session_2 {
  margin-top: 70px;
}
.pro_list-wrap .session_2 .tab-box {
  text-align: center;
  margin-bottom: 50px;
}
.pro_list-wrap .session_2 .tab-box span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: #8e8e8e;
}
.pro_list-wrap .session_2 .tab-box a {
  font-size: 16px;
  color: #313131;
}
.pro_list-wrap .session_2 .tab-box a.active,
.pro_list-wrap .session_2 .tab-box a:hover {
  color: #ea5404;
}
.pro_list-wrap .session_2 .img-box {
  float: left;
  margin-right: 45px;
}
.pro_list-wrap .session_2 .txt-box {
  padding-top: 20px;
}
.pro_list-wrap .session_2 .txt-box h3 {
  font-size: 22px;
  color: #ea5404;
  margin-bottom: 15px;
}
.pro_list-wrap .session_2 .txt-box p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 20px;
}
.pro_list-wrap .session_3 {
  margin-top: 80px;
}
.pro_list-wrap .session_3 table {
  width: 100%;
  line-height: 70px;
}
.pro_list-wrap .session_3 table td {
  border-bottom: 1px dashed #dedede;
  font-size: 18px;
  color: #2f2f2f;
}
.pro_list-wrap .session_4 {
  margin-top: 80px;
}
.pro_list-wrap .session_4 .title-box {
  margin-bottom: 40px;
}
.pro_list-wrap .session_4 .all-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pro_list-wrap .session_4 .all-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.pro_list-wrap .session_4 .all-box .item-box .img-box img {
  width: 100%;
}
.pro_list-wrap .session_4 .all-box .item-box p {
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.pro_list-wrap .session_5 {
  margin-top: 80px;
}
.pro_list-wrap .session_5 .img-box {
  text-align: center;
}
.pro_list-wrap .session_6 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.pro_list-wrap .session_6 .title {
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}
.pro_list-wrap .session_6 .title img {
  position: absolute;
  left: 0;
}
.pro_list-wrap .session_6 .title span {
  font-size: 18px;
  color: #010101;
}
.pro_list-wrap .session_6 .title p {
  font-size: 16px;
  color: #4c4c4c;
}
.pro_list-wrap .session_6 .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_6 .item-box .img-box img {
  width: 100%;
  -webkit-transition: opacity 1s, transform 1s;
  transition: transform 1s;
}
.pro_list-wrap .session_6 .item-box p {
  position: relative;
  text-align: center;
  color: #313131;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
}
.pro_list-wrap .session_6 .item-box p span {
  position: relative;
}
.pro_list-wrap .session_6 .item-box p:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  background: #e55205;
  transition: all .3s;
}
.pro_list-wrap .session_6 .item-box:hover .img-box img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.pro_list-wrap .session_6 .item-box:hover p {
  color: #fff;
}
.pro_list-wrap .session_6 .item-box:hover p:before {
  height: 100%;
}
.pro_list-wrap .session_6 .swiper-pagination {
  position: static;
  margin-top: 38px;
}
.pro_list-wrap .session_6 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #e55205;
}
.pro_list-wrap .session_6 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e55205;
}
.contact-wrap .session_1 {
  margin-top: 75px;
  margin-bottom: 100px;
}
.contact-wrap .session_1 .map-box img {
  width: 100%;
}
.contact-wrap .session_1 .list-box {
  margin-top: 70px;
}
.contact-wrap .session_1 .list-box .col-md-3 {
  float: left;
  width: 25%;
  text-align: center;
}
.contact-wrap .session_1 .list-box p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.6;
}
.news_list-wrap {
  margin-bottom:50px;
}
.news_list-wrap .session_1 {
  margin-bottom:50px;
}

.news_list-wrap .session_1 {
  margin-top: 70px;
  margin-bottom:50px;
}
.news_list-wrap .session_1 .tab-box {
  text-align: center;
  margin-bottom: 45px;
}
.news_list-wrap .session_1 .tab-box span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: #8e8e8e;
}
.news_list-wrap .session_1 .tab-box a {
  font-size: 16px;
  color: #313131;
}
.news_list-wrap .session_1 .tab-box a.active,
.news_list-wrap .session_1 .tab-box a:hover {
  color: #ea5404;
}
.news_list-wrap .session_1 .item-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
}
.news_list-wrap .session_1 .item-box .img-box {
  float: left;
  margin-right: 35px;
  overflow: hidden;
  width: 323px;
  height: 190px;
}
.news_list-wrap .session_1 .item-box .txt-box {
  padding-top: 10px;
}
.news_list-wrap .session_1 .item-box .txt-box .title {
  font-size: 18px;
  color: #222222;
  font-weight: 400;
}
.news_list-wrap .session_1 .item-box .txt-box .time {
  font-size: 14px;
  color: #4c4c4c;
}
.news_list-wrap .session_1 .item-box .txt-box .center {
  margin-top: 15px;
}
.news_list-wrap .session_1 .item-box .txt-box .center h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.news_list-wrap .session_1 .item-box .txt-box .center p {
  line-height: 1.8;
  font-size: 14px;
  color: #808080;
}
.news_list-wrap .session_1 .item-box .txt-box .center .more {
  margin-top: 20px;
  display: inline-block;
  width: 120px;
  height: 30px;
  border: 1px solid #e6e6e6;
  line-height: 28px;
  text-align: center;
  color: #4c4c4c;
  font-size: 16px;
}
.news_list-wrap .session_1 .item-box .txt-box .center .more:hover {
  background: #ea5404;
  border-color: #ea5404;
  color: #fff;
}
.news_list-wrap .session_1 .item-box:hover {
  transform: translateY(-10px);
}
.news_list-wrap .session_1 .item-box:hover .txt-box .title {
  color:#7c502d;
}
.news_list-wrap .session_1 .item-box:hover .center .more {
  background: #7c502d;
  border-color: #7c502d;
  color: #fff;
}
.news_list-wrap .session_1 .page-box {
  margin-top: 50px;
}
.news_list-wrap .session_2 {
  padding-bottom: 90px;
}
.news_list-wrap .session_2 .title {
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}
.news_list-wrap .session_2 .title img {
  position: absolute;
  left: 0;
}
.news_list-wrap .session_2 .title span {
  font-size: 18px;
  color: #010101;
}
.news_list-wrap .session_2 .title p {
  font-size: 16px;
  color: #4c4c4c;
}
.news_list-wrap .session_2 .list-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.news_list-wrap .session_2 .list-box .col-md-6 {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 50%;
}
.news_list-wrap .session_2 .list-box .item-box {
  position: relative;
  padding-left: 75px;
  border-bottom: 1px solid #e3e3e3;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news_list-wrap .session_2 .list-box .item-box .time-box {
  position: absolute;
  left: 0;
  top: 15px;
  text-align: right;
  border-right: 1px solid #b7b7b7;
  padding-right: 15px;
}
.news_list-wrap .session_2 .list-box .item-box .time-box h3 {
  font-size: 22px;
  color: #464646;
  font-weight: 400;
}
.news_list-wrap .session_2 .list-box .item-box .time-box p {
  font-size: 14px;
  color: #000000;
}
.news_list-wrap .session_2 .list-box .item-box .msg-box h3 {
  font-size: 15px;
  color: #464646;
}
.news_list-wrap .session_2 .list-box .item-box .msg-box p {
  font-size: 14px;
  color: rgba(44, 44, 44, 0.75);
}
.news_list-wrap .session_2 .list-box .item-box:hover h3 {
  color: #ea5404;
}
.news_list-wrap .session_3 {
  margin-top: 70px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 60px;
}
.news_list-wrap .session_3 .tab-box {
  text-align: center;
  margin-bottom: 45px;
}
.news_list-wrap .session_3 .tab-box span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: #8e8e8e;
}
.news_list-wrap .session_3 .tab-box a {
  font-size: 16px;
  color: #313131;
}
.news_list-wrap .session_3 .tab-box a.active,
.news_list-wrap .session_3 .tab-box a:hover {
  color: #ea5404;
}
.news_list-wrap .session_3 .msg-box .title {
  margin-bottom: 35px;
  text-align: center;
}
.news_list-wrap .session_3 .msg-box .title h3 {
  font-size: 29px;
  color: #393939;
  line-height: 1.6;
}
.news_list-wrap .session_3 .msg-box .title span {
  font-size: 16px;
  color: #393939;
}
.news_list-wrap .session_3 .msg-box .info-box {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.news_list-wrap .session_3 .msg-box .info-box p {
  font-size: 16px;
  line-height: 2;
  color: #393939;
}
.news_list-wrap .session_3 .msg-box .centent-box p {
  font-size: 16px;
  line-height: 2;
  color: #393939;
  margin-bottom: 20px;
}
.news_list-wrap .session_3 .msg-box .centent-box .img-box {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news_list-wrap .session_3 .msg-box .centent-box .img-box img {
  max-width: 100%;
}
.case_list-wrap .session_1 {
  margin-top: 90px;
  margin-bottom:60px;
}
.case_list-wrap .session_1 .tab-box {
  text-align: center;
  margin-bottom: 60px;
}
.case_list-wrap .session_1 .tab-box span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: #8e8e8e;
}
.case_list-wrap .session_1 .tab-box a {
  font-size: 16px;
  color: #313131;
}
.case_list-wrap .session_1 .tab-box a.active,
.case_list-wrap .session_1 .tab-box a:hover {
  color: #ea5404;
}
.case_list-wrap .session_1 .box {
  float: left;
  width: 400px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.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: #7c502d;
  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:before {
  bottom: 0;
}
.join-wrap .session_1 {
  margin-top: 75px;
}
.join-wrap .session_1 .title-box {
  text-align: center;
  margin-bottom: 20px;
}
.join-wrap .session_1 .title-box h3 {
  font-size: 29px;
  color: #323232;
  font-weight: 400;
}
.join-wrap .session_1 .title-box p {
  font-size: 14px;
  color: #323232;
}
.join-wrap .session_1 .bg-box {
  background: #f5f6fb;
  padding-top: 40px;
}
.join-wrap .session_1 .img-box {
  position: relative;
  float: left;
  margin-right: 50px;
}
.join-wrap .session_1 .img-box img {
  position: relative;
  z-index: 2;
}
.join-wrap .session_1 .img-box .other-bg {
  width: 200px;
  height: 400px;
  background-color: #172245;
  bottom: 40px;
  position: absolute;
  left: -30px;
}
.join-wrap .session_1 .img-box .other-bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  top: -50px;
  background-color: #5f667f;
}
.join-wrap .session_1 .info-box {
  float: left;
  width: 639px;
}
.join-wrap .session_1 .info-box .item-box {
  position: relative;
  padding-left: 120px;
  height: 150px;
}
.join-wrap .session_1 .info-box .item-box:before {
  position: absolute;
  width: 1px;
  height: 55px;
  content: '';
  background-color: #172245;
  left: 40px;
  top: 90px;
}
.join-wrap .session_1 .info-box .item-box:last-child:before {
  display: none;
}
.join-wrap .session_1 .info-box .item-box .icon-box {
  position: absolute;
  left: 0;
}
.join-wrap .session_1 .info-box .item-box .txt-box h3 {
  font-size: 19px;
  color: #ea5404;
}
.join-wrap .session_1 .info-box .item-box .txt-box p {
  font-size: 16px;
  color: #3b3b3b;
}
.join-wrap .session_2 {
  position: relative;
}
.join-wrap .session_2 .txt-box {
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  background-color: #fff;
  padding-right: 20px;
}
.join-wrap .session_2 .txt-box h3 {
  font-size: 46px;
  color: #ea5404;
  margin-bottom: 10px;
}
.join-wrap .session_2 .txt-box p {
  line-height: 3;
  color: #323232;
}
.join-wrap .session_2 .txt-box p img {
  margin-right: 5px;
}
.join-wrap .session_2 .bg-box {
  position: absolute;
  width: 52%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/img_36.jpg) left center no-repeat;
  background-size: cover;
}
.join-wrap .session_3 {
  position: relative;
}
.join-wrap .session_3 .title-box {
  position: absolute;
  top: 80px;

  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 80px;
}
.join-wrap .session_3 .title-box h3 {
  font-size: 70px;
  color: #18223f;
  line-height: 1;
  margin-bottom: 10px;
}
.join-wrap .session_3 .title-box p {
  font-size: 36px;
  color: #18223f;
  opacity: .3;
}
.join-wrap .session_3 .centent-box {
  width: 100%;
  background: url(../images/img_37.jpg) center top no-repeat;
  height: 2400px;
}
.join-wrap .session_3 .centent-box .list-box {
  padding-top: 320px;
}
.join-wrap .session_3 .centent-box .list-box .item_2 {
  margin-top: -360px;
  text-align: right;
  position: relative;
  right: -50px;
}
.join-wrap .session_3 .centent-box .list-box .item_3 {
  margin-top: -50px;
}
.join-wrap .session_3 .centent-box .list-box .item_4 {
  text-align: right;
}
.join-wrap .session_4 {
  background: url(../images/img_38.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 180px;
}
.join-wrap .session_4 .title-box {
  font-size: 75px;
  color: #18223f;
  font-weight: 700;
  margin-bottom: 40px;
}
.join-wrap .session_4 .title-box span {
  font-weight: 400;
  color: rgba(24, 34, 63, 0.3);
  font-size: 36px;
  margin-left: 20px;
}
.join-wrap .session_4 .list-box {
  padding-left: 250px;
  box-sizing: border-box;
}
.join-wrap .session_4 .list-box .item-box {
  float: left;
  width: 25%;
  height: 240px;
  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_4 .list-box .item-box:nth-child(5) {
  border-color: transparent;
}
.join-wrap .session_4 .list-box .item-box .title {
  font-size: 20px;
  color: #000000;
  transition: all .3s;
}
.join-wrap .session_4 .list-box .item-box .title span {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  position: relative;
  top: -4px;
  color: #e55205;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1;
  margin-right: 10px;
  border-bottom: 1px solid #e55205;
  margin-bottom: 8px;
}
.join-wrap .session_4 .list-box .item-box p {
  transition: all .3s;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.join-wrap .session_4 .list-box .item-box:hover {
  background: #18223f;
  border-radius: 8px;
  border-color: #18223f;
}
.join-wrap .session_4 .list-box .item-box:hover .title {
  transform: translateY(-10px);
  color: #fff;
}
.join-wrap .session_4 .list-box .item-box:hover .title span {
  color: #fff;
  border-bottom: none;
}
.join-wrap .session_4 .list-box .item-box:hover p {
  color: #fff;
  transform: translateY(-10px);
}
.join-wrap .session_4 .list-box .item-box:hover:nth-child(5) {
  border-color: transparent;
  background: transparent;
}
.join-wrap .session_5 {
  padding-top: 100px;
  margin-bottom: 100px;
}
.join-wrap .session_5 .title-box {
  font-size: 75px;
  color: #18223f;
  font-weight: 700;
  margin-bottom: 110px;
}
.join-wrap .session_5 .title-box span {
  font-weight: 400;
  color: rgba(24, 34, 63, 0.3);
  font-size: 36px;
  margin-left: 20px;
}
.join-wrap .session_5 .list-box {
  margin-left: -20px;
  margin-right: -20px;
}
.join-wrap .session_5 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 110px;
}
.join-wrap .session_5 .list-box .item-box {
  position: relative;
  background-color: #f6f7fb;
  height: 210px;
  padding-top: 80px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.join-wrap .session_5 .list-box .item-box .icon-box {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #f6f7fb;
  border-radius: 100%;
  border: 1px dashed #b8b8b8;
}
.join-wrap .session_5 .list-box .item-box .icon-box img {
  position: relative;
  z-index: 99;
}
.join-wrap .session_5 .list-box .item-box .icon-box .active {
  display: none;
}
.join-wrap .session_5 .list-box .item-box .icon-box:before {
  position: absolute;
  content: '';
  width: 114px;
  height: 100px;
  border-radius: 100%;
  background: url(../images/icon_40.png) top center no-repeat;
  left: -7px;
  top: -8px;
}
.join-wrap .session_5 .list-box .item-box p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;
  text-align: center;
}
.join-wrap .session_5 .list-box .item-box:hover {
  background-color: #18223f;
}
.join-wrap .session_5 .list-box .item-box:hover .icon-box {
  background-color: #18223f;
}
.join-wrap .session_5 .list-box .item-box:hover .icon-box img {
  display: none;
}
.join-wrap .session_5 .list-box .item-box:hover .icon-box img.active {
  display: inline-block;
}
.join-wrap .session_5 .list-box .item-box:hover p {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .about-wrap .session_4 {
    width: 1150px;
  }
}
/*# sourceMappingURL=style.css.map */