.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/retail/retail.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.container .banner .swiper-container .swiper-slide .bannerBox {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 129px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h3 {
  font-size: 55px;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
  margin-top: 30px;
  margin-bottom: 92px;
  font-size: 18px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 120px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a:hover {
  background-color: #ff7cd8;
  background-color: #00cdfc;
  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 .banner .system {
  width: 100%;
  padding-top: 75px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.container .banner .system h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .banner .system p {
  width: 869px;
  height: 51px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
}
.container .store {
  width: 100%;
  height: 520px;
  padding-top: 75px;
  background-color: #f5f5f5;
}
.container .store h3 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.container .store h3 span {
  color: #607aed;
}
.container .store > p {
  width: 511px;
  height: 50px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin: 10px auto 0;
  text-align: center;
}
.container .store .storeList {
  width: 1185px;
  margin: 55px auto 0;
  display: flex;
  flex-flow: row nowrap;
}
.container .store .storeList li {
  width: 165px;
  margin-right: 90px;
  cursor: pointer;
}
.container .store .storeList li:last-of-type {
  margin-right: 0;
}
.container .store .storeList li img {
  display: block;
  width: 165px;
  height: 165px;
}
.container .store .storeList li p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.container .reason {
  width: 100%;
  height: 610px;
  padding-top: 50px;
}
.container .reason h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.container .reason h3 > span {
  color: #607aed;
}
.container .reason > p {
  width: 884px;
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 15px auto 0;
  color: #666666;
}
.container .reason .reasonList {
  width: 1148px;
  margin: 0 auto;
  margin-top: 55px;
  display: flex;
  flex-flow: row nowrap;
}
.container .reason .reasonList li {
  width: 288px;
  height: 355px;
  cursor: pointer;
}
.container .reason .reasonList li.rlist1 {
  background: url(../../images/retail/reason01.png) no-repeat;
}
.container .reason .reasonList li.rlist2 {
  background: url(../../images/retail/reason02.png) no-repeat;
}
.container .reason .reasonList li.rlist3 {
  background: url(../../images/retail/reason03.png) no-repeat;
}
.container .reason .reasonList li.rlist4 {
  background: url(../../images/retail/reason04.png) no-repeat;
}
.container .reason .reasonList li h4 {
  margin-top: 230px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.container .reason .reasonList li p {
  display: none;
}
.container .reason .reasonList li.active.rlist1 {
  background: url(../../images/retail/reason11.png) no-repeat;
}
.container .reason .reasonList li.active.rlist2 {
  background: url(../../images/retail/reason12.png) no-repeat;
}
.container .reason .reasonList li.active.rlist3 {
  background: url(../../images/retail/reason13.png) no-repeat;
}
.container .reason .reasonList li.active.rlist4 {
  background: url(../../images/retail/reason14.png) no-repeat;
}
.container .reason .reasonList li.active h4 {
  margin-top: 190px;
}
.container .reason .reasonList li.active p {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 32px;
  margin-bottom: 0;
  line-height: 24px;
}
.container .spec {
  width: 100%;
  padding-top: 80px;
  height: 570px;
  background: #f5f5f5;
}
.container .spec h3 {
  font-weight: normal;
  font-size: 30px;
  text-align: center;
}
.container .spec h3 span {
  color: #607aed;
}
.container .spec > p {
  font-size: 16px;
  color: #6e6e6e;
  width: 560px;
  text-align: center;
  margin: 20px auto 0;
}
.container .spec .specList {
  width: 1200px;
  margin: 38px auto 0;
  display: flex;
  flex-flow: row wrap;
}
.container .spec .specList li {
  width: 366px;
  height: 119px;
  margin-top: 12px;
  margin-right: 51px;
  margin-bottom: 33px;
  margin: 12px 51px 21px 0;
  padding: 26px 32px 0 108px;
  box-sizing: border-box;
}
.container .spec .specList li h4 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  font-family: MicrosoftYaHei-Bold;
}
.container .spec .specList li > p {
  font-size: 14px;
  color: #666;
  height: 37px;
  line-height: 24px;
  margin-top: 5px;
}
.container .spec .specList li.slist1 {
  background: url(../../images/retail/s01.png) no-repeat;
}
.container .spec .specList li.slist2 {
  background: url(../../images/retail/s02.png) no-repeat;
}
.container .spec .specList li.slist3 {
  background: url(../../images/retail/s03.png) no-repeat;
}
.container .spec .specList li.slist4 {
  background: url(../../images/retail/s04.png) no-repeat;
}
.container .spec .specList li.slist5 {
  background: url(../../images/retail/s05.png) no-repeat;
}
.container .spec .specList li.slist6 {
  background: url(../../images/retail/s06.png) no-repeat;
}
.container .spec .specList li.current {
  margin-top: 0;
  margin-bottom: 33px;
}
.container .spec .specList li.current h4 {
  color: #fff;
  font-weight: 600;
}
.container .spec .specList li.current p {
  color: #fff;
}
.container .spec .specList li.current.slist1 {
  background: url(../../images/retail/s11.png) no-repeat;
}
.container .spec .specList li.current.slist2 {
  background: url(../../images/retail/s12.png) no-repeat;
}
.container .spec .specList li.current.slist3 {
  background: url(../../images/retail/s13.png) no-repeat;
}
.container .spec .specList li.current.slist4 {
  background: url(../../images/retail/s14.png) no-repeat;
}
.container .spec .specList li.current.slist5 {
  background: url(../../images/retail/s15.png) no-repeat;
}
.container .spec .specList li.current.slist6 {
  background: url(../../images/retail/s16.png) no-repeat;
}
.container .spec .specList li:nth-of-type(3n+0) {
  margin-right: 0;
}
.container .show {
  width: 100%;
  padding-top: 75px;
  height: 850px;
  background-color: #fff;
}
.container .show h3 {
  text-align: center;
  font-size: 30px;
}
.container .show h3 span {
  color: #607aed;
}
.container .show p {
  font-size: 16px;
  height: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.container .show .showBanner {
  margin: 65px auto 0;
  width: 1080px;
  height: 540px;
}
.container .show .showBanner img {
  display: block;
  width: 100%;
  height: 100%;
}
.container .anal {
  width: 100%;
  height: 600px;
  padding-top: 80px;
  background-color: #f5f5f5;
}
.container .anal h3 {
  text-align: center;
  font-size: 30px;
}
.container .anal > p {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 25px 0 38px 0;
}
.container .anal .analList {
  width: 1156px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}
.container .anal .analList li {
  width: 259px;
  height: 287px;
  margin-right: 40px;
  margin-top: 15px;
  padding: 166px 29px 0;
  cursor: pointer;
}
.container .anal .analList li h4 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.container .anal .analList li p {
  font-size: 14px;
  height: 38px;
  line-height: 24px;
  color: #666;
}
.container .anal .analList li.alist1 {
  background: url(../../images/retail/anal01.png) no-repeat;
}
.container .anal .analList li.alist2 {
  background: url(../../images/retail/anal02.png) no-repeat;
}
.container .anal .analList li.alist3 {
  background: url(../../images/retail/anal03.png) no-repeat;
}
.container .anal .analList li.alist4 {
  background: url(../../images/retail/anal04.png) no-repeat;
}
.container .anal .analList li.move {
  width: 283px;
  height: 311px;
  margin-top: 0;
}
.container .anal .analList li.move h4 {
  color: #fff;
}
.container .anal .analList li.move p {
  color: #fff;
}
.container .anal .analList li.move.alist1 {
  background: url(../../images/retail/anal11.png) no-repeat;
}
.container .anal .analList li.move.alist2 {
  background: url(../../images/retail/anal12.png) no-repeat;
}
.container .anal .analList li.move.alist3 {
  background: url(../../images/retail/anal13.png) no-repeat;
}
.container .anal .analList li.move.alist4 {
  background: url(../../images/retail/anal14.png) no-repeat;
}
.container .anal .analList li:last-of-type {
  margin-right: 0;
}
.container .ind {
  width: 100%;
  height: 463px;
  background-color: #fff;
  padding-top: 55px;
}
.container .ind h3 {
  font-size: 30px;
  text-align: center;
}
.container .ind > p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 27px 0 45px 0;
}
.container .ind .indList {
  width: 1192px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}
.container .ind .indList li {
  width: 165px;
  margin-right: 40px;
}
.container .ind .indList li img {
  display: block;
  width: 165px;
  height: 165px;
}
.container .ind .indList li > p {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  color: #333;
}
.container .ind .indList li:last-of-type {
  margin-right: 0;
}
.container .case {
  width: 100%;
  height: 843px;
  background-color: #f5f5f5;
  padding-top: 75px;
}
.container .case h3 {
  text-align: center;
  font-size: 30px;
}
.container .case .caseList {
  width: 1056px;
  margin: 52px auto;
  display: flex;
  flex-flow: row nowrap;
}
.container .case .caseList li {
  width: 196px;
  height: 111px;
  margin-right: 19px;
  border: 3px solid transparent;
}
.container .case .caseList li img {
  display: block;
  width: 100%;
  height: 100%;
}
.container .case .caseList .active {
  border: 3px solid #607bed;
  position: relative;
}
.container .case .caseList .active:after {
  position: absolute;
  content: "";
  display: block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #607bed;
  left: 50%;
  bottom: -14px;
  transform: translate(-11px, 0);
}
.container .case .caseBanner {
  width: 1200px;
  height: 443px;
  margin: 0 auto;
}
.container .case .caseBanner ul {
  width: 790px;
  display: flex;
  justify-content: space-between;
  display: none;
  margin: 0 auto;
}
.container .case .caseBanner ul li {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
}
.container .case .caseBanner ul li img {
  width: 250px;
  height: 428px;
}
.container .case .caseBanner ul:first-of-type {
  display: flex;
}
