*{
	padding: 0px;
	margin: 0px;
}
body{
	background: url(../img/bj3.jpg);
}
#head{
	margin-top: 15px;
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	background:url(../img/bj2.jpg) ;
	border-radius:20px ;
}
.logo{
	background-image: url(../img/logo1.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	float: left;
}
.nav{
	width: 1000px;
	height: 100px;
	font-family: "微软雅黑";
	font-size: 20px;
}
.nav ul{
	list-style: none;
}
.nav ul li{
	margin-top: 40px;
	float: left;
	width: 90px;
}
.nav ul li a:link{
	color: black;
	text-decoration: none;
}
.nav ul li a:visited{
	color: #b50f20;
	font-weight: bold;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #fec1d0;
	font-weight: bold;
	text-decoration: underline;
}

.infor-link{
	font-size: 18px;
}

.infor-txt {
	display: block;
	line-height: 19px;
	color: #888a88;
}
.infor-link a:link{
	text-decoration: none;
	color: #380200;
}
.rwjj{
	width: 900px;
	height: 1700px;
	margin: 0 auto;
	
}
.rwjj img{
	width: 900px;
	border-radius:20px ;
	box-shadow: 2px 2px  5px #888;
	margin-top: 10px;
}
.jsk img{
	width: 160px;
	height: 190px;
	margin-right: 20px;
	float: left;
	border-radius:20px ;
}
.jsk{
	padding: 24px 30px;
	width: 340px;
	height: 300px;
	float: left;
	background-image:url(../img/bj4.jpg);
	margin: 18px 15px 15px 15px;
	overflow: hidden;
	border: 6px groove lightgray;
	border-radius:30px ;
	cursor: default;
	position: relative;
	transition: .3s;
}
.popup{
	background-color: inherit;
	/*color: #03A9F4;*/
	width: 340px;
	height: 300px;
	opacity: 0;
	position: absolute;
	border-radius: 4px;
	transition: .3s;
	font-size: 36px;
}
.jsk:hover{
	z-index: 3000;
	  transform: scale(1.05);
}
.jsk:hover .popup{
	opacity: 1;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.4);
}
.jsk h1{
	font-size: 32px;
	color: #6d6d6d;
	margin-right: 30px;
}
.jsk p{
	color: #444;
	font-size: 18px;
	margin-bottom: 5px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 0;
	/*border-top: 1px solid #ebebeb;*/
	background-color: #fcfcfc03;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}
h3{
	font-size: 30px;
}
