@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font-family: 'Artifakt',sans-serif, Roboto,"Helvetica Neue", Arial, "苹方";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: 'Artifakt',sans-serif, Roboto,"Helvetica Neue", Arial, "苹方";
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.nav_link {
    color: #fff !important;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    height: 100%;
    overflow-x: hidden;
    background: #FFF;
}

header div,
footer div {
    box-sizing: content-box !important;
}

input,
button,
input:focus {
    outline: none;
    border: none;
}

a,
button {
    border: none;
    text-decoration: none;
}

/*去除input在Chrome浏览器中默认的黄色背景色*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*IE10+以上input获取焦点时去除文本框的×图标和密码框的眼睛图标，IE9及以下无效*/
input::-ms-clear,
input::-ms-reveal {
    display: none;
}

/*设置input placeholder的字体颜色*/
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a4a4a4;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a4a4a4 !important;
    font-size: 14px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

/*去除input number浏览器自带的上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    /*FireFox下*/
    -moz-appearance: textfield;
}

/* 清除浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

/* 全站英文字体 */
@font-face {
    font-family: 'ITC';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/itc.eot');
    src: url('../fonts/itc.eot') format('embedded-opentype'),
        url('../fonts/itc.woff2') format('woff2'),
        url('../fonts/itc.woff') format('woff'),
        url('../fonts/itc.ttf') format('truetype'),
        url('../fonts/itc.svg') format('svg');
}

/*分页*/
.pages {
  height: 36px;
  line-height: 36px;
  text-align: center;
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
}

.pages a {
  background: #fff;
  font-size: 14px;
  padding: 3px 10px;
  color: #666;
  margin: 0 3px;
  display: inline-block;
}

.pages span,
.pages a:hover {
  background: #0065b9;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
}

.pages span {
  padding: 14px 10px;
  margin: 0 3px;
  font-size: 14px;
}

.pages a.prev:before,
.pages a.prev_disabled:before {
  content: "";
}

.pages a.next:before,
.pages a.next_disabled:before {
  content: "";
}
.page-title {
  padding: 50px 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.page-title h3 {
  color: #333;
  font-size: 36px;
  line-height: 1;
  font-weight: initial;
}

.page-title p {
  margin-top: 18px;
  color: #333;
  font-size: 16px;
}
/*分页*end/