@charset "utf-8";
.float-left {
	width: 64px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
    right:5px;
	z-index: 9999;
	transition: all .5s;
}

.float-left.onscroll,
.float-left:hover {
	right: 5px;
}

.float-left>a {
	width: 64px;
	height: 64px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 5px;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-bottom: 16px;
	padding: 2px;
}

.float-left>a>font {
	width: 32px;
	height: 32px;

	display: block;
}

.float-left>a>font.ico-wechat {
	background: url(../images/wechat.png) center center no-repeat;
	background-size: 100% auto;
}

.float-left>a>font.ico-hottel {
	background: url(../images/hottel.png) center center no-repeat;
	background-size: 100% auto;
}

.float-left>a:hover>font.ico-wechat {
	background: url(../images/wechaton.png) center center no-repeat;
	background-size: 100% auto;
}

.float-left>a:hover>font.ico-hottel {
	background: url(../images/hottelon.png) center center no-repeat;
	background-size: 100% auto;
}

.float-left>a>font.ico-tenant {
	background: url(../images/tenant.png) center center no-repeat;
	background-size: 100% auto;
}

.float-left>a:hover>font.ico-tenant {
	background: url(../images/tenanton.png) center center no-repeat;
	background-size: 100% auto;
}

.float-left>a:hover {
	background: #CD2837;
	color: #fff;
}

.float-left .float-code {
	width: 180px;
	min-height: 64px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	display: none;
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 999;
}

.float-left .float-code h3 {
	font-size: 12px;
	color: #666;
	font-weight: normal;

}

.float-left .float-code h4 {
	font-size: 18px;
	color: #CD2837;
	font-weight: bold;
	white-space: nowrap;

}

.float-left .float-code p {
	font-size: 12px;
	text-align: center;
	color: #333;
}

.float-left>a:hover .float-code {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.iso-container:before,.iso-container:after{
	content: "";
	display: table;	
}
.iso-container:after{
	clear: both;
}
.ico{
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.tel-ico{
	width: 20px;
	height: 20px;
	background-image: url(../images/tel-red.png);
}

.top-header-row{
	font-size: 14px;
	color: 232323;
	background-color: #f6f6f6;
	height: 38px;
	line-height: 38px;
}

.iso-name{
	font-size: inherit;
	color: inherit;
	font-weight: normal;
	float: left;
	vertical-align: middle;	
}

.iso-nav{
	float: right;
	vertical-align: middle;	
	margin: 0 32px;
}

.tel-nav{
	float: right;
	vertical-align: middle;	
	font-size: 14px;
	color: #ff001e;		
}

.tel-nav > span{
	vertical-align: middle;
	display: inline-block;
}

.iso-nav > a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	font-size: 12px;	
}

.main-header-row{
	padding: 20px 0;
}

.iso-logo{
	height: 50px;
	float: left;
	vertical-align: middle;
}

.iso-logo > img{
	height: 100%;
	width: auto;
}

.iso-logo > .name{
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	margin-left: 24px;
	font-weight: normal;
}

.search-item{
	vertical-align: middle;
	float: right;	
	margin-top: 5px;
	margin-bottom: 5px;
}

.search-form{
	width: 480px;
	height: 40px;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius:5px;
}

.search-ico{
	position: absolute;
	width: 54px;
	height: 40px;
	background-image: url(../images/search.png);
	background-size: 20px auto;
	left: 0;
	top: 0;
	z-index: 12;
}

.search-input{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 168px 0 54px;
	font-size: 16px;
	font-weight: normal;
	-webkit-appearance: none;
	z-index: 10;
	line-height: 40px;
}

.search-btn{
	position: absolute;
	width: 115px;
	height: 100%;
	right: 0;
	top: 0;
	font-size: 16px;
	color: white;
	text-align: center;
	-webkit-appearance: none;
	background-color: #596d9f;
	z-index: 15;
}

.iso-banner{
	overflow: hidden;
	position: relative;
	height: auto;
	max-height: calc(100vh - 130px);
	z-index: 10;
	margin: 0 -2px;
}
.iso-banner.slick-banner .iso-banner-item,
.iso-banner .iso-banner-item{
	width: 33.3%;
	max-height: calc(100vh - 130px);
	height: auto;
	padding: 0 2px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	overflow: hidden;
	position: relative;
}
.iso-banner .iso-banner-item  .iso-banner-img{
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}
.iso-banner .iso-banner-item > img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width: 100%;
	height: 100%;
	max-width: none;
}
.iso-banner.slick-banner .iso-banner-item{
	position: relative;
}

