
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
 
body {  
	font-family: "微软雅黑"; 
	color: #888;
}
/*body{
	background: #03143f;
	color: #ddd;
	padding-top: 50px;
}*/
a:focus, a:hover{ cursor: pointer; text-decoration: none; color: inherit }
a{ color:inherit; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-wrapper .navbar .container {
	width: auto;
} 
 

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
	#navbar {
	float: right;
	}	
	#navbar li>a{
	border-bottom: 2px solid #fff;
	} 
	#navbar li>a:hover{
	border-bottom: 2px solid #f00;
	}	
	#navbar li.active a{
	border-bottom: 2px solid #f00;
	}	
	/* Navbar positioning foo */
	.navbar-wrapper {
	margin-top: 20px;
	}
	.navbar-wrapper .container {
	padding-right: 15px;
	padding-left: 15px;
	}
	.navbar-wrapper .navbar {
	padding-right: 0;
	padding-left: 0;
	}
	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
	border-radius: 4px;
	} 
} 
@media(min-width:1000px){
	.featurette-heading {
		margin-top: 30px;
		font-size: 50px;
	}
}
@media(max-width:1000px){
	.featurette{
		text-align: center;
	}
} 

.top{ 
	color: #222;
	position: fixed; left: 0px; right: 0px; top: 0px; z-index: 99; 
	background: #fff;
	box-shadow: 0 0 5px 0px #aaa;
}

.lead{ line-height: 35px; font-size: 16px; margin: }
.lead img{ width: 80%; display: block; margin: auto; padding: 10px;    border-radius: 2px;}
.lead p{ text-indent: 2em; }
@media(min-width:980px){ .lead{ margin: 0 45px;} }
 
.sub-header{
	height: 200px;
	background-image: url('../images/bg-3.jpg');
	background-position: 50% 50%;
}


.carousel .item {
	background-position: 50% 50%;
	background-size: cover;
}

.carousel .container:after {
	content: "";
	padding-bottom: 45%;
}
/*============= 解决方案 ===============*/
.main_box {    
	position: relative;
	overflow: hidden;
}
.main_box img{
	width: 100%;
}
.main_box .textTitle{
	color: #fff;
}
.main_box:hover img{
	transform: scale(1.2);
	transition: 1s all; 
}
.main_box .textBox{
	position: absolute; overflow: hidden;
	left: 50%; right: 50%; top: 50%; bottom: 50%;
	background: #000a1b;
	background-color: rgba(0, 15, 41, 0.8); 
	line-height: 24px;
	color: #ddd;
}
.main_box .textBox a{
	display: block;
	color: #2a84ff;
}

@media(min-width:760px){ .main_box .textTitle{font-size: 20px; }}
.main_box h4{   
	position: absolute;
	bottom: 0px;
	background: #000a1b;
	color: #fff;
	margin: 0px;
	padding: 20px 10px;
	text-align: center;
	left: 0px;
	right: 0px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.main_box:hover .textBox{
	padding: 30px;
	left: 5px; right: 5px; top: 5px; bottom: 5px; 
} 
.main_box:hover h4{
	bottom: -990px; 
}
.main_box .glyphicon-search:before{
	position: absolute; 
	left: 50%; right: 50%; top: 50%; bottom: 50%; 
	margin: -10px -18px;
	font-size: 37px;
}
/*======================================*/	
.lxwm{
	margin: 40px auto;
}  
.inc img{
	width: 30%;
	margin: 10px;
} 
.carousel .container{
	min-height: 300px;
	position: relative;
} 
.carousel .item{
	width: 100%;
}
.carousel .container>div{ 
	color: #fff;
	letter-spacing: 2px;
	position: absolute;
	margin-top: -57px;
	left: 12%;
	top: 44%;
} 
.cpzx{
	position: relative;
}
.cpzx .featurette{  
	width: 100%;
	padding: 40px 0px;
	background-size:cover;
	background-position:50% 50%;
	background-attachment:fixed;
	text-shadow: 0 0 6px #000;
	color: #fff;
	position: relative;
} 
.cpzx .featurette .bg{ 
	background: #000;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 
.cpzx .featurette h2{
	margin-top: 10px;
	color: #fff;

} 
.cpzx .featurette img{
	border: 1px solid #ccc;
	box-shadow: 0 0 20px #000;
	padding: 5px;
    background: rgba(255, 255, 255, 0.3);
} 
.cpzx .featurette .col-md-push-7{
	left: 0;
}
.cpzx .featurette .col-md-pull-5{
	left: 0;
}
/*========== footer ===========*/
.title {
	height: 80px;
	line-height: 80px;
	background: #eee;
	color:#333 ;
	margin-bottom: 10px;
}

.title .pull-left {
	font-size: 20px;
}
.title .pull-right a{
	margin:0 16px
}
.footer{
	background: #000a1b;
	padding:30px 0 ;
	font-size: 12px;
	line-height: 24px;
}
.footer dt{ 
	color: #aaa; 
	line-height: 42px;
	font-size: 16px;
}
.footer dd{ 
	line-height: 30px;
}
.footer a{
	color: #888; 
}  
@media(max-width:1000px){
	.footer .logo{
		margin-top: -80px;
	}
}
.footer .logo{
	line-height: 40px;
}

/* marquee */ 
[marquee]{
	overflow: hidden; 
}
[marquee-items]{
	white-space: nowrap; 
	overflow: visible;
}
[marquee-items]>*{
	display: inline-block;
	vertical-align: top; 
	float:none !important;
	white-space:normal; 
}  
[marquee-prev],[marquee-next]{
	background: none !important; 
	filter: none !important;
	color:#fff;
	text-shadow: 0 0 5px #000;
	opacity: 0.7;
	z-index: 20;
}