*{
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
body{
	/*background-color: #f6f9fa;*/
	background-image: url(../img/bg.png);
}
#head{
	height: 200px;
	width: 100%;
	min-width: 1200px;
	background-color: black;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#body{
	min-height: 1000px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#foot{
	height: 60px;
	width: 100%;
	background-color: black;
	text-align: center;
}
#bigtitlebox{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#gonggao{
	color: rgba(243,79,71,1);
	background-image: none;
}
.bigtitle{
	color:white;
	font-size: 30px;
	font-family: 方正姚体;
	float: right;
	cursor: pointer;
	text-decoration: none;
	/*transform:rotate(-30deg);*/
	margin-left: 100px;
	margin-top: 60px;
	padding: 50px 10px;
	background-image: url(../img/bgred.png);
	background-position: 200px 0;
	background-repeat: no-repeat;
	-webkit-transition:background-position 0.2s ease;
	-moz-transition:background-position 0.2s ease;
	-o-transition:background-position 0.2s ease;
	transition:background-position 0.2s ease;
}
.bigtitle:hover{
	background-position: 0;
}
.bigtitle:active{
	opacity: 0.8;
}
.big{
	width: 25%;
	min-height: 1000px;
	float: left;
}
#one{
	
}
#two{
	
}
#three{
	
}
#four{
	
}
.small{
	margin: 10px;
	min-height: 300px;
}
.smallbox{
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	background-color: rgba(243,79,71,1);
	/*box-shadow: 0 1px 8px 1px rgba(0,0,0,0.5);*/
	-webkit-transition:transform 0.1s ease-in-out;
	-moz-transition:transform 0.1s ease-in-out;
	-o-transition:transform 0.1s ease-in-out;
	transition:transform 0.1s ease-in-out;
	-webkit-transition:box-shadow 1s ease-in-out;
	-moz-transition:box-shadow 1s ease-in-out;
	-o-transition:box-shadow 1s ease-in-out;
	transition:box-shadow 1s ease-in-out;
}
.img{
	width: 100%;
	display: block;
	-webkit-transition:transform 0.2s ease-in-out;
	-moz-transition:transform 0.2s ease-in-out;
	-o-transition:transform 0.2s ease-in-out;
	transition:transform 0.3s ease-in-out;
}

.text{
	padding:15px;
	color: white;
	font-size: 16px;
	font-weight: lighter;
	height: 20px;
	background-color: rgba(243,79,71,1);
	-webkit-transition:transform 0.2s ease-in-out;
	-moz-transition:transform 0.2s ease-in-out;
	-o-transition:transform 0.2s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.text br{
	line-height: 35px;
}
.text span{
	font-weight: bolder;
	color: white;
	font-size: 18px;
}
.smallbox:hover .text{
	-webkit-transform:translate(0,-50px);
	-moz-transform:translate(0,-50px);
	-o-transform:translate(0,-50px);
	transform:translate(0,-50px);
}
.smallbox:hover .img{
	-webkit-transform:translate(0,-50px);
	-moz-transform:translate(0,-50px);
	-o-transform:translate(0,-50px);
	transform:translate(0,-50px);
}
#foot_text{
	opacity: 0.5;
	padding-top: 20px;
	color: white;
}
#foot_text a{
	text-decoration: none;
	color: white;
}