.slick-banner .slick-dots{
	bottom:20px;
}
.brand-slick .slick-dots{
	bottom:200px;
}
.slick-banner .slick-dots li button:before{
	color: white;
	opacity: .75;
	
}
.slick-banner .slick-dots li.slick-active button:before{
	color: #CD2837;
	opacity: 1;
}
.iso-intro{	
	max-width: 936px;
	margin: 0 auto;
	position: relative;
	margin-top: -80px;
	z-index: 15;

}

.iso-intro .iso-intro-item{
	width: 100%;
	padding: 24px 24px;
	background-color: rgba(0,0,0,.6);
	border-radius: 32px;
	box-shadow: 0 0 24px rgba(0,0,0,.12);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: white;
}

.iso-intro .iso-intro-item h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.iso-section{
	padding: 30px 0;
}

.section-title{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
}
.section-subtitle{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
}
.iso-office-list{
	margin: 24px 0;
}

.iso-row{
	margin-left: -12px;
	margin-bottom: -12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap:wrap;
	        flex-wrap:wrap;
}

.iso-row.iso-row-4 .iso-col{
	width: 25%;
	padding: 12px;
	height: auto;
}

.iso-row.iso-row-4 .iso-col .iso-col-item{
	width: 100%;
	height: 100%;
	
}
@media screen and (max-width:1024px) {
	.iso-row.iso-row-4 .iso-col .iso-col-item{
		box-shadow:none
	}	
}
.iso-col .iso-col-item > a{
	width: 100%;	
	background-color: white;
	display: block;
	
}

.iso-col .iso-col-item > a:hover{
	opacity: .7;
}

.iso-col .iso-item-img{
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	height: 0;
}

.iso-col .iso-item-img > img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.iso-col .iso-item-text{
	padding: 15px 0;
}

.iso-col .iso-col-item > a:hover .iso-item-text{
	padding: 15px;
}

.iso-item-title{
	font-size: 20px;
		line-height: 1.2;
}
.iso-item-title .iso-label{
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: auto;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: white;
	margin:0 5px;
}

.label-blue{
	background-color: #596D9F;
}

.label-red{
	background-color: #CD2837;
}

.label-yellow{
	background-color: #feb008;
}

