.news .img>span/*公共*/
body{
	font-family: "Microsoft YaHei";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
li{
	list-style: none;
}
/* banner */
.swiper-container-ban{
  margin-top: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner {
  width: 100%;
  max-width: 100%;
  /*height: 750px;*/
}
/*面包屑导航*/
.breadcrumbs{
	margin: 35px 0 25px;
}
.breadcrumbs p{
	padding-left: 30px;
	font-size: 18px;
	background: url(../images/guoji.png) left center no-repeat;
}
.breadcrumbs a{
	padding: 0 10px;
	border-left: 2px solid #b0b0b0;
}
.breadcrumbs a{
	color: #b0b0b0;
}
.breadcrumbs a:first-child{
	border-left: none;
}
.breadcrumbs .active a{
	color: #0072bb;
	border-left: 2px solid #0072bb;
}
/*标题*/
.title{
	margin: 0 auto 35px;
    text-align: center;
    color: #0072bb;
    padding-top: 25px;
}
.section_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0072BB;
}
.section_title span{
  position: relative;
}
.section_title span::after,.section_title span::before{
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 24px;
    top: 10px;
    background: url(../images/tit-left.png) no-repeat top right
}
.section_title span::after{
    left: -136px;
}
.section_title span::before{
    right: -136px;
    background: url(../images/tit-right.png) no-repeat top left
}
.section_sub_title {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #0072BB;
}
.section_title_two, .section_sub_title_two {
  color: #fff;
}
.title h3{
	font-weight: bold;
}
.title h3 span{
	position: relative;
}
.title h3 span::after,.title h3 span::before{
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 24px;
    top: 3px;
    background: url(../images/tit-left.png) no-repeat top right
}
.title h3 span::after{
    left: -136px;
}
.title h3 span::before{
    right: -136px;
    background: url(../images/tit-right.png) no-repeat top left
}
.title p{
	margin-top: 10px;
}
/*国家介绍*/
.contry{
	margin-bottom: 60px;
}
.contry .video{
	width: 595px;
	float: left;
	position: relative;
}
.contry .video video{
	width: 100%;
	object-fit: cover;
}
.contry .video a{
	position: absolute;
	top: 13px;
	right: 19px;
}
.contry .contryText{
	width: 592px;
	float: right;
	padding: 20px 30px;
	min-height: 335px;
	box-shadow: 0px 0px 8px #ddd;
}
.contry .contryTit{
	text-align: center;
	color: #0072bb;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}
.contry .contryTit:after{
	content: "";
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 240px;
    width: 50px;
    height: 2px;
    background: #0072bb;
}
.contry .contryCon{
	color: #666;
	font-size: 14px;
	text-indent: 28px;
	line-height: 24px;
}
.project{
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.project .proItem{
	width: 380px;
	box-shadow: 3px 3px 8px #ddd;
	position: relative;
}
.project .proItem:after{
	content: "";
    width: 0%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0072bb;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.project .proItem:hover:after{
	width: 100%;
} 
.project .proItem:hover .txt{
	color: #0072bb;
	transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.project .pic{
	position: relative;
	overflow: hidden;
}
.project .pic img{
	width: 100%;
	height: 286px;
	object-fit: cover;
	transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.project .proItem:hover .pic img{
	transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}
.project .pic p{
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background: rgba(0,0,0,0.3);
} 
.project .proItem .txt{
	color: #666;
	padding: 15px;
	font-size: 14px;
	line-height: 33px;
	min-height: 235px;
	position: relative;
	margin-bottom: 60px;
}
.project .consult{
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 120px;
}
/*流程*/
.process{
	margin-bottom: 60px;
}
.process .tit{
	width: 135px;
	margin: 0 auto;
	padding-left: 35px;
	color: #0072d4;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: url(../images/lc_title_pic.jpg) left center no-repeat;
}
.process .subtit{
	margin: 15px auto;
	width: 135px;
	color: #0072d4;
	text-align: center;
	padding-left: 30px;
}
.swiper-container-lc {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.swiper-container-lc .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	flex-flow: column;
}
.swiper-container-lc .swiper-slide ~ .swiper-slide:before{
	content: ">>";
	position: absolute;
	top: 40%;
	left: 0;
	color: #0072bb;
	font-family: fangsong;
	font-size: 20px;
}
.swiper-container-lc .swiper-slide .pic{
	width: 124px;
	height: 124px;
	border: 2px solid #ccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.swiper-container-lc .swiper-slide .pic img{
	display: inline-block;
	width: 64px;
	height: 64px;
}
.swiper-container-lc .swiper-slide p{
	color: #0072bb;
	font-size: 24px;
}
.swiper-container-lc .swiper-button-prev,.swiper-container-lc .swiper-button-next{
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 3px solid #0072d4;
	top: 40%;
}
.swiper-container-lc .swiper-button-prev{
	left: 0;
}
.swiper-container-lc .swiper-button-next{
	right: 0;
}
.swiper-container-lc .swiper-button-prev:after{
	content: "←";
	font-size: 20px;
}
.swiper-container-lc .swiper-button-next:after{
	content: "→";
	font-size: 20px;
}
/*房源*/
.housing {
  box-sizing: border-box;
  padding-top: 79px;
  width: 100%;
  height: 920px;
  background: url(../images/house_bg.png) no-repeat;
  background-size: cover;
}
.house_tabs {
  width: 1200px;
  margin: 35px auto 0 auto;
  display: flex;
  justify-content: center;
}
.house_tabs p {
  cursor: pointer;
  font-size: 19px;
  color: #666;
  padding: 10px 30px;
  /* margin: 0 10px; */
}
.house_tabs .house_active {
  color: #fff;
  background-color: #0072D4;
}
.house_list {
  display: none;
  flex-wrap: wrap;
  width: 1200px;
  margin: 37px auto 0 auto;
}
.house_list_ac {
  display: flex;
}
.house_item {
  display: flex;
  width: 573px;
  height: 240px;
  margin-right: 54px;
  margin-top: 45px;
  background-color: #fff;
}
.house_item:nth-child(2n) {
  margin-right: 0;
}
.house_item_left {
  width: 290px;
  height: 100%;
  object-fit: cover;
}
.house_item_right {
  box-sizing: border-box;
  padding: 25px 25px 0 15px;
  flex: 1;
}
.house_item_right > h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.house_item_right > p {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.more_thr {
  margin-top: 40px;
  width: 120px;
  height: 36px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}
.more_thr > span {
  color: #999;
  line-height: 36px;

  display: block;
  width: 60px;
  float: right;
  margin-right: 30px;
  background: url(../images/icon_more.png) no-repeat;
  background-size: 15px 8px;
  background-position: center right;
  font-size: 12px;
}
.more_thr:hover {
  background-color: #0072D4;
  transition: all 1s ease;
}
.more_thr:hover > span {
  color: #fff;
  transition: all 1s ease;
}

.bottom{
  clear: both;
  padding-top: 30px;
  width: 300px;
  margin: 0 auto;
}

.tables span {
  text-align: center;
  display: inline-block;
  color: #fefefe;
  font-size: 16px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
}

.tables span.ask{
  padding-left: 45px;
    background: url(../../common/images/ask.png) 15px no-repeat;
    background-size: 24px;
}

.tables span:hover,
.tables span.cur {
  background-color: #0072BB;
  color: #fff;
}

/*资讯 案例*/
.wrap{
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 85px;
}
.news .img{
	width: 590px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .img>span{
	display: block;
	position: absolute;
	bottom: 60px;
	left: calc(50% - 56px);
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.news .img img{
	width: 100%;
	object-fit: cover;
}
.news .img:hover .shadow{
	bottom: 0;
}
.news .img:hover>span{
	display: none;
}
.news .img .shadow{
	position: absolute;
	bottom: -220px;
	width: 100%;
	height: 220px;
	background: rgba(49,141,219,.8);
	padding: 15px 30px;

	transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.news .img h4{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 0;
	padding-bottom: 10px;
	position: relative;
}
.news .img h4:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 55px);
	width: 110px;
	height: 3px;
	background-color: #fff;
}
.news .img p{
	color: #fff;
	font-size: 14px;
	text-indent: 28px;
	line-height: 24px;
}
.news .lst{
	width: 590px;
	height: 393px;
	background: #fff;
	padding: 25px 30px 25px 40px;
}
.news .lst .more{
	float: right;
	padding-right: 22px;
	color: #0072d4;
	text-decoration: none;
	background: url(../images/news_more_pic.jpg) right center no-repeat;
}
.news .lst ul{
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 0;
}
.news .lst ul li{
	height: 55px;
	font-size: 14px;
	line-height: 55px;
	border-bottom: 1px solid #f1f1f1;
}
.news .lst ul li a{
	float: left;
	color: #333;
	text-decoration: none;
	width: calc(100% - 100px);

	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

	transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.news .lst ul li a:hover{
	color: #0072d4;
}
.news .lst ul li span{
	float: right;
	color: #999;
}
