.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img {
    width: 100%;
    display: block;
}
.content {
    padding-top: 54px;
}
.content .office_wrap_title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: 13px;
    position: relative;
}
.content .office_wrap_title::after{
    width: 68px;
    height: 2px;
    background: #C9151E;
    border-radius: 1px;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 34px);
    bottom: 0;
}
.content .item_wrap {
    padding-top: 60px;
    padding-left: 23px;
}
.content .item {
    text-align: center;
}
.content .item img{
    width: 70px;
    height: 70px;
    vertical-align: middle;
}
.content .item .p_one {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 20px;
}
.content .item .p_two {
    width: 240px;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    -webkit-background-clip: text;
    text-align: center;
    margin-top: 13px;
}
/* swiper */
.news {
    padding-top: 72px;
    padding-bottom: 110px;
}
.news .news_title {
    padding-bottom: 13px;
    position: relative;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
}
.news .news_title::after {
    display: block;
    content: "";
    position: absolute;
    width: 68px;
    height: 2px;
    background: #C9151E;
    border-radius: 1px;
    left: calc(50% - 34px);
    bottom: 0;
}
.news .more {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /*color: #999999;*/
}
/* swiper */
.moveSwiper{
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
    margin-top: 20px;
}
.movingCasesSwiperSlider{
	width: 400px;
	height: 444px;
	border-left: 1px solid #EEEEEE;
	box-sizing: border-box;
	font-weight: 400;
    padding-top: 26px;
}
.movingCasesSwiperSliderTop{
	width: 342px;
	height: 228px;
	background: #ccc;
}
.movingCasesSwiperSliderName{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #1F1F1F;
	display: block;
	width: 342px;
	margin-top: 20px;
}
.movingCasesSwiperSliderText{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	width: 342px;
	margin-top: 20px;
    height: 90px;
}
.movingCasesSwiperSliderTime{
	font-size: 14px;
	color: #999999;
	width: 342px;
	padding-bottom: 15px;
}

.swiper-slide-active .movingCasesSwiperSliderName{
	color: #C9151E;
}

.pagination{
	margin-top: 40px;
    left: calc(50% - 27px);
}
.pagination span{
	margin-left: 9px;
	width: 9px;
	height: 9px;
}
.pagination .swiper-pagination-bullet-active{
	background: #C9151E !important;
}