/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item>img {
    width: 100%;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*主体样式*/
.contect-box{
    background: url(../images/contect-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
    padding-top: 8rem;
    
}
.contect-box .col-sm-5{color: #fff;}
#container{
    height: 24rem;
}
.contect-box .marketing{padding-top: 12rem;}
.contect-box h1{font-size: 4rem;
    font-weight: bold;}
.contect-box h3{    font-weight: 200;
    padding-top: 1rem;margin-bottom: 2rem;}

.contect-box ul{padding: 0;}
.contect-box ul li{padding: 1rem 0;}





/*移动端适配*/

@media (max-width:480px) {
   
.contect-box .marketing {
    padding-top: 0;
}
.contect-box h1 {
    font-size: 2rem;
}

.contect-box {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.contect-box h3 {
    padding-top: 0.6rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.contect-box ul li {
    padding: 0.5rem 0;
}
.contect-box ul {
    margin-bottom: 2rem;
}








}