@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_h5 {
  position: relative;
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.layout_head .head_h5:before,
.layout_head .head_h5:after {
  content: "";
  position: absolute;
  top: 19px;
  width: 500px;
  height: 2px;
  background: #386df1;
  border-radius: 1px;
  opacity: 0.08;
}
.layout_head .head_h5:before {
  left: 0;
}
.layout_head .head_h5:after {
  right: 0;
}
.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,
.main_moduler4,
.main_moduler5 {
  min-width: 1200px;
}
.main_moduler1 {
  width: 100%;
  padding: 65px 0 83px 0;
  background-color: #fff;
}
.main_moduler1 .main_title .title_text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #101010;
  line-height: 42px;
}
.main_moduler1 .main_title .title_text span {
  line-height: 42px;
  font-size: 30px;
  color: #1e5eff;
}
.main_moduler1 .main_body {
  padding-top: 50px;
  padding: 50px 127px 0 152px;
}
.main_moduler1 .main_body .content_list .item {
  float: left;
  width: 282px;
  margin-right: 25px;
  padding: 24px 0 21px 0;
  text-align: center;
  background: rgba(30, 94, 255, 0.07);
  border-radius: 4px;
  box-sizing: border-box;
}
.main_moduler1 .main_body .content_list .item .item_num {
  height: 52px;
  font-size: 40px;
  color: #1E5EFF;
  line-height: 52px;
  margin-bottom: 11px;
}
.main_moduler1 .main_body .content_list .item .item_name {
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 28px;
}
.main_moduler2 {
  padding: 32px 0 71px 0;
  background-color: #F6F7FA;
}
.main_moduler2 .main_body {
  padding-top: 80px;
}
.main_moduler2 .feature_wrap {
  width: 100%;
  height: 171px;
  margin-bottom: 100px;
  position: relative;
  background-image: url('../image/feature_bg.png');
}
.main_moduler2 .feature_wrap .feature_list1,
.main_moduler2 .feature_wrap .feature_list2 {
  box-sizing: border-box;
}
.main_moduler2 .feature_wrap .feature_list1 .item,
.main_moduler2 .feature_wrap .feature_list2 .item {
  position: relative;
  float: left;
  width: 248px;
  height: 109px;
  line-height: 109px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-right: 34px;
  text-align: center;
}
.main_moduler2 .feature_wrap .feature_list1 .item:last-child,
.main_moduler2 .feature_wrap .feature_list2 .item:last-child {
  margin-right: 0px;
}
.main_moduler2 .feature_wrap .feature_list1 {
  padding: 0 53px;
}
.main_moduler2 .feature_wrap .feature_list2 {
  position: absolute;
  left: 0;
  top: 62px;
  padding: 0 196px 0 192px;
}
.main_moduler2 .scene_wrap {
  padding: 20px 0 28px 0;
}
.main_moduler2 .path_btn a {
  color: #1E5EFF;
  border: 1px solid #1e5eff;
}
.main_moduler2 .path_btn a:hover {
  background-color: #1E5EFF;
  color: #fff !important;
}
.main_moduler3 {
  position: relative;
  width: 100%;
  height: 770px;
  padding-top: 80px;
  padding-bottom: 66px;
  background: #386DF1;
  background-image: url('../image/main3_bg.png');
}
.main_moduler3 .layout_head .head_h4 {
  color: #fff;
}
.main_moduler3 .main_body {
  padding-top: 58px;
}
.main_moduler3 .main_body .body_list {
  width: 551px;
}
.main_moduler3 .main_body .body_list .list_head {
  text-align: center;
  margin-bottom: 51px;
}
.main_moduler3 .main_body .body_list .list_head .headsub_h6 {
  height: 42px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  margin-bottom: 15px;
}
.main_moduler3 .main_body .body_list .list_head .headsub_p {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  line-height: 22px;
}
.main_moduler3 .main_body .body_list .list_content {
  width: 100%;
}
.main_moduler3 .main_body .body_list .list_content .item {
  float: left;
  width: 268px;
  height: 132px;
  line-height: 132px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.main_moduler3 .main_body .body_list .list_content .item:hover {
  box-sizing: border-box;
  line-height: 128px;
  border: 2px solid #ffffff;
}
.main_moduler3 .main_body .body_list .list_content .item:nth-child(2n) {
  margin-right: 0px;
}
.main_moduler3 .main_body .main_left {
  float: left;
}
.main_moduler3 .main_body .main_right {
  float: right;
}
.main_moduler3 .path_btn a:hover {
  background-color: #fff;
  color: #1E5EFF !important;
}
.main_moduler4 {
  width: 100%;
  padding-top: 107px;
  background-color: #fff;
}
.main_moduler4 .main_body {
  padding-top: 43px;
}
.main_moduler4 .body_list {
  padding: 0 77px;
}
.main_moduler4 .item {
  float: left;
  width: 322px;
  height: 361px;
  margin-right: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.main_moduler4 .item .img {
  width: 100%;
  height: 221px;
}
.main_moduler4 .item .img img {
  width: 100%;
  height: 100%;
}
.main_moduler4 .item .item_details {
  width: 100%;
  box-sizing: border-box;
  padding: 19px 22px 8px 22px;
}
.main_moduler4 .item .item_details .item_h6 {
  font-size: 20px;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 28px;
  margin-bottom: 10px;
  justify-content: space-between;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main_moduler4 .item .item_details .item_p {
  max-height: 66px;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main_moduler4 .item:last-child {
  margin-right: 0px;
}
.main_moduler5 {
  width: 100%;
  padding-top: 107px;
  background-color: #fff;
}
.main_moduler5 .main_body {
  padding-top: 46px;
}
.main_moduler5 .body_list {
  padding-bottom: 80px;
}
.main_moduler5 .item {
  float: left;
  width: 282px;
  height: 65px;
  margin-right: 24px;
  margin-bottom: 18px;
  border-radius: 2px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.main_moduler5 .item a {
  display: block;
}
.main_moduler5 .item a:hover {
  color: #fff !important;
}
.main_moduler5 .item img {
  width: 100%;
  height: 100%;
}
.main_moduler5 .item_bg {
  background-color: #333333;
}
.main_moduler5 .item:nth-child(4n) {
  margin-right: 0px;
}
.path_btn {
  margin-top: 40px;
}
.path_btn a {
  margin: 0 auto;
  display: block;
  width: 122px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  text-align: center;
}
.path_btn a:hover {
  color: #f2f2f2 !important;
}
#banner .box_list {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner .box_list .item1 {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -99px;
}
#banner .box_list .item1 .item_h6 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  line-height: 62px;
  margin-bottom: 13px;
  text-align: center;
}
#banner .box_list .item1 .item_before {
  position: relative;
  font-size: 28px;
  margin-bottom: 8px;
}
#banner .box_list .item1 .item_before:before {
  content: "";
  width: 56px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  background: #26BAFF;
  margin-left: -28px;
}
#banner .box_list .item1 .item_name {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
#banner .box_list .item1 .item_btn {
  display: block;
  width: 100px;
  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 .item1 .item_btn:hover {
  color: #fff !important;
}
#banner .box_list .item1 .banner_btn_moduler{
    margin-top: 20px;
    width: 100%;
    height: 32px;
    text-align: center;
}
#banner .box_list .item1 .banner_btn_moduler a{
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background:  #0049ff;
      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 .item1 .banner_btn_moduler a:hover{
    color: #fff !important;
}
#banner .box_list .item1 .banner_btn_moduler a:first-child{
    margin-right: 20px;
}
#banner .box_list .item2 {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
#banner .box_list .item2 .item_h6 {
  font-size: 35px;
  font-weight: 500;
  color: #ffffff;
  line-height: 49px;
}
#banner .box_list .item2 .item_name {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
}
#banner .box_list .item2 .item_btn {
  display: block;
  width: 100px;
  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 .item2 .item_btn:hover {
  color: #fff !important;
}
#banner .banner_img2_icon {
  position: absolute;
  right: 6px;
  bottom: 67px;
  width: 732px;
  height: 268px;
}
#banner .banner_img2_icon img {
  display: block;
  width: 732px;
  height: 268px;
}

