.new-home-title {
  text-align: center;
  padding: 55px 0 25px;
  font-size: 20px;
}

.new-home-title h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #373637;
  margin-bottom: 15px;
}

.onsale {
  background-color: #fff;
}

.onsale-container {
  width: 1200px;
  margin: 0 auto;
}

.onsale-container .swiper-container {
  height: 378px;
  overflow: visible;
}

.onsale-container .onsale-banner img {
  box-shadow: 0px 1px 16px 4px rgba(0, 0, 0, 0.06);
}

.onsale .swiper-slide {
  cursor: pointer;
  border: 1px solid #f8f8f8;
}

.onsale .swiper-slide .top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #0d0c0c;
  font-weight: bold;
  padding: 30px 25px;
  position: relative;
}

.onsale .swiper-slide .top::after {
  content: '';
  width: 210px;
  height: 1px;
  background-color: #e5e5e5;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.onsale .swiper-slide {
  transition: all .5s;
  box-sizing: border-box;
}

.onsale .swiper-slide:hover {
  box-shadow: 0px 1px 16px 4px rgba(0, 0, 0, 0.06);

}

.onsale .swiper-slide .top img {
  width: 42px;
  height: 28px;
  object-fit: cover;
  margin-right: 10px;
}

.onsale .swiper-slide ul {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #303c59;
  padding: 0 12px;
}

.onsale .swiper-slide .bottom {
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
}

.onsale .swiper-slide .bottom .price {
  font-size: 16px;
  width: 40%;
}

.onsale .swiper-slide .bottom .price span {
  font-size: 29px;
  font-family: Impact;
  padding-left: 5px;
}

.onsale .swiper-slide .bottom .text {
  font-size: 18px;
  margin-top: 14px;
  color: #fff000;
  font-weight: bold;
}

.onsale .swiper-button-next,
.onsale .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cbcbcbc2;
  background-size: 20px 20px;
}

.onsale .swiper-button-next {
  right: 0px;
}

.onsale .swiper-button-prev {
  left: 0px;
}

