<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cli-link {
  transition: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 175px;
    background: #f5f5f5 url("../img/zb-about-mbanner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 109px;
    z-index: 0;
  }
  .banner .b-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 2.4rem;
  }
  .banner .b-content .bc-txt {
    font-size: 1.2rem;
  }
  .channel {
    width: 100%;
    padding: 6px 16px 0;
  }
  .channel .c-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 25%;
    padding: 4px 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
    height: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 1.3rem;
  }
  .picture {
    width: 100%;
    padding: 20px 10px 0;
  }
  .picture .pic-content {
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  .picture .pic-content .pic-list {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .picture .pic-content .pic-list .picl-item {
    width: 50%;
    padding: 10px 7px;
    float: left;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner {
    width: 100%;
    padding-bottom: 26px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer img {
    width: 100%;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer .img-watch {
    width: 100%;
    height: 98.5%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url("../img/zb-pic-watch.png?__inline") no-repeat center;
    background-size: 10%;
    padding-top: 35%;
    text-align: center;
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-title {
    width: 100%;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    text-align: left;
    line-height: 26px;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .show-Bigpic {
    width: 100%;
    height: 100%;
    padding: 0 0;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }
  .show-Bigpic .sb-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .show-Bigpic .sbi-img {
    width: 100%;
    position: relative;
  }
  .show-Bigpic .sbi-img img {
    width: 100%;
  }
  .show-Bigpic .sbi-img .sbi-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
  }
  .show-Bigpic .sbi-img .sbi-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../img/zb-pic-close.png?__inline") no-repeat center;
    background-size: 100%;
    cursor: pointer;
  }
  .show-Bigpic .sbi-btn {
    width: 35.5px;
    height: 50.5px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15.15px;
    cursor: pointer;
  }
  .show-Bigpic .sbi-next {
    background: url("../img/zb-pic-next.png?__inline") no-repeat center;
    background-size: 100%;
    right: 20px;
  }
  .show-Bigpic .sbi-prev {
    background: url("../img/zb-pic-prev.png?__inline") no-repeat;
    background-size: 100%;
    left: 20px;
  }
  .show-Bigpic-show {
    display: table;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 480px;
    background: #f5f5f5 url("../img/zb-about-banner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 334px;
    z-index: 0;
  }
  .banner .b-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 3.6rem;
  }
  .channel {
    width: 100%;
    padding: 36px 16px 0;
  }
  .channel .c-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 25%;
    padding: 4px 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 90px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 90px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 90px;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 2.2rem;
  }
  .picture {
    width: 100%;
    padding: 70px 10px 0;
  }
  .picture .pic-content {
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  .picture .pic-content .pic-list {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .picture .pic-content .pic-list .picl-item {
    width: 33.33%;
    padding: 10px 7px;
    float: left;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner {
    width: 100%;
    padding-bottom: 53px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer img {
    width: 100%;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer .img-watch {
    width: 100%;
    height: 98.5%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url("../img/zb-pic-watch.png?__inline") no-repeat center;
    padding-top: 35%;
    text-align: center;
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner:hover .img-watch {
    transform: translate(0, 0);
    transition: all 0.3s ease-out;
    opacity: 1;
    visibility: visible;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-title {
    width: 100%;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px;
    text-align: left;
    line-height: 53px;
  }
  .show-Bigpic {
    width: 100%;
    height: 100%;
    padding: 0 15%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }
  .show-Bigpic .sb-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .show-Bigpic .sbi-img {
    width: 100%;
    position: relative;
  }
  .show-Bigpic .sbi-img img {
    width: 100%;
  }
  .show-Bigpic .sbi-img .sbi-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .show-Bigpic .sbi-img .sbi-close {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../img/zb-pic-close.png?__inline") no-repeat;
    cursor: pointer;
  }
  .show-Bigpic .sbi-btn {
    width: 71px;
    height: 101px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50.5px;
    cursor: pointer;
  }
  .show-Bigpic .sbi-next {
    background: url("../img/zb-pic-next.png?__inline") no-repeat;
    right: 20px;
  }
  .show-Bigpic .sbi-prev {
    background: url("../img/zb-pic-prev.png?__inline") no-repeat;
    left: 20px;
  }
  .show-Bigpic-show {
    display: table;
  }
}
@media (min-width: 1200px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 480px;
    background: #f5f5f5 url("../img/zb-about-banner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 334px;
    z-index: 0;
  }
  .banner .b-content {
    width: 1120px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 3.6rem;
  }
  .channel {
    width: 100%;
    padding-top: 40px;
  }
  .channel .c-list {
    width: 1176px;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 168px;
    height: 90px;
    padding: 0 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 90px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 90px;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 2.2rem;
  }
  .picture {
    width: 100%;
    padding-top: 70px;
  }
  .picture .pic-content {
    width: 1176px;
    margin: 0 auto;
  }
  .picture .pic-content .pic-list {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .picture .pic-content .pic-list .picl-item {
    width: 392px;
    padding: 10px 7px;
    float: left;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner {
    width: 100%;
    height: 266px;
    padding-bottom: 53px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer img {
    width: 100%;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-outer .img-watch {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url("../img/zb-pic-watch.png?__inline") no-repeat center;
    padding-top: 35%;
    text-align: center;
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner:hover .img-watch {
    transform: translate(0, 0);
    transition: all 0.3s ease-out;
    opacity: 1;
    visibility: visible;
  }
  .picture .pic-content .pic-list .picl-item .picl-inner .img-title {
    width: 100%;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px;
    text-align: left;
    line-height: 53px;
  }
  .show-Bigpic {
    width: 100%;
    height: 100%;
    display: table;
    padding: 0 20%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }
  .show-Bigpic .sb-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .show-Bigpic .sbi-img {
    width: 100%;
    position: relative;
  }
  .show-Bigpic .sbi-img img {
    width: 100%;
  }
  .show-Bigpic .sbi-img .sbi-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .show-Bigpic .sbi-img .sbi-close {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: url("../img/zb-pic-close.png?__inline") no-repeat;
    cursor: pointer;
  }
  .show-Bigpic .sbi-btn {
    width: 71px;
    height: 101px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50.5px;
    cursor: pointer;
  }
  .show-Bigpic .sbi-next {
    background: url("../img/zb-pic-next.png?__inline") no-repeat;
    right: 20px;
  }
  .show-Bigpic .sbi-prev {
    background: url("../img/zb-pic-prev.png?__inline") no-repeat;
    left: 20px;
  }
  .show-Bigpic-show {
    display: table;
  }
}
.sbi-txt {
  bottom: 3px !important;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3));
  position: absolute;
  left: 0 !important;
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
}
</pre></body></html>