﻿@charset "utf-8";
/* CSS Document */
/* 全局常用设置 */
* {word-wrap:break-word;word-break:break-all;}
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; } 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0;} 
ol,ul,li {list-style-type:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; } 
a img{ border:0px;}
a { color:#111; text-decoration:none}
a:hover { color:#2258c3; text-decoration:none}
body{ font-size:15px;line-height:1.5;background:#fff;color:#111;font-family: Arial, 'Microsoft Yahei';}

/*--基础数据--*/.pull-left {float:left !important;}
.pull-right {float:right !important;}
.cl {clear:both;}
/*--基础数据--*/