* {
  font-family: Century Gothic, 微软雅黑, arial !important;
}
body a {
  font-family: Century Gothic, 微软雅黑, arial !important;
}

/* slide效果 */
.swiper-slide {
  transition: all 1.2s;
  transform: scale(0.9);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.swiper-slide a {
  background: #fff;
  display: block;
}

.swiper-slide img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

/* section */
.section {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 140px;
  /* margin-bottom: 60px; */
  font-family: arial, "微软雅黑";
}

.section-title {
  position: relative;
}

.section-title .en {
  font-size: 38px;
  color: #333;
  line-height: 40px;
  margin-bottom: 13px;
}

.section-title .en > span {
  color: rgb(1, 87, 62);
}

.section-title .cn {
  font-size: 20px;
  color: #333;
  letter-spacing: 2px;
}

.section-title .more-btn {
  position: absolute;
  top: 12px;
  right: 24px;
}

.section-title .more-btn a {
  display: block;
  width: 200px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #888;
  border: 1px solid #d2d2d2;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

.section-title .more-btn a span {
  position: relative;
  z-index: 2;
}

.section-title .more-btn a:before {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 90%;
  left: -120%;
  background: rgb(1, 87, 62);
  transition: all 0.5s;
  z-index: 1;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.section-title .more-btn a:hover {
  color: #fff;
  border: 1px solid rgb(1, 87, 62);
}

.section-title .more-btn a:hover:before {
  top: -100px;
  left: -100px;
}

.section-container {
  margin-top: 50px;
  background: #fff;
}

/* 产品展示 */

.section.product-section {
  margin-bottom: 0;
  margin-top: 65px;
}

.product-section .section-container {
  margin-top: 45px;
}

.product-section {
  position: relative;
}

.product-section .section-container a:hover {
  color: #333;
}

.product-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}

.product-section .swiper-slide img {
  /* width: 600px; */
  height: auto;
}

.product-section .swiper-slide-active {
  transform: scale(0.9);
}
.product-section .swiper-button-prev {
  top: 58%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E")
    center 50%/50% 100% no-repeat;
}
.product-section .swiper-button-next {
  top: 58%;
  right: 0%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E")
    center 50%/50% 100% no-repeat;
}

.product-section .swiper-button-prev:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%2301573e'%2F%3E%3C%2Fsvg%3E")
    center 50%/50% 100% no-repeat;
}
.product-section .swiper-button-next:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%2301573e'%2F%3E%3C%2Fsvg%3E")
    center 50%/50% 100% no-repeat;
}

/* 关于我们 */
.company-section .info-box-wrapper {
  height: 650px;
  width: 100%;
  display: flex;
}

.company-section .section-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-section .info-box {
  flex: 1;
  overflow: hidden;
  margin: 0 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

  border-radius: 20px;
  background: #fff;
  transition: all 0.6s;
  position: relative;
}

.company-section .info-box a {
  display: block;
  height: 100%;
  position: inherit;
  z-index: 10;
}

.company-section .info-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-section .info-box .text-box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;

  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.company-section .info-box .text-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  top: 0;
  z-index: 1;
}

.company-section .info-box .text-box .title {
  font-size: 30px;
  line-height: 50px;
  z-index: 10;

  /* margin-bottom: 30px; */
}

.company-section .info-box .text-box .title::after {
  content: "";
  display: block;
  width: 0;
  height: 1.4px;
  background-color: #fff;
  margin: 0 auto;

  transition: all 0.6s;
}

.company-section .info-box .text-box .desc {
  font-size: 16px;
  padding: 0 40px;
  text-align: left;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: 10;

  letter-spacing: 2px;
}

.company-section .info-box:hover {
  flex-basis: 20%;
}

.company-section .info-box:hover .text-box .title::after {
  width: 50px;
}

.company-section .info-box:hover .text-box .desc {
  /* height: auto; */
  bottom: 20%;
  opacity: 1;
}

/* 行业应用 */
.application-section {
  width: 100%;
}
.application-section .section-title {
  width: 90%;
  margin: 0 auto;
}

.application-section .app-box {
  position: relative;

  margin: 0 8px;
}

.application-section a {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.application-section .app-box a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(13, 12, 12, 0.5); */
  background-color: rgba(3, 65, 122, 0.2);

  margin: 0 auto;
  top: 0;
  z-index: 1;
  border-radius: 15px;
}

.application-section .img-box {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
  z-index: 10;
}

.application-section .img-box img {
  width: 120%;
  transition: all 0.4s;
}

.application-section .app-box .text-box {
  height: 100%;
  width: 85%;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;

  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;

  transition: all 0.4s;
  z-index: 10;
}

.application-section .app-box .text-box .title {
  font-size: 30px;
}
.application-section .app-box .text-box .sub-title {
  font-size: 20px;
  transition: all 0.2s;
}
.application-section .app-box .text-box .desc {
  text-align: center;
  font-size: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}

.application-section a:hover .text-box {
  top: -12%;
}
.application-section a:hover .text-box .desc {
  opacity: 1;
  bottom: 20%;
}

.application-section a:hover .text-box .sub-title {
  opacity: 0;
}

