@charset "utf-8";
/* CSS Document */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header_menu ul li {
  display: inline-block;
  position: relative;
}
.header_menu ul li > a {
  height: 122px;
  line-height: 122px;
  font-size: 16px;
  color: #666666;
  margin: 0 20px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  display: inline-block;
  position: relative;
}
.header_menu ul li > a:after {
  content: '';
  display: block;
  width: 26px;
  height: 6px;
  background: #3874f6;
  border-radius: 50px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  display: none;
}
.header_menu ul li:hover > a,
.header_menu ul li > a.actived {
  font-weight: 600;
  color: #333333;
}
.header_menu ul li:hover > a:after,
.header_menu ul li > a.actived:after {
  display: block;
}
.header_info .searchbox {
  width: 226px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  /* Center slide text vertically */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_info .searchbox i {
  font-size: 20px;
  color: #999;
}
.header_info .searchbox input {
  border: 0 !important;
  background: #f5f5f5;
}
.header_info .toggle_btn {
  font-size: 24px;
  color: #838694;
  cursor: pointer;
}
.offcanvas_menu {
  display: none;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background: #000;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.offcanvas_menu_wrapper {
  width: 290px;
  height: 100vh;
  background: #FFFFFF;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 50px 15px 30px;
  overflow: auto;
  margin-left: -300px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  font-weight: 500;
  width: 32px;
  display: block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  border-radius: 100%;
  color: #000000;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.offcanvas-social {
  margin-bottom: 30px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li a {
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  color: #3874f6;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  border-radius: 50px;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  display: inline-block;
}
.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  top: 8px;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
  display: none;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
}
.offcanvas_footer i {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.banner {
  height: 522px;
  padding-top: 122px;
}
.banner .swiper-slide {
  border-radius: 10px;
}
.citylist_item a {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  margin-right: 35px;
  line-height: 1em;
}
.citylist_item a:first-child {
  margin-bottom: 30px;
}
.citylist_item {
  padding-left: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1em;
}
.citylist_item:after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  left: 0;
  bottom: 0;
}
.citylist_box {
  padding-bottom: 32px;
  padding-top: 80px;
  border-bottom: 2px solid #e2ebfe;
  margin-bottom: 60px;
}
.citylist_box .leftimg {
  width: 202px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.homes_title {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  padding: 0 40px;
  line-height: 1em;
  background: url(../img/png/pic3.png) center left no-repeat, url(../img/png/pic4.png) center right no-repeat;
}
.more {
  font-size: 14px;
  color: #999999;
}
.newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.newslist .imgbox {
  width: 144px;
  height: 96px;
}
.newslist .fonts {
  flex: 1;
  min-width: 0;
  padding-left: 15px;
}
.newslist .fonts .title {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newslist .fonts .cons {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #999;
}
.dage1 {
  font-size: 12px;
  color: #999999;
  padding: 0 5px;
  height: 20px;
  background: #f5f5f5;
  margin-right: 8px;
}
