.bigPic{
	width: 100%;
	height: 531px;
	position: relative; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.bigPicBtitle{
	width: 1013px;
    height: 199px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: calc(50% - 438px);
    background-repeat: no-repeat;
    top: 160px;
}

.bigPicStitle{
	    width: 617px;
    height: 250px;
    text-align: center;
    font-size: 30px;
    color: white;
    position: absolute;
    right: calc(50% - 305px);
    top: 42px;
}

.youshiimg{
	width: 264px;
	height: 86px;
	/*margin: 0 auto;*/
	position: absolute;
	left: calc(50% - 132px);
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
}
.conductDiv{
	width: 1000px;
	height: 340px;
	background-color: white;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.conductDiv>img{
	/*position: absolute;*/
	width: 218px;
	height: 218px;
	/*top: 60px;*/
	margin:61px 16px ;
}
.conductDiv>img:hover{
	width: 228px;
	height: 228px;
	margin: 56px 11px;
	cursor: pointer;
}
.newestEmployDiv{	
	overflow: hidden;
	width: 100%;
	height: 900px;
	overflow: hidden;
	background-color: #f6eceB;
}
.newestEmployDiv>h1{
	text-align: center;
	margin-top:60px ;
}
.newestEmployDiv>h2{
	text-align: center;
	margin: 30px 0 10px 0;
	font-weight: 400;
	color: #7D5657;
}
.newestEmployClassDiv{
	width: 1032px;
	margin: 0 auto;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}
.newestEmployClassDiv>.coverDiv{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background-position: center;*/
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
	z-index: 4;
}
.newestEmployClassDiv>div{
	width: 235px;
    height: 190px;
    margin: 20px 5px 25px 18px;
    float: left;
	cursor: pointer;
}
.newestEmployClassDiv img{
	width: 235px;
	height: 186px;
}
.newestEmployDiv p{
	width: 100%;
	line-height: 20px;
	text-align: center;
	color: #605e5f;
	font-size: 18px;
}

table{
	width: 1000px;
	margin: 50px auto;
	border: none;
}

table tr{
	border: none;
}
table td{
	text-align: center;
	height: 32px;
	border:1px solid #d03b3d;
	padding: 0;
	margin: 0;
	line-height: 32px;
	font-weight: 700;
	font-size: 16px;
}
.td1{
	width: 115px;
}
.td2{
	width: 160px;
}
.td3{
	width: 200px;
}
table .td4{
	width: 17px;
	border: none;
}
