/*css reset code */

html {
overflow-x:hidden;

}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/****  文字大小初始化,使1em=10px *****/
body {
	font-family:"Microsoft YaHei";
    font-size: 12px;
	background:#FFF;

} /* for IE/Win */


html>body {


} /* for everything else */

/*字体边框等初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 padding: 0;
 margin: 0;
 }
input,textarea { font-size:14px; color:#555; font-family:"微软雅黑"}
table {
 border-collapse: collapse;
 border-spacing: 0;
 }
fieldset,img {
 border: 0px;
 }

address,caption,cite,code,dfn,th,var,em,i {
 font-weight: normal;
 font-style: normal;
 }
ol,ul {
	list-style-image: none;
	list-style:none;
 }
caption,th {
 text-align: left;
 }
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%;
 }
q:before,q:after {
 content:'';
 }
abbr,acronym { border: 0;
 }
img{ margin:0px; padding:0px; }

a {
text-decoration:none;
color:#333;
outline:none;
}
/* my通用样式 */
.wp{ overflow:hidden; width:1200px; margin-left:auto;margin-right:auto;}
.fl{ float:left;}
.fr{ float:right;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.center{text-align:center;}
.hid{overflow:hidden;}
.clear{clear:both;}
.cen{text-align:center;}
.rea{position:relative;}

.weixx{ position:fixed; left:0px; top:50%; margin-top:-100px; z-index:9999; display:none;}
.weixx img { width:140px; }
#LXB_CLOSE_BTN, .lxb-close-btn { right:auto; left:0;}
.lxb-container { right:auto; left:0;}