@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #f6f7fa;
}
body a:hover {
  color: #0c5abb !important;
}
.commune_list_moduler .commune_list {
  position: relative;
}
.commune_list_moduler .commune_list .item {
  position: relative;
  float: left;
  width: 268px;
  height: 333px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(215, 215, 215, 0.6);
  border-radius: 4px;
  margin-right: 42px;
  cursor: pointer;
}
.commune_list_moduler .commune_list .item .item_info {
  width: 268px;
  height: 333px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
.commune_list_moduler .commune_list .item .img {
  width: 100%;
  height: 132px;
  position: relative;
  padding-top: 26px;
  box-sizing: border-box;
}
.commune_list_moduler .commune_list .item .img .icon_img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.commune_list_moduler .commune_list .item .item_dl {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 19px 6px 19px;
}
.commune_list_moduler .commune_list .item .item_dl .item_dt {
  justify-content: space-between;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 16px;
  text-align: center;
}
.commune_list_moduler .commune_list .item .item_dl .item_dd {
  max-height: 105px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 21px;
  font-size: 15px;
  font-weight: 400;
  color: #646464;
}
.commune_list_moduler .commune_list .item .commune_bg1 {
  background-image: url('../image/commune_bg1.png');
  background-size: 100%;
}
.commune_list_moduler .commune_list .item .commune_bg2 {
  background-image: url('../image/commune_bg2.png');
  background-size: 100%;
}
.commune_list_moduler .commune_list .item .commune_bg3 {
  background-image: url('../image/commune_bg3.png');
  background-size: 100%;
}
.commune_list_moduler .commune_list .item .commune_bg4 {
  background-image: url('../image/commune_bg4.png');
  background-size: 100%;
}
.commune_list_moduler .commune_list .item .text_details {
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 268px;
  height: 333px;
  background: #1e5eff;
  box-shadow: 0px 2px 6px 0px rgba(215, 215, 215, 0.6);
  border-radius: 4px;
  padding: 57px 19px 0 19px;
}
.commune_list_moduler .commune_list .item .text_details .details_title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
}
.commune_list_moduler .commune_list .item .text_details .details_p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
}
.commune_list_moduler .commune_list .item:last-child {
  margin-right: 0px;
}
.elevator-nav {
  position: fixed;
  top: 350px;
  right: 14px;
  background-color: #ffffff;
  box-shadow: 0px 2px 7px 0px #C6C6C6;
}
.elevator-nav img {
  width: 120px;
  height: 249px;
  border: none;
  display: block;
}
.elevator-box {
  width: 90px;
  padding: 24px 13px 13px;
}
.elevator-box .elevator-link,
.elevator-box .elevator-wechat {
  text-align: center;
}
.elevator-box .elevator-link img,
.elevator-box .elevator-wechat img {
  width: 100%;
  height: auto;
}
.elevator-box .elevator-link span,
.elevator-box .elevator-wechat span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  line-height: 20px;
}
.elevator-box .elevator-link {
  padding-bottom: 14px;
  border-bottom: 1px solid #D8D8D8;
}
.elevator-box .elevator-link .img .img_icon {
  width: 42px;
  height: 38px;
}
.elevator-box .elevator-wechat {
  padding-top: 16px;
}
body {
  position: relative;
}
.layout_head .head_h4 {
  height: 48px;
  font-size: 34px;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 48px;
  text-align: center;
  margin-bottom: 12px;
}
.layout_head .head_p {
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  text-align: center;
  line-height: 25px;
}
.main_moduler1,
.main_moduler2,
.main_moduler3 {
  min-width: 1200px;
}
.main_moduler1 {
  width: 100%;
  padding: 70px 0 70px 0;
  background-color: #fff;
}
.main_moduler1 .scene_wrap {
  padding-top: 30px;
}
.main_moduler2 {
  width: 100%;
  padding: 56px 0 30px 0;
  background-color: #F6F7FA;
}
.main_moduler2 .main_body {
  width: 100%;
  overflow: hidden;
}
.main_moduler2 .body_list {
  width: 1500px;
  padding-top: 26px;
}
.main_moduler2 .item {
  float: left;
  width: 440px;
  margin-bottom: 56px;
  margin-right: 310px;
}
.main_moduler2 .item .img {
  float: left;
  width: 100px;
}
.main_moduler2 .item .item_dl {
  float: left;
  width: 340px;
}
.main_moduler2 .item .item_dl .item_dt {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  line-height: 28px;
  margin-bottom: 7px;
  justify-content: space-between;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main_moduler2 .item .item_dl .item_dd {
  max-height: 63px;
  font-size: 15px;
  font-weight: 400;
  color: #646464;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main_moduler3 {
  width: 100%;
  padding: 30px 0 65px 0;
  background-color: #fff;
}
.main_moduler3 .body_list {
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 45px;
}
.main_moduler3 .body_list .img {
  float: left;
  width: 533px;
  height: 254px;
  margin-right: 27px;
}
.main_moduler3 .body_list .img img {
  width: 100%;
  height: 100%;
}
.main_moduler3 .body_list .list_text {
  box-sizing: border-box;
  float: left;
  width: 547px;
  margin: 22px 0;
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 35px;
  max-height: 210px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#banner .box_list {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner .box_list .item {
  position: absolute;
  top: 50%;
  margin-top: -85px;
  left:49px;
}
#banner .box_list .item .item_h6 {
    height:60px;
    font-size:43px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 10px;
}
#banner .box_list .item .item_name {
  font-size:17px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}
#banner .box_list .item .item_btn {
  display: block;
  width: 190px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(270deg, #0049ff 0%, #00c5ff 100%);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
#banner .box_list .item .item_btn:hover {
  color: #fff !important;
}
