.left {
  float: left; }

.right {
  float: right; }

body.no-scroll {
  overflow-y: hidden; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1520 {
  width: 92%;
  max-width: 1520px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1280 {
  width: 92%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1200 {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.fz72 {
  font-size: 72px;
  line-height: 72px; }
  @media (max-width: 1500px) {
    .fz72 {
      font-size: 56px;
      line-height: 56px; } }
  @media (max-width: 1366px) {
    .fz72 {
      font-size: 46px;
      line-height: 46px; } }
  @media (max-width: 1024px) {
    .fz72 {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 768px) {
    .fz72 {
      font-size: 30px;
      line-height: 30px; } }

.headerBox {
  width: 100%;
  height: 64px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; } }

.header {
  width: 100%;
  height: 64px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header .w1520 {
    position: static; }
  .header .logo {
    width: 164px;
    float: left;
    display: block;
    margin-top: 17px; }
  .header .lan {
    font-size: 18px;
    line-height: 64px;
    color: #fff;
    margin-left: 15px;
    float: right; }
    @media (max-width: 1024px) {
      .header .lan:hover {
        color: #242424; } }
  .header .navClick {
    width: 20px;
    height: 16px;
    float: right;
    display: block;
    margin-top: 24px;
    background-image: url("../img/nav.png");
    background-position: center;
    background-repeat: no-repeat; }
    .header .navClick.on {
      background-image: url("../img/navClose.png"); }
  .header .searchBox {
    width: 34px;
    height: 34px;
    margin-top: 15px;
    float: right;
    margin-right: 15px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: width 0.5s; }
    .header .searchBox .search {
      width: 34px;
      height: 34px;
      background-image: url("../img/search.png");
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      float: right; }
    .header .searchBox .text {
      width: 110px;
      height: 34px;
      font-size: 16px;
      line-height: 34px;
      color: #fff;
      float: left;
      padding-left: 10px;
      border: none;
      background: none;
      position: absolute;
      top: 0px;
      left: 0;
      opacity: 0;
      transition: opacity .5s .2s; }
    @media (min-width: 1024px) {
      .header .searchBox:hover {
        width: 152px;
        border: 1px solid #fff; }
        .header .searchBox:hover .text {
          opacity: 1; } }
  .header .nav {
    float: right;
    margin-right: 74px; }
    .header .nav ul li {
      float: left;
      margin-left: 14px; }
      .header .nav ul li .tits {
        font-size: 14px;
        line-height: 64px;
        color: #fff;
        padding: 0 20px;
        display: block; }
      .header .nav ul li dl {
        width: 140px;
        height: auto;
        background-color: #242424;
        top: 64px;
        left: 50%;
        margin-left: -70px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        display: none; }
        .header .nav ul li dl dd {
          width: 100%;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          transition: background .5s; }
          .header .nav ul li dl dd:last-child {
            border-bottom: none; }
          .header .nav ul li dl dd a {
            width: 100%;
            display: block;
            height: auto;
            font-size: 13px;
            line-height: 45px;
            color: #fff;
            transition: color .5s; }
          @media (min-width: 1024px) {
            .header .nav ul li dl dd:hover {
              background-color: #000; }
              .header .nav ul li dl dd:hover a {
                color: #fa4c06; } }
      .header .nav ul li .mnav {
        width: 100%;
        height: auto;
        background-color: #242424;
        position: absolute;
        top: 64px;
        left: 0;
        display: none;
        max-height: calc(100vh - 64px);
        overflow-y: auto; }
        .header .nav ul li .mnav .itemBox {
          padding-top: 25px;
          padding-bottom: 40px;
          float: right;
          position: relative;
          z-index: 10; }
          .header .nav ul li .mnav .itemBox .item {
            width: 290px;
            margin-right: 30px;
            float: left; }
            .header .nav ul li .mnav .itemBox .item .pic {
              width: 100%;
              height: auto; }
            .header .nav ul li .mnav .itemBox .item .tits {
              font-size: 16px;
              line-height: 20px;
              padding: 15px 0 10px;
              border-bottom: 1px solid #424242; }
              .header .nav ul li .mnav .itemBox .item .tits a {
                color: #fff; }
                .header .nav ul li .mnav .itemBox .item .tits a:hover {
                  color: #fa4c06; }
            .header .nav ul li .mnav .itemBox .item .tit {
              width: 100%;
              height: auto;
              padding-bottom: 20px; }
              .header .nav ul li .mnav .itemBox .item .tit a {
                width: 100%;
                height: auto;
                display: block;
                font-size: 14px;
                line-height: 18px;
                margin-top: 10px;
                color: #ddd; }
                .header .nav ul li .mnav .itemBox .item .tit a:hover {
                  color: #fa4c06; }
            .header .nav ul li .mnav .itemBox .item:nth-child(4n) {
              margin-right: 0 !important; }
            @media (max-width: 1360px) {
              .header .nav ul li .mnav .itemBox .item {
                width: 23.2%;
                margin-right: 2.4%; } }
      .header .nav ul li.pso {
        position: relative; }
      .header .nav ul li.pl dl {
        display: none !important; }
      .header .nav ul li.on .tits {
        color: #fa4c06; }
      .header .nav ul li.cur .tits {
        background-color: #242424; }
      .header .nav ul li.cur dl {
        display: block; }
      .header .nav ul li.cur .mnav {
        display: block; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits {
          background-color: #242424; } }
  .header .mnav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    left: 0;
    display: none;
    padding-top: 15px; }
    .header .mnav dl {
      width: 100%;
      margin-bottom: 10px; }
      .header .mnav dl dt {
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 36px;
        border-bottom: 1px solid #e5e5e5; }
        .header .mnav dl dt a {
          color: #999; }
      .header .mnav dl dd {
        width: auto;
        margin-right: 15px;
        display: inline-block;
        font-size: 14px;
        line-height: 30px; }
        .header .mnav dl dd a {
          color: #333; }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .logo {
        margin-top: 10px; }
      .header .searchBox {
        display: none; }
      .header .navClick {
        margin-top: 17px; }
      .header .nav {
        display: none !important; }
      .header .lan {
        font-size: 16px;
        line-height: 50px; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner ul li {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden; }
    .index-banner ul li a {
      width: 100%;
      height: auto;
      display: block; }
  .index-banner .a {
    width: 22px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0.5; }
    .index-banner .a.prev {
      background-image: url("../img/prev.png");
      left: 7.8%; }
    .index-banner .a.next {
      background-image: url("../img/next.png");
      right: 7.8%; }
  .index-banner .btns {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 145px;
    left: 0;
    z-index: 10; }
    .index-banner .btns span {
      width: 8px;
      height: 8px;
      background: none;
      border: 1px solid #fff;
      border-radius: 100%;
      display: inline-block;
      margin: 0 5px;
      cursor: pointer;
      opacity: 1; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #fff; }
  .index-banner .but {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
    z-index: 10; }
    .index-banner .but span {
      padding-top: 42px;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      background-image: url("../img/icon1.png");
      background-position: center top;
      background-repeat: no-repeat;
      cursor: pointer; }
  @media (min-width: 1024px) {
    .index-banner:hover .a {
      opacity: 1; } }
  @media (max-width: 1660px) {
    .index-banner .a.prev {
      left: 2%; }
    .index-banner .a.next {
      right: 2%; } }
  @media (max-width: 1200px) {
    .index-banner .but {
      bottom: 20px; }
    .index-banner .btns {
      bottom: 85px; } }
  @media (max-width: 768px) {
    .index-banner ul li a img {
      width: 130%;
      margin-left: -15%; }
    .index-banner .but {
      display: none; }
    .index-banner .btns {
      bottom: 15px; }
    .index-banner .a {
      width: 16px;
      height: 31px; } }

.index {
  width: 100%;
  height: auto; }
  .index .index-culture {
    width: 100%;
    height: auto;
    position: relative; }
    .index .index-culture ul {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .index .index-culture ul li {
        width: 33.3%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        float: left;
        position: relative;
        transition: background .5s; }
        .index .index-culture ul li .con {
          padding: 38.2% 50px 0;
          color: #fff; }
          .index .index-culture ul li .con .tits {
            font-size: 30px;
            line-height: 30px;
            font-weight: bold; }
          .index .index-culture ul li .con .tit {
            font-size: 14px;
            line-height: 22px;
            margin-top: 20px; }
        .index .index-culture ul li .logo {
          width: 164px;
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0; }
        @media (min-width: 1024px) {
          .index .index-culture ul li:hover {
            background-color: rgba(250, 76, 6, 0.9); }
            .index .index-culture ul li:hover .logo {
              opacity: 0.2; } }
  .index .index-about {
    padding-top: 5%;
    background-color: #eee; }
    .index .index-about .w1520 {
      padding-bottom: 4%; }
    .index .index-about .title {
      width: 100%;
      height: auto; }
      .index .index-about .title .tits {
        color: #dedede;
        font-weight: bold;
        float: left; }
      .index .index-about .title a {
        padding-right: 24px;
        font-size: 14px;
        line-height: 14px;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../img/icon2.png");
        display: inline-block;
        float: right;
        color: #fa4c06;
        margin-top: 50px; }
    .index .index-about .content {
      width: 100%;
      height: auto;
      margin-top: 4%; }
      .index .index-about .content .conLeft {
        width: 46%;
        height: auto;
        float: left; }
        .index .index-about .content .conLeft .logo {
          width: 164px;
          height: auto; }
        .index .index-about .content .conLeft .txt {
          width: 540px;
          max-width: 100%;
          font-size: 18px;
          line-height: 27px;
          color: #000033;
          margin-top: 44px; }
        .index .index-about .content .conLeft .videoBox {
          width: 100%;
          height: auto;
          position: relative;
          cursor: pointer;
          margin-top: 57px; }
          .index .index-about .content .conLeft .videoBox img {
            position: relative;
            z-index: 4;
            width: 100% !important;
            height: auto !important; }
          .index .index-about .content .conLeft .videoBox .icon {
            width: 104px;
            height: 104px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 4;
            margin: auto;
            background-image: url("../img/icon3.png");
            background-size: cover;
            background-position: center; }
          .index .index-about .content .conLeft .videoBox video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3; }
          .index .index-about .content .conLeft .videoBox.on video {
            z-index: 5; }
      .index .index-about .content .conRight {
        width: 48.7%;
        float: right;
        padding-top: 80px; }
        .index .index-about .content .conRight ul {
          width: 100%;
          height: auto; }
          .index .index-about .content .conRight ul li {
            width: calc(50% - 20px);
            height: auto;
            float: left;
            margin-bottom: 10%;
            padding-right: 20px; }
            .index .index-about .content .conRight ul li .icon {
              width: 100%;
              height: 50px;
              background-position: left center;
              background-repeat: no-repeat; }
            .index .index-about .content .conRight ul li .tits {
              width: 100%;
              height: auto;
              color: #fa4c06;
              font-weight: bold;
              margin-top: 14px; }
              .index .index-about .content .conRight ul li .tits span {
                float: left;
                font-size: 48px;
                line-height: 48px;
                display: block; }
              .index .index-about .content .conRight ul li .tits i {
                font-size: 14px;
                line-height: 14px;
                display: block;
                float: left;
                margin-top: 27px; }
            .index .index-about .content .conRight ul li .tit {
              font-size: 14px;
              line-height: 24px;
              color: #333;
              text-transform: uppercase;
              margin-top: 24px; }
  .index .index-box {
    width: 100%;
    height: auto;
    margin-top: 5%; }
    .index .index-box .title {
      color: #dedede;
      font-weight: bold; }
    .index .index-box .content {
      width: 100%;
      height: auto;
      margin-top: 35px; }
      .index .index-box .content .item {
        width: 33.3333333333%;
        height: 800px;
        float: left;
        background-color: #535353; }
        .index .index-box .content .item a {
          width: calc(100% - 100px);
          height: 100%;
          padding: 0 50px;
          display: block;
          position: relative; }
          .index .index-box .content .item a .con {
            width: 100%;
            height: auto;
            color: #fff;
            padding-top: 45px; }
            .index .index-box .content .item a .con .tits {
              font-size: 36px;
              line-height: 36px;
              font-weight: bold; }
            .index .index-box .content .item a .con .tit {
              width: 485px;
              max-width: 100%;
              font-size: 16px;
              line-height: 24px;
              margin-top: 38px; }
          .index .index-box .content .item a .num {
            font-size: 18px;
            line-height: 20px;
            color: #fff;
            border-bottom: 4px solid #fff;
            display: inline-block;
            position: absolute;
            left: 50px;
            bottom: 50px;
            padding-bottom: 3px; }
          .index .index-box .content .item a .more {
            position: absolute;
            bottom: 30px;
            right: -40px;
            display: inline-block;
            padding-right: 70px;
            font-size: 18px;
            line-height: 20px;
            color: #fff;
            transform: rotate(-90deg);
            transform-origin: 0% 0%;
            display: none; }
            .index .index-box .content .item a .more i {
              width: 13px;
              height: 19px;
              background-image: url("../img/icon8.png");
              background-repeat: no-repeat;
              background-position: right center;
              position: absolute;
              right: 5px;
              top: 1px;
              display: block;
              transform: rotate(90deg); }
            .index .index-box .content .item a .more:after {
              content: "";
              width: 0;
              height: 2px;
              background-color: #fff;
              position: absolute;
              bottom: -13px;
              left: 0;
              transition: width .5s; }
        .index .index-box .content .item.it1 {
          background-color: #f8f8f8; }
          .index .index-box .content .item.it1 .con {
            color: #333; }
          .index .index-box .content .item.it1 .num {
            color: #fa4c06;
            border-color: #fa4c06; }
          .index .index-box .content .item.it1 .more {
            color: #fa4c06; }
            .index .index-box .content .item.it1 .more i {
              background-image: url("../img/icon9.png"); }
            .index .index-box .content .item.it1 .more:after {
              background-color: #fa4c06;
              position: absolute; }
        .index .index-box .content .item.it2 {
          background-color: #fa4c06; }
        .index .index-box .content .item.it3 {
          background-color: #fff; }
        @media (min-width: 1024px) {
          .index .index-box .content .item:hover {
            background-color: #3a3a3a; }
            .index .index-box .content .item:hover a .more:after {
              width: 100%; }
            .index .index-box .content .item:hover.it1 {
              background-color: #bebdbd; }
            .index .index-box .content .item:hover.it2 {
              background-color: #f00; }
            .index .index-box .content .item:hover.it3 {
              background-color: #eee; } }
      .index .index-box .content .itemBox {
        width: 33.3333333333%;
        height: 800px;
        float: left; }
        .index .index-box .content .itemBox .item {
          width: 100%;
          height: 50%;
          float: none; }
  .index .index-global {
    width: 100%;
    height: auto;
    background-color: #1f1f1f;
    padding-top: 5%;
    padding-bottom: 5.5%; }
    .index .index-global .tits {
      color: #484848;
      font-weight: bold; }
    .index .index-global .pic {
      width: 100%;
      text-align: center;
      margin-top: 7%; }
      .index .index-global .pic img {
        max-width: 100%; }
  .index .index-box1 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .index .index-box1 .bg {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fa4c06; }
    .index .index-box1 .globalBox {
      width: 33.3333333333%;
      float: left;
      padding-bottom: 2000px;
      margin-bottom: -2000px;
      background-color: #1f1f1f; }
      .index .index-box1 .globalBox .con-new {
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding-top: 12%; }
        .index .index-box1 .globalBox .con-new .tits {
          color: #484848;
          font-weight: bold;
          font-size: 36px;
          line-height: 36px;
          text-transform: uppercase; }
        .index .index-box1 .globalBox .con-new .pic {
          width: 85%;
          text-align: center;
          margin: 7% auto 0; }
          .index .index-box1 .globalBox .con-new .pic img {
            max-width: 100%; }
    .index .index-box1 .conLeft {
      width: 33.3333333333%;
      height: auto;
      padding-bottom: 2000px;
      margin-bottom: -2000px; }
      .index .index-box1 .conLeft .con-new {
        width: 80%;
        margin: 0 auto;
        padding-top: 12%;
        padding-bottom: 20%; }
        .index .index-box1 .conLeft .con-new .tits {
          font-size: 36px;
          line-height: 36px;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase; }
          .index .index-box1 .conLeft .con-new .tits.t {
            color: #333; }
        .index .index-box1 .conLeft .con-new .tit {
          font-size: 16px;
          line-height: 22px;
          color: #fff;
          margin-top: 38px; }
          .index .index-box1 .conLeft .con-new .tit.t {
            color: #333; }
        .index .index-box1 .conLeft .con-new .searchBox {
          width: calc(100% - 4px);
          height: 56px;
          border: 2px solid #fff;
          margin-top: 77px; }
          .index .index-box1 .conLeft .con-new .searchBox .text {
            width: calc(100% - 80px);
            height: 56px;
            background: none;
            padding-left: 24px;
            font-size: 16px;
            line-height: 56px;
            color: #fff;
            border: none;
            float: left; }
            .index .index-box1 .conLeft .con-new .searchBox .text::-webkit-input-placeholder {
              color: rgba(255, 255, 255, 0.5); }
            .index .index-box1 .conLeft .con-new .searchBox .text:-moz-placeholder {
              color: rgba(255, 255, 255, 0.5); }
            .index .index-box1 .conLeft .con-new .searchBox .text::-moz-placeholder {
              color: rgba(255, 255, 255, 0.5); }
            .index .index-box1 .conLeft .con-new .searchBox .text:-ms-input-placeholder {
              color: rgba(255, 255, 255, 0.5); }
          .index .index-box1 .conLeft .con-new .searchBox .submit {
            width: 56px;
            height: 56px;
            float: right;
            background-image: url("../img/search.png");
            background-color: rgba(0, 0, 0, 0.1);
            background-position: center;
            background-repeat: no-repeat;
            border: none; }
        .index .index-box1 .conLeft .con-new .more {
          width: 196px;
          height: 56px;
          border: 2px solid #fa4c06;
          display: block;
          text-align: center;
          font-size: 18px;
          line-height: 56px;
          color: #fa4c06;
          margin-top: 77px;
          transition: background .5s,color .5s; }
          @media (min-width: 1024px) {
            .index .index-box1 .conLeft .con-new .more:hover {
              background-color: #fa4c06;
              color: #fff; } }
      .index .index-box1 .conLeft.left {
        background-color: #fa4c06; }
  .index .index-news {
    width: 100%;
    height: auto;
    margin-top: 5%;
    padding-bottom: 5%; }
    .index .index-news .title {
      color: #dedede;
      font-weight: bold; }
    .index .index-news .list {
      margin-top: 2.5%; }
      .index .index-news .list ul li {
        width: 31.3%;
        margin-right: 3%;
        float: left; }
        .index .index-news .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .index .index-news .list ul li a .pic {
            width: 100%;
            overflow: hidden; }
            .index .index-news .list ul li a .pic img {
              transition: transform 1.5s; }
          .index .index-news .list ul li a .con {
            min-height: 97px;
            position: relative;
            padding: 0 130px 0 0;
            margin-top: 6%; }
            .index .index-news .list ul li a .con .conL .tits {
              font-size: 20px;
              line-height: 20px;
              height: 20px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              color: #000; }
            .index .index-news .list ul li a .con .conL .tit {
              font-size: 16px;
              color: #999;
              line-height: 26px;
              margin-top: 17px;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              word-break: break-all;
              overflow: hidden; }
            .index .index-news .list ul li a .con .conR {
              position: absolute;
              top: 0;
              right: 0;
              border: 2px solid #333333;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              width: 97px;
              height: 97px;
              text-align: center;
              color: #000; }
              .index .index-news .list ul li a .con .conR h3 {
                font-size: 16px;
                line-height: 16px;
                padding: 25px 0 5px; }
              .index .index-news .list ul li a .con .conR p {
                font-size: 24px;
                line-height: 24px; }
          .index .index-news .list ul li a .more {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            margin-top: 3%; }
            .index .index-news .list ul li a .more span {
              padding-right: 38px;
              background-position: right center;
              display: inline-block;
              background-repeat: no-repeat;
              background-image: url("../img/icon11.png"); }
        @media (min-width: 1024px) {
          .index .index-news .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .index .index-news .list ul li:hover a .con .conL .tits {
            color: #fa4c06; }
          .index .index-news .list ul li:hover a .con .conR {
            background-color: #fa4c06;
            border: 2px solid #fa4c06;
            color: #fff; }
          .index .index-news .list ul li:hover a .more {
            color: #fa4c06; }
            .index .index-news .list ul li:hover a .more span {
              background-image: url("../img/support_icon5.png"); } }
      .index .index-news .list .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin-top: 30px; }
        .index .index-news .list .btns span {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          opacity: 1;
          background-color: #ccc;
          margin: 0 7px;
          display: inline-block;
          cursor: pointer; }
          .index .index-news .list .btns span.swiper-pagination-bullet-active {
            background-color: #313131; }
  @media (max-width: 1366px) {
    .index .index-culture ul li .con .tits {
      font-size: 24px;
      line-height: 24px; }
    .index .index-culture ul li .con {
      padding: 20% 30px 0; }
    .index .index-about .title a {
      margin-top: 27px; }
    .index .index-about .content .conRight ul li .tits span {
      font-size: 36px;
      line-height: 36px; }
    .index .index-about .content .conRight ul li .tits i {
      margin-top: 17px; }
    .index .index-about .content .conLeft .txt {
      font-size: 16px;
      line-height: 26px; }
    .index .index-box .content .item a .con .tits {
      font-size: 26px;
      line-height: 26px; }
    .index .index-box .content .item a .con .tit {
      margin-top: 10px; }
    .index .index-box .content .item a .more {
      padding-right: 40px; }
    .index .index-box .content .item a {
      width: calc(100% - 60px);
      padding: 0 30px; }
    .index .index-box .content .item a .num {
      left: 30px; }
    .index .index-box1 .conLeft .con-new .tits {
      font-size: 26px;
      line-height: 26px; }
    .index .index-box1 .globalBox .con-new .tits {
      font-size: 26px;
      line-height: 26px; }
    .index .index-box1 .globalBox .con-new .pic {
      width: 100%; } }
  @media (max-width: 1200px) {
    .index .index-news .list ul li a .con .conL .tits {
      font-size: 16px;
      line-height: 16px;
      height: 16px; }
    .index .index-news .list ul li a .con .conL .tit {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    .index .index-news .list ul li a .con {
      min-height: 75px;
      padding: 0 90px 0 0; }
    .index .index-news .list ul li a .con .conR {
      width: 75px;
      height: 75px; }
    .index .index-news .list ul li a .con .conR h3 {
      padding-top: 15px;
      font-size: 14px;
      line-height: 14px; }
    .index .index-news .list ul li a .con .conR p {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 1024px) {
    .index .index-culture ul li .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .index .index-culture ul li .con .tit {
      margin-top: 10px; }
    .index .index-about .content .conRight ul li .tit {
      margin-top: 8px; }
    .index .index-about .title a {
      margin-top: 18px; }
    .index .index-box .content .item {
      width: 50%;
      height: 400px; }
    .index .index-box .content .itemBox {
      width: 100%;
      height: auto; }
      .index .index-box .content .itemBox .item {
        width: 50%;
        float: left;
        height: 400px; }
    .index .index-box .content .item a .num {
      bottom: 20px; }
    .index .index-box .content .item a .more {
      bottom: 0;
      right: -50px; } }
  @media (max-width: 970px) {
    .index .index-box1 .conLeft .con-new .tit {
      margin-top: 10px; }
    .index .index-box1 .conLeft .con-new .searchBox {
      margin-top: 35px;
      width: calc(100% - 2px);
      height: 38px;
      border: 1px solid #fff; }
      .index .index-box1 .conLeft .con-new .searchBox .text {
        height: 38px;
        line-height: 38px;
        font-size: 14px; }
      .index .index-box1 .conLeft .con-new .searchBox .submit {
        width: 38px;
        height: 38px; }
    .index .index-box1 .conLeft .con-new .more {
      margin-top: 35px;
      width: 120px;
      height: 38px;
      border: 1px solid #fa4c06;
      line-height: 38px;
      font-size: 14px; } }
  @media (max-width: 900px) {
    .index .index-about .content .conLeft {
      width: 100%;
      float: none; }
    .index .index-about .content .conRight {
      width: 100%;
      padding-top: 20px;
      float: none; }
    .index .index-about .content .conLeft .txt {
      font-size: 14px;
      line-height: 22px;
      margin-top: 20px; }
    .index .index-about .content .conLeft .videoBox {
      margin-top: 20px; }
      .index .index-about .content .conLeft .videoBox .icon {
        width: 40px;
        height: 40px; } }
  @media (max-width: 830px) {
    .index .index-culture img {
      display: none; }
    .index .index-culture ul {
      position: relative;
      top: auto;
      left: 0; }
      .index .index-culture ul li {
        width: 50%;
        height: auto;
        min-height: 250px; }
        .index .index-culture ul li .con {
          padding: 10% 30px 0; }
    .index .index-news .list ul li {
      width: 300px; }
    .index .index-news .list ul li a .con {
      min-height: 65px;
      padding: 0 88px 0 0; }
    .index .index-news .list ul li a .con .conR {
      width: 65px;
      height: 65px; }
    .index .index-news .list ul li a .con .conR h3 {
      font-size: 12px;
      line-height: 12px;
      padding-top: 16px; }
    .index .index-news .list ul li a .con .conR p {
      font-size: 16px;
      line-height: 16px; }
    .index .index-news .list ul li a .con .conL .tit {
      margin-top: 5px; }
    .index .index-news .list ul li a .more {
      font-size: 14px;
      line-height: 14px; }
      .index .index-news .list ul li a .more span {
        padding-right: 30px;
        background-size: 14px; } }
  @media (max-width: 768px) {
    .index .index-about .title a {
      margin-top: 13px; }
    .index .index-about .content .conRight ul li .icon {
      height: 30px;
      background-size: auto 100%; }
    .index .index-about .content .conRight ul li .tit {
      font-size: 12px;
      line-height: 20px; }
    .index .index-about .content .conRight ul li .tits span {
      font-size: 24px;
      line-height: 24px; }
    .index .index-about .content .conRight ul li .tits i {
      font-size: 12px;
      line-height: 12px;
      margin-top: 10px; }
    .index .index-box .content {
      margin-top: 20px; }
    .index .index-box1 .globalBox {
      width: 100%;
      float: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .index .index-box1 .conLeft {
      width: 100%;
      float: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .index .index-box1 .globalBox .con-new {
      padding-top: 5%;
      padding-bottom: 6%; }
      .index .index-box1 .globalBox .con-new .tits {
        font-size: 20px;
        line-height: 20px; }
    .index .index-box1 .conLeft .con-new {
      padding-top: 5%;
      padding-bottom: 10%; }
      .index .index-box1 .conLeft .con-new .tits {
        font-size: 20px;
        line-height: 20px; } }
  @media (max-width: 640px) {
    .index .index-box .content .item {
      width: 100%;
      float: none;
      height: 300px; }
    .index .index-box .content .itemBox .item {
      width: 100%;
      float: none;
      height: 270px; }
    .index .index-box .content .item a .con .tit {
      font-size: 14px;
      line-height: 22px; }
    .index .index-box .content .item a .con {
      padding-top: 25px; }
    .index .index-box .content .item a .more {
      font-size: 14px;
      padding-right: 28px;
      right: -30px; }
    .index .index-box .content .item a {
      width: calc(100% - 40px);
      padding: 0 20px; } }
  @media (max-width: 560px) {
    .index .index-culture ul {
      padding: 5% 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .index .index-culture ul li {
      width: 100%;
      min-height: auto;
      background: none; }
      .index .index-culture ul li .con {
        padding: 5% 30px; } }

.hover {
  overflow: hidden; }
  .hover img {
    transition: transform 1.5s; }
  @media (min-width: 1024px) {
    .hover:hover img {
      transform: scale(1.1); } }

.footer {
  width: 100%;
  height: auto;
  background-color: #1b1b1b;
  padding-top: 50px; }
  .footer .conLeft {
    float: left; }
    .footer .conLeft .logo {
      width: 164px;
      height: auto;
      display: block; }
    .footer .conLeft p {
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      opacity: 0.5;
      margin-top: 85px; }
  .footer .conRight {
    width: 280px;
    height: auto;
    float: right; }
    .footer .conRight .t {
      width: 100%; }
      .footer .conRight .t span {
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        color: #fff;
        display: block; }
      .footer .conRight .t i {
        font-size: 14px;
        line-height: 14px;
        opacity: 0.5;
        display: block;
        color: #fff;
        margin-top: 28px; }
      .footer .conRight .t a {
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 28px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px; }
      .footer .conRight .t.t1 {
        margin-top: 63px; }
  .footer .conCenter {
    width: 32%;
    height: auto;
    float: right;
    margin-right: 2%; }
    .footer .conCenter:last-child {
      margin-right: 0; }
    .footer .conCenter .t {
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 15px; }
    .footer .conCenter .t1 {
      width: 100%;
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      opacity: 0.5;
      margin-bottom: 10px; }
  .footer .tt {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding: 20px 0;
    background-color: #fa4c06;
    margin-top: 20px; }
  @media (max-width: 1200px) {
    .footer .conLeft p {
      margin-top: 60px; }
    .footer .conRight .t.t1 {
      margin-top: 25px; }
    .footer .conRight .t i {
      margin-top: 10px; }
    .footer .conRight .t a {
      margin-top: 10px; }
    .footer .conCenter {
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .footer .conRight {
      width: 170px; } }
  @media (max-width: 980px) {
    .footer {
      padding: 0; }
      .footer .conLeft .logo {
        margin: 0 auto;
        display: none; }
      .footer .conLeft {
        width: 100%;
        float: none; }
      .footer .conLeft p {
        text-align: center;
        margin-top: 0; }
      .footer .conRight {
        width: 100%;
        float: none;
        margin-top: 20px; }
        .footer .conRight .t span {
          display: inline-block; }
        .footer .conRight .t i {
          display: inline-block;
          margin-left: 10px; }
        .footer .conRight .t a {
          margin-left: 10px; }
        .footer .conRight .t.t1 {
          margin-top: -5px; }
      .footer .conCenter {
        width: 100%;
        float: none;
        margin-top: 20px;
        display: none; }
      .footer .conCenter .t1 {
        margin-top: 10px; }
      .footer .conRight .t a {
        padding-bottom: 5px; }
      .footer .tt {
        margin-top: 0; } }

.home {
  width: 100%;
  height: auto;
  background-color: #242424;
  position: relative; }
  .home .home-new {
    cursor: pointer; }
    .home .home-new .tits {
      font-size: 16px;
      line-height: 64px;
      color: #fff; }
    .home .home-new .click {
      width: 20px;
      height: 20px;
      background-image: url("../img/down.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -10px;
      transition: transform .5s; }
  .home .homeNav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 10;
    background-color: #2d2d2d;
    display: none; }
    .home .homeNav .nav-new {
      padding: 30px 0; }
      .home .homeNav .nav-new .tits {
        font-size: 16px;
        line-height: 32px;
        border-bottom: 1px solid #fff;
        color: #fff;
        width: 320px;
        max-width: 100%; }
      .home .homeNav .nav-new .tit {
        width: 100%;
        height: auto;
        padding-top: 20px; }
        .home .homeNav .nav-new .tit a {
          font-size: 15px;
          line-height: 30px;
          color: #fff;
          width: 50%;
          float: left; }
          .home .homeNav .nav-new .tit a.on {
            color: #999; }
          .home .homeNav .nav-new .tit a:hover {
            color: #999; }
    .home .homeNav .pagg {
      font-size: 14px;
      line-height: 35px;
      color: #fff;
      padding: 13px 0;
      border-top: 1px solid #666; }
      .home .homeNav .pagg a {
        color: #fff;
        float: left; }
      .home .homeNav .pagg span {
        float: left;
        width: 8px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/home_icon.png");
        display: block;
        margin-left: 16px;
        margin-right: 10px; }
  .home.on .home-new .click {
    transform: rotateX(180deg); }
  @media (max-width: 768px) {
    .home .home-new .tits {
      line-height: 40px;
      font-size: 14px; }
    .home .homeNav .nav-new .tits {
      font-size: 14px;
      line-height: 26px; }
    .home .homeNav .pagg {
      font-size: 12px;
      line-height: 26px; }
    .home .homeNav .nav-new .tit a {
      font-size: 13px; }
    .home .homeNav {
      top: 40px; }
      .home .homeNav .nav-new {
        padding: 15px 0; }
    .home .homeNav .nav-new .tit {
      padding-top: 10px; }
    .home .homeNav .pagg {
      padding: 5px 0; } }

.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .banner .tits {
    text-align: center;
    font-size: 60px;
    line-height: 68px;
    color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 0; }
  @media (max-width: 1366px) {
    .banner .tits {
      font-size: 40px;
      line-height: 44px; }
    .banner .con .home {
      padding: 10px 0; } }
  @media (max-width: 1200px) {
    .banner .tits {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 768px) {
    .banner img {
      width: 150%;
      margin-left: -25%; }
    .banner .tits {
      font-size: 20px;
      line-height: 20px;
      top: 54%; }
    .banner .con .home {
      padding: 5px 0;
      line-height: 20px; }
      .banner .con .home span {
        height: 20px;
        margin-left: 5px;
        margin-right: 5px; } }

.support {
  width: 100%;
  height: auto; }
  .support .content {
    padding-top: 4%;
    padding-bottom: 3%; }
    .support .content .item {
      width: 49.3%;
      height: auto;
      float: left;
      margin-right: 1.4%;
      color: #333;
      text-align: center; }
      .support .content .item:last-child {
        margin-right: 0; }
      .support .content .item .icon {
        width: 130px;
        height: auto;
        margin: 0 auto; }
      .support .content .item .tits {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-top: 17px; }
      .support .content .item .tit {
        font-size: 16px;
        line-height: 26px;
        margin-top: 25px; }
  @media (max-width: 1366px) {
    .support .content .item .icon {
      width: 110px; }
    .support .content .item .tits {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1024px) {
    .support .content .item .tit {
      width: 90%;
      margin: 15px auto 0; }
      .support .content .item .tit br {
        display: none; } }
  @media (max-width: 768px) {
    .support .content .item {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
    .support .content .item .icon {
      width: 80px; }
    .support .content .item .tits {
      font-size: 16px;
      line-height: 16px; }
    .support .content .item .tit {
      width: 100%;
      font-size: 14px;
      line-height: 20px; } }

.bottom {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding-top: 5.2%;
  padding-bottom: 5%; }
  .bottom .tits {
    float: left;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold; }
  .bottom .tit {
    width: 390px;
    float: right; }
    .bottom .tit .icon {
      float: left;
      margin-right: 29px; }
      .bottom .tit .icon.ic1 {
        width: 63px;
        margin-top: 8px; }
      .bottom .tit .icon.ic2 {
        width: 56px;
        margin-top: 19px; }
    .bottom .tit .t {
      float: left; }
      .bottom .tit .t .tt1 {
        font-size: 36px;
        line-height: 36px;
        color: #000;
        font-weight: bold; }
      .bottom .tit .t .tt2 {
        font-size: 18px;
        line-height: 18px;
        color: #666;
        margin-top: 20px; }
        .bottom .tit .t .tt2 a {
          color: #666;
          display: inline-block;
          padding-right: 48px;
          background-image: url("../img/icon11.png");
          background-position: right center;
          background-repeat: no-repeat; }
          @media (min-width: 1024px) {
            .bottom .tit .t .tt2 a:hover {
              text-decoration: underline; } }
  @media (max-width: 1366px) {
    .bottom .tits {
      font-size: 28px;
      line-height: 28px; }
    .bottom .tit .t .tt1 {
      font-size: 28px;
      line-height: 28px; }
    .bottom .tit .icon.ic1 {
      width: 53px; }
    .bottom .tit .icon.ic2 {
      margin-top: 13px; } }
  @media (max-width: 1100px) {
    .bottom .tit {
      width: 280px; }
    .bottom .tits {
      font-size: 20px;
      line-height: 20px; }
    .bottom .tit .t .tt1 {
      font-size: 20px;
      line-height: 20px; }
    .bottom .tit .t .tt2 {
      font-size: 16px;
      margin-top: 10px; }
    .bottom .tit .t .tt2 a {
      padding-right: 30px; }
    .bottom .tit .icon {
      margin-right: 15px; }
    .bottom .tit .icon.ic1 {
      width: 35px;
      margin-top: 6px; }
    .bottom .tit .icon.ic2 {
      width: 30px; } }
  @media (max-width: 768px) {
    .bottom .tits {
      width: 100%;
      float: none; }
    .bottom .tit {
      width: 100%;
      float: none;
      margin-top: 20px; }
    .bottom .tit .t .tt1 {
      font-size: 16px;
      line-height: 16px; }
    .bottom .tit .t .tt2 {
      font-size: 14px;
      margin-top: 5px; }
    .bottom .tit .icon.ic2 {
      margin-top: 6px; }
    .bottom .tit .icon.ic1 {
      width: 30px; } }

.supportTitle {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  padding-top: 55px; }
  .supportTitle span {
    float: left;
    font-size: 36px;
    line-height: 50px;
    color: #323333;
    font-weight: bold; }
  .supportTitle .titleRight {
    float: right; }
    .supportTitle .titleRight .select {
      width: 260px;
      height: auto;
      float: left;
      position: relative;
      z-index: 10;
      cursor: pointer; }
      .supportTitle .titleRight .select .t {
        width: calc(100% - 2px);
        height: 48px;
        border: 1px solid #ccc;
        font-size: 16px;
        line-height: 48px;
        color: #333;
        position: relative; }
        .supportTitle .titleRight .select .t em {
          float: left;
          margin-left: 19px; }
        .supportTitle .titleRight .select .t i {
          width: 20px;
          height: 100%;
          position: absolute;
          right: 19px;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("../img/download_icon5.png"); }
      .supportTitle .titleRight .select ul {
        width: calc(100% - 2px);
        height: auto;
        border: 1px solid #ccc;
        top: 49px;
        left: 0;
        background-color: #fff;
        position: absolute;
        max-height: 180px;
        overflow-y: scroll;
        display: none; }
        .supportTitle .titleRight .select ul li {
          width: calc(100% - 19px);
          padding-left: 19px;
          font-size: 15px;
          line-height: 45px;
          color: #333; }
          @media (min-width: 1024px) {
            .supportTitle .titleRight .select ul li:hover {
              background-color: #eee;
              color: #fa4c06; } }
    .supportTitle .titleRight .search {
      width: 258px;
      height: 48px;
      float: left;
      margin-left: 20px;
      border: 1px solid #ccc; }
      .supportTitle .titleRight .search .text {
        width: 193px;
        padding-left: 19px;
        height: 48px;
        border: none;
        background: none;
        font-size: 16px;
        line-height: 48px;
        color: #333;
        float: left; }
      .supportTitle .titleRight .search .submit {
        width: 35px;
        height: 48px;
        float: left;
        background: none;
        background-image: url("../img/download_icon6.png");
        background-position: center;
        background-repeat: no-repeat;
        border: none; }
  @media (max-width: 1366px) {
    .supportTitle {
      padding-top: 40px; }
      .supportTitle span {
        font-size: 30px; } }
  @media (max-width: 1200px) {
    .supportTitle {
      padding-top: 30px; }
      .supportTitle span {
        font-size: 24px; } }
  @media (max-width: 768px) {
    .supportTitle {
      padding-top: 20px;
      border-bottom: none; }
      .supportTitle span {
        font-size: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
        line-height: 24px;
        display: block;
        width: 100%;
        float: none; }
      .supportTitle .titleRight {
        width: 100%;
        float: none;
        margin-top: 10px; }
      .supportTitle .titleRight .select {
        width: 100%;
        float: none; }
        .supportTitle .titleRight .select .t {
          font-size: 4px;
          line-height: 36px;
          height: 36px; }
          .supportTitle .titleRight .select .t i {
            width: 14px;
            background-size: 100% auto; }
        .supportTitle .titleRight .select ul {
          top: 37px; }
          .supportTitle .titleRight .select ul li {
            font-size: 13px;
            line-height: 33px; }
      .supportTitle .titleRight .search {
        float: none;
        width: calc(100% - 2px);
        height: 36px;
        margin-left: 0;
        margin-top: 10px; }
        .supportTitle .titleRight .search .text {
          font-size: 14px;
          line-height: 36px;
          height: 36px; }
        .supportTitle .titleRight .search .submit {
          float: right;
          margin-right: 10px;
          height: 36px; } }

.maintenance .content {
  padding-bottom: 32px; }
  .maintenance .content .list {
    width: 100%;
    height: auto;
    margin-top: 6.2%; }
    .maintenance .content .list .item {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #eee;
      padding-bottom: 25px;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer; }
      .maintenance .content .list .item .tits {
        width: 270px;
        height: auto;
        float: left;
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        color: #323333; }
      .maintenance .content .list .item .num {
        width: 36px;
        height: 36px;
        float: right;
        background-position: center;
        background-image: url("../img/jia.png");
        background-repeat: no-repeat; }
      .maintenance .content .list .item ul {
        width: calc(88% - 270px);
        float: left;
        display: none; }
        .maintenance .content .list .item ul li {
          font-size: 16px;
          line-height: 36px;
          color: #323333;
          margin-bottom: 10px; }
          .maintenance .content .list .item ul li .t {
            width: calc(100% - 25px);
            padding-left: 25px;
            background-image: url("../img/maintenance_icon.png");
            background-position: left 8px;
            background-repeat: no-repeat; }
          .maintenance .content .list .item ul li .t1 {
            font-size: 15px;
            line-height: 30px;
            color: #777;
            width: calc(100% - 25px);
            padding-left: 25px; }
      .maintenance .content .list .item:last-child {
        border-bottom: none; }
      .maintenance .content .list .item.on .num {
        background-image: url("../img/jia_h.png"); }
@media (max-width: 1024px) {
  .maintenance .content .list .item .tits {
    font-size: 18px;
    line-height: 30px;
    width: 200px; }
  .maintenance .content .list .item ul {
    width: calc(88% - 200px); } }
@media (max-width: 930px) {
  .maintenance .content .list .item .tits {
    width: 100%;
    float: none;
    line-height: 24px; }
  .maintenance .content .list .item ul {
    width: 100%;
    float: none;
    margin-top: 10px; }
  .maintenance .content .list .item ul li {
    font-size: 14px;
    line-height: 24px;
    background-position: left 4px; }
  .maintenance .content .list .item {
    padding-bottom: 15px;
    margin-bottom: 10px; }
  .maintenance .content .list .item .num {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 12px auto; }
  .maintenance .content .list .item ul li .t1 {
    font-size: 13px;
    line-height: 22px;
    background-position: left 3px; }
  .maintenance .content .list .item ul li .t {
    background-position: left 3px; } }

.download .content .list {
  width: 100%;
  height: auto;
  margin: 5% auto 4.5%; }
  .download .content .list ul li {
    width: calc(22.6% - 2px);
    height: auto;
    border: 1px solid #dadada;
    float: left;
    margin-right: 3.2%;
    cursor: pointer;
    margin-bottom: 30px; }
    .download .content .list ul li a {
      width: 100%;
      height: auto;
      display: block;
      padding-top: 97px;
      padding-bottom: 49px; }
      .download .content .list ul li a .icon {
        width: 100%;
        height: 100px;
        position: relative; }
        .download .content .list ul li a .icon img {
          position: absolute;
          max-width: 90%;
          max-height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
          .download .content .list ul li a .icon img.img1 {
            display: block; }
          .download .content .list ul li a .icon img.img2 {
            display: none; }
      .download .content .list ul li a .tits {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        color: #000;
        margin-top: 62px; }
      .download .content .list ul li a .down {
        width: 194px;
        height: 54px;
        border: 3px solid #d9d9d9;
        margin: 25px auto 0;
        text-align: center;
        font-size: 18px;
        line-height: 54px;
        color: #000; }
        .download .content .list ul li a .down span {
          display: inline-block;
          background-position: right center;
          background-repeat: no-repeat;
          transition: padding .5s; }
    .download .content .list ul li:nth-child(4n) {
      margin-right: 0; }
    @media (min-width: 1024px) {
      .download .content .list ul li:hover a .icon img.img1 {
        display: none; }
      .download .content .list ul li:hover a .icon img.img2 {
        display: block; }
      .download .content .list ul li:hover a .down {
        background-color: #e83e18;
        border: 3px solid #e83e18;
        color: #fff; }
        .download .content .list ul li:hover a .down span {
          padding-right: 55px;
          background-image: url("../img/download_icon4.png"); } }
@media (max-width: 1366px) {
  .download .content .list ul li a .down {
    width: 144px;
    height: 40px;
    line-height: 40px; }
  .download .content .list ul li a {
    padding-top: 54px; } }
@media (max-width: 1024px) {
  .download .content .list ul li {
    width: calc(32% - 2px);
    margin-right: 2%; }
    .download .content .list ul li:nth-child(4n) {
      margin-right: 2%; }
    .download .content .list ul li:nth-child(3n) {
      margin-right: 0; }
  .download .content .list ul li a .icon {
    height: 80px; }
  .download .content .list ul li a .tits {
    margin-top: 30px; }
  .download .content .list ul li a .down {
    font-size: 16px;
    border-width: 2px; } }
@media (max-width: 650px) {
  .download .content .list ul li {
    width: calc(48.5% - 2px);
    margin-right: 3%;
    margin-bottom: 15px; }
    .download .content .list ul li:nth-child(3n) {
      margin-right: 3%; }
    .download .content .list ul li:nth-child(2n) {
      margin-right: 0; }
  .download .content .list ul li a {
    padding-top: 25px;
    padding-bottom: 20px; }
    .download .content .list ul li a .icon {
      height: 60px; }
  .download .content .list ul li a .tits {
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px; }
  .download .content .list ul li a .down {
    width: 113px;
    height: 32px;
    border-width: 1px;
    font-size: 14px;
    line-height: 32px;
    margin: 15px auto 0; } }

.aboutBanner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .aboutBanner .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 26%;
    left: 0;
    text-align: center;
    color: #fff; }
    .aboutBanner .con .tits {
      font-size: 60px;
      line-height: 60px; }
    .aboutBanner .con .tit {
      width: 630px;
      max-width: 90%;
      margin: 30px auto 0;
      font-size: 24px;
      line-height: 36px; }
  .aboutBanner .nav {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0; }
    .aboutBanner .nav a {
      width: 200px;
      height: 60px;
      display: inline-block;
      text-align: center;
      font-size: 18px;
      line-height: 60px;
      color: #fff;
      opacity: 0.7;
      transition: all .5s;
      position: relative; }
      .aboutBanner .nav a:after {
        width: 1px;
        height: 40px;
        position: absolute;
        top: 10px;
        opacity: .2;
        right: 0;
        background-color: #fff;
        content: ''; }
      .aboutBanner .nav a.on {
        opacity: 1;
        background-color: #e83e17; }
        .aboutBanner .nav a.on:after {
          display: none; }
      .aboutBanner .nav a:last-child:after {
        display: none; }
      @media (min-width: 1024px) {
        .aboutBanner .nav a:hover {
          opacity: 1;
          background-color: #e83e17; }
          .aboutBanner .nav a:hover:after {
            display: none; } }
  @media (max-width: 1366px) {
    .aboutBanner .con .tits {
      font-size: 40px;
      line-height: 40px; }
    .aboutBanner .con .tit {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .aboutBanner .con .tits {
      font-size: 30px;
      line-height: 30px; }
    .aboutBanner .con .tit {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .aboutBanner .nav {
      height: 50px; }
      .aboutBanner .nav a {
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 16px; } }
  @media (max-width: 768px) {
    .aboutBanner .nav {
      height: 40px;
      display: none; }
      .aboutBanner .nav a {
        width: 33.3333333333%;
        height: 40px;
        line-height: 40px;
        font-size: 14px; }
    .aboutBanner img {
      width: 150%;
      margin-left: -25%; }
    .aboutBanner .con {
      top: 15%; }
    .aboutBanner .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .aboutBanner .con .tit {
      font-size: 14px;
      line-height: 24px;
      margin: 15px auto 0; } }

.about .box1 {
  padding-top: 5.4%;
  padding-bottom: 5.2%; }
  .about .box1 .itemBox {
    width: 100%;
    height: auto; }
    .about .box1 .itemBox ul li {
      width: 22.6%;
      height: auto;
      float: left;
      margin-right: 3.2%; }
      .about .box1 .itemBox ul li:last-child {
        margin-right: 0; }
      .about .box1 .itemBox ul li .icon {
        width: 100%;
        height: 50px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .about .box1 .itemBox ul li .tits {
        width: 100%;
        height: auto;
        color: #fa4c06;
        font-weight: bold;
        margin-top: 14px; }
        .about .box1 .itemBox ul li .tits span {
          float: left;
          font-size: 48px;
          line-height: 48px;
          display: block; }
        .about .box1 .itemBox ul li .tits i {
          font-size: 14px;
          line-height: 14px;
          display: block;
          float: left;
          margin-top: 27px; }
      .about .box1 .itemBox ul li .tit {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-transform: uppercase;
        margin-top: 24px; }
  .about .box1 .boxNew {
    width: 100%;
    height: auto;
    margin-top: 8%; }
    .about .box1 .boxNew .con {
      width: 35.9%;
      height: auto;
      float: left;
      margin-top: 50px; }
      .about .box1 .boxNew .con .tits {
        font-size: 28px;
        line-height: 36px;
        font-weight: bold;
        color: #333; }
      .about .box1 .boxNew .con .tit {
        font-size: 19px;
        line-height: 50px;
        color: #333;
        margin-top: 20px; }
    .about .box1 .boxNew .videoBox {
      width: 52.6%;
      height: auto;
      float: right; }
      .about .box1 .boxNew .videoBox img {
        max-width: 100%;
        height: auto !important; }
      .about .box1 .boxNew .videoBox .video {
        width: 100%;
        position: relative;
        cursor: pointer;
        overflow: hidden; }
        .about .box1 .boxNew .videoBox .video img {
          transition: transform 1.5s;
          position: relative;
          z-index: 4; }
        .about .box1 .boxNew .videoBox .video .icon {
          width: 104px;
          height: 104px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          background-size: cover;
          background-position: center;
          background-image: url("../img/icon3.png");
          z-index: 4; }
        .about .box1 .boxNew .videoBox .video video {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3; }
      .about .box1 .boxNew .videoBox.on video {
        z-index: 5; }
      @media (min-width: 1024px) {
        .about .box1 .boxNew .videoBox .video:hover img {
          transform: scale(1.1); } }
.about .box2 {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  padding-top: 5%; }
  .about .box2 .tits {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold; }
  .about .box2 .list {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 1px;
    margin-top: 50px; }
    .about .box2 .list ul {
      position: relative;
      z-index: 4;
      padding-top: 7%; }
      .about .box2 .list ul li {
        margin-bottom: 3%;
        position: relative; }
        .about .box2 .list ul li .con {
          width: 43%;
          height: auto;
          float: right; }
          .about .box2 .list ul li .con .pic {
            width: 100%;
            height: auto;
            margin-bottom: 20px; }
            .about .box2 .list ul li .con .pic img {
              max-width: 100%; }
          .about .box2 .list ul li .con .year {
            font-size: 36px;
            line-height: 36px;
            font-weight: bold;
            color: #333; }
          .about .box2 .list ul li .con .txt {
            font-size: 18px;
            line-height: 36px;
            color: #666;
            margin-top: 13px; }
        .about .box2 .list ul li .print {
          width: 15px;
          height: 15px;
          background-color: #fa4c06;
          position: absolute;
          top: 12px;
          left: 50%;
          margin-left: -7.5px; }
        .about .box2 .list ul li:nth-child(2n) .con {
          float: left;
          text-align: right; }
    .about .box2 .list .line {
      width: 1px;
      height: 100%;
      background-color: #e6e6e6;
      position: absolute;
      top: 0;
      left: 50%; }
@media (max-width: 1366px) {
  .about .box1 .itemBox ul li .tits span {
    font-size: 36px;
    line-height: 36px; }
  .about .box1 .itemBox ul li .tits i {
    margin-top: 18px; }
  .about .box1 .boxNew .con .tits {
    font-size: 30px;
    line-height: 30px; }
  .about .box1 .boxNew .videoBox .icon {
    width: 80px;
    height: 80px; }
  .about .box2 .tits {
    font-size: 30px;
    line-height: 30px; }
  .about .box2 .list ul li .con .year {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 1200px) {
  .about .box1 .boxNew .con {
    width: 45%;
    margin-top: 1px; }
    .about .box1 .boxNew .con .tit {
      font-size: 16px;
      line-height: 30px; }
  .about .box2 .list {
    margin-top: 30px; }
    .about .box2 .list ul {
      padding-top: 5%; }
  .about .box2 .list ul li {
    margin-bottom: 5%; }
  .about .box2 .list ul li .con .txt {
    font-size: 16px;
    line-height: 26px; }
  .about .box2 .list ul li .print {
    top: 8px; } }
@media (max-width: 900px) {
  .about .box1 .itemBox ul li {
    margin-right: 0;
    width: calc(50% - 20px);
    margin-bottom: 5%;
    padding-right: 20px; }
  .about .box1 .itemBox ul li .tit {
    margin-top: 8px; }
  .about .box1 .boxNew .con {
    width: 100%;
    float: none; }
  .about .box1 .boxNew .videoBox {
    width: 100%;
    float: none;
    margin-top: 20px; }
  .about .box2 .list ul li .con {
    width: 46%; } }
@media (max-width: 768px) {
  .about .box1 .itemBox ul li .icon {
    height: 30px; }
  .about .box1 .itemBox ul li .tits span {
    font-size: 24px;
    line-height: 24px; }
  .about .box1 .itemBox ul li .tits i {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px; }
  .about .box1 .itemBox ul li .tit {
    font-size: 12px;
    line-height: 20px; }
  .about .box1 .boxNew {
    margin-top: 5%; }
  .about .box1 .boxNew .con {
    margin-top: 0; }
    .about .box1 .boxNew .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .about .box1 .boxNew .con .tit {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; }
  .about .box1 .boxNew .videoBox .icon {
    width: 60px;
    height: 60px; }
  .about .box2 .tits {
    font-size: 20px;
    line-height: 20px; }
  .about .box2 .list ul li .con {
    width: calc(90% - 40px);
    margin-right: 10%;
    float: right !important;
    text-align: left !important; }
  .about .box2 .list ul li .con .year {
    font-size: 20px;
    line-height: 20px; }
  .about .box2 .list .line {
    left: 20px; }
  .about .box2 .list ul li .print {
    width: 10px;
    height: 10px;
    left: 15px;
    margin-left: 0;
    top: 5px; }
  .about .box2 .list ul li {
    margin-bottom: 25px; }
  .about .box2 .list ul li .con .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px; }
  .about .box2 .list {
    margin-top: 15px; }
  .about .box2 .list ul li .con .pic {
    margin-bottom: 10px; } }

.news {
  padding-top: 5.2%;
  padding-bottom: 3.8%; }
  .news .top {
    width: 100%;
    height: auto; }
    .news .top a {
      width: 100%;
      height: auto;
      display: block;
      padding-bottom: 30px; }
      .news .top a .pic {
        width: 100%;
        overflow: hidden;
        height: auto; }
        .news .top a .pic img {
          transition: transform 1.5s; }
      .news .top a .con {
        width: calc(100% - 60px);
        margin: 35px auto 0; }
        .news .top a .con .t1 {
          font-size: 12px;
          line-height: 14px;
          color: #999; }
        .news .top a .con .t2 {
          font-size: 18px;
          line-height: 20px;
          color: #333;
          margin-top: 16px; }
        .news .top a .con .t3 {
          font-size: 14px;
          line-height: 20px;
          color: #999;
          margin-top: 10px; }
    @media (min-width: 1024px) {
      .news .top:hover a .pic img {
        transform: scale(1.1); } }
  .news ul {
    margin-top: 35px; }
    .news ul li {
      width: 47.9%;
      height: auto;
      float: left;
      margin-right: 4.2%;
      margin-bottom: 30px; }
      .news ul li:nth-child(2n) {
        margin-right: 0; }
      .news ul li a {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 50px; }
        .news ul li a .pic {
          width: 100%;
          overflow: hidden;
          height: auto; }
          .news ul li a .pic img {
            transition: transform 1.5s; }
        .news ul li a .con {
          width: calc(100% - 60px);
          margin: 20px auto 0; }
          .news ul li a .con .t1 {
            font-size: 12px;
            line-height: 14px;
            color: #999; }
          .news ul li a .con .t2 {
            font-size: 18px;
            line-height: 20px;
            height: 20px;
            overflow: hidden;
            color: #333;
            margin-top: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .news ul li a .con .t3 {
            font-size: 14px;
            line-height: 20px;
            color: #999;
            margin-top: 8px; }
      @media (min-width: 1024px) {
        .news ul li:hover {
          box-shadow: 0 5px 10px rgba(73, 73, 73, 0.15); }
          .news ul li:hover a .pic img {
            transform: scale(1.1); } }
  .news .page {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    margin-top: 3%; }
    .news .page a {
      display: inline-block;
      font-size: 16px;
      color: #646464;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #A0A0A0;
      color: #fff;
      vertical-align: middle;
      margin: 0 2px; }
      @media (min-width: 1024px) {
        .news .page a:hover {
          background-color: #313131;
          color: #fff; } }
      .news .page a.active {
        background-color: #313131;
        color: #fff; }
  @media (max-width: 1200px) {
    .news .top a .con {
      width: calc(100% - 40px);
      margin: 25px auto 0; }
    .news ul li a {
      padding-bottom: 30px; }
      .news ul li a .con {
        width: calc(100% - 40px); }
    .news ul {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .news ul li {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
    .news .top a .con {
      margin: 10px auto 0; }
    .news .top a .con .t2 {
      font-size: 16px;
      margin-top: 10px; }
    .news .top a {
      padding-bottom: 15px; }
    .news .top a .con .t3 {
      margin-top: 5px; }
    .news ul li a .con {
      margin: 10px auto 0; }
    .news ul li a .con .t2 {
      font-size: 16px;
      line-height: 20px;
      height: auto;
      margin-top: 10px;
      -webkit-line-clamp: unset; }
    .news ul li a .con .t3 {
      margin-top: 5px; }
    .news ul {
      margin-top: 5px; }
    .news ul li {
      margin-bottom: 5px; }
    .news ul li a {
      padding-bottom: 15px; } }

.newsInfo {
  padding-top: 4%;
  padding-bottom: 4%; }
  .newsInfo .tits {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    color: #333; }
  .newsInfo .time {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #999;
    margin-top: 10px; }
  .newsInfo .content {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px; }
    .newsInfo .content img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .newsInfo .paging {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #ccc;
    margin-top: 50px; }
    .newsInfo .paging .left {
      width: calc(100% - 300px); }
      .newsInfo .paging .left p {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px; }
        .newsInfo .paging .left p a {
          font-size: 16px;
          line-height: 30px;
          color: #666; }
          @media (min-width: 1024px) {
            .newsInfo .paging .left p a:hover {
              color: #fa4c06; } }
    .newsInfo .paging .right {
      float: right; }
      .newsInfo .paging .right a {
        width: 198px;
        height: 48px;
        margin-top: 5px;
        border-radius: 24px;
        border: 1px solid #666;
        text-align: center;
        font-size: 16px;
        line-height: 48px;
        display: block;
        color: #666;
        transition: all .5s; }
        @media (min-width: 1024px) {
          .newsInfo .paging .right a:hover {
            background-color: #fa4c06;
            color: #fff;
            border: 1px solid #fa4c06; } }
  @media (max-width: 1024px) {
    .newsInfo .paging .left {
      width: calc(100% - 200px); }
    .newsInfo .paging .right a {
      width: 120px;
      height: 40px;
      line-height: 40px;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .newsInfo .tits {
      font-size: 18px;
      line-height: 24px; }
    .newsInfo .content {
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; }
    .newsInfo .paging {
      margin-top: 25px;
      padding-top: 10px; }
      .newsInfo .paging .left {
        width: 100%; }
        .newsInfo .paging .left p {
          height: 24px; }
          .newsInfo .paging .left p a {
            font-size: 14px;
            line-height: 24px; }
      .newsInfo .paging .right a {
        margin-top: 14px;
        height: 36px;
        line-height: 36px; } }

.contactBanner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .contactBanner .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 23%;
    left: 0;
    color: #fff; }
    .contactBanner .con .tits {
      font-weight: bold; }
    .contactBanner .con .tit {
      font-size: 60px;
      line-height: 60px;
      margin-top: 13px; }
    .contactBanner .con .tit1 {
      width: 680px;
      max-width: 90%;
      font-size: 18px;
      line-height: 26px;
      margin-top: 6.2%; }
    .contactBanner .con a {
      width: 194px;
      height: 54px;
      border: 3px solid #fff;
      text-align: center;
      display: block;
      font-size: 18px;
      line-height: 54px;
      color: #fff;
      margin-top: 7.8%; }
  @media (max-width: 1500px) {
    .contactBanner .con .tit {
      font-size: 46px;
      line-height: 46px; }
    .contactBanner .con .tit1 {
      margin-top: 30px; }
    .contactBanner .con a {
      margin-top: 40px; } }
  @media (max-width: 1366px) {
    .contactBanner .con .tit {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .contactBanner .con {
      top: 13%; }
    .contactBanner .con .tit1 {
      font-size: 16px;
      line-height: 24px;
      margin-top: 20px; }
    .contactBanner .con a {
      width: 140px;
      height: 38px;
      line-height: 38px;
      margin-top: 15px; }
    .contactBanner .con .tit {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .contactBanner img {
      width: 150%;
      margin-left: -25%; }
    .contactBanner .con .tit {
      font-size: 20px;
      line-height: 20px; }
    .contactBanner .con .tit1 {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      max-width: 100%;
      margin-top: 10px; }
    .contactBanner .con a {
      display: none; }
    .contactBanner .con .tits {
      font-size: 24px;
      line-height: 24px; } }

.contact {
  width: 100%; }
  .contact .content {
    padding-top: 5.2%;
    padding-bottom: 5.2%; }
    .contact .content .con {
      width: 33.4%;
      height: auto;
      float: left; }
      .contact .content .con .tits {
        font-weight: bold;
        color: #f0f0f0;
        line-height: 56px; }
      .contact .content .con .tit {
        font-size: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #333;
        margin-top: 14%; }
      .contact .content .con .tableBox {
        width: 100%;
        height: auto;
        margin-top: 14%; }
        .contact .content .con .tableBox .text {
          width: calc(100% - 20px);
          padding-left: 20px;
          height: 50px;
          background-color: #eee;
          font-size: 18px;
          line-height: 50px;
          border: none;
          color: #ccc; }
          .contact .content .con .tableBox .text::-webkit-input-placeholder {
            color: #ccc; }
          .contact .content .con .tableBox .text:-moz-placeholder {
            color: #ccc; }
          .contact .content .con .tableBox .text::-moz-placeholder {
            color: #ccc; }
          .contact .content .con .tableBox .text:-ms-input-placeholder {
            color: #ccc; }
        .contact .content .con .tableBox .txt {
          width: calc(100% - 40px);
          height: 112px;
          padding: 12px 20px;
          background-color: #eee;
          border: none;
          font-size: 18px;
          line-height: 26px;
          color: #ccc;
          margin-top: 20px; }
          .contact .content .con .tableBox .txt::-webkit-input-placeholder {
            color: #ccc; }
          .contact .content .con .tableBox .txt:-moz-placeholder {
            color: #ccc; }
          .contact .content .con .tableBox .txt::-moz-placeholder {
            color: #ccc; }
          .contact .content .con .tableBox .txt:-ms-input-placeholder {
            color: #ccc; }
        .contact .content .con .tableBox .submit {
          width: 160px;
          height: 50px;
          text-align: center;
          font-size: 18px;
          line-height: 50px;
          color: #fa4c06;
          border: none;
          margin-top: 35px;
          display: block;
          box-sizing: border-box;
          border: 1px solid #fa4c06;
          transition: color .5s;
          position: relative;
          cursor: pointer; }
          .contact .content .con .tableBox .submit span {
            display: inline-block;
            position: relative;
            z-index: 5; }
          .contact .content .con .tableBox .submit:after {
            content: "";
            width: 0%;
            height: 100%;
            background-color: #fa4c06;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 4;
            transition: width .5s; }
          @media (min-width: 1024px) {
            .contact .content .con .tableBox .submit:hover {
              color: #fff; }
              .contact .content .con .tableBox .submit:hover:after {
                width: 100%; } }
    .contact .content .pic {
      width: 55.9%;
      height: auto;
      float: right; }
  @media (max-width: 1366px) {
    .contact .content .con .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 7%; }
    .contact .content .con .tits {
      line-height: 40px; } }
  @media (max-width: 1200px) {
    .contact .content .con {
      width: 42%; } }
  @media (max-width: 1024px) {
    .contact .content .con .tits {
      line-height: 28px; } }
  @media (max-width: 930px) {
    .contact .content .con {
      width: 100%;
      float: none;
      margin-top: 20px; }
    .contact .content .pic {
      width: 100%;
      float: none; }
    .contact .content .con .tit {
      margin-top: 10px;
      font-size: 20px;
      line-height: 20px; }
    .contact .content .con .tableBox {
      margin-top: 10px; }
      .contact .content .con .tableBox .text {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        width: calc(100% - 15);
        padding-left: 15px; }
      .contact .content .con .tableBox .txt {
        width: calc(100% - 30px);
        padding: 10px 15px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px; }
      .contact .content .con .tableBox .submit {
        margin-top: 10px;
        font-size: 14px;
        line-height: 40px;
        height: 40px; }
    .contact .content .con .tits {
      font-size: 24px;
      line-height: 20px; } }

.product {
  padding-bottom: 4%; }
  .product .list {
    width: 100%;
    height: auto;
    margin-top: 3%; }
    .product .list ul li {
      width: 23.5%;
      margin: 2% 2% 0 0;
      float: left;
      padding: 30px 0 25px;
      text-align: center; }
      .product .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .product .list ul li a .tits {
          font-size: 18px;
          line-height: 26px;
          height: 26px;
          color: #000;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .product .list ul li a .pic {
          margin: 10px auto 0;
          max-width: 180px;
          overflow: hidden; }
          .product .list ul li a .pic img {
            transition: transform 1.5s; }
        .product .list ul li a .more {
          font-size: 14px;
          margin-top: 10px;
          color: #999999; }
      .product .list ul li:nth-child(4n) {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .product .list ul li:hover {
          box-shadow: 0 0 32px #ccc; }
          .product .list ul li:hover a .tits {
            color: #fa4c06; }
          .product .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .product .list ul li:hover a .more {
            color: #fa4c06; } }
    .product .list .page {
      width: 100%;
      height: auto;
      text-align: center;
      font-size: 0;
      margin-top: 3%; }
      .product .list .page a, .product .list .page span {
        display: inline-block;
        font-size: 16px;
        color: #646464;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #A0A0A0;
        color: #fff;
        vertical-align: middle;
        margin: 0 2px; }
        @media (min-width: 1024px) {
          .product .list .page a:hover, .product .list .page span:hover {
            background-color: #313131;
            color: #fff; } }
        .product .list .page a.pageA, .product .list .page span.pageA {
          background-color: #313131;
          color: #fff; }
  @media (max-width: 1100px) {
    .product .list ul li {
      width: 32%;
      margin-right: 2%; }
      .product .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .product .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .product .list ul li {
      width: 49%;
      margin-right: 2%; }
      .product .list ul li:nth-child(3n) {
        margin-right: 2%; }
      .product .list ul li:nth-child(2n) {
        margin-right: 0; } }

.productInfo {
  width: 100%;
  height: auto; }
  .productInfo .box1 {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding-top: 32px;
    padding-bottom: 12%; }
    .productInfo .box1 .topNav {
      text-align: center;
      font-size: 0;
      border-bottom: 1px solid #e6e6e6; }
      .productInfo .box1 .topNav a {
        font-size: 18px;
        line-height: 50px;
        color: #ccc;
        font-weight: bold;
        margin: 0 52px;
        position: relative;
        display: inline-block;
        text-transform: uppercase; }
        .productInfo .box1 .topNav a:after {
          width: 0;
          height: 2px;
          background-color: #fa4c06;
          position: absolute;
          bottom: -1px;
          left: 50%;
          content: '';
          transition: width 0.5s,left 0.5s; }
        .productInfo .box1 .topNav a.on {
          color: #fa4c06; }
          .productInfo .box1 .topNav a.on:after {
            width: 100%;
            left: 0; }
        @media (min-width: 1024px) {
          .productInfo .box1 .topNav a:hover {
            color: #fa4c06; }
            .productInfo .box1 .topNav a:hover:after {
              width: 100%;
              left: 0; } }
    .productInfo .box1 .content {
      margin: 80px auto 0; }
      .productInfo .box1 .content .picBox {
        width: 57.5%;
        float: left;
        height: auto; }
        .productInfo .box1 .content .picBox .smallPic {
          width: 18.8%;
          height: auto;
          float: left; }
          .productInfo .box1 .content .picBox .smallPic .item {
            width: 100%;
            height: 130px;
            box-sizing: border-box;
            border: 1px solid #e6e6e6;
            position: relative;
            cursor: pointer;
            margin-bottom: 10px; }
            .productInfo .box1 .content .picBox .smallPic .item img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              max-width: 85%;
              max-height: 85%; }
            .productInfo .box1 .content .picBox .smallPic .item.on {
              border: 2px solid #fa4c06; }
        .productInfo .box1 .content .picBox .bigPic {
          width: 79.7%;
          height: 550px;
          border: 1px solid #e6e6e6;
          float: right;
          position: relative;
          box-sizing: border-box; }
          .productInfo .box1 .content .picBox .bigPic img {
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
          .productInfo .box1 .content .picBox .bigPic .icon {
            width: 45px;
            height: 45px;
            position: absolute;
            bottom: 30px;
            right: 30px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../img/video.png");
            cursor: pointer; }
          .productInfo .box1 .content .picBox .bigPic .video {
            width: 100%;
            height: 100%;
            background-color: #000;
            top: 0;
            left: 0;
            display: none;
            overflow: hidden;
            position: absolute;
            z-index: 10; }
            .productInfo .box1 .content .picBox .bigPic .video video {
              width: 100%;
              height: auto;
              top: 50%;
              position: relative;
              transform: translateY(-50%); }
            .productInfo .box1 .content .picBox .bigPic .video .closeClick {
              width: 45px;
              height: 45px;
              position: absolute;
              top: 0;
              right: 0;
              background-color: #fff;
              background-image: url("../img/close.png");
              background-position: center;
              background-repeat: no-repeat; }
      .productInfo .box1 .content .con {
        width: 35.8%;
        float: right;
        height: auto;
        padding-top: 30px; }
        .productInfo .box1 .content .con .t {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #fa4c06;
          text-transform: uppercase; }
        .productInfo .box1 .content .con .t1 {
          font-size: 36px;
          line-height: 38px;
          color: #333;
          font-weight: bold;
          text-transform: uppercase;
          margin-top: 11px; }
        .productInfo .box1 .content .con .t2 {
          font-size: 14px;
          line-height: 24px;
          color: #000;
          margin-top: 20px; }
          .productInfo .box1 .content .con .t2 p {
            width: calc(100% - 15px);
            padding-left: 15px;
            position: relative; }
            .productInfo .box1 .content .con .t2 p:after {
              content: '';
              width: 5px;
              height: 5px;
              position: absolute;
              left: 0;
              top: 9px;
              background-color: #fa4c06; }
        .productInfo .box1 .content .con .t3 {
          width: 290px;
          height: auto;
          margin-top: 46px; }
          .productInfo .box1 .content .con .t3 .tt {
            width: 58px;
            height: 58px;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
            border: 1px solid #e5e5e5;
            position: relative; }
            .productInfo .box1 .content .con .t3 .tt img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 100%;
              max-height: 100%; }
  .productInfo .box2 {
    padding-top: 45px;
    padding-bottom: 30px; }
    .productInfo .box2 .title .t {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      color: #fa4c06; }
    .productInfo .box2 .title .t1 {
      color: #f0f0f0;
      font-weight: bold;
      margin-top: 20px; }
    .productInfo .box2 .tableBox {
      width: 100%;
      height: auto;
      margin-top: 38px; }
      .productInfo .box2 .tableBox img {
        max-width: 100%;
        margin: 0 auto;
        display: block; }
      .productInfo .box2 .tableBox table {
        width: 100%;
        text-align: center;
        margin-bottom: 50px; }
        .productInfo .box2 .tableBox table tr {
          background-color: #f2f2f2;
          border-bottom: 2px solid #fff; }
          .productInfo .box2 .tableBox table tr td {
            width: 25%;
            height: 50px;
            font-size: 14px;
            line-height: 18px;
            color: #333; }
            .productInfo .box2 .tableBox table tr td p {
              padding-left: 20px;
              text-align: left; }
            .productInfo .box2 .tableBox table tr td.bg1 {
              background-color: #fff; }
            .productInfo .box2 .tableBox table tr td.bg2 {
              background-color: #e6e4e3; }
            .productInfo .box2 .tableBox table tr td span {
              width: 10px;
              height: 2px;
              display: inline-block;
              background-color: #666; }
            .productInfo .box2 .tableBox table tr td em {
              width: 10px;
              height: 10px;
              border-radius: 10px;
              background-color: #dd653c;
              display: inline-block; }
        .productInfo .box2 .tableBox table.table1 tr {
          background-color: #faece1; }
          .productInfo .box2 .tableBox table.table1 tr td.bg2 {
            background-color: #f7dcca; }
        .productInfo .box2 .tableBox table.table2 tr {
          background-color: #f2ccb4; }
          .productInfo .box2 .tableBox table.table2 tr td.bg2 {
            background-color: #efbc9f; }
  .productInfo .box3 {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    padding-top: 5%;
    padding-bottom: 5%; }
    .productInfo .box3 .title {
      width: 100%;
      height: auto; }
      .productInfo .box3 .title .tits {
        float: left; }
        .productInfo .box3 .title .tits .t {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #fa4c06;
          display: none; }
        .productInfo .box3 .title .tits .t1 {
          font-weight: bold;
          color: #e4e4e4;
          margin-top: 0 !important; }
      .productInfo .box3 .title a {
        padding-right: 50px;
        font-size: 18px;
        line-height: 28px;
        display: block;
        float: right;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../img/icon11.png");
        color: #000; }
        @media (min-width: 1024px) {
          .productInfo .box3 .title a:hover {
            color: #fa4c06;
            background-image: url("../img/support_icon5.png"); } }
    .productInfo .box3 .list {
      width: 100%;
      height: auto;
      margin-top: 28px; }
      .productInfo .box3 .list ul li {
        width: 23.75%;
        float: left;
        margin-right: 1.25%; }
        .productInfo .box3 .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .productInfo .box3 .list ul li a .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .productInfo .box3 .list ul li a .pic img {
              transition: transform 1.5s; }
          .productInfo .box3 .list ul li a p {
            font-size: 18px;
            font-weight: bold;
            line-height: 20px;
            color: #4c4c4c;
            margin-top: 17px;
            text-align: center; }
        .productInfo .box3 .list ul li:nth-child(4n) {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .productInfo .box3 .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .productInfo .box3 .list ul li:hover a p {
            color: #fa4c06; } }
  @media (max-width: 1366px) {
    .productInfo .box1 .content .con .t1 {
      font-size: 26px;
      line-height: 26px; }
    .productInfo .box1 .content .picBox .bigPic {
      height: 500px; }
    .productInfo .box1 .content .picBox .smallPic .item {
      height: 117px; }
    .productInfo .box2 {
      padding-top: 30px;
      padding-bottom: 25px; } }
  @media (max-width: 1200px) {
    .productInfo .box1 {
      padding-top: 15px; }
    .productInfo .box2 .tableBox {
      margin-top: 20px; } }
  @media (max-width: 940px) {
    .productInfo .box1 .topNav a {
      margin: 0 25px;
      font-size: 15px;
      line-height: 45px; }
    .productInfo .box1 .content .con .t1 {
      font-size: 22px;
      line-height: 22px; }
    .productInfo .box1 .content .picBox {
      width: 100%;
      float: none; }
      .productInfo .box1 .content .picBox .bigPic {
        width: 100%;
        height: 280px;
        float: none; }
      .productInfo .box1 .content .picBox .smallPic {
        width: 100%;
        height: auto;
        margin-top: 10px; }
        .productInfo .box1 .content .picBox .smallPic .item {
          width: 24%;
          margin-right: 1.3%;
          height: 80px;
          margin-bottom: 0;
          float: left; }
          .productInfo .box1 .content .picBox .smallPic .item:nth-child(4n) {
            margin-right: 0; }
    .productInfo .box1 .content .con {
      width: 100%;
      float: none;
      padding-top: 20px; }
    .productInfo .box1 .content {
      margin: 0 auto 0; }
    .productInfo .box1 .topNav {
      display: none; }
    .productInfo .box1 .content .con .t {
      font-size: 14px;
      line-height: 14px; }
    .productInfo .box1 .content .con .t1 {
      font-size: 18px;
      line-height: 18px; }
    .productInfo .box1 .content .con .t2 {
      margin-top: 15px; }
    .productInfo .box1 .content .con .t3 {
      margin-top: 20px; }
    .productInfo .box2 .title .t1 {
      font-size: 24px;
      line-height: 24px;
      margin-top: 10px; }
    .productInfo .box2 .tableBox table {
      margin-bottom: 20px; }
    .productInfo .box2 .tableBox table tr td {
      height: 65px; } }
  @media (max-width: 768px) {
    .productInfo .box3 .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
    .productInfo .box3 .list ul li:nth-child(2n) {
      margin-right: 0; }
    .productInfo .box3 .title .tits .t1 {
      font-size: 20px;
      line-height: 20px;
      margin-top: 10px; }
    .productInfo .box3 .title a {
      font-size: 14px;
      padding-right: 30px; }
    .productInfo .box3 .list ul li a p {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
    .productInfo .box3 .list {
      margin-top: 20px; } }

.ylAllMc {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none; }
  .ylAllMc .sevDCon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    max-width: 464px;
    padding: 90px 22px 50px 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .ylAllMc .sevDCon .close {
      width: 42px;
      height: 42px;
      background: #EEEEEE;
      text-align: center;
      line-height: 42px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 16px;
      right: 16px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/close.png");
      cursor: pointer; }
    .ylAllMc .sevDCon .sevDCon01 {
      width: 100%;
      max-width: 327px;
      margin: 0 auto;
      height: 56px;
      background: #EDEDED;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      padding: 0 0 0 32px; }
      .ylAllMc .sevDCon .sevDCon01 img {
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -9px; }
      .ylAllMc .sevDCon .sevDCon01 input {
        display: block;
        width: 100%;
        height: 56px;
        background: none;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 14px; }
    .ylAllMc .sevDCon .sevDCon02 {
      width: 159px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #FF4E00;
      color: #fff;
      margin: 20px auto 0;
      font-size: 14px;
      cursor: pointer; }
    .ylAllMc .sevDCon .sevDCon03 {
      font-size: 16px;
      color: #656565;
      text-align: center;
      border-top: 1px solid #E2E2E2;
      margin-top: 10%;
      padding-top: 8%; }
    .ylAllMc .sevDCon .sevDCon04 {
      font-size: 14px;
      color: #656565;
      margin-top: 8%;
      text-align: center; }
    .ylAllMc .sevDCon .sevDCon05 {
      font-size: 20px;
      margin-top: 5px;
      text-align: center; }
      .ylAllMc .sevDCon .sevDCon05 a {
        color: #000; }

/*# sourceMappingURL=style.css.map */
