
.company_slide,.company_banner {
	width: 100%;
	min-width: 1200px;
}
.company_banner .swiper-button-next, 
.company_banner .swiper-button-prev {
    width: 40px;
    height: 60px;
	background-size: 40px 60px; 
	outline: none;
    transition:all 0.3s ease-in-out; 
}
.swiper-button-next::after, 
.swiper-button-prev::after {
	content: ''!important;
}
.company_banner .swiper-button-next i, 
.company_banner .swiper-button-prev i {
	font-size: 60px;
	font-weight: 100;
	color: #B2B2B2;
}
.company_banner .swiper-button-next,
.company_banner .swiper-button-prev {
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}
.office-button-next {
	background: url("../up/pc/img/index/next_btn.png") no-repeat;
	width: 46px;
	height: 46px;
}
.office-button-prev {
	background: url("../up/pc/img/index/prev_btn.png")
.office_slide {
	text-align: center;
}
.office_swiper {
	width: 1200px;
}
.office_slide h3 {
	font-size:24px;
	font-weight:500;
	color:#333;
	line-height:33px;
	margin-top: 24px;
}
.office_slide img {
	height: 100%;
	width: auto;
}
.office_slide>div {
    background: #eee;
    width: 380px;
    height: 320px;
}