@import 'mobile.css';
body{
	font-family: "PingFangSC","Microsoft YaHei", "微软雅黑" !important;
	font-size:16px;
}
/* 链接 */
a{
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
a:link{
    color: rgba(0, 0, 0, 0.6);
	text-decoration:none;
}
a:hover{
    color: #ae8e75;
	text-decoration:none;
}
.pd-text-brown{
	color:#b38970 !important;
}
.pd-text-brown:hover{
	color:#b38970 !important;
}
.pd-text-primary{
	color:#b38970 !important;
}
.pd-text-primary:hover{
	color:#b38970 !important;
}
.pd-text-green{
	color:#6b7a34;
}
.pd-bg-primary{
	background-color:#b38970;
}
.pd-bg-secondary{
	background-color:#a6884c;
}
.pd-bg-orange{
	background-color:#b27026;
}
.pd-bg-brown-linear{
	background-image: linear-gradient(to bottom, #7b6f59, #675b43, #675b43);
}
.pd-bg-cover{
	background-size:cover;
	background-position:center top;
}
.pd-fs-18{
	font-size:18px;
}
.pd-fs-17{
	font-size:17px;
}
.pd-fs-16{
	font-size:16px;
}
.pd-fs-15{
	font-size:15px;
}
.pd-fs-14{
	font-size:14px;
}
.pd-fs-13{
	font-size:13px;
}
.pd-fs-12{
	font-size:12px;
}
.pd-text-shadow{
	text-shadow:1px 1px 2px #666;
}
.pd-text-justify{
	text-align:justify;
}
.text-white a{
	color:#fff;
}
@media (min-width: 1200px) {
    .pd-col-xl-1 {
        flex: 0 0 auto;
        width: 10.5%;
    }
}
img{
	max-width:100%;
}
img:hover{
	
	max-width:100%;
}
/* 导航条 */
.fixed-wnav{
	height:80px;
	box-shadow: 0px 1.1999999284744263px 0px 0px rgba(167, 157, 150, 0.15);
	z-index:9999;
	backdrop-filter: blur(7.5px);
}
.nav-hover .menu{
	box-shadow: 0px 1.1999999284744263px 0px 0px rgba(167, 157, 150, 0.15);
	transition:all 1s;
	height:0px;
}
.nav-hover:nth-child(2):hover .menu{
	height:96px;
}
.nav-hover:nth-child(3):hover .menu{
	height:470px;
}

/* 经过图片放大 */
.scale-10{
    width: 100%;
    overflow: hidden;
}
/* .scale-10 img{
    width: 100%;
    display: block;
    transition: all 1.0s;
}
.scale-10:hover img{
    transform: scale(1.10);
} */
.scale-10 .pic{
    width: 100%;
    display: block;
    transition: all 1.0s;
}
.scale-10:hover .pic{
    transform: scale(1.10);
}
/* 搜索 */
#search > div{
	transition:all 1s;
	width:0px;
	overflow:hidden;
	/* border:1px solid #ccc;
	outline:0; */
}
#search div.w-extend{
	width:220px;
}

/* 语言切换 */
.language .language-list{
	display:none;
}
.language:hover .language-list{
	display:block;
}

