/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */:
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;display: block;}
/*end reset*/
body{
	
	font-family: Trebuchet MS, sans-serif;
}
.wrap{
	margin:0 auto;
	width:1024px;
}
.header{
	background:#000101;
	color:#fff;
	wekit-box-shadow: 2px 2px 2px #000;
}
.logo{
	float:left;
	padding: 10px;
}
.logo a{
}
.nav{
	padding:35px 10px;
	text-transform:uppercase;
}
.nav{
	float:right;
	padding:30px;
}
.nav li{
	display:inline;
}
.nav li a{
	color:#777;
	font-size:14px;
	margin:0 5px;
	padding:5px;
}
.nav li a:hover,
.nav ul li.active a{
	border-bottom:2px solid #be521b;
}
/*main*/
.main{
	height:400px;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411012/html/web/images/bg.png')
}
.main h2{
	color:#fff;
	text-align:center;
	padding:20px;
	font-size:18px;
	
}
/*end main*/
.prev img{
	
	border:2px solid #ebecec;
	box-shadow: 0 10px 5px -5px  #333;
	margin-bottom:30px;
}

.article p{
	margin-top:80px;
	text-align:center;
	font-size: 18px;
	color:#999;
}
.article p a{ 
	color:#be521b;
	font-size: 18px;
}
.article p a:hover{ 
	color:#555;
}
.know{
	text-align:center;
	margin-top:20px;
}
.know a{
	font-size: 14px;
	font-weight:bold;
	color:#fff;	
	background: #000101;
	padding:8px 15px;``
	border-radius:5px;

}
.know a:hover{
	color:#666;
}
.custom{
	margin:50px 0;
}
.column1{
	width:320px;
	float:left;
}
.column2,.column3{
	float:left;
	width:330px;
	margin-left:22px;
}

.column1 h1,.column2 h1,.column3 h1{
	color: #be521b;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 19px 0;
}
.column1 span,.column2 span,.column3 span{
	font-size:14px;
	color:#999;
	padding-bottom:20px;
	margin-bottom: 20px;
}
.button{
	margin-top:20px;
	margin-bottom: 20px;
}
.button a{
	font-size:14px;
	letter-spacing:-1px;
	background:#666;
	color:#eceeee;
	padding:3px 15px;
	border-radius:3px;
}
.button a:hover{
	background:#888;
}
/*footer*/
.footer{
	background:#2f2f2f;
	padding: 37px 0 40px 0;
	color:#fff;
}
.footer-col{
	float:left;
	width: 219px;
}
.footer-col2{
	float:left;
	width: 228px;
	margin-left:40px;
}
.footer-col h3,.footer-col2 h3{
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 14px;
	color:#aaa;
}
.footer-col ul li,.footer-col2 ul li{
	border-bottom: 1px solid #363737;
	
}
.footer-col ul li a,.footer-col2 ul li a{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411012/html/web/images/arrow.png') 0 15px no-repeat;
	padding: 9px 0 9px 25px;
	display: block;
	color: #959898;
	font-size: 12px;
	text-decoration: none;
	font-size:14px;
}
.footer-col ul li a:hover,.footer-col2 ul li a:hover{
	color:#f1f1f1;
}
.copy{
	color: #959898;
	font-size: 14px;
	line-height:1.6em;
}
.copy a{
	color: #f4f6f6;
}
.copy a:hover{
	border-bottom: 1px solid #959898;
}
/*end footer*/
/*slider*/
#gallery {
	position:relative;
}
#gallery img{
	margin-top:40px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	background: white;
	border-image: .;
	box-shadow: 0 0 7px #BBB;
	box-shadow: 0 0 7px #BBB;
}
#gallery a {
		
		position:absolute;
}
#gallery a.show {
		z-index:400
}


/*end slider*/
/*about*/
.about-lt{
	float:left;
	width:663px;
	margin-right:40px;
}
.about-lt h3,.about-rt h3{
	color: #be521b;
	font-size: 25px;
	text-transform: uppercase;
	
}
.about-rt h3{
	padding: 0 0 19px 0;
}
.team-list li{
	width: 90%;
	overflow: hidden;
	padding: 25px 0;
	display:block;
	border-bottom: 1px solid #999;
}
.team-list li img {
	float: left;
	margin-right: 15px;
	padding:5px;
	border:1px solid #eee;
}
.team-list li h4 {
	font-size: 1.1em;
	margin-bottom: 6px;
	color: #616161;
}
.team-list li span {
	font-size: 0.9em;
	margin-bottom: 6px;
	color: #616161;
}
.about-rt{
	float:right;
	width:320px;
}
.about-rt li{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	display:block;
}
.about-rt li img{
	margin-bottom:15px;
	border: 1px solid #EEE;
padding: 2px;
}
.about-rt li span {
	font-size: 0.9em;
	margin-bottom: 6px;
	margin-top:10px;
	color: #616161;
}
/*end about*/
/*contact*/
.contact{
	width:643px;
	float:left;
}
.contact-sidebar{
	width:320px;
	float:right;
	margin:30px 50px 0 0;
}
.contact h3{
	color: #be521b;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 19px 0;
}
form div {
	padding: 10px;
	
}
form span{
	display:block;
}
form span{
	font-size:18px;
	padding-bottom:5px;
	color:#777;
}
form textarea,
form input[type=submit],
form input[type=text]{
	border:1px solid #ddd;
	padding: 7px;
	width: 453px;
	outline:none;
	color:#666;
	font-size:18px;
	border-radius: 3px;
}
	
form input[type=submit]{
		 -moz-border-radius:3px;
		  -webkit-border-radius:3px; 
		  border-radius:3px; 
		  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  background:#222222 url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411012/html/web/images/button-overlay.png') repeat-x; 
		  border:1px solid rgba(0, 0, 0, 0.25); 
		  color:#FFFFFF !important; 
		  cursor:pointer; 
		  display:inline-block; 
		  font-size:13px; 
		  font-weight:bold; 
		  line-height:1; 
		  overflow:visible; 
		  padding:10px 25px;
		  position:relative; 
		  text-decoration:none; 
		  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); 
		  width:auto; 
		  text-align:center; 
}
form input[type=submit] { background-color:#999}
form input[type=submit]:hover { background-color:#999}

form input[type=submit]:hover{
	background: #666
}

form textarea{
	height:100px;
	font-size:16px;
}
.contact-sidebar h3{
	color: #be521b;
	font-size: 25px;
	padding: 0 0 19px 0;
}
.contact-sidebar table{
	margin-bottom:30px;
}
.contact-sidebar tr{
	font-size:16px;
	padding:20px 0;
	color:#777;
}
.contact-sidebar td{
	width:110px;
	height:55px;
	
}
.network h4{
	color: #be521b;
	font-size: 25px;
	padding: 0 0 19px 0;
	
}
.network span{
	color: #be521b;
	font-size: 16px;
	padding: 0 0 19px 0;
}
.network li{
	display: block;
	padding: 0 10px 19px 0;
}
.network td{
	width:110px;
	height:55px;
	
}
/*end contact*/