﻿.products .icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.products .w1200 {
  width: 1000px;
  margin: 0 auto;
}
.products p {
  margin: 0;
}
.products .screen-wrap {
  position: relative;
}
.products .screen-wrap .screen-position .edu-banner {
  position: relative;
  height: auto;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box {
  position: relative;
  height: 100%;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box img {
  display: block;
  width: 100%;
  height: 600px;
  max-height: 600px;
  object-fit: cover;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info {
  position: absolute;
  top: 50%;
  left: 16%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info h3,
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info p,
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info a {
  color: #fff;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info h3 {
  font-size: 36px;
  letter-spacing: 0.36px;
  font-weight: normal;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info p {
  width: 240px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.34px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  margin: 0;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin-top: 32px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.products .screen-wrap .screen-position .edu-banner .swiper-container .swiper-slide .img-box .info a:hover {
  background: #4A90E3;
  border: 1px solid #4A90E3;
}
.products .screen-wrap .screen-position .edu-banner .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}
.products .screen-wrap .screen-position .edu-banner .title-box h4 {
  font-size: 40px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1.24px;
  font-weight: bold;
}
.products .screen-wrap .screen-position .edu-banner .title-box p {
  margin: 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 10px;
  text-indent: 10px;
  text-align: center;
}
.products .screen-wrap .screen-position .edu-banner .title-box a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 32px auto 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.products .screen-wrap .screen-position .edu-banner .title-box a:hover {
  background: #4A90E3;
  border: 1px solid #4A90E3;
}
.products .screen-wrap .select-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}
.products .screen-wrap .select-wrap .select-box {
  width: 198px;
  height: 48px;
}
.products .screen-wrap .select-wrap .select-box + .select-box {
  margin-left: 15px;
}
.products .screen-wrap .select-wrap .select-box .select-show {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 20px;
}
.products .screen-wrap .select-wrap .select-box .select-show span,
.products .screen-wrap .select-wrap .select-box .select-show .icon {
  vertical-align: middle;
}
.products .screen-wrap .select-wrap .select-box .select-show span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.products .screen-wrap .select-wrap .select-box .select-show .icon {
  font-size: 16px;
}
.products .screen-wrap .select-wrap .select-box .select-show.blue {
  background: #4a90e2;
}
.products .screen-wrap .select-wrap .select-box .select-show.blue span,
.products .screen-wrap .select-wrap .select-box .select-show.blue .icon {
  color: #fff;
}
.products .screen-wrap .select-wrap .select-box ul {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 40vh;
  overflow: auto;
  text-align: center;
}
.products .screen-wrap .select-wrap .select-box ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  letter-spacing: 0.39px;
  line-height: 40px;
  background: #fff;
}
.products .screen-wrap .select-wrap .select-box ul li a:hover {
  color: #4A90E3;
}
.products .screen-wrap .swiper-button-next,
.products .screen-wrap .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-size: cover;
  opacity: 0.7;
}
.products .screen-wrap .swiper-button-prev {
  left: 60px;
  background-image: url('../image/disabled-arrow.png');
}
.products .screen-wrap .swiper-button-next {
  right: 60px;
  background-image: url('../image/disabled-arrow.png');
  transform: rotate(180deg);
}
.products .waterfall-wrap {
  margin-bottom: 40px;
  padding: 0;
  padding-top: 100px;
}
.products .waterfall-wrap .select-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  z-index: 999;
}
.products .waterfall-wrap .select-wrap .select-box {
  width: 198px;
  height: 48px;
}
.products .waterfall-wrap .select-wrap .select-box + .select-box {
  margin-left: 15px;
}
.products .waterfall-wrap .select-wrap .select-box .select-show {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 20px;
}
.products .waterfall-wrap .select-wrap .select-box .select-show span,
.products .waterfall-wrap .select-wrap .select-box .select-show .icon {
  vertical-align: middle;
}
.products .waterfall-wrap .select-wrap .select-box .select-show span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.products .waterfall-wrap .select-wrap .select-box .select-show .icon {
  font-size: 16px;
}
.products .waterfall-wrap .select-wrap .select-box .select-show.blue {
  background: #4a90e2;
}
.products .waterfall-wrap .select-wrap .select-box .select-show.blue span,
.products .waterfall-wrap .select-wrap .select-box .select-show.blue .icon {
  color: #fff;
}
.products .waterfall-wrap .select-wrap .select-box ul {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 40vh;
  overflow: auto;
  text-align: center;
}
.products .waterfall-wrap .select-wrap .select-box ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  letter-spacing: 0.39px;
  line-height: 40px;
  background: #fff;
}
.products .waterfall-wrap .select-wrap .select-box ul li a:hover {
  color: #4A90E3;
}
.products .waterfall-wrap .list-wrapper {
  width: 95%;
  margin: 0 auto;
}
.products .waterfall-wrap .list-wrapper ul {
  width: 100%;
}
.products .waterfall-wrap .list-wrapper ul li.list-item {
  position: relative;
  display: inline-block;
  width: calc(25% - 6px);
  height: 15.66vw;
  margin-bottom: 6px;
  cursor: pointer;
}
.products .waterfall-wrap .list-wrapper ul li.list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.products .waterfall-wrap .list-wrapper ul li.list-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .waterfall-wrap .list-wrapper ul li.list-item div.list-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding-left: 35px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.products .waterfall-wrap .list-wrapper ul li.list-item div.list-bottom h5.bottom-title {
  position: relative;
  font-size: 22px;
  white-space: nowrap;
}
.products .waterfall-wrap .list-wrapper ul li.list-item div.list-bottom h5.bottom-title:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 6px;
  height: 6px;
  background: #ffffff;
}
.products .waterfall-wrap .list-wrapper ul li.list-item div.list-bottom p.bottom-txt {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products .waterfall-wrap .list-wrapper ul li.list-item:hover .list-bottom {
  opacity: 1;
}
#case-list .waterfall-wrap .list-wrapper ul li.list-item div.list-bottom {
  height: 80px;
  opacity: 1;
  background: linear-gradient(to top, black, transparent);
}
#case-detail .edu-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; margin-bottom:30px;
}


