section {
	background: black;
   padding-bottom:2em;
}
/* Common button styles */
.button {
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}


/* Wayra */
.button--wayra {
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra:hover{
	color: white;
	border-color:white;
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s, background-color 0.8s;
	transition: transform 0.8s, opacity 0.8s, background-color 0.8s;
}


.button--wayra:hover::before {
	opacity: 1;
	color:white;
	background-color:rgb(178, 163, 130);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.beijing {
	width: 100%;
	height: 300px;
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.huizhang2 {
	position: absolute;
	z-index: 10;
	width: 40%;
	height: 30px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-left: -5%;
	background: url(../img/i23tit.png) no-repeat;
	background-size: contain;
}

.dingzhi1 {
	width: 35%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border: 1px solid black;
	
}

	
.dingzhi1{
	font-size: 1.3em;
	color: black;
	font-family: "微软雅黑";
}

.dingzhi2 {
	width: 57%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

.dingzhi2 p {
	color: #4A4A4A;
}

.huizhang_top {
	padding: 20px;
	background: white;
	/*border: 1px solid red;*/
}

.huizhang_down {
	background: black;
}

.huizhang1 {
	width: 24%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border: 1px solid white;
	margin-top: 30px;
}

.huizhang1 h3 {
	font-size: 1.3em;
	color: white !important;
}

.list1 {
	text-align: center;
}

.list2 {
	position: relative;
}

.list1 div img {
	/*border:2px solid red;*/
	width: 80%;
	}

.list1 div {
	
	margin-bottom:3em;
}

.list1 div p {
	margin-top: 0.5em;
}

.list1 div p em {
	color: white;
	font-size: 1.4em;
	font-family: "微软雅黑";
}

.list1 .layer {
	position: absolute;
	bottom: 15%;
	left: 0;
	/*margin: 0 auto;*/
	/*text-align: center;*/
	width: 100%;
	
}

.list1 .layer span {
	display: inline-block;
	zoom: 1;
	background: rgba(51, 51, 51, .8);
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 1em;
	border-radius: 15px;
	font-family: "微软雅黑";
	color: #fff;
}

.list1 .col-lg-3:hover span {
	width: 100%;
	height: auto;
	font-size: 1em;
	max-width: 100%;
	animation: liHover .5s forwards;
	-moz-animation: liHover .5s forwards;
	-webkit-animation: liHover .5s forwards;
	padding: 1em 1em;
}

.huizhang_img {
	width: 100%;
	background: black;
	padding: 5em 0 5em 0;
}

.huizhang_bottom {
	margin-top: 30px;
	background: white;
	padding: 4em 0;
}

.dingzhi3 {
	text-align: center;
	margin-top: 50px;
}

.dingzhi3 img {
	width: 25%;
}
.layer1{
	display:none;
}
@keyframes liHover {
	0% {
		transform: scale(0, 0);
	}
	100% {
		transform: scale(1, 1);
	}
}

@-moz-keyframes liHover {
	0% {
		-moz-transform: scale(0, 0);
	}
	100% {
		-moz-transform: scale(1, 1);
	}
}

@-webkit-keyframes liHover {
	0% {
		-webkit-transform: scale(0, 0);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}
/*手机端*/
@media (max-width:768px) {
	.w {
		width: 95% !important;
	}
	.dingzhi2 p {
		color: #4A4A4A;
		font-size: 0.8em;
		font-family: "微软雅黑";
	}
	.huizhang_top {
		padding: 10px 0;
		background: white;
		border: none;
	}
	.dingzhi1 {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		border: 1px solid black;
		font-size:1em;
		animation:left 0.4s ;
		-webkit-animation:left 0.4s linear;
	}
	@-webkit-keyframes left{
		0%{
			width:60%;
			height:42px;
		}
		20%{
			width: 75%;
		}
		40%{
			width: 80%;
		}
		60%{
			width: 85%;
		}
		80%{
			width: 95%;
		}
		100%{
			width:100%;
		}
	}
	@keyframes left{
		0%{
			width:60%;
			height:42px;
		}
		20%{
			width: 75%;
		}
		40%{
			width: 80%;
		}
		60%{
			width: 85%;
		}
		80%{
			width: 95%;
		}
		100%{
			width:100%;
		}
	}
	.list1 div p em {
		color: white;
		font-size: 0.8em;
		font-family: "微软雅黑";
	}
	.dingzhi1 h3 {
		font-size: 1em !important;
	}
	.dingzhi2 {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}
	.beijing {
		height: 12vh;
		width: 100%;
		background-size: 100% 120px;
	}
	.huizhang1 {
		width: 90%;
		margin-top: 30px;
		font-size: .8em ;
	}
	.row {
		margin-top: 20px !important;
	}
	.list1 div {
		margin-bottom:0em !important;
	}
	.list1 div img {
		width: 65%;
		transform:all 0.4s;
	}
	.list1 div img:hover{
		transition:scale(1.02);
	}
	.huizhang2 div {
		width: 30%;
		height: 50px;
		margin: 0 auto;
		background: url(../img/i23tit.png) no-repeat;
		background-size: contain;
	}
	.list1 div {
		margin-bottom: 0px;
		padding: 0 4px;
	}
	.huizhang_bottom {
		margin-top: 30px;
		background: white;
		padding: 1em 0;
	}
	.dingzhi3 {
		text-align: center;
		margin-top: 20px;
	}
	.dingzhi3 img {
		width: 35%;
	}
	.layer1{
		display:block;
	}
	.layer{
		display:none;
	}
	.huizhang2 {
	position: absolute;
	z-index: 10;
	width: 50%;
	height: 30px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-top:-15px;
	margin-left: -18%;
	background: url(../img/i23tit.png) no-repeat;
	background-size: contain;
}
	.list1 .layer1 {
	text-align: center;
	width: 100%;
	color:rgb(178, 163, 130);
	font-size: 0.8em;
	display:block;
	font-family: "微软雅黑";
	margin-top:20px !important;
}
}