* {
	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/bg1.jpg);
/* 暂时修改	 */
/* 	background-size:100% 835px; */
	background-size: 100% 770px;
	min-width: 1400px;
	background-repeat:no-repeat;
/* 	background-attachment: fixed; */
/* 	height: 770px; */
/* overflow: hidden;*/
}

.hidden {
	display: none;
}

.show {
	display: block;
}

#header {
	height: 65px;
	width: 100%;
	min-width: 1400px;
	background:url(../img/headerbg.jpg) ;
	overflow: hidden;
}

#header h1 {
	line-height: 60px;
	width: 215px;
	padding-left: 15px;
	font-size: 20px;
	float: left;
}
#header span{
	color: #FFFFFF;
}
#nav li{
	color: #FFFFFF;
}
#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: 10px;
	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;
}
.peopleSignInfo{
	position:absolute;
	top: 75px;
	right: 5px;
	background:#28325d;
}
#trianglePeople{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid RGB(226,210,210);
    position:absolute;
    top:-10px;
    right: 23px;

	/*background: red;*/
}
.careSingInfo{
	position:absolute;
	top: 75px;
	right: 5px;
	background:#28325d;
}
#triangleCare{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid RGB(226,210,210);
    position:absolute;
    top:-10px;
    right: 75px;

	/*background: red;*/
}
.warmSignInfo{
	position:absolute;
	top: 75px;
	right: 5px;
	background:#28325d;
}
#triangleWarm{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid RGB(226,210,210);
    position:absolute;
    top:-10px;
    right: 125px;

	/*background: red;*/
}
.warmSignInfo li,.careSingInfo li{
	min-width: 200px;
}
/*content style start*/
#contetn {
	width: 100%;
/* height: 800px; */
	background: rgba(255, 255, 255, 0.2);
}

#nav {
	width: 230px;
	float: left;
}
#nav>li {
	height: 50px;
	font-size: 15px;
	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: 14px;
	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;
	z-index: 99
}

#main {
	width: calc(100% - 230px);
	margin-left: 230px;
/* 这里先进行调整，调整完布局后再复原背景	 */
	background: #FFFFFF;
	color: #000000;
}
#content{
	color: #000000;
}


/*content style over*/