body{ font-family:"微软雅黑";}
.fl{
	float: left;
}
.fr{
	float: right;
}
.header .navbar-default{
	background-color: #fff;
}
.header .navbar{
	border: none;
}
.header .logo{
	padding-top: 20px;
}
.header .navbar-login a{
	display: block;
	width: 167px;
	height: 46px;
	background-color: #00aaff;
	border-radius:18px;
	margin-top: 32px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #fff;
}
.header .navbar-login a img{
	margin-right: 8px;
}
.header .navbar-login a:hover{
	text-decoration: inherit;
}

.inform{
	background: url(http://www.91boot.com/static/images/index/bg.png) bottom center no-repeat;
	min-height: 500px;
}
.inform h2{
	text-align: center;	
}
.inform h2 b{
	text-transform: uppercase;
	font-family: 'Impact Regular';
	color: #3a3a3a;
	font-size: 71px;
	font-weight: normal;
}
.inform h2 span{
	display: block;
	font-weight: normal;
}

.computer{
	height: 590px;
	background: url(http://www.91boot.com/static/images/index/bg2.png) center no-repeat;
	margin-top: 50px;
	text-align: center;
}
.computer img{
	margin-top: 41px;
	max-width: 100%;
}
.inform p{
	color: #f1f1f1;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	padding: 0 20%;
}

.demo{
	display: table;
	overflow: hidden;
}
.demo .left{
	background-color: #2c2e2f;
	display: table;
}
.demo h4{
	text-align: center;
	padding-top: 20px;
}
.demo p{
	color: #ffffff;
	padding-left: 20%;
	text-align: justify;
	padding-right: 10%;
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
}
.demo h6{
	padding-right: 10%;
	padding-left: 20%;
	text-align: center;
	padding-bottom: 30px;
}
.demo h6 a{
	display: block;
	width: 150px;
	height: 56px;
	border: 2px solid #fff;
	border-radius: 18px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	margin-top: 30px;
}
.demo .right{
	background-color: #cbeafa;
	display: table;
}
.demo .right p,.demo .right h6{
	padding-left: 10%;
	padding-right: 20%;
	color: #02588c;
}
.demo .right h6 a{
	color: #02588c;
	border: 2px solid #02588c;
}

.feedback{
	background-color: #9cceee;
	padding-bottom: 30px;
}
.feedback h2{
	text-align: center;
	padding-top: 20px;
	font-size: 24px;
	color: #02588c;
}
.feedback ul li{
	list-style: none;
	margin: 10px 0;
}
.feedback ul li p{
	line-height: 28px;
}
.feedback ul li p span{
	display: block;
	color: #2c2e2f;
	font-size: 14px;
	text-align: justify;
}
.feedback ul li p i{
	font-style: normal;
	display: block;
	text-align: right;
	margin-right: 0px;
}
.contact{
	padding-bottom: 20px;
}
.contact p{
	text-align: center;
	font-size: 14px;
	padding-top: 50px;
	line-height: 26px;
}
.contact p i{
	color: #048bce;
	font-style: normal;
}
.contact .logos{
	text-align: center;
	padding-top: 50px;
}

.footer{
	background-color: #2c2e2f;
	padding-bottom: 30px;
}
.footer p{
	text-align: center;
	color: #dbdbdb;
	padding-top: 30px;
	font-size: 14px;
	line-height: 26px;
}
.footer p em{
	font-style: normal;
	color: #048bce;
}
.navbar-header a{
	display: block;
	width: 40px;
	height: 40px;
	background: url(http://www.91boot.com/static/images/index/login.png) center no-repeat;
	float: right;
	margin-top: 20px;
}



@media (min-width: 768px) {
	.navbar-header a{
		display: none;
	}
}
@media (max-width: 992px){
	.inform .computer{
		height: 420px;
		-webkit-background-size: 80% 70%;
		background-size: 80% 70%;
		margin-top: 0;
	}
	.inform .computer img{
		width:57%;
		height: 240px;
		margin-top: 80px;
		
	}
	.demo p{
		padding: 0;
	}
	.demo h6{
		padding: 0;
		padding-bottom: 20px;
	}
	.demo .right p{
		padding: 0;
	}
	.demo .right h6{
		padding: 0;
		padding-bottom: 20px;
	}
	.inform p{
		padding: 0;
	}
	.contact p{
		text-align: center;
	}
	.contact  .logos{
		padding-top: 20px;
	}
}

@media (max-width: 768px) {
	.header .logo{
		width: 40%;
	}
	.navbar-header a{
		display: block;
	}
	.navbar-login{
		display: none;
	}
	.inform h2 b{
		font-size: 40px;
	}
	.inform h2 span{
		font-size: 18px;
		line-height: 30px;
	}
	.inform p{
		padding: 0;
	}
	.contact p{
		text-align: center;
	}
	.demo p{
		padding: 0 !important;
		padding: 0;
	}
	.demo h6{
		padding: 0 !important;
		padding-bottom: 20px !important;
	}
	.feedback ul li{
		position: relative;
		left:-20px
	}
	.contact .logos{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.contact .logos img{
		width: 50%;
		margin: 0 auto;
	}
	.footer p{
		font-size: 13px;
	}
	.inform{
		display: table;
		-webkit-background-size: 100% 60%;
		background-size: 100% 60%;
	}
	.inform .computer{
		height: 260px;
		-webkit-background-size: 80% 60%;
		background-size: 80% 60%;
		margin-top: 0;
	}
	.inform .computer img{
		width: 60%;
		height: 130px;
		margin-top: 62px;
	}
}
