body{
    font-family: 'PingFang-SC-Regular','QSrosoft YaHei', sans-serif;
}
.mai-icon{
    background: rgb(64, 210, 177);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
/*导航*/
.navbar-default{
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
}
.navbar-default .navbar-brand {
    height: 76px;
    padding:10px 10px;
}
.navbar-default .navbar-nav>li>a {
    font-family: "PingFang-SC-Medium";
    font-size: 19px;
    color:#000;
    height: 76px;
    line-height: 46px;
    cursor: pointer;
    margin-right:30px;
}
.navbar-toggle{
    margin-top: 22px;
}
/* .navbar-default .navbar-toggle:hover {
    background:linear-gradient(red,orange );
} */
/* .navbar-default .navbar-toggle .icon-bar {
    border-color: #fff;
    background:linear-gradient(orange, red);
} */
/*home*/
#home{
    margin-top: 76px;
    background: url("../images/banner.jpg") no-repeat center;
    background-size: cover;
    /* background-size: contain; */
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 700px;
}
@media screen and (max-width: 450px) {
    #home {
        background-size: contain;
        height: 173px;
    }
}
.lvjing{
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.7); */
    padding: 20px 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;
}
/*bbs*/
#bbs{
    padding: 80px 0;
    text-align: center;
}
#bbs .col-md-4{
    padding: 15px;
}
#bbs .col-md-4:hover{
    background: #f1f1f1;
    box-shadow: 1px 1px 4px #ccc;
}
#bbs a{
    color: #212121;
    text-decoration: none;
}
#bbs img{
    margin: 0 auto;
}
#bbs h3{
    font-weight: bold;
}

/*HTML5 + bootstrap*/
#html5{
    background: #fff;
}
#html5 , #bootstrap{
    padding: 80px 0;
}
#html5 h2 , #bootstrap h2{
    font-weight: bold;
}
#html5 p  , #bootstrap p{
    line-height: 25px;
}

/*course*/
#course{
    background: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}
#course h2{
    font-weight: bold;
    /* padding-bottom: 40px; */
}
#course .col-md-3{
    margin-bottom: 20px;
}
.course {
    background: #ffffff;
}
#course .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;
}
#course .btn:hover{
    background: #40D2B1;
    color: #fff;
}

/*app*/
#app{
    padding: 80px 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-size: cover;
    color: #ffffff;
    background-color:#000
}
#contact h2{
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
}
#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);
}
.course {
    width:100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    transition: all .5s;
}
.course:hover {
   transform: translateY(-40px);
}
.course img {
    width: 80px;
    margin: 0;
    margin-top: 60px;
}
.p1 {
    font-family: 'Novecentowide-Medium';
    line-height: 1;
    font-size: 22px;
    color: #000;
    margin: 0;
    height: auto;
    margin-top: 30px;
    font-weight: 600;
}
.p2{
    font-family: 'PingFang-SC-Bold';
    line-height: 1;
    font-size: 24px;
    color: #4e4f50;
    margin: 0;
    height: auto;
    margin-top: 22px;
    letter-spacing: 2px;
}
.p3 {
    font-family: 'PingFang-SC-Medium';
    line-height: 1.8;
    font-size: 16px;
    color: rgba(0,0,0,.8);
    margin: 0;
    margin-top: 61px;
    font-weight: 500;
    letter-spacing: 1px;
}
.p4 {
    font-family: 'PingFang-SC-Light';
    line-height: 1.8;
    font-size: 10px;
    color: rgba(0,0,0,.5);
    font-style: italic;
    margin: 0;
    margin-top: 14px;
    margin-bottom: 30px;
}
/*footer*/
footer{
    font-weight: 400;
    text-align: center;
    padding:20px ;
}