  /* 通用 */
  * {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    box-sizing: border-box;
  }

  img {
    border: 0;
    outline: none;
  }

  ul>li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  /* 版心 */
  .center {
    width: 1200px;
    margin: 0 auto;
  }

  /* 头部 */
  .header {
    width: 100%;
    height: 40px;
    background-color: #692333;
  }

  .headerContent {
    height: 100%;
  }

  .headerLeft {
    width: 250px;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
  }

  .headerRight {
    width: 400px;
    height: 100%;
    float: right;
  }

  .headerRight .left {
    width: 200px;
    height: 40px;
    float: left;
  }

  .headerRight .left a {
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
  }

  .headerRight .left .old {
    box-sizing: border-box;
    border-right: 1px solid #fff;

  }

  .headerRight .right {
    width: 200px;
    height: 40px;
    float: right;
  }

  .headerRight .right input {
    width: 155px;
    height: 28px;
    line-height: 28px;
    color: #b9a7aa;
    background-color: #5a1323;
    border: 1px solid #7c3f4d;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 0 5px;
    font-size: 14px;
    margin-top: 6px;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    float: left;
  }

  /* input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #666;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #666;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #666;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #666;
  } */

  .headerRight .right button {
    display: block;
    margin: 11px 0;
    float: left;
    width: 28px;
    height: 18px;
    background: #692333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    /* line-height: 18px; */
    margin-left: 5px;
  }

  /* banner图 */
  .banner {
    width: 100%;
    height: 130px;
  }

  .bannerContent {
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    background-image: url(../img/index-top-banner.png);
    background-repeat: no-repeat;
    background-position: 100%;
    padding-top: 20px;
    margin: 0 auto;
  }

  .bannerContent .logo {
    width: 384px;
    height: 96px;
  }

  .bannerContent .logo img {
    width: 384px;
    height: 96px;
  }

  /* 导航 */
  .navigation {
    width: 100%;
    height: 55px;
    background-color: #692333;
  }

  .navigation .navigationList {
    height: 100%;
    line-height: 55px;
  }

  .navigation .navigationList .navigationItem {
    float: left;
    width: 120px;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-color: #692333;
    position: relative;
  }

  .navigation .navigationList .navigationItem:hover {
    background-color: #fbc94c;
  }

  .navigation .navigationList .navigationItem .navigationItems {
    color: #fff;
    font-size: 18px;
  }

  .navigation .navigationList .navigationItem .navigationItems:hover {
    color: #333;
  }

  .navigation .navigationList .navigationItem .mask {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
    position: absolute !important;
    background-image: url(../img/subNavBg.e871753.png) !important;
    background-repeat: no-repeat !important;
    background-position: 100% !important;
    background-size: 100% 100% !important;
    background-color: #fff;
    z-index: 10000;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    border-radius: 5px;
    top: 50px;
    left: 35px;
  }

  .navigation .navigationList .navigationItem .mask .arrow {
    width: 100%;
    height: auto;
    position: absolute;
    top: -5px;
  }

  .navigation .navigationList .navigationItem .mask .triangle {

    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    top: -12px;
  }

  /* .navigationList .navigationItem .mask .maskList {} */

  .navigationList .navigationItem .mask .maskItem {
    position: relative;
    width: 100px;
    height: 40px;
    margin: 0 30px;
    float: left;
  }

  .navigationList .navigationItem .mask .masksp {
    position: relative;
    width: 210px;
    height: 40px;
    margin: 0 20px;
    float: left;
  }

  .navigationList .navigationItem .mask .masksp2 {
    position: relative;
    width: 250px;
    height: 40px;
    margin: 0 70px 0 20px;
    float: left;
  }
  .navigationList .navigationItem .mask .maskItem{
    position: relative;
  }
  .navigationList .navigationItem .mask .maskItem div {
    position: absolute;
    width: 4px;
    height: 5px;
    top:10px;
  }

  .navigationList .navigationItem .mask .maskItem div img {
    width: 100%;
    height: 100%;

  }

  .navigationList .navigationItem .mask .maskItem .maskItems {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: left;
    color: #606266;
    font-size: 16px;
    padding-left: 10px;
  }

  /* 脚部 */
  .footer {
    width: 100%;
    height: 180px;
    background-color: #692333;
  }

  .footerContent {
    padding-top: 50px;
    height: 130px;
  }

  .footerContent .left {
    float: left;
    font-size: 14px;
    color: #fff;
  }

  .footerContent .left ul {
    width: 450px;
    height: 105px;
  }

  .footerContent .left li {
    line-height: 35px;
  }

  .footerContent .left li a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
  }

  .footerContent .right {
    float: right;
    width: 490px;
    height: 65px;
    position: relative;
  }

  .footerContent .right .flinkfather {
    display: inline-block;
    width: 133px;
    margin-right: 30px;
  }

  .footerContent .right .flink {
    width: 133px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 20px;
    background-color: #813546;
    border: none;
    padding: 8px 0 8px 15px;
  }

  .footerContent .right .glinkfather {
    display: inline-block;
    width: 133px;
  }

  .footerContent .right .glink {
    width: 133px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 20px;
    background-color: #813546;
    border: none;
    padding: 8px 0 8px 15px;
  }

  .footerContent .right .wlink {
    width: 150px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .footerContent .right .wx {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
  }

  .footerContent .right .wb {
    float: left;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
  }

  .footerContent .right .wx img {
    width: 52px;
    height: 52px;

  }

  .footerContent .right .wb img {
    width: 52px;
    height: 52px;

  }

  .footerContent .right .wx .wxmask {
    display: none;
    position: absolute;
    top: -52px;

  }

  .footerContent .right .wb .wbmask {
    display: none;
    position: absolute;
    top: -55px;
  }

  /* end */
  .end {
    height: 55px;
    line-height: 55px;
    color: #220e0e;
    font-size: 16px;
    text-align: center;
  }

  /* 位置(部分页面通用) */
  .location {
    height: 60px;
    line-height: 60px;
    border: 1px solid #ededed;
    padding-left: 30px;
    margin-top: 24px;
  }

  .locationConter {
    line-height: 60px;
  }

  .locationConter img {
    width: 16px;
    height: 16px;
    /* background-color: aquamarine; */
    float: left;
    margin-top: 22px;
  }

  .locationConter .loactionNow {
    padding-left: 5px;
    float: left;
    color: #999
  }

  .locationConter a {
    display: block;
    float: left;
    color: #999
  }

  .locationConter a:hover {
    color: #692333;
  }

  .locationConter .titleLocation {
    float: left;
    cursor: pointer;
  }