.w1400 {
  visibility: hidden;
}
.w1400.active {
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.resources-con {
  padding-bottom: 3%;
  background: #fff;
  min-width: 1200px;
  overflow: hidden;
}
.resources-con .page1 {
  width: 100%;
  background: #f9f9f9;
  padding: 3% 0;
}
.resources-con .page1 .swiper-box {
  margin-top: 2%;
  position: relative;
}
.resources-con .page1 .swiper-box .swiper-slide:hover .img-box img,.resources-con .page1 .slidesj:hover .img-box img {
  transform: scale(1.02);
}
.resources-con .page1 .swiper-box .swiper-slide .img-box,.resources-con .page1 .slidesj .img-box {
  width: 100%;
  overflow: hidden;
}
.resources-con .page1 .swiper-box .swiper-slide .img-box img,.resources-con .page1 .slidesj .img-box img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.resources-con .page1 .swiper-box .swiper-slide .text-box,.resources-con .page1 .slidesj .text-box {
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  padding-right: 30px;
  position: relative;
}
.resources-con .page1 .swiper-box .swiper-slide .text-box .icon,.resources-con .page1 .slidesj .text-box .icon {
  display: inline-block;
  width: 23px;
  height: 27px;
  background: url(../images/icon/icon18.png) no-repeat center / 100%;
  margin-bottom: -8px;
  margin-right: 10px;
}
.resources-con .page1 .swiper-box .swiper-slide .text-box::before,.resources-con .page1 .slidesj .text-box::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../images/icon/icon-downLoad.png") no-repeat center / 100%;
  right: 5px;
  top: 50%;
  margin-top: -16px;
}
.resources-con .page1 .swiper-box .swiper-slide .view{display: block;font-size: 14px;text-align: right;color: #666;}
.resources-con .page1 .swiper-box .swiper-slide .view:hover{color:#009040;}
.resources-con .page1 .swiper-box .btn-next,
.resources-con .page1 .swiper-box .btn-prev {
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  opacity: 1;
  pointer-events: unset;
  cursor: pointer;
  margin-top: -40px;
}
.resources-con .page1 .swiper-box .btn-next::after,
.resources-con .page1 .swiper-box .btn-prev::after {
  font-size: 25px;
}
.resources-con .page1 .swiper-box .btn-next:hover,
.resources-con .page1 .swiper-box .btn-prev:hover {
  background: #009040;
}
.resources-con .page1 .swiper-box .btn-next:hover::after,
.resources-con .page1 .swiper-box .btn-prev:hover::after {
  color: #fff;
}
.resources-con .page1 .swiper-box .btn-next {
  right: -40px;
}
.resources-con .page1 .swiper-box .btn-prev {
  left: -40px;
}
.resources-con .page2 {
  margin-top: 3%;
}
.resources-con .page2 .tab-list {
  margin-top: 9px;
  margin-left: 40px;
}
.resources-con .page2 .list {
    position: relative;
  margin-top: 2%;
}
.resources-con .page2 .list .list-item {
  position: relative;
  margin-left: 0;
}
.resources-con .page2 .list .list-item:nth-child(1) {
  margin-left: 0;
}
.resources-con .page2 .list .list-item:hover .img-box img {
  transform: scale(1.02);
}
.resources-con .page2 .list .list-item .img-box {
  width: 450px;
  border-radius: 2px;
  overflow: hidden;
}
.resources-con .page2 .list .list-item .img-box img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.resources-con .page2 .list .list-item .text-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  padding: 0 20px;
  box-sizing: border-box;
}
.resources-con .page2 .list .list-item .text-box .text {
  width: 70%;
  font-size: 18px;
  color: #fff;
}
.resources-con .page2 .list .list-item .text-box .icon {
  width: 28px;
  height: 27px;
  background: url(../images/icon/iocn-videoDown.png) no-repeat center / 100%;
  margin-bottom: -13px;
}
.resources-con .page2 .list .list-item .icon-play {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  transition: all 0.5s;
}
.resources-con .page2 .list .list-item .icon-play i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 8;
}
.resources-con .page2 .list .list-item .icon-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #3c3c3c;
  margin-top: -10px;
  margin-left: -5px;
  z-index: 10;
}
.resources-con .page2 .list .list-item .icon-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  margin-top: -60%;
  margin-left: -60%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: scaleTo 2s linear infinite;
  z-index: 5;
}
.resources-con .page2 .swiper-box .btn-next,
.resources-con .page2 .swiper-box .btn-prev {
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  opacity: 1;
  pointer-events: unset;
  cursor: pointer;
  margin-top: -40px;
}
.resources-con .page2 .swiper-box .btn-next::after,
.resources-con .page2 .swiper-box .btn-prev::after {
  font-size: 25px;
  color: #009040;
}
.resources-con .page2 .swiper-box .btn-next:hover,
.resources-con .page2 .swiper-box .btn-prev:hover {
  background: #009040;
}
.resources-con .page2 .swiper-box .btn-next:hover::after,
.resources-con .page2 .swiper-box .btn-prev:hover::after {
  color: #fff;
}
.resources-con .page2 .swiper-box .btn-next {
  right: -40px;
}
.resources-con .page2 .swiper-box .btn-prev {
  left: -40px;
}

