.layout {
  width: 1200px;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.flex-bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shangqiao {
  cursor: pointer;
}

.call-box {
  width: 604px;
  height: 61px;
  border: 2px solid #32c8c8;
  border-radius: 10px;
  font-size: 24px;
  line-height: 61px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
}

.call-box div:first-child {
  width: 359px;
  color: #32c8c8;
}

.call-box div:last-child {
  width: calc(100% - 359px);
  color: #fff;
  background-color: #32c8c8;
}

header,
footer,
section {
  min-width: 1200px;
  position: relative;
}

.topbar {
  height: 30px;
  line-height: 30px;
  background-color: #e5e5e5;
}

.head {
  height: 115px;
  background-image: url("../images/head_bg.png");
}

.head .logo {
  margin-top: 23px;
  height: 63px;
  width: 193px;
  background-image: url("../images/logo.png");
}

#nav {
  margin-top: 74px;
}

#nav span {
  position: relative;
  font-size: 22px;
  display: inline-block;
  width: 174px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}

#nav span i {
  font-style: normal;
  font-size: 16px;
  vertical-align: sub;
  line-height: 10px;
}

#nav span.active {
  color: #fff;
  background-color: #ff7a00;
}

#menu {
  background-image: url("../images/menu_bg.png");
  background-position: 0 15px;
  background-repeat: no-repeat;
  height: 245px;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 15px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

#nav:hover #menu {
  opacity: 1;
  visibility: unset;
}

#menu.show {
  opacity: 1;
  visibility: unset;
}

#menu .layout {
  font-size: 18px;
}

#menu .layout .left {
  width: 190px;
}

#menu .layout .right {
  padding-top: 5px;
}

#menu .layout .item {
  display: inline-block;
  width: 174px;
  height: 245px;
  vertical-align: top;
}

#menu .layout .item a {
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

#menu .layout .item a.active,
#menu .layout .item a:hover {
  color: #ff7a00;
}

