html, body {
  width: 100%; }

.transition, #fixed .phone:hover {
  transition: all .2s ease; }

.gray {
  background-color: #F5F5F5; }

.bg-white {
  background-color: #FFF !important; }

.container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto; }

.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 999;
  vertical-align: middle; }

.more, .solution .more {
  padding: 8px 40px;
  margin-top: 30px;
  border: 2px solid #ddd;
  font-size: 22px;
  font-weight: bolder;
  color: #ddd; }

.left {
  float: left; }

.right {
  float: right; }

.header {
  background-color: #FFF; }
  .header .right {
    display: inline-block; }
  .header .logo {
    margin-right: 10px;
    display: inline-block;
    float: left; }
  .header .main {
    padding: 30px 0 40px 0; }
    .header .main h3 {
      font-size: 26px;
      color: #e5bf5c; }
    .header .main .intro {
      width: 250px;
      padding-top: 30px;
      float: left; }
    .header .main .right {
      padding-top: 30px; }
      .header .main .right form {
        position: relative;
        float: left; }
        .header .main .right form #keyword {
          padding: 5px;
          border-radius: 15px;
          border: 1px solid #DDD;
          width: 210px;
          margin-right: 20px; }
        .header .main .right form .search-submit {
          background: url("../images/icon/search.png") center center no-repeat;
          height: 16px;
          border: none;
          width: 20px;
          position: absolute;
          left: 180px;
          top: 6px; }
  .header .menu {
    padding-bottom: 10px; }
    .header .menu li {
      display: inline-block;
      float: left;
      margin-right: 55px;
      font-size: 16px;
      padding-bottom: 10px;
      border-bottom: 3px solid #FFF; }
      .header .menu li:last-child {
        margin-right: 0; }
      .header .menu li.on, .header .menu li:hover {
        color: #e5bf5c;
        border-bottom: 3px solid #e5bf5c;
        font-weight: bold; }
  .header .top {
    padding: 15px;
    border-bottom: 1px solid #EEE; }
    .header .top a {
      margin: 0 20px; }

.bottom-menu {
  padding: 15px;
  border-top: 1px solid #EEE;
  margin-top: 40px; }
  .bottom-menu li {
    display: inline-block;
    margin-right: 50px;
    font-size: 16px; }
    .bottom-menu li:last-child {
      margin-right: 0; }
    .bottom-menu li.on, .bottom-menu li:hover {
      color: #e5bf5c;
      font-weight: bold; }
      .bottom-menu li.on a, .bottom-menu li:hover a {
        color: #e5bf5c; }

.footer {
  color: #FFF;
  background-color: #7e5e2f;
  padding-top: 40px; }
  .footer .footer-logo {
    float: left;
    margin-right: 30px; }
  .footer .f-center {
    float: left; }
  .footer .copyright {
    background-color: #323232;
    text-align: center;
    margin-top: 40px;
    padding: 5px 0; }
  .footer .right img {
    display: inline-block; }
  .footer .phone {
    margin-top: 60px;
    float: left;
    margin-right: 40px; }
  .footer .contact span {
    margin-right: 30px;
    color: #FFF; }
  .footer .ulinks {
    margin-top: 30px; }
    .footer .ulinks ul, .footer .ulinks li {
      display: inline-block; }
    .footer .ulinks li {
      margin: 10px; }
    .footer .ulinks a {
      color: #FFF; }
  .footer p {
    color: #FFF;
    margin: 10px 0; }
  .footer h4, .footer h5 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e5bf5c;
    color: #e5bf5c;
    display: inline-block; }
  .footer .wechat {
    display: inline-block; }
    .footer .wechat h5 {
      font-size: 24px; }
    .footer .wechat img {
      margin-top: 10px;
      display: block; }

.act {
  width: 122px;
  display: inline-block; }
  .act span {
    float: left;
    padding: 15px 25px;
    background-color: #e5bf5c;
    margin: 0;
    color: #FFF;
    cursor: pointer; }
    .act span:hover {
      background-color: #7e5e2f; }
    .act span.pre {
      background-color: #7e5e2f; }

.pager {
  clear: both;
  text-align: center; }

.index-banner {
  margin-top: 10px;
  height: 650px !important;
  text-align: center; }
  .index-banner li {
    max-width: 100%;
    background-position: center center;
    height: 650px; }
    .index-banner li.on {
      display: block; }

.index-banner-pagination {
  bottom: 100px !important; }

.num-intro {
  height: 80px;
  position: relative; }
  .num-intro .container {
    z-index: 8888;
    background-color: #FFF;
    padding: 40px 0;
    margin-top: -80px;
    display: flex; }
    .num-intro .container p {
      flex: 1;
      display: inline-block;
      text-align: center; }
      .num-intro .container p .num {
        font-size: 40px;
        font-weight: bolder;
        color: #e5bf5c; }
      .num-intro .container p .plus {
        color: #e5bf5c;
        vertical-align: super;
        font-size: 16px;
        margin-top: -15px; }
      .num-intro .container p .text {
        display: block; }

.num-intro, .index-product {
  background-color: #F5F5F5; }

.lb {
  height: 160px;
  width: 1920px;
  margin-left: -50%;
  position: absolute;
  margin-top: -80px;
  z-index: 7777;
  background-color: #FFF; }

.product {
  position: relative;
  text-align: center; }
  .product .bg-main {
    width: 100%;
    background-color: #e5bf5c;
    position: absolute;
    bottom: -60px;
    height: 400px;
    z-index: 1; }
  .product h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #e5bf5c;
    margin-top: 50px; }
  .product h4 {
    color: #7e5e2f;
    font-size: 24px;
    padding: 5px 0 10px 0; }
  .product .pdt-types li {
    display: inline-block;
    font-size: 15px;
    font-weight: bolder;
    margin: 40px 20px;
    cursor: pointer;
    padding-top: 10px;
    color: #646464;
    border-top: 3px solid #F5F5F5; }
    .product .pdt-types li:hover, .product .pdt-types li.on {
      color: #e5bf5c;
      border-top: 3px solid #e5bf5c; }
  .product .list {
    text-align: left;
    z-index: 999;
    width: 100%;
    position: relative; }
    .product .list li {
      display: inline-block;
      background-color: #FFF;
      width: 380px;
      margin-bottom: 40px;
      margin-right: 20px; }
      .product .list li .box {
        background-color: #FFF;
        text-align: left;
        padding: 20px 10px; }
      .product .list li:hover {
        box-shadow: 3px 3px 6px #DDD; }
        .product .list li:hover p {
          color: #e5bf5c; }
      .product .list li h2, .product .list li p {
        padding: 15px; }
      .product .list li h2 {
        font-weight: normal;
        height: 40px; }
      .product .list li p {
        color: #DDD;
        padding-top: 0; }
      .product .list li img {
        width: 100%;
        height: 280px; }
      .product .list li:nth-child(3n) {
        margin-right: 0; }

.case {
  margin-top: 40px;
  position: relative;
  overflow: visible; }
  .case .act {
    position: absolute;
    z-index: 999;
    margin-left: -70px;
    margin-top: 510px; }
  .case .container {
    overflow: visible;
    position: relative; }
  .case .line-1, .case .line-2 {
    height: 2px;
    width: 1920px;
    z-index: 999;
    background-color: #D9D9D9;
    position: absolute;
    top: 180px;
    left: 180px; }
  .case .line-2 {
    top: 800px;
    right: 660px;
    left: auto; }
  .case .top {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 110px; }
    .case .top h4 {
      font-size: 40px;
      color: #e5bf5c;
      float: left; }
      .case .top h4 span {
        display: block;
        font-size: 24px;
        color: #7e5e2f; }
    .case .top ul {
      float: right;
      padding-top: 20px; }
      .case .top ul li {
        cursor: pointer;
        display: inline-block;
        font-weight: bolder;
        padding-top: 10px;
        border-top: 2px solid #FFF;
        margin-left: 38px;
        font-size: 15px; }
        .case .top ul li:hover, .case .top ul li.on {
          border-color: #e5bf5c;
          color: #e5bf5c; }
  .case .content-list {
    margin-top: 50px;
    position: relative;
    height: 600px; }
    .case .content-list .more {
      position: absolute;
      top: 400px;
      left: 0; }
    .case .content-list .two {
      float: left;
      width: 650px;
      height: 600px;
      overflow: hidden; }
      .case .content-list .two a.row {
        display: block;
        float: left;
        width: 290px;
        padding-right: 15px;
        border-right: 1px solid #EEE;
        margin-right: 15px;
        margin-bottom: 200px; }
        .case .content-list .two a.row img {
          margin: 20px 0;
          width: 290px;
          height: 180px; }
        .case .content-list .two a.row p {
          line-height: 1.8; }
      .case .content-list .two h4 {
        font-size: 15px;
        margin-top: 10px;
        color: #323232;
        height: 40px; }
    .case .content-list .big {
      float: right;
      position: absolute;
      margin-left: 640px;
      width: 920px; }
      .case .content-list .big .detail {
        opacity: .8;
        background-color: #FFF;
        margin-top: -150px;
        position: absolute;
        width: 820px;
        padding: 30px 80px; }
        .case .content-list .big .detail h2 {
          margin: 10px 0; }
      .case .content-list .big img {
        width: 920px;
        height: 560px; }
      .case .content-list .big a {
        display: block;
        height: auto;
        overflow: hidden; }

.solution {
  position: relative; }
  .solution .more {
    position: absolute;
    right: 30px; }
  .solution h4 {
    font-size: 40px;
    color: #e5bf5c;
    text-transform: uppercase; }
    .solution h4 span {
      display: block;
      font-size: 24px;
      color: #7e5e2f; }
  .solution ul {
    margin-top: 50px; }
    .solution ul li {
      display: inline-block;
      width: 23%;
      margin-right: 2%;
      margin-bottom: 60px;
      cursor: pointer; }
      .solution ul li:hover h4 {
        border-bottom: 2px solid #e5bf5c; }
      .solution ul li:nth-child(4n) {
        margin-right: 0; }
      .solution ul li h4 {
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 2px solid #DCDCDC;
        margin-bottom: 20px;
        color: #666; }
      .solution ul li img.block {
        max-width: 100%; }
      .solution ul li .right {
        width: 220px; }
        .solution ul li .right h5 {
          color: #7e5e2f; }
        .solution ul li .right p {
          margin-bottom: 20px;
          height: 40px;
          overflow: hidden; }

.partner {
  margin-top: 50px;
  text-align: center; }
  .partner h4 {
    font-size: 40px;
    color: #e5bf5c;
    text-transform: uppercase; }
  .partner p {
    display: block;
    font-size: 28px;
    font-weight: bolder;
    margin: 5px 0 30px 0;
    color: #7e5e2f; }
  .partner ul {
    text-align: left;
    height: 110px; }
    .partner ul li {
      display: inline-block;
      margin-right: 8px;
      height: 110px;
      margin-bottom: 30px; }
  .partner .act {
    margin-top: 30px; }

.yizhanshi {
  position: relative;
  margin-top: 40px;
  height: 300px; }
  .yizhanshi .left {
    width: 580px;
    padding-top: 60px; }
    .yizhanshi .left h4 {
      font-size: 38px;
      border-bottom: 1px solid #EEE;
      display: inline-block;
      padding-bottom: 10px;
      color: #7e5e2f; }
    .yizhanshi .left p {
      display: block;
      margin-top: 15px;
      font-size: 18px;
      line-height: 1.7;
      color: #666; }
  .yizhanshi .right {
    position: absolute;
    right: 0; }

.choose {
  margin-top: 60px; }
  .choose .top {
    text-align: center;
    margin-bottom: 50px; }
    .choose .top p {
      margin: 10px; }
    .choose .top h3 {
      font-size: 42px;
      color: #e5bf5c; }
    .choose .top h4 {
      font-size: 32px;
      color: #7e5e2f; }
  .choose li {
    display: block;
    height: 353px; }
  .choose .left, .choose .right {
    width: 544px;
    height: 370px; }
    .choose .left h5, .choose .right h5 {
      font-size: 32px;
      color: #7e5e2f;
      margin-bottom: 50px; }
    .choose .left p, .choose .right p {
      font-size: 16px;
      margin-bottom: 20px; }
    .choose .left.one, .choose .left.three, .choose .right.one, .choose .right.three {
      padding-top: 70px; }
      .choose .left.one .dot, .choose .left.three .dot, .choose .right.one .dot, .choose .right.three .dot {
        color: #e5bf5c; }
    .choose .left.three, .choose .right.three {
      padding-top: 90px; }
    .choose .left.two, .choose .right.two {
      padding-top: 60px; }
      .choose .left.two p, .choose .left.two h5, .choose .left.two .dot, .choose .right.two p, .choose .right.two h5, .choose .right.two .dot {
        color: #FFF; }
  .choose .bg {
    background: url("../images/bg-choose.jpg") center center no-repeat;
    height: 1059px; }

.about {
  margin: 60px auto;
  padding-top: 120px; }
  .about h3 {
    font-size: 42px;
    color: #e5bf5c;
    margin-bottom: 20px; }
    .about h3 span {
      display: block;
      color: #7e5e2f;
      font-size: 32px; }
  .about img {
    width: 100%;
    margin-bottom: 15px; }
  .about p {
    margin-bottom: 15px;
    line-height: 1.6; }

.slider {
  margin-top: 50px; }
  .slider .hd {
    text-align: center;
    margin-bottom: 30px; }
    .slider .hd li {
      margin: 20px 40px;
      font-weight: bolder;
      border-bottom: 2px solid #FFF;
      cursor: pointer;
      padding-bottom: 10px;
      font-size: 18px;
      display: inline-block; }
      .slider .hd li:hover, .slider .hd li.on {
        border-color: #e5bf5c;
        color: #e5bf5c; }
  .slider .bg {
    background: url("../images/bg-slider.jpg") center center no-repeat;
    height: 600px;
    position: relative; }
    .slider .bg .more {
      border-color: #FFF;
      color: #FFF;
      position: absolute;
      top: 450px;
      font-size: 18px;
      font-weight: normal;
      margin-left: -80px; }
    .slider .bg ul {
      margin-bottom: 40px;
      display: none; }
      .slider .bg ul.on {
        display: block; }
      .slider .bg ul li {
        display: inline-block;
        margin-right: 15px;
        text-align: center;
        width: 283px; }
        .slider .bg ul li:nth-child(4n) {
          margin-right: 0; }
        .slider .bg ul li img {
          max-width: 100%;
          max-height: 220px; }
        .slider .bg ul li span {
          display: block;
          margin-top: 15px; }

.index-news {
  padding-top: 90px; }
  .index-news p {
    color: #C9C9C9; }
  .index-news h4 {
    color: #666;
    font-size: 24px;
    margin-bottom: 30px; }
    .index-news h4 .line {
      display: block;
      width: 40px;
      height: 2px;
      background-color: #e5bf5c;
      margin-top: 10px; }
  .index-news .left div {
    width: 340px;
    float: left;
    margin-right: 20px; }
    .index-news .left div a {
      display: block;
      height: auto;
      overflow: hidden;
      cursor: pointer; }
    .index-news .left div:hover h4 {
      color: #7e5e2f; }
    .index-news .left div:hover h3 {
      color: #e5bf5c; }
    .index-news .left div img {
      width: 100%;
      height: 225px;
      margin-bottom: 15px; }
    .index-news .left div h3 {
      margin: 10px 0;
      font-size: 15px; }
  .index-news .right {
    width: 430px; }
  .index-news .faq li {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px; }
    .index-news .faq li:hover .date, .index-news .faq li:hover .year, .index-news .faq li:hover h3 {
      color: #e5bf5c; }
  .index-news .faq .left {
    width: 70px; }
    .index-news .faq .left .date {
      border-right: 1px solid #e5bf5c;
      font-size: 18px;
      font-weight: bolder;
      display: block;
      color: #969696; }
    .index-news .faq .left .year {
      display: block;
      font-weight: normal;
      color: #969696;
      font-size: 12px; }
  .index-news .faq .right {
    width: 340px;
    padding-left: 20px; }
    .index-news .faq .right h3 {
      margin-bottom: 10px;
      font-size: 16px; }

#detail-page {
  padding: 80px 0; }
  #detail-page .left {
    width: 800px;
    padding-right: 40px; }
    #detail-page .left .date {
      padding: 20px 0; }
    #detail-page .left .content {
      line-height: 1.6; }
      #detail-page .left .content p {
        margin-bottom: 10px; }
  #detail-page .right {
    width: 300px;
    padding-left: 50px;
    border-left: 1px solid #EEE; }
    #detail-page .right img {
      width: 100%; }
    #detail-page .right h3 {
      font-size: 22px;
      padding-bottom: 40px; }
    #detail-page .right .date {
      margin: 30px 0 5px 0;
      font-size: 12px; }
    #detail-page .right li {
      margin-bottom: 50px;
      padding-bottom: 30px;
      border-bottom: 1px solid #EEE; }
      #detail-page .right li:first-child img {
        display: block; }
      #detail-page .right li img {
        display: none; }
      #detail-page .right li:hover img {
        display: block; }
      #detail-page .right li:hover h4 {
        color: #7e5e2f; }
      #detail-page .right li h4 {
        font-size: 15px;
        margin-bottom: 15px; }

.related {
  padding: 40px 0; }
  .related a {
    display: block;
    width: 45%;
    float: left;
    background-color: #EEE;
    padding: 30px 2.4%;
    font-weight: normal;
    border-right: 1px solid #DDD; }
    .related a h2 {
      font-weight: normal;
      display: inline-block;
      padding: 0 15px; }
    .related a.next {
      text-align: right; }
    .related a:nth-child(2n) {
      border-right: none; }
    .related a:hover {
      background-color: #e5bf5c;
      color: #FFF; }
      .related a:hover span, .related a:hover h2 {
        color: #FFF; }

.case-nav {
  text-align: center; }
  .case-nav li {
    display: inline-block;
    margin: 40px 20px;
    border-bottom: 3px solid #FFF;
    font-size: 16px;
    padding-bottom: 5px; }
    .case-nav li:hover {
      border-color: #e5bf5c; }

.content-page .img-list li {
  width: 380px;
  margin-right: 25px;
  float: left;
  margin-bottom: 50px; }
  .content-page .img-list li:hover h4 {
    color: #7e5e2f; }
  .content-page .img-list li:nth-child(3n) {
    margin-right: 0; }
  .content-page .img-list li p, .content-page .img-list li span {
    padding: 10px 0;
    color: #666; }
  .content-page .img-list li span {
    height: 45px;
    overflow: hidden;
    display: inline-block; }
  .content-page .img-list li h4 {
    font-size: 16px;
    padding: 15px 0;
    color: #323232; }
  .content-page .img-list li img {
    width: 100%;
    height: 230px; }

.product-nav {
  padding: 60px 0 30px 0; }
  .product-nav .row {
    margin-bottom: 40px;
    font-size: 16px; }
    .product-nav .row span {
      color: #7e5e2f;
      font-weight: bolder; }
    .product-nav .row ul, .product-nav .row li {
      display: inline-block; }
    .product-nav .row li {
      margin-right: 40px;
      color: #666;
      border-bottom: 2px solid #FFF;
      padding-bottom: 5px; }
      .product-nav .row li:hover, .product-nav .row li.on {
        border-color: #e5bf5c;
        font-weight: bolder; }
        .product-nav .row li:hover a, .product-nav .row li.on a {
          border-color: #e5bf5c; }

.wuyoushouhou {
  margin-bottom: 100px; }
  .wuyoushouhou .top {
    padding: 0 20px;
    margin-top: 40px;
    border-left: 1px solid #e5bf5c; }
    .wuyoushouhou .top h5 {
      font-size: 42px;
      font-weight: bolder;
      color: #e5bf5c; }
    .wuyoushouhou .top p {
      padding: 10px 0; }
    .wuyoushouhou .top span {
      font-weight: bold;
      color: #C8C8C8; }
  .wuyoushouhou .line {
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 20px; }
  .wuyoushouhou .items .row {
    height: auto;
    overflow: hidden;
    position: relative; }
    .wuyoushouhou .items .row .text {
      width: 480px;
      position: relative;
      padding-left: 80px !important;
      margin-top: 80px;
      font-size: 15px;
      z-index: 999; }
    .wuyoushouhou .items .row h4 {
      font-size: 28px;
      color: #7e5e2f;
      margin-bottom: 15px; }
    .wuyoushouhou .items .row p {
      line-height: 1.8; }
  .wuyoushouhou .items .num-right .text {
    padding-right: 80px;
    padding-left: 0 !important;
    width: 480px; }
  .wuyoushouhou .items .num-right .num {
    right: 0 !important;
    top: 0;
    margin-top: -50px; }
  .wuyoushouhou .items .main-color {
    background-color: #e5bf5c;
    color: #FFF;
    padding: 60px 0; }
    .wuyoushouhou .items .main-color img {
      margin-bottom: 25px; }
    .wuyoushouhou .items .main-color .text {
      margin: 0;
      width: 100%; }
    .wuyoushouhou .items .main-color .text * {
      color: #FFF; }
    .wuyoushouhou .items .main-color .num {
      background-color: #FFF;
      color: #e5bf5c; }
  .wuyoushouhou .items .bg-main {
    background-color: #e5bf5c;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%; }
  .wuyoushouhou .items #fwwy {
    padding-top: 50px;
    padding-bottom: 80px; }
    .wuyoushouhou .items #fwwy img {
      position: relative;
      z-index: 999;
      margin-left: 40px; }
  .wuyoushouhou .items #wgwy {
    padding: 60px 0;
    width: 350px; }
  .wuyoushouhou .items .num {
    background-color: #e5bf5c;
    color: #FFF;
    padding: 5px 8px;
    border-radius: 100%;
    font-size: 32px;
    font-weight: bolder;
    position: absolute;
    margin-left: -80px; }
  .wuyoushouhou .detail {
    background: url("../images/after-service/img-1.png") center center no-repeat;
    height: 1563px;
    padding-top: 50px; }
    .wuyoushouhou .detail .row {
      height: auto;
      overflow: hidden;
      margin-bottom: 70px; }
      .wuyoushouhou .detail .row h4 {
        color: #7e5e2f;
        font-size: 32px;
        margin-bottom: 10px; }
      .wuyoushouhou .detail .row .left, .wuyoushouhou .detail .row .right {
        width: 45%; }
      .wuyoushouhou .detail .row .text {
        padding-top: 20px; }
      .wuyoushouhou .detail .row p {
        line-height: 1.6;
        font-size: 15px; }
      .wuyoushouhou .detail .row img {
        width: auto !important; }
      .wuyoushouhou .detail .row:nth-last-child {
        margin-top: -100px; }

.wushuichi .intro {
  padding: 60px 0 30px 0; }
.wushuichi h5 {
  position: absolute;
  font-size: 32px;
  width: 140px;
  text-align: center;
  background-color: #e5bf5c;
  color: #FFF;
  padding: 40px 35px;
  z-index: 9999;
  border-radius: 100%;
  border: 8px solid #FFF;
  left: 44%;
  margin-top: 460px; }
.wushuichi ul.intro {
  height: auto;
  overflow: hidden; }
  .wushuichi ul.intro li {
    position: relative;
    width: 580px;
    display: inline-block;
    margin-bottom: 30px; }
    .wushuichi ul.intro li h3 {
      font-size: 24px;
      padding-bottom: 5px;
      padding-top: 10px;
      margin-bottom: 0;
      border-bottom: none; }
    .wushuichi ul.intro li p {
      padding: 10px 0;
      width: 480px;
      height: 70px;
      line-height: 1.6;
      font-size: 15px; }
    .wushuichi ul.intro li b {
      background-color: #e5bf5c;
      color: #FFF;
      padding: 15px;
      border-radius: 100%;
      position: absolute;
      right: 0;
      font-weight: bolder;
      font-size: 28px;
      margin-top: 20px; }
.wushuichi h3 {
  font-size: 34px;
  color: #7e5e2f;
  border-bottom: 2px solid #e5bf5c;
  padding-bottom: 10px;
  margin-bottom: 40px; }
.wushuichi .compare p {
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: bolder; }
.wushuichi .smqg {
  margin-top: 60px; }
  .wushuichi .smqg h3 {
    margin-bottom: 20px; }
  .wushuichi .smqg p {
    margin-bottom: 20px; }
  .wushuichi .smqg .label {
    background-color: #e5bf5c;
    color: #FFF;
    padding: 2px 10px;
    margin-right: 15px; }
  .wushuichi .smqg li {
    margin-bottom: 20px; }
  .wushuichi .smqg .text-center {
    position: relative;
    text-align: right;
    margin: 80px 0; }
    .wushuichi .smqg .text-center img {
      z-index: 9999;
      position: relative; }
    .wushuichi .smqg .text-center .deep-bg {
      background-color: #e5bf5c;
      height: 400px;
      width: 100%;
      position: absolute;
      margin-top: 280px; }
.wushuichi .product {
  margin-top: 120px; }
  .wushuichi .product h3 {
    text-align: left; }

.service {
  padding-top: 40px; }
  .service li {
    margin-bottom: 40px;
    padding: 40px 20px;
    background-color: #FFF;
    height: auto;
    overflow: hidden;
    cursor: pointer; }
    .service li:hover {
      background-color: #e5bf5c;
      color: #FFF; }
      .service li:hover * {
        color: #FFF; }
      .service li:hover .intro {
        border-color: #FFF; }
      .service li:hover a {
        background-color: #FFF;
        color: #e5bf5c; }
    .service li .intro {
      width: 570px;
      float: left;
      border-left: 1px solid #e5bf5c;
      padding-left: 45px; }
    .service li h3 {
      font-size: 28px;
      margin-bottom: 15px; }
    .service li p {
      height: 80px;
      margin: 20px 0;
      line-height: 1.6; }
    .service li .left {
      padding: 30px; }
    .service li a.cm {
      border: 1px solid #EEE;
      padding: 7px 30px; }

.case-detail h1 {
  text-align: center;
  margin: 40px 0;
  font-size: 28px; }
.case-detail .detail h1 {
  font-size: 18px;
  text-align: left;
  margin: 0;
  margin-bottom: 20px; }
.case-detail .detail p {
  margin-bottom: 10px; }
.case-detail .detail .intro {
  margin-top: 15px; }

.group-title {
  position: relative;
  margin: 60px 0; }
  .group-title h3 {
    text-transform: uppercase;
    color: #e5bf5c;
    font-size: 34px; }
  .group-title h4 {
    font-size: 24px;
    color: #7e5e2f;
    margin-top: 10px;
    background-color: #FFF;
    display: inline-block;
    padding-right: 30px;
    z-index: 9999;
    position: relative; }
  .group-title .line {
    position: absolute;
    height: 2px;
    width: 90%;
    background-color: #e5bf5c;
    margin-top: -15px;
    right: 0; }

#content {
  line-height: 1.8; }
  #content p {
    margin-bottom: 10px; }

.solution-detail {
  padding-top: 40px; }
  .solution-detail .top {
    position: relative;
    height: 540px; }
    .solution-detail .top .left {
      width: 735px;
      height: 540px; }
    .solution-detail .top a.zixun {
      background-color: #e5bf5c;
      color: #FFF;
      padding: 10px 40px;
      display: inline-block;
      margin-bottom: 40px; }
    .solution-detail .top a {
      display: block; }
    .solution-detail .top .row {
      margin-bottom: 40px; }
    .solution-detail .top h1 {
      font-size: 18px;
      margin-bottom: 30px;
      padding-top: 15px;
      border-top: 1px solid #EEE; }
    .solution-detail .top .right {
      position: relative;
      height: 540px;
      width: 420px; }
    .solution-detail .top .contact {
      border-bottom: 1px solid #EEE;
      padding-bottom: 40px;
      width: 100%;
      position: absolute;
      bottom: 0; }
  .solution-detail .content {
    margin-top: 60px; }
    .solution-detail .content .group-title {
      margin-top: 0; }
    .solution-detail .content .content-left {
      width: 810px;
      border-right: 1px solid #EEE;
      padding-right: 40px;
      float: left; }
    .solution-detail .content .icon {
      display: inline-block;
      width: 40px !important; }
    .solution-detail .content .solution {
      width: 300px; }
      .solution-detail .content .solution h6 {
        font-size: 24px;
        border-top: 2px solid #e5bf5c;
        padding-top: 20px; }
      .solution-detail .content .solution li {
        width: 100%; }
        .solution-detail .content .solution li img {
          width: 100%; }

.product-detail .top {
  margin: 80px auto;
  clear: both;
  height: auto;
  overflow: hidden; }
  .product-detail .top .left {
    width: 570px;
    height: 570px;
    float: left; }
    .product-detail .top .left img {
      width: 100%; }
  .product-detail .top .right {
    width: 570px; }
    .product-detail .top .right h1 {
      height: 95px;
      font-size: 24px; }
    .product-detail .top .right ul {
      margin: 120px 0 40px 0; }
    .product-detail .top .right li {
      display: inline-block;
      margin-right: 15px;
      border: 1px solid #FFF; }
      .product-detail .top .right li:hover {
        border-color: #e5bf5c; }
      .product-detail .top .right li img {
        width: 115px;
        height: 115px; }
    .product-detail .top .right p {
      line-height: 1.8;
      margin-bottom: 10px; }
    .product-detail .top .right a.zixun {
      padding: 5px 20px;
      display: inline-block;
      background-color: #e5bf5c;
      color: #FFF;
      margin-right: 40px; }
    .product-detail .top .right a {
      float: left; }
.product-detail .content-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
  height: auto;
  overflow: hidden; }
  .product-detail .content-box img {
    margin-bottom: 20px; }
  .product-detail .content-box .left {
    position: relative;
    width: 800px;
    padding: 20px;
    background-color: #FFF; }
    .product-detail .content-box .left img {
      max-width: 100%; }
    .product-detail .content-box .left .group-title {
      margin: 20px 0 50px 0; }
      .product-detail .content-box .left .group-title h4 {
        margin-top: 0; }
      .product-detail .content-box .left .group-title h3 {
        font-size: 32px; }
  .product-detail .content-box .right li {
    width: 290px;
    background-color: #FFF;
    margin-bottom: 40px; }
    .product-detail .content-box .right li:hover {
      box-shadow: 2px 2px 5px #DDD; }
      .product-detail .content-box .right li:hover p {
        color: #e5bf5c; }
    .product-detail .content-box .right li h2, .product-detail .content-box .right li p {
      text-align: left;
      padding: 10px; }
    .product-detail .content-box .right li img {
      margin-bottom: 0;
      max-width: 100%; }
    .product-detail .content-box .right li p {
      margin-top: 0;
      padding-top: 0; }
    .product-detail .content-box .right li h2 {
      font-weight: normal;
      height: 40px; }
  .product-detail .content-box .right .erweima {
    text-align: center; }

.kantai .swiper-container {
  margin: 60px 0;
  position: relative; }
.kantai .swiper-wrapper {
  height: 728px !important; }
.kantai .action {
  position: absolute;
  z-index: 9999;
  width: 100%;
  margin-top: -360px; }
  .kantai .action span {
    padding: 20px 30px;
    z-index: 999;
    color: #FFF;
    cursor: pointer; }
  .kantai .action .pre {
    float: left; }
  .kantai .action .next {
    float: right; }
.kantai .jgxs {
  position: relative;
  background: url("../images/kantai/bg.jpg") center center no-repeat;
  height: 562px; }
  .kantai .jgxs h4 {
    font-size: 28px;
    color: #7e5e2f;
    margin-bottom: 15px; }
  .kantai .jgxs p {
    line-height: 1.6; }
  .kantai .jgxs .row {
    position: absolute;
    width: 400px;
    right: 20px;
    top: 60px; }
  .kantai .jgxs #zls {
    top: 350px;
    left: 330px; }
.kantai .mjgkt {
  height: auto;
  overflow: hidden;
  margin-bottom: 60px; }
  .kantai .mjgkt h3 {
    color: #7e5e2f;
    font-size: 32px;
    margin-top: 60px;
    border-left: 5px solid #e5bf5c;
    padding-left: 20px; }
  .kantai .mjgkt p.intro {
    border-top: 2px solid #e5bf5c;
    margin-top: 20px;
    padding-top: 20px; }
  .kantai .mjgkt .PTFE .left {
    width: 615px; }
    .kantai .mjgkt .PTFE .left h4 {
      color: #7e5e2f;
      font-size: 24px;
      margin-top: 50px;
      margin-bottom: 10px; }
    .kantai .mjgkt .PTFE .left p {
      line-height: 1.8; }
    .kantai .mjgkt .PTFE .left .yaoqiu {
      font-weight: bolder;
      font-size: 18px;
      margin-top: 50px; }
    .kantai .mjgkt .PTFE .left table {
      width: 560px; }
      .kantai .mjgkt .PTFE .left table td {
        border: 1px solid #EEE;
        padding: 5px 10px;
        text-align: center; }
      .kantai .mjgkt .PTFE .left table tr:first-child td {
        background-color: #e5bf5c;
        color: #FFF; }
.kantai .tedian {
  margin-bottom: 60px; }
  .kantai .tedian h3 {
    font-size: 24px;
    color: #7e5e2f;
    margin-bottom: 20px;
    margin-top: 40px; }
  .kantai .tedian ul {
    height: auto;
    overflow: hidden; }
    .kantai .tedian ul li {
      width: 560px;
      margin-bottom: 30px;
      float: left;
      margin-right: 40px; }
      .kantai .tedian ul li h5 {
        color: #e5bf5c;
        font-size: 18px;
        margin-bottom: 10px; }
  .kantai .tedian h4 {
    color: #7e5e2f;
    font-size: 32px;
    margin-top: 60px;
    border-left: 5px solid #e5bf5c;
    padding-left: 20px; }
  .kantai .tedian .line {
    height: 2px;
    background-color: #e5bf5c;
    margin-top: 10px;
    margin-bottom: 60px; }
.kantai .product {
  margin-top: 60px; }
  .kantai .product h4 {
    text-align: left;
    font-size: 32px;
    border-bottom: 2px solid #e5bf5c;
    margin-bottom: 30px; }

.page-banner {
  text-align: center; }

#fixed {
  position: fixed;
  right: 5px;
  bottom: 100px;
  text-align: right;
  width: 80px;
  z-index: 99999; }
  #fixed ul {
    position: relative; }
    #fixed ul li {
      text-align: center;
      list-style: none;
      background-color: #e5bf5c;
      margin-bottom: 1px;
      padding: 10px;
      color: #FFF;
      border: 2px solid #e5bf5c;
      width: 52px; }
      #fixed ul li a {
        color: #FFF;
        font-size: 12px; }
      #fixed ul li .iconfont {
        display: block;
        font-size: 24px;
        margin-bottom: 5px; }
      #fixed ul li p {
        color: #FFF; }
        #fixed ul li p.number {
          display: none; }
      #fixed ul li i, #fixed ul li span {
        color: #FFF; }
  #fixed .phone:hover {
    width: 230px;
    background-color: #FFF;
    margin-left: -180px;
    text-align: left;
    cursor: pointer; }
    #fixed .phone:hover a {
      width: 230px;
      display: block; }
    #fixed .phone:hover span {
      color: #666; }
    #fixed .phone:hover p {
      display: inline-block;
      color: #FFF; }
      #fixed .phone:hover p.icon {
        border-right: 1px solid #EEE;
        padding: 0 20px;
        margin-right: 10px;
        text-align: center; }
      #fixed .phone:hover p.number {
        margin-top: 15px;
        font-size: 16px;
        margin-right: 20px;
        float: right;
        font-weight: bolder;
        color: #e5bf5c; }
      #fixed .phone:hover p .iconfont {
        color: #e5bf5c; }

.now-position {
  position: relative; }
  .now-position .bg-position {
    margin-top: -70px;
    background: url("../images/page-top-bg.png") center center no-repeat;
    height: 142px; }
    .now-position .bg-position p {
      margin-top: 95px;
      margin-left: 10px; }
    .now-position .bg-position h1 {
      font-weight: normal;
      float: right;
      padding-top: 20px;
      padding-right: 40px;
      color: #FFF;
      font-size: 42px;
      text-align: right;
      text-transform: uppercase; }
      .now-position .bg-position h1 span {
        display: block;
        font-size: 32px;
        color: #FFF; }

.about-page .about-nav {
  margin: 50px 0;
  text-align: center; }
  .about-page .about-nav li {
    display: inline-block;
    margin: 20px 50px;
    font-weight: bolder; }
    .about-page .about-nav li:hover a, .about-page .about-nav li.on a {
      color: #e5bf5c;
      border-color: #e5bf5c; }
    .about-page .about-nav li a {
      border-bottom: 2px solid #FFF;
      padding-bottom: 5px;
      color: #666;
      font-size: 22px; }
.about-page .img-list.zizhi li {
  width: 260px;
  margin-right: 45px;
  border-bottom: none; }
.about-page .img-list.zizhi img {
  height: 390px; }
.about-page .img-list li {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  width: 285px;
  margin-bottom: 60px;
  border-bottom: 2px solid #EEE; }
  .about-page .img-list li img {
    width: 100%; }
  .about-page .img-list li:nth-child(4n) {
    margin-right: 0; }
  .about-page .img-list li h4 {
    padding: 20px 0;
    font-weight: normal; }
.about-page .pager {
  text-align: center;
  padding: 30px; }

#about {
  position: relative;
  height: 1000px; }
  #about img {
    position: absolute; }
    #about img.gc {
      left: 190px; }
    #about img.qt {
      top: 430px; }
  #about .intro {
    width: 680px;
    float: right;
    margin-top: 560px; }
    #about .intro p {
      margin-bottom: 40px;
      line-height: 1.6; }

.bg-team {
  margin-top: 40px;
  background: url("../images/team.jpg") center center no-repeat;
  height: 706px; }
  .bg-team h4 {
    font-weight: normal;
    padding-top: 80px;
    color: #FFF;
    font-size: 42px;
    text-transform: uppercase; }
    .bg-team h4 span {
      display: block;
      font-size: 28px;
      color: #FFF; }
  .bg-team p {
    color: #FFF;
    margin-top: 10px; }
  .bg-team .view-more {
    float: right;
    background-color: #7e5e2f;
    padding: 10px 20px;
    color: #FFF; }

.zhengshu {
  text-align: center; }
  .zhengshu h4 {
    margin: 60px 0;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: normal;
    color: #e5bf5c; }
    .zhengshu h4 span {
      display: block;
      font-weight: bolder;
      font-size: 28px;
      color: #7e5e2f; }
  .zhengshu ul {
    padding-bottom: 60px;
    height: 390px; }
    .zhengshu ul li {
      float: left;
      width: 260px;
      margin-right: 40px;
      position: relative;
      margin-bottom: 100px;
      height: 300px; }
      .zhengshu ul li a {
        display: block;
        height: auto;
        overflow: hidden; }
      .zhengshu ul li img {
        z-index: 999;
        position: relative;
        max-width: 95%;
        border: 2px solid #EEE; }
      .zhengshu ul li p {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: -40px;
        padding: 50px 0 30px 0;
        float: left; }

#contact-page ul {
  padding: 60px 0; }
  #contact-page ul li {
    float: left;
    width: 15%;
    margin-right: 13%;
    text-align: center; }
    #contact-page ul li:nth-child(4n) {
      margin-right: 0; }
    #contact-page ul li h6 {
      padding: 20px 0 5px 0; }
#contact-page #map iframe {
  width: 100%;
  height: 650px; }
#contact-page form {
  margin-top: 100px; }
  #contact-page form .text {
    border: 1px solid #DDD;
    width: 21%;
    margin-right: 5%;
    padding: 10px;
    margin-bottom: 30px;
    float: left; }
    #contact-page form .text:nth-child(4n) {
      margin-right: 0;
      float: right; }
  #contact-page form textarea {
    border: 1px solid #DDD;
    width: 100%;
    padding: 10px;
    display: block; }
  #contact-page form p {
    text-align: center;
    margin: 40px; }
    #contact-page form p .submit {
      background-color: #e5bf5c;
      border: none;
      color: #FFF;
      padding: 15px 60px; }

#sitemap .row {
  margin-top: 60px; }
  #sitemap .row h5 {
    display: inline-block;
    padding: 10px 40px;
    background-color: #e5bf5c;
    color: #FFF;
    margin-bottom: 30px; }
  #sitemap .row h6 {
    color: #7e5e2f;
    font-size: 14px;
    padding-bottom: 20px; }
  #sitemap .row ul {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 15px 0 0 0;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px; }
    #sitemap .row ul li {
      float: left;
      margin-right: 30px;
      margin-bottom: 20px; }

.togger {
  display: none; }

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-overflow-scrolling: touch; }

.vbox-overlay {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.relativo {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }

.vbox-preloader {
  position: fixed;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background: url(preload.gif) center center no-repeat;
  text-indent: -100px;
  overflow: hidden; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden; }

.vbox-next, .vbox-prev {
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-indent: -100px;
  overflow: hidden; }

.vbox-prev {
  left: 10px;
  background: url(prev.gif) center center no-repeat; }

.vbox-next {
  right: 10px;
  background: url(next.gif) center center no-repeat; }

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none; }

.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: scroll; }

.venoframe {
  border: 0;
  width: 960px;
  height: 720px;
  overflow: scroll; }

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px; } }
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px; } }
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%; }

  .venoframe {
    width: 100%;
    height: 260px; } }
.vbox-container {
  position: relative;
  background: #000;
  width: 98%;
  max-width: 1024px;
  margin: 0 auto; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.vwrap {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  height: auto;
  overflow: hidden;
  z-index: 1; }

/*# sourceMappingURL=app.css.map */
