@font-face {
  font-family: HKV;
  src: url("/fonts/HansKendrickV-Regular.ttf"); }
.HKV {
  font-family: HKV; }

select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1600 {
  width: 1600px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1280 {
  width: 1280px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1200 {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1100 {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1440 {
  width: 1440px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.headerBox {
  width: 100%;
  height: 91px; }
  .headerBox.on {
    height: 0; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 51px; } }

.header {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all .5s; }
  .header .logo {
    width: 306px;
    float: left;
    display: block;
    margin-top: 17px;
    margin-left: 40px;
    position: relative;
    z-index: 5; }
    .header .logo img.img2 {
      display: none; }
  .header .searchClick {
    width: 24px;
    height: 24px;
    float: right;
    display: block;
    margin-top: 30px;
    margin-right: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/img/search.png");
    position: relative;
    z-index: 5; }
  .header .tel {
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px;
    padding-left: 48px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("/img/tel.png");
    color: #000;
    float: right;
    margin-right: 60px;
    position: relative;
    z-index: 5;
    transition: all .5s;
    transform-origin: left center; }
  .header .nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    transform-origin: left center; }
    .header .nav ul {
      width: 100%;
      height: auto;
      text-align: center;
      font-size: 0; }
      .header .nav ul li {
        display: inline-block;
        margin: 0 27px;
        position: relative; }
        .header .nav ul li .tits {
          font-size: 16px;
          line-height: 90px;
          color: #000;
          display: block; }
        .header .nav ul li dl {
          width: 160px;
          height: auto;
          top: 90px;
          left: 50%;
          margin-left: -80px;
          background-color: #fff;
          border-top: 4px solid #a05443;
          position: absolute;
          padding: 8px 0;
          display: none;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
          .header .nav ul li dl dd a {
            width: calc(100% - 20px);
            display: block;
            margin: 0 auto;
            font-size: 14px;
            line-height: 40px;
            color: #666;
            border-bottom: 1px solid #fff;
            text-align: center; }
          @media (min-width: 1024px) {
            .header .nav ul li dl dd:hover a {
              border-color: #a05443;
              color: #a05443; } }
        @media (min-width: 1024px) {
          .header .nav ul li:hover dl {
            display: block; } }
  .header .searchBox {
    width: 500px;
    position: absolute;
    right: 40px;
    top: 20px;
    transform: scale(0);
    transition: all .5s;
    transform-origin: right center; }
    .header .searchBox .searchNew {
      width: 400px;
      float: left;
      border: 1px solid #000;
      border-radius: 5px;
      box-sizing: border-box; }
      .header .searchBox .searchNew .text {
        width: calc(100% - 70px);
        padding-left: 20px;
        font-size: 16px;
        line-height: 50px;
        background: none;
        border: none;
        color: #000; }
      .header .searchBox .searchNew .submit {
        width: 50px;
        height: 50px;
        float: right;
        background: none;
        border: none;
        background-image: url("/img/search.png");
        background-repeat: no-repeat;
        background-position: center; }
    .header .searchBox .close {
      width: 22px;
      height: 50px;
      float: right;
      display: block;
      background-image: url("/img/close.png");
      background-position: center;
      background-repeat: no-repeat; }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    float: right;
    display: none;
    margin-right: 5%;
    margin-left: 15px;
    display: none; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #333;
      display: block;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(1) {
        margin-bottom: 6px; }
      .header .navClick span:nth-child(2) {
        margin-bottom: 6px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
      right: 0px; }
    .header .navClick.on span:nth-child(2) {
      display: none; }
    .header .navClick.on span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0;
      right: 0; }
  .header .loginBox{
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 25px;
    position: relative;
    margin-right: 50px;
    z-index: 10;
    transition: all .5s;
    transform-origin: left center;
  }
  .header .loginBox .t{
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/login_h.png');
    cursor: pointer;
  }
  .header .loginBox .dlBox{
    width: 82px;
    padding-top: 25px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -41px;
    background-image: url('../img/login_icon_h.png');
    background-position: center 8px;
    background-repeat: no-repeat;
    display: none;
  }
  .header .loginBox .dlBox .aBox{
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    background-color: #a24428;
    border-top: 1px solid #000;
    color: #fff;
    display: block;
  }
  .header .loginBox .dlBox .aBox a{
    color: #fff;
  }
  .header .loginBox .dlBox .aBox #header1_Button1{
    width: 100%;
    height: 22px;
    border: none;
    background: none;
    color: #fff;
  }
  .header .loginBox .dlBox .aBox a:hover{
    font-weight: bold;
  }
  .header .loginBox:hover .dlBox{
    display: block;
  }

  .header.on .loginBox .t{
    background-image: url('../img/login.png');
  }
  .header.on .loginBox .dlBox{
    background-image: url('../img/login_icon.png');
  }
  .header.on .loginBox .dlBox .aBox{
    border-top-color: #fff;
    color: #fff;
    background-color: #a24428;
  }
  .header.on .loginBox .dlBox .aBox a{
    color: #fff;
  }
   .header.on .loginBox .dlBox .aBox #header1_Button1{
    color: #fff;
   }

  
  .header.on {
    background: none;
    border-color: rgba(255, 255, 255, 0.1); }
    .header.on .logo img.img1 {
      display: none; }
    .header.on .logo img.img2 {
      display: block; }
    .header.on .searchClick {
      background-image: url("/img/search_h.png"); }
    .header.on .tel {
      background-image: url("/img/tel_w.png");
      color: #fff; }
    .header.on .nav ul li .tits {
      color: #fff; }
    .header.on .searchBox .searchNew {
      border-color: #fff; }
      .header.on .searchBox .searchNew .text {
        color: #fff; }
      .header.on .searchBox .searchNew .submit {
        background-image: url("/img/search_h.png"); }
    .header.on .searchBox .close {
      background-image: url("/img/close_h.png"); }
    .header.on .navClick span {
      background-color: #fff; }
  .header.open .loginBox{
    transform: scale(0); }
  .header.open .tel {
    transform: scale(0); }
  .header.open .nav {
    transform: scale(0); }
  .header.open .searchBox {
    transform: scale(1); }
  .header.open .searchClick {
    display: none; }
  @media (max-width: 1800px){
    .header .loginBox{
      margin-right: 30px;
    }
    .header .nav ul li{
      margin: 0 18px;
    }
  }
  @media (max-width: 1650px) {
    .header .nav ul li {
      margin: 0 10px; }
    .header .tel {
      margin-right: 25px; } }
  @media (max-width: 1510px){
    .header .nav ul li {
      margin: 0 9px; }
    .header .tel {
      margin-right: 20px; }
    .header .loginBox{
      margin-right: 20px;
    }
  }
  @media (max-width: 1460px) {
    .header .logo {
      width: 230px;
      margin-top: 24px; }
    .header .tel {
      font-size: 14px; } }
  @media (max-width: 1366px) {
    .header .nav ul li {
      margin: 0 5px; } }
@media (max-width: 1300px){
	.header .nav{
		left: -5%;
	}
}
  @media (max-width: 1240px) {
    .header .nav ul li .tits {
      font-size: 15px; }
    .header .nav {
      padding-left: 10%; }
    .header .tel {
      display: none; } }
  @media (max-width: 1024px) {
    .header .loginBox{
      width: 30px;
      height: 30px;
      margin-top: 10px;
      margin-right: 0;
    }
    .header .loginBox .t{
      width: 30px;
      height: 30px;
    }
    .header .loginBox .dlBox{
      top: 15px;
    }
    .header {
      height: 50px; }
      .header .navClick {
        display: block; }
      .header .nav {
        display: none;
        width: 100%;
        height: calc(100% - 71px);
        top: 51px;
        background-color: #fff;
        position: fixed;
        left: 0;
        padding-left: 0;
        padding-bottom: 20px;
        overflow-y: scroll; }
        .header .nav ul {
          padding-top: 20px;
          width: 92%;
          margin: 0 auto; }
          .header .nav ul li {
            width: 100%;
            margin: 0 0 15px; }
            .header .nav ul li .tits {
              display: block;
              width: 100%;
              font-size: 18px;
              line-height: 36px;
              color: #322e31 !important;
              border-bottom: 1px solid #e5e5e5;
              text-align: left; }
            .header .nav ul li dl {
              display: block;
              width: 100%;
              position: relative;
              top: auto;
              left: auto;
              border-top: none;
              box-shadow: none;
              margin-left: 0;
              padding: 10px 0 0; }
              .header .nav ul li dl dd {
                float: left;
                display: inline-block;
                margin-right: 15px; }
                .header .nav ul li dl dd a {
                  font-size: 14px;
                  line-height: 30px;
                  width: auto;
                  border-bottom: none; }
      .header .searchClick {
        display: none; }
      .header .logo {
        margin-left: 4%;
        width: 180px;
        margin-top: 8.5px; } }

.indexMore {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #fff;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  margin-top: 60px;
  transition: all .5s; }
  .indexMore.more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    line-height: 46px; }
  @media (min-width: 1024px) {
    .indexMore:hover {
      background-color: #fff;
      color: #a05443; } }
  @media (max-width: 1200px) {
    .indexMore.more {
      width: 160px;
      height: 44px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    .indexMore {
      width: 150px;
      height: 42px;
      border-width: 1px;
      line-height: 42px;
      font-size: 15px; }
      .indexMore.more {
        width: 140px;
        line-height: 42px;
        height: 42px; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 6; }
  .index-banner.bannerM{
    display: none;
  }
  @media (max-width: 1024px){
    .index-banner.bannerM{
      display: block;
    }
    .index-banner.bannerPc{
      display: none;
    }
  }
  .index-banner ul li {
    width: 100%;
    height: 100vh;
    position: relative; }
    .index-banner ul li .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 20.7%; }
      .index-banner ul li .con .en {
        font-size: 26px;
        line-height: 26px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .index-banner ul li .con .tits {
        font-size: 48px;
        line-height: 56px;
        color: #fff;
        margin-top: 4px; }
        .index-banner ul li .con .tits span {
          font-size: 90px;
          letter-spacing: -2px; }
      .index-banner ul li .con .tit {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin-top: 35px; }
      .index-banner ul li .con .indexMore {
        margin-top: 60px; }
  .index-banner .btns {
    text-align: center;
    font-size: 0;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 10; }
    .index-banner .btns span {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      border: 1px solid #fff;
      background: none;
      opacity: 1;
      margin: 0 10px;
      cursor: pointer;
      display: inline-block; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff; }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 36px;
      line-height: 44px; }
      .index-banner ul li .con .tits span {
        font-size: 60px; } }
  @media (max-width: 768px) {
    .index-banner ul li .con {
      padding-top: 46%; }
      .index-banner ul li .con .en {
        font-size: 14px;
        line-height: 14px; }
      .index-banner ul li .con .tits {
        font-size: 20px;
        line-height: 28px; }
        .index-banner ul li .con .tits span {
          font-size: 30px; }
      .index-banner ul li .con .tit {
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px; } }
  .index-banner ul li {
    background-position: 63% center; }

.index .index-service {
  text-align: center;
  padding-top: 6%;
  padding-bottom: 11.5%; }
  .index .index-service .title {
    width: 189px;
    position: absolute;
    left: 135px;
    top: -28px;}
  .index .index-service .tits {
    position: relative;
    z-index: 5;
    font-size: 50px;
    line-height: 60px; 
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #000;
    float: left;
    font-weight: bold; }
    .index .index-service .tits span{
      display: block;
      height: 250px;
    }
    .index .index-service .tits span:nth-child(2){
      padding-top: 91px;
    }
  .index .index-service .tit {
    position: relative;
    z-index: 5;
    margin-left: 52px;
    margin-top: 120px;
    float: left;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    text-align: left;
    height: 435px;
    font-size: 18px;
    line-height: 30px;
    color: #000; }
  .index .index-service .indexMore {
    margin-top: 262px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    width: 50px;
    height: 158px;
    border: 2px solid #626262;
    float: left;
    margin-left: 57px;
    box-sizing: border-box;
    color: #333;
    border-color: #626262; }
    @media (min-width: 1024px) {
      .index .index-service .indexMore:hover {
        background-color: #a05443;
        color: #fff; } }
.index .index-box .item {
  width: 50%;
  float: left;
  position: relative; }
  .index .index-box .item a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden; }
    .index .index-box .item a img {
      transition: all 1.5s; }
    .index .index-box .item a .con {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 17.2%;
      color: #fff; }
      .index .index-box .item a .con .en {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase; }
      .index .index-box .item a .con .tits {
        font-size: 44px;
        line-height: 44px;
        margin-top: 12px; }
      .index .index-box .item a .con .indexMore {
        margin-top: 35px; }
  @media (min-width: 1024px) {
    .index .index-box .item:hover a img {
      transform: scale(1.1); } }
.index .index-product {
  padding-top: 5.7%;
  padding-bottom: 7%; }
  .index .index-product .title {
    text-align: center;
    color: #000; }
    .index .index-product .title .en {
      font-size: 24px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: bold; }
    .index .index-product .title .tits {
      font-size: 44px;
      line-height: 44px;
      margin-top: 14px;
      font-weight: bold; }
      .index .index-product .title .tits span {
        font-weight: normal; }
    .index .index-product .title .tit {
      font-size: 18px;
      line-height: 18px;
      margin-top: 27px; }
    .index .index-product .title .icon {
      width: 30px;
      margin: 30px auto 0; }
  .index .index-product .list {
    margin-top: 40px; }
    .index .index-product .list ul li {
      width: 31.25%;
      margin-right: 3.125%;
      float: left; }
      .index .index-product .list ul li:last-child {
        margin-right: 0; }
      .index .index-product .list ul li a {
        width: 100%;
        display: block;
        height: auto;
        color: #000;
        padding-bottom: 15px;
        position: relative; }
        .index .index-product .list ul li a .pic {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .index .index-product .list ul li a .pic img {
            transition: all 1.5s; }
        .index .index-product .list ul li a .img {
          width: 52%;
          position: absolute;
          bottom: -11%;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          transition: all .5s; }
        .index .index-product .list ul li a .tits {
          width: 100%;
          height: auto;
          margin-top: 30px;
          position: relative;
          z-index: 5; }
          .index .index-product .list ul li a .tits .line {
            width: 120px;
            height: 2px;
            background-color: #a05443;
            float: left;
            margin-top: 28px; }
          .index .index-product .list ul li a .tits .tit {
            width: calc(100% - 130px);
            padding-left: 130px; }
            .index .index-product .list ul li a .tits .tit .en {
              font-size: 16px;
              line-height: 16px;
              text-transform: uppercase; }
            .index .index-product .list ul li a .tits .tit .t {
              font-size: 30px;
              line-height: 30px;
              margin-top: 10px;
              font-weight: bold; }
      @media (min-width: 1024px) {
        .index .index-product .list ul li:hover a .pic img {
          transform: scale(1.1); }
        .index .index-product .list ul li:hover a .img {
          opacity: 1; } }
.index .index-line {
  padding: 8.1% 0; }
  .index .index-line .content {
    width: 650px;
    margin: 0 auto;
    position: relative; }
    .index .index-line .content .img {
      width: 100%;
      height: auto;
      animation: myfirst 5s linear infinite; }
    .index .index-line .content .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      text-align: center; }
      .index .index-line .content .con .en {
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase; }
      .index .index-line .content .con .tits {
        font-size: 44px;
        line-height: 44px;
        margin-top: 16px; }
      .index .index-line .content .con .tit {
        font-size: 18px;
        line-height: 18px;
        margin-top: 26px; }
      .index .index-line .content .con .indexMore {
        margin: 80px auto 0; }
.index .index-news {
  padding: 5.2% 0; }
  .index .index-news .title {
    text-align: center;
    color: #000; }
    .index .index-news .title .en {
      font-size: 24px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: bold; }
    .index .index-news .title .cn {
      font-size: 44px;
      line-height: 44px;
      font-weight: bold;
      margin-top: 14px; }
  .index .index-news .list {
    margin-top: 50px; }
    .index .index-news .list ul li {
      width: 22.6%;
      float: left;
      margin-right: 3.2%;
      border-bottom: 1px solid #e5e5e5; }
      .index .index-news .list ul li a {
        width: 100%;
        height: auto;
        display: block;
        color: #000;
        padding-bottom: 25px; }
        .index .index-news .list ul li a .pic {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .index .index-news .list ul li a .pic img {
            transition: all 1.5s; }
        .index .index-news .list ul li a .time {
          font-size: 14px;
          line-height: 14px;
          margin-top: 30px; }
        .index .index-news .list ul li a .tits {
          width: calc(100% - 40px);
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 14px; }
      .index .index-news .list ul li:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .index .index-news .list ul li:hover a .pic img {
          transform: scale(1.1); } }
  .index .index-news .indexMore {
    margin: 60px auto 0;
    border-color: #a05443;
    background-color: #a05443;
    color: #fff; }
@media (max-width: 1366px) {
  .index .index-service .tits {
    font-size: 26px;
    line-height: 34px; }
    .index .index-service .tits span{
      height: 130px;
    }
    .index .index-service .tits span:nth-child(2){
      padding-top: 50px;
    }
    .index .index-service .indexMore{
      margin-left: 30px;
      margin-top: 180px;
    }
    .index .index-service .tit{
      margin-top: 65px;
      margin-left: 20px;
      line-height: 26px;
      height: 370px;
    }
    .index .index-service .title{
      width: 155px;
      left: 65px;
      top: -50px;
    }
  .index .index-box .item a .con .tits {
    font-size: 32px;
    line-height: 32px; }
  .index .index-product .title .tits {
    font-size: 32px;
    line-height: 32px; }
  .index .index-product .title .en {
    font-size: 20px;
    line-height: 20px; }
  .index .index-product .list ul li a .tits .tit .en {
    font-size: 14px;
    line-height: 14px; }
  .index .index-product .list ul li a .tits .tit .t {
    font-size: 24px;
    line-height: 24px; }
  .index .index-product .list ul li a .tits .line {
    margin-top: 20px; }
  .index .index-line .content .con .tits {
    font-size: 36px;
    line-height: 36px; }
  .index .index-line .content .con .en {
    font-size: 20px;
    line-height: 20px; }
  .index .index-news .title .cn {
    font-size: 32px;
    line-height: 32px; }
  .index .index-news .title .en {
    font-size: 20px;
    line-height: 20px; } }
@media (max-width: 1200px) {
  .index .index-box .item a .con .en {
    font-size: 20px;
    line-height: 20px; }
  .index .index-box .item a .con .tits {
    font-size: 26px;
    line-height: 26px;
    margin-top: 5px; }
  .index .index-box .item a .con .indexMore {
    margin-top: 20px; }
  .index .index-product .title .tits {
    font-size: 26px;
    line-height: 26px;
    margin-top: 5px; }
  .index .index-product .title .en {
    font-size: 18px;
    line-height: 18px; }
  .index .index-product .title .tit {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px; }
  .index .index-product .title .icon {
    margin: 20px auto 0; }
  .index .index-product .list ul li a .tits {
    margin-top: 20px; }
  .index .index-line .content .con .tits {
    font-size: 26px;
    line-height: 26px; }
  .index .index-line .content .con .en {
    font-size: 18px;
    line-height: 18px; }
  .index .index-news .title .cn {
    font-size: 26px;
    line-height: 26px;
    margin-top: 5px; }
  .index .index-news .title .en {
    font-size: 18px;
    line-height: 18px; } }
@media (max-width: 1024px) {
  .index .index-product .list ul li a .tits .tit {
    width: calc(100% - 90px);
    padding-left: 90px; }
  .index .index-product .list ul li a .tits .line {
    width: 80px; }
  .index .index-news .list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%; }
    .index .index-news .list ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .index .index-service .tits {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px; }
    .index .index-service .tits span:nth-child(2){
      padding-top: 20px;
    }
  .index .index-service .tit {
    height: 210px;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
    margin-top: 70px; }
    .index .index-service .tit br {
      display: none; }
  .index .index-service .indexMore {
    width: 40px;
    height: 120px;
    line-height: 36px;
    margin-top: 155px; }
  .index .index-service .title{
    width: 110px;
    left: 55px;
    top: -15px;
  }
  .index .index-box .item {
    width: 100%;
    float: none; }
    .index .index-box .item a .con {
      left: 4%; }
      .index .index-box .item a .con .en {
        font-size: 18px;
        line-height: 18px; }
      .index .index-box .item a .con .tits {
        font-size: 22px;
        line-height: 22px; }
  .index .index-product .title .tits {
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px; }
  .index .index-product .title .en {
    font-size: 16px;
    line-height: 16px; }
  .index .index-product .title .tit {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px; }
  .index .index-product .title .icon {
    margin: 10px auto 0;
    width: 20px; }
  .index .index-product .list ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .index .index-product .list {
    margin-top: 20px; }
  .index .index-product .list ul li a .tits {
    margin-top: 13px; }
  .index .index-product .list ul li a .tits .tit .t {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px; }
  .index .index-product .list ul li a .tits .tit .en {
    font-size: 14px;
    line-height: 14px; }
  .index .index-product .list ul li a .tits .line {
    margin-top: 15px; }
  .index .index-line .content {
    width: 300px; }
  .index .index-line .content .con .tits {
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px; }
  .index .index-line .content .con .en {
    font-size: 16px;
    line-height: 16px; }
  .index .index-line .content .con .tit {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px; }
  .index .index-line .content .con .indexMore {
    margin: 20px auto 0; }
  .index .index-news .title .cn {
    font-size: 22px;
    line-height: 22px; }
  .index .index-news .title .en {
    font-size: 16px;
    line-height: 16px; }
  .index .index-news .list {
    margin-top: 20px; }
    .index .index-news .list ul li a {
      padding-bottom: 15px; }
      .index .index-news .list ul li a .time {
        margin-top: 10px; }
      .index .index-news .list ul li a .tits {
        width: 100%;
        margin-top: 7px; }
    .index .index-news .list .indexMore {
      margin: 20px auto 0; } }

@keyframes myfirst {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-moz-keyframes myfirst {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes myfirst {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-o-keyframes myfirst {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.footerBox {
  background-color: #0c0c0c;
  padding-top: 80px; }
  .footerBox .frilink {
    width: 1600px;
    max-width: 92%;
    margin: 0 auto 20px; }
    .footerBox .frilink a {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      opacity: 0.6;
      padding-right: 20px;
      position: relative; }
      .footerBox .frilink a:after {
        width: 1px;
        height: 14px;
        top: 3px;
        right: 7px;
        background-color: #fff;
        opacity: 0.6;
        content: '';
        position: absolute; }
      .footerBox .frilink a:last-child {
        padding-right: 0; }
        .footerBox .frilink a:last-child:after {
          display: none; }
  .footerBox .searchBox {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px; }
    .footerBox .searchBox .submit {
      width: 30px;
      height: 30px;
      display: block;
      background: none;
      border: none;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("/img/footer_search.png");
      float: left;
      margin-left: 14px; }
    .footerBox .searchBox .text {
      width: calc(100% - 52px);
      float: left;
      border: none;
      background: none;
      font-size: 14px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.5);
      float: right; }
  .footerBox .nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px;
    padding-bottom: 105px; }
    .footerBox .nav dl dt {
      margin-bottom: 21px; }
      .footerBox .nav dl dt a {
        font-size: 16px;
        line-height: 16px;
        color: #fff; }
    .footerBox .nav dl dd a {
      font-size: 14px;
      line-height: 24px;
      opacity: 0.7;
      color: #fff; }
  .footerBox .foottt {
    width: 100%;
    height: auto;
    background-color: #111; }
    .footerBox .foottt p {
      font-size: 14px;
      line-height: 14px;
      line-height: 80px;
      color: rgba(255, 255, 255, 0.5);
      float: left; }
      .footerBox .foottt p a {
        color: rgba(255, 255, 255, 0.5); }
    .footerBox .foottt .share {
      float: right;
      margin-top: 21.5px; }
      .footerBox .foottt .share a {
        width: 37px;
        height: 37px;
        margin-left: 12px;
        background-image: url("/img/footer.png");
        display: block;
        float: left;
        padding: 0; }
        .footerBox .foottt .share a.a1 {
          background-position: 0 0; }
        .footerBox .foottt .share a.a2 {
          background-position: -49px 0; }
        .footerBox .foottt .share a.a3 {
          background-position: -98px 0; }
        .footerBox .foottt .share a.a4 {
          background-position: -147px 0; }
  @media (max-width: 1024px) {
    .footerBox {
      padding-top: 30px; }
      .footerBox .nav {
        display: none; }
      .footerBox .searchBox {
        padding-bottom: 7px; }
      .footerBox .foottt {
        padding-top: 20px;
        padding-bottom: 20px; }
      .footerBox .foottt p {
        line-height: 20px;
        width: 100%;
        text-align: center;
        float: none; }
        .footerBox .foottt p span {
          display: block; }
      .footerBox .foottt .share {
        width: 215px;
        margin: 20px auto 0;
        float: none; } }

.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .banner .home {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0; }
    .banner .home .homeNew {
      width: calc(100% - 80px);
      margin: 0 auto;
      font-size: 14px;
      line-height: 70px;
      color: #fff; }
      .banner .home .homeNew a {
        color: #fff; }
        @media (min-width: 1024px) {
          .banner .home .homeNew a:hover {
            color: #a24428; } }
  .banner .con {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    color: #fff; }
    .banner .con .tits {
      font-size: 44px;
      line-height: 44px;
      font-weight: bold; }
    .banner .con .tit {
      font-size: 18px;
      line-height: 18px;
      margin-top: 18px; }
  @media (max-width: 1366px) {
    .banner .con .tits {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .banner .con .tits {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .banner img {
      width: 200%;
      margin-left: -50%; }
    .banner .home .homeNew {
      width: 92%;
      line-height: 40px; }
    .banner .con .tits {
      font-size: 22px;
      line-height: 22px; }
    .banner .con .tit {
      font-size: 14px;
      line-height: 14px;
      margin-top: 8px; } }

.product {
  padding: 5.2% 0; }
  .product ul {
    padding-bottom: 40px; }
    .product ul li {
      width: 23.6%;
      float: left;
      margin-right: 1.8%;
      margin-bottom: 57px;
      cursor: pointer; }
      .product ul li .pic {
        position: relative; }
        .product ul li .pic .img {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: all .5s; }
      .product ul li .tits {
        font-size: 18px;
        line-height: 18px;
        color: #000;
        margin-top: 28px; }
      .product ul li .tit {
        font-size: 16px;
        line-height: 16px;
        color: #666;
        margin-top: 9px;
        text-transform: uppercase; }
      .product ul li:nth-child(4n) {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .product ul li:hover .pic .img {
          opacity: 1; } }
  @media (max-width: 1200px) {
    .product ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .product ul li:nth-child(4n) {
        margin-right: 2%; }
      .product ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .product ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .product ul li:nth-child(4n) {
        margin-right: 3%; }
      .product ul li:nth-child(3n) {
        margin-right: 3%; }
      .product ul li:nth-child(2n) {
        margin-right: 0; }
    .product ul li .tits {
      margin-top: 10px; }
    .product ul li .tit {
      font-size: 14px;
      line-height: 20px;
      margin-top: 5px; }
    .product ul {
      padding-bottom: 20px; } }

.page {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .page a, .page span {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #cfcfcf; }
    .page a.p, .page span.p {
      width: 118px;
      background-color: #f3f3f3; }
    @media (min-width: 1024px) {
      .page a:hover, .page span:hover {
        background-color: #a24428;
        border-color: #a24428;
        color: #fff; } }
  .page span {
    background-color: #a24428;
    border-color: #a24428;
    color: #fff; }
  @media (max-width: 768px) {
    .page a, .page span {
      width: 28px;
      line-height: 28px;
      height: 28px;
      font-size: 14px; }
      .page a.p, .page span.p {
        width: 70px; } }

.oem .itemBox .item {
  position: relative;
  margin-top: 8.3%; }
  .oem .itemBox .item .pic {
    width: 50%;
    float: right; }
  .oem .itemBox .item .con {
    width: 41.7%;
    float: left;
    margin-left: 3.3%;
    padding-top: 45px; }
    .oem .itemBox .item .con .tits {
      font-size: 32px;
      line-height: 32px;
      color: #333;
      font-weight: bold; }
    .oem .itemBox .item .con .tit {
      font-size: 15px;
      line-height: 24px;
      color: #777;
      margin-top: 23px; }
    .oem .itemBox .item .con .indexMore {
      color: #6c2d1a;
      border-color: #6c2d1a;
      font-size: 14px;
      margin-top: 38px; }
      @media (min-width: 1024px) {
        .oem .itemBox .item .con .indexMore:hover {
          background-color: #6c2d1a;
          color: #fff; } }
  .oem .itemBox .item:nth-child(2n) .pic {
    float: left; }
  .oem .itemBox .item:nth-child(2n) .con {
    margin-right: 3.3%;
    margin-left: auto;
    float: right; }
.oem .box {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 5.2%; }
  .oem .box .con {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .oem .box .con .conNew {
      width: calc(100% - 100px);
      margin: 0 auto;
      color: #fff; }
      .oem .box .con .conNew .tits {
        font-size: 32px;
        line-height: 32px; }
      .oem .box .con .conNew .tit {
        font-size: 16px;
        line-height: 32px;
        margin-top: 23px; }
      .oem .box .con .conNew .indexMore {
        margin-top: 52px; }
.oem .box1 {
  background-color: #f7f7f7;
  padding-top: 4.7%;
  padding-bottom: 5.7%;
  margin-top: 5.7%; }
  .oem .box1 .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #333; }
  .oem .box1 .list {
    margin-top: 40px; }
    .oem .box1 .list ul li {
      width: 32.5%;
      float: left;
      margin-right: 1.25%;
      margin-bottom: 50px; }
      .oem .box1 .list ul li .tits {
        font-size: 18px;
        line-height: 20px;
        color: #333;
        margin-top: 30px; }
      .oem .box1 .list ul li:nth-child(3n) {
        margin-right: 0; }
@media (max-width: 1200px) {
  .oem .itemBox .item .con .tits {
    font-size: 26px;
    line-height: 26px; }
  .oem .itemBox .item .con .tit {
    margin-top: 15px; }
  .oem .box .con .conNew .tits {
    font-size: 26px;
    line-height: 26px; }
  .oem .box .con .conNew .tit {
    margin-top: 15px; }
  .oem .box1 .title {
    font-size: 26px;
    line-height: 26px; } }
@media (max-width: 768px) {
  .oem .itemBox .item .pic {
    width: 100%;
    float: none !important; }
  .oem .itemBox .item .con {
    width: 100%;
    margin-left: 0 !important;
    float: none !important;
    padding-top: 15px; }
    .oem .itemBox .item .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .oem .itemBox .item .con .tit {
      margin-top: 5px;
      font-size: 14px;
      line-height: 24px; }
    .oem .itemBox .item .con .indexMore {
      margin-top: 15px; }
  .oem .box {
    overflow: hidden; }
    .oem .box img {
      width: 160%;
      margin-left: -30%; }
    .oem .box .con .conNew {
      width: 100%; }
      .oem .box .con .conNew .tits {
        font-size: 20px;
        line-height: 20px; }
      .oem .box .con .conNew .tit {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px; }
      .oem .box .con .conNew .indexMore {
        margin-top: 15px; }
  .oem .box1 .title {
    font-size: 20px;
    line-height: 20px; }
  .oem .box1 .list {
    margin-top: 20px; }
    .oem .box1 .list ul li {
      margin-bottom: 20px;
      width: 48.5%;
      margin-right: 3%; }
      .oem .box1 .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .oem .box1 .list ul li:nth-child(2n) {
        margin-right: 0; }
      .oem .box1 .list ul li .tits {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px; } }

.assessment {
  padding-top: 5.2%;
  padding-bottom: 5.7%; }
  .assessment ul {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 7.3%; }
    .assessment ul li {
      border-bottom: 1px solid #e5e5e5; }
      .assessment ul li a {
        display: block;
        padding: 47px 0 35px; }
        .assessment ul li a .icon {
          width: 88px;
          float: left;
          margin-left: 60px; }
          .assessment ul li a .icon img.img2 {
            display: none; }
        .assessment ul li a .pic {
          width: 160px;
          height: 100px;
          position: relative;
          float: left;
          margin-left: 20px; }
          .assessment ul li a .pic img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .assessment ul li a .con {
          width: calc(100% - 270px);
          margin-right: 60px;
          float: right;
          padding-top: 9px; }
          .assessment ul li a .con .tits {
            text-transform: uppercase;
            font-size: 24px;
            line-height: 24px;
            color: #000;
            font-weight: bold; }
          .assessment ul li a .con .tit {
            font-size: 16px;
            line-height: 24px;
            height: 48px;
            color: #666;
            margin-top: 18px; }
      @media (min-width: 1024px) {
        .assessment ul li:hover a .icon img.img1 {
          display: none; }
        .assessment ul li:hover a .icon img.img2 {
          display: block; } }
  @media (max-width: 1200px) {
    .assessment ul li a {
      padding: 30px 0 20px; }
      .assessment ul li a .icon {
        margin-left: 40px; }
      .assessment ul li a .con {
        width: calc(100% - 220px); } }
  @media (max-width: 768px) {
    .assessment ul li a {
      padding: 20px 0; }
      .assessment ul li a .icon {
        margin-left: 0;
        width: 40px; }
      .assessment ul li a .pic {
        width: 70px;
        height: 60px;
        margin-left: 0; }
      .assessment ul li a .con {
        width: calc(100% - 60px);
        margin-right: 0;
        padding-top: 0; }
        .assessment ul li a .con.cc {
          width: calc(100% - 85px); }
        .assessment ul li a .con .tits {
          font-size: 16px;
          line-height: 16px; }
        .assessment ul li a .con .tit {
          font-size: 14px;
          line-height: 22px;
          height: auto;
          margin-top: 8px; } }

.technology {
  padding: 5.2% 0; }
  .technology ul {
    padding-bottom: 40px; }
    .technology ul li {
      width: 23.6%;
      float: left;
      margin-right: 1.8%;
      margin-bottom: 56px; }
      .technology ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .technology ul li a .pic {
          width: 100%;
          position: relative; }
          .technology ul li a .pic .con {
            width: calc(100% - 52px);
            height: calc(100% - 52px);
            background-color: #fff;
            position: absolute;
            top: 26px;
            left: 26px;
            box-sizing: border-box;
            border-bottom: 3px solid #6c2d1a;
            opacity: 0;
            transition: all .5s; }
            .technology ul li a .pic .con .conNew {
              margin-left: 44px;
              padding-top: 108px; }
              .technology ul li a .pic .con .conNew .t {
                font-size: 18px;
                line-height: 18px;
                color: #6c2d1a; }
              .technology ul li a .pic .con .conNew .t1 {
                font-size: 16px;
                line-height: 16px;
                color: #666;
                margin-top: 12px; }
              .technology ul li a .pic .con .conNew .t2 {
                font-size: 16px;
                line-height: 16px;
                margin-left: 45px;
                color: #666;
                margin-top: 38px;
                position: relative; }
                .technology ul li a .pic .con .conNew .t2:after {
                  width: 60px;
                  height: 1px;
                  background-color: #e5e5e5;
                  content: '';
                  position: absolute;
                  top: -25px;
                  left: 0; }
              .technology ul li a .pic .con .conNew .t3 {
                width: 100px;
                height: 34px;
                border-radius: 17px;
                background-color: #a24428;
                font-size: 16px;
                line-height: 34px;
                color: #fff;
                text-align: center;
                margin-top: 58px; }
        .technology ul li a .tits {
          font-size: 18px;
          line-height: 20px;
          color: #000;
          margin-top: 28px; }
        .technology ul li a .tit {
          font-size: 16px;
          line-height: 18px;
          color: #666;
          margin-top: 7px; }
      .technology ul li:nth-child(4n) {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .technology ul li:hover a .pic .con {
          opacity: 1; }
        .technology ul li:hover a .tits {
          opacity: 0; }
        .technology ul li:hover a .tit {
          opacity: 0; } }
  @media (max-width: 1600px) {
    .technology ul li a .pic .con .conNew {
      padding-top: 55px;
      margin-left: 30px; } }
  @media (max-width: 1366px) {
    .technology ul li a .pic .con {
      width: calc(100% - 40px);
      height: calc(100%- 40px);
      top: 20px;
      left: 20px; }
    .technology ul li a .pic .con .conNew .t3 {
      margin-top: 30px; }
    .technology ul li a .pic .con .conNew .t {
      font-size: 16px;
      line-height: 16px; }
    .technology ul li a .pic .con .conNew .t1 {
      font-size: 14px;
      line-height: 14px; }
    .technology ul li a .pic .con .conNew .t2 {
      font-size: 14px;
      margin-left: 18px;
      margin-top: 24px; }
      .technology ul li a .pic .con .conNew .t2:after {
        top: -12px; } }
  @media (max-width: 1200px) {
    .technology ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 40px; }
      .technology ul li:nth-child(4n) {
        margin-right: 2%; }
      .technology ul li:nth-child(3n) {
        margin-right: 0%; } }
  @media (max-width: 1200px) {
    .technology ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .technology ul li:nth-child(4n) {
        margin-right: 3%; }
      .technology ul li:nth-child(3n) {
        margin-right: 3%; }
      .technology ul li:nth-child(2n) {
        margin-right: 0%; }
      .technology ul li a .tits {
        margin-top: 10px;
        font-size: 16px;
        line-height: 16px; }
      .technology ul li a .tit {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .technology ul {
      padding-bottom: 15px; } }

.service {
  padding: 5.2% 0; }
  .service ul {
    padding-bottom: 20px; }
    .service ul li {
      border-top: 1px solid #e9e0dd;
      padding-top: 55px;
      padding-bottom: 94px; }
      .service ul li .tits {
        font-size: 24px;
        line-height: 26px;
        color: #000;
        font-weight: bold; }
      .service ul li .tit {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-top: 45px; }
        .service ul li .tit a {
          color: #000; }
  .service .indexMore {
    margin: 0 auto;
    border-color: #a24428;
    color: #000; }
  @media (max-width: 1366px) {
    .service ul li {
      padding-top: 35px;
      padding-bottom: 55px; }
      .service ul li .tit {
        margin-top: 25px; } }
  @media (max-width: 1200px) {
    .service ul li {
      padding-top: 25px;
      padding-bottom: 40px; }
      .service ul li .tits {
        font-size: 20px;
        line-height: 20px; }
      .service ul li .tit {
        margin-top: 15px; } }
  @media (max-width: 1200px) {
    .service ul li {
      padding-top: 15px;
      padding-bottom: 25px; }
      .service ul li .tits {
        font-size: 18px;
        line-height: 18px; }
      .service ul li .tit {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px; } }

.liveLine {
  padding-bottom: 5.2%; }
  .liveLine .box1 {
    background-color: #f9f9f9;
    padding-top: 6.5%;
    padding-bottom: 6%; }
    .liveLine .box1 .title {
      font-size: 36px;
      line-height: 36px;
      color: #000;
      font-weight: bold;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 28px; }
    .liveLine .box1 .tableBox {
      margin-top: 35px; }
      .liveLine .box1 .tableBox table {
        border: 1px solid #e0e0e0;
        border-collapse: collapse;
        width: 100%; }
        .liveLine .box1 .tableBox table tr {
          height: 60px;
          display: block;
          width: 100%; }
          .liveLine .box1 .tableBox table tr td {
            text-align: center;
            white-space: nowrap;
            font-size: 16px;
            line-height: 60px;
            color: #333;
            height: 60px;
            display: block;
            float: left;
            width: 12.5%;
            box-sizing: border-box;
            border-right: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0; }
            .liveLine .box1 .tableBox table tr td:last-child {
              border-right: none; }
          .liveLine .box1 .tableBox table tr th {
            background-color: #f0f0f0;
            height: 60px;
            display: block;
            float: left;
            width: 12.5%;
            box-sizing: border-box;
            line-height: 60px;
            color: #333;
            border-right: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0; }
            .liveLine .box1 .tableBox table tr th:last-child {
              border-right: none; }
            .liveLine .box1 .tableBox table tr th.c {
              width: 25%; }
            .liveLine .box1 .tableBox table tr th .t {
              line-height: 30px;
              height: 30px; }
              .liveLine .box1 .tableBox table tr th .t .tt {
                width: 50%;
                float: left; }
          .liveLine .box1 .tableBox table tr:last-child td {
            border-bottom: none; }
    .liveLine .box1 .con {
      margin-top: 62px; }
      .liveLine .box1 .con .tits {
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        color: #000; }
      .liveLine .box1 .con .tit {
        font-size: 16px;
        line-height: 32px;
        color: #555;
        margin-top: 11px; }
        .liveLine .box1 .con .tit p a {
          color: #555; }
          @media (min-width: 1024px) {
            .liveLine .box1 .con .tit p a:hover {
              text-decoration: underline; } }
  .liveLine .box2 {
    padding-top: 5.2%; }
    .liveLine .box2 .title {
      font-size: 36px;
      line-height: 36px;
      color: #000;
      font-weight: bold;
      border-bottom: 3px solid #e5e5e5;
      padding-bottom: 20px; }
      .liveLine .box2 .title span {
        font-size: 16px;
        font-weight: normal; }
    .liveLine .box2 .list ul li {
      width: 100%;
      background-color: #f7f7f7;
      margin-top: 50px;
      position: relative; }
      .liveLine .box2 .list ul li .pic {
        width: 50%;
        float: left; }
      .liveLine .box2 .list ul li .con {
        width: 41.8%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
        .liveLine .box2 .list ul li .con .tits {
          font-size: 30px;
          line-height: 30px;
          color: #000;
          font-weight: bold; }
        .liveLine .box2 .list ul li .con .tit {
          font-size: 16px;
          line-height: 30px;
          color: #000;
          margin-top: 32px; }
          .liveLine .box2 .list ul li .con .tit span {
            color: #a24428; }
  @media (max-width: 1200px) {
    .liveLine .box1 .title {
      font-size: 26px;
      line-height: 26px;
      padding-bottom: 15px; }
    .liveLine .box2 .title {
      font-size: 26px;
      line-height: 26px;
      padding-bottom: 15px; }
    .liveLine .box2 .list ul li .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .liveLine .box2 .list ul li .con .tit {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .liveLine .box1 .tableBox table tr {
      height: 40px; }
      .liveLine .box1 .tableBox table tr td {
        font-size: 14px;
        line-height: 40px;
        height: 40px; }
      .liveLine .box1 .tableBox table tr th {
        font-size: 12px;
        line-height: 40px;
        height: 40px; }
        .liveLine .box1 .tableBox table tr th .t {
          height: 20px;
          line-height: 20px; }
          .liveLine .box1 .tableBox table tr th .t .tt {
            line-height: 20px; }
    .liveLine .box1 .con {
      margin-top: 25px; }
      .liveLine .box1 .con .tits {
        font-size: 18px;
        line-height: 18px; }
      .liveLine .box1 .con .tit {
        font-size: 14px;
        line-height: 24px; }
    .liveLine .box1 .tableBox {
      margin-top: 15px; }
    .liveLine .box1 .title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 10px; }
    .liveLine .box2 .title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 15px; }
      .liveLine .box2 .title span {
        font-size: 14px; }
    .liveLine .box2 .list ul li {
      margin-top: 20px; }
      .liveLine .box2 .list ul li .pic {
        width: 100%;
        float: none; }
      .liveLine .box2 .list ul li .con {
        width: 92%;
        margin: 0 auto;
        position: relative;
        top: 0;
        transform: translateY(0);
        padding: 15px 0; }
        .liveLine .box2 .list ul li .con .tit {
          font-size: 14px;
          line-height: 22px;
          margin-top: 10px; } }

.download {
  padding-top: 4.2%;
  padding-bottom: 3.125%; }
  .download .top .sel {
    width: 230px;
    height: auto;
    position: relative;
    float: left; }
    .download .top .sel .tits {
      width: 100%;
      height: 44px;
      background-color: #fff;
      border: 1px solid #ccc;
      font-size: 15px;
      line-height: 44px;
      color: #333;
      position: absolute;
      cursor: pointer; }
      .download .top .sel .tits span {
        float: left;
        margin-left: 15px; }
      .download .top .sel .tits i {
        width: 11px;
        height: 44px;
        display: block;
        position: absolute;
        top: 0;
        right: 17px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/img/download_icon1.png");
        transition: all .5s; }
      .download .top .sel .tits.on i {
        transform: rotate(180deg); }
    .download .top .sel ul {
      width: 100%;
      height: 180px;
      overflow-y: scroll;
      background-color: #fff;
      border: 1px solid #ccc;
      position: absolute;
      top: 43px;
      left: 0;
      display: none; }
      .download .top .sel ul li {
        width: calc(100% - 15px);
        padding-left: 15px;
        font-size: 14px;
        line-height: 36px;
        color: #555;
        cursor: pointer; }
        @media (min-width: 1024px) {
          .download .top .sel ul li:hover {
            background-color: #eee; } }
  .download .top .t {
    float: right;
    margin-right: 14px;
    line-height: 14px;
    padding-top: 28px;
    color: #000; }
  .download .list {
    margin-top: 50px;
    border-top: 1px solid #e5e5e5; }
    .download .list ul {
      padding-bottom: 60px; }
      .download .list ul li {
        border-bottom: 1px solid #e5e5e5; }
        .download .list ul li a {
          font-size: 15px;
          line-height: 27px;
          color: #333;
          padding: 26.5px 0;
          display: block; }
          .download .list ul li a span {
            float: left;
            margin-left: 15px; }
          .download .list ul li a i {
            float: right;
            margin-right: 25px; }
          .download .list ul li a img {
            margin-left: 20px; }
  @media (max-width: 768px) {
    .download .list {
      margin-top: 25px; }
      .download .list ul {
        padding-bottom: 25px; }
    .download .list ul li a {
      padding: 15px 0; } }

.contact {
  padding-top: 4.3%;
  padding-bottom: 5.2%; }
  .contact .title {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 37px; }
  .contact .item {
    width: 100%;
    background-color: #f4f5f6; }
    .contact .item .itemNew {
      width: calc(100% - 120px);
      margin: 0 auto;
      position: relative;
      padding: 42px 0 40px; }
      .contact .item .itemNew .left {
        width: 75px;
        text-align: center;
        float: left; }
        .contact .item .itemNew .left .icon {
          width: 40px;
          height: auto;
          margin: 0 auto; }
        .contact .item .itemNew .left p {
          font-size: 18px;
          line-height: 20px;
          color: #000;
          font-weight: bold;
          margin-top: 18px;
          width: 150%;
          margin-left: -25%; }
      .contact .item .itemNew .con {
        width: 240px;
        max-width: 69.8%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
        .contact .item .itemNew .con .tel {
          font-size: 24px;
          line-height: 24px;
          color: #000;
          margin-bottom: 12px; }
        .contact .item .itemNew .con .t {
          font-size: 14px;
          line-height: 24px;
          color: #000; }
        .contact .item .itemNew .con .email {
          width: 240px;
          height: 70px;
          border-radius: 3px;
          border: 1px solid #dbdcdd;
          text-align: center;
          font-size: 16px;
          line-height: 70px;
          color: #000;
          box-sizing: border-box; }
        .contact .item .itemNew .con.cc {
          width: 69.8%; }
  .contact .itemBox {
    margin-top: 65px; }
    .contact .itemBox .box {
      width: calc(50% - 10px);
      height: 340px;
      float: left;
      background-color: #f4f5f6; }
      .contact .itemBox .box .txt {
        width: calc(100% - 120px);
        margin: 0 auto;
        border-top: 1px solid #ece3e1;
        font-size: 14px;
        line-height: 30px;
        color: #000;
        padding-top: 27px; }
        .contact .itemBox .box .txt span {
          font-size: 18px; }
    .contact .itemBox .boxLeft {
      width: calc(50% - 10px);
      float: right; }
      .contact .itemBox .boxLeft .item {
        margin-bottom: 20px; }
  .contact .bb {
    width: 100%; }
    .contact .bb .item {
      width: calc(50% - 10px);
      margin-bottom: 0; }
  @media (max-width: 1200px) {
    .contact .title {
      font-size: 26px;
      line-height: 26px;
      padding-bottom: 20px; } }
  @media (max-width: 1100px) {
    .contact .item .itemNew {
      width: calc(100% - 80px); }
    .contact .itemBox .box .txt {
      width: calc(100% - 80px); } }
  @media (max-width: 768px) {
    .contact .title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 10px; }
    .contact .itemBox {
      margin-top: 25px; }
    .contact .itemBox .box {
      height: auto;
      padding-bottom: 25px; }
    .contact .itemBox .box .txt {
      width: calc(100% - 40px);
      padding-top: 15px; }
    .contact .item .itemNew {
      width: calc(100% - 40px); }
    .contact .itemBox .box {
      width: 100%;
      float: none; }
    .contact .itemBox .boxLeft {
      width: 100%;
      float: none;
      margin-top: 10px; }
      .contact .itemBox .boxLeft .item {
        margin-bottom: 10px; }
    .contact .bb .item {
      width: 100%;
      float: none !important;
      margin-bottom: 10px; }
    .contact .item .itemNew .con .tel {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 5px; }
    .contact .item .itemNew .left p {
      font-size: 14px;
      line-height: 16px;
      margin-top: 10px; }
    .contact .item .itemNew .con .email {
      width: 190px;
      height: 46px;
      line-height: 46px; } }

.map {
  width: 100%;
  height: 580px; }

.about {
  padding-top: 5.2%; }
  .about .box1 .item {
    margin-bottom: 8.3%;
    position: relative; }
    .about .box1 .item .pic {
      width: 50%;
      float: right; }
    .about .box1 .item .con {
      width: 38.75%;
      float: left;
      padding-top: 35px;
      position: relative; }
      .about .box1 .item .con .tits {
        font-size: 36px;
        line-height: 44px;
        color: #000;
        font-weight: bold; }
      .about .box1 .item .con .tit {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 20px; }
      .about .box1 .item .con .tit1 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 16px;
        color: #333; }
      .about .box1 .item .con.con1 {
        width: 33.333%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        padding-top: 0; }
    .about .box1 .item .title {
      width: 26.75%;
      position: absolute;
      top: 20px;
      left: 0; }
    .about .box1 .item:nth-child(2n) .pic {
      float: left; }
    .about .box1 .item:nth-child(2n) .con {
      float: right;
      margin-right: 4%; }
  .about .box2 {
    width: 100%;
    height: auto;
    position: relative; }
    .about .box2 .tits {
      font-size: 36px;
      line-height: 48px;
      width: 100%;
      text-align: center;
      color: #fff;
      font-weight: bold;
      top: 50%;
      margin-top: -48px;
      left: 0;
      position: absolute; }
  .about .box3 {
    padding-top: 5.2%;
    padding-bottom: 30px; }
    .about .box3 ul li {
      width: 47.5%;
      float: left;
      margin-right: 5%;
      margin-bottom: 7.9%; }
      .about .box3 ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .about .box3 ul li a .pic {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .about .box3 ul li a .pic img {
            transition: all 1.5s; }
        .about .box3 ul li a .tits {
          font-size: 20px;
          line-height: 20px;
          color: #333;
          font-weight: bold;
          margin-top: 30px; }
        .about .box3 ul li a .tit {
          width: 450px;
          max-width: 100%;
          font-size: 16px;
          line-height: 24px;
          color: #666;
          height: 48px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 16px; }
      .about .box3 ul li:nth-child(2n) {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .about .box3 ul li:hover a .pic img {
          transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .about .box1 .item .con .tits {
      font-size: 26px;
      line-height: 32px; }
    .about .box2 .tits {
      font-size: 26px;
      line-height: 34px;
      margin-top: -34px; } }
  @media (max-width: 768px) {
    .about .box1 .item .pic {
      width: 100%;
      float: none !important; }
    .about .box1 .item .con {
      float: none !important;
      width: 100%;
      padding-top: 10px; }
      .about .box1 .item .con.con1 {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
        padding-top: 10px; }
      .about .box1 .item .con .tits {
        font-size: 20px;
        line-height: 26px; }
      .about .box1 .item .con .tit1 {
        margin-bottom: 5px; }
      .about .box1 .item .con .tit {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px; }
    .about .box2 .tits {
      font-size: 18px;
      line-height: 24px;
      margin-top: -24px; }
    .about .box3 ul li a .tits {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px; }
    .about .box3 ul li a .tit {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
      height: 40px; } }

.team {
  padding-top: 4.2%;
  padding-bottom: 6.25%; }
  .team .tits {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-align: center; }
  .team .pic {
    width: 100%;
    margin-top: 60px; }
  @media (max-width: 1200px) {
    .team .tits {
      font-size: 20px; }
    .team .pic {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .team .pic {
      margin-top: 20px; } }

.history {
  padding: 5.5% 0; }
  .history ul li {
    background-color: #f9f9f9;
    margin-bottom: 7.3%;
    position: relative; }
    .history ul li .pic {
      width: 50%;
      float: left; }
    .history ul li .con {
      width: 39.1%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 4.5%; }
      .history ul li .con .year {
        font-size: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #000; }
      .history ul li .con .txt {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-top: 25px; }
    .history ul li:nth-child(2n) .pic {
      float: right; }
    .history ul li:nth-child(2n) .con {
      left: 6.4%;
      right: 0; }
  .history .indexMore {
    margin: 0 auto;
    background-color: #a24428;
    border-color: #a24428;
    color: #fff; }
  @media (max-width: 1200px) {
    .history ul li .con .year {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .history ul li {
      margin-bottom: 20px; }
    .history ul li .pic {
      width: 100%;
      float: none !important; }
    .history ul li .con {
      width: 92%;
      float: none !important;
      position: relative;
      top: 0;
      transform: translateY(0);
      padding: 25px 0;
      left: auto !important;
      right: 0 !important;
      margin: 0 auto; }
      .history ul li .con .year {
        font-size: 20px;
        line-height: 20px; }
      .history ul li .con .txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px; } }

.honor {
  padding-top: 5.2%;
  padding-bottom: 50px; }
  .honor ul li {
    width: 31.25%;
    margin-right: 3.125%;
    float: left;
    margin-bottom: 25px; }
    .honor ul li p {
      font-size: 16px;
      line-height: 20px;
      height: 40px;
      color: #333;
      margin-top: 25px; }
    .honor ul li:nth-child(3n) {
      margin-right: 0; }
  @media (max-width: 768px) {
    .honor ul li {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 20px; }
      .honor ul li p {
        margin-top: 10px;
        height: auto; } }

.partners {
  padding-top: 4.3%;
  padding-bottom: 5.7%; }
  .partners .title {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px; }
  .partners .txt {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 44px; }
  .partners .pic {
    width: 100%;
    margin-top: 72px; }
  @media (max-width: 1200px) {
    .partners .title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 1200px) {
    .partners .title {
      padding-bottom: 10px; }
    .partners .txt {
      font-size: 14px;
      line-height: 22px;
      margin-top: 20px; }
    .partners .pic {
      margin-top: 20px; } }

.join {
  padding-top: 4.2%;
  padding-bottom: 5.2%; }
  .join .box1 .title {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 38px; }
  .join .box1 .itemBox .item {
    margin-top: 7.3%; }
    .join .box1 .itemBox .item .pic {
      width: 50%;
      float: left;
      overflow: hidden; }
      .join .box1 .itemBox .item .pic img {
        transition: all 1.5s; }
    .join .box1 .itemBox .item .con {
      width: 38.6%;
      float: right;
      margin-right: 6.4%;
      margin-top: 55px;
      position: relative; }
      .join .box1 .itemBox .item .con .tits {
        font-size: 14px;
        line-height: 14px;
        color: #6c2d1a; }
      .join .box1 .itemBox .item .con .tit {
        font-size: 42px;
        line-height: 42px;
        color: #000;
        font-weight: bold;
        margin-top: 30px; }
      .join .box1 .itemBox .item .con .tit1 {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        margin-top: 22px; }
      .join .box1 .itemBox .item .con .indexMore {
        border-color: #6c2d1a;
        color: #6c2d1a;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          .join .box1 .itemBox .item .con .indexMore:hover {
            background-color: #6c2d1a;
            color: #fff; } }
      .join .box1 .itemBox .item .con .num {
        width: 31.5%;
        position: absolute;
        left: 54.1%;
        top: 0; }
    .join .box1 .itemBox .item:nth-child(2n) .pic {
      float: right; }
    .join .box1 .itemBox .item:nth-child(2n) .con {
      float: left;
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 1024px) {
      .join .box1 .itemBox .item:hover .pic img {
        transform: scale(1.1); } }
  .join .box2 {
    margin-top: 13.2%; }
    .join .box2 .title {
      font-size: 30px;
      line-height: 30px;
      color: #000;
      font-weight: bold;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 38px; }
    .join .box2 .list {
      margin-top: 7.3%; }
      .join .box2 .list .tits {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 60px;
        color: #000;
        background-color: #f2f2f2;
        text-align: center; }
        .join .box2 .list .tits .t {
          float: left; }
          .join .box2 .list .tits .t.t1 {
            width: calc(22.2% - 40px);
            padding-left: 40px;
            text-align: left; }
          .join .box2 .list .tits .t.t2 {
            width: 21.4%; }
          .join .box2 .list .tits .t.t3 {
            width: 24.5%; }
      .join .box2 .list ul li {
        padding: 43px 0;
        border-bottom: 1px solid #e9ebf1; }
        .join .box2 .list ul li .tit {
          font-size: 14px;
          line-height: 46px;
          color: #555;
          text-align: center;
          cursor: pointer; }
          .join .box2 .list ul li .tit .t {
            float: left; }
            .join .box2 .list ul li .tit .t.t1 {
              width: calc(22.2% - 40px);
              padding-left: 40px;
              text-align: left;
              color: #000; }
            .join .box2 .list ul li .tit .t.t2 {
              width: 21.4%; }
            .join .box2 .list ul li .tit .t.t3 {
              width: 24.5%; }
          .join .box2 .list ul li .tit .more {
            width: 130px;
            height: 46px;
            color: #555;
            font-size: 16px;
            line-height: 46px;
            border-radius: 23px;
            display: block;
            float: right;
            margin-right: 20px;
            background-color: #ededed; }
        .join .box2 .list ul li .con {
          width: calc(100% - 40px);
          padding-left: 40px;
          padding-top: 25px;
          display: none; }
          .join .box2 .list ul li .con .t {
            font: 16px;
            line-height: 18px;
            color: #333; }
          .join .box2 .list ul li .con .t1 {
            font-size: 15px;
            line-height: 24px;
            color: #999;
            margin-top: 20px; }
      .join .box2 .list .indexMore {
        margin: 60px auto 0;
        border-color: #6c2d1a;
        color: #6c2d1a; }
        @media (min-width: 1024px) {
          .join .box2 .list .indexMore:hover {
            background-color: #6c2d1a;
            color: #fff; } }
  @media (max-width: 1366px) {
    .join .box1 .itemBox .item .con .tit {
      font-size: 34px;
      line-height: 34px; }
    .join .join .box1 .itemBox .item .con .num {
      left: 42%; } }
  @media (max-width: 1200px) {
    .join .box1 .itemBox .item .con .tit {
      font-size: 26px;
      line-height: 26px; }
    .join .box1 .title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 20px; }
    .join .box2 .title {
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 20px; }
    .join .box2 .list ul li {
      padding: 25px 0; } }
  @media (max-width: 768px) {
    .join .box1 .itemBox .item .pic {
      float: none !important;
      width: 100%; }
    .join .box1 .itemBox .item .con {
      width: 100%;
      float: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 15px; }
      .join .box1 .itemBox .item .con .tit {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px; }
      .join .box1 .itemBox .item .con .tit1 {
        margin-top: 10px; }
      .join .box1 .itemBox .item .con .indexMore {
        margin-top: 20px; }
      .join .box1 .itemBox .item .con .num {
        width: 15%;
        left: 34%; }
    .join .box2 .list .tits {
      line-height: 40px; }
    .join .box2 .list .tits .t.t1 {
      width: calc(100% - 20px);
      padding-left: 20px; }
    .join .box2 .list .tits .t.t2 {
      display: none; }
    .join .box2 .list .tits .t.t3 {
      display: none; }
    .join .box2 .list ul li .tit {
      line-height: 32px; }
    .join .box2 .list ul li .tit .t.t1 {
      width: calc(100% - 20px - 80px);
      padding-left: 20px; }
    .join .box2 .list ul li .tit .t.t2 {
      display: none; }
    .join .box2 .list ul li .tit .t.t3 {
      display: none; }
    .join .box2 .list ul li .tit .more {
      width: 80px;
      height: 32px;
      line-height: 32px;
      margin-right: 0;
      font-size: 14px; }
    .join .box2 .list ul li {
      padding: 15px 0; }
    .join .box2 .list ul li .con {
      width: 100%;
      padding-left: 0;
      padding-top: 15px; }
      .join .box2 .list ul li .con .t1 {
        margin-top: 5px; }
    .join .box2 .list .indexMore {
      margin: 20px auto 0; } }

.info {
  padding-bottom: 5.2%; }
  .info .content {
    width: 960px;
    max-width: 90%;
    margin: 0 auto 0;
    padding-top: 4.8%; }
    .info .content .tits {
      font-size: 24px;
      line-height: 30px;
      color: #333;
      text-align: center; }
    .info .content .tit {
      font-size: 15px;
      line-height: 15px;
      color: #000;
      text-align: center;
      margin-top: 26px; }
    .info .content .con {
      border-top: 1px solid #e5e5e5;
      font-size: 15px;
      line-height: 24px;
      color: #555;
      margin-top: 40px;
      padding-top: 46px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 74px; }
      .info .content .con img {
        max-width: 100%;
        height: auto !important;
        margin: 0 auto;
        display: block; }
  @media (max-width: 768px) {
    .info .home {
      line-height: 49px; }
    .info .content .tits {
      font-size: 18px;
      line-height: 24px; }
    .info .content .tit {
      margin-top: 15px;
      font-size: 14px;
      line-height: 14px; }
    .info .content .con {
      padding-top: 20px;
      margin-top: 20px;
      padding-bottom: 30px;
      font-size: 14px; } }

.paging {
  width: 100%;
  padding-top: 6px; }
  .paging p {
    width: calc(100% - 230px);
    float: left; }
    .paging p a {
      width: 100%;
      display: block;
      font-size: 15px;
      line-height: 24px;
      color: #333;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 30px; }
  .paging .return {
    width: 200px;
    height: 56px;
    background-color: #6c2d1a;
    font-size: 15px;
    line-height: 56px;
    color: #fff;
    display: block;
    float: right;
    text-align: center;
    margin-top: 44px; }
  @media (max-width: 768px) {
    .paging p {
      width: 100%; }
      .paging p a {
        margin-top: 10px;
        font-size: 14px; }
    .paging .return {
      width: 120px;
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      margin-top: 15px; } }

.culture .box1 {
  padding-top: 5.2%; }
  .culture .box1 .item {
    margin-bottom: 7.5%;
    position: relative; }
    .culture .box1 .item .pic {
      width: 50%;
      float: left; }
    .culture .box1 .item .con {
      width: 42.9%;
      float: right;
      position: relative;
      padding-top: 11.5%; }
      .culture .box1 .item .con .tits {
        font-size: 36px;
        line-height: 36px;
        color: #000;
        font-weight: bold; }
      .culture .box1 .item .con .tit {
        font-size: 18px;
        line-height: 24px;
        color: #666;
        margin-top: 35px; }
        .culture .box1 .item .con .tit p {
          margin-bottom: 20px; }
      .culture .box1 .item .con .img {
        width: 62.3%;
        position: absolute;
        top: 20px;
        left: 0; }
      .culture .box1 .item .con .img1 {
        width: 27%;
        position: absolute;
        top: 32%;
        left: 38%; }
    .culture .box1 .item .bb {
      width: 80.6%;
      position: absolute;
      bottom: 0;
      right: 50%; }
    .culture .box1 .item:nth-child(2n) .pic {
      float: right; }
    .culture .box1 .item:nth-child(2n) .con {
      float: left;
      padding-top: 9.2%; }
.culture .box2 {
  padding-top: 4.2%;
  padding-bottom: 9.1%; }
  .culture .box2 .con .tits {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center; }
  .culture .box2 .con .tit {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin-top: 18px; }
  .culture .box2 .con .itemBox {
    width: 100%;
    height: auto;
    margin-top: 6.7%; }
    .culture .box2 .con .itemBox .item {
      width: 31.7%;
      float: left;
      margin-right: 2.45%;
      background-color: rgba(255, 255, 255, 0.95);
      height: 235px;
      box-sizing: border-box;
      padding: 55px 30px 0; }
      .culture .box2 .con .itemBox .item:last-child {
        margin-right: 0; }
      .culture .box2 .con .itemBox .item .t {
        font-size: 24px;
        line-height: 24px;
        color: #000; }
      .culture .box2 .con .itemBox .item .t1 {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 15px; }
@media (max-width: 1200px) {
  .culture .box1 .item .con .tits {
    font-size: 26px;
    line-height: 26px; }
  .culture .box1 .item .con .tit p {
    margin-bottom: 10px; }
  .culture .box2 .con .tits {
    font-size: 26px;
    line-height: 26px; } }
@media (max-width: 768px) {
  .culture .box1 .item .pic {
    width: 100%;
    float: none !important; }
  .culture .box1 .item .con {
    width: 100%;
    float: none !important;
    padding-top: 20px; }
    .culture .box1 .item .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .culture .box1 .item .con .tit {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
      .culture .box1 .item .con .tit p {
        margin-bottom: 5px; }
    .culture .box1 .item .con .img {
      width: 33.3%;
      top: 0; }
  .culture .box2 .con .tit {
    margin-top: 8px; }
  .culture .box2 .con .tits {
    font-size: 20px;
    line-height: 20px; }
  .culture .box2 .con .itemBox .item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    height: auto;
    padding: 15px 15px 20px; }
    .culture .box2 .con .itemBox .item .t {
      font-size: 18px;
      line-height: 18px; }
    .culture .box2 .con .itemBox .item .t1 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 8px; }
  .culture .box1 .item .con .img1 {
    top: 10%;
    width: 18%; }
  .culture .box1 .item:nth-child(2n) .con {
    padding-top: 20px; } }

.proInfo {
  padding-top: 4.2%;
  padding-bottom: 5.2%; }
  .proInfo .box1 .boxLeft {
    width: 36.7%;
    float: left; }
    .proInfo .box1 .boxLeft .bigPic {
      width: 100%;
      height: 440px;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: relative; }
      .proInfo .box1 .boxLeft .bigPic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .proInfo .box1 .boxLeft .samllBox {
      width: 100%;
      margin-top: 20px;
      position: relative; }
      .proInfo .box1 .boxLeft .samllBox .list {
        width: calc(100% - 80px);
        float: left; }
        .proInfo .box1 .boxLeft .samllBox .list a {
          width: 18%;
          height: auto;
          padding-bottom: 18%;
          border: 1px solid #fff;
          display: block;
          position: relative;
          float: left;
          margin-right: 2.5%;
          border: 1px solid rgba(0, 0, 0, 0.05);
          box-sizing: border-box; }
          .proInfo .box1 .boxLeft .samllBox .list a:last-child {
            margin-right: 0; }
          .proInfo .box1 .boxLeft .samllBox .list a img {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%; }
          .proInfo .box1 .boxLeft .samllBox .list a.on {
            border-color: #a24428; }
      .proInfo .box1 .boxLeft .samllBox .share {
        width: 80px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
        .proInfo .box1 .boxLeft .samllBox .share a {
          width: 100%;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 0;
          display: block;
          transform: translateY(-50%);
          background: none;
          padding: 0 !important;
          height: auto !important; }
          .proInfo .box1 .boxLeft .samllBox .share a img {
            width: 29px;
            display: block;
            margin: 0 auto; }
          .proInfo .box1 .boxLeft .samllBox .share a p {
            text-align: center;
            font-size: 16px;
            line-height: 18px;
            color: #000;
            margin-top: 8px; }
  .proInfo .box1 .con {
    width: 56.7%;
    float: right;
    padding-top: 54px; }
    .proInfo .box1 .con .tag {
      font-size: 16px;
      line-height: 16px;
      color: #666; }
    .proInfo .box1 .con .tits {
      font-size: 30px;
      line-height: 46px;
      color: #000;
      margin-top: 10px;
      font-weight: bold; }
    .proInfo .box1 .con .tit {
      font-size: 16px;
      line-height: 32px;
      color: #666;
      margin-top: 20px; }
    .proInfo .box1 .con .tel {
      width: 400px;
      height: 66px;
      background-color: #a24428;
      display: block;
      text-align: center;
      margin-top: 25px; }
      .proInfo .box1 .con .tel span {
        padding-left: 52px;
        font-size: 18px;
        line-height: 66px;
        color: #fff;
        background-position: left center;
        display: inline-block;
        background-repeat: no-repeat;
        background-image: url("../img/tel11.png"); }
  .proInfo .title {
    font-size: 30px;
    line-height: 58px;
    color: #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-weight: bold; }
    .proInfo .title span {
      font-size: 16px;
      color: #666;
      font-weight: normal;
      margin-left: 18px; }
  .proInfo .box2 {
    padding-top: 55px; }
    .proInfo .box2 .item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 8.3% 0; }
      .proInfo .box2 .item p {
        font-size: 20px;
        line-height: 20px;
        color: #000;
        text-align: center;
        margin-top: 55px; }
      .proInfo .box2 .item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    .proInfo .box2 img {
      max-width: 100%;
      height: auto !important;
      margin: 0 auto;
      display: block; }
  .proInfo .box3 {
    margin-top: 70px; }
    .proInfo .box3 .title {
      margin-bottom: 40px; }
    .proInfo .box3 .item {
      background-color: #f7f7f7;
      margin-bottom: 30px;
      padding: 36px 32px;
      box-sizing: border-box;
      color: #222127; }
      .proInfo .box3 .item .tits {
        font-size: 20px;
        line-height: 20px; }
      .proInfo .box3 .item .tit {
        font-size: 16px;
        line-height: 28px;
        opacity: 0.8;
        margin-top: 14px; }
      @media (min-width: 1024px) {
        .proInfo .box3 .item:hover {
          background-color: #a24428;
          color: #fff; } }
      .proInfo .box3 .item:last-child {
        margin-bottom: 0; }
  .proInfo .box4 {
    margin-top: 65px; }
    .proInfo .box4 .title {
      margin-bottom: 42px; }
    .proInfo .box4 .product {
      padding: 0; }
      .proInfo .box4 .product ul {
        padding-bottom: 0; }
        .proInfo .box4 .product ul li {
          width: 31.7%;
          margin-right: 2.45%;
          margin-bottom: 0; }
          .proInfo .box4 .product ul li:last-child {
            margin-right: 0; }
  .proInfo .box5 {
    margin-top: 63px; }
    .proInfo .box5 .box {
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 42px;
      padding-bottom: 92px;
      margin-top: 45px; }
      .proInfo .box5 .box .tableBox {
        width: 50%; }
        .proInfo .box5 .box .tableBox .t {
          margin-bottom: 15px; }
          .proInfo .box5 .box .tableBox .t span {
            width: 130px;
            text-align: right;
            font-size: 16px;
            line-height: 45px;
            float: left;
            display: block;
            box-sizing: border-box;
            color: #000;
            padding-right: 8px; }
            .proInfo .box5 .box .tableBox .t span em {
              color: #e30513; }
          .proInfo .box5 .box .tableBox .t .text {
            width: calc(100% - 130px);
            box-sizing: border-box;
            height: 45px;
            border-radius: 22px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            float: left;
            font-size: 16px;
            color: #333;
            line-height: 26px;
            background: none;
            padding-left: 15px; }
          .proInfo .box5 .box .tableBox .t .text1 {
            width: 130px;
            box-sizing: border-box;
            height: 45px;
            border-radius: 22px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            float: left;
            font-size: 16px;
            color: #333;
            line-height: 26px;
            background: none;
            padding-left: 15px; }
          .proInfo .box5 .box .tableBox .t .txt {
            width: calc(100% - 130px);
            box-sizing: border-box;
            border-radius: 22px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            float: left;
            font-size: 16px;
            color: #333;
            line-height: 26px;
            background: none;
            padding: 10px 15px;
            height: 130px; }
          .proInfo .box5 .box .tableBox .t button {
            width: 100px;
            height: 45px;
            box-sizing: border-box;
            float: left;
            margin-left: 18px;
            border: none;
            background: none; }
        .proInfo .box5 .box .tableBox .submit {
          margin-left: 130px;
          width: 180px;
          height: 50px;
          border-radius: 25px;
          background: none;
          border: none;
          display: block;
          text-align: center;
          background-color: #a24428;
          font-size: 16px;
          line-height: 50px;
          color: #fff;
          margin-top: 40px; }
  @media (max-width: 1200px) {
    .proInfo .box1 .con .tel {
      width: 320px; }
    .proInfo .box1 .con .tits {
      font-size: 24px;
      line-height: 30px; }
    .proInfo .box1 .con {
      width: 41%; }
    .proInfo .title {
      font-size: 24px;
      line-height: 44px; }
    .proInfo .box3 {
      margin-top: 50px; }
    .proInfo .box4 {
      margin-top: 45px; } }
  @media (max-width: 768px) {
    .proInfo .box1 .boxLeft {
      width: 100%;
      float: none; }
      .proInfo .box1 .boxLeft .bigPic {
        height: 250px; }
    .proInfo .box1 .con {
      width: 100%;
      float: none;
      padding-top: 25px; }
      .proInfo .box1 .con .tits {
        font-size: 20px;
        line-height: 28px;
        margin-top: 5px; }
      .proInfo .box1 .con .tit {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px; }
      .proInfo .box1 .con .tel {
        height: 40px;
        width: 245px;
        margin-top: 10px; }
        .proInfo .box1 .con .tel span {
          font-size: 14px;
          line-height: 40px;
          background-size: 24px;
          padding-left: 30px; }
    .proInfo .box1 .boxLeft .samllBox .share {
      width: 40px; }
      .proInfo .box1 .boxLeft .samllBox .share a img {
        width: 18px; }
      .proInfo .box1 .boxLeft .samllBox .share a p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 4px; }
    .proInfo .box1 .boxLeft .samllBox {
      margin-top: 10px; }
      .proInfo .box1 .boxLeft .samllBox .list {
        width: calc(100% - 40px); }
    .proInfo .title {
      font-size: 20px; }
    .proInfo .box2 {
      padding-top: 15px; }
    .proInfo .box2 .item p {
      margin-top: 20px;
      font-size: 16px;
      line-height: 16px; }
    .proInfo .box3 {
      margin-top: 15px; }
    .proInfo .box3 .title {
      margin-bottom: 15px; }
    .proInfo .box3 .item {
      padding: 15px 12px;
      margin-bottom: 15px; }
      .proInfo .box3 .item .tits {
        font-size: 16px;
        line-height: 16px; }
      .proInfo .box3 .item .tit {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px; }
    .proInfo .box5 {
      margin-top: 15px; }
    .proInfo .box4 .title {
      margin-bottom: 15px; }
    .proInfo .box4 .product ul li {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
    .proInfo .title span {
      display: none; }
    .proInfo .box5 .box {
      margin-top: 15px;
      background: none !important;
      padding: 0; }
      .proInfo .box5 .box .tableBox {
        width: 100%; }
        .proInfo .box5 .box .tableBox .t {
          margin-bottom: 10px; }
          .proInfo .box5 .box .tableBox .t span {
            font-size: 14px;
            width: 90px;
            line-height: 38px; }
          .proInfo .box5 .box .tableBox .t .text {
            width: calc(100% - 90px);
            height: 38px;
            border-radius: 19px; }
          .proInfo .box5 .box .tableBox .t .txt {
            width: calc(100% - 90px);
            border-radius: 19px; }
          .proInfo .box5 .box .tableBox .t .text1 {
            height: 38px;
            border-radius: 19px; }
          .proInfo .box5 .box .tableBox .t button {
            height: 38px; }
        .proInfo .box5 .box .tableBox .submit {
          margin-left: 0;
          margin: 20px auto 0;
          display: block;
          height: 38px;
          line-height: 38px;
          border-radius: 19px;
          font-size: 14px;
          width: 130px; } }

.zoomMask {
  position: absolute;
  background: url("../img/mask.png");
  z-index: 1000; }

.zoomDiv {
  z-index: 10000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #ffffff;
  display: black;
  text-align: center;
  overflow: hidden; }

.xfRight {
  width: 70px;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100; }

.xfRight .tits {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 13px 0;
  background-color: #a24428; }

.xfRight .tit {
  border-top: 1px solid #ebebeb; }

.xfRight .tit .a {
  width: 100%;
  padding: 8px 0;
  background-color: #f7f7f7;
  display: block;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  position: relative; }

.xfRight .tit .a img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 6; }

.xfRight .tit .a p {
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  color: #444;
  margin-top: 8px;
  position: relative;
  z-index: 6; }

.xfRight .tit .a .ttt {
  width: 200px;
  height: 100%;
  top: 0;
  background-color: #f7f7f7;
  color: #444;
  position: absolute;
  line-height: 70px;
  font-size: 14px;
  left: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding-left: 50px;
  background-position: 12px center;
  background-repeat: no-repeat;
  transition: all .5s; }

@media (min-width: 1024px) {
  .xfRight .tit .a:hover .ttt {
    left: -130px; } }
.xfRight .returnTop {
  width: 100%;
  background-color: #5b5b5b;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center; }

@media (max-width: 1024px) {
  .xfRight {
    display: none; } }
.qqTk {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  height: 298px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none; }
  .qqTk .t {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 65px;
    background-color: #3e3e3e;
    color: #fff; }
    .qqTk .t span {
      margin-left: 20px; }
    .qqTk .t .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 22.5px;
      right: 23.5px;
      display: block;
      background-image: url("../img/cc.png");
      background-repeat: no-repeat;
      background-position: center; }
  .qqTk .tt {
    margin-top: 20px;
    margin-left: 20px; }
    .qqTk .tt a {
      width: 22px;
      height: 25px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/11.png");
      display: block;
      margin-right: 10px;
      float: left;
      position: relative; }
      .qqTk .tt a:after {
        width: 14px;
        height: 8px;
        bottom: -18px;
        left: 50%;
        margin-left: -7px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/sj.png");
        content: '';
        display: none;
        position: absolute; }
      .qqTk .tt a.on:after {
        display: block; }
  .qqTk .con {
    border-top: 1px solid #e5e5e5;
    margin-top: 17px;
    padding-top: 15px; }
    .qqTk .con .item {
      width: calc(100% - 15px);
      margin-left: 15px;
      display: none; }
      .qqTk .con .item .pic {
        width: 40px;
        float: left; }
      .qqTk .con .item .cc {
        float: left;
        margin-left: 10px; }
        .qqTk .con .item .cc .ct {
          font-size: 8px;
          line-height: 20px;
          color: #000; }
        .qqTk .con .item .cc .ct1 {
          font-size: 8px;
          line-height: 20px;
          color: #000; }
        .qqTk .con .item .cc a {
          width: 79px;
          display: block;
          margin-top: 10px; }


.tk{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5);
  display: none;
}
.tk .box{
  width: 364px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  box-shadow: 10px 10px 20px 0px rgba(17, 17, 17, 0.3);
}
.tk .box .close{
  width: 14px;
  height: 15px;
  position: absolute;
  top: 27px;
  right: 30px;
  z-index: 5;
  display: block;
  background-image: url('../img/close2.png');
  background-size: cover;
}
.tk .box .item{
  display: none;
}
.tk .box .tits{
  width: 300px;
  margin: 37px auto 0;
  border-bottom: 1px solid #aa3614;
  position: relative;
}
.tk .box .tits:before{
  width: 1px;
  height: 28px;
  background-color: #aa3614;
  opacity: 0.2;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -0.5px;
  content: '';
}
.tk .box .tits a{
  width: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #939393;
  display: block;
  float: left;
  padding: 10px 0;
}
.tk .box .tits a.on{
  color: #2c2c2c;
  font-weight: bold;
}
.tk .box .tx{
  font-size: 24px;
  line-height: 50px;
  border-bottom: 1px solid #aa3614;
  width: 220px;
  text-align: center;
  margin: 40px auto 0;
  font-weight: bold;
  color: #000;
}

.tk .box .ewm{
  width: 172px;
  margin: 27px auto 0;
}
.tk .box .ewm .img{
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.tk .box .ewm p{
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #b6b5b5;
  margin-top: 10px;
}
.tk .box .tit{
  border-top: 1px solid #e5e5e5;
  margin-top: 23px;
}
.tk .box .tit .wx{
  margin-left: 64px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 61px;
  color: #555555;
  float: left;
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../img/tk_wx.png');
}
.tk .box .tit .registerClick{
  float: right;
  margin-right: 64px;
  padding-right: 13px;
  font-size: 14px;
  line-height: 61px;
  color: #aa3614;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../img/tk_icon.png');
}


.tk .box .tableBox{
  width: 262px;
  height: auto;
  margin: 42px auto 0;
  padding-bottom: 60px;
}
.tk .box .tableBox .t{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.tk .box .tableBox .t .text{
  width: 162px;
  height: 40px;
  border: none;
  box-sizing: border-box;
  float: left;
  background: none;
  padding-left: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.tk .box .tableBox .t .text::-webkit-input-placeholder{
  color: #bababa;
}
.tk .box .tableBox .t .text::-moz-placeholder{
  color: #bababa;
}
.tk .box .tableBox .t .text:-moz-placeholder{
  color: #bababa;
}
.tk .box .tableBox .t .text:-ms-input-placeholder{
  color: #bababa;
}
.tk .box .tableBox .t .botton{
  width: 100px;
  height: 40px;
  background-color: #f2f2f2;
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #424242;
  float: left;
  display: block;
  border-left: 1px solid #ddd;
}
.tk .box .tableBox .t.t1{
  margin-bottom: 0;
}
.tk .box .tableBox .t.t1 .text{
  width: calc(100% - 2px);
}
.tk .box .tableBox .submit{
  width: 164px;
  height: 44px;
  border-radius: 22px;
  background-color: #aa3614;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  display: block;
  border: none;
  margin: 46px auto 0;
}

/*# sourceMappingURL=style.css.map */
