.container {
  width: 100%;
  margin: 0 auto;
}

.container .banner {
  width: 100%;
  height: 570px;
}

.container .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.container .banner .swiper-container .swiper-slide {
  background: url("../../images/groupBuy/banner.jpg") no-repeat center/cover;
  position: relative;
}

.container .banner .swiper-container .swiper-slide .bannerBox {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 146px;
}

.container .banner .swiper-container .swiper-slide .bannerBox h3 {
  font-size: 55px;
}

.container .banner .swiper-container .swiper-slide .bannerBox p {
  margin-top: 23px;
  margin-bottom: 20px;
  font-size: 22px;
}
.container .banner .swiper-container .swiper-slide .bannerBox span {
  display: block;
  margin-bottom: 42px;
  font-size: 18px;
  color: #ffde04;
}
.container .banner .swiper-container .swiper-slide .bannerBox .banner_btn{
  margin-top: 65px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .banner_btn a{
  display: block;
  font-size: 16px;
  color: #fff;
  float: left;
  width: 126px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 17px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .banner_btn a.apply_agent{
  background: #fff;
  color: #ff6220;
}

/* .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: #ff421c;
  font-size: 14px;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, #fdf5a4 , #fffae7); 
  background: -o-linear-gradient(right, #fdf5a4, #fffae7); 
  background: -moz-linear-gradient(right, #fdf5a4, #fffae7); 
  background: linear-gradient(to right, #fdf5a4 , #fffae7); 
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .3);
} */

.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a:hover {
  background-color: #ffac97;
}

.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 .yunzuo {
  padding-top: 62px;
  padding-bottom: 145px;
}

.container .yunzuo h3 {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.container .yunzuo p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-bottom: 51px;
}
.container .yunzuo div {
  width: 1200px;
  margin: 0 auto;
}
.container .yunzuo div img {
  display: block;
  margin: 0 auto;
}
.container .system {
  background-color: #f6f6f6;
  padding-top: 62px;
  padding-bottom: 75px;
}

.container .system h3 {
  text-align: center;
  font-size: 30px;
  color: #333;
}
.container .system p {
  margin-top: 25px;
  color: #666;
  text-align: center;
  margin-bottom: 51px;
}

.container .system ul {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
  margin-top: 90px;
}

.container .system ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.container .system ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  opacity: 0;
}

.container .system ul li div img {
  width: 82px;
  height: 82px;
}

.container .system ul li div span {
  margin-top: 25px;
  color: #333;
  font-size: 18px;
}

.container .system ul li img {
  width: 82px;
  height: 82px;
}

.container .system ul li span {
  margin-top: 25px;
  color: #333;
  font-size: 18px;
}
.container .youshi {
  background-color: #f6f6f6;
  padding-top: 72px;
  padding-bottom: 155px;
}

.container .youshi h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

.container .youshi .content {
  width: 1200px;
  margin: 130px auto 0;
  display: flex;
  justify-content: space-around;
}
.container .youshi ul {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  margin-top: 12px;
  width: 324px;
  height: 326px;
}
.container .youshi ul li{
  width: 324px;
  height: 81px;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}

.container .youshi ul li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 20px;
  margin-top: 37px;
  background-color: #ff7d1c;
  border-radius: 50%;
}
.container .youshi ul li p {
  display: inline-block;
  font-size: 16px;
  line-height: 81px;
}
.container .youshi ul li .youshi_content {
  opacity: 0;
  height: 0px;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #ff760f;
}
.container .youshi ul li.first .youshi_content {
  border-radius: 8px 8px 0 0;
}
.container .youshi ul li.last .youshi_content {
  border-radius: 0 0 8px 8px;
}
.container .youshi ul li .youshi_content div {
  margin: 18px 0 0 18px;
  height: 25px;
  margin-bottom: 22px;
}
.container .youshi ul li .youshi_content div i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff760f;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.container .youshi ul li .youshi_content div b {
  display: inline-block;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-left: 12px;
}
.container .youshi ul li .youshi_content p {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  margin: 0 18px;
  line-height: 20px;
}
.container .youshi ul li:hover .youshi_content {
  opacity: 1;
  height: 162px;
  transition: all .3s;
}

.container .reason {
  padding-top: 72px;
}

