﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0
}

html {
  color: #000
}

html, body {
  width: 100%;
  min-width: 320px
}

body, button, input, select, textarea {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑, microsoft yahei, arial, verdana, "sans-serif";
  font-size: 12px;
  background: #fff
}

ul, ol, li, dl, dd, dt {
  list-style: none
}

em {
  font-style: normal
}

a {
  text-decoration: none;
  outline: none
}

a:hover {
  text-decoration: underline;
  color: #e85300
}

legend {
  color: #000
}

fieldset, img {
  border: 0
}

label, button {
  cursor: pointer
}

img {
  -ms-interpolation-mode: bicubic
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both
}

.clearfix {
  zoom: 1
}

.clear {
  clear: both
}

.wordwrap {
  word-break: break-all;
  word-wrap: break-word
}

.omg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  color: #3a3a3a;
  text-decoration: none
}

a:hover {
  color: #0256ac;
  text-decoration: none
}

a:active {
  color: #0256ac
}

.fl {
  float: left
}

.fr {
  float: right
}

::-webkit-scrollbar {
  width: 4px
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0
}

::-webkit-scrollbar-thumb {
  background-color: #f2f3f6
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #f2f3f6
}

@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(5px)
  }
  50%, 100% {
    -webkit-transform: translateY(0)
  }
  75% {
    -webkit-transform: translateY(-5px)
  }
}

@keyframes bounce-up {
  25% {
    transform: translateY(5px)
  }
  50%, 100% {
    transform: translateY(0)
  }
  75% {
    transform: translateY(-5px)
  }
}

*, a, button, input {
  -webkit-tap-highlight-color: transparent
}

input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: none
}

textarea {
  -webkit-appearance: none
}

input {
  border-radius: 0
}

.ly_top {
  width: 100%;
  margin: 0 auto;
  background-color: #fff
}

.ly_top_in {
  width: 90%;
  max-width: 1280px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.ly_top .top_logo {
  width: 360px;
  /* height: 60px; */
  overflow: hidden;
  margin: 5px 0 26px;
  padding: 0;
  float: left;
}

.ly_top .top_logo a {
  display: block
}

.ly_top .top_right {
  height: 46px;
  overflow: hidden;
  margin: 30px 0;
  padding: 0;
  float: right
}

.ly_top .top_right .tr {
  float: left;
  border-right: 1px solid #ddd;
  padding: 0 26px 0 20px;
}

.ly_top .top_right .tr3 {
  border-right: none;
  padding: 0 0 0 20px
}

.ly_top .top_right .tr .tr_l {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #16b4b9;
  background-image: url(../images/top_tel.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  border-radius: 4px 0 4px 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.ly_top .top_right .tr2 .tr_l {
  background-image: url(../images/top_email.png)
}

.ly_top .top_right .tr3 .tr_l {
  background-image: url(../images/top_qq.png)
}

.ly_top .top_right .tr .tr_r {
  float: left;
  margin-left: 5px
}

.ly_top .top_right .tr .tr_r p {
  color: #999;
  font-size: 14px;
  font-weight: 700
}

.ly_top .top_right .tr .tr_r span {
  color: #333;
  font-size: 12px;
  display: block;
  padding-top: 5px
}

.ly_top .top_right a:hover .tr_l {
  background-color: #1f71c2
}

.ly_nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #1f71c2;
  position: relative;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.navigation {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  list-style: none
}

.navigation li {
  float: left;
  position: relative;
  width: 11.5%
}

.navigation li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.navigation li:hover, .navigation li a:hover, .navigation li a.nav_on {
  color: #fff;
  background-color: #16b4b9
}

.navigation ul {
  position: absolute;
  left: 0;
  top: 48px;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
  background-color: #fff;
  border-top: 2px solid #e20100
}

.navigation ul li {
  width: 120px;
  float: left;
  border-top: none
}

.navigation ul li:nth-child(even) {
  background-color: #f5f6f8
}

.navigation ul a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #4e607b;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  border-top: none
}

.navigation ul a:hover {
  color: #fff;
  background-color: #fe0100
}

.web_nav {
  display: none;
  width: 90%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 700
}

.btn-menu {
  display: block;
  float: right;
  position: relative;
  background: 0 0;
  cursor: pointer;
  padding: 15px 0;
  width: 26px;
  height: 16px;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s
}

.btn-menu:before, .btn-menu:after, .btn-menu span {
  background-color: #fff;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s
}

.btn-menu:before, .btn-menu:after {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0)
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

.btn-menu.active span {
  opacity: 0
}

.btn-menu.active:before {
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg)
}

.btn-menu.active:after {
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg)
}

.navigation li.h_search_wrap {
  border-radius: 4px 0 4px 0;
  float: right;
  width: 50px;
  height: 40px;
  margin-top: 3px;
  margin-right: 20px;
  background: #00abfd;
  cursor: pointer
}

.navigation li.h_search_wrap:hover {
  background: #00cefd
}

.navigation li.h_search_wrap span {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/search_btn.png) center center no-repeat
}

.navigation li.h_search_wrap2 {
  background: #ea1211
}

.navigation li.h_search_wrap2:hover {
  background: #fd1e1d
}

.navigation li.h_search_wrap2 span {
  background: url(../images/search_btn2.png) center center no-repeat
}

.h_search {

  /*display: none;*/
  position: absolute;
  top: -24px;
  right:290px;
  margin: 0 auto;
  z-index: 999999;
  width:300px;
  padding: 20px 0;
  /*background: rgba(0, 0, 0, .5)*/
}

.h_search .form1 {
  width:300px;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 59px
}

.h_search .form_text1 {
  float: left;
    width: 184px;
    height: 32px;
    line-height: 28px;
    text-indent: 10px;
    outline: none;
    background: #fff;
    margin: 9px 0;
    font-size: 14px;
    border-radius: 0 0 0 4px;
}

.h_search .form_button1 {
  float: left;
    width: 80px;
    height: 32px;
    background: #00c0ff;
    border: 0;
    outline: none;
    color: #fff;
    margin: 9px 0;
    cursor: pointer;
    border-radius: 0 0 4px 0;
    font-size: 16px;
}

.h_search .form_button1:hover {
  background: #16b4b9
}

/*.ly_top2 {*/
  /*position: fixed;*/
  /*top: 0;*/
  /*z-index: 99999999;*/
/*}*/



.flickerplate {
  position: relative;
  width: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
  margin-top:-5px
}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none
}

.flickerplate ul.flicks>li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table
}

@media only screen and (max-width:43.813em) {
  .flickerplate ul.flicks>li .flick-title {
    font-size: 1.667em
  }
}

.flickerplate ul.flicks>li .flick-sub-text {
  padding: 5px;
  font-weight: 300;
  line-height: 2.5em;
  color: rgba(255, 255, 255, .8);
  text-align: center
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, .6)
}

.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden
}

.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
  cursor: pointer
}

.flickerplate .arrow-navigation.left {
  left: 0%
}

.flickerplate .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0 0 0 50%;
  background-image: url(../images/arrow-left-light.png);
  background-repeat: no-repeat;
  background-position: left
}

.flickerplate .arrow-navigation.right {
  right: 0%
}

.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0 0 0 -50%;
  background-image: url(../images/arrow-right-light.png);
  background-repeat: no-repeat;
  background-position: right
}

.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0 0 0 20%
}

.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0 0 0 -20%
}

.flickerplate .dot-navigation {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.flickerplate .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0 15px
}

.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none
}

.flickerplate .dot-navigation .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out
}

.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5)
}

.flickerplate .dot-navigation .dot.active {
  background-color: #16b4b9
}

.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
  text-align: left
}

.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
  text-align: right
}

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
  background-image: url(../images/arrow-left-dark.png)
}

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
  background-image: url(../images/arrow-right-dark.png)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: rgba(0, 0, 0, .12)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color: rgba(0, 0, 0, .6)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color: #000
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
  color: rgba(0, 0, 0, .9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, .9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, .5)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
  color: rgba(0, 0, 0, .9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
  color: rgba(0, 0, 0, .9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255, 255, 255, .5)
}

.flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform .6s;
  -o-transition: -o-transform .6s;
  -moz-transition: -moz-transform .6s;
  transition: transform .6s
}

.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left .4s ease-out;
  -moz-transition: left .4s ease-out;
  -o-transition: left .4s ease-out;
  -ms-transition: left .4s ease-out;
  transition: left .4s ease-out
}

.flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%
}

.flickerplate.animate-scroller-slide {
  padding-bottom: 0;
  overflow: auto
}

.flickerplate.animate-scroller-slide ul.flicks {
  position: auto
}

.h_news_wrap {
  background: #f8f8f8;
  width: 100%;
  background-attachment: fixed
}

.h_news {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 20px
}

.h_tlt1 {
  width: 100%;margin-bottom: 20px;
}

.h_tlt1 p {
  font-size: 24px;
  font-weight: 700;
  color: #515671;
  text-align: center
}

.h_tlt1 span {
  display: block;
  font-size: 15px;
  font-weight: lighter;
  color: #515671;
  text-align: center;
  height: 40px;
  line-height: 40px
}

.h_tlt1 em {
  display: block;
  width: 58px;
  height: 2px;
  background: #515671;
  margin: 0 auto
}

.h_news .news_bd {
  padding-top: 40px;
  overflow: hidden
}

.h_news .news_bd .news_tj {
  width: 48%;
  float: left
}

.h_news .news_bd .news_tj .news_tj_img a {
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f5f5f5
}

