a {
  text-decoration: none !important;
}
.color_active {
  color: #434343 !important;
}
.bgc_active {
  color: #434343 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #ccc;
}

.content_box {
  /* height: 255px; */
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  /* background-color: pink; */
  box-sizing: border-box;
  /* box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); */
}
.content_box .row {
  margin: 0 auto;
}
.content_box .row .item{
  height: 180px;
}
.content_box .ico_image {
  margin-top: 60px;
  margin-bottom: 20px;
}
.content_box .ico_image img {
  width: 90px;
  height: 70px;
}
.content_box .item p {
  font-size: 20px;
  color: #434343;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content_box .item:hover p {
  color: #357ebd;
}

.product_center {
  padding: 0;
  min-width: 1170px;
}
.product_box .title {
  width: 100%;
  height: 22px;

  font-size: 22px;
  line-height: 1;
}
.product_box .title h2 {
  width: 100%;
  height: 22px;
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1;
  color: #434343;
  padding: 0 10px;
}
.product_box .title .pull-right {
  float: right;
  font-size: 14px;
  color: #357ebd;
}
.product_box .list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 46px;
}
.product_box .list .item {
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.product_box .list .item .box {
  height: 250px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}
.product_box .list .item .box:hover {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1);
}
.product_box .list .item .box:hover h4 {
  color: #357ebd;
}
.product_box .list .item .box img {
  width: 100%;
  height: 156px;
}
.product_box .list .item .box .text {
  padding: 0 10px;
}
.product_box .list .item .box a {
  text-decoration: none;
}
.product_box .list .item .box h4 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #020202;
  margin: 15px 0px 15px;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
        white-space: nowrap;
          font-family: Helvetica;
}
.product_box .list .item .box .text p {
  position: relative;
  height: 88px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 300;
  color: #444444;
  line-height: 22px;
  overflow: hidden;
}
.item .new {
  width: 38px;
  height: 22px;
  color: #357ebd;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #357ebd;
  position: absolute;
  top: 15px;
  left: 15px;
}
.Solutions {
  min-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}
.Solutions .row {
  margin: 0 auto;
}
/* 解决方案 */
.featuredSolutions {
  position: relative;
}
.featuredSolutions .col {
  padding: 5px;
}
.featuredSolutions .box {
  padding: 10px;
  border: 1px solid#e5e5e5;
  height: 304px;
}
.featuredSolutions .box img {
  width: 100%;
  height: 207px;
}
.Solutions_text h4 {
  font-size: 16px;
  color: #010101;
}
.Solutions_text p {
  position: relative;
  overflow: hidden;
  height: 38px;
  font-size: 14px;
  color: #4c4c4c;
}
#main .featuredSolutions .box_border {
  border: 1px solid #e5e5e5;
}
.featuredSolutions .box_border:hover {
  box-shadow: 0px 17px 15px -2px rgba(0, 0, 0, 0.14);
}
.featuredSolutions .box_border:hover h4 {
  color: #357ebd;
}
