@charset "UTF-8";

.f-48 {
  font-size: 48px;
}

.f-42 {
  font-size: 42px;
}

.f-24 {
  font-size: 24px;
}

.m-width-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.img-box {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.img-box img, .img-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*轮播图start*/
.index-banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.index-banner p {
  font-size: 12px;
}

.index-banner h2 {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 12px;
}

.index-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.index-banner .bg-box {
  position: relative;
}

.index-banner .bg-box img {
  width: 100%;
  height: 100vh;
  transition: all 4s;
  object-fit: cover;
}
.index-banner .bg-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index-banner .wap-box {
  display: none;
}

.index-banner .wap-box img {
  width: 100%;
}

.index-banner .swiper-pagination {
  bottom: auto;
  right: 40px;
  top: 50%;
  transform: translateX(-50%);
  width: 12px;
  left: auto;
}

.index-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border-radius: inherit;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.6s;
  box-sizing: border-box;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

.index-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #EB9D32;
  border-color: #EB9D32;
}

.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
  bottom: 20px;
}

.index-banner .banner-content {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9;
  padding-top: 150px;
  text-align: center;
  transition: all 0.3s;
}

.index-banner .banner-content.t-left {
  text-align: left;
  padding-top: 0;
  flex-direction: column;
  justify-content: center;
}

.index-banner .banner-content.t-right {
  padding-top: 0;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.index-banner .banner-content.cdark {
  color: #222;
}

.index-banner .banner-content .text {
  box-sizing: border-box;
}

.index-banner .banner-content .text-p {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
}

.index-banner .ani-slide .banner-content {
  opacity: 1;
}

.index-banner .ani-slide .banner-content .text-p {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.index-title {
  position: relative;
  margin: 90px 0 50px;
}

.index-title h2 {
  padding-bottom: 20px;
  position: relative;
}

.index-title h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #EB9D32;
}

.index-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-title .link-more {
  background-color: #EB9D32;
  color: #FFF;
  line-height: 1;
  padding: 16px 46px;
  border-radius: 0px 24px  0px 24px;
  display: block;
  transition: all 0.3s;
}

.index-title .link-more:hover {
    background-color: #dd8a14;
}

.index-main {
  margin: 0;
  background-color: #F5F7FA;
  padding: 1px 0;
}

.index-newslist {
  margin: 0 0 120px;
}

.index-newslist ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.index-newslist .imgshow img {
  width: 100%;
}

.index-newslist li {
  width: 33.33%;
  padding: 0 11px;
  box-sizing: border-box;
}

.index-newslist .img-box {
  padding-bottom: 56.79012%;
}

.index-newslist .n-item {
  background-color: #FFF;
  padding: 28px;
  display: block;
  font-size: 16px;
  position: relative;
}

.index-newslist .n-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #EB9D32;
  transition: all 0.4s;
  width: 0;
}

.index-newslist .n-item:hover:after {
  width: 100%;
}

.index-newslist h3 {
  margin: 14px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-newslist .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #999999;
  line-height: 30px;
  height: 60px;
}

.index-newslist .link-more {
  color: #3a3a3a;
  display: inline-block;
  margin-top: 70px;
}

.index-newslist .link-more .iconfont {
  color: #F6A027;
  margin-left: 12px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .f-nav {
  margin-top: 24px;
}

.footer-top .f-nav ul {
  display: flex;
}

.footer-top .f-nav ul a {
  display: block;
  padding-left: 30px;
}

.footer-bot {
  margin-top: 32px;
  border-top: 1px solid #DDDDDD;
  padding: 28px 0;
}

@media only screen and (max-width: 1440px) {
  .ipd-20 {
    padding: 0 20px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-42 {
    font-size: 28px;
  }
  .f-24 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 980px) {
  .f-42 {
    font-size: 24px;
  }
  .f-42 {
    font-size: 18px;
  }
  .f-24 {
    font-size: 16px;
  }
  .index-title {
    margin: 30px 0 30px;
  }
  .index-newslist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-newslist .link-more {
    margin-top: 4px;
    font-size:14px;
  }	.index-newslist h3{		margin-bottom:4px;		font-weight:700;	}
  .index-newslist .text-p {
    font-size: 14px;
  }
  .footer-top {
    display: block;
  }
  .footer-top .ft-share.tar {
    text-align: center;
    margin: 14px 0;
  }
  .footer-top .f-logo img {
    height: 32px;
  }
  .footer-top .f-nav {
    margin-top: 0;
  }
  .footer-top .f-nav ul {
    flex-wrap: wrap;
  }
  .footer-top .f-nav ul a {
    padding-left: 0;
    font-size: 12px;
  }
  .footer-top .f-nav ul li {
    margin-right: 12px;
  }
  .footer-bot .fl, .footer-bot .fr {
    font-size: 12px;
    width: 100%;
  }
  .index-newslist {
    margin: 0 0 40px;
  }
   .index-banner .bg-box img {
    height: auto;
  }
  .index-banner .swiper-pagination {
    display: none;
  }
  .index-banner h2 {
    font-size: 16px;
  }
  .index-banner .banner-content {
    /*background-color: rgba(0, 0, 0, 0.2);*/
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
  }

  .index-banner .banner-content.cdark {
    color: #FFF;
    text-align: center;
  }
  .index-title .link-more{
      padding:10px 20px;
  }
  .index-title h2{
      padding-bottom:10px;
  }
  .index-banner .bg-box video{
      height: auto;
  }
  .index-newslist .n-item{
      padding: 14px;
  }
}