.h_news .news_bd .news_tj .news_tj_img a img {
  width: 100%;
  vertical-align: middle;
  transition-duration: 3s;
  -ms-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -webkit-transition-duration: 3s
}

.h_news .news_bd .news_tj .news_tj_img a:hover img {
  transform: scale(1.1, 1.1);
  opacity: .5
}

.h_news .news_bd .news_tj .news_tj_img a .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.h_news .news_bd .news_tj .news_tj_con {
  background: #fff;
  padding: 10px 20px 30px
}

.h_news .news_bd .news_tj p a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #515671;
  font-weight: 700;
  height: 50px;
  line-height: 50px
}

.h_news .news_bd .news_tj p a:hover {
  color: #16b4b9
}

.h_news .news_bd .news_tj span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  background: #fff;
  height: 66px;
  overflow: hidden
}

.h_news .news_bd .news_tj em {
  display: block;
  font-size: 14px;
  color: #c6c6c6;
  padding-top: 10px;
  background: #fff
}

.h_news .news_bd ul {
  width: 50%;
  float: right
}

.h_news .news_bd ul li {
  background: #fff;
  padding: 24px;
  margin-bottom: 20px;
  position: relative
}

.h_news .news_bd ul li .news_time {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 90px;
  text-align: center;
  background: #cacaca;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 4px 0 4px 0
}

.h_news .news_bd ul li .news_time p {
  font-size: 24px;
  font-weight: 700;
  color: #fff
}

.h_news .news_bd ul li .news_time span {
  font-size: 14px;
  color: #fff
}

.h_news .news_bd ul li .news_con {
  padding-left: 110px
}

.h_news .news_bd ul li .news_con p a {
  font-size: 15px;
  font-weight: 700;
  color: #515671;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.h_news .news_bd ul li .news_con span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  padding-top: 5px;
  height: 45px;
  overflow: hidden
}

.h_news .news_bd ul li:hover .news_time {
  background: #16b4b9
}

.h_news .news_bd ul li:hover .news_con p a {
  color: #16b4b9
}

.ly_about {
  width: 100%;
  background: #efefef
}

.ly_about_in {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 60px
}

.gsjj_img {
  float: left;
  margin-top: 20px;
  width: 40%
}

.gsjj_img img {
  max-width: 100%
}

.gsjj_in {
  width: 57%;
  float: right;
  margin: 20px 0 0
}

.gsjj h2 {
  font-size: 24px;
  color: #515671
}

.gsjj h2 span {
  font-size: 20px;
  color: #ccc;
  font-weight: 400;
  font-weight: lighter
}

.gsjj p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 30px;
  height: 204px;
  margin-bottom: 10px;
  overflow: hidden
}

.gsjj a.more {
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #1f71c2;
  float: left;
  margin-top: 15px;
  border-radius: 4px 0 4px 0
}

.gsjj a.more:hover {
  background: #16b4b9;
  cursor: pointer
}

.h_products {
  width: 100%;
  background: #fff
}

.h_products_in {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 10px
}

.h_products .pro_hd {
  margin: 30px auto 40px
}

.h_products .pro_hd ul {
  margin: 0 auto;
  max-width: 100%;
  height: 84px;
  overflow: hidden;
  display: flex
}

.h_products .pro_hd ul li {
  float: left;
  margin: 0 1px 2px
}

.h_products .pro_hd ul li a {
  display: block;
  background: #eee;
  padding: 8px 30px;
  color: #76838f;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  max-width: 150px;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s
}

.h_products .pro_hd ul li a:hover {
  background: #16b4b9;
  color: #fff
}

.h_products .pro_hd ul li.on a {
  background: #1f71c2;
  color: #fff
}

.h_products .pro_bd ul li {
  float: left;
  width: 22.5%;
  margin-right: 3%;
  margin-bottom: 30px
}

.h_products .pro_bd ul li:nth-child(4n) {
  margin-right: 0
}

.h_products .pro_bd ul li div {
  display: block;
  width: 100%;
  box-shadow: 0 0 72px 0 #e1dddd;
  -webkit-transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s
}

.h_products .pro_bd ul li div .pro_img {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden
}

.h_products .pro_bd ul li div .pro_img img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s
}

.h_products .pro_bd ul li div .pro_img .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.h_products .pro_bd ul li p a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.h_products .pro_bd ul li>div:hover p a {
  background: #16b4b9;
  color: #fff
}

.h_products .pro_bd ul li>div:hover img {
  transform: scale(1.1, 1.1);
  opacity: .8
}

.youshi_wrap {
  overflow: hidden;
  width: 100%;
  overflow-x: hidden;
  margin-left: 0
}

.h_youshi {
  width: 100%;
  background: #fff
}

.h_youshi_in {
  width: 90%;
  max-width: 1280px;
  padding: 40px 0;
  margin: 0 auto
}

.h_youshi_in ul {
  padding-top: 40px
}

.h_youshi_in ul li {
  float: left;
  margin-right: 2%;
  width: 23%
}

.h_youshi_in ul li:nth-child(4n) {
  margin-right: 0
}

.h_youshi_in ul li .icon {
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: #eee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  transition: background .5s, color .5s;
  -moz-transition: background .5s, color .5s;
  -webkit-transition: background .5s, color .5s;
  -o-transition: background
}

.h_youshi_in ul li .icon span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ys1.png) center center no-repeat;
  background-size: cover;
  transition: background .5s, color .5s;
  -moz-transition: background .5s, color .5s;
  -webkit-transition: background .5s, color .5s;
  -o-transition: background
}

.h_youshi_in ul li .icon2 span {
  background: url(../images/ys2.png) center center no-repeat;
  background-size: cover
}

.h_youshi_in ul li .icon3 span {
  background: url(../images/ys3.png) center center no-repeat;
  background-size: cover
}

.h_youshi_in ul li .icon4 span {
  background: url(../images/ys4.png) center center no-repeat;
  background-size: cover
}

.h_youshi_in ul li .tlt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2a333c
}

.h_youshi_in ul li p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #999
}

.h_youshi_in ul li:hover .icon {
  background: #16b4b9
}

.h_youshi_in ul li:hover .icon1 span {
  background: url(../images/ys1a.png) center center no-repeat;
  background-size: cover
}

.h_youshi_in ul li:hover .icon2 span {
  background: url(../images/ys2a.png) center center no-repeat;
  background-size: cover
}

.h_youshi_in ul li:hover .icon3 span {
  background: url(../images/ys3a.png) center center no-repeat;
  background-size: cover
}

.h_youshi_in ul li:hover .icon4 span {
  background: url(../images/ys4a.png) center center no-repeat;
  background-size: cover
}

.scrollpic {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 20px
}

.scrollpic .slideGroup {
  width: 100%;
  text-align: left;
  padding-top: 30px;
  text-align: center
}

.scrollpic .slideGroup .slideBox {
  overflow: hidden;
  zoom: 1;
  position: relative
}

.scrollpic .slideGroup .sPrev, .slideGroup .sNext {
  background-image: url(../images/jt_l.png);
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 1px;
  background-color: #c1c1c1;
  border-radius: 4px 0 4px 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  margin-bottom: 20px
}

.scrollpic .slideGroup .sNext {
  background-image: url(../images/jt_r.png);
  display: inline-block
}

.scrollpic .slideGroup .sPrev:hover, .slideGroup .sNext:hover {
  background-color: #16b4b9
}

.scrollpic .slideGroup .parBd ul {
  overflow: hidden;
  zoom: 1
}

.scrollpic .slideGroup .parBd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 0 0 4px 4px
}

.scrollpic .slideGroup .parBd ul li .pic {
  text-align: center;
  border: 1px solid #ccc;
  padding: 2%;
  width: 99%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.scrollpic .slideGroup .parBd ul li .pic a {
  display: block;
  height: 250px;
  text-align: center;
  overflow: hidden
}

.scrollpic .slideGroup .parBd ul li .pic a .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.scrollpic .slideGroup .parBd ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: transform .6s
}

.scrollpic .slideGroup .parBd ul li .pic a:hover img {
  transform: scale(1.1)
}

.scrollpic .slideGroup .parBd ul li .title {
  line-height: 34px;
  background-color: #1f71c2;
  position: absolute;
  bottom: 0;
  width: 100%
}

.scrollpic .slideGroup .parBd ul li .title a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.scrollpic .slideGroup .parBd ul li .title p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  height: 0;
  overflow: hidden;
  transition-duration: .25s;
  -ms-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  margin-bottom: 0
}

.scrollpic .slideGroup .parBd ul li:hover p {
  height: 40px;
  margin-bottom: 10px;
  padding: 0 15px
}

.scrollpic .slideGroup .parBd ul li:hover .title {
  background-color: #16b4b9
}

.scrollpic .slideGroup .parBd ul li:hover .pic {
  border: 1px solid #16b4b9
}

@media(max-width:1199px) {
  .scrollpic_wrap {
    padding: 40px 0 30px
  }
}

@media(max-width:992px) {
  .scrollpic_wrap {
    margin: 10px auto 0;
    padding: 0 0 30px
  }
}

@media(max-width:880px) {}

@media(max-width:767px) {
  .scrollpic {
    padding: 0
  }
}

#link_main {
  padding: 15px 0;
  background: #f8f8f8
}

#link {
  padding: 0;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

.link_title {
  line-height: 40px;
  height: 40px;
  color: #fff
}

.link_title h2 {
  background: url(../images/link.png) left center no-repeat;
  text-indent: 35px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px dotted #dedede
}

.link_body {
  color: #000;
  border-top: 0;
  border-bottom: 0
}

