@charset "UTF-8";
@-webkit-keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*public*/
/*public*/
.public_title {
  text-align: center;
}
.public_title .title {
  font-size: 37px;
  color: #2a2a2a;
}
.public_title .line {
  width: 57px;
  background: #0088e1;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 10px;
  display: inline-block;
}
.public_title p {
  font-size: 29px;
  font-weight: 600;
  color: black;
}

.banner {
  position: relative;
}
.banner .item {
  position: relative;
}

.ban_word {
  position: absolute;
  left: 10%;
  top: 50%;
  /* margin-left: -361px; */
  margin-top: -166px;
}

.banner_pic .owl-item.active {
  -webkit-animation: bg_change_size 50s;
  animation: bg_change_size 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*texing*/
.texing {
  margin-top: -136px;
  position: relative;
  z-index: 23;
}
.texing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.texing ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 136px;
  background: rgba(0, 0, 0, 0.63);
  border-right: 1px solid #4d4e4b;
  position: relative;
  /*&:hover{
    &:before{
      width: 100%;
    }
  }
  &:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition:.5s;
    content: '';
    display: block;
    background: $hover_color;
  }*/
}
.texing ul li:nth-child(4) {
  border-right: 0px;
}
.texing ul li a {
  position: relative;
  z-index: 333;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  /*&:hover{
    color: $color;
  }*/
}
.texing ul li a .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 30px;
}
.texing ul li a .message span:nth-child(1) {
  font-size: 26px;
}
.texing ul li a .icon2 {
  display: none;
}

