@charset "utf-8";
#wrap{background: #F6F6F6;}
#banner{ width: 100%; min-width: 1200px; overflow: hidden; position: relative; top: -70px; background-color: #000;}
#banner .banner{background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner img{width: 100%; display: block; opacity: .65;}
#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 46%; }
#banner .banner h2{font-size: .4rem; letter-spacing: 10px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 60px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
#banner .banner h4{font-size: .56rem; letter-spacing: 10px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}


.title-box{margin: 50px auto 40px;display: flex; justify-content: center; position: relative; z-index: 1;}
.title-box h2{color: #333333;font-size: 21px; display: inline-block; vertical-align: middle;}
.title-box span{height: 19px; position: relative; top: 5px; border-left: 6px solid #d70021; border-right: 4px solid #333; margin:0 5px 0 8px; width: 12px;display: inline-block; vertical-align: middle;}
.title-box p{color: #888;font-size: 25px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; display: inline-block; vertical-align: middle;}
.title-box .more{ position: absolute; right: 0; top: 10px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #000000; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #707070; border-radius: 20px; transition: all 0.4s ease-in-out;	background: #fff no-repeat left -15px center;}
.title-box .more:hover{	background: #D70021 url(../img/icon-more.png) no-repeat right 15px center;border-color: #D70021;color: #fff;width: 130px;}

.module-1{ margin-top: -70px; overflow: hidden; background: #fff url(../img/service_map_bg.jpg);}
.module-1 .title-box{justify-content: center;}
.module-1 .mainBox{position: relative;}
.module-1 .page-info{
	margin-top: 5px;
	position: relative;
}
.module-1 .page-info h2{
	text-align: center;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 5px;
}
.module-1 .page-info span{
	width: 60px;
	height: 2px;
	background-color: #D70021;
	display: block;
	margin: 20px auto 5px;
}
.module-1 .page-info h3{
	text-align: center;
	padding-top: 10px;
	color: #666;
	font-size: 20px;
	font-weight: normal;
}
.module-1 .map{
	display: block;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	margin-top: -140px;
	width: 900px;
	height: 750px;
	background: url(../img/map-1.png) no-repeat center top;
	background-size: 900px;
	transform: scale(.95) !important;
}
.module-1 .map1,
.module-1 .map2,
.module-1 .map3,
.module-1 .map4,
.module-1 .map5,
.module-1 .map6,
.module-1 .map7,
.module-1 .map8{
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.module-1 .map1.on,
.module-1 .map2.on,
.module-1 .map3.on,
.module-1 .map4.on,
.module-1 .map5.on,
.module-1 .map6.on,
.module-1 .map7.on,
.module-1 .map8.on{
	opacity: 1;
}
.module-1 .map1{
	position: absolute;
	left: 660px;
	top: 265px;
}
.module-1 .map2{
	position: absolute;
	left: 687px;
	top: 385px;
}
.module-1 .map3{
	position: absolute;
	right: 0;
	top: 0px;
}
.module-1 .map4{
	position: absolute;
	left: 506px;
	top: 231px;
}
.module-1 .map5{
	position: absolute;
	left: 0;
	top: 89px;
}
.module-1 .map6{
	position: absolute;
	left: 565px;
	bottom: 3px;
}
.module-1 .map7{
	position: absolute;
	left: 486px;
	top: 398px;
}
.module-1 .map8{
	position: absolute;
	left: 356px;
	top: 416px;
}



.module-1 .slogen{
	position: absolute;
	bottom: 50px;
	left: -50px;
}
.module-1 .slogen h3{
	color: #b38643;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
.module-1 .slogen h2{
	font-size:30px;
	font-weight: lighter;
	letter-spacing: 2px;
}
.module-1 .slogen span{
	width: 60px;
	height: 3px;
	background-color: #D70021;
	display: block;
	margin-top: 8px;
}
.module-1 .map a.d{
	width: 12px;
	height: 12px;
	display: block;
	background-color: #D70021;
	border-radius: 100%;
}
.module-1 .map a span{
	width: 100px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	transform: scale(.9);
	top:16px;
	left:-44px;
}
.module-1 .map a.d::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #D70021;
	top: 0;
	left: 0;
	animation: toggleMove 1.5s infinite;
}
@keyframes toggleMove {
	0% {
		transform: scale(1);
	}
	80% {
		transform: scale(1.8);
	}
	to {
		opacity: 0;
		transform: scale(2);
	}
}
.module-1 .map a.x span{
	top: 11px;
	left: -46px;
	transform: scale(.9);
}
.module-1 .map a.x{
	width: 6px;
	height: 6px;
	display: block;
}
.module-1 .map a.x::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #D70021;
	top: 0;
	left: 0;
	/* animation: toggleMove2 1.2s infinite; */
}
@keyframes toggleMove2 {
	0% {
		opacity: .5;
	}
	80% {
		opacity: 1;
	}
	to {
		opacity: .5;
	}
}


.module-1 .con{
	margin-top: -45px;
}
.module-1 .con .title{
	margin-bottom: 30px;
}
.module-1 .con .title h1{
	font-size: 23px;
	text-align: center;
}
.module-1 .con .title h2{
	font-size: 20px;
	text-align: center;
}
.module-1 .main-box{
	text-align: center;
	padding-bottom: 40px;
}
.module-1 .main-box .list,
.module-1 .main-box .list-top{
	margin: 0 5px;
	margin-bottom: 20px;
	width: 21%;
	border-radius: 8px;
	padding: 5px;
	display: inline-block;
	min-width: 300px;
	border: 3px solid #fff;
	transition: all 0.4s ease-in-out;
	position: relative;
	top: 0;
}
.module-1 .main-box .list div,
.module-1 .main-box .list-top div{
	width: 100%;
	box-sizing: border-box;
	padding: 18px 22px;
	border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #f1f1f1;
	position: relative;
}
.module-1 .main-box .list-top.on,
.module-1 .main-box .list.on{
	box-shadow: 0 2px 25px rgba(0,0,0,0.15); 
	top: -10px;
}
.module-1 .main-box .list-top:hover h3,
.module-1 .main-box .list:hover h3{
	color: #D70021;
}
.module-1 .main-box .list-top h3,
.module-1 .main-box .list h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.module-1 .main-box .list-top p,
.module-1 .main-box .list p{
	color: #888;
}
.module-1 .right-box{
	margin: 50px 0;
}
.module-1 .right-box h3{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
.module-1 .right-box span{
	width: 60px;
	height: 1px;
	background-color: #D70021;
	display: block;
	margin: 15px auto 15px;
}
.module-1 .right-box p{
	font-size: 16px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	line-height: 1.6em;
	width: 70%;
	min-width: 850px;
}
.module-1 .right-box img{
	display: block;
	max-width: 100%;
	margin: 50px auto 70px;
}


/*  */
.module-2{
	background: url(../img/property-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 60px 0;
}
.module-2 .title-box{justify-content: center;}
.module-2 .title-box h2{color: #fff;}
.module-2 .title-box span{border-left: 6px solid #fff; border-right: 4px solid #D70021; }
.module-2 .title-box p{color: #fff; opacity: .8;}
.module-2 .list-box{
	padding: 20px;
}
.module-2 .con-box{
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 100%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	line-height: 1.6em;
}
.module-2 .list-box{
	padding-top: 50px;
	text-align: center;
}
.module-2 .list-box .list{
	display: inline-block;
	width: 360px;
	margin: 20px;
	/* border: 2px solid #ddd; */
	background-color: rgba(255,255,255,.75);
	border-radius: 10px;
	overflow: hidden;
	height: 160px;
	transition: all 0.4s ease-in-out;
}
.module-2 .list-box .list:hover{
	background-color: #fff;
	border-color: #D70021;
}
.module-2 .list-box .list h2{
	line-height: 40px;
	font-size: 15px;
	color: #000;
	background-color: #ddd;
	transition: all 0.4s ease-in-out;
}
.module-2 .list-box .list:hover h2{
	background-color: #D70021;
	color: #fff;
}
.module-2 .list-box .list p{
	color: #555;
	padding: 20px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

/*  */

.module-3 .list-box{
	margin: -1% -.5% 60px;
}
.module-3 .list-box .list{
	width: 13.2%;
	margin: .5%;
	float: left;
	position: relative;
	top:0;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.module-3 .list-box .list:hover{
	top: -10px;
	box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;
}
.module-3 .list-box .list img{
	width: 100%;
	display: block;
}

.module-4 {
	overflow: hidden;
	padding-top: 0px;
	background-color: #fff;
}
.module-4 .mainBox{
	/* overflow: hidden; */
	
}
.module-4 .list-box{
	position: relative;
	margin: 0 0 60px;
	
}
.module-4 .list-box .list{
	/* width: 23%;
	margin: 1%;
	float: left; */
	position: relative;
	background-color: #fff;
	transition: all 0.4s ease-in-out;
	top:0;
	cursor: pointer;
}
.module-4 .list-box .list:hover{
	top: -10px;
	/* box-shadow: 0 2px 25px rgba(0,0,0,0.15); */
}
.module-4 .list-box .list .pic{
	overflow: hidden;
}
.module-4 .list-box .list img{
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.4s ease-in-out;
}
.module-4 .list-box .list:hover img{
	transform: scale(1.1);
}
.module-4 .list-box .list .con{
	padding: 15px 0 20px;
	text-align: center;
}
.module-4 .list-box .list h2{
	text-align: center;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
}
.module-4 .list-box .list h3{
	display: inline-block;
	border-top: 2px solid #ccc;
	transition: all 0.4s ease-in-out;
	margin: 10px 0;
	padding-top: 5px;
}
.module-4 .list-box .list span{
	display: block;
	text-align: center;
	color: #888;
}
.module-4 .list-box .list:hover h2{
	color: #D70021;
}
.module-4 .list-box .list:hover h3{
	border-top: 2px solid #D70021;
	color: #D70021;
}
	.module-4 .btn-box{width: 100%; max-width: 1600px; min-width: 1200px; position: relative; margin: 0 auto; margin-top: 27px;}
	.module-4 .swiper-grid-column > .swiper-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
		height: calc(5rem + 340px);
	}
	.module-4 .list-box .list{
		height: calc(2.4rem + 130px);
		margin-bottom: .2rem;
	}
	.module-4 .swiper-button-prev,.module-4 .swiper-button-next{ top: -55px;}
	.module-4 .swiper-button-prev{left: auto; right: 50px;}
	.module-4 .swiper-button-next{right: 0;}
	.module-4 .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #333;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
	.module-4 .swiper-button-next:after, .module-4 .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #333;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	.module-4 .swiper-pagination{bottom: 0px;}
	.module-4 .swiper-pagination .swiper-pagination-bullet-active{background-color: #D70021;}

@media screen and (max-width: 768px) {
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative; top: 0px; background-color: #000;}
	#banner .banner{background-size: cover;}
	#banner img{width: 100%; }
	#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 40%; }
	#banner .banner h2{font-size: .4rem; letter-spacing: 4px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
	#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 40px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
	#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
	#banner .banner h4{font-size: .2rem; letter-spacing: 2px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}
	#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8);}
	#banner .swiper-button-prev,#banner .swiper-button-next{margin-top: 30px;}
	#banner .swiper-button-prev{left: 0;}
	#banner .swiper-button-next{right: 0;}
	#banner .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
	#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	
	
	.title-box{padding:.5rem 0 .4rem 0; margin: 0; display: block; display: block; position: relative; text-align: center;}
	.title-box h2{color: #333333; font-size: .32rem; letter-spacing: 1px; display: inline-block; text-align: center; vertical-align: middle; position: relative;}
	.title-box h2::after{content: ""; width: 2px; height: 2px; border-left: .4rem solid #D70021; border-right: 4px solid #000; position: absolute; top: .2rem; left: -.65rem;}
	.title-box h2::before{content: ""; width: 2px; height: 2px; border-right: .4rem solid #D70021; border-left: 4px solid #000; position: absolute; top: .2rem; right: -.65rem;}
	.title-box span{display: none;}
	.title-box p{color: #888; font-size: .12rem; padding-top: 2px; letter-spacing: 2px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; text-align: center; font-weight: lighter; display: block; vertical-align: middle;}
	.title-box .more{ position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0;}
	
	
	
	.module-1{ margin-top: 0px; overflow: hidden; background: #fff;}
	.module-1 .title-box{justify-content: center;}
	.module-1 .mainBox{position: relative;}
	.module-1 .page-info{
		margin-top: 5px;
		position: relative;
	}
	.module-1 .page-info h2{
		text-align: center;
		font-size: .4rem;
		letter-spacing: 3px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	.module-1 .page-info span{
		width: 60px;
		height: 2px;
		background-color: #D70021;
		display: block;
		margin: 10px auto 2px;
	}
	.module-1 .page-info h3{
		text-align: center;
		padding-top: 10px;
		color: #666;
		font-size: .3rem;
		font-weight: normal;
	}
	.module-1 .map{
		display: none;
	}
	
	
	.module-1 .con{
		margin-top: -20px;
	}
	.module-1 .con .title{
		margin-bottom: 30px;
	}
	.module-1 .con .title h1{
		font-size: 23px;
		text-align: center;
	}
	.module-1 .con .title h2{
		font-size: 20px;
		text-align: center;
	}
	.module-1 .main-box{
		text-align: center;
		padding: .3rem;
	}
	.module-1 .main-box .list,
	.module-1 .main-box .list-top{
		margin: 0 0;
		margin-bottom: .2rem;
		width: 100%;
		border-radius: 8px;
		padding: 5px;
		display: inline-block;
		min-width: 300px;
		border: 3px solid #f1f1f1;
		transition: all 0.4s ease-in-out;
		position: relative;
		top: 0;
	}
	.module-1 .main-box .list div,
	.module-1 .main-box .list-top div{
		width: 100%;
		box-sizing: border-box;
		padding: .15rem 22px;
		border-radius: 5px;
		background-color: #F6F6F6;
		display: inline-block;
		border: 1px solid #f1f1f1;
		position: relative;
	}
	.module-1 .main-box .list-top.on,
	.module-1 .main-box .list.on{
		box-shadow: 0 2px 25px rgba(0,0,0,0.15); 
		top: -10px;
	}
	.module-1 .main-box .list-top:hover h3,
	.module-1 .main-box .list:hover h3{
		color: #D70021;
	}
	.module-1 .main-box .list-top h3,
	.module-1 .main-box .list h3{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 8px;
	}
	.module-1 .main-box .list-top p,
	.module-1 .main-box .list p{
		color: #888;
	}
	.module-1 .right-box{
		margin: 50px 0;
	}
	.module-1 .right-box h3{
		text-align: center;
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.module-1 .right-box span{
		width: 60px;
		height: 1px;
		background-color: #D70021;
		display: block;
		margin: 15px auto 15px;
	}
	.module-1 .right-box p{
		font-size: 16px;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-top: 10px;
		line-height: 1.6em;
		width: 70%;
		min-width: 850px;
	}
	.module-1 .right-box img{
		display: block;
		max-width: 100%;
		margin: 50px auto 70px;
	}
	
	
	/*  */
	.module-2{
		background: url(../img/property-bg.jpg) no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
		padding: 30px 0 0;
	}
	.module-2 .title-box{justify-content: center;}
	.module-2 .title-box h2{color: #fff;}
	.module-2 .title-box span{border-left: 6px solid #fff; border-right: 4px solid #D70021; }
	.module-2 .title-box p{color: #fff; opacity: .8;}
	.module-2 .list-box{
		padding: 20px 0;
		text-align: left;
	}
	.module-2 .con-box{
		text-align: left;
		color: #fff;
		font-size: .26rem;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: .3rem !important;
		margin: 0 auto;
		line-height: 1.6em;
	}
	.module-2 .list-box .list{
		display: block;
		width: 100%;
		margin: 0 0 .3rem;
		/* border: 2px solid #ddd; */
		background-color: rgba(255,255,255,.75);
		border-radius: 10px;
		overflow: hidden;
		height: auto;
		transition: all 0.4s ease-in-out;
	}
	.module-2 .list-box .list:hover{
		background-color: #fff;
		border-color: #D70021;
	}
	.module-2 .list-box .list h2{
		line-height: 40px;
		font-size: 15px;
		text-align: center;
		color: #000;
		background-color: #ddd;
		transition: all 0.4s ease-in-out;
	}
	.module-2 .list-box .list:hover h2{
		background-color: #D70021;
		color: #fff;
	}
	.module-2 .list-box .list p{
		color: #555;
		padding: 20px;
		font-size: 14px;
		line-height: 1.5em;
		text-align: left;
	}
	
	/*  */
	
	.module-3 .list-box{
		margin: -1% .25rem 20px;
	}
	.module-3 .list-box .list{
		width: 32.2%;
		margin: .5%;
		float: left;
		position: relative;
		top:0;
		cursor: pointer;
		transition: all 0.4s ease-in-out;
	}
	.module-3 .list-box .list:hover{
		top: -10px;
		box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;
	}
	.module-3 .list-box .list img{
		width: 100%;
		display: block;
	}
	
	.module-4 {
		overflow: hidden;
		padding-top: 0px;
		background-color: #fff;
	}
	.module-4 .mainBox{
		/* overflow: hidden; */
		
	}
	.module-4 .list-box{
		position: relative;
		margin: 0 .3rem 20px;
		
	}
	.module-4 .list-box .list{
		/* width: 23%;
		margin: 1%;
		float: left; */
		position: relative;
		background-color: #fff;
		transition: all 0.4s ease-in-out;
		top:0;
		cursor: pointer;
	}
	.module-4 .list-box .list:hover{
		top: -10px;
		/* box-shadow: 0 2px 25px rgba(0,0,0,0.15); */
	}
	.module-4 .list-box .list .pic{
		overflow: hidden;
	}
	.module-4 .list-box .list img{
		width: 100%;
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		transition: all 0.4s ease-in-out;
	}
	.module-4 .list-box .list:hover img{
		transform: scale(1.1);
	}
	.module-4 .list-box .list .con{
		padding: 15px 0 20px;
		text-align: center;
	}
	.module-4 .list-box .list h2{
		text-align: center;
		font-size: .32rem;
		transition: all 0.4s ease-in-out;
	}
	.module-4 .list-box .list h3{
		display: inline-block;
		font-size: .28rem;
		border-top: 2px solid #ccc;
		transition: all 0.4s ease-in-out;
		margin: 10px 0;
		padding-top: 5px;
	}
	.module-4 .list-box .list span{
		display: block;
		font-size: .26rem;
		text-align: center;
		color: #888;
	}
	.module-4 .list-box .list:hover h2{
		color: #D70021;
	}
	.module-4 .list-box .list:hover h3{
		border-top: 2px solid #D70021;
		color: #D70021;
	}
		.module-4 .btn-box{width: 100%; max-width: 100%; min-width: 100%; position: relative; margin: 0 auto; margin-top: 27px;}
		.module-4 .swiper-grid-column > .swiper-wrapper {
			flex-wrap: wrap;
			flex-direction: column;
			height: calc(5rem + 340px);
		}
		.module-4 .list-box .list{
			height: auto;
			margin-bottom: .1rem;
		}
		.module-4 .swiper-button-prev,.module-4 .swiper-button-next{ top: -55px;}
		.module-4 .swiper-button-prev{left: auto; right: 50px;}
		.module-4 .swiper-button-next{right: 0;}
		.module-4 .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #333;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
		.module-4 .swiper-button-next:after, .module-4 .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #333;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
		.module-4 .swiper-pagination{bottom: 0px;}
		.module-4 .swiper-pagination .swiper-pagination-bullet-active{background-color: #D70021;}
	
}




















