/**********页面整体布局************/
@charset "utf-8";body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{margin:0;padding:0}
table{*border-collapse:collapse;border-spacing:0}
th{text-align:left}
img,a img{border:0}
strong,em,th{font-style:normal;font-weight:normal}
strong{font-weight:bold}
li{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;color:#000}
input,textarea,select{font-family:inherit;font-size:inherit;*font-size:100%;font-weight:inherit}
html{overflow:auto;margin:0;padding:0;}
body{font:12px Tahoma,Helvetica,Arial,Simsun;font-size:14px;color:#444;background:#f0f0f0;margin:0;padding:0;}
body{font-family:"微软雅黑";}

/***layout***/
.content{width:1000px;margin:0 auto;}
.topbar{width:100%;min-width:1080px;background:#fff;height:28px;float:left;}
.topbar .ui-sina{float:right;margin-top:13px;cursor:pointer;}
.topbar .ui-wechat{float:right;margin-right:8px;margin-top:13px;cursor:pointer;}
.headbar{width:100%;min-width:1080px;background:#fff;height:72px;float:left;}
.headbar .logo{width:450px;height:56px;float:left;background:url(images/logo.png) left center no-repeat;}

.topbar_safe{width:100%;min-width:1080px;background:#f2f2f2;height:28px;float:left;}
.topbar_safe .ui-sina{float:right;margin-top:13px;cursor:pointer;}
.topbar_safe .ui-wechat{float:right;margin-right:8px;margin-top:13px;cursor:pointer;}
.headbar_safe{width:100%;min-width:1080px;background:#f2f2f2;height:72px;float:left;border-bottom:1px solid #ddd;}
.headbar_safe .logo{width:450px;height:56px;float:left;background:url(images/logo_safe.png) left center no-repeat;}

.mainbar{width:100%;min-width:1080px;min-height:300px;background:#fff;height:28px;float:left;}

.footbar{width:100%;min-width:1080px;min-height:180px;float:left;background:#f0f0f0;}
.foot{width:100%;height:25px;line-height:25px;float:left;font-size:14px;color:#444;text-align:center;}
.foot a{text-decoration:none;color:#666;}
.foot a:hover{color:#db251d;text-decoration:underline;}
.foot font{font-size:14px;color:#666;margin-left:10px;}
.foot .ui-sina{background-position:right center;padding-right:25px;}
.foot .ui-barcode{background-position:right center;padding-right:25px;}
.foot .wechat{display:none;width:152px;height:152px;position:absolute;top:0;left:0;background:url(images/wechat.png) center center no-repeat;}

/*****icon******/
.ui-sina{background:url(images/icon/sina.png) center center no-repeat;width:17px;height:15px;}
.ui-sina:hover{background-image:url(images/icon/sina_on.png);}
.ui-wechat{background:url(images/icon/wechat.png) center center no-repeat;width:17px;height:15px;}
.ui-wechat:hover{background-image:url(images/icon/wechat_on.png);}
.ui-barcode{background:url(images/icon/barcode.png) center center no-repeat;width:17px;height:15px;}

