h1, h2, h3, h4, h5, h6 {
	font-family: "STHeiti", "Microsoft Yahei";
}


.container {
	position: relative;
	width:980px;
	min-width: 980px;
}

.copyright {
	text-align: center;
}

#footer {
	margin-top: 20px;
	border-top: solid 1px #ddd;
	padding:10px;
	background:#444;
	color: #fff;
}

#footer .service {
	
}

#index-banner {
	position:relative;
	background: url(../img/adv/bg.jpg);
}

#index-banner .item {
	height: 380px;
}

#index-banner .text-box {
	position: absolute;
	padding:10px 20px;
	display:none;
	line-height: 1.6em;
}

#index-banner .text-box h2 {
	font-weight: 600;
}

#index-banner .active .text-box {
	display:block;
}

/*
#index-banner .text-box a {
	color:#333;
}*/

#index-banner .carousel-control {
	width: 130px;
	background: none;
	color: #666;
}

#index-banner .carousel-indicators li {
	border-color: #666;
}

#index-banner .carousel-indicators li.active {
	background: #fff;
}

#main-nav {
	background: #fff;
	margin:1px 0;
	font-family: "STHeiti", "Microsoft Yahei";
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}

#main-nav .navbar-collapse {
	display: block;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	right: 5px;
}

#main-nav .navbar-brand {
	padding:0px;
}

#main-nav .navbar-nav {
	display: block;
	margin:7px 0;
}

#main-nav .navbar-nav li {
	float: left;
}

#main-nav .navbar-nav a {
	color:#333;
	font-size:15px;
}

#top-bar {
	background:#444;
	border-bottom:solid 1px #ddd;
	padding:8px 10px;
	color:#fff;
}

#top-bar a {
	color:#fff;
}

#ceo-talk {
	line-height:2em;
	background:url(../img/ceo.png) no-repeat bottom right;
	/*padding-right:480px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:10px;*/
	padding: 10px;
	border-bottom:solid 1px #ddd;
}

#ceo-talk h2 {
	font-size:28px;
	line-height:1.3em;
	font-weight: bold;
}

#ceo-talk h4 {
	margin-bottom: 20px;
}

#ceo-talk p {
	font-size: 14px;
	color: #555;
	margin-right: 50px;
	margin-bottom: 0;
}

#partner {
	border:solid 1px #ddd;
	border-radius: 6px;
	text-align: center;
}

#partner h3 {
	margin:0px;
	padding:6px 10px;
	font-size:16px;
	background: #f8f8f8;
}

#page-header {
	background: #f4f5f6;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #d9dee1;
	margin-bottom:40px;
}

#page-header h2 { 
	margin:20px 0px; 
	font-weight:600;
	font-size:22px;
}

#page-header .breadcrumb {
	margin:15px 0;
}

#pro-showcase {
	border-bottom: solid 1px #ddd;
	color: #7f7f7f;
	padding: 20px;
}

#pro-showcase a {
	color: #666;
}

.sidebar .nav li a {
	border-bottom: solid 1px #ddd;
	padding: 8px 15px;
}

.page-content {
	font-size: 15px;
	line-height: 1.8em;
	overflow: hidden;
	word-wrap: break-word; 
	word-break: normal;
}

.pro-grid .thumbnail {
	margin-bottom:5px;
}

.pro-grid .thumbnail a {
	display: block;
	height: 140px;
	overflow: hidden;
	border-radius: 8px;
}

.pro-grid p {
	margin-bottom:25px;
}

.device-list .thumbnail {
	border:none;
}

.device-list .thumbnail a {
	display: block;
	height: 120px;
	overflow: hidden;
	border-radius: 8px;
}

.page-404 {
	padding: 100px 0 100px 420px;
	background: url(../img/404.png) no-repeat bottom left;
	min-height: 300px;
	line-height: 2em;
}

