/* ======== */
/*  banner  */
/* ======== */
.index-banner{
	width: 100%;
	overflow: hidden;
}
.banner-des{
	width: 100%;
	background: #000;
	padding: 36px 0 44px;
}
.banner-des ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-around;
	margin-left: 40px;
	margin-right: 40px;
}
.banner-des ul li{
	max-width: 380px;
	/*width: 20%;*/
	text-align: center;
}
.banner-des ul li h3{
	font-size: 20px;
	line-height: 40px;
	color: #a48b78;
	font-weight: normal;
	margin-bottom: 6px;
}
.banner-des ul li h3 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.banner-des ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #b8b8b8;
	letter-spacing: 1px;
}
/* ======== */
/*  design  */
/* ======== */
.design{
	width: 100%;
	background: url(../images/design-bg_02.jpg);
	background-size: cover;
	padding-bottom: 64px;
}
.same-title{
	text-align: center;
	padding: 52px 0 30px;
}
.same-title h2{
	font-size: 30px;
	line-height: 40px;
	color: #a48b78;
	letter-spacing: 2px;
}
.same-title h2 span{
	font-size: 46px;
	margin-right: 10px;
}
.same-title p{
	font-size: 24px;
	line-height: 40px;
	color: #999;
	letter-spacing: 2px;
}
.same-title img{
	display: inline-block;
	margin: 20px 0 10px;
}
.design-lists ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.design-lists ul li{
	text-align: center;
	max-width: 280px;
	width: 15.3%;
	background: #fff;
	-o-box-shadow:0 0 25px rgba(27,96,197,.15);
	-ms-box-shadow:0 0 25px rgba(27,96,197,.15); 
	-moz-box-shadow:0 0 25px rgba(27,96,197,.15); 
	-webkit-box-shadow:0 0 25px rgba(27,96,197,.15); 
	box-shadow:0 0 25px rgba(27,96,197,.15); 
	padding: 74px 0 98px;
	position: relative;
	
}
.design-lists ul li .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 96%;
	height: 96%;
	background: #a48b78;
	padding: 10px;
	display: none;
}
.design-lists ul li .shadow .shadow-in{
	width: 100%;
	height: 100%;
	border: 1px solid #efefef;
	position: relative;
}
.design-lists ul li .shadow .shadow-in .midle{
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.design-lists ul li .shadow .shadow-in .midle .p{
	margin: 20px 0;
}

.design-lists ul li .shadow .shadow-in .midle p{
	color: #fff;
	text-align: left;
	line-height: 20px;
}
.design-lists ul li .icon{
	width: 58px;
	height: 58px;
	margin: 0 auto;
	border: 1px solid #a68e7b;
	position: relative;
	border-radius: 50%;
}
.design-lists ul li .icon img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.design-lists ul li h3{
	font-size: 18px;
	color: #a48b78;
	line-height: 80px;
	font-weight: normal;
}
.design-lists ul li p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
/* ============ */
/*  index-case  */
/* ============ */
.index-case .same-title{
	padding-top: 52px;
	padding-bottom: 0;
}
.index-case .case-tab{
	max-width: 850px;
	margin: 0 auto;
}
.index-case .case-tab a{
	display: inline-block;
	max-width: 168px;
	width: 19%;
	font-size: 20px;
	color: #666;
	margin-top: 22px;
	margin-bottom: 33px;
	text-align: center;
	background: url(../images/case-tab-bg_03.png)no-repeat right center;
}
.index-case .case-tab a.active{
	color: #a48b78;
}
.index-case .case-tab a:nth-last-child(1){
	background: none;
}
.index-case .case-banner{
	width: 100%;
	height: 0;
	overflow: hidden;
}
.index-case .case-banner.active{
	height: auto;
}
.index-case .case-banner .swiper-case-banner{
	position: relative;
}
.index-case .case-banner .swiper-case-banner .swiper-button-prev{
	background: url(../images/swiper-case-lsft_03.png)no-repeat;
}
.index-case .case-banner .swiper-case-banner .swiper-button-next{
	background: url(../images/swiper-case-right_03.png)no-repeat;
}
.index-case .case-banner .swiper-case-banner .swiper-pagination-bullet-active{
	width: 18px;
	height: 18px;
	background: url(../images/point-active_03.png)no-repeat;
	opacity: 1;
}
.swiper-case-banner .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background: url(../images/point_03.png);
	opacity: 1;
}
.index-case .case-banner .swiper-slide .shadow{
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../images/case-shadow-bg_03.png);
	width: 380px;
	padding: 50px 35px 120px 35px;
}
.index-case .case-banner .swiper-slide .shadow h2{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.index-case .case-banner .swiper-slide .shadow .line{
	font-size: 16px;
	color: #999;
	margin: 18px 0 25px;
}
.index-case .case-banner .swiper-slide .shadow .line i{
	font-style: normal;
	margin: 0 33px;
}
.index-case .case-banner .swiper-slide .shadow p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.index-case .case-banner .swiper-slide .shadow a.more{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 112px;
	line-height: 28px;
	background: #a48b78;
	text-align: center;
	margin-top: 45px;
	border-radius: 10px;
}
/* ============ */
/*  index-team  */
/* ============ */
.index-team{
	overflow: hidden;
    box-shadow: 1px 1px 15px #efefef;
}
.index-team .same-title{
	padding: 52px 0 38px;
}
.index-team .team-lists{
	padding: 0 70px;
}
.index-team .team-lists ul{
	display: flex;
	flex: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-team .team-lists ul li{
	max-width: 273px;
	width: 14.9%;
	-o-box-shadow:0 0 25px rgba(27,96,197,.15);
	-ms-box-shadow:0 0 25px rgba(27,96,197,.15); 
	-moz-box-shadow:0 0 25px rgba(27,96,197,.15); 
	-webkit-box-shadow:0 0 25px rgba(27,96,197,.15); 
	box-shadow:0 0 25px rgba(27,96,197,.15); 
}
.index-team .team-lists ul li .img{
	position: relative;
}
.index-team .team-lists ul li .img .shadow{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	color: #333;
	text-align: center;
	background: url(../images/team-lists_bg_03.png)repeat;
	padding-bottom: 25px;
	display: none;
}
.index-team .team-lists ul li .img .shadow h3{
	font-size: 16px;
	line-height: 26px;
	margin: 15px 0;
	font-weight: normal;
}
.index-team .team-lists ul li .img .shadow p{
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.index-team .team-lists ul li .img-des{
	display: flex;
	flex: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 22px 14px;
}
.index-team .team-lists ul li .img-des .left p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.index-team .team-lists ul li .img-des .left span{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	display: inline-block;
}
.index-team .team-lists ul li .img-des a.right{
	width: 82px;
	line-height: 25px;
	font-size: 14px;
	line-height: 26px;
	color: #a48b78;
	border: 1px solid #a48b78;
	text-align: center;
}
.index-team .team-lists ul li:hover .img-des a.right{
	background: #a48b78;
	color: #fff;
}
.index-more{
	display: block;
	width: 170px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #a48b78;
	margin: 34px auto 53px auto;
	text-align: center;
	border-radius: 10px;
}

/* ============== */
/*  index-manage  */
/* ============== */
.index-manage .same-title{
	padding: 52px 0 45px;
}
.index-manage .manage-title{
	padding: 0 10px;
	background: url(../images/manage-bg_02.png)no-repeat center center;
}
.index-manage .manage-title ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-manage .manage-title ul li{
	line-height: 75px;
	max-width: 388px;
	width: 27.7%;
	text-align: center;
	font-size: 14px;
	color: #54565b;
}
.index-manage .manage-title ul li span{
	font-size: 18px;
}
.index-manage .manage-title ul li:nth-child(1){
	background: url(../images/manage-li1_03.png)no-repeat;
}
.index-manage .manage-title ul li:nth-child(2){
	background: url(../images/manage-li2_03.png)no-repeat center center;
}
.index-manage .manage-title ul li:nth-child(2) span{
	font-weight: bold;
}
.index-manage .manage-title ul li:nth-child(3){
	background: url(../images/manage-li3_03.png)no-repeat;
}
.index-manage .word .pp{
	padding: 0 10px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.index-manage .word .pp div{
	max-width: 388px;
	width: 27.7%;
}
.index-manage .word .pp div p{
	line-height: 50px;
	font-size: 16px;
	color: #878787;
}
.index-manage .manage-title2 h3{
	text-align: center;
	line-height: 62px;
	font-size: 20px;
	color: #54565b;
	font-weight: normal;
	margin-bottom: 6px;
}
.index-manage .manage-lists{
	padding-bottom: 50px;
}
.index-manage .manage-lists ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-manage .manage-lists ul li{
	position: relative;
	max-width: 398px;
	width: 28.4%;
}
.index-manage .manage-lists ul li .shadow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../images/manage-shadow_06.png)repeat;
}

/* ================== */
/*  index-technology  */
/* ================== */
.index-technology{
	width: 100%;
	background: url(../images/tech-bg_02.jpg);
	background-size: cover;
	overflow: hidden;
}
.index-technology .same-title{
	padding-top: 52px;
	padding-bottom: 22px;
}
.index-technology .same-title h2{
	color: #fff;
}
.index-technology .same-title p{
	color: #ccc;
}
.technology-tab{
	text-align: center;
	padding-bottom: 33px;
}
.technology-tab a{
	display: inline-block;
	width: 158px;
	line-height: 30px;
	background: url(../images/tech-tab_bg_03.png)no-repeat right center;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.technology-tab a:nth-last-child(1){
	background: none;
}
.technology-tab a.active{
	color: #a48b78;
}
.index-technology .tech-lists .w1600{
	background: url(../images/tech-lists_bg_03.png)repeat;
	padding-bottom: 18px;
}
.index-technology .tech-lists .hidden{
	display: none;
}
.index-technology .tech-lists .hidden.active{
	display: block;
}
.index-technology .tech-lists ul{
	padding: 0 50px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-technology .tech-lists ul li{
	max-width: 320px;
	width: 25%;
}
.index-technology .tech-lists ul li .icon{
	text-align: center;
	margin: 17px 0 8px;
}
.index-technology .tech-lists ul li .icon img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}
.index-technology .tech-lists ul li .icon span{
	font-size: 16px;
	line-height: 50px;
	color: #a48b78;
}
.index-technology .tech-lists ul li .img p{
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ================ */
/*  index-building  */
/* ================ */
.index-building .same-title{
	padding: 52px 0 45px 0;
}
.index-building .building-lists ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-building .building-lists ul li{
	max-width: 460px;
	width: 33%;
	position: relative;
	overflow: hidden;
}
.index-building .building-lists ul li img{
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;	   
}
.index-building .building-lists ul li:hover img{
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.index-building .building-lists ul li .shadow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	padding: 0 3%;
	background: url(../images/building-lists_bg_03.png)repeat;
}
.index-building .building-lists ul li .shadow .top{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}
.index-building .building-lists ul li .shadow .top span{
	font-size: 16px;
	color: #fff;
}
.index-building .building-lists ul li .shadow .top a.more{
	display: inline-block;
	width: 109px;
	font-size: 14px;
	line-height: 19px;
	border: 1px solid #b9b7b6;
	text-align: center;
	color: #fff;
}
.index-building .building-lists ul li:hover .shadow .top a.more{
	background: #a48b78;
	color: #fff;
	border: none;
}
.index-building .building-lists ul li .shadow .bottom{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.index-building .building-lists ul li .shadow .bottom span{
	line-height: 45px;
	color: #ddd;
}
.index-building .building-detail{
	padding-top: 60px;
}
.index-building .building-detail .detail-tit{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #e4e4e4;
}
.index-building .building-detail .detail-tit span{
	display: inline-block;
	text-align: center;
	max-width: 150px;
	width: 10.7%;
	line-height: 84px;
	font-size: 16px;
	color: #666;
	font-weight: 600;
}
.index-building .building-detail .detail-content{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #e4e4e4;
}
.index-building .building-detail .detail-content:hover span{
	color: #a48b78;
}
.index-building .building-detail .detail-content:hover span a{
	background: #a48b78;
	border: none;
	color: #fff;
}
.index-building .building-detail .detail-content span{
	display: inline-block;
	text-align: center;
	max-width: 150px;
	width: 10.7%;
	line-height: 64px;
	font-size: 14px;
	color: #666;
}
.index-building .building-detail .detail-content span a{
	display: inline-block;
	width: 102px;
	line-height: 23px;
	color: #a48b78;
	border: 1px solid #a48b78;
}
/* ============ */
/*  index-life  */
/* ============ */
.index-life{
	width: 100%;
	height: 753px;
	background: url(../images/life-bg_02.jpg);
	background-size: cover;
	overflow: hidden;
	box-shadow: 1px 1px 20px #efefef;
}
.index-life .same-title{
	padding: 52px 0 130px;
}
.index-life .same-title h2{
	color: #fff;
}
.index-life .same-title p{
	color: #fff;
}
.index-life .zero{
	width: 1135px;
	height: 1010px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 100%;
	padding-top: 125px;
	position: relative;
}
.index-life .zero ul li{
	width: 153px;
	height: 153px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}
.index-life .zero ul li .img{
	width: 46px;
	height: 43px;
	margin: 28px auto 20px auto;
	/* display: inline-block; */
}
.index-life .zero ul li:nth-child(1) .img{
	background: url(../images/life-icon1_03.png);
}
.index-life .zero ul li:nth-child(2) .img{
	background: url(../images/life-icon2_03.png);
}
.index-life .zero ul li:nth-child(3) .img{
	background: url(../images/life-icon3.png);
}
.index-life .zero ul li:nth-child(4) .img{
	background: url(../images/life-icon4.png);
}
.index-life .zero ul li:nth-child(5) .img{
	background: url(../images/life-icon5.png);
}
.index-life .zero ul li.active{
	background: #a48b78;
}
.index-life .zero ul li.active p{
	color: #fff;
}
.index-life .zero ul li:nth-child(1).active .img{
	background: url(../images/life-icon1_hover_03.png);
}
.index-life .zero ul li:nth-child(2).active .img{
	background: url(../images/life-icon2_hover_03.png);
}
.index-life .zero ul li:nth-child(3).active .img{
	background: url(../images/life-icon3_hover.png);
}
.index-life .zero ul li:nth-child(4).active .img{
	background: url(../images/life-icon4_hover.png);
}
.index-life .zero ul li:nth-child(5).active .img{
	background: url(../images/life-icon5_hover.png);
}

.index-life .zero ul li.icon1{
	position: absolute;
	left: -40px;
	top: 295px;
}
.index-life .zero ul li.icon2{
	position: absolute;
	left: 128px;
	top: 60px;
}
.index-life .zero ul li.icon3{
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -77px;
}
.index-life .zero ul li.icon4{
	position: absolute;
	right: 128px;
	top: 60px;
}
.index-life .zero ul li.icon5{
	position: absolute;
	right: -40px;
	top: 295px;
}
.index-life .zero2{
	width: 683px;
	height: 683px;
	background: #fff;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
}
.index-life .zero2 .content{
	text-align: center;
	display: none;
}
.index-life .zero2 .content.active{
	display: block;
}
.index-life .zero2 .content .tit{
	padding: 36px 0 9px;
	width: 270px;
	margin: 0 auto;
	border-bottom: 1px solid #7f7f7f;
}
.index-life .zero2 .content h2{
	font-size: 18px;
	line-height: 36px;
	color: #a48b78;
	margin: 10px 0;
}
.index-life .zero2 .content .p{
	font-size: 14px;
	line-height: 27px;
	color: #666;
}
/* ==================== */
/*  index-testimonials  */
/* ==================== */
.index-testimonials .testimonials-curr .w1400{
	position: relative;
}
.index-testimonials .testimonials-curr .hid{
	overflow: hidden;
	position: relative;
}
.index-testimonials .testimonials-curr .hid .li{
	padding: 33px 80px 33px 56px;
	-o-box-shadow:0 0 25px rgba(27,96,197,.15);
	-ms-box-shadow:0 0 25px rgba(27,96,197,.15); 
	-moz-box-shadow:0 0 25px rgba(27,96,197,.15); 
	-webkit-box-shadow:0 0 25px rgba(27,96,197,.15); 
	/* box-shadow: 5px 5px 5px rgba(27,96,197,.15); */
	box-shadow: #D9D9D9 0 0 5px;
	margin: 5px;
}
.index-testimonials .testimonials-curr .li .left-img{
	float: left;
	width: 94px;
	height: 94px;
	border-radius: 100%;
	position: relative;
}
.index-testimonials .testimonials-curr .li .left-img .shadow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/case-shadow-bg_03.png)repeat;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.index-testimonials .testimonials-curr .li .right-txt{
	float: left;
	max-width: 416px;
	width: 75%;
	margin-left: 40px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 35px;
	color: #666;
}
.index-testimonials .testimonials-curr .swiper-button-prev{
	left: -68px;
	width: 25px;
	height: 44px;
	background: url(../images/testi-left_03.png);
}
.index-testimonials .testimonials-curr .swiper-button-next{
	right: -68px;
	width: 25px;
	height: 44px;
	background: url(../images/testi-right_03.png);
}
/* ============ */
/*  index-news  */
/* ============ */
.index-news{
	width: 100%;
}
.index-news .news-tit{
	width: 100%;
	height: 360px;
	background: url(../images/news-bg_02.jpg);
}
.index-news .news-tit .title{
	padding: 40px 0 20px;
	border-bottom: 1px solid #777473;
}
.index-news .news-tit .title .left{
	float: left;
	margin-right: 29.6%;
}
.index-news .news-tit .title .left h2{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.index-news .news-tit .title .tab{
	float: left;
}
.index-news .news-tit .title .tab a{
	display: inline-block;
	width: 155px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: url(../images/tech-tab_bg_03.png)no-repeat right center;
}
.index-news .news-tit .title .tab a.active{
	color: #a48b78;
}
.index-news .news-tit .title .tab a:nth-last-child(1){
	background: none;
}
.index-news .news-tit .title .right{
	float: right;
	position: relative;
	padding-left: 112px;
}
.index-news .news-tit .title .right a{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.index-news .news-tit .title .right a:hover{
	color: #a48b78;
	margin-right: 10px;
}
.index-news .news-tit .title .right a:hover span{
	color: #A48B78;
}
.index-news .news-tit .title .right a span{
	color: #979696;
}
.index-news .news-tit .title .right a:before{
	position: absolute;
	left: 0;
	top: 14px;
	content: '';
	width: 82px;
	height: 1px;
	background: url(../images/more-before_03.png);
}
.index-news .news-tit .title .right a:after{
	position: absolute;
	right: 0;
	top: 14px;
	width: 6px;
	height: 10px;
	background: url(../images/more-after_03.png);
}
.index-news .news-content{
	width: 100%;
	height: 390px;
	background: #f4f4f4;
}
.index-news .news-content .w1400{
	position: relative;
}
.index-news .news-content .w1400 .absolut{
	max-width: 1400px;
	width: 100%;
	padding: 30px 0 55px;
	position: absolute;
	left: 0;
	top: -215px;
	background: #fff;
	display: none;
}
.index-news .news-content .w1400 .absolut.active{
	display: block;
}
.index-news .news-content ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-around;
}
.index-news .news-content ul li{
	max-width: 255px;
	width: 18.2%;
	padding: 28px 30px 25px 30px;
}
.index-news .news-content ul li:hover{
	-o-box-shadow:0 0 30px rgba(0,0,0,.1);
	-ms-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-moz-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.1); 
	box-shadow:0 0 30px rgba(0,0,0,.1); 
}
.index-news .news-content ul li:hover .txt h2{
	color: #a48b78;
}
.index-news .news-content ul li:hover .txt a.more{
	width: 118px;
	line-height: 28px;
	background: #a48b78;
	color: #fff;
	text-align: center;
}
.index-news .news-content ul li .txt{
	padding: 0 10px;
	padding-top: 22px;
}
.index-news .news-content ul li .txt h2{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news .news-content ul li .txt .time{
	margin-bottom: 15px;
}
.index-news .news-content ul li .txt .time p{
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
.index-news .news-content ul li .txt .time p span{
	font-size: 12px;
	color: #cbcbcb;
}
.index-news .news-content ul li .txt p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
}
.index-news .news-content ul li .txt a.more{
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	color: #a48b78;
	margin-top: 35px;
}

@media screen and (max-width: 1400px) {
	.banner-des{
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
	}
	.banner-des ul{margin: 0;}
	.banner-des ul li h3{font-size: 16px;}
	.design-lists ul li{width: 16%;}
	.index-case .case-banner .swiper-case-banner .swiper-button-next{right: 8%;}
	.index-case .case-banner .swiper-case-banner .swiper-button-prev{left: 8%;}
	.index-team .team-lists ul li .img-des{padding: 22px 5px;}
	.index-team .team-lists ul li .img .shadow{padding: 0 15px;padding-bottom: 6px;}
	.index-news .news-tit .title .left{margin-right: 15%;}
	.index-technology .tech-lists ul{padding: 0;}
	.index-testimonials .testimonials-curr .swiper-button-next{right: 0;}
	.index-testimonials .testimonials-curr .swiper-button-prev{left: 0;}
	.index-testimonials .testimonials-curr .li .right-txt{width: 65%;}
}