@charset "UTF-8";
.pro_details_content { padding: 15px; }

/* 头部 */
.pro_details_head_img { padding: 15px 0; }

.pro_details_head_img p { text-align: left; font-size: 14px; line-height: 25px; text-indent: 30px; color: #3d4246; margin: 0; }

.pro_details_head_img img { max-width: 100%; max-height: 100%; }

/* 内容 */
.content_block { padding-bottom: 30px; text-align: left; }

.details_max_title { font-size: 22px; border-left: 3px solid #37b3a0; padding-left: 15px; }

/* 表格 */
.table_style { width: 100%; }

.table_style tr td { font-size: 14px; color: #3d4246; line-height: 30px; float: left; }

.table_style tr td:nth-child(1) { width: 20%; text-align: right; font-weight: bold; }

.table_style tr td:nth-child(2) { width: 80%; text-align: left; padding-left: 15px; }

/* .params_imgs img{width:100%;height:100%;} */
.imgFont1 .img_auto { text-align: center; }

.imgFont1 .img_auto span { display: inline-block; line-height: 30px; font-size: 14px; color: #3d4246; }

.imgFont .img_auto img { width: 535px; height: 300px; margin: 10px; }

.imgFont_title { font-size: 18px; color: #37b3a0; line-height: 30px; text-indent: 30px; }

.imgFont_present { font-size: 14px; color: #3d4246; line-height: 25px; text-indent: 30px; }

/* 所有浮动 */
.float_imgs { text-align: center; }

/* 表格 */
.table_img_name img { max-width: 100%; max-height: 100%; margin: 10px 0; padding: 5px; border: 1px solid #ddd; border-radius: 5px; }

/* 参数 */
.parameters h4 { padding-left: 20px; line-height: 40px; }

.parameters p { text-indent: 30px; }

.productDetails .row { padding: 15px; }

.par_left_tables { width: 65%; padding-right: 15px; }

.par_right_imgs { width: 35%; text-align: center; }

.par_right_imgs img { max-width: 100%; max-height: 100%; }

.contentBox h4 { color: #0f9982; line-height: 40px; padding-left: 17px; }

.contentBox p { text-indent: 30px; line-height: 25px; }

/*没有小于768px，是因为Bootstrap3以移动端优先设计*/
/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) { .table_style tr td { font-size: 12px; line-height: 25px; }
  .float_imgs { clear: none; }
  /* 参数 */
  .par_left_tables { width: 100%; padding-right: 15px; }
  .par_right_imgs { width: 100%; text-align: center; }
  .productDetails h3 { font-size: 18px; }
  .productDetails h4 { font-size: 16px; } }
@media (min-width: 768px) and (max-width: 991px) { .float_imgs { clear: none; } }
