﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  -webkit-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;
  color: #333333;
  padding-top: 120px;
}
@media (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
}
.bodyHIdden {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1023px) {
  .mm-page {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .mm-page {
    padding-top: 50px;
  }
}
a:link,
a:visited {
  text-decoration: none;
  outline: #333;
  color: #333;
}
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;
}
.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: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-02 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .container-02 {
    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);
  }
}
@-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: none;
    width: 100%;
    background: #222;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
    font-size: 12px;
  }
  .mobile-footer-menu li {
    width: 25%;
    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: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 38px;
  height: 40px;
  margin: 0 5px 6px;
  padding: 0 8px;
  background: #a3a3a3;
  border: 1px #a3a3a3 solid;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #ff771d;
  border-color: #ff771d;
  color: #fff;
}
.page a.prev,
.page span.prev {
  font-family: simsun;
}
.page a.next,
.page span.next {
  font-family: simsun;
}
@media (max-width: 767px) {
  .page a {
    
  }
  .page a.first,
  .page a.prev,
  .page a.next,
  .page a.last {
    display: inline-block;
  }
}
.indent2 {
  text-indent: 2em;
}
/*移动端会员按钮、导航按钮*/
.navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
          transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}
/*移动端导航*/
.phoneMenu {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding-bottom: 100px;
  background: #1f9d3b;
  overflow: auto;
}
.phoneMenu .mlanguage {
  padding: 10px 0;
  overflow: hidden;
}
.phoneMenu .mlanguage img {
  height: 30px;
}
.phoneMenu .mlanguage a {
  display: block;
  color: #fff;
  width: 50%;
  float: left;
  font-size: 0;
  text-align: center;
}
.phoneMenu .mlanguage .en {
  width: 50%;
}
.phoneMenu .mlanguage .cn {
  width: 50%;
}
.phoneMenu .mSearch {
  background-color: #1f9d3b;
  padding: 10px 20px;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  position: relative;
}
.phoneMenu .mSearch .btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 15px;
}
.phoneMenu .mSearch .btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/icon/search-02.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: 1px;
}
.phoneMenu .mSearch input {
  height: 35px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #fff;
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding-left: 110px;
  padding-right: 30px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  background-color: #1f9d3b;
  position: static;
  left: 0;
  right: 0;
}
.phoneMenu .mSearch input::-webkit-input-placeholder {
  color: #fff;
}
.phoneMenu .select {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 0;
  height: 35px;
  line-height: 35px;
  width: 130px;
  padding-left: 20px;
  font-size: 16px;
}
.phoneMenu .select:after {
  content: "";
  right: 0;
  border: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.phoneMenu .select select {
  color: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: transparent;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
}
.phoneMenu .select option {
  background: #000;
}
.phoneMenu dl a {
  display: inline-block;
  height: 100%;
  color: #fff;
  min-width: 60%;
}
.phoneMenu .level-01 {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #1f9d3b;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  position: relative;
}
.phoneMenu .level-01.active > .menu-ctrl {
  display: block;
}
.phoneMenu .menu-ctrl {
  display: none;
}
.phoneMenu .child a {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  overflow:hidden;
  padding-left: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.phoneMenu .level-01 {
  position: relative;
}
.phoneMenu .level-01:after {
  content: '';
  border: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.phoneMenu .level-01.active:after {
  top: 20px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.phoneMenu .noneArrow:after {
  display: none;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.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;
}
.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;
}
