﻿@charset "utf-8";
a {
  color: #666;
}
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
html,
body {
  color: #333;
  font-family: Arial, '微软雅黑', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
img,
input,
button {
  border: 0;
  font-family: "微软雅黑";
  outline: none;
}
.clear {
  clear: both;
}
.ddd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ddd2 {
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ddd3 {
  overflow: hidden;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
body {
  background: url(../images/bg.jpg) center 0 no-repeat #120808;
}
.indexbg {
  background-image: url(../images/indexbg.jpg);
}
.container-max {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.container-max > img.img-responsive {
  width: 100%;
}
.pr {
  position: relative;
}
.headerBox {
  background: url(../images/headerbg-x.png) repeat-x;
}
.headerBoxbg {
  background: url(../images/headerbg.jpg) center no-repeat;
  height: 124px;
}
.logo {
  width: 270px;
  height: 77px;
  background: url(../images/logo.png) center no-repeat;
  float: left;
  position: absolute;
  left: 0;
  top: -14px;
}
.slogen {
  background: url(../images/slogen.png) no-repeat;
  width: 206px;
  height: 60px;
  position: absolute;
  left: 286px;
  top: 10px;
}
.header-row1 {
  line-height: 39px;
  text-align: right;
  color: #fff;
  font-size: 13px;
}
.header-row1 a {
  color: #fff;
}
.checkInfoForm td {
  height: 39px;
  padding-right: 5px;
  vertical-align: middle;
}
.checkInfoForm input {
  height: 30px;
  width: 230px;
  border: 1px solid #4A3638;
  padding: 0 10px;
  background: #1D1010;
  color: #88727B;
  line-height: 28px;
}
.btn-red {
  display: inline-block;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #830001 1%, #c70304 93%, #d84748 100%);
  background-image: -webkit-linear-gradient(90deg, #830001 1%, #c70304 93%, #d84748 100%);
  background-image: -ms-linear-gradient(90deg, #830001 1%, #c70304 93%, #d84748 100%);
  padding: 0;
  line-height: 29px;
  width: 70px;
  text-align: center;
  height: 29px;
}
#rCode{
    border:1px solid #ccc;
}
.loginForm {
  float: right;
  width: 315px;
  padding-top: 5px;
}
.loginForm td {
  padding: 3px 5px 3px 0;
}
.loginForm .input-row {
  width: 151px;
  height: 31px;
  font-size: 13px;
  border: 1px solid #422D2E;
  position: relative;
}
.loginForm .input-row input {
  width: 100%;
  height: 29px;
  float: left;
  padding: 0 10px;
  background: 0;
  color: #A68488;
}
.loginForm .input-row img {
  position: absolute;
  right: 3px;
  top: 4px;
  width: 51px;
  height: 20px;
}
.loginForm a {
  color: #fff;
  line-height: 29px;
}
.loginForm .submit {
  background: url(../images/btn-yellow.png) repeat-x;
  height: 29px;
  line-height: 29px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  color: #310B0B;
  width: 90px;
}
.btn-reg {
  background: url(../images/mfkh.png) no-repeat;
  width: 132px;
  height: 43px;
  display: block;
  text-indent: -9999px;
  float: right;
  margin-right: 23px;
  margin-top: 19px;
}
.headerBox .navbar-toggle {
  background: #fff;
  margin-right: 0;
}
.headerBox .navbar-toggle .icon-bar {
  background: #321B1C;
}
.navbarBox {
  height: 56px;
  line-height: 56px;
}
.navBox li {
  float: left;
  width: 140px;
}
.navBox a {
  display: block;
  position: relative;
  text-align: center;
  height: 56px;
  line-height: 1.4em;
}
.navBox a span,
.navBox a em {
  position: relative;
  color: #C39494;
}
.navBox a span {
  font-size: 15px;
  display: block;
  padding-top: 9px;
}
.navBox a em {
  font-size: 12px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.navBox a:hover,
.navBox a.on {
  text-decoration: none;
}
.navBox a:hover:before,
.navBox a.on:before {
  content: "";
  display: block;
  background: url(../images/navahover.png) center no-repeat;
  width: 141px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -32px;
}
.navBox a:hover span,
.navBox a.on span,
.navBox a:hover em,
.navBox a.on em {
  color: #FFFD6D;
  font-weight: bold;
}
.indexBanner {
  height: 417px;
  position: relative;
}
.noticeBar {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #564646;
    height: 40px;
    line-height: 40px;
    background: url(../images/new_img.png) 10px center no-repeat rgba(0, 0, 0, 0.45);
    color: #fff;
    padding-left: 55px;
}
.noticeBar .inner {
  margin-right: 10px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.index-menu {
  margin-bottom: 25px;
}
.index-menu .row > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-menu a,
.index-menu img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}
.index-menu a {
  max-width: 269px;
}
.index-menu a:hover {
  -webkit-box-shadow: 0 0 20px #FDFA13;
  -moz-box-shadow: 0 0 20px #FDFA13 ;
  box-shadow: 0 0 20px #FDFA13;
}
.footerBox .foot1 {
  background: #261B1B;
  padding: 5px 0;
}
.footerBox .foot2 {
  font-size: 13px;
  color: #574344;
  padding: 15px 0;
  line-height: 36px;
}
.footerBox .foot2 img {
  vertical-align: middle;
  float: left;
  margin-left: 15px;
  line-height: 36px;
}
.footerBox .foot2 a {
  color: #574344;
}
.fix-right {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 15%;
  background: url(../images/fix-rightbg.png) repeat-y;
  width: 150px;
  height: 480px;
}
.fix-right .inner {
  position: relative;
  padding-top: 91px;
}
.fix-right .a1 {
  display: block;
  height: 31px;
  text-indent: -9999px;
}
.fix-right .a2 {
  display: block;
  height: 35px;
  text-indent: -9999px;
  margin-bottom: 15px;
}
.fix-right .code {
  text-align: center;
  height: 120px;
}
.fix-right .code div {
  line-height: 25px;
  font-size: 13px;
  color: #fff;
}
.fix-right .code img {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
.fix-right .a3,
.fix-right .a4 {
  display: block;
  /*background: url(../images/qqbtn.png) no-repeat;*/
  width: 141px;
  height: 31px;
  margin: 0 auto;
  margin-top:20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.fix-right .a3 {
  margin-bottom: 45px;
}
    .fix-right .a4 {
        margin-bottom: 15px;
    }
.live800 {
    height: 70px;
    margin-top: 35px;
    cursor: pointer;
}


.fix-right .closebtn {
    display: block;
    height: 24px;
    clear: both;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    color: #C07475;
    cursor: pointer;
    margin-bottom: 0px;
}
.zhenren-list {
  background: #291A1B;
  padding: 10px;
  margin-bottom: 30px;
}
.tab-row {
  padding-bottom: 15px;
}
.tab-row a {
  display: inline-block;
  background: url(../images/tababg.png) center 0 no-repeat;
  width: 135px;
  height: 43px;
  line-height: 37px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-right: 5px;
}
.tab-row a.on {
  background-image: url(../images/tabahoverbg.png);
}
.zhenren-listbox div {
  text-align: center;
}
.zhenren-listbox div a {
  color: #B39B9D;
}
.zhenren-listbox div > a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.zhenren-listbox .row > div {
  padding-bottom: 30px;
}
.hd-list {
  padding: 15px;
  background: #291A1B;
  margin-bottom: 50px;
}
.hd-list img {
  display: block;
  width: 100%;
}
.hd-list .hd {
  cursor: pointer;
}
.hd-list .bd {
  display: none;
}
.hd-list .bd img {
  display: block;
  max-width: 100%;
}
.hd-list .hd-item {
  margin-bottom: 10px;
}
.hd-list .hd-item.on .bd {
  display: block;
}
.access-box {
  padding: 15px;
  background: #291A1B;
  margin-bottom: 50px;
  font-size: 13px;
  color: #B39B9D;
}
.video-wrap {
  padding: 15px;
  background: #291A1B;
}
.video-wrap .videoBox {
  padding: 5px;
  border: 2px solid #1B0A0A;
}
.aboutBox {
  padding: 15px;
  margin-bottom: 20px;
  background: #291A1B;
}
.aboutBox-inner {
  background: #291A1B;
}
.article-box {
  border: 2px solid #1B0A0A;
  background: #382828;
}
.article-box .article {
  padding: 20px;
  font-size: 13px;
  color: #BA9898;
  line-height: 27px;
  border: 1px solid #473333;
}
.article-box .article p {
  text-indent: 2em;
}
.article-mbx {
  line-height: 38px;
  border: 1px solid #473333;
  border-bottom: 0;
  padding-left: 16px;
  font-size: 13px;
  color: #9D7373;
  background: #312323;
}
.article-mbx a {
  color: #9D7373;
}
.article-mbx a:hover {
  color: #9D7373;
  text-decoration: underline;
}
.sideBar h3 {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 13px;
  color: #BA9898;
  position: relative;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#392A2B), to(#2D1F20));
  background-image: -webkit-linear-gradient(#392A2B, #2D1F20);
  background-image: -moz-linear-gradient(#392A2B, #2D1F20);
  background-image: -o-linear-gradient(#392A2B, #2D1F20);
  background-image: linear-gradient(#392A2B, #2D1F20);
}
.sideBar h3:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/sjx.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.sideNav {
  border: 2px solid #1B0A0A;
  background: #382828;
  margin-bottom: 10px;
}
.sideNav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  color: #BA9898;
  font-size: 13px;
}
.sideNav li:nth-of-type(2n) {
  background: #322323;
}
.side-offers {
  margin-bottom: 20px;
}
.side-btns a {
  height: 53px;
  color: #BA9898;
  font-size: 13px;
  border: 1px solid #5D4547;
  line-height: 51px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#392A2B), to(#2D1F20));
  background-image: -webkit-linear-gradient(#392A2B, #2D1F20);
  background-image: -moz-linear-gradient(#392A2B, #2D1F20);
  background-image: -o-linear-gradient(#392A2B, #2D1F20);
  background-image: linear-gradient(#392A2B, #2D1F20);
}
.reg-form .btn-form {
  width: 45%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D03A3A), to(#A11919));
  background-image: -webkit-linear-gradient(#D03A3A, #A11919);
  background-image: -moz-linear-gradient(#D03A3A, #A11919);
  background-image: -o-linear-gradient(#D03A3A, #A11919);
  background-image: linear-gradient(#D03A3A, #A11919);
  outline: none;
}
.reg-form .form-control {
  border-radius: 0;
  outline: none;
  border: 0;
}
.reg-form input[type="radio"] ~ label {
  margin-right: 2em;
  margin-bottom: 0;
}
.reg-form input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.reg-form .txt {
  line-height: 27px;
  padding-top: 7px;
}
.reg-form .form-group div .btn-form:nth-last-of-type(1) {
  float: right;
}
@media only screen and (min-width: 1150px) {
  .navbarBox .container-fluid > .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .navbarBox .container-fluid > .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navBox li {
    width: auto;
    margin-right: 1%;
  }
  .navBox li a {
    padding: 0 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .navBox {
    background: #241414;
  }
  .navbar-collapse {
    width: 100%;
    background: #241414;
  }
  .navbar-toggle {
    display: block;
  }
  .navBox li {
    float: none;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .navBox li a {
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    line-height: 56px;
  }
  .navBox li a span {
    padding-top: 0;
    display: inline-block;
  }
  .navBox li a:hover:before,
  .navBox li a.on:before {
    display: none;
  }
  .navbarBox .container-fluid > .navbar-collapse {
    width: 100vw;
  }
  .indexbg {
    background-image: url(../images/bg.jpg);
  }
  .indexBanner {
    display: none;
  }
  .headerBox {
    background: #261415;
  }
  .headerBoxbg {
    background: 0;
  }
  .foot2 div {
    padding: 0 15px;
    line-height: 20px;
    float: none!important;
    text-align: center;
  }
  .reg-form .txt {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 768px) {
  .logo {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto 10px;
    width: 220px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .loginForm {
    float: none;
    clear: both;
    margin: 0 auto;
    padding-top: 0;
  }
  .navbarBox {
    line-height: 0px;
    height: 0;
  }
  .navbarBox .navbar-collapse {
    position: absolute;
    left: 0;
    top: 107px;
    background: #241414;
    border-top: 1px solid #900001;
    width: 100%!important;
    margin-left: 0;
  }
  .headerBox .navbar-toggle {
    top: 48px;
    position: absolute;
    right: 10px;
  }
  .headerBox {
    position: relative;
    z-index: 5;
  }
  .headerBoxbg {
    height: auto;
    padding-bottom: 10px;
  }
  .header-row1 > div {
    padding-right: 10px;
  }
  .loginForm {
    float: none;
    width: 100%;
    padding-left: 5px;
  }
  .loginForm .input-row {
    width: 100%;
  }
  body {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .aboutBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fbf9f9;
}
#pbnotice a {
  color:white;
}
.Validform_wrong {color: #f10; padding-left: 20px; background: url(../images/icon.png?ver=1002) no-repeat 0px -40px;}
.Validform_right {color: #090; padding-left: 20px; background: url(../images/icon.png?ver=1002) no-repeat 0px -200px;}
