.content {
  font-size: 16px;
  color: #666666;
}

.title h2 {
  font-size: 30px;
  line-height: 44px;
  padding-bottom: 10px;
  position: relative;
}

/* .title h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #008FD7;
  bottom: 0;
  left: 8px;
} */
/* .title h2::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  background: #E62129;
  bottom: 0;
  left: 0px;
} */
.title p {
      position: absolute;
    z-index: 10;
    width: 1000px;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    left: 50%;
    margin: 0 0 0 -500px;
}

.btn {
  width: 100px;
  height: 36px;
  color: #008FD7;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #008FD7;
  position: relative;
  z-index: 64;
}

.btn::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008FD7;
  transition: all 0.3s ease;
  content: "";
  width: 100%;
  z-index: -1;
  height: 0;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after {
  height: 100%;
}

.title.center {
  text-align: center;
}

.title.center h2::before {
  left: 50%;
  margin-left: -24px;
}

.title.center h2::after {
  left: 50%;
  margin-left: -16px;
}

.banner .swiper-wrapper .swiper-slide>div {
  width: 100%;
  position: relative;
  height: 100%;
}

.banner .swiper-wrapper .swiper-slide>div img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.banner .swiper-wrapper .swiper-slide>div div {
  text-align: center;
  position: absolute;
  z-index: 555;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.banner .swiper-wrapper .swiper-slide>div div h2 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
}

.banner .swiper-wrapper .swiper-slide>div div h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #FFFFFF;
  content: "";
  margin-left: -30px;
}

.banner .swiper-wrapper .swiper-slide>div div p {
  font-size: 14px;
  line-height: 24px;
  max-width: 615px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 24px;
}

.banner .banner-btns {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 40px;
  bottom: 30px;
  z-index: 9656;
}

.banner .banner-btns .numbers {
  color: #fff;
  position: absolute;
  left: 0;
  line-height: 36px;
  top: 0;
}

.banner .banner-btns .numbers span {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.banner .banner-btns .numbers b {
  font-size: 24px;
  color: #fff;
  position: relative;
  top: -2px;
  opacity: 0.6;
  display: inline-block;
  margin-left: 4px;
}

.banner .banner-btns .banner-button-next {
  position: absolute;
  transition: all 0.5s ease;
  right: 0;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  line-height: 40px;
  color: #008FD7;
  cursor: pointer;
}

.banner .banner-btns .banner-button-next .iconfont {
  font-size: 12px;
}

.banner .banner-btns .banner-button-next:hover {
  background-color: #008FD7;
  color: #fff;
}

.banner .banner-btns .banner-button-prev {
  position: absolute;
  right: 50px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  line-height: 40px;
  color: #008FD7;
  transition: all 0.5s ease;
  cursor: pointer;
}

.banner .banner-btns .banner-button-prev .iconfont {
  font-size: 12px;
}

.banner .banner-btns .banner-button-prev:hover {
  background-color: #008FD7;
  color: #fff;
}

.about {
  padding: 72px 0;
  overflow: hidden;
}

.about>.about-title-container>div {
  display: inline-block;
  transition: all 1.25s ease;
}

.about>.about-title-container .title {
  position: relative;
  left: -100%;
  opacity: 0;
}

.about>.about-title-container .content {
  float: right;
  width: 690px;
  line-height: 30px;
  position: relative;
  left: 100%;
  opacity: 0;
}

.about .profile {
  position: relative;
  margin-top: 45px;
}

.about .profile>img {
  width: 100%;
}

.about .profile a {
  position: absolute;
  bottom: 0;
  width: 130px;
  text-align: center;
  height: 130px;
  color: #fff;
  right: 0;
  z-index: 33;
}

.about .profile a p {
  font-size: 14px;
  margin-top: 10px;
}

.about .profile a i {
  font-size: 44px;
  display: inline-block;
  margin-top: 30px;
}

.about .profile a:nth-of-type(1) {
  background: #008FD7;
  right: 130px;
}

.about .profile a:nth-of-type(2) {
  background-color: #E62129;
}

.about .datas {
  margin-top: 70px;
}

.about .datas ul {
  border-left: 1px solid #ddd;
  height: 80px;
}

.about .datas ul li {
  width: 25%;
  float: left;
  text-align: center;
  border-right: 1px solid #ddd;
  height: 80px;
}

.about .datas ul li h5 {
  font-weight: bold;
  font-size: 36px;
}

.about .datas ul li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.about.onshow .title {
  left: 0 !important;
  opacity: 1 !important;
}

.about.onshow .content {
  left: 0 !important;
  opacity: 1 !important;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.products {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  height: 1050px;
  background-image: url(../images/index/bg1.jpg);
}

.products .product-types {
  margin-top: 30px;
}

.products .product-types ul {
  text-align: center;
}

.products .product-types ul li {
  display: inline-block;
  margin: 0 20px;
}

.products .product-types ul li:hover a {
  color: #008FD7;
}

.products .product-types ul li a {
  font-size: 16px;
  color: #666;
}

.products .product-item-container ul li {
  width: 282px;
  margin-right: 24px;
  float: left;
  height: 342px;
  margin-top: 24px;
}

.products .product-item-container ul li:nth-of-type(4n) {
  margin-right: 0;
}

.products .product-item-container ul li:hover figure>div img {
  transform: scale(1.1);
}

.products .product-item-container ul li:hover figure>div:first-child::after {
  opacity: 1 !important;
}

.products .product-item-container ul li:hover figure>div:last-child {
  background-color: #008FD7;
  color: #fff;
}

.products .product-item-container ul li a,
.products .product-item-container ul li figure {
  display: block;
  width: 100%;
  height: 100%;
}

.products .product-item-container ul li a>div:first-child,
.products .product-item-container ul li figure>div:first-child {
  width: 282px;
  height: 282px;
  overflow: hidden;
}

.products .product-item-container ul li a>div:first-child img,
.products .product-item-container ul li figure>div:first-child img {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .product-item-container ul li a>div:last-child,
.products .product-item-container ul li figure>div:last-child {
  line-height: 60px;
  text-align: center;
  height: 60px;
  background: #EAF0F3;
}

.ability {
  padding: 70px 0;
}

.ability .clearfloat {
  margin-top: 40px;
  overflow: hidden;
}

.ability .clearfloat>div {
  width: 50%;
  height: 350px;
  float: left;
  position: relative;
  transition: all 0.9s ease;
  opacity: 0;
}

.ability .clearfloat>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ability .clearfloat>div:nth-of-type(1) {
  left: -50px;
  top: -50px;
}

.ability .clearfloat>div:nth-of-type(2) {
  left: 50px;
  top: -50px;
}

.ability .clearfloat>div:nth-of-type(3) {
  left: -50px;
  top: 50px;
}

.ability .clearfloat>div:nth-of-type(4) {
  left: 50px;
  top: 50px;
}

.ability .clearfloat .text-container {
  position: relative;
}

.ability .clearfloat .text-container::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(45deg, #fff 25%, #efefef 0, #efefef 50%, #fff 0, #fff 75%, #efefef 0);
  background-size: 10px 10px;
}

.ability .clearfloat .text-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #EAF0F3;
}

.ability .clearfloat .text-container>div {
  position: relative;
  z-index: 55;
  padding: 50px;
}

.ability .clearfloat .text-container>div h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
}

.ability .clearfloat .text-container>div h3::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #008FD7;
  bottom: 0;
  left: 8px;
}

