* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #000; }

a {
  text-decoration: none; }

ul {
  width: 100%; }
  ul li {
    float: left;
    list-style: none; }
    ul li a {
      display: block; }
  ul::after {
    clear: both;
    display: table;
    content: " "; }

.container {
  width: 1270px;
  margin: 0 auto; }
  .container::after {
    clear: both;
    display: table;
    content: " "; }

.cl::after {
  clear: both;
  display: table;
  content: " "; }

.fl {
  float: left; }

.fr {
  float: right; }

.ov {
  overflow: hidden; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.arrowl, .arrowr {
  width: 16px;
  height: 26px;
  display: block;
  cursor: pointer; }

.arrowl {
  background: url(../images/arrowl.png) center center no-repeat; }

.arrowr {
  background: url(../images/arrowr.png) center center no-repeat; }

.more {
  line-height: 41px;
  border-radius: 20px;
  width: 144px;
  text-align: center;
  background: #00b0fa;
  color: #fff;
  display: block;
  margin-top: 65px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00b0fa; }
  .more:hover {
    background: none;
    color: #00b0fa; }

.header {
  width: 100%;
  padding: 35px 0 154px 0;
  background: #000; }
  .header .logo {
    display: inline-block; }
  .header .menu {
    display: inline-block; }
    .header .menu .topul .topli {
      position: relative; }
      .header .menu .topul .topli .topa {
        font-size: 16px;
        line-height: 85px;
        color: #fff;
        margin: 0 24px;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative; }
        .header .menu .topul .topli .topa::after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #fff;
          position: absolute;
          top: 60px;
          left: 0;
          -webkit-transition: width .3s;
          transition: width .3s; }
      .header .menu .topul .topli ul {
        width: 250px;
        position: absolute;
        top: calc(100% - 12px);
        left: 50%;
        text-align: center;
        background: rgba(0, 0, 0, 0.85);
        margin-left: -125px;
        z-index: 9;
        padding: 15px 0;
        display: none; }
        .header .menu .topul .topli ul li {
          width: 100%;
          float: left;
          overflow: hidden;
          padding: 0 24px;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .header .menu .topul .topli ul li a {
            color: #fff;
            border-bottom: 1px solid #393939;
            position: relative;
            padding: 10px 15px; }
            .header .menu .topul .topli ul li a::after {
              content: '';
              display: block;
              width: 0;
              height: 1px;
              background: #00b0fa;
              position: absolute;
              bottom: -1px;
              left: 0;
              -webkit-transition: width .3s;
              transition: width .3s; }
            .header .menu .topul .topli ul li a:hover {
              color: #00b0fa; }
              .header .menu .topul .topli ul li a:hover::after {
                width: 100%; }
          .header .menu .topul .topli ul li ul {
            display: none !important; }
      .header .menu .topul .topli .topactive::after {
        width: 100%; }
      .header .menu .topul .topli:hover .topa::after {
        width: 100%; }
    .header .menu .topul .select {
      border-radius: 3px;
      height: 36px;
      position: relative;
      margin: 27px 0 0 34px; }
      .header .menu .topul .select a {
        color: #00b0fa;
        line-height: 1;
        line-height: 36px;
        text-align: center;
        background: #fff;
        width: 87px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .header .menu .topul .select a:nth-child(1) {
          background: #fff;
          z-index: 9;
          position: relative;
          border-radius: 3px; }
  .header h1 {
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 35px;
    margin-top: 115px; }
  .header .position {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 45px; }
    .header .position a {
      color: #fff;
      font-size: 14px;
      line-height: 45px; }

.indexbanner {
  padding-bottom: 748px;
  position: relative; }
  .indexbanner .container {
    position: relative;
    z-index: 10; }
  .indexbanner .bt {
    position: absolute;
    bottom: 203px;
    width: 25px;
    height: 15px;
    left: 50%;
    cursor: pointer;
    background: url(../images/bottom.png) center center no-repeat;
    margin-left: -12.5px;
    z-index: 10; }
  .indexbanner .prolist {
    position: absolute;
    cursor: pointer;
    background: #01a7f3;
    z-index: 10;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .indexbanner .prolist:hover {
      background: #fff;
      color: #01a7f3; }
  .indexbanner .bannerdiv {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 868px; }
    .indexbanner .bannerdiv .bannerul {
      position: absolute;
      top: 0;
      width: 100%;
      overflow: hidden;
      height: 100%; }
      .indexbanner .bannerdiv .bannerul li {
        width: 100%;
        height: 868px; }
      .indexbanner .bannerdiv .bannerul .bn1 {
        font-family: 'Microsoft YaHei Light'; }
        .indexbanner .bannerdiv .bannerul .bn1 h1 {
          font-size: 65px;
          font-weight: 100;
          line-height: 65px;
          margin-top: 195px;
          margin-bottom: 15px; }
        .indexbanner .bannerdiv .bannerul .bn1 p {
          font-size: 22px;
          line-height: 50px;
          text-align: center;
          color: #fff; }
        .indexbanner .bannerdiv .bannerul .bn1 .prolist {
          top: 360px;
          line-height: 42px;
          left: 50%;
          margin-left: -71px;
          padding: 0 34px; }
      .indexbanner .bannerdiv .bannerul .bn2 {
        text-transform: uppercase;
        font-family: 'Arial';
        text-align: center; }
        .indexbanner .bannerdiv .bannerul .bn2 h1 {
          margin-top: 160px;
          font-size: 45px;
          line-height: 60px; }
        .indexbanner .bannerdiv .bannerul .bn2 .prolist {
          top: 375px;
          line-height: 42px;
          left: 50%;
          margin-left: -97.5px;
          padding: 0 34px;
          font-size: 18px; }
      .indexbanner .bannerdiv .bannerul .bn3 {
        font-family: 'Arial'; }
        .indexbanner .bannerdiv .bannerul .bn3 div {
          max-width: 1270px;
          margin: 0 auto;
          padding-left: 30px; }
        .indexbanner .bannerdiv .bannerul .bn3 h1 {
          font-size: 60px;
          font-weight: 100;
          line-height: 65px;
          margin: 285px 0 80px 0;
          text-align: left;
          color: #00b0fa;
          font-family: 'Arial Black'; }
        .indexbanner .bannerdiv .bannerul .bn3 p {
          font-size: 24px;
          color: #fff;
          text-align: left;
          line-height: 45px; }
        .indexbanner .bannerdiv .bannerul .bn3 .prolist {
          padding: 0 34px;
          line-height: 42px;
          display: block;
          margin-top: 80px; }
      .indexbanner .bannerdiv .bannerul .bn4 {
        font-family: 'Arial';
        text-transform: uppercase; }
        .indexbanner .bannerdiv .bannerul .bn4 div {
          max-width: 1270px;
          margin: 0 auto;
          padding-left: 30px; }
        .indexbanner .bannerdiv .bannerul .bn4 h1 {
          font-size: 50px;
          font-weight: 100;
          line-height: 65px;
          margin: 260px 0 80px 0;
          text-align: left;
          color: #00b0fa;
          font-family: 'Arial'; }
        .indexbanner .bannerdiv .bannerul .bn4 p {
          font-size: 16px;
          color: #fff;
          text-align: left;
          line-height: 40px; }
        .indexbanner .bannerdiv .bannerul .bn4 .prolist {
          padding: 0 34px;
          line-height: 42px;
          display: block;
          margin-top: 80px; }
      .indexbanner .bannerdiv .bannerul .bn17 {
        font-family: 'Arial'; }
        .indexbanner .bannerdiv .bannerul .bn17 div {
          max-width: 1270px;
          margin: 0 auto; }
        .indexbanner .bannerdiv .bannerul .bn17 h1 {
          font-size: 60px;
          font-weight: 100;
          line-height: 65px;
          margin: 200px 0 15px 0;
          text-align: center;
          color: #00b0fa; }
        .indexbanner .bannerdiv .bannerul .bn17 p {
          font-size: 24px;
          color: #fff;
          text-align: center;
          line-height: 45px;
          display: block; }
        .indexbanner .bannerdiv .bannerul .bn17 .prolist {
          line-height: 42px;
          display: block;
          position: relative;
          margin: 30px auto;
          width: 150px; }
      .indexbanner .bannerdiv .bannerul .bn18 {
        font-family: 'Arial'; }
        .indexbanner .bannerdiv .bannerul .bn18 div {
          max-width: 1270px;
          margin: 0 auto; }
        .indexbanner .bannerdiv .bannerul .bn18 h1 {
          font-size: 50px;
          font-weight: 100;
          line-height: 65px;
          margin: 200px 0 0 0;
          text-align: center;
          color: #00b0fa;
          text-transform: uppercase; }
        .indexbanner .bannerdiv .bannerul .bn18 p {
          font-size: 20px;
          color: #fff;
          text-align: center;
          line-height: 45px;
          text-transform: uppercase; }
        .indexbanner .bannerdiv .bannerul .bn18 .prolist {
          line-height: 42px;
          display: block;
          width: 150px;
          margin: 30px auto;
          position: relative;
          text-align: center; }
    .indexbanner .bannerdiv .banner_btn {
      position: absolute;
      bottom: 46px;
      z-index: 10;
      left: 50%; }
      .indexbanner .bannerdiv .banner_btn a {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background: #fff;
        margin: 4px 11.5px; }
      .indexbanner .bannerdiv .banner_btn .active {
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 10px;
        background: none;
        margin: 0 7.5px; }

.indexproduct {
  background: url(../images/indexproduct.jpg) center center no-repeat;
  color: #fff; }
  .indexproduct .container {
    position: relative; }
    .indexproduct .container h1 {
      font-size: 40px;
      line-height: 1;
      padding-top: 111px;
      padding-bottom: 555px; }
    .indexproduct .container h2 {
      font-size: 25px;
      color: #00b0fa;
      padding: 135px 0 20px 0; }
    .indexproduct .container .cont {
      position: absolute;
      width: 100%;
      top: 106px;
      height: 504px; }
      .indexproduct .container .cont li {
        width: 100%;
        height: 100%; }
        .indexproduct .container .cont li .msg {
          width: 470px;
          line-height: 25px;
          height: 388px;
          position: relative; }
          .indexproduct .container .cont li .msg p {
            white-space: pre-wrap; }
          .indexproduct .container .cont li .msg .more {
            position: absolute;
            bottom: 0;
            text-transform: uppercase; }
        .indexproduct .container .cont li .img {
          display: inline-block;
          padding-right: 45px;
          width: 776px;
          height: 550px; }
          .indexproduct .container .cont li .img img {
            float: left; }
    .indexproduct .container .pro_btn {
      position: absolute;
      bottom: 60px;
      left: 0; }
      .indexproduct .container .pro_btn a {
        display: block;
        border-radius: 50px;
        text-align: center;
        line-height: 36px;
        float: left;
        cursor: default;
        width: 8px;
        height: 8px;
        background: #00b0fa;
        color: rgba(0, 0, 0, 0);
        margin: 14px 14px 0 14px; }
      .indexproduct .container .pro_btn .active {
        width: 36px;
        height: 36px;
        border: 1px solid #00b0fa;
        color: #00b0fa;
        background: none;
        margin: 0; }
    .indexproduct .container .arrow {
      width: 60px;
      position: absolute;
      right: 50px;
      bottom: 65px;
      z-index: 10; }
  .indexproduct .en h1 {
    font-size: 50px;
    padding-bottom: 545px; }
  .indexproduct .en h2 {
    font-size: 17px;
    text-transform: uppercase; }
  .indexproduct .en .more {
    font-weight: bold; }

.indexabout {
  padding: 140px 0;
  background: url(../images/indexabout.jpg) center center no-repeat; }
  .indexabout .container .left {
    padding-top: 68px;
    line-height: 25px;
    width: 599px;
    color: #fff; }
    .indexabout .container .left img {
      margin-bottom: 32px; }
    .indexabout .container .left p {
      margin-bottom: 10px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      line-height: 25px; }
  .indexabout .container .right {
    margin-top: 16px; }
    .indexabout .container .right .arrowl, .indexabout .container .right .arrowr {
      position: absolute;
      top: 188px;
      z-index: 9; }
    .indexabout .container .right .arrowl {
      left: 141px; }
    .indexabout .container .right .arrowr {
      left: 568px; }
  .indexabout .container .newright {
    width: 671px;
    float: left; }
    .indexabout .container .newright img {
      width: 50%;
      float: left;
      padding: 0 25px; }
      .indexabout .container .newright img:nth-child(1) {
        margin-top: 80px; }
  .indexabout .en .left p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all;
    height: 122px; }
  .indexabout .en .more {
    font-weight: bold;
    margin-top: 50px; }

.indexnews {
  padding: 80px 0;
  background: #000 url(../images/indexnews.png) center bottom no-repeat; }
  .indexnews h1 {
    color: #00b0fa;
    font-size: 32px; }
  .indexnews .newsli {
    padding: 40px 0;
    position: relative; }
    .indexnews .newsli ul li a {
      width: 423px;
      height: 180px;
      padding: 5px 21.5px;
      top: 0;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .indexnews .newsli ul li a div {
        display: block;
        border: 1px solid #2c2c2c;
        width: 100%;
        height: 100%;
        padding: 14px 26px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .indexnews .newsli ul li a div span {
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          height: 60px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-bottom: 25px; }
        .indexnews .newsli ul li a div p {
          color: #00b0fa;
          line-height: 65px; }
      .indexnews .newsli ul li a:hover {
        top: -5px; }
        .indexnews .newsli ul li a:hover div {
          border-color: #fff; }
    .indexnews .newsli .arrowl, .indexnews .newsli .arrowr {
      position: absolute;
      top: 50%;
      margin-top: -13px; }
    .indexnews .newsli .arrowl {
      left: -42px; }
    .indexnews .newsli .arrowr {
      right: -42px; }
  .indexnews .more {
    margin: 18px auto 0 auto; }
  .indexnews .en h1 {
    font-size: 40px;
    text-transform: uppercase; }
  .indexnews .en .more {
    font-weight: bold; }

.footer {
  padding: 50px 0 0 0;
  background: url(../images/footer.png) center center no-repeat;
  height: 200px; }
  .footer .container .footlogo {
    float: left;
    margin-right: 40px; }
  .footer .container div {
    width: 900px; }
  .footer .container p {
    color: #fff;
    line-height: 25px;
    display: inline-block; }
  .footer .container .qr {
    margin-left: 15px; }
  .footer .container a {
    color: #fff; }
    .footer .container a:hover {
      color: #00b0fa; }

.content {
  background: #000;
  padding: 80px 0; }

.nav {
  width: 222px;
  float: left; }
  .nav ul {
    width: 100%;
    font-size: 14px; }
    .nav ul .navli {
      width: 100%;
      position: relative; }
      .nav ul .navli .nava {
        display: block;
        color: #fff;
        padding: 16px 13px 16px 16px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #393939;
        word-break: normal; }
      .nav ul .navli ul {
        position: absolute;
        left: 100%;
        top: 0;
        padding: 15px;
        width: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 10;
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden; }
        .nav ul .navli ul li {
          width: 258.59px; }
          .nav ul .navli ul li a {
            display: block;
            color: #0f2540;
            padding: 16px 13px 16px 16px;
            -webkit-transition: all .3s;
            transition: all .3s;
            width: 100%;
            color: #fff;
            border-bottom: 1px solid #393939; }
          .nav ul .navli ul li:hover a {
            background: #00b0fa;
            color: #fff;
            border-color: #00b0fa; }
      .nav ul .navli .topactive {
        background: #00b0fa;
        color: #fff; }
      .nav ul .navli .navactive {
        background: #00b0fa;
        color: #fff; }
      .nav ul .navli:hover .nava {
        background: #00b0fa;
        color: #fff;
        border-color: #00b0fa; }
      .nav ul .navli:hover ul {
        width: 130%;
        opacity: 1;
        visibility: visible; }

.product {
  width: calc(100% - 250px);
  float: left;
  padding-left: 90px; }
  .product ul {
    width: 100%; }
    .product ul li {
      width: calc(100%/3);
      padding: 0 15px 15px 15px;
      margin-bottom: 35px; }
      .product ul li a {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        top: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: 1px solid #2c2c2c; }
        .product ul li a img {
          width: 100%;
          height: 184px;
          float: left; }
        .product ul li a span {
          display: block;
          padding: 15px 20px;
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          width: 100%;
          float: left;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .product ul li a:hover {
          top: -2px;
          -webkit-box-shadow: 1px 1px 30px rgba(255, 255, 255, 0.3);
                  box-shadow: 1px 1px 30px rgba(255, 255, 255, 0.3);
          border-color: #fff; }
  .product .en li a span {
    height: 96px;
    font-size: 15px;
    word-break: break-all; }
  .product .cn li a span {
    height: calc(2.5em + 30px); }

.paging {
  text-align: center;
  padding: 30px 0;
  width: 100%; }

.paging li {
  display: inline-block;
  text-align: center; }

.paging li a {
  display: inline-block;
  border: 1px solid #00b0fa;
  color: #00b0fa;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 3px;
  font-size: 14px; }

.paging li.thisclass a, .paging li:hover a {
  background: #00b0fa;
  color: #fff; }

.paging li.i a, .paging li.n a, .paging li.e a, .paging li a.e, .paging li.p a {
  text-indent: -9999px; }

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat; }

.paging li a.e {
  background: url(../images/paging_btn.png) -150px center no-repeat; }

.paging li.e a {
  background: url(../images/paging_btn.png) -150px center no-repeat; }

.paging li.p a {
  background: url(../images/paging_btn.png) -30px center no-repeat; }

.paging li.n a {
  background: url(../images/paging_btn.png) -98px center no-repeat; }

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #00b0fa; }

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -150px center no-repeat #00b0fa; }

.paging li a.e:hover {
  background: url(../images/paging_btn_hover.png) -150px center no-repeat #00b0fa; }

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -30px center no-repeat #00b0fa; }

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -98px center no-repeat #00b0fa; }

.news ul {
  width: 70%;
  margin: 0 auto; }
  .news ul li {
    width: 100%;
    float: left;
    height: 150px;
    margin: 10px 0;
    -webkit-transition: all .32s ease-in-out 0s;
    transition: all .32s ease-in-out 0s; }
    .news ul li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px;
      position: relative;
      -webkit-transition: all .5s;
      transition: all .5s;
      color: #aaaaaa;
      background: #2c2c2c; }
      .news ul li a img {
        height: 100%;
        width: 200px;
        position: relative;
        z-index: 9; }
      .news ul li a h1 {
        margin-top: 20px;
        font-weight: bold;
        padding: 0 135px 0 55px;
        display: block;
        width: calc(100% - 335px);
        position: relative;
        z-index: 9;
        font-size: 16px; }
      .news ul li a div {
        width: 135px;
        height: 100%;
        padding: 15px 28px;
        float: left;
        position: relative;
        z-index: 9;
        text-align: right; }
        .news ul li a div strong {
          font-size: 36px;
          line-height: 1;
          font-size: 27px; }
        .news ul li a div span {
          height: calc(100% - 46px);
          display: block;
          border-bottom: 1px solid #aaaaaa;
          margin-top: 10px;
          position: relative; }
          .news ul li a div span::after {
            content: '';
            display: block;
            height: 1px;
            width: 0%;
            background: #fff;
            position: absolute;
            bottom: -1px;
            -webkit-transition: all .3s;
            transition: all .3s; }
      .news ul li a::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* background: #00b0fa; */
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 15px; }
      .news ul li a:hover {
        color: #fff;
        background: #00b0fa; }
        .news ul li a:hover div span::after {
          width: 100%; }
        .news ul li a:hover::before {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1); }

.atproduct {
  width: calc(100% - 250px); }
  .atproduct .pic {
    height: 397px;
    width: 600px; }
    .atproduct .pic div {
      width: 100%;
      height: 100%;
      background: #eee; }
      .atproduct .pic div .big {
        width: 100%;
        height: 100%;
        position: relative; }
        .atproduct .pic div .big img {
          width: 100%;
          height: 100%; }
        .atproduct .pic div .big::after {
          content: '';
          display: block;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
          transition: all .3s;
          background: rgba(0, 0, 0, 0.5) url(../images/magnifier.png) center center no-repeat; }
        .atproduct .pic div .big:hover::after {
          opacity: 1;
          visibility: visible; }
  .atproduct .msg {
    padding-left: 58px;
    width: calc(100% - 600px);
    padding-right: 10px;
    height: 397px;
    position: relative; }
    .atproduct .msg h1 {
      font-size: 24px;
      color: #00b0fa;
      margin-bottom: 20px;
      padding-right: 30px; }
    .atproduct .msg .dsb {
      color: #eee;
      font-size: 16px;
      margin-bottom: 20px; }
    .atproduct .msg .download {
      display: block;
      width: 250px;
      line-height: 40px;
      border: 1px solid #eee;
      text-align: center;
      font-size: 16px;
      border-radius: 25px;
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s;
      font-weight: bold;
      cursor: pointer;
      margin-right: 14px;
      float: left; }
      .atproduct .msg .download:hover {
        border-color: #000;
        background: #00b0fa;
        color: #000; }
    .atproduct .msg .send {
      display: block;
      width: 250px;
      line-height: 40px;
      border: 1px solid #eee;
      float: left;
      text-align: center;
      font-size: 16px;
      border-radius: 25px;
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s;
      font-weight: bold;
      cursor: pointer;
      margin-top: 15px; }
      .atproduct .msg .send:hover {
        border-color: #000;
        background: #00b0fa;
        color: #000; }
    .atproduct .msg .renzheng {
      float: left;
      margin-top: 10px;
      width: 100%; }
    .atproduct .msg .sm {
      width: 305px;
      position: absolute;
      bottom: 0;
      overflow: hidden;
      left: 80px;
      z-index: 9; }
      .atproduct .msg .sm ul {
        float: left;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s;
        left: 0; }
        .atproduct .msg .sm ul li {
          width: 154px;
          cursor: pointer;
          position: relative; }
          .atproduct .msg .sm ul li img {
            width: calc(100% - 5px);
            border: 2px solid #272727; }
          .atproduct .msg .sm ul li::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.8); }
        .atproduct .msg .sm ul .on img {
          border: 2px solid #00b0fa; }
        .atproduct .msg .sm ul .on::after {
          opacity: 0; }
    .atproduct .msg .zy {
      width: 360px;
      height: 25px;
      position: absolute;
      bottom: 40px;
      right: 10px; }
      .atproduct .msg .zy a {
        display: block;
        width: 25px;
        height: 100%;
        cursor: pointer;
        border-radius: 50px; }
      .atproduct .msg .zy .zuo {
        background: url(../images/zuo.png) center center no-repeat; }
      .atproduct .msg .zy .you {
        background: url(../images/you.png) center center no-repeat; }
  .atproduct .prenext {
    width: calc(100% - 58px);
    margin-left: 58px;
    padding: 38px 0 30px 0;
    border-bottom: 1px solid #373737; }
    .atproduct .prenext a {
      display: block;
      width: calc(100%/3);
      text-align: center;
      float: left;
      line-height: 30px;
      color: #fff;
      font-size: 16px;
      cursor: default; }
      .atproduct .prenext a p {
        display: inline-block;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer; }
        .atproduct .prenext a p:hover {
          color: #00b0fa; }
      .atproduct .prenext a i {
        display: inline-block;
        height: 30px;
        width: 9px;
        cursor: pointer; }
    .atproduct .prenext .prev p {
      float: left;
      padding-left: 20px; }
    .atproduct .prenext .prev i {
      background: url(../images/zuo.png) center center no-repeat;
      float: left;
      background-size: 100%; }
    .atproduct .prenext .next p {
      float: right;
      padding-right: 20px; }
    .atproduct .prenext .next i {
      background: url(../images/you.png) center center no-repeat;
      float: right;
      background-size: 100%; }
    .atproduct .prenext .back p {
      float: left;
      padding-left: 20px; }
    .atproduct .prenext .back i {
      width: 14px;
      float: left;
      margin-left: 100px;
      background: url(../images/list.png) center center no-repeat; }
  .atproduct .detail {
    width: 100%;
    padding: 85px 0 0 58px; }
    .atproduct .detail h1 {
      color: #00b0fa;
      font-size: 24px; }
    .atproduct .detail p {
      color: #aaa;
      line-height: 25px;
      margin: 30px 0;
      font-size: 16px; }
    .atproduct .detail img {
      max-width: 100%; }
    .atproduct .detail table {
      color: #9c9c9c;
      text-align: center;
      margin-top: 25px;
      border-color: #6fd4ff;
      margin-left: auto;
      margin-right: auto; }
      .atproduct .detail table * {
        border-color: #6fd4ff; }
      .atproduct .detail table td {
        height: 22px !important;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px !important;
        padding: 5px;
        text-align: center !important;
        border-width: 2px !important;
        border-style: solid;
        border-color: #6fd4ff !important; }
    .atproduct .detail .canshu p {
      float: left; }
    .atproduct .detail .canshu img {
      width: 50%; }
    .atproduct .detail .tbBox p {
      margin-left: 2px;
      width: calc(100%);
      text-align: center; }
    .atproduct .detail ul {
      width: 460px;
      margin: 0 auto; }
      .atproduct .detail ul li {
        display: block;
        width: 200px;
        line-height: 42px;
        color: #fff;
        text-align: center;
        background: #2c2c2c;
        -webkit-transition: all .3s;
        transition: all .3s;
        font-size: 16px;
        cursor: pointer;
        border-radius: 50px;
        margin: 0 15px; }
      .atproduct .detail ul .on {
        background: #00b0fa; }
    .atproduct .detail .tuzhi {
      padding-top: 30px; }
    .atproduct .detail .canshu, .atproduct .detail .tuzhi {
      display: none; }
    .atproduct .detail .divon {
      display: block; }

.atnews {
  width: 100%;
  padding: 0 135px; }
  .atnews .tit {
    border-bottom: 1px solid #dedede;
    text-align: center;
    padding-bottom: 20px; }
    .atnews .tit h1 {
      font-size: 24px;
      color: #fff;
      word-break: break-all;
      line-height: 1.4;
      font-weight: normal; }
    .atnews .tit p {
      color: #999;
      padding: 7px 0; }
  .atnews .newscont {
    padding: 35px 0;
    color: #fff; }
    .atnews .newscont * {
      word-break: break-all; }
  .atnews .prenextn {
    padding-top: 25px; }
    .atnews .prenextn p {
      line-height: 28px;
      color: #fff; }
      .atnews .prenextn p a {
        color: #888;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .atnews .prenextn p a:hover {
          color: #00b0fa; }

.about {
  color: #fff;
  padding-top: 40px; }
  .about .top {
    padding: 0 15px 45px 15px;
    border-bottom: 1px solid #222222; }
    .about .top h1 {
      font-size: 40px;
      color: #00b0fa;
      text-transform: uppercase;
      line-height: 40px;
      padding: 55px 0 5px 0; }
    .about .top p {
      font-size: 14px;
      line-height: 25px;
      padding: 25px 0 0 0; }
    .about .top .left {
      width: calc(100% - 629px);
      padding-right: 50px; }
    .about .top .right {
      width: 629px; }
  .about .bottom {
    padding: 50px 15px 100px 15px; }
    .about .bottom .left {
      width: 325px;
      font-size: 14px;
      line-height: 25px; }
      .about .bottom .left img {
        width: 100%; }
    .about .bottom .right {
      width: calc(100% - 325px);
      padding-left: 50px;
      line-height: 25px; }
      .about .bottom .right p {
        padding-top: 42px; }
  .about .cn p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px; }
  .about .cn.top p {
    padding: 50px 0 0 0; }

.zhengshu {
  padding: 59px 0; }
  .zhengshu .container {
    position: relative; }
    .zhengshu .container .tit {
      display: block;
      width: 210px;
      line-height: 42px;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      margin: 0 auto;
      background: #00b0fa;
      text-align: center;
      border-radius: 20px;
      text-transform: uppercase;
      margin-bottom: 60px; }
    .zhengshu .container .tempWrap {
      margin-left: 13px; }
    .zhengshu .container ul li {
      width: 243px;
      height: 366px;
      margin-top: 15px; }
      .zhengshu .container ul li .tdiv {
        padding-left: 29px;
        width: 100%;
        height: 100%; }
        .zhengshu .container ul li .tdiv a {
          display: block;
          width: 100%;
          height: 100%;
          color: #fff; }
          .zhengshu .container ul li .tdiv a div {
            width: 100%;
            height: calc(100% - 63px);
            float: left; }
          .zhengshu .container ul li .tdiv a span {
            height: 63px;
            display: block;
            width: 100%;
            text-align: center;
            margin-top: 7px;
            float: left; }
    .zhengshu .container .en li {
      height: 397px;
      margin-top: 25px; }
      .zhengshu .container .en li div a img {
        height: calc(100% - 80px); }
      .zhengshu .container .en li div a span {
        height: 80px; }
    .zhengshu .container .arrowl, .zhengshu .container .arrowr {
      display: block;
      width: 16px;
      height: 26px;
      cursor: pointer;
      position: absolute;
      top: 50%;
      margin-top: 26px; }
    .zhengshu .container .arrowl {
      background: url(../images/arrowl.png) center center no-repeat;
      left: -16px; }
    .zhengshu .container .arrowr {
      background: url(../images/arrowr.png) center center no-repeat;
      right: -16px; }

.contact {
  padding: 90px 0; }
  .contact ul {
    width: 100%;
    margin-bottom: 25px; }
    .contact ul li {
      width: calc(100%/4 - 20px);
      margin: 0 10px;
      background: #2c2c2c;
      position: relative;
      min-height: 200px;
      padding: 70px 25px 30px 25px;
      color: #fff;
      border-radius: 5px;
      text-align: center; }
      .contact ul li i {
        display: block;
        height: 80px;
        width: 80px;
        border-radius: 50px;
        position: absolute;
        top: -40px;
        left: 50%;
        margin-left: -40px; }
      .contact ul li p {
        line-height: 25px; }
      .contact ul li .add {
        background: #00b0fa url(../images/add.png) center center no-repeat; }
      .contact ul li .tel {
        background: #00b0fa url(../images/tel.png) center center no-repeat; }
      .contact ul li .fax {
        background: #00b0fa url(../images/fax.png) center center no-repeat; }
      .contact ul li .mail {
        background: #00b0fa url(../images/mail.png) center center no-repeat; }

.my-map {
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 350px;
  border: 2px solid #2c2c2c; }
  .my-map .icon {
    background: url(../images/pos.png) no-repeat;
    position: relative;
    top: -5px; }
  .my-map .icon-pot {
    height: 28px;
    width: 31px; }

.amap-container {
  height: 100%; }

.sendbox {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .sendbox .senddiv {
    width: 600px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50px;
    margin: auto;
    padding: 50px 25px;
    background: #2c2c2c;
    left: 50%;
    margin-left: -300px;
    color: #aaaaaa; }
    .sendbox .senddiv .close {
      display: block;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 15px;
      background: url(../images/close.png) center center no-repeat;
      -webkit-transition: all .3s;
      transition: all .3s;
      background-size: 100%;
      height: 15px; }
      .sendbox .senddiv .close:hover {
        background: url(../images/closeHover.png) center center no-repeat;
        background-size: 100%; }
    .sendbox .senddiv .top div {
      width: 50%;
      float: left;
      padding: 0 30px;
      text-align: center;
      color: #00b0fa; }
      .sendbox .senddiv .top div:nth-child(1) {
        border-right: 1px solid #aaa; }
    .sendbox .senddiv .bottom {
      padding-top: 25px; }
      .sendbox .senddiv .bottom .intxt {
        width: 100%;
        border: 1px solid #aaa;
        padding: 15px;
        margin: 5px 0;
        background: #2c2c2c;
        color: #fff;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .sendbox .senddiv .bottom .intxt:focus {
          border-color: #00b0fa; }
      .sendbox .senddiv .bottom .intext {
        width: 100%;
        border: 1px solid #aaa;
        resize: none;
        background: #2c2c2c;
        padding: 15px;
        margin: 5px 0;
        color: #fff;
        height: 100px;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .sendbox .senddiv .bottom .intext:focus {
          border-color: #00b0fa; }
      .sendbox .senddiv .bottom .coolbg {
        display: block;
        width: 200px;
        line-height: 40px;
        margin: 0 auto;
        border: none;
        background: #aaa;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
        margin-top: 20px; }
        .sendbox .senddiv .bottom .coolbg:hover {
          background: #00b0fa; }

.abmenu {
  max-width: 460px;
  margin: 0 auto 25px auto; }
  .abmenu li {
    width: calc(50% - 30px);
    margin: 0 15px; }
    .abmenu li a {
      display: block;
      line-height: 42px;
      font-size: 20px;
      color: #fff;
      width: 100%;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;
      font-weight: bold;
      text-align: center;
      border-radius: 50px;
      background: #2c2c2c; }
      .abmenu li a::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: width .3s;
        transition: width .3s; }
      .abmenu li a:hover {
        background: #00b0fa; }
    .abmenu li .abon {
      background: #00b0fa;
      border-radius: 50px; }

/*# sourceMappingURL=css.css.map */