@charset "utf-8";

/*body*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body{
	font-family: "微软雅黑";
	font-size: 16px;
}
a{
	color: #040404;
}
/*banner*/
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.banner1{
	display: none;
}
/*主体*/
.nav{
	width: 1200px;
	margin:60px auto 0;
	overflow: hidden;
}
/*切换*/
.nav{
	display: none;
}
.box-in,.box-inOne{
	width: 1000px;
	margin: auto;
}
.boxs{
	display: none;
}
.block{
	display: block;
}
.bg{
	box-shadow:6px 6px 6px #1bb6e2;
	font-weight: 700;
}
/*按钮*/
.nav-in,.nav-inOne{
	width: 142px;
	float: left;
}
.nav-in>li,.nav-inOne>li{
	cursor: pointer;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: #3d96e8;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
}
.nav-in>li,.nav-ins>li,.nav-inOne>li{
	margin-bottom: 40px;
}
.box{
	background: #fbedfe;
	width: 100%;
}
.box-inOne>.list{
	padding: 20px 0px;
	border-bottom: 1px dotted #C7C6C7;
	overflow: hidden;
}
.box-inOne>.list:last-child{
	border: none;
}
#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;
	background: url("../img/2/footer.jpg")
}
.footer ul{
	padding-top: 10px;
	overflow: hidden;
	margin: auto;
	width: 320px
}
.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;
}
.btnMouth{
	width: 1200px;
	margin:20px auto 0;
	overflow: hidden;
	padding-bottom: 20px;
}
.btnMouth>li{
	float: left;
	width:142px;
	line-height: 60px;
	background: #0e7bda;
	text-align: center;
	color: #fff;
	margin-right:30px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 20px;
}
p{
	text-align: center;
	line-height: 36px;
	margin: 20px 0;
}
p>img{
	width:2%;
}
.if{
	width: 1000px;
}
@media screen and (max-width:1200px){
	.box{
		width: 100%;
	}
	.box-inOne{
		padding: 10px 40px;
		box-sizing: border-box;
	}
	.list h2{
		font-size: 34px;
		line-height: 60px;
	}
	.list h4{
		display: none;
	}
	.footer p{
		font-size: 20px;
	}
	.footer ul li{
		font-size: 20px;
	}
	.footer ul{
		width: 440px;
	}
	.banner{
		display: none;
	}
	.banner1{
		display: block;
	}
	.banner1>img{
		width: 100%;
	}
	#pic{
		display: none;
	}
	h3{
		font-size: 34px;
	}
	p{
		font-size: 30px;
		line-height: 60px;
		border-bottom-left:1px solid #283813;
	}
	p>img{
		width:10%;
		margin-top: 10px;
	}
}