#main{
	overflow: hidden;
	background: #e5e5e5;
}
#main .cont{
	overflow: hidden;
}
#main .cont .fl{
	width: 820px;
}
#main .cont .fl .diySwiperPagination{
	width: 100%;
	height: 207px;
}
#main .cont .fl .diySwiperPagination .swiper-slide img{
	width: 100%;
}
#main .cont .fl .title{
	display: flex;
	justify-content: flex-start;
	height: 30px;
}
#main .cont .fl .title h1{
	color: #333333;
	font-size: 30px;
	line-height: 100%;
	font-weight: bold;
}
#main .cont .fl .title ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
	margin-left: 20px;
}
#main .cont .fl .title ul li{
	height: 24px;
	margin-right: 10px;
	cursor: pointer;
}
#main .cont .fl .title ul li a{
	display: block;
	line-height: 22px;
	height: 22px;
	border: 1px solid #666666;
	border-radius: 20px;
	padding: 0px 18px;
	font-size: 18px;
	color: #666666;
}

#main .cont .fl .title ul li a:hover, #main .cont .fl .title ul li a.hover{
	color: #333333;
	border-color: #666666;
	font-weight: bold;
}
#main .cont .fl .title .moreBtn{
	display: block;
	margin-left: auto;
	color: #939393;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
}
#main .cont .fl .list{
	display: flex;
	flex-direction: column;
	background: #fff;
	width: calc(100% - 74px);
	padding: 25px 40px;
	height: 1050px;
	overflow: hidden;
    position: relative;
}

#main .cont .fl .list .pageView{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    position: absolute;
    bottom: 50px;
    width: 90%;
}

#main .cont .fl .list ul li{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
#main .cont .fl .list ul li a{
	flex: 1;
	display: block;
	line-height: 38px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;

}
#main .cont .fl .list ul li a:hover{
	color: #333333;
	font-weight: bold;
}
#main .cont .fl .list ul li span{
	display: block;
	color: #b2b2b2;
	font-size: 14px;
	font-family: "DIN MEDIUM";
}

#main .cont .fr{
	width: 400px;
}
#main .cont .fr .ad1{
	width: 100%;
	height: 202px;
	border-bottom: 5px solid #ffd200;
	overflow: hidden;
}
#main .cont .fr .ad1 img{
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
#main .cont .fr .ad1:hover img{
	transform: scale(1.1);
}
#main .cont .fr .list{
	margin-bottom: 30px;
}
#main .cont .fr .list ul li{
	position: relative;
	margin-bottom: 32px;
}
#main .cont .fr .list ul li:last-child{
	margin-bottom: 0px;
}
#main .cont .fr .list ul li .imgBox{
	width: 100%;
	height: 245px;
	overflow: hidden;
	position: relative;
	/*border-bottom: 6px solid #ffd200;*/
}
#main .cont .fr .list ul li .imgBox img{
	width: 100%;
	height: 100%;
	transition: all 500ms;
	position: relative;
	z-index: 0;
}
#main .cont .fr .list ul li .imgBox a{
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}
#main .cont .fr .list ul li:hover .imgBox img{
	transform: scale(1.1);
}
#main .cont .fr .list ul li .imgBox a img{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
}
#main .cont .fr .list ul li:hover .imgBox a img{
	transform: scale(1);
}
#main .cont .fr .list ul li p{
	line-height: 45px;
	background: #fff;
	font-size: 16px;
	color: #555555;
	text-align: center;
}
#banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 15px;
}
