.center {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.container {
  width: 1400px;
  margin: 0 auto;
  position: relative; }

.com-more {
  width: 160px;
  height: 40px;
  padding: 0 8px 0 20px;
  border-radius: 20px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.6s; }
  .com-more span {
    color: transparent;
    font-size: 14px; }
  .com-more i {
    font-size: 30px;
    color: #f96221;
    transition: all 0.6s; }

.inner-banner {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px; }
  .inner-banner .text {
    color: #fff; }
    .inner-banner .text .t1 {
      font-size: 28px;
      font-weight: bold; }
    .inner-banner .text .t2 {
      font-size: 24px; }

.news-item {
  width: 380px;
  height: auto;
  background-color: #fff;
  margin-right: 130px;
  padding: 20px 20px 100px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s; }
  .news-item .pic {
    width: 100%;
    overflow: hidden; }
    .news-item .pic img {
      width: 100%;
      transition: transform .5s ease-out;
      -webkit-transition: transform .5s ease-out;
      -moz-transition: transform .5s ease-out; }
  .news-item .info-box {
    padding-top: 10px; }
    .news-item .info-box .title {
      font-size: 18px;
      line-height: 30px;
      font-weight: bold; }
    .news-item .info-box .desc {
      font-size: 14px;
      line-height: 24px;
      color: #5f5f5f;
      margin-top: 15px; }
  .news-item .com-more {
    position: absolute;
    right: 20px;
    bottom: -20px; }
  .news-item:nth-of-type(3n) {
    margin-right: 0; }
  .news-item:hover {
    box-shadow: 0px 12px 21px 2px rgba(201, 201, 201, 0.5);
    transform: translateY(-20px); }
    .news-item:hover .pic img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    .news-item:hover .com-more {
      background-color: #f96221; }
      .news-item:hover .com-more span {
        color: #fff; }
      .news-item:hover .com-more i {
        color: #fff; }

.BMapLabel {
  border: 0 !important; }
  .BMapLabel .map-txt {
    width: 480px;
    height: 75px;
    background-color: #f96221;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding: 8px 30px 8px 8px;
    display: flex;
    align-items: center;
    position: relative; }
    .BMapLabel .map-txt .img {
      width: 140px;
      flex-shrink: 0; }
      .BMapLabel .map-txt .img img {
        width: 100%; }
    .BMapLabel .map-txt .info {
      width: 100%;
      white-space:break-spaces;
      font-size: 16px;
      margin-left: 15px; }
    .BMapLabel .map-txt:after {
      content: '';
      border-width: 10px 10px 0;
      border-style: solid;
      border-color: #f96221 transparent transparent;
      position: absolute;
      bottom: -10px;
      left: 75px; }

.second-nav {
  height: auto;
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 10;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }
  .second-nav .container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%; }
  .second-nav .left {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
    .second-nav .left .iconfont {
      color: #999;
      font-size: 16px;
      margin-right: 15px; }
    .second-nav .left .arr {
      font-size: 12px;
      margin-left: 15px; }
    .second-nav .left a {
      display: inline-block;
      height: 100%;
      line-height: 75px;
      color: #999; }
      .second-nav .left a.current {
        color: #333; }
  .second-nav .right-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%; }
    .second-nav .right-nav .item {
      position: relative;
      display: block;
      height: 100%;
      line-height: 75px;
      padding: 0 46px;
      font-size: 16px; }
      .second-nav .right-nav .item span {
        display: inline-block;
        height: 100%;
        padding: 0 10px;
        position: relative; }
      .second-nav .right-nav .item:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 14px;
        right: 0;
        top: calc(50% - 7px);
        background-color: #e6e6e6; }
      .second-nav .right-nav .item.active, .second-nav .right-nav .item:hover {
        color: #f96221; }
        .second-nav .right-nav .item.active span:before, .second-nav .right-nav .item:hover span:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 3px;
          left: 0;
          bottom: 0;
          background-color: #f96221; }

.index-second-box {
  border-bottom: 1px solid #f2f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px; }
  .index-second-box .item {
    padding: 0 10px 20px;
    position: relative;
    margin-right: 85px;
    display: block;
    text-align: center;
    font-size: 16px; }
    .index-second-box .item.active:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #f96221; }

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages-box .item {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    transition: all 0.6s; }
    .pages-box .item.first, .pages-box .item.last {
      width: 56px; }
    .pages-box .item.active, .pages-box .item:hover {
      background-color: #f96221;
      color: #fff; }

.header .header-top {
  padding: 0 40px;
  background-color: #f2f4f5;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header .header-top .left {
    display: flex;
    align-items: center; }
    .header .header-top .left .link {
      height: 20px;
      margin-right: 60px; }
      .header .header-top .left .link img {
        height: 100%; }
  .header .header-top .right {
    display: flex;
    align-items: center;
    height: 100%; }
    .header .header-top .right .language-box {
      height: 100%; }
      .header .header-top .right .language-box .item {
        font-size: 16px;
        color: #333;
        padding: 0 10px;
        height: 100%;
        display: inline-block;
        line-height: 46px; }
        .header .header-top .right .language-box .item.active {
          color: #f96221; }
      .header .header-top .right .language-box .line {
        width: 1px;
        height: 10px;
        background-color: #d0d0d0;
        display: inline-block; }
    .header .header-top .right .search-box {
      width: 200px;
      border: 1px solid #ccc;
      padding: 0 15px;
      height: 26px;
      border-radius: 13px;
      display: flex;
      align-items: center;
      margin-left: 30px; }
      .header .header-top .right .search-box input {
        width: 100%;
        border: 0;
        background-color: transparent; }
      .header .header-top .right .search-box .iconfont {
        color: #333;
        font-size: 18px;
        flex-shrink: 0;
        cursor: pointer;
        border: 0;
        background-color: transparent;
      }
.header .header-nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header .header-nav .left {
    height: 100%;
    display: flex;
    align-items: center; }
    .header .header-nav .left .menu-box {
      width: 100px;
      height: 100%;
      line-height: 80px;
      text-align: center;
      background-color: #f96221;
      cursor: pointer; }
      .header .header-nav .left .menu-box i {
        font-size: 24px;
        color: #fff; }
    .header .header-nav .left .logo {
      height: 100%;
      flex-shrink: 0; }
      .header .header-nav .left .logo img {
        height: 100%; }
  .header .header-nav .nav-box {
    width: 75.6%;
    height: 100%;
    display: flex; }
    .header .header-nav .nav-box .item {
      width: 33.33%;
      height: 100%;
      line-height: 80px;
      color: #333;
      font-size: 18px;
      display: inline-block;
      text-align: center; }
      .header .header-nav .nav-box .item span {
        display: inline-block;
        margin-left: 20px; }
      .header .header-nav .nav-box .item.active {
        color: #fff;
        background-color: #f96221; }
.header .header-nav.head-fix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100; }
.menu-cover {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .menu-cover .menu-left {
    width: 345px;
    height: 100vh;
    background-color: #fff; }
    .menu-cover .menu-left .tops {
      height: 100px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff; }
      .menu-cover .menu-left .tops .logo {
        width: 250px;
        line-height: 100px;
        display: inline-block;
        height: 100%; }
      .menu-cover .menu-left .tops .close-box {
        height: 100%;
        line-height: 100px;
        cursor: pointer;
        padding: 0 30px; }
        .menu-cover .menu-left .tops .close-box i {
          font-size: 20px;
          color: #333; }
.menu-cover .menu-left .menu-list{
  height: calc(100vh - 100px);
  overflow-y: auto;
}
    .menu-cover .menu-left .menu-list .item-top {
      font-size: 17px;
      color: #333;
      padding: 0 30px 0 40px;
      height: 70px;
      background-color: #f2f2f2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #fff;
      cursor: pointer; }
      .menu-cover .menu-left .menu-list .item-top i {
        display: none; }
      .menu-cover .menu-left .menu-list .item-top.active i {
        display: block; }
    .menu-cover .menu-left .menu-list .down-box {
      background-color: #fff;
      padding: 10px 0;
      display: none; }
      .menu-cover .menu-left .menu-list .down-box .item {
        display: block;
        padding-left: 40px;
        font-size: 16px;
        color: #999;
        height: 40px;
        line-height: 40px; }
        .menu-cover .menu-left .menu-list .down-box .item:hover {
          color: #f96221; }

.case-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none; }
  .case-cover .case-banner {
    width: 100%;
    padding-top: 100px; }
    .case-cover .case-banner .case-container {
      width: 1000px;
      margin: 0 auto;
      position: relative;
      background-color: #fff;
      height: 720px;
      padding: 20px; }
      .case-cover .case-banner .case-container .case-swiper .swiper-slide .pic {
        width: 100%;
        height: 565px;
        overflow: hidden; }
        .case-cover .case-banner .case-container .case-swiper .swiper-slide .pic img {
          width: 100%; }
      .case-cover .case-banner .case-container .info-box {
        padding-top: 20px; }
        .case-cover .case-banner .case-container .info-box .title {
          font-size: 18px;
          line-height: 30px;
          font-weight: bold; }
        .case-cover .case-banner .case-container .info-box .desc {
          font-size: 14px;
          line-height: 28px;
          color: #5f5f5f;
          height: 75px;
          padding-bottom: 20px;
          overflow-y: auto;
          margin-top: 10px; }
.case-cover .case-banner .case-container .info-box .desc::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: #f3f4f5;
}
.case-cover .case-banner .case-container .info-box .desc::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.case-cover .case-banner .case-container .info-box .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#f96221;
}
      .case-cover .case-banner .case-container .case-prev, .case-cover .case-banner .case-container .case-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: calc(50% - 20px);
        cursor: pointer;
        outline: none; }
        .case-cover .case-banner .case-container .case-prev i, .case-cover .case-banner .case-container .case-next i {
          color: #fff;
          font-size: 18px; }
      .case-cover .case-banner .case-container .case-prev {
        left: -90px; }
      .case-cover .case-banner .case-container .case-next {
        right: -90px; }
      .case-cover .case-banner .case-container .close-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        bottom: -65px;
        left: calc(50% - 25px);
        cursor: pointer; }
        .case-cover .case-banner .case-container .close-btn i {
          color: #fff;
          font-size: 30px; }

.footer .footer-top {
  background-color: #e1e2e6;
  padding: 90px 0 80px; }
  .footer .footer-top .container {
    display: flex;
    justify-content: space-between; }
    .footer .footer-top .container .left .logo {
      display: block;
      height: 50px; }
      .footer .footer-top .container .left .logo img {
        height: 100%; }
    .footer .footer-top .container .left .line {
      margin-top: 20px; }
      .footer .footer-top .container .left .line p {
        font-size: 14px;
        line-height: 28px; }
    .footer .footer-top .container .left .code-box {
      width: 130px;
      color: #333;
      margin-top: 25px; }
      .footer .footer-top .container .left .code-box .code {
        width: 100%; }
        .footer .footer-top .container .left .code-box .code img {
          width: 100%; }
      .footer .footer-top .container .left .code-box p {
        font-size: 14px;
        margin-top: 10px;
        text-align: center; }
    .footer .footer-top .container .right {
      display: flex; }
      .footer .footer-top .container .right .item-box {
        width: 16.7%;
        margin-right: 10px; }
        .footer .footer-top .container .right .item-box .tt {
          font-size: 16px;
          color: #333; }
        .footer .footer-top .container .right .item-box .item-list {
          margin-top: 10px; }
          .footer .footer-top .container .right .item-box .item-list .item {
            font-size: 14px;
            line-height: 32px;
            display: block; }
        .footer .footer-top .container .right .item-box:last-of-type {
          margin-right: 0; }
.footer .footer-bottom {
  background-color: #d1d2d7;
  height: 40px; }
  .footer .footer-bottom .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer .footer-bottom a {
    color: #5f5f5f;
    margin-right: 10px;
    display: flex;
    align-items: center; }
    .footer .footer-bottom a img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .footer .footer-bottom .left {
    font-size: 14px;
    display: flex;
    align-items: center; }
  .footer .footer-bottom .right {
    display: flex;
    align-items: center; }