.application-section a:hover .img-box img {
  transform: scale(1.1);
}

.slick-prev:before {
  font-size: 36px;
  color: #ffffff;
}
.slick-next:before {
  font-size: 36px;
  color: #ffffff;
}

.slick-prev {
  left: 16px;
  z-index: 20;
}
.slick-next {
  right: 25px;
  z-index: 20;
}

/* 关于我们-2 */
.section.company-section-2 {
  width: 100%;
  height: 650px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background: url(../img/company-bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;

  position: relative;
}
.section.company-section-2::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.1);
}
.company-section-2 .section-container {
  width: 60%;
  margin-top: 0;
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  z-index: 10;
}

.company-section-2 .text-box {
  font-size: 20px;
  letter-spacing: 2px;
}
.company-section-2 .text-box .section-title {
  font-size: 48px;
  letter-spacing: 2px;
}

.company-section-2 .info-box {
  display: flex;
  margin-top: 30px;
}
.company-section-2 .info-box .info-item {
  display: flex;
  flex-direction: column;
  margin: 50px;
}

.company-section-2 .info-box .info-item:nth-child(1) {
  margin-left: 0;
}

.company-section-2 .info-box .info-item .num {
  font-size: 62px;
  position: relative;
}

.company-section-2 .info-box .info-item .num::after {
  display: block;
  content: "㎡";
  width: 40px;
  height: 30px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: -40px;
}
.company-section-2 .info-box .info-item:nth-child(2) .num::after {
  content: "+";
}

.company-section-2 .info-box .info-item .info-desc {
  text-align: center;
}
/* 新闻 */
.section.news-section {
  margin-bottom: 120px;
}

.news-section .news-wrapper {
  width: 80%;
  margin: 0 auto;
}

.news-section .news-tab-btn-box {
  text-align: center;
  margin-bottom: 40px;
}

.news-section .news-tab-btn-box .news-tab-btn {
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  margin: 0 20px;
  cursor: pointer;
}
.news-section .news-tab-btn-box .news-tab-btn:hover {
  border-bottom: 2px solid rgb(1, 87, 62);
  color: rgb(1, 87, 62);
}
.news-section .news-tab-btn-box .news-tab-btn.active {
  border-bottom: 2px solid rgb(1, 87, 62);
  color: rgb(1, 87, 62);
}

.news-section .news-content-box .news-box li {
  border: #e0e0e0 1px solid;
  overflow: hidden;
  padding: 20px 22px;
  margin-bottom: 2.96%;
  cursor: pointer;
  border-radius: 2px;
}

.news-section .news-content-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.news-section .news-content-box .news-box-wrapper {
  width: 45%;
  margin-right: 20px;
  position: relative;
}

.news-section .news-content-box .news-img-box {
  width: 55%;
}
.news-section .news-content-box .news-box {
  height: 100%;
  position: absolute;
  top: 0;
}

/* 动态效果 */
.news-section .news-content-box .news-box-wrapper .news-box {
  transform: translateX(-400px);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.news-section .news-content-box .news-box-wrapper .news-box.active {
  transform: translateX(0);
  opacity: 1;
}
/* .news-section .news-content-box .news-img-box {
  transform: translateX(200px);
  opacity: 0;
  transition: all 0.4s;
} */

/* .news-section .news-content-box.active .news-img-box {
  transform: translateX(0);
  opacity: 1;
} */

.news-section .news-content-box .news-img-box img {
  width: 100%;
}

.news-section ul.listsort {
  padding-top: 0;
}

.news-section .news-content-box .news-box li:hover {
  background: #fafafa;
}

.news-section .news-content-box .news-box li .lileft {
  width: 100%;
  height: auto;
}

.news-section .news-content-box .news-box li .lileft a {
  align-items: center;
  display: flex;
}

.news-section .news-content-box .news-box li .lileft a .news-title {
  flex: 3;
  font-size: 16px;
  color: #666666;
}
.news-section .news-content-box .news-box li .lileft a .news-time {
  border-right: #e0e0e0 1px solid;
  margin-right: 25px;
  padding-right: 25px;
}

.news-section .news-box li .lileft a .news-time .news-time-year {
  color: #acacac;
  font-size: 14px;
}
.news-section .news-box li .lileft a .news-time .news-time-day {
  color: #636363;
  font-size: 25px;
  text-align: center;
}

#link {
  background-color: rgb(1, 87, 62, 1);
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

.link a {
  color: #d1d1d1;
  font-size: 14px;
}

.link a:hover {
  color: #fff;
}

@media (max-width: 1000px) {
  #link {
    padding: 0;
    border-bottom: none;
  }
}

/* 联系我们 */
.section.contact-section {
  width: 100%;
  padding: 120px 0;
  margin: 0;

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background: url(../img/contact-bg.jpg);
  background-size: cover;
}

.contact-box {
  width: 60%;
  display: flex;
  background: #fff;
  height: 400px;
  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;

  transition: all 1s;
}

.active .contact-box {
  transform: scale(1) translateY(80px);
  opacity: 1;
  transition-delay: 0.4s;
}

