* {
  box-sizing: border-box;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border: 0;
}
.g-main {
  width: 1100px;
  margin: 0 auto;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.head-title {
  background: url(../img/banner_bg.png) #eee center center no-repeat;
  height: 240px;
  padding-top: 95px;
  text-align: center;
}
.cont {
  margin-top: -30px;
}
.explain {
  padding: 30px 60px;
  background-color: #f7f8f9;
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.box {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.box .l-title {
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.box .r-body {
  margin-left: 100px;
}
.list-thumbnail {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: -20px;
  cursor: pointer;
}
.list-thumbnail > li {
  width: 16.6667%;
  float: left;
  padding-left: 20px;
}
.list-thumbnail > li .thumbnail-icon {
  text-align: center;
}
.box-query {
  height: 240px;
}
.box-query .slide {
  height: 240px;
}
.box-query .l-title {
  padding-top: 60px;
  background-color: #d91711;
  background: linear-gradient(to bottom, #eb4d43, #d91711);
}
.box-query .list-thumbnail {
  padding-top: 40px;
  overflow: hidden;
}
.box-query .list-thumbnail .thumbnail-icon {
  height: 160px;
  background-color: #fff4f0;
  padding: 40px 10px 30px 10px;
}
.box-query .list-thumbnail .thumbnail-icon .t-icon {
  display: inline-block;
  height: 44px;
  margin-bottom: 20px;
}
.box-query .list-thumbnail .thumbnail-icon .t-icon img {
  height: 44px;
}
.box-query .list-thumbnail .thumbnail-icon h4 {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.box-handle {
  height: 500px;
}
.box-handle .slide {
  height: 500px;
}
.box-handle .l-title {
  padding-top: 180px;
  background-color: #5f96db;
  background: linear-gradient(to bottom, #a5c5e9, #5f96db);
}
.box-handle .list-thumbnail {
  overflow: hidden;
}
.box-handle .list-thumbnail > li {
  padding-top: 30px;
}
.box-handle .list-thumbnail .thumbnail-icon {
  height: 195px;
  display: block;
}
.box-handle .list-thumbnail .thumbnail-icon .t-icon {
  height: 130px;
  width: 130px;
  background-color: #f7f8f9;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.box-handle .list-thumbnail .thumbnail-icon h4 {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
