@charset "UTF-8";
/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea, button, i, input, select, option, header, footer, main, article, section, aside, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 600;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

hr {
  height: 1px;
  background-color: #ddd;
  margin: 10px 0;
  border: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="text"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  border: none;
  background: none;
}

button, input[type="radio"], input[type="checkbox"] {
  border: none;
  outline: none;
}

textarea {
  border: 1px solid #e7e7e7;
  padding: 8px 10px;
  font: inherit;
  color: #444;
  resize: none;
  overflow: auto;
  vertical-align: top;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="submit"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="search"]:focus, input[type="search"]:active {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: 0 none;
}

input[type="submit"], input[type="submit"]:focus {
  border: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-selection {
  background-color: #202020;
  color: #fff;
}

::selection {
  background-color: #202020;
  color: #fff;
}

body {
  font-family: -apple-system, "SF UI Text", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.6;
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #b1afaf;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  background-color: #b1afaf;
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

body {
  background: #fff;
}

.page_bg {
  width: 100%;
  min-width: 1200px;
  background: #fff;
}

.page_bg .page {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}

.header-top {
  background: #fafafa;
  border-bottom: 1px solid #e5e6e9;
  margin-bottom: 25px;
}

.header-top-list {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-size: 0;
}

.header-top-list-items {
  display: inline-block;
}

.header-top-list-items a {
  display: block;
  padding: 14px 11px;
  font-size: 12px;
  color: #333333;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.header-top-list-items a:hover {
  color: #de260e;
}

.header-top-list-items.first a {
  color: #5a5a5a;
}

.header-top-list-items.first a:hover {
  color: #de260e;
}

.header-top-list-items.first a span {
  padding-right: 19px;
  display: block;
  border-right: 1px solid #c8c8c8;
}

.header-center {
  margin-bottom: 26px;
}

.header-center-main {
  width: 1200px;
  margin: 0 auto;
}

.header-center-main-logo {
  float: left;
  width: 280px;
  height: 60px;
}

.header-center-main-logo-one {
  float: left;
  height: 100%;
}

.header-center-main-logo-one img {
  height: 100%;
}

.header-center-main-logo-two {
  padding-top: 10px;
  float: right;
}

.header-center-main-search {
  float: left;
  margin-left: 130px;
  width: 372px;
  padding-top: 10px;
}

.header-center-main-search ::-webkit-input-placeholder {
  color: #999999;
}

.header-center-main-search :-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.header-center-main-search ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.header-center-main-search :-ms-input-placeholder {
  color: #999999;
}

.header-center-main-search input {
  width: 100%;
  height: 42px;
  border: 1px solid #d3d2d2;
  font-size: 16px;
  padding-left: 55px;
  color: #999;
  background: url("../img/assets/icon_search.png") 22px center no-repeat;
  background-size: 20px;
}

.header-center-main-share {
  float: right;
  height: 60px;
}

.header-center-main-share-items {
  float: left;
  margin-left: 4px;
  height: 100%;
  border: 1px solid #e5e6e9;
}

.header-center-main-share-items a {
  position: relative;
  display: block;
  height: 100%;
}

.header-center-main-share-items a .pic-sml {
  display: block;
  width: 78px;
  height: 37px;
}

.header-center-main-share-items a .pic-pop {
  position: absolute;
  bottom: -255px;
  right: 0;
  z-index: 20;
  display: none;
  width: 250px;
  height: 250px;
  border: 1px solid #999;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}

.header-center-main-share-items a:hover .pic-pop {
  display: block;
}

.header-center-main-share-items a p {
  padding-top: 3px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #656565;
  line-height: 1;
}

.header-bottom {
  margin-bottom: 45px;
  height: 45px;
  background: #de260e;
}

.header-bottom-list {
  width: 1200px;
  background: #de260e;
  margin: 0 auto;
}

.header-bottom-list-items {
  float: left;
}

.header-bottom-list-items a {
  display: block;
  padding: 0 15px;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 500;
}

.header-bottom-list-items a:hover {
  font-weight: 900;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer {
  width: 100%;
  background: #f8f8f8;
  border-top: 1px solid #eaeaea;
}

.footer-top {
  margin: -1px auto 47px;
  border-top: 2px solid #fa452d;
  background: #f8f8f8;
  width: 1200px;
}

.footer-top-title {
  padding-top: 25px;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.footer-top-list {
  padding-top: 30px;
  text-align: center;
}

.footer-top-list-items {
  display: inline-block;
}

.footer-top-list-items.first a {
  border-left: 0;
}

.footer-top-list-items a {
  display: block;
  padding: 0 25px;
  border-left: 1px solid #666666;
  color: #666666;
  line-height: 1;
}

.footer-top-list-items a:hover {
  color: #fa452d;
}

.footer-center {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer-center-left {
  float: left;
  width: 530px;
  height: 138px;
  border-right: 2px solid #eaeaea;
}

.footer-center-left>a>img {
  padding: 24px 50px 0 0;
  display: block;
  float: right;
}
.footer-center-center{
    float: left;
}
.footer-center-center img{
    height: 130px;
    padding: 4px 0 0 40px;
}

.footer-center-right {
  float: left;
  height: 100%;
}

.footer-center-right img {
  padding: 4px 0 0 40px;
}
.footer-bottom {
  width: 1200px;
  margin: 0 auto;
}

.footer-bottom-otherLink {
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.footer-bottom-otherLink-items {
  display: inline-block;
  margin: 0 10px;
}

.footer-bottom-otherLink-items img {
  display: block;
  max-height: 80px;
}

.footer-bottom-link {
  text-align: center;
}

.footer-bottom-link-items {
  display: inline-block;
}

.footer-bottom-link-items.first a {
  border-left: 0;
}

.footer-bottom-link-items a {
  display: block;
  padding: 0 18px;
  border-left: 1px solid #666666;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1;
}

.footer-bottom-link-items a:hover {
  color: #fa452d;
}

.footer-bottom-info {
  padding: 10px 0 18px;
}

.footer-bottom-info-items {
  text-align: center;
}

.footer-bottom-info-items p {
  font-size: 12px;
  color: #9f9f9f;
  line-height: 26px;
}

.swiper_styleTwo {
  width: 100%;
  height: 100%;
}

.swiper_styleTwo .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_styleTwo .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_styleTwo .swiper-button {
  z-index: 10;
  width: 70px;
  height: 122px;
  background: #d0d1d8;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.swiper_styleTwo .swiper-button:hover {
  background: #eee;
}

.swiper_styleTwo .swiper-button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 22px;
  height: 37px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.swiper_styleTwo .swiper-button-prev {
  left: 0;
}

.swiper_styleTwo .swiper-button-prev i {
  background-image: url("../img/assets/icon_arrows_left_3.png");
}

.swiper_styleTwo .swiper-button-next {
  right: 0;
}

.swiper_styleTwo .swiper-button-next i {
  background-image: url("../img/assets/icon_arrows_right_3.png");
}

.swiper_styleTwo .swiper-pagination {
  width: auto;
  left: auto;
  right: 25px;
  bottom: 18px;
}

.swiper_styleTwo .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.swiper_styleTwo .swiper-pagination span.swiper-pagination-bullet-active {
  background: #eb6a66;
}

/*页面样式*/
.swiper_styleOne {
  width: 100%;
  height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 500px;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a p {
  position: absolute;
  left: 0;
  top: 520px;
  z-index: 11;
  padding: 0 120px;
  text-align: center;
  width: 100%;
  line-height: 1;
  font-size: 24px;
  color: #333333;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swiper_styleOne .swiper-button {
  top: 240px;
  z-index: 10;
  background-position: center center;
  background-size: 21px 36px;
  background-repeat: no-repeat;
  width: 50px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper_styleOne .swiper-button-prev {
  background-image: url("../img/assets/icon_arrows_left.png");
  left: 0;
}

.swiper_styleOne .swiper-button-next {
  background-image: url("../img/assets/icon_arrows_right.png");
  right: 0;
}

.swiper_styleOne .swiper-pagination {
  height: 41px;
  line-height: 41px;
  top: 460px;
}

.swiper_styleOne .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.swiper_styleOne .swiper-pagination span.swiper-pagination-bullet-active {
  background: #eb6a66;
}

.page-section1 {
  height: 500px;
}

.page-section-header {
  border-bottom: 2px solid #EAEAEA;
  height: 42px;
}

.page-section2 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-section-header-title {
  padding: 0 40px 0 20px;
  border-bottom: 2px solid #DE260E;
  color: #DE260E;
  font-size: 22px;
  font-weight: bold;
  line-height: 41px;
  float: left;
}

.page-section-header-more {
  color: #999999;
  font-size: 14px;
  line-height: 42px;
  float: right;
  cursor: pointer;
}

.page-section-header-more:hover {
  color: #DE260E;
}

.page-section-header-more i {
  background: url("../img/list_realestate/more.png") center center no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin: 6px 0 0 16px;
  float: right;
}

.page-section2-list {
  margin-top: 36px;
}

.page-section2-list li {
  float: left;
  width: 286px;
  margin-right: 17px;
}

.page-section2-list li:last-child {
  margin-right: 0;
}

.page-section2-list li img {
  width: 286px;
  height: 210px;
}

.page-section2-list-adr-left {
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 13px;
}

.page-section2-list-adr-right {
  float: right;
  color: #999999;
  font-size: 14px;
  margin-right: 10px;
  line-height: 40px;
}

.page-section2-list-prize {
  color: #DE260E;
  font-size: 16px;
  font-weight: bold;
  margin-left: 13px;
}

.page-section3-area {
  height: 524px;
  margin-top: 22px;
}

.page-section4-left {
  width: 775px;
  float: left;
}

.page-section4-right {
  width: 375px;
  float: right;
}

.page-section4-left-conten {
  margin-top: 10px;
}

.page-section4-left-conten .page-section4-left-list-main {
  color: #333333;
  font-weight: bold;
  font-size: 31px;
  margin-top: 25px;
}

.page-section4-left-list-commom a div {
  color: #333333;
  font-size: 19px;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #EAEAEA;
  line-height: 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}

.page-section4-left-list-commom a:last-child div {
  color: #333333;
  font-size: 19px;
  float: left;
  padding-right: 0;
  border-right: none;
}

.page-section4-left-list-commom a div:hover {
  color: #DE260E;
}

.subject-acti {
  margin-top: 30px;
}

.subject-acti-header {
  border-bottom: 1px solid #EAEAEA;
}

.subject-acti-title {
  font-size: 14px;
  color: #333333;
  float: left;
  margin-left: 7px;
}

.subject-acti-more {
  font-size: 12px;
  color: #999999;
  float: right;
}

.subject-acti-more:hover {
  color: #EB3323;
  cursor: pointer;
}

.subject-acti-list li {
  margin-top: 22px;
}

.subject-acti-list li div p:hover {
  color: #EB3323;
  cursor: pointer;
}

.subject-acti-list li div {
  width: 200px;
  height: 80px;
  border-bottom: 1px solid #EAEAEA;
  float: left;
}

.subject-acti-list li div p {
  color: #999999;
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.subject-acti-list li img {
  width: 120px;
  height: 80px;
  float: right;
}

.subject-acti-list li img:hover {
  cursor: pointer;
}

.swiper_styleTwo {
  width: 990px;
  height: 526px;
  float: right;
}

.swiper_styleTwo .swiper-slide-title {
  color: #F8513B;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding-left: 13px;
  margin: 15px;
  border-left: 3px solid #F8513B;
}

.swiper_styleTwo .swiper-slide-img-list img {
  width: 309px;
  height: 203px;
  margin-left: 10px;
}

.swiper_styleTwo .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #F8513B;
}

.area-list {
  width: 190px;
  height: 526px;
  float: left;
  background-color: #F7F4F4;
}

.area-list li {
  width: 100%;
  text-align: center;
  height: 54px;
  position: relative;
  cursor: pointer;
}

.area-list li .adress {
  margin: 0 auto;
  width: 155px;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #E0DFDF;
  line-height: 54px;
}

.triangle_border_left span {
  display: none;
  width: 0;
  height: 0;
  border-width: 5px 10px 5px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 24px;
  right: 1px;
}

.area-list .active {
  background-color: #F8513B;
}

.area-list .active .adress {
  color: white;
  border: none;
}

.area-list .active .triangle_border_left span {
  display: block;
}

.page-section {
  margin: 30px 0;
}

.subject-acti-list li a div p {
  max-height: 60px;
}