/*BEGIN HEADER */
.navbar{
	margin: 0;
}
.navbar-header{
	line-height: 50px;
	margin: 0;
}
.navbar-header .header-title{
	font-size: 20px; 
	font-weight: bold;
	line-height: 50px;
}

@media only screen and (max-width: 1024px) {
	.page-width{width: 100%;}/*页面宽度*/
	.container-fluid .navbar-header{margin: 0;}
}
/*END HEADER*/

/*BEGIN CAROUSEL*/
.carousel{
	width: 100%;
	height: 300px;
	text-align: center;
}
.carousel h2 {
	color: #FFF;
	font-weight: 900;
	font-size: 40px;
	line-height: 200%;
}
.carousel p {
	color: #FFF;
	width: 500px;
	margin: 0;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
}
/* each slide background color */
.slide1 {
	/*background: #00bcd7;*/
	width: 100%;
	height: 300px;
	background-image: url(../img/lunbo1_bg.png);
	background-size:cover ;
}
.slide2 {
	/*background: #009788;*/
	width: 100%;
	height: 300px;
	background-image: url(../img/lunbo2_bg.png);
	background-size:cover ;
}
.slide3 {
	/*background: #ff5608;*/
	width: 100%;
	height: 300px;
	background-image: url(../img/lunbo3_bg.png);
	background-size:cover ;
	height: 300px;
}
.slide4 {
	/*background: #607d8d;*/
	width: 100%;
	background-image: url(../img/lunbo4_bg.png);
	background-size:cover ;
	height: 300px;
}
.swiper-slide{
	height: 300px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
}
/*END CAROUSEL*/

/*BEGIN SYSTEM ENTER*/
.systemEnter{
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.systemEnter .row{
	margin-bottom: 30px;
}
.systemEnter-Layout{
	padding: 0 10px;
}
.systemEnter-Shadow{
    -moz-box-shadow: 2px 2px 20px #333333;
    -webkit-box-shadow:2px 2px 20px #333333;
    box-shadow:2px 2px 20px #333333;
}
.systemEnter-Content{
	padding: 20px;
	background: #fff;
}
.systemEnter-Icon{
	width: 80px;
	height: 80px;
/*	background: #535353;*/
	margin-right: 30px;
}
.systemEnter-Icon i{
	font-size: 60px;
	color: #c9c9c9;
}
.enterTitle{margin-bottom: 15px;}
.systemEnter-Text > a{line-height: 20px; color: #3b6caa;display: block;}
.systemEnter-Text > a:hover,.systemEnter-Text > a:focus{cursor: pointer;text-decoration: none;outline: none;}
.systemEnter-Text > a:hover span,.systemEnter-Text > a:focus span{cursor: pointer;text-decoration: underline;outline: none;}
.systemEnter-Text > .oldVersion i,.systemEnter-Text > .oldVersion span{color: #707070;}
.systemEnter-Text i{margin-right: 5px;}
@media only screen and (max-width: 1024px) {
	.systemEnter-Layout {
		margin-bottom: 20px;
	}
	.systemEnter .row{
	margin-bottom: 0;
	}
}
/*END SYSTEM ENTER*/

/*BEGIN FOOTER*/
footer{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #000;
	bottom: 0;
}
footer span{
	color: #707070;
}
@media only screen and (min-height: 782px) {
	footer{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #000;
	position: absolute;
	bottom: 0;
	}
}
/*END FOOTER*/