.resources-con .page3 {
  margin-top: 3%;
}
.resources-con .page3 .con {
  display: block;
  margin-top: 2%;
  width: 100%;
  height: 249px;
  background: url(../images/page/p66.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 117px;
  box-sizing: border-box;
}
.resources-con .page3 .con .tit {
  display: inline-block;
  font-size: 40px;
  color: #009040;
  padding-bottom: 1%;
  border-bottom: 1px solid #009040;
}
.resources-con .page3 .con .list-box {
  margin-top: 25px;
}
.resources-con .page3 .con .list-box .list-item {
  margin-top: 15px;
  font-size: 15px;
}
.resources-con .page3 .con .list-box .list-item p {
  color: #009040;
}
.service-resources {
  background: #fff;
}
.service-resources .con-title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.service-resources .page1 .tit {
  font-size: 26px;
  color: #333333;
  margin: 35px auto;
  text-align: center;
}
.service-resources .page1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.service-resources .page1 .list .list-item {
  width: 30%;
  height: 277px;
  border-radius: 2px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
  margin-top: 40px;
  margin-left: 25px;
  transition: all 1s;
}
.service-resources .page1 .list .list-item:nth-child(3n-2) {
  margin-left: 0;
}
.service-resources .page1 .list .list-item:hover {
  color: #fff;
  background: #009040;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-15px);
}
.service-resources .page1 .list .list-item .icon {
  width: 86px;
  height: 79px;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.service-resources .page1 .list .list-item .titl {
  font-size: 18px;
  margin-top: 25px;
}
.service-resources .page1 .list .list-item .text {
  font-size: 16px;
  margin-top: 15px;
  width: 64%;
  text-align: center;
}
.service-resources .page1 .list .list-item.list-item1 .icon {
  background-image: url(../images/icon/icon32.png);
}
.service-resources .page1 .list .list-item.list-item1:hover .icon {
  background-image: url(../images/icon/icon32-act.png);
}
.service-resources .page1 .list .list-item.list-item2 .icon {
  background-image: url(../images/icon/icon33.png);
}
.service-resources .page1 .list .list-item.list-item2:hover .icon {
  background-image: url(../images/icon/icon33-act.png);
}
.service-resources .page1 .list .list-item.list-item3 .icon {
  background-image: url(../images/icon/icon34.png);
}
.service-resources .page1 .list .list-item.list-item3:hover .icon {
  background-image: url(../images/icon/icon34-act.png);
}
.service-resources .page1 .list .list-item.list-item4 .icon {
  background-image: url(../images/icon/icon35.png);
}
.service-resources .page1 .list .list-item.list-item4:hover .icon {
  background-image: url(../images/icon/icon35-act.png);
}
.service-resources .page1 .list .list-item.list-item5 .icon {
  background-image: url(../images/icon/icon36.png);
}
.service-resources .page1 .list .list-item.list-item5:hover .icon {
  background-image: url(../images/icon/icon36-act.png);
}
.service-resources .page1 .list .list-item.list-item6 .icon {
  background-image: url(../images/icon/icon37.png);
}
.service-resources .page1 .list .list-item.list-item6:hover .icon {
  background-image: url(../images/icon/icon37-act.png);
}
.service-resources .page2 {
  margin-top: 100px;
  padding-bottom: 100px;
}
.service-resources .page2 .title .text {
  font-size: 30px;
  color: #333333;
}
.service-resources .page2 .title .tab-list .list-item {
  font-size: 20px;
  color: #999999;
  margin-left: 50px;
  cursor: pointer;
}
.service-resources .page2 .title .tab-list .list-item.act {
  color: #009040;
}
.service-resources .page2 .page2-con {
  margin-top: 114px;
}
.service-resources .page2 .page2-con .img-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
}
.service-resources .page2 .page2-con .img-box .img {
  display: block;
  width: 100%;
}
.service-resources .page2 .page2-con .tit {
  position: relative;
  padding-left: 57px;
  font-size: 24px;
  color: #009040;
}
.service-resources .page2 .page2-con .tit::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 39px;
  background: url(../images/icon/icon38.png) no-repeat center / 100%;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.service-resources .page2 .page2-con .list-box {
  margin-top: 40px;
}
.service-resources .page2 .page2-con .list-box .list-item {
  position: relative;
  background: #fff;
}
.service-resources .page2 .page2-con .list-box .list-item:nth-child(2n-1) {
  background: #f9f9f9;
}
.service-resources .page2 .page2-con .list-box .list-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2e2e2;
  top: 38px;
  left: 44px;
}
.service-resources .page2 .page2-con .list-box .list-item a {
  display: block;
  width: 100%;
  padding: 30px 60px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.service-resources .page2 .page2-con .list-box .list-item a:hover {
  background: #009040;
  color: #fff;
}
.service-resources .page2 .page2-con .list-box .list-item a:hover .titl {
  color: #fff;
}
.service-resources .page2 .page2-con .list-box .list-item a:hover .text {
  color: #fff;
}
.service-resources .page2 .page2-con .list-box .list-item .titl {
  font-size: 18px;
  color: #333333;
}
.service-resources .page2 .page2-con .list-box .list-item .text {
  font-size: 16px;
  color: #666666;
}
.service-resources .page3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-resources .page3 .tab-list {
  margin-top: 50px;
  width: 100%;
  height: 78px;
}
.service-resources .page3 .tab-list .list-item {
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 78px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.service-resources .page3 .tab-list .list-item.act {
  color: #fff;
  background: #009040;
}
.service-resources .page3 .page3-con .list-box {
  width: 100%;
  padding-left: 60px;
  padding-top: 45px;
  box-sizing: border-box;
}
.service-resources .page3 .page3-con .list-box .list-item {
  position: relative;
}
.service-resources .page3 .page3-con .list-box .list-item a {
  display: block;
  width: 100%;
  padding: 20px 75px 20px 20px;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 47%;
}
.service-resources .page3 .page3-con .list-box .list-item a:nth-child(2n) {
  float: right;
}
.service-resources .page3 .page3-con .list-box .list-item a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2e2e2;
  top: 29px;
  left: 0;
}
.service-resources .page3 .page3-con .list-box .list-item a:hover .tit {
  color: #009040;
}
.service-resources .page3 .page3-con .list-box .list-item a:hover .text {
  color: #009040;
}
.service-resources .page3 .page3-con .list-box .list-item .tit {
  font-size: 18px;
  color: #333333;
}
.service-resources .page3 .page3-con .list-box .list-item .text {
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
.service-resources .page3 .more {
  margin: 65px auto 0;
}
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.popup-video .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-video .video-con {
  width: 770px;
  height: 460px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -385px;
  margin-top: -230px;
}
.popup-video .video-con .video {
  width: 100%;
  height: 100%;
}
.popup-video .video-con .btn-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -50px;
  right: -50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.popup-video .video-con .btn-close::before {
  content: "\2716";
}
@media screen and (max-width: 1400px) {
  .resources-con .page2 .list .list-item .img-box {
    width: 380px;
  }
}


.resources-con .swipersj{display: none;}

@media(max-width:1024px){
  .resources-con{min-width: auto;}
  .resources-con .page3 .con{padding: 5%;height: auto;}
  .conment-title{font-size: 18px;}
  .resources-con .page3 .con .tit{font-size: 22px;}
  .resources-con .page3 .con .list-box{margin-top: 15px;}
  .resources-con .swiper-slide{width: 100% !important;}

  .resources-con .pc{display: none;}
  .resources-con .swipersj{display: block;}

  .resources-con .page1 .sj ul{margin-left: -3%;}
  .resources-con .page1 .slidesj{width: 47%;margin-left: 3%;float: left;padding-bottom: 20px;}
  .resources-con .page1 .slidesj:nth-child(2n+1){clear: both;}
  .resources-con .page1 .slidesj .text-box {font-size: 14px;margin-top: 14px;}
  .resources-con .page1 .slidesj .text-box .icon {width: 15px;height: 21px;margin-right: 4px;}
}