﻿body {
  padding-top: 70px;
}
.block {
  width: 1400px;
}
.page-box {
  text-align: center;
  font-size: 16px;
}
.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: #0d9c52;
  border-color: #0d9c52;
  color: #fff;
}
.page-box span.active {
  color: #0d9c52;
  border-color: transparent;
}
.page-box span.active:hover {
  background: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
  margin-top: 2px;
}
.public-header {
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.banner-box img {
  width: 100%;
}
.public-top {
  text-align: center;
  margin-top: 95px;
}
.public-top h3 {
  font-size: 36px;
  color: #333333;
}
.public-top p {
  font-size: 18px;
  color: #333333;
  margin-top: 2px;
}
.public-top .tab-box {
  text-align: center;
  margin-top: 95px;
  font-size: 0;
}
.public-top .tab-box a {
  display: inline-block;
  height: 45px;
  line-height: 41px;
  width: 150px;
  border: 2px solid #dddddd;
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}
.public-top .tab-box a.active,
.public-top .tab-box a:hover {
  background-color: #0d9c52;
  color: #fff;
  border-color: #0d9c52;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  color: #333333;
  font-size: 30px;
  line-height: 1.1;
}
.public-title p {
  font-size: 28px;
  color: #333333;
  line-height: 1.1;
  margin-top: 14px;
  font-weight: 300;
}
.about-wrap .session_1 .public-top {
  margin-bottom: 80px;
}
.about-wrap .session_1 .des-box p {
  margin-bottom: 35px;
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.about-wrap .session_1 .video-box {
  position: relative;
  cursor: pointer;
  margin-bottom: 70px;
}
.about-wrap .session_1 .video-box .img-box {
  width: 100%;
  overflow: hidden;
}
.about-wrap .session_1 .video-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.about-wrap .session_1 .video-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -28px;
}
.about-wrap .session_1 .video-box:hover .img-box img {
  transform: scale(1.1);
}
.about-wrap .session_1 .bottom-box .item-box {
  margin-bottom: 60px;
}
.about-wrap .session_1 .bottom-box .item-box h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 5px;
}
.about-wrap .session_1 .bottom-box .item-box p {
  font-size: 16px;
  color: #666666;
}
.about-wrap .session_2 {
  position: relative;
  height: 675px;
  background: url(../images/img_17.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 95px;
  box-sizing: border-box;
}
.about-wrap .session_2 .public-title {
  margin-bottom: 100px;
}
.about-wrap .session_2 .public-title h3,
.about-wrap .session_2 .public-title p {
  color: #fff;
}
.about-wrap .session_2 .top-box {
  text-align: center;
  height: 280px;
}
.about-wrap .session_2 .top-box p {
  color: #fff;
  font-size: 16px;
}
.about-wrap .session_2 .bottom-box {
  background-color: #0d9c52;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
}
.about-wrap .session_2 .bottom-box .centent-box {
  position: relative;
  top: -30px;
}
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-next,
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  background-color: #fff;
  border-radius: 50%;
}
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-next:after,
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-prev:after {
  font-size: 0px;
  display: inline-block;
}
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-prev {
  left: -100px;
}
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #0d9c52;
}
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-next {
  right: -100px;
}
.about-wrap .session_2 .bottom-box .centent-box .swiper-button-next:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0d9c52;
}
.about-wrap .session_2 .bottom-box .swiper-slide {
  height: 130px;
  box-sizing: border-box;
  padding-top: 30px;
  top: 0;
}
.about-wrap .session_2 .bottom-box .swiper-slide-thumb-active {
  position: relative;
  top: -30px;
}
.about-wrap .session_2 .bottom-box .swiper-slide-thumb-active span {
  background-color: #fff;
  color: #0d9c52;
}
.about-wrap .session_2 .bottom-box span {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.about-wrap .session_3 {
  margin-top: 95px;
  margin-bottom: 100px;
}
.about-wrap .session_3 .centent-box {
  width: 1400px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.about-wrap .session_3 .centent-box .left-box {
  width: 922px;
}
.about-wrap .session_3 .centent-box .left-box .top-box {
  margin-bottom: 20px;
  box-sizing: border-box;
}
.about-wrap .session_3 .centent-box .left-box .top-box .swiper-container {
  margin: 0;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box {
  position: relative;
  height: 519px;
  width: 100%;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 2;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box .txt-box {
  position: absolute;
  top: 170px;
  left: 95px;
  width: 335px;
  z-index: 3;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box .txt-box h3 {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.about-wrap .session_3 .centent-box .left-box .top-box .item-box .txt-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.about-wrap .session_3 .centent-box .left-box .top-box .public-pagination {
  text-align: left;
  left: 95px;
  bottom: 90px;
}
.about-wrap .session_3 .centent-box .left-box .top-box .public-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.about-wrap .session_3 .centent-box .left-box .top-box:hover .item-box .img-box img {
  transform: scale(1.1);
}
.about-wrap .session_3 .centent-box .left-box .top-box:hover .item-box .img-box:before {
  opacity: 1;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item {
  position: relative;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item .img-box {
  overflow: hidden;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item .img-box img {
  width: 100%;
  transition: all .3s;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 210px;
  right: 95px;
  text-align: right;
  color: #fff;
  transition: all .3s;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item .txt-box h3 {
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 1.1;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item .txt-box p {
  font-size: 16px;
  line-height: 2;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item:hover .txt-box {
  text-align: center;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(0, 141, 23, 0.6);
  transform: translateY(0);
  top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item:hover .txt-box h3,
.about-wrap .session_3 .centent-box .left-box .bottom-box .item:hover .txt-box p {
  color: #fff;
}
.about-wrap .session_3 .centent-box .left-box .bottom-box .item:hover .img-box img {
  transform: scale(1.1);
}
.about-wrap .session_3 .centent-box .right-box {
  width: 463px;
}
.about-wrap .session_3 .centent-box .right-box .item {
  position: relative;
  margin-bottom: 20px;
}
.about-wrap .session_3 .centent-box .right-box .item .img-box {
  overflow: hidden;
}
.about-wrap .session_3 .centent-box .right-box .item .img-box img {
  transition: all .3s;
}
.about-wrap .session_3 .centent-box .right-box .item:last-child {
  margin-bottom: 0;
}
.about-wrap .session_3 .centent-box .right-box .item .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  right: 60px;
  text-align: center;
  color: #fff;
  transition: all .3s;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.about-wrap .session_3 .centent-box .right-box .item .txt-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.about-wrap .session_3 .centent-box .right-box .item .txt-box p {
  font-size: 16px;
  line-height: 1.8;
}
.about-wrap .session_3 .centent-box .right-box .item:hover .txt-box {
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(0, 141, 23, 0.5);
  transform: translateY(0);
  top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-wrap .session_3 .centent-box .right-box .item:hover .txt-box h3,
.about-wrap .session_3 .centent-box .right-box .item:hover .txt-box p {
  color: #fff;
}
.about-wrap .session_3 .centent-box .right-box .item:hover .img-box img {
  transform: scale(1.1);
}
.about-wrap .session_4 {
  height: 550px;
  background: url(../images/img_23.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 95px;
  box-sizing: border-box;
}
.about-wrap .session_4 .public-title h3,
.about-wrap .session_4 .public-title p {
  color: #fff;
}
.about-wrap .session_4 .des-box {
  width: 1000px;
  margin-top: 80px;
}
.about-wrap .session_4 .des-box p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.about-wrap .session_5 {
  margin-top: 95px;
  margin-bottom: 90px;
}
.about-wrap .session_5 .centent-box {
  width: 1300px;
  margin-top: 55px;
}
.about-wrap .session_5 .centent-box .list-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.about-wrap .session_5 .centent-box .list-box .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.about-wrap .session_5 .centent-box .list-box .item-box .img-box {
  border: 1px solid #eeeeee;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
}
.about-wrap .session_5 .centent-box .list-box .item-box .img-box img {
  width: 360px;
  height: 500px;
  object-fit: cover;
}
.about-wrap .session_5 .centent-box .list-box .item-box p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
}
.about-wrap .session_5 .centent-box .public-pagination {
  position: static;
  margin-top: 80px;
}
.about-wrap .session_6 {
  margin-bottom: 120px;
}
.about-wrap .session_6 .public-title {
  margin-bottom: 55px;
}
.about-wrap .session_6 .all-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.about-wrap .session_6 .all-box .img-box img {
  width: 100%;
}
.about-wrap .session_6 .all-box .swiper-button-prev {
  left: -60px;
}
.about-wrap .session_6 .all-box .swiper-button-next {
  right: -60px;
}
.about-wrap .session_6 .all-box .swiper-button-next:after,
.about-wrap .session_6 .all-box .swiper-button-prev:after {
  font-size: 26px;
  color: #808080;
}
.about-wrap .session_6 .all-box .swiper-button-next:hover:after,
.about-wrap .session_6 .all-box .swiper-button-prev:hover:after {
  color: #0d9c52;
}
.about-wrap .session_6 .all-box .public-pagination {
  position: static;
  text-align: center;
  margin-top: 50px;
}
.news_list-wrap .session_1 {
  width: 1300px;
  margin-bottom: 120px;
}
.news_list-wrap .session_1 .page-box {
  margin-top: 60px;
}
.news_list-wrap .session_1 .list-box {
  margin-top: 30px;
}
.news_list-wrap .session_1 .list-box .item-box {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eeeeee;
}
.news_list-wrap .session_1 .list-box .item-box .img-box {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}
.news_list-wrap .session_1 .list-box .item-box .img-box img {
  transition: all .3s;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box {
  width: 670px;
  float: left;
  padding-top: 20px;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 15px;
  transition: all .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box p {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  transition: all .3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list-wrap .session_1 .list-box .item-box .time-box {
  position: absolute;
  right: 0;
  top: 68px;
}
.news_list-wrap .session_1 .list-box .item-box .time-box p {
  font-size: 14px;
  color: #000000;
  text-align: right;
}
.news_list-wrap .session_1 .list-box .item-box .time-box .arr-box {
  position: relative;
  text-align: right;
  margin-top: 25px;
}
.news_list-wrap .session_1 .list-box .item-box .time-box .arr-box img.active {
  position: absolute;
  right: 30px;
  opacity: 0;
}
.news_list-wrap .session_1 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box h3,
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box p {
  color: #0d9c52;
}
.news_list-wrap .session_1 .list-box .item-box:hover .time-box p {
  color: #0d9c52;
}
.news_list-wrap .session_1 .list-box .item-box:hover .time-box .arr-box img {
  opacity: 0;
}
.news_list-wrap .session_1 .list-box .item-box:hover .time-box .arr-box img.active {
  right: 0px;
  opacity: 1;
  transition: all .3s;
}
.news_list-wrap .session_2 {
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  margin-bottom: 40px;
  margin-top: -50px;
}
.news_list-wrap .session_2 .title-box {
  text-align: center;
  margin-bottom: 40px;
}
.news_list-wrap .session_2 .title-box span {
  font-size: 22px;
  color: #383431;
  font-weight: 700;
}
.news_list-wrap .session_2 .title-box p {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
.news_list-wrap .session_2 .title-box p em {
  font-style: normal;
  color: #808080;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.news_list-wrap .session_2 .des-box p {
  font-size: 16px;
  color: #4d4948;
  line-height: 1.8;
}
.news_list-wrap .session_2 .des-box .img-box img {
  max-width: 100%;
}
.news_list-wrap .session_2 .bottom-box {
  margin-top: 70px;
  border-bottom: 1px solid #bfbfbf;
}
.news_list-wrap .session_2 .bottom-box .black-btn {
  display: inline-block;
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #0d9c52;
  color: #fff;
  font-size: 16px;
}
.news_list-wrap .session_2 .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-2 {
  display: inline-block;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.news_list-wrap .link-box {
  margin-top: 35px;
}
.news_list-wrap .link-box ul li {
  position: relative;
  float: left;
  line-height: 65px;
  font-size: 16px;
  color: #333333;
  width: 490px;
  margin-right: 60px;
  padding-left: 65px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.news_list-wrap .link-box ul li a {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list-wrap .link-box ul li a:hover {
  color: #0d9c52;
}
.news_list-wrap .link-box ul li span {
  position: absolute;
  left: 0;
  color: #333333;
}
.link-wrap .session_1 .map-box {
  margin-top: 75px;
}
.link-wrap .session_1 .map-box img {
  width: 100%;
}
.link-wrap .session_2 {
  position: relative;
  width: 1258px;
  background-color: #fff;
  padding-left: 68px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: -520px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.link-wrap .session_2 .left-box {
  width: 665px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.link-wrap .session_2 .left-box .title-box {
  font-size: 20px;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 48px;
}
.link-wrap .session_2 .left-box .title-box span {
  font-weight: 700;
  display: inline-block;
  font-size: 28px;
  margin-right: 8px;
}
.link-wrap .session_2 .left-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.link-wrap .session_2 .left-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.link-wrap .session_2 .left-box input,
.link-wrap .session_2 .left-box textarea {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  width: 100%;
  height: 46px;
  line-height: 44px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.link-wrap .session_2 .left-box textarea {
  height: 188px;
  line-height: 1.8;
  padding-top: 10px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.link-wrap .session_2 .left-box .sub-box span {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  background-color: #0d9c52;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.link-wrap .session_2 .right-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 458px;
  background-color: #f7f7f7;
  padding-left: 57px;
  padding-right: 57px;
  box-sizing: border-box;
  padding-top: 100px;
}
.link-wrap .session_2 .right-box .img-box img {
  border-radius: 20px;
  width: 100%;
}
.link-wrap .session_2 .right-box .txt-box {
  margin-top: 60px;
}
.link-wrap .session_2 .right-box .txt-box ul li {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
.link-wrap .session_2 .right-box .txt-box ul li img {
  margin-right: 10px;
}
.cooperation-wrap .session_1 {
  margin-top: 95px;
  margin-bottom: 150px;
}
.cooperation-wrap .session_1 .title-box {
  text-align: center;
  margin-bottom: 100px;
}
.cooperation-wrap .session_1 .title-box h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.1;
  margin-bottom: 20px;
}
.cooperation-wrap .session_1 .title-box p {
  font-size: 20px;
  color: #333333;
}
.cooperation-wrap .session_1 .centent-box {
  position: relative;
  height: 766px;
}
.cooperation-wrap .session_1 .centent-box .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.cooperation-wrap .session_1 .centent-box .block {
  width: 1600px;
  display: flex;
  justify-content: flex-end;
}
.cooperation-wrap .session_1 .centent-box .all-box {
  width: 1180px;
}
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box {
  float: left;
  width: 25%;
  height: 200px;
  line-height: 198px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
}
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(1),
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(5),
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(9) {
  border-left-color: #fff;
}
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(1),
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(2),
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(3),
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:nth-child(4) {
  border-top-color: #fff;
}
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box .img-box {
  overflow: hidden;
}
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box .img-box img {
  vertical-align: middle;
  transition: all .5s;
  max-height: 90%;
  max-width: 90%;
}
.cooperation-wrap .session_1 .centent-box .all-box .list-box .item-box:hover .img-box img {
  transform: rotateY(180deg);
}
.cooperation-wrap .session_1 .public-pagination {
  margin-top: 68px;
  position: static;
}
.cooperation-wrap .session_2 {
  height: 376px;
  background: url(../images/img_30.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 92px;
}
.cooperation-wrap .session_2 .txt-box {
  width: 870px;
  color: #fff;
  padding-top: 100px;
  box-sizing: border-box;
}
.cooperation-wrap .session_2 .txt-box h3 {
  font-size: 28px;
  margin-bottom: 60px;
}
.cooperation-wrap .session_2 .txt-box p {
  font-size: 16px;
  line-height: 1.8;
}
.cooperation-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 100px;
}
.cooperation-wrap .session_3 .title-box h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.1;
  margin-bottom: 20px;
}
.cooperation-wrap .session_3 .title-box p {
  font-size: 20px;
  color: #333333;
}
.cooperation-wrap .session_3 .centent-box {
  position: relative;
  width: 1160px;
}
.cooperation-wrap .session_3 .centent-box .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperation-wrap .session_3 .centent-box .item-box .img-box img {
  width: 595px;
  height: 352px;
  object-fit: cover;
}
.cooperation-wrap .session_3 .centent-box .item-box .txt-box {
  width: 530px;
}
.cooperation-wrap .session_3 .centent-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
}
.cooperation-wrap .session_3 .centent-box .item-box .txt-box p {
  line-height: 2;
  font-size: 16px;
}
.cooperation-wrap .session_3 .centent-box .swiper-button-next,
.cooperation-wrap .session_3 .centent-box .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  background-color: #0d9c52;
  border-radius: 50%;
}
.cooperation-wrap .session_3 .centent-box .swiper-button-next:after,
.cooperation-wrap .session_3 .centent-box .swiper-button-prev:after {
  font-size: 0px;
  display: inline-block;
}
.cooperation-wrap .session_3 .centent-box .swiper-button-prev {
  left: -100px;
}
.cooperation-wrap .session_3 .centent-box .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.cooperation-wrap .session_3 .centent-box .swiper-button-next {
  right: -100px;
}
.cooperation-wrap .session_3 .centent-box .swiper-button-next:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.cooperation-wrap .session_4 {
  margin-top: 95px;
  margin-bottom: 120px;
}
.cooperation-wrap .session_4 .title-box {
  text-align: center;
  margin-bottom: 100px;
}
.cooperation-wrap .session_4 .title-box h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.1;
  margin-bottom: 20px;
}
.cooperation-wrap .session_4 .title-box p {
  font-size: 20px;
  color: #333333;
}
.cooperation-wrap .session_4 .all-box {
  position: relative;
  width: 1300px;
  height: 759px;
  margin: 0 auto;
}
.cooperation-wrap .session_4 .all-box .other-box {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cooperation-wrap .session_4 .all-box .other-box .item {
  margin-top: 25px;
  position: relative;
  padding-left: 33px;
}
.cooperation-wrap .session_4 .all-box .other-box .item img {
  position: absolute;
  left: 0;
  top: 0;
}
.cooperation-wrap .session_4 .all-box .other-box .item .right-box span {
  font-size: 14px;
  color: #595656;
}
.cooperation-wrap .session_4 .all-box .other-box .item .right-box p {
  font-size: 13px;
  color: #595656;
}
.cooperation-wrap .session_4 .all-box .img-box img {
  vertical-align: middle;
}
.cooperation-wrap .session_4 .all-box .item-box {
  position: absolute;
  text-align: center;
}
.cooperation-wrap .session_4 .all-box .item-box span {
  color: #0d9c52;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cooperation-wrap .session_4 .all-box .item-box .icon-box {
  position: relative;
}
.cooperation-wrap .session_4 .all-box .item-box .icon-box img {
  position: relative;
  z-index: 2;
}
.cooperation-wrap .session_4 .all-box .item-box .icon-box em {
  display: block;
  border-radius: 50%;
  height: 1px;
  width: 10px;
  margin: 0 auto;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 2px 6px rgba(0, 78, 162, 0.5);
  box-shadow: 0 0 2px 6px rgba(0, 78, 162, 0.5);
}
.cooperation-wrap .session_4 .all-box .item-box.item_1 {
  top: 215px;
  left: 162px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_2 {
  left: 314px;
  top: 145px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_3 {
  top: 210px;
  left: 310px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_4 {
  top: 105px;
  left: 610px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_5 {
  top: 170px;
  left: 620px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_6 {
  left: 580px;
  top: 183px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_7 {
  top: 165px;
  left: 650px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_8 {
  left: 700px;
  top: 200px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_9 {
  top: 210px;
  left: 732px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_10 {
  top: 100px;
  left: 695px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_11 {
  top: 84px;
  left: 812px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_12 {
  top: 294px;
  left: 800px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_13 {
  top: 410px;
  left: 730px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_14 {
  right: 300px;
  top: 130px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_15 {
  right: 235px;
  top: 70px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_16 {
  right: 200px;
  top: 115px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_17 {
  right: 114px;
  top: 82px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_18 {
  top: 166px;
  right: 220px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_19 {
  top: 256px;
  right: 315px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_20 {
  top: 173px;
  right: 239px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_21 {
  top: 230px;
  right: 232px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_22 {
  top: 285px;
  right: 250px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_23 {
  top: 390px;
  right: 320px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_24 {
  top: 612px;
  right: 158px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_25 {
  top: 278px;
  right: 290px;
}
.cooperation-wrap .session_4 .all-box .item-box.item_26 {
  top: 550px;
  left: 420px;
}
.cooperation-wrap .session_4 .bottom-box {
  width: 1260px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.cooperation-wrap .session_4 .bottom-box .item-box p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.cooperation-wrap .session_4 .bottom-box .item-box h3 {
  font-weight: 400;
}
.cooperation-wrap .session_4 .bottom-box .item-box h3 span {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
}
.cooperation-wrap .session_4 .bottom-box .item-box h3 em {
  font-size: 14px;
  color: #333333;
  position: absolute;
}
.cooperation-wrap .session_4 .bottom-box .item-box h3 i,
.cooperation-wrap .session_4 .bottom-box .item-box h3 em {
  font-style: normal;
}
.tech-wrap .session_1 {
  margin-bottom: 100px;
}
.tech-wrap .session_1 .centent-box {
  width: 1235px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
}
.tech-wrap .session_1 .centent-box .txt-box {
  width: 640px;
}
.tech-wrap .session_1 .centent-box .txt-box h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 30px;
}
.tech-wrap .session_1 .centent-box .txt-box p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
.tech-wrap .session_2 {
  height: 600px;
  background: url(../images/img_34.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 187px;
  box-sizing: border-box;
}
.tech-wrap .session_2 .centent-box .top-box {
  width: 550px;
  height: 170px;
}
.tech-wrap .session_2 .centent-box .top-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.tech-wrap .session_2 .centent-box .bottom-box {
  width: 1235px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.tech-wrap .session_2 .centent-box .bottom-box .item-box {
  width: 25%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.tech-wrap .session_2 .centent-box .bottom-box .item-box.active h3 {
  color: #0d9c52;
}
.tech-wrap .session_2 .centent-box .bottom-box .item-box .icon-box {
  height: 52px;
  line-height: 52px;
}
.tech-wrap .session_2 .centent-box .bottom-box .item-box .icon-box img {
  vertical-align: top;
}
.tech-wrap .session_2 .centent-box .bottom-box .item-box h3 {
  font-size: 18px;
  color: #333333;
  line-height: 1.1;
}
.tech-wrap .session_3 {
  margin-top: 95px;
  margin-bottom: 120px;
}
.tech-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 75px;
}
.tech-wrap .session_3 .title-box h3 {
  font-size: 28px;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 20px;
}
.tech-wrap .session_3 .title-box p {
  font-size: 16px;
  color: #666666;
}
.tech-wrap .session_3 .top-box {
  width: 1600px;
  position: relative;
}
.tech-wrap .session_3 .top-box .swiper-button-next,
.tech-wrap .session_3 .top-box .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  background-color: #0d9c52;
  border-radius: 50%;
}
.tech-wrap .session_3 .top-box .swiper-button-next:after,
.tech-wrap .session_3 .top-box .swiper-button-prev:after {
  font-size: 0px;
  display: inline-block;
}
.tech-wrap .session_3 .top-box .swiper-button-prev {
  left: -70px;
}
.tech-wrap .session_3 .top-box .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.tech-wrap .session_3 .top-box .swiper-button-next {
  right: -70px;
}
.tech-wrap .session_3 .top-box .swiper-button-next:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.tech-wrap .session_3 .top-box .item-box .img-box {
  position: relative;
}
.tech-wrap .session_3 .top-box .item-box .img-box > img {
  width: 100%;
}
.tech-wrap .session_3 .top-box .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.tech-wrap .session_3 .top-box .item-box .bottom-title {
  height: 120px;
  background: url(../images/img_35.jpg) center center no-repeat;
  background-size: cover;
}
.tech-wrap .session_3 .top-box .item-box .bottom-title ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.tech-wrap .session_3 .top-box .item-box .bottom-title ul li {
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
  color: #fff;
}
.tech-wrap .session_3 .top-box .item-box .bottom-title ul li h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.tech-wrap .session_3 .top-box .item-box .bottom-title ul li p {
  font-size: 18px;
}
.tech-wrap .session_3 .bottom-box {
  width: 1600px;
  margin-top: 70px;
}
.tech-wrap .session_3 .bottom-box .swiper-container {
  height: 150px;
}
.tech-wrap .session_3 .bottom-box .item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #e5e5e5;
}
.tech-wrap .session_3 .bottom-box .item h3 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.tech-wrap .session_3 .bottom-box .item p {
  font-size: 16px;
  color: #666666;
}
.tech-wrap .session_3 .bottom-box .item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.pro_list-wrap .session_1 {
  margin-bottom: 90px;
}
.pro_list-wrap .session_1 .centent-box {
  margin-top: 100px;
}
.pro_list-wrap .session_1 .centent-box .all-box {
  margin-bottom: 35px;
  border-bottom: 1px solid #0d9c52;
  padding-bottom: 35px;
}
.pro_list-wrap .session_1 .centent-box .all-box:nth-child(2n+2) .left-box {
  float: right;
}
.pro_list-wrap .session_1 .centent-box .all-box:nth-child(2n+2) .right-box {
  float: left;
}
.pro_list-wrap .session_1 .centent-box .left-box {
  width: 491px;
  float: left;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box {
  width: 100%l transition: all .3s;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box .img-box img {
  width: 100%;
  height: 374px;
  object-fit: cover;
  transition: all .3s;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box .txt-box {
  text-align: center;
  height: 165px;
  background-color: #f3f3f3;
  padding-top: 35px;
  box-sizing: border-box;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box .txt-box span {
  font-size: 20px;
  color: #333333;
  line-height: 1.1;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box .txt-box .more-box {
  margin-top: 28px;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box .txt-box .more-box a {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  border: 1px solid #dcdcdc;
  width: 138px;
  border-radius: 30px;
  box-sizing: border-box;
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.pro_list-wrap .session_1 .centent-box .left-box .item-box:hover .txt-box .more-box a {
  background: #0d9c52;
  color: #fff;
  border-color: #0d9c52;
}
.pro_list-wrap .session_1 .centent-box .right-box {
  width: 867px;
  float: right;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .row {
  margin-left: -22px;
  margin-right: -22px;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box .img-box {
  position: relative;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 78, 162, 0.5);
  opacity: 0;
  transition: all .3s;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all .3s .1s;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box .img-box > img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box p {
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: #333333;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box:hover .img-box:before {
  opacity: 1;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box:hover .img-box .icon-box {
  margin-top: 0;
  opacity: 1;
}
.pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box:hover p {
  color: #0d9c52;
}
.pro_list-wrap .session_2 {
  margin-bottom: 130px;
}
.pro_list-wrap .session_2 .top-box {
  height: 566px;
  background: url(../images/img_39.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  box-sizing: border-box;
}
.pro_list-wrap .session_2 .top-box .txt-box {
  text-align: center;
  color: #fff;
}
.pro_list-wrap .session_2 .top-box .txt-box h3 {
  font-size: 28px;
  margin-bottom: 32px;
}
.pro_list-wrap .session_2 .top-box .txt-box p {
  line-height: 2;
  font-size: 16px;
}
.pro_list-wrap .session_2 .bottom-box {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  height: 200px;
  margin-top: -150px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box {
  padding-top: 40px;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .row .col-md-3 {
  float: left;
  width: 20%;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .info-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  margin-top: -50px;
  transition: all .3s;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .info-box h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .info-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  width: 170px;
  margin: 0 auto;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .des-box {
  transition: all .3s;
  position: relative;
  top: 0;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .img-box img {
  width: 69px;
  height: 69px;
  object-fit: cover;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .txt-box {
  margin-top: 8px;
  height: 44px;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .txt-box h3 {
  font-size: 18px;
  color: #333333;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #666666;
  margin-top: 2px;
  font-weight: 300;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box:hover .des-box {
  opacity: 0;
  transition: all .3s;
  top: 50px;
}
.pro_list-wrap .session_2 .bottom-box .right-box .list-box .item-box:hover .info-box {
  opacity: 1;
  margin-top: 0px;
}
.pro_list-wrap .session_3 .centent-box {
  position: relative;
  margin-top: 65px;
  border: 1px solid #eeeeee;
  padding: 34px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_list-wrap .session_3 .centent-box .img-box {
  float: left;
  width: 589px;
  height: 380px;
}
.pro_list-wrap .session_3 .centent-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_list-wrap .session_3 .centent-box .txt-box {
  float: right;
  width: 660px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .centent-box .txt-box .top-box h3 {
  font-size: 28px;
  color: #0d9c52;
  line-height: 68px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.pro_list-wrap .session_3 .centent-box .txt-box .top-box ul li {
  margin-bottom: 8px;
}
.pro_list-wrap .session_3 .centent-box .txt-box .top-box ul li span {
  font-size: 14px;
  color: #666666;
  display: inline-block;
}
.pro_list-wrap .session_3 .centent-box .txt-box .top-box ul li span:nth-child(2) {
  margin-left: 100px;
}
.pro_list-wrap .session_3 .centent-box .txt-box .top-box .des-box {
  margin-top: 25px;
  width: 520px;
}
.pro_list-wrap .session_3 .centent-box .txt-box .top-box .des-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #666666;
}
.pro_list-wrap .session_3 .centent-box .txt-box .share-box {
  font-size: 14px;
  margin-top: 25px;
  color: #333333;
}
.pro_list-wrap .session_3 .centent-box .txt-box .share-box #share-3 {
  display: inline-block;
}
.pro_list-wrap .session_3 .centent-box .txt-box .share-box #share-3 .social-share-icon {
  width: 26px;
  height: 26px;
  line-height: 28px;
  font-size: 18px;
}
.pro_list-wrap .session_4 {
  margin-top: 64px;
}
.pro_list-wrap .session_4 .title-box {
  font-size: 22px;
  color: #666666;
  margin-bottom: 36px;
}
.pro_list-wrap .session_4 .title-box span {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}
.pro_list-wrap .session_4 .centent-box .row {
  margin-left: -18px;
  margin-right: -18px;
}
.pro_list-wrap .session_4 .centent-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
.pro_list-wrap .session_4 .centent-box .img-box {
  text-align: center;
}
.pro_list-wrap .session_4 .centent-box .img-box img {
  max-width: 100%;
}
.pro_list-wrap .session_4 .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  line-height: 85px;
  margin-top: 55px;
}
.pro_list-wrap .session_4 .bottom-box a {
  font-size: 16px;
  color: #333333;
}
.pro_list-wrap .session_4 .bottom-box a img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 8px;
}
.pro_list-wrap .session_4 .bottom-box a:hover {
  color: #0d9c52;
}
.pro_list-wrap .session_5 {
  margin-top: 75px;
  margin-bottom: 120px;
}
.pro_list-wrap .session_5 .title-box {
  font-size: 22px;
  color: #666666;
  margin-bottom: 40px;
}
.pro_list-wrap .session_5 .title-box span {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}
.pro_list-wrap .session_5 .centent-box {
  position: relative;
  padding-left: 85px;
  padding-right: 85px;
  box-sizing: border-box;
}
.pro_list-wrap .session_5 .centent-box .swiper-button-next,
.pro_list-wrap .session_5 .centent-box .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  background-color: #0d9c52;
  border-radius: 50%;
}
.pro_list-wrap .session_5 .centent-box .swiper-button-next:after,
.pro_list-wrap .session_5 .centent-box .swiper-button-prev:after {
  font-size: 0px;
  display: inline-block;
}
.pro_list-wrap .session_5 .centent-box .swiper-button-prev {
  left: 0px;
}
.pro_list-wrap .session_5 .centent-box .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.pro_list-wrap .session_5 .centent-box .swiper-button-next {
  right: 0px;
}
.pro_list-wrap .session_5 .centent-box .swiper-button-next:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.pro_list-wrap .session_5 .centent-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.pro_list-wrap .session_5 .centent-box .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.pro_list-wrap .session_5 .centent-box .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_5 .centent-box .item-box .img-box img {
  width: 100%;
  height: 237px;
  object-fit: cover;
  transition: all .3s;
}
.pro_list-wrap .session_5 .centent-box .item-box .txt-box {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  border-bottom: 1px solid #efefef;
}
.pro_list-wrap .session_5 .centent-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.pro_list-wrap .session_5 .centent-box .item-box:hover .txt-box {
  color: #0d9c52;
}
.pro_list-wrap .session_6 {
  margin-bottom: 100px;
}
.pro_list-wrap .session_6 .page-box {
  margin-top: 30px;
}
.pro_list-wrap .session_6 .list-box .row {
  margin-left: -22px;
  margin-right: -22px;
}
.pro_list-wrap .session_6 .list-box .row .col-md-4 {
  float: left;
  width: 25%;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pro_list-wrap .session_6 .list-box .item-box .img-box {
  position: relative;
}
.pro_list-wrap .session_6 .list-box .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 78, 162, 0.5);
  opacity: 0;
  transition: all .3s;
}
.pro_list-wrap .session_6 .list-box .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all .3s .1s;
}
.pro_list-wrap .session_6 .list-box .item-box .img-box > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.pro_list-wrap .session_6 .list-box .item-box p {
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: #333333;
}
.pro_list-wrap .session_6 .list-box .item-box:hover .img-box:before {
  opacity: 1;
}
.pro_list-wrap .session_6 .list-box .item-box:hover .img-box .icon-box {
  margin-top: 0;
  opacity: 1;
}
.pro_list-wrap .session_6 .list-box .item-box:hover p {
  color: #0d9c52;
}
.pro_all-wrap .session_1 .centent-box {
  margin-top: 80px;
}
.pro_all-wrap .session_1 .item-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.pro_all-wrap .session_1 .item-box .left-box {
  width: 630px;
}
.pro_all-wrap .session_1 .item-box .left-box .img-box img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.pro_all-wrap .session_1 .item-box .left-box .txt-box {
  background: #f3f3f3;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pro_all-wrap .session_1 .item-box .left-box .txt-box span {
  font-size: 20px;
  color: #333333;
  line-height: 1.1;
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
}
.pro_all-wrap .session_1 .item-box .left-box .txt-box p {
  font-size: 16px;
  color: #333333;
}
.pro_all-wrap .session_1 .item-box .right-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  width: 700px;
  padding-right: 120px;
  box-sizing: border-box;
}
.pro_all-wrap .session_1 .item-box .right-box .swiper-slide {
  padding: 1px;
  box-sizing: border-box;
}
.pro_all-wrap .session_1 .item-box .right-box .all-box {
  position: relative;
}
.pro_all-wrap .session_1 .item-box .right-box .img-box {
  border: 1px solid #e5e5e5;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 590px;
  line-height: 590px;
}
.pro_all-wrap .session_1 .item-box .right-box .img-box img {
  width: 546px;
  height: 569px;
  object-fit: cover;
  vertical-align: middle;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box {
  position: absolute;
  right: -78px;
  bottom: 70px;
  z-index: 9;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-next,
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-prev {
  position: static;
  margin: 0;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-next,
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #333333;
  border-radius: 50%;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-next:after,
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-prev:after {
  font-size: 0px;
  display: inline-block;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-next:hover,
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-prev:hover {
  background: #0d9c52;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-next {
  margin-bottom: 20px;
}
.pro_all-wrap .session_1 .item-box .right-box .arr-box .swiper-button-next:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.pro_all-wrap .session_2 .bg-box {
  height: 534px;
  background: url(../images/img_50.jpg) center center no-repeat;
  background-size: cover;
}
.pro_all-wrap .session_2 .bottom-box {
  position: relative;
  margin-top: -388px;
  width: 1300px;
  padding-left: 78px;
  padding-right: 78px;
  box-sizing: border-box;
}
.pro_all-wrap .session_2 .bottom-box .item-box {
  background: #fff;
  border-radius: 30px;
}
.pro_all-wrap .session_2 .bottom-box .item-box .top-box {
  width: 100%;
  height: 385px;
  text-align: center;
  padding-top: 28px;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
}
.pro_all-wrap .session_2 .bottom-box .item-box .top-box .img-box {
  position: relative;
}
.pro_all-wrap .session_2 .bottom-box .item-box .top-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13, 156,82, 0.86);
  opacity: 0;
  transition: all .3s;
}
.pro_all-wrap .session_2 .bottom-box .item-box .top-box .img-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.pro_all-wrap .session_2 .bottom-box .item-box .top-box .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  transition: all .3s;
  margin-top: 100px;
  opacity: 0;
}
.pro_all-wrap .session_2 .bottom-box .item-box .top-box .txt-box p {
  font-size: 13px;
  line-height: 2;
}
.pro_all-wrap .session_2 .bottom-box .item-box .title {
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  margin-top:10px;
  color: #333333;
}
.pro_all-wrap .session_2 .bottom-box .item-box:hover .top-box .img-box:before {
  opacity: 1;
}
.pro_all-wrap .session_2 .bottom-box .item-box:hover .top-box .txt-box {
  opacity: 1;
  margin-top: 0;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-prev {
  left: 0;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-next {
  right: 0;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-next,
.pro_all-wrap .session_2 .bottom-box .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #0d9c52;
  border-radius: 50%;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-next:after,
.pro_all-wrap .session_2 .bottom-box .swiper-button-prev:after {
  font-size: 0px;
  display: inline-block;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-next {
  margin-bottom: 20px;
}
.pro_all-wrap .session_2 .bottom-box .swiper-button-next:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.pro_all-wrap .session_3 {
  margin-bottom: 75px;
}
.pro_all-wrap .session_3 .top-box {
  text-align: center;
  margin-top: 90px;
}
.pro_all-wrap .session_3 .top-box h3 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333333;
}
.pro_all-wrap .session_3 .top-box p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.pro_all-wrap .session_3 .bottom-box {
  margin-top: 90px;
}
.pro_all-wrap .session_3 .bottom-box .list-box .row .col-md-2 {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  width: 20%;
  box-sizing: border-box;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box {
  text-align: center;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box .title .icon-box {
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  box-sizing: border-box;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box .title .icon-box img {
  width: 70px;
  object-fit: cover;
  height: 70px;
  transform: scale(1.1);
  transition: all .3s;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box .title h3 {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box .title p {
  font-size: 16px;
  color: #666666;
  font-weight: 350;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box .des-box {
  margin-top: 28px;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box .des-box p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.pro_all-wrap .session_3 .bottom-box .list-box .item-box:hover .title .icon-box img {
  transform: scale(1);
}
.pro_all-wrap .session_4 {
  margin-bottom: 170px;
}
.pro_all-wrap .session_4 .all-box {
  position: relative;
  width: 1015px;
  margin: 0 auto;
  height: 1869px;
}
.pro_all-wrap .session_4 .all-box .title {
  position: absolute;
  left: -200px;
  font-size: 38px;
  color: #0d9c52;
  top: 180px;
}
.pro_all-wrap .session_4 .all-box .item-box {
  position: absolute;
}
.pro_all-wrap .session_4 .all-box .item-box:before {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  background: #0d9c52;
  border-radius: 50%;
}
.pro_all-wrap .session_4 .all-box .item-box .top-box {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.pro_all-wrap .session_4 .all-box .item-box .top-box span {
  font-size: 88px;
  line-height: 1.1;
  font-weight: 300;
  display: block;
  margin-right: 5px;
}
.pro_all-wrap .session_4 .all-box .item-box .top-box .other-box h3 {
  font-weight: 300;
  font-size: 38px;
  color: #595758;
  line-height: 1.1;
  white-space: nowrap;
}
.pro_all-wrap .session_4 .all-box .item-box .top-box .other-box p {
  font-size: 38px;
  color: #0d9c52;
  font-weight: 300;
  line-height: 1.5;
}
.pro_all-wrap .session_4 .all-box .item-box .des-box {
  width: 215px;
}
.pro_all-wrap .session_4 .all-box .item-box .des-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
}
.pro_all-wrap .session_4 .all-box .item-box:hover:before {
  background: #0d9c52;
}
.pro_all-wrap .session_4 .all-box .item-box.item_1 {
  top: 420px;
  left: -70px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_1 .top-box span {
  margin-right: 0;
}
.pro_all-wrap .session_4 .all-box .item-box.item_1:before {
  right: -44px;
  top: 52px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_2 {
  left: 420px;
  top: 260px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_2:before {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.pro_all-wrap .session_4 .all-box .item-box.item_2 .top-box span {
  font-size: 70px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_2 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_2 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_3 {
  left: 870px;
  top: 420px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_3:before {
  left: -40px;
  top: 40px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_3 .des-box {
  width: 240px;
  padding-left: 50px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4 {
  left: 870px;
  top: 800px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4:before {
  left: -40px;
  top: 30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4 .top-box span {
  font-size: 70px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5 {
  left: 870px;
  top: 1080px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5:before {
  left: -40px;
  top: 30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5 .top-box span {
  font-size: 70px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6 {
  left: 870px;
  top: 1280px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6:before {
  left: -40px;
  top: 30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6 .top-box span {
  font-size: 70px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7 {
  left: 870px;
  top: 1575px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7:before {
  left: -40px;
  top: 30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7 .top-box span {
  font-size: 70px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8 {
  left: 18px;
  top: 1730px;
  width: 218px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8:before {
  right: 46px;
  top: 35px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8 .top-box span {
  padding-left: 5px;
  margin-right: 0px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 {
  left: -117px;
  top: 1430px;
  width: 270px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9:before {
  right: -35px;
  top: 30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 .top-box {
  justify-content: flex-end;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 .top-box span {
  font-size: 70px;
  padding-left: 5px;
  margin-right: 0px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 .top-box .other-box {
  text-align: right;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 {
  left: -214px;
  top: 1160px;
  width: 368px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10:before {
  right: -35px;
  top: 30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 .top-box {
  justify-content: flex-end;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 .top-box span {
  font-size: 70px;
  padding-left: 5px;
  margin-right: 0px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 .top-box .other-box {
  text-align: right;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 .top-box .other-box h3 {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 .top-box .other-box p {
  font-size: 28px;
}
.pro_all-wrap .session_4 .all-box .title {
  left: -200px;
  top: 50px;
}
.pro_all-wrap .session_4 .all-box {
  width: 805px;
  height: auto;
  padding-left: 20px;
  box-sizing: border-box;
}
.pro_all-wrap .session_4 .all-box img {
  width: 100%;
}
.pro_all-wrap .session_4 .all-box .item-box .top-box span {
  font-size: 50px !important;
}
.pro_all-wrap .session_4 .all-box .item-box .top-box .other-box h3,
.pro_all-wrap .session_4 .all-box .item-box .top-box .other-box p {
  font-size: 24px !important;
}
.pro_all-wrap .session_4 .all-box .item-box .des-box p {
  font-size: 16px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_1 {
  left: -70px;
  top: 310px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_1:before {
  right: -24px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_2 {
  top: 200px;
  left: 330px;
  height: 75px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_3 {
  left: 700px;
  top: 320px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_3:before {
  top: 22px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4 {
  left: 700px;
  top: 620px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_4:before {
  top: 18px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5 {
  left: 700px;
  top: 820px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_5:before {
  top: 18px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6 {
  left: 700px;
  top: 1000px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_6:before {
  top: 18px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7 {
  left: 700px;
  top: 1220px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_7:before {
  top: 18px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8 {
  top: 1320px;
  left: -80px;
  width: 215px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8 .top-box {
  justify-content: flex-end;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8 .des-box {
  text-align: right;
}
.pro_all-wrap .session_4 .all-box .item-box.item_8:before {
  top: 18px;
  right: -32px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 {
  left: -172px;
  top: 1050px;
  width: 310px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9 .top-box {
  justify-content: flex-end;
}
.pro_all-wrap .session_4 .all-box .item-box.item_9:before {
  top: 18px;
  right: -30px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10 {
  left: -170px;
  top: 880px;
  width: 310px;
}
.pro_all-wrap .session_4 .all-box .item-box.item_10:before {
  top: 18px;
  right: -28px;
}
@media screen and (max-width: 1800px) {
  .block {
    width: 1300px;
  }
  .about-wrap .session_2 .bottom-box .centent-box .swiper-button-next {
    right: 0;
  }
  .about-wrap .session_2 .bottom-box .centent-box {
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .about-wrap .session_2 .bottom-box .centent-box .swiper-button-prev {
    left: 0;
  }
  .about-wrap .session_3 .centent-box {
    width: 1300px;
  }
  .about-wrap .session_3 .centent-box .left-box {
    width: 872px;
  }
  .about-wrap .session_3 .centent-box .right-box {
    width: 413px;
  }
  .about-wrap .session_3 .centent-box .left-box .bottom-box .item .img-box img {
    height: 420px;
    object-fit: cover;
  }
  .cooperation-wrap .session_1 .centent-box .block {
    width: 1300px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
  }
  .cooperation-wrap .session_1 .centent-box .bg {
    height: 100%;
  }
  .cooperation-wrap .session_1 .centent-box .bg img {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
  .cooperation-wrap .session_3 .centent-box .swiper-button-next {
    right: -60px;
  }
  .cooperation-wrap .session_3 .centent-box .swiper-button-prev {
    left: -60px;
  }
  .pro_list-wrap .session_3 .centent-box .img-box {
    width: 539px;
  }
  .pro_list-wrap .session_3 .centent-box .txt-box {
    width: 610px;
  }
  .pro_list-wrap .session_5 .centent-box .item-box .img-box img {
    height: 220px;
  }
  .pro_list-wrap .session_1 .centent-box .left-box {
    width: 441px;
  }
  .pro_list-wrap .session_1 .centent-box .right-box {
    width: 817px;
  }
  .tech-wrap .session_3 .top-box {
    width: 1300px;
  }
  .tech-wrap .session_3 .bottom-box {
    width: 1300px;
  }
  .pro_list-wrap .session_1 .centent-box .right-box .list-box .item-box .img-box > img {
    height: 185px;
  }
  .pro_list-wrap .session_6 .list-box .item-box .img-box > img {
    height: 223px;
  }
  .about-wrap .session_3 .centent-box .left-box .bottom-box .item .txt-box {
    left: 180px;
  }
  .about-wrap .session_3 .centent-box .right-box .item .txt-box {
    left: 30px;
    right: 30px;
  }
  .pro_all-wrap .session_1 .item-box .left-box {
    width: 580px;
  }
  .pro_all-wrap .session_1 .item-box .right-box {
    width: 650px;
    padding-right: 80px;
  }
  .pro_all-wrap .session_1 .item-box .right-box .img-box img {
    height: 550px;
  }
}
/*# sourceMappingURL=style.css.map */