.head {
  width: 100%;
  height: 48px;
  background-color: #f5f5f5;
}

.head .ec {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.head .ec .left ul {
  display: flex;
  align-items: center;
}

.head .ec .left ul li p {
  font-size: 16px;
  color: #a7a7a7;
}

.head .ec .left ul li a {
  font-size: 16px;
  color: #a7a7a7;
  margin-left: 12px;
}

.head .ec .left ul li a:hover {
  color: #f2304a;
}

.head .ec .right {
  display: flex;
  align-items: center;
}

.head .ec .right .Hotline ul {
  display: flex;
  align-items: center;
}

.head .ec .right .Hotline ul li p {
  font-size: 16px;
  color: #a7a7a7;
}

.head .ec .right .Hotline ul li img {
  width: 15px;
  margin: 0 8px;
}

.head .ec .right .Hotline ul li .number {
  color: #f2304a;
}

.head .ec .right .Register_login {
  margin-left: 38px;
}

.head .ec .right .Register_login ul {
  display: flex;
  align-items: center;
}

.head .ec .right .Register_login ul li a {
  font-size: 16px;
  color: #a7a7a7;
}

.head .ec .right .Register_login ul li a:hover {
  color: #f2304a;
}

.head .ec .right .Register_login ul li p {
  font-size: 16px;
  color: #a7a7a7;
  margin: 0 10px;
}

.banner > img {
  width: 100%;
}

.banner .searchs {
  position: relative;
  width: 1200px;
  height: 200px;
  margin: 0 auto;
}

.banner .search {
  width: 1200px;
  height: 238px;
  background-color: #fff;
  box-shadow: inset 0 0 8px #dddddd;
  border-radius: 20px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -58px;
  padding: 33px 32px;
  z-index: 10;
}

.banner .search .top {
  display: flex;
  justify-content: space-between;
}

.banner .search .top .tab ul {
  display: flex;
  align-items: center;
}

.banner .search .top .tab ul li {
    position: relative;
  margin-left: 50px;
  cursor: pointer;
}

.banner .search .top .tab ul li p {
  font-size: 20px;
  color: #525252;
}

.banner .search .top .tab ul .click p {
  color: #f2304a;
  font-weight: bold;
}

.banner .search .top .right {
  display: flex;
  align-items: center;
}

.banner .search .top .right img {
  width: 29px;
  margin-right: 16px;
}

.banner .search .top .right p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #747474;
}

.banner .search .Input_box {
  width: 1136px;
  background-color: #f6f6f6 !important;
  border-radius: 50px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 90px;
  z-index: 12;
}

.banner .search .Input_box > input {
  width: 1039px;
  height: 65px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  color: #a9a9a9;
}

.banner .search .Input_box > input::placeholder {
  font-size: 16px;
  color: #7e7e7e;
  opacity: 0.75;
}

.banner .search .Input_box .djq {
  position: absolute;
  top: -23px;
  width: 30px;
  left: 53px;
}

.banner .search .Input_box .djh {
  display: none;
  position: absolute;
  top: -16px;
  width: 23px;
  left: 53px;
}

.banner .search .Input_box .rmss {
  width: 1039px;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
  display: none;
}

.banner .search .Input_box .rmss > p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f04343;
  line-height: 60px;
}

.banner .search .Input_box .rmss ul li a {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 26px;
}

.banner .search .Input_box .rmss ul li a:hover {
  color: #f04343;
}

.banner .search .Input_box .rmss .gbls {
  width: 118px;
  height: 45px;
  background: rgba(241, 122, 127, 0.15);
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-bottom: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.banner .search .Input_box .rmss .gbls img {
  width: 19px;
  margin-right: 5px;
}

.banner .search .Input_box .rmss .gbls p {
  font-size: 16px;
  color: #ff000b;
}

.banner .search .clicks {
  border: 1px solid #fac1c1;
  border-radius: 20px;
}

.banner .search .clicks .djq {
  display: none;
}

.banner .search .clicks .djh {
  display: block;
}

.banner .search .clicks .rmss {
  display: block;
  z-index: 12;
}

.banner .search .recommend {
  margin-top: 115px;
}

.banner .search .recommend ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 1130px;
}

.banner .search .recommend ul li p {
  font-size: 15px;
  color: #7e7e7e;
  margin-left: 15px;
  width: 80px;
}

