.header{
	width: 100%;
	height: 120px;
}
.top{
	background: #000000;
}

.banner {
	width: 100%;
	max-height: 100%;
}
.case-list {
	margin: 0 10%;
	padding-bottom: 50px;
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
	padding-left: 2.7%;
}



.case-list .case-list-child {
	position: relative;
 width: 23%;
 height: 270px;
 margin: 0 5px;
 box-shadow: 1px 1px 15px #dddddd;
 margin-top: 10px;
 cursor: pointer;
 float: left;
}


.zz {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	transform: scale(0);
	transition: all .3s;
}
.zz p {
	color: #FFFFFF;
	text-align: center;
	line-height: 270px;
	font-size: 36px;
	font-weight: 700;
}
.case-list-child:hover .zz {
	transform: scale(1);
}

.case-list-child .child-top {
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.case-list-child .child-top img {
 transition: all 1s;
 -webkit-transition:all 1s;
 width: 100%;
 height: 100%;
}
.case-list-child .child-middle {
	font-size: 20px;
	text-align: left;
	margin-top: 30px; 
	padding: 0 60px;
}
.case-list-child .child-middle span:first-child {
	font-weight: bold;
}
.case-list-child .child-middle span:last-child {
	color: #F2530F;
	margin-left: 5px;
}
.case-list-child .child-bottom {
	font-size: 20px;
	text-align: left;
	margin-top: 30px;
	padding: 0 60px;
	color: #999999;
}
.demand {
	background: #fff;
}
.advertising {
	width: 494px;
	height: 229px;
	position: fixed;
	left: 50%;
	margin-left: -247px;
	top: 50%;
	margin-top: -114px;
	display: none;
}
.advertising span {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #E0E0E0;
	font-size: 1.5rem;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 17px;
	color: #7C7C7C;
	cursor: pointer;
}
#contactUs {
	display: block;
}


ul, ol{
 padding-left: 0;	
}
.footer{
	margin-top: 0;
}


/*报名*/
.baoming1{
	width: 100%;
	height: 518px;
	background: #3F3F3F;
	padding-top: 68px;
}

.bminput1{
	width: 790px;
	margin: 50px auto;
}
.int1{
	width: 790px;
	height: 76px;
	line-height: 76px;
	background:rgba(38,37,35,1);
	border:1px solid rgba(83, 83, 83, 1);
	background:#262523;
	border:1px solid #535353;
	border-radius:38px;
	margin-top: 30px;
}
.aniu{
	margin-top: 40px;
}
.btn{
	line-height: 70px;
	text-align: center;
	width:320px;
	height:71px;
	border-radius:36px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;

}
.btn1{
	color: #FF9C00;
	border:1px solid rgba(255,156,0,1);
	border:1px solid #FF9C00;
}
.btn2{
	color: #ffffff;
	background:rgba(255,156,0,1);
	border:1px solid rgba(255,156,0,1);
	box-shadow:0px 8px 13px 0px rgba(255,114,0,0.42);
	background:#FF9C00;
	cursor:pointer;
}

.int1 span.iconfont{
	color: #5A5A59;
	font-size: 20px;
	font-weight: bold;
	text-shadow:0px 2px 4px 0px rgba(100,100,100,0.11);
	margin-left: 50px;
}
.int1 input{
	width: 500px;
	border: none;
	font-size: 28px;
	color: #7F7F7F;
	background: none;
	padding-left: 30px;
}

.title{
	text-align: center;
}
.cor1{
	color: #111111;
}
.bortop{
	border-top: 1px solid #DDDDDD;
}
.bortop2{
	border-top: 1px solid #666666;
}
.title h4{
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 15px;
}
.title h4 span{
	color: #FF9C00;
}
.borduan{
	width: 24px;
	height: 2px;
	background: #FF9C00;
	margin: 0 auto;
}
.titcen{
	width: auto;
	display: inline-flex;
	font-size: 16px;
	padding-top: 15px;
}
