/*real-loading*/
#loading-real{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10010;
}
#loading-real img{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 90px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loading-real .real-line{
	position: absolute;
	right: 100px;
	bottom: 0;
	width: 1px;
	height: 0;
	background-color: #404040;
}
#loading-real .real-line span{
	display: block;
	position: absolute;
	left: -20px;
	top: -40px;
	font-size: 40px;
	line-height: 40px;
	color: #404040;
	font-family: 'Century Gothic';
}
.wrapper{
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.swiper-container.banner{
	width: 100%;
}
.page.index-home .introduction{
	width: 100%;
	position: relative;
}
.page.index-home .introduction p{
	color: #4e4d4d;
}
/*按钮组*/
.swiper-button-container{
	position: absolute;
	right: 169px;
	bottom: 46px;
	width: 132px;
	height: 34px;
}
.swiper-button-container .swiper-button-prev, .swiper-button-container .swiper-button-next{
	width: 32px;
	height: 32px;
	background-image: url(../images/swiper-button.png);
	background-repeat: no-repeat;
	-webkit-background-size: 64px 32px;
	background-size: 64px 32px;
	border: 1px solid #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	margin-top: 0;
}
.swiper-button-container .swiper-button-prev{
	left: 50%;
	margin-left: -34px;
	background-position: 0 0;
}
.swiper-button-container .swiper-button-next{
	right: 50%;
	margin-right: -33px;
	background-position: -33px 0;
}
/*分页器数字*/
.swiper-pagination{
	bottom: 0;
}
.swiper-pagination span{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}
.swiper-pagination span.swiper-pagination-current{
	float: left;
}
.swiper-pagination span.swiper-pagination-total{
	float: right;
}
/*生境*/
.page.index-habitat .swiper-slide div{
	float: left;
	position: relative;
}
.page.index-habitat .swiper-slide div:nth-child(3n){
	margin-right: 0;
}

.page.index-habitat .swiper-slide p{
	color: #404040;
	overflow: hidden;
}
.page.index-habitat .swiper-slide a{
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 31px;
	height: 31px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 1px solid #404040;
}
.page.index-habitat .swiper-slide a::after, .page.index-habitat .swiper-slide a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	background-color: #404040;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page.index-habitat .swiper-slide a::after{
	width: 1px;
	height: 13px;
}
.page.index-habitat .swiper-slide a::before{
	height: 1px;
	width: 13px;
}
.page.index-habitat .swiper-slide div:hover a{
	background-color: #404040;
}
.page.index-habitat .swiper-slide div:hover a::after, .page.index-habitat .swiper-slide div:hover a::before{
	background-color: #fff;
}
.page.index-habitat .swiper-pagination-bullet{
	background-color: #aaa;
	border-radius: 0;
	opacity: 1;
}
.page.index-habitat .swiper-pagination-bullet-active{
	background-color: #404040;
}

/*生境-version2 start*/

.index-habitat ul{
	width: 1290px;
	margin: 0 auto;
}

.index-habitat ul::after{
	content: '';
	display: block;
	clear: both;
}

