.common_header {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  background: #F3F3F3;
  justify-content: space-between;
  padding: 0 16px;
  position: fixed;
  z-index: 100;
}
.common_header_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	font-weight: bolder;
}
.common_header img {
  width: 22px;
  margin-right: 10px;
}
.common_header span {
  font-size: 22px;
  color: #333333;
}


.common_footer {
  width: 100%;
  margin-top: 40px;
}
.bottom_logo{
	box-sizing: border-box;
	height: 55px;
	display: flex;
	align-items: center;
}
.common_footer .top {
  height: 130px;
  padding: 0 16px;
  position: relative;
  background: #B21313;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.common_footer .top .bottom_logo div .desc {
  padding: 0 10px;
  opacity: 0.62;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #FFFFFF;
  text-align: left;
  line-height: 20px;
}
.common_footer .top .bottom_logo div .title {
  padding: 0 10px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  line-height: 20px;
}
.common_footer .top .bottom_logo img:nth-of-type(1) {
	width: 70px;
	height: 70px;
	margin-bottom: 22px;
	border: 2px solid #9E0000;
}
.common_footer .top .bottom_logo img:nth-of-type(2) {
  width: 135px;
  height: 30px;
}
.bottom_desc{
	height: 75px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottom_desc div{
	padding: 5px 12px;
	opacity: 0.6;
	font-family: PingFangSC-Medium;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 20px;
}
.bottom_desc div .icondianhua1{
	padding-right: 6px;
}
.bottom_desc div .icondizhi1{
	padding-right: 6px;
}


.common_footer .down {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #FFFDEF;
  line-height: 20px;
  background: #731B1B;
  letter-spacing: 0;
}
.common_footer .down span{
	opacity: 0.6;
}

/*轮播*/
				.swiper-container.swiper1 {
					width: 100%;
					height: 170px !important;
				}

				.swiper1 .swiper-slide {
					-webkit-transition: transform 1.0s;
					-moz-transition: transform 1.0s;
					-ms-transition: transform 1.0s;
					-o-transition: transform 1.0s;
					-webkit-transform: scale(0.94, 0.9);
					transform: scale(0.94, 0.9) !important;
				}
				.swiper1 .swiper-slide-active,.swiper-slide-duplicate-active {
					-webkit-transform: scale(1, 1);
					transform: scale(1, 1) !important;
				}
				
				.none-effect {
					-webkit-transition: none;
					-moz-transition: none;
					-ms-transition: none;
					-o-transition: none;
				}
				
				.swiper-slide a {
					background: #fff;
					display: block;
					border-radius: 14px;
				}

				.swiper-slide-active a:after {
					background: none;
				}
				
				.swiper-slide a {
					border-radius: 7px;
				}
				
				.swiper-slide img {
					width: 100%;
					border-radius: 14px;
					display: block;
				}
				
				.swiper-slide img {
					border-radius: 7px;
				}
/* 中间部分 */
.middle-content{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 48px;
}

.swiper_box{
	box-sizing: border-box;
	width: 100%;
	height: 170px;
}

.news_dynamic{
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	display: flex;
	margin-top: 10px;
	box-shadow: 0px 3px 10px -2px #E1E1E1; 
}
.news_dynamic_left{
	box-sizing: border-box;
	width: 68px;
	padding-left: 17px;
	
}
.news_dynamic_left img{
	width: 35px;
	height: 40px;
	margin-top: 5px;
}
.news_dynamic_right{
	flex: 1;
	box-sizing: border-box;
	padding-right: 16px;
	padding-left: 5px;
}
.infoList{
	height: 50px !important;
	width: 100%;
	box-sizing: border-box;
}
.infoList li {
	width: 100%;
	padding: 4px 0;
	height: 40px !important;
	align-items: center;
	line-height: 20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*企业概况*/
.profile_content{
	box-sizing: border-box;
	width: 100%;
	padding: 38px 0;
}
.profile_content_title img{
	box-sizing: border-box;
	height: 33px;
	padding: 0 16px;
	max-width: 100%;
}
.profile_content_desc{
	padding: 16px;
	text-indent: 30px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 28px;
	text-align: justify;
	
	background-image: url(../img/qyms-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.profile_content_buttonbox{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 6px;
	justify-content: center;
}
.profile_content_button{
	box-sizing: border-box;
	width: 130px;
	height: 40px;
	border: 1px solid #AC7E7E;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #C42424;
	letter-spacing: 0;
}
.iconchakanxiangqing{
	font-size: 24px;
	margin-left: 8px;
}

/*服务领域*/
.service_content{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 24px 0;
}
.service_content_title img{
	box-sizing: border-box;
	height: 33px;
	padding: 0 16px;
}
.service_content_desc{
	padding: 16px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.service_content_desc div {
	width: calc(50% - 5px);
	height: 60px;
	margin-top: 10px;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}
.administration{
	margin-right: 5px;
	background-image: url(../img/glzx-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.housekeeping{
	margin-left: 5px;
	background-image: url(../img/jzfu-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.estate{
	margin-right: 5px;
	background-image: url(../img/wygl-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.iconwuyeguanli,.iconyuanlinlvhua,.iconjiazhengfuwu,.iconguanlizixun{
	color: #C42424;
	font-size: 24px;
	margin-right: 8px;
}
.landscaping{
	margin-left: 5px;
	background-image: url(../img/yllh-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*精品项目*/
.boutique_content{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 38px 0;
}
.boutique_content_title img{
	box-sizing: border-box;
	height: 33px;
	padding: 0 16px;
}
.boutique_content_desc{
	padding: 16px 0px 40px 16px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.boutique_content_desc div {
	box-sizing: border-box;
	/*width: 33.3333%;*/
	height: 124px;
	/*margin-top: 10px;*/
}
.boutique_office{
	width: 109px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-image: url(../img/bglxm-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.boutique_office div{
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin-bottom: 6px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 12.5px;
}
.boutique_residential{
	width: 109px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-image: url(../img/zzxm-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.boutique_residential div{
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin-bottom: 6px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 12.5px;
}
.boutique_others{
	width: 109px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-image: url(../img/syxmjqt-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.boutique_others div{
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin-bottom: 6px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 12.5px;
}
.boutique_others2{
	background-image: url(../img/shggsb-bg.png);
}
.boutique_others3{
	background-image: url(../img/qt-bg.png);
}

.boutique_content_video{
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	position: relative;
	padding: 0 16px;
}
.boutique_content_video img {
	width: 100%;
	height: 140px;
	box-shadow: 0 4px 10px 0 #CCCCCC;
}
.boutique_content_video .iconbofang{
	position: absolute;
	color: #FFFFFF;
	font-size: 28px;
	top: calc(50% - 14px);
	left: calc(50% - 14px);
}










/*新闻资讯*/
.journalism_content{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 24px 0;
}
.journalism_content_title img{
	box-sizing: border-box;
	height: 33px;
	padding: 0 16px;
}
.journalism_content_desc{
	padding: 20px 16px 20px 16px;
	box-sizing: border-box;
	width: 100%;
}
.journalism_content_desc_line{
	width: 100%;
	box-sizing: border-box;
	height: 60px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EDEDED;
}
.spot_box{
	margin-top: 17px;
	box-sizing: border-box;
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background-image: linear-gradient(180deg, #EC6012 0%, #9E0000 100%);
}
.journalism_line{
	box-sizing: border-box;
	flex: 1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.journalism_line_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.journalism_line_time{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	line-height: 12px;
}

.journalism_content_buttonbox{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.journalism_content_button{
	box-sizing: border-box;
	width: 130px;
	height: 40px;
	border: 1px solid #AC7E7E;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #C42424;
	letter-spacing: 0;
}
