﻿.container{
	padding-right: 15px;
	padding-left: 15px;
}
.logo_text{
	width: auto;
	line-height: 38px;
	font-size: 30px;
	color: #f86300;
}
.ws{word-spacing: 10px;}
.ls{letter-spacing: 8px;}
/*顶部导航*/
.my-navbar{
	margin-bottom: 0;
	height: 60px;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #f86300;
	border-radius: 0;
}
.my-navbar a{
	color: #333;
	line-height: 30px!important;
}
.my-navbar .navbar-brand{
	line-height: 30px;
	color: #f86300;
}
.navbar-header{width: auto!important;}
.brand-image{
	margin-top: -10px;
	height: 50px;
}
.navbar-toggle{
	margin-top: 11px;
	margin-bottom: 12px;
}
.icon-bar{background-color: #333;}
@media (max-width: 767px) {
	.navbar-collapse{
		background-color: #fff;
		border-top: 1px solid #f86300;
	}
}
.my-navbar .nav a:hover{
	color: #fff;
	background-color: rgba(0,0,255,.5)!important;
}
.navbar-nav>li{width: auto;}
.navbar-nav > li > a{width: auto;}
nav{
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
/*大图*/
.banner{
	padding-top: 60px;
	width: 100%;
}
/*文字介绍*/
.content{padding-top: 0!important;}
.banner-title{
	background-color: #fff;
	box-shadow: 0 5px 6px rgba(0,0,0,.2);
}
.intro{margin-top: 60px;}
.intro p{font-size: 20px;}
.intro h3{color: #0084ca;}
/*课程大纲*/
.course div{
	padding-top: 20px;
	height: 250px;
	background: #fff;
	border: 1px solid #f4f4f4;
}
.course h4{font-weight: bold;}
.course .sale{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -97px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #f86300;
}
/*单课程*/
.shetuan{padding-bottom: 30px;}
.shetuan .detail:hover{
	cursor: pointer;
	box-shadow: 2px 2px 5px #ddd;
}
.shetuan .course-content{
	padding: 0 15px;
	height: 100px;
	background-color: #fff;
	border-top: 1px solid transparent;
}
.intro h3,.recent-work{font-size: 24px!important;}
.footer_box,.footer_box h4{margin-top: 0;}
.goup-container{z-index: 3;}
/*证书、特色*/
.zhengshu{background: #fff;}
.zhengshu .col-md-6{margin: 30px 0 20px;}
.zhengshu img{margin-bottom: 20px;}
/*mos官方*/
.more{
	color: #f00;
	font-size: 16px;
}

@media (max-width: 767px){
	h1,h2{font-size: 18px!important;}
	h3,.intro h3{font-size: 14px!important;}
	.intro{margin-top: 30px;}
	.intro p{font-size: 16px;}
	.intro strong{line-height: 24px;}
	.ws{word-spacing: 2px;}
	.ls{letter-spacing: 2px;}
}