.swiper-id1 {
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-color: #EDEDED;
}
.swiper-id1 .swiper-slide {
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.swiper-id1 .swiper-slide .left {
  width: 550px;
  height: 550px;
  float: left;
  background-image: url(/img/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 550px auto;
}
.swiper-id1 .swiper-slide .right {
  width: 600px;
  float: right;
}
.swiper-id1 .swiper-slide .text1 {
  font-size: 50px;
  letter-spacing: 4px; /*字距*/
  margin-top: 150px;
  text-transform: uppercase;
  font-weight: 600;
}
.swiper-id1 .swiper-slide .text2 {
  font-size: 18px;
  margin-top: 50px;
  line-height: 30px;
}
/*.swiper-id1 .swiper-slide .text2 ul li {
  list-style: disc;
  list-style-position: inside;
}*/
.swiper-id1 .swiper-slide .text2 ul li:before {
  content: "\F9DD";
  font-family: "Material Design Icons";
}
.swiper-id1 .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  opacity: 1;
  border-radius: 0px;
  background: #727272;
}
.swiper-id1 .swiper-pagination-bullet-active {
  background: #E20000;
}
.swiper-id2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-id2 .swiper-slide {
  width: 380px;
  position: relative;
}
.swiper-id2 .swiper-space {
  margin-top: 50px;
}
.swiper-id2 .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  opacity: 1;
  border-radius: 0px;
  background: #727272;
}
.swiper-id2 .swiper-pagination-bullet-active {
  background: #E20000;
}
.swiper-id2 .Channel-bgimg {
  height: 190px;
  width: 380px;
  position: absolute;
  background-color: #EFEFEF;
  background-size: cover;
  background-position: center center;
  filter: alpha(opacity:50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.swiper-id2 .Channel-proimg {
  width: 380px;
  height: 380px;
  position: relative;
  background-image: url(/img/shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 380px auto;
}
.swiper-id2 .Channel-topic {
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.swiper-id2 .Channel-notes {
  margin-top: 10px;
  line-height: 20px;
  color: #A2A2A2;
  text-align: center;
  height: 20px;
}