@charset "utf-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

.dropdown {

    position: relative;

    display: inline-block;

}

.dropdown-content {

    display: none;

    position: absolute;

    background-color: #f9f9f9;

    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    padding: 30px 20px;
    margin-top: 70px;

    z-index: 1;

}

.dropdown:hover .dropdown-content {

    display: block;

}
body {
  font-family: arial, "microsoft yahei";
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  min-width: 1000px;
}
input {
  font-family: arial, "microsoft yahei";
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #0068B7;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.font-14 {
  font-size: 14px;
}
input,
select {
  font-family: "microsoft yahei";
}
.indent2 {
  text-indent: 2em;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*主体内容宽*/
.container {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
/*page*/
.page {
  text-align: center;
}
.page a {
  border: 1px solid #cbcbcb;
  color: #514f4f;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  margin: 0 3px;
  padding: 0 10px;
}
.page span{
  border: 1px solid #cbcbcb;
  color: #514f4f;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  margin: 0 3px;
  padding: 0 10px;
}
.page span.current,
.page a:hover {
  color: #fff;
  font-weight: bold;
  background: #367cc0;
  border: 1px solid #367cc0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