.about {
  margin-bottom: 78px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .main {
  padding-top: 85px;
  padding-bottom: 82px;
  height: 100%;
  text-align: left;
}
.about .main .public_title {
  text-align: left;
}
.about .main .summary {
  text-indent: 2em;
  color: #575757;
  font-size: 16px;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about .main .more {
  width: 162px;
  height: 34px;
  color: white;
  background: #0088e1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about .main .more:hover {
  background: #d4bf0c;
  color: black;
}

/*goods*/
.goods .main {
  padding-bottom: 107px;
}
.goods .main .typename {
  text-align: center;
  margin-top: 47px;
  margin-bottom: 70px;
}
.goods .main .typename ul {
  display: inline-block;
}
.goods .main .typename a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 35px;
  font-size: 22px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.goods .main .typename a:hover {
  background: #0088e1;
  color: white;
}
.goods .main .typename a.on {
  background: #0088e1;
  color: white;
}
.goods .main .ban_goods .item_box .item {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  width: 95%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.goods .main .ban_goods .item_box .item img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.goods .main .ban_goods .item_box .item:hover .line {
  width: 100%;
  background: #0088e1;
}
.goods .main .ban_goods .item_box .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.goods .main .ban_goods .item_box .item .line {
  width: 58px;
  height: 2px;
  background: #a0a0a0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.goods .main .ban_goods .item_box .item .title {
  text-align: center;
  background: #f3f3f3;
  width: 100%;
  height: 44px;
  font-size: 19px;
  color: #0f0f0f;
}

.goods .owl-item {
  padding: 5px !important;
}

.goods .owl-controls {
  bottom: 66%;
}

.goods .owl-controls .owl-buttons {
  position: relative;
}

.goods .owl-controls .owl-buttons div {
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
.goods .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/lf.png") no-repeat center;
  background-size: cover;
  left: -81px;
}
.goods .owl-controls .owl-buttons div.owl-next {
  background: url("../images/rt.png") no-repeat center;
  background-size: cover;
  right: -87px;
}

/*youshi*/
.youshi {
  margin-bottom: 100px;
}
.youshi li {
  width: 25%;
  height: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.youshi li:hover:after {
  height: 100%;
}
.youshi li:hover .summary {
  display: block !important;
}
.youshi li:before {
  content: '';
  background: rgba(0, 0, 0, 0.49);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.youshi li:after {
  content: '';
  background: rgba(0, 135, 224, 0.9);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 22;
}
.youshi li .message {
  position: relative;
  z-index: 333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.youshi li .message span {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.youshi li .message .summary {
  width: 326px;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  display: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/*news*/
.news {
  padding-bottom: 100px;
}
.news .main .typename {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 43px;
}
.news .main .typename ul {
  display: inline-block;
}
.news .main .typename a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 35px;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news .main .typename a:hover {
  background: #0088e1;
  color: white;
}
.news .main .typename a.on {
  background: #0088e1;
  color: white;
}
.news .main .content .tuijian {
  background: #fafafa;
}
.news .main .content .tuijian .pic {
  position: relative;
}
.news .main .content .tuijian .pic .date {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 91px;
  height: 81px;
  background: #0088e1;
  color: white;
  line-height: 40px;
  position: absolute;
  right: 12px;
  bottom: -29px;
}
.news .main .content .tuijian .pic .date .year {
  font-weight: 600;
  font-size: 40px;
}
.news .main .content .tuijian .pic .date .day {
  font-size: 15px;
}
.news .main .content .tuijian .pic .date .line {
  width: 61px;
  height: 1px;
  background: white;
}
.news .main .content .tuijian .title {
  padding: 10px;
  font-size: 17px;
  color: #222222;
}
.news .main .content .tuijian .summary {
  padding: 10px;
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  padding-top: 0;
}
.news .main .content .tuijian .summary a {
  color: #0088e1;
}
.news .main .content .zhengshu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news .main .content .zhengshu .title p {
  font-weight: 600;
  color: black;
  padding: 0 15px;
  border-left: 3px solid #0088e1;
  border-right: 3px solid #0088e1;
  font-size: 22px;
}
.news .main .content .zhengshu .title2 {
  text-align: center;
  position: relative;
  font-size: 20px;
  z-index: 333;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news .main .content .zhengshu .title2 .line {
  position: absolute;
  left: 0;
  top: 14px;
  background: #e2dede;
  width: 100%;
  height: 1px;
  display: block;
}
.news .main .content .zhengshu .owl_zhengshu .item {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
.news .main .content .zhengshu .owl_zhengshu .item img {
  margin: 0 auto;
}
.news .main .content .news_list {
  position: relative;
  padding-right: 34px;
}
.news .main .content .news_list .line {
  width: 2px;
  height: 89%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 6px;
}
.news .main .content .news_list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 39px;
}
.news .main .content .news_list li:hover .yuandian1 {
  display: none;
}
.news .main .content .news_list li:hover .yuandian2 {
  display: block;
}
.news .main .content .news_list li img {
  left: 19px;
  position: absolute;
  top: 5px;
  display: block;
}
.news .main .content .news_list li .yuandian2 {
  display: none;
}
.news .main .content .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px dashed #b0b0b0;
  padding-bottom: 15px;
}
.news .main .content .news_list li a:hover .title {
  color: #0088e1;
}
.news .main .content .news_list li a .date {
  font-size: 14px;
  color: #b0b0b0;
}
.news .main .content .news_list li a .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  color: #222222;
}

.news .owl-item {
  padding: 5px !important;
}

.news .owl-controls .owl-page span {
  border: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #cccccc;
  margin: 5px;
}

.news .owl-controls .owl-page.active span, .news .owl-controls.clickable .owl-page:hover span {
  background: #0088e1;
  border: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.news .owl-controls {
  bottom: -23%;
}

/*英文版*/
.lng_en .goods .main .ban_goods .item_box .item .title {
  height: 60px;
}

@media (max-width: 768px) {
  .banner .item {
    display: block;
  }

  .texing {
    margin-top: 0;
  }

  .texing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .texing ul li {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    border: 1px solid #4d4e4b;
    height: 84px;
  }
  .texing ul li img {
    max-width: 17%;
  }

  .texing ul li a .message span:nth-child(1) {
    font-size: 16px;
  }

  .texing ul li a .message {
    margin-left: 9px;
  }

  .about {
    background: none;
    margin-bottom: 23px;
  }

  .about .main {
    float: none;
    padding: 15px;
  }

  .public_title .title {
    font-size: 18px;
  }

  .public_title p {
    font-size: 18px;
  }

  .about .main .summary {
    margin-top: 16px;
    margin-bottom: 21px;
  }

  .about .main .more {
    width: 105px;
  }

  .goods .main .typename ul {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .goods .main .typename ul li {
    float: left;
    width: 45%;
  }

  .goods .main .typename {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .goods .main .typename a {
    font-size: 16px;
    padding: 0;
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 17px;
    height: 35px;
  }

  .goods .main .ban_goods .item_box .item img {
    margin: 0 auto;
    display: block;
    max-width: 77%;
  }

  .goods .main .ban_goods .item_box .item {
    width: 77%;
  }

  .goods .main .ban_goods .item_box .item .title {
    font-size: 16px;
  }

  .goods .main {
    padding-bottom: 41px;
  }

  .youshi li {
    width: 50%;
    height: 114px;
  }

  .youshi li .message img {
    max-width: 47%;
  }

  .youshi li .message span {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 7px;
  }

  .youshi li .message .summary {
    display: none;
  }

  .youshi {
    margin-bottom: 34px;
  }

  .news .main .typename ul {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news .main .typename ul li {
    float: left;
    width: 45%;
  }

  .news .main .typename {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .news .main .typename a {
    font-size: 16px;
    padding: 0;
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 17px;
    height: 35px;
  }

  .news .main .content .tuijian .pic .date {
    display: none;
  }

  .news .main .content .news_list {
    display: none;
  }

  .news .zhengshu {
    margin-top: 20px;
  }

  .news .main .content .zhengshu .owl_zhengshu .item img {
    display: block;
  }

  .owl_zhengshu {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
  }

  .news .main .content .zhengshu .title2 {
    display: none;
  }

  .news {
    padding-bottom: 25px;
  }

  /*基础公共*/
  .inner_page .typename_tarbar {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    /*分类名字*/
    /*搜索*/
  }
  .inner_page .typename_tarbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .inner_page .typename_tarbar > .container .lv1_ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inner_page .typename_tarbar > .container .lv1_ul li {
    height: 70px;
    line-height: 70px;
    margin-right: 40px;
  }
  .inner_page .typename_tarbar > .container .lv1_ul li.on > a {
    color: #00979f;
    height: 69px;
    line-height: 70px;
    border-bottom: 2px solid #00979f;
  }
  .inner_page .typename_tarbar > .container .lv1_ul li:hover > a {
    color: #00979f;
    height: 69px;
    line-height: 70px;
    border-bottom: 2px solid #00979f;
  }
  .inner_page .typename_tarbar > .container .lv1_ul li > a {
    display: inline-block;
  }
  .inner_page .typename_tarbar #search .keyword {
    height: 35px;
  }
  .inner_page .typename_tarbar #search #keyword {
    width: 300px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
    font-size: 14px;
    color: #999;
    float: left;
    border-radius: 0;
  }
  .inner_page .typename_tarbar #search .btn {
    width: 40px;
    height: 100%;
    background: #00979f url(../images/tb21.png) center center no-repeat;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: static;
    border-radius: 0;
  }
  .inner_page .main_content {
    margin: auto;
    padding-top: 52px;
    padding-bottom: 60px;
  }
  .inner_page .main_content .cc p {
    font-size: 16px;
    line-height: 2;
  }
  .inner_page .main_content .cc img {
    max-width: 100%;
  }

  /*联系我们*/
  .inner_contact .ditu {
    margin-top: 30px;
  }
  .inner_contact #dituContent {
    height: 500px;
  }

  /*新闻列表页*/
  .inner_news_list .main_content {
    padding-top: 10px;
    background: #fafafa;
  }
  .inner_news_list .main_content .news_list ul li {
    width: 1200px;
    height: 170px;
    background: #fff;
    margin: auto;
    margin-top: 10px;
  }
  .inner_news_list .main_content .news_list ul li:hover {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 151, 159, 0.3);
    box-shadow: 0 0 1px 1px rgba(0, 151, 159, 0.3);
  }
  .inner_news_list .main_content .news_list ul li:hover .news-list-title {
    color: #00979f !important;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-text {
    width: 950px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 0 20px;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-title {
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-txt {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    width: 100%;
    height: 56px;
    overflow: hidden;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-img {
    width: 250px;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-img .news-list-img img {
    width: 210px;
    height: 150px;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-num {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 15px;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-num .news-list-num-day {
    padding-left: 25px;
    background: url(../images/tb22.png) left center no-repeat;
    float: left;
    color: #999;
  }
  .inner_news_list .main_content .news_list ul li .item .news-list-num .news-list-num-red {
    margin-left: 40px;
    padding-left: 28px;
    background: url(../images/tb23.png) left center no-repeat;
    float: left;
    color: #999;
    display: block;
  }

  /*新闻阅读页*/
  .inner_news_read {
    /*顶部标题*/
    /*返回上一步键*/
    /*底部*/
  }
  .inner_news_read .main_content {
    padding-top: 0;
  }
  .inner_news_read .news-show-top {
    width: 100%;
    height: 157px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
  }
  .inner_news_read .news-show-title {
    float: left;
    line-height: 70px;
    padding-top: 38px;
    font-size: 24px;
    color: #333;
  }
  .inner_news_read .news-show-title span {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    display: block;
  }
  .inner_news_read .news-show-back {
    float: right;
    display: block;
    width: 100px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9f0f1;
    margin-top: 60px;
    line-height: 35px;
    font-size: 14px;
    color: #00979f;
    padding-left: 50px;
    background: url(../images/tb24.png) 24px center no-repeat;
  }
  .inner_news_read .news-show-check {
    width: 100%;
    height: 136px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
  }
  .inner_news_read .news-show-check-change {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #999;
    padding-top: 21px;
  }
  .inner_news_read .news-show-check-change a {
    color: #333;
  }
  .inner_news_read .news-show-check-back {
    float: right;
    display: block;
    width: 100px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    padding-left: 50px;
    background: #00979f url(../images/tb25.png) 24px center no-repeat;
  }

  /*证书列表*/
  .inner_zhengshu_list .zhengshu_list .item {
    padding: 10px;
    overflow: hidden;
  }
  .inner_zhengshu_list .zhengshu_list .item img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner_zhengshu_list .zhengshu_list .item p {
    margin-top: 26px;
  }
  .inner_zhengshu_list .zhengshu_list .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .inner_zhengshu_list .zhengshu_list .item:hover p {
    color: #00979f;
  }
  .inner_zhengshu_list .owl-controls {
    bottom: 105%;
  }
  .inner_zhengshu_list .owl-controls .owl-buttons div {
    width: 40px;
    height: 70px;
    position: absolute;
    top: 115px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .inner_zhengshu_list .owl-controls .owl-buttons div.owl-prev {
    background: rgba(0, 0, 0, 0.4) url(../images/tb32.png) center center no-repeat;
    left: 0;
  }
  .inner_zhengshu_list .owl-controls .owl-buttons div.owl-next {
    background: rgba(0, 0, 0, 0.4) url(../images/tb33.png) center center no-repeat;
    right: 0;
  }
  .inner_zhengshu_list .owl-controls .owl-buttons div:hover.owl-prev {
    background: rgba(0, 151, 159, 0.8) url(../images/tb32.png) center center no-repeat;
    left: 0;
  }
  .inner_zhengshu_list .owl-controls .owl-buttons div:hover.owl-next {
    background: rgba(0, 151, 159, 0.8) url(../images/tb33.png) center center no-repeat;
    right: 0;
  }

  /*产品列表*/
  .inner_goods_list .main_content {
    padding-top: 10px;
    background: #f2f2f2;
  }
  .inner_goods_list .goods_list .item {
    width: 91%;
    background: white;
    margin-bottom: 29px;
  }
  .inner_goods_list .goods_list .item .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .inner_goods_list .goods_list .item img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner_goods_list .goods_list .item .message {
    padding: 15px;
  }
  .inner_goods_list .goods_list .item .message .title {
    font-size: 20px;
    color: black;
    margin-bottom: 5px;
  }
  .inner_goods_list .goods_list .item .message .summary {
    font-size: 14px;
    color: grey;
  }
  .inner_goods_list .goods_list .item .message .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .inner_goods_list .goods_list .item .message .more a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #cac4c4;
    height: 36px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner_goods_list .goods_list .item .message .more a:hover {
    background: #00979f;
    color: white;
    border: 1px solid #00979f;
  }
  .inner_goods_list .goods_list .item .message .more a:hover:nth-child(1):before {
    background: url("../images/more2.png") no-repeat center;
    background-size: cover;
  }
  .inner_goods_list .goods_list .item .message .more a:hover:nth-child(2):before {
    background: url("../images/contact2.png") no-repeat center;
    background-size: cover;
  }
  .inner_goods_list .goods_list .item .message .more a:nth-child(1) {
    border-right: 0;
  }
  .inner_goods_list .goods_list .item .message .more a:nth-child(1):before {
    display: inline-block;
    margin-right: 5px;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/more.png") no-repeat center;
    background-size: cover;
  }
  .inner_goods_list .goods_list .item .message .more a:nth-child(2):before {
    display: inline-block;
    margin-right: 5px;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/contact.png") no-repeat center;
    background-size: cover;
  }

  /*产品阅读页*/
  .inner_goods_read .main_content > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .inner_goods_read .lf_tuijian {
    padding: 15px;
    background: #f5fbff;
  }
  .inner_goods_read .lf_tuijian .top_title {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    border-left: 3px solid #00979f;
  }
  .inner_goods_read .lf_tuijian .top_title p {
    font-size: 16px;
  }
  .inner_goods_read .lf_tuijian .tuijian_goods_list li .item {
    margin-bottom: 15px;
  }
  .inner_goods_read .lf_tuijian .tuijian_goods_list li .item .title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .inner_goods_read .lf_tuijian .tuijian_goods_list li .item .price {
    color: red;
  }
  .inner_goods_read .goods_read {
    padding-left: 30px;
    text-align: center;
  }
  .inner_goods_read .goods_read .top_title {
    line-height: 44px;
    margin-bottom: 15px;
  }
  .inner_goods_read .goods_read .top_title .line {
    width: 75px;
    height: 2px;
    background: grey;
    margin: 0 auto;
  }
  .inner_goods_read .goods_read .top_title p {
    font-size: 25px;
  }
  .inner_goods_read .goods_read .top_title p:nth-child(1) {
    color: #00979f;
  }
  .inner_goods_read .goods_read .item .name {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
  }
  .inner_goods_read .goods_read .item .summary {
    font-size: 14px;
    border-bottom: 1px solid grey;
    padding-bottom: 3px;
    display: inline-block;
    margin: 0 auto;
    color: gray;
    margin-bottom: 85px;
  }
  .inner_goods_read .goods_read .des {
    width: 70%;
    margin: 0 auto;
  }
  .inner_goods_read .goods_read .des .title {
    text-align: left;
    border-bottom: 1px solid black;
  }
  .inner_goods_read .goods_read .des .title span {
    display: inline-block;
    font-size: 16px;
    color: white;
    background: #00979f;
    padding: 10px 25px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .main_content .cc {
    padding: 15px;
  }

  #search {
    display: none;
  }

  .inner_page .typename_tarbar {
    height: inherit;
    border-bottom: 0;
    margin-top: 36px;
  }

  .inner_page .typename_tarbar > .container .lv1_ul > li {
    width: 100%;
    margin-right: 0;
    height: 45px;
    line-height: 45px;
  }
  .inner_page .typename_tarbar > .container .lv1_ul > li.on a {
    height: inherit;
    line-height: inherit;
    border-bottom: 0;
  }

  .inner_page .typename_tarbar > .container .lv1_ul > li > a {
    display: block;
    text-align: center;
  }

  .inner_page .typename_tarbar > .container {
    display: block;
    width: 80%;
    text-align: center;
  }
  .inner_page .typename_tarbar > .container .wap_title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    background: #00979f;
    color: white;
  }
  .inner_page .typename_tarbar > .container .wap_title:after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: '';
    background: url(../images/wap_title.png) no-repeat center;
    background-size: cover;
    width: 40px;
    height: 40px;
  }

  .inner_page .typename_tarbar > .container .lv1_ul {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    float: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }

  .inner_page .main_content {
    padding-top: 27px;
    padding-bottom: 15px;
  }

  .inner_news_list .main_content .news_list ul li {
    width: 100%;
    height: inherit;
  }

  .inner_news_list .main_content .news_list ul li .item .news-list-text {
    padding: 15px;
    width: 100%;
  }

  .inner_news_list .main_content .news_list ul li .item .news-list-img {
    display: none;
  }

  .inner_news_list .main_content {
    background: white;
  }

  .inner_news_read .news-show-title {
    line-height: 30px;
    padding-top: 0;
    font-size: 16px;
  }

  .inner_news_read .news-show-top {
    padding: 15px;
    height: inherit;
  }

  .inner_news_read .news-show-back, .inner_news_read .news-show-check-back {
    display: none;
  }

  .inner_news_read .news-show-check-change {
    padding: 15px;
  }

  .inner_zhengshu_list .owl-controls .owl-buttons div {
    width: 21px;
    height: 46px;
  }

  .inner_zhengshu_list .zhengshu_list .item p {
    text-align: center;
  }

  .inner_goods_list .main_content {
    background: none;
  }

  .inner_goods_list .goods_list {
    padding: 15px;
  }
  .inner_goods_list .goods_list li {
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
  }

  .inner_goods_list .goods_list .item {
    width: 100%;
    margin-bottom: 0;
  }

  .inner_goods_list .goods_list .item .pic {
    text-align: center;
  }

  .inner_goods_list .goods_list .item img {
    max-width: 49%;
  }

  .inner_goods_list .goods_list .item .message .title {
    font-size: 16px;
  }

  .inner_goods_read .lf_tuijian {
    display: none;
  }

  .inner_goods_read .goods_read {
    width: 100%;
    padding-left: 0;
  }

  .inner_goods_read .goods_read .item {
    padding: 15px;
  }

  .inner_goods_read .goods_read .item .pic {
    text-align: center;
  }
  .inner_goods_read .goods_read .item .pic img {
    max-width: 55%;
  }

  .inner_goods_read .goods_read .item .name {
    font-size: 16px;
  }

  .inner_goods_read .goods_read .item .summary {
    border-bottom: 0;
    margin-bottom: 18px;
  }

  .inner_goods_read .goods_read .des {
    width: 100%;
    padding: 15px;
  }

  .inner_contact #dituContent {
    height: 300px;
  }
}

/*# sourceMappingURL=index.css.map */