.link_bottom {}

.link_pic {
  overflow: auto;
  zoom: 1
}

.link_pic ul li {
  float: left;
  padding: 1px 5px;
  text-align: center;
  width: 112px
}

.link_pic img {
  width: 86px;
  height: 30px;
  padding: 2px;
  border: 1px solid #ccc
}

.link_pic ul li a:hover img {
  border: 1px solid #00a4ef
}

.link_text {
  overflow: hidden;
  zoom: 1;
  padding: 8px 0
}

.link_text ul li {
  float: left;
  text-align: center;
  padding: 1px 15px;
  overflow: hidden;
  white-space: nowrap
}

.link_text a {
  line-height: 22px;
  color: #666
}

.link_text a:hover {
  line-height: 22px;
  color: #0256ac
}

.h_foot1 {
  background: #1f71c2;
  padding: 20px 0;
  color: #aaa
}

.h_foot1 .h_foot1_in {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px
}

.h_foot1 .h_foot1_in>p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  vertical-align: top
}

.h_foot1 .h_foot1_in a {
  display: inline-block;
  background: #16b4b9;
  border-radius: 2px;
  padding: 10px 20px;
  color: #cecece;
  vertical-align: top;
  margin-left: 20px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.h_foot1 .h_foot1_in a:hover {
  background: #1b4e80;
  color: #14a2a7
}

.h_foot1 .h_foot1_in a p {
  float: left;
  color: #fff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-right: 15px;
  border-right: 1px solid #138488
}

.h_foot1 .h_foot1_in a span {
  float: left;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  border-left: 1px solid #fff
}

.h_foot1 .h_foot1_in a span:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: url(../images/right.png) center center no-repeat;
  background-size: cover;
  margin-top: 1px
}

.h_foot2 {
  background: #1c222a;
  padding: 20px 0;
  color: #aaa
}

.h_foot2 .h_foot2_in {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px
}

.h_foot2 .h_foot2_in a {
  color: #cecece
}

.h_foot2 .h_foot2_in a:hover {
  color: #14a2a7
}

.suspension {
  position: fixed;
  z-index: 999999999;
  right: 0;
  bottom: 60px;
  width: 70px;
  height: 240px
}

.suspension-box {
  position: relative;
  float: right
}

.suspension .a {
  display: block;
  width: 55px;
  height: 40px;
  padding: 10px 0 5px;
  background-color: #1f71c2;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;
  border-radius: 2px
}

.suspension .a.active, .suspension .a:hover {
  background: #16b4b9
}

.suspension .a .i {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat
}

.suspension .a-service .i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0
}

.suspension .a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 4px
}

.suspension .a-service-phone .i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0
}

.suspension .a-qrcode .i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -56px -12px
}

.suspension .a-cart .i {
  background-position: -88px 0
}

.suspension .a-top .i {
  background-position: -132px 0
}

.suspension .a-top {
  background: #d2d3d6;
  display: none
}

.suspension .a-top:hover {
  background: #c0c1c3
}

.suspension .d {
  display: none;
  width: 240px;
  background: #fff;
  position: absolute;
  right: 67px;
  border: 1px solid #e0e1e5;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(161, 163, 175, .11)
}

.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  right: -8px;
  top: 31px
}

.qrcode-img img {
  width: 150px;
  margin: 0 auto
}

.suspension .d-service {
  top: 0
}

.suspension .d-service-phone {
  top: 50px
}

.suspension .d-qrcode {
  top: 78px
}

.suspension .d .inner-box {
  padding: 8px 22px
}

.suspension .d-service-item {
  padding: 4px 0
}

.suspension .d-service .d-service-item {
  border-bottom: none
}

.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f3;
  display: block;
  float: left
}

.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden
}

.suspension .d-service-item:hover .i-qq {
  background-position: center 3px
}

.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block
}

.suspension .d-service-item p {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px
}

.suspension .d-service .d-service-item p {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px
}

.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px
}

.suspension .d-service-item .text .number {
  font-family: Arial, microsoft yahei, hanhei sc, PingHei, pingfang sc, helvetica neue, Helvetica, Arial, hiragino sans gb, heiti sc, wenquanyi micro hei, sans-serif
}

.suspension .d-service-intro {
  padding-top: 10px
}

.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888
}

.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block
}

.suspension .d-qrcode {
  text-align: center;
  width: 160px
}

.suspension .d-qrcode .inner-box {
  padding: 10px 0
}

.suspension .d-qrcode p {
  font-size: 14px;
  color: #999;
  padding-top: 5px
}

.ny_banner {
  width: 100%;
  position: relative;
  margin-top:-5px;
  overflow: hidden
}

.ny_banner .slideshow {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

@media(max-width:1199px) and (min-width:1001px) {
  .ny_banner .slideshow {}
}

@media screen and (max-width:1000px) {
  .ny_banner .slideshow {}
}

@media screen and (max-width:760px) {
  .ny_banner .slideshow {}
}

@media screen and (max-width:480px) {
  .ny_banner .slideshow {}
}

.ny_content_wrap {
  background: #fff;
  width: 100%
}

.ny_content {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px
}

.ny_content .content_left {
  float: left;
  width: 20%;
  background: #fff;
  padding: 1%
}

.ny_content .content_left .c_tlt {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #1f71c2;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 4px 4px 0 0
}

.ny_content .content_left .c_tlt em {
  display: none
}

.pro_mulu {
  display: block
}

.pro_mulu li p {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
  border-bottom: 1px dotted #dedede;
  margin-bottom: 5px
}

.pro_mulu li p a {
  width: 60%;
  float: left;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #555;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.pro_mulu li p span {
  display: block;
  width: 30%;
  height: 40px;
  float: right;
  background: url(../images/menu_tb1.png) 80% center no-repeat
}

.pro_mulu li p.on {
  background: #16b4b9;
  color: #fff
}

.pro_mulu li p.on span {
  background: url(../images/menu_tb2.png) 80% center no-repeat
}

.pro_mulu li p.on a {
  color: #fff
}

.pro_mulu li p:hover {
  background: #16b4b9;
  color: #fff
}

.pro_mulu li p:hover a {
  color: #fff
}

.pro_mulu li p:hover span {
  background: url(../images/menu_tb2.png) 80% center no-repeat
}

.pro_mulu li.on>a {
  background: #16b4b9;
  color: #fff;
  border: 1px solid #fff
}

.pro_mulu li div {
  margin-bottom: 10px
}

.pro_mulu li div a {
  display: block;
  background: #f1f1f1;
  border: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px
}

.pro_mulu a.pro_more {
  background: #ddd;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px
}
.news_l {
  padding-bottom: 20px;
  margin-bottom: 20px
}

.news_l li a {
  display: block;
  font-size: 12px;
  color: #555;
  padding-left: 20px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*border-bottom: 1px dashed #dedede*/
}

.news_l li a:hover {
  color: #0256ac
}

.ny_content .content_right {
  float: right;
  width: 76%;
  background: #fff;
  padding: 1%
}

.ny_content .content_right2 {
  float: none;
  width: 98%;
  padding-bottom: 30px
}

.ny_content .content_right .bread_nav {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #dedede;
  padding-bottom: 5px
}

.ny_content .content_right .bread_nav h2 {
  width: 20%;
  font-size: 20px;
  color: #333;
  float: left;
  font-weight: 700
}

.ny_content .content_right .bread_nav div {
  float: right;
  width: 48%;
  text-align: right;
  color: #777;
  overflow: hidden;
}

.ny_content .content_right .bread_nav div>em {
  display: inline-block;
  width: 25px;
  height: 40px;
  background: url(../images/dw.png) center center no-repeat;
  vertical-align: top
}

.ny_content .content_right .bread_nav div a {
  color: #555
}

.ny_content .content_right .bread_nav div a:hover {
  color: #0256ac
}

.ny_content .content_right .conn {
  color: #555;
  font-size: 14px;
  line-height: 28px;
  padding-top: 10px
}

.ny_content .ny_news_con2 {
  min-height: 300px
}

.ny_content .content_right .conn .ny_news_con img, .ny_content .content_right .conn .ny_news_con table, .ny_content .content_right .conn .ny_news_con tr, .ny_content .content_right .conn .ny_news_con td, .ny_content .content_right .conn .ny_news_con p, .ny_content .content_right .conn .ny_news_con span, .ny_content .content_right .conn .ny_news_con div {
  width: auto!important;
  height: auto!important;
  max-width: 100%!important;
  max-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  word-break: break-all
}

.ny_products {
  width: 100%;
  background: #fff
}

.ny_products .pro_bd ul li {
  float: left;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 30px
}

.ny_products .pro_bd ul li:nth-child(3n) {
  margin-right: 0
}

.ny_products .pro_bd ul li div {
  display: block;
  width: 100%;
  box-shadow: 0 0 72px 0 #e1dddd;
  -webkit-transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s
}

.ny_products .pro_bd ul li div .pro_img {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden
}

.ny_products .pro_bd ul li div .pro_img img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s
}

.ny_products .pro_bd ul li div .pro_img .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.ny_products .pro_bd ul li div p a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ny_products .pro_bd ul li>div:hover p a {
  background: #16b4b9;
  color: #fff
}

.ny_products .pro_bd ul li>div:hover img {
  transform: scale(1.1, 1.1);
  opacity: .8
}

.new_inside {
  overflow: hidden;
  margin-bottom: 30px
}

.new_inside li {
  width: 100%
}

.news_box {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background: 0 0;
  height: 180px
}

