@charset "utf-8";
/* CSS Document */

.swiper-container-yzg{
	position: relative;
	width: 1000px;
	margin: 0 auto
}

.swiper-container-yzg .swiper-container{
	width: 1000px;
}

.swiper-container-yzg .swiper-slide {
	width: 610px;
	height: 400px;
}
.swiper-container-yzg .swiper-slide img{
	display:block;
}
.swiper-container-yzg .swiper-slide span{
	font-size:16px;
	color:#333;
	display:block; 
	width:100%; 
	text-align:center;
	/* position: absolute; */
	/* left:0; */
	/* top:68px;  */
	padding: 15px 0;
	width:262px;
}

.swiper-container-yzg.swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.swiper-container-yzg.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.swiper-container-yzg.swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.swiper-container-yzg .swiper-button-next,.swiper-container-yzg .swiper-button-prev{
	/* background-size: cover; */
	width: auto;
	height: auto;
}

.swiper-container-yzg .left-button{
	position: absolute;
	top: 45%;
	left: 10px;
	z-index: 100;
	cursor: pointer;
}
.swiper-container-yzg .right-button{
	position: absolute;
	top: 45%;
	right: 10px;
	cursor: pointer;
	z-index: 100;
}


/*数字轮播图样式*/

li {
    display:block
}

.yclb {
    height: 288px;
    margin-bottom: 48px;
}

/* 轮播 */
 .yclb {
    border: 1px solid #ffe0b0;
    margin: 50px auto;
}
.yclb_left {
    width: 492px;
    height: 287px;
    overflow: hidden;
    position: relative;
}
.yclb_right {
    width: 506px;
    height: 287px;
    padding: 25px 20px;
    position: relative;
}
.slder ul {
    position: absolute;
    width: 9999px;
}
.slder ul li {
    width: 492px;
    height: 287px;
    float: left;
}
.slder ul li img {
    width: 492px;
    height: 287px;
}
.yclb_right li {
    display: none;
}
.yclb_right li:first-child {
    display: block;
}
.yclb_right li>span {
    font-size: 28px;
    display: block;
    font-weight: 500;
    color:#B91701;
}
.yclb_right li>p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    display: block;
    margin-top: 15px;
}
.yclb_btn {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    left: 24px;
}
.yclb_right_prev, .yclb_right_next {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.yclb_right_prev {
    background: url(../css/zgyc_prev.png?v=20221208182652) center no-repeat;
}
.yclb_btn .now_page {
    margin-left: 24px;
    margin-right: 5px;
    font-size: 24px;
    color: rgba(208, 0, 0, 1);
    font-weight: 500;
}
.yclb_btn .totalpage {
    margin-left: 5px;
    margin-right: 24px;
}
.yclb_btn em {
    font-size: 16px;
    font-weight: 400;
    color: #e2a748;
}
.yclb_right_prev:hover {
    background: url(../css/zgyc_prev_hover.png?v=20221208182652) center no-repeat;
}
.yclb_right_next {
    background: url(../css/zgyc_next.png?v=20221208182652) center no-repeat;
}
.yclb_right_next:hover {
    background: url(../css/zgyc_next_hover.png?v=20221208182652) center no-repeat;
}
.yclb_right>li>a {
    display: block;
    width: 151px;
    height: 34px;
    background: #fffbf4;
    border: 1px solid #f4ede5;
    position: absolute;
    right: 24px;
    bottom: 10px;
    line-height: 34px;
    color: #c8a87c;
    font-size: 14px;
    text-align: center;
}
.yclb_right>li>a:hover {
    background: #e2a748;
    color: #ffffff;
}