@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html, body {
  font-family: \5FAE\8F6F\96C5\9ED1;
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  padding: 0;
  background: #f4f4f4;
  min-width: 1200px; }

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: none; }
  html::-webkit-scrollbar-thumb:hover,
  body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.28); }
  html::-webkit-scrollbar-thumb:active,
  body::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.35); }

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

time {
  font-family: Arial; }

ul, ol {
  margin: 0;
  list-style: none; }

i, em {
  font-style: normal; }

p, dl {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

video {
  max-width: 100%; }

label {
  margin: 0;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 16px; }

input,
button {
  box-shadow: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.important,
.red {
  color: #e83517; }

a {
  text-decoration: none;
  color: #333; }
  a:hover {
    text-decoration: none;
    color: #005bac; }
  a:focus {
    color: #333;
    text-decoration: none;
    outline: none; }

@media print {
  a:after {
    content: "" !important; } }
.left {
  float: left; }

.right {
  float: right; }

.mb {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.btn {
  outline: none;
  box-shadow: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .btn:focus {
    outline: none; }

.btn-primary {
  background: #005bac; }
  .btn-primary:hover, .btn-primary:focus {
    background: #035197; }

.collect {
  margin-left: 10px;
  display: inline-block;
  padding: 9px 0;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #ccc;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .collect:hover, .collect.active {
    color: #ff8400;
    border: 1px solid #ff8400; }

.w {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden; }

.footer-content {
  padding: 30px 0;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: center; }
  .footer-content .list span {
    padding: 0 10px; }
  .footer-content .list .map {
    color: #0073c4; }

.slierBar {
  position: fixed;
  right: 17px;
  top: 50%;
  z-index: 9;
  margin-top: -105px; }
  .slierBar .list {
    position: relative;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    background: #005bac;
    text-align: center;
    padding: 12px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .slierBar .list:last-child {
      margin-bottom: 0; }
    .slierBar .list:hover {
      background: #055297; }
      .slierBar .list:hover .listHidebox {
        display: block; }
    .slierBar .list .num {
      position: absolute;
      right: -2px;
      top: -5px;
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      background: #ff8400;
      color: #fff; }
  .slierBar .listHidebox {
    display: none;
    position: absolute;
    right: 57px;
    top: 0;
    padding: 15px 20px;
    width: 210px;
    background: #fff;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11); }
    .slierBar .listHidebox::after {
      content: "";
      display: block;
      position: absolute;
      right: -6px;
      top: 25px;
      margin-top: -6px;
      width: 10px;
      height: 10px;
      border-top: 1px solid #E0E1E5;
      border-right: 1px solid #E0E1E5;
      background: #fff;
      transform: rotate(45deg); }
    .slierBar .listHidebox .circle {
      float: left;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      background: #F1F1F3 url("../images/icon-side-phone.png") no-repeat center center; }
    .slierBar .listHidebox .text {
      padding-left: 65px;
      text-align: left;
      font-size: 14px;
      line-height: 25px; }
    .slierBar .listHidebox .number {
      color: #cd1212; }
  .slierBar #goTop {
    display: none; }

/******************************* 首页 *******************************/
.wrapper-content {
  font-size: 14px; }

.header-content .header-top {
  background: #f3f9ff; }
  .header-content .header-top .w {
    overflow: inherit;
    height: 50px;
    line-height: 22px; }
  .header-content .header-top .header-top-left {
    float: left; }
    .header-content .header-top .header-top-left a {
      display: inline-block;
      margin-right: 10px;
      padding: 14px 0;
      min-width: 58px;
      font-size: 12px;
      color: #0073c4; }
      .header-content .header-top .header-top-left a:hover {
        font-weight: bold; }
  .header-content .header-top .header-top-right {
    float: right; }
    .header-content .header-top .header-top-right .hright {
      float: left;
      padding: 14px 0; }
      .header-content .header-top .header-top-right .hright a {
      	font-size: 13px;
      	color: #666;
      }
      .header-content .header-top .header-top-right .hright a:hover {
       	color: #0073c4;
       }
       .header-content .header-top .header-top-right .hright a.gobk {
           position: relative;
   			top: -1px;}
       
      .header-content .header-top .header-top-right .hright:last-child a {
        padding-right: 0;
        border-right: none; }
    .header-content .header-top .header-top-right .user,
    .header-content .header-top .header-top-right .collection,
    .header-content .header-top .header-top-right .exit {
      float: left;
      padding: 0 20px;
      font-size: 13px;
      color: #666;
      border-right: 1px solid #dddddd; }
      .header-content .header-top .header-top-right .user:hover,
      .header-content .header-top .header-top-right .collection:hover,
      .header-content .header-top .header-top-right .exit:hover {
        color: #0073c4; }
        .header-content .header-top .header-top-right .user:hover .fa,
        .header-content .header-top .header-top-right .collection:hover .fa,
        .header-content .header-top .header-top-right .exit:hover .fa {
          color: #0073c4; }
      .header-content .header-top .header-top-right .user .fa,
      .header-content .header-top .header-top-right .collection .fa,
      .header-content .header-top .header-top-right .exit .fa {
        padding-right: 5px;
        color: #787878; }
    .header-content .header-top .header-top-right .hright-user {
      position: relative; }
      .header-content .header-top .header-top-right .hright-user:hover a,
      .header-content .header-top .header-top-right .hright-user:hover .fa {
        color: #0073c4; }
      .header-content .header-top .header-top-right .hright-user:hover .userBox {
        display: block; }
      .header-content .header-top .header-top-right .hright-user .userBox {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 999;
        padding: 5px 0;
        width: 98%; }
        .header-content .header-top .header-top-right .hright-user .userBox .userList {
          display: block;
          width: 100%;
          padding: 6px 10px;
          text-align: center;
          background: #fff;
          color: #666; }
          .header-content .header-top .header-top-right .hright-user .userBox .userList:hover {
            background: #fafafa;
            color: #0073c4; }
    .header-content .header-top .header-top-right .user {
      position: relative; }
      .header-content .header-top .header-top-right .user .fa-angle-down {
        padding-right: 0;
        font-size: 16px; }
  .header-content .header-top .left a {
    display: inline-block;
    margin-right: 10px;
    padding: 14px 0;
    min-width: 58px;
    font-size: 12px;
    color: #0073c4; }
    .header-content .header-top .left a:hover {
      font-weight: bold; }
  .header-content .header-top .right .user,
  .header-content .header-top .right .collection,
  .header-content .header-top .right .exit {
    float: left;
    margin: 14px 0;
    padding: 0 20px;
    font-size: 13px;
    color: #666;
    border-right: 1px solid #dddddd; }
    .header-content .header-top .right .user:last-child,
    .header-content .header-top .right .collection:last-child,
    .header-content .header-top .right .exit:last-child {
      padding-right: 0;
      border-right: none; }
    .header-content .header-top .right .user:hover,
    .header-content .header-top .right .collection:hover,
    .header-content .header-top .right .exit:hover {
      color: #0073c4; }
      .header-content .header-top .right .user:hover .fa,
      .header-content .header-top .right .collection:hover .fa,
      .header-content .header-top .right .exit:hover .fa {
        color: #0073c4; }
    .header-content .header-top .right .user .fa,
    .header-content .header-top .right .collection .fa,
    .header-content .header-top .right .exit .fa {
      padding-right: 5px;
      color: #787878; }
  .header-content .header-top .right .user {
    position: relative; }
    .header-content .header-top .right .user .fa-angle-down {
      font-size: 16px; }
  .header-content .header-top .right .userBox {
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    z-index: 999;
    width: 135px; }
    .header-content .header-top .right .userBox a {
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      height: 30px;
      line-height: 30px;
      width: 100%;
      text-align: center;
      background: #fff;
      font-size: 14px; }
      .header-content .header-top .right .userBox a:hover {
        color: #0073c4; }
.header-content .header-main {
  height: 100px; }
  .header-content .header-main.topFixed {
    height: auto;
    padding: 10px 0;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: 0px 3px 5px #ddd; }
    .header-content .header-main.topFixed .left img {
      margin: 0;
      height: 40px; }
    .header-content .header-main.topFixed .center .input_text {
      background: #fff; }
    .header-content .header-main.topFixed .center .cas_search {
      padding-top: 0; }
    .header-content .header-main.topFixed .right {
      display: none; }
  .header-content .header-main .w {
    overflow: inherit; }
  .header-content .header-main .left {
    width: 270px;
    text-align: left; }
    .header-content .header-main .left img {
      margin-top: 12px;
      cursor: pointer; }
    .header-content .header-main .left .mt20 {
      margin-top: 20px; }
  .header-content .header-main .center {
    float: left; }
    .header-content .header-main .center .cas_search {
      float: left;
      display: inline;
      position: relative;
      margin-left: 120px;
      padding-top: 30px;
      width: 530px; }
    .header-content .header-main .center .cas_search_main {
      height: 40px;
      border: 1px solid #005bac; }
    .header-content .header-main .center .cas_sea_info {
      width: 110px;
      height: 100%;
      border-right: 1px solid #005bac;
      float: left;
      display: inline;
      position: relative;
      z-index: 10; }
      .header-content .header-main .center .cas_sea_info:hover .icon_down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }
      .header-content .header-main .center .cas_sea_info:hover .cas_sea_info_main {
        display: block; }
      .header-content .header-main .center .cas_sea_info .s_name {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #666;
        text-align: center;
        line-height: 38px; }
        .header-content .header-main .center .cas_sea_info .s_name .icon_down {
          margin-left: 8px;
          width: 15px;
          font-size: 16px;
          transition: transform 0.4s ease-out; }
      .header-content .header-main .center .cas_sea_info .cas_sea_info_main {
        display: none;
        width: 111px;
        border: 1px solid #005bac;
        border-top: none;
        position: absolute;
        left: -1px;
        top: 38px;
        background: #f4f4f4;
        z-index: 9; }
        .header-content .header-main .center .cas_sea_info .cas_sea_info_main p a {
          display: block;
          line-height: 30px;
          text-align: center;
          color: #666;
          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -ms-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          .header-content .header-main .center .cas_sea_info .cas_sea_info_main p a:hover {
            color: #005bac;
            background: #fff; }
    .header-content .header-main .center .input_text {
      width: 378px;
      height: 100%;
      background-color: #f4f4f4;
      height: 38px;
      text-indent: 10px;
      border: none;
      font-size: 14px;
      font-weight: normal;
      color: #000;
      font-family: "微软雅黑";
      float: left;
      display: inline;
      outline: none; }
    .header-content .header-main .center .input_searth {
      height: 100%;
      width: 40px;
      background: #f4f4f4 url("../images/icon-search.png") no-repeat center center;
      border: none;
      box-shadow: none;
      outline: none;
      opacity: .7;
      filter: alpha(opacity=70);
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .header-content .header-main .center .input_searth:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .header-content .header-main .right {
    padding-top: 25px;
    width: 210px;
    height: 100px;
    text-align: right; }
    .header-content .header-main .right .collection,
    .header-content .header-main .right .shoppingCart {
      display: inline-block;
      padding-top: 14px;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 50%;
      cursor: pointer; }
      .header-content .header-main .right .collection .fa,
      .header-content .header-main .right .shoppingCart .fa {
        font-size: 18px; }
    .header-content .header-main .right .collection {
      margin-right: 10px;
      border: 2px solid #ff8400; }
      .header-content .header-main .right .collection:hover {
        border-color: #e57b0a; }
        .header-content .header-main .right .collection:hover .fa {
          color: #e57b0a; }
      .header-content .header-main .right .collection .fa {
        color: #ff8400; }
    .header-content .header-main .right .shoppingCart {
      position: relative;
      border: 2px solid #005bac; }
      .header-content .header-main .right .shoppingCart:hover {
        border-color: #054f92; }
        .header-content .header-main .right .shoppingCart:hover .fa {
          color: #054f92; }
      .header-content .header-main .right .shoppingCart .fa {
        color: #005bac; }
      .header-content .header-main .right .shoppingCart .num {
        position: absolute;
        right: -5px;
        top: -5px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        border-radius: 50%;
        background: #ff8400;
        color: #fff; }

.nav-content {
  position: relative;
  z-index: 10;
  height: 60px;
  background: #132460;
  color: #fff; }
  .nav-content .w {
    overflow: inherit; }
  .nav-content .nav-left {
    float: left;
    width: 270px;
    position: relative; }
    .nav-content .nav-left:hover .hideBox {
      display: block; }
    .nav-content .nav-left:hover .nav-left-title {
      background: #005bac; }
  .nav-content .nav-left-title {
    position: relative;
    padding: 14px 0;
    line-height: 32px;
    padding-left: 25px;
    font-size: 16px; }
    .nav-content .nav-left-title img {
      margin-right: 10px;
      position: relative;
      top: -2px; }
  .nav-content ul.nav-left-main {
    position: absolute;
    top: 60px;
    padding: 14px 0;
    width: 100%;
    height: 450px;
    background: rgba(0, 18, 81, 0.7); }
    .nav-content ul.nav-left-main.hideBox {
      display: none; }
    .nav-content ul.nav-left-main li.list {
      font-size: 15px;
      line-height: 30px; }
      .nav-content ul.nav-left-main li.list:hover {
        background: #005bac; }
        .nav-content ul.nav-left-main li.list:hover .list-menu-content {
          display: block; }
      .nav-content ul.nav-left-main li.list .list-menu {
        display: block;
        padding: 6px 25px;
        font-size: 15px;
        line-height: 30px;
        color: #fff; }
    .nav-content ul.nav-left-main .list-menu-content {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 270px;
      top: 0;
      padding: 20px 20px 20px 30px;
      width: 690px;
      min-height: 100%;
      background: #d8e9f7;
      color: #333;
      border: 2px solid #0073c4;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transition: none .5s ease .5s; }
      .nav-content ul.nav-left-main .list-menu-content .item {
        margin-bottom: 15px; }
      .nav-content ul.nav-left-main .list-menu-content .item-title {
        overflow: hidden;
        line-height: 30px; }
        .nav-content ul.nav-left-main .list-menu-content .item-title .tit {
          font-size: 15px; }
        .nav-content ul.nav-left-main .list-menu-content .item-title span {
          cursor: pointer; }
        .nav-content ul.nav-left-main .list-menu-content .item-title .tit-more {
          float: right;
          font-size: 12px;
          color: #666; }
          .nav-content ul.nav-left-main .list-menu-content .item-title .tit-more:hover {
            font-weight: bold;
            color: #338fff; }
    .nav-content ul.nav-left-main .menu-leftBox {
      float: left;
      width: 400px; }
      .nav-content ul.nav-left-main .menu-leftBox .item-main {
        text-align: justify; }
        .nav-content ul.nav-left-main .menu-leftBox .item-main a {
          display: inline-block;
          margin-bottom: 5px;
          padding: 0 8px;
          color: #338fff;
          font-size: 12px;
          line-height: 22px;
          border-radius: 11px;
          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -ms-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          .nav-content ul.nav-left-main .menu-leftBox .item-main a:hover {
            background: #338fff;
            color: #fff; }
    .nav-content ul.nav-left-main .menu-rightBox {
      float: right;
      width: 200px; }
      .nav-content ul.nav-left-main .menu-rightBox .item-title {
        padding: 0 10px;
        margin-bottom: 10px; }
      .nav-content ul.nav-left-main .menu-rightBox .item-main {
        overflow: hidden; }
        .nav-content ul.nav-left-main .menu-rightBox .item-main .list {
          float: left;
          margin-bottom: 8px;
          margin: 0 10px 10px;
          width: 80px;
          text-align: center; }
          .nav-content ul.nav-left-main .menu-rightBox .item-main .list:hover .img {
            opacity: .8;
            filter: alpha(opacity=80); }
          .nav-content ul.nav-left-main .menu-rightBox .item-main .list:hover .txt {
            color: #338fff; }
          .nav-content ul.nav-left-main .menu-rightBox .item-main .list > a {
            display: block; }
          .nav-content ul.nav-left-main .menu-rightBox .item-main .list .img {
            display: block;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s; }
          .nav-content ul.nav-left-main .menu-rightBox .item-main .list .txt {
            display: block;
            color: #666;
            font-size: 12px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
  .nav-content .nav-other {
    float: left;
    width: calc(100% - 270px); }
    .nav-content .nav-other a {
      float: left;
      color: #fff;
      padding: 14px 45px;
      font-size: 16px;
      line-height: 32px;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent; }
      .nav-content .nav-other a:hover, .nav-content .nav-other a.active {
        background: #005bac;
        border-left: 1px solid #2269af;
        border-right: 1px solid #2269af; }

.banner-content {
  margin-bottom: 40px; }
  .banner-content .banner-main {
    position: relative; }
  .banner-content .swiper-container-banner {
    height: 450px; }
    .banner-content .swiper-container-banner:hover .swiper-button-prev,
    .banner-content .swiper-container-banner:hover .swiper-button-next {
      opacity: 1;
      filter: alpha(opacity=100); }
    .banner-content .swiper-container-banner .swiper-slide {
      height: 100%; }
      .banner-content .swiper-container-banner .swiper-slide > a {
        display: block;
        height: 100%; }
        .banner-content .swiper-container-banner .swiper-slide > a img {
          height: 100%; }
    .banner-content .swiper-container-banner .swiper-button-prev,
    .banner-content .swiper-container-banner .swiper-button-next {
      opacity: 0;
      filter: alpha(opacity=0);
      width: 45px;
      height: 45px;
      transition: all .3s;
      -ms-transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -o-transition: all .3s; }
      .banner-content .swiper-container-banner .swiper-button-prev.swiper-button-prev,
      .banner-content .swiper-container-banner .swiper-button-next.swiper-button-prev {
        left: 15px;
        background: url("../images/swiper-button-prev.png") no-repeat 0 0; }
        .banner-content .swiper-container-banner .swiper-button-prev.swiper-button-prev:hover,
        .banner-content .swiper-container-banner .swiper-button-next.swiper-button-prev:hover {
          background: url("../images/swiper-button-prev-h.png") no-repeat 0 0; }
      .banner-content .swiper-container-banner .swiper-button-prev.swiper-button-next,
      .banner-content .swiper-container-banner .swiper-button-next.swiper-button-next {
        right: 15px;
        background: url("../images/swiper-button-next.png") no-repeat 0 0; }
        .banner-content .swiper-container-banner .swiper-button-prev.swiper-button-next:hover,
        .banner-content .swiper-container-banner .swiper-button-next.swiper-button-next:hover {
          background: url("../images/swiper-button-next-h.png") no-repeat 0 0; }
  .banner-content .banner-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 100px 25px 0;
    width: 210px;
    height: 100%;
    text-align: center;
    background: rgba(239, 246, 255, 0.8); }
    .banner-content .banner-right .userImg {
      width: 100%;
      height: 84px; }
      .banner-content .banner-right .userImg img {
        display: inline-block;
        width: 84px;
        height: 84px; }
    .banner-content .banner-right .welcomeText {
      padding: 15px 0;
      font-size: 12px;
      line-height: 24px; }
      .banner-content .banner-right .welcomeText .userCenter,
      .banner-content .banner-right .welcomeText .shoppingCart {
        display: inline-block;
        color: #338fff;
        padding: 0 5px; }
        .banner-content .banner-right .welcomeText .userCenter:hover,
        .banner-content .banner-right .welcomeText .shoppingCart:hover {
          font-weight: bold; }
    .banner-content .banner-right .btnBox .btn {
      padding: 0 15px;
      font-size: 14px;
      line-height: 26px;
      color: #338fff;
      border: 1px solid #338fff;
      background: none;
      border-radius: 0;
      box-shadow: none;
      outline: none; }
      .banner-content .banner-right .btnBox .btn:first-child {
        margin-right: 10px; }
      .banner-content .banner-right .btnBox .btn:hover, .banner-content .banner-right .btnBox .btn.active, .banner-content .banner-right .btnBox .btn:focus {
        background: #338fff;
        color: #fff; }

.notice-content {
  margin-bottom: 50px;
  height: 132px;
  background: #fff; }
  .notice-content .notice-left {
    float: left;
    width: 153px; }
  .notice-content .notice-right {
    float: right;
    padding-top: 11px;
    padding-left: 6px;
    width: calc(100% - 153px); }
  .notice-content .swiper-slide > a {
    display: block; }

.brandLogo-content {
  overflow: hidden;
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: none; }
  .brandLogo-content .list {
    float: left;
    width: 146px;
    height: 146px;
    position: relative;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
    .brandLogo-content .list:nth-child(8) {
      border-right: none; }
    .brandLogo-content .list.change {
      cursor: pointer; }
    .brandLogo-content .list:hover .brandMsg {
      opacity: 1;
      filter: alpha(opacity=100); }
    .brandLogo-content .list .brandBox {
      position: relative;
      width: 100%;
      height: 100%; }
      .brandLogo-content .list .brandBox img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .brandLogo-content .list .brandMsg {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 91, 172, 0.9);
      padding: 30px 25px 25px;
      text-align: center;
      transition: all .3s;
      -ms-transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -o-transition: all .3s; }
      .brandLogo-content .list .brandMsg .name {
        margin-bottom: 15px;
        color: #fff;
        font-size: 14px;
        line-height: 20px; }
      .brandLogo-content .list .brandMsg .more {
        margin: auto;
        padding: 3px 8px;
        font-size: 12px;
        width: 72px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 12px; }
        .brandLogo-content .list .brandMsg .more:hover {
          background: #005bac; }

.tabs-content {
  margin-bottom: 60px; }
  .tabs-content .tabs-tit {
    overflow: hidden; }
    .tabs-content .tabs-tit nav {
      overflow: hidden;
      float: left; }
    .tabs-content .tabs-tit .tit {
      float: left;
      padding: 8px 20px;
      font-size: 16px;
      line-height: 30px;
      border-radius: 3px 3px 0 0;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .tabs-content .tabs-tit .tit.active, .tabs-content .tabs-tit .tit:hover {
        background: #005bac;
        color: #fff; }
      .tabs-content .tabs-tit .tit:first-child {
        padding-left: 45px; }
    .tabs-content .tabs-tit .tit-more {
      float: right;
      padding: 8px 0;
      font-size: 14px;
      line-height: 30px; }
      .tabs-content .tabs-tit .tit-more .more {
        color: #999;
        display: none; }
        .tabs-content .tabs-tit .tit-more .more:hover {
          color: #005bac; }
        .tabs-content .tabs-tit .tit-more .more:first-child {
          display: block; }
  .tabs-content .tabs-main .tabs-slide {
    display: none; }
    .tabs-content .tabs-main .tabs-slide:first-child {
      display: block; }
  .tabs-content .swiper-slide {
    position: relative;
    padding: 10px 10px 20px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s; }
    .tabs-content .swiper-slide:hover, .tabs-content .swiper-slide.active {
      border-color: #ff8400; }
      .tabs-content .swiper-slide:hover .shopping .add, .tabs-content .swiper-slide.active .shopping .add {
        color: #fff;
        background: #005bac; }
      .tabs-content .swiper-slide:hover .shopping .collect, .tabs-content .swiper-slide.active .shopping .collect {
        opacity: 1;
        filter: alpha(opacity=100); }
      .tabs-content .swiper-slide:hover .img, .tabs-content .swiper-slide.active .img {
        opacity: .8;
        filter: alpha(opacity=80); }
    .tabs-content .swiper-slide .new {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 9;
      width: 60px;
      height: 60px;
      background: url("../images/icon-new.png") no-repeat 0 0; }
    .tabs-content .swiper-slide .img {
      display: block;
      width: 212px;
      height: 212px;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .tabs-content .swiper-slide .tit {
      padding-top: 10px;
      font-size: 16px;
      line-height: 30px;
      color: #333;
      height: 65px;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -o-box;
      display: box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal; }
    .tabs-content .swiper-slide .txt {
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .tabs-content .swiper-slide .level {
      font-size: 12px;
      line-height: 24px;
      color: #666; }
    .tabs-content .swiper-slide .price {
      padding-bottom: 5px;
      font-size: 18px;
      line-height: 36px;
      color: #cd1212; }
    .tabs-content .swiper-slide .shopping {
      overflow: hidden; }
      .tabs-content .swiper-slide .shopping .add {
        display: inline-block;
        font-size: 14px;
        line-height: 28px;
        padding: 3px 15px;
        border-radius: 2px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .tabs-content .swiper-slide .shopping .add:hover {
          background: #034f92; }
      .tabs-content .swiper-slide .shopping .collect {
        display: inline-block;
        float: right;
        opacity: 0;
        filter: alpha(opacity=0); }

.newArrivals-content .tabs-tit .tit:first-child {
  background: url("../images/icon-title02.png") no-repeat 15px center; }
  .newArrivals-content .tabs-tit .tit:first-child.active, .newArrivals-content .tabs-tit .tit:first-child:hover {
    background: #005bac url("../images/icon-title02-h.png") no-repeat 15px center; }

.microorganism-content .tabs-tit .tit:first-child {
  background: url("../images/icon-title03.png") no-repeat 15px center; }
  .microorganism-content .tabs-tit .tit:first-child.active, .microorganism-content .tabs-tit .tit:first-child:hover {
    background: #005bac url("../images/icon-title03-h.png") no-repeat 15px center; }

.cultureReagent-content .tabs-tit .tit:first-child {
  background: url("../images/icon-title04.png") no-repeat 15px center; }
  .cultureReagent-content .tabs-tit .tit:first-child.active, .cultureReagent-content .tabs-tit .tit:first-child:hover {
    background: #005bac url("../images/icon-title04-h.png") no-repeat 15px center; }

.viewAllProducts-content {
  margin-bottom: 60px;
  text-align: center; }
  .viewAllProducts-content .text {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .viewAllProducts-content .text:hover {
      color: #005bac; }
      .viewAllProducts-content .text:hover::before, .viewAllProducts-content .text:hover::after {
        background: #005bac; }
  .viewAllProducts-content .text:before,
  .viewAllProducts-content .text:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #cccccc;
    width: 42%;
    height: 1px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .viewAllProducts-content .text:before {
    left: 0; }
  .viewAllProducts-content .text:after {
    right: 0; }

.afterSaleService-content .title {
  border-bottom: 1px solid #eeeeee; }
  .afterSaleService-content .title .tit {
    display: inline-block;
    padding: 8px 20px 8px 45px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #005bac url("../images/icon-title05.png") no-repeat 15px center; }
.afterSaleService-content .main-content {
  overflow: hidden; }
.afterSaleService-content .list {
  float: left;
  overflow: hidden;
  width: 33.33%;
  padding: 90px 0 90px 80px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .afterSaleService-content .list:hover {
    background: #eeeeee; }
  .afterSaleService-content .list .imgBox {
    float: left;
    margin-right: 20px;
    padding-top: 10px; }
  .afterSaleService-content .list dd {
    float: left; }
  .afterSaleService-content .list .tit {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold; }
  .afterSaleService-content .list .txt {
    font-size: 14px;
    line-height: 28px; }

.freeDelivery-content {
  overflow: hidden;
  margin-bottom: 60px; }
  .freeDelivery-content .list {
    float: left;
    width: 25%;
    text-align: center;
    background: #132460;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .freeDelivery-content .list a {
      display: block;
      padding: 45px;
      color: #8d8f98; }
    .freeDelivery-content .list:hover {
      background: #005bac; }
      .freeDelivery-content .list:hover a {
        color: #fff;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
      .freeDelivery-content .list:hover .img {
        display: inline-block;
        width: 40px;
        height: 37px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .freeDelivery-content .list:hover .img.img1 {
          background: url("../images/icon-freeDelivery-h.png") no-repeat center 0; }
        .freeDelivery-content .list:hover .img.img2 {
          background: url("../images/icon-guarantee-h.png") no-repeat center 0; }
        .freeDelivery-content .list:hover .img.img3 {
          background: url("../images/icon-payment-h.png") no-repeat center 0; }
        .freeDelivery-content .list:hover .img.img4 {
          background: url("../images/icon-technicalSupport-h.png") no-repeat center 0; }
    .freeDelivery-content .list .img {
      display: inline-block;
      width: 40px;
      height: 37px; }
      .freeDelivery-content .list .img.img1 {
        background: url("../images/icon-freeDelivery.png") no-repeat center 0; }
      .freeDelivery-content .list .img.img2 {
        background: url("../images/icon-guarantee.png") no-repeat center 0; }
      .freeDelivery-content .list .img.img3 {
        background: url("../images/icon-payment.png") no-repeat center 0; }
      .freeDelivery-content .list .img.img4 {
        background: url("../images/icon-technicalSupport.png") no-repeat center 0; }
    .freeDelivery-content .list .txt {
      font-size: 14px;
      line-height: 28px; }

.join-content {
  color: #fff;
  background: #132460; }
  .join-content .w {
    padding: 25px 0; }
  .join-content .join-left {
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 50px; }
  .join-content .join-right {
    float: right; }
    .join-content .join-right form {
      overflow: hidden;
      height: 50px;
      border-radius: 5px; }
    .join-content .join-right .input_text {
      float: left;
      width: 400px;
      height: 100%;
      font-size: 15px;
      color: #333;
      text-indent: 12px;
      border: none; }
    .join-content .join-right .input_btn {
      float: left;
      width: 170px;
      height: 100%;
      font-size: 16px;
      color: #fff;
      background: #005bac;
      border: none;
      box-shadow: none;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .join-content .join-right .input_btn:hover, .join-content .join-right .input_btn:focus {
        background: #055296; }

/*# sourceMappingURL=homeIndex.css.map */
