#product_banner {
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  height: 320px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#product_hot {
  overflow: hidden;
  position: relative;
  display: flex;
}

#product_hot .hot_nav ul {
  /*display: inline-block;*/
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

#product_hot .hot_nav ul li {
  list-style-type: none;
  padding: 0;
  float: left;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 100px;
  margin: 0 4px 0 0;
  border-radius: 5px 5px 0px 0px;
}

#product_hot .hot_nav ul li a {
  display: block;
  padding-top: 36px;
  height: 100px;
  color: #fff;
  border-bottom: 0px solid #008ed6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 30px;
  padding-right: 30px;
}

#product_hot .hot_nav ul li a:hover, #product_hot .hot_nav ul li a.current {
  color: #000;
  border-bottom: 3px solid #ff5503;
  background-color: #f0c402;
  /*rgba(0, 142, 214, 0.47);*/
}

.product-con .container {
  display: flex;
  flex-wrap: wrap;
}

.product-con .container .pro-list {
  margin-bottom: 20px;
  width: 24%;
  margin-right: 1%;
  background-color: #fff;
}

.product-con .container .pro-list .plBox {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.product-con .container .pro-list .plBox .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.product-con .container .pro-list .plBox .img img {
  width: 100%;
  height: auto;
}

.product-con .container .pro-list .plBox .n, .product-con .container .pro-list .plBox .text, .product-con .container .pro-list .plBox .cate {
  display: block;
  margin: 0 25px;
  text-align: left;
}

.product-con .container .pro-list .plBox .n {
  font-size: 24px;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-con .container .pro-list .plBox .text {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-con .container .pro-list .plBox .cate {
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  border: #939393 1px solid;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.product-con .container .pro-list .plBox .link {
  padding: 15px 0 25px;
  height: 26px;
  line-height: 26px;
}

.product-con .container .pro-list .plBox .link a {
  display: inline-block;
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  color: #01a2ea;
  margin: 0 12px;
}

.product-con .container .pro-list .plBox .link a.ci {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/checkbox.png) -20px 0 no-repeat;
  overflow: hidden;
  vertical-align: -4px;
  margin-left: 3px;
}

.product-con .container .pro-list .plBox .cover, .product-con .container .pro-list .pcover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/black_op60.png);
}

.product-con .container .pro-list .cover i, .product-con .container .pro-list .pcover i {
  display: block;
  width: 62px;
  height: 62px;
  background: url(../img/plus_ico.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
}

.product-con .container .pro-list .pl_hover {
  background-color: #3cb8ef;
}

.product-con .container .pro-list .pl_hover *, .product-con .container .pro-list .pl_hover .link a {
  color: #fff;
}

.product-con .container .pro-list .pl_hover .cate {
  border-color: #fff;
}

#float-block {
  height: 0;
  left: 50%;
  top: 100px;
  width: 1340px;
  margin: 0 0 0 -670px;
  position: fixed;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#float-block ul {
  float: right;
}

#float-block ul li {
  list-style-type: none;
}

#float-block a {
  display: block;
  width: 56px;
  height: 53px;
  padding: 0;
  margin: 0;
  background: url(../img/fd.png);
}

#float-block li.go_top a {
  background-position: 0 0;
}

#float-block li.go_top a:hover {
  background-position: -60px 0;
}

#float-block li.tmll a {
  background-position: 0 -54px;
}

#float-block li.tmll a:hover {
  background-position: -60px -54px;
}

#float-block li.jd a {
  background-position: 0 -108px;
}

#float-block li.jd a:hover {
  background-position: -60px -108px;
}

@media screen and (max-width: 768px) {
  #float-block {
    display: none;
  }
}

.content-detail {
  width: 100%;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 0 40px rgba(102, 102, 102, 0.15);
}

.content-detail .product-info {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 35px;
  height: 580px;
  position: relative;
  z-index: 1;
  display: flex;
}

.content-detail .product-info .product-photo, .content-detail .product-info .product-describe {
  flex-basis: 50%;
}

