/*CSS Reset*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
img {
  border: none;
}
input,
img {
  vertical-align: middle;
}
input,
button {
  border: 0;
}
input:focus,
button:focus {
  outline: none;
}
input {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
   -ms-user-select: auto !important;
       user-select: auto !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/*隐藏type=number箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
a {
  color: #313131;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /*-webkit-user-select: none;*/
  padding: 0;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-size: 0.28rem;
  font-family: arial, sans-serif, Microsoft YaHei;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  /*-webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;*/
  overflow-x: hidden;
}

A:hover{
  color: #0070c0;
}

.wrap {
  margin: 0 auto;
}
.lang {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
  font-size: 0;
}
.langItem {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #999;
  height: 24px;
  line-height: 24px;
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  margin-left: -1px;
  position: relative;
  z-index: 1;
}
.langItem.active {
  border-color: #0070c0;
  z-index: 2;
}
.langItem.split {
  margin: 0 5px;
}
.full-screen {
  width: 100%;
}
.full-row {
  width: 1200px;
  margin: 0 auto;
}
.dib-wrap {
  font-size: 0;
}
.dib {
  display: inline-block;
  font-size: 0.28rem;
  vertical-align: top;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flex-item {
  -moz-box-flex: 1;
       flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
  text-align: center;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}
.btn,
a.btn {
  background-color: #AC8A59;
  background: -webkit-gradient(linear, left top, left bottom, from(#dbb27c), to(#c29652));
  background: -webkit-linear-gradient(top, #dbb27c, #c29652);
  background: -moz-linear-gradient(top, #dbb27c, #c29652);
  background: linear-gradient(to bottom, #dbb27c, #c29652);
  -webkit-border-radius: 0.06rem;
          border-radius: 0.06rem;
  border: 0;
  -webkit-box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  line-height: 0.7rem;
  height: 0.7rem;
  padding: 0 0.81rem;
  font-size: 0.24rem;
}
.btn.disabled,
a.btn.disabled {
  opacity: .6;
}
.btn:active,
a.btn:active {
  opacity: .6;
}
.btn.btn-gray {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(186, 186, 186, 0.75)), to(rgba(232, 232, 232, 0.75)));
  background: -webkit-linear-gradient(bottom, rgba(186, 186, 186, 0.75), rgba(232, 232, 232, 0.75));
  background: -moz-linear-gradient(bottom, rgba(186, 186, 186, 0.75), rgba(232, 232, 232, 0.75));
  background: linear-gradient(0deg, rgba(186, 186, 186, 0.75), rgba(232, 232, 232, 0.75));
  color: #666666;
}
.header {
  width: 1200px;
  height: 82px;
  margin: 0 auto;
  position: relative;
}
.header__bg {
  position: absolute;
  height: 82px;
  background-color: transparent;
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url(http://tpl-c1dde6f.pic36.websiteonline.cn/upload/top_bg.jpg);
  left: 0px;
  width: 1200px;
}
.header__content {
  width: 1200px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0px;
  height: 82px;
}
.header__logo {
  left: 0px;
  top: 12px;
  position: absolute;
  z-index: 105;
  width: 179px;
  height: 58px;
}
.header__logo__link {
  display: block;
}
.header__logoimg {
  /*width: 179px;
  height: 58px;*/
  display: inline;
}
.header__navWrap {
  left: 510px;
  top: 0;
  /*  top: 20px;*/
  position: absolute;
  z-index: 104;
  width: 690px;
  height: 42px;
}
.header__navList {
  position: relative;
  /*    height: 40px;
    line-height: 50px;*/
}
.header__navItem {
  position: relative;
  float: left;
  text-align: center;
  /*    height: 40px;*/
  line-height: 82px;
  width: 16.66%;
  z-index: 2;
  cursor: pointer;
}
.header__navItem > a {
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-family: Microsoft YaHei;
  color: #333333;
}
.header__navItem > a.active,
.header__navItem > a:hover {
  /*color: #00acc2;*/
  color: #0070c0;
}
.header__navItem > a > span {
  display: block;
  overflow: hidden;
}
.header__navItem > ul {
  display: none;
  position: absolute;
  top: 80px;
  width: 110%;
  background: #fff;
  /*border-top:2px solid #47cdff;*/
}
.header__navItem > ul > li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #eee;
}
.header__navItem > ul > li>a{
  font-size: 14px;
}
.footer {
  background: #f4f4f4;
  padding: 50px 0 20px;
}
.footer__content {
  width: 1200px;
  margin: 0 auto;
}
.footer__infoList {
  float: left;
}
.footer__infoList li {
  float: left;
  margin-right: 58px;
}
.footer__infoList h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer__infoList a {
  display: block;
  font-size: 13px;
  color: #333;
  line-height: 30px;
}
.footer__connect {
  float: left;
}
.footer__connect h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer__connect dl {
  line-height: 30px;
}
.footer__connect dl dt {
  float: left;
  clear: left;
  margin-right: 10px;
  font-size: 13px;
  color: #333;
}
.footer__connect dl dd {
  float: left;
  font-size: 13px;
  color: #333;
  margin-bottom: 12px;
}
.footer__connect dl dd.connectPhone {
  font-size: 22px;
}
.footer__wx {
  float: right;
}
.footer__wx h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
.footer__wx img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer__wx h4 {
  font-size: 12px;
  color: #333;
  text-align: center;
  padding-top: 10px;
}
.copyright {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 50px;
}
.page-header {
  background-color: #1f1e1f;
  height: 0.96rem;
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #333436;
  z-index: 1000;
}
.page-header__back {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.24rem;
}
.page-header__back__icon {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.page-header__title {
  color: #ffffff;
  font-size: 0.34rem;
  text-align: center;
}
.page-header__logo {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  vertical-align: middle;
}
.page-header__opt {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header__opt > img {
  max-width: 100%;
  max-height: 100%;
}
.header-nav {
  background-color: #fff;
  -webkit-box-shadow: 6px 0px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 0px 14px rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  top: 1.05rem;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-nav:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -17px;
  right: 0.3rem;
  border: 17px solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top: 0;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
}
.header-nav.show {
  display: block;
}
.header-nav__item {
  margin: 0 1.05rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #dedede;
  color: #666666;
  font-size: 0.26rem;
}
.header-nav__item:last-child {
  border-bottom: 0;
}
.header-nav__item.loginWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__item.loginWrap .split {
  margin: 0 6px;
}
.header-nav__cells {
  margin: 0 1.05rem;
  padding-left: 0.34rem;
  border-bottom: 1px solid #dedede;
}
.header-nav__cell {
  display: block;
  border-bottom: 1px solid #dedede;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #999999;
  font-size: 0.26rem;
}
.header-nav__cell:last-child {
  border-bottom: 0;
}
.page-content {
  margin-top: 0.96rem;
  padding: 0 0.3rem;
  min-height: 3.8rem;
}
.page-footer {
  background-color: #333333;
  padding-top: 0.72rem;
  overflow: hidden;
}
.page-footer .connect {
  margin-bottom: 0.36rem;
  text-align: center;
}
.page-footer .connect__title {
  color: #999999;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.page-footer .connect__phone {
  font-size: 0.4rem;
  color: #ffffff;
}
.footer-nav {
  text-align: center;
  font-size: 0;
  margin-bottom: 0.25rem;
}
.footer-nav__item {
  display: inline-block;
  color: #999999;
  font-size: 0.24rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.29rem;
  border-right: 1px solid #666666;
  vertical-align: middle;
}
.footer-nav__item:last-child {
  border-right: 0;
}
.panel {
  margin-bottom: 0.22rem;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.panel__title {
  background-color: #F6F6F6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d7d7d7));
  background: -webkit-linear-gradient(#f6f6f6, #d7d7d7);
  background: -moz-linear-gradient(#f6f6f6, #d7d7d7);
  background: linear-gradient(#f6f6f6, #d7d7d7);
  border-bottom: 1px solid #dedede;
  height: 0.82rem;
  line-height: 0.82rem;
  color: #666666;
  font-size: 0.26rem;
  padding: 0 0.3rem;
}
.panel__content {
  background-color: #fff;
  padding: 0.38rem 0.3rem 0.69rem;
}
.panel__content.nopadding {
  padding: 0;
}
.border_top {
  border-top: 1px solid #dedede;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .border_top {
    border-top: 0.5px solid #999999;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .border_top {
    border-top: 0.333333px solid #999999;
  }
}
.border_btm {
  border-bottom: 1px solid #dedede;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .border_btm {
    border-bottom: 0.5px solid #999999;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .border_btm {
    border-bottom: 0.333333px solid #999999;
  }
}
