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

.P-icon {
    background: #40d2b1;
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}


/*导航*/

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 0, 30);
}

.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 .icon-bar {
    background: #1c9982;
}

.navbar-default .navbar-toggle:hover {
    border-color: #40d2b1;
    background-color: rgb(69, 210, 184);
}

.navbar-toggle {
    margin-top: 17px;
}

#home {

}

.lvJing {
    width: 100%;
    height: 100%;
    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;
    margin-right: 20px;
}


/*活动*/

#huoDong {
    padding: 80px 0;
    text-align: center;
}

#huoDong .col-md-4 {
    padding: 15px;
}

#huoDong .col-md-4:hover {
    background: #f1f1f1;
    box-shadow: 1px 1px 4px #ccc;
}

#huoDong a {
    color: #000000;
    text-decoration: none;
}

#huoDong img {
    margin: 0 auto;
}

#huoDong h3 {
    font-weight: bold;
}


/*赛事*/

#saiShi {
    background: #f8f8f8;
    padding: 80px 0;
    /*background: url(../images/A.jpg) no-repeat;*/
    background-size: 100% 100%;
}

#saiShi img {
    margin-right: 20px;
    margin-top: 20px;
    width: 360px;
}

#saiShi h2 {
    font-weight: bold;
}

#saiShi p {
    line-height: 40px;
}

#lol {
    background: #f8f8f8;
    padding: 80px 0;
}

#lol h2 {
    font-weight: bold;
}

#lol p {
    line-height: 40px;
}


/*商城*/

#shop {
    background: url(../images/timg.jpg) no-repeat;
    padding: 50px 0 100px;
    text-align: left;
    background-size: 100% 100%;
}

#shop h2 {
    font-weight: bold;
    padding-bottom: 60px;
}

#shop .col-md-3 {
    margin-bottom: 20px;
}

.course {
    background: #ffffff;
}

.course .btn {
    background: transparent;
    border: 1px solid #40d2b1;
    border-radius: 0;
    color: #40d2b1;
    margin: 10px 0;
    margin-bottom: 30px;
    padding: 8px 40px;
    transition: all 0.3s;
}

.course .btn:hover {
    background: #40d2b1;
    color: #ffffff;
}


/*互动*/

#play {
    padding: 80px 0;
}

#play h2 {
    font-weight: bold;
    padding-bottom: 30px;
}

#play .btn {
    margin: 10px 0;
    background: #40d2b1;
    border: 1px solid #40d2b1;
    border-radius: 0;
    padding: 6px 30px;
    transition: all 0.3s;
}

#play button:hover {
    background: rgb(44, 142, 120);
}


/*联系我们*/

#contact {
    background: url(../images/012948aw2dw3ssfzn5w3zt.jpg) no-repeat;
    background-size: cover;
    color: #ffffff;
}

#contact h2 {
    font-weight: bold;
    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;
}