.header {
  top: 0;
}
.main {
  background: #eeefeb;
}
.main .section-1 .block {
  position: relative;
  z-index: 9;
}
.main .section-1 .public-banner {
  position: relative;
  padding-top: 110px;
  box-sizing: border-box;
  padding-bottom: 110px;
}
.main .section-1 .public-banner .container {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  height: 350px;
}
.main .section-1 .public-banner .container .icon_1 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.main .section-1 .public-banner .img-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  text-align: center;
  z-index: 10;
}
.main .section-1 .public-banner h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 9;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  letter-spacing: 2px;
}
.main .section-1 .public-banner h3 span {
  position: relative;
}
.main .section-1 .public-banner h3 span:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background: #333;
  top: 50%;
  left: -40px;
}
.main .section-1 .public-banner h3 span:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background: #333;
  top: 50%;
  right: -40px;
}
.main .section-1 .public-banner .left-btn {
  position: absolute;
  width: 150px;
  left: 90px;
  z-index: 99;
  top: 50%;
  text-align: center;
  margin-top: -25px;
  font-size: 18px;
  letter-spacing: 2px;
}
.main .section-1 .public-banner .left-btn .icon-box {
  display: none;
}
.main .section-1 .public-banner .left-btn:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background: #333;
  margin-top: 25px;
  left: -35px;
  transition: all 0.6s ease 0s;
}
.main .section-1 .public-banner .left-btn a {
  color: #333333;
  transition: all 0.6s ease 0s;
}
.main .section-1 .public-banner .left-btn:hover a {
  color: #e97900;
}
.main .section-1 .public-banner .left-btn:hover:before {
  background: #e97900;
}
.main .section-1 .public-banner .right-btn {
  position: absolute;
  width: 150px;
  top: 50%;
  right: 90px;
  z-index: 99;
  text-align: center;
  margin-top: -25px;
  font-size: 18px;
  letter-spacing: 2px;
}
.main .section-1 .public-banner .right-btn .icon-box {
  display: none;
}
.main .section-1 .public-banner .right-btn:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background: #333;
  margin-top: 25px;
  right: -35px;
  transition: all 0.6s ease 0s;
}
.main .section-1 .public-banner .right-btn a {
  color: #333333;
  transition: all 0.6s ease 0s;
}
.main .section-1 .public-banner .right-btn:hover a {
  color: #e97900;
}
.main .section-1 .public-banner .right-btn:hover:before {
  background: #e97900;
}
.main .section-1 .public-banner #liquid_1 {
  position: absolute;
  left: -200px;
  top: 0;
  width: 300px;
  height: 160px;
}
.main .section-1 .public-banner #liquid_2 {
  position: absolute;
  left: -100px;
  width: 300px;
  height: 200px;
  bottom: -50px;
}
.main .section-1 .public-banner #liquid_3 {
  position: absolute;
  right: -220px;
  width: 300px;
  top: 0;
  height: 170px;
}
.main .section-1 .public-banner #liquid_4 {
  position: absolute;
  right: -220px;
  width: 200px;
  bottom: 0;
  height: 100px;
}
.session_1 {
  margin-top: -50px;
  background: #eee7e2;
  padding-top: 15px;
}
.session_1.pa50 {
  padding-top: 50px;
  margin-top: -70px;
}
.session_1 .container {
  margin: 0 auto;
  max-width: 1150px;
}
.session_1 .tab-box {
  position: relative;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  width: 570px;
  top: -35px;
}
.session_1 .tab-box.w720 {
  width: 720px;
}
.session_1 .tab-box.w770 {
  width: 770px;
}
.session_1 .tab-box .swiper-button-next {
  opacity: 0;
  right: -35px;
  background: transparent;
  margin-top: -17px;
}
.session_1 .tab-box .swiper-button-prev {
  opacity: 0;
  left: -35px;
  background: transparent;
  margin-top: -17px;
}
.session_1 .tab-box span {
  position: relative;
  display: block;
  width: 180px;
  height: 45px;
  background: #eeefeb;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  letter-spacing: 2px;
  text-indent: 5px;
  border-radius: 30px;
  border: 1px solid #c1c1c1;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
.session_1 .tab-box span:hover {
  background: #73c3d4;
  color: #fff;
}
.session_1 .tab-box span.active {
  background: #73c3d4;
  color: #fff;
}
.session_1 .content-box {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.session_1 .content-box .item-video {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: -1px;
  box-sizing: border-box;
}
.session_1 .content-box .item-video .img-box {
  position: absolute;
  top: 18px;
  left: 18px;
  bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 220px;
  text-align: center;
}
.session_1 .content-box .item-video .img-box img {
  vertical-align: middle;
}
.session_1 .content-box .item-video:hover {
  background: #fff;
}
.session_1 .content-box .item-video:hover .img-box:after {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  -webkit-animation: slide 1s infinite;
  animation: slide 1s infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}
.session_1 .content-box .item-video .txt-box {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  padding-left: 260px;
  padding-right: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 140px;
}
.session_1 .content-box .item-video .txt-box .center-box {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
}
.session_1 .content-box .item-video .txt-box .center-box h3 {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.session_1 .content-box .item-video .txt-box .center-box p {
  font-size: 16px;
  color: #555555;
  letter-spacing: 2px;
  line-height: 1.8;
}
.session_1 .content-box .item-video .play-btn {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.session_1 .content-box .item-video .play-btn .txt {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #afafaf;
  border-radius: 100%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.session_1 .content-box .item-video .play-btn .txt em {
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.session_1 .content-box .item-video .play-btn .txt img {
  display: none;
}
.session_1 .content-box .item-video .play-btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #afafaf;
  border-radius: 50%;
  z-index: 1;
  left: 0;
  top: 0;
  transform-origin: center;
}
.session_1 .content-box .item-video .play-btn:hover .txt {
  font-size: 0!important;
}
.session_1 .content-box .item-video .play-btn:hover .txt img {
  display: inline-block;
  width: 11px;
  height: auto;
  margin-top: 14px;
}
.session_1 .content-box .item-video .play-btn:hover:before {
  transform: scale(2);
  animation-name: button-anim-opacity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.session_1 .content-box .item-video .play-btn:hover .txt img {
  animation-name: icon-anim;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.session_1 .content-box .item-box {
  display: none;
}
.session_1 .content-box .item-box.active {
  display: block;
}
.session_1 .content-box .item-box .item-title {
  text-align: center;
  margin-bottom: 35px;
}
.session_1 .content-box .item-box .item-title h3 {
  font-size: 26px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.session_1 .content-box .item-box .item-title h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.session_1 .content-box .item-box .item-title h3 span:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #73c3d4;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.session_1 .content-box .item-box .type-list {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #fff;
  padding-left: 170px;
  padding-right: 170px;
  box-sizing: border-box;
}
.session_1 .content-box .item-box .type-list ul {
  position: relative;
}
.session_1 .content-box .item-box .type-list ul:before {
  position: absolute;
  content: '';
  left: 66px;
  top: -10px;
  bottom: -10px;
  width: 1px;
  background: #767676;
}
.session_1 .content-box .item-box .type-list ul li {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
  line-height: 26px;
}
.session_1 .content-box .item-box .type-list ul li p {
  color: #555555;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 16px;
}
.session_1 .content-box .item-box .type-list ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #555555;
}
.session_1 .content-box .item-box .type-list ul li h3 {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  letter-spacing: 2px;
}
.session_1 .content-box .item-box .type-list ul li .other-box {
  font-size: 14px;
  color: #555555;
}
.session_1 .content-box .item-box .type-list ul li .other-box .link-item {
  position: relative;
  float: left;
  width: 33.33%;
  padding-left: 55px;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 2px;
}
.session_1 .content-box .item-box .type-list ul li .other-box .link-item em {
  position: absolute;
  left: 0;
  font-style: normal;
}
.session_1 .content-box .item-box .type-list ul li .other-box .link-item img {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.session_1 .msg-box {
  position: relative;
  background: #fff;
  padding-top: 30px;
  padding-left: 170px;
  padding-right: 170px;
  padding-bottom: 30px;
}
.session_1 .msg-box .icon-top {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.session_1 .msg-box .info-box {
  margin-bottom: 50px;
}
.session_1 .msg-box .info-box p {
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
  letter-spacing: 2px;
}
.session_1 .msg-box ul {
  position: relative;
}
.session_1 .msg-box ul:before {
  position: absolute;
  content: '';
  left: 66px;
  top: -10px;
  bottom: -10px;
  width: 1px;
  background: #767676;
}
.session_1 .msg-box ul li {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
  line-height: 26px;
}
.session_1 .msg-box ul li p {
  color: #555555;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.8;
}
.session_1 .msg-box ul li p img {
  margin-left: 5px;
}
.session_1 .msg-box ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #555555;
}
.session_1 .msg-box ul li h3 {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.resource_2-warp .session_1 .tab-box span {
  width: 135px;
}
.resource_2-warp .session_1 .tab-box .swiper-button-next {
  opacity: 1;
}
.resource_2-warp .session_1 .tab-box .swiper-button-prev {
  opacity: 1;
}
.resource_4-warp .session_1 .content-box .item-box .type-list {
  padding-left: 100px;
  padding-right: 100px;
}
.resource_4-warp .session_1 .content-box .item-box .type-list h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.resource_4-warp .session_1 .content-box .item-box .type-list span {
  display: block;
  margin-top: 5px;
  color: #73c3d4;
  font-size: 16px;
  letter-spacing: 2px;
}
.resource_2-warp .session_1 .content-box .item-video .play-btn .txt {
  background: #73c3d4;
  font-size: 13px;
}
.resource_2-warp .session_1 .content-box .item-video .play-btn:before {
  background: #73c3d4;
}
.resource_2-warp .session_1 .content-box .item-box .type-list .line-box span {
  width: 100%!important;
}
.resource_2-warp .session_1 .content-box .item-box .type-list .first-box span {
  width: 35%;
}
.resource_2-warp .session_1 .content-box .item-box .type-list .first-box span:nth-child(1) {
  width: 65%;
}
.resource_2-warp .session_1 .content-box .item-box .type-list span {
  float: left;
  width: 55%;
  display: block;
  margin-top: 5px;
  color: #73c3d4;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.8;
}
.resource_2-warp .session_1 .content-box .item-box .type-list span:nth-child(1) {
  width: 45%;
}
.resource_2-warp .session_1 .content-box .item-box .type-list span img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 5px;
}
.resource_5-wrap .session_1 .msg-box ul li p a {
  font-size: 14px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.8;
}
.affect_3 .tab-box {
  width: 715px;
}
.affect_3 .content-box .item-box .item-title h3 {
  margin-bottom: 35px;
}
.affect_3 .content-box .item-box .item-title h3 span:before {
  background: #73c3d4;
  height: 2px;
}
.affect_3 .content-box .item-box .type-list {
  padding-left: 80px;
  padding-right: 80px;
}
.affect_3 .content-box .item-box .type-list .nub-list {
  position: relative;
}
.affect_3 .content-box .item-box .type-list .nub-list .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 50%;
  background: #e0d0c5;
}
.affect_3 .content-box .item-box .type-list .nub-list .nub-item {
  float: left;
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
.affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-title {
  text-align: center;
}
.affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-title span {
  color: #5fa8b8;
  font-size: 28px;
  line-height: 1;
}
.affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-title p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 30px;
}
.affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-body p {
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
}
.affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-item-othen {
  margin-top: 35px;
}
.right-pull {
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.banner-video-open .right-pull {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.affect_4-warp .session_1 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.affect_4-warp .session_1 .container {
  position: relative;
  z-index: 9;
  max-width: 1050px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 50px;
}
.affect_4-warp .session_1 .container .title-box {
  text-align: center;
  padding-top: 100px;
}
.affect_4-warp .session_1 .container .title-box .icon-img {
  margin-top: -130px;
  margin-bottom: 15px;
}
.affect_4-warp .session_1 .container .title-box h3 {
  font-size: 26px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.affect_4-warp .session_1 .container .title-box h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.affect_4-warp .session_1 .container .title-box h3 span:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #b07337;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.affect_4-warp .session_1 .container .title-box p {
  font-size: 13px;
  color: #b07337;
  line-height: 1;
}
.affect_4-warp .session_1 .container .list-box {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 35px;
}
.affect_4-warp .session_1 .container .list-box .item-box {
  position: relative;
  background: #f5f5f5;
  height: 182px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: -1px;
  box-sizing: border-box;
}
.affect_4-warp .session_1 .container .list-box .item-box .img-box {
  position: absolute;
  top: 18px;
  left: 18px;
  bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.affect_4-warp .session_1 .container .list-box .item-box .img-box img {
  vertical-align: middle;
}
.affect_4-warp .session_1 .container .list-box .item-box:hover {
  background: #fff;
}
.affect_4-warp .session_1 .container .list-box .item-box:hover .img-box:after {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  -webkit-animation: slide 1s infinite;
  animation: slide 1s infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}
.affect_4-warp .session_1 .container .list-box .item-box .txt-box {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  padding-left: 260px;
  padding-right: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 140px;
}
.affect_4-warp .session_1 .container .list-box .item-box .txt-box .center-box {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
}
.affect_4-warp .session_1 .container .list-box .item-box .txt-box .center-box h3 {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.3;
}
.affect_4-warp .session_1 .container .list-box .item-box .txt-box .center-box p {
  font-size: 14px;
  color: #555555;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn .txt {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #afafaf;
  border-radius: 100%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn .txt em {
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn .txt img {
  display: none;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #afafaf;
  border-radius: 50%;
  z-index: 1;
  left: 0;
  top: 0;
  transform-origin: center;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover .txt {
  font-size: 0;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover .txt img {
  display: inline-block;
  width: 11px;
  height: auto;
  margin-top: 14px;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover:before {
  transform: scale(2);
  animation-name: button-anim-opacity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover .txt img {
  animation-name: icon-anim;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1200px) {
  .resource_4-warp .session_1 .content-box .item-box .type-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .affect_3 .content-box .item-box .type-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .affect_4-warp .session_1 .container .list-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .affect_4-warp .session_1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .session_1 .content-box .item-box .type-list ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
  .session_1 .content-box .item-box .type-list ul li .other-box .link-item {
    font-size: 14px;
    line-height: 1.6;
  }
  .session_1 .content-box .item-video .txt-box .center-box h3 {
    font-size: 20px;
  }
  .resource_4-warp .session_1 .content-box .item-box .type-list h4 {
    font-size: 14px;
  }
  .session_1 .content-box .item-video .txt-box .center-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .resource_4-warp .session_1 .content-box .item-box .type-list span {
    font-size: 14px;
  }
  .session_1 .msg-box ul li h3 {
    font-size: 20px;
  }
  .resource_5-wrap .session_1 .msg-box ul li p a {
    font-size: 14px;
    line-height: 1.6;
  }
  .session_1 .msg-box .info-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .session_1 .msg-box ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
  .session_1 .content-box .item-box .type-list ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1054px) {
  .session_1 .msg-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main .section-1 .public-banner {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main .section-1 .public-banner .txt_1 img {
    width: 100%;
  }
  .main .section-1 .public-banner .left-btn {
    left: 20px;
  }
  .main .section-1 .public-banner .right-btn {
    right: 20px;
  }
  .main .section-1 .public-banner h3 {
    bottom: -10px;
    z-index: 99;
  }
  .session_1 .content-box .item-box .type-list {
    padding-left: 65px;
    padding-right: 65px;
  }
  .affect_3 .content-box .item-box .type-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .session_1 .tab-box.w770 {
    width: 750px;
  }
  .main .section-1 .public-banner .txt_1 img {
    width: 100%;
  }
  .resource_4-warp .session_1 .content-box .item-video .txt-box {
    padding-right: 90px!important;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn {
    right: 18px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .txt-box {
    padding-right: 90px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn {
    right: 18px;
  }
}
@media screen and (max-width: 900px) {
  .session_1 .content-box .item-box .type-list ul li .other-box .link-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .session_1 .tab-box.w720 {
    width: 600px;
  }
  .session_1 .tab-box.w770 {
    width: 700px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item {
    float: none;
    width: 100%;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item:nth-child(2) {
    margin-bottom: 35px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-item-othen {
    margin-top: 35px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .line {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .session_1 .tab-box {
    width: 85%!important;
  }
  .session_1 .tab-box span {
    width: 100%!important;
  }
  .resource_4-warp .session_1 .content-box .item-video .img-box {
    display: none;
  }
  .resource_4-warp .session_1 .content-box .item-video .txt-box {
    padding-left: 18px;
    line-height: 1;
  }
  .session_1 .content-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .session_1 .content-box .item-box .type-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box {
    height: auto;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .img-box {
    display: none;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .txt-box {
    padding-left: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .main .section-1 .public-banner .container {
    height: 230px;
  }
  .main .section-1 .public-banner .icon_1 img {
    height: 230px;
  }
  .main .section-1 .public-banner .img-box img {
    max-height: 230px;
    height: auto;
    max-width: 230px;
  }
  .main .section-1 .public-banner .img-box {
    top: 0;
  }
}
@media screen and (max-width: 720px) {
  .session_1 .tab-box .swiper-button-next,
  .session_1 .tab-box .swiper-button-next,
  .session_1 .tab-box .swiper-button-next,
  .session_1 .tab-box .swiper-button-prev {
    opacity: 1;
    background: transparent;
  }
  .main .section-1 .public-banner .left-btn {
    font-size: 14px;
  }
  .main .section-1 .public-banner .right-btn {
    font-size: 14px;
  }
  .main .section-1 .public-banner h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .resource_2-warp .session_1 .content-box .item-box .type-list span {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .main .section-1 .public-banner .img-box img {
    height: 230px;
    width: auto;
  }
  .session_1 .tab-box {
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
    width: 100%!important;
  }
  .session_1 .tab-box span {
    height: 42px;
    line-height: 40px;
  }
  .main .section-1 .public-banner .left-btn:before {
    left: -10px;
    margin-top: 20px;
  }
  .main .section-1 .public-banner .right-btn:before {
    right: -10px;
    margin-top: 20px;
  }
  .session_1 .tab-box .swiper-button-next {
    right: 10px;
    margin-top: -14px;
  }
  .session_1 .tab-box .swiper-button-next img {
    width: 28px;
  }
  .session_1 .tab-box .swiper-button-prev {
    margin-top: -14px;
    left: 10px;
  }
  .session_1 .tab-box .swiper-button-prev img {
    width: 28px;
  }
  .main .section-1 .public-banner {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .main .section-1 .public-banner .txt_1 .bg_1 {
    padding-bottom: 25px;
  }
  .main .section-1 .public-banner .txt_1 .bg_2 {
    padding-top: 25px;
  }
  .session_1 .content-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main .section-1 .public-banner .img-box img {
    height: 230px;
    width: auto;
  }
  .session_1 .msg-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .session_1 .content-box ul:before {
    display: none;
  }
  .session_1 .content-box ul li {
    padding-left: 40px!important;
  }
  .session_1 .content-box .item-box .type-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item {
    padding-left: 0;
    padding-right: 0;
  }
  .affect_3 .content-box .item-box .item-title {
    margin-bottom: 20px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item:nth-child(2) {
    margin-bottom: 20px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-title span {
    font-size: 16px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-title p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-body p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .affect_3 .content-box .item-box .type-list .nub-list .nub-item .nub-item-othen {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .main .section-1 .public-banner .container {
    height: 200px;
  }
  .main .section-1 .public-banner .icon_1 img {
    height: 180px;
  }
  .main .section-1 .public-banner .img-box img {
    max-height: 230px;
    height: auto;
    max-width: 230px;
  }
  .main .section-1 .public-banner .right-btn {
    right: 10px;
    text-align: right;
  }
  .main .section-1 .public-banner .right-btn .icon-box {
    display: block;
  }
  .main .section-1 .public-banner .right-btn a {
    display: inline-block;
    text-align: center;
  }
  .main .section-1 .public-banner .right-btn:before {
    display: none;
  }
  .main .section-1 .public-banner h3 {
    bottom: -30px;
  }
  .main .section-1 .public-banner h3 span {
    display: inline-block;
    width: 170px;
  }
  .main .section-1 .public-banner .left-btn {
    left: 10px;
    text-align: left;
  }
  .main .section-1 .public-banner .left-btn .icon-box {
    display: block;
  }
  .main .section-1 .public-banner .left-btn a {
    display: inline-block;
    text-align: center;
  }
  .main .section-1 .public-banner .left-btn:before {
    display: none;
  }
  .session_1 .tab-box span {
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }
  .session_1 .content-box .item-box .item-title {
    position: relative;
    padding-bottom: 5px;
    line-height: 26px;
  }
  .session_1 .content-box .item-box .item-title h3 {
    display: inline-block;
    margin-bottom: 0;
  }
  .session_1 .content-box .item-box .item-title h3 span {
    font-size: 18px;
    padding-bottom: 0;
  }
  .session_1 .content-box .item-box .item-title h3 span:before {
    display: none;
  }
  .session_1 .content-box .item-box .item-title p {
    display: inline-block;
  }
  .session_1 .content-box .item-box .item-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #b07337;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
  }
  .session_1 .content-box .item-box .type-list ul li .other-box .link-item {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
  }
  .resource_4-warp .session_1 .content-box .item-box .type-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .session_1 .content-box {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .session_1 .content-box .info-box {
    margin-bottom: 20px;
  }
  .session_1 .content-box .item-box .type-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .session_1 .content-box ul li {
    margin-bottom: 15px!important;
    height: auto;
  }
  .session_1 .content-box ul li span {
    font-size: 18px!important;
  }
  .session_1 .content-box ul li h3 {
    font-size: 16px!important;
    letter-spacing: 1px!important;
  }
  .session_1 .content-box ul li p {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.6!important;
    font-size: 14px!important;
  }
  .session_1 .content-box ul li p a {
    /* display: inline-block;*/
    font-size: 0;
    width: 14px;
    height: 14px;
  }
  .session_1 .content-box ul li p a img {
    width: 14px;
  }
  .main .section-1 .public-banner #liquid_1 {
    left: -100px;
    width: 200px;
    height: 80px;
  }
  .main .section-1 .public-banner #liquid_2 {
    left: -100px;
    width: 200px;
    height: 80px;
  }
  .main .section-1 .public-banner #liquid_3 {
    right: -100px;
    width: 200px;
    height: 80px;
  }
  .affect_4-warp .session_1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .affect_4-warp .session_1 .container .title-box h3 span {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .affect_4-warp .session_1 .container .title-box {
    padding-top: 50px;
  }
  .affect_4-warp .session_1 .container .title-box p {
    display: none;
  }
  .affect_4-warp .session_1 .container .title-box .icon-img {
    margin-top: -76px;
  }
  .affect_4-warp .session_1 .container .title-box .icon-img img {
    width: 30px;
  }
  .affect_4-warp .session_1 .container .title-box .icon-img {
    margin-bottom: 0;
  }
  .affect_4-warp .session_1 .container .list-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
  .affect_4-warp .session_1 .container .list-box .item-box {
    overflow: hidden;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .txt-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .txt-box .center-box h3 {
    font-size: 16px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .txt-box .center-box p {
    font-size: 13px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn {
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -25px;
    line-height: 1;
    margin-left: -25px;
    box-sizing: border-box;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn .txt {
    padding-top: 10px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn em {
    font-weight: 400;
    font-size: 13px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover .txt {
    padding-top: 10px;
    font-size: 13px;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover .txt img {
    display: none;
  }
  .affect_4-warp .session_1 .container .list-box .item-box .play-btn:hover:before {
    display: none;
  }
  .resource_4-warp .session_1 .content-box .item-video {
    overflow: hidden;
  }
  .resource_4-warp .session_1 .content-box .item-video .txt-box {
    padding-left: 10px;
    padding-right: 10px!important;
    padding-bottom: 30px;
  }
  .resource_4-warp .session_1 .content-box .item-video .txt-box .center-box h3 {
    font-size: 16px;
  }
  .resource_4-warp .session_1 .content-box .item-video .txt-box .center-box p {
    font-size: 14px;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn {
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -25px;
    line-height: 1;
    margin-left: -25px;
    box-sizing: border-box;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn .txt {
    padding-top: 10px;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn em {
    font-weight: 400;
    font-size: 13px;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn:hover .txt {
    padding-top: 10px;
    font-size: 13px;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn:hover .txt img {
    display: none;
  }
  .resource_4-warp .session_1 .content-box .item-video .play-btn:hover:before {
    display: none;
  }
  .resource_4-warp .session_1 .content-box .item-box .type-list span {
    width: 100%!important;
  }
}
@media screen and (max-width: 480px) {
  .main .section-1 .public-banner .img-box {
    top: -30px;
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes button-anim-opacity {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes icon-anim {
  0% {
    transform: translate(0px, 0px);
  }
  90% {
    transform: translate(7px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*# sourceMappingURL=resource.css.map */