body{
	font-family: "microsoft yahei";
}
.navbar-default{
	background-color: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
}
.navbar-default .navbar-brand {
    font-size: 26px;
    font-weight: bold;
    color: #40d2b1;
    height: 70px;
    line-height: 35px;
}
.navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    height: 70px;
    line-height: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0fbd96;
}
.navbar-default .navbar-toggle:hover {
    border-color: #13ab88;
    background-color: #40d2b1;
}
.navbar-default .navbar-toggle {
    border-color: #16d8ac;
}
.navbar-toggle {
	margin-top: 17px;
}
/*home*/
#home{
	margin-top: 70px;
	background-image: url(../img/home-bg.jpg);
	background-size: cover ;
	width: 100%;
	color: white;
	text-align: center;
}
.lvjing{
	width: 100%;
	height: 100%;
	background: rgba(24, 54, 74, 1.0);
	padding: 70px 0px;
	
}
.lvjing2{
	width: 100%;
	height: 100%;
	background: rgba(212, 238, 255, 1.0);
	padding: 70px 0px;
}
#home h1{
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 25px;
}
#home p{
	font-weight: 400px;
	line-height: 35px;
}
/*home*/
/*bbs*/
#bbs{
	padding: 80px 0;
	text-align: center;
}
#bbs .col-md-4{
	padding: 15px;
}
#bbs .col-md-4:hover{
	
    background-color: #f1f1f1;
    box-shadow: 1px 1px 4px #ccc;
}
#bbs a{
	color: #000000;
	text-decoration: none;
}
#bbs img{
	margin: 0 auto;
}
#bbs h3{
	font-weight: bold;
}

/*bbs*/

/*html5+bootstrap*/
#html5{
	background-color: #f3f3f3;
}
#html5, #bootstrap{
	padding: 80px 0;
}
#html5 h2,#bootstrap h2{
	font-weight: bold;
}
.mai-icon{
	   background-color: #42d4b4;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
#html5 p,#bootstrap p{
	line-height: 40px;
}
/*html5+bootstrap*/
/*course*/
#course{
	background-color: #f3f3f3;
	padding: 80px 0;
	text-align: center;
}
#course h2{
	font-weight: bold;
	padding-bottom: 60px;
}
.course{
	background-color: #f3f3f3;
	margin-bottom: 20px;
}
#course .btn-primary{
	color: #41d4b4;
    background-color: white;
    border-color: #41d4b4;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 40px;
    transition: all 0.3s;
}
#course .btn-primary:hover{
	color: #fafbfb;
    background-color: #42d4b4;
    border-color: #41d4b4;
}

/*course*/
/*app*/
#app{
	padding: 80px 0;
}
#app h2{
	font-weight: bold;
	margin-bottom: 30px;
}
#app p{
	line-height: 30px;
}
#app a{
	margin-right: 30px;
	margin-bottom: 20px;
}
/*app*/
/*contact*/
#contact{
	background: url(../img/contact-bg.png) no-repeat;
	background: cover;
	color: white;
}
#contact span{
	margin-right: 20px;
}
#contact h2{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}
#contact p{
	line-height: 25px;
	margin-bottom: 20px;
}
#contact .form-control {
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 50px;
}
#contact textarea.form-control{
	height: auto;
}
#contact input[type="submit"]{
	background-color: #42D4B4;
	color: #FFFFFF;
	font-weight: bold;
	transition: all 0.3s;
}
#contact input[type="submit"]:hover{
	background-color: #02b38d;
}
/*contact*/
/*footer*/
#footer p{
	text-align: center;
	font-weight: 400;
	padding: 20px;
}


/*footer*/
