@charset "utf-8";

/*body*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body{
	font-family: "微软雅黑";
	background: #e9ecf6;
	font-size: 16px;
}
a{
	color: #040404;
}
/*banner*/
.banner{
	width: 100%;
}
.banner_in{
	min-width: 1200px;
}
.banner img{
	width: 100%;
}
/*主体*/
.nav{
	width: 1200px;
	margin:60px auto 0;
	overflow: hidden;
}
/*切换*/
.nav{
	display: none;
}
.box-in{
	display: none;
}
.block{
	display: block;
}
.bg{
	box-shadow: 10px 10px 10px #d05298;
}
/*按钮*/
.nav-in,.nav-inOne,.nav-inTwo,.nav-inThree,.nav-inFour{
	width: 142px;
	float: left;
}
.nav-in>li,.nav-inOne>li,.nav-inTwo>li,.nav-inThree>li,.nav-inFour>li{
	cursor: pointer;
	margin-bottom: 40px;
}
.nav-in>li,.nav-ins>li{
	margin-bottom: 40px;
}
.box,.boxOne,.boxTwo,.boxThree,.boxFour{
	float: right;
	width: 1000px;
}
.list{
	height: 150px;
	padding: 20px 0px;
	border-bottom: 1px dotted #C7C6C7;
}
.list>a{
	overflow: hidden;
}
#pic{
	float:left ;
	margin-right: 20px;
	width: 300px;
	height: 150px;
	overflow: hidden;
}
#pic>img{
	transition: all 0.5s ease-out;
	width: 100%;
}
#pic>img:hover{
	transform:scale(1.1);
}
.list h2{
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
}
.list p{
	color: #888888;
	text-align: right;
	font-size: 12px;
}
.list h4{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
/*footer*/
.footer{
	margin-top: 12px;
	height: 86px;
	min-width: 1200px;
	background: url("../img/2/footer.jpg")
}
.footer ul{
	padding-top: 10px;
	overflow: hidden;
	margin: auto;
	width: 448px
}
.footer ul li{
	float: left;
	padding: 0 4px;
	font-size: 14px;
	line-height: 40px;
}
.footer ul li a{
	color: #888888;
}
.footer ul li a:hover{
	color: red;
}
.footer p{
	text-align: center;
	font-size: 14px;
	color: #888888;
}