﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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: 14px;
  line-height: 1.5;
  padding-top: 50px;
}
@media (max-width: 1023px) {
  body {
    padding-top: 50px;
  }
}
a:link,
a:visited {
  text-decoration: none;
  outline: #333;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #4e2c23;
}
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;
}
.font16 {
  font-size: 16px;
}
.font48 {
  font-size: 48px;
}
.font38 {
  font-size: 38px;
}
.color333 {
  color: #333;
}
.hide {
  overflow: hidden;
}
.rel {
  position: relative;
}
/*清楚浮动*/
.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: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.indent2 {
  text-indent: 2em;
}
/*animate*/
@keyframes slide {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 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);
  }
}
/*移动端底部浮动导航*/
.mobile-footer-menu {
  display: none;
  height: 54px;
}
@media (max-width: 1023px) {
  .mobile-footer-menu {
    display: block;
    width: 100%;
    background: #01b3f5;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
    font-size: 12px;
  }
  .mobile-footer-menu li {
    width: 20%;
    float: left;
    position: relative;
  }
  .mobile-footer-menu li:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
    right: 0;
    top: 2px;
  }
  .mobile-footer-menu li .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .mobile-footer-menu li .bt {
    font-style: normal;
    text-align: center;
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
  }
  .mobile-footer-menu li:last-child:after {
    display: none;
  }
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
}
.page a,
.page span {
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 30px;
  margin: 0 5px;
  padding: 0 8px;
  background: #ffffff;
  border: 1px #cbcbcb solid;
  line-height: 25px;
  height: 27px;
  vertical-align: middle;
  transition: all 0.5s;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #00bdf3;
  color: #fff;
  border-color: #00bdf3;
}
@media (max-width: 767px) {
  .page a {
    display: none;
  }
  .page a.first,
  .page a.prev,
  .page a.next,
  .page a.last {
    display: inline-block;
  }
}
.indent2 {
  text-indent: 2em;
}
/*登录注册弹出框*/
.transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.popup .box {
  position: relative;
  border-radius: 10px;
  margin: auto;
  background: #fff;
  z-index: 999;
  opacity: 0;
  transform: translateY(-100px);
  transition: all .5s;
}
.popup.fadeIn .box {
  opacity: 1;
  transform: translateY(0);
}
.popup .close {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #000000;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -30px;
  top: -15px;
  font-size: 20px;
  transition: all .5s;
}
.popup .close:hover {
  background: #ff0000;
}
@media (max-width: 767px) {
  .popup .close {
    right: -25px;
  }
}
.popupLogReg {
  height: 360px;
}
.popupLogReg .title {
  color: #00bdf3;
  font-size: 16px;
  border-bottom: 1px #d7d7d7 solid;
  line-height: 24px;
  padding: 0px 0 15px 0;
  text-align:center;
}
.popupLogReg .menu {
  font-size: 0;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px #d7d7d7 solid;
  position: relative;
}
.popupLogReg .menu a {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  width: 50%;
  font-size: 18px;
  color: #828282;
  position: relative;
}
.popupLogReg .menu a:hover,
.popupLogReg .menu a.cur {
  color: #0daae7;
}
.popupLogReg .menu .line {
  border-bottom: 1px #0daae7 solid;
  position: absolute;
  bottom: -1px;
  width: 50%;
}
.popupLogReg .box {
  padding: 20px 40px 25px;
  width: 400px;
}
.popupLogReg .item {
  display: none;
}
.popupLogReg .form {
  vertical-align: middle;
}
.popupLogReg .form li {
  position: relative;
}
.popupLogReg .form .bt {
  display: inline-block;
  width: 65px;
  line-height: 49px;
  position: absolute;
  left: 0;
  color: #828282;
}
.popupLogReg input {
  font-size: 14px;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 50px;
  line-height: 49px;
  padding: 0 10px 0 65px;
  border-bottom: 1px #d7d7d7 solid;
}
.popupLogReg input:focus {
  border-color: #aaa;
}
.popupLogReg input::-webkit-input-placeholder {
  color: #d7d7d7;
}
.popupLogReg input::-moz-placeholder {
  color: #d7d7d7;
}
.popupLogReg input:-moz-placeholder {
  color: #d7d7d7;
}
.popupLogReg input::-ms-input-placeholder {
  color: #d7d7d7;
}
.popupLogReg .yzhm .hq {
  display: block;
  max-width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: right;
}
.popupLogReg .yzhm .hq a {
  display: inline-block;
  color: #00bdf3;
}
.popupLogReg .yzhm .hq a:hover {
  color: #00bdf3;
  text-decoration: underline;
}
.popupLogReg .yzhm .hq a:before {
  content: "";
  display: inline-block;
  border-left: 1px #00bdf3 solid;
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}
.popupLogReg .yzhm input {
  padding-right: 90px;
}
.popupLogReg .btn {
  margin-top: 20px;
}
.popupLogReg .btn a {
  display: block;
  line-height: 40px;
  background: #00bdf3;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  transition: all .4s;
}
.popupLogReg .btn a:hover {
  background: #0daae7;
}
@media (max-width: 767px) {
  .popupLogReg .box {
    max-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 410px) {
  .popupLogReg .box {
    max-width: 270px;
  }
}
.popupHeming {
  height: 300px;
}
.popupHeming .box {
  padding: 20px 0 0 0;
  width: 400px;
}
.popupHeming .title {
  color: #00bdf3;
  font-size: 16px;
  border-bottom: 1px #d7d7d7 solid;
  line-height: 24px;
  padding: 12px 0;
  margin: 0 22px;
}
.popupHeming .list {
  overflow: hidden;
  padding: 0 22px;
}
.popupHeming li {
  border-bottom: 1px #d7d7d7 solid;
  line-height: 24px;
  padding: 12px 25px 12px 0;
  color: #828282;
  cursor: pointer;
  position: relative;
}
.popupHeming li:hover {
  border-bottom-color: #00bdf3;
}
.popupHeming .icon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 12px;
}
.popupHeming .checked .icon {
  background: url(../images/right.png) no-repeat;
}
.popupHeming .btn a {
  display: block;
  background: #00bdf3;
  color: #fff;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 58px;
  text-align: center;
  margin-top: 20px;
  transition: all .5s;
}
.popupHeming .btn a:hover {
  background: #ffc21d;
}
@media (max-width: 767px) {
  .popupHeming .box {
    max-width: 350px;
  }
  .popupHeming .list {
    padding: 0 15px;
  }
}
@media (max-width: 410px) {
  .popupHeming .box {
    max-width: 270px;
  }
  .popupHeming .list {
    padding: 0 15px;
  }
}
.popupWshxx {
  height: 300px;
  display: none;
}
.popupWshxx .box {
  padding: 20px 40px 35px 40px;
  width: 400px;
}
.popupWshxx .title {
  color: #00bdf3;
  font-size: 16px;
  border-bottom: 1px #d7d7d7 solid;
  line-height: 24px;
  padding: 12px 0;
}
.popupWshxx .form {
  vertical-align: middle;
}
.popupWshxx .form li {
  position: relative;
}
.popupWshxx .form .bt {
  display: inline-block;
  width: 65px;
  line-height: 50px;
  position: absolute;
  left: 0;
  color: #828282;
}
.popupWshxx input {
  border: none;
  width: 100%;
  height: 50px;
  line-height: 49px;
  padding: 0 10px 0 65px;
  border-bottom: 1px #d7d7d7 solid;
}
.popupWshxx input:focus {
  border-color: #aaa;
}
.popupWshxx input::-webkit-input-placeholder {
  color: #d7d7d7;
}
.popupWshxx input::-moz-placeholder {
  color: #d7d7d7;
}
.popupWshxx input:-moz-placeholder {
  color: #d7d7d7;
}
.popupWshxx input::-ms-input-placeholder {
  color: #d7d7d7;
}
.popupWshxx .yzhm .hq {
  display: block;
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: right;
}
.popupWshxx .yzhm .hq a {
  display: inline-block;
  color: #00bdf3;
}
.popupWshxx .yzhm .hq a:hover {
  color: #00bdf3;
  text-decoration: underline;
}
.popupWshxx .yzhm .hq a:before {
  content: "";
  display: inline-block;
  border-left: 1px #00bdf3 solid;
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}
.popupWshxx .yzhm input {
  padding-right: 90px;
}
.popupWshxx .btn {
  margin-top: 20px;
}
.popupWshxx .btn a {
  display: block;
  line-height: 40px;
  background: #00bdf3;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  transition: all .4s;
}
.popupWshxx .btn a:hover {
  background: #0daae7;
}
@media (max-width: 767px) {
  .popupWshxx .box {
    max-width: 350px;
  }
}
@media (max-width: 410px) {
  .popupWshxx .box {
    max-width: 270px;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