.ability .clearfloat .text-container>div h3::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  background: #E62129;
  bottom: 0;
  left: 0px;
}

.ability .clearfloat .text-container>div p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 45px;
}

.ability.onshow .clearfloat>div {
  opacity: 1;
  top: 0;
  left: 0;
}

.news {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/index/bg2.jpg);
}

.news .clearfloat {
  margin-top: 50px;
}

.news .clearfloat .news-item {
  width: 384px;
  height: 408px;
  float: left;
  position: relative;
  top: 75px;
  transition: all 0.8s ease;
  opacity: 0;
}

.news .clearfloat .news-item>a {
  display: block;
  height: 250px;
  width: 100%;
}

.news .clearfloat .news-item>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .clearfloat .news-item>div {
  height: 158px;
  padding: 20px;
  background: linear-gradient(45deg, #fff 25%, #efefef 0, #efefef 50%, #fff 0, #fff 75%, #efefef 0);
  background-size: 7px 7px;
}

.news .clearfloat .news-item>div h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .clearfloat .news-item>div h3 a {
  font-size: 18px;
}

.news .clearfloat .news-item>div p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}

.news .clearfloat .news-item>div>div {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.news .clearfloat .news-item>div>div span,
.news .clearfloat .news-item>div>div time {
  position: relative;
  font-size: 14px;
  color: #999;
  text-indent: 12px;
  display: inline-block;
}

.news .clearfloat .news-item>div>div span::before,
.news .clearfloat .news-item>div>div time::before {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  width: 6px;
  height: 6px;
  background: #008FD7;
  border-radius: 50%;
  margin-top: -3px;
}

.news .clearfloat .news-item>div>div time {
  margin-left: 20px;
}

.news .clearfloat .news-list {
  float: right;
  width: 768px;
  position: relative;
  top: 75px;
  transition: all 0.8s ease;
  opacity: 0;
  transition-delay: 0.3s;
}

.news .clearfloat .news-list ul li {
  height: 80px;
  width: 362px;
  position: relative;
  float: left;
  border-bottom: 1px dashed #ddd;
  margin-right: 44px;
}

.news .clearfloat .news-list ul li:nth-of-type(2n) {
  margin-right: 0;
}

.news .clearfloat .news-list ul li:nth-of-type(1),
.news .clearfloat .news-list ul li:nth-of-type(2) {
  border-top: 1px dashed #ddd;
}

.news .clearfloat .news-list ul li:hover h5 a {
  color: #008FD7;
}

.news .clearfloat .news-list ul li h5 {
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
  text-overflow: ellipsis;
}

.news .clearfloat .news-list ul li h5 a {
  font-size: 16px;
}

.news .clearfloat .news-list ul li>div {
  position: absolute;
  left: 0px;
  bottom: 15px;
}

.news .clearfloat .news-list ul li>div span,
.news .clearfloat .news-list ul li>div time {
  position: relative;
  font-size: 14px;
  color: #999;
  text-indent: 12px;
  display: inline-block;
}

.news .clearfloat .news-list ul li>div span::before,
.news .clearfloat .news-list ul li>div time::before {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
  margin-top: -3px;
}

.news .clearfloat .news-list ul li>div time {
  margin-left: 20px;
}

.news .center {
  text-align: center;
  margin-top: 50px;
}

.news.onshow .clearfloat .news-item {
  top: 0;
  opacity: 1;
}

.news.onshow .clearfloat .news-list {
  top: 0;
  opacity: 1;
}

.parnet {
  padding: 70px 0;
}

.parnet .container ul li {
  float: left;
  width: 180px;
  height: 100px;
  background: #FFFFFF;
  text-align: center;
  margin-right: 24px;
  margin-top: 24px;
}

.parnet .container ul li:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width:1600px) {
  .honor {
    height: 750px;
  }

  .honor_container .container {
    width: 920px !important;
  }
}