/*重置*/
*{margin:0;padding:0;}
table, tr, td {border-collapse: collapse;}
ul{list-style-type:none;}
img { border:0; margin:0; padding:0;}
body{background: url('../images/index/business.gif') repeat-y scroll center center #FEFEFE;font:12px/1.8 'Microsoft YaHei',Tahoma,Verdana,'Simsun'}
/*常用超链接*/
a{text-decoration:none;color:#444;font:12px/1.8 Tahoma,Verdana,'Simsun','Microsoft YaHei';}
.a1{color:#444;font-family:'Lucida Grande','微软雅黑';font-weight:bold;font-size:15px;}
.main{margin:0 auto;width:1000px;/*min-height:650px;*/}
/*常用字体*/
.font1{font-family:;font-size:14px;color:white; font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.font2{font:12px/1.8 'Microsoft YaHei',Tahoma,Verdana,'Simsun';color:#444;font-weight:normal;}
.font3{color:red;}
.font4{color:#444;font-family:'Lucida Grande','微软雅黑';font-size:15px;}
.font5{color:#4C4C4C;font-family:宋体;font-size:14px;width:80px;display:inline-block;}
.font6{color:white;font-size:13px;font-weight: bold;}
/*其他*/
.clear{clear:both}
/***分页样式***********/
 ul.pagination {margin:0px 0px 15px 0px;font-size:0;list-style: none; display: inline-block;*display: inline;zoom: 1;}
 ul.pagination li {text-align:center;cursor: pointer; display: inline-block;*display: inline;zoom: 1;}
 ul.page-style-3 li { background: #fff;
      background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(243, 243, 243)));
        background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
        border: 1px solid #c9c9c9;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        color: #007BC9;
        font: bold 13px Arial, Helvetica, sans-serif;
        height: 24px;
        line-height: 24px;
        margin: 0 2px;
		
    }
    ul.page-style-3 li:hover {
        background: #007BC9;
            background: -moz-linear-gradient(top, rgb(0, 123, 201) 0%, rgb(0, 123, 201) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 123, 201)), to(rgb(0, 123, 201)));
            background: -o-linear-gradient(top, rgb(0, 123, 201) 0%, rgb(0, 123, 201) 100%);
        color: #fff;
    }
    ul.page-style-3 li.current {
		
        background: #007BC9;
            background: -moz-linear-gradient(top, rgb(0, 123, 201) 0%, rgb(0, 123, 201) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 123, 201)), to(rgb(0, 123, 201)));
            background: -o-linear-gradient(top, rgb(0, 123, 201) 0%, rgb(0, 123, 201) 100%);
        border: none;
        box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.4);
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    }