html,
body {
	margin: 0;
	background-color: #F0F0F0;
}

#topDiv {
	width: 100% !important;
	height: 90px !important;
	background-color: white !important;
}


/*#topDiv span {
	color: #FFFFFF;
	font-size: 12px;
}*/


/*#ulDiv {
	float: right;
	margin-top: 30px;
}

#ulDiv ul {
	list-style: none;
	text-align: center;
}

#ulDiv li {
	float: left;
	width: 100px;
	font-size: 17px;
}

#ulDiv a {
	color: #000000;
}

#ulDiv a:link {
	text-decoration: none;
}*/

.changecolor {
	background-color: #00A0E9;
	color: white;
	border-radius: 8px;
}


/**
			 * 透明
			 */

body {
	background-color: transparent;
}

.layui-carousel {
	background-color: transparent;
}

.shadow:hover {
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	background: #EEFF99;
}

#save {
	width: 100px;
	height: 35px;
	margin-top: 30px;
	background-color: #4489CA;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

#cancel {
	width: 100px;
	height: 35px;
	margin-top: 30px;
	background-color: #4489CA;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}


/**
 * 导航栏
 */

.layui-nav {
	float: right;
	margin-top: 15px;
	background-color: #FFFFFF;
}


/**
 * 导航栏
 */

.layui-nav .layui-nav-item a {
	color: #535353;
}


/**
 * 导航栏
 */

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	background-color: #086fd6;
}


/**
 * 导航栏
 */

#topDiv .layui-nav .layui-nav-item a:hover,
#topDiv .layui-nav .layui-this a {
	/* color: #007DDB; */
	color:#086fd6;
	text-decoration: none;
}

#topDiv .layui-nav .layui-nav-item a:hover{
	text-decoration: none;
}
#topDiv .layui-nav .layui-nav-item {
	height:60px;
}

#footerDiv {
	width: 100%;
	height: 180px;
	background: url(../img/footerbg.png) no-repeat center;
	background-size: 100% 180px;
	min-width: 1200px;
}

#changeOrganization:hover {
	color: #FFFFFF !important;
	background-color: #1E9FFF !important;
	border: none !important;
}