.bid_container {
    background-color: #fff;
}
   .banner {
    height: 946px;
    background: url(../img/2_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner .banner-con{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 215px;
}
.banner .banner-con  ul:nth-child(1){
	width: 85%;
    background-color: rgb(26, 25, 27);
    padding: 34px;
    height: 490px;
}
.banner .banner-con  ul:nth-child(2){    height: 490px;}
.banner .banner-con .b-title{
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
}
.banner .banner-con .b-hexian{
	width: 79px;
	height: 1px;
	background: #FFFFFF;
	margin: 30px 0 20px 0
}
.banner .banner-con .b-desc{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.banner .banner-con .b-video{
	height: 490px;
	background: #FFFFFF;
}

.banner .banner-con .b-video video{
	width: 600px;
	height: 100%!important;
}
.fzlc{width: 100%;background-color: #f6f6f6;}

.fzlc-title li:nth-child(1){
	height: 38px;
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 0px;
	text-align: center;
}
.fzlc-title{padding-top: 60px;}
.fzlc-title li:nth-child(2){
	width: 79px;
	height: 1px;
	background: #333333;
	text-align: center;
	margin: 0 auto;
}
.fzlc-con{
	background: url(../img/3_lc.png) no-repeat center top;
    background-size: au 94%;
    padding-top: 60px;
    background-position-y: 50px;
	
}
.fzlc-con ul{display: flex;justify-content: space-between;}
.fzlc-con .nian{
	display:block;
	font-size: 36px;
	font-weight: 500;
	color: #333333;
}
.fzlc-con .neir{
	display:block;
	font-size: 24px;
	font-weight: 400;
	color: #666666;
}
.fzlc-con ul li{width: 30%;
    height: 200px;}
.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;}
.ryzz-con{margin: 40px 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: 40px;
}

.fzlc-sp{
	display: inline-flex;
    background-color: #000;
    border-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 700px;
    position: relative;
}
.fzlc-sp-wz{
	text-align: center;
    padding-top: 305px;
    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: 50px;
	font-weight: 400;
	color: #FFFFFF;

}
.fzlc-sp-wz .fzlc-sp-wz-desc{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}
.fzlc-sp-wz .fzlc-sp-wz-desc2{
	
	color: #00AF66;
}
