a:hover{text-decoration:unset}
ul{list-style: none;padding: 0;margin-bottom: .1rem;}
p{margin-bottom: .1rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin-bottom: .05rem;}
html{font-size: calc(1vw * 10);}
body{
  font-family: "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
  letter-spacing: .3px;
}

@media screen and (max-width: 414px) {
  /* html{font-size: 4.14px;} */
  html{font-size: calc(1vw * 10);}
  body{font-size: 1vw;}
}
@media screen and (min-width: 576px) {
  html{font-size: 50px;}
  body{font-size: 5px;}
}
@media screen and (min-width: 768px) {
  html{font-size: 65px;}
  body{font-size: 6.5px;}
}
@media screen and (min-width: 992px) {
  html{font-size: 80px;}
  body{font-size: 8px;}
}
@media screen and (min-width: 1200px) {
  html{font-size: 100px;}
  body{font-size: 10px;}
}
@media screen and (min-width: 1500px) {
  html{font-size: 125px;}
  body{font-size: 12.5px;}
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}

header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: .192rem 0 .072rem;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px #ccc;
  transition: background .3s;
}
header.noChange{
  position: sticky;
}
header>.container{
}
header>.container>.logo_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header>.container>.logo_row>a>.logo{
  width: .744rem;
}
header>.container>.logo_row>.pc_right{
  display: flex;
  align-items: center;
}
header>.container>.logo_row>.pc_right>.language_select{
  min-width: 1.016rem;
  margin-right: .184rem;
  position: relative;
  padding: .08rem 0;
  cursor: pointer;
}
header>.container>.logo_row>.pc_right>.language_select>.val{
  display: block;
  font-size: .112rem;
  font-weight: bold;
  text-align: right;
  color: #000;
  padding-right: .352rem;
  position: relative;
}
header>.container>.logo_row>.pc_right>.language_select>.val::after{
  content: '';
  display: block;
  width: .08rem;
  height: .08rem;
  border: solid 2px #000;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  position: absolute;
  right: .08rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
}
header>.container>.logo_row>.pc_right>.language_select>.options{
  width: 1.008rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  background-color: #E0C6AD;
  display: none;
  margin: 0;
}
header>.container>.logo_row>.pc_right>.language_select>.options>.item{
  border-bottom: solid 1px #fff;
}
header>.container>.logo_row>.pc_right>.language_select>.options>.item:last-child{
  border-bottom: none;
}
header>.container>.logo_row>.pc_right>.language_select>.options>.item>a{
  display: block;
  font-size: .128rem;
  font-weight: bold;
  color: #000;
  padding: .104rem .128rem;
}
header>.container>.logo_row>.pc_right>.user>img{
  width: .32rem;
  height: .32rem;
}
header>.container>.logo_row>.md_right{
  display: none;
}
/* nav */
header>.container>nav.menu{
  display: flex;
}
header>.container>nav.menu>.menu_item{
  margin-right: .584rem;
  padding: .12rem 0;
  position: relative;
}
header>.container>nav.menu>.menu_item:last-child{
  margin-right: 0;
}
header>.container>nav.menu>.menu_item>.title{
  display: block;
  font-size: .112rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
header>.container>nav.menu>.menu_item.select_wrap>.title{
  position: relative;
  padding-right: .32rem;
}
header>.container>nav.menu>.menu_item.select_wrap>.title::after{
  content: '';
  display: block;
  width: .08rem;
  height: .08rem;
  border: solid 2px #000;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  position: absolute;
  right: .08rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
}
header>.container>nav.menu>.menu_item>.title:hover{
  color: #E0C6AD!important;
}
header>.container>nav.menu>.menu_item>.title:hover::after{
  border-color: #E0C6AD!important;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
}
header>.container>nav.menu>.menu_item.active>.title{
  color: #E0C6AD;
}
header>.container>nav.menu>.menu_item.active>.title::after{
  border-color: #E0C6AD;
}
header>.container>nav.menu>.menu_item>.options{
  background-color: #E0C6AD;
  width: 2.32rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  display: none;
  margin: 0;
}
header>.container>nav.menu>.menu_item>.options>.item{
  border-bottom: solid 1px #fff;
}
header>.container>nav.menu>.menu_item>.options>.item:last-child{
  border-bottom: none;
}
header>.container>nav.menu>.menu_item>.options>.item>a{
  display: block;
  padding: .104rem .128rem;
  font-size: .112rem;
  font-weight: bold;
  color: #000;
}
/* 滚动后 */
header.transparent{
  background-color: transparent;
  box-shadow: none;
  background: linear-gradient(0deg, rgba(42, 42, 42, 0) 0%, rgba(40, 40, 40, 0.305) 50%);
}
header>.container>.logo_row>a>.logo_normal{
  display: block;
}
header>.container>.logo_row>a>.logo_white{
  display: none;
}
header.transparent>.container>.logo_row>a>.logo_normal{
  display: none;
}
header.transparent>.container>.logo_row>a>.logo_white{
  display: block;
}
header.transparent>.container>.logo_row>.pc_right>.language_select>.val{
  color: #fff;
}
header.transparent>.container>.logo_row>.pc_right>.language_select>.val::after{
  border-color: #fff;
}
header.transparent>.container>.logo_row>.pc_right>.language_select>.options>.item>a{
  color: #fff;
}
header>.container>.logo_row>.pc_right>.user>img.black{
  display: block;
}
header>.container>.logo_row>.pc_right>.user>img.white{
  display: none;
}
header.transparent>.container>.logo_row>.pc_right>.user>img.black{
  display: none;
}
header.transparent>.container>.logo_row>.pc_right>.user>img.white{
  display: block;
}
header>.container>.logo_row>.md_right>img.black{
  display: block;
}
header>.container>.logo_row>.md_right>img.white{
  display: none;
}
header.transparent>.container>.logo_row>.md_right>img.black{
  display: none;
}
header.transparent>.container>.logo_row>.md_right>img.white{
  display: block;
}
header.transparent>.container>nav.menu>.menu_item>.title{
  color: #fff;
}
header.transparent>.container>nav.menu>.menu_item.select_wrap>.title::after{
  border-color: #fff;
}
header.transparent>.container>nav.menu>.menu_item>.options>.item>a{
  color: #fff;
}


/* bannerHeader */
.bannerHeader{
  background-color: #fff;
}
.bannerHeader>.container{
  padding-top: 1.28rem;
}
.bannerHeader>.container>.content_wrap{
  display: flex;
  margin-bottom: .4rem;
}
.bannerHeader>.container>.content_wrap .headerTitle{
  width: 100px;
  flex: 1;
  font-size: .52rem;
  font-weight: 300;
  color: #131E29;
  margin-right: .4rem;
  margin-bottom: 0;
}
.bannerHeader>.container>.content_wrap .content_box{
  width: 50%;
}
.bannerHeader>.container>.content_wrap .content_box>.title{
  font-size: .32rem;
  font-weight: 300;
  color: #131E29;
  margin-bottom: .8em;
  letter-spacing: -1px;
}
.bannerHeader>.container>.content_wrap .content_box>p{
  font-size: .176rem;
  color: #131E29;
  line-height: 1.5;
  margin-bottom: 1em;
}
.bannerHeader>.container>.content_wrap .content_box>p:last-child{
  margin-bottom: 0;
}
.bannerHeader>.container>.bannerBox{
  width: 100%;
  height: 3.6rem;
  position: relative;
}
.bannerHeader>.container>.bannerBox>.bannerWrap{
  width: calc((100vw - 100%) / 2 + 100% - 8px);
  height: 4.88rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.bannerHeaderSwiper{
  width: 100px;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.bannerHeaderSwiper>.swiper-wrapper>.swiper-slide>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.control_box{
  width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 .368rem .36rem .24rem;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.control_box::after{
  content: '';
  width: 1px;
  height: 100px;
  flex: 1;
  background-color: #D1D1D6;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.control_box>.bannerHeaderSwiper-pagination{
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.control_box>.bannerHeaderSwiper-pagination>.swiper-pagination-bullet{
  width: .064rem;
  height: .064rem;
  background-color: #EFEFEF;
  margin-bottom: .08rem;
  opacity: 1;
}
.bannerHeader>.container>.bannerBox>.bannerWrap>.control_box>.bannerHeaderSwiper-pagination>.swiper-pagination-bullet-active{
  width: .088rem;
  height: .088rem;
  background-color: #E0C6AD;
}





/* navSection */
.navSectionWrap{

}
.navSectionWrap>.navSection{
  background-color: #131E29;
  height: 6.64rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.navSectionWrap>.navSection>.container{
  display: flex;
  height: 100%;
}
.navSectionWrap>.navSection>.img_box{
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.navSectionWrap>.navSection>.img_box>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navSectionWrap>.navSection>.container>.content_box{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: .48rem 0;
}
.navSectionWrap>.navSection>.container>.content_box>.sectionTitle{
  font-size: .16rem;
  font-weight: bold;
  color: #979CA2;
  margin-bottom: 2em;
}
.navSectionWrap>.navSection>.container>.content_box>.content{
  width: 4rem;
  height: 100px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.title{
  font-size: .336rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: .8em;
}
.navSectionWrap>.navSection>.container>.content_box>.content>p{
  font-size: .176rem;
  color: #979CA2;
}
.navSectionWrap>.navSection>.container>.content_box>.content>p>span{
  color: #fff;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.navList{
  border-top: solid 1px  #ccc;
  margin-top: .4rem;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item{
  border-bottom: solid 1px #ccc;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item>a{
  display: block;
  padding: .16rem 0;
  line-height: 1;
  font-size: .16rem;
  color: #fff;
  position: relative;
  padding-right: .28rem;
  transition: color .3s;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item>a::after{
  content: '→';
  width: .224rem;
  height: .224rem;
  font-size: .168rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
  border-radius: 50%;
  color: #E0C6AD;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: border .3s;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item>a:hover{
  color: #E30613!important;
}
.navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item>a:hover::after{
  border-color: #E0C6AD;
}

.navSectionWrap>.navSection.reverse{
  background-color: #fff;
}
.navSectionWrap>.navSection.reverse>.container{
  flex-direction: row-reverse;
}
.navSectionWrap>.navSection.reverse>.img_box{
  width: calc(50% + 1px);
  height: 100%;
  position: absolute;
  top: 0;
  right: unset;
  left: -1px;
}
.navSectionWrap>.navSection.reverse>.container>.content_box{
  padding-left: .8rem;
}
.navSectionWrap>.navSection.reverse>.container>.content_box>.content>.title{
  color: #131E29;
}
.navSectionWrap>.navSection.reverse>.container>.content_box>.content>p>span{
  color: #131E29;
}
.navSectionWrap>.navSection.reverse>.container>.content_box>.content>.navList>.item>a{
  color: #131E29;
}


/* articleWrap */
.articleWrap{
  padding: .64rem 0;
}
.articleWrap.dark{
  background-color: #131E29;
}
.articleWrap .section_title_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .4rem;
}
.articleWrap .section_title_row>.sectionTitle{
  font-size: .16rem;
  font-weight: bold;
  color: #131E29;
  line-height: 1;
  margin-bottom: 0;
}
.articleWrap .section_title_row>.all{
  display: block;
  font-size: .112rem;
  font-weight: bold;
  color: #000;
  padding-right: .336rem;
  position: relative;
}
.articleWrap .section_title_row>.all::after{
  content: '→';
  width: .224rem;
  height: .224rem;
  font-size: .168rem;
  line-height: 1;
  color: #E0C6AD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.articleWrap .articleList{
  display: flex;
  flex-wrap: wrap;
}
.articleWrap .articleList>.item{
  display: block;
  width: 33.333%;
  /* flex: 1; */
  border-left: solid 1px #D6D6D6;
  transition: background .3s;
}
.articleWrap .articleList>.item .img_box{
  overflow: hidden;
}
.articleWrap .articleList>.item .img_box>.mainPic{
  transition: transform .3s;
}
.articleWrap .articleList>.item:hover .img_box>.mainPic{
  transform: scale(1.1);
}
.articleWrap .articleList>.item:hover{
  background-color: #FCFAF7;
}
.articleWrap.dark .articleList>.item:hover{
  background-color: #1A242E;
}
.articleWrap.dark .section_title_row>.sectionTitle{
  color: #fff;
}
.articleWrap.dark .section_title_row>.all{
  color: #fff;
}

/* eventWrap */
.eventWrap .articleList>.item{
  width: 32.5%;
  padding-left: .144rem;
  padding-bottom: .08rem;
  margin-right: 1.25%;
}
.eventWrap .articleList>.item:nth-child(3n+3){
  margin-right: 0;
}
.eventWrap .articleList>.item>.img_box{
  height: 2.16rem;
}
.eventWrap .articleList>.item>.img_box>.mainPic{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventWrap .articleList>.item>.type{
  font-size: .112rem;
  font-weight: bold;
  /* color: #E0C6AD; */
  color: #E30613;
  line-height: 1;
  display: block;
  margin-top: .12rem;
}
.eventWrap .articleList>.item>.content_box{
  margin-top: .16rem;
}
.eventWrap .articleList>.item>.content_box>.title{
  height: .504rem;
  font-size: .168rem;
  line-height: 1.5;
  color: #343434;
  letter-spacing: 0;
  margin-bottom: .5em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.eventWrap .articleList>.item>.content_box>.desc{
  font-size: .12rem;
  color: #343434;
  margin-bottom: 1.2em;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.eventWrap .articleList>.item>.content_box>.detail{
  font-size: .112rem;
  font-weight: bold;
  line-height: 1;
  color: #131E29;
  margin-bottom: .16rem;
  display: inline-block;
  padding-right: .336rem;
  background: url('../img/icons/toRight_red.png') no-repeat;
  background-position: calc(100% - .08rem) center;
  background-size: .12rem .08rem;
  opacity: 0;
  transition: opacity .3s;
}
.articleWrap .articleList>.item:hover>.content_box>.detail{
  opacity: 1;
}

.eventWrap .articleList>.item>.content_box>.location_row{
  display: flex;
  align-items: center;
}
.eventWrap .articleList>.item>.content_box>.location_row>p{
  font-size: .096rem;
  line-height: 1;
  padding: .048rem 0;
  padding-left: .144rem;
  color: #000;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: .112rem auto;
  background-position: left center;
}
.eventWrap .articleList>.item>.content_box>.location_row>.location{
  background-image: url(../img/icons/location.png);
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: .08rem;
}
.eventWrap .articleList>.item>.content_box>.location_row>.time{
  min-width: .96rem;
  background-image: url(../img/icons/calender.png);
}

/* researchWrap */
.researchWrap{
  
}
.researchWrap .articleList>.item{
  padding: .096rem .2rem 0;
  height: 3.36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.researchWrap .articleList>.item>.time{
  font-size: .112rem;
  color: #131E29;
}
.researchWrap.dark .articleList>.item>.time{
  color: #E5E5E5;
}
.researchWrap .articleList>.item>.main_pic{
  width: 100%;
  height: 1.6rem;
  object-fit: cover;
  margin-bottom: .1rem;
}
.researchWrap .articleList>.item>.content>.title{
  font-size: .176rem;
  color: #131E29;
  margin-bottom: .8em;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s;
}
.researchWrap.dark .articleList>.item>.content>.title{
  color: #ccc;
}
.researchWrap .articleList>.item>.content>.desc{
  font-size: .128rem;
  line-height: 1.5;
  color: #131E29;
  margin-bottom: 0;
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  transition: color .3s;
}
.researchWrap.dark .articleList>.item>.content>.desc{
  color: #ccc;
}
.researchWrap .articleList>.item>.content>.detail{
  display: inline-block;
  font-size: .112rem;
  font-weight: bold;
  line-height: 1;
  color: #131E29;
  margin-bottom: 0;
  padding: .16rem 0;
  padding-right: .336rem;
  background: url('../img/icons/toRight_red.png') no-repeat;
  background-position: calc(100% - .08rem) center;
  background-size: .12rem .08rem;
  opacity: 0;
  transition: opacity .3s;
}
.researchWrap.dark .articleList>.item>.content>.detail{
  color: #fff;
}

/* .researchWrap .articleList>.item>.content>.detail::after{
  content: '→';
  width: .224rem;
  height: .224rem;
  font-size: .168rem;
  line-height: 1;
  color: #E0C6AD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.researchWrap .articleList>.item:hover>.content>.title,
.researchWrap .articleList>.item:hover>.content>.desc{
  color: #fff;
}
.researchWrap .articleList>.item:hover>.content>.detail{
  opacity: 1;
}

/* propertiesWrap */
.propertiesWrap{

}
.propertiesWrap .articleList>.item{
  padding: 0 .2rem .32rem;
}
.propertiesWrap .articleList>.item>.img_box{
  height: 1.92rem;
  position: relative;
}
.propertiesWrap .articleList>.item>.img_box>.mainPic{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.propertiesWrap .articleList>.item>.img_box>span{
  display: block;
  padding: .096rem .064rem;
  font-size: .128rem;
  color: #fff;
  line-height: 1;
  background-color: #E0C6AD;
  position: absolute;
  top: 0;
  left: 0;
}
.propertiesWrap .articleList>.item>.img_box>.favorites_box{
  width: .336rem;
  height: .336rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: .12rem;
  right: .16rem;
}
.propertiesWrap .articleList>.item>.img_box>.favorites_box>img{
  width: .2rem;
}
.propertiesWrap .articleList>.item>.img_box>.favorites_box>img.active{
  display: none;
}
.propertiesWrap .articleList>.item.active>.img_box>.favorites_box>img{
  display: none;
}
.propertiesWrap .articleList>.item.active>.img_box>.favorites_box>img.active{
  display: block;
}
.propertiesWrap .articleList>.item>.info_box{
  margin-top: .112rem;
}
.propertiesWrap .articleList>.item>.info_box>.title{
  font-size: .192rem;
  font-weight: bold;
  color: #1F2744;
  margin-bottom: .7em;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}
.propertiesWrap .articleList>.item>.info_box>.desc{
  font-size: .128rem;
  color: #A6A6A6;
  margin-bottom: 1em;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}
.propertiesWrap .articleList>.item>.info_box>.price{
  font-size: .192rem;
  font-weight: bold;
  color: #E30613;
  margin-bottom: .8em;
}
.propertiesWrap .articleList>.item>.info_box>.bedroom{
  display: inline-block;
  font-size: .128rem;
  color: #1F2744;
  padding: .064rem;
  padding-left: .32rem;
  margin-bottom: 0;
  background-color: #F5F5F5;
  background-image: url(../img/icons/bedroom.png);
  background-repeat: no-repeat;
  background-size: .168rem auto;
  background-position: .064rem center;
}
.propertiesWrap.dark .articleList>.item>.info_box>.title{
  color: #fff;
}
.propertiesWrap.dark .articleList>.item>.info_box>.desc{
  color: #fff;
}



/* contactWrap  页尾表单 */
.contactFormWrap{
  position: relative;
}
.contactFormWrap::after{
  content: '';
  display: block;
  height: 100%;
  width: 30%;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contactFormWrap>.container{
  display: flex;
  justify-content: space-between;
}
.contactFormWrap>.container>.left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .4rem 0;
  width: 43%;
  background-color: #F5F5F5;
}
.contactFormWrap>.container>.left>.title{
  font-size: .336rem;
  font-weight: 300;
  color: #131E29;
  margin-bottom: .8em;
}
.contactFormWrap>.container>.left>p{
  width: 96%;
  font-size: .128rem;
  color: #343434;
  line-height: 1.5;
  margin-bottom: .8em;
}
.contactFormWrap>.container>.left>.email_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .2rem;
}
.contactFormWrap>.container>.left>.email_list>.item{
  width: 50%;
  margin-bottom: .272rem;
}
.contactFormWrap>.container>.left>.email_list>.item:last-child{
  margin-bottom: 0;
}
.contactFormWrap>.container>.left>.email_list>.item>span{
  display: block;
}
.contactFormWrap>.container>.left>.email_list>.item>.name{
  font-size: .112rem;
  font-weight: bold;
  margin-bottom: .104rem;
  padding-bottom: .104rem;
  position: relative;
}
.contactFormWrap>.container>.left>.email_list>.item>.name::after{
  content: '';
  display: block;
  width: 1.6rem;
  height: 1px;
  background-color: #C9C9C9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contactFormWrap>.container>.left>.email_list>.item>.email{
  font-size: .128rem;
  color: #808080;
}
.contactFormWrap>.container>.right{
  padding-top: .336rem;
  width: 4.528rem;
}
.contactForm>.formRow{
  display: flex;
}
.contactForm>.formRow>.formItem{
  flex: 1;
  margin-top: 0;
}
.contactForm>.formRow>.formItem:first-child{
  margin-right: .224rem;
}
.contactForm .formItem{
  margin-top: .2rem;
  font-size: 0;
}
.contactForm .formItem>.item_title{
  font-size: .128rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}
.contactForm .formItem>input.val,
.contactForm .formItem>input.otherVal,
.contactForm .formItem>textarea.val{
  font-size: .12rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  background-color: #F7F7F7;
  padding: .12rem .128rem;
  border: none;
  outline: none;
}
.contactForm .formItem.disabled>.select_wrap>input.val{
  caret-color: transparent;
}
.contactForm .formItem>textarea.val{
  height: .96rem;
  resize: none;
}
.contactForm .formItem>input.otherVal{
  margin-top: .112rem;
  display: none;
}
.contactForm .formItem.other>input.otherVal{
  display: block;
}
.contactForm .formItem>.errorMsg{
  height: .128rem;
  display: block;
  font-size: .096rem;
  color: red;
  padding-left: .08rem;
  box-sizing: border-box;
}
.contactForm>.submit{
  width: 2.112rem;
  padding: .144rem 0;
  margin-top: .224rem;
  border-radius: .056rem;
  background-color: #E0C6AD;
  border: none;
  outline: none;
  font-size: .12rem;
  color: #000;
  text-align: center;
  line-height: 1;
}
.contactForm .formItem.phone>.val_wrap{
  background-color: #F7F7F7;
  display: flex;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry{
  position: relative;
  width: 1.08rem;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box{
  height: 100%;
  padding: 0 .128rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box::after,
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box::after{
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background-color: #D8DADC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box>.countryIcon{
  width: .24rem;
  margin-right: .112rem;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box>.countryVal{
  font-size: .136rem;
  color: #000;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry.other{
  display: flex;
  align-items: center;
  padding: 0 .128rem;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box{
  position: relative;
  display: flex;
  align-items: center;
  display: none;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box::after{
  height: .208rem;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry.other>.other_box{
  display: flex;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry.other>.val_box{
  display: none;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box>span{
  font-size: .136rem;
  color: #000;
  user-select: none;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box>.countryTel{
  width: 100px;
  flex: 1;
  font-size: .136rem;
  color: #000;
  padding: 0 .096rem;
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: textfield;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box>.countryTel::-webkit-outer-spin-button,
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box>.countryTel::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.options{
  width: 100%;
  max-height: 3.2rem;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  background-color: #E0C6AD;
  cursor: pointer;
  user-select: none;
  display: none;
  margin: 0;
  /* IE 不显示滚动条 */
  -ms-overflow-style: none;
  /* 设置窄滚动条  兼容火狐 webkit */
  scrollbar-width: thin;
  scrollbar-color: #eee transparent;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item{
  padding: .096rem .128rem;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item:last-child{
  border-bottom: none;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item>.countryIcon{
  width: .24rem;
  margin-right: .112rem;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item>.countryVal{
  font-size: .136rem;
  color: #000;
}
.contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item.other{
  justify-content: center;
}
.contactForm .formItem.phone>.val_wrap>input.val{
  width: 100px;
  flex: 1;
  font-size: .112rem;
  font-weight: 300;
  color: #000;
  background-color: #F7F7F7;
  padding: .12rem 0;
  padding-right: .128rem;
  margin-left: .112rem;
  border: none;
  outline: none;
}
.contactForm .formItem>.select_wrap{
  background-color: #F7F7F7;
  position: relative;
}
.contactForm .formItem.disabled>.select_wrap::after{
  content: '';
  display: block;
  width: .064rem;
  height: .064rem;
  border: solid 1px #000;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: .128rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
}
.contactForm .formItem.disabled>.select_wrap::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.contactForm .formItem>.select_wrap>input.val{
  font-size: .112rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  background-color: #F7F7F7;
  padding: .12rem .128rem;
  border: none;
  outline: none;
  user-select: none;
  padding-right: .256rem;
}


.contactForm .formItem>.select_wrap>.options{
  width: 100%;
  max-height: 3.2rem;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  background-color: #E0C6AD;
  cursor: pointer;
  user-select: none;
  display: none;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #eee transparent;
}
.contactForm .formItem>.select_wrap>.options>.item{
  padding: .096rem .128rem;
  border-bottom: solid 1px #fff;
  font-size: .12rem;
  color: #000;
}
.contactForm .formItem>.select_wrap>.options>.item:last-child{
  border-bottom: none;
}

.contactForm .formItem.error input.val,
.contactForm .formItem.error input.otherVal,
.contactForm .formItem.error textarea.val,
.contactForm .formItem.phone.error>.val_wrap{
  background-color: #ffdbd7!important;
}

.contactFormWrap>.container>.contactToast{
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  display: none;
}
.contactFormWrap>.container>.contactSuccess{
  background-color: #E0C6AD;
}
.contactFormWrap>.container>.contactError{
  color: #131E29;
  background-color: #ffdbd7;
}


footer{
  padding: .352rem 0;
}
footer>.container{
  display: flex;
}
footer>.container>.left{
  width: 100px;
  flex: 1;
  display: flex;
  position: relative;
}
footer>.container>.left>a>.logo{
  width: 1.08rem;
}
footer>.container>.left>span{
  font-size: .104rem;
  color: #131E29;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
footer>.container>.right{
  width: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer>.container>.right>.urls{
  display: flex;
  align-items: center;
}
footer>.container>.right>.urls>a{
  font-size: .104rem;
  color: #131E29;
  padding-right: .2rem;
  padding-left: .024rem;
  border-bottom: solid 1px #131E29;
  margin-right: .144rem;
}
footer>.container>.right>.urls>a:last-child{
  margin-right: 0;
}
footer>.container>.right>.shares{
  display: flex;
  align-items: center;
}
footer>.container>.right>.shares>a{
  margin-right: .096rem;
}
footer>.container>.right>.shares>a:last-child{
  margin-right: 0;
}
footer>.container>.right>.shares>a>img{
  width: .192rem;
}

footer>.alert_wrap{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  backdrop-filter: blur(6px);
  display: none;
}
footer>.alert_wrap>.mask{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}
footer>.alert_wrap>.alert_box{
  width: 4rem;
  padding: .24rem;
  padding-top: .32rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer>.alert_wrap>.alert_box>.close{
  width: .28rem;
  height: .28rem;
  position: absolute;
  right: .08rem;
  top: .08rem;
}
footer>.alert_wrap>.alert_box>.content{
  font-size: .208rem;
  text-align: center;
}
footer>.alert_wrap>.alert_box>.mbtn{
  display: block;
  margin: .32rem auto 0;
  width: 1.6rem;
  padding: .144rem 0;
  border-radius: .056rem;
  background-color: #E0C6AD;
  font-size: .128rem;
  color: #000;
  text-align: center;
  line-height: 1;
}

/* 页面公共提示 */
.publicToastWrap{
}
.publicToastWrap>.mtoast{
  max-width: 30%;
  padding: 12px 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  display: none;
}
.publicToastWrap>.successToast{
  background-color: #E0C6AD;
}
.publicToastWrap>.errorToast{
  color: #131E29;
  background-color: #ffdbd7;
}





@media screen and (max-width: 767px) {
  header{
    padding: 0;
    transition: none;
  }
  header>.container{
    padding: 15px;
  }
  header>.container>.logo_row{
    /* position: relative;
    z-index: 1; */
  }
  header>.container>.logo_row>a>.logo{
    width: 1.9722rem;
  }
  header>.container>.logo_row>.pc_right{
    display: none;
  }
  header>.container>.logo_row>.md_right{
    display: block;
    width: .8889rem;
    height: .8889rem;
  }
  header>.container>.logo_row>.md_right>img{
    width: 100%;
    height: 100%;
  }
  header>.container>nav.menu{
    display: none;
  }
  header.open{
    bottom: 0;
    background: #fff;
    position: fixed;
  }
  /* nav */
  header.open>.container>nav.menu{
    display: block;
    position: absolute;
    top: 1.7222rem;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: .5556rem;
    padding-bottom: 2.7778rem;
    background-color: #E0C6AD;
    overflow-y: scroll;
  }
  header.open>.container>nav.menu>.menu_item{
    width: 100%;
    margin-right: 0;
    padding: .4722rem .4167rem;
    border-bottom: solid 1px #fff;
  }
  header.open>.container>nav.menu>.menu_item>.title{
    font-size: .3472rem;
    letter-spacing: .3px;
    color: #131E29!important;
  }
  header.open>.container>nav.menu>.menu_item.select_wrap>.title{
    padding-right: 1.1111rem;
  }
  header.open>.container>nav.menu>.menu_item.select_wrap>.title::after{
    width: .2778rem;
    height: .2778rem;
    right: .2778rem;
  }
  header.open>.container>nav.menu>.menu_item>.title:hover{
    color: #131E29!important;
  }
  header.open>.container>nav.menu>.menu_item>.title:hover::after{
    border-color: #131E29!important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
  }
  header.open>.container>nav.menu>.menu_item>.options{
    background-color: #E0C6AD;
    width: 100%;
    position: unset;
    padding-top: .2778rem;
    font-size: 0;
  }
  header.open>.container>nav.menu>.menu_item>.options>.item{
    border-bottom: none;
  }
  header.open>.container>nav.menu>.menu_item>.options>.item>a{
    display: block;
    padding: .2778rem .4167rem;
    font-size: .3333rem;
    color: #003E51;
  }
  header.open>.container>nav.menu>.menu_item>.options>.item>a:last-child{
    padding-bottom: .1667rem;
  }
  header.open>.container>.logo_row>.pc_right{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 1.0556rem .6944rem .6944rem;
    background-color: #E0C6AD;
    box-sizing: border-box;
  }
  header.open>.container>.logo_row>.pc_right>.language_select{
    min-width: unset;
    margin-right: 0;
    padding: .2778rem 0;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.val{
    display: block;
    font-size: .3611rem;
    text-align: left;
    color: #131E29;
    padding-right: 1.2222rem;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.val::after{
    width: .2778rem;
    height: .2778rem;
    right: .2778rem;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.options{
    width: 3.5rem;
    right: unset;
    top: unset;
    left: 0;
    bottom: 100%;
    background-color: #fff;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.options>.item{
    border-bottom: none;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.options>.item>a{
    display: block;
    font-size: .3889rem;
    color: #000;
    padding: .3611rem .4444rem;
  }
  header.open>.container>.logo_row>.pc_right>.user>img{
    width: 1.1111rem;
    height: 1.1111rem;
  }
  
  header.open>.container>.logo_row>a>.logo_normal{
    display: block;
  }
  header.open>.container>.logo_row>a>.logo_white{
    display: none;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.val{
    color: #131E29;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.val::after{
    border-color: #131E29;
  }
  header.open>.container>.logo_row>.pc_right>.language_select>.options>.item>a{
    color: #131E29;
  }
  header.open>.container>.logo_row>.pc_right>.user>img.black{
    display: block;
  }
  header.open>.container>.logo_row>.pc_right>.user>img.white{
    display: none;
  }
  header.open>.container>.logo_row>.md_right>img.black{
    display: block;
  }
  header.open>.container>.logo_row>.md_right>img.white{
    display: none;
  }
  header.open>.container>nav.menu>.menu_item>.title{
    color: #131E29;
  }
  header.open>.container>nav.menu>.menu_item.select_wrap>.title::after{
    border-color: #131E29;
  }


  /* bannerHeader */
  .bannerHeader{
  }
  .bannerHeader>.container{
    padding-top: 2.7778rem;
  }
  .bannerHeader>.container>.content_wrap{
    display: block;
    margin-bottom: .6944rem;
  }
  .bannerHeader>.container>.content_wrap .headerTitle{
    width: 100%;
    flex: unset;
    font-size: .8889rem;
    margin-right: 0;
    margin-bottom: .8em;
  }
  .bannerHeader>.container>.content_wrap .content_box{
    width: 100%;
  }
  .bannerHeader>.container>.content_wrap .content_box>.title{
    font-size: .7778rem;
    margin-bottom: 1.2em;
  }
  .bannerHeader>.container>.content_wrap .content_box>p{
    font-size: .4444rem;
  }
  .bannerHeader>.container>.bannerBox{
    width: 100%;
    height: unset;
    padding-bottom: 0;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap{
    width: 100%;
    height: unset;
    position: static;
    flex-direction: column;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.bannerHeaderSwiper{
    width: 100%;
    overflow: hidden;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.bannerHeaderSwiper>.swiper-wrapper>.swiper-slide{
    height: 16.9444rem;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.control_box{
    width: 100%;
    /* padding: .5556rem 15px; */
    padding: 0 15px;
    flex-direction: row;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.control_box.none{
    display: none;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.control_box::after{
    content: '';
    width: 100px;
    height: 1px;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.control_box>.bannerHeaderSwiper-pagination{
    width: auto;
    min-height: unset;
    flex-direction: row;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.control_box>.bannerHeaderSwiper-pagination>.swiper-pagination-bullet{
    width: .2222rem;
    height: .2222rem;
    margin-bottom: 0;
    margin: .5556rem 0;
    margin-right: .2778rem;
  }
  .bannerHeader>.container>.bannerBox>.bannerWrap>.control_box>.bannerHeaderSwiper-pagination>.swiper-pagination-bullet-active{
    width: .3056rem;
    height: .3056rem;
  }


  /* navSection */
  .navSectionWrap>.navSection{
    background-color: #131E29;
    height: unset;
    display: block;
  }
  .navSectionWrap>.navSection>.container{
    display: block;
    height: unset;
  }
  .navSectionWrap>.navSection>.img_box{
    width: 100%;
    height: 10.1111rem;
    position: static;
  }
  .navSectionWrap>.navSection>.container>.content_box{
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    padding: .5556rem 0 1.1111rem;
  }
  .navSectionWrap>.navSection>.container>.content_box>.sectionTitle{
    font-size: .3889rem;
    margin-bottom: 1.6667rem;
  }
  .navSectionWrap>.navSection>.container>.content_box>.content{
    width: 100%;
    height: unset;
    flex: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navSectionWrap>.navSection>.container>.content_box>.content>.title{
    font-size: .8333rem;
  }
  .navSectionWrap>.navSection>.container>.content_box>.content>p{
    font-size: .4167rem;
  }
  .navSectionWrap>.navSection>.container>.content_box>.content>.navList{
    margin-top: 1.6667rem;
  }
  .navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item>a{
    padding: .5rem 0;
    font-size: .4444rem;
    padding-right: .9722rem;
  }
  .navSectionWrap>.navSection>.container>.content_box>.content>.navList>.item>a::after{
    width: .7778rem;
    height: .7778rem;
    font-size: .5833rem;
  }
  .navSectionWrap>.navSection.reverse>.img_box{
    width: 100%;
    height: 10.1111rem;
    position: static;
  }
  .navSectionWrap>.navSection.reverse>.container>.content_box{
    padding-left: 0;
  }



  /* articleWrap */
  .articleWrap{
    padding: 1.3889rem 0;
  }
  .articleWrap .section_title_row{
    margin-bottom: .9722rem;
  }
  .articleWrap .section_title_row>.sectionTitle{
    font-size: .3889rem;
  }
  .articleWrap .section_title_row>.all{
    font-size: .3889rem;
    padding-right: 1.1667rem;
  }
  .articleWrap .section_title_row>.all::after{
    width: .7778rem;
    height: .7778rem;
    font-size: .5833rem;
  }
  .articleWrap .articleList{
    display: block;
  }
  .articleWrap .articleList>.item{
    display: block;
    width: 100%;
    flex: unset;
    margin-bottom: .6111rem;
  }
  .articleWrap .articleList>.item:last-child{
    margin-bottom: 0;
  }
  .articleWrap .articleList>.item:hover .img_box>.mainPic{
    transform: scale(1);
  }

  /* eventWrap */
  .eventWrap .articleList>.item{
    padding-left: .5556rem;
    padding-bottom: 0;
    margin-right: 0;
  }
  .eventWrap .articleList>.item>.img_box{
    height: 7.5rem;
  }
  .eventWrap .articleList>.item>.type{
    font-size: .3333rem;
    margin-top: .4167rem;
  }
  .eventWrap .articleList>.item>.content_box{
    margin-top: .5556rem;
  }
  .eventWrap .articleList>.item>.content_box>.title{
    height: unset;
    font-size: .4444rem;
    margin-bottom: .8em;
  }
  .eventWrap .articleList>.item>.content_box>.desc{
    font-size: .3889rem;
  }
  .eventWrap .articleList>.item>.content_box>.detail{
    display: none;
  }
  .eventWrap .articleList>.item>.content_box>.location_row>p{
    font-size: .3333rem;
    padding: .1667rem 0;
    padding-left: .5rem;
    background-size: .3889rem auto;
  }
  .eventWrap .articleList>.item>.content_box>.location_row>.location{
    margin-right: .2778rem;
  }
  .eventWrap .articleList>.item>.content_box>.location_row>.time{
    min-width: 3.3333rem;
  }
  
  /* researchWrap */
  .researchWrap .articleList>.item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .3333rem .5556rem;
    height: auto;
  }
  .researchWrap .articleList>.item>.time{
    font-size: .3333rem;
  }
  .researchWrap .articleList>.item>.main_pic{
    height: 4.1667rem;
  }
  .researchWrap .articleList>.item>.content>.title{
    font-size: .4444rem;
  }
  .researchWrap .articleList>.item>.content>.desc{
    font-size: .3889rem;
  }
  .researchWrap.dark .articleList>.item>.content>.title,
  .researchWrap.dark .articleList>.item>.content>.desc{
    color: #fff;
  }
  .researchWrap .articleList>.item>.content>.detail{
    display: none;
  }

  /* propertiesWrap */
  .propertiesWrap{

  }
  .propertiesWrap .articleList>.item{
    padding: 0 .5rem 1.1111rem;
    padding-right: 0;
  }
  .propertiesWrap .articleList>.item>.img_box{
    height: 6.6667rem;
  }
  .propertiesWrap .articleList>.item>.img_box>span{
    padding: .3333rem .2222rem;
    font-size: .4444rem;
  }
  .propertiesWrap .articleList>.item>.img_box>.favorites_box{
    width: 1.1667rem;
    height: 1.1667rem;
    bottom: .4167rem;
    right: .5556rem;
  }
  .propertiesWrap .articleList>.item>.img_box>.favorites_box>img{
    width: .6944rem;
  }
  .propertiesWrap .articleList>.item>.info_box{
    margin-top: .3889rem;
  }
  .propertiesWrap .articleList>.item>.info_box>.title{
    font-size: .5rem;
    margin-bottom: 1em;
  }
  .propertiesWrap .articleList>.item>.info_box>.desc{
    font-size: .3889rem;
    margin-bottom: 1.2em;
  }
  .propertiesWrap .articleList>.item>.info_box>.price{
    font-size: .5rem;
    margin-bottom: 1em;
  }
  .propertiesWrap .articleList>.item>.info_box>.bedroom{
    font-size: .3889rem;
    padding: .2222rem;
    padding-left: .8889rem;
    background-size: .4167rem auto;
    background-position: .2222rem center;
  }




  /* contactFormWrap  页尾表单 */
  .contactFormWrap::after{
    display: none;
  }
  .contactFormWrap>.container{
    flex-wrap: wrap;
    padding: 0;
  }
  .contactFormWrap>.container>.left{
    padding: 1.1111rem .4167rem;
    width: 100%;
    background-color: #F5F5F5;
  }
  .contactFormWrap>.container>.left>.title{
    font-size: .7778rem;
  }
  .contactFormWrap>.container>.left>p{
    width: 100%;
    font-size: .3889rem;
  }
  .contactFormWrap>.container>.left>.email_list{
    margin-top: .5rem;
  }
  .contactFormWrap>.container>.left>.email_list>.item{
    width: 100%;
    margin-bottom: .9444rem;
  }
  .contactFormWrap>.container>.left>.email_list>.item>.name{
    font-size: .3889rem;
    margin-bottom: .3611rem;
    padding-bottom: .3611rem;
  }
  .contactFormWrap>.container>.left>.email_list>.item>.name::after{
    width: 5.5556rem;
  }
  .contactFormWrap>.container>.left>.email_list>.item>.email{
    font-size: .4444rem;
  }
  .contactFormWrap>.container>.right{
    padding: .3889rem .4167rem .9444rem;
    width: 100%;
  }
  .contactForm>.formRow{
    flex-direction: column;
  }
  .contactForm>.formRow>.formItem{
    flex: 1;
    margin-top: .5556rem;
  }
  .contactForm>.formRow>.formItem:first-child{
    margin-right: 0;
  }
  .contactForm .formItem{
    margin-top: .5556rem;
  }
  .contactForm .formItem>.item_title{
    font-size: .4444rem;
  }
  .contactForm .formItem>input.val,
  .contactForm .formItem>input.otherVal,
  .contactForm .formItem>textarea.val{
    font-size: .3889rem;
    padding: .4167rem .4444rem;
  }
  .contactForm .formItem>textarea.val{
    height: 3.6111rem;
    resize: none;
  }
  .contactForm .formItem>input.otherVal{
    margin-top: .3889rem;
  }
  .contactForm .formItem>.errorMsg{
    height: .3889rem;
    font-size: .3889rem;
    padding-left: .2778rem;
  }
  .contactForm>.submit{
    width: 100%;
    padding: .4444rem 0;
    margin-top: .4444rem;
    border-radius: .1944rem;
    font-size: .4167rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry{
    width: 3.3333rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box{
    padding: 0 .4444rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box>.countryIcon{
    width: .6667rem;
    margin-right: .3889rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.val_box>.countryVal{
    font-size: .3889rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry.other{
    padding: 0 .4444rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box::after{
    height: .7222rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box>span{
    font-size: .3889rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.other_box>.countryTel{
    font-size: .3889rem;
    padding: 0 .3333rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.options{
    max-height: 11.1111rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item{
    padding: .3333rem .4444rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item>.countryIcon{
    width: .6667rem;
    margin-right: .3889rem;
  }
  .contactForm .formItem.phone>.val_wrap>.phoneCountry>.options>.item>.countryVal{
    font-size: .3889rem;
  }
  .contactForm .formItem.phone>.val_wrap>input.val{
    font-size: .3889rem;
    padding: .4167rem 0;
    padding-right: .4444rem;
    margin-left: .3889rem;
  }
  .contactForm .formItem>.select_wrap::after{
    width: .2222rem;
    height: .2222rem;
    right: .4444rem;
  }
  .contactForm .formItem>.select_wrap>input.val{
    font-size: .3889rem;
    padding: .4167rem .4444rem;
    padding-right: .8889rem;
  }
  .contactForm .formItem>.select_wrap>.options>.item{
    padding: .3333rem .4444rem;
    font-size: .3889rem;
  }
  
  footer{
    padding: 1.1111rem 0 2.2778rem;
    position: relative;
  }
  footer>.container{
    flex-direction: column;
  }
  footer>.container>.left{
    width: 100%;
    flex: unset;
    position: unset;
    margin-bottom: .9722rem;
  }
  footer>.container>.left>a>.logo{
    width: 2.6389rem;
  }
  footer>.container>.left>span{
    font-size: .3611rem;
    top: unset;
    bottom: .8889rem;
    left: .4167rem;
    transform: translateY(0);
  }
  footer>.container>.right{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer>.container>.right>.urls{
    flex-direction: column;
    align-items: flex-start;
  }
  footer>.container>.right>.urls>a{
    font-size: .3611rem;
    padding-right: .6944rem;
    padding-left: .0833rem;
    margin-right: 0;
    margin-bottom: .8333rem;
  }
  footer>.container>.right>.urls>a:last-child{
    margin-bottom: .9722rem;
  }
  footer>.container>.right>.shares>a{
    margin-right: .4167rem;
  }
  footer>.container>.right>.shares>a:last-child{
    margin-right: 0;
  }
  footer>.container>.right>.shares>a>img{
    width: .6667rem;
  }

  footer>.alert_wrap>.alert_box{
    width: 8.8164rem;
    padding: .7246rem;
    padding-top: .9662rem;
  }
  footer>.alert_wrap>.alert_box>.close{
    width: .7246rem;
    height: .7246rem;
    right: .2415rem;
    top: .2415rem;
  }
  footer>.alert_wrap>.alert_box>.content{
    font-size: .5797rem;
  }
  footer>.alert_wrap>.alert_box>.mbtn{
    margin: .9662rem auto 0;
    width: 4.8309rem;
    padding: .4348rem 0;
    border-radius: .1691rem;
    font-size: .4348rem;
  }
}

@media screen and (max-width: 575px) {
  .bannerHeader>.container>.bannerBox>.bannerWrap{
    width: 100vw;
    height: unset;
    position: static;
    margin-left: -15px;
    flex-direction: column;
  }
}
