.index-container{
  background:#f6f6f6;
}
.index-home .public-header {
  box-shadow: none;
}

.index-home .public-header.light-bg {
  background: #fff;
}

.index-home .public-header.light-bg:after {
  position: absolute;
  top: 72px;
  content: '';
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}

.index-home .public-header:after {
  box-shadow: none;
}

.language_a {
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-home .public-header nav a,
.index-home .public-header.light-bg .language-box a,
/* .index-home .public-header:hover .mobile-icon, */
.index-home .public-header.light-bg .mobile-icon {
  color: #121212;
}

.banner-swiper-container {
  position: relative;
  overflow: hidden;
}
.banner-swiper-container {
  height: 440px;
  background:#fff;
}
.banner-swiper-container li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: auto;
  -o-background-size: cover;
     background-size: cover;
}
.banner-swiper-text{
  position: absolute;
  width:1200px;
  height:440px;
  left:50%;
  z-index: 2;
  margin-left:-600px;
}
.banner-swiper-text .text-box{
  position: absolute;
  top:160px;
}
.banner-swiper-text .text-box h4{
  font-size: 48px;
  margin-bottom:20px;
  line-height: 1.2;
  color:#fff;
  font-weight: 600;
}
.banner-swiper-text .text-box h4 span{
  color:#FF6B00;
}
.banner-swiper-text .text-box p{
  font-size: 20px;
  color:#fff;
}
.floor-container {
  padding-top: 100px;
  text-align: center;
  overflow: hidden;
  background:#fff;
}
.floor-container h2 {
  font-size: 36px;
  font-weight: 500;
}
.floor-container h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.floor-container-row{
  margin:0 auto 100px auto;
  max-width:960px;
}
.floor-container .subtitle {
  color: #282828;
  margin-top:32px;
  font-size:18px;
}
.floor-container .des {
  color: #282828;
  margin-top:32px;
  text-align: left;
  font-size:18px;
}
.floor-container-row ul{
  text-align: left;
}
.floor-container-row ul li{
  list-style-type: circle;
  line-height: 48px;
}
.home-icon-floor ul{
  display:table;
  margin:32px auto 0 auto;
}
.home-icon-floor ul li{
  float: left;
  margin:0 48px;
  list-style-type: none;
  position: relative;
}
.home-icon-floor ul li:first-child{
  margin-left:0;
}
.home-icon-floor ul li:last-child{
  margin-right:0;
}
.home-icon-floor ul li i{
  width: 72px;
  height:72px;
  display: block;
  margin-bottom:10px;
}
.home-icon-floor ul li span{
  text-align: center;
  display: block;
  font-size: 18px;
}
.home-icon-floor ul li em{
  position: absolute;
  right: -60px;
  top: 32px;
  color:#999;
  font-size: 20px;
}
.home-icon-floor .icon-1 i{
  background: url(/portal/static/images/web/bidding-1.svg) no-repeat;
}

.home-icon-floor .icon-2 i{
  background: url(/portal/static/images/web/bidding-2.svg) no-repeat;
}

.home-icon-floor .icon-3 i{
  background: url(/portal/static/images/web/bidding-3.svg) no-repeat;
}

.home-icon-floor .icon-4 i{
  background: url(/portal/static/images/web/bidding-4.svg) no-repeat;
}

.home-icon-floor .icon-5 i{
  background: url(/portal/static/images/web/bidding-5.svg) no-repeat;
}

.home-icon-floor .icon-6 i{
  background: url(/portal/static/images/web/bidding-6.svg) no-repeat;
}

.row-bg{
  background:#F8F6F5;
  height:80px;
  line-height: 80px;;
  margin-top:32px;
  font-size:18px;
}
.row-bg div{
  padding-left:80px;
  font-weight: 600;
  position: relative;
}
.row-bg div span{
  position: relative;
  z-index: 2;
}
.row-bg div::after{
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  bottom:28px;
  height:8px;
  left:80px;
  width: 80px;
  opacity: 0.6;
  background-image: linear-gradient(270deg, rgba(255,107,0,0.00) 5%, #FF6B00 100%);
}
.column-2{
  display:flex;
  justify-content: center;
}
.column-2 div{
  text-align: left;
  width:50%;
}
.floor-container-row.column-2 div:first-child{
  padding-right: 20px;
}
.floor-container-row.column-2 div:last-child{
  padding-left: 20px;
}
.column-2 p{
  font-size:18px;
}
.complaint{
  margin-top:16px;
}
.floor-about-us {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.floor-about-us .video-box {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.floor-about-us video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.floor-about-us .video-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
}
.floor-about-us .about-us-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.floor-about-us .about-us-content .description {
  max-width: 960px;
  font-size: 16px;
  line-height: 2;
}
.floor-about-us .subtitle {
  margin-bottom: 40px;
}
.floor-container .view-more {
  display: inline-block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 3px;
}
.floor-about-us .view-more {
  margin-top: 48px;
}
.floor-news {
  padding-bottom: 80px;
}
.floor-news .view-more {
  color: #282828;
  border-color: #ccc;
}
.floor-news .wrapper {
  max-width: 1248px;
}

@media (max-width: 1200px) {
  .banner-swiper-text {
    width: 1024px;
    margin-left: -450px;
  }
}