.news_txt {
  float: left;
  padding: 36px 0 28px 14%;
  transition: all .3s ease-out 0s
}

.news_box:hover .news_txt {
  padding: 36px 0 28px 16%
}

.news_txt a span {
  font-size: 16px;
  color: #717171;
  display: block;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all .3s ease-out 0s
}

.news_box:hover .news_txt a span {
  color: #333
}

.news_box:hover .news_txt i {
  color: #999
}

.news_txt i {
  color: #7d7d7d;
  font-style: normal;
  line-height: 24px;
  height: 73px;
  display: block;
  overflow: hidden
}

.news_date {
  width: 80px;
  float: right;
  font-family: 微软雅黑;
  color: #999;
  padding: 36px 66px 0 0;
  transition: all .3s ease-out 0s;
  position: absolute;
  left: 0;
  float: left;
  padding-top: 30px
}

.news_box:hover .news_date {
  padding: 36px 86px 0 0
}

.arrow_left {
  position: absolute;
  top: 90px;
  left: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #fff;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  background: url(../images/icon.png) no-repeat 9px 14px
}

.news_box:hover .arrow_left {
  border: 1px solid #16b4b9;
  background: url(../images/icon_hover.png) no-repeat 9px 14px #16b4b9
}

.arrow_left i {
  width: 14px;
  height: 9px;
  display: block;
  margin: 13px 0 0 11px
}

.news_date span {
  float: left;
  line-height: 36px;
  height: 36px;
  font-size: 24px;
  font-family: 微软雅黑
}

.news_date i {
  float: left;
  color: #ababab;
  font-size: 0
}

.news_txt a span::before {
  width: 35px;
  height: 1px;
  content: '';
  background: #bfbfbf;
  position: absolute;
  top: 48px;
  left: 90px;
  transition: all .3s ease-out 0s
}

.news_box:hover .news_txt a span::before {
  width: 60px;
  transition: all .3s ease-out 0s;
  background: #16b4b9
}

.news_box:hover .news_date span {
  color: #333
}

.news_box:hover .news_date {
  padding: 30px 42px 0 0
}

.ny_content .content_right .conn .ny_news_tlt {
  text-align: center;
  font-size: 20px;
  color: #555;
  padding: 10px 0
}

.ny_news_time {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
  margin-bottom: 10px
}

.ny_news_ye {
  padding-top: 30px
}

.ny_news_ye p {
  height: 35px;
  line-height: 35px;
  background: #f1f1f1;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.content_left .show_menu {
  width: 100%
}

.page_list {
  margin-bottom: 30px
}

.ly_msg h3 {
  display: none
}

.content_right .conn .pro_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #0256ac;
  margin-bottom: 10px
}

.content_right .conn .proshow1 {
  padding-top: 40px;
  position: relative;
  padding-bottom: 20px
}

.content_right .conn .proshow1 .js-silder {
  float: left;
  width: 45%;
  margin-top: 0!important;
  box-shadow: 0 0 44px 0 #e1dddd
}

.proshow1 .js-silder .silder-main-img {
  width: 100%;
  text-align: center;
  height: 400px
}

.proshow1 .js-silder .silder-main-img img {
  max-width: 80%!important;
  max-height: 100%;
  vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.proshow1 .prodesc p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px
}

.proshow1 .prodesc p.bt {
  font-size: 20px;
  font-weight: 400;
  color: #b5b5b5
}

.content_right .conn .proshow1 .prodesc {
  float: right;
  width: 51%
}

.content_right .conn .proshow1 .prodesc p.desc {
  height: 125px;
  overflow: hidden;
  color: #999
}

.content_right .conn .proshow1 .pro_btn {
  padding-top: 30px;
  overflow: hidden
}

.content_right .conn .proshow1 .pro_btn1 {
  display: block;
  width: 40%;
  margin-right: 20px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #0256ac;
  border-radius: 2px;
  float: left;
  border: 1px solid #fff
}

.content_right .conn .proshow1 .pro_btn2 {
  display: block;
  width: 40%;
  margin-right: 0;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  background: #7b7b7b;
  color: #fff;
  border-radius: 2px;
  float: left;
  border: 1px solid #fff
}

.content_right .conn .proshow1 .pro_btn2 em {
  display: block
}

.content_right .conn .proshow1 .pro_btn1:hover {
  background: #fff;
  border: 1px solid #0256ac;
  color: #0256ac
}

.content_right .conn .proshow1 .pro_btn2:hover {
  background: #fff;
  border: 1px solid #7b7b7b;
  color: #7b7b7b
}

.content_right .conn .xgcp {}

.content_right .conn .xgcp li {
  float: left;
  width: 21%;
  margin-right: 2.1%;
  margin-bottom: 30px;
}

.content_right .conn .xgcp li:nth-child(4n) {
  margin-right: 0
}

.content_right .conn .xgcp li div {
  display: block;
  width: 100%;
  box-shadow: 0 0 72px 0 #e1dddd;
  -webkit-transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s
}

.content_right .conn .xgcp li div .pro_img {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden
}

.content_right .conn .xgcp li div .pro_img img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s
}

.content_right .conn .xgcp li div .pro_img .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.content_right .conn .xgcp li div p a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.content_right .conn .xgcp li>div:hover p a {
  background: #16b4b9;
  color: #fff
}

.content_right .conn .xgcp li>div:hover img {
  transform: scale(1.1, 1.1);
  opacity: .8
}

.tags_title {
  border-bottom: 1px solid #ddd;
  margin: 40px 0 30px
}

.tags_title span {
  width: 80px;
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin-bottom: -1px;
  background: #fff;
  color: #333;
  display: block;
  margin-left: 5px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  font-weight: 700
}

.proshow2 {
  padding-top: 20px
}

.proshow2 .prodetail_con {
  float: right;
  width: 76%
}

.proshow2 .prodetail_con .tags_title {
  margin: 0
}

.proshow2 .prodetail_con .content {
  padding: 30px 0
}

.proshow2 .prodetail_con .content img {
  max-width: 80%;
  height: auto!important
}

.contact .tags_title {}

.contact .tags_title span {
  float: left;
  width: auto;
  cursor: pointer
}

.contact .tags_title span.ron {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-weight: 400
}

.contact .content2 {
  display: none
}

.contact .content1 ul {}

.contact .content1 ul li {
  float: left;
  width: 30%;
  margin-right: 45px
}

.contact .content1 ul li:nth-child(3n) {
  margin-right: 0
}

.contact .content1 ul li a {
  display: block
}

.contact .content1 ul li a em {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 15px
}

.contact .content1 ul li.lx1 em {
  background: url(../images/contact_tel.png) center center no-repeat
}

.contact .content1 ul li.lx2 em {
  background: url(../images/contact_email.png) center center no-repeat
}

.contact .content1 ul li.lx3 em {
  background: url(../images/contact_address.png) center center no-repeat;
  -webkit-animation: bounce-up 1.4s linear infinite;
  animation: bounce-up 1.4s linear infinite
}

.contact .content1 ul li a .wz {
  float: left;
  width: 78%
}

.contact .content1 ul li a .wz p {
  font-size: 20px;
  padding-bottom: 10px
}

.contact .content1 ul li a .wz span {
  font-size: 20px
}

.lx_dz {
  width: 100%;
  overflow: hidden;
  margin: 50px auto 20px;
  padding: 0
}

.lx_dz .dz_map {
  width: 97%;
  height: 370px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1%;
  border: 1px solid #d9d9d9
}

.lx_dz .dz_map iframe {
  width: 100%
}

.lx_dz .dz_map iframe body {
  width: 100%
}

.page_list {
  text-align: center;
  padding-top: 20px
}

.page_list a {
  display: inline-block;
  padding: 0 10px;
  background: #ddd;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  border-radius: 2px
}

.page_list a:hover {
  background: #0256ac;
  color: #fff
}

.page_list a.pnnum1 {
  background: #0256ac;
  color: #fff
}

.page_list input {
  display: inline-block;
  padding: 0 5px;
  background: #1f71c2;
  width: 40px!important;
  height: 30px!important;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  color: #fff;
  cursor: pointer
}

.page_list .p_input {
  display: inline-block;
  padding: 0 5px;
  background: #ddd;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  color: #555;
  cursor: default
}

.cpzx .ly_msg {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0
}

.cpzx .ly_msg h3 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: center
}

.cpzx .ly_msg ul {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  padding: 0
}

.cpzx .ly_msg ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 12px;
  padding: 0
}

