

/**第一层 顶部大图**/
.au-1-main {
    background-image: url(../../images/aboutus/c_bj.jpg);
    height: 289px ! important;
    background-size: 100% 100%;
    position: relative;
}
#demo-canvas {
    position: absolute;
    width: 100% ! important;
    height: 500px ! important;
}

/**第二层 我们是银河航天**/
.au-gs {
	padding: 45px 0 50px 0;
}
.au-left {
	border-right: 2px solid #455495;
}
.au-gs-txt {
	color: #9d9d9d;
    font-size: 14px;
    line-height: 24px;
}

/**第三层 团队**/
.au-team {
	background-image: url(../../images/aboutus/adoutus_bj.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}
.au-team .au-team-item {
	background-color: #f1f2f6;
	margin-bottom: 50px;
	
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.au-team .au-team-item-main {
	border-radius: 2px;
    margin-bottom: 25px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
.au-team .au-team-item h3 {
    color: #79797a;
    border-left: 3px solid #495997;
    padding-left: 10px;
    margin-bottom: 24px;
}
.au-team .au-team-item h3 small {
    color: #79797a;
    margin-left: 15px;
    font-size: 13px;
}
.au-team .au-team-item-main > div {
	color: #79797a;
    font-size: 13px;
    line-height: 24px;
}
.au-team .au-team-item:hover {
	background-color: #adb0b5;
	border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: 3px -3px 13px #ccc;
}
.au-team .au-team-item:hover .au-team-item-main > div,
.au-team .au-team-item:hover h3,
.au-team .au-team-item:hover h3 small {
    color: #f9f9f9;
}

@media (max-width: 992px) and (min-width: 767px) {
	#demo-canvas {
		display: none;
	}
}

@media (max-width: 767px)  {
	#demo-canvas {
		display: none;
	}
	.au-1-main {
	    height: 145px ! important;
	}
	.mn-1-txt {
	    padding-top: 75px;
	}
	.au-left {
	    border-right: none;
	}
	.au-team .au-team-item {
		padding-top: 25px;
	}
	.au-team-item img {
	    border-radius: 50px;
	    margin-right: auto;
	    margin-left: auto;
	    display: block;
	    width: 100%;
	}
	.au-team .au-team-item:hover {
	    background-color: #adb0b5;
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
	    box-shadow: 3px -3px 13px #ccc;
	}


