/*描边，阴影*/
.miaobian {
  padding: 30px 0;
  padding-bottom: 40px;
  margin-top: 40px;
  -moz-box-shadow: 0 1px 10px #E8E8E8;
  -webkit-box-shadow: 0 1px 10px #E8E8E8;
  box-shadow: 0 1px 10px #E8E8E8;
}
/*项目分类*/
#fenlei {
  margin-top: 10px;
}
/*项目列表*/
#header_item {
  margin-top: 40px;
  text-align: center;
}
#header_item h2 {
  font-size: 25px;
  margin-bottom: 5px;
}
#search {
  text-align: center;
  margin-bottom: 10px;
}
#search button {
  font-size: 14px;
}
@media (max-width: 500px) {
  #search button {
    font-size: 12px;
  }
}
/*ajax搜索部分，项目列表*/
#item {
  padding-top: 0px;
  padding-bottom: 30px;
}
#item img {
  width: 100%;
  height: auto;
}
#item .row .col-sm-4 {
  margin-top: 15px;
}
/* Common style */
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  width: 100%;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*移民自测按钮*/
#but_zice .btn {
  background: #337AB7;
  border: 0;
}
#but_zice .btn:hover {
  background: #FF8B2F;
}
@media (max-width: 767px) {
  #but_zice button {
    font-size: 14px;
  }
}
/*房产*/
.header_fangchan {
  margin-top: 0px;
  text-align: center;
}
.header_fangchan h2 {
  font-size: 25px;
  margin-bottom: 5px;
}
#house img {
  width: 100%;
  height: auto;
}
#house a {
  margin: 0;
}
#house a:hover {
  border: 1px solid #DDDDDD;
}
#house h4 {
  font-size: 15px;
}
#house h4 a:hover {
  border: none;
}
#house .nav-tabs {
  border: 0px;
}
#house .nav-tabs li a {
  padding: 8px 13px;
}
#house .nav-tabs li {
  text-align: center;
}
#house .nav-tabs > li.active > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #337AB7;
  color: #FFF;
}
#house .nav-tabs a:hover {
  background: #FFF;
  border-color: #FFF;
}
#house .nav {
  margin-bottom: 10px;
}
#house .fa {
  color: #FF6A08;
  cursor: pointer;
}
#house .glyphicon {
  color: #FF6A08;
  cursor: pointer;
}
/*华夏优势*/
.jieshaoBox {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../../img/Index/huaxia_gongju2.png) repeat left top;
}
.youshi .box img {
  height: 50px;
  float: left;
}
.youshi .box span {
  display: inline-block;
  width: 58px;
  height: 58px;
  /*border:1px solid #CCC;*/
  float: left;
  text-align: center;
  background: rgba(6, 61, 120, 0.5);
  border-radius: 5px;
}
.youshi .box span i {
  font-size: 30px;
  vertical-align: middle;
  color: #FFF;
  margin-left: 5px;
  margin-top: 5px;
}
.youshi .box span:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.youshi .box div {
  margin-left: 70px;
}
.youshi .box div b {
  display: block;
  margin: 0;
  color: #333;
  font-size: 14px;
}
.youshi .box div p {
  margin-top: 6px;
  color: #999;
  font-size: 12px;
  line-height: 1.6em;
}
@media (max-width: 992px) {
  .youshi .box {
    text-align: center;
  }
  .youshi .box img {
    height: 50px;
    float: none;
  }
  .youshi .box span {
    display: inline-block;
    width: 58px;
    height: 58px;
    /*border:1px solid #CCC;*/
    float: none;
    text-align: center;
    background: rgba(6, 61, 120, 0.5);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .youshi .box span i {
    font-size: 30px;
    vertical-align: middle;
    color: #FFF;
    margin-left: 5px;
    margin-top: 5px;
  }
  .youshi .box span:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
  }
  .youshi .box div {
    margin-left: 0px;
  }
  .youshi .box div h3 {
    margin: 0px;
    color: #333;
    font-size: 15px;
  }
  .youshi .box div p {
    margin-top: 6px;
    color: #999;
    font-size: 12px;
    line-height: 1.6em;
  }
}
/*介绍*/
.jieshao {
  margin-top: 50px;
}
.jieshao .box {
  display: flex;
}
.jieshao .box .aa {
  flex: 1;
  margin-right: 30px;
}
.jieshao .box .aa p {
  text-indent: 2em;
}
.jieshao .box .aa p span {
  font-size: 28px;
  margin-right: 2px;
  color: #063D78;
}
.jieshao .box .bb {
  flex: 1;
  background: url(../../img/Onlypin/lun_tow.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .jieshao {
    margin-top: 50px;
  }
  .jieshao .box {
    display: flex;
  }
  .jieshao .box .aa {
    flex: 1;
    margin-right: 30px;
  }
  .jieshao .box .aa p {
    text-indent: 2em;
  }
  .jieshao .box .aa p span {
    font-size: 28px;
    margin-right: 2px;
    color: #063D78;
  }
  .jieshao .box .bb {
    flex: 1;
    background: url(../../img/Onlypin/lun_tow.png) no-repeat center left;
    background-size: auto 100%;
    border-radius: 5px;
  }
}
@media (max-width: 776px) {
  .jieshao {
    margin-top: 50px;
  }
  .jieshao .box {
    display: inline;
  }
  .jieshao .box .aa {
    flex: 1;
    margin-right: 0px;
  }
  .jieshao .box .aa p {
    text-indent: 2em;
  }
  .jieshao .box .aa p span {
    font-size: 28px;
    margin-right: 2px;
    color: #063D78;
  }
  .jieshao .box .bb {
    flex: 1;
    background: url(../../img/Onlypin/lun_tow.png) no-repeat center left;
    background-size: auto 100%;
    border-radius: 5px;
  }
}
/*项目模块*/
.items {
  background-color: #F7F7F9;
  padding: 40px 0;
}
.items .titles {
  margin-bottom: 20px;
}
.items .titles h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.items .titles h3 span {
  color: #063D78;
}
.items .titles p {
  color: #999;
  margin: 0;
  font-size: 12px;
}
.items .titles p a {
  color: #9999A4;
}
.items .box {
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 15px;
}
.items .box div.imgs {
  position: relative;
}
.items .box h3 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 15px;
  font-weight: bold;
}
.items .box div.imgs span {
  position: absolute;
  top: 10px;
  font-size: 10px;
  line-height: 1.8em;
  padding: 0px 10px;
  letter-spacing: 2px;
  left: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.items .box div.imgs span i {
  font-size: 12px;
}
.items .box div.imgs img {
  width: 100%;
  /*height: 180px;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.items .box div.shuxing {
  display: flex;
}
.items .box div.shuxing div {
  flex: 1;
  text-align: center;
  border-right: 1px solid #EDEDED;
  margin: 10px 0px;
}
.items .box div.shuxing div span {
  display: block;
  margin: 0;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #337AB7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 3px;
}
.items .box div.shuxing div p {
  margin: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 3px;
  margin-top: 5px;
}
.items .box div.shuxing div:last-child {
  border-right: 0;
}
/*文章*/
.articleBox {
  background-color: #FFFFFF;
  padding: 40px 0;
}
.articleBox .titles {
  margin-bottom: 20px;
}
.articleBox .titles h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.articleBox .titles h3 span {
  color: #063D78;
}
.articleBox .titles p {
  color: #999;
  margin: 0;
  font-size: 12px;
}
.articleBox .titles p a {
  color: #9999A4;
}
.articleBox .box {
  background: #F7F7F9;
  padding: 20px;
  border-radius: 5px;
}
.articleBox .box b {
  display: block;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.articleBox .box b a {
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #9999A4;
}
.articleBox .box ul.wenzhang li {
  display: flex;
  margin-bottom: 10px;
}
.articleBox .box ul.wenzhang li div.letBox {
  width: 100px;
  height: 65px;
  margin-right: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
.articleBox .box ul.wenzhang li div.letBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 关键属性：覆盖铺满，等比裁剪 */
  display: block;
  border-radius: 5px;
}
.articleBox .box ul.wenzhang li div.rightBox {
  flex: 1;
}
.articleBox .box ul.wenzhang li div.rightBox div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 47px;
}
.articleBox .box ul.wenzhang li div.rightBox span {
  font-size: 12px;
  color: #9999A4;
}
.articleBox .box ul.wenda li {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 9.5px;
}
.articleBox .box ul.wenda li i.iconfont {
  position: relative;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
.articleBox .box ul.wenda li:nth-child(odd) i {
  color: #F55F5F;
}
.articleBox .box ul.wenda li:nth-child(even) i {
  color: #003C78;
}
.articleBox .box ul.wenda li:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .articleBox .box {
    margin-bottom: 10px;
  }
  .articleBox .box.last {
    margin-bottom: 0;
  }
}
/*活动div*/
/*文章*/
.huodongBox {
  background-color: #F7F7F9;
  padding: 40px 0;
}
.huodongBox .titles {
  margin-bottom: 20px;
}
.huodongBox .titles h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.huodongBox .titles h3 span {
  color: #063D78;
}
.huodongBox .titles p {
  color: #999;
  margin: 0;
  font-size: 12px;
}
.huodongBox .titles p a {
  color: #9999A4;
}
.huodongBox {
  background: #F7F7F9;
}
.huodongBox .box {
  margin-bottom: 30px;
}
.huodongBox .box h4 {
  font-size: 14px;
}
.huodongBox .box img {
  border-radius: 5px;
  height: 160px;
}
.huodongBox .box .media-body {
  height: 160px;
  position: relative;
}
.huodongBox .box .media-center i {
  color: #9999A4;
  margin-right: 5px;
}
.huodongBox .box .anniu {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
}
.huodongBox .box .anniu .btn-primary {
  border-radius: 25px;
  background: #FFFFFF;
  border-color: #337AB7;
  color: #000000;
  font-size: 12px;
}
.huodongBox .box .anniu .btn-primary:hover {
  background: #EEEEEE;
}
.huodongBox .box .anniu div.btn {
  border-radius: 25%;
}
.huodongBox div.fuwuBox div.aa {
  display: flex;
}
.huodongBox div.fuwuBox div.aa div.fa_icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.huodongBox div.fuwuBox div.aa div.fa_icon i.iconfont {
  font-size: 26px;
  color: #337AB7;
}
.huodongBox div.fuwuBox div.aa .fa_page small {
  color: #9999A4;
  font-size: 12px;
  display: block;
}
.huodongBox div.fuwuBox div.bb {
  font-size: 12px;
  margin-bottom: 15px;
}
.huodongBox div.fuwuBox .col-sm-3 {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.huodongBox .boxOne {
  display: flex;
  border-radius: 5px;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.huodongBox .boxOne div {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1;
  text-align: center;
}
.huodongBox .boxOne div h3 {
  margin: 0;
  line-height: 2em;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
.huodongBox .boxOne div ul li {
  width: 33.33%;
  float: left;
  margin-top: 10px;
}
.huodongBox .boxOne div ul li img {
  width: 35px;
  border-radius: 50%;
}
.huodongBox .boxOne div ul li p {
  margin: 0;
  line-height: 2.5em;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
.huodongBox .boxOne div:last-child {
  border: 0;
}
@media (max-width: 991px) {
  .huodongBox div.fuwuBox div.aa {
    display: flex;
  }
  .huodongBox div.fuwuBox div.aa div.fa_icon i.iconfont {
    font-size: 28px;
  }
  .huodongBox div.fuwuBox div.bb {
    margin-bottom: 15px;
  }
  .huodongBox .boxOne {
    display: block;
    padding: 20px 0;
  }
  .huodongBox .boxOne div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .huodongBox .boxOne div:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .huodongBox .box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
/*热门*/
#hot {
  font-size: 18px;
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}
#hot a {
  display: inline-block;
  background: #337AB7;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}
#footer_tell {
  margin: 0 !important;
}
