.banner {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner .banner-img img {
  width: 100%;
}
.banner .banner-img .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .banner {
    width: 100%;
    margin-top: 1.05rem;
    position: relative;
    top: auto;
    z-index: 1;
  }
  .banner .banner-img img {
    height: 3.75rem;
    object-fit: cover;
  }
  .banner .banner-img .pc {
    display: none;
  }
  .banner .banner-img .mobile {
    display: block;
  }
}
/* --------------- p1-0 公司概况 ---------------- */
.intro1 {
  margin-top: 255px;
}
.intro1 .w1200 {
  padding: 30px 32px 0;
  box-sizing: border-box;
  background: #fff url(../images/page/intro_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.i_1 .main1 {
  padding-top: 45px;
  position: relative;
  background: url(../images/page/intro_3.png) center top no-repeat;
  background-size: 100% auto;
}
.i_1 .main1 .text {
  padding-left: 20px;
  width: 650px;
}
.i_1 .main1 b {
  display: block;
  margin-bottom: 25px;
  font-size: 30px;
  color: #004595;
  font-weight: bold;
}
.i_1 .main1 p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.i_1 .main1 .more {
  display: block;
  width: 145px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #ff8201;
  border-radius: 6px;
}
.i_1 .main1 .more:hover {
  transition: all 0.5s;
  opacity: 0.5;
}
.i_1 .main2 {
  width: 100%;
  padding-bottom: 35px;
  margin-top: 35px;
  overflow: hidden;
  letter-spacing: 2px;
}
.i_1 .main2 .more {
  width: 110px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  text-align: center;
  line-height: 35px;
}
.i_1 .main2 .title {
  font-size: 20px;
  text-align: center;
}
.i_1 .main2 .text {
  font-size: 16px;
  text-indent: 2em;
  line-height: 26px;
  margin-top: 10px;
}
.i_1 .main2 .nr1 {
  width: 565px;
  height: 250px;
  background: #045baa;
  float: left;
  color: #fff;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
}
.i_1 .main2 .nr1 .more {
  background: #045baa;
  border: 1px solid #4993d6;
  color: #fff;
}
.i_1 .main2 .nr1 .more:hover {
  background: #fff;
  color: #333;
}
.i_1 .main2 .nr2 {
  width: 285px;
  height: 250px;
  background: url(../images/page/intro_5.png) center no-repeat;
  background-size: cover;
  float: left;
  color: #333;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
}
.i_1 .main2 .nr2 .text {
  color: #666;
}
.i_1 .main2 .nr2 .more {
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #333;
}
.i_1 .main2 .nr2 .more:hover {
  background: #045baa;
  color: #fff;
  border: 1px solid #4993d6;
}
.i_1 .main2 .nr3 {
  width: 284px;
  height: 250px;
  background: #045baa;
  float: left;
  color: #fff;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
}
.i_1 .main2 .nr3 .more {
  background: #045baa;
  border: 1px solid #4993d6;
  color: #fff;
}
.i_1 .main2 .nr3 .more:hover {
  background: #fff;
  color: #333;
  border: 1px solid #b3b3b3;
}
.i_1 .main2 .nr4 {
  width: 283px;
  height: 250px;
  background: url(../images/page/intro_6.png) center no-repeat;
  background-size: cover;
  float: left;
  color: #fff;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
  /* box-shadow: 0 0 10px 0 #ccc; */
}
.i_1 .main2 .nr4 .more {
  background: #045baa;
  border: 1px solid #4993d6;
  color: #fff;
}
.i_1 .main2 .nr4 .more:hover {
  background: #fff;
  color: #333;
  border: 1px solid #b3b3b3;
}
.i_1 .main2 .nr5 {
  width: 284px;
  height: 250px;
  background: url(../images/page/intro_7.png) center no-repeat;
  background-size: cover;
  float: left;
  color: #333;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
  margin-left: -1px;
}
.i_1 .main2 .nr5 .text {
  color: #666;
}
.i_1 .main2 .nr5 .more {
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #333;
}
.i_1 .main2 .nr5 .more:hover {
  background: #045baa;
  color: #fff;
  border: 1px solid #4993d6;
}
.i_1 .main2 .nr6 {
  width: 285px;
  height: 250px;
  background: #045baa;
  float: left;
  color: #fff;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
}
.i_1 .main2 .nr6 .more {
  background: #045baa;
  border: 1px solid #4993d6;
  color: #fff;
}
.i_1 .main2 .nr6 .more:hover {
  background: #fff;
  color: #333;
  border: 1px solid #b3b3b3;
}
.i_1 .main2 .nr7 {
  width: 284px;
  height: 250px;
  background: #f4f4f4;
  float: left;
  color: #333;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
  margin-left: -1px;
}
.i_1 .main2 .nr7 .text {
  color: #666;
}
.i_1 .main2 .nr7 .more {
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #333;
}
.i_1 .main2 .nr7 .more:hover {
  background: #045baa;
  color: #fff;
  border: 1px solid #4993d6;
}
@media (max-width: 1200px) {
  .w1200 {
    width: 92%;
    margin: 0 auto;
  }
  .intro1 {
    margin-top: 0.5rem;
  }
  .intro1 .w1200 {
    padding: 0;
    background: none;
    min-height: 500px;
  }
  .i_1 .main1 {
    padding-top: 0;
    background: none;
  }
  .i_1 .main1 .text {
    box-sizing: border-box;
    padding: 0 0.2rem;
    width: 100%;
  }
  .i_1 .main1 b {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
  }
  .i_1 .main1 p {
    margin-bottom: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .i_1 .main1 .more {
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .i_1 .main2 {
    width: 100%;
    padding-bottom: 0;
    margin-top: 35px;
    overflow: hidden;
    letter-spacing: 2px;
  }
  .i_1 .main2 .more {
    width: 110px;
    height: 35px;
    font-size: 16px;
    position: relative;
    bottom: auto;
    margin: 25px auto 0;
    left: auto;
    transform: translateX(0);
    transition: all 0.5s;
    text-align: center;
    line-height: 35px;
  }
  .i_1 .main2 .title {
    font-size: 0.36rem;
  }
  .i_1 .main2 .text {
    font-size: 0.26rem;
    text-indent: 2em;
    line-height: 0.4rem;
    margin-top: 10px;
  }
  .i_1 .main2 .nr1 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
  .i_1 .main2 .nr2 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
  .i_1 .main2 .nr3 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
  .i_1 .main2 .nr4 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
  .i_1 .main2 .nr5 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
  .i_1 .main2 .nr6 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
  .i_1 .main2 .nr7 {
    width: 100%;
    height: auto;
    padding: 20px 30px 25px;
  }
}
/* --------------- p1-1 企业简介 ---------------- */
.menu {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 59px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
}
.menu li {
  flex: 1;
  height: 55px;
  margin: 2px 2px 2px 0;
}
.menu li:first-child {
  margin-left: 2px;
}
.menu li a {
  color: #fff;
  line-height: 55px;
  text-align: center;
  display: block;
  background: #045baa;
  transition: all 0.5s;
}
.menu li a:hover {
  background: #ff6600;
}
.menu li a.active {
  background: #ff6600;
}
.menu2 {
  display: flex;
  margin: 20px 20px 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c7c7c7;
}
.menu2 li {
  display: block;
  margin: 0 5px;
}
.menu2 li a {
  color: #777;
}
.menu2 li a.active {
  color: #ff6600;
}
.menu2 li a:hover {
  color: #ff6600;
}
.i_2 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.i_2 .con .title {
  /* display: flex; */
  /* height: 40px; */
}
.i_2 .con .title h3 {
  font-size: 30px;
  color: #333;
}
.i_2 .con .title .b-r {
  width: 2px;
  height: 32px;
  background: #c4c4c4;
  margin: 5px 10px 0 5px;
}
.i_2 .con .title h4 {
  font-size: 28px;
  color: #ff6600;
  margin-top: 6px;
}
.i_2 .con .text {
  margin-top: 30px;
  padding-bottom: 70px;
}
.i_2 .con .text .img {
  float: right;
  width: 375px;
  margin-left: 20px;
}
.i_2 .con .text .img img,
.i_2 .con .text .img video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_2 .con .text p {
  font-size: 18px;
  color: #333;
  margin-bottom: 28px;
  line-height: 28px;
  text-indent: 2em;
}
.gsjj .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .gsjj .pc {
    display: none;
  }
  .gsjj .mobile {
    display: block;
  }
  .gcalxq .p_1 .con ul.menu2 {
    /* display: flex; */
  }
  .menu2 {
    display: flex;
    margin: 0 0 0.5rem;
    padding-bottom: 0;
  }
  .menu2 li {
    margin: 0 0.2rem 0.4rem 0;
  }
  .p1-1 .text a {
    display: inline;
  }
  .p1-1 .g-w4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
  }
  .p1-1 .g-w3 .link {
    width: 80%;
    margin-top: 0.6rem;
  }
  .p1-1 .g-w3 .link img {
    width: 80%;
  }
  .content .menu p {
    font-size: 0.3rem;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .content .menu p:hover {
    color: #005ca2;
  }
  .content .menu .active {
    color: #005ca2;
  }
  .content .menu p:hover .line {
    background-color: #005ca2;
    width: 20%;
    height: 0.1rem;
    border-radius: 0.1rem;
  }
  .content .menu .active .line {
    background-color: #005ca2;
    width: 20%;
    height: 0.1rem;
    border-radius: 0.1rem;
    margin: 0 auto;
  }
  .content .menu {
    border-bottom: 1px solid #d3d3d3;
  }
  .p1-1 .content .text img {
    position: relative;
    transform: scale(0.7);
    margin: 0.2rem 0 0 0.8rem;
    z-index: -1;
  }
  .p1-1 .content .text-box {
    padding-bottom: 0.2rem;
  }
  .p1-1 .content .text p {
    margin: 0 0.6rem 0 0.6rem;
    font-size: 0.3rem;
  }
  .p1-1 .content .text a {
    text-decoration: none;
    color: #005ca2;
  }
  .p1-1 .content .pic img {
    width: 100%;
    padding-top: 0.8rem;
  }
}
/* --------------- p1-2 企业文化 ---------------- */
.i_3 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.i_3 .con .title {
  /* display: flex; */
  /* height: 40px; */
}
.i_3 .con .title h3 {
  font-size: 30px;
  color: #333;
}
.i_3 .con .title .b-r {
  width: 2px;
  height: 32px;
  background: #c4c4c4;
  margin: 5px 10px 0 5px;
}
.i_3 .con .title h4 {
  font-size: 28px;
  color: #ff6600;
  margin-top: 6px;
}
.i_3 .con .text {
  margin-top: 30px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.i_3 .con .text .text_con {
  margin-right: 25px;
}
.i_3 .con .text p:first-child {
  font-size: 24px;
  color: #333;
}
.i_3 .con .text p {
  font-size: 18px;
  color: #333;
  margin-bottom: 28px;
  line-height: 28px;
  /* text-indent: 2em; */
}
@media (max-width: 1200px) {
  .p1-2 .g-w4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
  }
  .p1-2 .g-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }
  .p1-2 .content .text {
    padding-top: 0.7rem;
    background: url(../images/mobile/page/intro1_3.png) left 0.5rem top 0.56rem no-repeat;
    background-size: 0.5rem auto;
  }
  .p1-2 .content .text p img {
    position: relative;
    transform: none;
    margin: 0;
    z-index: -1;
    width: 100%;
  }
  .p1-2 .content .text img {
    position: relative;
    transform: scale(0.7);
    margin: 0.2rem 0 0 0.4rem;
    z-index: -1;
    width: 11%;
  }
  .p1-2 .content .text p {
    margin: 0 0.6rem 0 0.6rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .p1-2 .content .text .text-title {
    margin: 0 0.6rem 0 0.6rem;
    font-size: 0.35rem;
    color: #005ca2;
  }
  .p1-2 .content .text .t1 {
    font-size: 0.35rem;
    color: #005ca2;
    /* margin-left: ; */
  }
  .p1-2 .content .text a {
    text-decoration: none;
    color: #005ca2;
  }
  .p1-2 .content .text .text-tit {
    margin-top: 0.1rem;
  }
  .p1-2 .content .pic img {
    width: 50%;
    padding-top: 0.8rem;
    display: block;
    margin: 0 auto;
  }
  .p1-2 .content .pic2 img {
    width: 90%;
    padding: 0.4rem 0 0.6rem 0;
    display: block;
    margin: 0 auto;
  }
  .p1-2 .content .pic3 img {
    width: 90%;
    padding: 0.4rem 0 0 0;
    display: block;
    margin: 0 auto;
  }
  .p1-2 .content #cen {
    text-align: center;
    color: black;
    padding-top: 0.4rem;
  }
  .p1-2 .content .t2 {
    font-size: 0.34rem;
    margin-left: 0.5rem;
    font-weight: 550;
    margin-top: 0.25rem;
  }
  .p1-2 .content .address {
    line-height: 0.4rem;
    margin-top: -0.4rem;
    padding-bottom: 0.4rem;
  }
  .p1-2 .content .address span {
    font-size: 0.34rem;
    margin-left: 0.5rem;
    font-weight: 550;
  }
  .p1-2 .content .address p {
    font-size: 0.3rem;
    margin-left: -0.3rem;
    font-weight: 500;
    display: inline;
  }
}
/* --------------- p1-3 业务范围 ---------------- */
.i_4 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.i_4 .con .title {
  /* display: flex; */
  /* height: 40px; */
}
.i_4 .con .title h3 {
  font-size: 30px;
  color: #333;
}
.i_4 .con .title .b-r {
  width: 2px;
  height: 32px;
  background: #c4c4c4;
  margin: 5px 10px 0 5px;
}
.i_4 .con .title h4 {
  font-size: 28px;
  color: #ff6600;
  margin-top: 6px;
}
.i_4 .con .text {
  margin-top: 30px;
  padding-bottom: 70px;
}
.i_4 .con .text img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .p1_3 {
    padding: 0 0.5rem;
  }
  .p1_3 .list {
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    margin-top: 0.7rem;
    padding-bottom: 0.5rem;
  }
  .p1_3 .list:last-child {
    border-bottom: none;
  }
  .p1_3 .list .l {
    width: 2rem;
    height: 2rem;
  }
  .p1_3 .list .l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p1_3 .list .r {
    width: calc(100% - 2.5rem);
    margin-left: 0.5rem;
  }
  .p1_3 .list .r .t {
    font-size: 0.48rem;
    color: #025cad;
    font-weight: bold;
  }
  .p1_3 .list .r .b {
    font-size: 0.32rem;
    background: url(../images/mobile/icons/icon_1.png) 7px 10px no-repeat;
    padding-left: 0.5rem;
    background-size: 2% auto;
    color: #333;
    margin-top: 0.2rem;
  }
}
/* --------------- p1-7 信息公开 ---------------- */
.i_5 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.i_5 .con .title {
  /* display: flex; */
  /* height: 40px; */
}
.i_5 .con .title h3 {
  font-size: 30px;
  color: #333;
}
.i_5 .con .title .b-r {
  width: 2px;
  height: 32px;
  background: #c4c4c4;
  margin: 5px 10px 0 5px;
}
.i_5 .con .title h4 {
  font-size: 28px;
  color: #ff6600;
  margin-top: 6px;
}
.i_5 .con .text {
  margin-top: 30px;
  padding-bottom: 70px;
  display: flex;
}
.i_5 .con .text a {
  width: 165px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #ff6600;
  border-radius: 5px;
  margin: 0 13px;
  font-size: 22px;
  transition: all 0.5s;
  font-weight: bold;
}
.i_5 .con .text a:first-child {
  margin-left: 53px;
}
.i_5 .con .text a:hover {
  opacity: 0.5;
}
.i_5 .con .text p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .p1-7 .g-w4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
  }
  .p1-7 .g-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }
  .p1-7 .content .text {
    margin-bottom: 0.4rem;
  }
  .p1-7 .content .text img {
    width: 100%;
  }
  .p1-7 .content .text .link {
    margin-top: 1rem;
  }
  .p1-7 .content .text .link img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.7rem;
  }
  .p1-7 .content .text p {
    margin: 1rem 0.6rem 0 0.6rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .p1-7 .content .text a {
    display: inherit;
  }
}
/* --------------- p1-7-1 公开信息 ---------------- */
.i_6 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.i_6 .con .title {
  /* display: flex; */
  /* height: 40px; */
}
.i_6 .con .title h3 {
  font-size: 30px;
  color: #333;
}
.i_6 .con .title .b-r {
  width: 2px;
  height: 32px;
  background: #c4c4c4;
  margin: 5px 10px 0 5px;
}
.i_6 .con .title h4 {
  font-size: 28px;
  color: #ff6600;
  margin-top: 6px;
}
.i_6 .con .text {
  margin-top: 30px;
  padding-bottom: 70px;
}
.i_6 .con .text ul li {
  width: 100%;
  background: #f5f5f5;
  color: #333;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.i_6 .con .text ul li .icon {
  background: url(../images/icon/icon_22s.png) center no-repeat;
  width: 75px;
  height: 60px;
  transform: rotate(180deg);
}
.i_6 .con .text ul li .info {
  display: flex;
}
.i_6 .con .text ul li .info .info_1 {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 75px);
  padding: 0 20px;
  line-height: 60px;
}
.i_6 .con .text ul li .info .info_1 .p1 {
  font-size: 16px;
}
.i_6 .con .text ul li a {
  color: #333;
  font-size: 20px;
}
.i_6 .con .text ul li a:hover {
  color: #005db7;
  text-decoration: underline;
}
.i_6 .con .text ul li .info_2 {
  height: 0;
  overflow: hidden;
}
.i_6 .con .text ul li .info_2 a {
  display: block;
}
.i_6 .con .text ul li .info_2 a p {
  padding: 15px 20px 60px 93px;
}
.i_6 .con .text ul li.active {
  background: #045baa;
}
.i_6 .con .text ul li.active a {
  color: #fff;
}
.i_6 .con .text ul li.active .info_1 {
  border-bottom: 1px solid #3582c7;
}
.i_6 .con .text ul li.active .info_1 .p1 {
  color: #3582c7;
}
.i_6 .con .text ul li.active .icon {
  background: url(../images/icon/icon_22.png) center no-repeat;
  transform: rotate(0deg);
}
/* --------------- p2-0 新闻中心 ---------------- */
.news1 {
  margin-top: 255px;
}
.news1 .w1200 {
  padding: 30px 32px 70px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.news1 .w1200 .con {
  padding: 0 25px;
  margin-top: 50px;
}
.news1 .w1200 .con .title {
  margin-left: 15px;
}
.n_1 .main1 {
  width: 290px;
  height: 500px;
  background: #f4f4f4;
  float: left;
  position: relative;
  box-shadow: 0 0 10px 0px #ccc;
  z-index: 1;
}
.n_1 .main1 img {
  position: absolute;
  right: -14px;
  top: 25px;
}
.n_1 .main1 .tit {
  /* width: 187px; */
  padding-left: 25px;
  padding-top: 32px;
  font-weight: bold;
  color: #393a3f;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
.n_1 .main1 ul {
  /* width: 200px; */
  padding: 22px 0 0 22px;
  overflow: hidden;
}
.n_1 .main1 ul li {
  padding: 3px 15px 15px 12px;
  line-height: 24px;
  background: url(../images/page/news_4.png) 5px 15px no-repeat;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
}
.n_1 .main1 ul li a {
  color: #333;
}
.n_1 .main1 ul li a:hover {
  color: #005db7;
}
.n_1 .more {
  width: 110px;
  height: 35px;
  position: absolute;
  left: 26px;
  bottom: 0px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.n_1 .main1 .more {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  color: #333;
  transition: all 0.5s;
}
.n_1 .main1 .more:hover {
  background: #0d63b1;
  color: #fff;
  border: 1px solid #418fd6;
}
.n_1 .main2 {
  width: calc(100% - 290px);
  height: 250px;
  background: #045baa;
  float: left;
}
.n_1 .main2 .img {
  width: 288px;
  height: 100%;
  float: left;
}
.n_1 .main2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n_1 .main2 .nr {
  float: left;
  width: calc(100% - 288px);
  height: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
.n_1 .main2 .nr .tit {
  /* font-weight: bold; */
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
}
.n_1 .main2 .nr ul li {
  padding: 3px 15px 5px 12px;
  line-height: 24px;
  background: url(../images/page/news_4.png) 5px 15px no-repeat;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.n_1 .main2 .nr ul li a {
  color: #fff;
}
.n_1 .main2 .more {
  background: #0d63b1;
  border: 1px solid #418fd6;
  color: #fff;
  transition: all 0.5s;
}
.n_1 .main2 .more:hover {
  background: #f8f8f8;
  color: #333;
  border: 1px solid #d3d3d3;
}
.n_1 .main3 {
  width: 555px;
  height: 250px;
  background: #f4f4f4;
  float: left;
  position: relative;
}
.n_1 .main3 .tit {
  /* width: 187px; */
  padding-left: 25px;
  padding-top: 20px;
  font-weight: bold;
  color: #393a3f;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
.n_1 .main3 ul {
  /* width: 200px; */
  padding: 5px 0 0 22px;
  overflow: hidden;
}
.n_1 .main3 ul li {
  padding: 3px 15px 5px 12px;
  line-height: 24px;
  background: url(../images/page/news_4.png) 5px 15px no-repeat;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.n_1 .main3 ul li a {
  color: #333;
}
.n_1 .main3 ul li a:hover {
  color: #005db7;
}
.n_1 .main3 .more {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  color: #333;
  transition: all 0.5s;
}
.n_1 .main3 .more:hover {
  background: #0d63b1;
  color: #fff;
  border: 1px solid #418fd6;
}
.n_1 .main4 {
  width: 290px;
  height: 250px;
  background: url(../images/page/news_6.png) center no-repeat;
  float: left;
  position: relative;
}
.n_1 .main4 .tit {
  /* width: 187px; */
  padding-left: 25px;
  padding-top: 20px;
  font-weight: bold;
  color: #393a3f;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
.n_1 .main4 ul {
  /* width: 200px; */
  padding: 5px 0 0 22px;
  overflow: hidden;
}
.n_1 .main4 ul li {
  padding: 3px 15px 5px 12px;
  line-height: 24px;
  background: url(../images/page/news_4.png) 5px 15px no-repeat;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.n_1 .main4 ul li a {
  color: #333;
}
.n_1 .main4 ul li a:hover {
  color: #005db7;
}
.n_1 .main4 .more {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  color: #333;
  transition: all 0.5s;
}
.n_1 .main4 .more:hover {
  background: #0d63b1;
  color: #fff;
  border: 1px solid #418fd6;
}
@media (max-width: 1200px) {
  .news1 {
    margin-top: 0;
  }
  .news1 .w1200 {
    width: 100%;
    padding: 0.5rem 0.3rem;
    background: none;
  }
  .n_1 .more {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0.3rem auto 0.5rem;
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 0.32rem;
  }
  .n_1 .main1 {
    width: 100%;
    height: auto;
  }
  .n_1 .main1 .tit {
    padding: 0.4rem 0.4rem 0;
    font-size: 0.34rem;
    line-height: 0.5rem;
  }
  .n_1 .main1 .n {
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .n_1 .main1 img {
    display: none;
  }
  .n_1 .main2 {
    width: 100%;
    height: auto;
  }
  .n_1 .main2 .img {
    width: 100%;
    height: auto;
  }
  .n_1 .main2 .nr {
    padding: 0.4rem;
    width: 100%;
    height: auto;
  }
  .n_1 .main3 {
    width: 100%;
    height: auto;
  }
  .n_1 .main4 {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .n_1 .main2 .nr .tit {
    margin-bottom: 0.2rem;
    font-size: 0.34rem;
    line-height: 0.5rem;
  }
  .n_1 .main1 ul li a,
  .n_1 .main2 .nr ul li a,
  .n_1 .main3 ul li a,
  .n_1 .main4 ul li a {
    font-size: 0.28rem;
  }
  .n_1 .main3 .tit,
  .n_1 .main4 .tit {
    padding: 0.4rem 0.4rem 0.2rem;
    font-size: 0.34rem;
    line-height: 0.5rem;
  }
}
/* --------------- p2-1 公司新闻 ---------------- */
/* --------------- p2-1 公司新闻 ---------------- */
.n_2 .con .ul1 {
  display: flex;
  justify-content: space-between;
}
.n_2 .con .ul1 li,
.n_2 .con .ul2 .li1 {
  width: 345px !important;
  height: 341px !important;
  border: 2px solid #f1f1f1 !important;
  position: relative !important;
  overflow: hidden !important;
}
.n_2 .con .ul2 .li1:first-child,
.n_2 .con .ul2 .li1:nth-child(2) {
  margin-right: 19.5px;
}
.n_2 .con .ul1 li .time,
.n_2 .con .ul2 .li1 .time {
  background: url(../images/page/news_9.png) right no-repeat;
  height: 180px;
  left: -150px;
  padding: 29px 21px 0;
  position: absolute;
  top: 0;
  width: 150px;
  box-sizing: border-box;
  transition: all 0.5s;
  background-size: cover;
}
.n_2 .con .ul1 li .time h2,
.n_2 .con .ul2 .li1 .time h2 {
  color: #40444c;
  font-size: 26px;
}
.n_2 .con .ul1 li .time h3,
.n_2 .con .ul2 .li1 .time h3 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.n_2 .con .ul1 li:hover .time,
.n_2 .con .ul2 .li1:hover .time {
  left: 0;
}
.n_2 .con .ul1 li a img,
.n_2 .con .ul2 .li1 a img {
  width: 100%;
  height: 180px;
}
.n_2 .con .ul1 li a .text_box,
.n_2 .con .ul2 .li1 a .text_box {
  padding: 0 22px;
  transition: all 0.5s;
  width: 100%;
  height: calc(100% - 180px);
  box-sizing: border-box;
  overflow: hidden;
}
.n_2 .con .ul1 li a .text_box .tit,
.n_2 .con .ul2 .li1 a .text_box .tit {
  font-size: 16px;
  color: #333;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.n_2 .con .ul1 li a .text_box .text,
.n_2 .con .ul2 .li1 a .text_box .text {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
}
.n_2 .con .ul1 li a .text_box .btn,
.n_2 .con .ul2 .li1 a .text_box .btn {
  width: 85px;
  height: 25px;
  border: 1px solid #d1d1d1;
  text-align: center;
  line-height: 25px;
  color: #333;
  margin-top: 15px;
}
.n_2 .con .ul1 li a:hover .text_box,
.n_2 .con .ul2 .li1 a:hover .text_box {
  background: #1b6bb3;
}
.n_2 .con .ul1 li a:hover .text_box .tit,
.n_2 .con .ul2 .li1 a:hover .text_box .tit {
  color: #fff;
}
.n_2 .con .ul1 li a:hover .text_box .text,
.n_2 .con .ul2 .li1 a:hover .text_box .text {
  color: #fff;
}
.n_2 .con .ul1 li a:hover .text_box .btn,
.n_2 .con .ul2 .li1 a:hover .text_box .btn {
  color: #fff;
  border: 1px solid #418fd6;
}
.n_2 .con .ul2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.n_2 .con .ul2 .li2 {
  width: 100%;
  background: #f5f5f5;
  color: #333;
  transition: all 0.5s;
  margin-top: 15px;
}
.n_2 .con .ul2 .li2 .icon {
  background: url(../images/icon/icon_22s.png) center no-repeat;
  width: 75px;
  height: 60px;
  transform: rotate(180deg);
}
.n_2 .con .ul2 .li2 .info {
  display: flex;
}
.n_2 .con .ul2 .li2 .info .info_1 {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 75px);
  padding: 0 20px;
  line-height: 60px;
}
.n_2 .con .ul2 .li2 .info .info_1 .p1 {
  font-size: 16px;
}
.n_2 .con .ul2 .li2 a {
  color: #333;
  font-size: 20px;
}
.n_2 .con .ul2 .li2 a:hover {
  color: #005db7;
  text-decoration: underline;
}
.n_2 .con .ul2 .li2 .info_2 {
  height: 0px;
  overflow: hidden;
}
.n_2 .con .ul2 .li2 .info_2 p {
  padding: 15px 20px 70px 93px;
}
.n_2 .con .ul2 .li2.active {
  background: #045baa;
}
.n_2 .con .ul2 .li2.active a {
  color: #fff;
}
.n_2 .con .ul2 .li2.active .info_1 {
  border-bottom: 1px solid #3582c7;
}
.n_2 .con .ul2 .li2.active .info_1 .p1 {
  color: #3582c7;
}
.n_2 .con .ul2 .li2.active .info_2 {
  /* display: block; */
}
.n_2 .con .ul2 .li2.active .icon {
  background: url(../images/icon/icon_22.png) center no-repeat;
  transform: rotate(0deg);
}
@media (max-width: 1200px) {
  .p1-7 .content .text .t1 {
    font-size: 0.4rem;
    color: black;
    margin: 0.3rem 0.7rem 0.7rem 0.7rem;
  }
  .p1-7 .content .g-w23 {
    display: flex;
    grid-template-columns: 2fr 3fr;
    border-bottom: 1px solid #ccc;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .p1-7 .content .g-w23 a {
    width: 100%;
    padding: 0 0.3rem;
  }
  .p1-7 .content .g-w23 .box-img {
    width: 40%;
  }
  .p1-7 .content .g-w23 .box-text {
    width: 60%;
    margin-left: 0.4rem;
  }
  .p1-7 .content .g-w23 .box-text .t2 {
    font-size: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .p1-7 .content .g-w23 .box-text {
    position: relative;
  }
  .p1-7 .content .g-w23 .box-text .t3 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    position: relative;
    margin-top: 0.15rem;
    text-decoration: none;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p1-7 .content .g-w23 .box-text .t4 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    position: relative;
    margin-top: 0.25rem;
    color: #666;
    line-height: 0.5rem;
    margin-right: 0.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p1-7 .content .g-w23 .box-text p {
    font-size: 0.2rem;
    margin: 0;
    line-height: 0.3rem;
  }
  .p1-7 .content .g-w23 #img2 {
    width: 5%;
    position: absolute;
    margin-top: 0.2rem;
  }
  .p1-7 .content .g-w23 #img1 {
    margin-top: 0;
    width: 2.7rem;
    height: 1.5rem;
  }
  .p1-7 .content .g-w23 span {
    font-size: 0.2rem;
    color: gray;
    position: absolute;
    margin-top: 0.15rem;
    margin-left: 0.3rem;
  }
  .more {
    width: 0.5rem;
    height: 0.15rem;
    margin: 0.5rem auto;
    background: url(../images/mobile/icons/icon_9.png) center no-repeat;
    background-size: 100% auto;
  }
}
/* --------------- p2-1-1 新闻中心详情 ---------------- */
.n_3 .con .news_tit {
  width: 100%;
  height: 60px;
  border: 1px solid #eee;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  background: #fafafa;
  margin-top: 40px;
}
.n_3 .con .info {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  margin: 15px auto;
}
.n_3 .con .info .font {
  display: flex;
}
.n_3 .con .info .font p.active {
  color: #4993d6;
}
.n_3 .con .info .font p:hover {
  cursor: pointer;
  color: #4993d6;
}
.n_3 .con .info .font .share:hover {
  cursor: pointer;
}
.n_3 .con .info .font .share {
  display: flex;
}
.n_3 .con .info .font .share span {
  margin-right: 7px;
}
.n_3 .con .info .font .share img {
  height: 16px;
  margin-top: 2px;
}
.n_3 .con .text {
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.n_3 .con .text p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.n_3 .con .text p img {
  max-width: 100%;
  border: 1px solid #ddd;
  margin: 0 auto;
  padding: 2px;
}
@media (max-width: 1200px) {
  .news1 .w1200 .con {
    padding: 0;
    margin-top: 0;
  }
  .n_3 .con .news_tit {
    margin-top: 0;
    height: auto;
    font-size: 0.35rem;
    line-height: 0.6rem;
    font-weight: bold;
    background: none;
    border: 0px solid #eee;
  }
  .n_3 .con .info {
    display: none;
  }
  .n_3 .con .text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .n_3 .con .text p {
    margin-bottom: 20px;
  }
  .n_3 .con .text p img {
    max-width: 100%;
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 2px;
  }
}
/* --------------- p2-2 企业内刊 ---------------- */
.n_4 .con .n_4Ul {
  margin-top: 40px;
  overflow: hidden;
  padding: 25px 17px;
}
.n_4 .con .n_4Ul li {
  width: 225px;
  height: 315px;
  box-shadow: 0 0 10px 0 #ccc;
  overflow: hidden;
  float: left;
  transition: all 0.5s;
  margin-right: 50px;
  margin-bottom: 55px;
}
.n_4 .con .n_4Ul li:hover {
  transform: scale(1.1);
}
.n_4 .con .n_4Ul li:nth-child(4n) {
  margin-right: 0;
}
.n_4 .con .n_4Ul li a .pic {
  width: 210px;
  height: 255px;
  margin: 5px auto;
}
.n_4 .con .n_4Ul li a .pic img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.n_4 .con .n_4Ul li a .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  padding: 0 7px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1200px) {
  .p2_4 ul {
    overflow: hidden;
    padding-bottom: 0.3rem;
  }
  .p2_4 ul li {
    width: 2.9rem;
    box-shadow: 0 0 10px 0 #ccc;
    float: left;
    list-style: none;
    margin-top: 0.5rem;
    /* margin-bottom: 0.3rem; */
    margin-left: 0.2rem;
  }
  .p2_4 ul li:nth-child(2n) {
    margin-left: 0.7rem;
  }
  .p2_4 ul li .pic {
    width: 2.6rem;
    height: 3.2rem;
    margin: 0.1rem auto 0;
  }
  .p2_4 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p2_4 ul li .text {
    color: #666;
    padding: 0.2rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.4rem;
  }
}
/* --------------- p4-1-1 工程案例详情 ---------------- */
.pro1 {
  margin-top: 255px;
}
.pro1 .w1200 {
  padding: 30px 32px 70px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.pro1 .w1200 .con {
  padding: 0 25px;
  margin-top: 50px;
}
.pro1 .w1200 .con .title {
  margin-left: 15px;
}
.pro1 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.p_1 .con ul {
  display: flex;
  margin: 20px 20px 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c7c7c7;
}
.p_1 .con ul li {
  display: block;
  margin: 0 5px;
}
.p_1 .con ul li a {
  color: #777;
}
.p_1 .con ul li a.active {
  color: #ff6600;
}
.p_1 .con ul li a:hover {
  color: #ff6600;
}
.p_1 .con .tit {
  width: 100%;
  height: 65px;
  font-size: 20px;
  color: #666;
  background: #fafafa;
  margin-top: 30px;
  text-align: center;
  line-height: 65px;
}
.p_1 .con .pic {
  margin-top: 30px;
}
.p_1 .con .pic img {
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.p_1 .con .text {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-top: 25px;
}
.p_1 .con .text p {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .gcalxq .p_1 .con ul {
    display: none;
  }
  .gcalxq .pro1 .w1200 {
    padding: 0;
    background: none;
  }
  .gcalxq .pro1 .w1200 .con {
    padding: 0;
    margin: 0;
  }
  .gcalxq .p_1 .con .tit {
    margin-top: 0;
    height: auto;
    font-size: 0.35rem;
    line-height: 0.6rem;
    font-weight: bold;
    background: none;
  }
  .gcalxq .p_1 .con .text {
    font-size: 0.28rem;
  }
}
/* --------------- p4-1 工程案例 ---------------- */
.p_2 .con .ul {
  margin-top: 35px;
  overflow: hidden;
}
.p_2 .con .ul li {
  width: 520px;
  height: 165px;
  background: url(../images/page/pro_4.png) center no-repeat;
  overflow: hidden;
  position: relative;
  background-size: 100% auto;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}
.p_2 .con .ul li:nth-child(2n) {
  margin-right: 0;
}
.p_2 .con .ul li .pic {
  width: 210px;
  height: 160px;
  margin-top: 3px;
  margin-left: 5px;
  float: left;
}
.p_2 .con .ul li .pic img {
  width: 100%;
  height: 100%;
}
.p_2 .con .ul li .text {
  width: 283px;
  float: left;
  padding: 10px 15px 0 20px;
  box-sizing: border-box;
  height: 100%;
}
.p_2 .con .ul li .text .t {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_2 .con .ul li .text .n {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.p_2 .con .ul li .btn {
  width: 113px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p_2 .con .ul li .btn .img1 {
  display: block;
  width: 100%;
  height: 100%;
}
.p_2 .con .ul li .btn .img2 {
  display: none;
  width: 100%;
  height: 100%;
}
/* .p_2 .con .ul li a:hover .text .t{
    color: #ff6600;
} */
.p_2 .con .ul li a:hover .btn .img1 {
  display: none;
}
.p_2 .con .ul li a:hover .btn .img2 {
  display: block;
}
@media (max-width: 1200px) {
  .gcyj_sub_nav {
    overflow: auto;
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .gcyj_sub_list {
    font-size: 0.3rem;
    margin-left: 0.3rem;
    color: #333;
    line-height: 0.8rem;
  }
  .gcyj_sub_list.curr {
    color: #ff8201;
  }
  .gcyj_sub_list:first-child {
    margin-left: 0;
  }
}
/* --------------- p4-3 业绩表 ---------------- */
.p_3 .con ul {
  margin-top: 30px;
}
.p_3 .con ul li {
  width: 350px;
  height: 134px;
  float: left;
  margin-right: 18px;
  margin-bottom: 15px;
}
.p_3 .con ul li:nth-child(3n) {
  margin-right: 0;
}
.p_3 .con ul li img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .p4-2 .g-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }
  .p4-2 .content .text a {
    text-decoration: none;
    color: #005ca2;
  }
  .p4-2 .content .pic img {
    width: 85%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    display: block;
    margin: 0 auto;
  }
  .p4-2 .content .pic2 img {
    width: 85%;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    display: block;
    margin: 0 auto;
  }
  .p4-2 .content .text {
    margin-bottom: 0.5rem;
  }
  .p4-2 .content .responsive {
    display: block;
    margin: 0 auto;
    width: 90%;
    box-shadow: #ccc 0 2px 2px;
    margin-top: 0.6rem;
  }
  .p4-2 .content .responsive img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .p4-2 .content .responsive .desc {
    text-align: center;
    font-size: 0.32rem;
    padding: 0.4rem;
  }
  .p4-2 .content .display .swiper-wrapper {
    padding-bottom: 1rem;
  }
}
/* --------------- p4-3-1 业绩表详情 ---------------- */
.p_4 .con .tab {
  display: flex;
  margin-top: 30px;
}
.p_4 .con .tab div {
  /*width: 143px;*/
  margin-right: 30px;
  height: 45px;
  border: 1px solid #949494;
  color: #333;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  padding: 0 15px;
}
.p_4 .con .tab > div:hover {
  cursor: pointer;
  color: #14549c;
}
.p_4 .con .tab > div.active {
  color: #14549c;
}
.p_4 .con .text {
  margin-top: 50px;
}
.p_4 .con .text .data {
  display: none;
  margin: 0 auto;
}
.p_4 .con .text .data.active {
  display: block;
}
@media (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  .pro1 .p_4 {
    padding: 0;
    background: none;
  }
  .pro1 .p_4 .con {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .p_4 .con .tab {
    margin-top: 0;
  }
  .p_4 .con .tab div {
    height: auto;
    border: 0px solid #949494;
    padding: 0;
    font-size: 0.3rem;
    margin-right: 0.3rem;
    color: #333;
    line-height: 0.8rem;
  }
  .p_4 .con .text {
    margin-top: 0.5rem;
  }
  .p_4 .con .text .data {
    width: 100%;
  }
  .p_4 .con table {
    width: 100% !important;
    border-collapse: collapse;
  }
  .p_4 .con table tbody {
    width: 100% !important;
  }
  .p_4 .con table tr:first-child span {
    font-size: 0.32rem !important;
  }
  .p_4 .con table td {
    width: auto !important;
    box-sizing: border-box;
    font-size: 0.28rem;
    border: 1px solid #ccc !important;
    word-break: break-all;
  }
}
/* --------------- p5-1 研发团队 ---------------- */
.dev1 {
  margin-top: 255px;
}
.dev1 .w1200 {
  padding: 30px 32px 70px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.dev1 .w1200 .con {
  padding: 0 25px;
  margin-top: 50px;
}
.dev1 .w1200 .con .title {
  margin-left: 15px;
}
.dev1 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.d_1 .con .next {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.d_1 .con .next .pic {
  width: 550px;
  height: 370px;
}
.d_1 .con .next .pic img {
  width: 100%;
  object-fit: cover;
}
.d_1 .con .next .text {
  width: 500px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.d_1 .con .next .text p {
  margin-top: 20px;
  margin-bottom: 10px;
  text-indent: 2em;
}
@media (max-width: 1200px) {
  .dev1 {
    margin-top: 0.5rem;
  }
  .dev1 .w1200 {
    padding: 0;
    background: none;
  }
  .dev1 .w1200 .con {
    padding: 0;
    margin: 0;
  }
  .d_1 .con .next {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .d_1 .con .next .pic {
    width: 100%;
    height: auto;
  }
  .d_1 .con .next .text {
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
}
/* --------------- p5-3 专利技术 ---------------- */
.d_2 .text {
  padding: 0 50px;
  box-sizing: border-box;
}
.d_2 .text p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-indent: 2em;
  margin-top: 15px;
}
/* --------------- p6-0 分子机构 ---------------- */
.br1 {
  margin-top: 255px;
}
.br1 .w1200 {
  padding: 30px 32px 70px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.br1 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.b_1 .con ul {
  margin: 35px auto 0;
  width: 960px;
}
.b_1 .con ul li {
  width: 300px;
  height: 420px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.b_1 .con ul li:nth-child(3n) {
  margin-right: 0;
}
.b_1 .con ul li img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .fzjg .br1 {
    margin-top: 0.5rem;
  }
  .fzjg .br1 .w1200 {
    padding: 0;
    background: none;
  }
  .fzjg .br1 .w1200 .con {
    padding: 0;
    margin: 0;
  }
  .b_1 .con ul {
    margin: 0 auto;
    width: 100%;
  }
  .b_1 .con ul li {
    margin: 0 4% 4% 0;
    width: 48%;
    height: 4.6rem;
  }
  .b_1 .con ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .b_1 .con ul li:nth-child(2n) {
    margin-right: 0;
  }
  .b_1 .con ul li img {
    width: 100%;
    height: 100%;
  }
  .d_2 .text{
    padding: 0;
  }
  .d_2 .text p{
    font-size: 0.3rem;
    line-height: 0.58rem;
  }
}
/* --------------- p6-1 水务分公司 ---------------- */
.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#pic {
  margin: 30px 0;
  width: 100%;
}
#pic2 {
  width: 80%;
}
.grid-wrapper4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
}
.content_right {
  width: 100%;
}
.br1 {
  margin-top: 255px;
}
/* --------------- p6-2 废气分公司 ---------------- */
.t3 {
  font-size: 16px;
  margin: 20px 40px;
}
.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#pic {
  margin: 30px 0;
  width: 100%;
}
#pic2 {
  width: 80%;
}
.grid-wrapper4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
}
.content_right {
  width: 100%;
}
.t1 {
  color: #ff6600;
  margin: 30px -10px;
  font-size: 20px;
}
.t2 {
  margin: 30px 0;
}
.br1 {
  margin-top: 255px;
}
/* --------------- p6-2 废气分公司 ---------------- */
.tech {
  margin: 0 25px;
}
.grid-wrapper_12 {
  grid-template-columns: 1fr 2fr;
  display: grid;
  border: 1px solid black;
}
.grid-wrapper-4g {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-wrapper_l {
  line-height: 25px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 5fr;
  letter-spacing: 1px;
}
.grid-wrapper_l2 {
  line-height: 25px;
  display: grid;
  grid-template-columns: 5fr 1fr;
  letter-spacing: 1px;
}
.grid-wrapper_l2 a {
  color: #ff6600;
  font-weight: 20000;
}
.l2-l {
  text-align: left;
}
.l2-r {
  text-align: right;
}
.yb_l {
  text-align: center;
  background: #045baa;
  color: white;
  padding: 15px 0;
  font-size: 17px;
  font-weight: 2000;
}
.yb_r {
  padding: 15px 0;
}
.yb_1 {
  text-align: left;
  margin-left: 8px;
}
.yb_2 {
  text-align: right;
  margin-right: 8px;
}
/* --------------- p7-1 人才理念 ---------------- */
.hr1 {
  margin-top: 255px;
}
.hr1 .w1200 {
  padding: 30px 32px 70px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.hr1 .w1200 .con {
  padding: 0 25px;
  margin-top: 50px;
}
.hr1 .w1200 .con .title {
  margin-left: 15px;
}
.hr1 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.h_1 .con .next {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.h_1 .con .next .pic {
  width: 645px;
  /* height: 370px; */
}
.h_1 .con .next .pic img {
  width: 100%;
  object-fit: cover;
}
.h_1 .con .next .text {
  width: 395px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  background: url(../images/page/hr_3.png) right bottom no-repeat;
}
.h_1 .con .next .text h3 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.h_1 .con .next .text p {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .fzjg .hr1 {
    margin-top: 0.5rem;
  }
  .fzjg .hr1 .w1200 {
    padding: 0;
    background: none;
  }
  .fzjg .hr1 .w1200 .con {
    padding: 0;
    margin: 0;
  }
  .h_1 .con .next {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .h_1 .con .next .pic {
    width: 100%;
  }
  .h_1 .con .next .text {
    width: 100%;
    background: none;
  }
  .h_1 .con .next .text h3 {
    font-size: 0.35rem;
    text-align: center;
    margin-top: 0.34rem;
  }
  .h_1 .con .next .text p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.3rem;
    line-height: 0.58rem;
  }
}
/* --------------- p7-3 薪资福利 ---------------- */
.h_2 .con .next {
  display: flex;
  justify-content: space-between;
  /* margin-top: 25px; */
}
.h_2 .con .next .pic {
  width: 540px;
  /* height: 370px; */
}
.h_2 .con .next .pic img {
  width: 100%;
  object-fit: cover;
}
.h_2 .con .next .text {
  width: 490px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.h_2 .con .next .text p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h_2 .con .next .text .pic {
  width: 470px;
  height: 280px;
  margin-top: 30px;
  margin-left: 10px;
}
.h_2 .con .next .text .pic img {
  width: 100%;
}
@media (max-width: 1200px) {
  .h_2 .con .next {
    flex-wrap: wrap;
  }
  .h_2 .con .next .pic {
    width: 100%;
  }
  .h_2 .con .next .text {
    width: 100%;
  }
  .h_2 .con .next .text p {
    font-size: 0.3rem;
    line-height: 0.58rem;
  }
  .h_2 .con .next .text .pic {
    margin: 0.3rem 0;
    width: 100%;
    height: auto;
  }
}
/* --------------- p7-4 教育培训 ---------------- */
.h_3 .con .next {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.h_3 .con .next .pic {
  width: 540px;
  /* height: 370px; */
}
.h_3 .con .next .pic img {
  width: 100%;
  object-fit: cover;
}
.h_3 .con .next .text {
  width: 490px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.h_3 .con .next .text h3 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.h_3 .con .next .text p {
  margin-top: 20px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.h_3 .con .next .text .p1 {
  text-indent: inherit;
}
@media (max-width: 1200px) {
  .h_3 .con .next {
    flex-wrap: wrap;
  }
  .h_3 .con .next .pic {
    width: 100%;
  }
  .h_3 .con .next .text {
    width: 100%;
  }
  .h_3 .con .next .text h3 {
    font-size: 0.35rem;
    text-align: center;
  }
  .h_3 .con .next .text p {
    font-size: 0.3rem;
    line-height: 0.58rem;
  }
}
/* --------------- p7-2 人才招聘 ---------------- */
.h_4 .con .next {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.h_4 .con .next .pic {
  width: 570px;
  /* height: 370px; */
  position: relative;
}
.h_4 .con .next .pic img {
  width: 100%;
  object-fit: cover;
}
.h_4 .con .next .pic .more {
  position: absolute;
  font-size: 18px;
  color: #045baa;
  top: 6%;
  right: 10%;
}
.h_4 .con .next .pic .a1 {
  width: 315px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px dashed #ddd;
  display: block;
  line-height: 40px;
  position: absolute;
  top: 12%;
  left: 13%;
}
.h_4 .con .next .pic .a2 {
  width: 315px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px dashed #ddd;
  display: block;
  line-height: 40px;
  position: absolute;
  top: 19%;
  left: 13%;
}
.h_4 .con .next .pic a:hover {
  color: #045baa;
}
.h_4 .con .next .pic .a3 {
  width: 123px;
  height: 42px;
  background-image: linear-gradient(#fcb610, #fe7a02);
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 7%;
  right: 16%;
}
.h_4 .con .next .pic .a3:hover {
  color: #fff;
}
.h_4 .con .next .text {
  width: 475px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.h_4 .con .next .text img {
  width: 100%;
  object-fit: cover;
}
.h_4_1 .con .text p {
  line-height: 30px;
}
.h_4_1 .con .text p:first-child {
  margin-top: 20px;
}
/* --------------- p8-0 联系我们 ---------------- */
.con1 {
  margin-top: 255px;
}
.con1 .w1200 {
  padding: 30px 32px 70px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.con1 .w1200 .con {
  padding: 0 25px;
  margin-top: 50px;
}
.con1 .w1200 .con .title {
  margin-left: 15px;
}
.con1 .con {
  padding: 0 36px;
  margin-top: 50px;
}
.c_1 .con .next {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  /* overflow: hidden; */
}
.c_1 .con .next .map {
  width: 610px;
  height: 690px;
}
.c_1 .con .next .text {
  width: 425px;
  margin-top: 18px;
}
.c_1 .con .next .text div {
  margin-bottom: 30px;
}
.c_1 .con .next .text .tit {
  font-size: 20px;
  color: #045baa;
  font-weight: bold;
}
.c_1 .con .next .text p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.c_1 .con .next .text p span {
  font-size: 17px;
  color: #666;
  font-weight: normal;
}
#container {
  /*地图(容器)显示大小*/
  width: 610px;
  height: 690px;
}
@media (max-width: 1200px) {
  .fzjg .con1 {
    margin-top: 0.5rem;
  }
  .fzjg .con1 .w1200 {
    padding: 0;
    background: none;
  }
  .fzjg .con1 .w1200 .con {
    padding: 0;
    margin: 0;
  }
  .c_1 .con .next {
    flex-wrap: wrap;
  }
  #container {
    width: 100%;
    height: 5.65rem;
  }
  .c_1 .con .next .text {
    margin-top: 0.3rem;
    width: 100%;
  }
  .c_1 .con .next .text div {
    margin-bottom: 0.4rem;
  }
  .c_1 .con .next .text .tit {
    margin-bottom: 0.4rem;
    font-size: 0.34rem;
  }
  .c_1 .con .next .text p {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }
  .c_1 .con .next .text p span {
    font-size: 0.3rem;
  }
}
/* --------------- p1-6 大事记 ---------------- */
.i_7 {
  position: relative;
}
.i_7 .con {
  padding: 0 36px 50px;
  margin-top: 50px;
}
.i_7 .con .next {
  background: url(../images/page/intro_25.png) repeat-y 249px 0;
  margin-top: 22px;
}
.i_7 .con .next h1 {
  font-size: 24px;
  position: absolute;
  line-height: 40px;
  padding-left: 67px;
  left: 32%;
  top: 210px;
  color: #58a6fb;
  background: url(../images/page/intro_23.png) no-repeat left top;
  background-size: 16% auto;
}
.i_7 .con .next .year {
  position: relative;
  z-index: 100;
}
.i_7 .con .next .year .h {
  height: 40px;
  width: 170px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 40px;
  text-align: right;
  color: #58a6fb;
}
.i_7 .con .next .year .h i {
  display: block;
  position: relative;
  height: 0;
  width: 0;
  left: 190px;
  top: -20px;
  border-width: 6px;
  border-style: solid;
  border-color: #59a7fb transparent transparent transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: 6px 3px;
  -moz-transform-origin: 6px 3px;
  -ms-transform-origin: 6px 3px;
  -o-transform-origin: 6px 3px;
  transform-origin: 6px 3px;
}
.i_7 .con .next .year .h:hover {
  cursor: pointer;
}
.i_7 .con .next .year.active i {
  transform: rotate(-90deg);
}
/* .i_7 .con .next .year.active .list{
    height: 0;
} */
.i_7 .con .next .year .list {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
  -moz-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
  -ms-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
  -o-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
  transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
}
.i_7 .con .next .year .list ul {
  bottom: 0;
}
.i_7 .con .next .year .list ul li {
  background: url(../images/page/intro_24.png) no-repeat 239px 36px;
  padding: 30px 0 0;
  color: #a1a4b8;
  overflow: hidden;
}
.i_7 .con .next .year .list ul li .date {
  font-size: 18px;
  line-height: 32px;
  color: #f60;
  float: left;
  display: block;
  clear: left;
  width: 200px;
  text-align: right;
}
.i_7 .con .next .year .list ul li .int {
  font-size: 16px;
  line-height: 2em;
  color: #4c4c4c;
  float: left;
  display: block;
  width: 750px;
  margin-left: 100px;
}
.i_7 .con .next .year .list ul li .int p {
  padding: 5px 0px;
}
@media (max-width: 1200px) {
  .p1_6 {
    margin-bottom: 0.5rem;
  }
  .p1_6 .next {
    background: url(../images/mobile/icons/icon_5.png) repeat-y 2rem 0;
    margin-top: 0.5rem;
    border-bottom: none;
  }
  .p1_6 .next h1 {
    font-size: 0.36rem;
    position: absolute;
    line-height: 0.5rem;
    padding-left: 0.67rem;
    left: 32%;
    top: 6.6rem;
    color: #58a6fb;
    background: url(../images/mobile/icons/icon_2.png) no-repeat left top;
    background-size: 15% auto;
  }
  .p1_6 .next .year {
    position: relative;
    /* z-index: 100; */
  }
  .p1_6 .next .year .h {
    height: 0.5rem;
    width: 1.4rem;
    padding-right: 30px;
    font-size: 0.36rem;
    line-height: 0.75rem;
    text-align: right;
    color: #58a6fb;
  }
  .p1_6 .next .year .h i {
    display: block;
    position: relative;
    height: 0;
    width: 0;
    left: 1.5rem;
    top: -0.4rem;
    border-width: 6px;
    border-style: solid;
    border-color: #59a7fb transparent transparent transparent;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: 6px 3px;
    -moz-transform-origin: 6px 3px;
    -ms-transform-origin: 6px 3px;
    -o-transform-origin: 6px 3px;
    transform-origin: 6px 3px;
  }
  .p1_6 .next .year .list {
    margin: 0.1rem 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
    -moz-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
    -ms-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
    -o-transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
    transition: height 1s cubic-bezier(0.025, 0.025, 0, 1.115), opacity 1s;
  }
  .p1_6 .next .year .list ul {
    bottom: 0;
  }
  .p1_6 .next .year .list ul li {
    background: url(../images/mobile/icons/icon_4.png) no-repeat 1.77rem 0.35rem;
    padding: 0.42rem 0 0;
    color: #a1a4b8;
    overflow: hidden;
  }
  .p1_6 .next .year .list ul li .date {
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #f60;
    float: left;
    display: block;
    clear: left;
    width: 1.4rem;
    text-align: right;
  }
  .p1_6 .next .year .list ul li .int {
    font-size: 0.26rem;
    line-height: 2em;
    color: #4c4c4c;
    float: left;
    display: block;
    width: 4.8rem;
    margin-left: 1.15rem;
    margin-top: -0.1rem;
  }
  .p1_6 .next .year .list ul li .int p {
    padding: 0 0 5px 0px;
  }
  .p1_6 .next .year.active i {
    transform: rotate(-90deg);
  }
}
/* --------------- p9-0 站内搜索 ---------------- */
.search {
  margin-top: 255px;
}
.search .w1200 {
  padding: 50px 30px 30px;
  box-sizing: border-box;
  background: #fff url(../images/page/news_2.png) center top no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.search .w1200 .con {
  /* padding: 0 25px; */
  margin-top: -15px;
}
.search .w1200 .con .title {
  font-size: 16px;
  color: #333;
}
.search .w1200 .con .list {
  padding: 15px;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px dashed #ddd;
  color: #333;
}
.search .w1200 .con .list .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
.search .w1200 .con .list .text {
  font-size: 16px;
  line-height: 28px;
}
.search .w1200 .con .list:hover .tit {
  color: #045baa;
}
.searchBox {
  display: none;
}
@media (max-width: 1200px) {
  .searchBox {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .searchInput {
    height: 0.9rem;
    display: flex;
    border: 0.01rem solid #ededed;
    border-radius: 0.1rem 0 0 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    width: calc(100% - 1rem);
  }
  .searchInput input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
  }
  .searchButton {
    font-size: 0.28rem;
    line-height: 0.9rem;
    width: 1rem;
    text-align: center;
    background: #3db3b1;
    color: #fff;
    border-radius: 0 0.1rem 0.1rem 0;
  }
  .search {
    margin-top: 0.5rem;
  }
  .search .w1200 {
    padding: 0;
    background: none;
  }
  .search .w1200 .con {
    margin-top: 0;
  }
  .search .w1200 .con .title {
    font-size: 0.34rem;
  }
  .search .w1200 .con .list {
    padding: 15px 0;
  }
  .search .w1200 .con .list .tit {
    font-size: 0.34rem;
    line-height: 0.54rem;
  }
  .search .w1200 .con .list .text {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
}
/* --------------- p6-1 水务分公司 ---------------- */
.b_2 .con .box1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.b_2 .con h3 {
  color: #ff6600;
  font-size: 20px;
}
.b_2 .con .box1 .text p {
  margin-top: 25px;
  line-height: 28px;
  margin-left: 12px;
}
.b_2 .con .box2Content {
  margin-top: 40px;
}
.b_2 .con .box2Content p {
  font-size: 18px;
  color: #666;
  margin-top: 30px;
  line-height: 32px;
}
.b_2 .con .box2 {
  margin-top: 40px;
}
.b_2 .con .box2 h3 {
  margin-bottom: 30px;
}
.b_2 .con .box2 .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.b_2 .con .box2 .p2 {
  font-size: 18px;
  color: #666;
  margin-top: 30px;
  line-height: 32px;
}
.b_2 .con .box2 .img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.b_2 .con .box2 .img > div {
  width: 245px;
  height: 163px;
}
.b_2 .con .box2 .img > div img {
  width: 100%;
  height: 100%;
}
.b_2 .con .box3 {
  margin-top: 40px;
}
.b_2 .con .box3 .p3 {
  font-size: 18px;
  color: #666;
  margin-left: 10px;
  margin-top: 30px;
}
.b_2 .con .box3 .p4 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.b_2 .con .box3 .p4 p {
  font-size: 18px;
  color: #666;
  margin-left: 10px;
}
.b_2 .con .box3 .p4 a {
  color: #ff6600;
}
.b_2 .con .box3 .p4 a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .p6_1 {
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
  .p6_1 .img {
    width: 100%;
  }
  .p6_1 .img img {
    width: 100%;
    height: auto;
  }
  .p6_1 .list {
    margin-top: 0.5rem;
  }
  .p6_1 .list p {
    font-size: 0.28rem;
    color: #333;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_1 .first {
    margin-top: 0;
  }
  .p6_1 .list .t {
    font-size: 0.32rem;
    color: #ff6600;
    text-align: center;
  }
  .p6_1 .listContent {
    margin-top: 0.3rem;
  }
  .p6_1 .listContent p {
    font-size: 0.28rem;
    color: #333;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_1 .listContent img {
    width: 100%;
    height: 100%;
  }
  .p6_1 .list .n {
    font-size: 0.28rem;
    color: #333;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_1 .list .p1 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    font-weight: bold;
  }
  .p6_1 .list .pic_list {
    overflow: hidden;
  }
  .p6_1 .list .pic_list .pic {
    width: 3rem;
    height: 2rem;
    float: left;
    margin-top: 0.3rem;
  }
  .p6_1 .list .pic_list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p6_1 .list .pic_list .pic:nth-child(2n) {
    margin-left: 0.5rem;
  }
  .p6_1 .list .p2 {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_1 .list a {
    color: #ff6600;
    text-decoration: none;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .p6_1 .list .p3 {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.5rem;
  }
  .p6_1 .list .p3_f {
    margin-top: 0.2rem;
  }
}
/* --------------- p6-2 废气治理分公司 ---------------- */
.b_3 .con .box1 {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 30px; */
}
.b_3 .con .box1 .text {
  margin-top: 20px;
  width: 47%;
}
.b_3 .con h3 {
  color: #ff6600;
  font-size: 20px;
}
.b_3 .con .box1 .text p {
  margin-top: 25px;
  line-height: 28px;
  margin-left: 12px;
}
.b_3 .con .box2 {
  margin-top: 30px;
}
.b_3 .con .box2 .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-left: 10px;
}
.b_3 .con .box2 .list1 {
  margin-top: 25px;
  display: flex;
  margin-left: 10px;
}
.b_3 .con .box2 .list1 .list1-box {
  width: 205px;
  height: 160px;
  border: 1px solid #dcdcdc;
  margin-right: 20px;
}
.b_3 .con .box2 .list1 .list1-box .t {
  width: 100%;
  height: 36px;
  background: #045baa;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.b_3 .con .box2 .list1 .list1-box .b {
  font-size: 16px;
  color: #666;
  padding: 8px 15px;
  line-height: 28px;
}
.b_3 .con .box2 .p2 {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-top: 30px;
  margin-left: 10px;
}
.b_3 .con .box2 .img {
  margin-top: 30px;
  width: 100%;
}
.b_3 .con .box2 .img img {
  width: 100%;
}
.b_3 .con .box2 .text {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #666;
  line-height: 30px;
}
.b_3 .con .box2 .text .l {
  width: 520px;
  margin-left: 35px;
}
.b_3 .con .box2 .text .l .d {
  display: flex;
  margin-bottom: 20px;
}
.b_3 .con .box2 .text .r {
  width: 470px;
}
.b_3 .con .box2 .text .r .d {
  display: flex;
}
.b_3 .con .box2 .text .r .d .d2 p {
  margin-bottom: 20px;
}
.b_3 .con .box2 .list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 18px;
}
.b_3 .con .box2 .list .ul1 {
  width: 580px;
  margin-left: 10px;
}
.b_3 .con .box2 .list li {
  line-height: 30px;
  margin-bottom: 25px;
}
.b_3 .con .box2 .list .ul2 {
  width: 455px;
}
@media (max-width: 1200px) {
  .p6_2 {
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
  .p6_2 .img {
    width: 100%;
  }
  .p6_2 .img img {
    width: 100%;
    height: auto;
  }
  .p6_2 .list {
    margin-top: 0.5rem;
  }
  .p6_2 .first {
    margin-top: 0;
  }
  .p6_2 .list .t {
    font-size: 0.32rem;
    color: #ff6600;
    text-align: center;
  }
  .p6_2 .list .n {
    font-size: 0.28rem;
    color: #666;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_2 .list .p1 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_2 .list .pic {
    width: 100%;
    margin-top: 0.3rem;
  }
  .p6_2 .list .pic img {
    width: 100%;
  }
  .p6_2 .list .ul {
    overflow: hidden;
  }
  .p6_2 .list .ul .li {
    float: left;
    width: 3.1rem;
    height: 2.45rem;
    border: 1px solid #dcdcdc;
    margin-top: 0.3rem;
  }
  .p6_2 .list .ul .li:nth-child(2n) {
    margin-left: 0.22rem;
  }
  .p6_2 .list .ul .li .tit {
    width: 100%;
    height: 0.55rem;
    font-size: 0.32rem;
    color: #fff;
    background: #035cac;
    line-height: 0.55rem;
    text-align: center;
  }
  .p6_2 .list .ul .li .text {
    color: #666;
    font-size: 0.22rem;
    padding: 0.3rem 0.28rem;
    line-height: 0.4rem;
  }
  .p6_2 .list .ul .li:nth-child(4) .text {
    padding: 0.1rem 0.28rem;
  }
  .p6_2 .list .p1 span {
    color: #666;
  }
  .p6_2 .list .list-text {
    display: flex;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.5rem;
  }
  .p6_2 .list ul {
    /* margin-top: 0.2rem; */
    color: #666;
    font-size: 0.28rem;
  }
  .p6_2 .list ul li {
    line-height: 0.5rem;
    margin-left: 0.5rem;
  }
  .p6_2 .list .p2 {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
}
/* --------------- p6-3 环境修复分公司 ---------------- */
.b_4 .con .box1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.b_4 .con .box1 .text {
  margin-top: 20px;
  width: 47%;
}
.b_4 .con h3 {
  color: #ff6600;
  font-size: 20px;
}
.b_4 .con .box1 .text p {
  margin-top: 25px;
  line-height: 28px;
  margin-left: 12px;
}
.b_4 .con .box2 {
  margin-top: 30px;
}
.b_4 .con .box2 .list1 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.b_4 .con .box2 .list1 .list1-box {
  width: 350px;
  height: 95px;
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
}
.b_4 .con .box2 .list1 .list1-box .t {
  width: 120px;
  height: 100%;
  background: #035cac;
  text-align: center;
  line-height: 95px;
  font-size: 20px;
  color: #fff;
}
.b_4 .con .box2 .list1 .list1-box .b {
  width: calc(100% - 120px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 35px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.b_4 .con .box2 .list1 .list1-box .b .r {
  text-align: right;
}
.b_4 .con .box3 {
  margin-top: 30px;
}
.b_4 .con .box3 p {
  margin-top: 30px;
  margin-left: 10px;
  font-size: 18px;
}
.b_4 .con .box3 img {
  margin-top: 30px;
  margin-left: 6px;
}
.b_4 .con .box4 {
  margin-top: 15px;
  font-size: 18px;
}
.b_4 .con .box4 li {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding: 0 10px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px dashed #000;
}
.b_4 .con .box4 li .img {
  width: 180px;
  height: 120px;
}
.b_4 .con .box4 li .img img {
  width: 100%;
  height: 100%;
}
.b_4 .con .box4 li .text {
  margin-left: 15px;
  width: 850px;
}
.b_4 .con .box4 li .text .p1 {
  font-weight: bold;
  color: #333;
}
.b_4 .con .box4 li .text .p2 {
  color: #666;
  line-height: 25px;
  margin-top: 5px;
}
.b_4 .con .box4 li .text .p3 {
  color: #666;
  margin-top: 30px;
}
.b_4 .con .box5 {
  margin-top: 50px;
  font-size: 18px;
}
.b_4 .con .box5 ul {
  margin-top: 10px;
  overflow: hidden;
  margin-left: 10px;
}
.b_4 .con .box5 li {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.b_4 .con .box5 li .l {
  width: 180px;
  line-height: 25px;
}
.b_4 .con .box5 li .l p {
  font-weight: bold;
}
.b_4 .con .box5 li .r {
  width: calc(100% - 180px);
  line-height: 25px;
}
.b_4 .con .box5 li .r p {
  margin-bottom: 30px;
}
.b_4 .con .box5 li .r p:last-child {
  margin-bottom: 0;
}
.b_4 .con .box6 {
  margin-top: 30px;
}
.b_4 .con .box6 .text {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.b_4 .con .box6 .text p {
  font-size: 18px;
  color: #666;
  margin-left: 10px;
}
.b_4 .con .box6 .text a {
  color: #ff6600;
}
@media (max-width: 1200px) {
  .p6_3 {
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
  .p6_3 .img {
    width: 100%;
  }
  .p6_3 .img img {
    width: 100%;
    height: auto;
  }
  .p6_3 .list {
    margin-top: 0.5rem;
  }
  .p6_3 .first {
    margin-top: 0;
  }
  .p6_3 .list .t {
    font-size: 0.32rem;
    color: #ff6600;
    text-align: center;
  }
  .p6_3 .list .n {
    font-size: 0.28rem;
    color: #666;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_3 .list .p1 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_3 .list .text {
    display: flex;
    width: 100%;
    height: 1.8rem;
    border: 1px solid #dcdcdc;
    margin-top: 0.3rem;
  }
  .p6_3 .list .text .l {
    width: 2.2rem;
    height: 100%;
    background: #035cac;
    font-size: 0.32rem;
    color: #fff;
    line-height: 1.8rem;
    text-align: center;
  }
  .p6_3 .list .text .r {
    width: calc(100% - 2.2rem);
    font-size: 0.28rem;
    color: #666;
    padding: 0 0.18rem;
    box-sizing: border-box;
  }
  .p6_3 .list .text .r .c {
    display: flex;
    justify-content: space-between;
  }
  .p6_3 .list .text .r p {
    margin-top: 0.35rem;
  }
  .p6_3 .list .p2 {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_3 .list .pic {
    width: 100%;
    margin-top: 0.3rem;
  }
  .p6_3 .list .pic img {
    width: 100%;
  }
  .p6_3 .list .box {
    width: 5.5rem;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 #666;
    margin-top: 0.5rem;
  }
  .p6_3 .list .pic2 {
    width: 100%;
  }
  .p6_3 .list .pic2 img {
    width: 100%;
  }
  .p6_3 .list .text2 {
    padding: 0 0.28rem 0.2rem;
  }
  .p6_3 .list .p1 span {
    color: #666;
  }
  .p6_3 .list ul {
    /* margin-top: 0.2rem; */
    color: #666;
    font-size: 0.28rem;
  }
  .p6_3 .list ul li {
    line-height: 0.5rem;
    margin-left: 0.5rem;
  }
  .p6_3 .list a {
    color: #ff6600;
    text-decoration: none;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .p6_3 .list .p3 {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.5rem;
  }
  .p6_3 .list .p3_f {
    margin-top: 0.2rem;
  }
}
/* --------------- p6-4 武汉水务有限公司 ---------------- */
.b_5 .con .box1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  /* border-bottom: 1px solid #dcdcdc; */
}
.b_5 .con .box1 .text {
  margin-top: 20px;
  width: 50%;
}
.b_5 .con h3 {
  color: #ff6600;
  font-size: 20px;
}
.b_5 .con .box1 .text .p1 {
  margin-top: 25px;
  line-height: 28px;
  margin-left: 12px;
}
.b_5 .con .box1 .text .box1-h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.b_5 .con .box1 .text .p2 {
  display: flex;
  margin-left: 10px;
  line-height: 30px;
}
.b_5 .con .box1 .text .p2 .p3 {
  width: 110px;
}
.b_5 .con .box1 .text .p2 .p4 {
  /* width: calc(100% - 110px); */
}
.b_5 .con .box2 {
  margin-top: 30px;
  width: 100%;
}
.b_5 .con .box2 img {
  width: 100%;
  height: auto;
}
.b_5 .con .box3 {
  margin-top: 30px;
  font-size: 18px;
}
.b_5 .con .box3 p {
  line-height: 28px;
  color: #666;
  margin-left: 10px;
  margin-top: 30px;
}
.b_5 .con .box3 .p1 {
  font-weight: bold;
  color: #333;
}
.b_5 .con .box3 .img {
  margin-top: 30px;
}
.b_5 .con .box3 .img img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .p6_5 {
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
  .p6_5 .img {
    width: 100%;
  }
  .p6_5 .img img {
    width: 100%;
    height: auto;
  }
  .p6_5 .list {
    margin-top: 0.5rem;
  }
  .p6_5 .first {
    margin-top: 0;
  }
  .p6_5 .list .t {
    font-size: 0.32rem;
    color: #ff6600;
    text-align: center;
  }
  .p6_5 .list .n {
    font-size: 0.28rem;
    color: #666;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_5 .list .p1 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_5 .list .pic {
    width: 100%;
    margin-top: 0.3rem;
  }
  .p6_5 .list .pic img {
    width: 100%;
  }
}
/* --------------- p6-5 新能源开发大丰有限公司 ---------------- */
.b_6 .con .box1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  /* border-bottom: 1px solid #dcdcdc; */
}
.b_6 .con .box1 .text {
  margin-top: 20px;
  width: 47%;
}
.b_6 .con h3 {
  color: #ff6600;
  font-size: 20px;
}
.b_6 .con .box1 .text p {
  margin-top: 25px;
  line-height: 28px;
  margin-left: 12px;
}
.b_6 .con .box2 {
  margin-top: 30px;
}
.b_6 .con .box2 ul {
  margin-top: 30px;
  overflow: hidden;
}
.b_6 .con .box2 ul li {
  float: left;
  width: 510px;
  margin-bottom: 20px;
  margin-left: 22px;
}
/* .b_6 .con .box2 ul li:nth-child(2n){
    margin-left: 25px;
} */
.b_6 .con .box2 ul li .img {
  width: 510px;
  height: 345px;
}
.b_6 .con .box2 ul li .img img {
  width: 100%;
  height: 100%;
}
.b_6 .con .box2 ul li p {
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .p6_4 {
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
  .p6_4 .img {
    width: 100%;
  }
  .p6_4 .img img {
    width: 100%;
    height: auto;
  }
  .p6_4 .list {
    margin-top: 0.5rem;
  }
  .p6_4 .first {
    margin-top: 0;
  }
  .p6_4 .list .t {
    font-size: 0.32rem;
    color: #ff6600;
    text-align: center;
  }
  .p6_4 .list .n {
    font-size: 0.28rem;
    color: #666;
    text-indent: 2em;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .p6_4 .list .pic {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .p6_4 .list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p6_4 .list .text {
    font-size: 0.32rem;
    text-align: center;
    color: #666;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
}
/* --------------- p3-0 党群建设 ---------------- */
.dq1 {
  margin-top: 255px;
}
.dq1 .w1200 {
  /* padding: 0px 32px 70px; */
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  min-height: 500px;
  padding-bottom: 70px;
}
.dq_1 {
  display: flex;
  justify-content: space-between;
}
.dq_1 .menu3 {
  width: 235px;
}
.dq_1 .menu3 .title {
  width: 100%;
  height: 40px;
  background: #3db3b1;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
.dq_1 .menu3 .tab {
  height: 210px;
  width: 225px;
  margin-left: 10px;
  background: #3db3b1;
}
.dq_1 .menu3 .tab .tab_box {
  width: 100%;
  height: 205px;
  background: #efefef;
  overflow: hidden;
}
.dq_1 .menu3 .tab .tab_box .tab1 {
  margin-top: 30px;
}
.dq_1 .menu3 .tab .tab_box a {
  display: block;
  width: 100%;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #333;
  position: relative;
  transition: all 0.5s;
}
.dq_1 .menu3 .tab .tab_box a em {
  position: absolute;
  width: 6px;
  height: 7px;
  background: url(../images/icon/icon_23s.png) center no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.dq_1 .menu3 .tab .tab_box a:hover {
  background: #c0c0c0;
  color: #fff;
}
.dq_1 .menu3 .tab .tab_box a:hover em {
  background: url(../images/icon/icon_23.png) center no-repeat;
}
.dq_1 .menu3 .tab .tab_box a.active {
  background: #c0c0c0;
  color: #fff;
}
.dq_1 .menu3 .tab .tab_box a.active em {
  background: url(../images/icon/icon_23.png) center no-repeat;
}
.dq_1 .list {
  /* width: calc(100% - 235px); */
  width: 930px;
  margin: 0 auto;
}
.dq_1 .list .title {
  width: 100%;
  height: 55px;
  border-bottom: 1px dashed #dcdcdc;
  line-height: 55px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.dq_1 .list .title .l {
  background: url(../images/page/dq_2.png) left center no-repeat;
  padding-left: 12px;
  font-size: 20px;
  color: #3db3b1;
}
.dq_1 .list .title .bread {
  display: flex;
  position: relative;
  color: #999;
}
.dq_1 .list .title .bread img {
  width: 9px;
  height: 13px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.dq_1 .list .title .bread a {
  color: #999;
}
.dq_1 .list .title .bread a:hover {
  color: #3db3b1;
}
.dq_1 .list .news a {
  padding: 25px 0 20px;
  border-bottom: 1px dashed #dcdcdc;
  display: flex;
  justify-content: space-between;
}
.dq_1 .list .news .img {
  width: 300px;
  height: 170px;
  overflow: hidden;
}
.dq_1 .list .news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.dq_1 .list .news .text {
  width: 600px;
}
.dq_1 .list .news .text .p1 {
  color: #333;
  font-weight: bold;
  line-height: 30px;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.dq_1 .list .news .text .p2 {
  color: #666;
  line-height: 28px;
  margin-top: 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*超出两行显示省略号*/
  overflow: hidden;
}
.dq_1 .list .news .text .p3 {
  background: url(../images/icon/icon_25.png) left center no-repeat;
  padding-left: 20px;
  color: #666;
  margin-top: 10px;
  font-size: 16px;
}
.dq_1 .list .news .text .p4 {
  width: 60px;
  height: 20px;
  border: 1px solid #666;
  text-align: center;
  line-height: 20px;
  color: #666;
  margin-top: 10px;
  font-size: 12px;
  border-radius: 10px;
  transition: all 0.5s;
}
.dq_1 .list .news a:hover img {
  transform: scale(1.08);
}
.dq_1 .list .news a:hover .p1 {
  color: #3db3b1;
}
.dq_1 .list .news a:hover .p4 {
  border: 1px solid #3db3b1;
  background: #3db3b1;
  color: #fff;
}
/* --------------- p4-2 典型工程案例 ---------------- */
.p_5 .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.p_5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.p_5 .swiper-slide img {
  display: block;
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
  object-fit: cover;
}
.p_5 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 1002;
}
.p_5 .swiper-slide {
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
  margin: 50px 0;
}
.p_5 .swiper-slide-next {
  /* margin-left: -54px; */
}
.p_5 .swiper-slide-prev {
  /* margin-right: -54px; */
}
.p_5 .swiper-slide a p {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  padding: 10px 10px 30px;
}
.p_5 .swiper-pagination {
  display: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon/icon_27.png) !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon/icon_26.png) !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 70px !important;
  height: 70px !important;
  background: #000 no-repeat center;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-button-prev:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .pro1 {
    margin-top: 0.5rem;
  }
  .pro1 .p_5 {
    padding: 0.5rem 0 0;
    width: 100%;
    background: none;
  }
  .pro1 .p_5 .con {
    padding: 0;
    margin: 0;
  }
  .p_5 .swiper-slide {
    font-size: 18px;
    box-shadow: 0 0 0 #ccc;
    margin: 0 0 0.5rem;
  }
  .p_5 .swiper-slide a {
    margin: 0 auto;
    width: 92%;
    box-shadow: 0 0 0.1rem #ccc;
  }
  .p_5 .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .p_5 .swiper-slide img {
    width: 100%;
    height: 4.35rem;
  }
  .p_5 .swiper-slide a p {
    font-size: 0.32rem;
    line-height: 0.5rem;
    padding: 0.3rem 0.1rem;
  }
  .p_5 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }
  .p_5 .swiper-pagination-bullet-active {
    background: #015595;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
/* --------------- p1-8 公司资质 ---------------- */
.i_4 .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.i_4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.i_4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_4 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 1002;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon/icon_27.png) !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon/icon_26.png) !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 70px !important;
  height: 70px !important;
  background: #000 no-repeat center;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-button-prev:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .p1-4 .g-w4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
  }
  .p1-4 .content .text img {
    position: relative;
    transform: scale(0.7);
    margin: 0.2rem 0 0 0.8rem;
    z-index: -1;
  }
  .p1-4 .content .text p {
    margin: -1rem 0.6rem 0 0.6rem;
    font-size: 0.3rem;
  }
  .p1-4 .content .text2 {
    margin: 0.7rem 0.6rem -0.3rem 0.6rem;
    font-size: 0.3rem;
  }
  .p1-4 .content .text a {
    text-decoration: none;
    color: #005ca2;
  }
  .p1-4 .content .pic img {
    width: 89%;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
    display: block;
    margin: 0 auto;
  }
}
/* --------------- p1-9 公司荣誉 ---------------- */
.i_4 .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.i_4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.i_4 .swiper-slide img {
  display: block;
  max-width: 100%;
  height: 370px;
  object-fit: contain;
}
.i_4 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 1002;
}
.i_4 .swiper-slide {
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
  margin: 50px 0;
}
.i_4 .swiper-slide a p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.i_4 .swiper-pagination {
  display: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon/icon_27.png) !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon/icon_26.png) !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 70px !important;
  height: 70px !important;
  background: #000 no-repeat center;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-button-prev:hover {
  opacity: 0.8;
}
.i_4 .con .t {
  display: flex;
  padding-bottom: 15px;
  /* margin-top: 30px; */
}
.i_4 .con .t a {
  color: #333;
  margin-right: 20px;
}
.i_4 .con .t a:hover {
  color: #ff8400;
}
.i_4 .con .t a.active {
  color: #ff8400;
}
@media (max-width: 1200px) {
  .i_4 .con {
    padding: 0;
    margin-top: 0;
  }
  .i_4 .con .t {
    flex-wrap: wrap;
    margin: 0 4%;
    padding-bottom: 0;
  }
  .i_4 .con .t a {
    margin-bottom: 0.5rem;
    margin-right: 0.2rem;
    font-size: 0.3rem;
  }
  .i_4 .con .text {
    margin-top: 0;
    padding-bottom: 0;
  }
  .i_4 .swiper {
    padding-bottom: 0;
  }
  .i_4 .swiper .swiper-slide {
    margin: 0;
    box-shadow: 0 0 0 #ccc;
  }
  .i_4 .swiper .swiper-slide a {
    margin: 10px 4% 1rem;
    width: 92%;
    box-shadow: 0 0 10px 0 #ccc;
  }
  .i_4 .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
  }
  .i_4 .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #006db8;
  }
  .i_4 .swiper .swiper-button-next,
  .i_4 .swiper .swiper-button-prev {
    display: none;
  }
  .i_4 .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .i_4 .con .text img {
    height: 4.35rem;
  }
  .gsry .w1200 {
    width: 100%;
  }
}
.gfText {
  margin-left: 30px;
}
.el-pagination.is-background .el-pager li.is-active {
  background-color: #4483dc;
}
.el-pager li.is-active,
.el-pager li:hover {
  color: #4483dc;
}
