<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* äº§å“ S */
@media (min-width: 1200px) {
  div.title p.tit {
    top: .6rem;
    left: 50%;
  }
}
.product .nav {
  position: relative;
}
.product .nav .swipe {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 3.2rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .product .nav .swipe {
    display: none;
  }
}
.product .sort {
  justify-content: flex-start;
  width: 80%;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .product .sort {
    width: 100%;
  }
}
.product .sort::-webkit-scrollbar {
  display: none;
}
.product .sort li {
  flex-shrink: 0;
  padding: .4rem .6rem;
  margin-right: .3rem;
  color: #555;
  background: #f5f5f5;
  transition: .5s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product .sort li {
    margin-right: .6rem;
  }
}
@media (min-width: 992px) {
  .product .sort li {
    flex-shrink: 1;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .product .sort li:last-child {
    margin-right: 0;
  }
}
.product .sort li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.product .sort li.active,
.product .sort li:hover {
  color: #fff;
}
.product .list {
  display: none;
  width: 100%;
}
.product .list.active {
  display: inline-block;
}
.product .list .row {
  width: 100%;
  margin: 0 auto;
}
.product .list li {
  border: 1px solid #ddd;
}
.product .list li:nth-child(5),
.product .list li:nth-child(6),
.product .list li:nth-child(7),
.product .list li:nth-child(8) {
  display: none;
}
.product .list li .img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .product .list li .img {
    height: 360px;
  }
}
@media (min-width: 840px) {
  .product .list li .img {
    height: 400px;
  }
}
@media (min-width: 900px) {
  .product .list li .img {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .product .list li .img {
    height: 480px;
  }
}
@media (min-width: 1120px) {
  .product .list li .img {
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .product .list li .img {
    height: 290px;
  }
}
@media (min-width: 1334px) {
  .product .list li .img {
    height: 320px;
  }
}
@media (min-width: 1440px) {
  .product .list li .img {
    height: 340px;
  }
}
.product .list li .img img {
  width: 100%;
}
.product .list li p {
  color: #222;
  font-size: .6rem;
  margin: .3rem 0 .5rem;
  height: 42px;
}
@media (min-width: 992px) {
  .product .list li p {
    padding: 10px 14px;
    background: #f5f5f5;
  }
}
.product a.more {
  display: inline-block;
  width: 100%;
  padding: .5rem 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .product a.more {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product.container {
    width: 96%;
    max-width: 1440px;
  }
  .product .sort {
    justify-content: space-between;
    margin: 1.6rem 0;
    overflow: unset;
  }
  .product .sort li {
    width: 18%;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .product .sort li i {
    font-size: 1.8rem;
  }
  .product .list li p {
    color: #555;
    font-size: 1rem;
    text-align: center;
    margin-top: 0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 12px;
    box-sizing: border-box;
    transition: .5s;
  }
  .product .list li:nth-child(5),
  .product .list li:nth-child(6),
  .product .list li:nth-child(7),
  .product .list li:nth-child(8) {
    display: block;
  }
  .product .list li:hover .img img {
    transform: scale(1.1);
  }
  .product .list li:hover p {
    color: #fff;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .product.container {
    width: 100%;
  }
}
/* äº§å“ E */
/* å…³äºŽ S */
.about {
  width: 100%;
  max-width: 1920px;
  margin: .5rem auto 0;
  padding-top: 1.4rem;
  background: url("../image/about_backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.about .green {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.about .main {
  flex-flow: column nowrap;
}
.about .main .pic {
  overflow-x: auto;
}
.about .main .pic::-webkit-scrollbar {
  display: none;
}
.about .main .pic li {
  flex-shrink: 0;
  width: 48%;
  list-style: none;
}
.about .main .pic li:nth-child(3) {
  display: none;
}
.about .main .pic li img {
  width: 100%;
}
.about .main .txt {
  width: 92%;
  margin: .6rem auto 0;
  line-height: 1rem;
  text-align: justify;
  text-indent: 26px;
  height: 12rem;
  transition: .5s;
  overflow: hidden;
}
.about .btn {
  position: relative;
  display: block;
  width: 100%;
  color: #555;
  text-align: center;
  margin-top: -6rem;
  padding: 5rem 0 .4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  border-radius: 0;
  border: none;
  transition: .5s;
}
.about .btn span {
  display: inline-block;
  width: 100%;
}
.aboutpop {
  display: none;
}
@media (min-width: 1200px) {
  .about {
    margin: 2.4rem auto 0;
    padding-top: 5.6rem;
  }
  .about .green {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .about .main {
    flex-flow: column-reverse nowrap;
  }
  .about .main .pic {
    flex-flow: row wrap;
    width: 100%;
    max-width: 1920px;
    margin: 1.6rem auto 0;
  }
  .about .main .pic li {
    width: 20%;
    overflow: hidden;
    cursor: pointer;
  }
  .about .main .pic li:nth-child(3) {
    display: inline-block;
  }
  .about .main .pic li:nth-child(3) a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #149152;
    box-sizing: border-box;
    padding-top: 24px;
  }
  .about .main .pic li:nth-child(3) a .logo {
    position: relative;
    top: 32px;
    width: 25%;
    transition: .5s;
  }
  .about .main .pic li:nth-child(3) a .tit {
    position: relative;
    top: 4rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    transition: .5s;
    opacity: 0;
  }
  .about .main .pic li:nth-child(3) a .more {
    position: relative;
    top: 4rem;
    text-indent: 0;
    transition: .5s;
    opacity: 0;
  }
  .about .main .pic li:nth-child(3):hover a .logo {
    top: 0;
  }
  .about .main .pic li:nth-child(3):hover a .tit {
    top: 1rem;
    opacity: 1;
  }
  .about .main .pic li:nth-child(3):hover a .more {
    top: 0;
    opacity: 1;
  }
  .about .main .pic li:hover img {
    transform: scale(1.3);
  }
  .about .main .pic li:hover img.logo {
    transform: unset;
  }
  .about .main .txt {
    font-size: 1rem;
    text-align: center;
    line-height: 24px;
    height: auto;
  }
  .about .btn {
    display: none;
  }
  .aboutpop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .aboutpop .popshader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .aboutpop .block {
    position: relative;
    width: 80%;
    text-align: center;
    max-width: 800px;
    margin: 12rem auto 0;
  }
  .aboutpop .block ul {
    justify-content: flex-start;
    overflow-x: hidden;
  }
  .aboutpop .block ul img {
    position: relative;
    left: 0;
    flex-shrink: 0;
    width: 100%;
    transition: .5s;
  }
  .aboutpop .block .btns {
    display: inline-block;
    margin-top: 2rem;
  }
  .aboutpop .block .btns div {
    display: inline-block;
    color: #555;
    text-align: center;
    line-height: .5rem;
    font-family: "å®‹ä½“";
    margin: 0 .5rem;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 50px;
    background: #fff;
    transition: .5s;
    cursor: pointer;
  }
  .aboutpop .block .btns div.cancel {
    font-family: "å¾®è½¯é›…é»‘";
    padding: 1rem 2rem;
  }
  .aboutpop .block .btns div:hover {
    color: #fff;
    background: #149152;
  }
}
@media (min-width: 1200px) and (min-width: 1366px) {
  .about .main .pic li:nth-child(3) a {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .about .main .pic li:nth-child(3) a {
    padding-top: 36px;
  }
}
@media (min-width: 1200px) and (min-width: 1560px) {
  .about .main .pic li:nth-child(3) a {
    padding-top: 42px;
  }
}
@media (min-width: 1200px) and (min-width: 1720px) {
  .about .main .pic li:nth-child(3) a {
    padding-top: 50px;
  }
}
/* å…³äºŽ E */
/* è£èª‰ S */
.honor .wap {
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  margin-top: 1rem;
}
.honor .wap::-webkit-scrollbar {
  display: none;
}
.honor .wap li {
  flex-shrink: 0;
  align-items: center;
  width: 40%;
  margin-right: 1rem;
  list-style: none;
}
.honor .wap li img {
  width: 100%;
}
.honor .pc {
  display: none;
}
@media (min-width: 1200px) {
  .honor {
    margin-top: 5rem;
  }
  .honor .title .txt {
    display: block;
    font-size: 16px;
  }
  .honor .wap {
    display: none;
  }
  .honor .pc {
    display: block;
    margin: 50px auto;
  }
  .honor .pc ul {
    height: 460px !important;
  }
  .honor .pc .flip-content {
    height: 400px;
    line-height: 400px;
  }
  .honor .pc .flip-content img {
    display: inline;
    width: 300px;
  }
}
/* è£èª‰ E */
/* åˆä¼™ S */
.partner {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: .8rem;
  background: #f7f7f7;
  background-image: url("../image/partner_backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.partner .container {
  width: 90%;
}
.partner ul {
  position: relative;
  width: 100%;
  margin: .6rem auto;
}
.partner ul span {
  display: none;
}
.partner ul li {
  flex-flow: column nowrap;
  width: 30%;
}
.partner ul li a {
  display: inline-block;
  width: 100%;
  margin-bottom: .4rem;
  transition: .5s;
}
.partner ul li a img {
  width: 100%;
}
@media (min-width: 768px) {
  .partner {
    padding-bottom: 1.4rem;
  }
  .partner ul li a {
    margin-bottom: 1rem;
  }
  .partner ul li a img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .partner {
    margin-top: 0rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .partner .container {
    width: 100%;
  }
  .partner ul {
    margin-top: 3rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .partner ul span {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #aaa;
  }
  .partner ul span:nth-child(1) {
    left: 386px;
  }
  .partner ul span:nth-child(2) {
    left: 815px;
  }
  .partner ul li {
    flex-flow: row wrap;
    width: 28%;
  }
  .partner ul li a {
    width: 46%;
    margin-bottom: 1.2rem;
  }
}
/* åˆä¼™ E */
/* æ–°é—» S */
.news {
  margin-top: 1.8rem;
  padding: 0 12px;
}
.news.container {
  width: 90%;
  min-width: 375px;
}
.news .title {
  float: unset;
}
.news .sort {
  float: unset;
  margin-bottom: .4rem;
}
.news .sort a {
  display: inline-block;
  color: #555;
  font-size: .7rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid #fff;
}
.news .content {
  display: none;
}
.news .content.active {
  display: block;
}
.news .content .date {
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  box-sizing: border-box;
  padding-top: .6rem;
}
.news .content .date p {
  color: #fff;
}
.news .content .date p.big {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.news .content .date p span {
  display: none;
}
.news .content .left .img {
  position: relative;
}
.news .content .left .img img {
  width: 100%;
  max-height: 320px;
}
.news .content .left .img .date {
  position: absolute;
  top: 0;
  left: 0;
}
.news .content .left p.tit {
  color: #222;
  font-size: .8rem;
  margin-top: .5rem;
}
.news .content .left p.txt {
  color: #555;
  font-size: .6rem;
}
.news .content .right {
  margin-top: .8rem;
}
.news .content .right li {
  margin-bottom: .3rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #ddd;
}
.news .content .right li .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: .6rem;
}
.news .content .right li .date p {
  color: #222;
}
.news .content .right li .info {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.news .content .right li .info p.tit {
  color: #222;
  font-size: .8rem;
}
.news .content .right li .info p.txt {
  color: #555;
  font-size: .6rem;
}
.news .content .gsdt .lis {
  display: none;
  flex-flow: row wrap;
  width: 100%;
}
.news .content .gsdt .lis li {
  width: 100%;
}
.news .content .gsdt .lis.active {
  display: flex;
  display: -webkit-flex;
}
.news .content .gsdt .pager {
  margin: .3rem auto;
}
.news .content .gsdt .pager span {
  display: none;
}
.news .content .gsdt .pager a.more {
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  background: #149152;
}
.news .content .gsdt .pager a.more span {
  display: inline;
  color: #fff;
}
@media (min-width: 768px) {
  .news {
    padding: 0;
  }
  .news .content .date {
    width: 7.2rem;
    height: 7.2rem;
    padding-top: 2rem;
  }
  .news .content .date p {
    font-size: 1.2rem;
  }
  .news .content .date p.big {
    font-size: 2.4rem;
    line-height: 1.8rem;
  }
  .news .content .left p.tit {
    font-size: 1.4rem;
  }
  .news .content .left p.txt {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .news {
    margin-top: 3rem;
  }
  .news.container {
    width: 96%;
  }
  .news .title {
    float: left;
  }
  .news .sort {
    float: right;
    width: 20rem;
    margin-top: 1.6rem;
  }
  .news .content {
    margin-top: 1.6rem;
  }
  .news .content .date {
    width: 6.4rem;
    height: 6.4rem;
    padding-top: 1.6rem;
  }
  .news .content .left {
    width: 46%;
    max-width: 480px;
  }
  .news .content .right {
    float: right;
    margin-top: -1rem;
  }
  .news .content .right li {
    margin: .5rem 0;
    padding-bottom: .5rem;
  }
  .news .content .right li .info p.tit {
    font-size: 1.2rem;
  }
  .news .content .right li .info p.txt {
    font-size: 1rem;
  }
  .news .content .gsdt .lis li {
    width: 45%;
  }
  .news .content .gsdt .pager {
    width: unset;
    max-width: unset;
    text-align: left;
    margin-top: 24px;
    margin-left: 16px;
  }
  .news .content .gsdt .pager span {
    display: inline-block;
    color: #888;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-right: 16px;
    transition: .5s;
    cursor: pointer;
  }
  .news .content .gsdt .pager span:hover,
  .news .content .gsdt .pager span.active {
    color: #149152;
  }
  .news .content .gsdt .pager span.line {
    color: #ccc;
  }
  .news .content .gsdt .pager a.more {
    display: inline;
    color: #888;
    font-size: 16px;
    background: none;
    transition: .5s;
  }
  .news .content .gsdt .pager a.more:hover {
    color: #149152;
  }
  .news .content .gsdt .pager a.more span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .news {
    margin-top: 5rem;
  }
  .news.container {
    width: 100%;
  }
  .news .title {
    float: unset;
  }
  .news .title p.tit {
    margin-left: -3.4rem;
  }
  .news .sort {
    float: unset;
    width: 24rem;
  }
  .news .sort a {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    transition: .5s;
    cursor: pointer;
  }
  .news .content .date {
    width: 7rem;
    height: 7rem;
    padding-top: 1.8rem;
  }
  .news .content .date p {
    transition: .5s;
  }
  .news .content .date p.big {
    font-weight: 700;
  }
  .news .content .left .img {
    margin-bottom: .8rem;
    max-height: 36rem;
    overflow: hidden;
  }
  .news .content .left p.tit {
    transition: .5s;
  }
  .news .content .right {
    width: 56%;
    margin-top: -1.8rem;
  }
  .news .content .right li {
    display: inline-block;
    width: 45%;
    margin: .5rem 1rem;
    padding-bottom: .5rem;
  }
  .news .content .right li:nth-child(5),
  .news .content .right li:nth-child(6),
  .news .content .right li:nth-child(7),
  .news .content .right li:nth-child(8) {
    display: inline-block;
  }
  .news .content .right li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .news .content .right li .date {
    width: 0;
    height: 4rem;
  }
  .news .content .right li .date p.big {
    display: none;
  }
  .news .content .right li .date p span {
    display: inline;
  }
  .news .content .right li .info {
    width: 100%;
  }
  .news .content .right li .info p.tit {
    margin-bottom: 1rem;
    transition: .5s;
  }
  .news .content .right li .info p.txt {
    transition: .5s;
  }
  .news .content .right li:hover .info p.txt {
    color: #222;
  }
}
.newlist {
  display: none;
}
@media (min-width: 1200px) {
  .newlist {
    display: block;
    margin-top: 1.4rem;
  }
  .newlist .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .newlist .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    background: url(../image/film.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 8px;
  }
  .newlist .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .newlist .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    bottom: 30px;
    width: 95%;
    box-sizing: border-box;
    padding: 10px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    transition: .5s;
  }
  .newlist .swiper-container .swiper-wrapper .swiper-slide:hover p {
    color: #555;
    background: #fff;
  }
}
/* æ–°é—» E */

</pre></body></html>