.onsale .more {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0px;
  color: #464646;
  padding: 35px 0 45px;
}
.onsale .more:hover {
  color: #0131df;
}
.onsale .relative {
  position: relative;
  padding: 0 18px;
  margin: 0 -18px;
  width: 1200px;
  overflow: hidden;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.new-home-map.plus_map_main {
  padding: 35px 0 5px;
}

.new-home-map.plus_map_main .new-home-title {
  padding-top: 18px;
}

.new-home-map.plus_map_main .plus_item {
  border-color: #2854f0;
}

.new-home-map.plus_map_main .plus_item::after {
  background: #2854f0;
}

.recommend {
  background-color: #f4f6f8;
  padding-bottom: 90px;
}

.recommend .recommend-container {
  width: 1200px;
  margin: 0 auto;
}

.recommend .recommend-nav,
.home-news .home-news-nav {
  display: flex;
  justify-content: space-between;
}

.recommend .recommend-nav li,
.home-news .home-news-nav li {
  width: 291px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 3px;
  color: #2b2a2a;
  font-size: 21px;
  line-height: 54px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.recommend .recommend-nav li.on,
.home-news .home-news-nav li.on {
  background-color: #2854f0;
  color: #fff;
  position: relative;
}

.home-news .home-news-nav li.on::after,
.recommend .recommend-nav li.on::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 8px;
  left: 50%;
  margin-left: -9px;
  background: url(../img/icon-down.png) no-repeat center center/cover;
}

.recommend .nav-content {
  height: 450px;
  overflow: hidden;
}

.recommend .nav-content .list {
  display: flex;
}

.recommend .nav-content .left {
  height: 100%;
  width: 300px;
  background-image: linear-gradient(0deg,
      #0131df 0%,
      #0330d5 0%,
      #042fca 0%,
      #042fcb 0%,
      #0833d0 0%,
      #0b37d5 0%,
      #0830be 0%,
      #0528a6 0%,
      #3861f4 100%);
  color: #fff;
}

.recommend .nav-content .left .img-bg {
  height: 100%;
  /*padding: 70px 30px;*/
}

.recommend .nav-content .left .txt {
  font-size: 18px;
  line-height: 30px;
}

.recommend .nav-content .left .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.recommend .nav-content .right {
  width: 900px;
  box-sizing: border-box;
}

.recommend .nav-content .right .right-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommend .nav-content .right .right-nav li {
  width: 222px;
  height: 50px;
  background-color: #3861f4;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  border-top: 2px solid #3861f4;
}

.recommend .nav-content .right .right-nav li.on {
  background-color: #fff;
  color: #0131df;
  border-top: 2px solid #0131df;
}

.recommend .nav-content .right .swiper-slide {
  background-color: #fff;
  height: 450px;
  border-right: 1px solid #e0dfdd;
  width: 33.333%;
}

.recommend .nav-content .right .swiper-slide .top {
  font-size: 20px;
  line-height: 30px;
  color: #0d0c0c;
  padding: 40px 22px 0px 22px;
}

.recommend .nav-content .right .swiper-slide .top .border {
  border-bottom: 1px solid #e0dfdd;
  padding-bottom: 35px;
}

.recommend .nav-content .right .swiper-slide .top .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend .nav-content .right .swiper-slide .top .price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #606061;
}

.recommend .nav-content .right .swiper-slide .top .price span {
  font-family: Impact;
  font-size: 39px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #e63425;
}

.recommend .nav-content .right .swiper-slide .top .title img {
  width: 40px;
  height: 26px;
  object-fit: cover;
  margin-right: 10px;
}

.recommend .nav-content .right .swiper-slide .mid {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1c1c1c;
}

.recommend .nav-content .right .swiper-slide .bottom {
  text-align: center;
}

.recommend .nav-content .right .swiper-slide .bottom a {
  display: inline-block;
  width: 226px;
  height: 42px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 42px;
  color: #717071;
  font-size: 16px;
  border-radius: 3px;
  border: solid 1px #717071;
}

.recommend .nav-content .right .swiper-slide .bottom a:hover {
  background-color: #375ff3;
  border-color: #375ff3;
  color: #fff;
}

.recommend .nav-content .right .swiper-button-next,
.recommend .nav-content .right .swiper-button-prev {
  width: 33px;
  height: 88px;
  background-color: #dadbdd;
  background-size: 15px 20px;
  top: 188px;
}

.recommend .nav-content .right .swiper-button-next {
  right: 0;
}

.recommend .nav-content .right .swiper-button-prev {
  left: 0;
}

.advantage.new-home-advantage {
  height: 370px;
}

.advantage .new-home-title {
  padding-top: 30px;
  margin-bottom: 30px;
  color: #212020;
}

.advantage.new-home-advantage .cont div:first-child {
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.advantage.new-home-advantage .advan-content .cont .youshi-item {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #161616;
}

.advantage.new-home-advantage .advan-content .cont .youshi-descr {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #161616;
}

.home-news {
  background-color: #f4f6f8;
  padding: 30px 0 40px;
}

.home-news-container {
  width: 1200px;
  margin: 0 auto;
}

.home-news .news-wrap {
  margin-top: 50px;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #343434;
}
.home-news .news-wrap .news-list{
  display: none;
}
.home-news .news-wrap .news-list.show{
  display: flex!important;
}
.home-news .news-wrap .news-list div{
  width: 50%;
}
.home-news .news-wrap .news-list div a{
  display: block;
}
.home-news .news-wrap .news-list div a:hover{
  color: #0131df;
}
.home-news .home-news-nav li a{
  display: block;
}
.home-news .home-news-nav li.on a{
  color: #fff;
}
.footer .footer-cont .attention .title{
  text-align: center!important;
}
.footer .views-mob{
  text-align: center;
  color: #b1b2b2;
  position: relative;
  margin-top: 35px;
}
.footer .views-mob img{
  position: absolute;
  left: 50%;
  top: -60px;
  width: 126px;
  height: 126px;
  margin-left: -63px;
  object-fit: cover;
  z-index: 9;
  display: none;
}
.footer .views-mob span{ 
  width: 172px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
	border-radius: 4px;
  border: solid 1px #e0dfdd;
  display: inline-block;
  cursor: pointer;
}
.footer .views-mob span:hover img{
  top: -140px;
  display: block;
}
.footer .footer-cont .copyright{
  margin-top: 10px;
}