.content-detail .product-info .product-photo {
  position: relative;
}

.content-detail .product-info .product-photo a.big {
  position: absolute;
  z-index: 2;
  display: block;
  width: 450px;
  top: 5px;
  left: 0;
  height: 450px;
  left: 50%;
  margin-left: -225px;
  /*cursor:url(../images/big.cur),auto*/
}

.content-detail .product-info .product-describe {
  overflow: hidden;
  padding-left: 35px;
  padding-right: 15px;
}

.content-detail .product-info .product-describe h1 {
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

.content-detail .product-info .product-describe h3 {
  font-size: 16px;
  color: #999;
  font-style: italic;
  line-height: 20px;
}

.content-detail .product-info .product-describe .price {
  overflow: hidden;
  padding-top: 50px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px span;
  padding-bottom-color: red i;
  padding-bottom-color-font-size: 30px;
  padding-bottom-color-font-style: normal;
}

.content-detail .product-info .product-describe .trait {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.content-detail .product-info .product-describe .promo {
  background: #f6f6f6;
  padding: 20px 20px;
  margin: 15px 0;
}

.content-detail .product-info .product-describe .promo .cost {
  line-height: 30px;
  color: #999;
}

.content-detail .product-info .product-describe .promo .cost span {
  font-size: 12px;
}

.content-detail .product-info .product-describe .promo .cost .yuan {
  font-size: 24px;
  font-weight: 400;
}

.content-detail .product-info .product-describe .promo ul li {
  padding: 5px 0;
  line-height: 25px;
  color: #999;
}

.content-detail .product-info .product-describe .promo ul li .privilege_name {
  display: inline-block;
  line-height: 25px;
  color: #fff;
  background: #005aab;
  width: 70px;
  text-align: center;
  margin-right: 10px;
}

.content-detail .product-info .product-describe .promo ul li .a_arrows_blue {
  margin-left: 10px;
}

.content-detail .product-info .product-describe .buybox .price_prompt {
  color: #999;
  background: url(../img/hn_prodetailPrompt.png) 0 3px no-repeat;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 18px;
}

.content-detail .product-info .product-describe .buybox .btn_buy {
  vertical-align: middle;
  position: relative;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  width: 155px;
  border: 1px solid #e01d20;
  background: #e01d20;
}

.content-detail .product-info .product-describe .buybox .btn_buy .text {
  color: #fff;
  font-size: 14px;
  width: 155px;
  text-align: center;
  display: inline-block;
}

.content-detail .product-info .product-describe .buybox .btn_buy .ico {
  float: right;
  width: 40px;
  border-left: 1px solid #005aab;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.content-detail .product-info .product-describe .buybox .btn_buy .ico .i_arrows_d_white {
  margin-left: -3px;
}

.content-detail .product-info .product-describe .buybox .btn_buy ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 400px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.content-detail .product-info .product-describe .buybox .btn_buy ul li {
  min-height: 44px;
  position: relative;
  color: #333;
  line-height: 22px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.content-detail .product-info .product-describe .buybox .btn_buy ul li .hn_table {
  min-height: 44px;
}

.content-detail .product-info .product-describe .buybox .btn_buy:hover ul {
  display: block;
}

.content-detail .product-info .product-describe .buybox .btn_phonebuy {
  cursor: default;
  display: inline-block;
  position: relative;
  line-height: 40px img;
  line-height-position: absolute;
  line-height-bottom: 40px;
  line-height-left: 0;
  line-height-display: none;
}

.content-detail .product-info .product-describe .buybox .btn_phonebuy::hover img {
  display: block;
}

.content-detail .product-info .product-describe .share {
  padding-top: 18px;
  padding-left: 0;
}

.content-detail .product-info .product-describe .share .t {
  float: left;
  padding-top: 3px;
}

.content-detail .product-info .product-describe .share .bdsharebuttonbox {
  float: left;
  padding-top: 5px;
}

.content-detail .product-con {
  position: relative;
}

.ico_25 {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(../img/hn_ico25.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}

.ico_25.i_add {
  background: url(../img/hn_ico25_2.png) left -300px;
  vertical-align: top;
}

.ico_25.i_del2 {
  background: url(../img/hn_ico25_2.png) no-repeat -50px -25px;
  vertical-align: top;
}

.ico_25.i_erweima {
  background: url(../img/hn_ico25_2.png) left -325px;
  margin: 0 20px;
}

#tabs {
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-top: 52px;
}

#tabs .ui-tabs-nav {
  margin: 0;
  overflow: hidden;
  zoom: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  background: #f6f6f6;
}

#tabs .ui-tabs-nav .hx {
  width: 1200px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: 58px;
  z-index: 1;
}

#tabs .ui-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0px 0 1px 0;
  position: relative;
  z-index: 2;
  top: 0;
  list-style-type: none;
  height: 58px;
  line-height: 58px;
  border-right: 1px solid #e5e5e5;
}

