.gywm-tit-warp {
  width: 100%;
}

.hywm-tt-wa {
  box-shadow: -2px 2px 3px 0px #cccccc;

}

.gywm-tit {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}

.gywm-tit ul {
  width: fit-content;
  margin: 0 auto;
}

.gywm-tit ul .active {
  background: #0070c0;
  color: #ffffff;
}

.gywm-tit ul li {
  width: 200px;
  height: 80px;
  float: left;
  text-align: center;
  line-height: 80px;
}

.gywm-tit ul li:hover {
  background: #0070c0;
  color: #ffffff;
}

.gywm-tit ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.xw-gsjj-war {
  width: 100%;
  padding: 60px 0;
}

.xw-gsjj {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}





/* 公司简介 */


.gsjj-c {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
}

.gsjj-con {
  padding: 38px 0;
  position: relative;
}

.gsjj-con:before {
  content: "";
  width: 628px;
  height: 467px;
  border: 14px solid #0070c0;
  display: block;
}

.gsjj-l {
  width: 475px;
  height: 525px;
  position: absolute;
  left: 0;
  top: 0;
}

.gsjj-l img {
  width: 100%;
  height: 100%;
}

.gsjj-r {
  height: 330px;
  position: absolute;
  left: 530px;
  top: 50%;
  margin-top: -165px;
  background: #ffffff;
  padding: 20px 0;
  overflow: hidden;
}

.gsjj-r h5 {
  color: #0070c0;
  height: 35px;
  font-size: 32px;
  position: relative;
  font-family: "SimHei";
}

.gsjj-r h5::after {
  content: "";
  width: 150px;
  height: 4px;
  display: block;
  background: #eecea3;
  position: absolute;
  right: 155px;
  top: 17px;
}

.gsjj-r span {
  font-size: 15px;
  color: #3a3a3a;
  line-height: 20px;
  font-family: "Microsoft YaHei";
  text-indent: 2em;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .gywm-tit ul {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-flow: wrap;
  }

  .gywm-tit ul li {
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
  }

  .gsjj-c {
    padding: 20px 0;
  }

  .gsjj-l {
    width: 100%;
    height: auto;
    position: unset;
  }


  .gsjj-con::before {
    display: none;
  }

  .gsjj-r {
    height: auto;
    position: unset;
    left: auto;
    margin-top: 0;
    background: #ffffff;
    overflow: hidden;
  }

  .gsjj-r span {
    line-height: 25px;
    font-size: 12px;
  }

  .gsjj-r h5 {
    font-size: 18px;
    height: auto;
  }

  .gsjj-r h5::after {
    display: none;
  }
}

@media screen and (max-width:1200px) {

  .gsjj-con {
    padding: 0 10px;
  }

}




/* 公司文化 */

.gssm-w {
  width: 100%;
}

.gssm-c {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 65px;
}

.gssm-c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gssm-c ul li {
  min-width: 188px;
  max-width: 425px;
}

.gssm-c ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gssm-c ul li a p {
  width: 188px;
  height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}

.gssm-c ul li a p strong {
  color: #000000;
  font-size: 18px;
  font-family: "SimHei";
  font-weight: normal;
  margin-top: 15px;
}

.gssm-c ul li a span {
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #6a6a6a;
  font-family: "Microsoft YaHei";
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

.gssm-c ul li:nth-of-type(1) a p::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/gssm_03.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  animation: rotat 2s linear 0.3s infinite;
  -moz-animation: rotat 2s linear 0.3s infinite;
  -o-animation: rotat 2s linear 0.3s infinite;
  -ms-animation: rotat 2s linear 0.3s infinite;
  -webkit-animation: rotat 2s linear 0.3s infinite;
}

.gssm-c ul li:nth-of-type(2) a p::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/gssm2_05.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  animation: rotat 2s linear 0.4s infinite;
  -moz-animation: rotat 2s linear 0.4s infinite;
  -o-animation: rotat 2s linear 0.4s infinite;
  -ms-animation: rotat 2s linear 0.4s infinite;
  -webkit-animation: rotat 2s linear 0.4s infinite;
}

