@charset "utf-8";

/* CSS Document */
@font-face {
	font-family:menk;
	src: url(../font/MGQ8101.ttf);
}
@font-face {
	font-family:swis;
	src:url(../font/tt0173m.ttf);
}
@font-face {
	font-family:twcen;
	src:url(../font/TwCenMT.ttf);
}
@font-face{
	font-family:abril;
	src:url(../font/AbrilFatface-Regular.ttf);
}
@font-face{
	font-family:shob;
	src:url(../font/Shobhika-Regular.otf);
}
@font-face {
	font-family:roboto;
	src:url(../font/Roboto-Regular-14.ttf);
}

button, input, textarea, select {
    outline: none;
    background: none;
    border: none;
   font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}

a{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.iconfont:before {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.center_box{
    width:var(--centerWidth);
    margin:0 auto;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pd_150 {
    padding: 150px;
}

.pd_tb150 {
    padding: 150px 0;
}

.pd_t150 {
    padding-top: 150px;
}

.pd_b150 {
    padding-bottom: 150px;
}

.pd_120 {
    padding: 120px;
}

.pd_tb100 {
    padding: 120px 0;
}

.pd_t120 {
    padding-top: 120px;
}

.pd_b120 {
    padding-bottom: 120px;
}

.pd_100 {
    padding: 100px;
}

.pd_tb100 {
    padding: 100px 0;
}

.pd_t100 {
    padding-top: 100px;
}

.pd_b100 {
    padding-bottom: 100px;
}

.pd_80 {
    padding: 80px;
}

.pd_tb80 {
    padding: 80px 0;
}

.pd_t80 {
    padding-top: 80px;
}

.pd_b80 {
    padding-bottom: 80px;
}

.pd_tb70 {
    padding: 70px 0;
}

.pd_t70 {
    padding-top: 70px;
}

.pd_b70 {
    padding-bottom: 70px;
}

.pd_60 {
    padding: 60px;
}

.pd_tb60 {
    padding: 60px 0;
}

.pd_t60 {
    padding-top: 60px;
}

.pd_b60 {
    padding-bottom: 60px;
}

.pd_50 {
    padding: 50px;
}

.pd_tb50 {
    padding: 50px 0;
}

.pd_t50 {
    padding-top: 50px;
}

.pd_b50 {
    padding-bottom: 50px;
}

.pd_40 {
    padding: 40px;
}

.pd_tb40 {
    padding: 40px 0;
}

.pd_t40 {
    padding-top: 40px;
}

.pd_b40 {
    padding-bottom: 40px;
}

.pd_30 {
    padding: 30px;
}

.pd_tb30 {
    padding: 30px 0;
}

.pd_t30 {
    padding-top: 30px;
}

.pd_b30 {
    padding-bottom: 30px;
}

.pd_20 {
    padding: 20px;
}

.pd_tb20 {
    padding: 20px 0;
}

.pd_t20 {
    padding-top: 20px;
}

.pd_b20 {
    padding-bottom: 20px;
}

.pd_15 {
    padding: 15px;
}

.pd_tb15 {
    padding: 15px 0;
}

.pd_t15 {
    padding-top: 15px;
}

.pd_b15 {
    padding-bottom: 15px;
}

.pd_10 {
    padding: 10px;
}

.pd_tb10 {
    padding: 10px 0;
}

.pd_t10 {
    padding-top: 10px;
}

.pd_b10 {
    padding-bottom: 10px;
}

.pd_tb100 {
    padding: 100px 0;
}
.pd_tb0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pd_t0{
	padding-top:0 !important;
}
.pd_b0{
	padding-bottom:0 !important;
}
.pd_lr0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.pd_l0{
	padding-left:0 !important;
}
.pd_r0{
	padding-right:0 !important;
}

.mg_t150 {
    margin-top: 150px;
}

.mg_b150 {
    margin-bottom: 150px;
}

.mg_t100 {
    margin-top: 100px;
}

.mg_b100 {
    margin-bottom: 100px;
}

.mg_tb80 {
    margin: 80px 0;
}

.mg_t80 {
    margin-top: 80px;
}

.mg_b80 {
    margin-bottom: 80px;
}

.mg_tb70 {
    margin: 70px 0;
}

.mg_t70 {
    margin-top: 70px;
}

.mg_b70 {
    margin-bottom: 70px;
}

.mg_tb60 {
    margin: 60px 0;
}

.mg_t60 {
    margin-top: 60px;
}

.mg_b60 {
    margin-bottom: 60px;
}

.mg_tb50 {
    margin: 50px 0;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_b50 {
    margin-bottom: 50px;
}

.mg_tb40 {
    margin: 40px 0;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_b40 {
    margin-bottom: 40px;
}

.mg_tb30 {
    margin: 30px 0;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_b30 {
    margin-bottom: 30px;
}

.mg_tb20 {
    margin: 20px 0;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.mg_tb15 {
    margin: 15px 0;
}

.mg_t15 {
    margin-top: 15px;
}

.mg_b15 {
    margin-bottom: 15px;
}

.mg_tb10 {
    margin: 10px 0;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_b10 {
    margin-bottom: 10px;
}

body {
    font-size:medium !important;
	font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color:transparent;
	color:#010101;
}

.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inflex_box{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

:root{
	--curColor:#151515;
	--subColor:#b98c44;
	--gradColor1:#0060b1;
	--gradColor2:#00388b;
	--fullPx:1920;
	--invarPx:1400;
	--centerPx:1400;
	--centerWidth:calc(var(--centerPx) * 1px);
	--headerHeight:max(80px,min(100px,calc(100 / var(--fullPx) * 100vw)));
	--navHeight:50px;
	--swbtnSize:50px;
	--swdotHeight:calc(10 / var(--invarPx) * var(--centerWidth));
	--swdotBeishu:1;
	--clampRows:2;
	--moreHeight:calc(40px + 10 / var(--invarPx) * var(--centerWidth));
}
.wow_list li{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
.wow_list li:nth-of-type(1){
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}
.wow_list li:nth-of-type(2){
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}
.wow_list li:nth-of-type(3){
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}
.wow_list li:nth-of-type(4){
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}
.wow_list li:nth-of-type(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.wow_list li:nth-of-type(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.wow_list li:nth-of-type(8){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.wow_list li:nth-of-type(9){
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.wow_list li:nth-of-type(10){
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;
}
.swiper-container{
	overflow:hidden;
	position:relative;
}
.clamp_txt {
    overflow: hidden;
    -webkit-line-clamp:var(--clampRows);
    -moz-line-clamp:var(--clampRows);
    -o-line-clamp:var(--clampRows);
    line-clamp:var(--clampRows);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}

/* 常规文字 */
.article_w{
	font-size:16px;
	color:#333;
	line-height:1.625;
}
.article_w sup{
	vertical-align:super;
}
.article_w sub{
	vertical-align:sub;
}
.article_w img{
	max-width:100% !important;
	height:auto !important;
	vertical-align:top;
}
.article_w strong{
	font-weight:bold;
}
.article_w *:not(strong){
	font-weight:inherit;
}
.article_w li{
	list-style:disc;
}
.article_w table{
	border-collapse: collapse;
	border:solid 1px rgba(0,0,0,.1);
	width:100%;
}
.article_w table th,
.article_w table td{
	border:solid 1px rgba(0,0,0,.1);
	padding:1vw;
	font-size:1vw;
}
.article_w table th{
	background:#d2d4e6;
}
.article_w video{
	width:min(100%,800px) !important;
	height:auto !important;
	margin:0 auto;
}

.txt_center{
	text-align:center;
}
.iw_poi_title{color:var(--curColor);font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.pswp .pswp__bg{
	background:rgba(0,0,0,.8);
}

/* 经过图片 */
.pic_hvr{
	overflow:hidden;
	position:relative;
	display:block;
}
.pic_hvr:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.pic_hvr img{
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
}
@keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}
.pic_ss:hover .pic_hvr:before{
	animation:gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function:cubic-bezier(0, 0, 0.18, 0.96);
}
.pic_ss:hover .pic_hvr img{
	transform:scale(1.1);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
#hamburger{
	display:none;
}
.header_box{
	--navGap:calc(30 / var(--invarPx) * var(--centerWidth));
	font-size:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
	background:var(--curColor);
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:900;
}
.header_box .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .logo img{
	display:block;
	max-height:calc(50 / 100 * var(--headerHeight));
	max-width:calc(360 / var(--invarPx) * var(--centerWidth));
}
.header_box .header_r{
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_rr{
	-webkit-align-items:center;
	align-items:center;
	margin-left:var(--navGap);
	--iconSize:calc(28 / 18 * 1em);
}
.header_box .header_rr ul{
	margin-left:-1em;
	margin-right:-1em;
}
.header_box .header_rr ul li{
	padding:0 1em;
}
.header_box .header_rr ul li + li{
	border-left:solid 1px rgba(255,255,255,.5);
}
.header_box .header_tel .header_rs{
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_tel .header_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .header_tel .header_num{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
	margin-left:.4em;
}
.header_box .header_tel .header_icon .iconfont{
	font-size:1em;
	/*animation:rotateIns 2s ease infinite;*/
}
.header_box .header_link .header_rs{
	padding:0 calc(6 / 18 * 1em);
	height:var(--iconSize);
	border:solid 1px #fff;
	border-radius:3px;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
@keyframes rotateIns {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.header_height{
	/* height:var(--headerHeight);
	background:var(--curColor); */
}


/* 导航 */
.nav_box > ul > li{
	padding:0 var(--navGap);
}
.nav_box > ul > li > a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:var(--headerHeight);
	position:relative;
}
.nav_box > ul > li > a::before{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:#fff;
	left:0;
	bottom:0;
	transform:scaleX(0);
	opacity:0;
}
.nav_box > ul > li.active > a::before{
	transform:scaleX(1);
	opacity:1;
}

/* 下拉菜单 */
nav ul>li .subnav{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	transform:scaleY(0);
	visibility:hidden;
	opacity:0;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
	transform-origin:top;
	visibility:hidden;
	transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
	background:rgba(255,255,255,.9);
	backdrop-filter:blur(6px);
}
.subnav .center_box{
	-webkit-justify-content:center;
	justify-content:center;
}
.subnav{
	--subnavGap:30px;
	--fontSize:17px;
}
.subnav ol{
	margin-left:calc(-1 * var(--subnavGap));
	margin-top:calc(-.2 * var(--subnavGap));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.subnav ol li{
	margin-left:var(--subnavGap);
	margin-top:calc(.2 * var(--subnavGap));
}
.subnav ol li a{
	font-size:var(--fontSize);
	color:#333;
	display:block;
}


/* banner */
.banner_box{
	position:relative;
	overflow:hidden;
	--paginationPos:2.5vw;
}
.banner_box .swiper-slide{
	position:relative;
	max-height:100vh;
	overflow:hidden;
}
.banner_box .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	max-height:100vh;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide a>img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform-style:preserve-3d;
	transform:scale(1.12);
	transition:all 8s;
}
.banner_box .swiper-slide-active a>img{
	transform-style:preserve-3d;
	transform:scale(1);
}
.banner_box .swiper-slide .banner_img{
	overflow:hidden;
	position:relative;
	max-height:calc(100vh - var(--headerHeight));
}
.banner_box .swiper-slide .banner_img img{
	display:block;
	width:100%;
}
.banner_box .swiper-slide .banner_txt{
	position:absolute;
	top:0;
	left:50%;
	z-index:5;
	width:var(--centerWidth);
	margin-left:calc(-.5 * var(--centerWidth));
	height:100%;
	color:#fff;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide .banner_txt img{
	display:block;
	max-height:60%;
	max-width:90%;
}
.banner_box .swiper-slide .banner_sw{
	font-size:var(--font60);
	font-weight:bold;
	padding-bottom:calc(120 / var(--invarPx) * var(--centerWidth));
	letter-spacing:.05em;
}
.banner_box .swiper-slide video{
	position: absolute;
	width:100%;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	object-fit:fill;
	min-height:100%;
	z-index:3;
}
.banner_box .swiper-pagination.swiper-pagination-bt{
	bottom:30px;
	position:absolute;
}
.swiper-pagination-bt.swiper-pagination{
	position:static;
	width:100%;
	text-align:center;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
	display:inline-block !important;
	margin:0 21px;
	transition:all .35s;
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:1;
	background:#fff;
	font-family:arialb;
	font-size:24px;
	color:#fff;
	position:relative;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:38px;
	height:38px;
	border-radius:50%;
	border:solid 3px rgba(255,255,255,.3);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	transition:all 0s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet svg{
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(-90deg);
	opacity:0;
	stroke-dasharray:120,120;
    stroke-dashoffset:120;
	transition:all .35s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active svg{
	animation:circleLoad 5s .6s linear;
	opacity:1;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset:120;
  }

  100% {
    stroke-dashoffset:0;
  }
}
.banner_box .swiper-pagination.swiper-pagination-bz{
	position:absolute;
	left:0;
	bottom:max(20px,calc(50 / 1080 * 100vh));
	--swdotBeishu:3;
}
.banner_box .swiper-button.swiper-button-bz{
	--swPos:calc(40 / var(--fullPx) * 100vw);
	--move:calc(var(--swPos) + var(--swbtnSize));
	--swbtnSize:60px;
}
.swiper-pagination.swiper-pagination-bz{
	position:static;
	width:100%;
	text-align:center;
	--swdotWidth:calc(var(--swdotBeishu) * var(--swdotHeight));
}
.swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
	width:var(--swdotWidth);
	height:var(--swdotHeight);
	border-radius:var(--swdotHeight);
	margin:0 max(calc(var(--swdotHeight) * .5),calc(10 / 30 * var(--swdotWidth)));
	background:currentColor;
	--swiper-pagination-bullet-inactive-opacity:.5;
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-color{
	color:var(--curColor);
}
.swiper-button.swiper-button-bz{
	--swPos:10px;
	--swiper-navigation-size:var(--swbtnSize);
	font-size:var(--swbtnSize);
	width:1em;
	height:1em;
	border-radius:50%;
	transition:all .35s;
}
.swiper-button.swiper-button-bz::after{
	font-size:.5em;
}
.swiper-button.swiper-button-bz.swiper-button-prev{
	left:var(--swPos);
}
.swiper-button.swiper-button-bz.swiper-button-next{
	right:var(--swPos);
}
.swiper-button.swiper-button-bz.cur-bor{
	border:solid 1px var(--curColor);
	color:var(--curColor);
}
.swiper-button.swiper-button-bz.white-bg{
	background:rgba(255,255,255,.7);
}
.swiper-button.swiper-button-bz.cur-bg{
	background:var(--curColor);
	color:#fff;
}

.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}

/* 新banner */
.banner_box .cbre-c-homeHero__slides{
	height:100vh !important;
}
.banner_box .cbre-c-homeHeroSlide::after{
	display:none;
}
.banner_box .cbre-c-homeHeroSlide__link{
	display:block;
	padding:calc(50 / 440 * var(--contentWidth));
	background-color:rgba(0,0,0,.2);
	-webkit-backdrop-filter: blur(10px) brightness(0.9);
	backdrop-filter: blur(10px) brightness(0.9)
}
.banner_box .cbre-c-homeHeroSlide__link-title,
.banner_box .cbre-c-homeHeroSlide__link-descrip{
	background:none;
	-webkit-backdrop-filter:none;
	backdrop-filter:none;
	letter-spacing:0;
}
.banner_box .cbre-c-homeHeroSlide__link-title{
	font-size:calc(68 / 440 * var(--contentWidth));
	font-weight:500;
	line-height:1.2;
	text-decoration:none;
	padding-block-end:0;
	padding:0;
	position:static;
}
.banner_box .cbre-c-homeHeroSlide__link-descrip{
	padding:0;
	position:static;
	line-height:1.6;
	font-size:calc(10px + 10 / 440 * var(--contentWidth));
}
.banner_box .cbre-c-homeHeroSlide__link-descrip p{
	margin-block-end:0;
	line-height:inherit;
}
.banner_box .cbre-c-homeHeroSlide__link-descrip,
.banner_box .cbre-c-line{
	margin-top:calc(30 / 440 * var(--contentWidth));
}
.banner_box .cbre-c-line{
	display:block;
	width:calc(100 / 350 * 100%);
	height:3px;
	background:#fff;
}
.banner_box .cbre-c-homeHeroSlide{
	padding-inline-end:calc(100 / 1920 * 100vw);
	padding-inline-start:calc(100 / 1920 * 100vw);
}
.banner_box .cbre-c-homeHero__indicator{
	width:38px;
	height:38px;
	position:relative;
	margin:0 5px;
}
.banner_box .cbre-c-homeHero__indicator svg{
	position:absolute;
	font-size:38px;
	top:0;
	left:0;
	transform:rotate(-90deg);
	opacity:0;
	stroke-dasharray:120,120;
	stroke-dashoffset:120;
	transition:all .35s;
}
.banner_box .cbre-c-homeHero__indicator[data-js-active] svg{
	animation:circleLoad 8s .6s linear;
	opacity:1;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset:120;
  }

  100% {
    stroke-dashoffset:0;
  }
}
.banner_box .cbre-c-homeHero__indicator::after{
	width:10px;
	height:10px;
}
.banner_box .cbre-c-homeHero__indicator::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:solid 3px rgba(255,255,255,.3);
	border-radius:50%;
	opacity:0;
}
.banner_box .cbre-c-homeHero__indicator[data-js-active]::before{
	opacity:1;
}

/* 标题1 */
.bz_tit1{
	text-align:center;
	font-size:calc(13px + 7 / var(--invarPx) * var(--centerWidth));
}
.bz_tit1 .bz_h,
.bz_tit1 .bz_exp{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.bz_tit1 .bz_h{
	font-size:calc(48 / 20 * 1em);
	font-weight:bold;
}
.bz_tit1 .bz_exp{
	opacity:.7;
	margin-top:.5em;
}

/* 更多1 */
.bz_more1{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	font-size:16px;
}
.bz_more1 .bz_icon{
	position:relative;
	margin-left:.625em;
}
.bz_more1 .bz_icon .iconfont{
	display:block;
	font-size:calc(1em + 5px);
}
.bz_more1 .bz_icon .icon2{
	position:absolute;
	top:0;
	left:0;
	transform:translateX(-50%);
	opacity:0;
}
.bz_more1.cur_color{
	color:var(--curColor);
}
.bz_more1.sub_color{
	color:var(--subColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.white_bg,
.bz_more1.white_bor{
	width:auto;
	height:var(--moreHeight);
	padding:0 var(--moreHeight);
	border-radius:200px;
}
.bz_more1.only_icon{
	width:auto !important;
}
.bz_more1.only_icon .bz_icon{
	margin-left:0 !important;
}
.bz_more1.only_icon .bz_icon .iconfont{
	font-size:1.5em;
}
.bz_more1.cur_bg{
	background:var(--curColor);
	color:#fff;
}
.bz_more1.cur_bor{
	color:var(--curColor);
	border:solid 1px var(--curColor);
}
.bz_more1.white_bor{
	color:white;
	border:solid 1px white;
}
.bz_more1.white_bg{
	background:#fff;
	color:var(--curColor);
}


.bz_more1:hover .bz_icon .iconfont{
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
}
.bz_more1:hover .bz_icon .icon1{
	transform:translateX(100%);
    opacity:0;
}
.bz_more1:hover .bz_icon .icon2{
	transform:translateX(0);
    opacity:1;
}
.bz_more1.cur_color:hover{
	color:var(--subColor);
}
.bz_more1.cur_bg:hover{
	background:var(--subColor);
}
.bz_more1.cur_bor:hover,
.bz_more1.white_bg:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}

.bz_more1.white_bor:hover{
	background:white;
	color:var(--curColor);
}

/* 更多2 */
.bz_more2,
.bz_more2 .bz_icon{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.bz_more2{
	height:var(--moreHeight);
	font-size:16px;
	padding:0 calc(25 / 50 * var(--moreHeight));
	background:var(--curColor);
	color:#fff;
	position:relative;
	transition:color .35s;
}
.bz_more2::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:var(--subColor);
	transform:scaleX(0);
	transform-origin:left;
	opacity:0;
}
.bz_more2 .bz_icon,
.bz_more2 .bz_sw{
	position:relative;
	z-index:3;
}
.bz_more2 .bz_icon{
	font-size:calc(1em + 5px);
	width:1em;
	height:1em;
	transform:rotate(-30deg);
	transition:transform .35s;
}
.bz_more2 .bz_sw ~ .bz_icon{
	margin-left:.8em;
}
.bz_more2 .bz_icon .iconfont{
	font-size:1em;
}
.bz_more2.gray_bg{
	background:#ddd;
	color:#666;
}
.bz_more2.white_bg{
	background:#fff;
	color:var(--curColor);
}
.bz_more2:hover::before{
	transform:scaleX(1);
	opacity:1;
	transition:all .5s;
}
.bz_more2:hover .bz_icon{
	transform:rotate(0deg);
}
.bz_more2:hover{
	color:#fff !important;
}

/* 商办租赁 */
.sbzl_box .center_box{
	overflow:hidden;
}
.sbzl_box .sbzl_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.sbzl_swiper{
	--col:3;
	--imgWidth:calc(var(--centerWidth) / var(--col));
	--imgHeight:calc(500 / 750 * var(--imgWidth));
	--beishu1:1.607251920666045;
	--beishu2:2.12157253527918;
}

.sbzl_swiper .swiper-container{
	padding:calc((var(--imgHeight) * var(--beishu2) - var(--imgHeight)) / 2) 0;
	overflow:visible;
}
.sbzl_swiper .sbzl_ss{
	display:block;
	position:relative;
	overflow:hidden;
	transform:scale(var(--beishu1));
	color:#fff;
	opacity:0;
}
.sbzl_swiper .swiper-slide-prev .sbzl_ss,
.sbzl_swiper .swiper-slide-next .sbzl_ss{
	opacity:.5;
}
.sbzl_swiper .sbzl_ss
.sbzl_swiper .sbzl_ss .sbzl_img{
	display:block;
	overflow:hidden;
}
.sbzl_swiper .sbzl_ss .sbzl_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.sbzl_swiper .sbzl_ss .sbzl_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:calc(30px / var(--beishu2)) calc(50px / var(--beishu2));
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.sbzl_swiper .sbzl_ss .sbzl_wrap::before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:calc(250 / 660 * 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
	transform-origin:bottom;
	transform:scaleY(0);
	opacity:0;
	transition:all .35s;
}
.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_wbot{
	width:100%;
	position:relative;
	z-index:3;
	opacity:0;
	transform:translateY(100%);
	transition:all .35s;
}
.sbzl_swiper .sbzl_ss .sbzl_wrap ul{
	--wCol:3;
	--gapLeft:calc(50 / var(--invarPx) * var(--centerWidth) / var(--beishu2));
	--gapTop:calc(.5 * var(--gapLeft));
	width:calc(100% + var(--gapLeft));
	font-size:calc(16px / var(--beishu2));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gapTop));
	margin-left:calc(-1 * var(--gapLeft));
}
.sbzl_swiper .sbzl_ss .sbzl_wrap ul li{
	margin-top:var(--gapTop);
	min-width:calc(100% / (var(--wCol) + 1));
}
.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws{
	margin-left:var(--gapLeft);
	display:block;
	line-height:1.5;
}
.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws .sbzl_xx{
	font-size:calc(30 / 16 * 1em);
	font-weight:500;
	display:block;
}
.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws .sbzl_sw{
	padding-top:1em;
	margin-top:.5em;
	border-top:solid calc(1px / var(--beishu2)) rgba(255,255,255,.3);
}

.sbzl_swiper .swiper-slide-active{
	z-index:5;
}
.sbzl_swiper .swiper-slide-active .sbzl_ss{
	transform:scale(var(--beishu2));
	box-shadow:0 0 calc(20px / var(--beishu2)) rgba(0,0,0,.15);
	opacity:1;
}
.sbzl_swiper .swiper-slide-active .sbzl_ss .sbzl_wrap::before{
	transform:scaleY(1);
	opacity:1;
	transition:all .5s .35s;
}
.sbzl_swiper .swiper-slide-active .sbzl_ss .sbzl_wrap .sbzl_wbot{
	transform:translateY(0);
	opacity:1;
	transition:all .5s .55s;
}

/* 物业服务 */
.wyfw_box .wyfw_con{
	--col:3;
	--gap:calc(25 / var(--invarPx) * var(--centerWidth));
	--pd:calc(2 * var(--gap));
	--iconSize1:calc(50 / var(--invarPx) * var(--centerWidth));
	--beishu:calc(116 / 50);
	--iconSize2:calc(var(--beishu) * var(--iconSize1));
	--iconGap:calc(35 / 25 * var(--gap));
	margin-top:calc(60 / 25 * var(--gap));
}
.wyfw_box .wyfw_con ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.wyfw_box .wyfw_con ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.wyfw_box .wyfw_con .wyfw_ss{
	width:calc(100% - var(--gap));
	margin-left:var(--gap);
	padding:var(--pd);
	border:solid 1px rgba(0,0,0,.08);
	overflow:hidden;
	position:relative;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_icons{
	width:var(--iconSize1);
	height:var(--iconSize1);
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_icon{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_icon svg path{
	fill:currentColor !important;
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_icon1{
	width:var(--iconSize1);
	height:var(--iconSize1);
	transition:all .35s;
}

.wyfw_box .wyfw_con .wyfw_ss .wyfw_icon2{
	position:absolute;
	width:var(--iconSize2);
	height:var(--iconSize2);
	bottom:-15.5%;
	left:calc(100% - var(--iconSize2) * .8);
	transform:translate(0,0) scale(1) rotate(-30deg);
	opacity:.05;
	transition:all .35s;
}

.wyfw_box .wyfw_con .wyfw_ss .wyfw_txt{
	width:calc(100% - var(--iconSize1) - var(--iconGap));
	font-size:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_txt .wyfw_sh{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
}
.wyfw_box .wyfw_con .wyfw_ss .wyfw_txt .wyfw_sw{
	font-weight:300;
	opacity:.8;
}

/* 关于我们 */
.gywm_box{
	--imgWidth:calc(550 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(650 / 550 * var(--imgWidth));
	--gap:calc(150 / var(--invarPx) * var(--centerWidth));
}
.gywm_box .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.gywm_box .gywm_l{
	width:calc(100% - var(--gap) - var(--imgWidth));
}
.gywm_box .gywm_l .bz_tit1{
	text-align:left;
}
.gywm_box .gywm_l .bz_tit1 .bz_exp{
	font-size:calc(24 / 20 * 1em);
	font-weight:bold;
	opacity:1;
	margin-top:.15em;
}
.gywm_box .gywm_l .gywm_txt,
.gywm_box .gywm_l .bz_more2{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_box .gywm_l .gywm_txt{
	font-size:calc(13px + 3 / var(--invarPx) * var(--centerWidth));
	opacity:.8;
	margin-top:2.25em;
}
.gywm_box .gywm_l .bz_more2{
	margin-top:calc(70 / 16 * 1em);
}
.gywm_box .gywm_r{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
	border-radius:10px;
	position:relative;
}
.gywm_box .gywm_r img{
	display:block;
	position:absolute;
	top:0;
	left:-30%;
	height:100%;
}

/* 新闻中心 */
.xw_box{
	--lWidth:calc(500 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(80px + 220 / var(--invarPx) * var(--centerWidth));
	--gap:calc(110 / var(--invarPx) * var(--centerWidth));
	--rPd:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
}
.xw_box .xw_con{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.xw_box .xw_l{
	width:var(--lWidth);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_box .xw_l .xw_ss{
	display:block;
}
.xw_box .xw_l .xw_ss .xw_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.xw_box .xw_l .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.xw_box .xw_l .xw_sd{
	font-size:calc(13px + 1 / var(--invarPx) * var(--centerWidth));
	color:var(--subColor);
	margin-top:.6em;
}
.xw_box .xw_l .xw_sd .xw_line{
	width:50%;
	height:1px;
	background:currentColor;
	opacity:.5;
	transform-origin:right;
	transition:all .35s
}
.xw_box .xw_l .xw_txt{
	margin-top:1em;
}
.xw_box .xw_l .xw_ss .xw_txt .xw_st,
.xw_box .xw_l .xw_ss .xw_txt .xw_sd,
.xw_box .xw_r .xw_ss,
.xw_box .xw_r .xw_ss .xw_txt{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.xw_box .xw_ss .xw_txt{
	font-size:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
}
.xw_box .xw_ss .xw_txt .xw_sh{
	font-weight:500;
	max-width:calc(100% - 150px);
	--clampRows:1;
}
.xw_box .xw_ss .bz_more1{
	margin-right:1em;
	transform:translateX(-150%);
	opacity:0;
	transition:all .35s;
}
.xw_box .xw_r{
	width:calc(100% - var(--lWidth) - var(--gap));
	animation-name:fadeInUp;
	animation-delay:.4s;
}
.xw_box .xw_r ul{
	margin-top:calc(-1 * var(--rPd));
}
.xw_box .xw_r .xw_ss{
	padding:var(--rPd) 0;
	position:relative;
}
.xw_box .xw_r .xw_ss::before,
.xw_box .xw_r .xw_ss::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
}
.xw_box .xw_r .xw_ss::before{
	background:rgba(0,0,0,.1);
}
.xw_box .xw_r .xw_ss::after{
	background:var(--subColor);
	opacity:0;
	transform:scaleX(0);
	transform-origin:right;
	transition:transform .35s,opacity .35s;
}
.xw_box .xw_r .xw_ss .xw_date{
	-webkit-align-items:center;
	align-items:center;
	color:var(--subColor);
}
.xw_box .xw_r .xw_ss .xw_date p{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
	margin-right:.3em;
}
.xw_box .xw_r .xw_ss .xw_date span{
	opacity:.5;
}
.xw_box .xw_r .xw_ss .xw_txt{
	width:calc(100% - 7.5em);
}

/* 页脚 */
.footer_box{
	--qrSize:calc(60px + 40 / var(--invarPx) * var(--centerWidth));
	--qrGap:calc(100 / var(--invarPx) * var(--centerWidth));
	--qrNum:2;
	--qrTotal:calc((var(--qrSize) + var(--qrGap)) * var(--qrNum));
	background:var(--curColor) url(../img/footer_bg.png) no-repeat center bottom;
	background-size:cover;
}
.footer_box .footer_top{
	color:rgba(255,255,255,.6);
}
.footer_box .footer_top .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.footer_box .footer_top .footer_logo img{
	display:block;
	max-height:40px;
}
.footer_box .footer_top .footer_nav{
	font-size:calc(13px + 3 / var(--invarPx) * var(--centerWidth));
	--gap:calc(12 / 16 * 1em);
}
.footer_box .footer_top .footer_nav ul{
	margin:0 calc(-1 * var(--gap));
	overflow:hidden;
}
.footer_box .footer_top .footer_nav ul li{
	padding:0 var(--gap);
	position:relative;
}
.footer_box .footer_top .footer_nav ul li::before{
	content:"";
	position:absolute;
	left:0;
	top:.1em;
	bottom:.1em;
	width:1px;
	background:currentColor;
}
.footer_box .footer_top .footer_nav ul li:nth-of-type(1)::before{
	display:none;
}
.footer_box .footer_top .footer_nav ul li a{
	line-height:1;
}
.footer_box .footer_mid{
	color:#fff;
	font-size:14px;
}
.footer_box .footer_mid .center_box{
	border-top:solid 1px rgba(255,255,255,.3);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.footer_box .footer_mid .footer_info{
	--iconSize:2em;
	--infoGap:calc(40 / var(--invarPx) * var(--centerWidth));
	max-width:calc(100% - var(--qrTotal));
}
.footer_box .footer_mid .footer_info .footer_tit{
	font-size:calc(18 / 14 * 1em);
	font-weight:500;
}
.footer_box .footer_mid .footer_info .footer_xx{
	margin-top:calc(1em + 10 / var(--invarPx) * var(--centerWidth));
}
.footer_box .footer_mid .footer_info .footer_xx ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--infoGap));
	margin-top:-1em;
}
.footer_box .footer_mid .footer_info .footer_xx ul li{
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-left:var(--infoGap);
	margin-top:1em;
}
.footer_box .footer_mid .footer_info .footer_xx ul li .footer_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border:solid 1px #fff;
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.footer_box .footer_mid .footer_info .footer_xx ul li .footer_icon svg{
	display:block;
	max-width:62%;
	max-height:62%;
}
.footer_box .footer_mid .footer_info .footer_xx ul li .footer_icon svg path{
	fill:currentColor !important;
}
.footer_box .footer_mid .footer_info .footer_xx ul li .footer_sw{
	margin-left:.65em;
	line-height:var(--iconSize);
}
.footer_box .footer_mid .footer_qr{
	width:var(--qrTotal);
}
.footer_box .footer_mid .footer_qr ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.footer_box .footer_mid .footer_qr ul li{
	width:var(--qrSize);
	margin-left:var(--qrGap);
}
.footer_box .footer_mid .footer_qr ul li span{
	display:block;
	height:var(--qrSize);
}
.footer_box .footer_mid .footer_qr ul li span img{
	display:block;
	width:100%;
	height:100%;
}
.footer_box .footer_mid .footer_qr ul li p{
	text-align:center;
	margin-top:.7em;
}
.footer_box .footer_bot{
	border-top:solid 1px rgba(255,255,255,.2);
	color:rgba(255,255,255,.6);
	font-size:14px;
}
.footer_box .footer_bot .footer_bl > *{
	margin-right:1em;
}
.footer_box a:hover{
	color:#fff !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~内页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 内页-banner */
.inner_banner{
    position:relative;
    overflow:hidden;
	max-height:100vh;
	z-index:2;
}
.inner_banner .inner_banner_mask{
	--maskSize:150vmax;
	--op1:0;
	--op2:.4;
	position:absolute;
	top:50%;
	left:50%;
	width:var(--maskSize);
	height:var(--maskSize);
	margin-top:calc(-.5 * var(--maskSize));
	margin-left:calc(-.5 * var(--maskSize));
	background:var(--curColor);
	border-radius:50%;
	z-index:2;
	pointer-events:none;
	opacity:var(--op2);
	animation-name:inbGrad;
	animation-duration:1.5s;
	animation-delay:.5s;
}
@keyframes inbGrad{
	0%{
		opacity:var(--op1);
		transform: scale(0);
	}
	100%{
		opacity:var(--op2);
		transform:scale(1);
	}
}
.inner_banner > img {
    display:block;
    width:100%;
    height:100%;
	object-fit:cover;
}
.inner_banner .inner_b_txt{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    height:100%;
    z-index:3;
    color:#fff;
	padding-top:var(--headerHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
}
.inner_banner .inner_b_txt .inner_b_ce{
	position:relative;
	font-size:calc(13px + 7 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	padding-bottom:var(--innavHeight);
}
.inner_banner .inner_b_txt .inner_b_cn{
	font-size:calc(48 / 20 * 1em);
	font-weight:bold;
	animation-name:fadeInUp;
	animation-delay:.8s;
	position:relative;
	z-index:3;
}
.inner_banner .inner_b_txt .inner_b_en{
	display:block;
	font-size:calc(60 / 50 * 1em);
	font-weight:bold;
	margin-top:-.7em;
	--op1:1;
	--op2:.2;
	opacity:var(--op2);
	animation-name:bEn;
	animation-duration:1.5s;
}
@keyframes bEn{
	0%{
		opacity:1;
		letter-spacing:.5em;
	}
	100%{
		opacity:var(--op2);
		letter-spacing:0;
	}
}
.inner_banner .inner_b_txt .inner_b_exp{
	animation-name:fadeInUp;
	animation-delay:1.2s;
	margin-top:.35em;
}

.inner_banner .inner_b_txt .inner_b_line{
	display:block;
	width:1.67em;
	height:2px;
	background:currentColor;
	transform-origin:left;
	animation-name:bLine;
}
@keyframes bLine{
	from{
		transform:scaleX(0);
	}
	to{
		transform:scaleX(1);
	}
}

.scaleBox {
    -webkit-animation-name:scaleBox;
    animation-name:scaleBox;
}

@keyframes scaleBox {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* 列表翻页 */
.list_pages .pagination{
	font-size:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.list_pages .pagination li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px 10px;
}
.list_pages .pagination li a,
.list_pages .pagination li span{
	display:block;
	font-size:18px;
	color:#999;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	overflow:hidden;
	border:solid 1px #ddd;
	border-radius:200px;
}
.list_pages .pagination li.pg_prev a,
.list_pages .pagination li.pg_next a{
	background:none !important;
	/* color:var(--curColor); */
	width:auto;
	padding:0 20px;
}
.list_pages .pagination li.disabled{
	pointer-events:none;
}
.list_pages .pagination li.active a,
.list_pages .pagination li.active span{
	border-color:var(--curColor);
	color:var(--curColor);
}
.list_pages .pagination li.active a:hover,
.list_pages .pagination li.active span:hover{
	color:var(--curColor) !important;
}
.list_pages .pagination li:not(.disabled) a:hover{
	border-color:var(--curColor);
	color:var(--curColor);
}


/* 内容翻页 */
.ipn_page .inner_pnpage{
	overflow:hidden;  
}
.ipn_page .inner_pnpage>a{ 
	display:block;
	overflow:hidden;
	line-height:21px;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p{
	float:left;
	color:#333;
}
.ipn_page .inner_pnpage>a span,
.ipn_page .inner_pnpage>a p,
.ipn_page .ipn_return span{
	font-size:var(--font18);
}
.ipn_page .inner_pnpage>a span{
	font-weight:bold;
}
.ipn_page .inner_pnpage>a p{
	color:#333;
	max-width:calc(var(--centerWidth) - var(--rWidth) - var(--gap) - 200px - 72px);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.ipn_page .inner_pnpage>a:hover p{
	color:var(--curColor);
}
.ipn_page{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	border-top:solid 1px #e5e5e5;
}
.ipn_page .inner_pnpage>a + a{
	margin-top:15px;
}
.ipn_page .ipn_return{
	-webkit-align-items:center;
	align-items:center;
	color:#333;
	padding:10px 20px;
	background:#f7f7f7;
}
.ipn_page .ipn_return .iconfont{
	margin-right:5px;
}
.ipn_page .ipn_return:hover{
	background:var(--subColor);
	color:#fff;
}

/* 当前位置 */
.inner_loc,
.inner_loc a{
	color:#666;
	font-size:14px;
}
.inner_loc a,
.inner_loc span{
	padding:0 3px;
	display:inline-block;
	vertical-align:middle;
}
.inner_loc span.inner_loc_tit{
	transform:translateY(-.2em);
}
.inner_loc .iconfont{
	display:block;
	font-size:20px;
	width:21px;
	height:20px;
	padding-right:4px;
	color:#333;
}
.inner_loc a:hover{
	color:var(--subColor);
}
.inner_loc span{
	max-width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inner_loc span ~ span{
	color:var(--curColor);
}


/* 滚动缩小banner */
.scr_banner{
	display:block;
	overflow:hidden;
}
.scr_banner img{
	display:block;
	width:100%;
}

/* 商办租赁页 */
.sbzl_swiper2 .sbzl_top,
.sbzl_swiper2 .sbzl_bot{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.sbzl_swiper2 .sbzl_top{
	--fontSize:calc(13px + 17 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(40 / 30 * var(--fontSize));
	--col:4;
	--gap:14px;
	font-size:var(--fontSize);
}
.sbzl_swiper2 .sbzl_top .swiper-slide{
	width:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	margin-right:var(--gap);
}
.sbzl_swiper2 .sbzl_top .sbzl_ss{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:#777;
	transition:color .35s;
	padding-bottom:.6em;
	position:relative;
	cursor:pointer;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss::before,
.sbzl_swiper2 .sbzl_top .sbzl_ss::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss::before{
	background:#e5e5e5;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss::after{
	background:var(--curColor);
	transform:scaleX(0);
	opacity:0;
	transform-origin:right;
	transition:transform .35s,opacity .35s;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss .sbzl_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	margin-right:.5em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss .sbzl_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss .sbzl_icon svg path{
	fill:currentColor !important;
}
.sbzl_swiper2 .sbzl_top .sbzl_ss .sbzl_sw{
	font-weight:500;
}
.sbzl_swiper2 .sbzl_bot{
	--bimgHeight:calc(700 / 1400 * var(--centerWidth));
	--simgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--simgHeight:calc(700 / 1400 * var(--simgWidth));
	--pdTop:calc(50 / var(--invarPx) * var(--centerWidth));
	--pdLeft:calc(2 * var(--pdTop));
	--radius:10px;
	--col:3;
	--gap:30px;
	--txtGap:var(--pdTop);
}
.sbzl_swiper2 .sbzl_bot .sbzl_st{
	position:relative;
	overflow:hidden;
	border-radius:var(--radius);
	color:#fff;
}
.sbzl_swiper2 .sbzl_bot .sbzl_st::before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:calc(200 / 700 * var(--bimgHeight));
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_img{
	display:block;
	overflow:hidden;
	height:var(--bimgHeight);
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	padding:var(--pdTop) var(--pdLeft);
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot{
	width:100%;
	font-size:calc(13px + 3 / var(--invarPx) * var(--centerWidth));
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--txtGap));
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot ul li{
	min-width:20%;
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot .sbzl_ws{
	margin-left:var(--txtGap);
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot .sbzl_xx{
	display:block;
	font-size:calc(30 / 16 * 1em);
	font-weight:500;
	line-height:1.3;
	padding-bottom:.3em;
	border-bottom:solid 1px rgba(255,255,255,.5);
}
.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot .sbzl_sw{
	margin-top:1em;
}
.sbzl_swiper2 .sbzl_bot .sbzl_sd{
	margin-top:var(--gap);
	position:relative;
}
.sbzl_swiper2 .sbzl_bot .sbzl_sd .swiper-slide{
	width:var(--simgWidth);
	margin-right:var(--gap);
}
.sbzl_swiper2 .sbzl_bot .sbzl_sd .sbzl_img{
	display:block;
	overflow:hidden;
	height:var(--simgHeight);
	border-radius:var(--radius);
}
.sbzl_swiper2 .sbzl_bot .sbzl_sd .sbzl_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .35s;
}
.sbzl_swiper2 .gallery-top .swiper-li.swiper-slide,
.sbzl_swiper2 .gallery-top .swiper-li.swiper-slide .swiper-slide{
	pointer-events:none;
	opacity:0 !important;
}
.sbzl_swiper2 .gallery-top .swiper-li.swiper-slide .swiper-slide{
	transition:opacity .35s;
}
.sbzl_swiper2 .gallery-top .swiper-li.swiper-slide-active,
.sbzl_swiper2 .gallery-top .swiper-li.swiper-slide-active .swiper-slide{
	pointer-events:auto;
	opacity:1 !important;
}

.sbzl_swiper2 .sbzl_top .swiper-slide-thumb-active .sbzl_ss{
	color:var(--curColor);
}
.sbzl_swiper2 .sbzl_top .swiper-slide-thumb-active .sbzl_ss::after{
	transform:scaleX(1);
	opacity:1;
	transform-origin:left;
	transition:transform .6s,opacity .35s;
}

/* 物业服务页 */
.wyfw_s1{
	background:url(../img/wyfw_s1_bg.jpg) no-repeat center bottom;
	background-size:100%;
}
.wyfw_s1 .wyfw_st .wyfw_txt{
	font-size:calc(13px + 7 / var(--invarPx) * var(--centerWidth));
	color:#555;
	margin-top:1em;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.wyfw_s1 .wyfw_sd{
	--numSize:calc(13px + 47 / var(--invarPx) * var(--centerWidth));
	font-size:calc(13px + 3 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.wyfw_s1 .wyfw_sd ul{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.wyfw_s1 .wyfw_sd .wyfw_ss{
	text-align:center;
}
.wyfw_s1 .wyfw_sd .wyfw_st{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	line-height:1;
}
.wyfw_s1 .wyfw_sd .wyfw_st .counter{
	font-size:var(--numSize);
	font-weight:bold;
}
.wyfw_s1 .wyfw_sd .wyfw_st .wyfw_dy{
	padding-bottom:calc(6 / 60 * var(--numSize));
	margin-left:.3em;
}
.wyfw_s1 .wyfw_sd .wyfw_sd{
	color:#555;
	margin-top:.5em;
}
.wyfw_title{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.wyfw_title .bz_tit1{
	text-align:left;
}
.wyfw_title .bz_top{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.wyfw_title .bz_top .bz_tl{
	-webkit-align-items:center;
	align-items:center;
}
.wyfw_title .bz_top .bz_icon{
	font-size:calc(50 / 20 * 1em);
	color:currentColor;
	width:1em;
	height:1em;
	margin-right:.3em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.wyfw_title .bz_top .bz_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.wyfw_title .bz_top .bz_icon svg path{
	fill:currentColor !important;
}
.wyfw_title .wyfw_jt .swiper-button.swiper-button-bz{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin-top:0;
	color:var(--curColor);
}
.wyfw_title .wyfw_jt .swiper-button + .swiper-button{
	margin-left:1em;
}
.wyfw_title .wyfw_jt .swiper-button.swiper-button-bz::after{
	font-size:calc(30 / 50 * 1em);
	font-weight:bold;
}
.wyfw_swiper1{
	--col:4;
	--gap:30px;
	--radius:10px;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(244 / 328 * var(--imgWidth));
	--pd:calc(.5 * var(--gap));
}
.wyfw_swiper1 .swiper-slide{
	width:var(--imgWidth);
	margin-right:var(--gap);
}
.wyfw_swiper1 .wyfw_ss{
	display:block;
	overflow:hidden;
	border-radius:var(--radius);
	transition:all .35s;
}
.wyfw_swiper1 .wyfw_ss .wyfw_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.wyfw_swiper1 .wyfw_ss .wyfw_img img{
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
}
.wyfw_swiper1 .wyfw_ss .wyfw_txt{
	font-size:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
	padding:.65em 0;
	color:#555;
	transition:all .35s;
}
.wyfw_swiper1 .wyfw_ss .wyfw_txt .wyfw_name{
	font-size:calc(24 / 18 * 1em);
	font-weight:bold;
	color:var(--curColor);
}
.wyfw_s2 .wyfw-li .wyfw_con{
	animation-name:fadeInUp;
	animation-delay:.2s;
	margin-left:calc(-1 * var(--pd));
	margin-right:calc(-1 * var(--pd));
}
.wyfw_s2 .wyfw-li:nth-of-type(1),
.wyfw_s3 .wyfw-li:nth-of-type(1){
	padding-top:0 !important;
}
.wyfw_s2 .wyfw-li .wyfw_con .swiper-container{
	padding:var(--pd);
}
.wyfw_s3 .wyfw_con{
	--imgWidth:calc(800 / var(--invarPx) * var(--centerWidth));
	--gap:calc(90 / var(--invarPx) * var(--centerWidth));
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.wyfw_s3 .wyfw_con .wyfw_cl{
	width:calc(100% - var(--gap) - var(--imgWidth));
}
.wyfw_s3 .wyfw_con .wyfw_cl .wyfw_sh{
	font-size:calc(13px + 23 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	margin-top:1em;
}
.wyfw_s3 .wyfw_con .wyfw_cl .wyfw_sw{
	font-size:calc(13px + 7 / var(--invarPx) * var(--centerWidth));
	color:#333;
	margin-top:.8em;
}
.wyfw_s3 .wyfw_con .wyfw_cr{
	width:var(--imgWidth);
	position:relative;
}
.wyfw_s3 .wyfw_con .wyfw_cr .wyfw_img{
	display:block;
	overflow:hidden;
}
.wyfw_s3 .wyfw_con .wyfw_cr .wyfw_img img{
	display:block;
	width:100%;
	height:100%;
}
.wyfw_s3 .swiper-button.swiper-button-bz{
	border-radius:0;
	top:auto;
	bottom:0;
	margin-top:0;
}
.wyfw_s3 .swiper-button.swiper-button-bz::after{
	font-weight:bold;
}
.wyfw_s3 .swiper-button.swiper-button-bz.swiper-button-prev{
	left:auto;
	right:100%;
}
.wyfw_s3 .swiper-button.swiper-button-bz.swiper-button-next{
	right:auto;
	left:0;
}

/* 新闻列表页 */
.xw_list{
	--pd:calc(20px + 10 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(260px + 40 / var(--invarPx) * var(--centerWidth));
	--gap:calc(40 / 30 * var(--pd));
	--dateWidth:130px;
}
.xw_list > ul li{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_list > ul li + li{
	margin-top:var(--pd);
}
.xw_list .xw_ss{
	background:#f9f9f9;
	padding:var(--pd);
	padding-left:0;
	position:relative;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.xw_list .xw_ss::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:var(--subColor);
	opacity:0;
	transform:scaleX(0);
	transform-origin:right;
	transition:transform .35s,opacity .35s;
}
.xw_list .xw_ss .xw_date1{
	width:var(--dateWidth);
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:color .35s;
	position:relative;
}
.xw_list .xw_ss .xw_date1::before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	height:100%;
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 30%,rgba(0,0,0,.1) 70%,rgba(0,0,0,0) 100%);
}
.xw_list .xw_ss .xw_date1 span{
	font-size:48px;
	font-weight:bold;
}
.xw_list .xw_ss .xw_date1 p{
	font-size:14px;
	opacity:.6;
	transition:opacity .35s;
}
.xw_list .xw_ss .xw_sr{
	width:calc(100% - var(--dateWidth));
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.xw_list .xw_ss .xw_sr .xw_txt{
	width:calc(100% - var(--imgWidth));
	padding:0 var(--gap);
	font-size:16px;
}
.xw_list .xw_ss .xw_sr .xw_img{
	display:block;
	width:var(--imgWidth);
	height:calc(300 / 500 * var(--imgWidth));
	overflow:hidden;
}
.xw_list .xw_ss .xw_sr .xw_img img{
	display:block;
	width:100%;
	height:100%;
}
.xw_list .xw_ss .xw_sr .xw_date{
	display:none;
	font-size:14px;
	color:#999;
}
.xw_list .xw_ss .xw_sr .xw_txt .xw_sh{
	font-size:1.25em;
	font-weight:bold;
	--clampRows:1;
}
.xw_list .xw_ss .xw_sr .xw_txt .xw_sw{
	line-height:1.6;
	margin-top:.9em;
	color:#666;
}
.xw_list .xw_ss .xw_sr .xw_txt .bz_more1{
	margin-top:1em;
	transition:color .35s;
}

/* 新闻详情页 */
.xqy_box1 .xqy_l{
	width:70.7%;
	color:#333;
	overflow:hidden;
}
.xqy_box1 .xqy_r{
	width:25.7%;
	position:-webkit-sticky;
	position:sticky;
	top:calc(20px + var(--headerHeight));
	transition:all .35s;
}
.header_box.scr ~ .main_box .xqy_box1 .xqy_r{
	top:30px;
}
.xqy_container .xqy_title{
	border-bottom:solid 1px #e5e5e5;
}
.xqy_container .xqy_title .xqy_h{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.xqy_container .xqy_title .xqy_info{
	--itemGap:50px;
	overflow:hidden;
	margin-left:calc(-1 * var(--itemGap));
	font-size:14px;
	color:#666;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.xqy_container .xqy_title .xqy_info span{
	float:left;
	margin-left:var(--itemGap);
}

.side_xw{
	background:#fff;
	border-radius:10px;
	--fontSize:calc(13px + 5 / var(--invarPx) * var(--centerWidth));
}
.side_xw .side_tit{
	border-bottom:solid 1px #e5e5e5;
}
.side_xw .side_tit .side_h{
	font-size:24px;
	font-weight:bold;
	line-height:1;
	position:relative;
	padding-left:.5em;
	border-left:solid 3px currentColor;
}
.side_xw_list ul li{
	padding:.75em 0;
	font-size:var(--fontSize);
}
.side_xw_list ul li a,
.side_xw_list ul li .side_sh{
	padding-left:1em;
}
.side_xw_list ul li a{
	display:block;
	color:#333;
}
.side_xw_list ul li:nth-last-of-type(1) a{
	border-bottom:none;
	padding-bottom:0;
}
.side_xw_list ul li .side_sh{
	margin-left:-1em;
	max-width:calc(100% + 1em);
	line-height:1.2;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:all .35s;
}
.side_xw_list ul li .side_sh:before{
	content:"";
	position:absolute;
	width:8px;
	height:8px;
	border-radius:50%;
	background:currentColor;
	left:0;
	top:calc((1.2em - 8px) / 2);
}
.side_xw_list ul li .side_date{
	display:block;
	font-size:14px;
	font-family:arial;
	color:#999;
	margin-top:5px;
}

/* 关于我们页 */
.hy_scr::after{
	content:"";
	display:block;
	height:100vh;
}
.hy_scr .hy_img{
	display:block;
	overflow:hidden;
	height:100vh;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	filter:brightness(100%);
}
.hy_scr .hy_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform:scale(1.06);
}
.hy_scr .hy_txt{
	font-size:calc(13px + 57 / var(--invarPx) * var(--centerWidth));
	position:relative;
	z-index:3;
}
.hy_scr .hy_txt .hy_sw{
	display:block;
	width:7em;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
}
.grad_color{
	background:linear-gradient(80deg,var(--gradColor1),var(--gradColor2));
	background:url(../img/grad_bg.png) no-repeat center center;
	background-size:100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.gywm_box1{
	--mgTop:calc(100 / var(--invarPx) * var(--centerWidth));
}
.gywm_s1 .gywm_tit,
.gywm_s1 .gywm_txt{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_s1 .gywm_tit{
	font-size:calc(13px + 57 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	text-align:center;
	line-height:1.3;
}
.gywm_s1 .gywm_tit *{
	font-weight:inherit;
}
.gywm_s1 .gywm_txt{
	padding:0 7%;
	font-size:calc(13px + 11 / var(--invarPx) * var(--centerWidth));
	color:#555;
	text-align:justify;
	text-align-last:center;
	margin-top:1.8em;
}
.gywm_s1,
.gywm_s1 .gywm_team,
.gywm_s1 .gywm_pics{
	margin-top:var(--mgTop);
}
.gywm_s1 .gywm_team{
	--leftSpace:calc((100vw - 17px - var(--centerWidth)) / 2);
	overflow:hidden;
	display:block;
	clip-path:inset(0 var(--leftSpace) round 0px);
}
.gywm_s1 .gywm_team img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform:scale(1);
}
.gywm_s1 .gywm_pics{
	--gap:3px;
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(350 / 465 * var(--imgWidth));
}
.gywm_s1 .gywm_pics ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.gywm_s1 .gywm_pics ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_s1 .gywm_pics ul li .gywm_ss{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
	margin-left:var(--gap);
}
.gywm_s1 .gywm_pics ul li .gywm_ss img{
	display:block;
	width:100%;
	height:100%;
}

@media screen and (max-width:1600px){
	:root{
		--centerPx:1200;
	}
	.header_box{
		--navGap:calc(24 / var(--invarPx) * var(--centerWidth));
	}
	
}


@media screen and (min-width:1200px){
	/* header */
	.header_box .header_tel .header_rs{
		cursor:default;
	}
	.header_box .header_link .header_rs:hover{
		background:#fff;
		color:var(--curColor);
	}
	.header_box{
		transform:translateY(0%);
		transition:all .35s;
	}
	.header_box.scr{
		transform:translateY(-101%);
	}
	.header_box.header_box2{
		--headerHeight:80px;
	}
	
	/* 导航 */
	.nav_box > ul > li > a:hover::before{
		transform:scaleX(1);
		opacity:1;
		transition:all .5s;
	}
	
	/* 新banner */
	.banner_box .cbre-c-homeHeroSlide__content{
		display:flex;
		align-items:center;
		--contentWidth:calc(200px + 200 / var(--fullPx) * 100vw);
		width:var(--contentWidth);
		padding-top:var(--headerHeight);
	}
	
	/* 物业服务 */
	.wyfw_box .wyfw_con .wyfw_ss:hover{
		box-shadow:0 0 calc(2 / 3 * var(--gap)) rgba(0,0,0,.08);
	}
	.wyfw_box .wyfw_con .wyfw_ss:hover .wyfw_icon2{
		bottom:50%;
		left:calc(var(--pd) + var(--iconSize1) / 2);
		transform:translate(-50%,50%) scale(calc(1 / var(--beishu))) rotate(0deg);
		opacity:1;
		transition:all .5s .2s;
	}
	.wyfw_box .wyfw_con .wyfw_ss:hover .wyfw_icon1{
		opacity:0;
	}
	
	/* 新闻中心 */
	.xw_box .xw_ss:hover{
		color:var(--subColor);
	}
	.xw_box .xw_r .xw_ss:hover::after{
		transition:transform .6s,opacity .35s;
		transform:scaleX(1);
		transform-origin:left;
		opacity:1;
	}
	.xw_box .xw_ss:hover .bz_more1{
		transform:translateX(0);
		opacity:1;
	}
	.xw_box .xw_l .xw_ss:hover .xw_sd .xw_line{
		transform:scaleX(0);
		opacity:0;
	}
	
	/* 商办租赁页 */
	.sbzl_swiper2 .sbzl_top .sbzl_ss:hover{
		color:var(--curColor);
	}
	.sbzl_swiper2 .sbzl_bot .sbzl_sd .sbzl_img:hover img{
		transform:scale(1.06);
		transition:all .5s;
	}
	
	/* 物业服务页 */
	.wyfw_swiper1 .wyfw_ss:hover{
		box-shadow:0 0 var(--pd) rgba(0,0,0,.1);
	}
	.wyfw_swiper1 .wyfw_ss:hover .wyfw_txt{
		padding-left:1em;
		padding-right:1em;
	}
	.wyfw_swiper1 .wyfw_ss:hover .wyfw_img img{
		transform:scale(1.08);
	}
	.wyfw_title .wyfw_jt .swiper-button.swiper-button-bz:hover{
		color:var(--subColor);
	}
	.swiper-button.swiper-button-bz.cur-bg:hover{
		background:var(--subColor);
	}
	
	/* 新闻列表页 */
	.xw_list .xw_ss:hover{
		color:var(--subColor);
	}
	.xw_list .xw_ss:hover .xw_date1{
		color:var(--subColor);
	}
	.xw_list .xw_ss:hover .xw_date1 p{
		opacity:1;
	}
	.xw_list .xw_ss:hover .bz_more1{
		color:var(--subColor);
	}
	.xw_list .xw_ss:hover::before{
		opacity:1;
		transform:scaleX(1);
		transform-origin:left;
		transition:transform 1s,opacity .35s;
	}
	
	/* 新闻详情页 */
	.side_xw_list ul li a:hover .side_sh{
		color:var(--subColor);
	}
	
	/* 1201 */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 320px) and (max-width:359px){html{font-size:32px !important;} }
@media (min-width: 360px) and (max-width:374px){html{font-size:36px !important;} }
@media (min-width: 375px) and (max-width:383px){html{font-size:37.5px !important;} }
@media (min-width: 384px) and (max-width:413px){html{font-size:38.4px !important;} }
@media (min-width: 414px) and (max-width:447px){html{font-size:41.4px !important;} }
@media (min-width: 448px) and (max-width:479px){html{font-size:44.8px !important;} }
@media (min-width: 480px) and (max-width:511px){html{font-size:48px !important;} }
@media (min-width: 512px) and (max-width:543px){html{font-size:51.2px !important;} }
@media (min-width: 544px) and (max-width:575px){html{font-size:54.4px !important;} }
@media (min-width: 576px) and (max-width:607px){html{font-size:57.6px !important;} }
@media (min-width: 608px) and (max-width:639px){html{font-size:60.8px !important;} }
@media (min-width: 640px) and (max-width:1200px){html{font-size:60.8px !important;} }

@media screen and (max-width:1199px){
	.pd_150{
		padding:1.7rem;
	}
	.pd_tb150{
		padding:1.7rem 0;
	}
	.pd_t150{
		padding-top:1.7rem;
	}
	.pd_b150{
		padding-bottom:1.7rem;
	}
	.pd_120{
		padding:1.4rem;
	}
	.pd_tb120{
		padding:1.4rem 0;
	}
	.pd_t120{
		padding-top:1.4rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1.2rem;
	}
	.pd_tb100{
		padding:1.2rem 0;
	}
	.pd_t100{
		padding-top:1.2rem;
	}
	.pd_b100{
		padding-bottom:1.2rem;
	}
	.pd_80{
		padding:1rem;
	}
	.pd_tb80{
		padding:1rem 0;
	}
	.pd_t80{
		padding-top:1rem;
	}
	.pd_b80{
		padding-bottom:1rem;
	}
	.pd_70{
		padding:.9rem;
	}
	.pd_tb70{
		padding:.9rem 0;
	}
	.pd_t70{
		padding-top:.9rem;
	}
	.pd_b70{
		padding-bottom:.9rem;
	}
	.pd_60{
		padding:.8rem;
	}
	.pd_tb60{
		padding:.8rem 0;
	}
	.pd_t60{
		padding-top:.8rem;
	}
	.pd_b60{
		padding-bottom:.8rem;
	}
	.pd_50{
		padding:.7rem;
	}
	.pd_tb50{
		padding:.7rem 0;
	}
	.pd_t50{
		padding-top:.7rem;
	}
	.pd_b50{
		padding-bottom:.7rem;
	}
	.pd_40{
		padding:.6rem;
	}
	.pd_tb40{
		padding:.6rem 0;
	}
	.pd_t40{
		padding-top:.6rem;
	}
	.pd_b40{
		padding-bottom:.6rem;
	}
	.pd_30{
		padding:.5rem;
	}
	.pd_tb30{
		padding:.5rem 0;
	}
	.pd_t30{
		padding-top:.5rem;
	}
	.pd_b30{
		padding-bottom:.5rem;
	}
	.pd_20{
		padding:.4rem;
	}
	.pd_tb20{
		padding:.4rem 0;
	}
	.pd_t20{
		padding-top:.4rem;
	}
	.pd_b20{
		padding-bottom:.4rem;
	}
	.pd_15{
		padding:.35rem;
	}
	.pd_tb15{
		padding:.35rem 0;
	}
	.pd_t15{
		padding-top:.35rem;
	}
	.pd_b15{
		padding-bottom:.35rem;
	}
	.pd_10{
		padding:.2rem;
	}
	.pd_tb10{
		padding:.2rem 0;
	}
	.pd_t10{
		padding-top:.2rem;
	}
	.pd_b10{
		padding-bottom:.2rem;
	}
	.mg_t150{
		margin-top:1.7rem;
	}
	.mg_b150{
		margin-bottom:1.7rem;
	}
	.mg_t100{
		margin-top:1.2rem;
	}
	.mg_b100{
		margin-bottom:1.2rem;
	}
	.mg_tb80{
		margin:1rem 0;
	}
	.mg_t80{
		margin-top:1rem;
	}
	.mg_b80{
		margin-bottom:1rem;
	}
	.mg_tb70{
		margin:.9rem 0;
	}
	.mg_t70{
		margin-top:.9rem;
	}
	.mg_b70{
		margin-bottom:.9rem;
	}
	.mg_tb60{
		margin:.8rem 0;
	}
	.mg_t60{
		margin-top:.8rem;
	}
	.mg_b60{
		margin-bottom:.8rem;
	}
	.mg_tb50{
		margin:.7rem 0;
	}
	.mg_t50{
		margin-top:.7rem;
	}
	.mg_b50{
		margin-bottom:.7rem;
	}
	.mg_tb40{
		margin:.6rem 0;
	}
	.mg_t40{
		margin-top:.6rem;
	}
	.mg_b40{
		margin-bottom:.6rem;
	}
	.mg_tb30{
		margin:.5rem 0;
	}
	.mg_t30{
		margin-top:.5rem;
	}
	.mg_b30{
		margin-bottom:.5rem;
	}
	.mg_tb20{
		margin:.4rem 0;
	}
	.mg_t20{
		margin-top:.4rem;
	}
	.mg_b20{
		margin-bottom:.4rem;
	}
	.mg_tb15{
		margin:.3rem 0;
	}
	.mg_t15{
		margin-top:.3rem;
	}
	.mg_b15{
		margin-bottom:.3rem;
	}
	.mg_tb10{
		margin:.2rem 0;
	}
	.mg_t10{
		margin-top:.2rem;
	}
	.mg_b10{
		margin-bottom:.2rem;
	}
	
	.menu{
		position:fixed;
		top:0;
		right:calc((100vw - var(--centerWidth)) / 2 - 11px);
		width:44px;
		height:var(--headerHeight);
		z-index:10405;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu > i {
		position: absolute;
		width: 24px;
		height: 2px;
		top: 50%;
		left:10px;
		background-color:#fff;
		pointer-events:auto;
		transition-property:transform;
		transition-duration: .35s;
		transition-delay: .35s;
	}
	.menu > i:before, .menu > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top:0;
		left: 50%;
		background-color:#fff;
		content: "";
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -7px);
				transform: translate(-50%, -7px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 7px);
				transform: translate(-50%, 7px);
	}
	.menu_bg{
		position:fixed;
		width:100vw;
		height:0;
		top:0;
		left:0;
		z-index:800;
		background:#fff;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header-m-open .menu_bg{
		height:100vh;
	}
	input.hamburger{
		height:0;
		display:none;
	}
	.header-m-open label.menu > i {
		background-color: transparent;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		background-color:var(--curColor);
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		background-color:var(--curColor);
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg);
	}
 
 
	.header-m-open.header_box{
		z-index:1402;
		/* box-shadow:none; */
	}
	
	.header-m-open .nav_box{
		top:0;
		opacity:1;
	}
	
	/* ~~~~~~~~~~~~~~~~~~ */
	.wow_list li:nth-of-type(1),
	.wow_list li:nth-of-type(2),
	.wow_list li:nth-of-type(3),
	.wow_list li:nth-of-type(4),
	.wow_list li:nth-of-type(5),
	.wow_list li:nth-of-type(6),
	.wow_list li:nth-of-type(7),
	.wow_list li:nth-of-type(8),
	.wow_list li:nth-of-type(9),
	.wow_list li:nth-of-type(10){
		-webkit-animation-delay:.2s;
		animation-delay:.2s;
	}
	
	header,body,html{
		width:100vw !important;
	}
	
	body{
		overflow-x:hidden;
	}
	body.active{
		overflow:hidden;
	}
	:root{
		--centerWidth:90vw;
		--xqycenterWidth:var(--centerWidth);
		--headerHeight:60px;
	}
	
	/* header */
	.header_box{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:900;
		padding-top:0;
	}
	.header_box .center_box{
		width:var(--centerWidth);
	}
	.header_box .subnav1 .center_box{
		width:100%;
	}
	.header_box > .center_box{
		height:var(--headerHeight);
		width:92vw;
	}
	.header_box .logo img{
		max-height:34px;
		max-width:50vw;
	}
	.header_box.out,
	.header_box.scr{
		transform:translateY(0);
		opacity:1;
	}
	.header_box .header_r{
		margin-right:45px;
	}
	.header_height{
		height:var(--headerHeight);
	}
	
	
	.nav_box{
		position:fixed;
		width:100%;
		height:100vh;
		top:-100vh;
		left:0;
		z-index:9997;
		opacity:0;
		color:var(--curColor);
		background:#fff;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		transition:top .3s,opacity .3s;
		overflow-y:auto;
	}
	.nav_box>ul{
		width:92%;
		padding:5vh 0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-direction:column;
		flex-direction:column;
		overflow:hidden;
	}
	.nav_box>ul>li{
		padding:2vh 0;
		margin-right:0;
		border-bottom:solid 1px rgba(0,0,0,.1);
		height:auto;
		display:block;
		position:relative;
		font-size:16px;
	}
	.nav_box>ul>li + li{
		margin-left:0;
	}
	.nav_box>ul>li>a{
		color:#191919;
		display:block;
		padding:1vh 10px;
		position:static;
		height:auto;
		text-align:left;
	}
	.nav_box>ul>li.has_subnav>a{
		display:inline-block;
	}
	.nav_box>ul>li.active>a{
		color:var(--curColor);
		background:none;
	}
	.nav_box>ul>li>a:before{
		display:none;
	}
	.nav_box>ul>li>a:after{
		content:"";
		position:absolute;
		right:10px;
		top:calc(3vh + 10px);
		width:8px;
		height:8px;
		margin-top:-4px;
		border-right:2px solid #ccc;
		border-top:2px solid #ccc;
		transform:rotate(45deg);
		pointer-events:none;
	}
	.nav_box>ul>li.active>a:after{
		border-color:var(--redColor1);
	}
	.nav_box>ul>li.current.has_subnav>a:after{
		transform:rotate(135deg);
	}
	.nav_box > ul > li > a .nav_dec{
		display:none;
	}
	
	nav>ul>li.has_subnav>a:before{
		content:"";  
		position:absolute;
		border-left:solid 6px transparent;
		border-right:solid 6px transparent;
		border-top:solid 6px #ccc;
		top:50%;
		margin-top:-3px;
		right:0;
	}
	nav>ul>li.has_subnav.current>a:before{
		border-top-color:#c19b76;
	}
	nav ul>li .subnav{
		position:static;
		width:100%;
		border-top:none;
		box-shadow:none;
	    transform: perspective(300px) scaleY(0) translateZ(30px);
	    visibility: hidden;
	    opacity: 0; 
	    transform-origin: top;
	    transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
		max-height:0;
		margin-left:0;
		padding:0 20px;
	}
	
	nav ul>li.current .subnav{
	    transform: perspective(300px) scaleY(1) translateZ(0);
	    visibility: visible;
	    opacity: 1;
		max-height:460px;
	}
	nav ul>li .subnav li a{
		text-align:left;
	}
	.nav_box>ul>li>a:after{
		top:calc(3vh + 11px);
		transition:all .35s;
	}
	
	/* 列表翻页 */
	.list_pages .pagination > *{
		display:none !important;
	}
	.list_pages .pagination li.pg_prev,
	.list_pages .pagination li.pg_next{
		display:inline-block !important;
	}
	.list_pages .pagination .disabled{
		opacity:.6;
	}
	
	/* 内容翻页 */
	.ipn_page .ipn_return{
		display:none;
	}
	.ipn_page .inner_pnpage>a span,
	.ipn_page .inner_pnpage>a p,
	.ipn_page .ipn_return span{
		font-size:15px;
	}
	.ipn_page .inner_pnpage>a p{
		max-width:calc(var(--centerWidth) - 62px);
	}
	
	/* 当前位置 */
	.inner_loc span{
		max-width:calc(var(--centerWidth) - 168px);
	}
	
	/* banner */
	.banner_box .cbre-c-homeHero{
		background:var(--curColor);
	}
	
	/* 页脚 */
	.footer_box .footer_top .footer_logo img{
		max-width:45vw;
		max-height:34px;
	}
	
	/* banner滚动缩小 */
	.scr_banner{
		clip-path:none !important;
	}
	.scr_banner img{
		transform:none !important;
	}
	
	/* 物业服务页 */
	.wyfw_swiper1 .wyfw_ss .wyfw_txt{
		padding-bottom:0;
	}
	.wyfw_s3 .wyfw_con .wyfw_cl .wyfw_sh{
		margin-top:0;
	}
	.wyfw_s3 .swiper-button.swiper-button-bz.swiper-button-prev{
		right:var(--swbtnSize);
	}
	.wyfw_s3 .swiper-button.swiper-button-bz.swiper-button-next{
		right:0;
		left:auto;
	}
	
	/* 新闻列表页 */
	.xw_list{
		--dateWidth:0px;
	}
	.xw_list .xw_ss{
		padding-left:var(--pd);
	}
	.xw_list .xw_ss .xw_date1{
		display:none;
	}
	.xw_list .xw_ss .xw_sr .xw_date{
		display:block;
	}
	.xw_list .xw_ss .xw_sr .xw_txt{
		padding-left:0;
	}
	
	/* 新闻详情页 */
	.xqy_box1 .xqy_r{
		display:none;
	}
	.xqy_box1 .xqy_l{
		width:100%;
	}
	
	/* 关于我们页 */
	.gywm_s1 .gywm_txt{
		padding:0;
	}
	
}

@media screen and (max-width:895px){
	/* banner */
	.banner_box .cbre-c-homeHeroSlide__link{
		background:none;
		backdrop-filter:none;
	}
	.banner_box .cbre-c-homeHero__slides{
		height:auto !important;
	}
	
	/* 页脚 */
	.footer_box .footer_top{
		display:none;
	}
	
	/* 关于我们页 */
	.hy_scr{
		position:relative;
	}
	.hy_scr .hy_img{
		height:calc(1080 / 1920 * 100vw);
		position:static;
	}
	.hy_scr::after{
		display:none;
	}
	.hy_scr .hy_txt{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:-webkit-box;
		display:flex;
		-webkit-align-items:center;
		align-items:center;
	}
	
	
}

@media screen and (max-width:767px){
	/* header */
	.header_box .header_tel .header_num{
		display:none;
	}
	.header_box .logo img{
		max-width:45vw;
	}
	.header_box .header_rr{
		margin-left:0;
	}
	
	/* banner */
	.banner_box .cbre-c-homeHeroSlide__link-title{
		font-size:.7rem;
		margin-block-end:0;
	}
	.banner_box .cbre-c-line{
		height:2px;
		margin-top:.3rem;
	}
	.banner_box .cbre-c-homeHeroSlide__link-descrip{
		font-size:.38rem;
		margin-top:.3rem;
	}
	.banner_box .cbre-c-homeHeroSlide__link-descrip p{
		width:100% !important;
	}
	.banner_box .cbre-c-homeHero__indicator{
		transform:scale(.8);
		margin:0;
	}
	
	/* 标题1 */
	.bz_tit1 .bz_h{
		font-size:1.8em;
	}
	
	/* 商办租赁 */
	.sbzl_swiper .swiper-container{
		margin-left:-10vw;
		margin-right:-10vw;
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap ul{
		--gapLeft:calc(.6rem / var(--beishu2));
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws .sbzl_sw{
		display:none;
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws .sbzl_xx{
		font-size:calc(.46rem / var(--beishu2));
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap{
		padding:calc(.4rem / var(--beishu2));
	}
	
	/* 物业服务 */
	.wyfw_box .wyfw_con{
		--col:2;
		--iconSize1:.9rem;
	}
	.wyfw_box .wyfw_con .wyfw_ss .wyfw_txt{
		font-size:.34rem;
	}
	
	.gywm_box .center_box{
		-webkit-align-items:stretch;
		align-items:stretch;
		width:100%;
	}
	.gywm_box .gywm_l,
	.gywm_box .gywm_r{
		width:100%;
	}
	.gywm_box .gywm_l{
		position:relative;
		z-index:3;
		padding:1rem 5vw;
	}
	.gywm_box .gywm_r{
		margin-left:-100%;
		height:auto;
		border-radius:0;
	}
	.gywm_box .gywm_r::after{
		content:"";
		position:absolute;
		z-index:2;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(255,255,255,.8);
	}
	.gywm_box .gywm_r img{
		transform:none !important;
		width:100%;
		height:100%;
		object-fit:cover;
		position:static;
	}
	.gywm_box .gywm_l .gywm_txt{
		font-size:.38rem;
	}
	
	/* 新闻中心 */
	.xw_box .xw_con{
		--lWidth:var(--centerWidth);
		--imgHeight:calc(300 / 500 * var(--lWidth));
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xw_box .xw_r{
		width:100%;
		margin-top:.8rem;
	}
	.xw_box .xw_ss .xw_txt .xw_sh{
		font-size:.4rem;
		max-width:calc(100% - 40px);
	}
	.xw_box .xw_ss .bz_more1{
		margin-right:0;
		transform:scale(.8);
		opacity:1;
	}
	.xw_box .xw_r .xw_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xw_box .xw_r .xw_ss .xw_date{
		font-size:.36rem;
	}
	.xw_box .xw_r .xw_ss .xw_txt{
		width:100%;
		margin-top:.1rem;
	}
	.xw_box .xw_l .xw_sd{
		font-size:.36rem;
	}
	
	/* 页脚 */
	.footer_box .footer_mid .center_box{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.footer_box .footer_mid .footer_info{
		width:100%;
		max-width:none;
		--iconSize:calc(2em + 1px);
	}
	.footer_box .footer_mid .footer_qr{
		margin-left:calc(-1 * var(--qrGap));
		margin-top:.5rem;
	}
	.footer_box .footer_mid .footer_info .footer_xx ul li .footer_sw{
		width:calc(100% - 0.625em - var(--iconSize));
	}
	.footer_box .footer_bot{
		line-height:1.8;
	}
	.footer_box .footer_bot .footer_bl > *{
		display:block;
	}
	.footer_box .footer_bot .footer_by{
		float:left;
		clear:both;
	}
	
	/* 商办租赁页 */
	.sbzl_swiper2 .sbzl_bot{
		--txtGap:.6rem;
	}
	.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wrap{
		padding:.4rem;
	}
	.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot .sbzl_sw{
		display:none;
	}
	.sbzl_swiper2 .sbzl_bot .sbzl_st .sbzl_wbot .sbzl_xx{
		padding-bottom:0;
		border-bottom:none;
		font-size:.44rem;
	}
	.sbzl_swiper2 .sbzl_top{
		--gap:6px;
	}
	.sbzl_swiper2 .sbzl_bot{
		--gap:10px;
	}
	
	/* 物业服务页 */
	.wyfw_swiper1{
		--col:2;
		--gap:10px;
	}
	.wyfw_title .wyfw_jt .swiper-button.swiper-button-bz{
		--swbtnSize:40px;
	}
	.wyfw_title .wyfw_jt .swiper-button + .swiper-button{
		margin-left:.5em;
	}
	.wyfw_s3 .wyfw_con{
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.wyfw_s3 .wyfw_con .wyfw_cl,
	.wyfw_s3 .wyfw_con .wyfw_cr{
		width:100%;
	}
	.wyfw_s3 .swiper-button.swiper-button-bz{
		--swbtnSize:40px;
	}
	.wyfw_s3 .wyfw_con .wyfw_cl{
		margin-top:.5rem;
	}
	
	/* 新闻列表页 */
	.xw_list{
		--imgWidth:var(--centerWidth);
	}
	.xw_list .xw_ss{
		padding:0;
	}
	.xw_list .xw_ss .xw_sr{
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.xw_list .xw_ss .xw_sr .xw_txt{
		padding:var(--pd);
		width:100%;
		font-size:.36rem;
	}
	.xw_list .xw_ss .xw_sr .xw_txt .xw_sw{
		margin-top:.7em;
	}
	.xw_list .xw_ss .xw_sr .xw_date{
		margin-top:.7em;
	}
	.xw_list .xw_ss .xw_sr .xw_txt .bz_more1{
		display:none;
	}
	
	/* 列表翻页 */
	.list_pages .pagination li a,
	.list_pages .pagination li span{
		height:42px;
		line-height:40px;
		font-size:16px;
	}
	
	/* 新闻详情页 */
	.xqy_container .xqy_title .xqy_h{
		font-size:.52rem;
	}
	.xqy_container .xqy_title .xqy_info{
		--itemGap:.6rem;
	}
	
	
	/* 关于我们页 */
	.hy_scr .hy_txt,
	.gywm_s1 .gywm_tit{
		font-size:.6rem;
	}
	
	
	/* 766 */
}

@media screen and (min-width:768px) and (max-width:1199px){
	.pd_150{
		padding:1.5rem;
	}
	.pd_tb150{
		padding:1.5rem 0;
	}
	.pd_t150{
		padding-top:1.5rem;
	}
	.pd_b150{
		padding-bottom:1.5rem;
	}
	.pd_120{
		padding:1.2rem;
	}
	.pd_tb120{
		padding:1.2rem 0;
	}
	.pd_t120{
		padding-top:1.2rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1rem;
	}
	.pd_tb100{
		padding:1rem 0;
	}
	.pd_t100{
		padding-top:1rem;
	}
	.pd_b100{
		padding-bottom:1rem;
	}
	.pd_80{
		padding:.8rem;
	}
	.pd_tb80{
		padding:.8rem 0;
	}
	.pd_t80{
		padding-top:.8rem;
	}
	.pd_b80{
		padding-bottom:.8rem;
	}
	.pd_70{
		padding:.7rem;
	}
	.pd_tb70{
		padding:.7rem 0;
	}
	.pd_t70{
		padding-top:.7rem;
	}
	.pd_b70{
		padding-bottom:.7rem;
	}
	.pd_60{
		padding:.6rem;
	}
	.pd_tb60{
		padding:.6rem 0;
	}
	.pd_t60{
		padding-top:.6rem;
	}
	.pd_b60{
		padding-bottom:.6rem;
	}
	.pd_50{
		padding:.5rem;
	}
	.pd_tb50{
		padding:.5rem 0;
	}
	.pd_t50{
		padding-top:.5rem;
	}
	.pd_b50{
		padding-bottom:.5rem;
	}
	.pd_40{
		padding:.4rem;
	}
	.pd_tb40{
		padding:.4rem 0;
	}
	.pd_t40{
		padding-top:.4rem;
	}
	.pd_b40{
		padding-bottom:.4rem;
	}
	.pd_30{
		padding:.3rem;
	}
	.pd_tb30{
		padding:.3rem 0;
	}
	.pd_t30{
		padding-top:.3rem;
	}
	.pd_b30{
		padding-bottom:.3rem;
	}
	.pd_20{
		padding:.2rem;
	}
	.pd_tb20{
		padding:.2rem 0;
	}
	.pd_t20{
		padding-top:.2rem;
	}
	.pd_b20{
		padding-bottom:.2rem;
	}
	.pd_15{
		padding:.15rem;
	}
	.pd_tb15{
		padding:.15rem 0;
	}
	.pd_t15{
		padding-top:.15rem;
	}
	.pd_b15{
		padding-bottom:.15rem;
	}
	.mg_t150{
		margin-top:1.5rem;
	}
	.mg_b150{
		margin-bottom:1.5rem;
	}
	.mg_t100{
		margin-top:1rem;
	}
	.mg_b100{
		margin-bottom:1rem;
	}
	.mg_tb80{
		margin:.8rem 0;
	}
	.mg_t80{
		margin-top:.8rem;
	}
	.mg_b80{
		margin-bottom:.8rem;
	}
	.mg_tb70{
		margin:.7rem 0;
	}
	.mg_t70{
		margin-top:.7rem;
	}
	.mg_b70{
		margin-bottom:.7rem;
	}
	.mg_tb60{
		margin:.6rem 0;
	}
	.mg_t60{
		margin-top:.6rem;
	}
	.mg_b60{
		margin-bottom:.6rem;
	}
	.mg_tb50{
		margin:.5rem 0;
	}
	.mg_t50{
		margin-top:.5rem;
	}
	.mg_b50{
		margin-bottom:.5rem;
	}
	.mg_tb40{
		margin:.4rem 0;
	}
	.mg_t40{
		margin-top:.4rem;
	}
	.mg_b40{
		margin-bottom:.4rem;
	}
	.mg_tb30{
		margin:.3rem 0;
	}
	.mg_t30{
		margin-top:.3rem;
	}
	.mg_b30{
		margin-bottom:.3rem;
	}
	.mg_tb20{
		margin:.2rem 0;
	}
	.mg_t20{
		margin-top:.2rem;
	}
	.mg_b20{
		margin-bottom:.2rem;
	}
	.mg_tb15{
		margin:.15rem 0;
	}
	.mg_t15{
		margin-top:.15rem;
	}
	.mg_b15{
		margin-bottom:.15rem;
	}
	.mg_tb10{
		margin:.1rem 0;
	}
	.mg_t10{
		margin-top:.1rem;
	}
	.mg_b10{
		margin-bottom:.1rem;
	}
	
	:root{
		--headerHeight:70px;
	}
	
	.menu {
	    right: calc((100vw - var(--centerWidth)) / 2 - 24px);
	}
	
	/* header */
	.header_box .logo img{
		max-height:30px;
	}
	
	/* 标题1 */
	.bz_tit1 .bz_h{
		font-size:2em;
	}
	
	/* 商办租赁 */
	.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws .sbzl_sw{
		display:none;
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap{
		padding:calc(.3rem / var(--beishu2)) calc(.4rem / var(--beishu2));
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap .sbzl_ws .sbzl_xx{
		font-size:calc(.4rem / var(--beishu2))
	}
	.sbzl_swiper .sbzl_ss .sbzl_wrap ul{
		--gapLeft:calc(.6rem / var(--beishu2));
	}
	
	/* 页脚 */
	.footer_box{
		--qrGap:.5rem;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt{
		padding-top:0;
	}
	
	/* 商办租赁页 */
	.sbzl_swiper2 .sbzl_bot{
		--gap:20px;
	}
	
	/* 物业服务页 */
	.wyfw_swiper1{
		--col:3;
		--gap:20px;
	}
	
	/* 新闻列表页 */
	.xw_list{
		--pd:.4rem;
	}
	.xw_list .xw_ss .xw_sr .xw_date{
		margin-top:.4em;
	}
	.xw_list .xw_ss .xw_sr .xw_txt .xw_sw{
		margin-top:.4em;
	}
	
	
	/* 关于我们页 */
	.hy_scr .hy_txt,
	.gywm_s1 .gywm_tit{
		font-size:.54rem;
	}
	
	
	
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* banner */
	.banner_box .cbre-c-homeHeroSlide{
		padding-inline-end:0px;
		padding-inline-start:0px;
	}
	.banner_box .cbre-c-homeHeroSlide__content{
		padding-left:5vw;
		padding-right:5vw;
	}
	.banner_box .cbre-c-homeHeroSlide__link-title{
		font-size:.48rem;
		margin-bottom:0;
	}
	.banner_box .cbre-c-homeHeroSlide__link-descrip,
	.banner_box .cbre-c-line{
		font-size:.3rem;
		margin-top:.3rem;
	}
	.banner_box .cbre-c-homeHeroSlide__link-descrip p{
		width:100% !important;
	}
	
	/* 物业服务 */
	.wyfw_box .wyfw_con{
		--col:2;
		--iconSize1:calc(80 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 关于我们 */
	.gywm_box{
		--gap:.6rem;
	}
	.gywm_box .gywm_l .gywm_txt{
		margin-top:1.5em;
		font-size:16px;
	}
	.gywm_box .gywm_l .bz_more2{
		margin-top:2.5em;
	}
	
	/* 新闻中心 */
	.xw_box{
		--lWidth:calc(540 / var(--invarPx) * var(--centerWidth));
		--gap:calc(60 / var(--invarPx) * var(--centerWidth));
		--imgHeight:calc(200px + 100 / var(--invarPx) * var(--centerWidth))
	}
	.xw_box .xw_ss .bz_more1{
		display:none;
	}
	.xw_box .xw_ss .xw_txt .xw_sh{
		max-width:100%;
	}
	.xw_box .xw_r .xw_ss .xw_date{
		font-size:14px;
	}
	.xw_box .xw_ss .xw_txt .xw_sh{
		font-size:18px;
	}
	
	
}

@media screen and (min-width:896px) and (max-width:1199px){
	/* banner */
	.banner_box .cbre-c-homeHero__slides{
		height:calc(100vh - var(--headerHeight)) !important;
	}
	.banner_box .cbre-c-homeHeroSlide__content{
		display:flex;
		align-items:center;
		--contentWidth:calc(200px + 200 / var(--fullPx) * 100vw);
		width:var(--contentWidth);
	}
	
	/* 物业服务 */
	.wyfw_box .wyfw_con{
		--iconSize1:calc(70 / var(--invarPx) * var(--centerWidth))
	}
	
	/* 关于我们 */
	.gywm_box{
		--gap:.6rem;
	}
	.gywm_box .gywm_l .gywm_txt{
		font-size:16px;
	}
	
	/* 新闻中心 */
	.xw_box .xw_ss .xw_txt .xw_sh{
		max-width:100%;
	}
	
	/* 关于我们页 */
	.hy_scr .hy_img{
		top:var(--headerHeight);
	}
	.hy_scr .hy_txt,
	.gywm_s1 .gywm_tit{
		font-size:.7rem;
	}
	
	
}