@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	width: auto;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 16rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}

@font-face {
	font-family: "bebas";
	src:url("../fonts/BEBAS.otf") format("opentype"),
			url("../fonts/BEBAS.ttf") format("truetype"),
			url("../fonts/BEBAS.woff") format("woff");
}


/*首页*/
.banner_box .header{
	background: none;
}
.banner_box .header.on{
	background: #fff;
}
.banner_box .header.on .img01{
	display: none;
}
.banner_box .header.on .img02{
	display: block;
}
.banner_box .header.on .nav li{
	color: #121212;
}
.banner_box .header.on .nav i{
	background: #c5a283;
}
.banner_box .nav{
	margin-top: 0.24rem;
}
.banner_box .nav li{
	font-size: 0.18rem;
	line-height: 0.6rem;
	color: #fff;
}
.banner_box .nav i{
	background: #fff;
}
.banner_box .nav li:hover{
	color: #fff;
	font-weight: normal;
}
.banner_box .nav li.on{
	color: #fff;
	font-weight: normal;
}
.banner_box .nav li ul li{
	color: #333;
}
.banner_box .nav li ul li:hover{
	color: #c4a282;
	font-weight: bold;
}
.img01{
	display: none;
}
.banner_box .img01{
	display: block;
}
.banner_box .img02{
	display: none;
}
.header{
	width: 100%;
	height: 1rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 2.14rem;
	margin-top: 0.16rem;
}
.search_img{
	width: 0.24rem;
	height: 0.26rem;
	cursor: pointer;
	position: absolute;
	top: 0.43rem;
	right: 1.04rem;
}
.search_img img{
	width: 100%;
	height: 100%;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: right;
	margin-top: 0.09rem;
}
.nav li{
	float: left;
	padding: 0 0.34rem;
	line-height: 0.92rem;
	color: #121212;
	position: relative;
}
.nav i{
	width: 0.34rem;
	height: 0.03rem;
	display: block;
	background: #c5a283;
	margin: 0 auto;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li:hover{
	color: #c4a282;
	font-weight: bold;
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li.on{
	color: #c4a282;
	font-weight: bold;
}
.nav li ul{
	margin-top: -0.03rem;
	position: absolute;
	left: 0;
	z-index: 9;
	width: 100%;
	border-top: solid 0.03rem #c5a283;
	background: #fff;
	transform: scale(0,0);
	transition: all 0.6s;
	transform-origin:center top;
}
.nav li:hover ul{
	transform: scale(1,1);
}
.nav li ul li{
	width: 100%;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 0.6rem;
	color: #333;
	font-weight: normal;
}
.nav li ul li:hover{
	color: #c4a282;
	font-weight: bold;
}

.banner_box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner{
	width: 100%;
	position: relative;
	animation: scale 2s;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes scale {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.banner .swiper-pagination{
	bottom: 0.27rem;
}
.banner .swiper-pagination-bullet{
	width: 0.43rem;
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	background: url(../images/ind_03.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	margin: 0 0.05rem !important;
	color: rgba(255, 255, 255, 0);
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.bn_yuan{
	width: 0.52rem;
	height: 0.52rem;
	background: url(../images/ind_01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 1.6rem;
	bottom: 0.8rem;
	z-index: 2;
}
.bn_en{
	width: 1.19rem;
	height: 1.19rem;
	background: url(../images/ind_02.png) no-repeat;
	background-size: 100% 100%;
	animation: xuanzhuan 10s linear infinite;
	position: absolute;
	top: -0.35rem;
	left: -0.35rem;
}
@-webkit-keyframes xuanzhuan {
	0% {
		-webkit-transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(360deg);
	}
}

.about_bg{
	width: 100%;
	height: 7.68rem;
	padding-top: 1.44rem;
	background: url(../images/ind_05.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 7.45rem;
}
.about_tit{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.38rem;
	text-transform: uppercase;
	margin-bottom: 0.7rem;
}
.about_tit h1{
	color: #666;
	font-family: Arial;
	font-size: 0.18rem;
	font-weight: normal;
}
.about_tit h2{
	color: #121212;
	font-size: 0.5rem;
	line-height: 0.7rem;
	margin-bottom: 0.07rem;
}
.about{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.36rem;
	height: 1.44rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.68rem;
}
.about_more{
	width: 1.66rem;
	height: 0.49rem;
	line-height: 0.49rem;
	text-align: center;
	background: #ba997a;
	color: #fff;
	font-size: 0.16rem;
}
.about_more a{
	display: block;
}
.about_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #9f7854;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	transition: all 0.6s;
}
.about_more:hover::before {
	width: 100%;
}
.about_list{
	float: right;
	width: 6.36rem;
	margin-top: 0.38rem;
}
.about_list ul{
	margin-right: -1.16rem;
}
.about_list li{
	float: left;
	width: 2.6rem;
	margin: 0 1.16rem 0.9rem 0;
}
.about_list h1{
	font-weight: normal;
}
.about_list h1 b{
	font-family: "bebas";
	font-size: 0.63rem;
	color: #ba997a;
	line-height: 0.94rem;
}
.about_list h1 span{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.6rem;
	vertical-align: middle;
	padding-left: 0.12rem;
}
.about_list h2{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.58rem;
	font-weight: normal;
}

.lou{
	width: 100%;
}
.lou li{
	float: left;
	width: 25%;
	height: 9.25rem;
	position: relative;
	overflow: hidden;
}
.lou img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lou_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.lou_bg{
	width: 100%;
	height: 100%;
	background: #ba997a;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
}
.lou_con{
	width: 100%;
	padding: 0 0.8rem;
	color: #fff;
	position: absolute;
	top: 0.78rem;
	left: 0;
	z-index: 5;
}
.lou_num{
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.2);
	line-height: 1.28rem;
	font-family: Impact;
}
.lou_tit{
	font-size: 0.22rem;
	line-height: 0.38rem;
	text-transform: uppercase;
	margin-bottom: 0.77rem;
}
.lou_tit h1{
	font-size: 0.4rem;
	line-height: 0.58rem;
	font-weight: normal;
}
.lou_tit h1 span{
	font-size: 0.2rem;
}
.lou_tit div{
	font-family: Arial;
}
.lou_jia{
	line-height: 0.76rem;
	font-size: 0.5rem;
	height: 3.05rem;
}
.lou_txt{
	width: 80%;
	line-height: 0.3rem;
	height: 2.7rem;
	font-size: 0.16rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	white-space: normal;
	display: none;
	margin-bottom: 0.35rem;
}
.lou li:hover .lou_txt{
	display: block;
}
.lou li:hover .lou_jia{
	display: none;
}
.lou_more{
	width: 1.66rem;
	height: 0.49rem;
	line-height: 0.49rem;
	text-align: center;
	font-size: 0.16rem;
	position: absolute;
	left: 0.8rem;
	bottom: 1.82rem;
	z-index: 5;
  overflow: hidden;
  display: inline-block;
  transition: 0.4s;
}
.lou_more::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}
.lou_more::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0.2rem;
  height: 0.02rem;
  background: #fff;
}
.lou_more span{
	display: inline-block;
	position: relative;
	z-index: 2;
}
.lou_more a {
  transition: 0.6s;
  position: relative;
  width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.4);
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
  font-weight: bold;
	display: block;
}
.lou_more a::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: -0.01rem;
  width: 0.02rem;
  height: 0.1rem;
  background: #fff;
}
.lou_more a::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -0.01rem;
  right: -0.01rem;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}
.lou_more:hover {
  background: #fff;
  transition-delay: 0.6s;
}
.lou_more:hover::before {
  height: 100%;
}
.lou_more:hover::after {
  width: 100%;
}
.lou_more:hover a {
  color: #fff;
  transition-delay: 0.6s;
}
.lou_more:hover a::before {
  height: 100%;
}
.lou_more:hover a::after {
  width: 100%;
}
.lou_more.color::before {
  background: #fff;
}
.lou_more.color::after {
  background: #fff;
}
.lou_more.color a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.lou_more.color a::before {
  background: #fff;
}
.lou_more.color a::after {
  background: #fff;
}
.lou_more.color:hover {
  background: #fff;
}
.lou_more.color:hover a {
  color: #a06d3d;
}

.business_bg{
	width: 100%;
	height: 10.25rem;
	padding-top: 1.3rem;
	background: url(../images/ind_10.png) no-repeat left bottom #f6f6f6;
	overflow: hidden;
}
.business_tit{
	width: 100%;
	text-align: center;
	line-height: 0.6rem;
	color: #666;
	font-size: 0.38rem;
	text-transform: uppercase;
	margin-bottom: 1.46rem;
}
.business_tit h1{
	color: #121212;
	font-size: 0.48rem;
	line-height: 0.74rem;
}
.business_tit div{
	font-weight: lighter;
}
.business_box{
	position: relative;
}
.business_left{
	float: left;
	width: 7rem;
	position: relative;
	z-index: 2;
}
.business_en{
	color: #b4956f;
	font-size: 0.56rem;
	line-height: 0.68rem;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}
.business_tt{
	color: #7d4e1d;
	font-size: 0.48rem;
	font-weight: bold;
	line-height: 0.8rem;
	margin: 0.27rem 0 0.34rem;
}
.business_txt{
	width: 6.2rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	text-align: justify;
}
.business_map{
	width: 8.7rem;
	position: absolute;
	top: 0;
	right: -0.18rem;
}
.business_map img{
	width: 100%;
	height: 4.65rem;
}
.yuan{
	width: 0.14rem;
	height: 0.14rem;
	background: #6a3b10;
	border-radius: 50%;
	position: absolute
}
.waiyuan{
	width: 0.24rem;
	height: 0.24rem;
	border-radius: 50%;
	background: rgba(106, 59, 16, 0.6);
	animation: scaleAnimate 2s linear infinite;
  opacity: 0;
	position: absolute;
	top: -0.05rem;
	left: -0.05rem;
}
@keyframes scaleAnimate {
  0% {
      transform: scale(1);
      opacity: 0;
  }

  50% {
      transform: scale(1.4);
      opacity: 0.8;
  }

  100% {
      transform: scale(1.8);
      opacity: 0;
  }
}
.y01{
	top: 1.15rem;
	left: 3.43rem;
	/* top: 1.4rem;
	right: 2.1rem; */
}
.y02{
	top: 2.18rem;
	left: 3.25rem;
	/* bottom: 1.8rem;
	right: 2.06rem; */
}
.y03{
	bottom: 1.67rem;
	left: 4.15rem;
	/* bottom: 0.9rem;
	right: 1.16rem; */
}
.busline{
	position: absolute;
	z-index: 2;
}
.line01{
	width: 1.47rem;
	height: 0.19rem;
	background: url(../images/ind_12.png) no-repeat;
	background-size: 100% 100%;
	top: -0.12rem;
	left: 0.08rem;
}
.line02{
	width: 1.75rem;
	height: 1.33rem;
	background: url(../images/ind_13.png) no-repeat;
	background-size: 100% 100%;
	top: 0.07rem;
	right: 0.07rem;
}
.line03{
	width: 0.75rem;
	height: 0.28rem;
	background: url(../images/ind_14.png) no-repeat;
	background-size: 100% 100%;
	top: 0.07rem;
	left: 0.07rem;
}
.bus_add{
	width: 1.9rem;
	padding-left: 0.32rem;
	font-size: 0.22rem;
	line-height: 0.36rem;
	font-family: Arial;
	position: absolute;
	z-index: 3;
}
.add01{
	background: url(../images/ind_15.png) no-repeat left center;
	background-size: 0.22rem 0.26rem;
	top: 0.1rem;
	left: -0.2rem;
}
.add02{
	background: url(../images/ind_15.png) no-repeat left center;
	background-size: 0.22rem 0.26rem;
	top: -0.34rem;
	left: -0.1rem;
}
.add03{
	background: url(../images/ind_15.png) no-repeat left center;
	background-size: 0.22rem 0.26rem;
	top: -0.3rem;
	left: -0.5rem;
}
.bus_txt{
	width: 2.5rem;
	color: #7d4915;
	font-size: 0.18rem;
	line-height: 0.28rem;
	position: absolute;
	z-index: 5;
}
.bus_txt h1{
	color: #121212;
	font-size: 0.22rem;
	line-height: 0.32rem;
}
.txt01{
	top: -0.3rem;
	left: 1.65rem;
}
.txt02{
	top: 1.35rem;
	left: -3rem;
	/* top: 1.25rem;
	left: -3.8rem; */
}
.txt03{
	top: 0.15rem;
	left: 0.95rem;
}

.dev_box{
	width: 100%;
	height: 13.1rem;
	overflow: hidden;
	position: relative;
}
.dev_tm{
	width: 100%;
	height: 100%;
	background: rgba(2, 15, 40, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.dev_top_box{
	width: 100%;
	position: absolute;
	top: 0.7rem;
	left: 0;
	z-index: 3;
}
.dev_tit{
	width: 100%;
	text-align: center;
	line-height: 0.54rem;
	color: #cfcece;
	font-size: 0.38rem;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
}
.dev_tit h1{
	color: #fff;
	font-size: 0.48rem;
	line-height: 0.8rem;
}
.dev_tit div{
	font-weight: lighter;
}
.dev_topbox{
	width: 98%;
	padding-left: 3rem;
	position: relative;
	/* margin-bottom: 0.62rem; */
}
.dev_topimg{
	width: 2.96rem;
	height: 1.67rem;
	background: url(../images/ind_20.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0.22rem;
}
.dev_line{
	width: 100%;
	height: 0.07rem;
	background: #b19074;
	position: absolute;
	top: 1.67rem;
	left: 0;
}
.dev_line::before{
	transition: 1.2s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.07rem;
  background: #8b592a;
}
.dev_topbox:hover .dev_line::before{
  width: 100%;
}
.dev_line div{
	width: 0.19rem;
	height: 0.17rem;
	background: url(../images/ind_18.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.05rem;
	right: -0.1rem;
}
.dev_top{
	width: 100%;
	height: 4.34rem;
}
.dev_top .swiper-slide{
	width: 1.4rem !important;
	height: 1.67rem;
	cursor: pointer;
	transition: all 0.6s;
}
.dev_top .swiper-slide:nth-child(even){
	margin: 0 -0.6rem 0 0.8rem;
}
.dev_top .swiper-slide:nth-child(4n+3) .dev_con{
	height: 1.22rem;
	margin-top: 0.45rem;
}
.dev_top .swiper-slide:nth-child(4n+4) .dev_con{
	height: 1.22rem;
	margin-top: 0.45rem;
}
.dev_top .swiper-slide:hover{
	/* margin-top: -0.29rem;
	height: 1.96rem; */
	transform: translateY(-0.15rem);
}
.dev_top .swiper-slide:nth-child(even):hover .dev_con{
	transform: translateY(0.25rem);
}
.dev_top .swiper-slide:nth-child(4n+3):hover .dev_con{
	/* margin-top: 0.58rem; */
	transform: translateY(-0.15rem);
}
.dev_top .swiper-slide:nth-child(4n+4):hover .dev_con{
	/* margin-top: 0.58rem; */
	transform: translateY(0.25rem);
}
.dev_con{
	width: 100%;
	height: 1.38rem;
	padding: 0.16rem 0 0 0.12rem;
	border-left: solid 0.01rem #b19074;
	color: #bdbcbc;
	position: relative;
	margin-top: 0.29rem;
	transition: all 0.6s;
}
.dev_con h1{
	color: #b19074;
	font-size: 0.2rem;
	line-height: 0.28rem;
}
.dev_con .txt{
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.84rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.dev_jiao{
	width: 0.15rem;
	height: 0.14rem;
	background: url(../images/ind_19.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.dev_bot{
	width: 100%;
}
.dev_bot .swiper-slide{
	background: url(../images/ind_17.jpg) no-repeat center top; background-size: cover;
	padding-top: 7.3rem;
	height: 13.1rem;
}
.dev_list{
	width: 15.45rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 3;
}
.dev_list ul{
	display: flex;
	justify-content: center;
	margin-right: -0.86rem;
}
.dev_list li{
	width: 3.18rem;
	height: 3.89rem;
	border: solid 0.1rem #d9b993;
	margin-right: 0.86rem;
	position: relative;
	overflow: hidden;
}
.dev_list li:nth-child(odd){
	margin: 0.79rem 0.86rem 0 0;
}
.dev_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.dev_list li:hover img {
	transform: scale(1.1);
}
.dev_list .txt{
	width: 90%;
	text-align: right;
	line-height: 0.22rem;
	color: #fff;
	font-size: 0.15rem;
	position: absolute;
	right: 5%;
	bottom: 0.07rem;
	z-index: 1;
}
.dev_list .txt h1{
	font-size: 0.18rem;
	line-height: 0.28rem;
	font-weight: normal;
}

.news_bg{
	width: 100%;
	min-height: 9.25rem;
	padding: 1.08rem 0;
	background: url(../images/ind_25.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.news_top{
	margin-bottom: 0.68rem;
}
.news_title{
	float: left;
	color: #fff;
	font-size: 0.38rem;
	line-height: 0.58rem;
}
.news_title h1{
	font-size: 0.48rem;
	line-height: 0.8rem;
}
.news_title div{
	font-weight: lighter;
}
.news_bg .lou_more{
	float: right;
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 0.2rem;
}
.news_more{
	float: right;
	width: 0.75rem;
	height: 0.75rem;
}
.news_more img{
	width: 100%;
	height: 100%;
}
.news{
  width: 100%;
  margin-bottom: 0.4rem;
}
.news_pic{
  width: 100%;
  height: 3.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.news_pic img{
  width: 100%;
  height: 100%;
	transition: all 0.6s;
}
.news_pic:hover .news_pic_bg{
	transform: scale(1,1);
}
.news_tt{
  color: #fff;
  font-weight: bold;
  font-size: 0.26rem;
  height: 0.66rem;
  line-height: 0.66rem;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.3rem;
}
.news_bot{
  height: 0.3rem;
  position: relative;
}
.news_bot .swiper-pagination{
  width: 94%;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.news_bot .swiper-pagination-progressbar-fill{
	background: #fff;
}
.news_bot .swiper-button-next, .news_bot .swiper-button-prev{
  height: 0.3rem;
  top: 0;
  left: auto;
}
.news_bot .swiper-button-next{
  right: 0;
}
.news_bot .swiper-button-prev{
  right: 0.5rem;
}
.news_bot .swiper-button-next:after, .news_bot .swiper-button-prev:after{
  color: #fff;
  font-size: 0.3rem;
}

.foot_bg{
	width: 100%;
	background: #272626;
}
.foot_top{
	padding: 0.5rem 0 0.22rem;
}
.f_left{
	float: left;
	width: 3.85rem;
}
.f_logo{
	width: 2.14rem;
	margin-bottom: 0.42rem;
}
.f_con{
	color: #fff;
}
.f_con li{
	margin-bottom: 0.18rem;
}
.f_con img{
	float: left;
	width: 0.27rem;
	height: 0.27rem;
	margin-right: 0.1rem;
}
.f_con_r{
	float: left;
	width: 90%;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.f_con_r div{
	display: inline-block;
}
.f_con_r div:first-child{
	font-weight: bold;
}
.f_tel{
	font-size: 0.22rem;
}
.f_nav{
	float: left;
}
.f_nav li{
	float: left;
	width: 1.37rem;
	text-align: center;
	line-height: 0.56rem;
	color: #fff;
	font-size: 0.18rem;
}
.f_nav i{
	display: block;
	width: 0.4rem;
	height: 0.01rem;
	background: #939393;
	margin: 0 auto;
}
.f_nav li ul{
	width: 100%;
	padding-top: 0.08rem;
}
.f_nav li ul li{
	float: none;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.36rem;
}
.f_nav li ul li:hover{
	color: #fff;
}
.f_right{
	float: right;
	width: 2.38rem;
}
.f_right h1{
	color: #fff;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.54rem;
	margin-bottom: 0.05rem;
}
.share{
	width: 100%;
}
.share ul{
	display: flex;
	justify-content: space-between;
}
.share li{
	float: left;
	width: 0.48rem;
	height: 0.48rem;
	position: relative;
}
.share img{
	width: 100%;
	height: 100%;
}
.share li:hover .code_bg{
	display: block;
}
.code_bg{
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	position: absolute;
	top: 0.63rem;
	left: -0.35rem;
	display: none;
}
.code_bg img{
	width: 1.12rem;
	height: 1.12rem;
	margin: 0.04rem;
}
.code_jiao{
	width: 0.07rem;
	height: 0.03rem;
	background: url(../images/ind_34.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.03rem;
	left: 50%;
	transform: translateX(-50%);
}
.copyright{
	border-top: solid 0.01rem #525151;
	padding: 0.1rem 0;
	line-height: 0.36rem;
	color: #fff;
	font-size: 0.14rem;
}
.copyright .fl{
	opacity: 0.7;
}


/* 地产布局 */
.main_bn{
	width: 100%;
	position: relative;
	margin-top: 1rem;
}
.main_bn img{
	width: 100%;
}
.bn_text{
	width: 100%;
	color: #fff;
	line-height: 0.42rem;
	font-size: 0.28rem;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
}
.bn_text h1{
	font-size: 0.54rem;
	line-height: 0.8rem;
}
.bn_text div{
	font-family: Arial;
}

.path_bg{
	width: 100%;
	background: #fff;
	border-top: solid 0.01rem #e8e8e8;
	border-bottom: solid 0.01rem #e8e8e8;
}
.path{
	float: left;
	width: 50%;
	line-height: 0.74rem;
	background: url(../images/path.png) no-repeat left center;
	background-size: 0.18rem 0.23rem;
	padding-left: 0.32rem;
	color: #333;
	font-size: 0.18rem;
}
.type{
	float: right;
	height: 0.74rem;
}
.type li{
	float: left;
	line-height: 0.74rem;
	color: #666;
	font-size: 0.18rem;
	margin-right: 0.7rem;
}
.type li:last-child{
	margin: 0;
}
.type li.on{
	color: #c4a282;
}
.dev_bg{
	width: 100%;
	background: #f0f0f0;
	padding: 0.76rem 0 1.12rem;
	overflow: hidden;
}
.dev_bg .dev_tit{
	color: #666;
}
.dev_bg .dev_tit h1{
	color: #121212;
}
.dev_bg .dev_con{
	color: #454545;
}
.dev_bot02{
	width: 15.45rem;
	margin: 0 auto;
}
.dev_bot02 .swiper-slide{
	background: #f0f0f0;
	height: 5rem;
}
.dev_bot02 .dev_list{
	width: 100%;
	text-align: center;
}


/* 旗下公司 */
.gray{
	background: #f6f6f6;
}
.com_box{
	padding: 1.17rem 0 0.95rem;
}
.com_box .business_tit{
	margin-bottom: 0.86rem;
}
.com_list{
	width: 100%;
	padding-bottom: 0.35rem;
}
.com_list ul{
	margin-right: -2%;
}
.com_list li{
	float: left;
	/* width: 23%; */
	height: 1rem;
	background: #fff;
	border-radius: 0.05rem;
	color: #333;
	font-weight: bold;
	font-size: 0.24rem;
	padding: 0 0.2rem;
	margin: 0 2% 0.3rem 0;
	position: relative;
	overflow: hidden;
}
.com_list a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	position: relative;
	z-index: 2;
}
.com_listimg{
	width: 0.34rem;
	height: 0.34rem;
	display: inline-block;
	position: relative;
	margin-right: 0.16rem;
}
.com_listimg img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.com_list li:hover{
	background: #c4a282;
	color: #fff;
}
.com_list li.on{
	background: #c4a282;
	color: #fff;
}
.a02{
	display: none;
}
.com_list li:hover .a01{
	display: none;
}
.com_list li:hover .a02{
	display: block;
}
.com_list li.on .a01{
	display: none;
}
.com_list li.on .a02{
	display: block;
}
.com_listbg{
	width: 6rem;
	height: 1.1rem;
	background: url(../images/com_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 2.88rem;
	z-index: 1;
	transition: all 1.5s;
}
.com_list li:hover .com_listbg{
	left: -1rem;
}
.com{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
}
.com img{
	display: inline-block;
}
.com h1{
	color: #333;
	font-size: 0.3rem;
	line-height: 0.56rem;
	font-weight: normal;
	margin-bottom: 0.33rem;
}


/* 新闻中心 */
.news_box{
	padding: 1.17rem 0 0.67rem;
}
.news_box .business_tit{
	margin-bottom: 0.6rem;
}
.news_scroll{
	width: 100%;
	position: relative;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	margin-bottom: 0.67rem;
}
.news_scroll .swiper-slide{
	background: #fff;
}
.news_scroll .swiper-pagination {
  width: 45%;
  text-align: left;
  padding: 0 0.7rem;
  left: auto;
  right: 0;
  bottom: 0.47rem;
}
.news_scroll .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  border-radius: 0;
  margin: 0 0.1rem 0 0;
	background: #bc9a7c;
	opacity: 0.2;
}
.news_scroll .swiper-pagination-bullet-active{
	opacity: 1;
}
.news_img{
  float: left;
  width: 55%;
  height: 5.12rem;
  overflow: hidden;
}
.news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.news_r{
	float: left;
	width: 45%;
	padding: 1.07rem 0.48rem 0 0.48rem;
}
.news_date{
	font-size: 0.18rem;
	color: #333;
	line-height: 0.32rem;
}
.news_date span{
	color: #999;
	font-family: Arial;
}
.news_tit{
	color: #333;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.74rem;
	height: 0.74rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.news_text{
  color: #666;
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.47rem;
}
.news_m{
	line-height: 0.52rem;
	height: 0.52rem;
	background: url(../images/news_03.png) no-repeat left;
	background-size: 0.52rem 0.52rem;
	height: 0.52rem;
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
}
.news_m a{
	display: inline-block;
	text-indent: 0.8rem;
}
.news_list{
	width: 100%;
}
.news_list ul{
	margin-right: -0.32rem;
}
.news_list li{
	float: left;
	width: 5.12rem;
	margin: 0 0.32rem 0.32rem 0;
}
.news_listpic{
	width: 100%;
	height: 3.23rem;
	overflow: hidden;
}
.news_listpic img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.news_list li:hover .news_listpic img {
	transform: scale(1.1);
}
.news_listbot{
	width: 100%;
	height: 1.94rem;
	background: #fff;
	padding: 0.18rem 0.3rem;
}
.news_listbot .tit{
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	height: 0.44rem;
	line-height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_listbot .date{
	color: #999;
	font-size: 0.18rem;
	line-height: 0.34rem;
	font-family: Arial;
	margin-bottom: 0.06rem;
}
.news_listbot .txt{
	color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.page{
  width: 100%;
  text-align: center;
  padding-top: 0.45rem;
}
.page a{
  width: 0.43rem;
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  display: inline-block;
  border: solid 0.01rem #d9d9d9;
  background: #fff;
	color: #666;
  margin: 0 0.02rem;
}
.page span a:hover{
  background: #bc9a7c;
  color: #fff;
}
.page a.on{
  background: #bc9a7c;
  color: #fff;
}
.page a.page_arrow{
  font-family: 宋体;
  color: #000;
	background: #f0f1f3;
}


/* 新闻详情 */
.xw_box{
	padding: 0.56rem 0 0.52rem;
}
.xw_top{
	border-bottom: solid 0.01rem #e2e2e2;
	padding-bottom: 0.36rem;
	margin-bottom: 0.7rem;
}
.xw_tit{
	color: #121212;
	font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.68rem;
	margin-bottom: 0.14rem
}
.xw_date{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
}
.xw_date img{
	width: 0.3rem;
	height: 0.26rem;
	vertical-align: middle;
	display: inline-block;
	margin-right: 0.12rem;
}
.xw_date div{
	float: left;
}
.xw_date div:first-child{
	margin-right: 0.6rem;
}
.xw_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.32rem;
}
.xw_txt img{
	display: inline-block;
}
.fanye{
	width: 100%;
	border-top: dashed 0.01rem #dadada;
	padding-top: 0.26rem;
	margin-top: 0.4rem;
}
.fanye ul{
	margin-right: -4%;
}
.fanye li{
	float: left;
	width: 46%;
	color: #c4a282;
	font-weight: bold;
	font-size: 0.16rem;
	line-height: 0.38rem;
	height: 0.38rem;
	margin-right: 4%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:last-child{
	text-align: right;
}
.fanye a{
	color: #333;
	font-weight: normal;
}


/* 关于我们 */
.about_bg02{
	width: 100%;
	height: 10.25rem;
	background: url(../images/about_01.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding-top: 1.16rem;
}
.about_bg02 .content{
	overflow: hidden;
}
.about_pic{
	float: right;
	width: 7.73rem;
	height: 5.63rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_bg02 .about_list{
	width: 100%;
	padding-left: 0.74rem;
}
.about_bg02 .about_list ul{
	margin-right: 0;
	display: flex;
	justify-content: space-between;
}
.about_bg02 .about_list li{
	float: left;
	width: 2.77rem;
	margin: 0;
}

.culture_box{
	padding-top: 0.98rem;
	overflow: hidden;
}
.culture_box .business_tit{
	margin-bottom: 0.6rem;
}
.culture{
  width: 100%;
}
.culture ul{
  margin-right: -0.3rem;
}
.culture li{
  float: left;
  width: 5.13rem;
  height: 7.06rem;
  position: relative;
  margin-right: 0.3rem;
}
.culture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_bg{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.culture li:hover .culture_con{
	top: 45%;
	transform: translateY(-45%);
}
.culture_con{
	width: 96%;
	text-align: center;
  color: #fff;
  line-height: 0.34rem;
  font-size: 0.18rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2%;
	z-index: 2;
	transition: all 0.6s;
}
.culture_con img{
  width: 0.91rem;
  height: 0.91rem;
  margin: 0 auto 0.26rem;
}
.culture_con h1{
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin-bottom: 0.14rem;
}

.founder_box{
	padding-top: 1.37rem;
	overflow: hidden;
}
.founder_box .business_tit{
	margin-bottom: 0.82rem;
}
.founder_pic{
	float: left;
	width: 50%;
	height: 8.11rem;
	position: relative;
}
.founder_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.founder_line{
	width: 96%;
	height: 95%;
	border: solid 0.01rem #fff;
	position: absolute;
	top: 2.55%;
	left: 2%;
	z-index: 1;
}
.founder_right{
	float: left;
	width: 50%;
	height: 8.11rem;
	background: url(../images/about_10.jpg) no-repeat center bottom #c4a282;
	padding: 1.14rem 1.6rem 0.6rem 0.66rem;
	color: #fff;
}
.founder_tt{
	border-bottom: solid 0.01rem #d6d6d6;
	padding-bottom: 0.27rem;
	line-height: 0.64rem;
	font-size: 0.46rem;
	font-weight: bold;
	margin-bottom: 0.58rem;
}
.founder_tt span{
	font-size: 0.18rem;
	padding-left: 0.18rem;
	font-weight: normal;
	opacity: 0.67;
}
.founder_txt{
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
}
.zwj{
	width: 1.05rem;
	float: right;
	margin-top: 0.84rem;
}
.zwj img{
	width: 100%;
}

.honor_bg{
	background: linear-gradient(to bottom, #fbfcfd, #e7edf5);
	padding: 1.46rem 0 1.82rem;
	overflow: hidden;
}
.honor_bg .business_tit{
	margin-bottom: 1.28rem;
}
.honor_list .honor_pic{
	height: 3.9rem;
	margin-top: 0.7rem;
}
.honor_list .honor_pic img{
	height: 3rem;
}
.honor_list .swiper-slide-prev .honor_pic{
	height: 4.7rem;
	margin-top: 0.3rem;
}
.honor_list .swiper-slide-prev .honor_pic img{
	height: 3.6rem;
}
.honor_list .swiper-slide-next .honor_pic{
	height: 4.7rem;
	margin-top: 0.3rem;
}
.honor_list .swiper-slide-next .honor_pic img{
	height: 3.6rem;
}
.honor_list .swiper-slide-active .honor_pic{
	width: 3.6rem;
  height: 4.96rem;
	margin: 0;
}
.honor_list .swiper-slide-active .honor_pic img{
  width: 2.52rem;
  height: 3.8rem;
}
.honor_pic{
  width: 3.6rem;
  height: 4.96rem;
  background: url(../images/about_12.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.honor_pic img{
  width: 2.52rem;
  height: 3.8rem;
  margin: 0 auto;
}


/* 联系我们 */
.contact_box{
	padding: 1.2rem 0 1.02rem;
}
.contact_box .content{
	overflow: hidden;
}
.contact_box .business_tit{
	margin-bottom: 0.86rem;
}
.contact_left{
	float: left;
	width: 4.91rem;
	height: 5.58rem;
	background: #fff;
  padding: 0.48rem 0.32rem;
}
.contact{
  width: 100%;
}
.contact li{
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.56rem;
}
.contact li:last-child{
  padding: 0;
}
.contact li:first-child{
  border-bottom: solid 0.01rem #ececec;
  padding-bottom: 0.24rem;
  margin-bottom: 0.28rem;
}
.contact img{
  float: left;
  width: 0.29rem;
  height: 0.29rem;
  margin: 0.1rem 0.14rem 0 0;
}
.contact_txt{
  float: left;
  width: 80%;
}
.con_tt{
  color: #121212;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.con_tel{
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.44rem;
  font-style: italic;
}
.map{
  float: right;
  width: 10.35rem;
  height: 5.58rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}


/* 业务领域-地产开发 */
.estate_box{
	padding: 1.2rem 0 0.67rem;
}
.estate_box .business_tit{
	margin-bottom: 0.93rem;
}
.estate_list{
	width: 100%;
}
.estate_list ul{
	margin-right: -0.32rem;
}
.estate_list li{
	float: left;
	width: 5.12rem;
	margin: 0 0.32rem 0.35rem 0;
}
.estate_pic{
	width: 100%;
	height: 3.6rem;
	overflow: hidden;
}
.estate_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.estate_list li:hover .estate_pic img {
	transform: scale(1.1);
}
.estate_txt{
	width: 100%;
	text-align: center;
	height: 0.82rem;
	line-height: 0.82rem;
	color: #333;
	font-size: 0.26rem;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.estate_list li:hover .estate_txt{
	color: #fff;
	background: #c4a282;
}


/* 业务领域-地产开发-详情 */
.xmshow_bg{
	width: 100%;
	padding-top: 1.27rem;
	background: url(../images/ind_10.png) no-repeat left bottom #f6f6f6;
	position: relative;
	overflow: hidden;
}
.xmshow_box{
	width: 100%;
	position: absolute;
	top: 1.05rem;
	left: 0;
}
.xmshow_left{
	float: left;
	width: 6.7rem;
}
.xmshow_tit{
	color: #121212;
	font-size: 0.34rem;
	line-height: 0.78rem;
	position: relative;
	margin-bottom: 0.86rem;
}
.xmshow_tit i{
	width: 0.65rem;
	height: 0.01rem;
	background: #000;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.xmshow_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.34rem;
	text-align: justify;
}
.xmshow_list{
	float: right;
	width: 53%;
}
.xmshow_list .swiper-slide{
	height: 6.62rem;
}
.xmshow_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xmshow_list .swiper-button-next{
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/yewu_03.png) no-repeat;
	background-size: 100% 100%;
	right: 28%;
	transform: translateY(-50%);
}
.xmshow_list .swiper-button-next:after{
	display: none;
}
.video_btn{
	width: 0.61rem;
	height: 0.61rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	cursor: pointer;
}
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.video-a2{
  position:absolute;
  width:0.5rem;
  height:0.5rem;
  background:url(../images/close.png);
  background-size:100% 100%;
  right: calc(50% - 1000px / 2 - 100px );
  top: calc(1000px/16*2);
  cursor: pointer;
}
.video-a3{
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video-a3 iframe,.video-a3 video{
  width: 100% !important;
  height: 100%;
}

.xmint_box{
	padding: 0.82rem 0 1.1rem;
	overflow: hidden;
}
.xmint_box .xmshow_tit{
	margin-bottom: 0.42rem;
}
.xmint_txt{
	color: #454545;
	font-size: 0.18rem;
	line-height: 0.4rem;
	text-align: justify;
	margin-bottom: 0.66rem;
}
.xmint_type{
	width: 100%;
}
.xmint_type li{
	float: left;
	color: #666;
	font-size: 0.34rem;
	line-height: 0.8rem;
	height: 0.8rem;
	margin-right: 0.62rem;
	cursor: pointer;
	position: relative;
}
.xmint_type i{
	width: 0.65rem;
	height: 0.01rem;
	background: #000;
	display: block;
	margin: 0 auto;
	transform: scale(0,0);
	transition: all 0.6s;
}
.xmint_type li:hover{
	color: #121212;
}
.xmint_type li:hover i{
	transform: scale(1,1);
}
.xmint_type li.on i{
	transform: scale(1,1);
}
.xmint_type li.on{
	color: #121212;
}
.xmint_list{
	width: 100%;
}
.xmint_list .swiper-slide{
	height: 3.6rem;
	cursor: pointer;
}
.xmint_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xmint_con{
	padding-top: 0.7rem;
	position: relative;
}
.xmint_con .swiper-button-next,.xmint_con .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	background: #fff;
	border-radius: 50%;
	top: 55%;
	transform: translateY(-55%);
}
.xmint_con .swiper-button-next{
	right: 0.15rem;
}
.xmint_con .swiper-button-prev{
	left: 0.15rem;
}
.xmint_con .swiper-button-next:after,.xmint_con .swiper-button-prev:after{
	color: #000;
	font-size: 0.2rem;
}
.xmint_tt{
	width: 80%;
	text-align: right;
	line-height: 0.4rem;
	height: 0.4rem;
	padding: 0 0.2rem;
	color: #fff;
	background: linear-gradient(to right, rgba(12,12,12,0), rgba(12,12,12,0.7));
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* 业务领域-物管服务 */
.wuguan_bg{
	width: 100%;
	padding: 1.08rem 0 0.64rem;
	background: url(../images/ind_05.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.wuguan_bg .about_tit{
	margin-bottom: 0.45rem;
}
.wuguan_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.36rem;
	text-align: justify;
	margin-bottom: 0.8rem;
}
.scope_box{
	padding: 1.26rem 0 0.54rem;
	overflow: hidden;
}
.scope_box .business_tit{
	margin-bottom: 0.8rem;
}
.scope{
	width: 100%;
}
.scope .swiper-slide{
	width: 25%;
	height: 6.33rem;
	transition: all 0.6s;
}
.scope img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.scope .swiper-slide:hover{
	width: 38%;
}
.scope_tm{
	width: 100%;
	height: 1.6rem;
	background: linear-gradient(to bottom, rgba(12,12,12,0), rgba(12,12,12,0.7));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.scope_txt{
	width: 86%;
	color: #fff;
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 1.14rem;
	height: 1.14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 7%;
	bottom: 0;
	z-index: 3;
	transition: all 0.6s;
}
.scope_more{
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/ind_26.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 7%;
	bottom: -0.9rem;
	z-index: 3;
	transition: all 0.6s;
}
.scope .swiper-slide:hover .scope_tm{
	background: rgba(0, 0, 0, .5);
	height: 100%;
}
.scope .swiper-slide:hover .scope_txt{
	bottom: 1.88rem;
}
.scope .swiper-slide:hover .scope_more{
	bottom: 0.74rem;
}

.honor_box{
	width: 100%;
	min-height: 8.23rem;
	background: url(../images/yewu_07.jpg) no-repeat center bottom #f6f6f6;
	background-size: 100%;
	padding: 1.68rem 0 0.68rem;
	overflow: hidden;
}
.honor_con{
	width: 14.16rem;
	margin: 0 auto;
}
.honor_con .business_tit{
	text-align: left;
	line-height: 0.6rem;
	margin-bottom: 0.5rem;
}
.honor_con .business_tit h1{
	line-height: 0.76rem;
}
.honor_txt{
	width: 100%;
}
.honor_txt li{
	color: #454545;
	line-height: 0.5rem;
	font-size: 0.18rem;
	background: url(../images/yewu_08.png) no-repeat left 0.13rem;
	background-size: 0.22rem 0.27rem;
	padding-left: 0.42rem;
}


/* 招贤纳士 */
.talent_box{
	padding: 1.12rem 0;
	min-height: 7rem;
	overflow: hidden;
}
.talent_box .content{
	position: relative;
}
.talent_pic{
	width: 11.97rem;
	height: 6.02rem;
	border-radius: 0.2rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.talent_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.talent_pic:hover img {
	transform: scale(1.1);
}
.talent_bg{
	float: right;
	width: 8rem;
	min-height: 5.6rem;
	padding: 0.67rem 0.5rem 0.67rem 0.4rem;
	background: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	margin-top: 1.5rem;
	position: relative;
	z-index: 1;
}
.talent_bg i{
	width: 0.99rem;
	height: 0.04rem;
	display: block;
	background: #c4a282;
	position: absolute;
	top: 0.78rem;
	right: 1.08rem;
}
.talent_tit{
	color: #ddddde;
	font-size: 0.22rem;
	line-height: 0.36rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.34rem;
}
.talent_tit h1{
	color: #000;
	font-size: 0.44rem;
	line-height: 0.6rem;
}
.talent_txt{
	color: #454545;
	font-size: 0.17rem;
	line-height: 0.4rem;
	text-align: justify;
}

.jianli_box{
	min-height: 5.28rem;
	padding-bottom: 1.45rem;
	overflow: hidden;
	position: relative;
}
.jianli_pic{
	width: 100%;
	height: 5.28rem;
	position: absolute;
	top: 0;
	left: 0;
}
.jianli_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jianli_box .content{
	position: relative;
	z-index: 2;
}
.jianli_tit{
	color: #ddddde;
	font-size: 0.22rem;
	line-height: 0.32rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0.9rem 0 1rem;
}
.jianli_tit h1{
	color: #fff;
	font-size: 0.44rem;
	line-height: 0.62rem;
}
.jianli{
	width: 100%;
}
.jianli li{
	float: left;
	width: 33.33%;
	height: 2.32rem;
	background: #fff;
	padding: 0.5rem 0.3rem 0 0.8rem;
	position: relative;
}
.jianli li:nth-child(2){
	background: #c4a282;
}
.jianli li:nth-child(even) .jianli_num{
	opacity: 0.27;
}
.jianli li:nth-child(even) .jianli_con h1{
	color: #fff;
}
.jianli li:nth-child(2) .jianli_con i{
	background: #fff;
}
.jianli li:nth-child(2) .jianli_con div{
	color: #e8e8e8;
}
.jianli li:nth-child(4),.jianli li:nth-child(6){
	background: #a9a9a9;
}
.jianli li:nth-child(2) .jianli_con i{
	background: #fff;
}
.jianli li:nth-child(4) .jianli_con i,.jianli li:nth-child(6) .jianli_con i{
	background: #fff;
	opacity: 0.38;
}
.jianli li:nth-child(2) .jianli_con div{
	color: #e8e8e8;
}
.jianli li:nth-child(4) .jianli_con div,.jianli li:nth-child(6) .jianli_con div{
	color: #fff;
}
.jianli_num{
	color: #ececec;
	font-size: 0.88rem;
	line-height: 1.22rem;
	font-family: Impact;
	position: absolute;
	top: 0;
	left: 0.8rem;
}
.jianli_con{
	position: relative;
	z-index: 2;
}
.jianli_con h1{
	color: #333;
	font-size: 0.36rem;
	font-weight: normal;
	line-height: 0.74rem;
}
.jianli_con i{
	width: 0.36rem;
	height: 0.03rem;
	display: block;
	background: #c4a282;
	margin-bottom: 0.22rem;
}
.jianli_con div{
	color: #999896;
	font-size: 0.26rem;
	line-height: 0.42rem;
	font-family: Arial;
}

.office_box{
	padding-bottom: 1.2rem;
	min-height: 7rem;
	overflow: hidden;
}
.office_box .content{
	position: relative;
}
.office_pic{
	width: 11.97rem;
	height: 6.02rem;
	border-radius: 0.2rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.office_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.talent_pic:hover img {
	transform: scale(1.1);
}
.office_bg{
	float: left;
	width: 8rem;
	min-height: 5.6rem;
	padding: 0.67rem 0.5rem 0.67rem 0.7rem;
	background: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	margin-top: 1.5rem;
	position: relative;
	z-index: 1;
}
.office_bg i{
	width: 0.99rem;
	height: 0.04rem;
	display: block;
	background: #c4a282;
	position: absolute;
	top: 0.78rem;
	right: 0.8rem;
}


/* 招贤纳士-人才招聘 */
.join_box{
	padding: 1.2rem 0 0.85rem;
}
.join_box .business_tit{
	margin-bottom: 0.78rem;
}
.xz_box{
	width: 100%;
	height: 0.58rem;
	display: flex;
	justify-content: space-between;
}
.xz{
	width: 3.84rem;
}
.xz select{
	width: 100%;
	height: 0.58rem;
	border-radius: 0.05rem;
	overflow: hidden;
	cursor: pointer;
	padding: 0 0.22rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/join_04.png) no-repeat 94% center #c4a282;
	background-size: 0.16rem 0.08rem;
	border: none;
	color: #fff;
	font-size: 0.18rem;
}
.xz_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.65rem;
}
.join_list{
	width: 100%;
}
.join_list li{
	margin-bottom: 0.18rem;
}
.join_top{
	width: 100%;
	background: #fff;
	padding: 0.18rem 0.34rem 0.15rem;
	cursor: pointer;
}
.join_line{
	border-bottom: solid 0.01rem #e6e6e6;
	height: 0.66rem;
}
.join_tt{
	float: left;
	width: 90%;
	line-height: 0.66rem;
	color: #333;
	font-size: 0.22rem;
}
.join_top em{
	display: block;
	float: right;
	width: 0.36rem;
	height: 0.36rem;
	margin-top: 0.15rem;
	background: url(../images/join_05.png) no-repeat;
	background-size: 100% 100%;
}
.join_list li.on em{
	background: url(../images/join_06.png) no-repeat;
	background-size: 100% 100%;
}
.join_tb{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.66rem;
}
.j_w{
	float: left;
	width: 17%;
	padding-right: 2%;
}
.join_bot{
	width: 100%;
	background: #fff;
	padding: 0.13rem 0.34rem 0.34rem;
	display: none;
}
.join_tit{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: bold;
}
.join_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.38rem;
	margin-bottom: 0.44rem;
}
.join_email{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.38rem;
	padding-top: 0.23rem;
	border-top: solid 0.01rem #e0e0e0;
}


.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	width: 7rem;
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
}
.img_modal .img_modal_img img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
	padding: 0.5rem;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}

.img_modal02{
  position: fixed;
  width: 100%;
	height: 100% !important;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_show02{
  display: block;
}
.img_modal02 .img_modal_img02{
  width: 100%;
}
.img_modal02 .img_modal_img02 img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
	padding: 0.5rem;
}
.img_modal_header02{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header02 img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header02 img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}

.img_modal03{
  position: fixed;
  width: 100%;
	height: 100% !important;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_show03{
  display: block;
}
.img_modal03 .img_modal_img03{
  width: 100%;
}
.img_modal03 .img_modal_img03 img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
	padding: 0.5rem;
}
.img_modal_header03{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header03 img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header03 img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}