#case-detail .gallery-top {
  height: auto;
}
#case-detail .gallery-top .swiper-slide {
  text-align: center;
}
#case-detail .gallery-top .swiper-slide img {
  display: block;
  width: 100%;
}
#case-detail .gallery-top .swiper-slide .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 76px;
  text-align: center;
}
#case-detail .gallery-top .swiper-slide .bottom-box p {
  font-size:18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#case-detail .gallery-top .swiper-button-prev.swiper-button-disabled,
#case-detail .gallery-top .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}
#case-detail .gallery-thumbs {
  height:110px;
  margin-top: 18px;
}
#case-detail .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
#case-detail .gallery-thumbs .swiper-slide img {
  width: 100%;
}
#case-detail .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#case-detail .waterfall-wrap .banner-txt {
  margin: 70px 0 160px;
}
#case-detail .waterfall-wrap .banner-txt ul.txt-list li {
  display: none;
}
#case-detail .waterfall-wrap .banner-txt ul.txt-list li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
#case-detail .waterfall-wrap .banner-txt ul.txt-list li.active {
  display: block;
}
#case-detail .waterfall-wrap .relations {
  width: 88%;
  margin: 0 auto;
}
#case-detail .waterfall-wrap .relations h4.relation-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#case-detail .waterfall-wrap .relations ul.relation-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 60px 0 80px;
}
#case-detail .waterfall-wrap .relations ul.relation-list li {
  width: 24%;
}
#case-detail .waterfall-wrap .relations ul.relation-list li + li {
  margin-left: 1.3%;
}
#case-detail .waterfall-wrap .relations ul.relation-list li a {
  display: block;
}
#case-detail .waterfall-wrap .relations ul.relation-list li a img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
#case-detail .waterfall-wrap .relations ul.relation-list li a .list-detail {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
}
#case-detail .waterfall-wrap .relations ul.relation-list li a .list-detail h5 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
}
#case-detail .waterfall-wrap .relations ul.relation-list li a .list-detail p {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin: 15px 0 20px;
  text-align: center;
}
#case-detail .waterfall-wrap .relations ul.relation-list li a .list-detail span {
  font-size: 14px;
  color: #999999;
}
.loading-container {
  margin-bottom: 40px;
  text-align: center;
}
