* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
}
.imgv{
	margin-top: 0%;
	margin-left: 0%;
	width: 195px;
	height: 68px;
}
body {
	font-family: "Open Sans", "Tahoma", "Hiragino Sans GB", "Microsoft YaHei";
	font-size: 16px;
	background: url(../img/bg.jpg);
	background-size: 100% 1040px;
	min-width: 1400px;
	background-repeat: no-repeat;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

#header {
	height: 65px;
	width: 100%;
	min-width: 1400px;
	/*background: ;*/
	overflow: hidden;
}

#header h1 {
	line-height: 60px;
	width: 215px;
	padding-left: 15px;
	font-size: 20px;
	float: left;
}
#dashbord{
	margin-left: 0px;
}
.parts li {
	float: left;
	font-size: 20px;
	margin-left: 15px;
	/*line-height: 50px;*/
	padding:0 10px 0 10px;
	text-align: center;
	width: 55px;
}
.parts li a img{
	width: 30px;
	height:30px;
	margin-top:7px;
}
.partsActive {
	background: rgba(205, 219, 196, 0.5);
}

.parts li:hover {
	background: rgba(205, 219, 196, 0.5);
}

.parts li a span {
	font-size: 15px;
	line-height: 18px;
	display: block;
	height:25px;
}


.findBord{
	float: left;
	width: 250px;
	height: 60px;
}
.findBord form{
	position:relative;
}
#find{
	width: 200px;
	height: 40px;
	border: 1px solid #101010;
	border-radius:7px;
	margin-top:12px ;
	margin-left:70px;
	color: #080808;
	font-size: 15px;
	padding-right:30px;
}
#sub{
	
	position:absolute;
	width: 30px;
	height: 30px;
	left:270px;
	top:18px;
	z-index: 10;
	background: url(../img/find.png);
	border-width:0 ;
	cursor: pointer;
}
#careSingInfo,#peopleSignInfo,#warmSignInfo{
	color: #101010;
}
.careSing img,.warmSing img,.peopleSing img{
	width: 30px;
	height:30px;
	float:right;
	margin-top:18px;
	margin-right:20px;
}

.warmSignInfo li,.careSingInfo li{
	min-width: 200px;
}
/*content style start*/
#contetn {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
}
/*鍙充晶鏍�*/
#RightNav {
	clear: both;
	width: 230px;
	float: left;
	/*height: 1000px;*/
}
#HotSearch{
	width: 100%;
	height: 235px;
	/* margin-left: 10px; */
	
}
.RightTop{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1B6D85;
    border-top: 2px solid #1B6D85;
}
.RightTop p{
	font-size: 1em;
    font-weight: normal;
    padding-left: 5px;
    margin-left: 1px;
    float: left;
}
.more{
	font-size: 10px;
	float: right;
    margin-right: 7px; 
}
#HotSearch img{
	display: block;
	float: left;
	margin: 17px auto auto 20px;
	width: 15px;
	height: 15px;
}
#HotSearch ol{
	margin-left: 40px;
}
#HotSearch ol li{
	height: 22px;
	font-family:"Microsoft YaHei";
	line-height: 22px;
} 
#HotSearch ol li a{
	font: 12px/20px "Open Sans", "Tahoma", "Hiragino Sans GB", "Microsoft YaHei";,serif;
}

#nav>li {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-bottom:1px solid #1B6D85;
	border-top:1px solid #1B6D85;
	
	/*padding-left: 20px;*/
}

#nav li:hover {
	background: #295a94;
}

#nav li p {
	display: block;
	padding-left: 20px;
}
#nav ul li{
	padding-left:39px;
}
#nav ul li {
	font-size: 15px;
	height: 40px;
	line-height:40px;
}
#nav img{
	width: 15px;
	height:15px;
}
.navActive {
	background: #295a94;
}
.hiddenSign{

	position:absolute;
	top:350px;
	left:215px;
}
.hiddenSignR{
	position:absolute;
	top:350px;
	left:0px;
}

#main {
	width: calc(100% - 230px);
	margin-left: 230px;
	height: 1000px;
	background: #FFFFFF;
	color: #000000;
}


/*content style over*/