@charset "utf-8";
a {
  color: #666;
}
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
html,
body {
  background: #fff;
  color: #333;
  font-family: "微软雅黑";
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0;
}
ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
img,
input,
button {
  border: 0;
  font-family: "微软雅黑";
}
.clear {
  clear: both;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.67px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.27px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
  body {
    font-size: 15.36px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
  body {
    font-size: 17.28px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
  body {
    font-size: 23.04px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
  body {
    font-size: 24px;
  }
}
.l {
  color: #2e9e70 !important;
}
a:hover {
  color: #2e9e70;
}
.ddd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ddd2 {
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ddd3 {
  overflow: hidden;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media (max-width: 768px) {
  .xs-text-center {
    text-align: center;
  }
}
/*topbar*/
.topbar {
  font-size: 14px;
  background-color: #2E9E70;
  color: #fff;
  padding: 5px 0;
}
.topbar a {
  color: #fff;
}
.header {
  background-color: #fff;
}
.logo {
  padding: 15px;
}
.navbar-nav {
  padding-top: 13px;
}
#bs-navbar {
  font-size: 16px;
  color: #5A5A5A;
  background-color: #fff;
}
#bs-navbar a{
	border-bottom: 1px solid transparent;
}
#bs-navbar li.on a,
#bs-navbar a:hover {
  color: #2e9e70;
  border-bottom: 1px solid #2e9e70;
  background-color: #fff;
}
#bs-navbar.in {
  border-top: 1px solid #dfdfdf;
}
#bs-navbar .line {
  line-height: 20px;
  padding: 15px;
}
#bs-navbar >ul> li:nth-last-of-type(1) {
  display: none;
}
.navbar-toggle .icon-bar {
  background: #666;
}
.navbar-toggle {
  margin-top: 22px;
}
@media (max-width: 768px) {
  #bs-navbar {
    float: none!important;
  }
}
.carousel-arr {
  position: absolute;
  line-height: 50px;
  top: 50%;
  font-size: 35px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.index-title {
  text-align: center;
  font-size: 20px;
  color: #A7ACB0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.index-title h3 {
  font-size: 28px;
  color: #6E6E6E;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
  max-width: 340px;
  border-bottom: 1px dashed #009944;
}
.my-service {
  padding-bottom: 1.4rem;
  background-color: #E9E9E9;
}
.my-service h4 {
  font-size: 25px;
  color: #545454;
  margin-top: 0.6rem;
}
.my-service p {
  margin: 0 auto 0.2rem;
  font-size: 17px;
  max-width: none;
}
.my-service .row > div {
  padding-bottom: 0.6rem;
}
.news-event {
  padding-bottom: 1.4rem;
  background-color: #F1F1F1;
}
.news-list1 {
  font-size: 15px;
}
.news-list1 .img {
  width: 4.4rem;
  height: 3.54rem;
}
.news-list1 h4 {
  font-size: 20px;
}
.news-list1 p {
  font-size: 15px;
  line-height: 28px;
  color: #909090;
}
.news-list1 .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.news-list2 {
  font-size: 15px;
}
.news-list2 .img {
  width: 2.5rem;
  height: 2.3rem;
}
.news-list2 .img2 {
  width: 2.8rem;
  height: 2.7rem;
}
.news-list2 h4 {
  font-size: 20px;
}
.news-list2 p {
  font-size: 15px;
  line-height: 28px;
  color: #909090;
}
.news-list2 .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.news-list3 {
  font-size: 14px;
}
.news-list3 .img {
  width: 90px;
  height: 80px;
}
.news-list3 h4 {
  font-size: 18px;
}
.news-list3 p {
  font-size: 14px;
  line-height: 24px;
  color: #909090;
}
.news-list3 .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
/*footer*/
.footer {
  background-color: #616161;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}
.footer a {
  color: #fff;
}
.footer h3 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer li {
  line-height: 28px;
}


.footer2{
	font-size: 14px;
	color: #fff;
	background-color: #616161;
	line-height: 1.8em;
}
.footer2 .row>div{
	padding: 15px 0;
}
.footer2 .row>div>div{
	padding-top:5px;
	padding-bottom: 5px;
}
.copyright {
  text-align: center;
  padding: 15px 0;
  background-color: #262626;
  font-size: 13px;
  color: #fff;
}
.copyright a{
  color: #fff;
  font-size: 13px;  
}
/*设备专题新闻*/
.news-equipment {
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
}
.news-equipment .imgtxt {
  font-size: 15px;
  line-height: 30px;
  color: #888;
  padding-top: 15px;
}
.news-equipment .imgtxt img {
  width: 5.6rem;
  height: 4rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-equipment .imgtxt h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.news-equipment .news-list3 .row > div:nth-last-of-type(1) {
  border-bottom: 0;
}
/*设备列表*/
.product-list {
  background-color: #E9E9E9;
  font-size: 18px;
  padding-bottom: 1.6rem;
}
.product-list p {
  padding: 15px 0;
}
.product-list2 {
  background-color: #F1F1F1;
  font-size: 18px;
  padding-bottom: 1.6rem;
}
.product-list2 p {
  padding: 15px 0;
}
/*产品文章*/
.product-article {
  padding-bottom: 1.6rem;
  background-color: #FFFFFF;  
}
.product-article-list {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 13px;
  margin-top: 15px;
}
.product-article-list li {
  border-bottom: 1px dashed #ddd;
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
}
.product-article-list i {
  position: absolute;
  left: 0;
  width: 17px;
  font-size: 12px;
  height: 17px;
  background-color: #2E9E70;
  line-height: 17px;
  text-align: center;
  color: #fff;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.product-article-list a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 28px;
}
.product-article-list a:hover {
  color: #2E9E70;
  text-decoration: none;
}
.product-article-list .time {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 12px;
  color: #BABABA;
}

/*新闻内容页*/
.Core-content {
  background-color: #F1F1F1;
  padding: 1rem 0 0.4rem;
  color: #818181;
}
.Core-content p {
  text-indent: 2em;
  font-size: 17px;
  color: #7B7B7B;
  margin-top:10px;
}
.Core-content p img {
  margin-bottom: 5px;
  margin-top:15px;
}

.Core-content h1 {
  text-align: center;
  font-size: 30px;
  color: #2E9E70;
  margin-bottom: 15px;
}
.Core-content h3 {
  text-align: center;
  font-size: 27px;
  color: #818181;
  padding: 15px 0;
}
.Core-content .img {
  margin-bottom: 15px;
  margin-top:15px;
}
.Core-content .intro {
  margin-bottom: 15px;
  margin-left:50px;
  margin-right:50px;
  font-size:16px;
  border: 1px solid #2e9e70;
  border-radius: 10px;  
  text-indent:2em;  
  padding:5px;
}
.Core-content .tab {
  text-align: center;
  margin-bottom: 15px;
  font-size:16px;
}
.Core-content .tab > span {
  display: inline-block;
  border: 0px solid #2e9e70;
  padding: 5px 15px;
  background-color: #F1F1F1;
  margin: 0 5px;
  border-radius: 10px;
}


/*核心产品*/
.Core-product {
  background-color: #F1F1F1;
  padding: 1rem 0 0.4rem;
  color: #818181;
}
.Core-product p {
  text-indent: 2em;
  font-size: 17px;
  color: #7B7B7B;
}
.Core-product h1 {
  text-align: center;
  font-size: 30px;
  color: #2E9E70;
  margin-bottom: 15px;
}
.Core-product h3 {
  text-align: center;
  font-size: 27px;
  color: #818181;
  padding: 15px 0;
}
.Core-product .img {
  margin-bottom: 15px;
}
.Core-product .tab {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size:18px;
}
.Core-product .tab a {
  display: inline-block;
  border: 1px solid #2e9e70;
  padding: 5px 15px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 10px;
}
.Core-product .tab a:hover {
  background-color: #2e9e70;
  color: #fff;
}

.company-about {
  padding-top: 1.2rem;
}
.company-about p {
  font-size: 16px;
  color: #888;
  line-height: 28px;
}
.company-about h3 {
  font-size: 22px;
  color: #333;
  padding-bottom: 15px;
}
.company-about .row {
  margin-bottom: 1rem;
}
.company-about .row > div {
  margin-bottom: 10px;
}
.product-article-title {
  font-size: 16px;
  background-color: #E6E8E9;
  background-image: -webkit-linear-gradient(#fbfcf8, #e4e6e7);
  background-image: -moz-linear-gradient(#fbfcf8, #e4e6e7);
  background-image: -o-linear-gradient(#fbfcf8, #e4e6e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfcf8), to(#e4e6e7));
  background-image: linear-gradient(#fbfcf8, #e4e6e7);
  border-bottom: 1px solid #ddd;
  margin: -10px -10px 0;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.product-article-title h3 {
  font-size: 16px;
  border-top: 2px solid #2e9e70;
  background-color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #DDDDDD;
}
.product-article-title .more {
  color: #FE8101;
  font-size: 12px;
  padding: 5px;
  line-height: 30px;
}
.product-sort {
  padding: 10px;
  margin-bottom: 15px;
}
.product-sort h3 {
  font-size: 18px;
  color: #393939;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #2e9e70;
  line-height: 30px;
  margin-bottom: 15px;
}
.product-sort ul {
  
}
.product-sort li {
  
  border-top: 0;
}
.product-sort li a {
  display: block;
  padding-left: 24px;
  font-size: 16px;
  color: #6C6C6C;
  padding-top: 7px;
  padding-bottom: 7px;
}
.product-sort li.on a,
.product-sort li a:hover {
  
  color: #2e9e70;
 text-decoration: underline;
 
}
.product-sort .panel-blue{
	border:0;
	border-radius: 0;
	margin-top: 0!important;
	
}
.product-sort .panel-blue .panel-heading{
	border: 1px solid #2e9e70;
	border-radius: 0;
	margin-top: -1px;
	
}
.product-sort .panel-blue li a{
	padding-left: 0!important;
}
.product-sort .panel-title a{
	display: block;
}
.product-sort .on {
	background-color: #2e9e70;
}

.product-sort .on a{
	color: #fff;
}
.side-article {
  padding: 10px;
  margin-bottom: 15px;
}
.side-article h3 {
  font-size: 18px;
  color: #393939;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #2e9e70;
  line-height: 30px;
  margin-bottom: 15px;
}
.side-article li {
  font-size: 15px;
}
.side-article a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #888;
  border-bottom: 1px solid #fff;
}
.side-article a:hover {
  text-decoration: none;
  color: #2e9e70;
  border-bottom: 1px solid #2e9e70;
}
.column-news-list {
  padding: 10px;
}
.border {
  border: 1px solid #ddd;
}
.column {
  padding-top: 0.8rem;
}
.column > div > div > div {
  margin-bottom: 0.6rem;
}
.column .news-list2 .row > div:nth-last-of-type(1) {
  border-bottom: 0;
}
.news-list4 {
  font-size: 14px;
}
.news-list4 .img {
  width: 58px;
  height: 55px;
}
.news-list4 h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.news-list4 a {
  padding: 2px 0;
  border-bottom: 0;
}
.news-list4 p {
  font-size: 13px;
  line-height: 20px;
  color: #909090;
}
.news-list4 a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.news-list4 .row > div {
  padding-bottom: 15px;
}
.column2 {
  padding-top: 0;
}
.column2 .news-list2 .row > div:nth-last-of-type(1) {
  border-bottom: 0;
}
.column2 .news-list2 .row > div:nth-last-of-type(2) {
  border-bottom: 0;
}
.column2 .news-list2 p {
  line-height: 18px;
}
.product4 {
  margin-bottom: 15px;
}
.product4 .product-list {
  height: auto;
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 10px;
}
.product-recommend-list {
  padding-bottom: 1.2rem;
}
.product-recommend-list p {
    font-size: 20px;
    height: 56px;
    line-height: 28px;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
}
.product-recommend-list img {
  border: 1px solid #2e9e70;
  border-radius: 0;
}

/*新增产品内容部分*/
.product-content-1 {
  padding-bottom: 1.0rem;
  background-color: #F1F1F1;
}
}
.product-content-1 .index-title {
  text-align: center;
  font-size: 20px;
  color: #A7ACB0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.product-content-1 .index-title h3 {
  font-size: 28px;
  color: #6E6E6E;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
  max-width: 340px;
  border-bottom: 1px dashed #009944;
}
.product-content-1 .news-list1 {
  font-size: 15px;
}
.product-content-1 .news-list1 .img {
  width: 4.4rem;
  height: 3.54rem;
}
.product-content-1 .news-list1 h4 {
  font-size: 20px;
}
.product-content-1 .news-list1 p {
  font-size: 15px;
  line-height: 28px;
  color: #909090;
}
.product-content-1 .row  {
  margin-bottom: 0.2rem;
}
.product-content-1 .row > div {
  padding-top: 15px;
  padding-bottom: 5px;
}
.product-content-1 .row > p {
  text-indent:2em;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px;
}
.product-content-1 .row > div > p {
  text-indent:2em;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px;  
}
.product-content-1 .row > center {
  font-size: 14px;
  color: #888;
  font-weight: bold;  
  line-height: 25px;
  margin-top:10px;
  margin-bottom:1px;
}
.product-content-1 .row > div > center {
  font-size: 14px;
  color: #888;
  font-weight: bold;  
  line-height: 25px;
  margin-top:10px;
  margin-bottom:1px;
}
.product-content-1 .row > div > h5 {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: bold;  
}
.product-content-1 .row > h5 {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: bold;  
}
.product-content-1 .tab {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size:18px;
}
.product-content-1 .tab a {
  display: inline-block;
  border: 1px solid #2e9e70;
  padding: 0px 15px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 10px;
}
.product-content-1 .tab a:hover {
  background-color: #2e9e70;
  color: #fff;
}
.product-content-1 .row > div > table {
  text-indent:2em;
  font-size: 14px;
  color: #888;
  text-align:center;
}
.product-content-1 .row > div > table > caption {
  text-align:center;
}
.product-content-1 .row > div > table > thead > tr > th {
  text-indent:2em;
  font-size: 14px;
  color: #888;
  text-align:center;
}

.product-content-1 .row > ul {
  font-size: 16px;
  color: #888;

}
.product-content-1 .row > ol {
  font-size: 16px;
  color: #888;

}

.product-content-1 .row > ul > li{
	line-height:26px;
}
.product-content-1 .row > ol > li{
	line-height:28px;
}
.product-content-1 .row > dl {
  font-size: 16px;
  color: #888;
}
.product-content-1 .row > dl > dt {
  padding-top: 5px;

}
.product-content-1 .row > dl > dd {
  padding-top: 5px;
}
.product-content-1 .row > div > dl {
  font-size: 16px;
  color: #888;
}
.product-content-1 .row > div >  dl > dt {
  padding-top: 5px;

}
.product-content-1 .row > div >  dl > dd {
  padding-top: 5px;
}

.product-content-2 {
  padding-bottom: 1.0rem;
  background-color: #FBFBFB;
}
.product-content-2 .index-title {
  text-align: center;
  font-size: 20px;
  color: #A7ACB0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.product-content-2 .index-title h3 {
  font-size: 28px;
  color: #6E6E6E;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
  max-width: 340px;
  border-bottom: 1px dashed #009944;
}
.product-content-2 .news-list1 {
  font-size: 15px;
}
.product-content-2 .news-list1 .img {
  width: 4.4rem;
  height: 3.54rem;
}
.product-content-2 .news-list1 h4 {
  font-size: 20px;
}
.product-content-2 .news-list1 p {
  font-size: 15px;
  line-height: 28px;
  color: #909090;
}
.product-content-2 .row  {
  margin-bottom: 1rem;
}
.product-content-2 .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-content-2 .row > p {
 
  text-indent:2em;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px;  
}
.product-content-2 .row > div > p {
  text-indent:2em;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px;  
}
.product-content-2 .row > center {
  font-size: 14px;
  color: #888;
  font-weight: bold;  
  line-height: 25px;
  margin-top:10px;
  margin-bottom:1px;
}
.product-content-2 .row > div > center {
  font-size: 14px;
  color: #888;
  font-weight: bold;  
  line-height: 25px;
  margin-top:10px;
  margin-bottom:1px;
}
.product-content-2 .row > div > h5 {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: bold;  
}
.product-content-2 .row > h5 {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: bold;  
}
.product-content-2 .row > div > table {
  text-indent:2em;
  font-size: 14px;
  color: #888;
  text-align:center;
}
.product-content-2 .row > div > table > caption {
  text-align:center;
}
.product-content-2 .row > div > table > thead > tr > th {
  text-indent:2em;
  font-size: 14px;
  color: #888;
  text-align:center;
}

.product-content-2 .row > ul {
  font-size: 16px;
  color: #888;

}
.product-content-2 .row > ol {
  font-size: 16px;
  color: #888;

}

.product-content-2 .row > ul > li{
	line-height:26px;
}
.product-content-2 .row > ol > li{
	line-height:28px;
}

.product-content-2 .row > dl {
  font-size: 16px;
  color: #888;
}
.product-content-2 .row > dl > dt {
  padding-top: 5px;

}
.product-content-2 .row > dl > dd {
  padding-top: 5px;
}
.product-content-2 .row > div > dl {
  font-size: 16px;
  color: #888;
}
.product-content-2 .row > div >  dl > dt {
  padding-top: 5px;

}
.product-content-2 .row > div >  dl > dd {
  padding-top: 5px;
}
.product-content-3 {
  padding-bottom: 15px;
  background-color: #EBEBEB;
}
.product-content-3 .index-title {
  text-align: center;
  font-size: 20px;
  color: #A7ACB0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.product-content-3 .index-title h3 {
  font-size: 28px;
  color: #6E6E6E;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
  max-width: 340px;
  border-bottom: 1px dashed #009944;
}
.product-content-3 .news-list1 {
  font-size: 15px;
}
.product-content-3 .news-list1 .img {
  width: 4.4rem;
  height: 3.54rem;
}
.product-content-3 .news-list1 h4 {
  font-size: 20px;
}
.product-content-3 .news-list1 p {
  font-size: 15px;
  line-height: 28px;
  color: #909090;
}
.product-content-3 .row  {
  margin-bottom: 1rem;
}
.product-content-3 .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-content-3 .row > p {
  text-indent:2em;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px;
}
.product-content-3 .row > div > p {
  text-indent:2em;
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top:18px;
  margin-bottom:18px;  
}
.product-content-3 .row > div > center {
  font-size: 16px;
  color: #888;
  line-height: 25px;
  margin-top:10px;
  margin-bottom:1px;
}
.product-content-3 .row > center {
  font-size: 16px;
  color: #888;
  line-height: 25px;
  margin-top:10px;
  margin-bottom:1px;
}
.product-content-3 .row > div > h5 {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: bold;  
}
.product-content-3 .row > h5 {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: bold;  
}
.product-content-3 .row > div > table {
  text-indent:2em;
  font-size: 14px;
  color: #888;
  text-align:center;
}
.product-content-3 .row > div > table > caption {
  text-align:center;
}
.product-content-3 .row > div > table > thead > tr > th {
  text-indent:2em;
  font-size: 14px;
  color: #888;
  text-align:center;
}

.product-content-3 .row > ul {
  font-size: 16px;
  color: #888;
}
.product-content-3 .row > ol {
  font-size: 16px;
  color: #888;
}

.product-content-3 .row > ul > li{
  line-height:26px;
}
.product-content-3 .row > ol > li{
  line-height:28px;
}
.product-content-3 .row > dl {
  font-size: 16px;
  color: #888;
}
.product-content-3 .row > dl > dt {
  padding-top: 5px;

}
.product-content-3 .row > dl > dd {
  padding-top: 5px;
}
.product-content-3 .row > div > dl {
  font-size: 16px;
  color: #888;
}
.product-content-3 .row > div >  dl > dt {
  padding-top: 5px;

}
.product-content-3 .row > div >  dl > dd {
  padding-top: 5px;
}
