.block {
  width: 1300px;
}
.page {
  text-align: center;
  font-size: 0;
}
.page 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 span:hover {
  background: #b92e32;
  border-color: #b92e32;
  color: #fff;
}
.page span.active {
  color: #b92e32;
  border-color: transparent;
}
.page span.active:hover {
  background: transparent;
}
.page em {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  height: 30px;
  vertical-align: middle;
  margin-top: 2px;
  font-style: normal;
}
.banner-box {
  position: relative;
}
.banner-box .img-box img {
  width: 100%;
}
.banner-box .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.banner-box .txt-box h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
}
.banner-box .txt-box p {
  font-size: 18px;
  color: #fff;
}
.public-site {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.public-site ul li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 55px;
  margin-right: 55px;
}
.public-site ul li:before {
  height: 2px;
  background-color: #b92e32;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0%;
  opacity: 0;
  transition: all .3s;
  left: 50%;
}
.public-site ul li a {
  font-size: 20px;
  color: #332c2b;
  font-weight: 300;
}
.public-site ul li.active a,
.public-site ul li:hover a {
  color: #b92e32;
}
.public-site ul li.active:before,
.public-site ul li:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  font-size: 60px;
  color: #332c2b;
  line-height: 72px;
  opacity: .1;
  font-weight: 400;
}
.public-title p {
  font-size: 36px;
  color: #332c2b;
  position: relative;
  padding-bottom: 16px;
  margin-top: -32px;
  font-weight: 400;
}
.public-title p:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #b92e32;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.join-wrap .session_1 {
  margin-top: 85px;
  margin-bottom: 120px;
}
.join-wrap .session_1 .all-box {
  background: url(../images/img_8.jpg) center center no-repeat;
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
}
.join-wrap .session_1 .all-box ul {
  width: 375px;
}
.join-wrap .session_1 .all-box ul li {
  margin-bottom: 30px;
}
.join-wrap .session_1 .all-box ul li h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.join-wrap .session_1 .all-box ul li h3 span {
  display: inline-block;
  margin-right: 8px;
  color: #b92e32;
}
.join-wrap .session_1 .all-box ul li p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}
.join-wrap .session_2 {
  background: url(../images/img_9.jpg) center center no-repeat;
  height: 600px;
  background-size: cover;
  padding-top: 85px;
  box-sizing: border-box;
  margin-bottom: 88px;
}
.join-wrap .session_2 .public-title {
  margin-bottom: 105px;
}
.join-wrap .session_2 .public-title h3 {
  color: #fff;
}
.join-wrap .session_2 .public-title p {
  color: #fff;
}
.join-wrap .session_2 .all-box {
  display: flex;
  justify-content: space-between;
}
.join-wrap .session_2 .all-box .item-box {
  position: relative;
  background: #ffffff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  padding-top: 45px;
  box-sizing: border-box;
}
.join-wrap .session_2 .all-box .item-box .info-box {
  position: relative;
  z-index: 2;
}
.join-wrap .session_2 .all-box .item-box:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #b92e32;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  transition: all .35s ease;
}
.join-wrap .session_2 .all-box .item-box .icon-box {
  line-height: 45px;
}
.join-wrap .session_2 .all-box .item-box .icon-box img {
  vertical-align: top;
}
.join-wrap .session_2 .all-box .item-box .icon-box img.active {
  display: none;
}
.join-wrap .session_2 .all-box .item-box p {
  font-size: 24px;
  color: #2c2726;
}
.join-wrap .session_2 .all-box .item-box span {
  font-size: 24px;
  color: #cccccc;
}
.join-wrap .session_2 .all-box .item-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.join-wrap .session_2 .all-box .item-box:hover .icon-box {
  transform: rotateY(180deg);
  transition: all .68s .2s;
}
.join-wrap .session_2 .all-box .item-box:hover .icon-box img {
  display: none;
}
.join-wrap .session_2 .all-box .item-box:hover .icon-box img.active {
  display: inline-block;
}
.join-wrap .session_2 .all-box .item-box:hover p {
  color: #fff;
}
.join-wrap .session_2 .all-box .item-box:hover span {
  color: #fff;
}
.join-wrap .session_3 {
  margin-bottom: 85px;
}
.join-wrap .session_3 .public-title {
  margin-bottom: 76px;
}
.join-wrap .session_3 .all-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join-wrap .session_3 .all-box .txt-box ul li {
  font-size: 16px;
  color: #666666;
  line-height: 3;
}
.join-wrap .session_4 {
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 150px;
}
.join-wrap .session_4 .all-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  position: relative;
  margin-top: 80px;
}
.join-wrap .session_4 .all-box .item-box {
  position: relative;
  width: 150px;
  height: 150px;
  background: #222222;
  border-radius: 100%;
  text-align: center;
  padding-top: 34px;
  box-sizing: border-box;
}
.join-wrap .session_4 .all-box .item-box .icon-box {
  height: 62px;
  line-height: 62px;
}
.join-wrap .session_4 .all-box .item-box .icon-box img {
  vertical-align: top;
}
.join-wrap .session_4 .all-box .item-box p {
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
.join-wrap .session_4 .all-box .item-box:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  width: 18px;
  height: 16px;
  background: url(../images/icon_21.png);
}
.join-wrap .session_4 .all-box .item-box:last-child:before {
  display: none;
}
.about-wrap .session_1 {
  margin-top: 80px;
}
.about-wrap .session_1 .des-box {
  margin-top: 50px;
}
.about-wrap .session_1 .des-box p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-bottom: 30px;
}
.about-wrap .session_2 {
  margin-top: 80px;
  background: url(../images/img_12.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 70px;
}
.about-wrap .session_2 .public-title {
  margin-bottom: 50px;
}
.about-wrap .session_2 .public-title h3,
.about-wrap .session_2 .public-title p {
  color: #fff;
}
.about-wrap .session_2 .public-title h3:before,
.about-wrap .session_2 .public-title p:before {
  background: #fff;
}
.about-wrap .session_2 .all-box {
  display: flex;
  justify-content: space-between;
}
.about-wrap .session_2 .all-box .item-box .img-box {
  border: 5px solid #fff;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  box-sizing: border-box;
  overflow: hidden;
}
.about-wrap .session_2 .all-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all .3s;
}
.about-wrap .session_2 .all-box .item-box .txt-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 38px;
}
.about-wrap .session_2 .all-box .item-box .txt-box span {
  display: inline-block;
  position: relative;
  top: -7px;
}
.about-wrap .session_2 .all-box .item-box .txt-box h3 {
  font-size: 26px;
  color: #ffffff;
  width: 26px;
  line-height: 1.1;
  margin-left: 24px;
  font-weight: 400;
}
.about-wrap .session_2 .all-box .item-box .txt-box p {
  width: 16px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.1;
  margin-left: 8px;
  margin-right: 8px;
}
.about-wrap .session_2 .all-box .item-box:hover .img-box img {
  transform: scale(1.2);
}
.about-wrap .session_3 {
  background: url(../images/img_16.jpg) center bottom no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 200px;
}
.about-wrap .session_3 .centent-box {
  margin-top: 30px;
  position: relative;
}
.about-wrap .session_3 .centent-box:before {
  position: absolute;
  content: '';
  height: 1px;
  top: 235px;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  background: #cccccc;
}
.about-wrap .session_3 .all-box {
  position: relative;
}
.about-wrap .session_3 .all-box .swiper-button-next {
  right: -150px;
}
.about-wrap .session_3 .all-box .swiper-button-prev {
  left: -150px;
}
.about-wrap .session_3 .all-box .swiper-button-prev,
.about-wrap .session_3 .all-box .swiper-button-next {
  width: 62px;
  height: 62px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all .3s;
  background: #fff;
  margin-top: -31px;
}
.about-wrap .session_3 .all-box .swiper-button-prev:after,
.about-wrap .session_3 .all-box .swiper-button-next:after {
  display: none;
}
.about-wrap .session_3 .all-box .swiper-button-prev img.active,
.about-wrap .session_3 .all-box .swiper-button-next img.active {
  display: none;
}
.about-wrap .session_3 .all-box .swiper-button-prev:hover,
.about-wrap .session_3 .all-box .swiper-button-next:hover {
  background: #b92e32;
  box-shadow: 0px 0px 25px rgba(185, 46, 50, 0.6);
  border-color: #b92e32;
}
.about-wrap .session_3 .all-box .swiper-button-prev:hover img,
.about-wrap .session_3 .all-box .swiper-button-next:hover img {
  display: none;
}
.about-wrap .session_3 .all-box .swiper-button-prev:hover img.active,
.about-wrap .session_3 .all-box .swiper-button-next:hover img.active {
  display: inline-block;
}
.about-wrap .session_3 .item-box {
  position: relative;
  width: 100%;
}
.about-wrap .session_3 .item-box .center {
  float: left;
  position: relative;
  width: 310px;
  height: 235px;
  padding-top: 65px;
  box-sizing: border-box;
  text-align: center;
}
.about-wrap .session_3 .item-box .center h3 {
  font-size: 36px;
  color: #333333;
  font-weight: 400;
}
.about-wrap .session_3 .item-box .center p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  text-align: center;
}
.about-wrap .session_3 .item-box .center span {
  position: absolute;
  bottom: -12px;
  background: #dddddd;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
}
.about-wrap .session_3 .item-box .center span:before {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-sizing: border-box;
  background: #ddd;
  z-index: 0;
}
.about-wrap .session_3 .item-box:hover .center h3 {
  color: #b92e32;
}
.about-wrap .session_3 .item-box:hover .center span {
  border-color: #b92e32;
}
.about-wrap .session_3 .item-box:hover .center span:before {
  background: #b92e32;
}
.about-wrap .session_3 .swiper-slide:nth-child(2n+2) {
  margin-top: 235px;
}
.about-wrap .session_3 .swiper-slide:nth-child(2n+2) .item-box {
  text-align: left;
  box-sizing: border-box;
}
.about-wrap .session_3 .swiper-slide:nth-child(2n+2) .item-box .center span {
  bottom: auto;
  top: -12px;
}
.about-wrap .session_4 {
  margin-top: 65px;
  background: url(../images/img_22.jpg) center bottom no-repeat;
  background-size: 100% 180px;
  margin-bottom: 100px;
}
.about-wrap .session_4 .all-box {
  width: 1600px;
  margin-top: 88px;
}
.about-wrap .session_4 .all-box .swiper-wrapper {
  align-items: flex-end;
}
.about-wrap .session_4 .all-box .img-box img {
  width: 100%;
}
.about-wrap .session_4 .swiper-pagination {
  position: static;
  margin-top: 130px;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background: #999999;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #b92e32;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.about-wrap .session_4 .swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.link-wrap .session_1 {
  margin-top: 100px;
  text-align: center;
}
.link-wrap .session_1 .centent-box {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.link-wrap .session_1 .item-box {
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 33.33%;
}
.link-wrap .session_1 .item-box img {
  margin-right: -15px;
}
.link-wrap .session_1 .item-box .txt-box span {
  display: block;
  font-size: 16px;
  color: #332c2b;
  margin-bottom: 20px;
  line-height: 1;
}
.link-wrap .session_1 .item-box .txt-box p {
  font-size: 16px;
  color: #332c2b;
  line-height: 1.8;
}
.link-wrap .session_2 {
  margin-top: 80px;
}
.link-wrap .session_2 img {
  width: 100%;
}
.link-wrap .session_3 {
  margin-bottom: 150px;
  padding-right: 22px;
  box-sizing: border-box;
}
.link-wrap .session_3 .title-box {
  text-align: center;
  margin-top: 90px;
}
.link-wrap .session_3 .title-box span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #383332;
  line-height: 1.1;
  position: relative;
  margin-bottom: 14px;
  font-weight: 500;
}
.link-wrap .session_3 .title-box p {
  font-size: 18px;
  color: #332c2b;
  line-height: 1.1;
}
.link-wrap .session_3 .form-box {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.link-wrap .session_3 .form-box .input-box {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.link-wrap .session_3 .form-box .input-box span {
  position: absolute;
  right: -5px;
  top: 18px;
  font-size: 18px;
  line-height: 1;
  color: #b92e32;
}
.link-wrap .session_3 .form-box .input-box:last-child {
  width: 100%;
}
.link-wrap .session_3 .form-box .input-box input {
  width: 100%;
  height: 42px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: transparent;
  background: #fff;
}
.link-wrap .session_3 .form-box .input-box textarea {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #eeeeee;
  background: transparent;
  background: #fff;
}
.link-wrap .session_3 .form-box .input-box:last-child {
  margin-bottom: 20px;
}
.link-wrap .session_3 .form-box .input-box.other-box input {
  width: 120px;
}
.link-wrap .session_3 .form-box .input-box.other-box label {
  left: 125px;
}
.link-wrap .session_3 .form-box .input-box.other-box .img-box {
  margin-left: 20px;
  display: inline-block;
  border: 1px solid #a5a5a4;
}
.link-wrap .session_3 .form-box .btn-box {
  margin-top: 20px;
  padding-left: 20px;
}
.link-wrap .session_3 .form-box .btn-box span {
  display: block;
  width: 145px;
  height: 45px;
  background: #b92e32;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.news_list-wrap .session_1 {
  margin-bottom: 85px;
}
.news_list-wrap .session_1 .list-box {
  margin-top: 75px;
  margin-bottom: 50px;
}
.news_list-wrap .session_1 .item-box {
  width: 33.33%;
  float: left;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
  padding-top: 60px;
  position: relative;
  padding-bottom: 185px;
  transition: all 0.36s ease;
  margin-bottom: 65px;
}
.news_list-wrap .session_1 .item-box:nth-child(3n+1) {
  border-left: 1px solid #f0f0f0;
}
.news_list-wrap .session_1 .item-box:before {
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 3px;
  content: '';
  background: #b92e32;
  transition: all 0.36s ease;
}
.news_list-wrap .session_1 .item-box .time-box {
  position: absolute;
  right: 60px;
  bottom: 75px;
  font-size: 20px;
  color: #999999;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Times New Roman';
}
.news_list-wrap .session_1 .item-box .time-box span {
  display: block;
  height: 18px;
  width: 1px;
  background: #999999;
  transform: rotate(25deg);
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: all .3s;
}
.news_list-wrap .session_1 .item-box .txt-box h3 {
  font-size: 24px;
  color: #332c2b;
  margin-bottom: 40px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list-wrap .session_1 .item-box .txt-box p {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 51px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
}
.news_list-wrap .session_1 .item-box .img-box {
  overflow: hidden;
}
.news_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  transition: transform .3s;
}
.news_list-wrap .session_1 .item-box .arr-box {
  position: absolute;
  left: 60px;
  bottom: 75px;
}
.news_list-wrap .session_1 .item-box .arr-box span {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  line-height: 62px;
  text-align: center;
  transform: rotate(-40deg);
  transition: transform .5s;
  background: #ffffff url(../images/icon_7.png) center center no-repeat;
}
.news_list-wrap .session_1 .item-box:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.news_list-wrap .session_1 .item-box:hover:before {
  width: 100%;
  left: 0;
}
.news_list-wrap .session_1 .item-box:hover .time-box {
  color: #b92e32;
}
.news_list-wrap .session_1 .item-box:hover .time-box span {
  background: #b92e32;
  margin-top: 4px;
  margin-bottom: 4px;
}
.news_list-wrap .session_1 .item-box:hover .txt-box h3 {
  color: #b92e32;
}
.news_list-wrap .session_1 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.news_list-wrap .session_1 .item-box:hover .arr-box span {
  transform: rotate(0deg);
  background: #b92e32 url(../images/icon_7_1.png) center center no-repeat;
}
.news_list-wrap .session_2 {
  margin-top: 60px;
  margin-bottom: 90px;
}
.news_list-wrap .session_2 .title-box {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_list-wrap .session_2 .title-box p {
  font-size: 30px;
  color: #332c2b;
  font-weight: 400;
  margin-bottom: 15px;
}
.news_list-wrap .session_2 .title-box .txt_1 span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
}
.news_list-wrap .session_2 .des-box p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.news_list-wrap .session_2 .des-box p img {
  max-width: 100%;
}
.news_list-wrap .session_2 .bottom-box {
  border-bottom: 1px solid #eeeeee;
  margin-top: 100px;
}
.news_list-wrap .session_2 .bottom-box .black-btn {
  float: left;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #b92e32;
  color: #ffffff;
  font-size: 16px;
}
.news_list-wrap .session_2 .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-1 {
  display: inline-block;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-1 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.news_list-wrap .session_2 .other-box {
  margin-top: 20px;
}
.news_list-wrap .session_2 .other-box ul li a {
  line-height: 2;
  color: #4d4948;
  font-size: 16px;
}
.news_list-wrap .session_2 .other-box ul li a:hover {
  color: #b92e32;
}
.pro_list-wrap .session_1 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pro_list-wrap .session_1 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pro_list-wrap .session_1 .row .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.pro_list-wrap .session_1 .row .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_1 .row .item-box .img-box img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  transition: all .3s;
}
.pro_list-wrap .session_1 .row .item-box .txt-box {
  position: relative;
}
.pro_list-wrap .session_1 .row .item-box .txt-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 0;
  background-color: #b92e32;
  transition: all .3s;
}
.pro_list-wrap .session_1 .row .item-box p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  color: #666666;
  border: 1px solid #eeeeee;
  line-height: 58px;
  border-top: none;
}
.pro_list-wrap .session_1 .row .item-box:hover .img-box img {
  transform: scale(1.1);
}
.pro_list-wrap .session_1 .row .item-box:hover .txt-box:before {
  height: 100%;
}
.pro_list-wrap .session_1 .row .item-box:hover .txt-box p {
  color: #fff;
}
.pro_list-wrap .session_1 .page-box {
  margin-top: 30px;
}
.pro_list-wrap .session_2 {
  margin-top: 80px;
  font-size: 0;
}
.pro_list-wrap .session_2 .img-box {
  width: 650px;
  display: inline-block;
}
.pro_list-wrap .session_2 .img-box img {
  width: 100%;
  height: 464px;
  object-fit: cover;
}
.pro_list-wrap .session_2 .txt-box {
  display: inline-block;
  box-sizing: border-box;
  width: 650px;
  padding-left: 85px;
  vertical-align: middle;
  font-size: 14px;
}
.pro_list-wrap .session_2 .txt-box h3 {
  font-size: 36px;
  color: #b92e32;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}
.pro_list-wrap .session_2 .txt-box span {
  display: block;
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.pro_list-wrap .session_2 .txt-box li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #666666;
  padding-left: 20px;
}
.pro_list-wrap .session_2 .txt-box li:before {
  position: absolute;
  content: '';
  width: 8px;
  left: 0;
  top: 10px;
  height: 8px;
  background: #666666;
  border-radius: 100%;
}
.pro_list-wrap .session_3 {
  margin-top: 70px;
  margin-bottom: 60px;
}
.pro_list-wrap .session_3 .title-box {
  text-align: left;
  line-height: 60px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
  font-size: 0;
}
.pro_list-wrap .session_3 .title-box span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #332c2b;
  text-align: center;
  vertical-align: bottom;
}
.pro_list-wrap .session_3 .title-box span:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0px;
  height: 2px;
  background: #b92e32;
  bottom: -1px;
}
.pro_list-wrap .session_3 .left-page {
  float: left;
  width: 880px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .left-page .title {
  margin-bottom: 25px;
}
.pro_list-wrap .session_3 .left-page .title h3 {
  font-size: 16px;
  color: #383431;
  font-weight: 400;
}
.pro_list-wrap .session_3 .left-page .title p {
  font-size: 14px;
  color: #bfbfbf;
  font-family: 'Times New Roman';
}
.pro_list-wrap .session_3 .left-page .box_1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
}
.pro_list-wrap .session_3 .left-page .box_1 ul {
  line-height: 1.6;
}
.pro_list-wrap .session_3 .left-page .box_1 ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #666666;
}
.pro_list-wrap .session_3 .left-page .box_1 ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #a6a6a6;
  border-radius: 100%;
  left: 0;
  top: 10px;
}
.pro_list-wrap .session_3 .left-page .box_2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.pro_list-wrap .session_3 .left-page .box_2 ul {
  padding-right: 5vw;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .left-page .box_2 ul li {
  line-height: 1.8;
  font-size: 14px;
  color: #525252;
}
.pro_list-wrap .session_3 .left-page .box_2 .img-box {
  margin-top: 30px;
}
.pro_list-wrap .session_3 .left-page .box_3 .img-box {
  padding-bottom: 30px;
  min-width: 100%;
}
.pro_list-wrap .session_3 .left-page .box_4 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #666666;
}
.pro_list-wrap .session_3 .left-page .box_4 label {
  color: #666666;
}
.pro_list-wrap .session_3 .left-page .box_4 img {
  margin-right: 15px;
}
.pro_list-wrap .session_3 .left-page .box_4 a {
  color: #666666;
}
.pro_list-wrap .session_3 .left-page .box_4 a:hover {
  color: #333;
}
.pro_list-wrap .session_3 .right-page {
  float: right;
  width: 360px;
  background: #fff;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .right-page .item-box {
  margin-bottom: 20px;
}
.pro_list-wrap .session_3 .right-page .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_3 .right-page .item-box .img-box img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  transition: all .3s;
}
.pro_list-wrap .session_3 .right-page .item-box .txt-box {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #666666;
  font-size: 16px;
  border: 1px solid #eeeeee;
  border-top: none;
}
.pro_list-wrap .session_3 .right-page .item-box:hover .img-box img {
  transform: scale(1.1);
}
.pro_list-wrap .session_3 .right-page .item-box:hover .txt-box {
  background: #b92e32;
  color: #fff;
}
.case_list-wrap .session_1 {
  margin-top: 50px;
  margin-bottom: 60px;
}
.case_list-wrap .session_1 #masonry {
  position: relative;
}
.case_list-wrap .session_1 .box {
  float: left;
  width: 33.3333%;
}
.case_list-wrap .session_1 .item-box {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
.case_list-wrap .session_1 .item-box .img-box {
  overflow: hidden;
}
.case_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all .3s;
}
.case_list-wrap .session_1 .item-box .txt-box {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.case_list-wrap .session_1 .item-box .txt-box h3 {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}
.case_list-wrap .session_1 .item-box .txt-box p {
  font-size: 14px;
  color: #999999;
  font-family: 'Times New Roman';
}
.case_list-wrap .session_1 .item-box .txt-box:before {
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background: #b92e32;
  transition: all .3s;
}
.case_list-wrap .session_1 .item-box:hover .img-box img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
}
.case_list-wrap .session_1 .item-box:hover .txt-box h3 {
  color: #b92e32;
}
.case_list-wrap .session_1 .item-box:hover .txt-box:before {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .about-wrap .session_3 .centent-box:before {
    width: 1350px;
  }
  .about-wrap .session_3 .all-box .swiper-button-prev {
    left: -25px;
  }
  .about-wrap .session_3 .all-box .swiper-button-next {
    right: -25px;
  }
  .about-wrap .session_4 .all-box {
    width: 1300px;
  }
}
/*# sourceMappingURL=style.css.map */