.contact-box .contact-info-box {
  flex: 1;
  padding: 50px 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-box #map-box {
  flex: 1;
}

.contact-box .contact-info-box .item {
  padding: 10px 0;
  width: 80%;
  display: flex;
  margin: 0 auto;
  align-items: end;
}

.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 {
  display: inline-block;
}

.contact-box .contact-info-box .item .text-box p:nth-child(2) {
  color: #a2a2a2;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .contact-box {
    display: block;
    width: 85%;
    height: auto;
  }

  .contact-box .contact-info-box {
    width: 100%;
  }

  .contact-box #map-box {
    width: 90%;
    height: 180px;
    margin: 20px auto 10px;
  }

  .contact-box .contact-info-box .item {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    align-items: flex-start;
  }

  .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;
  }
}

@media (max-width: 400px) {
  .contact-box {
    padding: 10px;
  }

  .active .contact-box {
    transform: scale(1) translateY(0);
  }
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 10;

  width: 220px;
  transform: translate(167px, 50%);
}

.sidebar li {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 5px 10px;
  box-sizing: border-box;

  margin: 0 0 2px;

  background-color: rgb(42, 170, 134);
  background-color: rgba(0, 0, 0, 0.65);

  color: #fff;
  cursor: pointer;

  font-size: 14px;
  transition: transform 0.5s;
}

.sidebar li:nth-child(4):hover {
  transform: translateX(0);
}

.sidebar li .icon {
  display: block;
  width: 33px;
  height: 50px;
  text-align: center;
  margin-right: 10px;
}
.sidebar li img.icon {
  width: 33px;
  height: auto;
}

.sidebar li:hover {
  transform: translateX(-167px);
}

/* 内页 */
#container {
  width: 1200px;
}

#container .right {
  width: 920px;
}

#container .left {
  width: 250px;
}

.left .base .content {
  padding: 14px;
}

.left .base.product_sort .content {
  padding: 0;
}

.left .base .content p {
  word-break: break-all;
  line-height: 2.2em;
}

.left .base ul.sort li a {
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h3.n_h3 {
  background-color: rgba(1, 87, 62, 0.85);
  padding: 10px;
  color: #fff;
  font-size: 16px;
  /* letter-spacing: 2px; */
  font-weight: bold;
  padding-left: 20px;
}
.right .right_title {
  background-color: rgba(1, 87, 62, 0.85);
  padding: 10px;
}

ul.productlist li {
  width: 31%;
}

ul.productlist li a.img img {
  width: 100%;
  height: auto;
}

ul.productlist li h3 a:hover {
  color: rgb(1, 87, 62);
}

.base {
  padding: 0;
}
.right {
  padding: 0;
}

.right .down_content .contentpart .content .inner-section-title {
  padding: 5px 15px;
  background-color: rgb(1, 87, 62, 0.85);
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

/* 分类列表 */
.product_sort {
  border: none;
}
.product_sort ul.sort li {
  border: 1px solid #edf0f9;
}
.product_sort ul.sort li {
  margin-bottom: 6px;
}

.product_sort ul.sort li > a {
  background: rgba(1, 87, 62, 0.85);
  color: #fff;
  font-size: 16px;
  /* letter-spacing: 2px; */
  font-weight: bold;
}

.product_sort ul.sort li a {
  padding: 10px 14px;
}

.product_sort ul.sort li .twolevel a:hover {
  background: rgb(238, 238, 238);
  padding-left: 20px;
  color: #333;
}

ul.productlist li a.img:hover {
  border: 1px solid rgba(1, 87, 62, 0.85);
}

/* 分页 */
.pageController b {
  background: rgba(1, 87, 62, 1);
}

.pageController a:hover {
  background: rgba(1, 87, 62, 1);
}

/* 其他 */
.product_sort ul.sort li a:hover {
  color: #ffff;
}
ul.sort li a:hover {
  color: rgba(1, 87, 62, 1);
}

.tags a:hover {
  color: rgba(1, 87, 62, 1);
}
.pre a:hover {
  color: rgba(1, 87, 62, 1);
}
.relatednews a:hover {
  color: rgba(1, 87, 62, 1);
}

ul.relatedproduct li a.img:hover {
  border: 1px solid rgba(1, 87, 62, 1);
}
ul.relatedproduct li h3 a:hover {
  color: rgba(1, 87, 62, 1);
}

/* 图片 */
.down_content .contentpart .content img {
  width: 100%;
}

/* 表格 */

.down_content .contentpart .content table .firstRow {
  font-size: 16px;
  font-weight: bold;
}
.down_content .contentpart .content table tr {
  height: 14pt !important;
}

.down_content .contentpart .content table tr td {
  text-align: center;
  border: 1px solid #ddd;
  font-size: 14px;
}

.down_content .contentpart .content td {
  padding: 0 5px;
}

.img_hd .prev_a {
  left: 0;
}

.img_hd .next_a {
  right: 0;
}

@media (max-width: 768px) {
  .down_content .contentpart .content table {
    font-size: 12px;
  }
  .down_content .contentpart .content table .firstRow {
    font-size: 14px;
  }
}
