* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  text-indent: none;
  color: #3B3C3D;
  font-family: Arial, Helvetica, sans-serif;
}

 a {
  text-decoration: none !important;
 }

 /* 内容区域宽度 */
 .con-width{
  width: 1440px;
  margin: 0 auto;
 }

/* 二级页面-banner-start */
.sub-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.sub-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-banner .sub-banner-text {
  position: absolute;
  top: 22%;
  left: 20%;
}
.sub-banner .sub-banner-text span {
  width: 56px;
  height: 4px;
  display: block;
  background-color: #fff;
}
.sub-banner .sub-banner-text .en{
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: bold;
color: #fff;
}
.sub-banner .sub-banner-text h2{
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}
/* 二级页面-banner-end */

/* 二级页面-标题-start */
.sub-page-title {
  margin-bottom: 40px;
}
.sub-page-title .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 57.92px;
  color: #12b7a4;
}
.sub-page-title .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  color: #999999;
  margin-top: 7px;
  margin-bottom: 25px;
}
.sub-page-title .line {
  width: 340px;
  height: 1px;
  background: rgba(204, 204, 204, 1);
  position: relative;
}
.sub-page-title .line::before {
  width: 64px;
  height: 3px;
  background: #12b7a4;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 二级页面-标题-end */

/* 下拉样式-start */
.select-style {
  display: flex;
  align-items: center;
}
.select-style p{
  font-size: 16px;
  color: #fff;
  margin: 0px !important;
}
.select-style span{
  display: block;
  width: 10px;
  height: 7px;
  margin-left: 20px;
}
.select-style span img{
  display: block;
  width: 100%;
  height: 100%;
}
/* 下拉样式-end */
.title-public .en{
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #DBF3FF;
}
.title-public h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}
.title-public span {
  display: block;
  width: 56px;
  height: 6px;
  background-color: #00A895;
  margin: 0 auto;
  margin-top: 10px;
}

.cover > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 限制一行 */
.text-line-clamp1{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 限制两行 */
.text-line-clamp2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 分页 */
.pagination {
  display: flex;
  margin: 0 auto;
  margin-top: 27px;
  display: flex;
  justify-content: center;
}
.pagination .pagination-con {
  display: flex;
}
.pagination .item{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 40px;
  border: 1px #B4B6B8 solid;
  margin: 0 16px;
  color: #626466;
  
}
.pagination .item.num {
  padding: 10px 16px;
}
.pagination .item.active {
  background-color: #00A895;
  border: 1px #00A895 solid;
  color: #fff;
}
.pagination .item.no-data {
  color: #B4B6B8;
}
.pagination .item:hover {
  border: 1px #00A895 solid;
  color: #00A895;
}
.pagination .item.active:hover {
  background-color: #00A895;
  border: 1px #00A895 solid;
  color: #fff;
}
.pagination .item.no-data:hover {
  border: 1px #B4B6B8 solid;
  color: #B4B6B8;
}

/* 按钮样式 */
.line-btn-blue {
  display: block;
  width: 312px;
  line-height: 58px;
  color: #00A895;
  border: 1px #00A895 solid;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon::after {
  width: 0px;
  height: 20px;
  background-image: url(../img/btn-jiantou.png);
  display: inline-block;
  content: '';
  margin-left: 10px;
  transition: all 0.5s;
}
.btn-icon:hover::after {
  width: 56px;
}
.line-btn-blue.btn-icon::after {
  background-image: url(../img/btn-jiantou-blue.png);
}
.line-btn-white {
  display: block;
  width: 312px;
  line-height: 58px;
  color: #fff;
  border: 1px #fff solid;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-btn-yellow {
  display: block;
  width: 422px;
  line-height: 58px;
  background-color: #00A895;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-btn-yellow p {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

/* 下拉 */
.select {
  position: relative;
}
.select .sub-nav {
  display: none;
  position: absolute;
}
.select:hover .sub-nav {
  display: flex;
}
.select {
  padding: 27px 0;
}
.select .sub-nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #333;
}
.select .sub-nav-style {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 16px 0;
  flex-direction: column;
  width: 240px;
  top: 76px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 4px;
  border: 2px #00A895 solid;
}
.select .sub-nav.sub-nav-style a {
  text-align: center;
  color: #333 !important;
  position: relative;
}
.select .sub-nav.sub-nav-style a:hover {
  /* background-color: #00A895; */
  color: #00A895 !important;
}
.select .sub-nav a:hover::before {
  /* width: 80%;
  height: 2px;
  background-color: #00A895;
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0); */
}
.select:hover span {
  transform: rotate(180deg);
}
.select span {
  transition: all 0.5s;
}

.animation {
  opacity: 0;
  transform: translate(0, 100%);
}
.animation.active {
  opacity: 1;
  transform: translate(0, 0%);
  transition: all 1s;
}
.animation-top {
  opacity: 0;
  transform: translate(0, -100px);
}
.animation-top.active {
  opacity: 1;
  transform: translate(0, 0%);
  transition: all 1s;
}

.index-title {
  /** 文本1 */
  font-size: 58px;
  font-weight: 700;
  line-height: 83.98px;
  color: rgba(18, 183, 164, 1);
  text-align: left;
}

/* 单行 */
.single-line {
  white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;         /* 溢出内容隐藏 */
  text-overflow: ellipsis;  /* 溢出部分显示省略号 */
}

/* 两行 */
.multi-line {
  display: -webkit-box;      /* 必须是webkit-box */
  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 2;     /* 限制显示的行数 */
  overflow: hidden;          /* 溢出内容隐藏 */
  text-overflow: ellipsis;   /* 溢出部分显示省略号 */
}

/* 图片盒子 */
.imgbox {
  width: 100%;
}
.imgbox-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.imgbox-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 1500px) {
	.con-width {
		width: 90%;
	}
}
@media (max-width: 640px) {
  .title-public .en {
    font-size: 26px;
    line-height: 26px;
  }
  .title-public h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .index-title {
    font-size: 40px;
    line-height: 60px;
    word-break: break-all;
  }
}


/* 分页 */
.pagination>li {
  margin: 0 4px;
}
.pagination>li>a:hover {
  background: rgba(18, 183, 164, 1);
  color: #fff;
}
.pagination>li>a:focus {
  background: rgba(18, 183, 164, 1);
  color: #fff;
}
.pagination>li>a {
  padding: 8px 16px;
  border: 1px solid rgba(233, 233, 233, 1);
  color: rgba(160, 160, 160, 1);
  background: #fff;
}
.pagination>li.active>a {
  border-color: rgba(160, 160, 160, 1) !important;
  background: rgba(18, 183, 164, 1) !important;
  color: #fff !important;
}
.pagination>li>a.prev {
  width: 40px;
  height: 37px;
  display: block;
  background-image: url(../img/p-prev.png);
  background-repeat: no-repeat;
  background-position: center;
}
.pagination>li>a.next {
  width: 40px;
  height: 37px;
  display: block;
  background-image: url(../img/p-next.png);
  background-repeat: no-repeat;
  background-position: center;
}

.sj {
  display: none;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
  .sj {
    display: block;
  }
}