@import url('reset.css');
@import url('base.css');

.mb80{
  margin-bottom: 80px;
}
.mb40{
  margin-bottom: 40px;
}
.mb30{
  margin-bottom: 30px;
}
.mb20{
  margin-bottom: 20px;
}
.active a{
  color: #FE9017 !important;
}
.swiper-single.swiper-container{
  height: 600px;
  position: relative;
}
.swiper-single.swiper-container .swiper-slide{
  width: 1006px;
  height: 100%;
  padding: 0 121px;
}
.swiper-single.swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-single.swiper-container .swiper-button-prev{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 121px;
  height: 100%;
  background-color:#FFF;
  background-image: url('../image/swiper-arrow-left.png');
  background-size: 58px 58px;
}
.swiper-single.swiper-container .swiper-button-next{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 121px;
  height: 100%;
  background-color:#FFF;
  background-image:url('../image/swiper-arrow-right.png');
  background-size: 58px 58px;
}


.identify-banner img{
  width: 100%;
}
.identify-flagship-store{
  width: 1249px;
  margin: 70px auto 87px;
}
.identify-flagship-store .title-image{
  height: 166px;
  margin: 0 auto 56px;
}
.identify-flagship-store .news-image {
  width: 905px;
  margin: 58px auto 87px;
}
.identify-living-hall {
  width: 100%;
  background: #FF6C22;
  padding: 94px 0 99px;
}
.identify-living-hall-contant{
  width: 1249px;
  margin: 0 auto;
}
.identify-living-hall img{
  width: 1200px;
  margin: 0 auto;
}
.identify-advantage{
  width: 1249px;
  margin: 66px auto 83px;
}
.identify-advantage img{
  width: 1200px;
  margin: 0 auto;
}
.identify-achievements{
  width: 100%;
  background: #FF6C22;
  padding: 68px 0 118px;
}
.identify-achievements .identify-media{
  width: 1249px;
  margin: 0 auto 97px;
}
.identify-achievements .identify-media .title-image{
  height: 150px;
  margin: 0 auto 76px;
}
.identify-achievements .identify-media .swiper-button-prev,
.identify-achievements .identify-media .swiper-button-next{
  background-color: #FF6C22 !important;
}
.identify-achievements .identify-grand-prize{
  width: 1249px;
  margin: 0 auto;
}
.identify-achievements .identify-grand-prize img {
  width: 1200px;
  margin: 0 auto;
}
.identify-apply{
  width: 1249px;
  margin: 0 auto;
  padding: 116px 0;
}
.identify-apply .title-image{
  height: 177px;
  margin: 0 auto 30px;
}
.identify-apply .form-content{
  width: 500px;
  margin: 0 auto;
}
.identify-apply .form-content .apply-button{
  border: 0;
  width: 295px;
  height: 78px;
  margin: 40px auto 0;
  background-color: transparent;
  background-image: url('../image/apply-button-image.png');
  background-size: 100%;
}
.identify-apply .form-content .tip{
  font-size: 20px;
  color: #474747;
  text-align: center;
}


.qrcode-box{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.qr-code-item:first-child{
  margin-bottom: 10px
}
.qr-code-item{
  position: relative;
  cursor: pointer;
}
.qr-code-item .qrcode-img{
  position: absolute;
  top: 0;
  left: -150px;
  display: none;
}
.qr-code-item:hover .qrcode-img {
  display: block;
}
