@charset "UTF-8";
.solution_list {
  line-height: 30px;
  background: #fff;
  min-height: 800px;
}
.solution_list .new-img {
  display: inline-block;
  width: 310px!important;
  height: 223px;
}
.solution_list ul li {
  height: 223px;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f2f2f2;
  cursor: pointer;
}
.solution_list ul li img {
  width: 310px;
  height: 100%;
}
.solution_list ul li a {
  display: block;
  height: 223px;
}
.solution_list ul li .list-info {
  margin: 30px 0 0 30px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 380px);
}
.solution_list ul li h1 {
  font-size: 1.45rem;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 500;
}
.solution_list ul li p {
  font-size: 1rem;
  line-height: 28px;
  color: #666;
}
.solution_list ul li .more {
  color: #f08311!important;
  float: right;
  width: 50px;
  text-align: right;
  margin-top: -26px;
}
.solution_list ul li:hover {
  background-color: #ef8515;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solution_list ul li:hover h1,
.solution_list ul li:hover p {
  color: #fff;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*最佳实践*/
.solution-practice {
  position: relative;
  margin-top: 5rem;
  padding-top: 3.125rem;
  border-top: #dbdbdb 1px solid;
}
.solution-practice h1 {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: -1.5rem;
  padding: 0 20px;
  font-size: 1.875rem;
  background-color: #fff;
}
.solution-practice ul {
  overflow: hidden;
}
.solution-practice li {
  float: left;
  width: 32%;
  margin-left: 2%;
  cursor: pointer;
}
.solution-practice li:first-child {
  margin-left: 0;
}
.solution-practice li p {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.solution-practice .more-practice {
  display: block;
  width: 12.5rem;
  height: 2.5rem;
  margin: 3.5rem auto;
  font-size: 1.1rem;
  background-color: #f2f2f2;
  border: #dbdbdb 1px solid;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}
.solution-practice .more-practice:hover {
  color: #ffffff;
  border: #ef8515 1px solid;
  background-color: #ef8515;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* 解决方案-详细页面 */
.solution_detail {
  width: 100%;
  min-width: 1132px;
  text-align: left;
  padding: 0 0 14px;
  /*最佳实践*/
}
.solution_detail .best-practice {
  top: 10%;
  position: relative;
  float: right;
}
.solution_detail .best-practice .practice-title {
  position: absolute;
  left: -10px;
  top: 8px;
  padding: 0 15px;
  max-width: 240px;
  /*width: 100px;*/
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background-color: #ef8515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution_detail .best-practice ul {
  width: 260px;
  font-size: 14px;
  padding: 40px 16px 16px;
  background-color: #f4f4f4;
}
.solution_detail .best-practice ul li {
  position: relative;
  padding-left: 20px;
  line-height: 26px;
  margin-top: 10px;
}
.solution_detail .best-practice ul li:before {
  position: absolute;
  content: '\2022';
  color: #ef8515;
  font-size: 30px;
  line-height: 23px;
  top: 0;
  left: 0;
}
.solution_detail .skin {
  position: relative;
  background: #fff;
  padding: 0 16px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.solution_detail h1 {
  background: url(../images/label_bg.jpg) no-repeat right bottom;
  background-color: #5ea3d9;
  line-height: 34px;
  width: 28px;
  color: #fff;
  font-size: 14px;
  padding: 0 14px 4px;
  position: absolute;
  right: -4px;
  top: 2px;
  top: 6px\9;
  cursor: pointer;
}
.solution_detail h2 {
  font-size: 18px;
  font-weight: bold;
  color: #525252;
  line-height: 30px;
  padding: 10px 0 0 0;
  margin: 15px 0;
}
.solution_detail .second-title {
  margin: 2rem 0;
  color: #ef8515;
  font-weight: bold;
}
.solution_detail .con {
  padding: 10px 30px 30px;
  font-size: 14px;
  line-height: 30px;
  min-height: 1700px;
  *margin-top: 20px;
}
.solution_detail .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 3rem;
}
.solution_detail p {
  font-size: 12pt;
  line-height: 30px;
  padding: 0;
  margin: 0 0px 20px;
  color:#333;
}
.solution_detail img {
  padding: 10px 0;
}
.solution_list li .new-img {
  height: 223px;
}
.solution-practice li .new-img {
  height: 16.25rem;
}
