<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_banner {
  background: url(../images/about_banner.jpg) no-repeat -7px -1px;
  background-size: 590px;
}
.about_pane {
  background: #fefefe url(../images/about_bg.png) no-repeat;
  padding: 2rem 0.5rem;
}
.about_pane .card_row {
  width: 100%;
  max-width: 1100px;
  min-height: 309px;
  padding: 0.5rem;
}
.about_pane .card_row .title {
  margin-bottom: 2rem;
}
.about_pane .card_row .card_img &gt; img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 10px;
  float: left;
}
.cover_pane {
  margin-top: 2rem;
}
.about_pane .card_row &gt; p {
  text-indent: 2rem;
  color: #5c5e5d;
}
.about_pane .card_row .content{
  font-size: 16px;
  line-height: 24px;
}
.about_pane .card_list {
  background: #fff;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
}
.about_pane .card_list .card_item {
  text-align: center;
  width: 20%;
  color: #787878;
  border-right: 1px solid #ededed;
}
.about_pane .card_list .card_item:last-child {
  border: 0;
}
.about_pane .card_list .card_item h4.red,
.about_pane .card_list .card_item h4.red &gt; span {
  color: #fe0001;
}
.about_pane .card_list .card_item h4 &gt; span {
  font-size: 12px;
  vertical-align: super;
  color: #9b9b9b;
}

.cover_pane .cover_map {
  text-align: center;
}
.cover_pane .cover_map &gt; img {
  width: 100%;
  min-width: 200px;
  max-width: 600px;
}
.cover_pane .cover_item {
  max-width: 400px;
  margin: 3rem auto;
  padding-bottom: 2rem;
}
.cover_pane .cover_item h3 &gt; span {
  font-size: 40px;
  color: #c7d51d;
  font-weight: 550;
}
.cover_pane .cover_item &gt; span {
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
}

.culture_pane {
  max-width: 950px;
  margin: 0 auto;
}
.culture_pane .culture_banner &gt; img {
  width: 100%;
}
.culture_list {
  margin-top: 2rem;
}
.culture_pane .culture_list .culture_item {
  width: 290px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 1.5rem 2rem 1.5rem 3rem;
  height: 15rem;
  margin: 2rem auto;
  color: #6d6d6d;
}

.culture_list .culture_item .title {
  font-size: 18px;
  font-weight: 550;
  position: relative;
  margin-bottom: 1rem;
  color: #666666;
}

.culture_list .culture_item:hover,
.culture_list .culture_item:hover .title {
  color: #c0cd33;
}
.culture_list .culture_item .title:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #aaaaaa;
  border-radius: 50px;
  top: 6px;
  left: -20px;
  z-index: -1;
  position: absolute;
}

.culture_pane .culture_list .culture_item.active {
  border: 1px solid #c0cd33;
  color: #c0cd33;
}
.culture_list .culture_item.active .title {
  color: #c0cd33;
}

.culture_list .culture_item.active .title:before {
  background: #c0cd33;
}

.honor_pane .honor_slide {
  margin-top: 5rem;
}

.honor_pane .carousel .honor_item {
  text-align: center;
}

.honor_pane .carousel .honor_item &gt; span {
  display: block;
}

.honor_pane .carousel .honor_img &gt; img {
  width: 100%;
  max-width: 500px;
}

#yingya_Carousel .honor_img &gt; img {
    width: 100%;
    max-width: 1000px;
}

@media (min-width: 480px) {
  .about_pane .title {
    text-align: center;
  }
  .about_pane .card_row .card_img &gt; img {
    width: 350px;
    margin: 0;
    margin-right: 18px;
  }

  .culture_pane .culture_list .culture_item {
    float: left;
    width: 44%;
    margin: 0.5rem;
  }
}

@media (min-width: 768px) {
  .about_pane .card_list {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .about_pane .card_row .title {
    float: right;
    text-align: left;
    width: 350px;
    margin-bottom: 2rem;
  }
  .culture_pane .culture_list {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .about_pane .card_row,
  .about_pane .card_list {
    width: 960px;
    margin: 0 auto;
  }
  .about_pane .card_row .title {
    width: 575px;
  }
  .cover_pane .cover_map {
    text-align: end;
  }
  .cover_pane .cover_item:first-child {
    margin-top: 9rem;
  }
  .cover_pane .cover_item {
    text-align: end;
    margin-left: 0;
  }

  .culture_pane .culture_list {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
  }

  .culture_pane .culture_list .culture_item {
    width: 220px;
    -webkit-box-flex: 1;
    position: relative;
  }
}
</pre></body></html>