.gssm-c ul li:nth-of-type(2) {
  padding: 0 60px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.gssm-c ul li:nth-of-type(3) a p::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/gssm3_07.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  animation: rotat 2s linear 0.5s infinite;
  -moz-animation: rotat 2s linear 0.5s infinite;
  -o-animation: rotat 2s linear 0.5s infinite;
  -ms-animation: rotat 2s linear 0.5s infinite;
  -webkit-animation: rotat 2s linear 0.5s infinite;
}


@keyframes rotat {
  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {

  .gssm-c ul {
    flex-direction: column;
  }

  .gssm-c {
    padding: 20px 0;
  }

  .gssm-c ul li a p {
    width: 120px;
    height: 120px;
  }

  .gssm-c ul li a p strong {
    font-size: 12px;
  }

  .gssm-c ul li a p img {
    width: 40px;
    height: 38px;
  }

  .gssm-c ul li:nth-of-type(2) {
    padding: 0;
    border: none;
  }

  .gssm-c ul li a span {
    font-size: 12px;
  }
}







/* 资质荣誉 */


.zzry-warp {
  width: 100%;
  overflow: hidden;
}

.zzry-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.zzry-tt h4 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "SimHei";
}

.zzry-tt p {
  font-size: 18px;
  color: #004ea1;
  padding-left: 25px;
  position: relative;
  font-family: "SimHei";
  line-height: 35px;
}

.zzry-tt p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #004ea1;

}

.swiper-container .swiper-wrapper .swiper-slide-next {
  transform: scale(1);
}

@media screen and (max-width: 768px) {

  .zzry-con {
    padding: 15px;
  }

  .zzry-tt h4 {
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 16px;
  }

  .zzry-tt p {
    font-size: 12px;
    line-height: 25px;
    padding-left: 15px;
  }

  .zzry-tt p::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #004ea1;
  }
}




/* 社会责任 */
.shzr-warp {
  width: 100%;
  padding-bottom: 95px;
}

.shzr-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.shzr-con p {
  font-size: 18px;
  color: #000000;
  font-family: "Microsoft YaHei";
  margin-bottom: 50px;
  line-height: 35px;
  text-indent: 30pt;
}

.swip-wapp {
  position: relative;
}

.swiper-containerrr {
  overflow: hidden;
  position: relative;
}

.swiper-containerrr .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  border: 1px solid #0070c0;
  width: 10px;
  height: 10px;
}

.shzr-con .swiper-button-prev {
  background: #bfbfbf;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  left: -45px;
}

.shzr-con .swiper-button-next {
  background: #bfbfbf;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -45px;
}

@media screen and (max-width:768px) {
  .shzr-con p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .shzr-warp {
    padding-bottom: 30px;
  }
}

@media screen and (max-width:1200px) {

  .shzr-con {
    padding: 20px 10px 0 10px;
  }

}





/* 资料下载 */

.zlxz-warp {
  width: 100%;
}

.zlxz-con {
  width: 100%;
  max-width: 1200px;
  padding: 95px 0;
  margin: 0 auto;
}

.zlxz-con h6 {
  font-size: 36px;
  color: #000000;
  font-family: "Source Han Sans CN";
  text-align: center;
  margin-bottom: 80px;
}

.zlxz-con ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zlxz-con ul li {
  width: 25%;
}

.zlxz-con ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zlxz-con ul li p {
  font-size: 83px;
  color: #292e2f;
}

.zlxz-con ul li:hover p {
  color: #306fb3;
}

.zlxz-con ul li span {
  font-size: 20px;
  color: #000000;
  font-family: "Microsoft YaHei";
}

.zlxz-con ul li:hover span {
  color: #306fb3;
}

@media screen and (max-width: 1200px) {
  .zlxz-con h6{
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .zlxz-con h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .zlxz-con ul {
    flex-flow: wrap;
  }

  .zlxz-con ul li {
    width: 50%;
  }

  .zlxz-con ul li p {
    font-size: 50px;
  }

  .zlxz-con ul li span {
    font-size: 14px;
  }
  .gssm-c ul li{
    max-width: 100%;
  }
}