/***------ 基础白块------ ***/
.banner {
  position: relative;
  width: 100%;
  height: 550px;
}

.banner-inner {
  position: absolute;
  width: 100%;
  height: 550px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.lead-title {
  margin-bottom: 40px;
  text-align: center;
}

.lead-title h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.lead-title .lead-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}

.flex-box {
  text-align: center;
}

.flex-title {
  color: #409eff;
  font-size: 40px;
  font-weight: 800
}

.flex-intro {
  font-size: 16px;
  color: #596680;
}

.video_list {
  background: #ffffff;
  transition: box-shadow 0.3s;
}

.video_list .pic {
  overflow: hidden;
}

.video_list .pic img {
  width: 100%;
  transition: transform 0.3s;
}

.video_list .title {
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video_list:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.video_list:hover img {
  transform: scale(1.1);
}

.site-idea {
  background: #ffffff;
  border-radius: 4px;
}

.site-idea .layui-field-title {
  border-color: #d2d2d2;
  margin-bottom: 0;
}

.site-idea .layui-field-title legend {
  margin: 0 20px 20px 0;
  padding: 0 20px;
  text-align: center;
}

.site-idea .layui-field-title p {
  line-height: 24px;
}

/* 底部客户服务 */

.main-service {
  width: 100%;
  text-align: center;
}

.main-service i {
  height: 80px;
  line-height: 80px;
  font-size: 60px;
}

.main-service strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

.main-service p {
  font-size: 14px;
  margin: 0;
  color: #999;
}

/*主体—轮播*/

.home-temp {
  margin: 0;
}

.temp_list {
  box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
  background: #fff;
  position: relative;
  overflow: hidden;
}

.temp_list .pic {
  padding: 10px 10px 0 10px;
  overflow: hidden;
}

.temp_list .pic img {
  width: 100%;
}

.temp_list .title {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.temp_list .bottom {
  background: #F9F9F9;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  font-size: 14px;
  color: #999;
}

.temp_list .bottom em {
  color: #f30;
  font-style: normal;
}

.temp_list .bottom span {
  float: right;
}

.temp_list u {
  background: #66F;
  position: absolute;
  width: 220px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  top: 10px;
  right: -80px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  transform: rotate(45deg)
}

.temp_list .color {
  background: #F18C14;
}

.info_list {
  background: #EDEFF0;
}

.info_list .pic {
  overflow: hidden;
}

.info_list .pic img {
  width: 100%;
}

.info_list .title {
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}