@charset "utf-8";
/* CSS Document */
*{
	font-family:"Microsoft YaHei", 微软雅黑, 宋体, helvetica, "Hiragino Sans GB";;
}

/* 通用字体大小*/
.font{
	font-size:14px;
}

.font1{
	font-size:16px;
}

.font2{
	font-size:18px;
}
/* 通用字体颜色*/
.fontcolor{
	color:#333;
}
.fontcolor1{
	color:#666;
}
.fontcolor2{
	color:#999;
}
.bottom{
	background:#424242;
	height:auto;
	width:100%;
}
.bottom h5{
	color:#FFF;
}
.bottom h4{
	color:#FFF;
}
.bottom ul{
	margin-left:5px;
	padding:0px;
}
.bottom ul li{
	list-style:none;
	color:#FFF;
	margin-top:8px;
	margin-bottom:8px;
}
.bottom ul li a{
	color:#FFF;
	list-style:none;
}
.bottom ul li a:hover{
	color:#FFF;
	list-style:none;
}
.loginform{
	background:#fff;
	margin-top:20px;
	margin-bottom:20px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin-heading{
	color:#333;
	font-size:20px;
	text-align:center;
	font-weight:normal;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