.cpzx .ly_msg ul li h4 {
  width: 17%;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  margin: 0;
  padding: 0 20px 0 0;
  color: #333;
  font-size: 14px;
  text-align: right;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
  width: 83%;
  overflow: hidden;
  margin: 0;
  padding-right: 20px;
  background: url(../images/tb_img.png) top right no-repeat;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cpzx .ly_msg ul li .msg_ipt1 {
  height: 34px
}

.cpzx .ly_msg ul li .msg_tara {
  height: 118px
}

.cpzx .msg_ipt1 input, .msg_tara textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 8px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cpzx .msg_ipt1 input {
  height: 34px;
  line-height: 16px
}

.cpzx .msg_tara textarea {
  height: 118px;
  line-height: 20px;
  resize: none
}

.cpzx .ly_msg ul li .msg_ipt2 {
  width: 120px;
  height: 34px;
  overflow: hidden;
  margin-right: 10px;
  padding: 0;
  float: left
}

.cpzx .msg_ipt2 input {
  display: block;
  width: 120px;
  height: 34px;
  overflow: hidden;
  line-height: 16px;
  margin: 0;
  padding: 8px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cpzx .ly_msg ul li a.yzm_img {
  display: block;
  width: 90px;
  height: 34px;
  overflow: hidden;
  margin: 0;
  padding-right: 20px;
  background: url(../images/tb_img.png) top right no-repeat;
  float: left
}

.cpzx .ly_msg ul li .msg_btn {
  width: 83%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left
}

.cpzx .msg_btn input {
  display: block;
  width: 100px;
  height: 34px;
  overflow: hidden;
  line-height: 32px;
  margin: 20px 15px 0 0;
  padding: 0;
  background-color: #f0f0f0;
  color: #333;
  font-size: 13px;
  text-align: center;
  border: 1px solid #ccc;
  float: left
}

.cpzx .ly_msg ul li .msg_ipt12 {
  width: 83%;
  height: 34px;
  overflow: hidden;
  margin: 0;
  padding-right: 20px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cpzx .msg_ipt12 input {
  height: 34px;
  line-height: 16px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 8px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cpzx .ly_msg ul li h4 {
  width: 10%;
  height: 45px;
  font-size: 12px
}

.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
  width: 90%
}

.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
  width: 90%!important
}

.cpzx .ly_msg ul li .msg_ipt1 {
  height: 47px
}

.cpzx .msg_ipt1 input {
  height: 45px;
  line-height: 45px
}

.cpzx .ly_msg ul li .msg_ipt12 {
  width: 90%!important;
  height: 45px!important
}

.cpzx .msg_ipt12 input {
  height: 45px
}

.cpzx .ly_msg ul li .msg_ipt1 select {
  height: 45px!important
}

.cpzx input {
  border-radius: 2px;
  border: 1px solid #fff!important;
  background: #f1f1f1
}

.cpzx textarea {
  border-radius: 2px;
  border: 1px solid #fff!important;
  background: #f1f1f1
}

.cpzx select {
  border-radius: 2px;
  border: none!important;
  background: #f1f1f1;
  outline: none;
  text-indent: 10px
}

.cpzx input:focus, .cpzx textarea:focus {
  border: 1px solid #dedede!important
}

.cpzx .ly_msg ul li a.yzm_img img {
  height: 100%!important
}

.cpzx .msg_btn input {
  width: 150px;
  height: 45px;
  line-height: 45px;
  cursor: pointer
}

.cpzx .msg_btn input:first-child {
  background: #1f71c2;
  color: #fff;
  outline: none
}

.cpzx .msg_ipt2 input {
  height: 45px
}

.cpzx .ly_msg ul li .msg_ipt2 {
  height: 45px
}

@media(max-width:1199px) {
  .ly_top .top_logo {
    width: 125px;
  }
  .ly_top .top_right {}
  .ly_top .top_right .tr_r {
    display: none
  }
  .h_news {
    width: 90%
  }
  .ly_about_in {
    width: 96%;
    padding: 20px 0 40px
  }
  .gsjj {
    background: 0 0
  }
  .gsjj_img {
    margin-top: 30px;
    width: 30%
  }
  .gsjj_img img {
    width: auto;
    height: 230px;
    max-width: 100%
  }
  .gsjj_in {
    width: 65%;
    margin: 30px 30px 0 0
  }
  .gsjj h2 {
    padding: 0 10px
  }
  .gsjj p {
    height: 125px;
    margin-top: 24px;
    padding: 0 10px
  }
  .ny_content .content_left {
    width: 22%
  }
  .ny_content .content_right {
    width: 72%
  }
  .ny_content .content_right2 {
    width: 98%
  }
  .h_products .pro_bd ul li {
    width: 48%
  }
  .h_products .pro_bd ul li:nth-child(2n) {
    margin-right: 0
  }
  .h_products .pro_hd ul li a {
    padding: 8px 10px
  }
  .h_products .pro_bd ul li div a .pro_img {
    height: 300px
  }
  .ny_products .pro_bd ul li {
    width: 48%
  }
  .ny_products .pro_bd ul li:nth-child(2n) {
    margin-right: 0
  }
  .ny_products .pro_bd ul li:nth-child(3n) {
    margin-right: 3%
  }
  .ny_products .pro_bd ul li:nth-child(6n) {
    margin-right: 0
  }
  .ny_products .pro_hd ul li {
    padding: 8px 10px
  }
  .ny_products .pro_bd ul li div a .pro_img {
    height: 300px
  }
  #link {
    width: 96%
  }
  .ny_banner .search {
    width: auto;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 5%;
    margin-left: 0
  }
  .suspension {
    display: none
  }
  #KFRightScreen {
    display: none!important
  }
  #KFCenterScreen {
    display: none!important
  }
  #KFBoxTitle {
    display: none!important
  }
  .custombox {
    display: none!important
  }
  .ny_content {
    width: 95%
  }
  .content_right .conn .xgcp li {
    width: 21%;
    margin-right: 5.33333%
  }
  .contact .content1 ul li a .wz {
    width: 60%
  }
  .silder-main {
    min-height: inherit
  }
}

@media(max-width:991px) {
  .navigation li {
    width: 10%
  }
  .h_news .news_bd .news_tj {
    width: 100%;
    float: none;
    margin-bottom: 20px
  }
  .h_news .news_bd ul {
    width: 100%;
    float: none
  }
  .gsjj {
    background: 0 0
  }
  .gsjj_img {
    margin-top: 0;
    width: 100%;
    display: block
  }
  .gsjj_img img {
    width: 100%;
    display: block;
    height: auto;
    max-height: 300px
  }
  .gsjj_in {
    width: 100%;
    margin: 20px 0 0
  }
  .gsjj a.more {
    float: none;
    margin: 20px auto
  }
  .suspension {
    display: none
  }
  #KFRightScreen {
    display: none!important
  }
  #KFCenterScreen {
    display: none!important
  }
  #KFBoxTitle {
    display: none!important
  }
  .custombox {
    display: none!important
  }
  .h_products_in {
    padding: 20px 0 10px
  }
  .h_products .pro_hd ul {
    display: none
  }
  .link_title {
    height: 40px;
    line-height: 40px
  }
  .page_list td span {
    display: none
  }
  .page_list td #firstpage {
    display: none
  }
  .page_list td #endpage {
    display: none
  }
  .page_list a {
    margin-right: 5px
  }
  .page_list {
    font-size: 0;
    color: #fff;
    margin-bottom: 0
  }
  .page_list input {
    display: none!important
  }
  .page_list a {
    font-size: 12px
  }
  #myscroll ul li {
    height: 150px
  }
  #myscroll .intro a h5 {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px
  }
  .content_right .conn .xgcp li div .pro_img {
    height: 170px
  }
  .ny_content .ny_news_con {
    min-height: 150px
  }
}

