/*主体—轮播*/

.main-swiper {
}

/*主体—轮播*/
.section-home {
  padding: 70px 0;
  background: #ffffff;
}

.site-soul {
  text-align: center;
}

.site-soul h2 {
  font-size: 24px;
}

.home_news {
  box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}

.home_news .home_news_title {
  padding: 15px 20px;
  background: linear-gradient(-118deg, #00c1e0 1%, #098df9 93%);
  color: #fff;
}

.home_news .home_news_title h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}

.home_news .home_news_title h2 i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: -5px;
}

.home_news_list {
  background: #fff;
  padding: 20px 30px;
  min-height: 300px;
}

.home_news_list dl {
}

.home_news_list dl dt {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  font-weight: normal;
}

.home_news_list dl dt .title {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home_news_list dl dt .title i {
  color: #098df9;
  margin-right: 10px;
}

.home_news_list dl dt .intro {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 28px;
}

.home_news_list dl dt:hover {
  transform: translateX(10px);
}

/*主体—轮播*/

.home-temp {
  margin: 0;
}

.temp_list {
  width: 100%;
  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;
}

/*主体—模板*/
.home-info {
  padding-top: 90px;
  padding-bottom: 130px;
  background: #ffffff;
}

.info_list {
  background: #edeff0;
  width: 100%;
}

.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;
}

/*主体—视频*/
.home-video {
  padding-top: 90px;
  padding-bottom: 130px;
}

.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);
}

/*主体—产品*/

.main-product {
  padding-top: 90px;
  padding-bottom: 130px;
}

.main-product p {
  font-size: 16px;
  color: #ababab;
  line-height: 28px;
}

.main-product p.title,
.main-service p.title {
  color: #484848;
  font-size: 24px;
  text-align: center;
  line-height: 160px;
}

.main-product p.title span,
.main-service p.title span {
  color: #2db5a3;
}

.main-product .content {
  width: 100%;
  border: 1px solid #dedede;
  padding: 30px 0;
  text-align: center;
  transition: 0.3s;
}

.main-product .content p.label {
  font-size: 18px;
  color: #939393;
  line-height: 46px;
  padding-top: 6px;
}

.main-product .content a {
  font-size: 18px;
  color: #a1d8cb;
  line-height: 68px;
}

.main-product .content:hover {
  box-shadow: 0 0 3px 3px #eee;
  transition: 0.3s;
}

.main-product .content img {
  transition: 2s;
}

.main-product .content img:hover {
  transform: rotateY(180deg);
}

/*主体—咨询*/

.home-idea {
  padding: 70px 0;
}

.site-idea {
  width: 80%;
  padding: 30px;
  border: 1px solid #d2d2d2;
  text-align: left;
}

.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;
}

/*主体—咨询*/

.home-contact {
  padding: 70px 0;
}

/* 底部客户服务 */

.main-service {
  margin-top: 20px;
  background: #ffffff;
  padding: 70px 0;
}

.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;
}

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

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

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

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

/*响应式配置*/

@media screen and (max-width: 480px) {
}

/*小屏幕*/
@media screen and (min-width: 768px) {
  .main-product p.title,
  .main-service p.title {
    font-size: 36px;
    line-height: 216px;
  }

  .main.product .content .content-img {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

/*大屏幕*/
@media screen and (min-width: 992px) {
}

/*超大屏幕*/
@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

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

.flex-title {
  font-size: 24px;
  font-weight: bold;
}

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