@charset "UTF-8";
/* 关于我们 */
/* 公司简介 */
.gsjj-box {
  width: 1200px;
  margin: 80px auto;
}
.gsjj-title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gsjj-contant-box {
  padding-top: 64px;
  display: flex;
}
.gsjj-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gsjj-img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gsjj-img-box img {
  max-width: 100%;
}
.gsjj-info {
  width: 50%;
  display: flex;
  align-items: center;
}
.gsjj-info-box {
  width: 100%;
  padding: 45px;
  background-color: #f2f5f8;
}
.gsjj-name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
}
.gsjj-info-line {
  width: 42px;
  height: 3px;
  background-color: #c93b3a;
  margin: 10px 0 20px 0;
}
.gsjj-desc {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  text-align: justify;
}
/* 企业文化 */
.qywh {
  background-color: #222c2e;
}
.qywh-box {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.qywh-title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.qywh-title .title .titleen {
  color: #fafafa;
}
.qywh-contant-box {
  padding-top: 64px;
  display: flex;
}
.qywh-item {
  width: 25%;
  display: flex;
  align-items: center;
  border: solid 1px rgba(224, 225, 227, 0.4);
}
.qywh-item-box {
  width: 100%;
  padding: 32px 40px;
  overflow: hidden;
  /* border: solid 1px rgba(224, 225, 227, 0.4); */
}
.qywh-item:first-child .qywh-item-box {
  padding: 0;
}
.qywh-item-box img {
  max-width: 100%;
}
.qywh-item-title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fafafa;
}
.qywh-item-contant {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #e9e4e4;
  opacity: 0.9;
  margin-top: 10px;
}
.qywh-item-num {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fafafa;
  margin-top: 26px;
}
.qywh-item:nth-child(2) .qywh-item-num {
  color: #c93b3a;
}
/* 公司环境 */
.gshj-box {
  width: 1200px;
  margin: 80px auto 0;
}
.gshj-title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gshj-contant {
  margin-top: 64px;
  position: relative;
}
.gshj-contant-box {
  padding: 0 58px;
}
.gshj-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gshj-img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gshj-img-box img {
  max-width: 100%;
}
.gshj-next-button,
.gshj-prev-button {
  position: unset;
  top: unset;
  z-index: unset;
  width: 15px;
  height: 27px;
  background-size: auto;
  margin-top: 0;
}
.gshj-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  z-index: 2;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gshj-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  z-index: 2;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gshj-next .gshj-next-button {
  right: 0;
  background-image: url(../images/gywm/gshj-next.png);
}

.gshj-prev .gshj-prev-button {
  left: 0;
  background-image: url(../images/gywm/gshj-prev.png);
}
/* 荣誉资质 */
.ryzz-box {
  width: 1200px;
  margin: 80px auto;
}
.ryzz-title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ryzz-contant {
  margin-top: 36px;
}
.ryzz-contant::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #e5e5e5;
}
.ryzz-contant-box {
  position: relative;
  padding: 50px 125px 110px;
}
.ryzz-contant-box::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.ryzz-contant-box::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
}
.ryzz-contant-con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ryzz-item-name {
  width: 48%;
  display: flex;
  align-items: center;
}
.ryzz-item-ico {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c93b3a;
}
.ryzz-item-title {
  margin: 15px 0;
  margin-left: 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.ryzz-line-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ryzz-line {
  width: 58px;
  height: 1px;
  background: #e5e5e5;
}
.ryzz-zs {
  margin-top: -60px;
}
.ryzz-zs-box {
  width: 1087px;
  margin: 0 auto;
}
.ryzz-zs-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zs-img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.zs-img-box img {
  max-width: 100%;
}
.ryzz-zs-next,
.ryzz-zs-prev {
  width: 32px;
  height: 45px;
  background-size: auto;
}

.ryzz-zs-next {
  right: 0;
  background-image: url(../images/gywm/ryzz-next.png);
}

.ryzz-zs-prev {
  left: 0;
  background-image: url(../images/gywm/ryzz-prev.png);
}
.ryzz-ip {
  margin-top: 56px;
  width: 100%;
  height: auto;
  background: url(../images/gywm/ryzz-ip-banner.png);
}
.ryzz-ip-box {
  padding: 27px 0;
  display: flex;
}
.ryzz-ip-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ryzz-ip-item::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #686868;
  position: absolute;
  top: 0;
  right: 0;
}
.ryzz-ip-item:last-child::after {
  display: none;
}
/* .ryzz-ip-item-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
} */
.ip-num {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #c93b3a;
  text-align: center;
}
.ip-name {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ededed;
  text-align: center;
}
@media (max-width: 1920px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1477px) {
}
@media (max-width: 1365px) {
}
@media (max-width: 1199px) {
  .gsjj-box {
    width: 96%;
  }
  .qywh-box {
    width: 96%;
  }
  .gshj-box {
    width: 96%;
  }
  .ryzz-box {
    width: 96%;
  }
  .ryzz-zs-box {
    width: 90%;
  }
}

@media (max-width: 990px) {
  .gsjj-contant-box {
    flex-wrap: wrap;
  }
  .gsjj-img {
    width: 100%;
  }
  .gsjj-info {
    width: 100%;
  }
  .gsjj-img-box img {
    width: 100%;
  }
  .qywh-contant-box {
    flex-wrap: wrap;
  }
  .qywh-item {
    width: 50%;
  }
  .qywh-item-box img {
    width: 100%;
  }
  .ryzz-item-name {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gsjj-box {
    margin: 30px auto;
  }
  .qywh-box {
    width: 30px auto;
  }
  .gshj-box {
    margin: 30px auto;
  }
  .ryzz-box {
    margin: 30px auto;
  }
  .gsjj-contant-box {
    padding-top: 30px;
  }
  .gsjj-info-box {
    padding: 20px;
  }
  .qywh-contant-box {
    padding-top: 30px;
  }
  .qywh-item {
    width: 100%;
  }
  .gshj-contant {
    margin-top: 30px;
  }
  .ryzz-contant-box {
    padding: 20px 20px 80px 20px;
  }
  .ryzz-item-ico {
    width: 5px;
    height: 5px;
  }
  .ryzz-item-title {
    margin: 5px;
  }
  .ryzz-ip-box {
    flex-wrap: wrap;
  }
  .ryzz-ip-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .ryzz-ip-item::after {
    display: none;
  }
}
