/*关于益佰*/
body{
	background: #F5F5F5;
}
/*广告图*/
.banner{
	margin:auto;
	margin-top:64px;
	width:1200px;
	height:413px;
}
.banner>p{
	width:100%;
	height:50px;
	line-height:50px;
}
.banner>p>span>a{
	color:#0080CC;
}
/*内容切换*/
.content{
	width:1200px;
	height:100%;
	margin:auto;
	margin-top:50px;
        bottom:180px;
}
.content-left{
	width:28%;
	height:650px;
	float: left;
	border-radius: 5px;
}
.content-right{
	width:70%;
	height:100%^;
	background: white;
	float: right;
	border-radius: 5px;
    padding-bottom:60px;
}
.content-l-top{
	width:100%;
	height:300px;
	background: white;
	margin-bottom:24px;
	border-radius:5px;

}
.content-l-bottom{
	width:100%;
	background: white;
	height:300px;
	border-radius:5px;
}

.content-l-top>ul{
	width:100%;
	height:300px;
}
.content-l-top>ul>li{
	width:100%;
	height:50px;
	line-height:50px;
	text-align: center;
	color: #999999;
	font-size:16px;
	border-radius: 5px;
}
.content-l-top>ul>.lu{
	background:#0080CC;
	color:white;
}
.content-l-top>ul>li:hover{
	color:#65b3e2;
	cursor: pointer;
}

#find{
	width:260px;
	margin: auto;
	padding-top:20px;
}
#find>p:nth-of-type(1){
	color: black;
	font-size: 16px;
	font-weight:900;
}
#find>p:nth-of-type(2)>input{
	width:255px;
	height:40px;
	border-radius: 5px;
	border:0px;
	background:#EEEEEE;
	padding-left:5px;
	text-align: center;
	font-size:15px;
	margin-top: 25px;
}
#find>p:nth-of-type(3)>button{
	background: #0080CC;
	text-align: center;
	line-height: 40px;
	width:100%;
	height:40px;
	border:0px;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	cursor: pointer;
	margin-top: 25px;
}

#find>p:nth-of-type(4){
	width:100%;
	height:40px;
	line-height: 40px;
	margin-top: 35px;
}
#find>p:nth-of-type(5){
	width:100%;
	height:40px;
	line-height: 40px;
}

#find>p:nth-of-type(4)>a{
	color: black;
}
#find>p:nth-of-type(5)>a{
	color: black;
}
#find>p:nth-of-type(4)>a>span:nth-of-type(2){
	float: right;
}
#find>p:nth-of-type(5)>a>span:nth-of-type(2){
	float: right;
}

.font{
	width:85%;
	height:100%;
	display: none;
	margin: auto;
        /*padding-bottom:100px;*/
}
.font>h1{
	color: black;
	margin-top:50px;
}
.font>p{
	font-size:15px;
	color: #333333;
/*	text-indent:2rem;*/
	line-height: 25px;
	margin-top: 35px;
}
.font:nth-of-type(1){
	display: block;
}
.font-img{
	width:100%;
	height:100%;
/*	background:cyan;*/
}
.font-img01{
	width:30%;
	height:200px;
/*	background: red;*/
	margin-left: 2.5%;
	float: left;
	margin-top: 2.5%;
}

/*分页*/
.fenye{
	width:100%;
	height:40px;
	margin-top:46px;
}
.paging{
	width:90%;
	height:40px;
	float: right;
	/*margin-right: 50px;*/
	
}
.paging>ul>li{
	width:40px;
	height: 40px;
	border:1px solid #EEEEEE;
	float: left;
	margin-left: 10px;
	text-align: center;
	line-height:40px;
	border-radius:5px;
	color:#999999;
}
.paging>ul>li:hover{
	background: #0080CC;
}

.paging>ul>li:hover>a{
	color:white;
}
