/*=========================================
  关于我们
==========================================*/

.about-course-body{
    position: relative;
}
/* =================================== */
/*	product Style
/* =================================== */

body .product-section{
    padding: 0;
    background: #e8eef4;
    z-index: 1000;

}

.product-nav-container{
    width: 500px;
    margin: 0 auto;
}

.product-nav{
    width: 100%;
    margin: 0 auto;
}

.product-nav a{
    text-align: center;
    color: #414141;
}

.pin-section{
    position: fixed;
    width: 100%;
    top: 50px;
}

.product-img img{
    width: 100%;
}/*=========================================
	header
==========================================*/

#navigation {
    background-color: rgba(16, 22, 54, 0);
    border: 0 none;
    margin: 0;

    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}


.navbar-toggle i {
    color: #fff;
}

.navbar-brand {
    padding: 0;
}

/*.navbar-nav li a {
    border-top: 1px solid transparent;
}*/

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover,
.navbar-nav .active a{
    background-color: transparent;
    /* border-top: 1px solid #32B0EE; */
    color: #0c8ff7;
}

.dis-inbolck{
    display: inline-block;
    color: #ffffff;
}

.login{
    padding: 15px;
}
.reg{
    padding: 2px 20px;
    border-radius: 20px;
    background-color: #0c8ff7;
}

.navbar-nav li{
    position: relative;
    padding: 0 5px;
}

.header-menu-ul-body{
    position: absolute;
    display: none;
    background-color: #0a111c;
    padding: 20px 40px;
    margin-left: -80px;
    white-space: nowrap;
}
.header-menu-ul{
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.header-menu-ul li{
    padding: 10px 0;
}/*=========================================
	footer
==========================================*/

.footer {
    background-color: #212228;
    border-top: 5px solid #062033;
    color: #fff;
    padding-top: 20px;
}

.footer a:hover {
    color: #0c8ff7;
}

.footer h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.about-us p {
    line-height: 24px;
}

.footer-single .subscribe {
    margin-bottom: 15px;
    position: relative;
}

.subscribe #subscribe {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
}

.subscribe #subs {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 6px;
}

.footer-single {
    line-height: 24px;
}

.footer-single ul {
}

.footer-single li {
    line-height: 32px;
}

.footer-single p i {
    margin: 0 10px;
}

.credit a {
    color: #062033;
}

.credit a:hover {
    color: #fff;
}

.copyright {
    color: #fff;
}

#back-top {
    bottom: 20px;
    position: fixed;
    right: 25px;
    z-index: 9;
}

.footer-bottom{
    margin: 0;
    margin-top: 20px;
    background-color: #1c1c21;
}
.footer-text{
    padding: 5px 0;
}/*=========================================
	banner
==========================================*/

#slider {
    padding: 0;
}

#slider .carousel-inner .item {
    background-size: cover;
}

.carousel-caption {
    top: 46%;
    right: 10%;
    left: 10%;
}

.carousel-caption h2 {
    font-size: 62px;
    font-weight: 300;
}

.carousel-caption h2 span {
    font-weight: 800;
}

.carousel-caption h3 {
    font-size: 48px;
    font-weight: 300;
    margin: 6px 0 20px;
}

.carousel-caption p {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
}

/* .carousel-caption p:before,
.carousel-caption p:after {
  color: #fff;
  content: "___";
  position: relative;
  top: -15px;
} */

.carousel-caption p:before {
    right: 20px;
}

.carousel-caption p:after {
    left: 20px;
}

.social-links {
    margin-top: 5%;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 6px;
}

.social-links li a:hover {
    color: #fff;
}

.carousel-indicators {
    bottom: 10px;
    left: inherit;
    margin: 0;
    right: 30px;
    top: 49%;
    width: 0;
}

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px;
    width: 8px;
}

.carousel-indicators .active {
    height: 8px;
    width: 8px;
}/*=========================================
  components about-course
==========================================*/

.about-course-li{
    padding: 0 40px;
}

.about-course-year{
    padding: 30px 10px 10px 10px;
}

.about-course-list{
    position: relative;
    padding: 10px;
    z-index: 2;
}

.about-course-month, .about-course-round, .about-course-content{
    display: inline-block;
    vertical-align: top;
}

.about-course-month{
    width: 100px;
}
.about-course-round{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #0c8ff7;
    margin-right: 60px;
    margin-top: 5px;
}
.about-course-content{
    width: 450px;
}

.about-course-vertical-bar{
    position: absolute;
    left: 160px;
    width: 1px;
    height: 500px;
    background-color: #ccc;
    z-index: 1;
}