* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  html,
  body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; }
  
  img {
    display: block; }
  
  ul, li {
    list-style: none; }
  
  a {
    text-decoration: none;
  color: black;   }
  
  .grayBg {
    background: #4d4c4c; }
  
  .gray {
    color: #4d4c4c; }
  
  .gray2 {
    color: #999999; }
  
  .zong {
    color: #c9a188; }
  
  .zongBg {
    background: #c9a188; }
  
  .zong2 {
    color: #e4d1c5; }
  
  .zongW {
    color: #aa7453; }
  
  .white {
    color: white; }
  
  .whiteBg {
    background: white; }
  
  .gray-c {
    color: #ccc; }
  
  .blackBg {
    background: #222222; }
  
  .text-center {
    text-align: center; }
  
  h2 {
    font-size: 40px;
    font-weight: 500; }
  
  h3 {
    font-size: 2.3em;
    font-weight: 500; }
  
  h4 {
    font-size: 28px;
    font-weight: 500; }
  
  h5 {
    font-size: 18px; }
  
  h6 {
    font-size: 14px; }
  
  .display {
    display: none; }
  
  .both {
    clear: both; }
  
  .bold {
    font-weight: bold; }
  
  .pull-left {
    float: left; }
  
  .pull-right {
    float: right; }
  
  .pos {
    position: relative; }
  
  .center {
    width: 1200px;
    margin: 0px auto; }
  
  .clearfix::before, .clearfix::after {
    content: '';
    display: block;
    clear: both; }
  
  .text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  
  .swiper-pagination {
    width: 100%;
    bottom: 5px; }
  
  .main {
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 0; }
  
  section {
    width: 100%;
    position: relative;
    display: block; }
  
  header .header-top {
    height: 131px;
    overflow: hidden; }
    
    header .header-top .center {
      padding: 30px 0;
   
      /* width: 280px; */
      /* height: 78px; */
      float: left;
      margin-left: 250px;
      margin-top: 20px;
      
      }
      
    header .header-top .center2 {
     padding: 30px 0; 
      
      }
      
      
      .center2 {
      width: 1200px;
      margin: 0px auto;
  }
      
      
    header .header-top .center a{
      width: 380px;
      height: 78px;
      display: block;
      text-indent: -999em;
      }	
      
      
    header .header-top img {
      width: 299px;
      height: auto; }
  header .header-nav {
    background: #000; }
    header .header-nav ul {
      width: 1200px;
      margin: 0px auto;
      overflow: hidden; }
      header .header-nav ul li {
        float: left; }
    header .header-nav .nav-a {
      padding: 0 30px;
      color: white;
      font-size: 16px;
      display: block;
      line-height: 40px; }
      header .header-nav .nav-a:hover {
        background: #aa7453; }
    header .header-nav .nav-active .nav-a {
      background: #aa7453; }
  
  footer {
    background: #222222; }
    footer .footer-main {
      width: 1100px;
      overflow: hidden;
      padding: 30px 0 40px 0;
      margin: 0 auto; }
      footer .footer-main .center {
        overflow: hidden;
        position: relative; }
    footer .footer-copyright {
      background: #000;
      height: 50px;
      line-height: 50px;
      font-size: 12px;
      color: #ccc; }
    footer .footer-left {
      color: #e6e6e6; }
      footer .footer-left h3 {
        line-height: 1;
        font-size: 40px; }
      footer .footer-left h4 {
        line-height: 1;
        border-bottom: 1px solid #808080;
        padding: 20px 0;
        font-size: 26px; }
      footer .footer-left .footer-content {
        line-height: 25px;
        margin-top: 30px;
        font-size: 16px; }
    footer .footer-right {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      color: #fff; }
      footer .footer-right .wx {
        float: left;
        margin-left: 50px;
        width: 175px;
        text-align: center; }
        footer .footer-right .wx img {
          width: 100%; }
      footer .footer-right h5 {
        line-height: 1;
        margin-top: 30px;
        font-size: 20px; }
  
  .side {
    width: 40px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    background: #000000; }
  
  .side-center {
    width: 20px;
    margin: 0 auto; }
  
  .side-position {
    height: 300px;
    position: absolute;
    top: 50%;
    margin-top: -150px; }
  
  .side-position a,
  .side-position .side-dianhua {
    width: 20px;
    text-align: center;
    color: white;
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid white;
    position: relative; }
  
  .side-position img,
  .side-top img {
    width: 20px; }
  
  .side-position a:first-child {
    padding: 15px 0; }
  
  .side-position img.dianhua-img {
    width: 200px;
    position: absolute;
    top: 0;
    right: 30px;
    opacity: 0; }
  
  .side-call {
    cursor: pointer; }
  
  .side-top {
    width: 20px;
    position: absolute;
    left: 10px;
    bottom: 50px;
    cursor: pointer;
    font-size: 12px;
    text-align: center; }
  
  .index-title {
    line-height: 50px;
    text-align: center; }
    .index-title h2 {
      color: #333;
      font-size: 60px;
      margin: 20px 0; }
    .index-title h4 {
      font-size: 20px; }
    .index-title h2, .index-title h4 {
      line-height: 1; }
  
  .border-title {
    width: 1px;
    height: 60px;
    margin: 0 auto; }
  
  .btn-more {
    padding: 7px 14px;
    display: inline-block;
    border: 1px solid white;
    margin: 0px auto;
    border-radius: 0.3rem;
    text-align: center; }
    .btn-more.btn-primary {
      border-color: #AA7453;
      color: #AA7453; }
  
  .banner img {
    width: 100%; }
  
  .swiper-prev,
  .swiper-next {
    position: absolute;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-color: rgba(255, 255, 255, 0.6);
    top: 50%;
    margin-top: -40px;
    z-index: 10; }
  
  .swiper-prev {
    left: 0;
    background-image: url("../img/prev.png"); }
  
  .swiper-next {
    right: 0;
    background-image: url("../img/next.png"); }
  
  /*# sourceMappingURL=base.css.map */
  
  
  .pagination {
      display: inline-block;
      padding-left: 0;
      margin: 20px 0;
      border-radius: 0
  }
  
  .pagination>li {
      display: inline
      
  }
  
  .pagination>li>a,.pagination>li>span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #322e2e;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px
  }
  
  
  
  .pagination>li:first-child>a,.pagination>li:first-child>span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
  }
  
  .pagination>li:last-child>a,.pagination>li:last-child>span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
  }
  
  .pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
      color: #fff;
      background-color: #322e2e;
      border-color: #ddd
  }
  
  .pagination>.thisclass,.pagination>.thisclass>a,.pagination>.thisclass>span,.pagination>.thisclass>a:hover,.pagination>.thisclass>span:hover,.pagination>.thisclass>a:focus,.pagination>.thisclass>span:focus {
  background-color:#322e2e;
  color:#FFFFFF;
  }
  
  .pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
      color: #777;
      background-color: #fff;
      border-color: #ddd;
      cursor: not-allowed
  }
  
  
  
  .mybiglog{ text-align:center;}
  .mybiglog img{ display:inline;}
  
  
  .myycpx{
  
  
  width: 1200px;
      margin: 0px auto;
      overflow: hidden;
  }
  
  .infor-tab-text section{
  width:100%!important;
  
  }
  
  .infor-tab-text section{
  text-align:center!important;
  }
  
  .infor-tab-text section img{
  width:720px!important; display:inline!important;
  }
  
  
  .infor-tab-text section p{
  text-align:left!important;
  font-size:16px!important;
  }
  
  
  .zklist-C {
      overflow: hidden;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .zklist-C  li {
      width: 45%;
      height: 25px;
      line-height: 25px;
      overflow: hidden;
      float: left;
      margin-right: 2%;
      margin-left: 2%;
  }
  .zklist-C  li a {
      float: left;
      width: 75%;
      color:#000000;
  }
  .zklist-C  li span {
      float: right;
      text-align: right;
  }
  .mysitemap {
      border: 1px solid #d5d5d5;
      border-radius: 4px;
      height: 34px;
      line-height: 34px;
      padding-left: 12px;
      font-size: 14px;
      text-align:center;
  }
  
  .cops{width:100%;height:auto;/*line-height:60px;*/color:#fff;background:#303231;text-align:center; padding-bottom:5px;}
  .ends{width:100%;padding-top:20px;padding-bottom:20px;background:#F3F3F3;border-top:1px solid #ddd;margin-top:20px}
  .ends2{width:1100px;margin:0 auto;}
  .links{padding-bottom:15px;margin-bottom:15px;color:#666666;    padding-top: 10px;}
  .links .links1{float:left;}
  .links2{float:left; width:1000px;}
  .links2 a{color:#666666;float:left; margin-right: 5px;}
  .links2 a:hover{color:#FFFFFF;}
  
  