.qiye_page2 .i-title {
    width: 40%;
    float: left;
}

.page-honorary-nav {
    width: 60%;
    float: right;
    text-align: right;
}

.page-honorary-nav a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #dcdcde;
    margin-left: 10px;
    padding: 20px;
    overflow: hidden;
}

.page-honorary-nav a h3 {
    color: #999999;
    font-size: 36px;
}

.page-honorary-nav a h5 {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.page-honorary-nav a.cur, .page-honorary-nav a.cur:hover {
    border: 1px solid #274770;
}

.page-honorary-nav a.cur h3, .page-honorary-nav a.cur h5, .page-honorary-nav a.cur:hover h5, .page-honorary-nav a.cur:hover h3 {
    color: #274770;
}

.page-honorary-nav a:hover {
    border: 1px solid #000;
}

.page-honorary-nav a:hover h3, .page-honorary-nav a:hover h5 {
    color: #000;
}

.page-honorary-list {
    position: relative;
    overflow: hidden;
    clear: both;
}

.page-honorary-list-swiper {
    position: relative;
    overflow: hidden;
    clear: both;
}

.page-honorary-swiper {
    padding: 5% 0;
    overflow: hidden;
    position: relative;
}
.page-honorary-swiper .swiper-wrapper{
    height: inherit;
}
.honorary {
    /* background: #fff; */
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    
    border-radius: 5px;
    overflow: hidden;
	position:relative;
	/* background:url(https://kingcoparts.cn/aspx/main/images/bk_bg.png) center no-repeat;
	background-size:contain; */
}
.honorary aside{
	width:100%;
	position:absolute;
	padding: 25px 20px 22px 20px;
	left:0;
	top:0;
	z-index:0;
	height:100%;
}

.honorary .bg img{

	width:100%;
	object-fit: revert;
}
.honorary .pic {
    height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	z-index:1;
}
.honorary .pic a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.honorary .pic a img{
	height:100%;
	width:100%;
	object-fit:contain;
}

.honorary .pic i {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: rgba(0, 0, 0, .5) url("https://kingcoparts.cn/aspx/main/images/jia.png") center no-repeat;
    border-radius: 100%;
}

.honorary .txt {
    font-size: 21px;
    color: #282828;
    padding-top: 30px;
    min-height: 20px;
    overflow: hidden;
	position:relative;
	z-index:1;
}

.honorary:hover {
    box-shadow: 0px 20px 40px 0px rgba(25, 42, 51, 0.1);
}

.honorary:hover .pic i {
    display: block;
}

.honorary:hover .txt {
    color: #000;
}
.page-honorary-list-swiper .swiper-wrapper{
    height: inherit;
}

.tip {
    padding-top: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tip img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.page-honorary-swiper .swiper-pagination {
    width: 100px;
    right: 0;
    left: auto;
    bottom: 0;
    font-size: 14px;
    text-align: right;
}

.swiper-pagination-num {
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 500px;
    font-size: 14px;
    color: #666;
}

.swiper-pagination-num span {
    font-size: 14px;
    color: #666;
}

.page-honorary-swiper .swiper-pagination {
    width: 500px;
    right: 0;
    left: auto;
    bottom: 8px;
    top: auto;
    height: 2px;
}

.page-honorary-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    bottom: 0;
    top: auto;
    background: #000;
}



.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url(https://kingcoparts.cn/aspx/main/images/preloader.gif) no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none; opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;background: url(https://kingcoparts.cn/aspx/main/images/close.png) no-repeat; transition-duration: 0.5s;}
.closed:hover {opacity: 0.5;}