.banner .search .recommend ul li a {
  display: block;
  padding: 4px 14px;
  background-color: #fff3e5;
  font-size: 15px;
  color: #fb6c46;
  margin-left: 14px;
  border-radius: 50px 50px 50px 0;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Advertising_space {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flow-root;
}

.Advertising_space ul li img {
  width: 1200px;
  margin-bottom: 10px;
}

.recommend {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.recommend .bt {
  width: 100%;
  height: 60px;
  background-color: #f7f9fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f04343;
}

.recommend .bt .left {
  height: 100%;
}

.recommend .bt .left ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.recommend .bt .left ul li {
  width: 170px;
  height: 100%;
}

.recommend .bt .left ul li a {
  display: block;
  font-size: 20px;
  color: #525252;
  line-height: 60px;
  text-align: center;
}

.recommend .bt .left ul .click {
  background-color: #f04343;
}

.recommend .bt .left ul .click a {
  color: #fff;
}

.recommend .bt .right {
  display: flex;
  align-items: center;
  margin-right: 34px;
}

.recommend .bt .right img {
  width: 25px;
  margin-right: 14px;
}

.recommend .bt .right p {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 36px;
  opacity: 0.71;
}

.recommend .nr {
  width: 1200px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-top: 35px;
  flex-flow: wrap;
}

.recommend .nr .box {
  width: 282px;
  margin: 12px 9px;
}

.recommend .nr .box .zp {
  position: relative;
}

.recommend .nr .box .zp ul .tp {
  width: 282px;
  height: 237px;
}

.recommend .nr .box .zp ul .tp img {
  width: 100%;
  height: 100%;
}

.recommend .nr .box .zp ul .name {
  width: 100%;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 22px;
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
}

.recommend .nr .box .zp ul .name h6 {
  font-size: 20px;
  color: #ffffff;
}

.recommend .nr .box .zp ul .name p {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.71;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommend .nr .box .zp ul .hb {
  width: 66px;
  height: 66px;
  background-image: url("../images/icon11.png");
  position: absolute;
  right: 0;
  top: 0;
}

.recommend .nr .box .zp ul .hb p {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(47deg);
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-size: 18px;
  color: #fff;
  line-height: 66px;
  margin-left: 24px;
  margin-top: -9px;
}

.recommend .nr .box > ul {
  width: 100%;
  margin-top: 25px;
}

.recommend .nr .box > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommend .nr .box > ul li .Price {
  font-size: 20px;
  color: #f04343;
  width: 125px;
}

.recommend .nr .box > ul li .type {
  font-size: 16px;
  color: #000000;
  width: 165px;
  text-align: end;
}

.recommend .nr .box > ul .introduce {
  margin-top: 5px;
  height: 30px;
}

.recommend .nr .box > ul .introduce p {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  opacity: 0.52;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.word {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.word .left {
  width: 334px;
}

.word .left .lb {
  width: 100%;
  height: 251px;
}

.word .left .lb .swiper {
  width: 100%;
  height: 100%;
}

.word .left .lb .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
  position: relative;
}

.word .left .lb .swiper-slide a {
  width: 100%;
  height: 100%;
}
.word .left .lb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.word .left .lb p {
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.52);
  font-size: 18px;
  color: #ffffff;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 54px;
}

.word .left .lb .swiper-pagination-bullet {
  z-index: 9999999999999;
}

.word .left .lb .swiper-pagination-bullet-active {
  z-index: 9999999999999;
}

.word .left .lb .swiper-pagination {
  z-index: 9999999999999999;
}

.word .left .lssj {
  width: 100%;
  margin-top: 9px;
}

.word .left .lssj .bt {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-top: 15px;
}

.word .left .lssj .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.word .left .lssj .bt ul li p {
  font-size: 20px;
  color: #3f3e3e;
  position: relative;
  padding-left: 20px;
}

.word .left .lssj .bt ul li p::after {
  width: 5px;
  height: 25px;
  background-color: #f34540;
  border-radius: 50px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.word .left .lssj .bt ul li a {
  font-size: 14px;
  color: #828282;
}

.word .left .lssj .bt ul li a:hover {
  color: #f34540;
}

.word .left .lssj .nr {
  margin-top: 10px;
}

.word .left .lssj .nr li{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.word .left .lssj .nr .box ul li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #828282;
  line-height: 35px;
}

.word .left .lssj .nr .box ul li a:hover {
  color: #f34540;
}

.word .left .lssj .nr .tu {
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.word .left .lssj .nr .tu img {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.word .left .lssj .boxs {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.word .left .lssj .boxs ul {
  display: flex;
  justify-content: space-between;
}

.word .left .lssj .boxs li img {
  width: 110px;
  height: 110px;
  margin-top: 6px;
}

.word .left .lssj .boxs li p {
  width: 200px;
  font-size: 15px;
  line-height: 24px;
  color: #828282;
}

.word .left .lssj .boxs li p a {
  font-size: 15px;
  color: #f34540;
}

.word .in {
  width: 462px;
}

.word .in .Headlines {
  width: 100%;
}

.word .in .Headlines .bt {
  height: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.word .in .Headlines .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.word .in .Headlines .bt ul li {
  display: flex;
  align-items: center;
}

.word .in .Headlines .bt ul li img {
  width: 57px;
}

.word .in .Headlines .bt ul li img:nth-child(2) {
  width: 54px;
  margin-left: 5px;
}

.word .in .Headlines .bt ul li a {
  font-size: 14px;
  color: #828282;
}

.word .in .Headlines .bt ul li a:hover {
  color: #f34540;
}

.word .in .Headlines .nr {
  /*margin-top: 25px;*/
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.word .in .Headlines .nr ul li {
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: space-between;
}

.word .in .Headlines .nr ul li span {
  font-size: 21px;
  color: #666;
  margin-right: 10px;
}

.word .in .Headlines .nr ul li a {
  width: 440px;
  font-size: 15px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word .in .Headlines .nr ul li a:hover {
  color: #f34540;
}

.word .in .Headlines .nr ul li:nth-child(1) span,
.word .in .Headlines .nr ul li:nth-child(2) span,
.word .in .Headlines .nr ul li:nth-child(3) span {
  color: #f34540;
}

.word .in .Headlines .box {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.word .in .Headlines .box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
}

.word .in .Headlines .box ul li img {
  width: 7px;
}

.word .in .Headlines .box ul li a {
  width: 440px;
  font-size: 15px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word .in .Headlines .box ul li a:hover {
  color: #f34540;
}

.word .in .Shopping_guide {
  width: 100%;
  margin-top: 10px;
}

.word .in .Shopping_guide .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.word .in .Shopping_guide .bt ul li p {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: #3f3e3e;
  padding-left: 15px;
  position: relative;
}

.word .in .Shopping_guide .bt ul li p::after {
  width: 5px;
  height: 25px;
  background-color: #f34540;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 50px;
}

.word .in .Shopping_guide .bt ul li a {
  font-size: 14px;
  color: #828282;
}

.word .in .Shopping_guide .bt ul li a:hover {
  color: #f34540;
}

.word .in .Shopping_guide .nr {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.word .in .Shopping_guide:nth-last-child(1) .nr
{
  border-bottom: 0;
}

.word .in .Shopping_guide .nr ul li {
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: space-between;
}

.word .in .Shopping_guide .nr ul li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdcdc;
  display: block;
}

.word .in .Shopping_guide .nr ul li a {
  width: 440px;
  font-size: 15px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word .in .Shopping_guide .nr ul li a:hover {
  color: #f34540;
}

.word .in .Shopping_guide .box {
  margin-top: 25px;
}

.word .in .Shopping_guide .box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
}

.word .in .Shopping_guide .box ul li img {
  width: 7px;
}

.word .in .Shopping_guide .box ul li a {
  width: 440px;
  font-size: 15px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word .in .Shopping_guide .box ul li a:hover {
  color: #f34540;
}

.word .right {
  width: 346px;
}

.word .right .help {
  width: 100%;
  justify-content: flex-start;
  flex-flow: wrap;
  display: flex;
  border-top: 1px solid #f34540;
}

.word .right .help .box {
  width: 113px;
  margin: 5px 0;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.word .right .help .box:nth-child(1), .word .right .help .box:nth-child(4) , .word .right .help .box:nth-child(7){
  border-left-color: transparent;
}
.word .right .help .box a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.word .right .help .box a img {
  width: 60px;
}

.word .right .help .box a p {
  font-size: 15px;
  color: #888888;
  line-height: 36px;
}

.word .right .help .box:hover a p {
  color: #f34540;
}

.word .right .help .box:nth-child(1) {
  border-left: none;
}

.word .right > img {
  width: 100%;
  margin-top: 19px;
}

.word .right .Land_market .bt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-top: 15px;
}

.word .right .Land_market .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.word .right .Land_market .bt ul li p {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: #3f3e3e;
  padding-left: 15px;
  position: relative;
}

.word .right .Land_market .bt ul li p::after {
  width: 5px;
  height: 25px;
  background-color: #f34540;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 50px;
}

.word .right .Land_market .bt ul li a {
  font-size: 14px;
  color: #828282;
}

.word .right .Land_market .bt ul li a:hover {
  color: #f34540;
}

.word .right .Land_market .nr {
  margin-top: 20px;
}
.word .right .Land_market .nr ul li{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.word .right .Land_market .nr ul li a {
  line-height: 35px;
  font-size: 15px;
  color: #828282;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word .right .Land_market .nr ul li a:hover {
  color: #f34540;
}

.query {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
}

.query .box {
  flex: 1;
}

.query .box ul {
  display: flex;
  align-items: center;
}

.query .box ul .left {
  width: 106px;
  height: 73px;
  background-image: linear-gradient(to bottom right, #fe7676, #fc5656);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.query .box ul .left img {
  width: 75px;
}

.query .box ul .right {
  margin-left: 15px;
}

.query .box ul .right a {
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 12px;
  font-weight: bold;
  display: block;
}

.query .box ul .right p {
  font-size: 16px;
  color: #000000;
  opacity: 0.52;
}

.query .box:nth-child(2n) .left {
  background-image: linear-gradient(#fff4f4, #ffdede);
}

.query .box:hover .right a {
  color: #f34540;
  opacity: 1;
}

.query .box:hover .right p {
  color: #f34540;
  opacity: 1;
}

.advertisement {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.advertisement img {
  width: 100%;
}

.Video_viewing {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.Video_viewing .bt {
  width: 100%;
  height: 60px;
  background-color: #f7f9fa;
  border-bottom: 1px solid #f04343;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Video_viewing .bt .left {
  display: flex;
  align-items: center;
  height: 100%;
}

.Video_viewing .bt .left .title {
  width: 170px;
  height: 100%;
  background-color: #f04343;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Video_viewing .bt .left .title img {
  width: 37px;
  margin-right: 14px;
}

.Video_viewing .bt .left .title p {
  font-size: 20px;
  color: #fff;
}

.Video_viewing .bt .left .tab_bt {
  margin-left: 20px;
}

.Video_viewing .bt .left .tab_bt ul {
  display: flex;
  align-items: center;
}

.Video_viewing .bt .left .tab_bt ul li {
  border-radius: 50px;
  margin-left: 5px;
  cursor: pointer;
}

.Video_viewing .bt .left .tab_bt ul li p {
  color: #525252;
  font-size: 18px;
  padding: 5px 20px;
}

.Video_viewing .bt .left .tab_bt ul .click {
  background-color: #ffe9e9;
}

.Video_viewing .bt .left .tab_bt ul .click p {
  color: #f04343;
}

.Video_viewing .bt .right {
  display: flex;
  align-items: center;
  margin-right: 33px;
}

.Video_viewing .bt .right img {
  width: 30px;
  margin-right: 8px;
}

.Video_viewing .bt .right a {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 36px;
  opacity: 0.71;
}

.Video_viewing .bt .right a:hover {
  color: #f04343;
}

.Video_viewing .nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.Video_viewing .nr .box {
  display: flex;
  align-items: center;
  margin-top: 50px;
  width: 50%;
}

.Video_viewing .nr .left {
  width: 200px;
  height: 150px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Video_viewing .nr .left a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Video_viewing .nr .left a img {
  /*width: 100%;*/
  max-height: 100%;
}

.Video_viewing .nr .left .icon {
  width: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.Video_viewing .nr .right {
  height: 150px;
  margin-left: 15px;
}

.Video_viewing .nr .right ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.Video_viewing .nr .right ul .name {
  display: flex;
  align-items: center;
}

.Video_viewing .nr .right ul .name .hot {
  display: block;
  width: 33px;
  height: 19px;
  background-image: linear-gradient(to bottom right, #fc5757, #fe7272);
  font-size: 12px;
  color: #fff;
  line-height: 19px;
  text-align: center;
  border-radius: 50px 50px 0 50px;
  margin-right: 10px;
}

.Video_viewing .nr .right ul .name p {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  width: 268px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Video_viewing .nr .right ul .name .explain {
  width: 45px;
  height: 28px;
  border-radius: 10px;
  background-color: #f04343;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin-left: 10px;
}

.Video_viewing .nr .right ul .address {
  display: flex;
  align-items: center;
}

.Video_viewing .nr .right ul .address img {
  width: 30px;
  margin-right: 5px;
}

.Video_viewing .nr .right ul .address p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #929292;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Video_viewing .nr .right ul .time {
  display: flex;
  align-items: center;
}

.Video_viewing .nr .right ul .time img {
  width: 30px;
  margin-right: 5px;
}

.Video_viewing .nr .right ul .time p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #929292;
}

.Video_viewing .nr .right ul .Publisher {
  display: flex;
  align-items: center;
}

.Video_viewing .nr .right ul .Publisher img {
  width: 30px;
  margin-right: 5px;
}

.Video_viewing .nr .right ul .Publisher p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #929292;
}

.New_house_Center {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.New_house_Center .bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.New_house_Center .bt .left ul {
  display: flex;
}

.New_house_Center .bt .left ul li {
  display: flex;
  align-items: center;
}

.New_house_Center .bt .left ul li img {
  width: 70px;
  margin-right: 5px;
}

.New_house_Center .bt .left ul li p {
  font-size: 20px;
  color: #000000;
  opacity: 0.51;
}

.New_house_Center .bt .right ul {
  display: flex;
  align-items: baseline;
}

.New_house_Center .bt .right ul li img {
  width: 21px;
  margin-right: 10px;
}

.New_house_Center .bt .right ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #ababab;
}

.New_house_Center .bt .right ul li p span {
  color: #f04343;
  font-size: 30px;
}

.New_house_Center .nr {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.New_house_Center .nr .left {
  width: 334px;
}

.New_house_Center .nr .left .Price_search {
  width: 100%;
}

.New_house_Center .nr .left .Price_search .Price_search_bt {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.New_house_Center .nr .left .Price_search .Price_search_bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.New_house_Center .nr .left .Price_search .Price_search_bt ul li p {
  padding-left: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #3f3e3e;
  position: relative;
}

.New_house_Center .nr .left .Price_search .Price_search_bt ul li p::after {
  width: 5px;
  height: 25px;
  background-color: #1b5d99;
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.New_house_Center .nr .left .Price_search .Price_search_bt ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.New_house_Center .nr .left .Price_search .Price_search_bt ul li a:hover {
  color: #f04343;
}

.New_house_Center .nr .left .Price_search .Price_search_nr {
  width: 100%;
  /*height: 244px;*/
}

.nav_city img.icon {
  height: 20px;
  width: 15px;
}

.ic {
  display: inline-block;
  background: url(../images/icons-new.png) no-repeat;
}
.ic-arrow-down {
  margin-left: 4px;
  width: 11px;
  height: 6px;
  vertical-align: 2px;
  background-position: 0 0;
  line-height: 53px;
  text-align: center;
}
.area_list {
    z-index: 1;
    position: relative;
}
.nav_city {
  position: relative;
  width: 100px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}


.New_house_Center .nr .left .Price_search .Price_search_nr ul {
  /*display: flex;*/
  /*justify-content: space-between;*/
  height: 100%;
  margin-top: 30px;
  margin-left: 15px;
}

.New_house_Center .nr .left .Price_search .Price_search_nr ul li p {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 1px;
}

/*.New_house_Center .nr .left .Price_search .Price_search_nr ul li p:nth-child(1),*/
/*.New_house_Center .nr .left .Price_search .Price_search_nr ul li p:nth-child(2) {*/
  /*color: #f04343;*/
/*}*/

.New_house_Center .nr .left .Price_search .Price_search_nr ul #Price_search_nr {
  width: 60%;
  height: 100%;
  border-left: 1px solid #f2f2f2;
}

.New_house_Center .nr .left .dynamic {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.New_house_Center .nr .left .dynamic .dynamic_bt {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.New_house_Center .nr .left .dynamic .dynamic_bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.New_house_Center .nr .left .dynamic .dynamic_bt ul li p {
  padding-left: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #3f3e3e;
  position: relative;
}

.New_house_Center .nr .left .dynamic .dynamic_bt ul li p::after {
  width: 5px;
  height: 25px;
  background-color: #1b5d99;
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.New_house_Center .nr .left .dynamic .dynamic_bt ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.New_house_Center .nr .left .dynamic .dynamic_bt ul li a:hover {
  color: #f04343;
}

.New_house_Center .nr .left .dynamic ::-webkit-scrollbar {
  width: 8px;
  height: 100%;
}

.New_house_Center .nr .left .dynamic ::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 50px;
  background: #f04343;
}

.New_house_Center .nr .left .dynamic .dynamic_nr {
  width: 100%;
  height: 361px;
  overflow-y: auto;
  margin-top: 20px;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box {
  margin-bottom: 22px;
  cursor: pointer;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul {
  display: flex;
  align-items: center;
  position: relative;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul .icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px dashed #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul .icon span {
  width: 7px;
  height: 7px;
  background-color: #adadad;
  border-radius: 50%;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul .name {
  border-radius: 50px 50px 50px 0;
  background-color: #fff3e5;
  margin-left: 20px;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul .name p {
  padding: 5px 15px;
  font-size: 14px;
  color: #fb6c46;
  max-width: 120px;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul .time {
  position: absolute;
  right: 20px;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .top ul .time p {
  font-size: 14px;
  color: #929292;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .lower {
  margin-top: 25px;
  padding-left: 30px;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box .lower p {
  font-size: 15px;
  color: #929292;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box:hover .top ul .icon {
  border: 1px dashed #f04343;
}

.New_house_Center .nr .left .dynamic .dynamic_nr .box:hover .top ul .icon span {
  background-color: #f04343;
}

/*.New_house_Center .nr .left .dynamic .dynamic_nr .box:hover .lower p {*/
  /*font-size: 18px;*/
  /*font-family: Microsoft YaHei;*/
  /*font-weight: bold;*/
  /*color: #f04343;*/
/*}*/

.New_house_Center .nr .left .dynamic::after {
  width: 1px;
  height: 361px;
  border-left: 1px dashed #bebebe;
  content: "";
  position: absolute;
  left: 7px;
  bottom: 0;
}

.New_house_Center .nr .right {
  width: 842px;
}

.New_house_Center .nr .right .tab_bt {
  border-bottom: 1px solid #f2f2f2;
  height: 37px;
  width: 828px;
  margin: 0 auto;
}

.New_house_Center .nr .right .tab_bt ul {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.New_house_Center .nr .right .tab_bt ul li {
  cursor: pointer;
    margin-right: 30px;
}

.New_house_Center .nr .right .tab_bt ul li p {
  font-size: 19px;
  color: #5d5d5d;
}

.New_house_Center .nr .right .tab_bt ul li:hover {
  position: relative;
}

.New_house_Center .nr .right .tab_bt ul li:hover p {
  color: #5d5d5d;
  font-weight: bold;
}

.New_house_Center .nr .right .tab_bt ul li:hover::after {
  width: 22px;
  height: 8px;
  content: "";
  background-color: #f04343;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 32px;
  border-radius: 50px;
}

.New_house_Center .nr .right .tab_bt ul .click {
  position: relative;
}

.New_house_Center .nr .right .tab_bt ul .click p {
  color: #5d5d5d;
  font-weight: bold;
}

.New_house_Center .nr .right .tab_bt ul .click::after {
  width: 22px;
  height: 8px;
  content: "";
  background-color: #f04343;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 32px;
  border-radius: 50px;
}

.New_house_Center .nr .right .tab_nr {
  display: flex;
  flex-wrap: wrap;
}

.New_house_Center .nr .right .tab_nr .box {
  width: 274px;
  margin-top: 38px;
  /*margin-bottom: 58px;*/
  margin-right: 10px;
}

.New_house_Center .nr .right .tab_nr .box .tu {
  width: 274px;
  height: 193px;
  position: relative;
}

.New_house_Center .nr .right .tab_nr .box .tu img {
  width: 100%;
  height: 100%;
}

.New_house_Center .nr .right .tab_nr .box .tu .icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
}

.New_house_Center .nr .right .tab_nr .box .name {
  margin-top: 30px;
  margin-bottom: 15px;
}

.New_house_Center .nr .right .tab_nr .box .name ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.New_house_Center .nr .right .tab_nr .box .name ul li p {
  font-size: 18px;
  color: #5d5d5d;
}

.New_house_Center .nr .right .tab_nr .box .name ul .address {
  display: flex;
  align-items: center;
}

.New_house_Center .nr .right .tab_nr .box .name ul .address img {
  width: 16px;
  margin-right: 7px;
}

.New_house_Center .nr .right .tab_nr .box .name ul .address p {
  font-size: 16px;
  color: #5d5d5d;
  opacity: 0.54;
}

.New_house_Center .nr .right .tab_nr .box .Price p {
  font-size: 20px;
  color: #f04343;
}

.New_house_Center .nr .right .tab_nr .box:nth-child(3n) {
  margin-right: 0;
}

.second-hand {
  width: 1200px;
  /*margin: 0 auto;*/
  margin: 20px auto;
}

.second-hand .second-hand_title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #f04343;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f9fa;
}

.second-hand .second-hand_title .left {
  display: flex;
  align-items: center;
  height: 100%;
}

.second-hand .second-hand_title .left .bt {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #f04343;
  height: 100%;
  width: 170px;
}

.second-hand .second-hand_title .left .bt img {
  width: 38px;
}

.second-hand .second-hand_title .left .bt p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.second-hand .second-hand_title .left .tab_bt ul {
  display: flex;
  align-items: center;
}

.second-hand .second-hand_title .left .tab_bt ul li {
  cursor: pointer;
  margin-left: 20px;
  width: 100px;
  height: 40px;
  border-radius: 50px;
}

.second-hand .second-hand_title .left .tab_bt ul li p {
  font-size: 18px;
  color: #525252;
  line-height: 40px;
  text-align: center;
}

.second-hand .second-hand_title .left .tab_bt ul .click {
  background-color: #f04343;
}

.second-hand .second-hand_title .left .tab_bt ul .click p {
  color: #fff;
}

.second-hand .second-hand_title .right {
  display: flex;
  align-items: center;
  margin-right: 31px;
}

.second-hand .second-hand_title .right img {
  width: 22px;
  margin-right: 11px;
}

.second-hand .second-hand_title .right p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 500;
  color: #7b7b7b;
  line-height: 36px;
  opacity: 0.71;
}

.second-hand .second-hand_nr {
  display: flex;
  justify-content: space-between;
}

.second-hand .second-hand_nr .left {
  width: 335px;
}

.second-hand .second-hand_nr .left .region {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 30px;
}

.second-hand .second-hand_nr .left .region .bt {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-hand .second-hand_nr .left .region .bt img {
  width: 15px;
  margin-right: 10px;
}

.second-hand .second-hand_nr .left .region .bt p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.second-hand .second-hand_nr .left .region .nr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.second-hand .second-hand_nr .left .region .nr ul li {
  margin-right: 20px;
  cursor: pointer;
}

.second-hand .second-hand_nr .left .region .nr ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
}

.second-hand .second-hand_nr .left .region .nr ul p:hover {
  color: #ff0000;
}

.second-hand .second-hand_nr .left .Price .bt {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-hand .second-hand_nr .left .Price .bt img {
  width: 15px;
  margin-right: 10px;
}

.second-hand .second-hand_nr .left .Price .bt p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.second-hand .second-hand_nr .left .Price .buy ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.second-hand .second-hand_nr .left .Price .buy ul li {
  margin-right: 17px;
  cursor: pointer;
}

.second-hand .second-hand_nr .left .Price .buy ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
}

.second-hand .second-hand_nr .left .Price .buy ul p:hover{
  color: #ff0000;
}

.second-hand .second-hand_nr .left .Price .Rent_a_house {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 25px;
}

.second-hand .second-hand_nr .left .Price .Rent_a_house ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.second-hand .second-hand_nr .left .Price .Rent_a_house ul li {
  margin-right: 22px;
  cursor: pointer;
}

.second-hand .second-hand_nr .left .Price .Rent_a_house ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
}

.second-hand .second-hand_nr .left .Price .Rent_a_house ul p:hover {
  color: #ff0000;
}

.second-hand .second-hand_nr .left .House_type .bt {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-hand .second-hand_nr .left .House_type .bt img {
  width: 15px;
  margin-right: 10px;
}

.second-hand .second-hand_nr .left .House_type .bt p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.second-hand .second-hand_nr .left .House_type .size ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.second-hand .second-hand_nr .left .House_type .size ul li {
  margin-right: 15px;
  cursor: pointer;
}

.second-hand .second-hand_nr .left .House_type .size ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
}

.second-hand .second-hand_nr .left .House_type .size ul p:hover {
  color: #ff0000;
}

.second-hand .second-hand_nr .left .House_type .Rent_a_house {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 25px;
}

.second-hand .second-hand_nr .left .House_type .Rent_a_house ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.second-hand .second-hand_nr .left .House_type .Rent_a_house ul li {
  margin-right: 20px;
  cursor: pointer;
}

.second-hand .second-hand_nr .left .House_type .Rent_a_house ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
}

.second-hand .second-hand_nr .left .House_type .Rent_a_house ul p:hover {
  color: #ff0000;
}

.second-hand .second-hand_nr .right {
  width: 829px;
  margin-top: 25px;
  padding-left: 25px;
}

.second-hand .second-hand_nr .right .bt {
  width: 100%;
}

.second-hand .second-hand_nr .right .bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.second-hand .second-hand_nr .right .bt ul li {
  display: flex;
  align-items: center;
}

.second-hand .second-hand_nr .right .bt ul li img {
  width: 33px;
  margin-right: 12px;
}

.second-hand .second-hand_nr .right .bt ul li h6 {
  font-size: 18px;
  font-weight: 800;
  color: #383838;
}

.second-hand .second-hand_nr .right .bt ul li a {
  font-size: 15px;
  color: #989898;
}

.second-hand .second-hand_nr .right .bt ul li a:hover {
  color: #f04343;
}

.second-hand .second-hand_nr .right .nr {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}

.second-hand .second-hand_nr .right .nr .box {
  width: 246px;
  margin-top: 40px;
  margin-right: 33px;
}

.second-hand .second-hand_nr .right .nr .box ul .tu {
  width: 246px;
  height: 183px;
  position: relative;
}

.second-hand .second-hand_nr .right .nr .box ul .tu img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.second-hand .second-hand_nr .right .nr .box ul .tu .zsj {
  width: 59px;
  height: 59px;
  background-image: url("../images/icon48.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.second-hand .second-hand_nr .right .nr .box ul .tu span {
  -webkit-transform: rotate(-44deg);
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-size: 18px;
  color: #fff;
  line-height: 66px;
  margin-left: 5px;
  margin-top: -12px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.second-hand .second-hand_nr .right .nr .box ul .name {
  margin: 20px 0;
}

.second-hand .second-hand_nr .right .nr .box ul .name p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.second-hand .second-hand_nr .right .nr .box ul .xx ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.second-hand .second-hand_nr .right .nr .box ul .xx ul li {
  display: flex;
  align-items: flex-end;
}

.second-hand .second-hand_nr .right .nr .box ul .xx ul li:nth-child(1) img {
  width: 22px;
  margin-right: 8px;
}

.second-hand .second-hand_nr .right .nr .box ul .xx ul li:nth-child(1) p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 14px;
}

.second-hand .second-hand_nr .right .nr .box ul .xx ul li:nth-child(2) p {
  font-size: 24px;
  font-family: DIN;
  font-weight: 400;
  color: #f04343;
  line-height: 17px;
}

.second-hand .second-hand_nr .right .nr .box ul .xx ul li:nth-child(2) span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f04343;
  margin-left: 5px;
  line-height: 14px;
}

.second-hand .second-hand_nr .right .nr .box:nth-child(3n) {
  margin-right: 0;
}

.foot {
  width: 100%;
  background-color: #333333;
  padding-top: 45px;
  margin-top: 80px;
  padding-bottom: 86px;
}

.foot .ec {
  width: 1200px;
  margin: 0 auto;
}

.foot .ec .s_nav div li {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
    color: rgba(254, 254, 254, 0.43);
    display: inline-table;
    margin-right: 20px;
    cursor:pointer;
}
.foot .ec .s_nav div li:hover{
    color: #eeeeee;
}
.foot .ec .s_nav div li.click{
    color: #eeeeee;
}
.foot .ec .s_nav ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(254, 254, 254, 0.43);
  line-height: 36px;
  margin-right: 50px;
}

.foot .ec .s_nav ul li a:hover {
  color: #fff;
}

.foot .ec .Links {
  width: 100%;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  margin-top: 20px;
  padding-bottom: 20px;
}

.foot .ec .Links ul li {
  display: flex;
  flex-wrap: wrap;
}

.foot .ec .Links ul li p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 500;
  color: #eeeeee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.foot .ec .Links div li {
    font-size: 18px;
    font-family: PingFang;
    font-weight: 500;
    color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-table;
    margin-right: 20px;
    cursor:pointer;
}
.foot .ec .Links div li.click {
    color: #eeeeee;
}
.foot .ec .Links div li a{
    color:rgba(254, 254, 254, 0.43);
}
.foot .ec .Links ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(254, 254, 254, 0.43);
  line-height: 36px;
  margin-right: 39px;
  display: block;
}

.foot .ec .Links ul li a:hover {
  color: #fff;
}

.foot .ec .box {
  padding-top: 53px;
  width: 100%;
  display: flex;
}

.foot .ec .box .boxs {
  flex: 1;
}

.foot .ec .box .left ul li {
  display: flex;
  align-items: flex-end;
}

.foot .ec .box .left ul li img {
  width: 25px;
  margin-right: 11px;
}

.foot .ec .box .left ul li .rx {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fefefe;
  margin-right: 15px;
}

.foot .ec .box .left ul li .dh {
  font-size: 30px;
  font-family: DIN;
  font-weight: 400;
  color: #fefefe;
}

.foot .ec .box .left ul .foot_contact{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fefefe;
  margin: 0 0 15px 0px;
  width: 266px;
  text-align: center;
  color: #fff;
}
.foot .ec .box .left ul .foot_contact p.p01 {
  margin-bottom: 12px;
  font-size: 14px;
}
.foot .ec .box .left ul .foot_contact p.p02 {
  margin-bottom: 8px;
  font-size: 28px;
}
.foot .ec .box .left ul .foot_contact p.p03 {
    font-size: 14px;
    line-height: 28px;
}
.foot .ec .box .in {
  border-left: 1px solid #515151;
  border-right: 1px solid #515151;
}

.foot .ec .box .in ul {
  display: flex;
  justify-content: space-evenly;
}

.foot .ec .box .in ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot .ec .box .in ul li p {
  font-size: 16px;
  color: #fff;
}

.foot .ec .box .in ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(254, 254, 254, 0.43);
  margin-top: 15px;
}

.foot .ec .box .in ul li a:hover {
  color: #fff;
}

.foot .ec .box .right {
  padding-left: 22px;
}

.foot .ec .box .right ul li {
  display: flex;
  align-items: center;
}

.foot .ec .box .right ul li > img {
  width: 24px;
  margin-right: 12px;
}

.foot .ec .box .right ul li > p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.foot .ec .box .right ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  margin-top: 37px;
}

.foot .ec .box .right ul li div img {
  width: 129px;
  height: 129px;
  margin-bottom: 20px;
}

.foot .ec .box .right ul li div p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.copyright {
  width: 100%;
  background-color: #000;
}

.copyright .ec {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.copyright .ec .left ul li {
  display: flex;
}


.copyright .ec .left ul ,
.copyright .ec .left ul a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a0a0a0;
}
.copyright .ec .left ul li p,
.copyright .ec .left ul li p a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a0a0a0;
  line-height: 35px;
}
.copyright .ec .left ul li img {
  width: 49px;
}

.copyright .ec .right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.copyright .ec .right ul li {
  display: flex;
  align-items: center;
}

.copyright .ec .right ul li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a0a0a0;
}

.copyright .ec .right ul li .tb {
  width: 19px;
  margin-left: 6px;
}

.subscribe {
  width: 100%;
  height: 200px;
  background-color: #f2304a;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  display: none;
}

.subscribe .ec {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.subscribe .ec .left h6 {
  font-size: 36px;
  font-family: fengguangmingrui;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 28px;
}

.subscribe .ec .left p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.subscribe .ec .form {
  margin-left: 96px;
}

.subscribe .ec .form form {
  display: flex;
  align-items: center;
}

.subscribe .ec .form form ul li {
  display: flex;
  align-items: center;
}

.subscribe .ec .form form ul li .identification {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.subscribe .ec .form form ul li .xm {
  width: 148px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  margin-right: 17px;
}

.subscribe .ec .form form ul li .xm::placeholder {
  color: #989898;
}

.subscribe .ec .form form ul li input {
  margin: 20px 0;
}

.subscribe .ec .form form ul li .sjh {
  width: 198px;
  height: 51px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
}

.subscribe .ec .form form ul li .sjh::placeholder {
  color: #989898;
}

.subscribe .ec .form form ul li img {
  width: 18px;
  margin-right: 8px;
}

.subscribe .ec .form form ul li .one-on-one {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.subscribe .ec .form form button {
  width: 117px;
  height: 47px;
  background-color: #f2304a;
  border: 2px solid #fff;
  outline: none;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  margin-left: 66px;
}

.subscribe .ec .gb {
  position: absolute;
  top: 16px;
  right: 0;
  cursor: pointer;
}

.subscribe .ec .gb img {
  width: 30px;
}

.subscribe .ec .tu {
  position: absolute;
  left: -127px;
  bottom: 0;
}

.subscribe .ec .tu img {
  width: 127px;
}
.container{
  position: relative;
  margin: 0 auto;
  width: 1200px;
  display: flow-root;
}
/*广告样式*/
.advert_less_than_1200 {
  margin-right: 3px;
  float: left;
}
.ad-txt {
  color: #fff;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  min-width: 32px;
  position: absolute;
  margin: 40px 0 0 3px;
  z-index: 3;
  border: 1px solid #ffffff;
}
.float-bot_advert {
  margin-bottom: -5px;
}
.float-bot_advert {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.float-bot_advert a.btn-close_advert {
  position: absolute;
  right: 0px;
  top: 7px;
  width: 25px;
  height: 25px;
  background-position: -293px -28px;
  z-index: 1;
}
.ic {
  display: inline-block;
  background: url(/static/index/images/icons-new.png) no-repeat;
}
.banner .lb{
  height: 470px;
}
.foldclose {
  background: #f2304a;
  position: absolute;
  right: -25px;
  top: 5px;
  font-size: 13px;
  z-index: 1;
  width: 20px;
  word-wrap: break-word;
  color: white;
  line-height: 18px;
  text-align: center;
  padding: 1px;
  border-radius: 2px;
  cursor: pointer;
}
.header.home_index_nav_folat{
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 60;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.index_float_ad_close {
  width: 12px;
  height: 12px;
  display: inline;
  zoom: 1;
  background: url(/static/index/images/icons.png) no-repeat;
  background-position: -299px -34px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.sheen_fleft {
    float: left;
}
.sheen_fright {
  float: right;
}
.rmss ul li {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  overflow: hidden;
}
.rmss ul li p{
  height: 26px;
  line-height: 26px;
}
.rmss ul li a{
  height: 26px;
  line-height: 26px;
}
.body_mask{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.search .top .tab ul li.click:after{
   position: absolute;
   top: 41px;
   left: 50%;
   transform: translateX(-50%);
   width: 24px;
   height: 17px;
   content: "";
   background: url(/static/index/img/index2/icon8.png);
  background-size: 27px;
   z-index: 1;
 }
.search .top .tab ul li.click.input_click:after{
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 17px;
  content: "";
  z-index: 13;
  background: url(/static/index/img/index2/ic.jpg);
  background-size: 27px;
}
.VideoVR_Box_282_237{
  width: 282px;
  height: 237px;
  position: absolute;
  z-index: 1;
}
.VideoVR_Box_274_193{
  width: 274px;
  height: 193px;
  position: absolute;
  z-index: 1;
}
.vrtxt-pc {
  margin: 0 auto;
  transform: translateX(-50%);
  margin-top: -1.25rem;
  height: 2.5rem;
  left: 50%;
  top: 50%;
  display: inline-block;
  position: absolute;
}
.icon-vr3-index-pc {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.02rem;
  display: inline-block;
  background: url(/static/mobile/img/vr_ico.png) no-repeat;
  background-size: 100% 100%;
}
.icon-video-index-pc {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .02rem;
  display: inline-block;
  background: url(/static/mobile/img/video_ico.png) no-repeat;
  background-size: 100% 100%;
}

.wirter_index_ad {
  width: 200px;
  height: 460px;
  position: fixed;
  z-index: 19891015;
  bottom: 0;
  left: 0;
  right: 0;
  top: 300%;
  margin: auto;
  display: none;
  overflow: hidden;
}
.index_ad_text {
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.index_ad_close {
  width: 25px;
  height: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(/static/index/images/icons.png) no-repeat;
  background-position: -293px -28px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sheen_fright {
    float: right;
}
.news_ad_330{
  display: inline-table;
  margin-top: 15px;
}
.text_banber {
  color: rgb(0,86,177);
  flex-shrink: 1;
  margin: 2px 5px;
  font-size: 16px;
  display: inline-block;
}
.friend-links .fl-tt a {
  color: #9b9b9b;
}