.container .reason h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .reason div.content {
  width: 1200px;
  margin: 135px auto 0;
  position: relative;
}
.container .reason div.content>.weishenme {
  display: block;
  margin: 0 auto;
}
.container .reason div.content .icon {
  position: absolute;
}
.container .reason div.content .icon1 {
  left: 70px;
  top: 290px;
}
.container .reason div.content .icon1:hover {
  top: 285px;
  transition: all .3s;
}
.container .reason div.content .icon2 {
  left: 120px;
  top: 100px;
}
.container .reason div.content .icon2:hover {
  top: 95px;
  transition: all .3s;
}
.container .reason div.content .icon3 {
  top: -44px;
  left: 50%;
  transform: translateX(-50%)
}
.container .reason div.content .icon3:hover {
  top: -49px;
  transition: all .3s;
}
.container .reason div.content .icon4 {
  right: 200px;
  top: 100px;
}
.container .reason div.content .icon4:hover {
  top: 95px;
  transition: all .3s;
}
.container .reason div.content .icon5 {
  right: 93px;
  top: 300px;
}
.container .reason div.content .icon5:hover {
  top: 295px;
  transition: all .3s;
}
.container .chain {
  width: 100%;
  padding-top: 71px;
  padding-bottom: 65px;
}

.container .chain h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
}

