@charset "utf-8";
@font-face {
    font-family: 'quicksandregular';
    src: url('slowsand-regular-webfont.eot');
    src: url('slowsand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('slowsand-regular-webfont.woff') format('woff'),
         url('slowsand-regular-webfont.ttf') format('truetype'),
         url('slowsand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*导航*/
.navbar-default {
	background: #1c2a36;
	border: none;
	height: 60px;
}
.navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 60px;
	height: 60px;
}
.navbar-brand .pull-left {
	margin-right: 8px;
}
.navbar-brand .pull-right {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}
.navbar-brand .pull-right span {
	font-size: 14px;
	padding-left: 10px;
}
/*登录后*/
.afterLanding .headerImg {
  display: inline-block;
  background: url("../static/images/headerImg.png") no-repeat 0 0;
  height: 34px;
  width: 34px;
  margin-right: 55px;
  border: 1px solid #1996e7;
  border-radius: 50%;
}
.afterLanding {
  position: relative;
}
.navbar-default .navbar-nav .afterLanding >a:hover {
  border-bottom: none;
}
.navbar-default .navbar-nav .afterLanding >a {
  display: flex;
  justify-content: center;
}
.navbar-nav>li>a {
	padding-top: 10px;
}
.afterLanding>ul {
  display: none;
  position: absolute;
  top: 74px;
  right: 12px;
  background: #1c2a36;
  width: 140px;
}
.afterLanding>ul a {
  display: block;
  padding: 10px 20px;
  color: #808080;
  text-align: center;
}
.afterLanding>ul a:hover {
  background: #1e4362;
  color: #1996e7;
}

.afterLanding ul .triangle { /*三角形*/
	position: absolute;
	top: -53px;
	right: 12px;
	width:0;
    height:0;
    border-width:0 13px 13px;
    border-style:solid;
    border-color:transparent transparent #1c2a36;
    margin:40px auto;
}

/*功能列表*/
.funcList,.sectionTwo {
    background: url("../images/bg.jpg") no-repeat center center;
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
    background-size: cover;
    /* background-attachment: fixed; */
}
.funcList>ul {
	display: flex;
	justify-content: space-between;
	padding: 6%;
}
.funcList>ul .measureManagement ul>li>a {
	border-left: 3px solid #00ffff;
}
.funcList>ul .simManagement ul>li>a {
	border-left: 3px solid #05c312;
}
.funcList>ul .profitManagement ul>li>a {
	border-left: 3px solid #482dc3;
}
.funcList>ul .operateTechnique ul>li>a {
	border-left: 3px solid #ff6699;
}
.funcList>ul .monitorReform ul>li>a {
	border-left: 3px solid #33ff99;
}
.funcList>ul .MochaItom ul>li>a {
	border-left: 3px solid #ff6633;
}
.funcList>ul .JichushujuItom ul>li>a {
    border-left: 3px solid #8ab2ef;
}
.funcList>ul .hlhtManagement ul>li>a {
	border-left: 3px solid #7a2f28;
}
.funcList>ul li {
	margin-bottom: 15px;
}
.funcList>ul li p {
	font-size: 14px;
	color: #ada7b0;
	margin-bottom: 10px;
}
.funcList>ul li a {
	display: flex;
	align-items: center;
	background: #1a2a3f;
	text-align: center;
	padding: 30px;
	font-size: 18px;
	color: #fff;
	transition:all ease-out .2s 0s;
}
.funcList>ul li a:hover {
	text-decoration: none;
	background: #1d3d67;
	transition:all ease-out .2s 0s;
}
.funcList>ul li a:hover i{
	transform: scale(1.2,1.2);
	transition:all ease-out .2s 0s;
}
.funcList>ul li a i {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 13px;
	transition:all ease-out .2s 0s;
}
.funcList>ul .architectureIcon  {
	background: url("../images/spritesIcon.png") no-repeat 0 0;	
}
.funcList>ul .dormitoryIcon  {
	background: url("../images/spritesIcon.png") no-repeat 0 -30px;	
}
.funcList>ul .peidianIcon  {
	background: url("../images/spritesIcon.png") no-repeat 0 -60px;	
}
.funcList>ul .mochaItomIcon  {
	background: url("../images/spritesIcon.png") no-repeat 0 -90px;	
}
 



 @media (max-width: 768px) {
	
}
@media (max-width: 440px) {
	.funcList {
		height: 100%;
	}
	.funcList>ul {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 50px;
	}
	.funcList>ul li a {
		padding: 10px;
	}
}
@media (max-width: 375px) {

}

@media (max-width: 320px) {

}