@charset "utf-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
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;
}
html,
body {
  position: relative;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 16px;
  line-height: 1.875;
  color: #2a2a2a;
  background: #fff;
  min-width: 1360px;
}
.bodyHIdden {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
a:link,
a:visited {
  text-decoration: none;
  outline: #2a2a2a;
  color: #2a2a2a;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type=text],
textarea {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  -webkit-appearance: none;
}
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;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.font20 {
  font-size: 20px;
}
.textCenter {
  text-align: center;
}
.color333 {
  color: #333;
}
.hide {
  overflow: hidden;
}
.rel {
  position: relative;
}
/*清楚浮动*/
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.middleCenter {
  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;
}
/*图片垂直右对齐*/
.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*图片垂直左对齐*/
.middleLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*页面主体区域的宽*/
.container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1360px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.indent2 {
  text-indent: 2em;
}
/*animate*/
@keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-ms-keyframes slide {
  0% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }
}
.indent2 {
  text-indent: 2em;
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  background: #fff;
  filter: alpha(opacity=90);
  opacity: 80;
}
.prompt a {
  color: #000;
}
.prompt span {
  position: absolute;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #000;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  font-weight: 100;
  cursor: pointer;
}
.prompt_close:hover {
  background: #ff0000;
  color: #fff;
}
