@charset "UTF-8";

/*轮播*/
.swiper-resource {
  position: relative;
  margin-bottom: 79px;
}

.swiper {
  height: 530px !important;
  color: #fff;
  position: relative;
}

.swiper-slide {
  background-image: url(../img/web-stydu/swiper1.1.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}
.swiper2 {
  background-image: url(../img/web-stydu/swiper1.2.png);
}
.sc-title {
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
  line-height: 40px;
}

.sc-info {
  margin-bottom: 118px;
}

.sc-info:nth-of-type(0) {
  color: red;
}

.sc-underline {
  text-decoration: underline;
  margin-top: 70px;
  margin-bottom: 9px;
}

.think-btn {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 2px;
  background-color: #fff;
  transition: opacity 0.5s;
}

.think-btn:hover {
  color: #006BFF;
  opacity: 0.9;
}

.sc-left {
  float: left;
  padding-top: 130px;
}

.sc-right {
  float: right;
  padding-top: 44px;
  padding-right: 25px;
}

.sc-right img {
  width: 468px;
}

.swiper-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.swiper-btn img {
  width: 18px;
  transition: transform 0.5s;
  cursor: pointer;
}

.swiper-btn img:hover {
  transform: scale(1.1);
}

.swiper-btn .next {
  position: absolute;
  right: -8%;
  top: -18px;
  transform: rotate(180deg);
}

.swiper-btn .prev {
  position: absolute;
  left: -8%;
  top: -18px;
}

#elpagination {
  bottom: 26px;
}

#elpagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0 8px;
}

#elpagination .swiper-pagination-bullet {
  opacity: 1;
}

#elpagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*文章板块内容*/
.main {
  padding-bottom: 30px;
}

.title {
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}

.title a:hover {
  color: #666;
}

.article {
  background-color: #fff;
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-gap: 15px;
  margin-bottom: 65px;
}

.article .article-itme {
  width: 286px;
}

.article .article-item-img {
  overflow: hidden;
  height: 120.4px;
}

.article .article-item-img img {
  width: 100%;
  height: 120.4px;
  object-fit: fill;
  transition: all 0.3s;
}

.article .article-item-img img:hover {
  transform: scale(1.1);
}

.article .article-itme-intro {
  padding: 15px 24px 12px 14px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.article .article-itme-title,
.article .article-itme-info {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .article-itme-info {
  margin-bottom: 13px;
  color: #666;
}

.article .article-itme-time {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  color: #666;
}
.article .article-itme-time span {
  margin-right: 10px;
}
.article-itme-time i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/web-stydu/article-icon.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: -12px -12px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.article .article-itme-time span:nth-of-type(2) i {
  background-position: 0 -12px;
}
.article .article-itme:hover .article-itme-time span:nth-of-type(2) i{
  background-position: 0 0;
}
.article .article-itme:hover .article-itme-time span:nth-of-type(1) i{
  background-position: -12px 0;
}
.article .article-itme-time a {
  padding: 2px 4px;
  border: 1px solid #666;
  border-radius: 2px;
}

.article .article-itme:hover .article-itme-title {
  color: #006BFF;
}

.article .article-itme:hover .article-itme-info {
  color: #006BFF;
}

.article .article-itme:hover .article-itme-time {
  color: #006BFF;
}

.article .article-itme:hover .article-itme-time a {
  color: #006BFF;
  border-color: #006BFF;
}
@media screen and (max-width: 1200px) {
  .swiper-btn .next {
    right: 50px;
  }
  .swiper-btn .prev {
    left: 50px;
  }
  .swiper-resource,
  .product,
  .operat,
  .qv,
  .examples,
  .business,
  .power,
  .footer {
    width: 1390px;
    box-sizing: border-box;
  }
}
