* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  text-indent: none;
  color: #333;
}

 a {
  text-decoration: none !important;
 }
#container .rotate-circle {
    display: none;
}
/* 二级页面-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: #000;
}
.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;
}
.sub-banner .sub-banner-text h2{
  font-size: 32px;
  line-height: 38px;
  text-align: left;
}
/* 二级页面-banner-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 */


.width-con {
  width: 1400px;
  margin: 0 auto;
}

.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;
  text-transform: uppercase;
}
.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;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

/* 分页 */
.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: 16px 0;
}
.select .sub-nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  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: 54px;
  left: 50%;
  transform: translate(-50%, 0);
}
.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;
}

.imgboxA {
    overflow: hidden;
}
.imgboxA img {
  transition: all 0.3s;
}
.imgboxA:hover img {
  transform: scale(1.05);
}

.sj {
    display: none !important;
}

@media (max-width: 1450px) {
	.width-con{
		width: 90%;
	}
}
@media (max-width: 960px) {
  .title-public .en {
    font-size: 26px;
    line-height: 26px;
  }
  .title-public h2 {
    font-size: 30px;
    line-height: 30px;
  }
  
  .pc {
    display: none !important;
    }
  .sj {
    display: block !important;
}
}