

/* 关于我们 */
#about {

}
#about ul{
    padding-left: 10px;
}
#about .us  .col-md-5 p,#about .us  .col-md-5 ul li{
    line-height: 2;
}
#about .course ul li{
    line-height: 2.5;
}
#about .adv .item{
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    padding-right: 1.5rem;
    overflow: hidden;
}
#about .adv .item .title{

    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    padding-right: 1.5rem;

}
#about .adv .item img{
 transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
#about .adv .item:hover img{
     -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#about .adv .item:hover .title{
   top:12rem
}
#about .adv .title{
    color: #ffffff;
    position: absolute;
    top:17.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
#about .adv .title .h4{
    text-shadow: 2px 1px 1px #2c2c2c;
    color: #ffffff;
}
#about .course .col-lg-4 {
    padding-right: 3rem;
}

#about .course .col-md-4 p{
   line-height: 2.5;
    padding-top: 0.5rem;
}






/* 加入我们  */


#join-us{
    margin-top: 5%;
    background: #ffffff;
    padding-left: 0px;
    padding-right:0px;
   /* box-shadow: #c1c1c1 0px 0px 15px 2px; */
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
#join-us .nav{

}
#join-us .header-title{
    margin-top: -10px;
    padding-top: 0;
    margin-bottom: 6rem;
}
#join-us  .nav .nav-item{
    line-height: 3;
}

#join-us .nav .active{
    background: #c3935b;
    border-radius: 0;
    color: #ffffff;
}
#join-us .nav  a:hover{

}

#join-us .nav  a{
    color: #393939;
}

#join-us .tab-content .join-us-header{
    margin: 70px;
}

#join-us .card-header{
    background-color: #ffffff;
    border:0;


}
#join-us .card-body hr{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 3rem;

}

#join-us .card{
    margin-bottom: 10px;
    /* border: 0px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#join-us .card-body{
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

#join-us .card-body .join-us-content{
    padding-left:3rem;
    font-size: 0.95rem;
    opacity: 0.7;
    padding-bottom: 3rem;
    line-height: 2;
}
#join-us .card-body .join-us-content .col-2{
    opacity: 1;
    color: #000000;
    font-weight: bold;
    font-size: 1.01rem;
}

#join-us .card-body .join-us-content hr{
    margin: 3rem 0;
}

#join-us .row .small{
    font-size: 90%;
    padding-top: 5px;
}


/* Terms of service  */
.terms{

}
.terms  .fixed-top{
    top: 110px;
    z-index: 1029;
    background: #e5e5e5;
    line-height: 2.5;

}
.terms  .fixed-top a{
    color: #2b2b2b;
}

@media screen and (max-width: 800px){
    .terms  .fixed-top{
        top: 88px;
        z-index: 1029;
        background: #e5e5e5;
        line-height: 2;

    }
}

/* contact us */
.contact_us .carousel{

}

/* 海外仓  */

#overseas .img-v{
    width: 100%;
    max-width: 1200px;
    height: auto;
}
