.top {
	width: 100%;
	height: 50px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px #F0F8FF ;
}
a{
	text-decoration: none;
}
.top .center{
	width: 1000px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	margin: 0 auto;
}
.top .center a{
	text-decoration: none;
	color: black;
	line-height: 50px;
	color:#778899;
}
.top .left{
	width: 400px;
	float: left;
	margin-left: 0px;
}
.top .right{
	float: left;
	margin-left: 100px;
}
.top a{
	text-decoration: none;
	line-height: 50px;
}
.top a:hover {
	font-weight: bold;
	color:#87CEFA;
}
.top .right div {
	width: 100px;
	float: left;
}
/**/
.body{
	background-color: #F0FFFF;
}
.body .cet{
	width: 1000px;
	height: 700px;
	margin: 20px auto 20px;
	position: relative;
	overflow: hidden;
}
.body .cet img{
	width: 100%;
	height: 100%;	
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.body .cet img.active{
	opacity: 1;
}
/**/
#gsjj {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	background-color: #F0FFFF;
}
.lou{
	width: 200px;
	height: 300px;
	float: left;
}
.jj{
	width: 800px;
	height: 300px;
	float: left;
	margin-left: 100px;
}
.p1{
	font-size: 20px;
	font-weight: 200;
	color:#778899;
}
.p2{
	font-size: 13px;
}
.an{
	width: 200px;
	height: 50px;
	background-color:#778899;
	line-height: 50px;
	text-align:center;
	
}
.an a{
	text-decoration: none;
	color: #fff;
}
.an:hover{
	font-weight: bold;
	background-color:#87CEFA;
}
/**/
#ywjs{
	width: 1200px;
	height: 550px;
	margin: 20px auto;
	background-color: #F0FFFF;
}
#ywjs .d1{
	width: 300px;
/*	height: 200px;*/
	margin: 0 auto;
	font-size: 30px;
}
#ywjs .d2{
	width: 400px;
/*	height: 200px;*/
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}
#ywjs img{
	width: 300px;
	height: 200px;
}
#ywjs .img3{
	width: 300px;
	height: 400px;
	margin-top: 20px;
}
#ywjs .d3 div{
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	text-align: center;
}
.qbyw{
	width: 50px;
	height: 200px;
	background-color:#778899;
	margin-top: 50px;
	font-size: 30px;
	position: relative;
	top: 80px;
}
.qbyw a{
	line-height: 50px;
	color: #fff;
	text-decoration: none;
} 
.qbyw:hover{
	font-weight: bold;
	background-color:#87CEFA;
}
/**/
#lxwm{
	width: 100%;
	height: 50px;
	background-color: 	#C1CDCD;
}
#lxwm .cet{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
#lxwm a{
	line-height: 50px;
	color: #fff;
	text-decoration: none;
}
.img1{
	width: 100%;
	height: 100%;
	margin: auto;
}
/* 周边 */
.zb{
	height: 30px;
	background-color: #F0F8FF;
}
.zb .cet{
	width: 200px;
	margin: auto;
	line-height: 30px;
}
/* 侧边栏 */
/* 置顶 */
.ft{
	width: 77px;
	height: 77px;
	background-color: gray;
	border-radius: 10px;
	position: fixed;
	top: 700px;
	cursor: pointer;/*鼠标变为手*/
}
.ft img{
	position: relative;
	top: 15px;
	left: 25px;
}
.zd{
	position: relative;
	top: 2px;
	left: 18px;
	color: white;
}
/* 电话 */
.dh{
	background-color: pink;
	width: 77px;
	height: 77px;
	border-radius: 10px;
	position: fixed;
	top: 620px;
	cursor: pointer;/*鼠标变为手*/
}
.dh:hover .sjh{
	display: block;
}
.sjh{
	width:120px;
	height: 30px;
	background-color: #87CEFA;
	text-align: center;
	line-height: 30px;
	position: relative;
	top: -86px;
	left: 0px;
	border-radius: 10px;
	display: none;
}
.dh img{
	position: relative;
	top: 15px;
	left: 22px;
}
.zxp{
	position: relative;
	top: 0px;
	left: 20px;
	color: white;
}
/* 客服 */
.kf{
	background-color: orange;
	width: 77px;
	height: 77px;
	border-radius: 10px;
	position: fixed;
	top: 540px;
	cursor: pointer;/*鼠标变为手*/
}
.kf:hover .yx{
	display: block;
}
.yx{
	width:180px;
	height: 30px;
	background-color: #87CEFA;
	text-align: center;
	line-height: 30px;
	position: relative;
	top: -83px;
	left: 0px;
	border-radius: 10px;
	display: none;
}
.kf img{
	position: relative;
	top: 15px;
	left: 22px;
}
.qkf{
	position: relative;
	top: 0px;
	left: 20px;
	color: white;
}