<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Animate.cssåŠ¨ç”»æ¼”ç¤º */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* å­—ä½“å›¾æ&nbsp;‡ */
@import "../plugin/font/css/font-awesome.min.css";

/* æ&nbsp;¸å¿ƒæ&nbsp;·å¼ */
@import "../css/core/bootstrap.min.css";

/* å…¬ç”¨æ&nbsp;·å¼ */
@import "../css/public.css";

/* main */
/* äº§å“ä¸­å¿ƒ */
.product {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(#e6e6e6, #f0f0f0);
  padding: 75px 0;
}
.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.title&gt;h1 {
  float: left;
  line-height: 52px;
  font-size: 42px;
  color: #222;
  font-weight: bold;
  padding: 0 155px;
  background: url(../images/title-left-white.png) no-repeat left center, url(../images/title-right-white.png) no-repeat right center;
}
.title&gt;div {
  width: 100%;
  float: left;
  line-height: 28px;
  margin-top: 10px;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.product-nav&gt;li {
  width: 180px;
  float: left;
  margin: 5px;
}
.product-nav&gt;li&gt;a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.product-nav&gt;li&gt;a:hover,
.product-nav&gt;li.product-active&gt;a {
  background-color: #2f72dc;
  color: #fff;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.product-content&gt;div {
  display: none;
}
.product-content&gt;div:first-child {
  display: block;
}
.product-list {
  display: block;
  overflow: hidden;
  width: 1440px;
}
.product-list&gt;li {
  width: 320px;
  float: left;
  margin: 0 40px 10px 0;
}
.product-list&gt;li&gt;a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-list&gt;li&gt;a .product-img::before {
  content: "";
  display: block;
  padding-top: 76.875%;
}
.product-list&gt;li&gt;a&gt;h2 {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.product-list&gt;li&gt;a:hover .product-img&gt;img {
  transform: scale(1.1);
}
.product-list&gt;li&gt;a:hover&gt;h2 {
  background-color: #2f72dc;
  color: #fff;
}
.more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.more&gt;a {
  width: 270px;
  float: left;
  height: 50px;
  line-height: 50px;
  background-color: #2f72dc;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
}
.more&gt;a:hover {
  background-color: #ff3700;
}


@media (max-width: 1440px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list&gt;li {
    width: 23%;
    margin: 0 1% 10px 1%;
  }
}
@media (max-width: 1220px) {
  .product {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-nav&gt;li {
    width: calc(25% - 10px);
  }
  .product-list&gt;li {
    width: 31.333333%;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .title&gt;h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 50px;
    background: url(../images/title-left-white.png) no-repeat left center, url(../images/title-right-white.png) no-repeat right center;
    background-size: 40px auto;
  }
  .title&gt;div {
    line-height: 20px;
    margin-top: 0;
    font-size: 16px;
  }
  .product-nav {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-nav&gt;li {
    width: calc(50% - 3px);
    margin: 0 0 6px 0;
  }
  .product-nav&gt;li&gt;a {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 10px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list&gt;li {
    width: 48%;
  }
  .more&gt;a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
  }
}

/* 4å¤§ä¼˜åŠ¿ */
.choose {
  width: 100%;
  overflow: hidden;
  background: url(../images/choose-bj.jpg) no-repeat center bottom;
  background-size: cover;
}
.choose-title {
  width: 100%;
  float: left;
  background-color: #2f72dc;
  position: relative;
  padding: 70px 0 55px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.choose-title&gt;div {
  line-height: 64px;
  font-size: 74px;
  text-transform: uppercase;
}
.choose-title&gt;h1 {
  line-height: 50px;
  margin-top: 20px;
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.choose-title&gt;h1&gt;span {
  float: right;
  color: #ff3700;
}
.choose-title&gt;h1&gt;span&gt;em {
  float: left;
  font-size: 72px;
  padding: 0 15px;
  font-style: oblique;
  margin-top: -5px;
}
.choose-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 41px solid #2f72dc;
  border-left: 41px solid transparent;
  border-right: 41px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translateX(-50%);
}

.choose-content {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.choose-list {
  display: block;
  overflow: hidden;
}
.choose-list&gt;li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.choose-list&gt;li:last-child {
  margin: 0;
}
.choose-list&gt;li .choose-left {
  width: calc(50% - 30px);
  float: left;
}
.choose-list&gt;li .choose-left&gt;img {
  width: 100%;
  display: block;
  height: auto;
}
.choose-list&gt;li .choose-right {
  width: calc(50% - 30px);
  float: right;
}
.choose-list&gt;li .choose-right .choose-box {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.choose-list&gt;li .choose-right .choose-box:last-child {
  margin: 0;
}
.choose-list&gt;li .choose-right .choose-box .choose-number {
  width: 80px;
  float: left;
  height: 80px;
  background: url(../images/choose-number.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 6px 30px 0 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.choose-list&gt;li .choose-right .choose-box&gt;h1 {
  display: block;
  overflow: hidden;
  line-height: 54px;
  margin-bottom: 10px;
  font-size: 42px;
  color: #000;
  font-weight: bold;
  position: relative;
}
.choose-list&gt;li .choose-right .choose-box&gt;h1::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.choose-list&gt;li .choose-right .choose-box&gt;h1::after {
  content: "";
  width: 100%;
  max-width: 100px;
  display: block;
  height: 5px;
  background-color: #2f72dc;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.choose-list&gt;li .choose-right .choose-box .choose-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #222;
}
.choose-list&gt;li:nth-child(odd) {
  flex-direction: row-reverse;
}
.choose-list&gt;li:nth-child(even) {
  margin: 0;
}

@media (max-width: 1220px) {
  .choose-title {
    padding: 50px 0;
  }
  .choose-list&gt;li .choose-right .choose-box&gt;h1 {
    line-height: 40px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .choose-title {
    padding: 30px 0;
  }
  .choose-title&gt;div {
    line-height: 44px;
    font-size: 50px;
  }
  .choose-title&gt;h1 {
    line-height: 40px;
    margin-top: 10px;
    font-size: 30px;
  }
  .choose-title&gt;h1&gt;span&gt;em {
    font-size: 50px;
    padding: 0 10px;
  }
  .choose-title::after {
    border-top: 30px solid #2f72dc;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -30px;
  }
  .choose-content {
    padding: 40px 0;
  }
  .choose-list&gt;li .choose-right .choose-box .choose-number {
    width: 60px;
    height: 60px;
    margin: 6px 15px 0 0;
    font-size: 30px;
  }
  .choose-list&gt;li {
    margin-bottom: 20px;
  }
  .choose-list&gt;li .choose-left {
    width: calc(50% - 15px);
  }
  .choose-list&gt;li .choose-right {
    width: calc(50% - 15px);
  }
  .choose-list&gt;li .choose-right .choose-box {
    margin-bottom: 20px;
  }
  .choose-list&gt;li .choose-right .choose-box&gt;h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .choose-title {
    padding: 15px 0;
  }
  .choose-title&gt;div {
    line-height: 30px;
    font-size: 20px;
  }
  .choose-title&gt;h1 {
    line-height: 30px;
    margin-top: 4px;
    font-size: 20px;
  }
  .choose-title&gt;h1&gt;span&gt;em {
    font-size: 30px;
    padding: 0 5px;
    margin: 0;
  }
  .choose-title::after {
    border-top: 10px solid #2f72dc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
  }
  .choose-content {
    padding: 15px 0;
  }
  .choose-list&gt;li {
    margin-bottom: 10px;
  }
  .choose-list&gt;li .choose-left {
    width: 100%;
  }
  .choose-list&gt;li .choose-right {
    width: 100%;
    margin-top: 10px;
  }
  .choose-list&gt;li .choose-right .choose-box .choose-number {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    font-size: 20px;
  }
  .choose-list&gt;li .choose-right .choose-box {
    margin-bottom: 10px;
  }
  .choose-list&gt;li .choose-right .choose-box&gt;h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .choose-list&gt;li .choose-right .choose-box&gt;h1::after {
    margin-top: 5px;
  }
  .choose-list&gt;li .choose-right .choose-box .choose-text {
    line-height: 24px;
  }
}

/* æ¡ˆä¾‹å±•ç¤º */
.case {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.case .title&gt;h1 {
  background: url(../images/title-left.png) no-repeat left center, url(../images/title-right.png) no-repeat right center;
}
.case-content {
  display: block;
  overflow: hidden;
}
#certify {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 70px;
}
#certify .swiper-slide {
  width: 670px;
  padding: 15px;
}
#certify .swiper-slide&gt;a {
  width: 100%;
  float: left;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
#certify .swiper-slide&gt;a::before {
  content: "";
  display: block;
  padding-top: 65.625%;
}
#certify .swiper-slide&gt;a&gt;h2 {
  width: 100%;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(47, 114, 220, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#certify .swiper-slide-active&gt;a&gt;h2 {
  background-color: rgba(255, 55, 0, 0.8);
}
#certify .swiper-button-prev {
  left: 0;
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
  background-color: #6380bc;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#certify .swiper-button-prev::before {
  content: "&lt;";
  font-family: SimSun;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
#certify .swiper-button-prev:hover {
  background-color: #ff3700;
}

#certify .swiper-button-next {
  right: 0;
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
  background-color: #6380bc;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#certify .swiper-button-next::before {
  content: "&gt;";
  font-family: SimSun;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
#certify .swiper-button-next:hover {
  background-color: #ff3700;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: '';
}

@media (max-width: 1220px) {
  .case {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  #certify .swiper-slide {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  #certify .swiper-slide {
    width: 100%;
    padding: 5px;
  }
  #certify {
    margin-top: 10px;
    padding: 0 40px;
  }
  #certify .swiper-slide&gt;a&gt;h2 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
  #certify .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  #certify .swiper-button-prev::before {
    font-size: 20px;
  }
  #certify .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  #certify .swiper-button-next::before {
    font-size: 20px;
  }
}

/* å…³äºŽæˆ‘ä»¬ */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
.about .title&gt;h1,
.about .title&gt;div {
  color: #fff;
}
.about-title {
  float: left;
  height: 45px;
  border-bottom: 1px solid #fff;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.about-title&gt;span {
  float: left;
  height: 45px;
  border-bottom: 3px solid #ff3700;
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}
.about-text {
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.about .more {
  width: 100%;
  float: left;
  justify-content: flex-start;
  margin: 35px 0;
}
.about .more&gt;a {
  border-right: 10px solid #ff3700;
}
.about-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
.about-list&gt;li {
  width: 255px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-right: 65px;
}
.about-list&gt;li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-list&gt;li&gt;a {
  width: calc(100% - 30px);
  float: left;
  height: calc(100% - 30px);
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.about-list&gt;li&gt;a .about-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 70px;
}
.about-list&gt;li&gt;a&gt;h2 {
  display: block;
	width: 100%;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.about-list&gt;li&gt;a&gt;div {
  display: block;
  overflow: hidden;
  line-height: 18px;
  height: 52px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}

@media (max-width: 1420px) {
  .about {
    padding: 70px 0;
  }
}
@media (max-width: 1220px) {
  .about {
    padding: 50px 0;
  }
  .about-list {
    margin-top: 50px;
  }
  .about .more {
    margin: 25px 0;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .about-list&gt;li {
    width: 30%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-title {
    height: 41px;
    line-height: 40px;
    font-size: 12px;
  }
  .about-title&gt;span {
    height: 41px;
    border-bottom: 3px solid #ff3700;
    font-size: 18px;
  }
  .about-text {
    margin-top: 10px;
  }
  .about .more {
    margin: 10px 0;
  }
  .about-list {
    margin-top: 15px;
  }
  .about-list&gt;li {
    width: 32%;
  }
  .about-list&gt;li&gt;a {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 2px solid #fff;
  }
  .about-list&gt;li&gt;a .about-icon {
    height: 30px;
  }
  .about-list&gt;li&gt;a&gt;h2 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
  }
  .about-list&gt;li&gt;a&gt;div {
    line-height: 16px;
    height: auto;
    font-size: 12px;
    -webkit-line-clamp: initial;
    padding: 0 10px;
  }
}

/* æ–°é—»èµ„è®¯ */
.news {
  width: 100%;
  overflow: hidden;
  padding: 75px 0 40px 0;
}
.news .title&gt;h1 {
  background: url(../images/title-left.png) no-repeat left center, url(../images/title-right.png) no-repeat right center;
}
.news-list {
  display: block;
  overflow: hidden;
  width: 1470px;
  margin-top: 45px;
}
.news-list&gt;li {
  width: 420px;
  float: left;
  margin: 0 70px 30px 0;
}
.news-list&gt;li&gt;a {
  width: 100%;
  float: left;
  border: 1px solid #eee;
  border-radius: 5px;
}
.news-list&gt;li&gt;a .news-img {
  width: calc(100% + 2px);
  float: left;
  margin: -1px 0 0 -1px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.news-list&gt;li&gt;a .news-img::before {
  content: "";
  display: block;
  padding-top: 61.904762%;
}
.news-list&gt;li&gt;a .news-box {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.news-list&gt;li&gt;a .news-box&gt;h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px;
}
.news-list&gt;li&gt;a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}
.news-list&gt;li&gt;a .news-box .news-bottom {
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid #eee;
  border-radius: 5px 5px 0 0;
  padding: 3px 0;
}
.news-list&gt;li&gt;a .news-box .news-bottom .news-time {
  float: left;
  padding: 0 18px 0 16px;
  height: 52px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  border-right: 1px solid #eee;
}
.news-list&gt;li&gt;a .news-box .news-bottom .news-time&gt;span {
  float: left;
  margin-right: 5px;
  color: #2f72dc;
}
.news-list&gt;li&gt;a .news-box .news-bottom .news-jiantou {
  float: left;
  flex: 1;
  height: 52px;
  background: url(../images/news-jiantou1.png) no-repeat calc(100% - 20px) center;
}
.news-list&gt;li&gt;a:hover .news-img&gt;img {
  transform: scale(1.06)
}
.news-list&gt;li&gt;a:hover .news-box&gt;h2 {
  color: #2f72dc;
}
.news-list&gt;li&gt;a:hover .news-box .news-bottom .news-time&gt;span {
  color: #ff3700;
}
.news-list&gt;li&gt;a:hover .news-box .news-bottom .news-jiantou {
  background: url(../images/news-jiantou2.png) no-repeat calc(100% - 20px) center;
}
.news .more {
  margin: 0;
}
.news .more&gt;a {
  border-right: 10px solid #ff3700;
}

@media (max-width: 1440px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list&gt;li {
    width: 31.333333%;
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 1220px) {
  .news {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 20px 0;
  }
  .news-list&gt;li&gt;a .news-box&gt;h2 {
    padding: 0 20px;
  }
  .news-list&gt;li&gt;a .news-box .news-text {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-list {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .news-list&gt;li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list&gt;li&gt;a {
    display: flex;
  }
  .news-list&gt;li&gt;a .news-img {
    width: 40%;
    float: left;
    margin: -1px 0 0 -1px;
  }
  .news-list&gt;li&gt;a .news-box {
    width: 60%;
    float: left;
    padding-top: 5px;
  }
  .news-list&gt;li&gt;a .news-box&gt;h2 {
    font-size: 16px;
    padding: 0 10px;
  }
  .news-list&gt;li&gt;a .news-box .news-text {
    height: 48px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
    padding: 0 10px;
  }
  .news-list&gt;li&gt;a .news-box .news-bottom {
    margin-top: 5px;
  }
  .news-list&gt;li&gt;a .news-box .news-bottom .news-time {
    padding: 0 10px;
    height: 20px;
  }
  .news-list&gt;li&gt;a .news-box .news-bottom .news-jiantou {
    height: 20px;
    background: url(../images/news-jiantou1.png) no-repeat calc(100% - 10px) center;
    background-size: auto 10px;
  }
}

/* END-main */

/* å…³äºŽæˆ‘ä»¬ */
.main {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(#e6e6e6, #f0f0f0);
  padding: 80px 0;
}
.place-title {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.place-title&gt;h1 {
  float: left;
  line-height: 54px;
  background: url(../images/title-left-white.png) no-repeat left center, url(../images/title-right-white.png) no-repeat right center;
  padding: 0 155px;
  font-size: 42px;
  color: #2f72dc;
  font-weight: bold;
}
.place-title&gt;div {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 32px;
  font-size: 18px;
  color: #666;
}
.place-title&gt;div&gt;span {
  color: #2f72dc;
  text-decoration: underline;
}

.menu-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  transition: initial;
  margin-top: 25px
}
.menu-list&gt;li {
  width: 180px;
  float: left;
  margin: 5px;
}
.menu-list&gt;li&gt;a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.menu-list&gt;li:hover&gt;a,
.menu-list&gt;li.menu-active&gt;a {
  background-color: #2f72dc;
  color: #fff;
}

.secondmenu-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  transition: initial;
  margin-top: 20px;
  padding-top:20px;
  border-top:1px dashed #999;
}
.secondmenu-list&gt;li {
  width: 180px;
  float: left;
  margin: 5px;
}
.secondmenu-list&gt;li&gt;a {
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.secondmenu-list&gt;li:hover&gt;a,
.secondmenu-list&gt;li.menua&gt;a {
  background-color: #2f72dc;
  color: #fff;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  min-height:300px;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1400px) {
  .main {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .menu-list&gt;li {
    width: calc(25% - 10px);
  }
  .secondmenu-list&gt;li {
    width: calc(25% - 10px);
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .place-title&gt;h1.menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin: 0 -20px;
    padding: 0;
    background: #2f72dc;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .place-title&gt;h1.menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-list {
    display: block !important;
    margin-top: 10px;
  }
  .menu-list&gt;li {
    width: 50%;
	padding:1%;
    margin: 3px 0 0 0;
  }
  .menu-list&gt;li&gt;a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  
  .secondmenu-list {
    margin-top: 6px; padding-top:6px;
  }
  .secondmenu-list&gt;li {
    width: 33.333%;
	padding:1%;
    margin: 3px 0 0 0;
  }
  .secondmenu-list&gt;li&gt;a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-å…³äºŽæˆ‘ä»¬ */

/* äº§å“ä¸­å¿ƒ */
.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.product-details-left {
  width: calc(50% - 15px);
  float: left;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.product-details-right {
  width: calc(50% - 15px);
  float: right;
}
.product-details-right&gt;h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.product-details-more&gt;a {
  width: 40%;
  float: left;
  max-width: 150px;
  height: 50px;
  background-color: #2f72dc;
  margin-right: 5%;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-details-more&gt;a:hover {
  background-color: #ff3700;
}

.product-details-content {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  margin-top: 30px;
  color: #333;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  line-height: 24px;
  font-size: 18px;
  color: #2f72dc;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    margin-top: 15px;
  }
  .product-details-text {
    line-height: 22px;
    margin-top: 15px;
  }
  .product-details-more {
    margin-top: 10px;
  }
  .product-details-more&gt;a {
    width: 40%;
    max-width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .product-details-content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .product-details-title {
    padding: 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/* END-äº§å“ä¸­å¿ƒ */

/* æ–°é—»ä¸­å¿ƒ */
.place-content .news-list {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place-content .news-list&gt;li {
  width: calc(50% - 15px);
  margin: 0 0 30px 0;
}
.place-content .news-list&gt;li&gt;a {
  display: flex;
}
.place-content .news-list&gt;li&gt;a .news-img {
  width: 30%;
}
.place-content .news-list&gt;li&gt;a .news-box {
  width: 70%;
  padding: 15px 0 15px 30px;
}
.place-content .news-list&gt;li&gt;a .news-box&gt;h2 {
  padding: 0;
}
.place-content .news-list&gt;li&gt;a .news-box .news-text {
  padding: 0;
  margin: 5px 0;
}
.place-content .news-list&gt;li&gt;a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 2;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-img{ width:100%; max-width:800px; text-align:center; margin:10px auto}
.news-details-img img{ max-width:100%;}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .place-content .news-list&gt;li&gt;a .news-img {
    width: 40%;
  }
  .place-content .news-list&gt;li&gt;a .news-box {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .place-content .news-list&gt;li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .place-content .news-list&gt;li&gt;a .news-box {
    padding: 5px 0 5px 15px;
  }


  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-æ–°é—»ä¸­å¿ƒ */

/* è”ç³»æˆ‘ä»¬ */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #2f72dc;
  padding: 30px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-è”ç³»æˆ‘ä»¬ */</pre></body></html>