@charset "utf-8";
/* CSS Document */

body {
}
header {
	height: 77px;
	overflow: hidden;
	background: url(../images/header_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
}
header {
	height: 77px;
	overflow: hidden;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
footer {
	clear: both;
	float: left;
	width: 100%;
	height: 150px;
	background: #fff;
	color: #999;
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: 0;
}
h3 {
	font-size: 32px;
	font-weight: 100;
	color: #0094fb;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.banner {
	clear: both;
	width: 100%;
	height: 330px;
	color: #fff;
	background: #313131;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;/*
	clear: both;
    width: 100%;
    height: 200px;
	line-height: 200px;
	font-size: 36px;
	font-weight: 100;
	font-family: "Noto Sans SC";
	color: #fff;
	text-align: center;
	background: url(../images/banner_backgroud.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	*/
	
}
.banner .carousel {
	height: 330px;
	text-align: center;
}
.banner .carousel .carousel-inner .backgroud_1 {
	width: 100%;
	height: 330px;
	background: url(../images/banner/1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_2 {
	width: 100%;
	height: 330px;
	background: url(../images/banner/2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_3 {
	width: 100%;
	height: 330px;
	background: url(../images/banner/3.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_4 {
	width: 100%;
	height: 330px;
	background: url(../images/banner/4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_5 {
	width: 100%;
	height: 330px;
	background: url(../images/banner/5.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .carousel .carousel-inner .backgroud_6 {
	width: 100%;
	height: 330px;
	background: url(../images/banner/6.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.banner .carousel .carousel-inner img {
	max-width: 1920px;
	width: 1920px;
	height: 330px;
	text-align: center;
}
.banner .carousel-indicators {
	text-align: center;
	bottom: 0;
}
.banner .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 1px;
}

/* 重写BANNER过渡动画 */
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* 重写BANNER过渡动画 */

.banner strong {
	font-weight: bold;
}
.font-gray {
	color: #999999;
}
.font-white {
	color: #fff;
}
.font-white a {
	color: #fff;
}
.font-yellow {
	color: #56B1FC;
}
.font-blue {
	color: #8040C0;
}
.font-dark-blue {
	color: #c66f3c;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-120 {
	margin-top: 120px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.backgroud-gray {
	background: #f8f8f8;
}
