@charset "utf-8";
.customerCase-sec1 .customerCase-title h3{
	font-size: 34px;
}
*{
	box-sizing: border-box;
}
/*banner*/
.info_1 div{
	width: 38%;
	color: #616161;
    font-size: 16px;
    line-height: 30px;
    margin-top: 64px;
}
.ny-banner .info  h1{
	color: #434343;
}
/*业务场景及优势*/
.customerCase-sec1{
	background-color: white;
}
.class-list{
	margin-top: 52px;
}
.class-list li{
	text-align: center;
	float: left;
	width: 312px;
	margin-right: 132px;
}
.class-list li:last-child{
	margin-right: 0px;
}
.class-list div{
	width: 205px; 
	height: 205px;
	background: url('hour1.png') center center / cover no-repeat;
	/*border-radius: 50%;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.class-list div img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.class-list em{
	display: block;
	margin-top: 57px;
	margin-bottom: 29px;
	color: #333333;
	font-size: 20px;
}
.class-list span{
	display: block;
	text-align: left;
	font-size: 16px;
	color: #666666;
}
/*产生效益*/
.bg-color{
	background: url('bg-img.png') center center / cover no-repeat;
	padding-top: 59px;
	padding-bottom: 75px;
	margin-bottom: 0px;
}
.benefit-show{
	width: 684px;
	height: 539px;
	background: url('yuanp.png') center center / cover no-repeat;
	position: relative;
    margin-left: 172px;
    margin-top: 67px;
    color: #0a467c;
    font-size: 16px;
}
.benefit-show em{
	position: absolute;
	right: -66px;
    top: 21px;
}
.benefit-show span{
	position: absolute;
    right: -125px;
    top: 208px;
}
.benefit-show p{
	position: absolute;
    right: -120px;
    bottom: 75px;
}
/*24小时城市书房内景展示*/
.interior{
	width: 100%;
}
.interior-show{
	width: 100%;
}
.interior-title{
	width: 100%;
}
.interior-title h3{
	color: #424242;
	font-size: 34px;
	font-weight: initial;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 54px;
}
.interior-img{
	width: 100%;
}
.interior-img img{
	width: 100%;
	height: auto;
}
/*推荐产品*/
.re-left{
	width: 781px;
	height: 533px;
	float: left;
	position: relative;
}
.re-page{
	font-size: 24px;
	color: #454545;
	font-family: arial;
	position: absolute;
	right:15px;
	bottom: 0px;
	transition: all .3s;
}
.re-page span{
	color: #2898f0;
	font-size: 36px;
}
.re-left img{
	width: 100%;
	height: 100%;
}
.re-right{
	float: left;
	width: 419px;
	height:533px ;
	padding-top: 10px;
}
.re-tit{
	width: 100%;
	font-size: 24px;
	color: #2a2a2a;
	display: block;
	text-align: center;
}
.re-tit span{
	font-size:12px;
	color: #818181;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.tabs-img{
	width: 100%;
	height: 440px;
    margin-top: 28px;
    padding-top: 36px;
    border-top: 3px solid #6bbdf5;
   box-shadow: rgba(119,119,119,.2) 0 -6px 20px;
}
.tabs-img div{
	width: 100%;
}
.tabs-img div em{
	width: 82%;
	margin:0 auto;
	display: block;
	color: #575757;
	line-height:26px;
	font-size: 14px;
	transform: all .3s;
}
.re-tabs{
	width: 100%;
	padding-left: 37px;
	padding-right: 19px;
	margin-top: 43px;
}
.re-tabs li{
	float: left;
	margin-right: 9px;
	margin-bottom: 8px;
	width: 176px;
	height: 121px;
	transition: all .3s;
	cursor: pointer;
}
.re-tabs li.on{
	border: 7px solid #d9ebfc;
}
.re-tabs li:nth-child(2n){
	margin-right: 0px;
}
.re-tabs li img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
