/*产品内页*/
.product {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  background: #fff;
  padding: 0% 0% 5% 0%;
}
/*图片放大*/
#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .6)
}
.content img {
  display: block;
}
.center {
  text-align: center
}
.product .first {
  width: 100%;
  height: auto;
  padding: 0.5% 0%;
  background: #fff;
}
.product .first .left {
  width: 40%;
  float: left;
  background: #f1f1f1;
  padding: 2%;
  overflow: hidden;
}
.product .first .left img {
  width: 100%;
  height: auto;
}
.product .first .right {
  width: 48%;
  float: right;
  margin-right: 2%;
  padding: 2%;
}
.product .first .right h1 {
  border-bottom: solid #bdbdbd 1px;
  margin-bottom: 0.2rem;
}
.product .first .right h1 a {
  line-height: 2;
  color: #000;
  /*font-size: 2.6rem;*/
  font-weight: bold;
  letter-spacing: 2px;
}
.product .first .right h2 {
  margin-bottom: 0.2rem;
  background: #1760c5;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  border-radius: 5px;
  margin-top: 0.2rem;
  line-height: 0.2rem;
}
.product .first .right h2 a {
  line-height: 3;
  color: #fff;
  /*font-size: 1.4rem;*/
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.product .first .right p {
  /*color: #333;
  font-size: 1.6rem;
  line-height: 2;*/
}
.product .product_info a {
  /*color: #333;
  font-size: 1.6rem;
  line-height: 2;*/
}
.product .product_info {
  width: 100%;
  height: auto;
  clear: both;
  background: #fff;
}
.product .product_info .product_info_tit {
  border-bottom: solid #c2c2c2 1px;
  width: 100%;
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.product .product_info .product_info_tit h1 {
  display: block;
  line-height: 3;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  width: 100%;
  font-size: 2rem;
}
.product .product_info_mm {
  width: 100%;
  height: auto;
  clear: both;
  background: #fff;
  padding: 1% 0;
}
.product .product_info_mm p {
  display: block;
  /*line-height: 1.8;
  text-align: leftc;
  color: #333;
  width: 100%;
  font-size: 1.6rem;*/
}
.info_title {
  margin: 30px 0 27px 0;
  width: 100%;
  height: 52px;
  background: #f1f1f1;
}
.info_title b {
  display: inline-block;
  padding: 0 30px;
  height: 100%;
  border-right: 1px solid #fff;
  background: #1760c5;
  color: #fff;
  line-height: 52px;
  font-size: 16px;
}
.info_title a {
  margin: 8px;
  width: 15px;
  height: 15px;
  background-position: 0 -426px;
}
.product .content_gs {
  background: #fff;
  margin-top: 2rem;
  clear: both;
  padding: 2%;
  text-align: center;
}
.product .content_gs img {
  max-width: 98%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.product .content p {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4;
  text-align: left
}
.product .content_table {
  background: #fff;
  /* margin-top: 2rem;*/
  clear: both;
  padding: 0%;
  overflow: hidden;
}
.product .content_gs br {
  display: none;
}
.product .right .content td p span {
  font-size: 1.4rem !important;
}
.product .right .content td {
  font-size: 1.4rem !important;
}
.product .right .content td p {
  font-size: 1.4rem !important;
  padding: 8px 0px;
  text-align: center;
  text-align: center;
  padding: 0.5% 0%;
}
.product .content_table .17 {
  font-size: 2rem;
  text-align: left !important;
  color: #000;
  font-weight: bold;
}
@media (max-width:468px) {
  .product .first .left {
    width: 96%;
    margin: 0 auto;
    float: none;
  }
  .product .first .right {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0%;
  }
  .product .first .right h1 a {
    font-size: 0.2rem;
  }
  .product .product_info {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .product .product_info p {
    width: 100%;
    margin: 0 auto;
  }
  .product .product_info .product_info_tit h1 {
    line-height: 3;
  }
}
@media (min-width:469px) and (max-width:768px) {
  .product .first .left {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .product .first .right {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .product .first .right h1 a {
    font-size: 1.8rem;
  }
  .product .product_info {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .product .product_info p {
    width: 90%;
    margin: 0 auto;
  }
  .product .product_info .product_info_tit h1 {
    line-height: 3;
  }
}
@media (min-width:769px) and (max-width:990px) {
  .product .first .left {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .product .first .right {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .product .first .right h1 a {
    font-size: 1.8rem;
  }
  .product .product_info {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .product .product_info p {
    width: 90%;
    margin: 0 auto;
  }
  .product .product_info .product_info_tit h1 {
    line-height: 3;
  }
}
@media (min-width:991px) and (max-width:1080px) {
  .product .first .right h1 a {
    font-size: 1.8rem;
  }
}
@media (min-width:1081px) and (max-width:1320px) {
  .product .first .right h1 a {
    font-size: 2rem;
  }
}
@media (min-width:1321px) and (max-width:1600px) {
  .product .first .right h1 a {
    /*font-size: 2.2rem;*/
  }
}