@charset "UTF-8";
/*transform*/
/* color: #6e6e6e; 例子：旋转-transform:rotate(10deg);  倾斜-transform:skew(20deg); 缩放-transform:scale(x,y); 位移-transform:translate(120px,0); 综合transform{transition:all 1s ease-in-out;}*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {
  margin: 0;
  padding: 0; }

html, body {
  min-width: 1200px;
  margin: 0 auto; }
body{font-size:14px;font-family:"微软雅黑";}

input, button {
  outline: none;
  box-shadow: inset 0 0 0 transparent;
  letter-spacing: 0.05em; }

ol, ul, li {
  list-style-type: none; }

textarea {
  outline: none;
  padding: 0.5em;
  line-height: 1.6em;
  resize: none; }

a {
  cursor: pointer;
  text-decoration: none; }

a:visited ,a:link {color:#333;}


.img img {
  max-width: 100%;
  max-height: 100%; }

p {
  margin: 0.55em 0;
  line-height: 120%; }

.fl {
  float: left; }

.fr {
  float: right; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.dIB {
  display: inline-block; }

.dB {
  display: block; }


.top-wrapper {
  width: 100%;
  padding-top: 15px;
  background: #fff; }

.topPart_one {
  width: 1200px;
  margin: 0 auto;
  height: 80px; }
  .topPart_one:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.product_title_nav{width: 1200px;text-align: center;margin-left: auto;margin-right: auto;}

  .product_left{
    float: left;height: 61px;line-height: 61px;
  }

.product_right{

}

  .product_top_title{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color:#ffffff !important;
    line-height: 60px;
  }


.product_top-wrapper {
  width: 100%;
  height: 61px;
  padding-top: 5px;
  background: #0080c9;
}


.product-nav-top {
  text-align: right;
  display: block;
  height: 61px;
}
.product-nav-top li {
  display: inline-block;
  width: 80px;
  margin-left: 20px;
  position: relative;
}
.product-nav-top li .one-level {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #6ac5fa;
  line-height: 60px;
}

.product-nav-top li .one-level:hover, .product-nav-top li .one-level.active {  color: #FFFFFF; }


.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
   z-index: 10000;
}

.login-top {
  width: 475px;
  height: 50px; }

.nav-top {
  text-align: center;
  display: block;
  height: 61px;
  width:1200px;
  margin-left: auto;
  margin-right: auto;
 }
  .nav-top li {
    display: inline-block;
    width: 195px;
    position: relative;
    /**浜岀骇鑿滃崟**/ }
    .nav-top li:before {
      content: "";
      display: block;
      width: 1px;
      height: 20px;
      background: #333;
      position: absolute;
      left: -2px;
      top: 50%;
      margin-top: -10px; }
    .nav-top li:first-child:before {
      display: none;
      visibility: hidden; }
    .nav-top li .one-level {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 18px;
      color: #333;
      line-height: 60px; }
      .nav-top li .one-level:hover, .nav-top li .one-level.active {
        color: #e50000; }
    .nav-top li .two-level {
      display: none;
      z-index: -9999;
      position: absolute;
      left: 0;
      top: 90%;
      min-width: 100%;
      white-space: nowrap;
      background: #fff;
      box-shadow: 0 1px 5px #333; }
      .nav-top li .two-level:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        top: -7px;
        transform: rotate(45deg);
        border-style: solid;
        border-width: 7px;
        border-color: #fff;
        box-shadow: -1px -1px 2px #b6b6b6;
        margin-left: -4px; }
      .nav-top li .two-level .twoLink {
        display: block;
        width: 100%;
        line-height: 40px;
        font-size: 14px;
        background: #fff;
        position: relative; }
        .nav-top li .two-level .twoLink:hover {
          background: #008dcf;
          color: #fff;
          font-size: 15px; }
    .nav-top li:hover .two-level {
      display: block;
      z-index: 100; }

.banner-noS {
  width: 100%;
  height: 600px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto 45px auto;
  overflow: hidden;
  text-align: center; }
  .banner-noS .swiper-wrapper {
    width: 100%; }
  .banner-noS .swiper-slide {
    width: 100%;
    height: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat; }
  .banner-noS .swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%; }
    .banner-noS .swiper-pagination .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: #999;
      box-shadow: 0px 1px 2px #555 inset;
      margin: 0 3px;
      cursor: pointer; }
    .banner-noS .swiper-pagination .swiper-active-switch {
      background: #fff; }

/***椤佃剼***/
.footerBox {
  background: #fff;
  margin-top: 100px; }

.nav-foot {
  border-bottom: 1px solid #008dcf;
  height: 45px; }
  .nav-foot .navF-main {
    width: 1200px;
    margin: 0 auto;
    text-align: left; }
    .nav-foot .navF-main a {
      line-height: 45px;
      display: inline-block;
      margin: 0 20px;
      color: #008dcf;
      font-size: 16px; }
      .nav-foot .navF-main a:hover {
        font-weight: bold; }

.foot-sm {
  background: #007bc8;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.1em; }

.company-infor {
  width: 1200px;
  height: 235px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  clear: both; }

.footLogo {
  width: 165px; }

.website {
  margin-top: 75px;
  white-space: nowrap;
  font-size: 18px; }

.gsName { margin-left: 115px; }
.gsName p {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #6e6e6e;
    line-height: 1.35; }

.wx-ewm {
  width: 130px;
  height: 130px; }

/**浜у搧鍒楄〃**/
.pageMain {
  width: 1200px;
  margin: 0 auto; }

.series-title {
  background: #007bc8;
  margin: 20px 0;
  display: block;
  line-height: 40px;
  text-indent: 0.8em;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.series-list {
  display: block;
  width: 100%; }
  .series-list:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .series-list li {
    display: block;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
    width: 380px;
    height: 300px;
    letter-spacing: 0.08em;
    z-index: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .series-list li .listImg {
      width: 380px;
      height: 240px;
      border: 1px solid #999;
      display: block;
      overflow: hidden; }
      .series-list li .listImg img {
        width: 100%;
        height: 100%; }
    .series-list li .listName {
      font-weight: bold;
      font-size: 14px;
      color: #333;
      display: block;
      margin-bottom: 5px; }
    .series-list li p {
      padding: 12px 0 0 20px;
      font-size: 13px; }
    .series-list li:hover {
      z-index: 100;
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
      .series-list li:hover .listImg {
        border-radius: 10px;
        box-shadow: 0 3px 10px #999; }
      .series-list li:hover .listName {
        color: #007bc8; }
    .series-list li:nth-child(3n+1) {
      margin-left: 0; }



.productMain {
  width: 830px;
  margin: 0 auto;
}

.productCategory{
  float: left;
  width:25%;
}


.productCategory h2{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background: #008dcf;
  color: #fff;
  font-size: 15px;
}

.threeLink {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;

  line-height: 35px;
  font-size: 14px;
  background: #fff;
  position: relative;
}

.threeLink:hover{
  background: #008dcf;
  color: #fff;
  font-size: 15px;
}

.buybtn{
  background: white !important;
  border-radius: 5px !important;
  line-height: 26px !important;
  width: 84px !important ;
  color: #989393 !important;
  text-align: center !important;
  font-size: 14px !important;
}

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