﻿@charset "utf-8";
/*全局样式控制*/
*{margin:0;padding:0;}
ul,li{list-style:none;}
table{border-collapse:collapse;}
a{text-decoration:none;}
img{border:0;}



/*bottom部分区域开始*/
.bottom{width:100%;height:150px;float:left;background:#dadada;}
.bottom_t{width:100%;float:left;text-align:center;font-size:12px;color:#000;margin-top:25px;}
.bottom_t p a{color:#505050;}
.bottom_b{width:100%;float:left;text-align:center;margin-top:20px;}




