@charset "utf-8";

body{
	font-family:'微软雅黑','Microsoft Yahei', '宋体',Arial ,'Hiragino Sans GB', Tahoma,  Helvetica, STHeiti,'\5b8b\4f53';
}
#content-holder{
	/* min-height: 800px; */
	/* margin:20px 0; */
}
.textIndent p {
	text-indent: 24px;
}
.navbar-brand>div>img {
	height: 50px;
	margin-bottom: 10px;
}
 @media ( min-width : 768px) {
.navbar-brand>div>img {
	height: 50px;
}
}
#myCarousel>.carousel-inner>div>div>.jumbotron {
	background-color: rgba(255, 255, 255, 0);
}
#myCarousel>.carousel-inner>div>div>.jumbotron>p {
}
#myCarousel>.carousel-inner>div>div>.jumbotron>h1 {
	font-size: 3em;
}
 @media ( max-width : 768px) {
.collapsing {
	-webkit-transition: none;
	transition: none;
}
div.jumbotron.text-center {
	padding-top: 10%;
}
#myCarousel>.carousel-inner>div>div>.jumbotron>h1 {
	padding-top: 0px;
	margin-top: 0px;
}
.navbar-brand>div>img {
	height: 50px;
}
}
 @media ( min-width : 768px) {
#myCarousel>.carousel-inner>div>div>.jumbotron>h1 {
	font-size: 4em;
}
}
#myCarousel>.carousel-inner>div>div>.jumbotron>h1>b {
	color: blue;
	text-shadow: 2px 2px black;
}
#myCarousel>.carousel-inner>div>div>a:hover {
	text-decoration: none;
}
.dropdown-leftside {
	border-right: 1px;
}
.mega-dropdown-menu>li>ul>li>a {
	padding-top: 1px;
	text-align: left;
}
#text-padding-left {
	padding-left: 0px;
}
.carousel-control{
	width:10%;
	background:none;
}
.carousel-control.right{
	background:none;
}
.carousel-control.left{
	background:none;
}
.carousel-indicators{
	bottom:0;
}

#nav-holder{
	background:#fff;
	box-shadow:1px 1px 3px #ccc;
	border-top:1px solid #0089fa;
}

.large{
	height:88px;
	padding:20px 0;
}

.nav > li > a{
	color:#333;
	font-size:16px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background:none;
}

.nav > li > a:hover, .nav > li > a:focus{
	background:none;
}

.nav > li > a:hover,.open > a:hover{
	color:#2fa4e7;
	border-bottom:2px solid #2fa4e7;
}

.nav li .currentA{
	color:#2fa4e7;
	border-bottom:2px solid #2fa4e7;
}

.small{
	height:60px;
	padding:5px 0;
}

.navbar-toggle{
	border:1px solid #2fa4e7;
}

.nav{
	background:#fff;
}

.navbar-toggle .icon-bar{
	background:#2fa4e7;
}

.flex{
	display: flex;
	
	margin: auto;
	justify-content: center;
	align-items: center;	
}
.footer-header{
	/* font-size: 16px; */
	
	padding: 20px;
	cursor: pointer;
	
}
.border-right{
	padding: 0px 30px 0px 0px;
	border-right: 1px solid rgba(163,163,163);
}
.footer-header a{
	text-decoration: none;
	color: #000;
	/* color: rgba(133,133,133); */
	/* color: #CCCCCC; */
}