/* 页脚 */
.pd-underline-flex{
	background-image: linear-gradient(currentcolor, currentcolor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size .3s;
}
.pd-underline-flex:hover{
	background-size: 100% 1px;
}
.footer-info{
    color: rgba(255, 255, 255, 0.8);
}
.footer-info a{
    color: rgba(255, 255, 255, 0.8);
}
.footer-info a:hover{
    color: rgba(255, 255, 255, 1);
}
.qr-code{
	position:relative;
}
.qr-code img{
	position:absolute;
	right:80px;
	top:8px;
	max-width:150%;
	display:none;
}
.qr-code:hover img{
	display:block;
}
/* 首页海报 */
@media(max-width:640px){
	.top-banner-wrapper .banner-text{
		font-size: 30px;
		line-height: 30px;
	}
	.hm_line_wrp{
		margin-bottom: 30%!important;
	}
}
/* 地产开发 搜索更多 */
  .land-floating-btn-wrapper {
    background: transparent;
    text-decoration: none;
    border: 0;
    display: flex;
    align-items: center;
    /* margin: 50px 0; */
    font-weight: 600;
    outline: none !important;
    text-decoration: none !important;
  }
  .land-floating-btn-wrapper {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
  }
  .land-floating-btn-wrapper .land-float-circle {
    border: 1px solid #000;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .land-floating-btn-wrapper .land-float-circle img {
    width: auto;
  }
  .land-floating-btn-wrapper .land-float-text {
    padding: 13px 0;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 17px;
    transform: translateX(5px);
    transition: all 0.3s ease;
  }
  .land-floating-btn-wrapper:hover .land-float-circle {
    background-color: #000;
    transition: all 0.3s ease;
    border: 0;
  }
  .land-floating-btn-wrapper:hover .land-float-circle img {
    filter: invert(100%);
    transition: all 0.3s ease;
  }
  .land-floating-btn-wrapper:hover .land-float-text {
    transition: all 0.3s ease;
    transform: translateX(20px);
    text-decoration: none;
  }
/*  经过图片暗色，出现文字  */
.pd-pic-dark{
	transition:all 1s;
	background-color:rgba(0,0,0,0);
}
.pd-pic-dark:hover{
	background-color:rgba(0,0,0,0.3);
}
.pd-pic-dark .text-white{
	transition:all 1s;
	opacity:0;
}
.pd-pic-dark:hover .text-white{
	opacity:1;
}

.pd-pic2-dark{
	transition:all 1s;
	background-color:rgba(0,0,0,0);
	opacity:1;
}
.pd-pic2-dark:hover{
	background-color:rgba(0,0,0,0.4);
	opacity:.4;
}
/* 经过图片暗色和文字消失 */
.pd-pic-lost{
	transition:all 1s;
	background-color:rgba(0,0,0,0.3);
	opacity:1;
}
.pd-pic-lost:hover{
	opacity:0;
}


/*  */
.tab_box .stext{
	opacity:0.3;
}
.tab_box .stext.stext-light{
	animation:slight 2s ease forwards;
}
.tab_box .spic img{
	opacity:1;
	display:none;
}
.tab_box .spic img.spic-light{
	display:block;
	animation:slight 2s ease forwards;
}
@keyframes slight {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

.job-mask{
	transition:all 0.3s;
	background-color: rgba(0,0,0, 0);
}
.job-mask.fadein-dark{
	background-color: rgba(0,0,0, .25);
}
/* 人才储备 */
.job-join-hover:hover .title{
	border-bottom:2px solid #000;
}
.job-join-hover .larrow img{
	transition:all 0.2s;
}
.job-join-hover:hover .larrow img{
	margin-left:30px;
}
/*  */
.poster-text .poster-text-sh{
	opacity:0;
	transition:all .3s;
}
.poster-text .poster-text-sh.poster-text-show{
	opacity:1 !important;
}
.poster-text .poster-text-sh.poster-text-hide{
	opacity:0 !important;
}
@media (min-width:996px) {
	.poster-text .poster-text-fixed{
		width:300px;
	}
}
@media (min-width:1500px) {
	.poster-text .poster-text-fixed{
		width:500px;
	}
}
/* 集团品牌 - 企业简介 - 企业价值观 */
.bej-pic.bej-show .bej-mask{
	animation:
		bej-mask 1.3s ease 0s 1 normal forwards,
		bej-unmask 1.3s ease 2s 1 normal forwards;
}
.bej-pic .bej-opacity-100{
	opacity:0;
}
.bej-pic.bej-show .bej-opacity-100{
	animation:bej-opacity-100 0.1s ease 1.3s 1 normal forwards;
}
@keyframes bej-mask {
	0%{
		bottom:0%;
		top:100%;
	}
	100%{
		bottom:0%;
		top:0%;
	}
}
@keyframes bej-unmask {
	0%{
		bottom:0%;
		top:0%;
	}
	100%{
		bottom:100%;
		top:0%;
	}
}
@keyframes bej-opacity-100 {
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
.bej-text{
	opacity:0;
	transform:translateY(30px);
	transition:all 0.8s;
}
.bej-text.bej-show{
	opacity:1;
	transform:translateY(0px);
}

@font-face {
    font-family: font_light;
    src: url('Fonts/gotham-xlight__.eot');
    src: url('Fonts/gotham-xlight__.eot?#iefix') format('embedded-opentype'),
    url("Fonts/gotham-xlight__.ttf") format("truetype"),
    url("Fonts/gotham-xlight__.woff") format("woff"),
    url("Fonts/gotham-xlight__.otf") format("otf"),
    url("Fonts/gotham-xlight__.svg") format("svg");
    font-weight: normal;
}
.font_light{
	font-family: "font_light";
}
@font-face{
	/* 
	font-family:NotoSansHans-Thin;
	src:url(Fonts/NotoSansHans-Thin-Windows.eot);
	src:url(Fonts/NotoSansHans-Thin-Windows.eot?#iefix) format("embedded-opentype"),url(Fonts/NotoSansHans-Thin-Windows.woff) format("woff"),url(Fonts/NotoSansHans-Thin-Windows.ttf) format("truetype"),url(Fonts/NotoSansHans-Thin-Windows.svg#ms_gloriola_ii_displaythin) format("svg");
	font-style:normal;
	 */
	font-family:NotoSansHans-Thin;
	src:url(Fonts/AlibabaPuHuiTi-3-55-Regular.eot);
	src:url(Fonts/AlibabaPuHuiTi-3-55-Regular.eot?#iefix) format("embedded-opentype"),url(Fonts/AlibabaPuHuiTi-3-55-Regular.woff) format("woff"),url(Fonts/AlibabaPuHuiTi-3-55-Regular.ttf) format("truetype"),url(Fonts/AlibabaPuHuiTi-3-55-Regular.svg#ms_gloriola_ii_displaythin) format("svg");
	font-style:normal;
}
.font_NotoSansHans{
	font-family: "NotoSansHans-Thin";
}