@charset "utf-8";
/* news_list */
#characteristics .con {
  margin: auto;
  padding-top: 80px;
  width: 80%;
}
#characteristics .con .info {
  margin: auto;
  max-width: 1000px;
  color: #999;
}
#characteristics .con .list {
  padding: 40px 0;
}
#characteristics .con .list .li {
  float: left;
  width: 16.66%;
}
#characteristics .con .list .li a {
  display: block;
  margin: auto;
  padding: 40px 0;
  border-radius: 10px;
  cursor: pointer;
}
#characteristics .con .list .li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#characteristics .con .list .li a .img {
  margin: 0 auto;
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #ddd;
  background: #e61f41;
  overflow: hidden;
  transition: all 0.3s;
}
#characteristics .con .list .li a .img img {
  display: block;
  width: 100%;
}
#characteristics .con .list .li a hr {
  margin: 40px auto;
  width: 20px;
  border: 0;
  border-top: 1px solid #666;
}
#characteristics .con .list .li a .txt {
  font-size: 16px;
}
#characteristics .content {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#characteristics .content .li {
  position: absolute;
  z-index: 1;
  left: 15%;
  top: 40%;
  width: 60%;
  height: 46%;
  border-radius: 20px;
  padding: 3% 5%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
#characteristics .content .li .box {
  height: 100%;
}
#characteristics .content .li h2 {
  font-size: 24px;
  font-weight: normal;
}
#characteristics .content .li hr {
  width: 40px;
  border: 0;
  border-top: 1px solid #333;
}
#characteristics .content .li .info {
  margin-top: 50px;
  text-align: justify;
  color: #666;
}
#characteristics .content .li .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff url(../images/win_close.png) no-repeat center;
  cursor: pointer;
}
#characteristics .content .li .close:hover {
  transform: rotate(180deg);
  background-color: #e61f41;
}
#characteristics .content .li.sel {
  z-index: 2;
  top: 30%;
  opacity: 1;
}
#video .con {
  margin: auto;
  width: 70%;
  min-width: 800px;
}
#video .con .list {
  padding: 60px 0 0;
}
#video .con .list .li {
  display: inline-block;
  margin: 20px 3%;
  width: 40%;
}
#video .con .list .li a {
  position: relative;
  display: block;
  margin: auto;
  padding: 10px;
  height: 130px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
}
#video .con .list .li a img {
  float: left;
  margin-right: 20px;
  width: 130px;
  height: 130px;
  background: no-repeat center;
  background-size: cover;
}
#video .con .list .li a h3 {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#video .con .list .li a p {
  margin: 0;
  font-size: 12px;
  color: #aaa;
}
#video .con .list .li a p.info {
  height: 60px;
}
#video .con .list .li a p span {
  margin-right: 20px;
}
#video .con .list .li a p.num span {
  margin-right: 20px;
}
#video .con .list .li a p.num span.play {
  padding-left: 20px;
  margin-right: 20px;
  background: url(../images/icon_play.png) no-repeat left center;
}
#video .con .list .li a p.num span.heart {
  padding-left: 20px;
  background: url(../images/icon_heart2.png) no-repeat left center;
}
#video .con .list .li a::after {
  content: '';
  position: absolute;
  left: 75px;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url(../images/ico_play.png) no-repeat center;
  background-size: 45%;
  opacity: 0;
  transition: all 0.3s;
}
#video .con .list .li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#video .con .list .li a:hover::after {
  opacity: 1;
}
#atmosphere .swiper-container {
  margin: 60px 0 0;
}
#atmosphere .swiper-container .swiper-arrow {
  margin-top: -60px;
}
#atmosphere .swiper-container .swiper-arrow.prev {
  left: 10%;
}
#atmosphere .swiper-container .swiper-arrow.next {
  right: 10%;
}
#atmosphere .swiper-slide a {
  display: block;
  width: 960px;
  height: 480px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray alpha(opacity=20);
}
#atmosphere .swiper-slide a img {
  display: block;
  width: 100%;
}
#atmosphere .swiper-slide a:hover {
  opacity: 0.2;
  filter: Gray alpha(opacity=20);
}
#atmosphere .swiper-slide .txt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#atmosphere .swiper-slide .txt h3 {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: normal;
}
#atmosphere .swiper-slide .txt p {
  margin: 10px 0 0;
  color: #999;
}
#atmosphere .swiper-slide.swiper-slide-active a {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: alpha(opacity=100);
}
#atmosphere .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
  filter: alpha(opacity=100);
}
#interview .con {
  margin: auto;
  width: 80%;
}
#interview .con .list {
  height: 360px;
}
#interview .con .list a {
  position: relative;
  float: left;
  width: 12.5%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  opacity: 0.5;
  transition: all 0.5s;
}
#interview .con .list a p {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: all 0.5s;
}
#interview .con .list a.sel {
  opacity: 1;
}
#interview .con .list a.sel p {
  opacity: 1;
}
/*手机版*/
@media screen and (max-width: 800px) {
  #characteristics .con {
    padding-top: 6vw;
    width: 90%;
  }
  #characteristics .con .list {
    padding: 3vw 0;
  }
  #characteristics .con .list .li {
    float: left;
    width: 33.3%;
    margin: 3vw 0;
  }
  #characteristics .con .list .li a {
    padding: 0;
  }
  #characteristics .con .list .li a:hover {
    box-shadow: none;
  }
  #characteristics .con .list .li a .img {
    padding: 3vw;
    width: 12vw;
    height: 12vw;
    border-width: 1vw;
  }
  #characteristics .con .list .li a hr {
    display: none;
  }
  #characteristics .con .list .li a .txt {
    font-size: 1rem;
  }
  #characteristics .content .li {
    padding-top: 6vw;
    border-radius: 3vw;
  }
  #characteristics .content .li h2 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  #characteristics .content .li hr {
    width: 10vw;
  }
  #characteristics .content .li .info {
    margin-top: 6vw;
  }
  #characteristics .content .li .close {
    right: 50%;
    top: 0;
    margin: -20px -20px 0 0;
  }
  #characteristics .content .li.sel {
    top: 25%;
  }
  #video .con {
    width: 90%;
    min-width: auto;
  }
  #video .con .list {
    padding: 6vw 0 0;
  }
  #video .con .list .li {
    display: block;
    margin: 2vw 0;
    width: 100%;
  }
  #video .con .list .li a {
    padding: 2vw;
    height: 20vw;
  }
  #video .con .list .li a img {
    margin-right: 3vw;
    width: 20vw;
    height: 20vw;
  }
  #video .con .list .li a h3 {
    margin: 0;
    font-size: 1.2rem;
  }
  #video .con .list .li a p {
    font-size: 0.8rem;
  }
  #video .con .list .li a p.info {
    height: 8vw;
  }
  #video .con .list .li a p span {
    margin-right: 5vw;
  }
  #video .con .list .li a p.num span.play {
    padding-left: 1.5em;
    margin-right: 5vw;
    background-size: contain;
  }
  #video .con .list .li a p.num span.heart {
    padding-left: 1.5em;
    margin-right: 0;
    background-size: contain;
  }
  #video .con .list .li a::after {
    left: 12vw;
    top: 50%;
    width: 14vw;
    height: 14vw;
    margin: -7vw 0 0 -7vw;
    background-size: 45%;
  }
  #atmosphere .swiper-container {
    margin: 6vw 0 0;
  }
  #atmosphere .swiper-container .swiper-arrow {
    margin-top: -12vw;
  }
  #atmosphere .swiper-container .swiper-arrow.prev {
    left: 1%;
  }
  #atmosphere .swiper-container .swiper-arrow.next {
    right: 1%;
  }
  #atmosphere .swiper-slide a {
    margin: auto;
    width: 80vw;
    height: 40vw;
  }
  #atmosphere .swiper-slide .txt h3 {
    margin: 2vw auto 0;
    width: 80vw;
    font-size: 1.1rem;
  }
  #atmosphere .swiper-slide .txt p {
    margin: 2vw auto 0;
    width: 80vw;
    font-size: 0.8rem;
  }
  #interview .con .list {
    height: auto;
  }
  #interview .con .list a {
    width: 50%;
    height: 25vw;
  }
  #interview .con .list a p {
    display: none;
  }
}
