﻿@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;
  width: 100%;
}
body {
  font-family: arial, "思源黑体 CN", "microsoft yahei";
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
  min-width: 1260px;
  min-width: 1259px \9;
}
a:link,
a:visited {
  text-decoration: none;
  outline: 333;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #c09879;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input,
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;
}
/*清楚浮动*/
.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;
}
/*图片底部居中对齐*/
.bottomCenter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
/*图片顶部居中对齐*/
.topCenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
/*页面主体区域的宽*/
.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/*page*/
.page {
  font-size: 0;
  text-align: center;
}
.page a {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  min-width: 30px;
  padding: 1px 10px 0 10px;
  margin: 0 0 0 8px;
  font-family: arial;
  border: 1px #acabab solid;
  color: #272727;
  transition: all 0.5s;
}
.page a.cur,
.page a.cpb,
.page a:hover {
  background: #d61518;
  border: 1px #d61518 solid;
  color: #fff;
}
.page a.first,
.page a.prev,
.page a.next,
.page a.last {
  font-size: 15px;
}
.page a.first:hover,
.page a.prev:hover,
.page a.next:hover,
.page a.last:hover {
  background: #d61518;
  border: 1px #d61518 solid;
  color: #fff;
}
.freeLchPopup {
  position: fixed;
  height: 340px;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.freeLchPopup .box {
  border: 10px #C09879 solid;
  width: 340px;
  margin: auto;
  background: #fff;
  padding: 20px 20px;
  position: relative;
  z-index: 999;
  opacity: 0;
  transform: translateY(-100px);
  transition: all .5s;
}
.freeLchPopup.fadeIn .box {
  opacity: 1;
  transform: translateY(0);
}
.freeLchPopup .close {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #362b27;
  color: #fff;
  position: absolute;
  right: -45px;
  top: -10px;
  font-size: 20px;
  transition: all .5s;
}
.freeLchPopup .close:hover {
  background: #ff0000;
}
.freeLchPopup .bt-01 {
  font-weight: 700;
  text-align: center;
  color: #362b27;
  font-size: 20px;
}
.freeLchPopup .bt-02 {
  text-align: center;
  color: #362b27;
  margin-bottom: 20px;
}
.freeLchPopup .form {
  vertical-align: middle;
}
.freeLchPopup .form li {
  margin-bottom: 10px;
  position:relative;
}

.freeLchPopup .form li font {
    position:absolute;
    right:0;
    top:-15px;
    font-size:12px;
    color:#f00;
    display:none;
}

.freeLchPopup .form input {
  margin-right: 15px;
  color:#a9a9a9;
}
.freeLchPopup input {
  border: none;
  width: 100%;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  border: 2px #efefef solid;
  background: #efefef;
  float:left;
}
.freeLchPopup input:focus {
  border: 2px #C09879 solid;
}
.freeLchPopup .yzhm {
  margin-right: 10px;
}
.freeLchPopup .yzhm .icon {
  margin-right: 10px;
}
.freeLchPopup .yzhm input {
  width: 145px;
}
.freeLchPopup .yzhm a {
  color: #666;
}
.freeLchPopup .yzhm a:hover {
  color: #C09879;
  text-decoration: underline;
}
.freeLchPopup .btn a {
  display: block;
  line-height: 40px;
  background: #362b27;
  color: #C09879;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  transition: all .4s;
}
.freeLchPopup .btn a:hover {
  background: #C09879;
  text-decoration: none;
  color: #fff;
}
.freeLchPopup .ie8 {
  display: none;
  opacity: 0;
  padding-left: 10px;
}
.transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.indent2 {
  text-indent: 2em;
}
.mt20 {
  margin-top: 20px;
}
.floatWindow {
  position: fixed;
  right: 30px;
  bottom: 200px;
  z-index: 9999;
  width: 65px;
  border-radius: 65px;
  background: #c59b7a;
  padding: 2px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}
.floatWindow img {
  vertical-align: middle;
}
.floatWindow .item {
  display: block;
  padding: 10px 0;
  color: #514845;
  transition: all .5s;
}
.floatWindow .returnTop {
  background: #fff;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}
.floatWindow .returnTop a {
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  color: #514845;
}
.floatWindow li:last-child {
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
}
.floatWindow li:last-child a {
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
}
.floatWindow .icon {
  display: block;
  width: 25px;
  margin: auto auto 5px auto;
}
.floatWindow .icon .default {
  display: block;
}
.floatWindow .icon .hover {
  display: none;
}
.floatWindow a:hover {
  background: #362b27;
  color: #fff;
}
.floatWindow a:hover .default {
  display: none;
}
.floatWindow a:hover .hover {
  display: block;
}
@media (max-width: 1280px) {
  .floatWindow {
    right: 0;
  }
}
.mb10 {
  margin-bottom: 10px;
}
.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;
}