@media(max-width:880px) {
  .ly_top {
    height: 70px;
    display: none;
  }
  .ly_top_in {
    height: 70px;
  }
  .ly_top .top_logo {
    width: 100%;
    height: 69px;
    text-align: center;
    margin: 10px 0
  }
  .ly_top .top_logo a {
    width: 100%;
    text-align: center
  }
  .ly_top .top_logo a img {
    max-width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .ly_top .top_right {
    display: none
  }
  .ly_nav2 {
    top: 0;
  }
  .flickerplate {
    margin-top: 50px;
  }
  .ny_banner {
    margin-top: 50px
  }
  .web_nav {
    width: 96%;
    display: block
  }
  .navigation {
    width: 100%;
    display: none
  }
  .navigation li {
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #fff
  }
  .navigation li a {
    color: #555;
    height: 40px;
    line-height: 40px
  }
  .navigation li.logo2 {
    display: none
  }
  .h_search_wrap {
    display: none
  }
  .h_search .form1 {
    margin-top: 2px
  }
  .h_search {
    width: 70%;
    top: 0;
    left: 20%;
    background: 0 0;
    display: block;
    padding: 0
  }
  .h_search .form_text1 {
    width: 70%;
    height: 40px
  }
  .h_search .form_button1 {
    width: 30%;
    background: #16b4b9;
    height: 40px
  }
  .youshi_wrap {}
  .h_youshi_in ul li p {
    font-size: 12px;
    margin-top: 0
  }
  .h_youshi_in ul {
    width: 96%;
    padding: 20px 2% 0
  }
  .h_youshi_in {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 0
  }
  .h_youshi_in ul li {
    width: 47%;
    margin-bottom: 10px;
    margin-right: 20px
  }
  .h_youshi_in ul li:nth-child(2n) {
    margin-right: 0
  }
  .h_youshi_in ul li .icon {
    width: 80px;
    height: 80px
  }
  .h_youshi_in ul li .icon span {
    width: 30px;
    height: 30px
  }
  .h_youshi_in ul li .tlt {
    margin-top: 10px;
    font-size: 16px
  }
  .h_foot1 .h_foot1_in>p {
    height: auto;
    font-size: 20px;
    line-height: 35px
  }
  .contact .content1 ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
  .contact .content1 ul li a .wz {
    width: 75%
  }
  .contact .content1 ul li a .wz p {
    float: left;
    width: 100%;
    line-height: 26px;
    padding-right: 10px
  }
  .contact .content1 ul li a .wz span {
    float: left;
    width: 100%;
    line-height: 26px
  }
  .contact .content1 ul li.lx3 a .wz span {
    float: left;
    line-height: 30px
  }
  .lx_dz {
    margin: 20px auto
  }
  .lx_dz .dz_map {
    height: 270px
  }
  .ny_banner .search {
    width: auto;
    top: auto;
    bottom: 30%;
    left: auto;
    right: 50%;
    margin-right: -190px
  }
}

@media(max-width:767px) {
  .flickerplate {}
  .h_news {
    padding: 20px 0
  }
  .h_news .news_bd {
    padding-top: 20px
  }
  .h_news .news_bd .news_tj .news_tj_img a {
    height: 140px
  }
  .h_news .news_bd ul li {
    padding: 15px;
    margin-bottom: 15px
  }
  .h_news .news_bd ul li .news_time {
    left: 15px;
    top: 15px
  }
  .ly_about_in {
    padding: 20px 0
  }
  .h_products .pro_hd ul li a {
    padding: 8px 10px
  }
  .h_products .pro_bd ul li div .pro_img {
    height: 150px
  }
  .ny_products .pro_hd ul li a {
    padding: 8px 10px
  }
  .ny_products .pro_bd ul li div a .pro_img {
    height: 150px
  }
  #myscroll li .intro {
    bottom: -24px
  }
  .ny_content .content_left {
    float: none;
    width: 98%;
    padding: 1%
  }
  .ny_content .content_right {
    float: none;
    width: 98%;
    padding: 1%
  }
  .ny_content .content_right .bread_nav {
    overflow: visible;
    height: auto;
    line-height: 24px
  }
  .ny_content .content_right .bread_nav h2 {
    float: none;
    width: 100%
  }
  .ny_content .content_right .bread_nav div {
    float: none;
    width: 100%;
    text-align: left;
    line-height: 15px;
    padding: 10px 0 7px
  }
  .ny_content .content_right .bread_nav div>em {
    height: 15px
  }
  .ny_content .content_left .c_tlt {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    cursor: pointer
  }
  .ny_content .content_left .c_tlt span {
    cursor: pointer;
    font-size: 16px;
    float: left;
    width: 30%;
    text-align: left
  }
  .ny_content .content_left .c_tlt em {
    cursor: pointer;
    display: block;
    font-size: 15px;
    width: 30%;
    text-align: right;
    color: #fff;
    height: 40px;
    line-height: 40px;
    float: right;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
  }
  .ny_content .content_left .pro_mulu {
    height: 300px;
    display: none
  }
  .ny_content .content_left .pro_mulu ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box
  }
  .news_txt {
    padding: 20px 0 20px 23%
  }
  .news_date {
    width: 20%;
    padding: 20px 3% 0 0
  }
  .news_txt a span::before {
    display: none
  }
  .news_txt a span {
    margin-bottom: 10px
  }
  .news_txt i {
    height: 50px;
    overflow: hidden;
    display: block
  }
  .news_box {
    height: auto;
    overflow: hidden
  }
  .arrow_left {
    top: auto;
    bottom: 20px
  }
  .ny_content .content_right2 {
    padding-bottom: 0
  }
  .news_box:hover .news_txt {
    padding: 20px 0 20px 23%
  }
  .news_box:hover .news_date {
    padding: 20px 3% 0 0
  }
  .ny_content .ny_news_con {
    min-height: 100px
  }
  .content_right .conn .xgcp li {
    width: 42%;
  }
  .content_right .conn .xgcp li:nth-child(2n) {
    margin-right: 0
  }
  .content_right .conn .xgcp li div .pro_img {
    height: 160px
  }
  .ly_msg ul li h4 {
    display: none
  }
  .cpzx .ly_msg ul li div {
    width: 100%!important
  }
  .cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
    width: 100%!important
  }
  .cpzx .ly_msg ul li .msg_ipt12 {
    width: 100%!important
  }
  .ly_msg ul li div.msg_ipt2 {
    width: 30%!important
  }
  .ly_msg ul li span {
    display: none
  }
  .ly_msg {
    margin: 0 auto!important
  }
  .cpzx .msg_btn input {
    width: 49%;
    margin-right: 0
  }
  .cpzx .msg_btn input:first-child {
    margin-right: 2%
  }
  .content_right .conn .proshow1 {
    padding-top: 0
  }
  .proshow1 .js-silder .silder-main-img {
    height: 300px
  }
  .content_right .conn .proshow1 .js-silder {
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px
  }
  .content_right .conn .proshow1 .prodesc {
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 15px
  }
  .content_right .conn .proshow1 .prodesc p.desc {
    height: 74px
  }
  .content_right .conn .proshow1 .pro_btn {
    padding-top: 15px
  }
  .content_right .conn .proshow1 .pro_btn1 {
    height: 44px;
    line-height: 44px
  }
  .content_right .conn .proshow1 .pro_btn2 {
    height: 44px;
    line-height: 44px
  }
  .content_right .conn .proshow1 .pro_btn2 em {
    display: none
  }
  .tags_title {
    margin: 20px 0 30px
  }
  .proshow2 .prodetail_con {
    width: 100%
  }
  .proshow2 {
    padding-top: 0
  }
  .proshow2 .prodetail_con .content {
    padding: 10px 0
  }
}

.pagess {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0;
  text-align: center;
  font-size: 12px
}

.pagess ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999
}

.pagess ul li:hover {
  background: #ccc;
  color: #fff;
  border: 1px solid #ccc
}

.pagess ul li:hover a {
  color: #fff
}

.pagess ul li.thisclass {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  background: #ccc;
  color: #fff
}

.pagess ul li.thisclass a {
  color: #fff
}

.pagess ul li a {
  display: block;
  color: #999
}

.pagess ul li a:hover {
  color: #fff
}

.top_cid {
  width: 90%;
  max-width: 1280px;
  padding: 10px 0;
  margin: 0 auto;
}

.top_logo img {
  width: 100%;
}

.bottom_menu {
  text-align: center;
}

.bottom_menu ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.bottom_menu li {
  padding: 10px 20px;
  margin: 0 10px;
}

.bottom_menu li a {
  color: #fff;
}

#dituContent img {
  max-width: none !important;
  max-height: none !important;
}

/*底部导航*/

.mb {
  display: none;
}

@media screen and (max-width:768px) {
  .mb {
    display: block!important;
  }
  .weizg_footer {
    width: 100%;
    background: #333;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .weizg_footer ul {
    margin-top: 10px;
  }
  .weizg_footer ul li {
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 5px;
  }
  .weizg_footer ul li img {
    width: 24px;
    height: 22px;
  }
  .weizg_footer>ul>li>a {
    color: #fff
  }
  .weizg_footer>ul>li>a>i {
    width: 24px;
    height: 22px;
  }
  .weizg_footer>ul>li>a>i {
    display: inline-block;
  }
  .weizg_footer>ul>.d1>a>i {
    background: url(../images/fot01.png) no-repeat;
    background-size: 100% 100%;
  }
  .weizg_footer>ul>.d2>a>i {
    background: url(../images/fot02.png) no-repeat;
    background-size: 100% 100%;
  }
  .weizg_footer>ul>.d3>a>i {
    background: url(../images/fot03.png) no-repeat;
    background-size: 100% 100%;
  }
  .weizg_footer>ul>.d4>a>i {
    background: url(../images/fot04.png) no-repeat;
    background-size: 100% 100%;
  }
}

/*相关新闻*/

.xgxw {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}

.xgxw h4 {
  background: #ebebeb;
  padding: 0 15px;
  font-size: 18px;
  color: #333;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
}

.xgxw ul {
  padding-top: 15px;
  padding-bottom: 20px;
  background: #f2f2f2;
}

.xgxw ul li {
  line-height: 14px;
  padding: 15px 10px;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xgxw ul li a {
  color: #666;
}

.xgxw .news_date {
  float: right;
  margin: 0 20px;
}

/*相关产品*/

.xgcp {
  margin-top: 15px;
}

.xgcp h4 {
  background: #ebebeb;
  padding: 0 15px;
  font-size: 18px;
  color: #333;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
}

.xgcp ul {
  overflow: hidden;
}

.xgcp li {
  margin: 20px 0;
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.xgcp li span {
  display: block;
  line-height: 35px;
  text-align: center;
}

.xgcp li span a {
  color: #666;
}

.related_img {
  height: 250px;
}

.related_img img {
  width: 100%;
}

ul.list_menu {
  width: 30%;
  float: left;
  text-align: left;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .top_cid {
    display: none;
  }
  .footer {
    display: none;
  }
  #divmsginfo {
    display: none;
  }
  ul.list_menu {
    width: 100%;
    margin: 20px 0;
  }
  .visible-xs {
    display: block!important;
  }
  .hidden-xs {
    display: none;
  }
  .mh {
    height: 80px;
  }
}
.hidden{display: none;}
.sitemap {
  padding-top: 40px;
  text-align: center;
  color: #333;
}

.sitemap .sti_tit {
  font-size: 16px;
  color: #333;
  text-align: left;
  height: 35px;
  line-height: 35px;
}

.sitemap .sitemap_con {
  font-size: 14px;
  text-align: left;
  line-height: 40px;
  border-bottom: 1px dashed #888;
  margin-bottom: 20px;
}

.sitemap .sitemap_con a {
  padding: 5px 10px;
  color: #666666;
}

.pro-flex {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
}
.pro-flex .red{font-size: 20px; color: red}
.f-sort {
  margin: 20px 0;
  text-align: right;
}

.f-sort a {
  display: inline-block;
  padding: 0 10px;
}

.f-sort .curr {
  background: #1f71c2;
  color: #fff;
}

.f-sort .curr::before {
  border-color: transparent transparent transparent #fff;
}

.f-sort a::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #908e8e;
}

.pro-flex {
  display: flex;
  justify-content: space-around;
}

