/* 导航 */
.nav-right ul li:nth-child(5) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(5)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 内容 */
.content {
    padding-bottom: 80px;
}
/* 标题 */
.content-title {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
}
.content-title h3 {
    margin-top: -20px;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
}
.content-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ea5018;
}
/* 简介 */
.jianjie {
    padding-bottom: 80px;
}
.jianjie-content p {
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
.jianjie-content p:nth-child(1) {
    max-width: 1070px;
}
.jianjie-content p:nth-child(3) {
    max-width: 960px;
}
.jianjie-content li p {
    font-size: 60px;
    font-weight: bold;
    color: #ea5018;
    margin-top: 20px;
    margin-bottom: 0;
}
.jianjie-content li p span {
    font-size: 20px;
}
/* 文化 */
.wenhua {
    width: 100%;
    background-color: #f3f3f3;
    padding: 76px 0;
}
.wenhua-content>div {
    max-width: 590px;
    width: 100%;
}
.wenhua-left, .wenhua-right>div {
    position: relative;
}
.wenhua-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wenhua-left-text, .wenhua-right-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
	z-index: 1;
}
.wenhua-content p {
    font-weight: bold;
    margin: 20px 0;
    font-weight: bold;
    font-size: 29px;
}
.wenhua-right-bottom {
    margin-top: 15px;
}
/* 伙伴 */
.huoban {
    width: 100%;
}
.huoban-content {
    max-width: 1215px;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.huoban-content .duichen {
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 6px 20px #f5eeec;
}
.swiper {
    padding: 10px;
}
.swiper-pagination {
    bottom: 0;
    
}
.swiper-pagination-bullet-active {
    background-color: #ea5018 !important;
}
.beijing {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
    .wenhua-content {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .wenhua-left {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 425px) {
    .content-title h3 {
        font-size: 26px;
    }
    .jianjie-content li p {
        font-size: 30px;
    }
    .jianjie-content li {
        width: 50%;
    }
    .wenhua-right>div {
        height: 200px;
    }
    .wenhua-right>div>img {
        height: 200px;
    }
    .wenhua-content p {
        font-size: 20px;
        margin: 10px 0;
    }
}