#tabs .ui-tabs-nav li a {
  float: left;
  padding: 0 60px;
  text-align: center;
  color: #333;
  height: auto;
  /*line-height:36px;*/
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

#tabs .ui-tabs-nav li a:hover {
  color: #005aab;
}

#tabs .ui-tabs-nav li.start a {
  width: 410px;
  text-align: right;
}

#tabs .ui-tabs-nav li.ui-tabs-active {
  background: #fff;
  border-top: 1px solid #005aab;
  border-bottom-color: #fff;
  color: #005aab;
}

#tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #005aab;
  font-weight: 700;
}

#tabs .ui-tabs-nav .server {
  float: left;
}

#tabs .ui-tabs-nav .server a {
  padding: 15px 60px 0 60px;
  display: block;
  text-align: center;
  color: #333;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

#tabs .ui-tabs-nav .server a:hover {
  color: #e60012;
}

#tabs .ui-tabs-nav .baike {
  float: left;
}

#tabs .ui-tabs-nav .baike a {
  padding: 15px 60px 0 60px;
  display: block;
  text-align: center;
  color: #333;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

#tabs .ui-tabs-nav .baike a:hover {
  color: #e60012;
}

#tabs .ui-tabs-panel {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  min-height: 500px;
  padding: 30px 20px;
  overflow: hidden;
}

#tabs .pro-parameter {
  overflow: hidden;
  margin: 15px 30px;
}

#tabs .pro-parameter dt {
  padding-top: 25px;
  line-height: 50px;
  font-size: 16px;
  color: #005aab;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

#tabs .pro-parameter dd.imgbox {
  margin: 20px auto 40px auto;
  text-align: center;
}

#tabs .pro-parameter table tr {
  height: 50px;
  line-height: 50px;
}

#tabs .pro-parameter table tr:nth-child(odd) {
  background: #fcfcfc;
}

#tabs .pro-parameter table tr:nth-child(even) {
  background: #fff;
}

#tabs .pro-parameter table th {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}

#tabs .pro-parameter table td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}

#tabs .pro-description {
  overflow: hidden;
  margin: 15px 30px;
}

#tabs .pro-description dt {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  padding-bottom: 10px;
}

#tabs .pro-description table tr {
  height: 40px;
  line-height: 40px;
}

#tabs .pro-description table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 8px;
  background: #f1f1f1;
}

#tabs .pro-description table td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 8px;
  background: #fff;
}

#tabs .pro-download {
  overflow: hidden;
  margin: 15px 30px;
}

#tabs .pro-download dt {
  padding-top: 25px;
  line-height: 50px;
  font-size: 16px;
  color: #005aab;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

#tabs .pro-download table * {
  font-size: 14px !important;
}

#tabs .pro-download table tr.t td {
  background: #f2f7fb;
  color: #333333;
  padding: 18px 12px;
  font-weight: bold;
}

#tabs .pro-download table tr {
  height: 40px;
  line-height: 40px;
}

