.left {
  float: left; }

.right {
  float: right; }

@font-face {
  font-family: "FZ";
  src: url("../font/fzzhjw.woff2") format("woff2"), url("../font/fzzhjw.woff") format("woff"), url("../font/fzzhjw.ttf") format("truetype"), url("../font/fzzhjw.eot") format("embedded-opentype"), url("../font/fzzhjw.svg") format("svg"), url("") format("opentype"); }
.fFz {
  font-family: FZ; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1200 {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px; }

.w1366 {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1366px; }

.fz30 {
  font-size: 30px;
  line-height: 30px; }
  @media (max-width: 1366px) {
    .fz30 {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1200px) {
    .fz30 {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 768px) {
    .fz30 {
      font-size: 18px;
      line-height: 18px; } }

.pt100 {
  padding: 100px 0; }
  @media (max-width: 1200px) {
    .pt100 {
      padding: 60px 0; } }
  @media (max-width: 768px) {
    .pt100 {
      padding: 40px 0; } }

.pt150 {
  margin: 150px 0; }
  @media (max-width: 1200px) {
    .pt150 {
      margin: 80px 0; } }
  @media (max-width: 768px) {
    .pt150 {
      margin: 60px 0; } }
  @media (max-width: 460px) {
    .pt150 {
      margin: 40px 0; } }

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  zoom: 1;
  overflow: hidden; }

.bc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.pic.hover {
  overflow: hidden; }
  .pic.hover img {
    transition: transform 1.5s; }
  @media (min-width: 1024px) {
    .pic.hover:hover img {
      transform: scale(1.1); } }

.headerBox {
  height: 123px; }
  .headerBox.on {
    height: 84px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 80px; }
      .headerBox.on {
        height: 80px; } }
  @media (max-width: 768px) {
    .headerBox {
      height: 60px; }
      .headerBox.on {
        height: 60px; } }

.header {
  width: 100%;
  height: 123px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header .logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: 12px;
    z-index: 5;
    position: relative; }
  .header .nav {
    width: 100%;
    height: auto;
    position: relative; }
    .header .nav ul {
      width: 100%;
      text-align: center;
      font-size: 0; }
      .header .nav ul li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 20px;
        padding: 24px 0;
        display: inline-block; }
        .header .nav ul li .tits {
          color: #333;
          padding: 0 15px;
          position: relative; }
          .header .nav ul li .tits i {
            width: 19px;
            height: 13px;
            position: absolute;
            bottom: -25px;
            left: 50%;
            margin-left: -9.5px;
            background-image: url("404.png");
            background-position: center;
            background-repeat: no-repeat;
            display: none; }
        .header .nav ul li .mnav {
          width: 100%;
          left: 0;
          position: absolute;
          top: 68px;
          background-color: #f7f9fa;
          display: none; }
          .header .nav ul li .mnav .mnav-new {
            width: 1000px;
            max-width: 90%;
            padding-top: 40px;
            padding-bottom: 30px; }
            .header .nav ul li .mnav .mnav-new .cnav {
              float: left; }
              .header .nav ul li .mnav .mnav-new .cnav dl {
                width: 135px;
                height: auto;
                float: left;
                text-align: left; }
                .header .nav ul li .mnav .mnav-new .cnav dl dt {
                  font-size: 14px;
                  line-height: 14px;
                  color: #333;
                  margin-bottom: 16px;
                  font-weight: bold; }
                  .header .nav ul li .mnav .mnav-new .cnav dl dt a {
                    color: #2127af; }
                .header .nav ul li .mnav .mnav-new .cnav dl dd a {
                  font-size: 12px;
                  line-height: 36px;
                  color: #666; }
                  @media (min-width: 1024px) {
                    .header .nav ul li .mnav .mnav-new .cnav dl dd a:hover {
                      color: #2127af; } }
            .header .nav ul li .mnav .mnav-new .pic {
              width: 204px;
              float: right;
              margin-left: 20px; }
              .header .nav ul li .mnav .mnav-new .pic a {
                width: 100%;
                height: auto;
                display: block; }
        
        @media (min-width: 1024px) {
          .header .nav ul li:hover .tits {
            color: #2127af; }
            .header .nav ul li:hover .tits i {
              display: block; }
          .header .nav ul li:hover .mnav {
            display: block; } }
        .header .nav ul li.on .tits {
          color: #2127af; }
    .header .nav .bg {
      width: 100%;
      height: 2000px;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 68px;
      left: 0;
      z-index: -1;
      display: none; }
  .header .tags {
    position: absolute;
    top: 28px;
    right: 4.4%;
    z-index: 5; }
    .header .tags a {
      font-size: 14px;
      line-height: 18px;
      color: #333;
      float: right; }
      @media (min-width: 1024px) {
        .header .tags a:hover {
          color: #2127af; } }
    .header .tags .shop {
      padding-left: 24px;
      background-position: left center;
      background-image: url("404.png");
      background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .header .tags .shop:hover {
          background-image: url("404.png"); } }
    .header .tags .ren {
      width: 19px;
      height: 18px;
      display: block;
      background-position: center;
      background-image: url("404.png");
      background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .header .tags .ren:hover {
          background-image: url("404.png"); } }
    .header .tags .search {
      width: 18px;
      height: 18px;
      display: block;
      background-position: center;
      background-image: url("404.png");
      background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .header .tags .search:hover {
          background-image: url("404.png"); } }
    .header .tags span {
      display: block;
      width: 1px;
      height: 16px;
      background-color: #c4c4c4;
      float: right;
      margin: 1px 30px 0; }
  .header.on {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto !important; }
    .header.on .logo {
      width: 164px;
      left: 4.4%;
      top: 18px;
      padding-top: 0;
      position: absolute; }
    .header.on .tags {
      top: 24px; }
    
  @media (max-width: 1510px) {
    .header .nav ul li {
      margin: 0 15px; }
    .header .nav ul li .tits {
      padding: 0 10px; }
    .header .tags span {
      margin: 1px 20px 0; } }
  @media (max-width: 1200px) {
    .header .nav ul li {
      margin: 0 10px; }
    .header.on .nav {
      margin-left: -4%; }
      .header.on .nav ul li .mnav {
        margin-left: 4%; }
      .header.on .nav .bg {
        margin-left: 4%; }
    .header .tags span {
      margin: 1px 12px 0; } }
  @media (max-width: 1024px) {
    .header {
      display: none; } }

.header-m {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }
  .header-m .navClick {
    width: 38px;
    height: 28px;
    top: 26px;
    right: 5.3%;
    position: absolute;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../image/navclick.png"); }
  .header-m .logo {
    width: 230px;
    height: auto;
    display: block;
    margin: 15px 0 0 5.3%;
    position: relative;
    z-index: 1001; }
  
  .header-m .mmnav {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none; }
    .header-m .mmnav ul {
      margin-top: 100px;
      width: 89.3%;
      height: auto;
      height: -webkit-calc(100% - 120px);
      height: calc(100% - 120px);
      overflow-y: scroll;
      margin: 0 auto; }
      .header-m .mmnav ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d2d2d2; }
        .header-m .mmnav ul li .tits {
          font-size: 34px;
          line-height: 110px;
          color: #333;
          display: block; }
          .header-m .mmnav ul li .tits span {
            margin-left: 22px;
            float: left; }
          .header-m .mmnav ul li .tits i {
            float: right;
            width: 21px;
            height: 110px;
            margin-right: 22px;
            background-position: center;
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-image: url("../image/nav_icon1.png"); }
        .header-m .mmnav ul li dl {
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          padding-left: 40px;
          display: none;
          padding-bottom: 10px; }
          .header-m .mmnav ul li dl dd {
            width: 100%; }
            .header-m .mmnav ul li dl dd .tit {
              width: 100%;
              font-size: 28px;
              line-height: 80px;
              height: 80px;
              color: #333;
              display: block; }
              .header-m .mmnav ul li dl dd .tit span {
                float: left; }
              .header-m .mmnav ul li dl dd .tit i {
                float: right;
                width: 21px;
                height: 80px;
                margin-right: 22px;
                background-position: center;
                background-size: 100% auto;
                background-repeat: no-repeat;
                background-image: url("../image/nav_icon1.png"); }
            .header-m .mmnav ul li dl dd .nn {
              width: 100%;
              height: auto;
              display: none; }
              .header-m .mmnav ul li dl dd .nn a {
                width: 100%;
                height: auto;
                font-size: 28px;
                line-height: 80px;
                color: #999;
                display: block; }
            .header-m .mmnav ul li dl dd.on .tit i {
              background-image: url("../image/nav_icon1_h.png"); }
        .header-m .mmnav ul li.on .tits i {
          background-image: url("../image/nav_icon1_h.png"); }
    .header-m .mmnav .tel {
      width: 498px;
      height: 68px;
      border-radius: 34px;
      border: 1px solid #2127af;
      text-align: center;
      display: block;
      margin: 15px auto 0;
      font-size: 24px;
      line-height: 68px;
      color: #2127af; }
      .header-m .mmnav .tel span {
        display: inline-block;
        padding-left: 32px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("404.png"); }
    .header-m .mmnav .mCloseMnav {
      width: 27px;
      height: 27px;
      position: absolute;
      top: 16px;
      right: 5.3%;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("404.png"); }
  @media (max-width: 1024px) {
    .header-m {
      display: block; } }
  @media (max-width: 768px) {
    .header-m {
      height: 60px; }
      .header-m .navClick {
        width: 26px;
        height: 20px;
        top: 20px; }
      
      .header-m .logo {
        width: 148px; }
      .header-m .mmnav ul {
        margin-top: 70px;
        height: -webkit-calc(100% - 90px);
        height: calc(100% - 90px); }
        .header-m .mmnav ul li .tits {
          font-size: 20px;
          line-height: 55px; }
          .header-m .mmnav ul li .tits i {
            height: 55px;
            width: 14px; }
        .header-m .mmnav ul li dl dd .tit {
          font-size: 18px;
          line-height: 45px;
          height: 45px; }
          .header-m .mmnav ul li dl dd .tit i {
            height: 45px;
            width: 14px; }
        .header-m .mmnav ul li dl dd .nn a {
          font-size: 18px;
          line-height: 45px; }
      .header-m .mmnav .tel {
        width: 238px;
        height: 33px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 33px; }
        .header-m .mmnav .tel span {
          background-size: 15px auto;
          padding-left: 24px; }
      .header-m .mmnav .mCloseMnav {
        width: 20px;
        height: 20px; } }
  @media (max-width: 500px) {
    .header-m .mmnav ul li .tits {
      font-size: 16px;
      line-height: 50px; }
      .header-m .mmnav ul li .tits span {
        margin-left: 15px; }
      .header-m .mmnav ul li .tits i {
        height: 50px;
        width: 10px;
        margin-right: 15px; }
    .header-m .mmnav ul li dl {
      width: -webkit-calc(100% - 25px);
      width: calc(100% - 25px);
      padding-left: 25px; }
      .header-m .mmnav ul li dl dd .tit {
        font-size: 14px;
        line-height: 45px;
        height: 45px; }
        .header-m .mmnav ul li dl dd .tit i {
          height: 40px;
          width: 10px;
          margin-right: 15px; }
      .header-m .mmnav ul li dl dd .nn a {
        font-size: 14px;
        line-height: 40px; } }

.videoBox {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5; }
  .videoBox.on {
    opacity: 0;
    transition: opacity 2s; }

.index-banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .index-banner ul {
    width: 100%;
    height: auto; }
    .index-banner ul li {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .index-banner ul li a {
        position: relative;
        width: 100%;
        height: auto;
        display: block; }
        .index-banner ul li a .img1 {
          position: relative;
          z-index: 4; }
        .index-banner ul li a .img2 {
          position: absolute;
          z-index: 3;
          bottom: -1.5%;
          left: -5%;
          width: 110%;
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-filter: url(#waterB);
          filter: url(#waterB); }
  .index-banner .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 4; }
    .index-banner .btns span {
      width: 14px;
      height: 14px;
      background: none;
      background-image: url("../image/banner_icon.png");
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 15px;
      opacity: 0.3; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        opacity: 1; }
  @media (max-width: 1024px) {
    .index-banner {
      display: none; } }

.bbbb {
  width: 2500px;
  height: 1130px;
  position: absolute;
  left: -20%;
  bottom: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  opacity: 0;
  background-image: url("../image/15.png");
  z-index: -50; }
  .bbbb.on {
    -webkit-animation: myfirst 3.5s linear;
    animation: myfirst 3.5s linear; }
  @media (max-width: 768px) {
    .bbbb {
      left: -50%;
      display: none; } }

@keyframes myfirst {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    left: -20%;
    bottom: 0;
    z-index: 10;
    transform: scale(1); }
  25% {
    transform: scale(1.6);
    bottom: -10%;
    left: 40%;
    opacity: 1;
    z-index: 10; }
  100% {
    transform: scale(2);
    left: 110%;
    opacity: 1;
    z-index: 10; } }
@-moz-keyframes myfirst {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    left: -20%;
    bottom: 0;
    z-index: 10;
    transform: scale(1); }
  25% {
    transform: scale(1.6);
    bottom: -10%;
    left: 40%;
    opacity: 1;
    z-index: 10; }
  100% {
    transform: scale(2);
    left: 110%;
    opacity: 1;
    z-index: 10; } }
@-webkit-keyframes myfirst {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    left: -20%;
    bottom: 0;
    z-index: 10;
    transform: scale(1); }
  25% {
    transform: scale(1.6);
    bottom: -10%;
    left: 40%;
    opacity: 1;
    z-index: 10; }
  100% {
    transform: scale(2);
    left: 110%;
    opacity: 1;
    z-index: 10; } }
.index-banner-m {
  width: 100%;
  height: auto;
  position: relative;
  display: none; }
  .index-banner-m ul {
    width: 100%;
    height: auto; }
    .index-banner-m ul li {
      width: 100%;
      height: auto; }
  .index-banner-m .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 4; }
    .index-banner-m .btns span {
      width: 14px;
      height: 14px;
      background: none;
      background-image: url("../image/banner_icon.png");
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 10px;
      opacity: 0.3; }
      .index-banner-m .btns span.swiper-pagination-bullet-active {
        opacity: 1; }
  @media (max-width: 1024px) {
    .index-banner-m {
      display: block; } }

.index-title {
  text-align: center;
  color: #2127af;
  text-transform: uppercase; }
  .index-title .en {
    font-family: Arial; }
  .index-title .cn {
    margin-top: 13px; }
  @media (max-width: 768px) {
    .index-title .cn {
      margin-top: 6px; } }

.index {
  position: relative; }
  .index .index-hot {
    width: 100%;
    position: relative;
    z-index: 5; }
    .index .index-hot .fish {
      width: 33.7%;
      position: absolute;
      top: 0.4%;
      left: 0; }
      .index .index-hot .fish img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: left 1.5s,top 1.5s;
        transition: left 1.5s,top 1.5s;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-filter: url(#water);
        filter: url(#water); }
      .index .index-hot .fish canvas {
        position: absolute;
        top: 0;
        left: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
        opacity: 1;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
        transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s; }
      @media (min-width: 1024px) {
        .index .index-hot .fish:hover img:nth-child(1) {
          left: -80px;
          top: -20px; }
        .index .index-hot .fish:hover img:nth-child(2) {
          left: -80px;
          top: 40px; }
        .index .index-hot .fish:hover img:nth-child(3) {
          left: 40px;
          top: 60px; }
        .index .index-hot .fish:hover img:nth-child(4) {
          left: 100px;
          top: 140px; } }
    .index .index-hot .fish1 {
      width: 26.1%;
      position: absolute;
      bottom: 0;
      right: 0; }
      .index .index-hot .fish1 img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: left 1.5s,top 1.5s;
        transition: left 1.5s,top 1.5s;
        -webkit-filter: url(#water1);
        filter: url(#water1); }
      @media (min-width: 1024px) {
        .index .index-hot .fish1:hover img:nth-child(1) {
          left: -20px;
          top: -100px; }
        .index .index-hot .fish1:hover img:nth-child(2) {
          left: -40px;
          top: -80px; }
        .index .index-hot .fish1:hover img:nth-child(3) {
          left: -20px;
          top: -40px; }
        .index .index-hot .fish1:hover img:nth-child(4) {
          left: 140px;
          top: 100px; } }
    .index .index-hot .w1200 {
      padding-top: 6.2%;
      padding-bottom: 3.1%; }
      .index .index-hot .w1200 .list {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 40px auto 0;
        height: auto;
        position: relative;
        z-index: 5; }
        .index .index-hot .w1200 .list .itemLeft {
          width: 29.1%;
          height: auto;
          float: left;
          margin-right: 6.35%; }
          .index .index-hot .w1200 .list .itemLeft .item {
            width: 100%;
            height: auto;
            margin-bottom: 25px;
            position: relative; }
            .index .index-hot .w1200 .list .itemLeft .item a {
              display: block; }
              .index .index-hot .w1200 .list .itemLeft .item a .picBox {
                width: 100%;
                height: auto;
                position: relative; }
                .index .index-hot .w1200 .list .itemLeft .item a .picBox .pic {
                  width: 100%;
                  height: auto;
                  position: relative; }
                  .index .index-hot .w1200 .list .itemLeft .item a .picBox .pic .tag {
                    width: 49px;
                    height: auto;
                    position: absolute;
                    top: 20px;
                    right: 7.7%; }
                    .index .index-hot .w1200 .list .itemLeft .item a .picBox .pic .tag img {
                      display: block;
                      margin-bottom: 6px; }
                .index .index-hot .w1200 .list .itemLeft .item a .picBox .picHover {
                  width: 100%;
                  height: 100%;
                  overflow: hidden;
                  position: absolute;
                  top: 0;
                  left: 0;
                  opacity: 0;
                  background-color: #f7fbfc;
                  -webkit-transition: opacity .5s;
                  transition: opacity .5s; }
              .index .index-hot .w1200 .list .itemLeft .item a .con {
                width: 100%;
                height: 106px;
                padding-top: 22px;
                position: relative;
                text-align: center; }
                .index .index-hot .w1200 .list .itemLeft .item a .con .tits {
                  max-width: 90%;
                  margin: 0 auto;
                  font-size: 16px;
                  line-height: 16px;
                  height: 16px;
                  color: #333;
                  display: -webkit-box;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                .index .index-hot .w1200 .list .itemLeft .item a .con .tit {
                  font-size: 12px;
                  line-height: 12px;
                  color: #666;
                  margin-top: 12px; }
                .index .index-hot .w1200 .list .itemLeft .item a .con .tit1 {
                  width: 100%;
                  text-align: center;
                  color: #104fa9;
                  font-family: Arial;
                  font-size: 0;
                  position: relative;
                  margin-top: 19px; }
                  .index .index-hot .w1200 .list .itemLeft .item a .con .tit1 span {
                    font-size: 14px;
                    line-height: 14px; }
                  .index .index-hot .w1200 .list .itemLeft .item a .con .tit1 i {
                    width: 1px;
                    height: 10px;
                    margin: 0 10px;
                    display: inline-block;
                    background-color: #c4c4c4; }
            .index .index-hot .w1200 .list .itemLeft .item .shop {
              width: 180px;
              height: 46px;
              display: block;
              text-align: center;
              border-radius: 23rem;
              background-color: #104fa9;
              position: absolute;
              bottom: 0;
              left: 50%;
              margin-left: -90px;
              font-size: 14px;
              line-height: 46px;
              color: #fff;
              transform: translateY(20px);
              opacity: 0;
              -webkit-transition: transform .5s,opacity .5s;
              transition: transform .5s,opacity .5s; }
              .index .index-hot .w1200 .list .itemLeft .item .shop span {
                padding-right: 17px;
                background-image: url("../image/icon1.png");
                background-position: right center;
                background-repeat: no-repeat; }
            @media (min-width: 1024px) {
              .index .index-hot .w1200 .list .itemLeft .item:hover a .picHover {
                opacity: 1; }
              .index .index-hot .w1200 .list .itemLeft .item:hover .shop {
                transform: translateY(0);
                opacity: 1; } }
          
          .index .index-hot .w1200 .list .itemLeft:nth-child(3n) {
            margin-right: 0; }
  .index .index-hot-m {
    display: none;
    width: 100%;
    padding-top: 6.2%; }
    .index .index-hot-m .box {
      margin-top: 5%; }
      .index .index-hot-m .box .item {
        width: 100%;
        height: auto;
        margin-bottom: 30px; }
        .index .index-hot-m .box .item a {
          width: 100%;
          display: block;
          height: auto; }
          .index .index-hot-m .box .item a .pic {
            width: 100%;
            height: auto;
            position: relative; }
            .index .index-hot-m .box .item a .pic .tag {
              width: 11.9%;
              height: auto;
              position: absolute;
              top: 20px;
              right: 7.7%; }
              .index .index-hot-m .box .item a .pic .tag img {
                display: block;
                margin-bottom: 6px; }
          .index .index-hot-m .box .item a .con {
            width: 100%;
            position: relative;
            text-align: center;
            padding-top: 15px; }
            .index .index-hot-m .box .item a .con .tits {
              max-width: 90%;
              margin: 0 auto;
              font-size: 16px;
              line-height: 16px;
              height: 16px;
              color: #333;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index .index-hot-m .box .item a .con .tit {
              font-size: 12px;
              line-height: 12px;
              color: #666;
              margin-top: 8px; }
            .index .index-hot-m .box .item a .con .tit1 {
              width: 100%;
              text-align: center;
              color: #104fa9;
              font-family: Arial;
              font-size: 0;
              position: relative;
              margin-top: 10px; }
              .index .index-hot-m .box .item a .con .tit1 span {
                font-size: 14px;
                line-height: 14px; }
              .index .index-hot-m .box .item a .con .tit1 i {
                width: 1px;
                height: 10px;
                margin: 0 10px;
                display: inline-block;
                background-color: #c4c4c4; }
            .index .index-hot-m .box .item a .con .more {
              width: 120px;
              height: 38px;
              display: block;
              text-align: center;
              border-radius: 23rem;
              background-color: #104fa9;
              margin: 20px auto 0;
              font-size: 14px;
              line-height: 38px;
              color: #fff; }
              .index .index-hot-m .box .item a .con .more span {
                padding-right: 17px;
                background-image: url("../image/icon1.png");
                background-position: right center;
                background-repeat: no-repeat; }
  .index .index-product {
    width: 100%;
    height: auto;
    background-color: #f7fbfc;
    padding-top: 4%;
    padding-bottom: 5%; }
    .index .index-product .content {
      margin: 2.5% auto 0; }
      .index .index-product .content .item {
        width: 100%;
        height: auto;
        margin-bottom: 10%; }
        .index .index-product .content .item .pic {
          width: 25.8%;
          height: auto;
          float: left; }
          .index .index-product .content .item .pic img {
            width: 235.5%;
            height: auto;
            margin-left: -30.4%; }
        .index .index-product .content .item .itemCen {
          width: 28.75%;
          height: auto;
          float: left;
          position: relative;
          margin-left: 5.6%;
          margin-top: 9.4%; }
          .index .index-product .content .item .itemCen .picBox {
            width: 100%;
            height: auto;
            position: relative; }
            .index .index-product .content .item .itemCen .picBox.picBox1 .img1 {
              width: 83.8%;
              margin-left: 6.7%; }
            .index .index-product .content .item .itemCen .picBox.picBox1 .img2 {
              width: 37.1%;
              height: auto;
              position: absolute;
              top: 66%;
              left: 2.7%; }
            .index .index-product .content .item .itemCen .picBox.picBox1 .img3 {
              width: 27.8%;
              height: auto;
              position: absolute;
              top: 15%;
              right: -2%; }
            .index .index-product .content .item .itemCen .picBox.picBox2 .img1 {
              width: 84.3%;
              margin-left: -24.3%; }
            .index .index-product .content .item .itemCen .picBox.picBox2 .img2 {
              width: 39.7%;
              top: -13%;
              left: 48%;
              position: absolute; }
            .index .index-product .content .item .itemCen .picBox.picBox2 .img3 {
              width: 40.6%;
              position: absolute;
              top: 51%;
              left: 48%; }
            .index .index-product .content .item .itemCen .picBox.picBox3 .img1 {
              width: 55.9%;
              margin-left: 16.6%; }
            .index .index-product .content .item .itemCen .picBox.picBox3 .img2 {
              width: 41.4%;
              position: absolute;
              left: -5.2%;
              top: 74%; }
            .index .index-product .content .item .itemCen .picBox.picBox3 .img3 {
              width: 44.9%;
              left: 66%;
              top: 66%;
              position: absolute; }
          .index .index-product .content .item .itemCen .iconBox {
            width: 100%;
            height: auto;
            margin-top: 14.5%; }
            .index .index-product .content .item .itemCen .iconBox .it {
              width: 23.5%;
              height: auto;
              float: left;
              margin-right: 14.75%; }
              .index .index-product .content .item .itemCen .iconBox .it .icon {
                width: 100%;
                height: auto;
                position: relative; }
                .index .index-product .content .item .itemCen .iconBox .it .icon .ic {
                  width: 100%;
                  height: auto;
                  position: relative; }
                  .index .index-product .content .item .itemCen .iconBox .it .icon .ic .icNew {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-image: url("404.png");
                    -webkit-transition: transform .5s;
                    transition: transform .5s; }
                @media (min-width: 1024px) {
                  .index .index-product .content .item .itemCen .iconBox .it .icon:hover .ic .icNew {
                    transform: rotate(180deg); } }
              .index .index-product .content .item .itemCen .iconBox .it p {
                width: 100%;
                height: auto;
                text-align: center;
                font-size: 12px;
                line-height: 12px;
                color: #666;
                margin-top: 14px; }
              .index .index-product .content .item .itemCen .iconBox .it:last-child {
                margin-right: 0; }
        .index .index-product .content .item .con {
          width: 34%;
          height: auto;
          float: right;
          padding-top: 17%; }
          .index .index-product .content .item .con .tits {
            font-size: 30px;
            line-height: 32px;
            color: #104fa9; }
          .index .index-product .content .item .con .tit {
            font-size: 14px;
            line-height: 14px;
            color: #333;
            margin-top: 20px; }
          .index .index-product .content .item .con .txt,
          .star .content .item .con .txt {
            font-size: 12px;
            line-height: 20px;
            color: #666;
            width: 265px;
            max-width: 90%;
            margin-top: 35px; }
          .index .index-product .content .item .con .tit1 {
            font-size: 14px;
            line-height: 14px;
            font-family: Arial;
            color: #104fa9;
            margin-top: 68px; }
            .index .index-product .content .item .con .tit1 span {
              float: left; }
            .index .index-product .content .item .con .tit1 i {
              width: 1px;
              height: 12px;
              margin-top: 1px;
              background-color: #c4c4c4;
              float: left;
              margin: 1px 10px 0; }
          .index .index-product .content .item .con .more {
            width: 178px;
            height: 44px;
            border-radius: 22px;
            display: block;
            border: 1px solid #104fa9;
            text-align: center;
            font-size: 14px;
            line-height: 44px;
            margin-top: 30px;
            -webkit-transition: all .5s;
            transition: all .5s;
            background-color: #104fa9;
            color: #fff; }
            .index .index-product .content .item .con .more span {
              padding-right: 17px;
              background-image: url("../image/icon1.png");
              background-position: right center;
              background-repeat: no-repeat; }
        .index .index-product .content .item.item1 {
          margin-bottom: 12%; }
          .index .index-product .content .item.item1 .pic {
            float: right; }
            .index .index-product .content .item.item1 .pic img {
              width: 235.5%;
              margin-left: -160%; }
          .index .index-product .content .item.item1 .itemCen {
            float: right;
            margin-right: 5.7%;
            margin-left: 0;
            margin-top: 8%; }
            .index .index-product .content .item.item1 .itemCen .iconBox {
              margin-top: 4.5%; }
          .index .index-product .content .item.item1 .con {
            float: left;
            padding-top: 15.5%; }
        
          .index .index-product .content .item.item2 .pic img {
            width: 265.5%;
            margin-left: -40.4%; }
          .index .index-product .content .item.item2 .itemCen {
            margin-top: -0.4%; }
            .index .index-product .content .item.item2 .itemCen .iconBox {
              margin-top: 26%; }
          .index .index-product .content .item.item2 .con {
            padding-top: 12.2%; }
  .index .index-product-m {
    width: 100%;
    display: none;
    padding-top: 6.2%; }
    .index .index-product-m .box {
      width: 100%;
      height: auto;
      margin-top: 5%; }
      .index .index-product-m .box .item {
        width: 100%;
        height: auto;
        margin-bottom: 50px; }
        .index .index-product-m .box .item a {
          width: 100%;
          height: auto; }
          .index .index-product-m .box .item a .pic {
            width: 100%;
            height: auto; }
          .index .index-product-m .box .item a .picBox {
            width: 100%;
            height: auto; }
            .index .index-product-m .box .item a .picBox img {
              width: 32.5%;
              margin-right: 1.25%;
              margin-top: 1.25%;
              display: block;
              float: left; }
              .index .index-product-m .box .item a .picBox img:last-child {
                margin-right: 0; }
          .index .index-product-m .box .item a .con {
            width: 100%;
            height: auto;
            margin-top: 15px; }
            .index .index-product-m .box .item a .con .tits {
              text-align: center;
              font-size: 20px;
              line-height: 28px;
              color: #222;
              width: 100%; }
              .index .index-product-m .box .item a .con .tits span {
                position: relative;
                display: inline-block; }
                .index .index-product-m .box .item a .con .tits span i {
                  font-size: 16px; }
                .index .index-product-m .box .item a .con .tits span:after {
                  content: "";
                  width: 16px;
                  height: 14px;
                  background-size: cover;
                  background-position: center;
                  background-repeat: no-repeat;
                  background-image: url("../image/m_icon1.jpg");
                  position: absolute;
                  left: -23px;
                  top: 6px; }
                .index .index-product-m .box .item a .con .tits span:before {
                  content: "";
                  width: 16px;
                  height: 14px;
                  background-size: cover;
                  background-position: center;
                  background-repeat: no-repeat;
                  background-image: url("../image/m_icon2.jpg");
                  position: absolute;
                  right: -24px;
                  top: 6px; }
            .index .index-product-m .box .item a .con .tag {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 15px; }
              .index .index-product-m .box .item a .con .tag .icon {
                width: 90px;
                height: auto;
                display: inline-block; }
                .index .index-product-m .box .item a .con .tag .icon .ic {
                  width: 41px;
                  height: auto;
                  margin: 0 auto;
                  position: relative; }
                  .index .index-product-m .box .item a .con .tag .icon .ic .icNew {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-image: url("404.png"); }
                .index .index-product-m .box .item a .con .tag .icon p {
                  font-size: 12px;
                  text-align: center;
                  line-height: 12px;
                  color: #104fa9;
                  margin-top: 5px; }
            .index .index-product-m .box .item a .con .more {
              width: 120px;
              height: 38px;
              display: block;
              text-align: center;
              border-radius: 23rem;
              background-color: #104fa9;
              margin: 20px auto 0;
              font-size: 14px;
              line-height: 38px;
              color: #fff; }
              .index .index-product-m .box .item a .con .more span {
                padding-right: 17px;
                background-image: url("../image/icon1.png");
                background-position: right center;
                background-repeat: no-repeat; }
  .index .index-series {
    padding-top: 6%; }
    .index .index-series .content {
      margin-top: 4.6%;
      position: relative;
      overflow: hidden; }
      .index .index-series .content a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-series .content a.img2 {
          display: none; }
        @media (max-width: 768px) {
          .index .index-series .content a.img1 {
            display: none; }
          .index .index-series .content a.img2 {
            display: block; } }
      .index .index-series .content .bbbb {
        width: 140%; }
  .index .index-share {
    padding-top: 6%;
    padding-bottom: 6%; }
    .index .index-share .content {
      margin-top: 4.6%; }
      
        .index .index-share .content .itemBox a {
          width: 100%;
          height: auto;
          position: relative;
          display: block;
          overflow: hidden; }
          
          @media (min-width: 1024px) {
            .index .index-share .content .itemBox a:hover .con {
              opacity: 1;
              transform: translateY(0px); } }
        .index .index-share .content .itemBox .item {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
          
        .index .index-share .content .itemBox .item1 {
          width: 100%;
          height: auto; }
        .index .index-share .content .itemBox.right .ietm {
          margin-bottom: 0; }
        .index .index-share .content .itemBox.right .item1 {
          margin-bottom: 10px; }
    
    .index .index-share .more {
      width: 178px;
      height: 44px;
      border-radius: 22px;
      display: block;
      border: 1px solid #104fa9;
      text-align: center;
      font-size: 14px;
      line-height: 44px;
      color: #104fa9;
      -webkit-transition: all .5s;
      transition: all .5s;
      margin: 5% auto 0;
      background-color: #104fa9;
      color: #fff; }
      .index .index-share .more span {
        padding-right: 17px;
        background-image: url("../image/icon1.png");
        background-position: right center;
        background-repeat: no-repeat; }
  .index .index-video {
    width: 100%;
    height: auto;
    background-color: #f7fbfc;
    padding-top: 4%;
    padding-bottom: 6.3%;
    position: relative; }
    .index .index-video .vBox {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      z-index: 5; }
      .index .index-video .vBox .img1 {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden; }
        .index .index-video .vBox .img1 .imgN {
          position: absolute;
          left: 0;
          width: 100%;
          height: 56%;
          bottom: 0;
          background-size: 100% auto;
          background-position: bottom center;
          -o-object-fit: cover;
          object-fit: cover;
          z-index: 10;
          -webkit-filter: url(404.png);
          filter: url(#waterC); }
      .index .index-video .vBox .img2 {
        display: none; }
      .index .index-video .vBox .con {
        width: 100%;
        position: absolute;
        top: 40%;
        left: 0;
        text-align: center;
        text-shadow: 6px 1px 6px rgba(43, 66, 133, 0.2); }
        .index .index-video .vBox .con .tits {
          font-size: 47px;
          color: #fff;
          line-height: 47px; }
        .index .index-video .vBox .con .line {
          width: 263px;
          height: 2px;
          margin: 18px auto 0;
          background-image: url("404.png");
          background-position: center;
          background-repeat: no-repeat; }
        .index .index-video .vBox .con .tit {
          font-size: 17px;
          line-height: 17px;
          color: #fff;
          margin-top: 10px; }
        .index .index-video .vBox .con .icon {
          width: 60px;
          height: auto;
          margin: 134px auto 0; }
    .index .index-video .more {
      width: 178px;
      height: 44px;
      border-radius: 22px;
      border: 1px solid #fff;
      text-align: center;
      font-size: 14px;
      line-height: 44px;
      display: block;
      position: absolute;
      top: 55%;
      left: 50%;
      margin-left: -90px;
      color: #fff;
      z-index: 10; }
      .index .index-video .more span {
        padding-right: 18px;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../image/icon1.png"); }
    .index .index-video .fish {
      width: 33.7%;
      position: absolute;
      top: 0.4%;
      left: 0; }
      .index .index-video .fish img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: left 1.5s,top 1.5s;
        transition: left 1.5s,top 1.5s;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-filter: url(#water);
        filter: url(#water); }
      .index .index-video .fish canvas {
        position: absolute;
        top: 0;
        left: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
        opacity: 1;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
        transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s; }
      @media (min-width: 1024px) {
        .index .index-video .fish:hover img:nth-child(1) {
          left: -80px;
          top: -20px; }
        .index .index-video .fish:hover img:nth-child(2) {
          left: -80px;
          top: 40px; }
        .index .index-video .fish:hover img:nth-child(3) {
          left: 40px;
          top: 60px; }
        .index .index-video .fish:hover img:nth-child(4) {
          left: 100px;
          top: 140px; } }
  @media (max-width: 1366px) {
    .index .index-product .content .item .con .tits {
      font-size: 30px;
      line-height: 32px; }
    .index .index-product .content .item .con {
      padding-top: 12%; } }
  @media (max-width: 1200px) {
    .index .index-hot .w1200 .list .itemLeft {
      width: 32%;
      margin-right: 2%; }
    .index .index-hot .w1200 .list .itemLeft .item {
      margin-bottom: 10px; }
    .index .index-product .content .item .itemCen .iconBox .it p {
      width: 140%;
      margin-left: -20%; }
    .index .index-product .content .item .con {
      width: 32%; } }
  @media (max-width: 1024px) {
    .index .index-hot .fish {
      display: none; }
    .index .index-hot .fish1 {
      display: none; }
    .index .index-video .fish {
      display: none; }
    .index .index-product .content .item .con .tit1 {
      margin-top: 25px; }
    .index .index-product .content .item .con .more {
      margin-top: 15px; }
    .index .index-product .content .item .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .index .index-share {
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .index .index-hot {
      display: none; }
    .index .index-hot-m {
      display: block; }
    .index .index-product {
      display: none; }
    .index .index-product-m {
      display: block; }
    .index .index-series {
      width: 100%; }
    .index .index-share {
      width: 100%; }
      
      .index .index-share .more {
        width: 120px;
        height: 38px;
        line-height: 38px;
        color: #fff;
        background-color: #104fa9; }
        .index .index-share .more span {
          background-image: url("../image/icon1.png"); }
    .index .index-video {
      padding-bottom: 0; }
    .index .index-video .vBox {
      width: 100%; }
      .index .index-video .vBox .img1 {
        display: none; }
      .index .index-video .vBox .img2 {
        display: block; }
    .index .index-video .more {
      bottom: auto;
      width: 130px;
      height: 38px;
      line-height: 38px;
      margin-left: -66px; }
    .index .index-video .vBox .con .tits {
      font-size: 30px;
      line-height: 30px; }
    .index .index-video .vBox .con .tit {
      font-size: 15px;
      line-height: 15px; } }

.footerBox {
  width: 100%;
  height: auto;
  background-color: #2127af;
  position: relative;
  z-index: 5; }
  .footerBox .footerTop {
    width: 100%;
    height: auto;
    padding-top: 29px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5; }
    .footerBox .footerTop .item {
      width: 50%;
      height: auto;
      float: left;
      text-align: center; }
      .footerBox .footerTop .item a {
        padding-left: 80px;
        padding-right: 30px;
        font-size: 18px;
        color: #87bfe9;
        line-height: 58px;
        display: inline-block;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: relative; }
        .footerBox .footerTop .item a:after {
          content: "";
          position: absolute;
          width: 8px;
          height: 100%;
          top: 0;
          right: 0;
          background-image: url("404.png");
          background-position: center;
          background-repeat: no-repeat; }
    .footerBox .footerTop:after {
      content: "";
      width: 1px;
      height: 58px;
      position: absolute;
      top: 29px;
      left: 50%;
      background-color: rgba(255, 255, 255, 0.1); }
  .footerBox .footer {
    padding-top: 45px;
    padding-bottom: 33px;
    position: relative;
    z-index: 5; }
    .footerBox .footer .nav {
      width: 100%;
      height: auto; }
      .footerBox .footer .nav ul {
        width: 100%;
        text-align: center;
        height: auto;
        font-size: 0; }
        .footerBox .footer .nav ul li {
          display: inline-block; }
          .footerBox .footer .nav ul li a {
            font-size: 14px;
            line-height: 42px;
            color: #8fb3e6;
            padding: 0 21px; }
    .footerBox .footer .foot-right {
      width: 100%;
      text-align: center; }
      .footerBox .footer .foot-right .tits {
        font-size: 16px;
        line-height: 16px;
        color: #8fb3e6; }
      .footerBox .footer .foot-right .share {
        margin-top: 45px;
        text-align: center;
        font-size: 0;
        width: 100%; }
        .footerBox .footer .foot-right .share a {
          width: 31px;
          height: 31px;
          margin: 0 10px;
          padding: 0;
          display: inline-block;
          opacity: 1;
          float: none;
          background-position: center;
          background-size: 100%;
          position: relative; }
          .footerBox .footer .foot-right .share a .ewm {
            width: 204px;
            position: absolute;
            top: -178px;
            left: -87px;
            display: none; }
          .footerBox .footer .foot-right .share a.bds_weixin {
            background-image: url("../image/wx.png"); }
          .footerBox .footer .foot-right .share a.bds_sqq {
            background-image: url("../image/qq.png"); }
          .footerBox .footer .foot-right .share a.bds_tsina {
            background-image: url("../image/wb.png"); }
          .footerBox .footer .foot-right .share a:hover .ewm {
            display: block; }
      .footerBox .footer .foot-right .tit1 {
        font-size: 14px;
        line-height: 27px;
        color: #8fb3e6;
        margin-top: 14px; }
  .footerBox .tel {
    width: 498px;
    height: 68px;
    border-radius: 34px;
    border: 1px solid #87bfe9;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 68px;
    color: #87bfe9;
    display: none; }
    .footerBox .tel span {
      display: inline-block;
      padding-left: 32px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("404.png"); }
  .footerBox .foott {
    font-size: 12px;
    color: #8fb3e6;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5;
    padding: 22px 0;
    text-align: center; }
    .footerBox .foott p {
      line-height: 30px; }
      .footerBox .foott p span {
        margin-left: 10px; }
      .footerBox .foott p i {
        margin-left: 10px; }
      .footerBox .foott p a {
        color: #8fb3e6;
        margin-left: 10px; }
        @media (min-width: 1024px) {
          .footerBox .foott p a:hover {
            color: #fff; } }
    .footerBox .foott .nav {
      float: right;
      font-size: 12px;
      color: #8fb3e6;
      line-height: 30px; }
      .footerBox .foott .nav span {
        margin: 0 16px; }
      .footerBox .foott .nav a {
        color: #8fb3e6; }
        @media (min-width: 1024px) {
          .footerBox .foott .nav a:hover {
            color: #fff; } }
  .footerBox .fish {
    width: 25.9%;
    position: absolute;
    bottom: 0;
    right: -6%; }
    .footerBox .fish img {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: left 1.5s,top 1.5s;
      transition: left 1.5s,top 1.5s;
      -webkit-filter: url(#water2);
      filter: url(#water2); }
    @media (min-width: 1024px) {
      .footerBox .fish:hover img:nth-child(1) {
        left: -20px;
        top: -100px; }
      .footerBox .fish:hover img:nth-child(2) {
        left: -40px;
        top: -80px; }
      .footerBox .fish:hover img:nth-child(3) {
        left: -20px;
        top: -40px; }
      .footerBox .fish:hover img:nth-child(4) {
        left: -20px;
        top: -100px; } }
  @media (max-width: 1250px) {
    .footerBox .foott p {
      width: 100%;
      float: none;
      text-align: center; }
    .footerBox .foott .nav {
      width: 100%;
      text-align: center;
      float: none; } }
  @media (max-width: 1024px) {
    .footerBox .fish {
      display: none; } }
  @media (max-width: 960px) {
    .footerBox .tel {
      display: block; }
    .footerBox .footer .nav {
      display: none; }
    .footerBox .foott p {
      line-height: 20px; }
    .footerBox .foott p span {
      display: none; }
    .footerBox .foott p a {
      display: none; }
    .footerBox .foott p a.icp {
      display: block; }
    .footerBox .footer .foot-right .tit1 {
      display: none; }
    .footerBox .foott {
      border-top: none; }
    .footerBox .foott .nav span {
      margin: 0 10px; }
    .footerBox .footer {
      padding-top: 25px;
      padding-bottom: 10px; }
    .footerBox .footer .foot-right .share {
      margin-top: 0; }
    .footerBox .foott {
      padding: 22px 0 50px; }
    .footerBox .foott .nav {
      margin-bottom: 5px; } }
  @media (max-width: 800px) {
    .footerBox .footerTop {
      padding: 15px 0; }
    .footerBox .footerTop .item a {
      text-align: left;
      background-size: 40px 40px;
      height: 40px;
      background-position: left top;
      padding-left: 50px;
      padding-right: 0;
      font-size: 14px;
      line-height: 40px; }
      .footerBox .footerTop .item a span {
        display: none; }
      .footerBox .footerTop .item a:after {
        display: none; }
    .footerBox .footerTop:after {
      top: 20px;
      height: 32px; } }
  @media (max-width: 768px) {
    .footerBox .tel {
      width: 180px;
      height: 33px;
      font-size: 14px;
      line-height: 33px; }
      .footerBox .tel span {
        background-size: 15px auto;
        padding-left: 24px; } }

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }
  .banner .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .banner .con .conn {
      margin-left: 84px;
      color: #333; }
      .banner .con .conn .tits {
        font-size: 38px;
        line-height: 38px; }
      .banner .con .conn .tit {
        font-size: 20px;
        line-height: 20px;
        margin-top: 16px; }
  @media (max-width: 1024px) {
    .banner {
      display: none; } }
  @media (max-width: 768px) {
    .banner {
      height: auto; }
      .banner .con {
        padding: 25% 0;
        position: relative; }
        .banner .con .conn {
          width: 100%;
          margin-left: 0;
          text-align: center; }
          .banner .con .conn .tits {
            font-size: 28px;
            line-height: 28px; }
          .banner .con .conn .tit {
            font-size: 18px;
            line-height: 18px; } }

.banner-m {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none; }
  @media (max-width: 1024px) {
    .banner-m {
      display: block; } }

.proList {
  width: -webkit-calc(100% - 166px);
  width: calc(100% - 166px);
  float: right;
  position: relative;
  z-index: 5; }
  .proList ul li {
    width: 32.7%;
    height: auto;
    float: left;
    margin-right: 0.95%;
    position: relative;
    margin-bottom: 50px; }
    .proList ul li a {
      display: block; }
      .proList ul li a .picBox {
        width: 100%;
        height: auto;
        position: relative; }
        .proList ul li a .picBox .pic {
          width: 100%;
          height: auto;
          position: relative; }
          .proList ul li a .picBox .pic .tag {
            width: 49px;
            height: auto;
            position: absolute;
            top: 20px;
            right: 7.7%; }
            .proList ul li a .picBox .pic .tag img {
              display: block;
              margin-bottom: 6px; }
        .proList ul li a .picBox .picHover {
          width: 100%;
          height: 100%;
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background-color: #f7fbfc;
          -webkit-transition: opacity .5s;
          transition: opacity .5s; }
      .proList ul li a .con {
        width: 100%;
        height: 106px;
        padding-top: 22px;
        position: relative;
        text-align: center; }
        .proList ul li a .con .tits {
          max-width: 90%;
          margin: 0 auto;
          font-size: 16px;
          line-height: 20px;
          height: 20px;
          color: #333;
          overflow: hidden;
          font-weight: bold; }
        .proList ul li a .con .tit {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          margin-top: 12px;
          width: 80%;
          margin: 12px auto 0;
          height: 18px;
          overflow: hidden; }
        .proList ul li a .con .tit1 {
          width: 100%;
          text-align: center;
          color: #104fa9;
          font-family: Arial;
          font-size: 0;
          position: relative;
          margin-top: 19px; }
          .proList ul li a .con .tit1 span {
            font-size: 14px;
            line-height: 14px; }
          .proList ul li a .con .tit1 i {
            width: 1px;
            height: 10px;
            margin: 0 10px;
            display: inline-block;
            background-color: #c4c4c4; }
    .proList ul li .shop {
      width: 180px;
      height: 46px;
      display: block;
      text-align: center;
      border-radius: 23rem;
      background-color: #104fa9;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -90px;
      font-size: 14px;
      line-height: 46px;
      color: #fff;
      transform: translateY(20px);
      opacity: 0;
      -webkit-transition: transform .5s,opacity .5s;
      transition: transform .5s,opacity .5s; }
      .proList ul li .shop span {
        padding-right: 17px;
        background-image: url("../image/icon1.png");
        background-position: right center;
        background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .proList ul li:hover a .picHover {
        opacity: 1; }
      .proList ul li:hover .shop {
        transform: translateY(0);
        opacity: 1; } }
    .proList ul li:nth-child(3n) {
      margin-right: 0; }
  @media (max-width: 1024px) {
    .proList {
      width: 100%; }
      .proList ul li a .con {
        height: auto; }
      .proList ul li .shop {
        position: relative;
        left: 0;
        margin: 20px auto 0;
        opacity: 1;
        transform: translateY(0); }
      .proList ul li a .con .tit {
        margin: 3px auto 0; }
      .proList ul li a .con .tit1 {
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .proList ul li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 30px; }
      .proList ul li:nth-child(3n) {
        margin-right: 4%; }
      .proList ul li:nth-child(2n) {
        margin-right: 0; }
    .proList ul li .shop {
      width: 120px;
      height: 38px;
      line-height: 38px;
      border-radius: 20px; }
    .proList ul li a .con {
      padding-top: 10px; }
    .proList ul li a .con .tit {
      line-height: 18px; }
    .proList ul li a .picBox .pic .tag {
      width: 40px;
      top: 5px;
      right: 5px; } }

.product {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative; }
  .product .title {
    width: 100%;
    height: auto; }
    .product .title .tits {
      font-size: 14px;
      line-height: 44px;
      float: left;
      color: #333;
      margin-left: 5px; }
    .product .title .rank {
      width: 186px;
      height: 44px;
      float: right;
      cursor: pointer;
      position: relative;
      z-index: 10; }
      .product .title .rank .t {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        height: 42px;
        border: 1px solid #c4c4c4;
        border-radius: 21px;
        position: relative; }
        .product .title .rank .t span {
          font-size: 12px;
          line-height: 42px;
          float: left;
          margin-left: 20px; }
        .product .title .rank .t i {
          width: 8px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 22px;
          background-image: url("404.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 8px auto; }
      .product .title .rank ul {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        border-radius: 0 0 21px 21px;
        border: 1px solid #c4c4c4;
        border-top: none;
        background-color: #fff;
        top: 44px;
        left: 0;
        display: none;
        z-index: 10;
        overflow: hidden; }
        .product .title .rank ul li {
          font-size: 12px;
          line-height: 32px;
          color: #666; }
          .product .title .rank ul li span {
            margin-left: 20px; }
          .product .title .rank ul li:hover {
            background-color: #2127af;
            color: #fff; }
      .product .title .rank.on .t {
        border-radius: 21px 21px 0 0; }
        .product .title .rank.on .t i {
          transform: rotate(180deg); }
      .product .title .rank.on ul {
        display: block; }
  .product .content {
    width: 100%;
    margin-top: 30px; }
  .product.w1200 .title .tits {
    background: none !important;
    padding-right: 0  !important; }
  .product.w1200 .content .proList {
    width: 100%;
    float: none; }
  @media (max-width: 1024px) {
    .product {
      padding-top: 5%;
      padding-bottom: 5%; }
      .product .title .tits {
        background-image: url("404.png");
        padding-right: 16px;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 8px auto; } }
  @media (max-width: 768px) {
    .product .content {
      margin-top: 20px; }
    .product .title .rank {
      height: 38px; }
    .product .title .rank .t {
      height: 36px; }
      .product .title .rank .t span {
        line-height: 36px; }
    .product .title .rank ul {
      top: 37px; } }

.navLeft {
  width: 135px;
  height: auto;
  float: left; }
  .navLeft .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none; }
  .navLeft ul li {
    border-top: 1px solid #c4c4c4;
    padding-top: 24px;
    padding-bottom: 24px; }
    .navLeft ul li .tits {
      font-size: 12px;
      line-height: 24px;
      color: #333;
      position: relative;
      cursor: pointer; }
      .navLeft ul li .tits a {
        color: #333; }
      .navLeft ul li .tits span {
        float: left;
        margin-left: 5px; }
      .navLeft ul li .tits i {
        width: 14px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 14px;
        background-image: url("../image/p_i2.png");
        background-position: center;
        background-repeat: no-repeat; }
    .navLeft ul li dl {
      width: 100%;
      height: auto;
      margin-top: 8px;
      display: none;
      padding-bottom: 20px; }
      .navLeft ul li dl dd a {
        font-size: 12px;
        line-height: 42px;
        color: #666;
        display: block;
        padding-left: 5px;
        width: -webkit-calc(100% - 5px);
        width: calc(100% - 5px); }
        .navLeft ul li dl dd a.active{
          color: #2127af;
        }
    .navLeft ul li.on .tits {
      color: #2127af; }
      .navLeft ul li.on .tits a {
        color: #2127af; }
      .navLeft ul li.on .tits i {
        background-image: url("../image/p_i3.png"); }
  @media (max-width: 1024px) {
    .navLeft {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      display: none; }
      .navLeft .bg {
        display: block; }
      .navLeft ul {
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px);
        padding: 50px 20px 30px;
        height: -webkit-calc(100vh - 80px);
        height: calc(100vh - 80px);
        background-color: #fff;
        position: relative;
        z-index: 1000; }
        .navLeft ul li {
          padding: 15px 0;
          border-top: 0;
          border-bottom: 1px solid #c4c4c4; }
          .navLeft ul li dl {
            padding-bottom: 10px; }
            .navLeft ul li dl dd a {
              line-height: 32px; } }

.infoTitle {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  line-height: 30px;
  color: #104fa9;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  z-index: 5; }
  .infoTitle:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #104fa9;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -15px; }
  @media (max-width: 1024px) {
    .infoTitle {
      border-bottom: none;
      text-align: left;
      color: #333;
      padding-bottom: 0;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold; }
      .infoTitle:after {
        display: none; } }

.productInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5; }
  .productInfo .top {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    margin: 0 auto;
    position: relative; }
    .productInfo .top .bg {
      width: 200%;
      position: absolute;
      top: 0;
      right: 45%;
      background-color: #f7fbfc;
      height: 100%;
      z-index: 5; }
    .productInfo .top .picBox {
      width: 55.1%;
      height: auto;
      float: left;
      position: relative;
      z-index: 10; }
      .productInfo .top .picBox .pic {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden; }
        .productInfo .top .picBox .pic img {
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 10; }
        .productInfo .top .picBox .pic.picB img {
          display: none; }
          .productInfo .top .picBox .pic.picB img.on {
            display: block; }
        .productInfo .top .picBox .pic:last-child {
          margin-bottom: 0; }
    .productInfo .top .picBox1 {
      width: 100%;
      display: none;
      height: auto;
      position: relative; }
      .productInfo .top .picBox1 .picBox-new {
        width: 100%;
        height: auto; }
        .productInfo .top .picBox1 .picBox-new .pic {
          width: 100%;
          float: left;
          height: auto; }
          .productInfo .top .picBox1 .picBox-new .pic img {
            width: 100%;
            height: auto; }
          .productInfo .top .picBox1 .picBox-new .pic.picC img {
            display: none; }
            .productInfo .top .picBox1 .picBox-new .pic.picC img.on {
              display: block; }
      .productInfo .top .picBox1 .btns {
        width: 100%;
        text-align: center;
        z-index: 4;
        margin-top: 10px; }
        .productInfo .top .picBox1 .btns span {
          width: 14px;
          height: 14px;
          background: none;
          background-image: url("../image/banner_icon1.png");
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 6px;
          opacity: 0.3; }
          .productInfo .top .picBox1 .btns span.swiper-pagination-bullet-active {
            opacity: 1; }
    .productInfo .top .con {
      width: 100%;
      position: absolute;
      z-index: 10; }
      .productInfo .top .con .table {
        width: 55.1%;
        float: left; }
        .productInfo .top .con .table.t2 {
          width: 44.9%; }
      .productInfo .top .con .conn {
        width: 478px;
        max-width: 100%;
        position: relative;
        margin: 0 auto; }
        .productInfo .top .con .conn .tits {
          font-size: 22px;
          line-height: 30px;
          color: #333; }
        .productInfo .top .con .conn .tit {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 7px; }
        .productInfo .top .con .conn .tag {
          width: 100%;
          margin-top: 36px; }
          .productInfo .top .con .conn .tag .icon {
            width: 61px;
            height: auto;
            float: left;
            margin-right: 50px; }
            .productInfo .top .con .conn .tag .icon .ic {
              width: 100%;
              height: auto;
              position: relative; }
              .productInfo .top .con .conn .tag .icon .ic .icNew {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("404.png");
                -webkit-transition: transform .5s;
                transition: transform .5s; }
            .productInfo .top .con .conn .tag .icon p {
              width: 160%;
              margin-left: -30%;
              font-size: 12px;
              line-height: 12px;
              color: #2127af;
              text-align: center;
              margin-top: 13px; }
            @media (min-width: 1024px) {
              .productInfo .top .con .conn .tag .icon:hover .ic .icNew {
                transform: rotate(180deg); } }
        .productInfo .top .con .conn .score {
          width: 100%;
          height: auto;
          font-size: 13px;
          color: #2127af;
          line-height: 14px;
          margin-top: 125px;
          border-bottom: 1px solid #e6e6e6;
          padding-bottom: 20px; }
          .productInfo .top .con .conn .score img {
            float: left;
            display: block;
            height: 12px; }
          .productInfo .top .con .conn .score span {
            float: left;
            display: block;
            margin-left: 14px; }
        .productInfo .top .con .conn .spe {
          width: 100%;
          border-bottom: 1px solid #e6e6e6;
          font-size: 16px;
          line-height: 53px;
          color: #666; }
          .productInfo .top .con .conn .spe span {
            width: 75px;
            display: block;
            float: left; }
          .productInfo .top .con .conn .spe a {
            float: left;
            color: #666;
            margin-right: 15px; }
            .productInfo .top .con .conn .spe a.on {
              text-decoration: underline; }
        .productInfo .top .con .conn .color {
          width: 100%;
          border-bottom: 1px solid #e6e6e6;
          font-size: 16px;
          line-height: 60px; }
          .productInfo .top .con .conn .color span {
            width: 75px;
            display: block;
            float: left; }
          .productInfo .top .con .conn .color .colorList {
            float: left;
            margin-top: 20px; }
            .productInfo .top .con .conn .color .colorList div {
              width: 20px;
              height: 20px;
              border-radius: 100%;
              float: left;
              margin-right: 20px;
              box-sizing: border-box;
              position: relative;
              cursor: pointer; }
              .productInfo .top .con .conn .color .colorList div img {
                width: 18px;
                height: 18px;
                overflow: hidden;
                border: 1px solid #fff;
                border-radius: 100%; }
              .productInfo .top .con .conn .color .colorList div .ti {
                width: 84px;
                height: 38px;
                position: absolute;
                top: -37px;
                left: -32px;
                background-image: url("404.png");
                background-position: center;
                background-repeat: no-repeat;
                border-radius: 0;
                display: none; }
                .productInfo .top .con .conn .color .colorList div .ti i {
                  width: 74px;
                  height: 24px;
                  font-size: 12px;
                  line-height: 24px;
                  color: #fff;
                  text-align: center;
                  display: block;
                  position: absolute;
                  top: 2px;
                  left: 3px; }
              @media (min-width: 1024px) {
                .productInfo .top .con .conn .color .colorList div:hover img {
                  border: 1px solid #2127af; }
                .productInfo .top .con .conn .color .colorList div:hover .ti {
                  display: block; } }
              .productInfo .top .con .conn .color .colorList div.on img {
                border: 1px solid #2127af; }
        .productInfo .top .con .conn .color-m {
          width: 100%;
          height: auto;
          display: none;
          position: relative;
          z-index: 10; }
          .productInfo .top .con .conn .color-m .colorTits {
            width: -webkit-calc(100% - 2px);
            width: calc(100% - 2px);
            border: 1px solid #999;
            height: 44px;
            font-size: 16px;
            line-height: 44px;
            color: #333;
            border-radius: 20px;
            position: relative;
            cursor: pointer; }
            .productInfo .top .con .conn .color-m .colorTits img {
              width: 30px;
              margin-top: 7px;
              margin-left: 15px;
              display: block;
              float: left; }
            .productInfo .top .con .conn .color-m .colorTits span {
              float: left;
              margin-left: 10px; }
            .productInfo .top .con .conn .color-m .colorTits i {
              width: 8px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 22px;
              background-image: url(404.png);
              background-size: 8px auto;
              background-position: center;
              background-repeat: no-repeat; }
          .productInfo .top .con .conn .color-m ul {
            width: calc(100% - 2px);
            border: 1px solid #999;
            position: absolute;
            border-top: none;
            top: 45px;
            left: 0;
            background-color: #fff;
            display: none;
            max-height: 225px;
            overflow-y: scroll; }
            .productInfo .top .con .conn .color-m ul li {
              font-size: 16px;
              line-height: 44px;
              color: #333;
              cursor: pointer; }
              .productInfo .top .con .conn .color-m ul li img {
                width: 30px;
                margin-top: 7px;
                margin-left: 15px;
                display: block;
                float: left; }
              .productInfo .top .con .conn .color-m ul li span {
                float: left;
                margin-left: 10px; }
          .productInfo .top .con .conn .color-m.on .colorTits {
            border-radius: 20px 20px 0 0; }
        .productInfo .top .con .conn .bb {
          width: 100%;
          height: auto;
          margin-top: 40px; }
          .productInfo .top .con .conn .bb .price {
            font-size: 16px;
            line-height: 46px;
            color: #666;
            float: left; }
            .productInfo .top .con .conn .bb .price span {
              width: 75px;
              display: block;
              float: left; }
            .productInfo .top .con .conn .bb .price i {
              float: left; }
          .productInfo .top .con .conn .bb .shop {
            width: 178px;
            height: 44px;
            border: 1px solid #104fa9;
            border-radius: 20px;
            float: right;
            display: block;
            text-align: center;
            font-size: 0;
            color: #104fa9; }
            .productInfo .top .con .conn .bb .shop span {
              font-size: 14px;
              line-height: 44px;
              padding-left: 29px;
              background-image: url("404.png");
              background-position: left center;
              background-repeat: no-repeat; }
            @media (min-width: 1024px) {
              .productInfo .top .con .conn .bb .shop:hover {
                background-color: #104fa9;
                color: #fff; }
                .productInfo .top .con .conn .bb .shop:hover span {
                  background-image: url("404.png"); } }
          .productInfo .top .con .conn .bb .num {
            width: 98px;
            height: 44px;
            border: 1px solid #104fa9;
            border-radius: 20px;
            float: right;
            margin-right: 20px; }
            .productInfo .top .con .conn .bb .num span {
              width: 11px;
              height: 44px;
              background-position: center;
              background-repeat: no-repeat;
              display: block;
              float: left;
              cursor: pointer; }
              .productInfo .top .con .conn .bb .num span.jia {
                background-image: url("404.png"); }
              .productInfo .top .con .conn .bb .num span.jian {
                background-image: url("404.png");
                margin-left: 16px; }
            .productInfo .top .con .conn .bb .num .text {
              width: 43px;
              height: 44px;
              border: none;
              background: none;
              text-align: center;
              color: #2127af;
              font-size: 14px;
              line-height: 44px;
              color: #2127af;
              float: left;
              display: block; }
        .productInfo .top .con .conn .sho {
          width: 100%;
          height: 44px;
          line-height: 44px;
          font-size: 16px;
          color: #fff;
          display: block;
          border-radius: 10px;
          background-color: #12368b;
          text-align: center;
          display: none; }
      .productInfo .top .con .list {
        width: 105px;
        height: auto;
        float: left;
        margin-left: -105px; }
        .productInfo .top .con .list .item {
          width: 100%;
          height: auto;
          box-sizing: border-box;
          margin-bottom: 10px; }
          .productInfo .top .con .list .item.on {
            border: 1px solid #2127af; }
  .productInfo .infoBox {
    padding-top: 6.1%;
    padding-bottom: 6.1%; }
    .productInfo .infoBox .tabs {
      width: 100%;
      height: auto;
      background-color: #f8f9fb;
      margin-bottom: 30px;
      position: relative;
      display: none; }
      .productInfo .infoBox .tabs a {
        width: 50%;
        height: 45px;
        text-align: center;
        font-size: 16px;
        line-height: 45px;
        display: block;
        float: left;
        color: #333; }
        .productInfo .infoBox .tabs a.on {
          color: #12368b; }
      .productInfo .infoBox .tabs:before {
        content: "";
        width: 1px;
        height: 35px;
        top: 5px;
        background-color: #e6e6e6;
        position: absolute;
        left: 50%; }
    .productInfo .infoBox .box1 {
      margin-bottom: 95px; }
      .productInfo .infoBox .box1 .txt {
        font-size: 14px !important;
        line-height: 32px !important;
        color: #999 !important;
        text-align: center;
        margin-top: 50px; }
        .productInfo .infoBox .box1 .txt p {
          font-size: 14px !important;
          line-height: 32px !important;
          color: #999 !important; }
        .productInfo .infoBox .box1 .txt span {
          font-size: 14px !important;
          line-height: 32px !important;
          color: #999 !important; }
      .productInfo .infoBox .box1 .picList {
        width: 100%;
        text-align: center;
        margin-top: 60px; }
        .productInfo .infoBox .box1 .picList img {
          max-width: 100%; }
        .productInfo .infoBox .box1 .picList p {
          font-size: 14px !important;
          line-height: 32px !important;
          color: #999 !important; }
          .productInfo .infoBox .box1 .picList p img {
            height: auto !important;
            width: auto !important; }
        .productInfo .infoBox .box1 .picList span {
          font-size: 14px !important;
          line-height: 32px !important;
          color: #999 !important; }
    .productInfo .infoBox .box2 {
      margin-bottom: 10px; }
      .productInfo .infoBox .box2 .proList {
        width: 100%;
        margin-top: 60px;
        float: none; }
    .productInfo .infoBox .box3 {
      margin-bottom: 5%; }
      .productInfo .infoBox .box3 .list {
        margin-top: 73px; }
        .productInfo .infoBox .box3 .list ul li {
          border-bottom: 1px solid #e6e6e6;
          padding-bottom: 50px;
          margin-bottom: 56px;
          display: block; }
          .productInfo .infoBox .box3 .list ul li .name {
            width: 8.3%;
            font-size: 14px;
            line-height: 26px;
            float: left;
            color: #666; }
          .productInfo .infoBox .box3 .list ul li .xin {
            width: 12.5%;
            float: left;
            margin-top: 7px; }
            .productInfo .infoBox .box3 .list ul li .xin img {
              max-width: 90%;
              max-height: 12px; }
          .productInfo .infoBox .box3 .list ul li .f-cb {
            display: none; }
          .productInfo .infoBox .box3 .list ul li .con {
            width: 64.1%;
            float: left; }
            .productInfo .infoBox .box3 .list ul li .con .txt {
              font-size: 14px;
              line-height: 26px;
              color: #999;
              height: 78px;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .productInfo .infoBox .box3 .list ul li .con .picList {
              width: 100%;
              height: auto;
              margin-top: 34px;
              display: block; }
              .productInfo .infoBox .box3 .list ul li .con .picList img {
                width: 22%;
                display: block;
                float: left;
                margin-right: 10px;
                margin-bottom: 10px; }
                .productInfo .infoBox .box3 .list ul li .con .picList img:nth-child(4n) {
                  margin-right: 0; }
          .productInfo .infoBox .box3 .list ul li .time {
            float: right;
            font-size: 12px;
            line-height: 26px;
            color: #999;
            font-family: Arial; }
          .productInfo .infoBox .box3 .list ul li:last-child {
            margin-bottom: 0;
            border-bottom: none; }
        .productInfo .infoBox .box3 .list .page {
          width: 265px;
          margin: 0 auto;
          font-size: 12px;
          line-height: 26px;
          position: relative; }
          .productInfo .infoBox .box3 .list .page a {
            color: #666666;
            position: relative;
            z-index: 5; }
          .productInfo .infoBox .box3 .list .page .num {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 4; }
        .productInfo .infoBox .box3 .list .more {
          width: 178px;
          height: 44px;
          font-size: 14px;
          line-height: 44px;
          display: block;
          margin: 63px auto 0;
          text-align: center;
          border-radius: 20px;
          border: 1px solid #2127af;
          background-color: #2127af;
          color: #fff; }
  @media (max-width: 1560px) {
    .productInfo .top {
      width: 90%; }
    .productInfo .top .con .list {
      width: 10%;
      margin-left: -10%; } }
  @media (max-width: 1366px) {
    .productInfo .top .con .conn {
      width: 75%; }
    .productInfo .top .con .conn .score {
      margin-top: 40px; }
    .productInfo .top .con .conn .bb {
      margin-top: 15px; } }
  @media (max-width: 1200px) {
    .productInfo .top .con .conn .bb .shop {
      width: 130px; }
      .productInfo .top .con .conn .bb .shop span {
        padding-left: 22px; }
    .productInfo .top .con .conn .tits {
      font-size: 18px;
      line-height: 24px; }
    .productInfo .top .con .conn .spe {
      line-height: 40px; }
    .productInfo .top .con .conn .color {
      line-height: 45px; }
      .productInfo .top .con .conn .color .colorList {
        margin-top: 12px; }
    .productInfo .top .con .conn .bb .num {
      width: 80px;
      margin-right: 10px; }
    .productInfo .top .con .conn .bb .num span.jian {
      margin-left: 10px; }
    .productInfo .top .con .conn .bb .num .text {
      width: 35px; }
    .productInfo .infoBox .box1 {
      margin-bottom: 60px; }
    .productInfo .infoBox .box1 .txt {
      margin-top: 30px; }
    .productInfo .infoBox .box1 .picList {
      margin-top: 30px; } }
  @media (max-width: 1024px) {
    .productInfo .top {
      width: 100%; }
      .productInfo .top .bg {
        display: none; }
      .productInfo .top .picBox {
        display: none; }
      .productInfo .top .picBox1 {
        display: block; }
    .productInfo .top .con .list {
      display: none; }
    .productInfo .top .con {
      width: 100%;
      position: relative;
      min-height: 0;
      height: auto !important;
      top: 0 !important; }
      .productInfo .top .con .table {
        width: 100% !important;
        float: none; }
      .productInfo .top .con .conn {
        padding-top: 0;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 30px; }
    .productInfo .top .con .conn {
      width: 89.6%;
      float: none;
      margin: 20px auto 0; }
      .productInfo .top .con .conn .tag {
        margin-top: 15px; }
        .productInfo .top .con .conn .tag .icon {
          width: auto;
          float: left;
          margin-right: 10px;
          margin-bottom: 10px; }
          .productInfo .top .con .conn .tag .icon .ic {
            display: block;
            width: 36px;
            float: left; }
          .productInfo .top .con .conn .tag .icon p {
            width: auto;
            margin-left: 0;
            font-size: 12px;
            line-height: 36px;
            float: left;
            margin-left: 5px;
            margin-top: 0; }
          .productInfo .top .con .conn .tag .icon:last-child {
            margin-right: 0; }
      .productInfo .top .con .conn .score {
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: none; }
      .productInfo .top .con .conn .spe {
        border-bottom: none; }
      .productInfo .top .con .conn .color {
        display: none; }
      .productInfo .top .con .conn .color-m {
        display: block; }
      .productInfo .top .con .conn .bb {
        margin-top: 0; }
        .productInfo .top .con .conn .bb .shop {
          display: none; }
        .productInfo .top .con .conn .bb .num {
          width: -webkit-calc(100% - 2px);
          width: calc(100% - 2px);
          border: 1px solid #999;
          height: 44px;
          font-size: 16px;
          line-height: 44px;
          float: none; }
          .productInfo .top .con .conn .bb .num span {
            float: right;
            width: 44px;
            height: 44px;
            border-left: 1px solid #999; }
            .productInfo .top .con .conn .bb .num span.jian {
              margin-left: 0; }
          .productInfo .top .con .conn .bb .num .text {
            width: 60%;
            padding-left: 15px;
            text-align: left;
            font-size: 14px;
            color: #333; }
        .productInfo .top .con .conn .bb .price {
          float: none;
          width: 100%;
          margin-top: 0;
          line-height: 28px; }
      .productInfo .top .con .conn .sho {
        display: block; }
    .productInfo .top .con .conn .tag .icon p br {
      display: none; }
    .productInfo .infoBox {
      width: 100%;
      padding-top: 10%; }
      .productInfo .infoBox .box1 {
        width: 90%;
        margin: 0 auto 30px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 20px; }
        .productInfo .infoBox .box1 .txt {
          margin-top: 0;
          text-align: left; }
          .productInfo .infoBox .box1 .txt p {
            text-align: left !important; }
        .productInfo .infoBox .box1 .picList {
          margin-top: 15px;
          text-align: left; }
          .productInfo .infoBox .box1 .picList p {
            text-align: left !important; }
      .productInfo .infoBox .box2 {
        width: 90%;
        margin: 0 auto 20px; }
        .productInfo .infoBox .box2 .proList {
          margin-top: 10px; }
          .productInfo .infoBox .box2 .proList ul li:nth-child(3) {
            display: none; }
      .productInfo .infoBox .box3 {
        width: 90%;
        margin: 0 auto 5%; }
        .productInfo .infoBox .box3 .list {
          margin-top: 20px; }
          .productInfo .infoBox .box3 .list ul li {
            padding-bottom: 10px;
            margin-bottom: 30px; }
            .productInfo .infoBox .box3 .list ul li .name {
              width: auto; }
            .productInfo .infoBox .box3 .list ul li .xin {
              width: 87px;
              margin-left: 25px; }
            .productInfo .infoBox .box3 .list ul li .f-cb {
              display: block; }
            .productInfo .infoBox .box3 .list ul li .con {
              width: 100%;
              float: none;
              margin-top: 10px; }
              .productInfo .infoBox .box3 .list ul li .con .picList {
                margin-top: 15px; }
                .productInfo .infoBox .box3 .list ul li .con .picList img {
                  width: 100%;
                  margin-bottom: 10px;
                  margin-right: 0; }
          .productInfo .infoBox .box3 .list .more {
            margin: 0 auto 0; }
    .productInfo .infoBox .box3 .list .more {
      width: 120px;
      height: 38px;
      line-height: 38px; } }

.shareList {
  width: 1050px;
  margin: 0 auto 6.2%;
  position: relative;
  z-index: 5; }
  .shareList .list {
    width: 100%;
    height: auto;
    margin-top: 80px; }
    .shareList .list .item,
    .index .index-share .content .itemBox .item {
      width: 33.3333333333%;
      margin-bottom: 25px;
      position: relative;
      cursor: pointer;
      float: left; }
      .shareList .list .item a,
      .index .index-share .content .itemBox .item a {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        margin: 0 auto;
        height: auto;
        display: block;
        position: relative; }
        .shareList .list .item a.tit,
        .index .index-share .content .itemBox .item a.tit{
          color: #333;
          padding: 20px 0;
          height: 70px;
          line-height: 1.6;
          font-size: 14px;
        }
        .shareList .list .item:hover a.tit,
        .index .index-share .content .itemBox .item:hover a.tit{
          color: #2127af;
        }
      .shareList .list .item .con,
      .index .index-share .content .itemBox a .con {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 36, 127, 0.6);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        -webkit-transition: transform .5s,opacity .5s;
        transition: transform .5s,opacity .5s; }
        .shareList .list .item .con .conn,
        .index .index-share .content .itemBox .con .conn {
          width: 190px;
          height: auto;
          margin: 0 auto;
          text-align: center; }
          .shareList .list .item .con .conn .txt {
            font-size: 12px;
            line-height: 20px;
            color: #fff; }
          .shareList .list .item .con .conn .xin,
          .index .index-share .content .itemBox .con .conn .xin {
            width: 64px;
            height: auto;
            margin: 17px auto 0;
            color: #fff;
            font-size: 14px;
            line-height: 2; }
        .shareList .list .item .con .tag {
          position: absolute;
          bottom: 16px;
          right: 30px; }
          .shareList .list .item .con .tag .t {
            float: left;
            font-size: 12px;
            line-height: 14px;
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 25px;
            margin-right: 20px;
            color: #fff; }
            .shareList .list .item .con .tag .t:last-child {
              margin-right: 0; }
      .shareList .list .item.itemBox {
        height: 270px;
        position: relative; }
        .shareList .list .item.itemBox .item-new {
          width: -webkit-calc(100% - 80px);
          width: calc(100% - 80px);
          height: 270px;
          margin: 0 auto;
          position: relative;
          border: 6px solid #104fa9;
          box-sizing: border-box; }
          .shareList .list .item.itemBox .item-new .tits {
            font-size: 30px;
            line-height: 30px;
            color: #104fa9;
            text-transform: uppercase;
            font-family: Arial;
            width: 100%;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: 15px; }
      .page_list,.page_info{
        text-align: center;
        margin-bottom: 50px;
        font-size: 14px;
      }
      .page_list a{
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        padding: 8px 18px;
        margin: 0 4px;
        color: #333;
      }
      .page_list a:hover{
        border-color: #2127af;
        color: #2127af;
        background-color: #f4f9ff;
      }
      .page_list a.on{
        color: #fff;
        background-color: #2127af;
        border-color: #2127af;
      }
      @media (min-width: 1024px) {
        .shareList .list .item:hover .con {
          transform: scale(1);
          opacity: 1; } }
  .shareList .returnTop {
    width: 51px;
    height: auto;
    margin: 0 auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    cursor: pointer; }
    .shareList .returnTop p {
      width: 120%;
      margin-left: -10%;
      margin-bottom: 30px; }
  @media (max-width: 1050px) {
    .shareList {
      width: 100%; }
      .shareList .list {
        margin-top: 7%; }
      .shareList .list .item,
      .index .index-share .content .itemBox .item {
        margin-bottom: 10px; }
      .shareList .list .item a,
      .index .index-share .content .itemBox .item a {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px); }
      .shareList .list .item.itemBox {
        height: 200px; }
      .shareList .list .item.itemBox .item-new {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 200px;
        border-width: 4px; }
      .shareList .list .item.itemBox .item-new .tits {
        font-size: 20px;
        line-height: 20px; } }
  @media (max-width: 768px) {
    .shareList .list .item,
    .index .index-share .content .itemBox .item {
      width: 50%; }
    .shareList .list .item a,
    .index .index-share .content .itemBox .item a {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); }
    .shareList .list .item.itemBox {
      height: 160px; }
    .shareList .list .item.itemBox .item-new {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      height: 160px;
      border-width: 2px; }
    .shareList .list .item.itemBox .item-new .tits {
      font-size: 20px;
      line-height: 20px; }
    .shareList .returnTop p {
      margin-bottom: 14px; } }

.infoTk {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 6.2%; }
  .infoTk .index .index-hot .fish img{
    opacity: .25;
  }
  .infoTk .box {
    width: 1200px;
    margin: auto; }
    .infoTk .box .title_date h1{
      text-align: center;
      color: #333;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.6;
    }
    .infoTk .box .title_date .date{
      text-align: center;
      color: #999;
      font-size: 14px;
      padding: 20px 0;
    }
    .infoTk .box .content{
      font-size: 15px;
      line-height: 2;
    }
    .infoTk .box .content p{
      margin: 18px 0;
    }
    .infoTk .box .picList {
      width: 57%;
      height: auto;
      float: left; }
      .infoTk .box .picList img {
        display: block;
        max-width: 100%;
        margin: 0 auto 20px; }
    .infoTk .box .conBox {
      width: 34.4%;
      height: -webkit-calc(100% - 80px);
      height: calc(100% - 80px);
      float: right;
      margin-right: 5.6%;
      padding-top: 60px; }
      .infoTk .box .conBox .boxTop {
        width: 100%;
        padding-top: 20px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 28px; }
        .infoTk .box .conBox .boxTop .title {
          width: 100%;
          height: auto; }
          .infoTk .box .conBox .boxTop .title .tits {
            float: left; }
            .infoTk .box .conBox .boxTop .title .tits img {
              width: 60px;
              height: 60px;
              overflow: hidden;
              border-radius: 100%;
              float: left; }
            .infoTk .box .conBox .boxTop .title .tits span {
              font-size: 14px;
              color: #333;
              line-height: 60px;
              margin-left: 10px; }
          .infoTk .box .conBox .boxTop .title .time {
            font-size: 12px;
            line-height: 60px;
            float: right;
            color: #999; }
        .infoTk .box .conBox .boxTop .txt {
          width: -webkit-calc(100% - 70px);
          width: calc(100% - 70px);
          font-size: 14px;
          line-height: 26px;
          color: #666;
          padding-left: 70px;
          height: 182px;
          overflow: hidden; }
          .infoTk .box .conBox .boxTop .txt.on {
            height: auto; }
        .infoTk .box .conBox .boxTop .moreClick {
          float: right;
          font-size: 14px;
          line-height: 14px;
          color: #2127af;
          margin-top: 10px;
          display: inline-block;
          margin-right: 10px; }
        .infoTk .box .conBox .boxTop .tag {
          width: 100%;
          height: auto;
          margin-top: 24px; }
          .infoTk .box .conBox .boxTop .tag .t {
            font-size: 12px;
            line-height: 14px;
            color: #666;
            padding-left: 25px;
            margin-left: 20px;
            background-position: left center;
            background-repeat: no-repeat;
            float: right;
            cursor: pointer; }
            .infoTk .box .conBox .boxTop .tag .t.collect {
              background-size: 16px auto;
              background-image: url("404.png"); }
              .infoTk .box .conBox .boxTop .tag .t.collect.on {
                background-image: url("404.png");
                color: #c94666; }
            .infoTk .box .conBox .boxTop .tag .t.kan {
              background-size: 19px auto;
              background-image: url("404.png"); }
      .infoTk .box .conBox .box1 {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        padding-left: 70px;
        margin-top: 40px; }
        .infoTk .box .conBox .box1 .ttt {
          font-size: 14px;
          line-height: 14px;
          color: #333; }
        .infoTk .box .conBox .box1 .proList {
          width: 100%;
          margin-top: 30px; }
          .infoTk .box .conBox .box1 .proList ul li {
            width: 100%;
            margin-right: 0 !important;
            margin-bottom: 20px; }
  @media (max-width: 1240px) {
    .infoTk .box {
      width: 900px; } }
  @media (max-width: 1050px) {
    .infoTk {
      padding-top: 7%; } }
  @media (max-width: 930px) {
    .infoTk .box {
      width: 94%;
      left: 3%;
      top: 30px;
      right: auto;
      bottom: auto; }
      .infoTk .box .closeTk {
        top: 20px;
        right: 20px; }
      .infoTk .box .picList {
        width: 100%;
        float: none;
        height: auto;
        position: relative; }
      .infoTk .box .conBox {
        width: 90%;
        height: auto;
        margin: 0 auto;
        float: none;
        position: relative;
        top: auto;
        right: auto;
        padding-top: 5%; }
    .infoTk .box .conBox .box1 {
      width: 100%;
      padding-left: 0;
      margin-top: 15px; }
    .infoTk .box .conBox .box1 .proList {
      margin-top: 15px; }
    .infoTk .box .picList img {
      margin-bottom: 10px; } }

.about-banner {
  width: 100%;
  height: auto;
  position: relative;
  height: 500px;
  background-position: center;
  background-size: cover;
  z-index: 5;
  overflow: hidden; }
  .about-banner .picN {
    width: 100%;
    height: 41%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    background-position: bottom center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: url(404.png);
    filter: url(#waterC); }
  .about-banner .con {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #2127af;
    z-index: 10; }
    .about-banner .con .tits {
      font-size: 42px;
      line-height: 42px;
      letter-spacing: 2px; }
    .about-banner .con .line {
      width: 263px;
      height: auto;
      margin: 18px auto 0; }
    .about-banner .con .tit {
      font-size: 17px;
      line-height: 17px;
      margin-top: 8px; }
  @media (max-width: 1024px) {
    .about-banner {
      display: none; }
      .about-banner .picN {
        display: none; } }
  @media (max-width: 768px) {
    .about-banner {
      height: auto; }
      .about-banner .con {
        padding: 25% 0;
        position: relative;
        text-align: center;
        top: auto;
        left: auto; }
        .about-banner .con .tits {
          font-size: 28px;
          line-height: 28px; }
        .about-banner .con .tit {
          font-size: 18px;
          line-height: 18px; } }

.about-banner-m {
  width: 100%;
  height: auto;
  display: none; }
  @media (max-width: 1024px) {
    .about-banner-m {
      display: block; } }

.about {
  width: 100%;
  height: auto;
  background-color: #f7fbfc;
  padding-bottom: 6.2%; }
  .about .content {
    width: 1068px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 7%; }
    .about .content .box {
      width: 100%;
      height: auto; }
      .about .content .box .picBox {
        width: 38.6%;
        position: relative;
        float: left; }
        .about .content .box .picBox .pic {
          width: 100%;
          height: auto;
          overflow: hidden;
          position: relative; }
          .about .content .box .picBox .pic img {
            position: relative;
            z-index: 5; }
          .about .content .box .picBox .pic .picN {
            width: 104%;
            height: 102%;
            position: absolute;
            top: -1%;
            left: -2%;
            z-index: 6;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-filter: url(404.png);
            filter: url(#waterC); }
            @media (max-width: 1024px) {
              .about .content .box .picBox .pic .picN {
                display: none; } }
        .about .content .box .picBox .pic1 {
          width: 100%;
          z-index: 4;
          position: absolute;
          top: 70%;
          left: 50%;
          overflow: hidden; }
          .about .content .box .picBox .pic1 img {
            position: relative;
            z-index: 3; }
          .about .content .box .picBox .pic1 .picN {
            width: 104%;
            height: 102%;
            position: absolute;
            top: -1%;
            left: -2%;
            z-index: 6;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          @media (max-width: 1024px) {
            .about .content .box .picBox .pic1 {
              display: none; } }
        .about .content .box .picBox .img1 {
          width: 36.1%;
          position: absolute;
          top: -24.5%;
          left: -25%;
          z-index: 6; }
      .about .content .box .con {
        width: 29.2%;
        float: right;
        height: auto;
        padding-top: 23%; }
        .about .content .box .con .tits {
          font-size: 20px;
          line-height: 30px;
          color: #333; }
        .about .content .box .con .tit {
          font-size: 14px;
          line-height: 30px;
          color: #666;
          margin-top: 46px; }
      
      .about .content .box.box2,
      .about .content .box.box3 {
        margin-top: 21%; }
        .about .content .box.box2 .picBox {
          width: 58%;
          float: right; }
        .about .content .box.box2 .con {
          width: 32.3%;
          float: left;
          padding-top: 0; }
  @media (min-width: 981px) {    
    .about .content .box.box1 {
        padding-bottom: 21%; }
  }
  @media (max-width: 1200px) {
    .about .content .box .con {
      width: 36%; }
    .about .content .box.box2 .con {
      width: 39%; }
    .about .content .box .con .tit {
      margin-top: 20px; } }
  @media (max-width: 980px) {
    .about .content .box .picBox {
      width: 100% !important;
      float: none !important; }
    .about .content .box .picBox .img {
      display: none; }
    .about .content .box .con {
      float: none !important;
      width: 100% !important;
      padding-top: 5% !important; }
    .about .content .box .con .tits {
      font-size: 16px;
      line-height: 20px; }
    .about .content .box.box2,
    .about .content .box.box3 {
      margin-top: 8%; }
    .about .content .box .con .tits br {
      display: none; } }

.searchText {
  margin-top: 5%; }
  .searchText .t {
    font-size: 26px;
    line-height: 26px;
    color: #333; }
  .searchText .t1 {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 19px; }
  @media (max-width: 1024px) {
    .searchText .t {
      font-size: 16px; } }

.searchT {
  padding-top: 64px; }
  @media (max-width: 1024px) {
    .searchT {
      padding-top: 20px; } }

.searchBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s;
  opacity: 0;
  background-color: #fff; }
  .searchBox .box-new {
    padding-top: 176px; }
    .searchBox .box-new .searchNew {
      width: -webkit-calc(100% - 140px);
      width: calc(100% - 140px);
      height: 58px;
      border-bottom: 1px solid #c4c4c4;
      padding: 0 70px;
      position: relative; }
      .searchBox .box-new .searchNew .text {
        width: 70%;
        float: left;
        font-size: 14px;
        line-height: 58px;
        height: 58PX;
        color: #666;
        background: none;
        border: none; }
      .searchBox .box-new .searchNew .closeSearch {
        width: 18px;
        height: 58px;
        float: right;
        display: block;
        background-image: url("../image/close.png");
        background-position: center;
        background-repeat: no-repeat; }
      .searchBox .box-new .searchNew .submit {
        width: 20px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 45px;
        border: none;
        background: none;
        background-position: center;
        background-size: 100% auto;
        background-image: url("404.png");
        background-repeat: no-repeat;
        display: none; }
    .searchBox .box-new .list {
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px);
      margin-top: 34px; }
      .searchBox .box-new .list dl {
        width: 32%;
        margin-right: 2%;
        float: left; }
        .searchBox .box-new .list dl .t {
          width: -webkit-calc(100% - 116px);
          width: calc(100% - 116px);
          padding-left: 20px;
          font-size: 14px;
          line-height: 36px;
          color: #999;
          margin: 0 auto 10px; }
        .searchBox .box-new .list dl dd {
          width: -webkit-calc(100% - 96px);
          width: calc(100% - 96px);
          height: 64px;
          background-color: #f7fbfc;
          margin: 0 auto 10px; }
          .searchBox .box-new .list dl dd a {
            width: 100%;
            height: auto;
            display: block; }
            .searchBox .box-new .list dl dd a .pic {
              width: 64px;
              height: 64px;
              float: left; }
            .searchBox .box-new .list dl dd a .tits {
              font-size: 14px;
              line-height: 24px;
              height: 64px;
              color: #666;
              float: left;
              margin-left: 2px;
              width: -webkit-calc(100% - 76px);
              width: calc(100% - 76px); }
        .searchBox .box-new .list dl:last-child {
          margin-right: 0; }
  .searchBox.on {
    z-index: 99;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  @media (max-width: 1366px) {
    .searchBox .box-new .list dl {
      width: 33.3333333333%;
      margin-right: 0; }
    .searchBox .box-new .list dl .t {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); }
    .searchBox .box-new .list dl dd {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); }
    .searchBox .box-new .list dl dd {
      height: 50px; }
    .searchBox .box-new .list dl dd a .pic {
      width: 50px;
      height: 50px; }
    .searchBox .box-new .list dl dd a .tits {
      height: 50px;
      line-height: 20px; }
    .searchBox .box-new .searchNew {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
      padding: 0 30px; } }
  @media (max-width: 1150px) {
    .searchBox .box-new {
      padding-top: 160px; }
    .searchBox .box-new .list {
      width: 100%;
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .searchBox .box-new {
      padding-top: 70px; }
    .searchBox .box-new .list dl {
      width: 100%; }
      .searchBox .box-new .list dl:nth-child(1) {
        display: none; }
      .searchBox .box-new .list dl:nth-child(3) {
        display: none; }
    .searchBox .box-new .list dl .t {
      width: -webkit-calc(100% - 10px);
      width: calc(100% - 10px);
      padding-left: 10px; }
    .searchBox .box-new .list dl dd {
      width: 100%; }
    .searchBox .box-new .searchNew {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      height: 40px;
      padding: 0 15px; }
      .searchBox .box-new .searchNew .text {
        line-height: 40px; }
      .searchBox .box-new .searchNew .closeSearch {
        height: 40px; }
      .searchBox .box-new .searchNew .submit {
        display: block; } }

.star-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .star-banner img.i1 {
    display: none; }
  .star-banner .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff; }
    .star-banner .con .tits {
      width: 205px;
      height: auto;
      margin: 0 auto;
      position: relative; }
      .star-banner .con .tits .left {
        width: 100px;
        float: left;
        text-align: center;
        padding-top: 20px; }
        .star-banner .con .tits .left .t {
          font-size: 46px;
          line-height: 46px;
          font-family: Arial; }
        .star-banner .con .tits .left .img {
          width: 87px;
          height: auto;
          margin: 13px auto 0; }
          .star-banner .con .tits .left .img .i1 {
            display: block; }
          
          
      .star-banner .con .tits .right {
        font-size: 111px;
        line-height: 111px;
        font-family: Arial;
        letter-spacing: -12px; }
      .star-banner .con .tits span {
        width: 166px;
        height: 2px;
        background-color: #fff;
        left: -199px;
        position: absolute;
        display: block;
        top: 53px; }
        .star-banner .con .tits span.s {
          width: 166px;
          right: -199px;
          left: auto; }
    .star-banner .con .tit {
      font-size: 63px;
      line-height: 63px;
      letter-spacing: 3px;
      margin-top: 23px; }
    .star-banner .con .tit1 {
      font-size: 29px;
      line-height: 29px;
      letter-spacing: 4px;
      margin-top: 26px; }
  @media (max-width: 1366px) {
    .star-banner .con .tit {
      font-size: 42px;
      line-height: 42px; }
    .star-banner .con .tit1 {
      font-size: 20px;
      line-height: 20px; }
    .star-banner .con .tits {
      width: 180px; }
    .star-banner .con .tits .right {
      font-size: 90px;
      line-height: 90px; }
    .star-banner .con .tits .left .t {
      font-size: 32px;
      line-height: 32px; }
    .star-banner .con .tits span {
      top: 45px; } }
  @media (max-width: 1024px) {
    .star-banner img.i {
      display: none; }
    .star-banner img.i1 {
      display: block; }
    .star-banner .con {
      
      top: -9%; }
      .star-banner .con .tit {
        font-size: 30px;
        line-height: 30px;
        margin-top: 15px; }
      .star-banner .con .tit1 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px; }
      .star-banner .con .tits {
        width: 165px; }
        .star-banner .con .tits .left {
          padding-top: 16px; }
          .star-banner .con .tits .left .t {
            font-size: 22px;
            line-height: 22px; }
          .star-banner .con .tits .left .img {
            margin: 5px auto 0; }
            
            
            
            
        .star-banner .con .tits .right {
          font-size: 64px;
          line-height: 64px;
          letter-spacing: -4px; }
        .star-banner .con .tits span {
          width: 50px;
          height: 1px;
          
          left: -65px;
          top: 30px; }
          .star-banner .con .tits span.s {
            right: -60px;
            width: 50px; } }

.star {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #eef3f7;
  background-image: url("../image/star_bg.png");
  background-position: center center,bottom center;
  background-repeat: repeat-y,no-repeat;
  background-size: 100% auto;
  padding-bottom: 6.2%; }
  .star .w1200 {
    background-color: #fff;
    padding-top: 5.2%;
    padding-bottom: 20px;
    position: relative;
    z-index: 6; }
  .star .content {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding: 0 120px;
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .star .content .item {
      width: 100%;
      margin-bottom: 60px;
      height: auto; }
      .star .content .item .pic {
        width: 52%;
        height: auto;
        float: right; }
        .star .content .item .pic .pc {
          display: block; }
        .star .content .item .pic .m {
          display: none; }
      .star .content .item .con {
        width: 40.625%;
        height: auto;
        float: left;
        padding-top: 12%;
        position: relative;
        margin-left: 5%; }
        .star .content .item .con .tits {
          font-size: 30px;
          line-height: 30px;
          color: #104fa9; }
          .star .content .item .con .tits br {
            display: none; }
        .star .content .item .con .tit {
          font-size: 16px;
          line-height: 16px;
          color: #333;
          margin-top: 20px; }
        .star .content .item .con .tag {
          width: 100%;
          height: auto;
          margin-top: 28px; }
          .star .content .item .con .tag .icon {
            width: 61px;
            height: auto;
            float: left;
            margin-right: 35px; }
            .star .content .item .con .tag .icon .ic {
              width: 100%;
              height: auto;
              position: relative; }
              .star .content .item .con .tag .icon .ic .icNew {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url("404.png");
                -webkit-transition: transform .5s;
                transition: transform .5s; }
            .star .content .item .con .tag .icon p {
              width: 160%;
              margin-left: -30%;
              font-size: 12px;
              line-height: 12px;
              text-align: center;
              margin-top: 7px; }
            @media (min-width: 1024px) {
              .star .content .item .con .tag .icon:hover .ic .icNew {
                transform: rotate(180deg); } }
        .star .content .item .con .tit1 {
          margin-top: 58px; }
          .star .content .item .con .tit1 span {
            font-size: 14px;
            line-height: 14px;
            float: left;
            color: #104fa9;
            display: block;
            font-family: Arial; }
          .star .content .item .con .tit1 i {
            width: 1px;
            height: 10px;
            background-color: #c0c0c0;
            margin: 2px 10px 0;
            display: block;
            float: left; }
        .star .content .item .con .tit2 {
          margin-top: 30px; }
          .star .content .item .con .tit2 img {
            max-width: 100%; }
          .star .content .item .con .tit2 .iii1 {
            display: block; }
          
          
        .star .content .item .con .more {
          width: 204px;
          height: 44px;
          border-radius: 22px;
          display: block;
          border: 1px solid #104fa9;
          text-align: center;
          font-size: 14px;
          line-height: 44px;
          margin-top: 30px;
          -webkit-transition: all .5s;
          transition: all .5s;
          background-color: #104fa9;
          color: #fff; }
          .star .content .item .con .more span {
            padding-right: 17px;
            background-image: url("../image/icon1.png");
            background-position: right center;
            background-repeat: no-repeat; }
      .star .content .item:nth-child(2n) .pic {
        float: left; }
      .star .content .item:nth-child(2n) .con {
        float: right; }
  .star .img1 {
    width: 34%;
    position: absolute;
    top: 8.5%;
    right: -26%; }
  .star .img2 {
    width: 21.6%;
    position: absolute;
    top: 28.5%;
    left: -14.6%; }
  .star .img3 {
    width: 24.8%;
    position: absolute;
    top: 48%;
    right: -21.5%; }
  .star .img4 {
    width: 68.3%;
    position: absolute;
    top: 60%;
    left: -40.5%; }
  .star .img5 {
    width: 25.2%;
    bottom: 12%;
    right: 0;
    position: absolute; }
  @media (max-width: 1366px) {
    .star .content .item .con .tits {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .star .content {
      width: -webkit-calc(100% - 160px);
      width: calc(100% - 160px);
      padding: 0 80px; }
    .star .content .item .con {
      padding-top: 7%; }
    .star .content .item .con .tit1 {
      margin-top: 30px; } }
  @media (max-width: 1024px) {
    .star .img1, .star .img2, .star .img3, .star .img4, .star .img5 {
      display: none; }
    .star .w1200 {
      margin: -10% auto 0;
      overflow: hidden;
      background-color: #fbfcfd; }
    .star .content {
      width: 100%;
      padding: 0;
      background-color: #fbfcfd; }
    .star .content .item .con {
      margin-right: 5%; }
    .star .content .item .pic {
      float: right;
      width: 53.9%; }
      .star .content .item .pic .pc {
        display: none; }
      .star .content .item .pic .m {
        display: block; }
    .star .content .item .con {
      width: 39%;
      float: left;
      margin-left: 7.1%;
      margin-right: 0;
      padding-top: 11%; }
    .star .content .item:nth-child(2n) .con {
      float: right;
      margin-left: 0; }
    .star .content .item:nth-child(2n) .con .tits {
      max-width: 90%; }
    .star .content .item:nth-child(2n) .pic {
      float: left; }
    .star .content .item .con .tag .icon {
      width: 41px;
      margin-right: 10px; }
    .star .content .item .con .tag .icon p {
      display: none; }
    .star .content .item .con .more {
      width: 120px;
      height: 30px;
      line-height: 30px;
      font-size: 12px; }
    .star .content .item .con .tit {
      display: none; }
    .star .content .item .con .tits {
      font-size: 18px;
      line-height: 26px; }
      .star .content .item .con .tits br {
        display: block; }
    .star .content .item {
      margin-bottom: 60px; }
    .star .content .item .con.c1 {
      padding-top: 34%; }
    .star .content .item .con.c2 {
      padding-top: 27%; }
    .star .content .item .con .tit2 {
      width: 80%;
      position: absolute;
      top: 6%;
      left: 0;
      margin-top: 0; }
    .star .content .item .con .tit2.tt1 {
      width: 100%;
      top: 10%; }
    
    
    
    
    .star .content .item .con .tit2.tt1 img {
      max-width: 85%; }
    .star .content .item .con .more {
      background-color: #104fa9;
      color: #fff; }
      .star .content .item .con .more span {
        background-image: url("../image/icon1.png"); }
    .star .content .item:nth-child(1) .con {
      padding-top: 21%; }
    .star .content .item:nth-child(5) .con {
      padding-top: 15%; }
    .star .content .item:nth-child(7) .con {
      padding-top: 18%; }
    .star .content .item:nth-child(6) .con {
      padding-top: 18%; }
    .star .content .item:nth-child(10) .con {
      padding-top: 13%; } }
  @media (max-width: 768px) {
    .star .content .item .con .tag .icon {
      width: 31px;
      margin-right: 10px; }
    .star .content .item .con .tag {
      margin-top: 15px; }
    .star .content .item .con .tit1 {
      margin-top: 15px; }
    .star .content .item .con .more {
      margin-top: 15px; }
    .star .content .item:nth-child(2n) .con {
      margin-right: 2%; } }
  @media (max-width: 414px) {
    .star .content .item .con .tit1 i {
      margin: 2px 3px 0; } }

.canvasMask {
  position: relative; }
  .canvasMask canvas {
    position: absolute;
    top: 50%;
    left: -50%;
    display: block;
    max-width: 100%; }

.PageTop__Mainvisual video {
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: white;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.animation {
  -moz-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0; }

.animation.srcospcur {
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  transition: 1.3s;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s; }

.fehler {
  width: 100%;
  height: auto;
  background-color: #f7f9fa;
  padding: 15% 0; }
  .fehler .box {
    width: 615px;
    max-width: 90%;
    height: auto;
    margin: 0 auto; }
    .fehler .box .pic {
      width: 100%;
      height: auto; }
    .fehler .box p {
      width: 100%;
      text-align: center;
      font-size: 18px;
      line-height: 36px;
      color: #333;
      margin-top: 12%; }
    .fehler .box .tt {
      text-align: center;
      width: 100%;
      margin-top: 4%; }
      .fehler .box .tt a {
        padding-left: 22px;
        font-size: 14px;
        line-height: 20px;
        background-image: url("404.png");
        background-position: left center;
        display: inline-block;
        background-repeat: no-repeat;
        color: #104fa9; }

.store {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 750px; }
  .store .map {
    width: 100%;
    height: 100%; }
  .store .return {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 47px;
    right: 47px;
    display: block;
    background-image: url("404.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .store .box {
    width: 410px;
    height: calc(100% - 120px);
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 4.9%; }
    .store .box .box-new {
      width: 370px;
      margin: 0 auto;
      padding-top: 30px; }
      .store .box .box-new .logo {
        width: 86px;
        height: auto;
        margin: 0 auto;
        display: block; }
      .store .box .box-new .tits {
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        color: #333;
        margin-top: 60px; }
      .store .box .box-new .map1 {
        display: none; }
      .store .box .box-new .tableBox {
        width: calc(100% - 24px);
        height: auto;
        margin: 44px auto 0; }
        .store .box .box-new .tableBox .t {
          width: 100%;
          height: auto;
          margin-bottom: 20px; }
          .store .box .box-new .tableBox .t span {
            width: 38px;
            height: auto;
            float: left;
            display: block;
            font-size: 14px;
            line-height: 30px;
            color: #333; }
          .store .box .box-new .tableBox .t .select {
            width: 116px;
            height: 30px;
            float: left;
            position: relative;
            z-index: 5; }
            .store .box .box-new .tableBox .t .select .ti {
              width: calc(100% - 22px);
              height: 28px;
              border: 1px solid #c4c4c4;
              border-radius: 10px;
              padding: 0 10px;
              font-size: 14px;
              line-height: 28px;
              color: #666;
              overflow: hidden;
              cursor: pointer; }
            .store .box .box-new .tableBox .t .select ul {
              width: calc(100% - 2px);
              height: auto;
              border: 1px solid #c4c4c4;
              border-bottom-right-radius: 10px;
              border-bottom-left-radius: 10px;
              position: absolute;
              top: 29px;
              left: 0;
              background-color: #fff;
              display: none;
              max-height: 130px;
              overflow-y: scroll; }
              .store .box .box-new .tableBox .t .select ul li {
                cursor: pointer;
                font-size: 14px;
                line-height: 26px;
                padding: 0 10px;
                width: calc(100% - 20px);
                overflow: hidden;
                color: #333; }
                .store .box .box-new .tableBox .t .select ul li:hover {
                  background-color: #2127af;
                  color: #fff; }
            .store .box .box-new .tableBox .t .select em {
              width: 8px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 10px;
              background-image: url("404.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: 8px auto;
              opacity: 0.8; }
            .store .box .box-new .tableBox .t .select.on .ti {
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 0; }
            .store .box .box-new .tableBox .t .select.on em {
              transform: rotate(180deg); }
            .store .box .box-new .tableBox .t .select.se {
              width: 284px; }
          .store .box .box-new .tableBox .t .tt-new {
            width: 140px;
            height: auto; }
            .store .box .box-new .tableBox .t .tt-new .select {
              z-index: 10; }
            .store .box .box-new .tableBox .t .tt-new i {
              font-size: 14px;
              line-height: 30px;
              float: right; }
      .store .box .box-new .click {
        width: 180px;
        height: 46px;
        border-radius: 23px;
        background-color: #2127af;
        display: block;
        margin: 35px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 46px;
        color: #fff; }
      .store .box .box-new .line {
        width: 100%;
        height: 1px;
        background-color: #c4c4c4;
        margin-top: 40px; }
      .store .box .box-new .conBox {
        width: calc(100% - 12px);
        padding-left: 12px;
        margin-top: 50px; }
        .store .box .box-new .conBox .num {
          padding-left: 26px;
          background-image: url("404.png");
          background-position: left center;
          font-size: 14px;
          color: #333;
          line-height: 20px;
          background-repeat: no-repeat; }
        .store .box .box-new .conBox .list {
          width: 100%;
          height: 310px;
          margin-top: 27px;
          overflow: hidden; }
          .store .box .box-new .conBox .list ul {
            width: 100%;
            height: auto; }
            .store .box .box-new .conBox .list ul li {
              width: 100%;
              height: auto;
              padding: 16px 0 8px;
              cursor: pointer; }
              .store .box .box-new .conBox .list ul li .n {
                width: 37px;
                padding-left: 6px;
                font-size: 14px;
                line-height: 16px;
                float: left;
                color: #333; }
              .store .box .box-new .conBox .list ul li .con {
                width: 173px;
                height: auto;
                float: left; }
                .store .box .box-new .conBox .list ul li .con .t {
                  font-size: 14px;
                  line-height: 16px;
                  color: #333; }
                .store .box .box-new .conBox .list ul li .con .tt {
                  font-size: 12px;
                  line-height: 18px;
                  color: #666;
                  margin-top: 8px; }
  @media (max-width: 1620px) {
    .store .box {
      height: calc(100vh - 60px);
      top: 30px; }
    .store .box .box-new .tits {
      margin-top: 25px; } }
  @media (max-width: 1700px) {
    .store .box .box-new {
      padding-top: 20px; }
    .store .box .box-new .tableBox {
      margin: 20px auto 0; }
    .store .box .box-new .click {
      margin: 20px auto 0; }
    .store .box .box-new .line {
      margin-top: 20px; }
    .store .box .box-new .conBox {
      margin-top: 25px; }
    .store .box .box-new .conBox .list {
      margin-top: 20px; } }
  @media (max-width: 1366px) {
    .store .box .box-new .conBox .list {
      height: 240px; } }
  @media (max-width: 768px) {
    .store {
      height: auto;
      min-height: 0;
      padding-bottom: 30px; }
      .store .map {
        display: none; }
      .store .return {
        display: none; }
      .store .box {
        max-width: 94%;
        height: auto;
        margin: 0 auto;
        position: relative;
        left: auto;
        top: auto; }
      .store .box .box-new .map1 {
        width: 100%;
        height: 280px;
        display: block;
        margin-top: 20px; }
      .store .box .box-new .conBox .list ul li .con {
        width: calc(100% - 70px); }
      .store .box .box-new .conBox .list {
        height: 310px; } }
  @media (max-width: 414px) {
    .store .box .box-new {
      width: 355px; } }

.anchorBL {
  display: none !important; }

.fake {
  width: 100%;
  height: auto;
  background-color: #fafbfc;
  padding: 85px 0; }
  .fake .content {
    width: 1250px;
    height: auto;
    max-width: 90%;
    margin: 0 auto; }
    
    .fake .content .mapbox {
      width: 53.6%;
      height: auto;
      float: right;
       }
    .fake .content .con {
      width: 80%;
      height: auto;
      margin: 0 auto;
      background-color: #fff;
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center; }
    #contact .fake .content .con {
      width: 46.4%;
      text-align: left;
      margin: 0;
      float: left;}
    #contact .fake .content .con .con-new {
      margin-left: 60px;
      margin-right: 60px;}
      
        .fake .content .con .con-new .tits {
          color: #2127af; }
        .fake .content .con .con-new .tit {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          margin-top: 17px; }
        .fake .content .con .con-new .tableBox {
          margin-top: 50px; }
          .fake .content .con .con-new .tableBox .t {
            height: 44px;
            margin-bottom: 20px; }
            .fake .content .con .con-new .tableBox .t.textarea{
              height: 172px;
            }
            .fake .content .con .con-new .tableBox .t span {
              width: 70px;
              height: auto;
              font-size: 14px;
              line-height: 30px;
              color: #333;
              display: block;
              float: left; }
            .fake .content .con .con-new .tableBox .t .msg_input,
            .fake .content .con .con-new .tableBox .t .msg_input_on {
              width: 84%;
              height: 42px;
              padding-left: 10px;
              border-radius: 5px;
              border: 1px solid #c4c4c4;
              font-size: 14px;
              line-height: 28px;
              color: #333;
              
              background: none;
              margin-left: 5px; }
.fake .content .con .con-new .tableBox .t .validate {width: 84%;margin: 0 auto;}
.fake .content .con .con-new .tableBox .t .validate .text1,
.fake .content .con .con-new .tableBox .t .validate .msg_input,
.fake .content .con .con-new .tableBox .t .validate .msg_input_on{ margin-left: -3px;float: left;}
            .fake .content .con .con-new .tableBox .t.textarea .msg_input,
            .fake .content .con .con-new .tableBox .t.textarea .msg_input_on{
              height: 170px;
            }
              .fake .content .con .con-new .tableBox .t .msg_input.text1,
              .fake .content .con .con-new .tableBox .t .msg_input_on.text1,
              .fake .content .con .con-new .tableBox .t .validate .msg_input,
              .fake .content .con .con-new .tableBox .t .validate .msg_input_on{
                width: 115px;
                 }
            .fake .content .con .con-new .tableBox .t label {
              width: 82px;
              height: auto;
              float: left;
              margin-left: 20px;
              margin-top: 6px;}
            .fake .content .con .con-new .tableBox .t .tt {
              font-size: 14px;
              line-height: 30px;
              color: #666;
              float: left;
              margin-top: 6px;
            margin-left: 20px;}
              .fake .content .con .con-new .tableBox .t .tt a {
                color: #2127af;
                border-bottom: 1px solid #2127af; }
          .fake .content .con .con-new .tableBox .submit {
            width: 180px;
            height: 46px;
            border-radius: 23px;
            background-color: #2127af;
            text-align: center;
            display: inline-block;
            font-size: 14px;
            line-height: 46px;
            color: #fff;
            margin: 30px 8px 0;
            border: 1px solid #2127af; }
            .fake .content .con .con-new .tableBox .submit.reset{
              background-color: #fff;
              color: #2127af;
            }
        .fake .content .con .con-new .txt {
          font-size: 12px;
          line-height: 22px;
          color: #999;
          margin-top: 80px; }
          .fake .content .con .con-new .txt p {
            margin-bottom: 10px; }
            .fake .content .con .con-new .txt p a {
              color: #2127af;
              border-bottom: 1px solid #2127af; }
    }
  @media (max-width: 1280px) {
    
    #contact .fake .content .con .con-new {
      margin-left: 30px;
      margin-right: 30px; }
    .fake .content .con .con-new .tableBox .t label {
      margin-left: 10px; }
    .fake .content .con .con-new .tableBox .submit {
      margin-top: 40px; }
    .fake .content .con .con-new .txt {
      margin-top: 40px; } }
  @media (max-width: 1024px) {
    .fake {
      padding: 30px 0; }
      
      .fake .content .mapbox {
        width: 100%;
        float: none;
        margin: 0 auto; }
      .fake .content .con {
        width: 100%;
        float: none;
        padding: 40px 0; }
      #contact .fake .content .con {width: 100%; float: none;} }
  @media (max-width: 570px) {
    .fake .content .con .con-new .tableBox {
      margin-top: 20px; }
    .fake .content .con .con-new .tableBox .t .msg_input,
    .fake .content .con .con-new .tableBox .t .msg_input_on,
    .fake .content .con .con-new .tableBox .t .validate{
      width: 193px; }
    .fake .content .con .con-new .tableBox .t {
      margin-bottom: 10px; }
    .fake .content .con .con-new {
       }
    #contact.fake .content .con .con-new {
      margin-left: 15px;
      margin-right: 15px; } }