#productLink,#mbproductLink {
  width: 240px;
  height: 240px;
  background: #eee;
  display: none;
  text-align: center;
}

#productLink img,#mbproductLink img{
  display: inline-block;
  vertical-align: middle;
  /* margin-top: 20px; */
}

.productDetail {
  color: #666;
}

.productDetail .c-g_minor {
  color: #333;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

.pdTableLayout {
  position: relative;
  width: 100%;
}

.big_pro_img {
  text-align: left;
  margin: 0 0 10px 0;
  width: 400px;
  height: 335px;
  overflow: hidden;
}

.big_pro_img img {
  width: 100%;
}

.pdTableLayout .pro_img {
  position: absolute;
  top: 0;
  left: 0;
}

.pro_introduce {
  line-height: 22px;
  font-size: 14px;
}

.detail_table td {
  padding: 3px 0;
  color: #666;
}

.pro_introduce .c-g_minor h1 {
  font-size: 20px;
}

.pro_introduce .detail_table {
  font-size: 14px;
  color: #333;
}

.pro_introduce .propName {
  padding: 0 6px 0 0;
}

.popvalue_spec .propName {
  margin: 7px 0 0;
}

.product_parameter {
  overflow: hidden;
  padding: 0 2px;
}

.productDetail .detailInfo {
  clear: both;
  margin-top: 15px;
}

.productDetail .detailInfo img {
  max-width: 100%;
  vertical-align: middle;
}

.productDetail .detailInfo p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.price span {
  color: #999;
  font-family: "Arial";
  font-weight: bold;
}

.price .price_s {
  font-size: 18px;
}

.thumb_img {
  position: relative;
  overflow: hidden;
  padding: 0 22px;
}

.thumb_img ul {
  padding: 10px 10px 10px 0;
  overflow: hidden;
}

.thumb_img li {
  cursor: pointer;
  float: left;
  width: 60px;
  height: 60px;
  padding: 2px;
  margin: 0 4px;
  overflow: hidden;
}

.thumb_img li:hover, .thumb_img li.current {
  border: 2px solid #035cb0;
  padding: 0;
}

.thumb_img .list-h {
  width: 3500px;
  position: absolute;
  top: 0px;
  left: 0;
}

.product_content .swiper-slide {
  overflow: hidden;
}

.control {
  position: absolute;
  top: 30px;
}

.control_left {
  left: 0px;
}

.control_right {
  right: 0px;
}

.control span {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 25px;
  background: url(../images/product_left.png) no-repeat;
}

.control .arrow_right {
  background: url(../images/product_right.png) no-repeat;
}

.control .arrow_right.gray_arrow {
  background: url(../images/gray_right.png) no-repeat;
  cursor: default;
}

.control .arrow_left.gray_arrow {
  background: url(../images/gray_left.png) no-repeat;
  cursor: default;
}

#spec-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.date_list {
  width: 89%;
  margin: 10px auto;
  overflow: hidden;
}

.date_list a {
  float: left;
  width: 49%;
  display: block;
  line-height: 22px;
  padding: 3px 1% 3px 0;
}

/* 20160629 product detail01*/

.pro_introduce {
  margin-left: 440px;
  min-height: 542px;
}

.propvalue_list {
  float: left;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
}

.propvalue_list span.pl_title {
  color: #000;
  margin-right: 10px;
}

.propvalue_list span.pl_con {
  color: #666;
}

.popvalue_list, .popvalue_spec {
  overflow: hidden;
  padding: 3px 0;
  line-height: 26px;
}

.popvalue_list.sold_out {
  color: #999;
}

.c-attrname .propName {
  line-height: 34px;
}

.value_a {
  display: inline-block;
  height: 28px;
  padding: 1px 12px;
  line-height: 28px;
  margin: 3px 2px;
  border: 1px solid #ddd;
}

.value_img {
  padding: 1px 1px;
  width: 25px;
  height: 25px;
}

/* .value_a:hover,.value_a.v_checked{text-decoration: none;padding:0px 11px;color:#035cb0;border:2px solid #035cb0;}*/

.value_img:hover, .value_img.v_checked {
  text-decoration: none;
  padding: 0;
}

.pdAppendLayout {
  margin: 10px 0 0 0;
}

.c-prodetail01 .pdAppendLayout {
  margin: 25px 0 0 0;
}