.layer_form{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 0;
}
.layer_form .list{
    
}
.layer_form .list .item{
    margin-bottom: 32px;
}
.layer_form .list .item .error {
  color: #C62418;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
.label_moduler i {
  color: #C62418;
  margin-right: 10px;
  font-style: normal;
}
.layer_form .list .item .label_moduler{
    width: 160px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    float: left;
    display: block;
    text-align: right;
}
.layer_form .list .item .input_moduler{
    width: 305px;
    box-sizing: border-box;
    margin-left: 170px;
}
.layui-layer-btn{
    text-align: center !important;
    padding-bottom: 30px !important;
}
.layui-layer-btn a{
    display: inline-block !important;
}
.layui-layer-btn .layui-layer-btn0:hover{
    color: #fff !important;
}
.layui-layer-btn .layui-layer-btn1:hover{
    color: #333 !important;
}

.main_moduler_gnts {
  width: 100%;
  padding: 56px 0 30px 0;
  background-color: #F6F7FA;
}
.main_moduler_gnts .main_body {
  width: 100%;
  overflow: hidden;
}
.main_moduler_gnts .body_list {
  width: 1500px;
  padding-top: 50px;
}
.main_moduler_gnts .item {
  float: left;
  width: 440px;
  margin-bottom: 56px;
  margin-right: 310px;
}
.main_moduler_gnts .item .img {
  float: left;
  width: 100px;
}
.main_moduler_gnts .item .item_dl {
  float: left;
  width: 340px;
}
.main_moduler_gnts .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_moduler_gnts .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_moduler_ywjz {
  width: 100%;
  padding: 100px 0 65px 0;
  background-color: #fff;
}
.main_moduler_ywjz .body_list {
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 45px;
}
.main_moduler_ywjz .body_list .img {
  float: left;
  width: 533px;
  height: 254px;
  margin-right: 27px;
}
.main_moduler_ywjz .body_list .img img {
  width: 100%;
  height: 100%;
}
.main_moduler_ywjz .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;
}
.header .logo img{
	width: 47px;
	height: 47px;
}