*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
p{
	font-size: 14px;
	line-height: 20px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.in{
	width: 1000px;
	margin: auto;
}
.clear{
	overflow: hidden;
}
.nav{
	height: 80px;
	line-height: 80px;
}
.logo{
	margin-top: 10px;
}
.txt>a{
	color: #888888;
}
.banner{
	width: 100%;
}
.banner>img{
	width: 100%;
}
.navs{
	/*width: 1200px;*/
	margin:60px auto 0;
	overflow: hidden;
}
/*按钮*/
.nav-in{
	margin-top: 20px;
	width: 140px;
	float: left;
}
.nav-in>li{
	cursor: pointer;
	height: 76px;
}
.nav-in>li,.nav-ins>li{
	margin-bottom: 60px;
}
.box{
	float: right;
	width: 820px;
}
.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;
	text-align: center;
	font-size: 18px;
	color: #033650;
	font-weight: normal;
}
.list p{
	color: #888888;
	text-align: right;
	font-size: 12px;
}
.list h4{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.box-in{
	display: none;
}
.block{
	display: block;
}
.bg{
	box-shadow: 10px 10px 10px #68c5f6;
}

/*footer*/
.footer{
	margin-top: 12px;
	height: 86px;
	min-width: 1200px;
	background:#c9e6f7;
}
.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;
}