

@media screen and (max-width: 1200px) {
    .container{
      width: 95%;
      margin: 0 auto;
  }
  .footerbox{
    width: 90%;margin: 0 auto;
  }

  .fyList li .img img{
    -o-object-fit: cover;
    object-fit: cover;  
    height: 100%;
    width: auto;
  }

  .housePic{
    float: left;
    width: 66.66%;
  }
  .houseList{
    width: 30%;
  }
  .newsLeft{
    width: 50%;
  }
  .newsRight{
    width: 48%;
  }

  .newsRight li .img{
    width: 40%;
  }


  .newsRight li .box{
      width:58%;
      float: right;
  }
  .menu li{
    float: left;
    margin-left: 14px;
}

.housePic .smallImg li .img img{
        -o-object-fit: cover;
        object-fit: cover;  
        height: 100%;
        width: auto;

}

  .houseList li span{
  display: none;
  }

}

@media screen and (max-width: 1090px) {
    .menu{

        margin-right: 25px;
  
    }
    .menu li.item div.item a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 1040px) {
    .menu{

        margin-right: 10px;
  
    }
    .menu li.item{
        float: left;
        margin-left: 10px;
        position: relative;height: 100%; 
        padding: 0 10px;
    }
    .menu li.item div.item a{
        font-size: 12px;
    }


}

@media screen and (max-width: 850px) {
    .menu{

        margin-right: 0px;
  
    }
    .menu li.item{
        float: left;
        margin-left: 5px;
        position: relative;height: 100%; 
        padding: 0 10px;
    }
    .menu li.item div.item a{
        font-size: 10px;
    }


}




@media screen and (max-width: 768px) {
  .houseList li span{
    display: block;
    }
  .container{
    width: 95%;
    margin: 0 auto;
}
.bannerHome{
    position: relative;
    height: auto;
	 width:100%;

}
header{
  height: 72px;
  position: fixed;
  z-index: 99;
  background: #ffffff;width: 100%;
  top: 0;
}

  .top_r{
    float: left;
    width: 25px;
    height: 20px;
    position: static;
    top: 50%;
    display: block;
    margin-right: 10px;

}
header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo{
  position:static;
  transform:translateY(0%); float: none;
  -webkit-transform:translateY(0%);margin-left: 50px;
}

header .loginNav{
  float: right;
  width: auto;
  height: 28px;
  background:none;
  border-radius: 16px;
  position:static;
transform:translateY(0%);
-webkit-transform:translateY(0%);

  line-height: 28px;
}
header .loginNav a{
  font-size: .7rem;
  color: #3595F3;
}










.menu{
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0px;
  top: 72px;
  width: 80%;
  height: 100vh;
  background-color:rgb(0, 0, 0,.9);
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  margin-top: 0;


  
}

.menuOpen .menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0%);

}
.menu ul{
  padding-top: 35px;
  height: calc(100% - 35px);
}

.menu li.item{
  float:left;
  width: 100%;
  height: auto;
  margin-right: 0%;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;


}

.menu li.item div.item a{
  font-size: .9rem;font-weight: bold;
}
.menu ul li div.item{
  height: auto;
  line-height:1;
  text-align: left;
  text-indent: 5px;

}



.menu div.item i{
  display: inline-block;
  float: right;
  margin-right: 45px;    -webkit-transition:all .9s;transition:all .9s;
  color: #ffffff;
}
.menu div.item a{
  color: #ffffff;
}

.menu div.item i.active{
  transform:rotate(180deg); -ms-transform:rotate(180deg);
  color: #ffffff;
}


.menu ul li .secNav{
  visibility:visible;
  transition:all 0ms ease-out 0ms;
  position:static;
  width: 100%;
  padding: 10px  0;
  height:auto;
  display: none;
  background: none;
  transform:translateY(0px);
	-webkit-transform:translateY(0px);
  min-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}



.menu ul li .secNav li{
  font-size: 14px;
  text-indent:10px;
  text-align: left;
  line-height: 2;
  text-align: left;
  padding: 0px  0;
  border-bottom: 0px solid #ffffff;
  display: block;
  width: 100%;
}

.menu ul li .secNav li a{
  color: #ffffff;
  font-size: .65rem;
}



.menu div.item:after{
  display: none;
}





