body{
    font-family: 'Microsoft YaHei', sans-serif;
}

/*µ¼º½*/
.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.curr{
   color: blue; 
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    height: 70px;
    line-height: 35px;
}
.navbar-toggle{
    margin-top: 17px;
}
.navbar-default .navbar-toggle:hover {
    border-color: #40D2B1;
    background-color: rgb(69, 210, 184);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1C9982;
}
/*home*/
#home{
    margin-top: 50px;
    background: #F5EAEE url(../images/home-logo.jpg) no-repeat ;
    background-size: cover;
    color: #000000;
    text-align: center;
    width: 100%;
}
#home .container{
    width: 100%;
    padding: 0;
}
#home .col-md-8,#home .col-md-4{
    padding: 0;
}
#home h1{
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 25px;
}
#home p{
    font-weight: 400;
    line-height: 35px;
}
#home button{
   margin-bottom: 350px;
}
/*HTML5 + bootstrap*/
#product{
    background: #f8f8f8;
    padding: 50px 0 0 0;
}
#product .col-md-12 {
   padding: 50px 0 50px 0;
   text-align: center;
}
#product .col-md-12 h2{
   font-weight: bold;
}
#product .col-md-6 {
   padding: 0 0 20px 0;
}
#product .col-md-6 h2 {
    margin-top: 30%;   
    font-weight: bold;
    margin-left: 20%;
}
#product p,#product button{
    line-height: 25px;
    margin-left: 20%;
}
#product .probg{
    background: url(../images/a57.jpg) no-repeat 0px -240px;
    background-size: cover;
}

/*allpro*/
#allpro{
    background: #f8f8f8;
    padding:0 0 50px 0;
    text-align: center;
}

#allpro h2{
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 40px;
}
#allpro .col-md-3{
    margin-bottom: 20px;
}
.allpro {
    background: #ffffff;
}
#allpro .btn{
    background: transparent;
    border: 1px solid #40D2B1;
    border-radius: 0px;
    color: #40D2B1;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 8px 40px;
    transition: all 0.3s;
}
#allpro .btn:hover{
    background: #40D2B1;
    color: #fff;
}

/*app*/
#app{
    padding: 50px 0;
}
#app h2{
    font-weight: bold;
    padding-bottom: 30px;
}
#app .btn{
    margin: 10px 0;
    background: rgb(64, 210, 177);
    border-color: rgb(64, 210, 177);
    border-radius: 0;
    padding: 6px 30px;
    transition: all 0.3s;
}
#app .btn:hover{
    background: rgb(44, 142, 120);
}

/*contact*/
#contact{
    background: url("../images/contact-bg.png") no-repeat 0px 0px;
    background-size: cover;
    color: #000000;
    filter:alpha(opacity=70);  
      -moz-opacity:0.7;  
      -khtml-opacity: 0.7;  
      opacity: 0.7; 
    padding-top: 20px;
}
#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: #fff;
    font-weight: bold;
    transition: all 0.3s;
}
#contact input[type="submit"]:hover{
    background: rgb(44, 142, 120);
}

/*footer*/
footer{
    font-weight: 400;
    text-align: center;
    padding:20px ;
}