@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
.tip-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font: normal 60px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #fff;
  line-height: 140px;
  top: 0;
  left: 35px;
  width: 50%;
  height: 100%;
  word-break: break-all;
}
.tip-title > div .title {
  font-size: 45px;
  line-height: 63px;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tip-title > div .small-title {
  font-size: 28px;
}
.div-block-1 {
  background-color: white;
  padding-top: 76px;
}
.div-block-1 .production-info {
  margin-top:86px;
  display: flex;
  width: 1280px;
  flex-direction: row;
}
.div-block-1 .production-info .img-show {
  width: 540px;
}
.div-block-1 .production-info .img-show > div:first-child {
  padding: 1rem;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #A0A0A0;
  position: relative;
}
.div-block-1 .production-info .img-show > div:first-child img {
  width: 400px;
  height: 320px;
  cursor: pointer;
}
.div-block-1 .production-info .img-show > div:first-child span {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
}
.div-block-1 .production-info .img-show > div:first-child:hover span {
  display: block;
}
.div-block-1 .production-info .img-show .small-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 12px 15px 12px 0;
}
.div-block-1 .production-info .img-show .small-list div {
  width: 170px;
  height: 128px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #F0f0f0;
  margin-left: 14px;
  cursor: pointer;
}
.div-block-1 .production-info .img-show .small-list div:first-child {
  margin-left: 0;
}
.div-block-1 .production-info .img-show .small-list div:hover,
.div-block-1 .production-info .img-show .small-list div.active {
  border-color: #ccc;
}
.div-block-1 .production-info .img-show .small-list div img {
  width: 134px;
  height: 95px;
}
.div-block-1 .production-info .content-div {
  flex: 1;
  text-align: left;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
}
.div-block-1 .production-info .content-div .title {
  font: normal 30px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #353535;
  line-height: 30px;
}
.div-block-1 .production-info .content-div .line-style {
  display: inline-block;
  width: 120px;
  height: 10px;
  margin: 1.5rem 0;
  background-color: #297AFF;
}
.div-block-1 .production-info .content-div .content {
  color: #676767;
  line-height: 40px;
  flex: 1;
}
.div-block-1 .production-info .content-div .page-btn {
  margin: 3rem 0;
}
.div-block-1 .production-info .content-div .page-btn a {
  text-align: center;
  width: 200px;
  background: #297AFF;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
  border-radius: 4px;
  display: inline-block;
  color: #FBFBFB;
  line-height: 76px;
  text-decoration: none;
  margin-right: 12px;
}
.div-block-1 .production-info .content-div .page-btn a.buy {
  background: #FF9000;
  box-shadow: 0px 10px 20px 0px rgba(255, 144, 0, 0.3);
}
.div-block-1 .production-info .content-div .page-btn a.apply {
  background: #00cc2f;
  box-shadow: 0px 10px 20px 0px rgba(0, 204, 47, 0.3);
}
.div-block-1 .production-info .content-div .page-btn a:hover {
  box-shadow: none;
}
.production-title {
  background-image: url(../css/images/productInfos/s-1.png);
  background-size: 100% 100%;
  line-height: 95px;
  margin-top: 4rem;
}
.production-title div {
  width: 1280px;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}
.production-img img {
  width: 1280px;
  display: block;
}
.characteristic-lists {
  color: #676767;
}
.characteristic-lists ul li {
  margin-left: 18px;
  list-style: disc;
}
