@charset "UTF-8";

#content-container {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
}

@media only screen and (min-width: 1200px) {
    #content-container {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

.panel-body {
    padding: 15px !important;
}

.form-control {
    height: 34px;
}

#page-content {
    min-height: 550px;
    padding: 15px !important;
    margin-top: 15px;
}

/* 顶部导航 */
#navbar {
    position: relative;
}

#navbar-container {
    height: 70px;
    background-color: #263238;
    border-color: rgba(238, 238, 238, 0.95);
}

.navbar-header {
    line-height: 70px;
    padding-right: 20px;
}

.navbar-brand {
    height: 70px !important;
    width: 260px !important;
}

.brand-title,
.brand-icon {
    display: block;
    line-height: 70px;
}

.brand-icon {
    width: 66px;
    height: 50px;
    margin-top: 10px;
}

.navbar-top-links {
    line-height: 70px;
}

.navbar-top-links.pull-left>li>a {
    padding: 0 20px;
    color: aliceblue;
}

.navbar-top-links>li.active, .navbar-top-links>li>a:hover {
    background-color: #758697;
    color: #f0f0f0;
}

.navbar-top-links.pull-right>li {
    padding-top: 20px;
}

.navbar-top-links.pull-right>li>a {
    color: aliceblue;
    height: 30px;
}

.navbar-top-links>li>a.btn:hover {
    border: 1px solid #758697;
}

/* banner */
.banner {
    margin-bottom: 10px;
}

.banner {
	width: 100%;
	min-width: 1200px;
	height: 630px;
	position: relative;
}

.banner .swiper-container {
	width: 100%;
	height: 100%
}

.banner .swiper-slide img {
	width: 100%;
	height: 630px
}

.banner .swiper-slide .info {
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -600px;
	z-index: 2
}

.banner .swiper-slide .info h1 {
	color: #fff;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}

.banner .swiper-slide .info p {
	color: #fff;
	text-align: left;
	font-size: 20px;
	max-width: 550px;
	line-height: 36px;
	margin-top: 20px;
}

.banner .swiper-slide .info a {
	line-height: 20px;
	width: 150px;
	font-size: 20px !important;
	color: #fff;
	border: none;
	border-bottom: 3px solid #00c1de;
	display: block;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 25px
}

.banner .swiper-recommend>.swiper-pagination-bullets {
	bottom: 145px !important;
}

.banner .swiper-slide .info a:hover {
	color: #00c1de
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
	background-color: lightgrey
}

.banner .swiper-pagination-bullet-active {
	width: 40px;
	background: #fff
}

/* courselist */
.courses {
    padding: 10px;
}

.courses .zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

/* 筛选 */
.pager {
    margin: 10px 0;
    text-align: left;
}

.pager li {
    margin-right: 5px;
}

.pager li>span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    border: none;
}

.pager li>a:hover,
.pager li>a:focus {
    background-color: #42a5f5;
    color: #fff;
}

.pager a.active {
    background-color: #42a5f5;
    color: #fff;
}

/* 登录 */
.captcha_img {
    height: 36px;
}

.captcha_input {
    width: 180px;
    float: left;
    margin-right: 30px;

}

/* 评论 */
.comments .avatar {
    max-width: 50px;
}