/* 教育培训样式 */
.dchy {
  /* text-align: center; */
}


/* 共用样式 */
.dchy h2 {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.dchy p {
  font-size: 14px;
  text-align: center;
}

/* 轮播图  */
.dchy_banner {
  position: relative;
  background: url('../images/dchy_banner_bg.png') no-repeat center;
  height: 500px;
  width: 100%;
}

.dchy_banner .banner_content {
  text-align: center;
  margin: 0 auto;
}

.dchy_banner .banner_content h1{
  font-size: 65px;
  color: #fff;
  padding-top: 78px;
}

.dchy_banner .banner_content p {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  padding-top: 43px;
  font-weight: normal;
}

.dchy_banner .banner_content div {
  width: 220px;
  height: 45px;line-height:45px; margin-left:40%;
  background: #0093dd;
  border: 0;
  border-radius: 8px;
  margin-top: 38px;
  outline: none;
  cursor: pointer;
}

.dchy_banner .banner_content div a {
  display: block;
  color: #fff;
  font-size: 18px;
}

/* 信息化现状及问题 */

.dchy_problem {
  height: 650px;
}

.dchy_problem .problem_content {
  margin: 70px auto 0;
}

.dchy_problem .problem_content .problem_text {
  /* padding-top: 60px; */
  text-align: center;
}


.dchy_problem .problem_content .problem_text p {
  padding-top: 10px;
}

.dchy_problem .problem_content .problem_bg_img {
  margin-top: 55px;
}

.dchy_problem .problem_content .problem_bg_img img {
  margin: 0 auto;
}

/* 地产行业的困扰区域 */
.dchy_worry {
  height: 500px;
  background: url('../images/dchy_worry_bg.png') no-repeat center;
}

.dchy_worry .worry_text {
  padding-top: 64px;
}

.dchy_worry .worry_text h2 {
  color: #fff;
}

.dchy_worry .worry_box {
  margin: 60px auto 0;
  overflow: hidden;
}

.dchy_worry
.worry_content {
  width: 195px;
  height: 300px;
  text-align: center;
  float: left;
  margin:0 22px;
}

.dchy_worry
.worry_content .worry_img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px dashed #fff;
}

.dchy_worry
.worry_content .worry_img:hover {
  background: #0093dd;
  border: none;
  box-sizing: box-border ;
}

.dchy_worry
.worry_content .worry_img img {
  padding-top: 45px;
  margin: 0 auto;
}

.dchy_worry
.worry_content p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

/* 解决方案概述 */
.dchy_summary {
  height: 720px;
  background: #f0f8fd;
}

.dchy_summary .summary_content {
  margin: 0 auto 0;
}

.dchy_summary .summary_content .summary_text {
  padding-top: 60px;
  text-align: center;
}


.dchy_summary .summary_content .summary_text p {
  padding-top: 25px;
}

/* 解决方案优势区域 */

.dchy_advantage {
  height: 700px;
}

.dchy_advantage .advantage_text {
  padding-top: 64px;
}

.dchy_advantage .advantage_text h2 {
  color: #333;
}

.dchy_advantage .advantage_box {
  margin: 30px auto 0;
  overflow: hidden;
  text-align: center;
}

.dchy_advantage .advantage_content {
  width: 295px;
  height: 480px;
  text-align: center;
  float: left;
  margin: 20px 2px;
  padding: 40px 30px;
}

.dchy_advantage .advantage_content:hover {
  box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -webkit-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -moz-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -o-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -ms-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  border-radius: 10px;
}

.dchy_advantage .advantage_content img {
  margin: 10px  auto 0;
}

.dchy_advantage .advantage_content h3 {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  font-weight: normal;
}

.dchy_advantage .advantage_content p {
  font-size: 14px;
  margin-top: 15px;
  color: #777;
}

/* 应用场景区域 */
.dchy_scene {
  height: 840px;
  margin-top: 60px;
  background: #f0f8fd;
}

.dchy_scene .scene_text {
  padding-top: 64px;
}

.dchy_scene .scene_text h2 {
  color: #333;
}

.dchy_scene .scene_box {
  margin: 30px auto 0;
  overflow: hidden;
  text-align: center;
}

.dchy_scene
.scene_content {
  width: 298px;
  height: 300px;
  text-align: center;
  float: left;
  margin: 20px 1px;
  padding: 25px 30px;
}

.dchy_scene
.scene_content:hover {
  box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -webkit-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -moz-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -o-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  -ms-box-shadow: 0 2px 20px rgba(0,147,241,0.35);
  border-radius: 10px;
  background: #0093dd;
}

.dchy_scene
.scene_content img {
  margin: 40px auto 0;
}

.dchy_scene
.scene_content:hover img {
  display: none;
}

.dchy_scene
.scene_content h3 {
  font-size: 18px;
  color: #333;
  margin-top: 28px;
  font-weight: normal;
}

.dchy_scene
.scene_content:hover h3 {
  display: none;
}

.dchy_scene
.scene_content p {
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.dchy_scene
.scene_content:hover p {
  display: block;
}

/* 热门业务区域 */
.dchy_hot {
  height: 650px;
}

.dchy_hot .hot_content {
  margin: 0 auto 0;
}

.dchy_hot .hot_content .hot_text {
  padding-top: 60px;
  text-align: center;
}

.dchy_hot .hot_content .hot_bg_img {
  /* height: 386px; */
  /* background: red; */
  margin-top: 50px
}

.dchy_hot .hot_content .hot_bg_img .hot_img_left {
  width: 300px;
  height: 386px;
  line-height: 386px;
  float: left;
}

.dchy_hot .hot_content .hot_bg_img .left_1 {
  z-index: 998;
  background: url('../images/dchy_hot_bg_1.png') no-repeat ;
}

.dchy_hot .hot_content .hot_bg_img .hot_left_clarity:hover {
  z-index: 999;
  background: rgba(0,147,221,.6);
}

.dchy_hot .hot_content .hot_bg_img .left_2 {
  z-index: 998;
  background: url('../images/dchy_hot_bg_6.png') no-repeat;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_left p {
  font-size: 18px;
  color: #fff;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right {
  width: 300px;
  float: left;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .hot_img_top {
  width: 300px;
  height: 193px;
  line-height: 193px;
  float: left;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .top_1 {
  z-index: 998;
  background: url('../images/dchy_hot_bg_2.png') no-repeat;
}
.dchy_hot .hot_content .hot_bg_img .hot_img_right .hot_top_clarity:hover {
  z-index: 999;
  background: rgba(0,147,221,.6);
}
.dchy_hot .hot_content .hot_bg_img .hot_img_right .top_2 {
  z-index: 998;
  background: url('../images/dchy_hot_bg_4.png') no-repeat;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .hot_img_top p {
  font-size: 18px;
  color: #fff;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .hot_img_bottom {
  width: 300px;
  height: 193px;
  line-height: 193px;

  float: left;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .bottom_1 {
  z-index: 998;
  background: url('../images/dchy_hot_bg_3.png') no-repeat 0 0;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .hot_bottom_clarity:hover {
  z-index: 999;
  background: rgba(0,147,221,.6);
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .bottom_2 {
  z-index: 998;
  background: url('../images/dchy_hot_bg_3.png') no-repeat 0 0;
}

.dchy_hot .hot_content .hot_bg_img .hot_img_right .hot_img_bottom p {
  font-size: 18px;
  color: #fff;
}