body {
  font-family: "微软雅黑", Arial; padding-top: 80px; background-color: #444444;
}
ul, ol { padding: 0;}
.clear{clear: both; height: 0px; width: 0px;} 
.container-fluid{padding: 0px;}
.navbar{
	height: 80px; line-height: 80px; padding: 0px;  background-color: transparent;   border: 0px;
}
.navbar-nav>li{padding: 0px; }
.navbar-header{
	height: 80px; line-height: 80px;
}
.navbar-header .navbar-brand{
	padding: 0px; display: block; height: 80px; color: #DDDDDD; line-height: 80px; font-size: 20px;
}
.navbar-header .navbar-brand:hover,.navbar-header .navbar-brand:focus{
	color: #FFFFFF;
} 
.navbar-header a img{
	height:80px; padding: 10px; float: left;
} 
.navbar-default .navbar-nav>li>a{
	height: 40px; line-height: 40px; display: block; padding-top: 0px; font-size: 15px;
	color:#DDDDDD; margin-top: 20px; background-color: transparent;
  	border: 1px solid transparent; border-radius: 5px; 
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{ 
	border: 1px solid #DDDDDD; background-color: transparent; color: #DDDDDD;
} 
.navbar-default .navbar-nav > .active > a{	
	height: 40px; line-height: 40px; display: block; padding-top: 0px; font-size: 15px;
	color:#DDDDDD; background-color: transparent;
  	border: 1px solid #DDDDDD; border-radius: 5px;
} 
.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus{	
  	color: #DDDDDD; background-color: transparent;
}
.navbar-default .navbar-nav> .selectCon >div{
	height: 40px; float: left; line-height: 5px; text-align: center;
	margin-top: 20px; font-size: 12px; cursor: pointer;  color: #DDDDDD;
	border: 1px solid transparent;
}
.navbar-default .navbar-nav> .selectCon >div:hover{
	border: 1px solid #DDDDDD; border-radius: 5px;
}
.navbar-default .navbar-nav> .selectCon >div>a{
	color: #DDDDDD;
} 
.navbar-default .navbar-nav> .selectCon >div>a>img{
	height: 30px; padding:2px 5px 5px 5px; 
} 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	color: #DDDDDD;
}
.dropdown-toggle:focus {
  outline: 0; 
}
.dropdown-menu { 
  background-color: #444444; 
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} 
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: transparent;
}
.dropdown-menu > li > a { 
  color: #DDDDDD; 
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #666666;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #444444;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
} 



.carousel-inner img {width: 100%;}

.text-muted {
  color: #777; text-align: center; display: block;
}
.carousel-control.left {
  background-image: none; 
}
.carousel-control.right { 
  background-image: none;
}
@media (max-width: 767px) {
	#navbar{margin: 0px; padding: 0px;}

	.navbar-header .navbar-brand>span{	display: none;	}	
	.navbar-header .navbar-toggle{ margin-top: 23px;	}	
	.navbar-nav{ background-color: #333; margin: 0px; width: 100%; 	}
	.navbar-nav>li{ padding-top: 0px;}
	.navbar-default .navbar-nav>li>a{ 
		margin-top: 0px; border-radius: 0px; 
	} 		
	.navbar-default .navbar-nav>li>a:hover{ 
		background-color: #336666;
	}
	.navbar-default .navbar-nav>li>a:focus{ 
		background-color: #336666;
	}
	.navbar-default .navbar-nav > .active > a{
		border-radius: 1px; background-color: #336666;
	}  
	.navbar-default .navbar-nav> .selectCon >div{
		height: 30px; float: left; line-height: 5px; text-align: center;
		margin-top: 0px; font-size: 12px; cursor: pointer; margin-left: 10px;
	}
	.navbar-default .navbar-nav> .selectCon >div>img{
		height: 28px; padding:1px 5px 1px 5px;
	}
	.navbar-default .navbar-nav> .selectCon >div>p{
		display: none;
	}
}
 
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	background: #444444;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 450px;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		padding: 160px 0 110px 0;
	}

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;	left: 0;	right: 0;	bottom: 20px;}
		.banner .dots li {
			display: inline-block;	width: 10px; height: 10px;	margin: 0 4px;
			text-indent: -999em; border: 2px solid #fff; border-radius: 6px;
			cursor: pointer; opacity: .4;
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;	opacity: 1;	}
	.banner .arrows {
		position: absolute;	bottom: 20px;	right: 20px; color: #fff;}
		.banner .arrow {
			display: inline; padding-left: 10px; cursor: pointer; }
 

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 { 
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */
.dingwei{position: absolute; top: -80px;border:1px solid red;}
#bg_banner{
	background-color: #444;	background-repeat: repeat; 
	width: 100% !important;	padding: 0px; 
	line-height: 25px;
}
#bg_white{ 
	background-color: #FFFFFF;	background-repeat: repeat; 
	width: 100% !important;	padding: 10px 0; 
	line-height: 25px;
}
#bg1{ 
	background-color: #e3f0d6;	background-repeat: repeat; 
	width: 100% !important;	padding: 60px 0;
	padding-bottom: 80px !important; margin-bottom: -60px;
	line-height: 25px;
}