.iso-item-para{
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.iso-item-para > span + span{
	margin-left: 12px;
}

.iso-item-para > span > strong{
	font-weight: normal;
	color: #e91a2a;
}

.iso-item-price strong{
	color: #e91a2a;
	font-size: 24px;
}
.iso-item-link{
	display: block;
	padding-top: 12px;
}
.iso-item-link > a{
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding: 0 16px;
	width: auto;
}
.iso-item-link > a + a{
	margin-left: 12px;
	
}
.iso-item-link .red-btn{
	background-color: #CD2837;
	color: #fff;
	border: 1px solid #CD2837;
}
.iso-item-link .link-btn{
	background-color: white;
	color: #666;
	border: 1px solid #eaeaea;
}
.iso-item-link > a:hover{
	opacity: .7;
}
.iso-more-btn{
	display: block;
	margin: 24px auto 0 auto;
	height: 46px;
	width: 150px;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	border: 1px solid #eaeaea;
	color: #696969;
	border-radius: 24px;
}

.iso-more-btn:hover{
	background-color: #E91A2A;
	color: white;
	border-color:#E91A2A;
}

.iso-creative,.iso-brand-service{
	background-color: #f6f6f6;
}

.iso-creative-list{
	margin:24px -12px;
}

.isoSwiper .iso-creative-item{
	padding: 12px;
	width: 100%;
	position: relative;
	
}

.isoSwiper .iso-creative-item > a{
	background-color: white;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.isoSwiper .iso-creative-item > a:hover{
	box-shadow: 0 0 12px rgba(0,0,0,.12);
}

.isoSwiper .iso-creative-item > a .iso-item-img{
	width: 55%;
	padding-bottom: 41.25%;
	height: 0;
	position: relative;
}

.isoSwiper .iso-creative-item > a .iso-item-img > img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.isoSwiper .iso-creative-item > a .iso-item-text{
	padding: 24px;
	text-align: left;
}

.isoSwiper .iso-creative-item > a .iso-item-price{
	margin-top: 30px;
}

.iso-creative-list{
	position: relative;
}

.iso-creative .swiper-button-next,.iso-creative .swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 36px;
	height: 72px;
	background-color: rgba(0,0,0,.5);
	
}
.iso-creative .swiper-button-next{
	right:-36px;
}
.iso-creative .swiper-button-prev{
	left:-36px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 16px;
	color: white;
}
.iso-coworking-list{
	margin: 24px 0;
}
.iso-coworking-list .iso-item-text{
	padding: 15px;	
}
.iso-coworking-list .iso-item-title{
	margin-bottom: 0;
}

.iso-coworking-list  .iso-col-item{
	box-shadow: 0 0 24px rgba(0,0,0,.12);
	background-color: white;
}
.iso-coworking-list  .iso-col-item > a{	
	position: relative;
}
.iso-coworking-list  .iso-col-item .iso-item-subtitle{
	display: none;
	margin-bottom: 16px;
}
.iso-coworking-list  .iso-col-item .para-hidden{
	display: none;
	margin-bottom: 24px;
}
.iso-coworking-list .iso-col-item:hover {
	box-shadow: 0 0 0px rgba(0,0,0,.12);
}
/* .iso-coworking-list .iso-col-item > a:hover .iso-item-img{	
	padding-bottom:0;
		height: 100%;
	z-index: 10;
	overflow: hidden;
}
.iso-coworking-list .iso-col-item > a:hover .iso-item-img > img{
	height: 100%;
	width: auto;
	max-width:none;
}
.iso-coworking-list .iso-col-item > a:hover .iso-item-text{
	background-color: rgba(255,255,255,.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
}
.iso-coworking-list .iso-col-item > a:hover .iso-item-text .iso-item-subtitle,
.iso-coworking-list .iso-col-item > a:hover .iso-item-text .para-hidden{
	display: block;
}
 */
.iso-our-service{
	background-image: url(../images/iso-service-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iso-our-service .services-ul{
	margin: 24px 0 0 0;
}

.iso-footer{
	padding: 24px 0;
	background-image: url(../images/iso-footer-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iso-footer .footer-block{
	display: inline-block;
	vertical-align: middle;
}

.iso-footer .logo{
	width: 133px;
	margin-right: 24px;
}
.iso-footer .des{
	min-width: 560px;
}
.iso-footer .des > h2{
	font-size: 24px;
	color: #333;
	line-height: 40px;
}

.iso-footer .des > p{
	font-size: 14px;
	line-height: 1.2;
}

.iso-footer .contact{
	font-size: 14px;	
}

.iso-footer .contact .block-title{
	color: #666;
	display: block;
	line-height: 16px;
	margin-bottom: 12px;
}

.iso-footer .contact .block-title:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../images/ft.png) center center no-repeat;
	background-size: 100%;
	margin-right: 10px;
}
.iso-footer .contact > strong{
	font-size: 28px;
	font-weight: bold;
	color: #CD2837;
	display: block;
	line-height: 44px;
	
}
.iso-footer .code{
	float: right;
	font-size: 14px;
	width: 80px;
}

.iso-footer .code > div+div{
	margin-right: 12px;
}

.iso-brand-service .cara-con{
	padding-top: 24px;
}

.iso-brand-service .cara-con > h4{
	font-size: 18px;
	font-weight:500;
	line-height: 1.5;
	color: #333;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 5px double #CD2837;
	margin-bottom: 12px;
}
.iso-brand-service .cara-con > h4.cara2{
	border-bottom: 5px double #596D9F;
}
.iso-brand-service .cara-con > h4::after,
.iso-brand-service .cara-con > h4::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid #CD2837;
	border-radius: 50%;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	margin-top: 20px;
}

.iso-brand-service .cara-con > h4.cara2::after,
.iso-brand-service .cara-con > h4.cara2::before{
	border: 6px solid #596d9f;
}

.iso-brand-service .cara-con > h4::before {
	left: 0;
	animation-name: move_title_bg1;
}

.iso-brand-service .cara-con > h4::after {
	right: 0;
	animation-name: move_title_bg2;
}

.iso-brand-service .cara-list{
	width: 100%;
	flex: 1;
	margin: 0 -12px;
}

.iso-brand-service .cara-list > li{
	width: 94px;
	margin: 12px;
	height: 100px;
	background-color: white;
	box-shadow: 0 0 15px rgba(0,0,0,.12);
	position: relative;
		font-size: 14px;
		border-radius: 5px;
}

.iso-brand-service .cara-list > li > img{
	height: 30px;
	max-width: 81px;
	margin-bottom: 10px;
}

@keyframes move_title_bg1 {
	from {
		left: 0;
	}

	to {
		left: 100%;
	}
}

@keyframes move_title_bg2 {
	from {
		right: 0;
	}

	to {
		right: 100%;
	}
}
.iso-footer-gray{
	background-image: none;
	background-color: #eee;
}
.iso-footer .footer-block.appoint{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #000;
}
.iso-footer .footer-block.appoint strong{
	color: #CD2837;
}

/*模态框*/
.modal {
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none; 
}
.modal .modal-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
}


.Mobile-footer{
	display: none;
}

@media screen and (max-width:768px){	
	.w1200{
		padding: 0 .32rem;
	}
	.ico{
		margin-right: .12rem;		
	}
	
	.tel-ico{
		width:.4rem;
		height:.4rem;		
	}
	
	.top-header-row{
		font-size: .2rem;		
		height: .64rem;
		line-height:.64rem;
	}
	
	.iso-header{
		position: relative;
	}
	
	
	
	.iso-nav{
		float:none;
		display: none;
		margin: 0;
		position: absolute;
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,1);
		top: 100%;
		left: 0;
		z-index: 9999;
		box-shadow: 0 24px 24px rgba(0,0,0,.12);
		border: 0;
		outline: 0;
		transition: all .5s;
	}
	
	.isshow .iso-nav{
		display: block;
	}
	
	.nav-toggle {
	    display: block;
	    position: absolute;
	    width: .4rem;
	    height:.4rem;
	    right: .3rem;
	    top:.56rem;
	}
	.nav-bar {
	    width: .4rem;
	    height: .06rem;
	    background-color: #333333;
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    transform: translateY(-50%);
	    transition: all .3s;
	}
	.header .nav-bar:before, .header .nav-bar:after {
	    width: .42rem;
	    height: .06rem;
	    background-color: #333333;
	    display: block;
	    position: absolute;
	    right: 0;
	    content: "";
	    display: block;
	    transition: all .5s;
	    transform-origin: left;
	}
	.header .nav-bar:before {
	    bottom: .15rem;
	}
	.header .nav-bar:after {
	    top: .15rem;
	}
	.header.isshow .nav-bar {
	    background-color: transparent;
	}
	.header.isshow .nav-bar:before {
	    transform: rotate(
	45deg);
	}
	.header.isshow .nav-bar:after {
	    transform: rotate(
	-45deg);
	}
	
	.tel-nav{		
		font-size: .28rem;		
	}
	
	
	.iso-nav > a{
		display: block;		
		padding: 0 .3rem;
		font-size: .32rem;
		line-height: .88rem;
	}
	
	.main-header-row{
		padding:.4rem 0;
		position: relative;
	}
	
	.iso-logo{
		height: .64rem;		
		float: none;
		display: block;
	}
	
	.iso-logo > img{
		height: 100%;
		width: auto;
	}
	
	.iso-logo > .name{
		font-size: .48rem;		
		line-height: .64rem;
		margin-left: .24rem;		
	}
	
	.search-item{
		vertical-align: middle;
		float: none;
		display: block;
		margin-top: .24rem;
		margin-bottom:0;
		
	}
	
	.search-form{
		width: 100%;
		height: .72rem;		
	}
	
	.search-ico{		
		width: .72rem;
		height: .72rem;		
		background-size: .32rem auto;		
	}
	
	.search-input{		
		width: 100%;
		height: 100%;
		padding: 0 1.5rem 0 .72rem;
		font-size: .24rem;		
		line-height: .72rem;
		background-color: #f7f8fb;
	}
	
	.search-btn{		
		width: auto;
		height: 100%;		
		font-size: .28rem;
		padding: 0 .32rem;
	}
	
	.iso-banner{		
		height:auto;
		max-height:none;		
	}
	
	
	.iso-banner .iso-banner-item > img{
		
	}
	
	.iso-intro{	
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		transform: translateY(-0);
		-webkit-transform: translateY(0);
		z-index: 15;
		margin-bottom: 0;
		background-color: white;
	}
	
	.iso-intro .iso-intro-item{		
		padding: .64rem .32rem .64rem .32rem;		
		border-radius: 0;
		box-shadow: none;
		font-size: .32rem;
		text-align: justify;
		background-color: white;
		color: #232323;
	}
	
	.iso-intro .iso-intro-item h3{
		font-size: .48rem;
		margin-bottom:.32rem;
		text-align: center;
	}
	
	.iso-section{
		padding: .64rem 0;
		border-top: .2rem solid #f7f8fb;
	}
	
	.section-title{
		font-size: .48rem;
		line-height: 1.5;
		font-weight: 300;
		text-align: center;
	}
	.section-subtitle{
		font-size: 18px;
		line-height: 1.5;
		font-weight: 300;
		text-align: center;
	}
	.iso-office-list{
		margin: 24px 0;
	}
	
	.iso-row{
		margin: 0;
	}
	.iso-row.iso-row-4 .iso-col{
		width:100%;		
		padding: .24rem 0;
	}
	
	.iso-row.iso-row-4 .iso-col .iso-col-item{
		width: 100%;
		height: 100%;
	}
	
	.iso-col .iso-col-item > a,.iso-col .iso-col-item > .iso-col-inner{		
		height: auto;		
		display: flex;
		align-items: flex-start;
		
	}
	
	.iso-col .iso-col-item > a:hover{
		box-shadow: none;
	}
	
	.iso-col .iso-item-img{		
		width: 3.2rem;
		padding-bottom: 2.4rem;
		height: 0;
	}
	
	.iso-col .iso-item-text{
		padding: 0 0 0 .3rem;
	}
	
	.iso-col .iso-col-item > a:hover .iso-item-text{
		padding: 0 0 0 .32rem;
	}
	
	.iso-item-title{
		font-size: .36rem;	
		margin-bottom:0;
		line-height: 1.2;
	}
	.iso-item-title .iso-label{		
		padding: 0 .1rem;
		font-size: .2rem;
		height: .36rem;
		line-height: .36rem;
		margin:0 .05rem ;
	}
	.iso-item-para{
		font-size: .24rem;		
		line-height: 2;
	}
	
	.iso-item-para > span + span{
		margin-left: .2rem;
	}
	
	.iso-item-price{
		font-size: .2rem;
	}
	.iso-item-price strong{
		color: #e91a2a;
		font-size: .32rem;
	}
	
	.iso-more-btn{		
		margin: .32rem auto 0 auto;
		height:.8rem;
		width: 3.2rem;
		font-size: .32rem;		
		line-height:.8rem;		
	}
	
	.iso-creative{
		background-color: #f6f6f6;
	}
	
	.iso-creative-list{
		margin:.32rem -12px;
	}
	
	.isoSwiper .iso-creative-item{
		padding: 12px;
		width: 100%;
	}
	
	.isoSwiper .iso-creative-item > a{		
		width: 100%;
		height:auto;
		display: block;
	}
	
	.isoSwiper .iso-creative-item > a:hover{
		box-shadow: 0 0 12px rgba(0,0,0,.12);
	}
	
	.isoSwiper .iso-creative-item > a .iso-item-img{
		width:100%;
		padding-bottom: 75%;		
	}
	
	.isoSwiper .iso-creative-item > a .iso-item-text{
		padding: .24rem;		
	}
	
	.isoSwiper .iso-creative-item > a .iso-item-price{
		margin-top: 0;
	}
	
	.iso-creative-list{
		position: relative;
	}
	
	.iso-creative .swiper-button-next,.iso-creative .swiper-button-prev{
		display: none;
		
	}
	
	.iso-coworking-list{
		margin:.32rem 0;
	}
	.iso-coworking-list .iso-item-text{
		padding: 0 0 0 .32rem;	
	}
	.iso-coworking-list .iso-item-title{
		margin-bottom: 0;
	}
	
	
	.iso-coworking-list  .iso-col-item > a{		box-shadow: none;
		
	}
	.iso-coworking-list  .iso-col-item .iso-item-subtitle{
		display:none;
		margin-bottom:0;
	}
	.iso-coworking-list  .iso-col-item .para-hidden{
		display: block;
		margin-bottom:0;
	}
	
	.iso-coworking-list .iso-col-item > a:hover .iso-item-img{	
	
	}
	.iso-coworking-list .iso-col-item > a:hover .iso-item-img > img{
		
	}
	.iso-coworking-list .iso-col-item > a:hover .iso-item-text{
		
	}
	.iso-coworking-list .iso-col-item > a:hover .iso-item-text .iso-item-subtitle,
	.iso-coworking-list .iso-col-item > a:hover .iso-item-text .para-hidden{
		
	}
	
	
	.iso-our-service .services-ul{
		margin:.32rem 0;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.iso-our-service .services-ul li{
		font-size: .28rem;
		width: 33.3%;
	}
	.iso-footer{
		padding: .64rem 0;		
	}	
	
	.iso-footer .logo{
		width: 1.6rem;
		margin-right: .24rem;
	}
	.iso-footer .des{
		width:calc(100% - 2rem);
		min-width: 0;
	}
	.iso-footer .des > h2{
		font-size: .3rem;		
		line-height:2;
	}
	
	.iso-footer .des > p{
		font-size: .2rem;		
	}
	
	.iso-footer .contact{
		font-size: .2rem;
			display: block;
			margin: .24rem 0;
			float: left;
	}
	
	.iso-footer .contact .block-title{		
		margin-bottom: 0;
	}
	
	
	.iso-footer .contact > strong{
		font-size: .32rem;		
		line-height: 1.5;
		
	}
	.iso-footer .code{
		float: right;
		margin-top: .24rem;
		
	}
	.iso-footer .code > div{
		width: 1.5rem;
		margin-top: 0;
	}
	.iso-footer .code > div+div{
		margin-right: .24rem;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.slick-banner .slick-dots{
		bottom:.4rem;
	}
	.brand-slick .slick-dots{
		bottom:.4rem;
	}
	.iso-item-link {
	    display: block;
	    padding-top: .2rem;
	}
	.iso-item-link > a {
	    display: inline-block;
	    vertical-align: middle;
	    height: .64rem;
	    font-size: .24rem;
	    text-align: center;
	    line-height: .62rem;
	    padding: 0 .16rem;
	    width: auto;
	}
	.iso-item-link > a + a {
	    margin-left: .1rem;
	}
	.iso-brand-service .cara-list > li {
	    width: 1.8rem;
	    margin: 12px;
	    height: 2rem;	   
	    font-size: .28rem;
	    border-radius: 5px;
	}
	.iso-footer .footer-block.appoint {	   
	    font-size: .36rem;
	  
	}
	
	

	.Mobile-footer {
		display: flex;
		position: fixed;
		width: 100%;
		height: 1rem;
		left: 0;
		bottom: 0;
		z-index: 99999;
		font-size: 0;
	  }
	  .Mobile-footer.Common-footer{
	      display: none;
	  }
	  .Detail-footer {
		background-color: #333;
		color: white;
		padding: 0 0.16rem;
	  }
	  .Mobile-footer .Counsult-info {
		display: flex;
		align-items: center;
		width: 55%;
		flex: none;
	  }
	  .Mobile-footer .Counsult-info .ava {
		height: 0.72rem;
		width: 0.72rem;
		position: relative;
		overflow: hidden;
	  }
	  .Mobile-footer .Counsult-info .ava > img {
		background-color: #333333;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	  }
	  .Mobile-footer .Counsult-info .txt {
		display: flex;
		flex-flow: column;
		font-size: 0.32rem;
		color: white;
		line-height: 1;
		margin-left: 0.2rem;
	  }
	  .Mobile-footer .Counsult-info .name {
		font-size: 0.28rem;
		margin-bottom: 0.12rem;
	  }
	  .Mobile-footer .Button-group {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	  }
	  .Mobile-footer .Button-group > a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.32rem;
		height: 100%;
		min-width: 50%;
		padding: 0.16rem;
		color: white;
	  }
	  .Mobile-footer.Detail-footer .Button-group > a {
		font-size: 0.32rem;
		height: 0.64rem;
		min-width: 48%;
		padding: 0.16rem;
	  }
	  .Mobile-footer .Button-group .red-btn {
		background-color: #CD2837;
	  }
	  .Mobile-footer .Button-group .wechat-btn {
		background-color: #04be02;
	  }
	  .Mobile-footer .Button-group .dial-btn {
		background-color: #feb008;
	  }
	
	 .float-left > a.float-wechat{
      display: none;
  }
}