/*投资者关系*/
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;
}
.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: 25px;
	cursor: pointer;
}
.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;
}

.content-right-t{
	width:85%;
	height:100%;
	margin: auto;
}
.font{
	width:100%;
	height:100%;
	margin: auto;
	display: none;
}
.font>h1{
	color: black;
	margin-top:50px;
}
.font>p{
	width: 100%;
	font-size:15px;
	color: #333333;
	text-indent:4rem;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom:1px dashed darkgray;
}
.font>p>span:nth-of-type(2){
	margin-left:170px;
	color:#999999;
}
.font:nth-of-type(1){
	display: block;
}
/*分页*/
.content-right-b{
	width:100%;
	height:40px;
}
.paging{
	width:90%;
	height:40px;
	float: right;
	margin-top:10px;
	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;
}

