* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "microsoft yahei";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: 0;
}

input {
  border: 0;
  outline: none;
}

button {
  border: 0;
  outline: none;
}

#document {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
}

/* header start */
.header {
  width: 1200px;
  height: 124px;
  background: #fff;
  margin: 0 auto;
}

.logo {
  height: 124px;
  float: left;
}

.logo img {
  padding-top: 30px;
}

.nav {
  padding-top: 44px;
  float: right;
  font-size: 24px;
}

.nav a {
  float: left;
  color: #222222;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 18px;
  font-weight: bold;
}

.nav a:hover {
  color: #fff;
  background-color: #066ae6;
}

.nav .on {
  color: #fff;
  background-color: #066ae6;
}

.login {
  width: 276px;
  height: 124px;
  float: right;
}

.login .inslogin {
  width: 92px;
  height: 27px;
  background: #d8e6fa;
  border: 1px solid #0b65e3;
  border-radius: 10px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  margin-top: 20px;
  float: left;
}

.login .inslogin a {
  color: #0b65e3;
}

.login .userlogin {
  float: left;
  width: 140px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}

.login .userlogin img {
  position: relative;
  top: 3px;
}

.login .userlogin .loginOut {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 2;
}

.login .userlogin .loginOut li {
  color: #181818;
}

.black_box {
  width: 100%;
  background: #000;
  opacity: 0.5;
  min-width: 1200px;
  display: none;
  position: absolute;
  top: 0;
  height: 0;
  z-index: 9999;
}

