h3 {
  text-align: center;
  font-size: 30px;
}
.container {
  width: 100%;
  height: 100%;
}
.container .banner {
  width: 100%;
  height: 530px;
}
.container .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.container .banner .swiper-container .swiper-slide {
  background-image: url('../../images/channel/banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.container .banner .swiper-container .swiper-slide .bannerBox {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 145px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h3 {
  font-size: 55px;
  color: #fff;
  text-align: left;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
  display: inline-block;
  margin-top: 22px;
  width: 432px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .banner .swiper-container .swiper-slide .bannerBox .btnBox {
  margin-top: 55px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .btnBox a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
}
.container .banner .swiper-container .swiper-slide .bannerBox .btnBox a:hover {
  background-color: #5097ff;
  border: none;
}
.container .banner .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.container .banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container .problem {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 75px;
  height: 580px;
}
.container .problem > p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 0;
  margin-top: 24px;
}
.container .problem .proList {
  margin: 48px auto 0;
  display: flex;
  flex-flow: row nowrap;
  width: 912px;
}
.container .problem .proList li {
  width: 228px;
  height: 291px;
  margin-right: 114px;
  margin-top: 10px;
  cursor: pointer;
}
.container .problem .proList li h4 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin-top: 170px;
  text-align: center;
}
.container .problem .proList li > p {
  display: none;
}
.container .problem .proList li.active {
  box-shadow: 3px 3px 5px #cccccc, -3px -3px 5px #cccccc;
}
.container .problem .proList li.active h4 {
  margin-top: 130px;
}
.container .problem .proList li.active > p {
  display: block;
  margin: 20px 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.container .problem .proList li.active.plist1 {
  background: url(../../images/channel/p11.png) no-repeat;
}
.container .problem .proList li.active.plist2 {
  background: url(../../images/channel/p12.png) no-repeat;
}
.container .problem .proList li.active.plist3 {
  background: url(../../images/channel/p13.png) no-repeat;
}
.container .problem .proList li.plist1 {
  background: url(../../images/channel/p01.png) no-repeat;
}
.container .problem .proList li.plist2 {
  background: url(../../images/channel/p02.png) no-repeat;
}
.container .problem .proList li.plist3 {
  background: url(../../images/channel/p03.png) no-repeat;
}
.container .problem .proList li:last-of-type {
  margin-right: 0;
}
.container .special {
  width: 100%;
  height: 617px;
  background-color: #fff;
  padding-top: 80px;
}
.container .special > p {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 0;
  text-align: center;
  margin-top: 25px;
}
.container .special > p span {
  color: #019cff;
  border-bottom: 1px solid #019cff;
  cursor: pointer;
}
.container .special .specList {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  margin-top: 25px;
}
.container .special .specList li {
  width: 364px;
  height: 150px;
  border: 1px solid #dcdcdc;
  margin-right: 51px;
  margin-top: 36px;
  cursor: pointer;
}
.container .special .specList li > img {
  display: none;
}
.container .special .specList li h4 {
  margin-top: 26px;
  margin-left: 106px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.container .special .specList li p {
  margin: 10px 32px 0 106px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.container .special .specList li.slist1 {
  background: url(../../images/channel/sp01.png) no-repeat;
  background-size: 100%;
}
.container .special .specList li.slist2 {
  background: url(../../images/channel/sp02.png) no-repeat;
  background-size: 100%;
}
.container .special .specList li.slist3 {
  background: url(../../images/channel/sp03.png) no-repeat;
  background-size: 100%;
}
.container .special .specList li.slist4 {
  background: url(../../images/channel/sp04.png) no-repeat;
  background-size: 100%;
}
.container .special .specList li.slist5 {
  background: url(../../images/channel/sp05.png) no-repeat;
  background-size: 100%;
}
.container .special .specList li.slist6 {
  background: url(../../images/channel/sp06.png) no-repeat;
  background-size: 100%;
}
.container .special .specList li.show {
  background: url(../../images/channel/bg.png) no-repeat;
  border: 0;
  box-shadow: 2px 2px 5px #e3e3e2;
  width: 366px;
  height: 152px;
  display: flex;
  flex-flow: row nowrap;
}
.container .special .specList li.show img {
  display: block;
  width: 79px;
  height: 71px;
  margin-left: 18px;
  margin-top: 40px;
}
.container .special .specList li.show > div {
  margin-left: 16px;
}
.container .special .specList li.show > div h4 {
  color: #fff;
  margin-left: 0;
}
.container .special .specList li.show > div > p {
  color: #fff;
  margin-left: 0;
  margin-right: 32px;
}
.container .special .specList li:nth-of-type(3n+0) {
  margin-right: 0;
}
.container .advantage {
  width: 100%;
  background-color: #f5f5f5;
  height: 500px;
  padding-top: 75px;
}
.container .advantage > p {
  font-size: 16px;
  color: #6e6e6e;
  margin-top: 25px;
  text-align: center;
}
.container .advantage .adList {
  width: 1185px;
  margin: 55px auto 0;
  display: flex;
  flex-flow: row nowrap;
}
.container .advantage .adList li {
  width: 160px;
  margin-right: 45px;
}
.container .advantage .adList li img {
  display: block;
  width: 100%;
  height: 160px;
}
.container .advantage .adList li > p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 18px;
}
.container .compete {
  width: 100%;
  background-color: #fff;
  height: 749px;
  padding-top: 50px;
  box-sizing: border-box;
}
.container .compete > p {
  font-size: 16px;
  color: #6e6e6e;
  text-align: center;
  margin-top: 20px;
}
.container .compete .comList {
  height: 404px;
  width: 1202px;
  margin: 45px auto 0;
  display: flex;
  flex-flow: row nowrap;
}
.container .compete .comList li {
  width: 272px;
  margin-right: 38px;
  margin-top: 15px;
}
.container .compete .comList li img {
  display: block;
}
.container .compete .comList li h4 {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-top: 15px;
}
.container .compete .comList li p {
  text-align: center;
  font-size: 14px;
  color: #636363;
  margin-top: 10px;
}
.container .compete .comList li:last-of-type {
  margin-right: 0;
}
.container .clearing {
  width: 100%;
  padding-top: 80px;
  height: 453px;
  background-color: #f5f5f5;
}
.container .clearing > p {
  text-align: center;
  font-size: 16px;
  color: #6e6e6e;
  margin-top: 25px;
}
.container .clearing .clList {
  width: 865px;
  height: 160px;
  margin: 45px auto 0;
  display: flex;
  flex-flow: row nowrap;
}
.container .clearing .clList li {
  width: 160px;
  height: 160px;
  background: url(../../images/channel/clearing.png) no-repeat;
  margin-right: 75px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 71px;
  cursor: pointer;
}
.container .clearing .clList li:last-of-type {
  margin-right: 0;
}
.container .level {
  width: 100%;
  background-color: #fff;
  height: 506px;
  padding-top: 80px;
}
.container .level > p {
  text-align: center;
  font-size: 16px;
  color: #6d6d6d;
  margin-top: 15px;
}
.container .level .leList {
  width: 1200px;
  margin: 40px auto 0;
  height: 220px;
  display: flex;
  flex-flow: row nowrap;
}
.container .level .leList li {
  width: 273px;
  height: 220px;
  margin-right: 35px;
  cursor: pointer;
}
.container .level .leList li h4 {
  text-align: center;
  margin-top: 170px;
  color: #fff;
  font-size: 18px;
}
.container .level .leList li > p,
.container .level .leList li > span {
  display: none;
}
.container .level .leList li.llist1 {
  background: url(../../images/channel/l1.png) no-repeat;
}
.container .level .leList li.llist2 {
  background: url(../../images/channel/l2.png) no-repeat;
}
.container .level .leList li.llist3 {
  background: url(../../images/channel/l3.png) no-repeat;
}
.container .level .leList li.llist4 {
  background: url(../../images/channel/l4.png) no-repeat;
}
.container .level .leList li.fly {
  box-shadow: 3px 3px 5px #dddddd, -3px -3px 5px #dddddd, 3px -3px 5px #dddddd, -3px 3px 5px #dddddd;
}
.container .level .leList li.fly h4 {
  color: #333;
  margin-top: 40px;
}
.container .level .leList li.fly > p {
  display: block;
  color: #737373;
  font-size: 14px;
  margin: 25px 32px 0;
  margin-bottom: 0;
}
.container .level .leList li.fly > span {
  display: block;
  font-size: 15px;
  color: #029eff;
  text-align: center;
  margin-top: 25px;
}
.container .level .leList li.fly.llist1 {
  background: #fff;
}
.container .level .leList li.fly.llist2 {
  background: #fff;
}
.container .level .leList li.fly.llist3 {
  background: #fff;
}
.container .level .leList li.fly.llist4 {
  background: #fff;
}
.container .level .leList li:last-of-type {
  margin-right: 0;
}
.container .case {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 75px;
  box-sizing: border-box;
  height: 532px;
}
.container .case h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .case p {
  font-size: 16px;
  text-align: center;
  color: #666;
}
.container .case ul {
  width: 1128px;
  margin: 20px auto 0;
}
.container .case ul li {
  float: left;
  width: 269px;
  height: 277px;
  margin-right: 17px;
  padding-top: 20px;
  cursor: pointer;
}
.container .case ul li:last-of-type {
  margin-right: 0;
}
.container .case ul li.current {
  box-shadow: 5px 5px 8px #dedede;
}
