@charset "UTF-8";
.public-top__title{ font-size: 30px;color:#004e94;line-height: 1;}

/*public_title*/

.public_title {

  text-align: center;

}

.public_title h5 {

  font-size: 30px;

  color: #004e94;

  font-weight: 600;

  text-transform: uppercase;

}

.public_title > div {

  display: flex;

  align-items: center;

  justify-content: center;

}

.public_title > div .line {

  width: 100px;

  height: 1px;

  background: #474747;

}

.public_title > div p {
  font-size: 18px;
  color: #474747;
  margin: 0 15px;
}



/*产品中心*/

.product {

  margin-top: 100px;

  margin-bottom: 130px;

}

.product .typelist {

  margin-top: 50px;

  margin-bottom: 60px;

  text-align: center;

}

.product .typelist ul {

  display: inline-block;

}

.product .typelist ul li {

  margin: 0 14px;

}

.product .typelist ul li:hover a, .product .typelist ul li.on a {

  background: #004e94;

  color: white;

  border: 1px solid #004e94;

}

.product .typelist ul li a {

  border: 1px solid #686868;

  border-radius: 20px;

  font-size: 18px;

  color: #686868;

  width: 220px;

  padding:12px 0 10px;
  line-height: 1;
  display: flex;

  align-items: center;

  justify-content: center;

}

.product .goods_box {

  text-align: center;

}

.product .goods_box .goods_list {

  display: none;

  width: 100%;

}

.product .goods_box .goods_list.on {

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;

}

.product .goods_box .goods_list li:hover .item {

  border: 1px solid #004e94;

}

.product .goods_box .goods_list li:hover .item img {

  transform: scale(1.03);

}

.product .goods_box .goods_list li:hover .item .name {

  color: #004e94;

}

.product .goods_box .goods_list li .item {

  overflow: hidden;

  border: 1px solid #e5e5e5;

  display: block;

  text-align: center;

}
.product .goods_box .goods_list li .item .p_img {aspect-ratio: 1 / 1;overflow: hidden;}
.product .goods_box .goods_list li .item .name {

  display: inline-block;

  margin-top: 25px;

  color: #979797;

  font-size: 16px;

  padding: 12px 38px;

  border-top: 1px solid #979797;
  
  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.product .goods_box .goods_list li .item img {

  transition: .5s;

}



/*优势*/

.youshi {

  display: flex;

  width: 100%;

}

.youshi .item {

  flex: 1;

  height: 111px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.youshi .item p {

  font-size: 18px;

  font-weight: 600;

  color: white;

  margin-left: 15px;

}

.youshi .item1 {

  background: #144c86;

}

.youshi .item2 {

  background: #3986d6;

}

.youshi .item3 {

  background: #378a45;

}



/*关于我们*/

.about {

  background: url("../images/about_bg.jpg") no-repeat center;

}

.about .message {

  margin-right: 30px;

  margin-top: 143px;

  margin-bottom: 69px;

}

.about .message .public_title {

  text-align: left;

}

.about .message .public_title > div {

  justify-content: flex-start;

}

.about .message .public_title > div .line:first-child {

  width: 30px;

}

.about .message .title {

  font-weight: 600;

  color: #004e94;

  font-size: 16px;

  line-height: 2;

  margin-top: 77px;

  margin-bottom: 88px;

}

.about .message .summary {

  font-size: 16px;

  color: #848484;

  line-height: 2;

  margin-bottom: 43px;

}

.about .message .more {

  width: 140px;

  height: 42px;

  background: #004e94;

  text-transform: uppercase;

  color: white;

  border-radius: 20px;

  transition: .5s;

}

.about .message .more:hover {

  background: #004e94;

  color: white;

}



/*证书*/

.zhengshu {

  padding-top: 138px;

  background: url("../images/zhengshu_bg.jpg") no-repeat center;

  background-size: cover;

}

.zhengshu .zhengshu_list {

  margin-top: 55px;

  margin-bottom: 110px;

}

.zhengshu .zhengshu_list .item {

  text-align: center;

}

.zhengshu .zhengshu_list .item img {

  display: block;

  margin: 0 auto;

}

.zhengshu .owl-theme .owl-controls {

  bottom: 61%;

}

.zhengshu .owl-theme .owl-controls .owl-buttons div {

  width: 62px;

  height: 62px;

  margin: 0;

  padding: 0;

  border: 0;

  border-radius: 100%;

  position: absolute;

}

.zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev {

  background: url("../images/owl_lf.png") no-repeat center;

  background-size: cover;

  left: -79px;

}

.zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next {

  background: url("../images/owl_rt.png") no-repeat center;

  background-size: cover;

  right: -69px;

}
.zhengshu .cer_name{display: block; margin-top: 12px;}


/*新闻*/

.news {

  margin-top: 100px;

}

.news .content {

  margin-top: 55px;

  margin-bottom: 130px;

}

.news .content .news_list .more {

  color: #004e94;

}

.news .content .news_list ul {

  padding-left: 28px;

}

.news .content .news_list ul li {

  width: 100%;

  padding-left: 25px;

  border-bottom: 1px dashed #e5e5e5;

  padding-bottom: 25px;

  margin-bottom: 25px;

}

.news .content .news_list ul li:last-child {

  margin-bottom: 15px;

  padding-bottom: 0;

  border-bottom: 0px;

}

.news .content .news_list ul li .item {

  position: relative;

}

.news .content .news_list ul li .item:hover .title, .news .content .news_list ul li .item:hover .date {

  color: #004e94;

}

.news .content .news_list ul li .item:after {

  width: 10px;

  height: 10px;

  background: #004e94;

  display: inline-block;

  content: '';

  position: absolute;

  top: 7px;

  left: -23px;

  border-radius: 100%;

}

.news .content .news_list ul li .item .line {

  width: 43px;

  height: 1px;

  background: #004e94;

  display: inline-block;

  margin: 15px 0;

}

.news .content .news_list ul li .item .summary {

  line-height: 2;

  min-height: 56px;

}

.news .content .news_list ul li .item .date {

  position: absolute;

  right: 0;

  top: 0;

}

.news .content .news_list ul li .item .date, .news .content .news_list ul li .item .summary {

  color: #bfbfbf;

  font-size: 14px;

}

.news .content .news_list ul li .item .title {

  color: #616161;

  font-size: 18px;

  width: 90%;

}

.news .content .pic {

  height: 483px;

  position: relative;

}

.news .content .pic .title {

  color: white;

  font-size: 18px;

  width: 100%;

  background: rgba(38, 95, 156, 0.7);

  padding: 20px 40px;

  position: absolute;

  bottom: 45px;

  left: 0;

}



@media (max-width: 768px) {

  .news {

    margin-top: 40px;

  }



  .news .content {

    margin-top: 25px;

    margin-bottom: 0;

  }



  .news .content .pic {

    width: 100%;

    height: 300px;

  }



  .news .content .pic .title {

    padding: 14px 20px;

    font-size: 16px;

    bottom: 0;

  }



  .news .content .news_list ul {

    padding: 15px;

  }



  .news .content .news_list ul li {

    padding-bottom: 15px;

    margin-bottom: 15px;

    display: none;

  }

  .news .content .news_list ul li:nth-child(1) {

    display: block;

  }

  .news .content .news_list ul li:nth-child(2) {

    display: block;

  }



  .news .content .news_list ul li .item .title {

    font-size: 16px;

    width: 73%;

  }



  .news .content .news_list ul li .item .line {

    margin: 10px 0;

  }



  .news .content .news_list .more {

    display: none;

  }



  .youshi .item {

    height: 63px;

    padding: 5px;

  }



  .youshi .item img {

    max-width: 17%;

  }



  .youshi .item p {

    font-size: 12px;

    margin-left: 4px;

  }



  .public_title h5 {

    font-size: 22px;

  }



  .public_title > div p {

    font-size: 16px;

  }



  .public_title > div .line {

    width: 44px;

  }



  .product {

    padding-left: 15px;

    padding-right: 15px;

    margin-top: 34px;

    margin-bottom: 0;

  }



  .product .typelist ul li {

    width: 48%;

    margin: 1%;

    margin-bottom: 10px;

  }



  .product .typelist ul {

    display: block;

    margin: 0 auto;

  }



  .product .typelist ul li a {

    width: 100%;

    font-size: 14px;

    height: 37px;

  }



  .product .typelist {

    margin-top: 18px;

    margin-bottom: 19px;

  }

.product .goods_box .goods_list.on{grid-template-columns: repeat(2, 1fr);}

  .product .goods_box .goods_list {

    flex-wrap: wrap;

  }


  .product .goods_box .goods_list li .item .name {

    font-size: 14px;

    padding: 10px;

    margin-top: 0;

    min-height: 61px;

    text-align: center;

  }



  .about {

    background: #f7fbff;

    padding: 15px;

  }



  .about .message {

    width: 100%;

    margin: 0;

    margin-top: 15px;

    margin-bottom: 15px;

  }



  .about .message .public_title {

    text-align: center;

  }



  .about .message .public_title > div {

    justify-content: center;

  }



  .about .message .title {

    margin-top: 29px;

    margin-bottom: 25px;

  }



  .about .message .summary {

    font-size: 14px;

    margin-bottom: 16px;

    text-align: left;

  }



  .zhengshu {

    padding-top: 33px;

  }



  .zhengshu .zhengshu_list {

    margin-top: 28px;

    margin-bottom: 30px;

  }



  .about .message .more {

    float: none;

    height: 33px;

    width: 127px;

    margin: 0 auto;

  }



  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next {

    right: 0;

  }



  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev {

    left: 0;

  }



  .zhengshu .owl-theme .owl-controls .owl-buttons div {

    width: 40px;

    height: 40px;

  }



  .zhengshu .zhengshu_list .item img {

    max-width: 52%;

    margin-bottom: 10px;

  }



  .news .content .news_list ul li .item .summary {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

  }

}



/*# sourceMappingURL=index.css.map */

