.wrap{
  width: 1200px;
  margin: auto;
}
/*产品中心*/
.cpzx_li{
  background-color: #f3f4f6;
}
.cpzx_li .wrap{ 
  width:1200px; 
  padding-top: 12px;
  padding-bottom: 100px;
}
.cpzx_li .tit{
  font-size: 24px;
  font-weight: bold;
  line-height: 62px;
  height: 62px;
  color: #fff;
  background: no-repeat url(../images/cpzx_bg.png) left center;
  border-top-left-radius: 25px;
  padding-left: 30px;
  margin-top: 38px;
}
.cpzx_li .li{
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
}
.cpzx_li .li a{
  width: 32.5%;
  height: 338px;
  background-color: #fff;
  padding: 25px;
  box-sizing: border-box;
  display: flex;  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  position: relative;
}
.cpzx_li .li a .img{
  flex-grow: 1;   /*放大*/
  overflow: hidden;
  width: 100%;
  display: flex;  
  justify-content: center;
  align-items: center;
}
.cpzx_li .li a .img img{
  max-width: 75%;
  max-height: 90%;
}
.cpzx_li .li a h1{
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin: 10px 0;
}
.cpzx_li .li a button{
  outline: none;
  border: 0px;
  height: 26px;
  width: 84px;
  font-size: 14px;
  color: #fff;
  background-color: #003b9f;
  border-radius: 13px;
}
.cpzx_li .li a:hover button{
  opacity: 0.8;
  cursor: pointer;
}
.cpzx_li .li a.wid4{
  width: 24.0624%;
}
.cpzx_li .li a.wid2{
  width: 66.25%;
  background: no-repeat url(../images/cpzx_bg2.png) left top;
}
.cpzx_li .li a.wid2 .img{
  width: 50%;
  right: 0;
  position: absolute;
}
.cpzx_li .li a.wid2 h1{
  margin-right: 53%;
  font-size: 32px;
}
.cpzx_li .li a.wid2 button{
  margin-right: 53%;
  height: 42px;
  width: 118px;
  border-radius: 21px;
}
/*产品中心*/
.gcal_li{
  width:1200px; 
  margin: auto;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.625%;
}
.gcal_li a{
  width: 32.25%;
  height: 403px;
  margin-top: 20px;
  position: relative;
}
.gcal_li a .txt{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: repeat-x url(../images/gcal_bg.png) bottom;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 35px;
  box-sizing: border-box;
}
.gcal_li a:hover .txt{
  opacity: 0.85;
}
.gcal_li a .txt img{
  float: left;
  display: block;
  margin-right: 10px;
}
.gcal_li a .txt h1{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.gcal_li a .txt h2{
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}
.gcal_li a .img{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.gcal_li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*荣誉资质*/
.ryzz_li{
  width:1200px; 
  margin: auto;
  padding-top: 90px;
  height: 360px;
  position: relative;
  background: repeat-x url(../images/ryzz_ico3.png) center top+133px/100% 6px;
}
.ryzz_li .mySwiper-ryzz{
  /*height: 100%;*/
  width: 100%;
  position: absolute;
}
.ryzz_li .mySwiper-ryzz .swiper-slide{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 2%;
  margin-top: 140px;
}
.ryzz_li .mySwiper-ryzz .swiper-slide .cole{
  width: 48%;
}
.ryzz_li .mySwiper-ryzz .swiper-slide .cori{
  width: 50%;
}
.ryzz_li .mySwiper-ryzz .swiper-slide h1{
  font-size: 100px;
  font-weight: bold;
  color: #003b9f;
  text-align: center;
}
.ryzz_li .mySwiper-ryzz .swiper-slide p{
  font-size: 16px;
  line-height: 1.875;
  color: #555555;
}
.ryzz_li .mySwiper-ryzz .swiper-slide em{
  color: #a5a5a5;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}
/*.ryzz_li .swiper-pagination{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: repeat-x url(../images/ryzz_ico3.png) center center/100% 6px;
  padding: 0 14%;
  box-sizing: border-box;
  top: 0;
  height: 96px;
}
.ryzz_li .swiper-pagination-bullet{ 
  width:28px; 
  height:28px;
  background: none; 
  background-image: url(../images/ryzz_ico2.png);
  transition:all linear .2s; 
  opacity:1; 
  outline: none;
  top: 0;
}
.ryzz_li .swiper-pagination em{ 
  font-size: 22px;
  color: #b7b7b7;
  font-style:normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 70px;
  transform: translate(-22%, 0);
}
.ryzz_li .swiper-pagination-bullet-active em{
  color: #003b9f;
  font-weight: bold;
}*/
.ryzz_li .swiper-button-prev{ 
  background-image: url(../images/ryzz_ico.png);
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  outline: none;
  top: 24px;
  right: auto;
  left: 5%;
  margin-top: 0px;
}
.ryzz_li .swiper-button-next{ 
  background-image: url(../images/ryzz_ico.png);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 46px;
  height: 46px;
  outline: none;
  top: 24px;
  right: 5%;
  margin-top: 0px;
}
.ryzz_li .swiper-button-next.swiper-button-disabled, 
.ryzz_li .swiper-button-prev.swiper-button-disabled{ 
  opacity:1; 
}
.ryzz_li .swiper-button-prev:after{
  display: none;
}
.ryzz_li .swiper-button-next:after{
  display: none;
}

.ryzz_li .mySwiper-thumbs{ 
  margin: 0 14%;
  box-sizing: border-box;
  top: 0;
  height: 60px;
  margin-bottom: -60px;
  z-index: 1000;
}
.ryzz_li .mySwiper-thumbs .swiper-slide{
  height:100%;
  background: no-repeat url(../images/ryzz_ico2.png) center bottom;
}
.ryzz_li .mySwiper-thumbs .swiper-slide em{ 
  font-size: 22px;
  color: #b7b7b7;
  font-style:normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ryzz_li .mySwiper-thumbs .swiper-slide-active em{
  color: #003b9f;
  font-weight: bold;
}
/*.ryzz_li .swiper-pagination-bullet-active em{
  color: #003b9f;
  font-weight: bold;
}*/