.index-habitat .habitat-txt{
	font-size: 100px;
	float: left;
	width: calc(33.3% - 1em);
	height: 1.45em;
	margin-right: 1em;
	margin-bottom: .5em;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

.index-habitat .habitat-txt:nth-child(3n){
	margin-right: 0;
}

.index-habitat .habitat-introduce{
	background-image: url(../images/home/txt-introduce.png);
}
.index-habitat .habitat-history{
	background-image: url(../images/home/txt-history.png);
}
.index-habitat .habitat-culture{
	background-image: url(../images/home/txt-culture.png);
}
.index-habitat .habitat-team{
	background-image: url(../images/home/txt-team.png);
}
.index-habitat .habitat-project{
	background-image: url(../images/home/txt-project.png);
}
.index-habitat .habitat-honor{
	background-image: url(../images/home/txt-honor.png);
}

.index-habitat .habitat-txt a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.index-habitat .habitat-txt i{
	display: inline-block;
	width: .3em;
	height: .3em;
	color: #404040;
	border: 1px solid;
	position: relative;
}

.index-habitat .habitat-txt i::after,
.index-habitat .habitat-txt i::before{
	content: '';
	display: block;
	position: absolute;
	left: 20%;
	top: 50%;
	width: 60%;
	height: 1px;
	background-color: currentColor;
}

.index-habitat .habitat-txt i::before{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.index-habitat .habitat-txt a:hover i{
	color: #fff;
	background-color: #404040;
}

/*生境-version2 end*/


/*画境--瀑布流*/
.page.index-painting .waterfall,
.page.index-artistic .waterfall{
	float: left;
	display: inline-block;
	margin-right: 0;
}
.page.index-painting .waterfall li,
.page.index-artistic .waterfall li{
	float: left;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page.index-painting .waterfall li:nth-child(3n),
.page.index-artistic .waterfall li:nth-child(3n){
	margin-right: 0;
}
.page.index-painting .waterfall li a,
.page.index-artistic .waterfall li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.page.index-painting .waterfall li a::before,
.page.index-artistic .waterfall li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page.index-painting .waterfall li a::after,
.page.index-artistic .waterfall li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	-ms-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

/*.page.index-painting .waterfall li a img{
	width: 100%;
	height: auto;
	display: block;
}*/

.page.index-painting .waterfall li a span,
.page.index-artistic .waterfall li a span{
	display: block;
	width: 75%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%);
	-moz-transform: translate3d(0, 0, 0) translate(-50%, -50%);
	-ms-transform: translate3d(0, 0, 0) translate(-50%, -50%);
	transform: translate3d(0, 0, 0) translate(-50%, -50%);
	opacity: 0;
}

.page.index-painting .waterfall li a span,
.page.index-artistic .waterfall li a span{
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*瀑布流--选中状态*/
.page.index-painting .waterfall li:hover a::before,
.page.index-artistic .waterfall li:hover a::before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.page.index-painting .waterfall li:hover a::after,
.page.index-artistic .waterfall li:hover a::after{
	-webkit-transform: translate3d(0, 0, 0) scale(0.9);
	-moz-transform: translate3d(0, 0, 0) scale(0.9);
	-ms-transform: translate3d(0, 0, 0) scale(0.9);
	transform: translate3d(0, 0, 0) scale(0.9);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
}
.page.index-painting .waterfall li:hover a span,
.page.index-artistic .waterfall li:hover a span{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
/*画境--服务领域*/
.page.index-painting .description,
.page.index-artistic .description{
	float: left;
	display: inline-block;
}

/*意境*/
.page.index-artistic .description{
	float: left;
	text-align: right;
	position: relative;
}

/*copyright*/
.copyright{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8f6f6;
}
.copyright ul{
	margin: 0 auto;
}
.copyright ul li{
	float: left;
	color: #959595;
}
.copyright ul li a{
	color: #959595;
}

.loading-wrapper .loading-line.index::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #fff;
}

.swiper-container.banner{
	height: calc(100% - 205px);
	height: -ms-calc(100% - 205px);
	height: -moz-calc(100% - 205px);
	height: -webkit-calc(100% - 205px);
}
.page.index-home{
	background-image: url(../images/home/hill.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: 345px 116px;
	background-size: 345px 116px;
}
.page.index-home .introduction{
	height: 205px;
	background-image: url(../images/home/introduction.png);
	background-repeat: no-repeat;
	background-position: 340px 40px;
	-webkit-background-size: 362px 42px;
	background-size: 362px 42px;
	padding: 35px 200px 0 773px;
}
.page.index-home .introduction p{
	font-size: 16px;
	line-height: 26px;
}

.loading-wrapper .loading-line.index::after{
	bottom: 205px;
	height: calc(100% - 205px);
	height: -ms-calc(100% - 205px);
	height: -moz-calc(100% - 205px);
	height: -webkit-calc(100% - 205px);
}
/*生境*/
.page.index-habitat{
	padding-top: 435px;
	background-image: url(../images/home/habitat.png);
	background-repeat: no-repeat;
	background-position: 210px 170px;
	-webkit-background-size: 1158px 198px;
	background-size: 1158px 198px;
}
.page.index-habitat .swiper-container{
	width: 1290px;
	height: 440px;
	margin-left: 210px;
}
.page.index-habitat .swiper-slide{
	min-width: 1290px;
}
.page.index-habitat .swiper-slide div{
	width: 290px;
	height: 360px;
	padding-top: 115px;
	margin-right: 140px;
}
.page.index-habitat .swiper-slide div.txt-introduce{
	background-image: url(../images/home/txt-introduce.png);
	background-repeat: no-repeat;
	-webkit-background-size: 172px 80px;
	background-size: 172px 80px;
	background-position: top center;
}
.page.index-habitat .swiper-slide div.txt-history{
	background-image: url(../images/home/txt-history.png);
	background-repeat: no-repeat;
	-webkit-background-size: 172px 80px;
	background-size: 172px 80px;
	background-position: top center;
}
.page.index-habitat .swiper-slide div.txt-culture{
	background-image: url(../images/home/txt-culture.png);
	background-repeat: no-repeat;
	-webkit-background-size: 172px 80px;
	background-size: 172px 80px;
	background-position: top center;
}
.page.index-habitat .swiper-slide div.txt-team{
	background-image: url(../images/home/txt-team.png);
	background-repeat: no-repeat;
	-webkit-background-size: 172px 80px;
	background-size: 172px 80px;
	background-position: top center;
}
.page.index-habitat .swiper-slide div.txt-project{
	background-image: url(../images/home/txt-project.png);
	background-repeat: no-repeat;
	-webkit-background-size: 172px 80px;
	background-size: 172px 80px;
	background-position: top center;
}
.page.index-habitat .swiper-slide div.txt-honor{
	background-image: url(../images/home/txt-honor.png);
	background-repeat: no-repeat;
	-webkit-background-size: 172px 80px;
	background-size: 172px 80px;
	background-position: top center;
}
.page.index-habitat .swiper-slide p{
	font-size: 18px;
	line-height: 30px;
	height: 150px;
}

@media screen and (min-width: 1680px){

	.page.index-habitat .swiper-pagination.about{
		padding-right: 140px;
	}

}

.page.index-habitat .swiper-pagination-bullet{
	width: 64px;
	height: 4px;
}
/*画境*/
.page.index-painting{
	background-image: url(../images/home/hill3.png);
	background-repeat: no-repeat;
	background-position: 175px bottom;
	-webkit-background-size: 1289px 171px;
	background-size: 1289px 171px;
	padding: 180px;
}
/*画境--瀑布流*/
.page.index-painting .waterfall{
	width: 900px;
	margin-right: 60px;
}
.page.index-artistic .waterfall{
	width: 900px;
	margin-right: 0px;
}
.page.index-painting .waterfall li,
.page.index-artistic .waterfall li{
	margin-right: 10px;
	margin-bottom: 10px;
	width: 255px;
	height: 255px;
}

.page.index-painting .waterfall li:nth-child(5),
.page.index-artistic .waterfall li:nth-child(5){
	height: 375px;
}

.page.index-painting .waterfall li a span,
.page.index-artistic .waterfall li a span{
	font-size: 20px;
}

/*画境--服务领域*/
.page.index-painting .description{
	height: 650px;
	width: 316px;
	background-image: url(../images/home/painting.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 316px 279px;
	background-size: 316px 279px;
	padding-top: 370px;
}

/*意境*/
.page.index-artistic{
	background-image: url(../images/home/hill4.png);
	background-repeat: no-repeat;
	background-position: 175px top;
	-webkit-background-size: 1289px 130px;
	background-size: 1289px 130px;
	padding: 138px;
}
.page.index-artistic .description{
	width: 310px;
	height: 516px;
	margin-right: 100px;
	background-image: url(../images/home/artistic.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 310px 304px;
	background-size: 310px 304px;
	padding-top: 400px;
}

/*footer*/
.copyright{
	height: 60px;
}
.copyright ul{
	width: 1200px;
}
.copyright ul li{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li a{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li:not(:last-child){
	margin-right: 70px;
}

/*screen from 1280 to 1440....................................................................................................*/
@media screen and (min-width: 1275px) and (max-width: 1440px){
	.swiper-container.banner{
		height: calc(100% - 152px);
		height: -ms-calc(100% - 172px);
		height: -moz-calc(100% - 172px);
		height: -webkit-calc(100% - 172px);
	}
	.page.index-home{
		background-image: url(../images/home/hill.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		-webkit-background-size: 259px 87px;
		background-size: 259px 87px;
	}
	.page.index-home .introduction{
		height: 172px;
		background-image: url(../images/home/introduction.png);
		background-repeat: no-repeat;
		background-position: 255px 30px;
		-webkit-background-size: 272px 33px;
		background-size: 272px 33px;
		padding: 30px 150px 0 580px;
	}
	.page.index-home .introduction p{
		font-size: 12px;
		line-height: 18px;
	}

	.loading-wrapper .loading-line.index::after{
		bottom: 172px;
		height: calc(100% - 172px);
		height: -ms-calc(100% - 172px);
		height: -moz-calc(100% - 172px);
		height: -webkit-calc(100% - 172px);
	}

	/*生境*/
	.page.index-habitat{
		padding-top: 328px;
		background-image: url(../images/home/habitat.png);
		background-repeat: no-repeat;
		background-position: 137px 170px;
		-webkit-background-size: 772px 113px;
		background-size: 772px 113px;

		padding-top: 300px;
		background-position: 137px 125px;
	}
	.page.index-habitat .swiper-container{
		width: 741px;
		height: 300px;
		margin-left: 137px;
	}
	.page.index-habitat .swiper-slide{
		min-width: 742px;
	}
	.page.index-habitat .swiper-slide div{
		width: 193px;
		height: 240px;
		padding-top: 80px;
		margin-right: 81px;
	}
	.page.index-habitat .swiper-slide div.txt-introduce{
		background-image: url(../images/home/txt-introduce.png);
		background-repeat: no-repeat;
		-webkit-background-size: 115px 55px;
		background-size: 115px 55px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-history{
		background-image: url(../images/home/txt-history.png);
		background-repeat: no-repeat;
		-webkit-background-size: 115px 55px;
		background-size: 115px 55px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-culture{
		background-image: url(../images/home/txt-culture.png);
		background-repeat: no-repeat;
		-webkit-background-size: 115px 55px;
		background-size: 115px 55px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-team{
		background-image: url(../images/home/txt-team.png);
		background-repeat: no-repeat;
		-webkit-background-size: 115px 55px;
		background-size: 115px 55px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-project{
		background-image: url(../images/home/txt-project.png);
		background-repeat: no-repeat;
		-webkit-background-size: 115px 55px;
		background-size: 115px 55px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-honor{
		background-image: url(../images/home/txt-honor.png);
		background-repeat: no-repeat;
		-webkit-background-size: 115px 55px;
		background-size: 115px 55px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide p{
		font-size: 12px;
		line-height: 20px;
		height: 100px;
	}
	.page.index-habitat .swiper-pagination-bullet{
		width: 42px;
		height: 2px;
	}

	.index-habitat ul{
		width: 1100px;
	}

	/*画境*/
	.page.index-painting{
		background-image: url(../images/home/hill3.png);
		background-repeat: no-repeat;
		background-position: 136px bottom;
		-webkit-background-size: 859px 114px;
		background-size: 859px 114px;
		padding: 136px;
	}
	/*画境--瀑布流*/
	.page.index-painting .waterfall{
		width: 525px;
		margin-right: 54px;
	}
	.page.index-artistic .waterfall{
		width: 525px;
	}
	.page.index-painting .waterfall li,
	.page.index-artistic .waterfall li{
		margin-right: 6px;
		margin-bottom: 6px;
		width: 171px;
		height: 171px;
	}
	.page.index-painting .waterfall li:nth-child(5),
	.page.index-artistic .waterfall li:nth-child(5){
		height: 251px;
	}

	.page.index-painting .waterfall li a span,
	.page.index-artistic .waterfall li a span{
		font-size: 14px;
	}

	/*画境--服务领域*/
	.page.index-painting .description{
		height: 348px;
		width: 230px;
		background-image: url(../images/home/painting.png);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 260px;
	}

	/*意境*/
	.page.index-artistic{
		background-image: url(../images/home/hill4.png);
		background-repeat: no-repeat;
		background-position: 136px top;
		-webkit-background-size: 859px 87px;
		background-size: 859px 87px;
		padding: 136px;

		padding: 105px;
	}
	.page.index-artistic .description{
		width: 210px;
		height: 350px;
		margin-right: 72px;
		background-image: url(../images/home/artistic.png);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 235px;
	}

	.copyright{
		height: 40px;
	}
	.copyright ul{
		width: 950px;
	}
	.copyright ul li{
		font-size: 12px;
		line-height: 40px;
	}
	.copyright ul li a{
		font-size: 12px;
		line-height: 40px;
	}
	.copyright ul li:not(:last-child){
		margin-right: 45px;
	}
}

/*screen from 1440 to 1680....................................................................................................*/
@media screen and (min-width: 1440px) and (max-width: 1680px){
	.swiper-container.banner{
		height: calc(100% - 153px);
		height: -ms-calc(100% - 153px);
		height: -moz-calc(100% - 153px);
		height: -webkit-calc(100% - 153px);
	}
	.page.index-home{
		background-image: url(../images/home/hill.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		-webkit-background-size: 230px 77px;
		background-size: 230px 77px;
	}
	.page.index-home .introduction{
		height: 153px;
		background-image: url(../images/home/introduction.png);
		background-repeat: no-repeat;
		background-position: 225px 27px;
		-webkit-background-size: 242px 29px;
		background-size: 242px 29px;
		padding: 27px 134px 0 514px;
	}
	.page.index-home .introduction p{
		font-size: 10px;
		line-height: 16px;
	}

	.loading-wrapper .loading-line.index::after{
		bottom: 153px;
		height: calc(100% - 153px);
		height: -ms-calc(100% - 153px);
		height: -moz-calc(100% - 153px);
		height: -webkit-calc(100% - 153px);
	}

	/*生境*/
	.page.index-habitat{
		padding-top: 328px;
		background-image: url(../images/home/habitat.png);
		background-repeat: no-repeat;
		background-position: 156px 126px;
		-webkit-background-size: 869px 149px;
		background-size: 869px 149px;
	}
	.page.index-habitat .swiper-container{
		width: 864px;
		height: 340px;
		margin-left: 156px;
	}
	.page.index-habitat .swiper-slide{
		width: 864px;
	}
	.page.index-habitat .swiper-slide div{
		width: 218px;
		height: 270px;
		padding-top: 90px;
		margin-right: 105px;
	}
	.page.index-habitat .swiper-slide div.txt-introduce{
		background-image: url(../images/home/txt-introduce.png);
		background-repeat: no-repeat;
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-history{
		background-image: url(../images/home/txt-history.png);
		background-repeat: no-repeat;
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-culture{
		background-image: url(../images/home/txt-culture.png);
		background-repeat: no-repeat;
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-team{
		background-image: url(../images/home/txt-team.png);
		background-repeat: no-repeat;
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-project{
		background-image: url(../images/home/txt-project.png);
		background-repeat: no-repeat;
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide div.txt-honor{
		background-image: url(../images/home/txt-honor.png);
		background-repeat: no-repeat;
		-webkit-background-size: 130px 60px;
		background-size: 130px 60px;
		background-position: top center;
	}
	.page.index-habitat .swiper-slide p{
		font-size: 13px;
		line-height: 21px;
		height: 105px;
	}
	.page.index-habitat .swiper-pagination-bullet{
		width: 48px;
		height: 2px;
	}
	/*画境*/
	.page.index-painting{
		background-image: url(../images/home/hill3.png);
		background-repeat: no-repeat;
		background-position: 130px bottom;
		-webkit-background-size: 967px 128px;
		background-size: 967px 128px;
		padding: 130px;
	}
	/*画境--瀑布流*/
	.page.index-painting .waterfall{
		width: 590px;
		margin-right: 60px;
	}
	.page.index-artistic .waterfall{
		width: 590px;
	}
	.page.index-painting .waterfall li,
	.page.index-artistic .waterfall li{
		margin-right: 7px;
		margin-bottom: 7px;
		width: 192px;
		height: 192px;
	}
	.page.index-painting .waterfall li:nth-child(5),
	.page.index-artistic .waterfall li:nth-child(5){
		height: 282px;
	}

	.page.index-painting .waterfall li a span,
	.page.index-artistic .waterfall li a span{
		font-size: 16px;
	}
	/*画境--服务领域*/
	.page.index-painting .description{
		height: 348px;
		width: 234px;
		background-image: url(../images/home/painting.png);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 262px;
	}

	/*意境*/
	.page.index-artistic{
		background-image: url(../images/home/hill4.png);
		background-repeat: no-repeat;
		background-position: 136px top;
		-webkit-background-size: 859px 87px;
		background-size: 859px 87px;
		padding: 136px;
	}
	.page.index-artistic .description{
		width: 210px;
		height: 350px;
		margin-right: 72px;
		background-image: url(../images/home/artistic.png);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 235px;
	}

	.copyright{
		height: 40px;
	}
	.copyright ul{
		width: 900px;
	}
	.copyright ul li{
		font-size: 12px;
		line-height: 40px;
	}
	.copyright ul li a{
		font-size: 12px;
		line-height: 40px;
	}
	.copyright ul li:not(:last-child){
		margin-right: 50px;
	}
}
