body{
	margin: 0;
	padding: 0;
}
#backgroundImg{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
    height: 2500px;
}
#backgroundImg #title,#backgroundImg #secTitle{
	width: 80%;
	margin: 0 auto;
}
#backgroundImg #secTitle{
	margin-top: 80px;
}
#backgroundImg #title img,#backgroundImg #secTitle img{
	width: 100%;
}
#backgroundImg #stus img{
	width: 25%;
	margin-left: 1%;
	height: 240px;
}
#backgroundImg #stus{
	text-align: center;
	margin-top: 45px;
}
#backgroundImg #allStu{
	width: 80%;
	margin: 0 auto;
	margin-top: 210px;
}
#backgroundImg #allStu img{
	width: 100%;
    /*height: 3100px;*/
    min-width: 1200px;
}
#add{
	color: white;
	
}
#add td{
	width: 20%;
	display: inline-block;
	margin-top: 12px;
	text-align: center;
}
#add #fromTable1{
	margin-top: 20px;
	width:80%;
	margin-left: 1%;
	height: 84px;
	position: relative;
}
#add #fromTable1 table{
	width: 90%;
	font-size: 22px;
	margin-left: 115px;
}
#add #fromTable1 table .right1{
	text-align: right;
	padding-right: 10px;
}
#add input{
	border: 1px solid #FF981D;
	border-radius: 8px;
	height: 30px;
	width: 200px;
	outline: none;
}
#add #fromTable1 #res{
    position: absolute;
    width: 226px;
    font-size: 12px;
    text-align: center;
    left: 88%;
    top: 22px;
    color: #ccc;
    cursor: pointer;
}
#add #fromTable1 #res img{
	width: 100%;
}
#add #fromTable1 #res input{
	color: white;
	background-color: #FF981D;
	border: none;
	height: 36px;
	width: 150px;
	border-radius: 10px;
	font-size: 18px;
	letter-spacing: 3px;
}
#btn{
	margin: 0 auto;
	width: 160px;
	background-color: #FBF086;
	height: 48px;
	border-radius: 24px;
	font-size: 24px;
	letter-spacing: 15px;
	margin-top: 55px;
	line-height: 48px;
	padding-left: 15px;
	font-weight: bold;
}
#btn:hover{
	/*    margin: 0 auto;
    width: 170px;
    background-color: #FBF086;
    height: 56px;
    border-radius: 28px;
    font-size: 26px;
    letter-spacing: 15px;
    margin-top: 55px;
    line-height: 56px;
    padding-left: 25px;
    font-weight: bold;*/
    transform: scale(1.1);
    transition: 1.5s;
}
#btn a{
	text-decoration: none;
	color: #FF000F;
}
#res div{
	width: 210px;
	height: 40px;
	background-color: #FBF086;
	border-radius: 8px;
	line-height: 40px;
	font-size: 20px;
	margin: 0 auto;
	font-weight: bold;
}
#res div a{
	color: #FF000F;
	text-decoration: none;
}


div#offerBox {
    width: 1000px;
    margin: 40px auto;
    overflow: hidden;
}

.offer {
    float: left;
    width: 20%;
    margin: 1% 2.5%;
	/* transition: 1.2s; */
	position: relative;
	padding-bottom: 20px;
}
.offer:hover .hideText{
	display: block;
}
.hideText{
	width: 100%;
	height: 100%;
	line-height: 192px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	margin: 0;
	color: white;
	font-size: 24px;
	display: none;
	cursor: pointer;
}
.boxTitle {
    text-align: center;
    color: white;
    font-size: 36px;
}

div#showOffer {
    overflow: hidden;
	margin-top: 30px;
}

img.offerImg {
    width: 100%;
	height: 188px;
}
#offerHideBox{
	position: fixed;
	/* border: 1px solid black; */
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
}
#offerHideBox img{
	width: 30%;
	margin-top: 5%;
	max-height: 90%;
}
.imgBox{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.imgBox img{
	width: 80%;
}