#bg2{ 
	background-color: #f4f5f8 !important;
	background-repeat: repeat; 
	width: 100% !important;
	padding: 22px 0;
	padding-bottom: 80px !important;
	margin-bottom: -50px;
	position: relative;
}
#bg3{ 
	background-color: #e9ebf0 !important;
	background-repeat: repeat; 
	width: 100% !important;
	padding: 22px 0;
	padding-bottom: 80px !important;
	margin-bottom: -50px;
	position: relative;
}
#bg4{ 
	background-color: #dfdfdf !important;
	background-repeat: repeat;
	width: 100% !important;	padding: 22px 0;
	padding-bottom: 80px !important; 
	margin-bottom: -50px; 
	position: relative;
}
#bg5{
	/*background-image: url("../images/footerimage.png") !important;*/
	background-image: url("../images/footer_lodyas.png") !important;
	height: auto;
	background-size:cover;
	background-image:url();
	background-repeat:no-repeat;
	background-position:center center;
	background-color: #7B7B7B;  
	width: 100% !important;	padding: 22px 0;
	position: relative;
}

.goback{position: absolute; right: 5px; bottom: 5px; color: #FFF; background-color: #060606;
	line-height: 40px; width: 100px; line-height: 40px; text-align: center;
} 
.featurette .lead{
	font-size: 15px; line-height: 35px; text-indent: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {

	.banner .inner {
		padding: 160px 0 110px 0;
	}
	.banner h1, .banner h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner ul li {
		height: 240px;
	} 
	.banner .inner { 
		padding-bottom: 50px;
		padding: 100px 0 110px 0;
	}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
	}
	pre {
		overflow: auto;
	}
	.features li {
		width: 100%;
		margin-left: 10px;
		margin-bottom: 30px;
	} 
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.features li:before {
		background: url('img/icons@2x.png');
		background-size: 100%;
	}
}

#qq{background-image: url('../images/qq.png'); display: block; height: 40px; width: 40px;
	cursor: pointer; background-position: 0px 40px;
}
#qq:hover{ 
	background-position: 40px 40px;
} 
.widget .widget-title{
	color: #FFFFFF;
}
.widget .widget-title small{
	color: #CCCCCC;
}
.widget .widget-body{
	position: relative;
} 

.widget .widget-body p{
	color: #CCCCCC; line-height: 30px;
}
.keywords{height: 35px; line-height: 35px; display: inline-block; border:0;}
.submit1{display: inline-block; height: 35px; line-height: 35px; border:0;
	font-weight: bold;
}
.qqkefu{height: 30px; width: 80px;}
.contact dd{line-height: 50px;}
.erweima{width: 100%;padding: 0px; margin: 0 auto; margin-top: 30px; display: block;}
.prodbg{background-color: #FFFFFF;border:1px solid #f5f5f5; padding:10px; border-radius: 5px;}
.prodbg:hover{background-color: #f5f5f5;border:1px solid #F1F1F1;}
.newsbg{border-bottom:1px solid #DDDDDD; padding:10px;}
.downtitle{position: relative; width: 100%;  }
.downloadbtn{position: absolute; right: 0px; top: 0px;}
.contentsty{border-right: 1px solid #DDDDDD}
.center{text-align:center}
.movs{height:150px; overflow:hidden}
#frends{height:150px; width: 99999px; }
.frend{ width: 292.5px; float: left;}  