.login_box {
  width: 501px;
  height: 510px;
  display: none;
  background: url(../img/loginbox.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.login_box .close {
  width: 100%;
  height: 50px;
}

.login_box .close span {
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  display: block;
}

.login_box .login_from {
  width: 367px;
  height: 340px;
  margin: 15px 0px 0px 55px;
}

.login_box .login_from .login_from_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}

.login_box .login_from .login_from_title li {
  text-align: center;
}

.login_box .login_from .login_from_title .thiscu {
  color: #0b65e3;
  font-size: 26px;
}

.login_box .login_from .login_from_table {
  width: 100%;
  height: auto;
}

.login_box .login_from .login_from_table .from_table {
  width: 100%;
  height: auto;
}

.login_box .login_from .login_from_table .from_table .table_phone {
  width: 100%;
  height: 51px;
  background: url(../img/table_phone.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 32px;
}

.login_box .login_from .login_from_table .from_table .table_phone input {
  width: 80%;
  height: 50px;
  outline: none;
  border: none;
  float: right;
  background: none;
  font-size: 14px;
}

.login_box .login_from .login_from_table .from_table .table_psd {
  width: 100%;
  height: 51px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-top: 32px;
}

.login_box .login_from .login_from_table .from_table .table_psd input {
  width: 50%;
  height: 50px;
  outline: none;
  border: none;
  float: left;
  background: none;
  font-size: 14px;
  margin-left: 30px;
}

.login_box .login_from .login_from_table .from_table .table_psd span {
  float: right;
  line-height: 50px;
  padding-right: 20px;
  color: #0b65e3;
  font-size: 14px;
  cursor: pointer;
}

.codethis {
  display: none;
}

.login_box .login_from .login_from_table .from_table .table_check {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #858585;
  margin-top: 40px;
}

.login_box .login_from .login_from_table .from_table .table_button {
  height: 50px;
  background-color: #85b2f1;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* header end */
/* search start */
.search {
  width: 664px;
  height: 56px;
  background: #fff;
  border-radius: 10px;
}

.search .text {
  width: 473px;
  height: 56px;
  float: left;
}

.search .text input {
  width: 90%;
  height: 56px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333333;
  margin-left: 25px;
}

.search .map {
  /* display: none; */
  width: 80px;
  height: 56px;
  float: left;
}

.search .map img {
  margin-top: 18px;
}

.search .but {
  background: #0b65e3;
  width: 108px;
  height: 56px;
  float: right;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}

.search .but img {
  width: 30px;
  height: 33px;
  display: block;
  margin: 10px auto 0px;
}

/* search end */
/* flooter start */
.flooter {
  width: 100%;
  min-width: 1200px;
  height: 213px;
  float: left;
  background: url(../img/flooter.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.flooter .flooter_box {
  width: 1200px;
  height: 213px;
  margin: 0px auto;
}

.flooter .flooter_box .flooter_nav {
  width: 100%;
  height: 92px;
}

.flooter .flooter_box .flooter_nav .flooter_nav_phone {
  width: 215px;
  height: 92px;
  line-height: 92px;
  float: right;
  font-size: 16px;
  color: #0b65e3;
}

.flooter .flooter_box .flooter_nav .flooter_nav_msg {
  float: left;
  width: auto;
  height: 92px;
  line-height: 92px;
}

.flooter .flooter_box .flooter_nav .flooter_nav_msg a {
  color: #fff;
  font-size: 16px;
  width: auto;
  margin-left: 10px;
}

.flooter .flooter_box .flooter_nav .flooter_nav_msg a:first-child {
  margin-left: 0;
}

.flooter .flooter_box .flooter_msg {
  width: 100%;
  height: 120px;
  border-top: 1px solid #48525a;
  font-size: 14px;
  color: #a7aaac;
  line-height: 30px;
  overflow: hidden;

}

.flooter .flooter_box .flooter_msg p {
  padding-top: 30px;
}

.flooter .flooter_box .flooter_msg p:last-child {
  padding-top: 0px;
}

/* flooter end */
/* page */
.page_box {
  width: 100%;
  height: 32px;
  margin: 30px 0px 30px 0px;
  float: left;
}

.page_box .page {
  width: auto;
  height: 32px;
  float: right;
  line-height: 32px;
}

.page_box .page span {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  margin-left: 8px;
}

.page_box .page span a {
  color: #595959;
}

.page_box .page .current {
  border: 1px solid #108ee9;
  background: #108ee9;
}

.page_box .page .current a {
  color: #fff;
}

.page_box .page span:hover {
  border: 1px solid #108ee9;
  background: #108ee9;
}

.page_box .page span:hover a {
  color: #fff;
}

.page_box .page input {
  border: 1px solid #d9d9d9;
  width: 48px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  margin-left: 8px;
}

.page_box .page div {
  float: left;
  margin-left: 8px;
}

/* window */
.dlad {
  top: 400px;
  position: absolute;
  overflow: hidden;
}

.dlad_left {
  left: 50px;
}

.dlad_con {
  overflow: hidden;
  width: 150px;
  height: 360px;
  display: block;
}

.dlad_con img {
  width: 100%;
  height: 100%;
}

.dlad_close {
  width: 100%;
  height: 27px;
  line-height: 24px;
  text-align: right;
  display: block;
  font-size: 13px;
  color: #d92d2b;
  text-decoration: none;
}

.dlad_close img {
  position: relative;
  top: 3px;
  left: -3px;
}

/* 预约看房弹窗 */
.make_box {
  width: 501px;
  height: 510px;
  display: none;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.close_see_house {
  width: 100%;
  height: 20px;
  margin-top: 17px;
}

.close_see_house img {
  float: right;
  cursor: pointer;
}

.make_msg {
  width: 92%;
  margin: 0px auto;
  height: auto;
}

.filling_msg {
  font-size: 22px;
  color: #222222;
  height: 65px;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  line-height: 30px;
}

.make_form {
  width: 100%;
  margin-top: 12px;
}

.make_form_left {
  float: left;
  width: 22%;
  height: 300px;
}

.make_form_left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.make_form_left ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 20px;
}

.make_form_right {
  float: right;
  width: 78%;
}

.make_form_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.make_form_right ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #222222;
  margin-top: 20px;
}

.make_note {
  width: 94%;
  height: 70px;
  outline: none;
  line-height: 23px;
  padding: 10px;
  text-align: justify;
  border: 1px solid #ededed;
  font-size: 16px;
  color: #222222;
  font-family: "microsoft yahei";
}

.make_time {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #222222;
  outline: none;
  text-indent: 5px;
  border: 1px solid #ededed;
}

.measureDate {
  width: 99.5%;
  height: 40px;
  font-size: 16px;
  color: #222222;
  border: 1px solid #ededed;
}

::-webkit-datetime-edit {
  /* display: none; */
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #222222;
}

::-webkit-calendar-picker-indicator {
  cursor: pointer;
  margin: 0;
  width: 23px;
  height: 18px;
  padding: 0;
  background: #fff;
  background-image: url(../img/data_l.png);
  background-repeat: no-repeat;
  position: relative;
  left: -10px;
}

.make_button {
  width: 100%;
  height: 40px;
  margin-top: 55px;
  overflow: hidden;
}

.make_button button {
  width: 125px;
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  float: right;
}

.noclick {
  color: #8b8b8b;
  background: #f5f5f5;
  outline: none;
  border: 1px solid #dcdcdc;
  margin-right: 40px;
}

.suclick {
  color: #fff;
  background: #0b65e3;
  outline: none;
  border: 1px solid #0b65e3;
}

/*分页*/
.pager {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}

.pager li {
  list-style: none;
  font-family: arial;
  font-size: 14px;
  padding: 2px;
  margin: 5px;
  border: #cdcdcd 1px solid;
  text-align: center;
  border-radius: 5px;
  max-width: 80px;
  width: 25px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  background: #fff;
  display: inline-block
}

.pager li:hover {
  border: #cdcdcd 1px solid;
  color: #fff;
  background: #108ee9;
}

.pager li.pg-hidepage {
  display: none
}

.pager li.pg-prev,
li.pg-next {
  width: 80px
}

.pager li.pg-selected {
  border: #cdcdcd 1px solid;
  background: #108ee9;
  color: #fff
}

.pager li.pg-selected:hover {
  color: #fff;
  cursor: default;
}

.pager li.pg-dislabel {
  color: #ccc;
  border: #cdcdcd 1px solid;
  cursor: default
}

.pager li.pg-dislabel:hover {
  border: #cdcdcd 1px solid
}

.hide_box {
  z-index: 99;
  filter: alpha(opacity=30);
  background: #000;
  opacity: 0.3;
  -moz-opacity: 0.3;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
}

.win_boxdl {
  width: 1200px;
  height: 800px;
  background-color: #fff;
  position: fixed;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -400px;
  border: 1px dotted #dedede;
  border-radius: 10px;
  display: none;
}

.shang_close {
  float: right;
  width: 60px;
  color: #b1b1b1;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  margin-right: 0;

  text-decoration: none;
}

.site_nav2 {
  padding: 20px 40px;
  margin: 0px auto;
}

.site_nav2 h2 {
  height: 50px;
  line-height: 30px;
  text-align: left;
  font-size: 22px;
  color: #222;

  margin: 0;
  padding: 0;
}

.show {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  background: #0b65e3;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.headbox {
  position: relative;
}

/* 侧面的交互 */
.right_fixed_main {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 99;
  top: 50%;
  transform: translate(0, -50%);
}

.nav_main {
  width: 50px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.nav_main .nav_item {
  margin: 0 10px;
  height: 70px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1a2731;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
  position: relative;
}

.nav_main .nav_item:last-child {
  border: 0;
}

.nav_main .nav_item i {
  font-size: 16px;
}

.nav_main .nav_item div {
  font-size: 12px;
  margin-top: 5px;
}

.nav_main .nav_item:hover {
  font-weight: bold;
  color: #066ae6;
}

.codeshow {
  position: absolute;
  right: 45px;
  top: -45px;
  height: 158px;
  display: none;
}

.nav_main .nav_item:hover .codeshow {
  display: block;
}

.fcode {
  float: right;
  margin-top: 15px;
}

.kfhotline {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 0;
  height: 50px;
  background-color: #066ae6;
  display: none;
  animation: popup 1s 1 linear;
}

.nav_main .nav_item:hover .kfhotline {
  width: 230px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;

}

.triangle {
  position: absolute;
  margin-top: -35px;
  right: -20px;
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-left: 10px solid #066ae6;
}

@keyframes popup {
  0% {
    right: 55px;
    opacity: 0;
  }

  30% {
    right: 40px;
    opacity: 1;
  }
}

.zwsj {
  display: block;
  text-align: center;
  width: 520px;
  height: 303px;
  margin: 0 auto;
}

.listsearch {
  min-height: 300px;
}

.listsearch ul {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px dashed #d0d0d0;
}

.listsearch ul li {
  margin-top: 33px;

  height: 16px;
  padding-left: 18px;
  line-height: 16px;
  background: url("../img/list_bj.jpg") left no-repeat;
  color: #222;
  font-size: 16px;
  overflow: hidden;
}

.listsearch ul li a {
  display: block;
  color: #222;
}

.listsearch ul li a:hover {
  color: #0b65e3;
}

.searchdate {
  float: right;
}

/*date calender*/
.date-js {
  position: absolute;
  background-color: #fff;
  width: 245px;
  margin-top: 5px;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-flow: column;
  z-index: 999;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.date-js .show-year {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
}

.date-js .show-year .show-date {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-js .show-year .change-date {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.date-js .show-year .change-date:hover {
  color: #3B87D7;
}

.date-js .show-week {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
}

.date-js .show-week .week-day {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.date-js .show-month {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.date-js .show-month .month-day {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.date-js .show-month .month-day.active {
  background-color: #3B87D7;
  border-radius: 50%;
  color: #fff;
}

.date-js .show-month .month-day.today {
  color: #3B87D7;
}

.date-js .show-month .month-day.today.active {
  color: #fff;
}

.date-js .show-month .month-day.active:hover {
  color: #fff;
}


.date-js .show-month .month-day.not-this-month {
  color: #c0c4cc;
}

.date-js .show-month .month-day:hover {
  color: #3B87D7;
}

.date-js .bts {
  width: 100%;
  height: 30px;
  border-top: 1px solid #e2e2e2;
  display: flex;
}

.date-js .bts .bt {
  width: 50%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.date-js .bts .bt:first-child {
  border-right: 1px solid #e2e2e2;
}

.date-js .bts .bt:hover {
  background-color: deepskyblue;
  color: #fff;
}

.flexcol {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  font-size: 14px;
}

.flexrow {
  display: flex;
  flex-direction: row;
  text-align: center;
}

/*弹框美化*/
.fytx_alert_background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

.fytx_alert_background .fytx_alert_box {
  width: 452px;
  height: auto;
  padding: 0 15px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -167px 0 0 -226px
}

.fytx_alert_background .fytx_alert_title {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #99bafa;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  text-align: center
}

.fytx_alert_background .fytx_alert_message {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px 40px 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  line-height: 28px
}

.fytx_alert_background .fytx_alert_btn {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  background-color: #3475f5;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  margin: 0 auto;
  text-align: center
}

.fytx_confirm_background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

.fytx_confirm_background .fytx_confirm_box {
  width: 452px;
  height: auto;
  padding: 0 15px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -167px 0 0 -226px
}

.fytx_confirm_background .fytx_confirm_title {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #99bafa;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  text-align: center
}

.fytx_confirm_background .fytx_confirm_message {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px 40px 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  line-height: 28px
}

.fytx_confirm_background .fytx_confirm_okbtn {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  background-color: #3475f5;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  margin-left: 84px;
  margin-right: 47px
}

.fytx_confirm_background .fytx_confirm_cancelbtn {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  background: fff;
  cursor: pointer;
  font-size: 14px;
  color: #3475f5;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
  border: 1px solid #3475f5
}

.fytx_toast_background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

.fytx_toast_background .fytx_toast_box {
  width: 452px;
  height: auto;
  cursor: pointer;
  padding: 15px 20px;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  line-height: 24px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -226px
}

.agree {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

.agree input {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}
.text-red {
  color: #e54d42;
}

.warning{
  color: #e54d42;
  padding-left: 2em;
}
.disabled{
  background-color: #cccccc17 !important;
}