/*-------------------------------- 垂直居中 ----------------------------------*/
.middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}
.middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
/*-------------------------------- 清除浮动 ----------------------------------*/
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*多行溢出*/
.clqjgy-public-title {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.clqjgy-public-title .title-en {
  font-family: Impact;
  color: #F6F6F6;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
.clqjgy-public-title .title-ch {
  margin-top: 40px;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 50px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.clqjgy-public-title .title-ch::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #C5222A;
  border-radius: 50%;
  z-index: -1;
  right: -5px;
  top: -5px;
}
.container-new {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
}
.container-new:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h26 {
  font-size: 26px;
}
.h42 {
  font-size: 42px;
}
.h56 {
  font-size: 56px;
}
.h74 {
  font-size: 74px;
}
.h86 {
  font-size: 86px;
}
@media (min-width: 1280px) {
  .container.container-new {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container.container-new {
    width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container.container-new {
    width: 1720px;
  }
}
.clqjgy-banner {
  position: relative;
}
.clqjgy-banner .banner-img {
  display: block;
  width: 100%;
}
.clqjgy-banner .banner-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.clqjgy-banner .banner-title {
  background: url('clqjgy-img-07.png') no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  padding: 30px 40px 30px 130px;
  text-align: left;
  max-width: 1250px;
  margin-right: 100px;
  margin-left: auto;
}
.clqjgy-banner .banner-title .title-ch {
  font-family: '宋体';
  line-height: 1.2;
}
.clqjgy-banner .banner-title .title-en {
  text-transform: uppercase;
  line-height: 30px;
}
.clqjgy-index-box {
  padding-bottom: 90px;
}
.clqjgy-aboutus {
  background: url('clqjgy-bg01.png') no-repeat bottom center;
  padding-top: 90px;
}
.clqjgy-aboutus .box-s .box-img {
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
}
.clqjgy-aboutus .box-s .box-img img {
  display: block;
  width: 100%;
  border-radius: 100px 0px 100px 0px;
  transition: all 0.5s;
}
.clqjgy-aboutus .box-s .box-info {
  padding-top: 35px;
}
.clqjgy-aboutus .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
  background: url('clqjgy-icon-05.png') no-repeat left center;
  padding-left: 35px;
}
.clqjgy-aboutus .box-s .box-info .info-txt {
  color: #444444;
  line-height: 40px;
  margin-bottom: 20px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums {
  padding-top: 30px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums > div {
  float: left;
  width: 33.33333%;
  text-align: center;
  position: relative;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums > div:last-child::after {
  display: none;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums > div::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 77px;
  background: #D7D7D7;
  top: 50%;
  transform: translateY(-50%);
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums .num-s {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  color: #C5222A;
  top: 0;
  z-index: 1;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums .num-s::after {
  content: '';
  position: absolute;
  background: url('clqjgy-icon-07.png');
  width: 66px;
  height: 56px;
  left: -30px;
  top: -15px;
  z-index: -1;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums .num-s span {
  font-weight: bold;
  padding-right: 25px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums .num-s sup {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 15px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-nums .num-txt {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-list li {
  position: relative;
  padding-left: 40px;
  color: #444444;
  line-height: 40px;
  margin-bottom: 15px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-list li:last-child {
  margin-bottom: 0;
}
.clqjgy-aboutus .box-s .box-info .info-groups-list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  background: #C5222A;
  border-radius: 50%;
}
.clqjgy-aboutus .box-s .box-info .info-groups-list li:hover {
  font-weight: bold;
  color: #C5222A;
}
.clqjgy-aboutus .box-s .box-info .info-groups-class li {
  float: left;
  background: url('clqjgy-icon-06.png') no-repeat left center;
  padding-left: 40px;
  line-height: 60px;
  width: 33.333333%;
  margin-top: 30px;
}
.clqjgy-aboutus .box-s .box-info .info-groups-class li:nth-child(3n + 1) {
  clear: left;
}
.clqjgy-aboutus .box-s .box-info .info-groups-class li:hover {
  font-weight: bold;
  color: #C5222A;
}
.clqjgy-aboutus .main-cont {
  position: relative;
}
.clqjgy-aboutus .cont-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 36px;
}
.clqjgy-aboutus .cont-arrow .aboutus-prev,
.clqjgy-aboutus .cont-arrow .aboutus-next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #999999;
  border-radius: 18px;
  margin-top: 0;
  top: 0;
}
.clqjgy-aboutus .cont-arrow .aboutus-prev::after,
.clqjgy-aboutus .cont-arrow .aboutus-next::after {
  font-size: 20px;
  color: #fff;
  font-family: 'FontAwesome' !important;
}
.clqjgy-aboutus .cont-arrow .aboutus-prev:hover,
.clqjgy-aboutus .cont-arrow .aboutus-next:hover {
  background: #C5222A;
}
.clqjgy-aboutus .cont-arrow .aboutus-prev {
  left: 0;
}
.clqjgy-aboutus .cont-arrow .aboutus-prev::after {
  content: "\f104" !important;
}
.clqjgy-aboutus .cont-arrow .aboutus-next {
  right: 0;
}
.clqjgy-aboutus .cont-arrow .aboutus-next::after {
  content: "\f105" !important;
}
.clqjgy-equipment {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.clqjgy-equipment::before {
  content: '';
  z-index: -1;
  position: absolute;
  background: url('clqjgy-bg02.png') no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  bottom: 60px;
  width: 654px;
}
.clqjgy-equipment .clqjgy-public-title .title-ch::after {
  right: auto !important;
  left: -5px !important;
}
.clqjgy-equipment .main-cont {
  margin-left: 236px;
  position: relative;
  height: 528px;
}
.clqjgy-equipment .equipment-scroll {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: calc((100% - 1720px) / 2 - 20px);
}
.clqjgy-equipment .box-s {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 348px;
}
.clqjgy-equipment .box-s:hover .box-img img {
  transform: scale(1.1);
}
.clqjgy-equipment .box-s:hover .box-info {
  background-color: rgba(0, 0, 0, 0.6);
}
.clqjgy-equipment .box-s:hover .box-info::before {
  display: none;
}
.clqjgy-equipment .box-s:hover .box-info .info-txt {
  display: block;
}
.clqjgy-equipment .box-s .box-img {
  overflow: hidden;
  border-radius: 8px;
}
.clqjgy-equipment .box-s .box-img img {
  display: block;
  width: 100%;
  height: 528px;
  transition: all 0.5s;
}
.clqjgy-equipment .box-s .box-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  padding: 25px 40px;
}
.clqjgy-equipment .box-s .box-info::before {
  content: '';
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 0%, #2a2a2a 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
}
.clqjgy-equipment .box-s .box-info .info-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
  z-index: 2;
  letter-spacing: 0;
}
.clqjgy-equipment .box-s .box-info .info-title .title-en {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
}
.clqjgy-equipment .box-s .box-info .info-title .title-ch {
  line-height: 36px;
  color: #fff;
}
.clqjgy-equipment .box-s .box-info .info-txt {
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-height: 28px;
  height: 196px;
  display: none;
  word-break: break-word;
}
.clqjgy-equipment .swiper-container {
  width: 100%;
  height: 100%;
}
.clqjgy-equipment .swiper-slide {
  width: auto;
}
.clqjgy-equipment .cont-arrow {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 94px;
  z-index: 9;
}
.clqjgy-equipment .cont-arrow .equipment-prev,
.clqjgy-equipment .cont-arrow .equipment-next {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #FFFFFF;
}
.clqjgy-equipment .cont-arrow .equipment-prev::after,
.clqjgy-equipment .cont-arrow .equipment-next::after {
  color: #fff;
  font-size: 20px;
  font-family: 'FontAwesome' !important;
}
.clqjgy-equipment .cont-arrow .equipment-prev:hover,
.clqjgy-equipment .cont-arrow .equipment-next:hover {
  background: #fff;
}
.clqjgy-equipment .cont-arrow .equipment-prev:hover::after,
.clqjgy-equipment .cont-arrow .equipment-next:hover::after {
  color: #C5222A;
}
.clqjgy-equipment .cont-arrow .equipment-prev {
  left: 0;
}
.clqjgy-equipment .cont-arrow .equipment-prev::after {
  content: "\f104" !important;
}
.clqjgy-equipment .cont-arrow .equipment-next {
  right: 0;
}
.clqjgy-equipment .cont-arrow .equipment-next::after {
  content: "\f105" !important;
}
.clqjgy-service {
  position: relative;
}
.clqjgy-service::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 554px;
  background: #c5222a;
}
.clqjgy-service::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: url('clqjgy-bg03.png') no-repeat bottom right;
  z-index: 2;
}
.clqjgy-service .container-new {
  position: relative;
  z-index: 5;
}
.clqjgy-service .box-s {
  border-top: 3px solid #C5222A;
  background: #fff;
  padding: 40px 30px;
  min-height: 460px;
  box-shadow: 0px 0px 16px 0px rgba(119, 119, 119, 0.08);
  position: relative;
  margin-bottom: 40px;
}
.clqjgy-service .box-s:hover {
  background: #C5222A;
}
.clqjgy-service .box-s:hover .box-icon img.img-d {
  display: none;
}
.clqjgy-service .box-s:hover .box-icon img.img-h {
  display: block;
}
.clqjgy-service .box-s:hover .box-title {
  color: #fff;
}
.clqjgy-service .box-s:hover .box-txt {
  color: #fff;
}
.clqjgy-service .box-s .box-icon {
  margin-bottom: 10px;
}
.clqjgy-service .box-s .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 34px;
}
.clqjgy-service .box-s .box-icon img.img-h {
  display: none;
}
.clqjgy-service .box-s .box-title {
  font-weight: bold;
  color: #2E2E2E;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.clqjgy-service .box-s .box-txt {
  font-size: 15px;
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-height: 26px;
  max-height: 260px;
}
.clqjgy-service .box-more {
  text-align: center;
}
.clqjgy-service .box-more a {
  display: inline-block;
  position: relative;
  padding-top: 60px;
  color: #838383;
  line-height: 30px;
}
.clqjgy-service .box-more a::after {
  content: '';
  background: url('clqjgy-icon-04.png') no-repeat center center #C5222A;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -26px;
}
.clqjgy-service .box-more a:hover {
  color: #C5222A;
}
@media (min-width: 1600px) {
  .clqjgy-service .row-w,
  .clqjgy-aboutus .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .clqjgy-service .row-w .col-w,
  .clqjgy-aboutus .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.clqjgy-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 273px;
  background: #484747;
  padding-bottom: 48px;
  z-index: 999;
}
.clqjgy-float::before {
  content: '';
  width: 40px;
  height: 48px;
  background: url('clqjgy-icon-08.png') no-repeat center center #C5222A;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.clqjgy-float span {
  display: block;
  height: 225px;
  text-align: center;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  color: #fff;
  width: 30px;
}