.banner {
  height: 450px;
  background-image: url("../images/realestate_banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-top: 1px;
  display: flex;
}

.banner .layout {
  display: flex;
  justify-content: space-between;
  display: none;
}

.banner .call-box {
  margin-top: 345px;
  /* margin: 345px 0 0 150px; */
  border: 2px solid #0ea8a5;
}

.banner .call-box div:last-child {
  background-color: #0ea8a5;
}

.banner .call-box div:first-child {
  color: #0ea8a5;
}

.reset-btn {
  display: none;
}

.banner form {
  background-color: #fff;
  width: 283px;
  border-radius: 10px;
  margin: 44px 0 69px;
}

.banner form .tips {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 32px;
}

.banner form .tit {
  background: linear-gradient(0deg, #32c8c8, #4cf8d2);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 47px;
  font-weight: 700;
  border-radius: 10px 10px 0px 0px;
}

.banner form .layui-form-label {
  color: #000;
  padding: 9px 10px 9px 30px;
  width: 70px;
  text-align: left;
}

.banner form .layui-form-item {
  margin: 21px 0;
}

.banner form .two .layui-input {
  width: 208px;
}

.banner form .layui-input {
  background-color: #efefef;
  border: 0;
  border-radius: 5px;
}

.layui-sele-btn .layui-form-radio {
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #717171;
  color: #717171;
  margin: 4px 5px 0 0;
  transition: all 0.2s;
  width: 70px;
  box-sizing: border-box;
  text-align: center;
}

.layui-sele-btn .layui-form-radio>i {
  display: none;
}

.layui-sele-btn .layui-form-radio:hover {
  background-color: #ff7e1991;
  border: 1px solid #ff7e1991;
  color: #fff;
}

.layui-sele-btn .layui-form-radio.layui-form-radioed {
  background-color: #ff7e19;
  border: 1px solid #ff7e19;
  color: #fff;
}

.banner form .layui-btn {
  width: calc(100% - 64px);
  margin: 0 32px;
  color: #fff;
  height: 38px;
  background: linear-gradient(158deg,
      rgba(255, 139, 41, 1) 0%,
      rgba(255, 106, 0, 1) 100%);
  box-shadow: 0px 0px 15px 0px rgba(255, 109, 43, 0.3);
  border-radius: 24px;
}

/* .banner form .submit-btn {
  width: 100px;
  margin: 0;
  color: #fff;
  height: 38px;
  background: #ff7a00;
  border-radius: 0px 5px 5px 0px;
  border: none;
  cursor: pointer;
} */

.banner form .foot {
  background: linear-gradient(0deg, #32c8c8, #4cf8d2);
  border-radius: 0 0 10px 10px;
  height: 60px;
  text-align: center;
}

.banner form .foot .submit-btn {
  width: 163px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  color: #32c8c8;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  margin-top: 14px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

/* .banner form .foot a:hover {
  color: #ff7a00;
} */

.banner form .layui-form-select .layui-input {
  width: 100%;
  border-radius: 5px;
}

.banner form .layui-form-select dl dd.layui-this {
  background-color: #ff7e19;
  color: #fff;
}

.mod-1 {
  height: 156px;
  background-image: url("../images/index_mod1_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 18px;
  box-sizing: border-box;
}

.mod-1 .layout {
  width: 1247px;
}


.mod-2 {
  background-image: url("../images/oneBanner.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 80px;
  box-sizing: border-box;
  background-size: cover;
  margin-top: -13px;
  height: 852px;
}

.mod-2 .layout {
  width: 1247px;
}

.mod-2 .tit {
  text-align: center;
  margin-bottom: 81px;
}

.mod-2 img {
  width: 431px;
  height: 42px;
}

.mod-2 .layout .cententBox {
  width: 998px;
  height: 424px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mod-2 .layout .cententBox .onePage,
.mod-2 .layout .cententBox .twoPage {
  width: 469px;
  height: 424px;
  background-image: url("../images/kuangkuang.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cententBox .onePage .headerTop {
  width: 100%;
  height: 25px;
  display: flex;
  margin-top: 44px;
}

.cententBox .onePage .headerTop .hot {
  width: 51px;
  height: 25px;
  border: 1px solid #32C8C8;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  color: #32C8C8;
  margin-left: 24px;
}

.cententBox .onePage .headerTop .xingBox1 .xingImg {
  width: 121px;
  height: 21px;
  margin-left: 8px;
}

.cententBox .onePage .centerBox {
  width: 100%;
  margin: 0 auto;
}

.cententBox .onePage .centerBox .centerImgBox {
  width: 120px;
  height: 103px;
  margin: 0 auto;
  margin-top: 43px;
  margin-bottom: 36px;
}

.cententBox .onePage .centerBox .centerImgBox .fdcImg {
  width: 120px;
  height: 103px;
}

.cententBox .onePage .centerBox .textjianzhu {
  text-align: center;
  color: #F44B00;
  font-size: 24px;
}

.cententBox .onePage .btnlianxi {
  width: 159.4px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  margin-top: 49px;
  font-size: 20px;
  border: 1px solid #000000;
  border-radius: 18px;
  line-height: 35px;
}


.mod-2 .layout .shangqiao {
  margin-top: 72px;
}




.mod-3 {
  background-image: url("../images/building2_mod3_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 80px;
  box-sizing: border-box;
  margin-top: -13px;
}

.mod-3 .tit {
  text-align: center;
  margin-bottom: 81px;
}

.mod-3 .tit img {
  width: 467px;
  height: 36px;
  /* text-align: center;
  margin-bottom: 81px; */
}

.mod-3 .ctrl {
  width: 1200px;
  margin: 0 auto 59px;
  display: flex;
  justify-content: space-between;
}

.mod-3 .ctrl > div {
  width: 585px;
  height: 62px;
  /* border: 2px solid #32c8c8; */
  line-height: 62px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #36CDCD;
  transition: all 0.3s;
  cursor: pointer;
}

.mod-3 .ctrl > div:hover,
.mod-3 .ctrl .active {
  background-color: #FF7C00;
  color: #fff;
}

.mod-3 .main {
  height: 548px;
  position: relative;
}

.mod-3 .main .btns {
  position: absolute;
  left: 295px;
  right: 0;
  top: 0;
  bottom: 0;
  flex-wrap: wrap;
}

.mod-3 .main .btns span {
  color: #000;
  border: 1px solid #333;
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  font-size: 21px;
  margin: 209px 86px 25px;
  transition: all 0.3s;
}

.mod-3 .main .btns span:hover {
  color: #ff7f1a;
  border: 1px solid #ff7f1a;
}

.mod-3 .main > .imgList {
  background-color: red;
  display: none;
  height: 533px;
  background-image: url("../images/Tabbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.mod-3 .main .img1 {
  display: block;
  width: 100%;
  overflow: hidden;
}

.mod-3 .main .img1 > .cententBoxMain1{
  padding-top: 71px;
  padding-left: 105px;
  line-height: 65px;
}



.mod-3 .main .img2 .cententBoxMain2{
  padding-top: 71px;
  padding-left: 105px;
  line-height: 65px;
}


.mod-3 .bottom {
  margin: 41px 0 43px;
  flex-wrap: wrap;
}

.mod-3 .bottom .item {
  width: 286px;
  height: 252px;
  padding: 8px 24px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(37, 37, 37, 0.77);
}

.mod-3 .bottom .item {
  margin-bottom: 24px;
}

.mod-3 .bottom .item h5 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 60px;
  border-bottom: 1px solid #afafaf;
}

.mod-3 .bottom .item p {
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
}

.mod-3 .bottom .item p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff7f1a;
  position: absolute;
  left: 0;
  top: 10px;
}

.mod-3 .bottom .item .mask {
  width: 100%;
  height: 147px;
  position: absolute;
  top: 260px;
  left: 0;
  background-color: RGBA(70, 205, 205, 0.95);
  transition: all 0.3s;
  border-top: 12px solid #e5c547;
}

.mod-3 .bottom .item .mask span {
  text-align: center;
  display: block;
  margin: 10px auto;
  line-height: 122px;
  font-size: 24px;
  width: 122px;
  height: 122px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}

.mod-3 .bottom .item:hover .mask {
  top: 94px;
}

.mod-6 {
  background-image: url("../images/upcoming_mod6_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 0px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 45px;
}

.mod-6 .header-img {
  width: 100%;
  height: 36px;
  /* margin-bottom: 10px; */
}

.mod-6 .header-img img {
  width: 505px;
  height: 36px;
}

.mod-6 .banner-img-slider {
  width: 780px;
  height: 641px;
  margin-bottom: 58px;
  margin-top: 46px;
}

.last-mod {
  width: 100%;
  height: 840px;
}

.last-mod img {
  width: 100%;
  height: 840px;
}

.footerPage {
  width: 100%;
  height: 100%;
  background-image: url("../images/backgroundfooter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageBox {
  width: 1199px;
  height: 825px;
  margin: 0 auto;
}

.pageBox .pageTitle {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: bold;
  padding-top: 85px;
}

.pageBox .pageflex {
  display: flex;
  margin-top: 73px;
}

.pageBox .pageflex .leftPage {
  width: 628px;
}

.h3title {
  height: 24px;
  position: relative;
}

.orangeBlock {
  width: 40px;
  height: 6px;
  background-color: #FEA700;
  position: relative;
  top: 22px;
  z-index: 0;
}


.titleMain {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
}

.conentBox {
  text-indent: 2em;
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 32px;
}

.tailMain {
  width: 630px;
  height: 102px;
  display: flex;
  margin-top: 108px;
  background-color: #fff;
  justify-content: space-between;
}


.tailMain .one {
  width: 120px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.one:hover {
  background-color: #25BBB7;
}

.tailMain .one:hover .onePageBox {
  width: 36px;
  height: 34px;
  margin-top: 21px;
  background-image: url("../images/write.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.one:hover .textP {
  color: #fff;
}

.one .onePageBox {
  width: 36px;
  height: 34px;
  margin-top: 21px;
  background-image: url("../images/Unchecked.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.one .onePageBox .selectImg {
  width: 36px;
  height: 34px;
}

.one .textP {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
}

.tailMain .two {
  width: 120px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.two:hover {
  background-color: #25BBB7;
}

.two:hover .twoPageBox {
  width: 36px;
  height: 34px;
  background-image: url("../images/write.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 21px;
}

.two:hover .textP {
  color: #fff;
}

.two .twoPageBox {
  width: 36px;
  height: 34px;
  background-image: url("../images/Unchecked.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 21px;
}

.two .twoPageBox .selectImg {
  width: 36px;
  height: 34px;
}

.two .textP {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
}


.tailMain .three {
  width: 120px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
  background-color: #fff;
  cursor: pointer;
}

.three:hover {
  background-color: #25BBB7;
}

.three:hover .threePageBox {
  width: 36px;
  height: 34px;
  background-image: url("../images/write.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 21px;
}

.three:hover .textP {
  color: #fff;
}


.three .threePageBox {
  width: 36px;
  height: 34px;
  background-image: url("../images/Unchecked.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 21px;
}

.three .threePageBox .selectImg {
  width: 36px;
  height: 34px;
}

.three .textP {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
}


.tailMain .four {
  width: 120px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.four:hover {
  background-color: #25BBB7;
}

.four:hover .fourPageBox {
  width: 36px;
  height: 34px;
  margin-top: 21px;
  background-image: url("../images/write.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.four:hover .textP {
  color: #fff;
}

.four .fourPageBox {
  width: 36px;
  height: 34px;
  margin-top: 21px;
  background-image: url("../images/Unchecked.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.four .fourPageBox .selectImg {
  width: 36px;
  height: 34px;
}

.four .textP {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
}

.tailMain .five {
  width: 120px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.five:hover {
  background-color: #25BBB7;
}

.five:hover .fivePageBox {
  width: 36px;
  height: 34px;
  margin-top: 21px;
  background-image: url("../images/write.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.five:hover .textP {
  color: #fff;
}


.five .fivePageBox {
  width: 36px;
  height: 34px;
  margin-top: 21px;
  background-image: url("../images/Unchecked.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.five .fivePageBox .selectImg {
  width: 36px;
  height: 34px;
}

.five .textP {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
}

.pageBox .pageflex .rightPage {
  width: 540px;
}

.footerPage2 {
  width: 470px;
  height: 520px;
  background-color: rgba(37, 187, 183, .5);
  margin-left: 102px;
  position: relative;
}

.footerPage2 .imgPageFt {
  position: absolute;
  top: -40px;
  left: -70px;
  width: 470px;
  height: 520px;
}

.imgPageFt  {
  width: 470px;
  height: 520px;
}
.imgPageFt .ftimg{
  width: 470px;
  height: 520px;
}


.footerPage2 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
  width: 40px;
  height: 5px;
  border-radius: 0%;
  background-color: #fff;
  opacity:10;

}

.swiper-pagination-bullet{
    width: 40px;
    height: 5px;
    display: inline-block;
    border-radius: 0%;
    background: #000;
    opacity: .2;
}

.footerPage2 .swiper-container .swiper-pagination .swiper-pagination-bullet{
  
}
/* .imgPageFt .ftimg */


footer {
  background-color: #000;
  padding: 30px 0 35px;
}

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

footer img {
  width: 112px;
  height: 112px;
  margin-right: 20px;
}

footer .left {
  width: 441px;
}

footer .right p {
  margin-bottom: 6px;
}