.banner {
	width: 100% !important;
	overflow: hidden;
}

.banner .swiper-container {
	width: 100% !important;
}

.banner .swiper-slide {
	width: 100% !important;
	background: #ccc;
}
.banner .swiper-slide img{
	width: 100% !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.swiper-pagination-bullet {
    background: #CCCCCC !important;
    opacity: .2;
}
.ne-btn{
	display: none;
}

.video{
	width: 1200px;
	margin: 30px auto;
}
.video video{
	width: 100% !important;
}
.title{
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.title .name{
	text-align: center;
	font-size: 24px;
}
.title .line{
	width: 13px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	background: #333;
}
.ce{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.ce .da{
	width: 1200px;
	margin-bottom:20px ;
	font-size: 28px;
	color: #333;
}
.more-btn{
	display: block;
	width: 170px;
	height: 50px;
	border: 1PX solid #999;
	margin: 0 auto;
	color: #666;
	font-size: 16PX;
	text-align: center;
	line-height: 50PX;
	margin-top: 10px;
	text-transform:uppercase;
}
.more-btn:hover{
	color: #333;
}
.project{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}
.project .title{
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.project .title .name{
	text-align: center;
	font-size: 24px;
}
.project .title .line{
	width: 13px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	background: #333;
}
.project .list{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.project .list ul{
	width: 1250px;
}
.project .list ul li{
	width: 380px;
	height: 480px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	background: #ebe7e3;
	margin-bottom: 25px;
	position: relative;
}
.project .list ul li:hover .name{
	color: #000;
}
.project .list ul li img{
	width: 380px;
	height: 380px;
}
.project .list ul li .name{
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	color: #836e59;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
}
.project .list ul li .state{
	min-width: 120px;
	height: 30px;
	background: rgba(0,0,0,.24);
	position: absolute;
	left: 0;top: 0;
}
.project .list ul li .state p{
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}
.shuming{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.massage{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
	overflow: hidden;
}
.massage ul li{
	width: 490px;
	min-height: 280px;
	float: left;
	font-size: 16px;
}
.massage ul li .tit-name{
	font-weight: bold;
	margin-bottom: 40px;
}
.massage ul li .text p{
	margin-bottom: 10px;
	color: #666;
}
.user{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.user .lf-input{
	width: 780px;
	overflow: hidden;
	margin-left: 25px;
	margin-bottom: 40px;
}
.user .lf-input .input{
	width: 340px;
	height: 50px;
	padding-left: 10px;
	background: #ebe7e3;
	margin-right: 40px;
	margin-bottom: 50px;
}
.user .lf-input .se{
	width: 350px;
	margin-right: 40px;
}
.user .lf-input .se input{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.user .lf-input .se p{
	float: left;
	color: #666666;
	text-transform : uppercase
}
.user .ri-input{
	width: 350px;
	height: 310px;
	padding: 10px;
	background: #ebe7e3;
}
.user .ri-input textarea{
	width: 350px;
	height: 310px;
	overflow-y: auto !important;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.user .suer-subbtn{
	clear: both;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #999; 
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	font-size: 24px;
	color: #666;
	margin-bottom: 20px;
}
.user .suer-subbtn:hover{
	color: #000;
}
.tiaoyue{
	color: #ccc;
}
.tiaoyue:hover{
	color: #666;
}
@media screen and (max-width: 1200px) {
	.video{
		width: 90%;
	}
	.team {
	width: 90%;
	margin: 0 auto;
}
.ce{
	width: 90%;
	margin: 0 auto;
	
}
.ce .da {
	width: 100%;

}
.project{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;

}
.project .list{
	width: 100%;
}
.project .list ul{
	width: 100%;
}
	.project .list ul li{
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	overflow: hidden;
	background: #ebe7e3;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 20px;
}
.project .list ul li:hover .name{
	color: #000;
}
.project .list ul li img{
	width: 100%;
	height: auto;
}
.user {
		width: 90%;
		margin: 0 auto;
	}
	.user .lf-input {
		width: 100%;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.user .lf-input .input {
		width: 100%;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.user .lf-input .se {
		width: 100%;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.user .ri-input {
		width: 100% !important;
		margin-left: 0px;
		margin-bottom: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.user .ri-input textarea {
		width: 100% !important;
		height: 100%;
	}
	.massage {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		overflow: hidden;
	}
	.massage ul li {
		width: 90%;
		min-height: 280px;
		float: none;
		margin-bottom: 20px;
		font-size: 16px;
	}
}