@charset "utf-8";
@font-face {
  font-family: 'Microsoft-Himalaya';
  src: url('../fonts/Microsoft Himalaya.ttf');
}

@font-face {
  font-family: 'ArialMT';
  src: url('../fonts/ArialMT.ttf');
}

@font-face {
  font-family: 'iconfont';
  /* Project id 3337781 */
  src: url('//at.alicdn.com/t/font_3337781_gy9gya24l4d.woff2?t=1650960594103') format('woff2'),
  url('//at.alicdn.com/t/font_3337781_gy9gya24l4d.woff?t=1650960594103') format('woff'),
  url('//at.alicdn.com/t/font_3337781_gy9gya24l4d.ttf?t=1650960594103') format('truetype');
}

.iconfont {
  font-family: 'iconfont';
}

/* 浮动布局 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
* html .clearfix {
  zoom: 1;
}

/* 最多显示一行 */
.line-text--one {
  overflow: hidden;
  text-overflow: ellipsis;
 /* white-space: nowrap; */
}

/* 最多显示两行 */
.line-text--two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* layout */
.wp {
  width: 1200px;
  margin: auto;
}



.pagination {
  text-align: center;
  margin-top: 80px;

}

.pagination ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFF;
  font-family: 'Microsoft YaHei UI';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
}

.pagination ul li a {
  color: #000;
}
.pagination ul  .ac {
  background: #DD3032;
  color: #FFFFFF;
  cursor: pointer;
}

.pagination ul .ac a {
  color: #FFFFFF;
  cursor: pointer;
}
/* .pagination-item:hover{
        background-color: #DD3032;
        color: #fff;
} */

.plant-box-top {
  width: 100%;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.plant-title {
  width: calc(100% - 90px);
}

.plant-title .cn {
  font-size: 24px;
  color: #000;
  height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.plant-title .cn img {
  margin-right: 6px;
}

.plant-title .en {
  font-family: "Microsoft-Himalaya";
  font-size: 36px;
  line-height: 26px;
  color: #d4d4d4;
  box-sizing: border-box;
  padding-left: 15px;
  font-weight: normal;
}

.more-button {
  display: block;
  width: 70px;
  height: 34px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  padding-left: 9px;
  font-size: 12px;
  font-family: "ArialMT";
  color: #9f9f9f;
  line-height: 32px;
  position: relative;
  flex-shrink: 0;
}

.more-button::after {
  content: "+";
  color: #d52f2f;
  line-height: 5px;
  position: absolute;
  top: 8px;
  right: 10px;
}

.more-button:hover {
  background: #d52f2f;
  color: #fff;
  border-color: #d52f2f;
}

.more-button:hover::after {
  color: #fff;
}

.to-top-box {
  width: 60px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -54px;
  right: 50px;
  background: #c11f1c;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px;
  z-index: 10;
  flex-wrap: wrap;
  transition: all 0.4s linear;
  cursor: pointer;
}

.to-top-box .iconfont {
  font-size: 20px;
  line-height: 10px;
  color: #fff;
}

.to-top-box p {
  font-family: "ArialMT";
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: bold;
}

.to-top-box.fixed {
  bottom: 100px;
}


.index-bottom .certification .cooperation a {
  padding-right: 15px;
}