.bid_container {
    background-color: #fff;
}
.banner{
	height: auto;
	background: url("/web/img/2_banner.jpg");padding-top: 55px;
}
.banner .banner-con{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;    padding: 10px;
}
.banner .banner-con  ul:nth-child(1){
	width: 100%;
    padding: 10px;
    height: auto;
}
.banner .banner-con  ul:nth-child(2){    height: auto;}
.banner .banner-con .b-title{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.banner .banner-con .b-hexian{
	width: 79px;
	height: 1px;
	background: #FFFFFF;
	margin: 20px 0 10px 0;
}
.banner .banner-con .b-desc{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.banner .banner-con .b-video{
	height: auto;
	background: #FFFFFF;
}

.banner .banner-con .b-video video{
	width: 100%;
	height: 100%!important;
}
.fzlc{width: 100%;background-color: #f6f6f6;height: auto;    margin-top: 0;}

.fzlc-title li:nth-child(1){
	height: 38px;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	text-align: center;
}
.fzlc-title{padding-top: 20px;}
.fzlc-title li:nth-child(2){
	width: 40px;
	height: 1px;
	background: #333333;
	text-align: center;
	margin: 0 auto;
}
.fzlc-con{
	background: url(/web/img/3_lc.png) no-repeat center top;
    background-size: auto 40%;
 
    background-position-y: 50px;
    padding: 10px;
       padding-top: 20px;
	
}
.fzlc-con ul{display: flex;justify-content: space-between;}
.fzlc-con .nian{
	display:block;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.fzlc-con .neir{
	display:block;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.fzlc-con ul li{width: 30%;}
.fzlc-con .fzlc-r{text-align: left;}
.fzlc-con .fzlc-l{text-align: right;}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ryzz{background-color: #fff;    padding: 10px;}
.ryzz-con{margin: 20px 0;}
.swiper-pagination-bullet-active{
	    width: 10px!important;
    height: 10px!important;
    background-color: #009844!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: initial;
    margin-top: 30px;
    margin-bottom: 0;
}

.fzlc-sp{
	display: inline-flex;
    background-color: #000;
    border-color: #fff;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.fzlc-sp-wz{
	text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    background: rgba(0, 0, 0, 61%);
}
.fzlc-sp video{
	width: 100%;
    height: 700px;
    object-fit: cover;
    cursor: pointer;
}
.fzlc-sp-wz .fzlc-sp-wz-t{
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
    margin-bottom: 10px;
}
.fzlc-sp-wz .fzlc-sp-wz-desc{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.fzlc-sp-wz .fzlc-sp-wz-desc2{
	color: #00AF66;
}
.cbzl{padding: 10px;}