.lldd{
    width: 1640px;
    margin: 0 auto;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
    margin-top: 30px;
    margin-bottom: 10px;
}
.lldd .lldd-box{
    background: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
}


#certify {
	position: relative;
	width: 1640px;
	overflow: hidden;
	height: 330px;
	margin: 20px auto 31px auto
}
#certify .lilb{
	font-size: 19px;
	font-weight: bold;
	color: #2D2D2D;
	text-align: center;
	margin-top: 20px;
	display: none;
}
#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	height: 294px;
	width: 594px;
	border-radius: 7rpx;
}
#certify .swiper-slide-active{
	width: 594px;
	height: 294px;
	border-radius: 7px;
}

#certify  .swiper-slide img{
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
}

/*#certify .swiper-button-prev {*/
/*	left: -30px;*/
/*	width: 45px;*/
/*	height: 45px;*/
/*	background: url(../images/wm_button_icon.png) no-repeat;*/
/*	background-position: 0 0;*/
/*	background-size: 100%;*/
/*}*/

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

/*#certify .swiper-button-next {*/
/*	right: -30px;*/
/*	width: 45px;*/
/*	height: 45px;*/
/*	background: url(../images/wm_button_icon.png) no-repeat;*/
/*	background-position: 0 -93px;*/
/*	background-size: 100%;*/
/*}*/

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
#certify  .swiper-container .swiper-wrapper .swiper-slide::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	z-index: 999;
	top: 0;
	left: 0;
	border-radius: 7px;
}
/* 当显示当前图片的时候去掉背景蒙层 */
#certify  .swiper-slide-active::before{
	background: none !important;
}
#certify .swiper-slide-prev .lilb{
	display: none!important;
}
#certify .swiper-slide-next .lilb{
	display: none!important;
}
#certify .swiper-slide-active .lilb{
	display: block!important;
}
#certify  .swiper-slide{
	border-radius: 7px;
}
.swiper-container-hylx{
	width: 330px!important;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*.swiper-container-hylx .swiper-pagination-hylx {*/
/*	width: 10px !important;*/
/*	height: 7px !important;*/
/*	background: #A6BEDA !important;*/
/*	border-radius: 8px !important;*/
/*}*/
.swiper-pagination-hylx{
	text-align: center;
	margin-top: 10px;
}
.swiper-pagination-hylx .swiper-pagination-bullet-active{
	width: 17px!important;
	height: 6px!important;
	background: #2567B3!important;
	border-radius: 8px!important;
}
.swiper-pagination-hylx .swiper-pagination-bullet{
	width: 7px;
	height: 6px;
	background: #b1b1b1;
	border-radius: 8px;
	margin: 0 5px;
}
.lldd .hdcard{
    width: 1600px;
    margin-bottom:37px;
    padding: 0 20px 0 20px;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 48px;
    background: #979694;
    border-radius: 4px;
    top: 36%;

}
.swiper-button-next{
    right: 0px;

}

.swiper-button-prev {
    left: 0px;
}
:root{
    --swiper-navigation-size:10px;
}

.lldd-main{
    width: 1640px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;

}
.lldd-main-content{
    width: 1640px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.lldd-main .quote,.video,.main-item{
    width: calc(50% - 20px);
    height: 407px;
    background: #FFFFFF;
    border-radius: 16px;
}
.lldd-main .quote{
    padding: 35px 42px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 47px;
}
.lldd-main .quote i{
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url(../images/rd/quote.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 42px;
    top:35px;
}
.lldd-main .quote h3{
    width: 40px;
    height: 30px;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 26px;
}
.lldd-main .quote p{
    width: 624px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.lldd-main .video,.main-item{
    padding: 21px 40px;
}
.lldd-main .video .video-header,.main-item .item-header{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
}
.lldd-main .video .video-header h2,.main-item .item-header h2{
    width: 80px;
    height: 29px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.lldd-main .video .video-box{
    height: 319px;
    border-radius: 4px;
    padding: 15px;
}
.lldd-main .main-item .item-main{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.lldd-main .main-item .item-main li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.lldd-main .main-item .item-main li a{
    width: 373px;
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /**不换行**/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.lldd-main .main-item .item-main li span{
    height: 21px;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.lldd-main .main-item{
  position: relative;    
}
.lldd-main .main-item .button-next,.button-prev{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 48%;
}
.lldd-main .main-item .button-prev{
    left: 10px;
}

.lldd-main .main-item .button-prev::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/rd/arrow-left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.lldd-main .main-item .button-next{
    right: 10px;
}
.lldd-main .main-item .button-next::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/rd/arrow-right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.lldd-bottom{
    width: 1640px;
    margin: 40px auto;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
    position: relative;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 25px 35px;
}
.lldd-bottom .lldd-rdjd{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    width: 100%;
    margin-bottom: 50px;
}

.lldd-bottom .lldd-rdjd .rdjd-item{
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.lldd-bottom .lldd-rdjd .rdjd-item::before{
    content: '';
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 15px;
    opacity: 1;
    position: absolute;
    left: -20px;
    top: 6px;
}

.lldd-bottom .lldd-rdjd .rdjd-item p{

    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none

}
.lldd-bottom .lldd-rdjd .rdjd-item span{

    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    text-align: left;
    font-style: normal;
    text-transform: none

}



   










