body{
	color: #666666;
	font-family: "微软雅黑";
	font-size:16px ;
}
ul{
	list-style-type: none;
	padding: 0;
}
*{
	outline: medium none;
}
.white-background{
	background-color: #FFFFFF !important;
}
.grey-background{
	background-color: #EEEEEE;
}
.height-600{
	height: 520px;
	overflow: hidden;
}
.bn1bg{
	height: 500px;
	background: rgba(0, 0, 0, 0) url("../img/bn1bg.png") no-repeat scroll center center;
}
.bn2bg{
	height: 500px;
	background: rgba(0, 0, 0, 0) url("../img/bn3bg.png") no-repeat scroll center center;
}
.bn3bg{
	height: 500px;
	background: rgba(0, 0, 0, 0) url("../img/bn5bg.png") no-repeat scroll center center;
}
.aboutbg{
	height: 350px;
	background: rgba(0, 0, 0, 0) url("../img/aboutbg.jpg") no-repeat scroll center center;
}
.bnb{
	padding: 40px 0;
	text-align: left;
}
.bnb .title{
	margin: 20px 0 10px;
	color: #39A7B5;
	font-weight: normal;
	font-size: 26px;
}
.bnb .desc{
	font-size: 16px;
	line-height: 24px;
}

.navbar-default{
	background-color: #FFFFFF;
	opacity: 0.9;
	min-height: 80px;
}
.navbar{
	margin-bottom: 0;
}

.navbar-collapse .nav li{
	padding: 25px 10px;
}
.navbar-collapse2 .nav li{
	padding: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background-color:#FFFFFF ;
	/*color: #fa460a;*/
	color: #39A7B5;
}
.navbar-nav > li > a{
	padding: 0;
	height: 30px;
	line-height: 30px;
	width: 80px;
	text-align: center;
}
.carousel-control{
	bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control:focus,.carousel-control:hover{
	opacity: 0.4;
}

.carousel-control.left{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right{
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 100%);
}
.site-header{
	min-height: 400px;
	background: url(../img/bg1.gif) no-repeat 50% 65%/cover;
    padding: 80px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.site-header:before{
	background: rgba(0, 0, 0, 0.39) none repeat scroll 0 0;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-des{
	line-height: 80px;
}
.product-des button{
	background-color: #31B0D5;
	padding: 15px 30px;
	border-color: #31B0D5;
}
.jumbotron{
	margin-bottom: 0;
	background-color: #FFFFFF;
}
.jumbotron .h1, .jumbotron h1{
	font-size: 36px;
}
.jumbotron p{
	font-size: 16px;
	padding-top: 30px;
	line-height: 30px;
}
.jumbotron-index{
	padding: 130px 215px;
}
/*visible*/
.visible-sm.site-header{
    padding: 80px 0;
}
.visible-sm .product-des{
	line-height: 60px;
}
.visible-xs.site-header{
    padding: 40px 0;
}
.visible-xs .product-des{
	line-height: 40px;
}
.visible-xs	.product-des h1{
	font-size: 36px;
}
.visible-xs	.product-des p{
	font-size: 26px;
}
.container-my{
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;	
}
.container-my ul li{
	margin-bottom: 10px;
}
.container-my ul li a{
	color: inherit;
}
li.footer-title{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
h6.copyright{
	color: #787878;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}


/*产品介绍*/

.line-shadow{
	 background:url(../img/line-shadow.png) no-repeat;
    display: block;
    height: 10px;
    margin: 20px auto;
    max-width: 90%;
    width: 900px;
}

