body{
    font-family: 'Microsoft YaHei', sans-serif;
}
.main-icon{
	background: rgb(64,210,177);
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
}
.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: 30px;
	font-weight: bold;
	color: #40D2B1;
	height: 70px;
	line-height: 35px;
}
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	height: 70px;
	line-height: 35px;
}
.navbar-default .navbar-toggle:hover{
	border-color: #40D2B1;
	background-color: rgb(69,210,184);
}
.navbar-toggle{
	margin-top: 17px;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #1C9982;
}
/*home*/
#home{
	margin-top: 70px;
	background: url("../img/home-bg.jpg");
	background-size: cover;
	color: #ffffff;
	text-align: center;
	width: 100%;
}
.lvjing{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	padding: 90px 0;
}
.lvjing2{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	padding: 90px 0;
}
#home h1{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#home p{
    font-weight: 400;
    line-height: 35px;
}
#home img{
    margin-top: 30px;
    display: inline-block;
}
/*development*/
#development{
	padding: 80px 0;
	text-align: center;
}
#development .col-md-3{
    padding: 15px;
}
#development .col-md-3:hover{
    background: #f1f1f1;
    box-shadow: 1px 1px 4px #ccc;
}
#development a{
    color: #212121;
    text-decoration: none;
}
.development-logo{
	height: 100px;
	width: 100px;
}
#development img{
	margin: 0 auto;
}
#development h3{
    font-weight: bold;
}
/*example*/
.example{
	background: #f8f8f8;
	padding-bottom: 80px;
}
.example-section{
	padding: 80px 0 0 0;
}
.example-title{
	font-weight: bold;
}
.example-content{
	line-height: 25px;
}
/*.example-img{
	width: 80%;
}*/
#ios .example-img,#html5 .example-img{
	float: right;
	padding-right: 20px;
}
/*contact*/
#contact{
	background: url(../img/contact-bg.png) no-repeat;
	background-size: cover;
	color: white;
}
#contact h2{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 25px;
}
#contact p{
	line-height: 25px;
	margin-bottom: 20px;
}
#contact .form-control{
	border: none;
	border-radius: 0;
	height: 50px;
	margin-bottom: 20px;
}
#contact textarea.form-control{
	height: auto;
}
#contact input[type="submit"]{
	background: #40D2B1;
	color: white;
	font-weight: bold;
	transition: all 0.3s;
}
#contact input[type="submit"]:hover{
	background: rgb(44,142,120);
}
footer{
	font-weight: 400;
	text-align: center;
	padding: 20px;
}

#contact a{
    color: white;
    text-decoration: underline;
}
.container a{
    color: #212121;
}
