@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #009299;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0px;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0px;
  display: block;
  _display: inherit; }

.ellipsis, .pageNum2 li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12.8rem;
  margin: 0 auto; }

a, .transition, .head .nav dl, .navBg, .index h2, .index p, .index .more, .news li, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.flex, .job .title {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem; }
  .head a.logo {
    display: block;
    width: 3.64rem;
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    right: auto;
    top: 0.4rem;
    bottom: auto; }
  .head .nav {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.1rem;
    top: 0;
    bottom: auto; }
    .head .nav li {
      float: left;
      padding: 0 .38rem 0 .36rem;
      background: url("../image/nav.png") right 0.47rem no-repeat;
      background-size: .02rem;
      position: relative;
      min-height: 1rem; }
      .head .nav li:last-child {
        background: none; }
      .head .nav li:nth-child(3) dl {
        left: -1.8rem;
        width: 5rem; }
        .head .nav li:nth-child(4) dl {
        left: -1.8rem;
        width: 4rem; }
      .head .nav li:nth-child(7) dl {
        left: -1.15rem; }
      .head .nav li:hover dl {
        opacity: 1;
        visibility: visible; }
    .head .nav a {
      display: block;
      color: #fff;
      font-size: .16rem;
      height: 1rem;
      padding-top: .44rem;
      position: relative; }
      .head .nav a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: .73rem;
        width: 0;
        height: .02rem;
        background: #0ee6f0; }
      .head .nav a:hover, .head .nav a.on {
        color: #0ee6f0; }
        .head .nav a:hover:before, .head .nav a.on:before {
          width: 100%;
          left: 0; }
    .head .nav dl {
      position: absolute;
      z-index: 10;
      left: -0.55rem;
      right: auto;
      top: 1rem;
      bottom: auto;
      width: 3rem;
      min-height: .5rem;
      opacity: 0;
      visibility: hidden; }
      .head .nav dl dd {
        float: left;
        padding: 0 .3rem; }
      .head .nav dl a {
        height: .5rem;
        line-height: .5rem;
        padding: 0;
        color: #fff; }
        .head .nav dl a:before {
          top: auto;
          bottom: 0;
          background: #fff;
          height: .02rem; }
        .head .nav dl a:hover {
          color: #fff; }

.navBg {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 1rem;
  width: 100%;
  height: .5rem;
  background: rgba(0, 140, 153, 0.3);
  opacity: 0;
  visibility: hidden; }
  .navBg.on {
    opacity: 1;
    visibility: visible; }

.headD {
  height: 1rem; }

.pageHead {
  background: #fff;
  height: 1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); }
  .pageHead a.logo {
    top: .27rem; }
  .pageHead a.tel {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.5rem;
    top: 0;
    bottom: auto;
    height: 1rem;
    line-height: 1rem;
    padding-left: .4rem;
    font-size: .24rem;
    font-weight: bold;
    color: #f00;
    background: url("../image/img30.png") left center no-repeat;
    background-size: .3rem; }
  .pageHead .nav {
    right: 3rem; }
    .pageHead .nav li {
      background-image: url("../image/nav2.png");
      background-position: right center; }
    .pageHead .nav a {
      height: 1rem;
      line-height: 1rem;
      padding: 0;
      color: #666; }
      .pageHead .nav a:hover, .pageHead .nav a.on {
        color: #009299; }
      .pageHead .nav a:before {
        top: auto;
        bottom: 0;
        height: .04rem;
        background: #009299; }

.foot {
  background: #222;
  min-height: 1rem;
  position: relative;
  color: #999; }
  .foot a {
    color: #999; }
  .foot .logo {
    width: 1.16rem;
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    right: auto;
    top: 0.25rem;
    bottom: auto; }
  .foot .list {
    padding-left: 2.1rem; }
    .foot .list li {
      float: left;
      padding: .36rem .55rem 0 0;
      font-size: .16rem; }
  .foot .ewm {
    clear: both;
    width: 2.4rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 2.9rem;
    top: 0.15rem;
    bottom: auto;
    padding-left: .87rem; }
    .foot .ewm .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: .7rem; }
    .foot .ewm p {
      font-size: .14rem;
      line-height: .24rem;
      padding-top: .12rem; }
  .foot .tel {
    width: 2.75rem;
    height: 1rem;
    background: url("../image/img45.png") left center no-repeat;
    background-size: .45rem;
    padding: .25rem 0 0 .6rem;
    font-size: .14rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .foot .tel h2 {
      font-size: .24rem;
      padding-top: .03rem; }

/*index----------------------*/
#index {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #index .dots {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.45rem;
    top: 50%;
    bottom: auto;
    margin-top: -1.3rem;
    width: .23rem; }
    #index .dots span {
      display: block;
      height: .52rem;
      background: url("../image/img18.png") center no-repeat;
      background-size: .18rem; }
      #index .dots span.swiper-pagination-bullet-active {
        background-image: url("../image/img18on.png"); }
  #index .section {
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    padding-top: 1rem;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%); }
  #index .indexSide {
    background: center no-repeat;
    background-size: cover; }

.indexIco {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0.4rem;
  background: url("../image/img17.png") center no-repeat;
  background-size: cover;
  width: .17rem;
  height: .87rem;
  margin-left: -.08rem; }
  .indexIco.down {
    -webkit-animation: downAnimation 1.5s infinite linear;
    -moz-animation: downAnimation 1.5s infinite linear;
    -o-animation: downAnimation 1.5s infinite linear; }
  .indexIco.up {
    background-image: url("../image/img17on.png");
    -webkit-animation: upAnimation 1.5s infinite linear;
    -moz-animation: upAnimation 1.5s infinite linear;
    -o-animation: upAnimation 1.5s infinite linear; }
.indexIco.up{
  left: 46%;margin-bottom: .8rem;
}
@-webkit-keyframes downAnimation {
  from {
    bottom: .5rem;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@-moz-keyframes downAnimation {
  from {
    bottom: .5rem;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@-o-keyframes downAnimation {
  from {
    bottom: .5rem;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@-webkit-keyframes upAnimation {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: .5rem;
    opacity: 0; } }
@-moz-keyframes upAnimation {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: .5rem;
    opacity: 0; } }
@-o-keyframes upAnimation {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: .5rem;
    opacity: 0; } }
.indexVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .indexVideo:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .indexVideo video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }

.index {
  text-align: center;
  color: #fff; }
  .index h2 {
    font-weight: 400;
    font-size: .5rem;
    line-height: 1.5em; }
  .index p {
    font-size: .22rem;
    line-height: 1.55em;
    padding-top: .3rem;
    min-height: 1.8rem;
    max-width: 13rem;
    margin: 0 auto; }
    .index p.p1 {
      font-size: .4rem; }
    .index p span {
      color: #faba3f; }
  .index .more {
    font-size: .14rem;
    padding-top: .25rem; }
    .index .more a {
      color: #0ee6f0; }

.indexTransition, .swiper-slide-active .index h2, .swiper-slide-active .index p, .swiper-slide-active .index .more {
  opacity: 1;
  top: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s; }

.index h2 {
  opacity: 0;
  position: relative;
  top: -1rem; }

.index p, .index .more {
  opacity: 0;
  position: relative;
  top: 1rem; }

.indexFoot {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0.4rem;
  width: 100%;
  background: #fff; }
  .indexFoot .wal {
    min-height: 3.1rem;
    max-width: 13rem;
    position: relative; }
  .indexFoot .img {
    width: 2.94rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.47rem;
    bottom: auto; }
  .indexFoot .list {
    padding-top: 1rem; }
    .indexFoot .list li {
      float: left;
      width: 1.27rem;
      height: 1.15rem;
      position: relative; }
      .indexFoot .list li:nth-child(even) {
        width: .85rem;
        top: -.57rem; }
        .indexFoot .list li:nth-child(even) div {
          margin-left: -.21rem;
          margin-right: -.21rem; }

.indexFootMsg {
  text-align: center;
  line-height: .4rem;
  font-size: .14rem;
  background: #eee;
  color: #666;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100%; }

/*page-----------------*/
.pageBanner {
  height: 1.12rem;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .pageBanner h2 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    font-size: .5rem;
    line-height: .75rem;
    width: 100%;
    letter-spacing: .03rem;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%); }
    .pageBanner h2 p {
      font-size: .22rem;
      line-height: .34rem;
      padding: .2rem .2rem 0;
      color: #eee; 
      display: none;
    }
  .pageBanner .img {
    width: .5rem;
    margin: 0 auto;
    float: right;margin-right: .2rem;}
.pageBanner em{float: right;font-size: .4rem;margin-right: 1rem;}
.pageBanner .img img{margin-bottom: .08rem;}
.pageTitle {
  text-align: center;
  padding: .8rem 0 .5rem 0; }
  .pageTitle h2 {
    font-weight: 400;
    font-size: .42rem; }
  .pageTitle p {
    font-size: .2rem;
    text-transform: uppercase;
    color: #9a9a9a;
    letter-spacing: .06rem;
    padding-top: .1rem; }

.pageMsg {
  text-align: center;
  font-size: .16rem;
  line-height: .3rem;
  color: #666;
  padding-bottom: .85rem;
  position: relative;
  z-index: 2; }
  .pageMsg span {
    font-size: .24rem;
    color: #009299; }

.cpms {
  min-height: 3rem;
  position: relative; }
  .cpms .img1 {
    width: 6.3rem;
    position: absolute;
    z-index: 10;
    left: 3.2rem;
    right: auto;
    top: 2.06rem;
    bottom: auto; }
  .cpms ul {
    margin-left: -1.15rem; }
  .cpms li {
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 0 0 .35rem 1.15rem;
    min-height: 1rem; }
    .cpms li:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .cpms .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
  .cpms .name a {
    display: block;
    height: .7rem;
    line-height: .7rem;
    overflow: hidden;
    font-size: .28rem;
    color: #666; }
  .cpms .h50 {
    height: 1.5rem; }

.sideBar {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 50%;
  margin-top: -1rem;
  width: .5rem; }
  .sideBar li {
    padding-bottom: .06rem; }
    .sideBar li.li_01 a {
      background-image: url("../image/img22_1.png"); }
    .sideBar li.li_02 a {
      background-image: url("../image/img22_2.png"); }
    .sideBar li.li_03 a {
      background-image: url("../image/img22_3.png");
      height: .47rem;
      background-color: #d9d9d9;
      padding: 0; }
      .sideBar li.li_03 a:hover {
        background-color: #009299; }
  .sideBar a {
    display: block;
    font-size: .2rem;
    background: #009299 center .13rem no-repeat;
    background-size: .21rem;
    color: #fff;
    text-align: center;
    padding: .42rem .15rem .12rem .15rem;
    line-height: 1.2em;
    border-top-left-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem; }

.customer {
  padding-bottom: .55rem; }
  .customer li {
    position: relative;
    top: -.5rem;
    padding: .5rem 0 .5rem 3.8rem;
    border-bottom: #ccc solid 1px;
    min-height: 3rem; }
  .customer .box {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    width: 3rem;
    text-align: center; }
    .customer .box div {
      position: relative;
      min-height: .5rem; }
      .customer .box div:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: .17rem;
        height: .23rem;
        margin-top: -.12rem;
        background: url("../image/img17_1.png") center no-repeat;
        background-size: cover; }
    .customer .box span {
      display: block;
      line-height: .55rem;
      font-size: .18rem;
      color: #666; }

.layout {
  position: relative;
  top: -1.2rem; }

.storage {
  text-align: center; }
  .storage h2.title {
    font-size: .28rem;
    padding-bottom: .5rem;
    font-weight: 400; }
  .storage li {
    float: left;
    width: 33.333%;
    min-height: 3rem;
    position: relative; }
    .storage li .img {
      width: .7rem;
      margin: 0 auto;
      padding: .55rem 0 .15rem 0; }
    .storage li .name {
      font-size: .24rem;
      line-height: .36rem;
      color: #666; }
    .storage li:nth-child(odd) {
      background: #f7f7f7; }
    .storage li:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: .06rem;
      height: 0;
      background: #009299;
      margin-left: -.03rem; }
    .storage li.on:before {
      height: .68rem;
      bottom: -.36rem; }
  .storage .bigImg {
    clear: both;
    padding: .75rem 0 .95rem 0;
    display: none; }

.distribution {
  text-align: center;
  color: #fff;
  padding-bottom: 1rem; }
  .distribution .list ul {
    margin-left: -.61rem; }
  .distribution .list li {
    float: left;
    width: 33.333%;
    padding: 0 0 .61rem .61rem; }
  .distribution .list .box {
    min-height: 1rem;
    position: relative; }
  .distribution .list .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    margin-top: -.65rem;
    font-size: .16rem; }
    .distribution .list .layer b {
      font-size: .77rem; }
    .distribution .list .layer h2 {
      font-size: .2rem; }
  .distribution .bigImg {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .distribution .bigImg .swiper-slide {
      position: relative; }
    .distribution .bigImg .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%; }
      .distribution .bigImg .layer h2 {
        font-weight: 400;
        font-size: .34rem;
        padding: 1.65rem 0 .4rem 0; }
      .distribution .bigImg .layer p {
        font-size: .25rem;
        line-height: .42rem; }
    .distribution .bigImg .dots {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0.3rem;
      width: 100%;
      font-size: 0;
      text-align: center; }
      .distribution .bigImg .dots span {
        display: inline-block;
        margin: 0 .2rem;
        height: .05rem;
        width: .7rem;
        background: #dcdcdc; }
        .distribution .bigImg .dots span.swiper-pagination-bullet-active {
          background: #009299; }

.channel {
  background: url("../image/img1068.png") center top no-repeat;
  background-size: 7.68rem;
  min-height: 12rem;
  position: relative; }
  .channel li {
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 2.42rem;
    bottom: auto; }
    .channel li.li_01 {
      left: 0; }
    .channel li.li_02 {
      right: 0; }
  .channel a {
    display: block;
    background: url("../image/img425_1.png") center no-repeat;
    background-size: 4rem;
    width: 4.25rem;
    height: 4.25rem;
    text-align: center;
    color: #fff;
    font-size: .38rem;
    padding-top: 2.52rem; }
.channel a.a_0 {
    display: block;
    background: url("../image/img425_1_2.png") center no-repeat; 
        background-size: 4rem;
  }
.product {
  position: relative;
  top: -.5rem;
  min-height: 3rem;
  border-bottom: #ccc solid 1px;
  padding: .5rem 0 0 2.61rem; }
  .product:last-child {
    border: 0; }
  .product .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    width: 2.37rem;
    height: 1.59rem;
    background: #f3f3f3 url("../image/img17_1.png") right center no-repeat;
    background-size: .17rem;
    text-align: center;
    font-size: .24rem;
    color: #666; }
    .product .title div {
      width: .6rem;
      margin: 0 auto;
      height: 1rem;
      padding-top: .25rem; }
  .product .list ul {
    margin-left: -.23rem; }
  .product .list li {
    float: left;
    width: 25%;
    padding: 0 0 .25rem .25rem; }
    .product .list li:hover img {
      opacity: .2; }
    .product .list li .box {
      background: #000;
      position: relative;
      min-height: .5rem; }
    .product .list li img {
      opacity: .7; }
    .product .list li .name {
      font-size: .36rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 50%;
      bottom: auto;
      width: 100%;
      text-align: center;
      line-height: .6rem;
      margin-top: -.3rem;
      color: #fff;
      letter-spacing: .08rem; }
      .product .list li .name a{
        color: #fff;
      }
    .product .list li .tag {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      height: .36rem;
      line-height: .36rem;
      padding: 0 .15rem;
      background: #00b050;
      color: #fff;
      font-size: .18rem;
      letter-spacing: .02rem; }
      .product .list li .tag.tag2 {
        background: #1787c3; }
  .product .h10 {
    height: .27rem; }

.about_01 .box {
  width: 50%;
  padding: .45rem .45rem 0 0;
  color: #666; }
  .about_01 .box.fr {
    padding: .85rem 0 0 .6rem; }
.about_01 h2 {
  font-weight: 400;
  font-size: .24rem; }
.about_01 .content {
  font-size: .16rem;
  line-height: .24rem;
  padding: .32rem 0; }
.about_01 .img {
  width: 50%;
  height: 4.3rem;
  background: center no-repeat;
  background-size: cover; }

.about_02 {
  min-height: 3rem;
  background: #f7f7f7;
  padding-bottom: .9rem;
  text-align: center; }
  .about_02 .msg {
    font-size: .2rem;
    color: #9a9a9a;
    letter-spacing: .04rem;
    padding-bottom: .6rem; }
  .about_02 .list {
    position: relative;
    padding: 0 .35rem;
    min-height: 1rem; }
  .about_02 #list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .about_02 a.arrow {
    display: block;
    width: .36rem;
    height: .67rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0.17rem;
    bottom: auto;
    background: center no-repeat;
    background-size: cover; }
    .about_02 a.arrow.prev {
      left: 0;
      background-image: url("../image/prev36.png"); }
      .about_02 a.arrow.prev:hover {
        background-image: url("../image/prev36on.png"); }
    .about_02 a.arrow.next {
      right: 0;
      background-image: url("../image/next36.png"); }
      .about_02 a.arrow.next:hover {
        background-image: url("../image/next36on.png"); }
  .about_02 .swiper-slide {
    height: 2.72rem;
    position: relative;
    color: #9a9a9a; }
    .about_02 .swiper-slide:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .2rem;
      margin-left: -.03rem;
      width: .06rem;
      height: 0;
      background: #009299; }

    .about_02 .swiper-slide:after {
      content: "";
      display: block;
      position: absolute;
      right: -.61rem;
      top: .38rem;
      width: 1.23rem;
      height: .25rem;
      background: url("../image/img123.png") center no-repeat;
      background-size: cover; }
    .about_02 .swiper-slide.on {
      color: #009299; }
      .about_02 .swiper-slide.on .time {
        background: #009299;
        border-color: #009299;
        color: #fff; }
      .about_02 .swiper-slide.on:before {
        height: .68rem; }
        
  .about_02 .time {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    background: #fff;
    border: #9a9a9a solid .02rem;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: .26rem; }
  .about_02 .name {
    padding-top: .16rem;
    font-size: .18rem;
    line-height: .26rem;
    max-width: 1.65rem;
    margin: 0 auto; }
  .about_02 .bigImg li {
    display: none; }

.about_03 {
  margin-left: -.2rem;
  margin-right: -.2rem; }
  .about_03 #about_03 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .about_03 .swiper-slide {
    padding: 0 .2rem; }
  .about_03 .img {
    border: #ccc solid 1px;
    padding: .12rem; }
  .about_03 .name {
    text-align: center;
    padding-top: .15rem;
    height: 1.05rem;
    font-size: .16rem;
    color: #666; }
  .about_03 .dots {
    font-size: 0;
    text-align: center;
    height: .9rem; }
    .about_03 .dots span {
      display: inline-block;
      margin: 0 .2rem;
      height: .05rem;
      width: .7rem;
      background: #dcdcdc; }
      .about_03 .dots span.swiper-pagination-bullet-active {
        background: #009299; }

.about2_01 ul {
  margin-left: -.5rem;
  padding-top: .2rem; }
.about2_01 li {
  float: left;
  width: 25%;
  padding: 0 0 .5rem .5rem; }
.about2_01 .box {
  min-height: 1rem;
  position: relative; }
.about2_01 .layer {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 100%;
  margin-top: -.65rem;
  font-size: .16rem;
  text-align: center;
  color: #fff; }
  .about2_01 .layer b {
    font-size: .77rem; }
  .about2_01 .layer h2 {
    font-size: .2rem; }
.about2_01 .h10 {
  height: .75rem; }

.about2_02 {
  min-height: 3rem;
  background: #f7f7f7; }
  .about2_02 .content {
    min-height: 4.3rem;
    width: 50%;
    font-size: .16rem;
    line-height: 1.7em;
    color: #666;
    padding-right: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .about2_02 .content.fr {
      padding: 0 0 0 .4rem; }
    .about2_02 .content .imgDiv {
      width: 1.67rem;
      padding-bottom: .35rem; }
  .about2_02 .img {
    width: 50%;
    height: 4.3rem;
    background: center no-repeat;
    background-size: cover; }

.join {
  min-height: 7.5rem;
  position: relative; }
  .join .imgList {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .join .imgList .swiper-slide {
      height: 7.5rem;
      background: center no-repeat;
      background-size: cover; }
  .join .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%; }
  .join .img {
    max-width: 7.43rem;
    margin: 0 auto;
    padding: 1.5rem 0; }
  .join .list {
    height: 1.4rem;
    max-width: 10rem;
    margin: 0 auto; }
    .join .list li {
      float: left;
      width: 50%; }
    .join .list a {
      display: block;
      position: relative;
      color: #fff;
      font-size: .38rem;
      width: 3.18rem;
      height: .8rem;
      line-height: .8rem;
      background: #009299;
      -moz-border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      border-radius: 0.4rem;
      margin: 0 auto;
      padding-left: 1.15rem; }
      .join .list a img {
        width: .55rem;
        position: absolute;
        z-index: 10;
        left: 0.45rem;
        right: auto;
        top: 0.21rem;
        bottom: auto; }

.jobNav {
  padding-top: .7rem; }
  .jobNav ul {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between; }
  .jobNav a {
    display: block;
    font-size: .24rem;
    color: #999;
    width: 2.18rem;
    height: .56rem;
    line-height: .54rem;
    text-align: center;
    border: #999 solid 1px;
    -moz-border-radius: 0.56rem;
    -webkit-border-radius: 0.56rem;
    border-radius: 0.56rem; }
    .jobNav a:hover, .jobNav a.on {
      color: #fff;
      background: #009299;
      border-color: #009299; }
  .jobNav.jobNav2 {
    max-width: 9.15rem;
    margin: 0 auto; }
  .jobNav.jobNav3 {
    max-width: 5.8rem;
    margin: 0 auto;
    padding-bottom: .7rem; }

.job .title {
  background: #009299;
  height: .58rem;
  line-height: .58rem;
  font-size: .2rem;
  color: #fff;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .job .title div {
    width: 2.6rem; }
  .job .title .col-1 {
    width: 6.4rem;
    padding-left: .75rem; }
    .job .title .col-4 {
    width: 2.4rem; }
    .job .title .col-2 {
    width: 3.2rem; }
  .job .title .col-5 {
    width: 1.6rem; }
  .job .title a {
    color: #009299;
    padding-right: .25rem;
    background: url("../image/img12.png") right center no-repeat;
    background-size: .12rem; }
.job ul {
  padding-bottom: .7rem; }
.job li {
  border-bottom: #ccc solid 1px; }
  .job li .title {
    height:4.3rem;
    margin-top: .3rem;
    line-height: .74rem;
    background: none;
    color: #666;
    font-size: .16rem; }
  .job li.on {
    background: #e2f1f2; }
    .job li.on .title {
      font-weight: bold; }
    .job li.on .title a {
      background-image: url("../image/img12on.png"); }
    .job li.on .content {
      display: block; }
.job .content {
  display: none;
  padding: 0 .3rem 0 .75rem;
  font-size: .14rem;
  line-height: 1.7em;
  color: #666; }
  .job .content h2 {
    font-weight: 400;
    font-size: .22rem;
    padding-bottom: .06rem; }
  .job .content .h2-1 {
    padding-top: .24rem; }
  .job .content .btn {
    padding: .4rem 0; }
    .job .content .btn a {
      display: block;
      width: 1.75rem;
      height: .52rem;
      line-height: .52rem;
      text-align: center;
      background: #009299;
      font-size: .2rem;
      color: #fff;
      letter-spacing: .03rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
.job .tips {
  margin-bottom: .9rem;
  background: #ebebeb;
  padding: .32rem .75rem;
  font-size: .14rem;
  line-height: 1.7em; }
  .job .tips h2 {
    font-weight: 400;
    padding-bottom: .1rem;
    font-size: .18rem; }
  .job .tips a {
    color: #009299; }

.job2 .list ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
.job2 .list li {
  min-height: 3.1rem;
  text-align: center;
  padding-top: .2rem;
  position: relative; }
  .job2 .list li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: .56rem;
    border-bottom: #666 dashed 1px;
    top: .2rem;
    right: -1.6rem; }
  .job2 .list li:last-child:before {
    display: none; }
.job2 .list .num {
  width: 1.12rem;
  height: 1.12rem;
  line-height: 1.12rem;
  margin: 0 auto;
  background: #f7f7f7;
  color: #009299;
  font-size: .42rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  position: relative; }
.job2 .list .name {
  font-size: .24rem;
  color: #666;
  padding-top: .32rem; }
.job2 .list2 li {
  float: left;
  width: 50%;
  min-height: 1.45rem;
  padding: 0 .7rem 0 .3rem;
  color: #666; }
.job2 .list2 .name {
  margin-left: -.3rem;
  padding-left: .3rem;
  line-height: .6rem;
  font-size: .28rem;
  background: url("../image/img12_1.png") left center no-repeat;
  background-size: .12rem; }
.job2 .list2 .msg {
  font-size: .16rem;
  line-height: .24rem; }

.contact h2.name {
  font-weight: 400;
  font-size: .28rem;
  color: #009299;
  text-align: center; }
.contact .address {
  font-size: .22rem;
  line-height: 1.6em;
  color: #666;
  text-align: center;
  padding: .2rem 0 .4rem 0; }
.contact .map {
  padding-bottom: .9rem; 
  height: 7.2rem;}
.contact .list {
  width: 100%;
  overflow: hidden;
  position: relative; 
  margin-top: 80px;
}
  .contact .list ul {
    margin-right: -2.5rem; }
  .contact .list li {
    float: left;
    width: 33.333%;
    min-height: 3.6rem;
    position: relative; }
    .contact .list li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 4.1rem;
      width: 1px;
      height: 3.5rem;
      background: #ccc; }
  .contact .list .name {
    color: #009299;
    font-size: .28rem;
    padding-bottom: .15rem; }
    .contact .list .name div {
      width: .48rem;
      padding-bottom: .12rem; }
  .contact .list dd {
    font-size: .16rem;
    line-height: .34rem;
    color: #666;
    background: url("../image/nimg18_1.png") left center no-repeat;
    background-size: .18rem;
    padding-left: .3rem; }
    .contact .list dd.dd_02 {
      background-image: url("../image/nimg18_2.png"); }
  .contact .list .ewm {
    width: 1.4rem;
    padding: .25rem 0; }

.lyb {
  padding-bottom: .95rem; }
  .lyb ul {
    margin-left: -.8rem; }
  .lyb li {
    float: left;
    width: 50%;
    padding: 0 0 .2rem .8rem; }
    .lyb li.li_01 {
      width: 100%; }
    .lyb li.on .input {
      border-color: #009299; }
    .lyb li.on .input1 {
      color: #009299; }
  .lyb .input {
    border: #ccc solid .02rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
  .lyb .input1 {
    width: 100%;
    height: .44rem;
    line-height: .44rem;
    font-size: .2rem;
    color: #9a9a9a;
    padding-left: .4rem; }
  .lyb textarea.input1 {
    height: 2rem;
    padding: .15rem .4rem;
    line-height: .34rem; }
  .lyb .btn {
    clear: both;
    background: #009299;
    -moz-border-radius: 0.68rem;
    -webkit-border-radius: 0.68rem;
    border-radius: 0.68rem; }
    .lyb .btn input {
      width: 100%;
      height: .68rem;
      font-size: .32rem;
      color: #fff; }

.news {
  color: #666;
  font-size: .14rem; }
  .news .box {
    min-height: 3.09rem;
    position: relative;
    padding: 0 0 0 5.35rem;
    border-bottom: #eaeaea solid 1px; }
    .news .box .imgDiv {
      width: 4.58rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      overflow: hidden; }
    .news .box:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .news .box:hover .name:before {
      background: #185a90; }
  .news .name {
    font-size: .22rem;
    padding: .4rem 0 .25rem 0;
    position: relative; }
    .news .name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: .63rem;
      height: .02rem;
      background: #ccc; }
  .news .content {
    line-height: 1.75em;
    color: #666;
    max-width: 9.35rem;
    padding: .15rem 0 .35rem 0; }
  .news li {
    border-bottom: #eaeaea solid 1px;
    min-height: 1rem;
    position: relative;
    padding-left: 0; }
    .news li .time {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.4rem;
      top: 0.45rem;
      bottom: auto; }
    .news li:hover {
      background: #eaeaea;
      padding-left: .5rem; }
      .news li:hover .name:before {
        background: #185a90; }

.pageNum {
  clear: both;
  padding-top: .55rem;
  height: 2rem;
  text-align: center;
  font-size: 0; }
  .pageNum a {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .16rem;
    font-weight: bold;
    margin: 0 .05rem; 
    background: #eaeaea;
  }
    .pageNum a:hover, .pageNum a.on {
      background: #009299;
      color: #fff; }
    .pageNum a.arrow {
      color: rgba(0, 0, 0, 0);
      background: #eaeaea center no-repeat;
      background-size: .48rem; }
    .pageNum a.prev {
      background-image: url("../image/nimg48_1.jpg"); }
    .pageNum a.next {
      background-image: url("../image/nimg48_2.jpg"); }

.newShow {
  color: #666;
  text-align: center;
  padding: .8rem 0 .3rem 0; }
  .newShow .title {
    font-size: .32rem; }
  .newShow .time {
    font-size: .14rem;
    padding: .15rem 0 .45rem 0;
    border-bottom: #ccc solid 1px; }
  .newShow .content {
    padding: .55rem 0;
    text-align: justify;
    font-size: .16rem;
    line-height: 2em; }
    .newShow .content .imgDiv {
      text-align: center;
      padding: .55rem 0; }
    .newShow .content img {
      width: auto; }

.pageNum2 {
  width: 100%;
  overflow: hidden; }
  .pageNum2 ul {
    margin-left: -1px; }
  .pageNum2 li {
    float: left;
    width: 50%;
    border: #eaeaea solid 1px;
    border-right: 0; }
    .pageNum2 li a {
      display: block;
      height: .88rem;
      line-height: .88rem;
      font-size: .18rem;
      font-weight: bold;
      color: #666;
      padding-left: .45rem; }
    .pageNum2 li a:hover {
      background: #eaeaea; }
    .pageNum2 li:nth-child(2) a {
      text-align: right;
      padding: 0 .45rem 0 0; }
  .pageNum2 .back {
    clear: both;
    padding: .4rem 0 .5rem 0; }
    .pageNum2 .back a {
      display: block;
      font-size: .18rem;
      color: #666;
      line-height: .55rem;
      padding-left: .45rem; }

@media screen and (max-width: 1700px) {
  .pageHead .nav {
    right: 2.6rem; }
    .pageHead .nav li {
      padding: 0 .2rem 0 .18rem; }

  .foot .list li {
    padding-right: .25rem; } }
@media screen and (max-width: 800px) {
  .wal {
    max-width: 8rem; }

  body.navShow .navBg {
    display: block; }
  body.navShow .head .nav {
    right: 0; }

  .navBg {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    display: none; }

  .head a.logo {
    left: .3rem; }
  .head a.navA {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background: url("../image/navA.png") center no-repeat;
    background-size: .45rem; }
  .head .nav {
    position: fixed;
    right: -4.5rem;
    width: 4.5rem;
    background: #000;
    height: 100%;
    overflow-y: auto; }
    .head .nav .close {
      display: block;
      height: 1rem;
      position: relative; }
      .head .nav .close i {
        display: block;
        width: 1rem;
        height: 1rem;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        background: url("../image/close.png") center no-repeat;
        background-size: .45rem; }
    .head .nav li {
      float: none;
      padding: 0;
      border-top: rgba(255, 255, 255, 0.2) solid 1px;
      background: none; }
      .head .nav li:nth-child(3) dl {
        left: 0;
        width: 100%; }

      .head .nav li:nth-child(7) dl {
        left: 0; }
    .head .nav a {
      font-size: .26rem;
      height: 1rem;
      line-height: 1rem;
      padding: 0 0 0 .5rem; }
      .head .nav a:before {
        display: none; }
    .head .nav dl {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      opacity: 1;
      visibility: visible;
      border-top: rgba(255, 255, 255, 0.2) solid 1px;
      padding: .2rem 0;
      display: none; }
    .head .nav li:nth-child(4) dl {
    left: 0rem;
		}  
      
      
      .head .nav dl dd {
        float: none;
        padding: 0; }
      .head .nav dl a {
        height: .75rem;
        line-height: .75rem;
        font-size: .24rem;
        padding-left: .65rem; }

  .pageHead a.tel {
    right: 1.1rem; }
  .pageHead a.navA {
    background-image: url("../image/navA2.png"); }
  .pageHead .nav {
    right: -4.5rem; }
    .pageHead .nav a {
      color: #fff; }

  .foot {
    padding-top: 1.2rem; }
    .foot .logo {
      top: .35rem; }
    .foot .list {
      padding: 0 .5rem .5rem;
      border-top: rgba(255, 255, 255, 0.2) solid 1px; }
      .foot .list ul {
        display: flex;
        flex-wrap: wrap;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap; }
      .foot .list li {
        float: none;
        padding: .3rem 0 0 0;
        width: 25%;
        font-size: .24rem; }
    .foot .ewm p/*.img*/{
      display: none; }
      .foot .ewm .img{
      	display: none;
      }
      .foot .ewm .img_m{display: block; width: 54%;}
    .foot .tel {
      font-size: .2rem; }
      .foot .tel h2 {
        font-size: .28rem; }

  /*index----*/
  #index .dots {
    right: .15rem; }

  .index {
    padding: 0 .5rem; }
    .index h2 br {
      display: none; }
    .index p {
      font-size: .28rem; }
      .index p.p1 {
        font-size: .32rem; }
    .index .more {
      font-size: .24rem; }

  .indexFoot {
    bottom: 2.9rem; }
    .indexFoot .wal {
      min-height: 3rem;
      max-width: 8rem; }
    .indexFoot .img {
      top: 2.5rem; }
    .indexFoot .list {
      /*width: 4.5rem;*/
      padding-top: 1rem; }
      .indexFoot .list li:nth-child(9) {
        width: .85rem;
        top: -.57rem;
        left: 1.27rem; }
        .indexFoot .list li:nth-child(9) div {
          margin-left: -.21rem;
          margin-right: -.21rem; }

  .indexFootMsg {
    line-height: .6rem;
    font-size: .22rem; }

  /*page-----------------*/
  .pageTitle p {
    font-size: .22rem; }

  .pageMsg {
    font-size: .22rem;
    line-height: .4rem; }
    .pageMsg span {
      font-size: .3rem; }

  .cpms .img1 {
    width: 3rem;
    left: 50%;
    top: 1.25rem;
    margin-left: -1.5rem; }
  .cpms ul {
    margin-left: -.3rem; }
  .cpms li {
    padding: 0 0 .35rem .3rem; }
  .cpms .h50 {
    height: .5rem; }

  .customer .box span {
    font-size: .22rem; }

  .storage h2.title {
    font-size: .32rem; }
  .storage ul {
    margin-left: -.3rem;
    margin-right: -.3rem; }

  .distribution {
    margin-left: -.3rem;
    margin-right: -.3rem; }
    .distribution .list {
      padding: 0 .1rem; }
      .distribution .list ul {
        margin-left: -.1rem; }
      .distribution .list li {
        padding: 0 0 .61rem .1rem; }
      .distribution .list .layer {
        margin-top: -.45rem;
        font-size: .2rem; }
        .distribution .list .layer b {
          font-size: .5rem; }
        .distribution .list .layer h2 {
          font-size: .22rem; }
    .distribution .bigImg .layer h2 {
      padding: .65rem 0 .4rem 0; }

  .channel {
    background-size: 100%;
    max-width: 7rem;
    margin: 0 auto;
    min-height: 9rem; }
    .channel li.li_01 {
      left: -.3rem;
      top: .5rem; }
    .channel li.li_02 {
      right: -.3rem;
      top: 4.5rem; }
    .channel a {
      width: 3rem;
      height: 3rem;
      padding-top: 1.7rem; }

  .product {
    padding: .5rem 0 0 1.88rem; }
    .product .title {
      width: 1.62rem; }
    .product .list li {
      width: 50%; }

  .about_01 .box {
    width: 100%;
    padding: .45rem 0; }
    .about_01 .box.fr {
      padding: .45rem 0; }
  .about_01 h2 {
    font-size: .32rem; }
  .about_01 .content {
    font-size: .24rem;
    line-height: 1.7em;
    padding: .32rem 0 0 0; }
  .about_01 .img {
    width: 100%; }

  .about_02 .msg {
    font-size: .26rem; }
  .about_02 .list {
    margin-left: -.2rem;
    margin-right: -.2rem; }
  .about_02 .name {
    font-size: .22rem; }

  .about_03 .name {
    font-size: .24rem; }

  .about2_01 ul {
    margin-left: -.3rem; }
  .about2_01 li {
    width: 50%;
    padding: 0 0 .3rem .3rem; }
  .about2_01 .layer {
    font-size: .22rem; }
    .about2_01 .layer h2 {
      font-size: .26rem; }

  .about2_02 .content {
    min-height: 1.3rem;
    width: 100%;
    font-size: .24rem;
    padding: .4rem 0; }
    .about2_02 .content.fr {
      padding: .4rem 0; }
  .about2_02 .img {
    width: 100%; }

  .jobNav a {
    width: 1.6rem; }
  .jobNav.jobNav2 a {
    width: 2rem; }
  .jobNav.jobNav3 a {
    width: 2rem; }

  .job .title {
    height: .68rem;
    line-height: .68rem;
    font-size: .24rem; }
    .job .title div {
      width: 2rem; }
    .job .title .col-1 {
      padding-left: .3rem; }
    .job .title .col-2, .job .title .col-3 {
      display: none; }
  .job li .title {
    font-size: .22rem;
    height: .82rem;
    line-height: .82rem; }
  .job li .col-1 {
    font-size: .24rem; }
  .job .content {
    padding: 0 .3rem;
    font-size: .24rem; }
    .job .content h2 {
      font-size: .28rem; }
    .job .content .btn a {
      width: 1.9rem;
      height: .65rem;
      line-height: .65rem;
      font-size: .24rem; }
  .job .tips {
    padding: .32rem .3rem;
    font-size: .24rem; }
    .job .tips h2 {
      font-size: .3rem; }

  .job2 .list li {
    min-height: 2.5rem;
    width: 33.333%; }
    .job2 .list li:before {
      right: -.7rem; }
    .job2 .list li:nth-child(3):before {
      display: none; }
    .job2 .list li:nth-child(4):before {
      width: 4rem;
      right: -3rem; }
  .job2 .list2 li {
    width: 100%;
    padding: 0 0 .2rem .3rem; }
  .job2 .list2 .name {
    line-height: .8rem;
    font-size: .3rem; }
  .job2 .list2 .msg {
    font-size: .24rem;
    line-height: 1.7em; }

  .contact h2.name {
    font-size: .38rem; }
  .contact .address {
    font-size: .24rem; }
  .contact .list li {
    width: 100%;
    min-height: 2rem;
    border-bottom: #ccc solid 1px;
    padding: 0 0 .25rem 1.5rem;
    float: none;
    margin-bottom: .5rem; }
    .contact .list li:before {
      display: none; }
    .contact .list li:last-child {
      border: 0; }
  .contact .list .name {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .contact .list dd {
    font-size: .22rem;
    line-height: .44rem; }

  .lyb ul {
    margin-left: -.3rem; }
  .lyb li {
    padding: 0 0 .4rem .3rem; }
  .lyb .input1 {
    height: .74rem;
    line-height: .74rem; }
  .lyb .btn input {
    height: .8rem; }

  .news {
    font-size: .24rem; }
    .news .box {
      padding: 0 0 .3rem 0; }
      .news .box .imgDiv {
        width: 6rem;
        position: relative; }
    .news .name {
      font-size: .28rem; }
    .news li {
      padding-bottom: .3rem; }
      .news li .time {
        position: relative;
        top: 0;
        right: 0; }
      .news li:hover {
        padding-left: 0; }

  .pageNum a {
    width: .58rem;
    height: .58rem;
    line-height: .58rem;
    font-size: .24rem; }

  .newShow .title {
    font-size: .34rem; }
  .newShow .time {
    font-size: .24rem; }
  .newShow .content {
    font-size: .26rem; }

  .pageNum2 li {
    width: 100%; }
    .pageNum2 li a {
      font-size: .24rem;
      padding-left: 0; }
    .pageNum2 li:nth-child(2) a {
      text-align: left;
      padding: 0;
      border-top: 0; }
  .pageNum2 .back a {
    font-size: .24rem;
    padding-left: 0; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=index.css.map */


/*2018.6.28*/
.productList li {
  min-height: 2.78rem;
  position: relative;
  border-bottom: #eaeaea solid 1px;
  margin-bottom: .45rem;
  padding-left: 4.7rem; }
  .productList li:hover .name a {
    color: #009299; }
  .productList li:hover .name:before {
    background: #009299; }
  .productList li:hover a.btn {
    background-color: #009299; }
.productList .img {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto; }
  .productList .img a {
    display: block;
    width: 4.25rem;
    height: 2.32rem;
    border: #eaeaea solid 1px;
    background: center no-repeat;
    background-size: cover; }
.productList .name {
  padding: .12rem 0 .4rem 0;
  position: relative;
  font-size: .24rem; }
  .productList .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .15rem;
    width: .63rem;
    height: .02rem;
    background: #d1d1d1; }
.productList p {
  font-size: .14rem;
  line-height: 1.72em;
  color: #666;
  min-height: .85rem; }
.productList .price {
  line-height: .7rem;
  font-size: .18rem;
  color: #9e9e9e; }
  .productList .price span {
    color: #e63535;
    padding-right: .12rem; }
  .productList .price em {
    font-size: .42rem; }
.productList a.btn {
  display: block;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0.66rem;
  width: 1.5rem;
  height: .42rem;
  line-height: .42rem;
  background: #666 url("../image/img21.png") 0.18rem center no-repeat;
  background-size: .21rem;
  font-size: .2rem;
  color: #fff;
  padding-left: .46rem;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem; }
.productList .back {
  padding-bottom: .7rem;
  font-size: .18rem; }
  .productList .back a {
    color: #666; }
  .productList .back a:hover {
    color: #009299; }

@media screen and ( max-width:800px ){/*手机--竖屏*/
      .productList li {
    padding-left: 0; }
  .productList .img {
    position: relative;
    display: block; }
    .productList .img a {
      width: 100%;
      height: 3rem; }
  .productList .name {
    padding: .25rem 0 .4rem 0;
    font-size: .3rem; }
  .productList p {
    font-size: .24rem; }
  .productList .price {
    line-height: 1rem;
    font-size: .24rem; }
  .productList a.btn {
    bottom: .4rem;
    width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    padding-left: .5rem; }
  .productList .back {
    font-size: .24rem; }
    }
  /*2018.6.28 结束*/