/*初始化css*/
body{font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
/*控制聚焦时不出现蓝色边框;seclect用line-height不兼容ie8，只能用padding撑开*/
input:focus {outline: none;}  
input{-webkit-appearance:none;}/*去除在手机端自带的按钮样式*/
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}

.w1200{width:1200px;margin:0 auto;}

/* 主体内容 */
.main{width: 100%;min-height:500px;background: url(main.png) center top no-repeat;padding-top: 30px;}
.content{width: 1200px;padding: 14px 20px 50px 20px;background: #fff;min-height: 570px;}

.lm-tit{width:1160px;height: 50px;line-height: 50px;background: url(lm_tit.png) left center no-repeat;}
.lm-tit span{width:185px;text-align:center;display: inline-block;line-height: 40px;text-align: center;font-size: 22px;color: #fff;font-weight: 600;}
.lm-tit  a{display: inline-block;line-height: 40px;font-size: 14px;color: #999;}

.lm-list{width:1160px;margin-top: 18px;}
.lm-list li{width: 100%;line-height:36px;background: url(site.jpg) left center no-repeat;padding-left: 19px;}
.lm-list li a{display: inline-block;line-height:36px;font-size: 16px;color:#333;}
.lm-list li span{color: #a4a4a4;font-size: 16px;margin-right:21px;}