@charset "utf-8"; 
/*=========================================全局共用属性CSS nie ===============================================*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; } 
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; }
body{font-family:"Microsoft YaHei","微软雅黑"; font-size:14px; text-align:left; margin:0 auto; line-height:24px; background:#fff; color:#333; font-weight:400; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block; }
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;  transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s;}
button{border-radius：0px;-webkit-border-radius:0px; outline:none;}
input{/*-webkit-appearance:none;*/border-radius:0; outline:none;}
img{border:0; vertical-align:middle; }/*让链接里的 img 无边框；清除图片间距*/
ul,li{list-style:none; } 
button{cursor:pointer; } /*这个可以不用*/
.clear{clear:both; }
.fl{float:left; }
.fr{float:right; }
.tl{text-align:left; }
/*全局的字体链接*/
a:link,a:visited{color:#666; text-decoration:none; }
a:hover,a:active{color:#f60; text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0px; }
.main{clear:both; overflow:hidden; width:1200px; margin:0 auto;}
/*=========================顶部 top=============================*/
.header{clear:both; padding:30px 0px 40px 0px;}
.header .logo{float:left;}
.header .photo{float:right; background:url(../images/photo01.jpg) no-repeat left bottom; padding-left:25px; font-size:16px; color:#666; text-align:left;}
.header .photo span{clear:both; display:block; color:#ff6600; font-size:20px; font-weight:bold;}
/*=========================顶部 start=============================*/
/*=========================导航 top=============================*/
.header_nav{clear:both; height:56px; background:#f60;}
.header_nav ul{clear:both;}
.header_nav ul li{float:left; width:100px;}
.header_nav ul li a{ color:#fff; display:block; line-height:56px; font-size:14px; text-align:center;}
.header_nav ul li a:link,.header_nav ul li a:visited{text-decoration:none; }
.header_nav ul li a:hover,.header_nav ul li a:active{background:#161F40; text-decoration:none; }
/*=========================导航 start=============================*/

/*==============================列表分页 start==============================*/
#AspNetPager1{clear:both; padding:0px 0px 30px 0px; text-align:center; display:block; border-radius:4px;}
#AspNetPager1 a {display:inline-block; }
#AspNetPager1 a, #AspNetPager1 span {position:relative; padding:5px 10px; margin-left:-1px; line-height:1.42857143; color:#666; text-decoration:none; background:#fff; border:1px solid #ddd; }
#AspNetPager1 span.disabled{ background:#eee; color:#f60;}
#AspNetPager1 span.current{background:#f60; color:#fff; border:1px solid #f60;}
#AspNetPager1 span.active {z-index:2; color:#fff; cursor:default; background-color: #f60; border-color: #f60; }
#AspNetPager1 a:first-child a, #AspNetPager1 a:first-child>span {margin-left:0; border-top-left-radius:4px; border-bottom-left-radius:4px; }
#AspNetPager1 a:focus, #AspNetPager1 a:hover, #AspNetPager1 span:focus, #AspNetPager1 span:hover {z-index: 3;color:#f60;background:#eee;border-color:#ddd;}
/**/
.next_prve{clear:both; padding:20px 0px; line-height:30px;}
.next_prve a{clear:both; display:block; font-size:14px;}
/*==============================列表分页 end==============================*/