body {
  font-family: "微软雅黑";
}

.section {
  margin-bottom: 50px;
}
.section-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.section-title .cn {
  font-size: 20px;
  padding: 5px 0;
}

.section-title .en {
  font-size: 28px;
  position: relative;
  padding: 10px 0;
}

.section-title .en::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0066ab;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 关于我们 */
.section-about {
  width: 70%;
  margin: 50px auto;
}

.section-about .about {
  height: auto;
  margin-top: 0;
}
.section-about .about .content {
  padding-top: 0;
  line-height: 40px;
}

.section-about .img-box {
  float: right;
  margin-left: 40px;
}

/* 产品展示 */

.mixi {
  /* margin-top: 50px; */
}

.mixi .content {
  margin-top: 0;
}

.mixi .product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mixi .product_list li {
  width: 31%;
  margin: 5px 10px;
  padding: 0;
}

.product_list li a.img {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.mixi .product_list li img {
  width: 100%;
  height: auto;
}

.mixi .product_list li:hover img {
  transition: transform 0.6s;
  transform: scale(1.1);
}

/* 新闻中心 */
.mixi1 {
  margin-top: 0;
}

.section-news ul.listsort1 li .liright {
  margin-top: 10px;
}

/* 联系我们 */

.mixi2 {
  margin-top: 0;
}
.contact-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-box {
  width: 65%;
  display: flex;
  background: #fff;
  padding: 50px 40px;
  height: 560px;
  box-sizing: border-box;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
}

.contact-box .contact-info-box {
  flex: 1;
}

.contact-box #map-box {
  flex: 2.5;
}

.contact-box .contact-info-box .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;

  width: 80%;

  display: flex;
}

.contact-box .contact-info-box .item .img-box img {
  width: 30px;
}

.contact-box .contact-info-box .item .text-box {
  font-size: 16px;

  margin-left: 20px;
}

.contact-box .contact-info-box .item .text-box p:nth-child(2) {
  font-size: 14px;
  color: #a2a2a2;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .contact-box {
    display: block;
    width: 85%;
    padding: 20px 10px;
    height: auto;
  }

  .contact-box .contact-info-box {
    width: 100%;
    margin-bottom: 25px;
  }

  .contact-box #map-box {
    width: 90%;
    height: 180px;
    margin: 0 auto;
  }

  .contact-box .contact-info-box .item {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
  }

  .contact-box .contact-info-box .item .text-box {
    font-size: 14px;
  }

  .contact-box .contact-info-box .item .text-box p:nth-child(2) {
    margin-top: 0;
  }

  .contact-box .contact-info-box .item .img-box img {
    width: 20px;
  }

  .section8 .footer-copyright {
    font-size: 12px;
    bottom: 2%;
  }
}

@media (max-width: 400px) {
  .contact-box {
    padding: 10px;
  }
}

/* 友链 */

.yunu-link-box .container {
  width: 1200px;
  margin: 0 auto;
  font-family: "微软雅黑";
}

.yunu-link {
  padding: 20px 0;
}
.yunu-link h4 {
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 18px;
  color: #0066ab;
  padding-bottom: 15px;
}
.yunu-link h4 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.yunu-link ul {
  margin-left: -20px;
}
.yunu-link li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

/* 内页 */
#container .left {
  width: 23%;
}

#container .right {
  width: 75%;
}

#container .left .n_h3 {
  background: rgba(0, 102, 171, 0.8);
  padding: 10px;
  border-radius: 3px;
}
#container .right .right_title {
  background: rgba(0, 102, 171, 0.8);
  padding: 10px;
  border-radius: 3px;
}

#container .right .productlist li {
  width: 29%;
}

#container .right .productlist li a {
  width: 100%;
}
#container .right .productlist li a img {
  width: 100%;
  height: auto;
}

#container .right .pageController {
  width: 100%;
}

/* -------------------- */
@media (max-width: 1400px) {
  .section-about {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .section-about {
    width: 90%;
  }

  .mixi .content {
    width: 80%;
  }

  /* 内页 */
  #container {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  .section-about .img-box {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .section-about .img-box img {
    width: 70%;
  }

  .mixi .product_list li {
    width: 40%;
  }

  /* 内页 */
  #container {
    width: 95%;
  }
  #container .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #container .right {
    float: none;
    width: 100%;
  }

  #container .left .n_contact {
    display: none;
  }

  #container .right .productlist li {
    width: 44%;
    margin-left: 2%;
    margin-right: 1%;
  }
}
@media (max-width: 768px) {
  .section-about .about .content {
    line-height: 28px;
  }

  .mixi .content {
    width: 100%;
  }

  .mixi1 .content {
    width: 85%;
    margin: 0 auto;
  }

  .section-news .bccc {
    float: none;
    width: 100%;
  }

  .section-news .bccc img {
    width: 100%;
  }
  .section-news .listsort1 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .section-news ul.listsort1 li {
    display: flex;
  }
  .section-news ul.listsort1 li .lileft {
    float: none;
    width: auto;
  }
  .section-news ul.listsort1 li .liright {
    float: none;
    width: auto;
  }

  .review .tablemark tr {
    display: flex;
  }

  /* 评论 */
  .review .tablemark tr td:nth-child(1) {
    width: 20%;
  }
  .review .tablemark tr td:nth-child(2) {
    width: 70%;
  }

  .review .tablemark tr td textarea {
    height: 30px;
  }

  /* 友链 */
  .yunu-link-box .container {
    width: 90%;
  }

  .yunu-link {
    padding: 0;
  }
  .yunu-link ul {
    margin-left: 0;
  }

  .yunu-link li {
    margin: 8px 8px 0 0;
  }

  .yunu-link li a {
    font-size: 12px;
  }
}
