/* 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%;}
/*end reset*/
body {
	font-family:trebuchet ms, arial, sans-serif;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/bg.gif');
	background-repeat:repeat-x;
}
.wrap{
	margin:0 auto;
	width:1000px;
}
.header	{
	padding:20px;
}
.logo{
	float:left;
	margin-top:4px;

}
.logo  a {
	display: inline-block;
	
	
}
/*search form*/
.search-form{
	margin-top:20px;
	float:right;
	margin-right:1px;
}
.search-form form	{
	float: right;
	margin-right:10px;
}
.search-form form input {
	width:200px;
	font-size: 13px;
	color: #838383;
	padding:6px;
	outline: none;
	position: relative;
	background:#153A43;
	border:none;
	border-radius:none ;
	box-shadow: none;
	display: inline-block;
	float:left;
	height:18px;
}
.search-form form a {
	cursor: pointer;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	background: #7C9F2C;
	padding:6px 12px;
	color:#eee;
	float: right;
	font-family: 'Oswald', sans-serif;
	top:23px;
	height:18px;
	line-height:1.5em;
}
.search-form form a:hover{
	background:rgba(124, 159, 44, 0.87);
	color:#fff;
}
.clear{
	clear:both;
}
/*nav*/
.nav{
	float:right;
	margin-right:10px;
}
.nav ul li	{
	display:inline-block;
	font-size:13px;
	padding:12px 0px;
	text-transform:uppercase;
}
.nav ul li a	{
	text-decoration: none;
	color:#ddd;
	padding:10px 22px;
	font-size:12px;
	cursor: pointer;
	background:#2C2F22  url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/large-button-overlay.png');
	-webkit-border-top-left-radius:.6em;
	-webkit-border-top-right-radius:.6em;
}
.nav ul li a:hover	{
	color:#ccc;
	-webkit-border-top-left-radius:.6em;
	-webkit-border-top-right-radius:.6em;
	background: rgb(105,153,91);
	background: -moz-linear-gradient(top,  rgba(105,153,91,1) 1%, rgba(91,111,50,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(105,153,91,1)), color-stop(100%,rgba(91,111,50,1)));
	background: -webkit-linear-gradient(top,  rgba(105,153,91,1) 1%,rgba(91,111,50,1) 100%);
	background: -o-linear-gradient(top,  rgba(105,153,91,1) 1%,rgba(91,111,50,1) 100%);
	background: -ms-linear-gradient(top,  rgba(105,153,91,1) 1%,rgba(91,111,50,1) 100%);
	background: linear-gradient(to bottom,  rgba(105,153,91,1) 1%,rgba(91,111,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69995b', endColorstr='#5b6f32',GradientType=0 );
}
.nav li.active a{
	background:#5A6E31 url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/large-button-overlay.png');
}

/*header-logo*/
.header-logo{
	float:left;
	width:26%;
}
.header-logo img{
	margin-top:18px;
}
/*header-para*/
.header-para{
	float:left;
	width:74%;
	margin-top:44px;
}
.header-para h2{
	font-size:22px;
	font-weight:bold;
	color:#eee;
}
.header-para p{
	margin-top:10px;
	color:#D0FF76;
	font-size:13px;
}
.header-para ul {
	margin-top:10px;
	margin-left:22px;
}
.header-para ul li{
	list-style-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/arrow.png');
}
.header-para ul li a{
	color:#eee;
	vertical-align:bottom;
	line-height:1.8em;
	cursor:pointer;
	font-size: 13px;
}
.header-para ul li a:hover{
	color:#bbb;
}
/*content*/
.content{
	background:#F2E7D3;
	background-repeat:repeat-x;
}
/*cont-left*/
.cont-left{
	float: left;
	width: 65%;
	padding: 20px;
	border-right: 1px dashed #C8C0B1;
}
/*cont-left-main*/
.cont-left-main{
	padding:0px;

}
.cont-left-main h3{
	font-size:24px;
	font-weight:bold;
	color:#5A3A00;
	margin-bottom:10px;
}
.cont-left-main span{
	font-size:17px;
	color:#415121;
}
.cont-left-main p{
	margin-top:8px;
	font-size:13px;
	color:#555;
	line-height:1.6;
	margin-bottom:10px;
}
.readmore a{
	position:relative;
	background: #C8C0B1;
	float: right;
	width: 99%;
	text-align: right;
	padding:4px;
	margin-bottom:10px;
	color: #465724;
	cursor:pointer;
	font-size:14px;
}
.readmore a:hover{
	color: #5A3A00;
}
/*cont-left-grid*/
.cont-left-grid
{
	width:48%;
	float:left;
	padding:6px;
}
.cont-left-grid h4{
	color:#7E570F;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.cont-left-grid span{
	color:#555;
}
.cont-left-grid p{
	line-height: 1.8em;
	color:#555;
	font-size:13px;

}
.cont-left-logo{
	padding-bottom:5px;
}
.cont-left-logo img{
	-webkit-border-radius:.1em;
	border:5px solid #fff;
}
.readmore-a img,.readmore img{
	margin-right:4px;
}
/*cont-readmore*/
.cont-readmore{
	float: left;
	width:44%;
	margin-right:27px;
	margin-left:12px;
	margin-top: 8px;
}
/*cont-right*/
.cont-right{
	float:left;
	width:30%;
	border-left: 1px dashed #FFFBF4;
}
.grid{
	padding:20px;
}
.grid-logo{
	float:left;
}
.grid-logo img{
	margin-right:5px;
}
.grid h3,.grid1 h3{
	color:#C06911;
	font-size:24px;
	font-weight:bold;
}
.grid ul li {
	padding-top:10px;
}
.grid ul li img{
	margin-right:4px;
}
.grid ul li a{
	font-size:13px;
	color:#555;
	padding:6px;
	cursor:pointer;
}
.grid ul li a:hover{
	color:#222;
}
.grid1{
	padding:20px;
}
.grid1 span{
	color: #444;
	font-size: 13px;
	font-weight: bolder;
	padding:10px;
}
.grid1 p{
	font-size:13px;
	color:#555;
	line-height:1.6;
	padding:10px;
}

.grid-list,.grid-list-main{
	margin-bottom:25px;
}
.grid-list h4,.grid-list-main h4{
	font-size:20px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	color:#444;
}
.grid-list p,.grid-list-main p{
	margin-top: 8px;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 10px;
}
.grid-list{
	width: 47%;
	float: left;
	margin-right: 18px;
}
.grid-list-logo{
	float:left;
	width:30%;
}
.grid-list-para{
	margin:0px;
}
.readmore1 a{
	font-size:14px;
	color: #555;
	text-decoration:underline;	
	cursor:pointer;
}
.readmore1 a:hover{
	color:#333;
}
.grid-list ul li a{
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	vertical-align:top;
}
/*footer*/
.footer-bg{
	background:#1A353C;
	border-bottom:1px dashed #555;
}
.footer-bg1{
	background:#1A353C;
	padding-top:15px;
}
.footer{
	padding:20px;
}
.footer-nav,.footer-nav1{
	float:left;
}
.footer-nav ul li{
	list-style-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/testiicon.gif');
	margin-left: 19px;
}
.footer-nav ul li h3{
	vertical-align:top;
	color:#B6F0EB;
	font-size:20px;
}
.footer-nav1 ul li{
	list-style-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/testidisc.gif');
}
.footer-nav1 ul li a{
	vertical-align:bottom;
	color:#949BA0;
	font-size:13px;
}
.footer-nav1 ul li a span{
	color:#FCD384;
	font-size:14px;
}
.footer-menu{
	text-align:center;
}
.footer-menu ul li{
	display:inline;
	padding:4px;
}
.footer-menu ul li a{
	font-size:14px;
	color:#ddd;
}
.footer-menu ul li a:hover{
	color:#eee;
	text-decoration:underline;
}
.copy-rights{
	text-align:center;
	padding:4px;
}
.copy-rights span{
	color: #7D7E7E;
	font-size:12px;
}
.copy-rights a{
	color:#B6F0EB;
	font-size:13px;
}
.copy-rights a:hover{
	color:#FCD384;
}
/*About*/
.about-para{
	float:left;
	width:63%;
}
.about-pic{
	margin-top:10px;
	float:right;
	width:35%;
}
.about-pic img{
	border:10px solid #fff;
}
/*contact*/
.contact{
	float:left;
	padding:10px;
	width:48%;
}
.contact h3{
	padding: 0px;
	text-transform: uppercase;
	color: #5A3A00;
	font-size: 20px;
}
.table-form{
	margin-top:0px;
}
.table-form input[type="text"]{
	background:#D2C5B2;
	width: 345px;
	border:none;
	outline: none;
	padding: 8px;
	margin-top: 23px;
	color:#54682D;
	overflow: hidden;
}
textarea{
	font-family: 'Monda', sans-serif;
	width:450px;
	height:215px;
	padding: 8px;
	margin-top: 25px;
	border:none;
	outline:none;
	color:#54682D;
	background:#D2C5B2;	
}
.table-form input[type="submit"]{
	margin:0px;
}
/* contact form*/
.contact-form{
	float:left;
	margin-top:20px;
}
.contact-form form{
	background:none;
}
.contact-form form input[type="submit"],form input[type="reset"]{
	background:#628324 url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/large-button-overlay1.png') repeat-x;
	font-size: 14px;
	color: #fff;
	padding:10px 20px;
	border: 1px solid  #47813C;
	cursor:pointer;
	border-radius:3px;
}

.contact-form form input[type="submit"]:hover,form input[type="reset"]:hover{
		background:#53790A url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/large-button-overlay1.png') repeat-x;
		color:#fff;
}
/*service*/

.download-link{
	text-align:right;
	margin-top:18px;
}
.download-link a{
	background:#628324 url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/large-button-overlay1.png') repeat-x;
	font-size: 14px;
	color: #fff;
	padding:10px 20px;
	border: 1px solid  #47813C;
	cursor:pointer;
	border-radius:3px;
	
}
.download-link a:hover{
	background:#53790A url('/newmoban/_external/demo.mobanwang.com/mb/lo201411/201411033/html/web/images/large-button-overlay1.png') repeat-x;
		color:#fff;
}