.pdAppendLayout a.buy_btn {
  display: inline-block;
  height: 40px;
  margin: 0 3px;
  border: 1px solid #035cb0;
  background: #035cb0;
  padding: 0 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.pdAppendLayout a.c-addcart {
  color: #035cb0;
  background: rgba(204, 12, 15, 0.1);
}

.pdAppendLayout a:hover {
  text-decoration: none;
  background: #fff;
  color: #035cb0;
}

.pdAppendLayout a.sold_out, .pdAppendLayout a.sold_out:hover {
  background: #9e9e9e;
  color: #fff;
  border-color: #9e9e9e;
  cursor: default;
}

.num_change a {
  float: left;
  text-align: center;
  height: 24px;
  width: 26px;
  color: #999;
  line-height: 22px;
  font-size: 22px;
  border: 1px solid #bdbdbd;
}

.num_change input[type="text"] {
  float: left;
  height: 30px;
  width: 35px;
  text-align: center;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.num_change input[type="text"] {
  height: 24px;
  line-height: 24px;
}

.num_change a:hover {
  color: #035cb0;
  border-color: #035cb0;
  text-decoration: none;
}

#numChange.num_change .disabled_btn, #numChange.num_change .disabled_btn:hover {
  cursor: default;
  background: #eee;
  border-color: #bdbdbd;
  color: #999;
}

.price_list b {
  color: #035cb0;
  font-size: 18px;
}

.price_list span {
  font-size: 30px;
  font-weight: bolder;
  color: #035cb0;
  font-family: "Arial";
}

.jrf_market_price span, .jrf_market_price b {
  text-decoration: line-through;
  color: #999;
}

.c-prodetail01 .c-marketprice {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  font-weight: normal;
}

.c-prodetail01 .price_list .c-nowprice {
  font-size: 26px;
}

.c-prodetail01 .price_list b {
  font-size: 16px;
}

.detail_table {
  padding: 20px 0 0 0;
}

.detail_table img {
  max-width: 100%;
}

.pro_collection {
  padding: 20px 0 0 0;
  font-size: 14px;
}

.pro_collection a {
  color: #666;
}

.pro_collection a:hover {
  color: #035cb0;
}

.detail_tab {
  height: 48px;
  background: #f5f5f5;
  line-height: 48px;
}

.detail_tab li {
  float: left;
}

.detail_tab a {
  display: block;
  font-size: 14px;
  padding: 0 40px;
}

.detail_tab a:hover {
  text-decoration: none;
  color: #333;
}

.detail_tab li.detail_cur {
  background: #035cb0;
}

.detail_tab li.detail_cur a {
  color: #fff;
}

.detail_content {
  padding: 15px 0 0 0;
}

.detail_content .detail_item {
  display: none;
}

.detail_content .detail_item.item_cur {
  display: block;
}

.product_content.form {
  border: none;
}

.nodata-content {
  text-align: center;
  padding: 20px 0;
}

.nodata-content .nodate_div {
  padding: 40px 0;
}

.nodata-content .nodate_div p {
  padding: 15px 0 0;
  color: #666;
  font-size: 18px;
  line-height: 30px;
}

/*产品评论*/

.evaluate-box {
  border-bottom: 1px solid #ddd;
  padding: 18px 10px;
  font-size: 14px;
}

.evaluate-list {
  margin-left: 140px;
}

.evaluate-time {
  padding: 5px 0;
  color: #999;
  font-size: 13px;
}

.p_username {
  position: absolute;
  width: 140px;
}

.p_username span {
  display: block;
}

.evaluate-box .eva_reply {
  padding: 5px 0 0 0;
  margin: 12px 0 0 0;
  border-top: 1px solid #f5f5f5;
  color: #ff561c;
}

.fl {
  float: left;
}

.price_list span.c-marketprice {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  font-weight: normal;
}

.price_list .c-nowprice {
  font-size: 26px;
}

.price_list b {
  font-size: 16px;
}

/*评论*/

.comment-item {
  zoom: 1;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.comment-item .user-column {
  width: 140px;
  float: left;
}

.comment-item .user-info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comment-item .user-info img {
  border-radius: 50%;
  margin-right: 5px;
}

.comment-item .user-level {
  padding-top: 3px;
}

.comment-item .user-level .comment-plus-icon {
  display: inline-block;
  padding: 0 4px;
  font-size: 12px;
  line-height: 18px;
  background: #414141;
  color: #fff38f;
  border-radius: 1px;
  margin: 5px 5px 0 0;
}

.comment-item .comment-column {
  margin-left: 150px;
}

.comment-item .comment-star {
  width: 78px;
  height: 14px;
}

.comment-item .comment-con {
  font-size: 14px;
  padding: 10px 0;
  line-height: 180%;
  color: #333;
}

.comment-item .pic-list {
  padding-bottom: 15px;
}

.comment-item .pic-list a {
  display: inline-block;
  position: relative;
}

.comment-item .pic-list img {
  border: 1px solid #e2e2e2;
  padding: 1px;
  margin-right: 6px;
  width: 80px;
  height: 80px;
}

.nowLocation {
  float: right;
  font-size: 12px;
  color: #333;
  padding: 16px;
}

.nowLocation text {
  color: #666;
}

@media (max-width:768px) {
  .top_cid {
    display: none;
  }
  #divmsginfo {
    display: none;
  }
}

.detail_tab li.detail_cur {
  background: #035cb0;
}

.detail_tab li.detail_cur a {
  color: #fff;
}

.detail_content {
  padding: 15px 0 0 0;
}

.detail_content .detail_item {
  display: none;
}

.detail_content .detail_item.item_cur {
  display: block;
}

/* mobile products_article */

img {
  max-width: 100%
}

/* pro-markets */
.swiper-container{width: 100%; height: 300px;}
/*版心*/
.mb_container{width: 100%; margin: 0 auto;}
/*内容区*/
.mb_main{margin-bottom: 8px; background: #fff;}
.mb_main3{margin-bottom: 18px; background: #fff;}
.mb_main_box{margin-top: 10px; padding-left: 24px; background: #FFFFFF; border-bottom: 1px solid #e0e0e0;}
.mb_main_box .tit{height: 25px; padding: 16px 0;}
.mb_main_box .tit h3{float: left; color: #4285eb; font-size: 13px;}
.mb_main_box .tit h3 em{color: #b2b2b2; font-size: 10px;}
.mb_main_box .tit a{font-size: 12px; color: #b2b2b2; display: inline-block; padding-right: 26px;}
.mb_main_box .line{width: 100%; height: 1px; padding-left: 24px; background: #e0e0e0; display: inline-block; margin: 15px 0; position: relative;}
.mb_main_box .line em{width: 40px; height: 2px; background: #4285eb; position: absolute; left: 0; bottom: 0;}
.mb_con{padding-right: 26px; background: #FFFFFF;}
.mb_con img{width: 100%;}
/*详情页*/
.entry{padding: 0 3%; background: #FFFFFF;}
.entry h1{font-size: 22px; padding: 8px 0 8px; color: #000;}
.entry .sj{font-size: 14px; line-height: 14px; padding: 5px 0; color: #888888;}
.entry .ly{font-size: 14px; line-height: 14px; padding: 5px 0 10px; color: #888888;}
.xq_con{padding: 0 3%; font-size: 15px; line-height: 30px; background: #FFFFFF; border-top: 10px solid #e8e8ed;}
.xq_con img{max-width: 100%;}

/*banner*/
#swipe_nav_prev, #swipe_nav_next{position: absolute; top: 0; left: 0; z-index: 2000; background-color: #ccc; cursor: pointer; text-align: center; display: none;}
#swipe_nav_prev{background: #333 url('images/prev.png') no-repeat center center;}
#swipe_nav_next{background: #333 url('images/next.png') no-repeat center center;}
.internal_swipe_container{position: relative;}
.jq_swipe_image{background: url('images/loader.gif') no-repeat center center;}
#count_container{padding: 0; margin: 0; position: absolute; top: 0; left: 0; background-color: pink; height: 6px; list-style: none;}
#count_container .counter{float: left; height: 6px; background-color: #d2d2d2; z-index: 200; height: 6px; padding: 0; margin: 0;}
#count_container .counter:hover{cursor: pointer; background-color: #4485f2 !important;}
#count_container .current{background-color: #4485f2!important;}
/*swipe*/
.swiper-container{width: 100%; height: 100%;}
.swiper-slide{text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically*/ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.banner img{width: 100%; max-height: 300px;}
.weizg{text-align: center;}
.size{display: flex; justify-content: space-between;}
.size span{color: #999; font-size: 12px;}
.size span text{color: #666; font-size: 12px;}
.large_size{color: #f2270c; font-size: 16px;}
.large_size em{font-size: 26px;}
.ptitle{font-weight: 700; color: #333; font-size: 16px; clear: both;}
.popvalue_list, .popvalue_spec{overflow: hidden; padding: 3px 0; line-height: 26px;}
.c-attrname .propName{line-height: 34px; width: 65px; color: #666;}
.pro_introduce .propName{padding: 0 6px 0 0;}
.entry .saleNum{font-weight: normal; font-size: 14px; color: #999; margin-top: 6px;}
.value_a{display: inline-block; height: 28px; padding: 1px 12px; line-height: 28px; margin: 3px 2px; border: 1px solid #ddd;}
.entry_on{border-top: 10px solid #e8e8ed; border-bottom: 10px solid #e8e8ed; padding: 10px;}
.shortIntro{padding: 5px 0 0; line-height: 1.3; position: relative; font-size: 12px; color: #999; margin-bottom: 10px;}
.detail_row{position: relative; padding: 0 10px; display: block; font-size: 12px;}
.detail_row h3.tit{font-size: 16px; color: #333; padding: 10px 0;}
.detail_row_cmt p.count, .detail_row_cmt p.good{font-size: 12px; position: absolute; top: 1px; height: 44px; line-height: 44px;}
.detail_row_cmt p.count{right: 40px;}
.detail_cmt .cmt_list{font-size: 12px; color: #333; margin-bottom: -1px;}
.detail_cmt .cmt_list li{position: relative; padding: 10px 0;}
.detail_cmt .cmt_user{line-height: 25px; margin-bottom: 8px;}
.detail_cmt .cmt_user img{width: 25px; height: 25px; border-radius: 50%; vertical-align: middle;}
.detail_cmt .cmt_user .user{margin-left: 10px; display: inline-block; color: #333; max-width: 8.2em; vertical-align: middle;}
.detail_cmt .cmt_user .date{float: right; color: #999; margin-left: -60px;}
.cmt_cnt{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.cmt_att{white-space: nowrap; -webkit-overflow-scrolling: touch; overflow: hidden; overflow-x: auto;}
.cmt_att .img, .proPic img{display: inline-block; width: 80px; height: 80px; margin-right: 5px; margin-bottom: 5px; border-radius: 2px; overflow: hidden; text-align: center; margin-top: 5px; /* background: #f3f3f3;*/ vertical-align: middle;}
.proPic p{float: left;}
.cmt_more{text-align: center; background-color: #fff;}
.cmt_more .cmt_more_lnk{height: 25px; line-height: 25px; font-size: 12px; text-align: center; color: #333; padding: 0 5px 0 10px; margin: 10px 0; position: relative; display: inline-block;}
.detail_row_cmt:after{content: ""; height: 0; display: block; border-bottom: 1px solid #ddd; position: absolute; left: 0; right: 0; bottom: 0;}
.cmt_none_tips{padding-bottom: 30px;}
.cmt_more .cmt_more_lnk:before{border-color: #ccc; border-radius: 40px; border-width: 2px;}
.jd-header, .jd-header a{font-family: PingHei, Lucida Grande, Lucida Sans Unicode, STHeiti, Helvetica, Arial, Verdana, "sans-serif"; font-size: 16px; text-decoration: none; color: #252525;}
.jd-header{margin: 0;padding: 0;width: 100%;min-height: 48px;text-decoration: none;color: #252525;margin-top: 50px;}
.jd-header.jd-header-op0 .jd-header-new-bar{background: #fff; border-color: #e5e5e5;}
.jd-header-new-bar{/* position: fixed; */border-bottom: 1px solid #e5e5e5;min-height: 44px;background: #fff;width: 100%;/* z-index: 100; */}
.jd-header-icon-back, .jd-header-icon-logo{position: absolute; width: 40px; height: 44px; text-align: center; line-height: 44px;}
.jd-header-new-title{margin: 0 70px; height: 44px; font-size: 16px; line-height: 44px; text-align: center; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.detail_anchor_wrap{height: 44px;}
.detail_anchor_wrap .detail_anchor{display: -webkit-box; display: -webkit-flex; display: flex; height: 44px; line-height: 44px; font-size: 14px; color: #666; box-shadow: 0 1px 6px rgba(0, 0, 0, .1);}
.m_item_header .jd-header a{font-size: 14px;}
.detail_anchor_wrap .detail_anchor_item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: center;}
.detail_anchor_wrap .detail_anchor_item.cur{color: #e4393c;}
.jd-header-icon-back span img{width: 26px; vertical-align: middle;}
/*产品内容页面*/
#productLink,#mbproductLink{width: 240px; background: #eee; display: none; text-align: center;}
#productLink img,#mbproductLink img{vertical-align: middle; /* margin-top: 20px;*/ width: 100%; height: auto;}
.buy{position: fixed; text-align: center; bottom: 0; width: 100%; display: flex; justify-content: space-between;}
.buy a{width: 50%; height: 50px; line-height: 50px; font-size: 14px; color: #fff;}
.buy a:first-child{background: #3897c3;}
.buy a:last-child{background: #e4393c;}
.mb_top{width: 100%; height: 50px; line-height: 50px;}
/*产品内容页面*/
#productLink,#mb_productLink{width: 240px; height: 240px; background: #eee; display: none; text-align: center;}
.productLink{width: 240px; height: 280px; background: #eee; display: none; text-align: center;}
/*相关标签*/
.tag{ padding:3%; background-color: #fff; border-top: 10px solid #e8e8ed; }
.tag p{ line-height: 15px; font-size: 14px; }
.bottom p a{ width:100%;float:left; }
.bottom a{ display: block; width: 100%; font-size: 10px; line-height: 20px; text-decoration: none; color:#888; }
.tag .bq{ font-size: 1rem; line-height: 1.5rem; color:#888; }
.buy_btn.colect{background: #ddefff !important; border: 1px solid #035cb0; color: #035cb0 !important}

.btnArea a{display: block;text-align: center;width: 80px; margin: 10px auto; height: 30px; border: 1px solid #ededed }
.flexbox{display:flex; justify-content: center; align-items:  center;}
.header a{padding: 0 5px;}


