﻿.resourceBlock .mobTab {
  display: none;
}
.resourceBlock .mobTab .w1400 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  color: #222;
}
.resourceBlock .mobTab .w1400 a img {
  transform: rotate(90deg);
}
.resourceBlock .tab {
  border-bottom: 1px solid #dcdcdc;
}
.resourceBlock .tab .w1400 {
  display: flex;
}
.resourceBlock .tab .w1400 a {
  min-width: 156px;
  padding: 0 30px;
  background: #fff;
  font-size: 17px;
  line-height: 64px;
  color: #222;
  text-align: center;
  transition: background, color 0.3s;
}
.resourceBlock .tab .w1400 a.on {
  color: #fff;
  background-image: linear-gradient(90deg, #1794cb 0%, #58b84f 100%), linear-gradient(#1794cb, #1794cb);
}
.resourceBlock .resourceSearch {
  margin-top: 40px;
}
.resourceBlock .resourceSearch .w1400 .left {
  display: flex;
  align-items: center;
  width: 330px;
}
.resourceBlock .resourceSearch .w1400 .left input {
  width: 83.3333333333%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #dcdcdc;
}
.resourceBlock .resourceSearch .w1400 .left > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background: #1794cb;
  font-size: 0;
}
.resourceBlock .resourceSearch .w1400 .left > a img {
  filter: contrast(0) brightness(10);
}
.resourceBlock .content {
  padding-bottom: 70px;
}
.resourceBlock .content .w1400 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.resourceBlock .content .w1400 .list {
  display: flex;
  justify-content: space-between;
  padding: 60px 15px 60px 20px;
  width: calc((100% - 120px) / 3);
  border-bottom: 1px solid #dcdcdc;
  margin-left: 60px;
}
.resourceBlock .content .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}
.resourceBlock .content .w1400 .list .img {
  box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.15);
  font-size: 0;
  width: 108px;
  height: 145px;
}
.resourceBlock .content .w1400 .list .img img {
  max-width: 100%;
  max-height: 100%;
}
.resourceBlock .content .w1400 .list .text {
  width: calc(100% - 138px);
  padding-top: 15px;
}
.resourceBlock .content .w1400 .list .text p {
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.resourceBlock .content .w1400 .list .text p span {
  min-width: 30px;
  height: 16px;
  border: solid 1px #58b84f;
  line-height: 16px;
  color: #58b84f;
  font-size: 10px;
  padding: 0 2px;
  display: block;
  float: left;
  transform: translateY(6px);
  margin-right: 12px;
}
.resourceBlock .content .w1400 .list .text .link {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1794cb;
  margin-top: 26px;
}
.resourceBlock .content .w1400 .list .text .link img {
  margin-right: 12px;
}
.resourceBlock .content .pagination {
  margin-top: 70px;
}

.resourceBlock2 {
  padding-top: 0 !important;
  padding-bottom: 70px;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .left {
  font-size: 0;
  width: 50%;
  position: relative;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .left video {
  width: 100%;
  height: 430px;
  background: #000;
  cursor: pointer;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .left .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right {
  background: #f5f6fa;
  width: 50%;
  padding: 67px 80px;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right .tit {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #222;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right .link {
  width: 230px;
  line-height: 44px;
  border: solid 1px #1794cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1794cb;
  padding: 0 40px 0 24px;
  margin-top: 104px;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right .link img {
  margin-right: 12px;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-pagination {
  width: 50%;
  position: absolute;
  text-align: right;
  right: 50px;
  bottom: 46px;
  left: auto;
  font-size: 0;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-pagination span {
  width: 30px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 0;
  opacity: 1;
  margin: 0 0 0 8px;
}
.resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #58b84f;
}
.resourceBlock2 .w1400 .bottom {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 68px;
}
.resourceBlock2 .w1400 .bottom .list {
  width: calc((100% - 92px) / 3);
  margin-left: 46px;
  margin-top: 80px;
}
.resourceBlock2 .w1400 .bottom .list:nth-child(3n+1) {
  margin-left: 0;
}
.resourceBlock2 .w1400 .bottom .list .img {
  font-size: 0;
  position: relative;
}
.resourceBlock2 .w1400 .bottom .list .img video {
  width: 100%;
  height: 245px;
  background: #000;
  cursor: pointer;
}
.resourceBlock2 .w1400 .bottom .list .img .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.resourceBlock2 .w1400 .bottom .list .tit {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #222;
  margin-top: 25px;
}
.resourceBlock2 .w1400 .bottom .list .time {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #999;
  margin-top: 24px;
}
.resourceBlock2 .w1400 .bottom .list .time img {
  margin-right: 6px;
}

.videoWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.videoWindow .content {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoWindow .content .close {
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.videoWindow .content video {
  width: 100%;
  height: 100%;
  background: #000;
}

.resourceBlock3 {
  padding-top: 0 !important;
  padding-bottom: 70px;
}
.resourceBlock3 .w1400 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 70px;
}
.resourceBlock3 .w1400 .list {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  padding-left: 24px;
  width: 47.8571428571%;
  border-bottom: 1px solid #dcdcdc;
}
.resourceBlock3 .w1400 .list .img {
  width: 137px;
  height: 176px;
  font-size: 0;
  line-height: 0;
  box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
.resourceBlock3 .w1400 .list .text {
  width: calc(100% - 177px);
  padding-top: 9px;
}
.resourceBlock3 .w1400 .list .text p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resourceBlock3 .w1400 .list .text .tips {
  margin-top: 16px;
  font-size: 15px;
  line-height: 28px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.resourceBlock3 .w1400 .list .text .ico {
  margin-top: 26px;
  font-size: 0;
}
.resourceBlock3 .w1400 .list:first-child {
  padding-top: 0;
}
.resourceBlock3 .w1400 .list:nth-child(2) {
  padding-top: 0;
}

.resourceBlock4 {
  padding-bottom: 50px;
}
.resourceBlock4 .w1400 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  margin-top: -40px;
}
.resourceBlock4 .w1400 .list {
  margin-left: 40px;
  margin-top: 40px;
  width: calc((100% - 120px) / 4);
  height: 436px;
  border: 1px solid #dcdcdc;
  position: relative;
  padding: 79px 34px 0;
}
.resourceBlock4 .w1400 .list .img {
  margin: 0 auto;
  width: 142px;
  height: 192px;
  font-size: 0;
  box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
.resourceBlock4 .w1400 .list .tit {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222;
}
.resourceBlock4 .w1400 .list .ico {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.resourceBlock4 .w1400 .list:nth-child(4n+1) {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .resourceBlock .content .w1400 .list {
    margin-left: 30px;
  }
  .resourceBlock .content .w1400 .list .img {
    width: 80px;
    height: auto;
  }
  .resourceBlock .content .w1400 .list .text {
    width: calc(100% - 100px);
    padding-top: 5px;
  }
}
@media (max-width: 1366px) {
  .resourceBlock4 .w1400 .list {
    width: calc((100% - 80px) / 3);
  }
  .resourceBlock4 .w1400 .list:nth-child(4n+1) {
    margin-left: 40px;
  }
  .resourceBlock4 .w1400 .list:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .resourceBlock .content .w1400 {
    justify-content: space-between;
  }
  .resourceBlock .content .w1400 .list {
    width: calc((100% - 60px) / 2);
    margin-left: 0;
  }
}
@media (max-width: 996px) {
  .resourceBlock .mobTab {
    display: block;
  }
  .resourceBlock .tab {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-bottom: 0;
  }
  .resourceBlock .tab .w1400 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .resourceBlock .tab .w1400 a {
    width: 320px;
    font-size: 14px;
    line-height: 38px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
  .resourceBlock .tab .w1400 a:first-child {
    padding-top: 10px;
  }
  .resourceBlock .tab .w1400 a:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .resourceBlock .content {
    padding-bottom: 40px;
  }
  .resourceBlock .content .w1400 .list {
    padding: 40px 15px;
  }
  .resourceBlock .content .pagination {
    margin-top: 40px;
  }
  .resourceBlock2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    padding: 30px 30px 60px;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right .link {
    margin-top: 30px;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-pagination {
    right: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-pagination span:first-child {
    margin-left: 0;
  }
  .resourceBlock2 .w1400 .bottom {
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .resourceBlock2 .w1400 .bottom .list {
    width: calc((100% - 40px) / 2);
    margin-left: 0;
    margin-top: 40px;
  }
  .resourceBlock3 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .resourceBlock3 .w1400 {
    padding-bottom: 30px;
  }
  .resourceBlock3 .w1400 .list {
    align-items: flex-start;
    width: 100%;
    padding: 40px 0;
  }
  .resourceBlock3 .w1400 .list:nth-child(2) {
    padding-top: 40px;
  }
  .resourceBlock4 {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  .resourceBlock4 .w1400 {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .resourceBlock4 .w1400 .list {
    width: calc((100% - 40px) / 2);
    height: auto;
    margin-left: 0;
    padding: 30px 30px 50px;
  }
  .resourceBlock4 .w1400 .list .tit {
    text-align: center;
  }
  .resourceBlock4 .w1400 .list:nth-child(4n+1) {
    margin-left: 0;
  }
  .videoWindow .content {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .resourceBlock .content .w1400 .list {
    width: 100%;
  }
  .resourceBlock2 .w1400 .bottom .list {
    width: 100%;
  }
  .resourceBlock4 .w1400 {
    justify-content: space-between;
  }
  .resourceBlock4 .w1400 .list {
    width: calc((100% - 8px) / 2);
    padding: 39px 22px 28px;
  }
  .resourceBlock4 .w1400 .list .img {
    width: 78px;
    height: 106px;
  }
  .resourceBlock4 .w1400 .list .tit {
    font-size: 13px;
    line-height: 19px;
  }
  .resourceBlock4 .w1400 .list .ico {
    right: 13px;
    bottom: 13px;
    font-size: 0;
  }
  .resourceBlock .tab .w1400 {
    width: 100%;
    padding: 0 5%;
  }
  .resourceBlock .tab .w1400 a {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .resourceBlock .mobTab .w1400 a {
    width: 100%;
  }
  .resourceBlock .tab .w1400 a {
    width: 100%;
  }
  .resourceBlock .resourceSearch .w1400 .left {
    width: 100%;
  }
  .resourceBlock .content .w1400 {
    padding-top: 0;
  }
  .resourceBlock .content .w1400 .list {
    align-items: flex-start;
  }
  .resourceBlock .content .w1400 .list .text p {
    font-size: 16px;
  }
  .resourceBlock .content .w1400 .list .text p span {
    transform: translateY(3px);
  }
  .resourceBlock .content .w1400 .list .text .link {
    font-size: 14px;
    line-height: 20px;
  }
  .resourceBlock .content .w1400 .list .text .link img {
    transform: translateY(-1px);
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .left video {
    height: 300px;
  }
  .resourceBlock2 .w1400 .top .resourceBlock2Swiper .swiper-wrapper .swiper-slide .right .tit {
    font-size: 18px;
    line-height: 1.8;
  }
  .resourceBlock2 .w1400 .bottom .list .tit {
    font-size: 16px;
    line-height: 1.6;
  }
  .resourceBlock3 .w1400 .list {
    padding-left: 0;
  }
  .resourceBlock3 .w1400 .list .img {
    width: 100px;
    height: auto;
  }
  .resourceBlock3 .w1400 .list .text {
    width: calc(100% - 120px);
    padding-top: 0;
  }
  .resourceBlock3 .w1400 .list .text p {
    font-size: 18px;
  }
  .resourceBlock3 .w1400 .list .text .tips {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
  .resourceBlock3 .w1400 .list .text .ico {
    margin-top: 24px;
  }
  .resourceBlock4 .w1400 .list {
    margin-top: 20px;
  }
  .resourceBlock4 .w1400 .list .tit {
    font-size: 16px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=resource.css.map */