#tabs .pro-download table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 8px;
  background: #fff;
  font-weight: 100;
}

#tabs .pro-download table td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  background: #fff;
  padding: 12px;
}

#tabs .pro-download table td a {
  color: #32beff;
}

#tabs .pro-download table td a.dow {
  height: 22px;
  display: block;
  background: url(../images/dow.png) no-repeat left -22px;
  padding-left: 20px #tabs .pro-download table td a.dow;
}

#tabs .pro-download table td a.dow :hover {
  background: url(../images/dow.png) no-repeat left 0;
}

.tab-content #tabs-1 {
  width: 100%;
  /*text-align:center;*/
  overflow: hidden;
}

.tab-content #tabs-1 img {
  margin: 0 auto;
  max-width: 1160px;
}

.tab-content #jc-video {
  margin-top: 30px;
}

.tab-content #tabs-3 #a1 {
  display: none;
  width: 600px;
  height: 500px;
  margin: 0 auto;
}

/*#tabs .pro-parameter dt{font-weight:700;font-size:14px;border-bottom:2px solid #ccc;margin-top:20px;padding-bottom:10px}*/
@media only screen and (max-width: 1200px) {
  .product-con .container .pro-list {
    width: 32%;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 768px) {
  #product_banner {
    display: none;
  }
  #breadcrumb {
    display: block;
    margin-top: 63px;
    z-index: 2;
    overflow: hidden;
  }
  .product-con .container .pro-list {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .productsShow #main .container {
    padding: 0;
  }
  .content-detail {
    width: 100%;
  }
  .content-detail .product-info {
    margin-bottom: 20px;
    padding: 10px;
    height: auto;
    display: unset;
  }
  .content-detail .product-info .product-photo {
    float: none;
    width: 100%;
    padding-right: 0;
    height: auto;
    border-right: 0;
  }
  .content-detail .product-info .product-photo a.big {
    display: none;
  }
  .content-detail .product-info .product-describe h1 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .content-detail .product-info .product-describe h3 {
    font-size: 14px;
  }
  .content-detail .product-info .product-describe .trait {
    font-size: 14px;
    padding-top: 10px;
  }
  .content-detail .product-info .product-describe .promo {
    margin-top: 10px;
  }
  .content-detail .product-info .product-describe .buybox .btn_phonebuy {
    display: none;
  }
  #tabs .ui-tabs-nav .hx {
    width: 100%;
  }
  #tabs .ui-tabs-nav li {
    width: 19%;
    text-align: center;
    padding: 1% 0 1px 0;
  }
  .panels {
    display: none;
  }
  #tabs .ui-tabs-nav li a {
    padding: 0;
    float: none;
    font-size: 12px;
  }
  #tabs .ui-tabs-nav li.start a {
    width: 100%;
    text-align: center;
  }
  #tabs .ui-tabs-nav .server {
    float: left;
    display: none;
    width: 20%;
    padding: 15px 0 1px 0;
  }
  #tabs .ui-tabs-nav .server a {
    padding: 0;
  }
  #tabs .ui-tabs-nav .baike {
    float: left;
    display: none;
    width: 20%;
    padding: 15px 0 1px 0;
  }
  #tabs .ui-tabs-nav .baike a {
    padding: 0;
  }
  #tabs .ui-tabs-panel {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    min-height: 200px;
    padding: 20px;
    overflow: hidden;
  }
  #tabs .ui-tabs-panel div#jc-video {
    width: 100% !important;
    height: 100% !important;
  }
  #tabs-1 {
    width: 100%;
    /*text-align:center;*/
    overflow: hidden;
  }
  #tabs-1 img {
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
  }
  #tabs .pro-parameter {
    overflow: hidden;
    margin: 15px 0;
  }
  #tabs .pro-download {
    overflow: hidden;
    margin: 15px 0;
  }
  #tabs-3 #a1 {
    width: 100%;
    height: 300px;
  }
}
