﻿@charset "utf-8";


@font-face {
  font-family: 'Defaults';
  src: url('/fonts/fontawesome-webfont.eot');
  src:
    url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/fontawesome-webfont.woff') format('woff'),
    url('/fonts/fontawesome-webfont.ttf') format('truetype'),
    url('/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
} 


div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,input,body,strong,span,pre{margin:0; padding:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
body{font-size:14px; font-family:'Defaults','Microsoft YaHei'; margin:0px;padding:0px;color:#666;line-height:18px;height:auto;clear:both;background:#ffffff;}
img{border:0px;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
a{ text-decoration:none;color:#666;}
a:hover{ background-repeat:no-repeat;}
a,area{blr:expression(this.onFocus=this.blur())}
.del_float{ clear:both; line-height:0; height:0; font-size:0;}
.fl{ float:left;}.fr{ float:right;}.tr{ text-align:right;}.tl{ text-align: left;}.tc{ text-align:center;}.clear{ clear:both; height:0px; line-height:0px; zoom:1;}

:-moz-placeholder{color:#ddd}
::-moz-placeholder{color:#ddd}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ddd}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ddd}


/*pager*/
.in-page{clear:both;text-align:center;padding:50px 0 70px 0;}
.in-page ul{margin:0;padding:0;height:40px;font-size:14px;color:#fff}
.in-page li{width:auto;background:initial;display:inline-block;padding:0;height:auto;line-height:inherit;border-bottom:none;}
.in-page a,.in-page select,.in-page a:visited{background:#FFF;vertical-align: middle;border:1px solid #FFF;color:#333;display:inline-block;height:39px;line-height:39px;margin:2px;padding:0 16px;text-decoration:none}
.in-page .press,.in-page a:active,.in-page a:hover{text-decoration:none;vertical-align: middle;background-color:#000;border:1px solid #000;color:#FFF;display:inline-block;height:39px;line-height:39px;margin:2px;padding:0 16px}
.in-page li.list-page {display:none;}
/*.in-page li.pre-page a,.in-page li.next-page a{padding: 0 28px;}*/
/*.in-page li.next-page a{background:#FFF url(../static/images/base/icon2.png) no-repeat center center;}*/
/*.in-page li.pre-page a{background:#FFF url(../static/images/base/icon1.png) no-repeat center center;}*/
@media screen and (max-width:1200px){
.in-page li{display:none}
.in-page li:first-child,.in-page li:last-child,.in-page li.list-page{display:inline-block}
.in-page li.list-page select{display:none;width:58px;border-radius:0;font-size:14px;-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#FFF url(../images/select.png) no-repeat 33px center;background-size:18px;}

}


