<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 证书列表 */

.zslbbox {
    display: flex;
    flex-wrap: wrap;
}

.zslb .zslb_item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.zslb_itemimg {
    overflow: hidden;
    border: 1px solid #efefef;
}

.zslb_itemimg img {
    width: 100%;
    margin: auto;
}

.zslb_itemtxt {
    padding: 20px 0;
    font-size: 15px;
    color: #333333;
    text-align: center;
}

.zslb .zslb_item:nth-child(4n) {
    margin-right: 0;
}

.zslb .zslb_item:hover .zslb_itemimg {
    border-color: #083366;
}

.zslb .zslb_item:hover .zslb_itemtxt {
    color: #083366;
}

@media screen and (max-width: 992px) {
    .zslbbox .zslb_item {
        width: 32%!important;
        margin-right: 2%!important;
    }
    .zslb_item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .zslb_itemtxt {
        font-size: 14px;
    }
    .zslbbox .zslb_item {
        width: 49%!important;
        margin-right: 2%!important;
    }
    .zslb_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .zslb_itemtxt {
        font-size: 12px;
        padding: 10px;
    }
    .foot {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {}


.home3 {
  width: 100%;
  padding: 240px 0 150px;
  position: relative;
  background-image: url(../img/pa_bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home3 .title_box {
  width: 100%;
  text-align: center;
}

.home3 .title_box h2 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}

.home3 .title_box h2::before {
  content: "CASES";
  font-size: 120px;
  font-family: "Telugu MN";
  font-weight: 400;
  color: #ffffff;
  opacity: 0.25;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
}

.home3 .content_box {
  width: 100%;
}

.home3 .content_box .content_t {
  margin: 70px 0;
}

.home3 .content_t .po {
  width: 200px;
  height: 60px;
  border: 1px solid #ffffff;
  margin: 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.home3 .content_t .po.active {
  background: #ffffff;
  color: #000000;
}

.home3 .content_c {
  width: 100%;
  position: relative;
}

.home3 .content_c .pr {
  width: 100%;
  display: none;
}

.home3 .content_c .pr.active {
  display: block !important;
}

.home3 .pr .g-box .g-img {
  width: calc(100% / 6);
  transition: all ease 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.home3 .pr .g-box .g-img:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  z-index: 11;
}

.home3 .pr .g-box .g-img a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 10px;
  transition: all ease .3s;
}

.home3 .pr .g-box .g-img:hover a {
  opacity: 1;
}

.home3 .button {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: all ease 0.3s;
}

.home3 .button:hover {
  background: rgba(255, 255, 255, 0.4);
}

.home3 .button img {
  width: 8px;
  height: 15px;
}

.home3 .button.prev {
  left: -100px;
}

.home3 .button.next {
  right: -100px;
}


.fl-fw {
  flex-wrap: wrap;
}
.fl-column {
  flex-direction: column;
}
.fl-f {
  display: flex;
  display: -webkit-flex;
}
.fl-ac {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.fl-jc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.fl-jb {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.fl-cc {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fl-cb {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.fl-ca {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}
.fl-cfs {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}
.fl-efs {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-around;
}

@media (max-width: 768px) {
	  .home3 .content_box .content_t {
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .home3 .content_t .po {
    width: 30%;
    height: 50px;
    border: 1px solid #ffffff;
    margin: 0 0px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .con1 .content_t .content_l {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 80%;
  }
  .con1 .content_l .content_lb {
    margin-bottom: 20px;
  }
  
  .home3 .pr .g-box .g-img {
    width: calc( (100% - 25px) / 2 );
    margin-right: 25px;
  }
  
  .home3 .pr .g-box .g-img:nth-child(even) {
  	margin-right: 0;
  }
}</pre></body></html>