/* #pc-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} */
#topType{
    width: 100%;
    height: 70px;
    padding-top: 10px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    /* background-color: #fff; */
}
.merchant_type{
    width: 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}
.merchant_type li{
    float: left;
    margin-right: 16px;
    padding: 9px 23px 11px;
    font-size: 14px;
    color: rgba(104, 105, 115, 1);
    background-color: rgba(238, 242, 245, 1);
    border-radius: 22px;
    cursor: pointer;
}
.merchant_type li.cur{
    color: #fff;
    background: -webkit-linear-gradient(left, #8DD700, #28B92E);
    background: -o-linear-gradient(right, #8DD700, #28B92E);
    background: -moz-linear-gradient(right, #8DD700, #28B92E);
    background: linear-gradient(to right, #8DD700, #28B92E);
}


#certify {
	position: relative;
	width: 1200px;
    min-height: 310px;
	margin: 0 auto;
    /* padding-top: 178px; */
}

#certify .swiper-container {
	padding-top: 30px;
}

#certify .swiper-wrapper {
	padding-bottom: 20px;
}

#certify .swiper-slide {
    position: relative;
    display: block;
    width: 698px;
	/* width: 737px; */
    height: 250px;
	background: #fff;
    transform-origin:100% 100%;
	/* box-shadow: 0 4px 15px rgba(255, 255, 255, 0.66); */
}
#certify .swiper-slide .banner_zhezhao{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%,rgba(0, 0, 0, 0.74) 100%);
}
#certify .swiper-slide-active{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.56);
}
#certify .swiper-slide-active .banner_zhezhao{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: none;
}
/* #certify .swiper-slide-prev{
    opacity: 0.5;
}
#certify .swiper-slide-next{
    opacity: 0.5;
} */
#certify .swiper-slide img{
	display:block;
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
}

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

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

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

#certify .swiper-button-prev {
    /* top: 30px; */
	left: 0;
    width: 230px;
    height: 310px;
    background: none;
}

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

#certify .swiper-button-next {
    /* top: 30px; */
	right: 0;
    width: 230px;
    height: 310px;
    background: none;
}