.container .chain p {
  margin-bottom: 49px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.container .chain .chainList {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.container .chain .chainList .chainInfo {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.container .chain .chainList .chainInfo div {
  width: 228px;
  height: 393px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.container .chain .chainList .chainInfo span {
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}

.container .chain .chainList .chainInfo:nth-of-type(1) div {
  background-image: url(../../images/store/chain1.png);
}

.container .chain .chainList .chainInfo:nth-of-type(2) div {
  background-image: url(../../images/store/chain2.png);
}

.container .chain .chainList .chainInfo:nth-of-type(3) div {
  background-image: url(../../images/store/chain3.png);
}

.container .chain .chainList .chainInfo:nth-of-type(4) div {
  background-image: url(../../images/store/chain4.png);
}

.container .chain .chainList .chainInfo:nth-of-type(5) div {
  background-image: url(../../images/store/chain5.png);
}

.container .chain .chainList .chainInfo:hover {
  transition: 0.2s ease;
  transform: scale(1.1);
}

.container .line {
  padding-top: 75px;
  padding-bottom: 61px;
  background-color: #F6F6F6;
}

.container .line h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.container .line p {
  color: #666;
  text-align: center;
  font-size: 16px;
  margin-bottom: 66px;
}

.container .line .market {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  height: 50px;
  margin-bottom: 56px;
}

.container .line p:last-of-type {
  margin-bottom: 72px;
  font-size: 18px;
  color: #333;
}

.container .line .boxList {
  width: 1200px;
  position: relative;
  height: 630px;
  overflow: hidden;
  margin: 0 auto;
}

.container .line .boxInfo {
  position: absolute;
  width: 1200px;
}

.container .line .box {
  float: left;
  width: 1200px;
}

.container .line .box p {
  text-align: left;
}

.container .line .box:nth-of-type(1) .lineInfo:nth-of-type(1) div {
  background-image: url(../../images/store/mark.png);
}

.container .line .box:nth-of-type(1) .lineInfo:nth-of-type(2) div {
  background-image: url(../../images/store/mark2.png);
}

.container .line .box:nth-of-type(1) .lineInfo:nth-of-type(3) div {
  background-image: url(../../images/store/mark3.png);
}

.container .line .box:nth-of-type(1) .lineInfo:nth-of-type(4) div {
  background-image: url(../../images/store/mark4.png);
}

.container .line .box:nth-of-type(2) .lineInfo:nth-of-type(1) div {
  background-image: url(../../images/store/mark5.png);
}

.container .line .box:nth-of-type(2) .lineInfo:nth-of-type(2) div {
  background-image: url(../../images/store/mark6.png);
}

.container .line .box:nth-of-type(2) .lineInfo:nth-of-type(3) div {
  background-image: url(../../images/store/mark7.png);
}

.container .line .box:nth-of-type(2) .lineInfo:nth-of-type(4) div {
  background-image: url(../../images/store/mark8.png);
}

.container .line .box:nth-of-type(3) .lineInfo:nth-of-type(1) div {
  background-image: url(../../images/store/mark9.png);
}

.container .line .box:nth-of-type(3) .lineInfo:nth-of-type(2) div {
  background-image: url(../../images/store/mark10.png);
}

.container .line .box:nth-of-type(3) .lineInfo:nth-of-type(3) div {
  background-image: url(../../images/store/mark11.png);
}

.container .line .box:nth-of-type(3) .lineInfo:nth-of-type(4) div {
  background-image: url(../../images/store/mark12.png);
}

.container .line .lineList {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

.container .line .lineList .lineInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .line .lineList .lineInfo div {
  width: 230px;
  height: 442px;
  background-size: 100% 100%;
}

.container .line .lineList .lineInfo span {
  margin-top: 41px;
  font-size: 16px;
  color: #6e6e6e;
}

.container .line .lineList .lineInfo:hover {
  transform: scale(1.1);
  transition: 0.5s linear;
}

.container .interflow {
  padding-top: 84px;
  padding-bottom: 78px;
}

.container .interflow h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.container .interflow p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-bottom: 56px;
}

.container .interflow ul {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

.container .interflow ul li {
  width: 288px;
  height: 355px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 233px;
}

.container .interflow ul li span {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
}

.container .interflow ul li div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  background-color: #fff;
  padding: 190px 31px 0 33px;
  color: #fff;
}

.container .interflow ul li div h2 {
  margin-bottom: 31px;
  font-size: 18px;
}

.container .interflow ul li div p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}

.container .interflow ul li:hover div {
  transition: 0.3s linear;
  opacity: 1;
}

.container .interflow ul li:nth-of-type(1) {
  background-image: url(../../images/store/line1.png);
}

.container .interflow ul li:nth-of-type(1) div {
  background-image: url(../../images/store/line5.png);
}

.container .interflow ul li:nth-of-type(2) {
  background-image: url(../../images/store/line2.png);
}

.container .interflow ul li:nth-of-type(2) div {
  background-image: url(../../images/store/line6.png);
}

.container .interflow ul li:nth-of-type(3) {
  background-image: url(../../images/store/line3.png);
}

.container .interflow ul li:nth-of-type(3) div {
  background-image: url(../../images/store/line7.png);
}

.container .interflow ul li:nth-of-type(4) {
  background-image: url(../../images/store/line4.png);
}

.container .interflow ul li:nth-of-type(4) div {
  background-image: url(../../images/store/line8.png);
}

.container .manage {
  padding-top: 76px;
  padding-bottom: 59px;
  background-color: #F6F6F6;
}

.container .manage h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.container .manage p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-bottom: 56px;
}

.container .manage .manageList {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.container .manage .manageList .manageInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .manage .manageList .manageInfo div {
  width: 230px;
  height: 442px;
  background-size: 100% 100%;
}

.container .manage .manageList .manageInfo span {
  margin-top: 41px;
  font-size: 16px;
  color: #6e6e6e;
}

.container .manage .manageList .manageInfo:hover {
  transition: 1s ease;
  transform: scale(1.1);
}

.container .manage .manageList .manageInfo:nth-of-type(1) div {
  background-image: url(../../images/store/enter1.png);
}

.container .manage .manageList .manageInfo:nth-of-type(2) div {
  background-image: url(../../images/store/enter2.png);
}

.container .manage .manageList .manageInfo:nth-of-type(3) div {
  background-image: url(../../images/store/enter3.png);
}

.container .manage .manageList .manageInfo:nth-of-type(4) div {
  background-image: url(../../images/store/enter4.png);
}

.container .type {
  padding-top: 80px;
  padding-bottom: 103px;
}

.container .type h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.container .type p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-bottom: 60px;
}

.container .type ul {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

.container .type ul li {
  width: 285px;
  height: 144px;
  padding-left: 105px;
  padding-top: 41px;
  padding-right: 25px;
  background-size: 100% 100%;
}

.container .type ul li p {
  margin-bottom: 16px;
  text-align: left;
  font-size: 16px;
  color: #333;
}

.container .type ul li span {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.container .type ul li:hover {
  transition: 0.3s ease;
}

.container .type ul li:hover p {
  color: #fff;
}

.container .type ul li:hover span {
  color: #fff;
}

.container .type ul li:nth-of-type(1) {
  background-image: url(../../images/store/more1.png);
}

.container .type ul li:nth-of-type(1):hover {
  background-image: url(../../images/store/more9.png);
}

.container .type ul li:nth-of-type(2) {
  background-image: url(../../images/store/more2.png);
}

.container .type ul li:nth-of-type(2):hover {
  background-image: url(../../images/store/more10.png);
}

.container .type ul li:nth-of-type(3) {
  background-image: url(../../images/store/more3.png);
}

.container .type ul li:nth-of-type(3):hover {
  background-image: url(../../images/store/more11.png);
}

.container .type ul li:nth-of-type(4) {
  background-image: url(../../images/store/more4.png);
}

.container .type ul li:nth-of-type(4):hover {
  background-image: url(../../images/store/more12.png);
}

.container .type ul:last-of-type li:nth-of-type(1) {
  background-image: url(../../images/store/more5.png);
}

.container .type ul:last-of-type li:nth-of-type(1):hover {
  background-image: url(../../images/store/more13.png);
}

.container .type ul:last-of-type li:nth-of-type(2) {
  background-image: url(../../images/store/more6.png);
}

.container .type ul:last-of-type li:nth-of-type(2):hover {
  background-image: url(../../images/store/more14.png);
}

.container .type ul:last-of-type li:nth-of-type(3) {
  background-image: url(../../images/store/more7.png);
}

.container .type ul:last-of-type li:nth-of-type(3):hover {
  background-image: url(../../images/store/more15.png);
}

.container .type ul:last-of-type li:nth-of-type(4) {
  background-image: url(../../images/store/more8.png);
}

.container .type ul:last-of-type li:nth-of-type(4):hover {
  background-image: url(../../images/store/more16.png);
}

.container .analyse {
  padding-top: 61px;
  background-color: #F6F6F6;
  padding-bottom: 107px;
}

.container .analyse h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.container .analyse p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-bottom: 56px;
}

.container .analyse ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.container .analyse ul li {
  padding: 167px 33px 0 30px;
  width: 259px;
  height: 287px;
  background-size: 100% 100%;
}

.container .analyse ul li p {
  margin-bottom: 22px;
  font-size: 14px;
}

.container .analyse ul li span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.container .analyse ul li:hover {
  transition: 0.3s linear;
  transform: scale(1.1);
}

.container .analyse ul li:nth-of-type(1) {
  background-image: url(../../images/store/analyse1.png);
}

.container .analyse ul li:nth-of-type(1):hover {
  background-image: url(../../images/store/analyse5.png);
}

.container .analyse ul li:nth-of-type(2) {
  background-image: url(../../images/store/analyse2.png);
}

.container .analyse ul li:nth-of-type(2):hover {
  background-image: url(../../images/store/analyse6.png);
}

.container .analyse ul li:nth-of-type(3) {
  background-image: url(../../images/store/analyse3.png);
}

.container .analyse ul li:nth-of-type(3):hover {
  background-image: url(../../images/store/analyse7.png);
}

.container .analyse ul li:nth-of-type(4) {
  background-image: url(../../images/store/analyse4.png);
}

.container .analyse ul li:nth-of-type(4):hover {
  background-image: url(../../images/store/analyse8.png);
}



.container .scrence {
  height: 698px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 110px;
  position: relative;
  text-align: center;
}

.container .scrence button {
  width: 117px;
  height: 38px;
  border-radius: 2px;
  border: solid 1px #68b3ff;
  color: #68b3ff;
  margin: 0 auto;
  display: inline-block;
  margin-top: 66px;
  cursor: pointer;
}

.container .scrence h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.container .scrence p {
  margin-top: 31px;
  margin-bottom: 58px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.container .scrence .swiperCon {
  height: 301px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.container .scrence .swiperCon .swiper-button-prev {
  left: 120px;
}

.container .scrence .swiperCon .swiper-button-next {
  right: 120px;
}

.container .scrence .swiperCon .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide {
  height: 301px;
  width: 372px;
  text-align: center;
  position: relative;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide > img {
  width: 100%;
  margin-bottom: 15px;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide .info {
  display: none;
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 55px 48px 43px 45px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide .info h4 {
  font-size: 18px;
  color: #16c4dd;
  text-align: center;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide .info span {
  display: inline-block;
  text-align: left;
  margin-top: 31px;
  margin-bottom: 52px;
  font-size: 14px;
  line-height: 26px;
  color: #424242;
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide .info a {
  text-align: center;
  font-size: 14px;
  color: #16c4dd;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
}

.container .scrence .swiperCon .swiper-wrapper .swiper-slide:hover .info {
  display: block;
  transition: 0.5s linear;
  opacity: 1;
  border: 1px solid #EEEEEE;
}

.container .scrence button {
  width: 93px;
  height: 31px;
  border-radius: 2px;
  margin-top: 68px;
  width: 147px;
  height: 53px;
  border: solid 1px #16c4dd;
  cursor: pointer;
  font-size: 18px;
  color: #16c4dd;
}
.swiper-button-prev {
  background-image: url("../../images/groupBuy/arr_r.png");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-button-next {
  background-image: url("../../images/groupBuy/arr_r.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.swiper-button-prev:hover {
  background-image: url("../../images/groupBuy/arr_l_h.png");
  transform: rotate(0);
  background-repeat: no-repeat;
}
.swiper-button-next:hover {
  background-image: url("../../images/groupBuy/arr_l_h.png");
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-button-prev {
  top: 55%;
  height: 35px;
  width: 18px;
}