/*大图*/
.bannerHome .swiper-slide{
  position:  relative; 
  margin-top: 80px;
  height: 200px;
}

.swiper-container .swiper-slide img{
 
  -o-object-fit: cover;
  object-fit: cover; 
  height: 100%;

}

.swiper-container .swiper-slide h2{
  font-size: 1.5rem;
  color: #ffffff;
}

.swiper-container .swiper-slide p{
  font-size: .7rem;
  color: #ffffff;
  margin-top: 10px;
}

.bannerHome .swiper-pagination{
  bottom: 13%;

  text-align: left;
  left: 5px;
  z-index: 99;
}


.customer{
  display: none;
}


.housePic{
  float: left;
  width: 100%;
}
.housePic .bigImg{
  float: left;
  width: 100%;
  margin-right: 0px;
  height: 240px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.housePic .bigImg img{
  width: 100%;
}

.housePic .smallImg{
  float: right;
  width: 100%
}

.housePic .smallImg li{
  float: left;
  width: calc((100% - 15px)/2);
  margin-bottom: 0px;
  margin-right: 15px;
  position: relative;
  height: 110px;
  overflow: hidden;border-radius: 10px;
  margin-top: 15px;
}
.houseList{
  float: right;
  width: 100%;
  margin-top: 20px;
}
.houseList li{
  height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fuwuList{
  margin-top: 0px;
  overflow: hidden;
}
.fuwuList li{
  float: left;
  width: calc(100% -  2px);
  border: 1px solid #e8e8e8;
  height: 228px;
  margin-right: 20px;
  text-align: center;
  margin-top: 20px;
}
.ad {
  text-align: center;
}
.ad img{
  width: 90%;
  margin: 0;
}
.searchZx{
  width: 100%;
  margin-top: 40px;
}
.searchZx input{
  width: 75%;
}
.searchZx a{
  width: 25%;
}
.ad .img{
  float: right;
  margin-right: 0px;
  margin-top: 15px;
  width: 100%;
}


.tzList{
  margin-top: 20px;
  overflow: hidden;
}
.tzList .left{
  float: left;
  width: 100%;
  position: relative;
}
.tzList .left img{
  width: 100%;
}

.tzList .mid{
  float: left;
  width:100%;
  margin-left: 0px;
}

.tzList .mid  li{
  float: left; position: relative;
  width:100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.tzList .mid  li img{
  width: 100%;
}


.tzList .right{
  float: right;
  width: 100%;
  position: relative;  margin-top: 15px;
}
.tzList .right  img{
  width: 100%;
}

.newsLeft{
  display: none;
}

.newsRight{
 
  margin-top: 20px;
}

.newsRight li{
  box-shadow:0px 0px 10px 0px #cccccc;
  padding-bottom: 15px;
}

.newsRight li  .title2{
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.newsRight li  .title{
  display: none;
}
.newsRight li  .title2 a{
  font-size: .8rem;
}


.newsRight li .img{
  float: left;
  width: 150px;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 15px;
}
.newsRight li .img img{
  width: 100%;
}

.newsRight li .box{
  width:calc(100% -  195px);
  float: right;
  margin-right: 16px;
}

.newsRight li .box .desc{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;bottom: 15px;
  width:calc(100% -  195px);line-height: 1.5;
  font-size: .45rem;
}
.newsRight li .date{
    margin-top: 8px;
}
.newsRight li .date span{
    margin-right: 0;
    font-size: .6rem;
   
}
.newsRight li .date span:nth-child(2){
    margin-right: 0;
    font-size: .5rem;
    float: right;
   
}
.houseBox{
  margin-top: 20px;
  overflow: hidden;
}


.footerbox{
  width: 100%;
}
.copyright{display: none;}
.footer_left{width: 100%;}
.footer_left li{
  
  background:none; 

  overflow: hidden;
  height: auto;
  clear: both;
  margin-bottom: 20px;

}
.footer_left li:nth-child(1){
  width: 90%;
  border-bottom: 1px solid #B3B3B3;
  padding: 0;
  margin: 0 5%;  padding-bottom: 25px;  height: auto;  margin-bottom: 25px;
}
.footer_left li:nth-child(2){
  width: 90%;
  padding: 0;
  margin: 0 5%;
  border-bottom: 1px solid #B3B3B3;  padding-bottom: 25px;
  height: auto;  margin-bottom: 25px;
}
.footer_left li:nth-child(3){
  width: 90%;
  padding: 0;
  margin: 0 5%;
  border-bottom: 1px solid #B3B3B3;  padding-bottom: 25px;
  height: auto;  margin-bottom: 25px;
}
.footer_right{
  width: 100%;
  text-align: center;
}

.searchNav{
  display: none;
}
.newsLeft{
  width: 100%;
}
.newsRight{
  width: 100%;
}



.titMax{
  text-align: center;
  margin-top: 35px;
}
.titMax h3{
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 10px;
}

.fyTab{
  display: flex;
  justify-content: space-between;
}
.fyTab a{
  margin: 0;
}


.fyList li{
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: calc((100% - 15px)/2 - 2px);
  margin-top: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  position: relative;

}
.fyList li:nth-child(3n){
  margin-right: 15px;
}
.fyList li:nth-child(2n){
  margin-right: 0px;
}


.fyList li .img{
  height: 100px;
  overflow: hidden;
}
.fyList li .img img{
  width: 100%;
}
.fyList li .address{
  float: left;
  margin-left:0px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 70px;
  background: rgb(0, 0, 0,.5);
  left: 0;right: 0;

}
.fyList li .address i{
  margin-left: 15px;
}
.fyList li .address p{
  color: #ffffff;
}

.fyList li .title{
  font-size: .7rem;
  margin: 5px 15px;
  margin-top: 10px;

}
.fyList li .price{
  float: left;
  color: #F79620;
  font-size: 12px;
  margin-left: 15px;
}
.fyList li .price span{
  
  font-size: .9rem;
}




.banerAd{
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  height: auto;
  overflow: hidden;
}


.titMax2{
  text-align: center;
  margin-top: 95px;
}
.titMax2 h3{
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 10px;
  color: #ffffff;
}

.titMax2 p{
  font-size: .8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.findHouse{
  overflow: hidden;
  margin-top: 20px;  
}
.findHouse .left{
  display: none;

}

.findHouse .right{
  height: auto;
  width: calc(100% );

} 

.cvBox .row .colLeft{
	float: left;
	width: 100%;
}
.cvBox .row .colRight{
	float: right;width: 100%;
  margin-top: 15px;
}


.youshiList li{
  float: left;
  width: 50%;
  margin-right: 0px;
  text-align: center;
  margin-top: 25px;
}

.youshiList li p{
    font-size: .7rem;
    color: #ffffff;
    line-height: 2;
    margin-top: 10px;
}

.fyList2{
  margin-top: 0px;
}

.fyList2 li{
  float: left;
  border-radius: 5px;
  width: calc(100%);
  margin-top: 20px;
  margin-right: 0px;
  padding-bottom: 10px;
  position: relative;

}

.fyList2 li .img{
  overflow: hidden; border-radius: 10px;
  border-radius: 10px;
  float: left;
  width: 5rem;
  height: auto;
}
.fyList2 li .desc{
  width: calc(100% - 5.5rem);
  float: right;
}
.fyList2 li .img img{
    display: block;
}
.fyList2 li .title{
  font-size: .9rem;
  font-weight: bold;
  margin: 0px 0px;
  margin-top: 5px;
}
.fyList2 li .address{
  margin-top: 0px;  position: absolute;
  bottom: 13px; width: calc(100% - 135px);
}
.fyList2 li .address p{
  display: inline-block;
  margin-right: 15px;
  font-size: .55rem;color:#666666;

}
.fyList2 li .address p:nth-last-child(1){
  margin-right: 0;
}


.mod1 {
  background-color: rgba(0, 0, 0, 1);
  height: 167px;
  margin-top: 72px;

 
}
.leftm{
  width: 100%;
}
.rightm{
  display: none;
}
.rightm.wap{
    display: block !important;width: 100%;
}

.leftm .box.news{
  background: none;
  padding: 0 0;
}

.newsList li {
  margin-top: 15px;
  overflow: hidden; 
  border-bottom: 1px solid rgb(218, 218, 218,.5);
  padding: 10px;
  background: #ffffff;
  box-shadow:0px 0px 10px 0px #cccccc;
  border-radius: 5px;
  position: relative;
  padding-top: 1.8rem;
}
.newsList li .img{
  float: left;
  width: 150px;
  overflow: hidden;

}
.newsList li .img img{
  width: 100%;
}
.newsList li .con{
  float: right;
  width: calc(100% - 165px);
  overflow: hidden;
}

.newsList li .con .title{
  font-size: .75rem;
  display: block;
  font-weight: 600;
  color: #333333;
  margin: 10px 0;
  position: absolute;top: 0;left: 10px;right: 10px;
}

.newsList li .con .desc{
  font-size: .55rem;
 
  font-weight: 400;
  color: #666666;
  margin-top: 0px;
  line-height: 1.5;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsList li .con .date{
  font-size: .55rem;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.newsList li .con .date span{
  margin-right: 15px;
}
.paginate{
  /*display: none;*/
}


.morewap{
  text-align: center;
  margin-top: 40px;
  display: none;
}
.morewap a{
  width: 130px;
  height: 50px;
  background: #599BC3;
  border-radius: 25px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: All 0.4s ease-in-out;
}
.morewap a:hover{
  color: #ffffff !important;
}

.rightBox{
  display: none;
}

.leftBox{
  width: 100%;
  float: left;
  overflow: hidden;
}


.picList  li .con{
    padding: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.picList  li .img{
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden;

}
.picList  li .img img{
    width: 100%;height: 100%;
}
.picList  li .box{
    width: calc(100% - 135px);
    float: right;
} 

.picList  li .box .bottom{
    position: absolute;
    bottom: 10px;left: 10px;right: 20px;
}

.picList  li .box .title a{
    font-size: 18px;

}
.picList  li .box .bottom p{
    display:none;
  
}
.picList  li .box .address{
    margin-top: 38px;
    overflow: hidden;
}




.picList2  li .img{
  float: left;
  width: 5rem;
  height: auto;
  overflow: hidden;height: 3rem;
}

.picList2  li .title{
  width: calc(100% - 5.5rem);
  float: right;
  position: relative;
} 


.picList2  li  .title a{
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
}


.picList2  li .address{
  width: calc(100%);
  float: right;
  position: relative;
  margin-top: .4rem;
  height: 1rem;
  line-height: 1rem;
  right: 0px;
} 
.picList2  li  .address i img{
    height:  .6rem;

}
.picList2  li  .address i{
      display: flex;align-items: center;
      height: 100%;
   

}




.picList2  li  .address p{
  display: inline-block;
  float: left;
  font-size: .7rem;
  font-weight: 400;
  color: #666666;
  margin-left: 5px;
}

.picList2  li .bottom{
  display: none;
} 
.picList2  li .sc{
  position: static;
  width: calc(100% - 5.5rem);
  float: right;
  text-align: left;


}
.picList2  li .sc .start{
  position: absolute;
  right: 10px;top: 10px;
}
.picList2  li  .sc .price{
  font-size: .7rem;
  font-weight: 600;
  color: #F79620;
  text-align: left;
  position: absolute;top: 2.8rem;
}
.picList2  li .sc .start span{
  display: none;
}
.bgw{
  background: #ffffff;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  margin-bottom: 0px;
  padding-top: 15px;
 
}
.shuxing{
  display: none;
}

.wapShuxing{
  display: block;
  margin-top: 15px;

}
.wapShuxing .txt{
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  width: calc((100% - 45px)/4);
}
.wapShuxing .txt:nth-child(4n){
  margin-right: 0;
}
.wapShuxing  #filter_treasure .treasure_select {
  width: 90%;
  height: 24px;
  line-height: 14px;
  background: #F2F2F2;
  border-radius: 12px;
  font-size: 12px;
}
.selectCon{
  display: none;
}


.dianlu{
  overflow: hidden;
}

.dianlu .bigImg{
   width: 100%;
}
.dianlu .desc{
  float: right;
   width: 100%;
   position: relative;
}

.dianlu .desc .title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px;
  margin-top: 15px;
}
.dianlu .desc .sc{
  position: absolute;
  right: 10px;
  top: 10px;
}

.dianlu a.view{
  height: 42px;
  background: #599BC3;
  border-radius: 25px;
  text-align: center;
  line-height: 42px;font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 0 0px;
  width: 100%;
  clear: both;

 }
 
 .dianlu .desc .con{
     margin-bottom: 25px;
 }
 
 
 
  .dianlu a.view.m20{
    margin-top: 30px;
  }
  .dianlu .mianji{
    text-align: center;
  }
  .dianlu .mianji li{
    display: inline-block;
    float: none;
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border-right: 1px solid #F0F0F0;width: auto;

}

.dianlu  .mianji li:nth-child(1){
 
  padding-right: 15px;
}
.dianlu  .mianji li:nth-child(2){

  padding-left: 15px;  padding-right: 15px;
}
.dianlu  .mianji li:nth-child(3){

  padding-left: 15px;  
}

.dianlu .address2{

  padding: 10px 0;

}
.dianlu .address2 li{
    overflow: hidden;
    height:auto;
    padding: 5px 0;
}

.dianlu .address2 li span{
    display:inline-block;
    float: left;
    width: 18px;
    font-size: 12px;vertical-align: middle;
}
.dianlu .address2 li p{
    display:inline-block;
    float: left;
    font-size: 12px;
   
    font-weight: 400;
    color: #333333;
}
.dianlu .desc .price {
     border-bottom: 1px solid #F0F0F0;
     padding-bottom: 15px;
}
.dianlu .desc .price.none {
    border: 0;
}

.dianlu .desc .price p{
    font-size: 1rem;
    font-weight: 600;
    color: #F79620;
    display: block;
    margin-top: 15px;
}
.dianlu .desc .price span{
    font-size: .7rem;
    font-weight: 400;
    color: #666666;
    display: block;margin-top: 15px;
}



.xmbg{
  margin-top: 15px !important;
}



.xzl li{
  float: left;
  width: 100%;
  margin-top: 15px;
}
.shcy {
  overflow: hidden;
  margin: 0px 20px;
}


.shcy a{
  display: inline-block;
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #599BC3;
  border: 1px solid #599BC3;
  height: 32px;
  line-height: 32px;
  padding: 0 0px;
  margin-right: 15px;
  width: calc((100% - 36px)/3);
  text-align: center;
}
.shcy a:nth-child(3n){
  margin-right: 0;
}
.more{
    text-align: center;
    margin-top: 20px;
}
.more a{
 
  height: 50px;
  background: #599BC3;
  border-radius: 25px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: All 0.4s ease-in-out;
}

.xmbgBox .shuxing{
  display: none;
}

.fangList ol{
  display: none;
}
.rightm.xiezhi{
  display: block !important;
  width: 100%;
  margin-top: 15px;
}

.fangList ul{
  overflow: hidden;
  display: block;
  position: relative;

}


.fangList ul  li:nth-child(1){
  width: 45%;   text-align: left;
}
.fangList ul  li:nth-child(1) img{
  width: 90%;
}
.fangList ul  li:nth-child(2){
  width:50%;
}
.fangList ul  li:nth-child(3){
  width: 55%;
  margin-top: 15px;
}


.fangList ul  li:nth-child(4){
  width: 25%;
  position: absolute;right: 0;
  text-align: right;

}
.fangList ul  li:nth-child(5){
  width: 25%;  position: absolute;right: 0;
  top: 30px; text-align: right;
}
.fangList ul  li:nth-child(6){
  width:25%;  position: absolute;right: 0;
  top: 55px; text-align: right;
}
.xinwenLeft{
    width: 100%;
}
.xinwenMid{
    float: left;
    width: calc(100%);
    margin-left: 0px; margin-top: 20px;background: #ffffff;    min-height:auto;
}

.xinwenListp3 li .img{
    float: left;
    width: 5rem;
    overflow: hidden;
    height: 3.5rem;
}
.xinwenListp3 li .img img{
    width: 100%;
}
.xinwenListp3 li .box{
    float: right;
    width: calc(100% - 5.5rem);
    overflow: hidden;
}






.xinwenListp3 li .box .title{
    font-size: .65rem;
    font-weight: 400;
    color: #333333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.xinwenListp3 li .box .desc{
     font-size: .5rem;
    font-weight: 400;
    color: #999999;;
    margin-top: 10px;
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.titAddress{
    border-bottom: 1px solid #F0F0F0;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-top: 15px;
    overflow: hidden;
}
.titAddress span{
font-size: .8rem;

}



.titAddress .tab a{
    font-size: .65rem;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
}
.cyList li{
    overflow: hidden;
    height: auto;
    line-height: 1;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;

}

.cyList li a.title{
    font-size: .8rem;
    font-weight: 400;
    color: #333333;
    display: block;
    float: left;width: 100%;
    margin: 15px 0;
}


.cyList li .address{
    float: left;margin-top: 5px;
}
.cyList li a.view{
    float: right; height: 22px;line-height: 22px;font-size: 12px;
     top:50%;
	transform:translateY(0%);
	-webkit-transform:translateY(0%);
}



.searchBox2{
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #599BC3;
    border-radius: 5px;
    width: 100%;position: relative;z-index: 3;
   
}
.searchBox2 .searchInput{

    border-radius: 5px;
    height: 40px;

}
.searchBox2 .searchInput a{
    float: right;
    width: 80px;
    display: inline-block;
    height: 100%;
    text-align: center;
    line-height: 40px;background:#599BC3;
    color: #ffffff;    border-radius: 0 5px 5px 0;
}
.chanyeList li{
    width: calc((100%));
    margin-right: 0px;
    margin-top: 20px;
    float: left;
}
.yinjinBg .title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 5px;text-align: center;
}

.yinjinBg .mianji{
    overflow: hidden;text-align: center;
}
.yinjinBg .mianji ul{
    text-align: center; display: inline-block;   
}
.yinjinBg .mianji li{
    display: inline-block;
    float: none;
    padding-right: 30px;
    margin-left: 20px;margin-right: 0px;
    margin-top: 20px;
    border-right: 1px solid #F0F0F0;
}

.banner3{
    margin-top:77px;
    margin-bottom: 85px;
    position: relative;
}
.bannerTit{
    text-align: left;
}

.bannerTit h3{
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
}

.bannerTit p{
    font-size: .7rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
}
.searchBox3{
    position: absolute;
    border: 1px solid #599BC3;
    bottom: -65px;
    height: 40px;width:90%;
}

.searchBox3 .box{
    width: calc(100% - 30px);
    margin: 15px auto;
}
.searchBox3 .searchInput{

    border-radius: 5px;
    height: 40px;

}

.searchBox3 .searchInput a{

    line-height: 40px;
}

.fuwuList2 li{
    float: left;
    width: calc((100% - 40px)/3);
    box-shadow:0px 0px 5px 0px rgb(204, 204, 204,.5);
    height: 3rem;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.fuwuList2 li .box span{

  display: none;
}
.fuwuList2 li .box i{
    transition: all 0.9s;
    font-size: 1rem;color: #599BC3;
}
.fuwuList2 li .box p{
    font-size: .8rem;
    font-weight: 600;
    color: #333333;
    margin: .2rem 0;
}


.fuwuList2 li:hover i img{
    transform: rotateY(360deg);
}
.fuwuList2 li:hover{
    background: #599BC3 !important;
}
.fuwuList2 li:hover i{
    color: #ffffff !important;
}
.fuwuList2 li:hover p{
    color: #ffffff !important;
}

.fuwuList2 li:hover span{
    color: #ffffff !important;
}


.chanyeTab span{
    display: inline-block;
    font-size: .8rem;
    position: relative;
    padding-bottom: 10px;
    margin: 0 15px;
}
.chanyePic li{
    float: left;
    width: calc((100%));
    margin-right: 0px;
    margin-top: 10px;
    overflow: hidden;
    position:relative;
}

.scroll{
    margin: 0px 0px;
    
}

/*个人中心*/
.userMenu{
    float: left;
    width: 100%;
    padding: 10px 0;background: #ffffff;
    margin-top: 20px;
    overflow-x: auto;
}

.userMenu li{
    text-indent: 0px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}
.userMenu::-webkit-scrollbar{  
    display: none;
}
.userSort::-webkit-scrollbar{  
    display: none;
}

.userMenu li.on{
    background: none;
}
.userMenu li.on:after{
    content: '';
    position: absolute;
    background: #599BC3;
    width: 100%;bottom: 0;height: 5px;
    left: 0;border-radius:5px ;
}
.userMenu li.on a{
      color: #599BC3;
}
.userRight{
    width: 100%;
}


.userRight .box{
    margin: 15px;
}
.userRight .date span{
    font-size: .8rem;
    
}
.userRight .date {
   clear: both;
   margin-left: 10px;
   font-weight: bold;
   margin-top: 20px;
}
.history{
    padding-bottom: 0px;
    overflow: hidden;
}

.history li{
    float: left;
    width: calc((100% - 15px)/2);
    margin-top: 15px;
    margin-right: 15px;
}
.history li:nth-child(2n){
    margin-right: 0;
}

.history li .img{
    overflow: hidden;
    height: 80px;
}
.history li p{
    margin-top: 10px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.userRight .userbg{
    padding-bottom: 20px;
    margin-top: 0;
}
.userRight .userSort.f7{
    background: #F6F6F6;
    padding-top:  10px;
    overflow: hidden;
    
}
.userRight .userbg.f6{
    background: #F6F6F6;
    margin-top: 20px;
    overflow: hidden;
}
.userSort{
    background: #F6F6F6;
    height: 40px;
    line-height: 40px;
    overflow-x:auto;overflow-y: hidden;
}
.userSort ul{
    margin: 0 0px;display: block;padding: 0;
}

.userSort a{
    height: 28px;
    background: #E6E6E6;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    padding: 0 15px;
    font-size: 14px;  margin: 0 5px;
    float: left; display: inline-block;
}
.userSort a.on::after{
    display: none;
}
.userSort a.on{
    background: #599BC3;color: #ffffff;
}

.userbg .form{
    margin: 10px;
    min-height: 200px;
}

.userbg .form .row span{
    position: relative;
    height: 18px;line-height: 18px;
    padding-left: 10px;
    margin-bottom: 10px;font-weight: bold;
}

.userbg .form .row span::after{
    content: '';background: #599BC3;
    width: 3px;height: 100%;
    position: absolute;left: 0;
    top: 0;
}
.userbg .form .row .col{
    display: block;
    float: left;width: 100%;
}
.userbg .form .row.one span{
    width: 66px;    height: 30px;line-height: 30px;
}
.userbg .form .row.one .col{
    display: block;
    float: left;width:auto;
}
.userbg .form .row.one span::after{
    display: none;
}

.userbg .form .row .col.on input{
    display: block;text-indent: 10px;width:calc(100% - 2px);
    height: 36px;
}

.picList2.user li{
    margin-top: 0px;
    margin-bottom: 15px;
}

.userbg .form .row.one2 span{
      height: 30px;line-height: 30px;
      width: 100%;
}

.userbg .form .row.one2 .col{
    
    float: left;width:75%;
}

.userbg .form .row.one2 .col .code{
    width: 100% !important;
}
.userbg .form .row.one2 a.code{
    float: right;
    height: 36px;width:22%;
}


.userbg .form .row.one2 a.code2{
    float: right;
    height: 36px;width:22%;line-height: 36px;
}

.about .bigImg{
    float: left;
     width: 100%;
}



.about .desc{
    float: right;
     width: 100%;
}



.newsLike li{
    float: left;
    width: calc((100% ));
    margin-right: 0px;
    margin-top: 20px;
}

.newsLike li .img{
    width: 120px;
    overflow: hidden;
    height: auto;float: left;
}
.newsLike li .img img{
    width: 100%;
}

.newsLike li .title{
    font-size: .7rem;
font-weight: 600;
color: #333333;
margin-top: 0px;
line-height: 1.5;
float: right;
width: calc(100% - 130px);
}
.newsLike li .title2{
    font-size: .7rem;
font-weight: 600;
color: #333333;
margin-top: 0px;
line-height: 1.5;
float: right;
width: calc(100% - 130px);
}


.newsLike li .date{

float: right;
width: calc(100% - 130px);
}

.table2 tr td a{
    font-size: 12px;
    font-weight: 400;
    color: #599BC3;
    margin: 0 5px;
}
.zdList  a{
    display: inline-block;
    height: 1rem;
    background: #F2FAFF;
    border-radius: 2px;
    border: 1px solid #599BC3;
    margin-right: 15px;
    line-height: 1rem;
    padding: 0 0px;
    width: calc((100% - 36px)/3);
    font-size: .7rem;
    font-weight: 400;
    color: #599BC3;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}
.zdList  a:nth-child(3n){
    margin-right: 0;
}


.ptList  li .con .col a{
display: none;
}







}