/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #666;
	background: #f5f5f5;
}

	body.head_on {
		overflow: hidden
	}

a {
	color: #666;
	transition: 0.3s;
}

	a:hover {
		color: #f60;
		text-decoration: none;
		cursor: pointer;
	}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1300px;
	margin: 0 auto;
}


*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--main-color: #1ac1b0;
	--main-color2: #1ac1b0;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




.header {
	position: relative;
	border-top: 2px solid var(--main-color);
	background: #fff;
}

.headList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 128px;
}

	.headList .logo {
		display: block;
	}

		.headList .logo img {
			max-height: 99px;
			width: auto;
		}

/*menu*/
.pc_menu {
	margin-left: 20px;
	margin-right: auto;
}

.menu {
	height: 65px;
	line-height: 65px;
}

	.menu ul li {
		float: left;
		position: relative;
	}

		.menu ul li dl {
			background: #fff;
			width: 100%;
			position: absolute;
			left: 50%;
			top: 65px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
			display: none;
			z-index: 9;
			transform: translateX(-50%);
			min-width: 150px;
		}

			.menu ul li dl dd {
				line-height: 40px;
				border-bottom: #ddd dotted 1px;
				position: relative;
			}

				.menu ul li dl dd a {
					font-size: 14px;
					color: #333;
					display: block;
				}

					.menu ul li dl dd a:hover {
						color: var(--main-color);
					}

	.menu a {
		font-size: 20px;
		color: #333;
		display: block;
		text-align: center;
		padding: 0 30px;
	}

		.menu a:hover {
			color: var(--main-color);
		}

a.menu_hover {
	color: var(--main-color);
}

.menu ul li.cur span a {
	background: var(--main-color);
	color: #fff;
}

.menu ul li dl dd dl {
	top: 0;
	left: 100%;
	transform: none;
	display: none;
}

.menu ul li dl dd:hover dl {
	display: block;
}


.hTel {
	font-size: 16px;
	color: #666;
}
.hTel .icon{width: 40px;height: 40px;border: 2px solid var(--main-color);border-radius: 50%;color: var(--main-color);font-size: 16px;margin-right: 10px;display: flex;justify-content: center;align-items: center;}
.hTel .icon i{}
.hTel .desc{}
.hTel .desc strong{font-size: 22px;color: var(--main-color2);font-weight: bold;}
.hTel .desc p{padding: 0;line-height: 1.2;margin-top: 5px;}


/*mMenu*/
.m_header {
	width: 100%;
}

.sp_header1 {
	height: 70px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: none;
	top: 0;
}

.sp_logo1 {
	float: left;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

	.sp_logo1 img {
		margin: auto;
		max-height: 50px;
	}

.sp_nav1 {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 25px
}

	.sp_nav1 span {
		display: block;
		background: #000;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

		.sp_nav1 span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav1 span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav1 span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se1 span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se1 span:nth-of-type(2) {
	width: 0
}

.sp_nav_se1 span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav1 {
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
	height: calc(100% - 70px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	display: none;
}

.nav_show1 {
	top: 70px;
}

.sjj_nav1 ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav1 ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav1 ul li .sjj_nav_i_se1 svg {
	transform: rotate(0deg)
}

.sjj_nav1 ul li {
	border-top: 1px #e4e8eb solid;
	position: relative;
	line-height: 45px;
	font-size: 16px
}

.sjj_nav1 > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav1 ul li ul {
	display: none
}

.sjj_nav1 ul li a {
	color: #333;
	width: 100%;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
}

	.sjj_nav1 ul li a:hover {
		color: #0188FB;
	}

.sjj_nav1 ul li ul li a {
	color: #333;
	display: block;
	text-align: left;
}

.sjj_nav1 ul li i svg {
	width: 25px;
	height: 25px;
	fill: #333;
}

.sjj_nav1 ul li .sjj_nav_i_se svg {
	fill: #333
}

.sjj_nav1 ul li ul li > ul {
	margin-left: 10px
}

.sjj_nav1 ul li ul li {
	border-top: none;
}

	.sjj_nav1 ul li ul li a {
		padding: 0 30px;
	}

/*swiper*/
.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
	font-size: 30px;
}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}

.jusBet {
	justify-content: space-between;
}

.jusCet {
	justify-content: center;
}

.jusEnd {
	justify-content: flex-end;
}

.aliTop {
	align-items: flex-start;
}

.aliCet {
	align-items: center;
}

.aliBtm {
	align-items: flex-end;
}

.img {
	font-size: 0px;
	overflow: hidden;
}

img {
	transition: 0.5s;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.bgfff {
	background: #fff !important;
}

.fff {
	color: #fff !important;
}

em {
	font-style: normal;
}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pt80 {
	padding-top: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt35 {
	margin-top: 35px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.textCet {
	text-align: center;
}

.textRight {
	text-align: right;
}

.pc_show {
}

.m_show {
	display: none;
}

.iTit {
}

.iTxt {
	font-size: 16px;
	color: #666;
	font-weight: 300;
}

.iLine i {
}

.hidden {
	overflow: hidden;
}

.comBg {
	background-size: cover;
	background-repeat: no-repeat;
}

.iVideo {
	width: 100%;
}

	.iVideo video {
		width: 100%;
	}

.iImg {
	width: 100%;
}

	.iImg img {
		width: 100%;
	}

/*-------------------------------------------*/

/*banner*/
.banner {
	width: 100%;
}

.bannerSwiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	transition: width ease 0.35s;
	border-radius: 20px;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background: var(--main-color);
	width: 20px;
}

.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	color: #fff;
}

.mainFull {
	width: 100%;
	padding: 20px 0;
}

.mainWarp {
	width: 100%;
}

.mainLeft {
	width: calc(100% - 355px);
}

.mainRight {
	width: 330px;
	margin-left: 25px;
}

.iSelect {
	width: 100%;
	border-bottom: 1px dashed #eee;
}

.iSelectTop {
	width: 100%;
	position: relative;
	background: var(--main-color);
	color: #fff;
	padding: 12px 40px;
	border-bottom: 1px solid #eee;
}

	.iSelectTop:before {
		position: absolute;
		left: 0;
		width: 20px;
		height: 100%;
		background: var(--main-color);
		top: 0;
		border-bottom: 1px solid #eee;
	}

	.iSelectTop .tit {
		margin-right: 20px;
	}

		.iSelectTop .tit span {
			display: inline-block;
			padding: 5px 10px;
			border: 1px solid #fff;
			font-size: 16px;
		}

	.iSelectTop .txt {
		font-size: 18px;
		padding-left: 0;
	}

.iSelectList {
	width: 100%;
	background: #fff;
	padding: 20px;
}

	.iSelectList .row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.iSelectList .filter-label {
		width: 40px;
		font-size: 16px;
		color: #000;
		font-weight: bold;
	}

	.iSelectList .filter-item {
		flex: 1;
	}

	.iSelectList ul li {
		display: inline-block;
		margin-bottom: 2px;
		word-break: break-all;
		word-wrap: break-word;
	}

		.iSelectList ul li a {
			color: #000;
			line-height: 22px;
			padding: 1px 9px;
			font-size: 16px;
			color: #000;
			font-weight: 300;
		}

			.iSelectList ul li a:hover {
				background: #efefef;
			}

		.iSelectList ul li.category a {
			background-color: #1ac1b0;
			border-radius: 0;
			color: #fff;
			line-height: 22px;
			padding: 1px 15px;
		}

		.iSelectList ul li.on a {
			background-color: #1ac1b0;
			color: #fff;
			padding: 1px 15px;
		}

.filterMore {
	border-top: .5px solid #dadada;
	text-align: center
}

	.filterMore .filter-panel-more {
		background-color: #fff;
		border: .5px solid #dadada;
		border-radius: 0 0 4px 4px;
		border-top: 0;
		color: #000;
		cursor: pointer;
		display: inline-block;
		font-size: 15px;
		margin-top: -1px;
		padding: 0 30px 5px;
		position: relative;
		vertical-align: top;
		z-index: 3
	}

		.filterMore .filter-panel-more:after {
			content: "";
			display: inline-block;
			height: 5px;
			margin-left: 10px;
			vertical-align: middle;
			width: 9px
		}

		.filterMore .filter-panel-more.expanded:after,
		.filterMore .filter-panel-more:after {
			background-image: url(../images/icon_down.png)
		}

		.filterMore .filter-panel-more.expanded:after {
			transform: rotate(180deg)
		}

.yanglao-list-item {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	padding: 20px 15px
}

.iSelectBox {
	width: 100%;
	height: 173px;
	overflow: hidden;
}

	.iSelectBox.active {
		height: auto;
	}

.index1 {
	width: 100%;
	background: #fff;
}

.i1List {
	width: 100%;
}

	.i1List ul li {
		border-bottom: 1px solid #efefef;
	}

	.i1List .part {
		display: flex;
		justify-content: space-between;
		padding: 20px 15px;
		background: #fff;
	}

		.i1List .part .img {
			height: 150px;
			transition: all .5s;
			width: 235px;
		}

			.i1List .part .img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.i1List .part .desc {
			width: calc(100% - 235px);
			padding: 0 20px;
		}

		.i1List .part .tit {
			font-size: 22px;
			color: #e67e22;
		}

			.i1List .part .tit:hover {
				color: var(--main-color);
			}

		.i1List .part .info {
			margin: 10px 0;
			font-size: 15px;
			color: #000;
			font-weight: 300;
		}

		.i1List .part .txt {
			flex: 1;
		}

			.i1List .part .txt span {
				display: inline-block;
				margin-right: 2px;
				margin-bottom: 5px;
			}

		.i1List .part .price {
			font-size: 14px;
			color: #000;
		}

			.i1List .part .price strong {
				font-size: 24px;
				color: #f44336;
				font-weight: normal;
			}

		.i1List .part .tag {
			margin-top: 10px;
		}

			.i1List .part .tag span {
				display: inline-block;
				padding: 3px 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				font-size: 14px;
				color: #6495ED;
				border: 1px solid #6495ED;
			}

				.i1List .part .tag span:nth-child(1) {
				}

				.i1List .part .tag span:nth-child(2) {
					color: #1AC1B0;
					border: 1px solid #1AC1B0;
				}

				.i1List .part .tag span:nth-child(3) {
					color: #AA8AFC;
					border: 1px solid #AA8AFC;
				}

				.i1List .part .tag span:nth-child(4) {
					color: #DB7093;
					border: 1px solid #DB7093;
				}

		.i1List .part:hover {
			background: #f6f6f6;
		}

			.i1List .part:hover .img img {
				transform: scale(1.1);
			}

			.i1List .part:hover .price {
				font-weight: bold;
			}

			.i1List .part:hover .tag span {
				font-weight: bold;
			}

.index2 {
	padding: 20px;
	background: #fff;
}

.i2Tit {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;
}

.i2List {
	width: 100%;
}

	.i2List ul li {
		height: 38px;
		line-height: 38px;
		margin-right: 20px;
		min-width: 100px;
		overflow: hidden;
	}

		.i2List ul li a {
			color: #757575;
			font-size: 15px;
		}

			.i2List ul li a:hover {
				color: var(--main-color);
			}

.mrTit {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

	.mrTit i {
		padding-right: 10px;
	}

.mrList1 {
	background: #fff;
	border: 1px solid #efefef;
	padding: 20px;
}

	.mrList1 ul li {
	}

	.mrList1 .part {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}

		.mrList1 .part .img {
			width: 60px;
			height: 60px;
		}

			.mrList1 .part .img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.mrList1 .part .desc {
			width: calc(100% - 60px);
			padding-right: 10px;
			display: flex;
			justify-content: space-between;
			padding-top: 5px;
		}

			.mrList1 .part .desc i {
				background: #efefef;
				border-radius: 2px;
				color: #34495e;
				display: inline-block;
				font-size: 14px;
				font-weight: 600;
				height: 18px;
				line-height: 18px;
				margin-right: 5px;
				text-align: center;
				width: 18px;
				vertical-align: middle;
			}

		.mrList1 .part .tit {
			color: #333;
			width: calc(100% - 22px);
			font-weight: 300;
			font-size: 14px;
			line-height: 25px;
			height: 50px;
		}

	.mrList1 ul li:nth-child(1) .desc i {
		background: #f44336;
		color: #fff;
	}

	.mrList1 ul li:nth-child(2) .desc i {
		background: #1ac1b0cc;
		color: #fff;
	}

	.mrList1 ul li:nth-child(3) .desc i {
		background: #1e90ffcc;
		color: #fff;
	}

	.mrList1 .part:hover {
		background: #f6f6f6;
	}

.footer {
	padding: 20px 0;
	font-size: 14px;
	color: #34495e;
	text-align: center;
	line-height: 1.8;
}

	.footer .wapper {
		max-width: 780px;
	}

	.footer p {
		padding: 0;
		line-height: 1.8;
	}

.fMenu {
	border-top: 1px solid var(--main-color);
	font-weight: 300;
}

	.fMenu ul li {
		display: inline-block;
	}

		.fMenu ul li:after {
			content: "▪";
			color: var(--main-color);
		}

		.fMenu ul li:last-child:after {
			display: none;
		}

	.fMenu a {
		display: inline-block;
		padding: 15px 30px;
		font-size: 18px;
		color: #000;
	}

		.fMenu a:hover {
			color: var(--main-color);
		}

.copyright a {
	color: var(--main-color);
}

.innerTit {
	font-size: 15px;
	color: #333;
	font-weight: 300;
}

	.innerTit strong {
		color: var(--main-color);
		font-weight: bold;
		font-size: 20px;
		vertical-align: middle;
	}

/*prodetail*/
.current a {
	font-size: 14px;
	color: #888;
	position: relative;
}

	.current a:after {
		content: ">";
		padding: 0 5px;
		color: #888;
	}

	.current a:last-child:after {
		display: none;
	}

.prodetail {
	width: 100%;
}

.prod1Top {
	position: relative;
}

.prod1Top .iImg{position: relative;text-align: center;z-index: 0;overflow: hidden;}
.prod1Top .iImg img{width: 100%;height: 100%;}
.prod1Top .iImg .img1{position: absolute;left: 0;top: 0;filter: blur(12px);z-index: 1;}
.prod1Top .iImg .img2{width: 80%;position: relative;z-index: 2;}


.prod1ImgList {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	padding: 10px 40px;
}

	.prod1ImgList ul li {
		width: 25%;
		padding: 5px;
	}

	.prod1ImgList .part1 {
		display: block;
		border: 1px solid #333;
		width: 100%;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.prod1ImgList .part1 img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.prod1ImgList .part1:hover {
			border-color: #ffff;
		}

.prod1Warp {
	width: 100%;
}

	.prod1Warp .left {
		width: 55%;
		padding: 20px 30px;
	}

		.prod1Warp .left .desc {
			margin: 20px 0;
		}

			.prod1Warp .left .desc .tit {
				font-size: 20px;
				color: #000;
				font-weight: bold;
			}

		.prod1Warp .left .tag {
			margin-top: 25px;
		}

			.prod1Warp .left .tag span {
				display: inline-block;
				padding: 3px 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				font-size: 14px;
				color: #6495ED;
				border: 1px solid #6495ED;
			}

				.prod1Warp .left .tag span:nth-child(1) {
				}

				.prod1Warp .left .tag span:nth-child(2) {
					color: #1AC1B0;
					border: 1px solid #1AC1B0;
				}

				.prod1Warp .left .tag span:nth-child(3) {
					color: #AA8AFC;
					border: 1px solid #AA8AFC;
				}

				.prod1Warp .left .tag span:nth-child(4) {
					color: #DB7093;
					border: 1px solid #DB7093;
				}

		.prod1Warp .left .time {
			margin-top: 10px;
			font-size: 16px;
			color: #888;
			font-weight: 300;
		}

	.prod1Warp .right {
		width: 40%;
		padding: 0 30px;
		max-width: 450px;
	}

	.prod1Warp .box {
		background: rgba(255,255,255,0.8);
		padding: 20px;
		border-radius: 0 30px 0 0;
		box-shadow: 0 3px 6px #00000020;
		position: relative;
		top: -100px;
	}

		.prod1Warp .box .price {
			color: #34495e;
			font-size: 15px;
		}

			.prod1Warp .box .price strong {
				font-size: 32px;
				color: #f44336;
			}

		.prod1Warp .box .txt {
			color: #666;
			font-size: 14px;
			margin: 20px 0;
		}

			.prod1Warp .box .txt a {
				font-weight: bold;
				color: var(--main-color);
			}

			.prod1Warp .box .txt strong {
				color: #34495e;
				font-weight: normal;
				font-size: 25px;
				/*display: block;*/
				margin-top: 10px;
			}

		.prod1Warp .box .btn {
			margin-top: 20px;
		}

			.prod1Warp .box .btn a {
				background-color: #fff;
				border: 1px solid #f44336;
				color: #f44336;
				display: block;
				text-align: center;
				line-height: 42px;
			}

.prod1Warp2 {
	width: 100%;
	padding-bottom: 45px;
}

	.prod1Warp2 .left {
		width: 75%;
		padding: 0 30px;
	}

	.prod1Warp2 .right {
		width: 24%;
		padding: 0 30px;
		position: relative;
	}

.prod1Tit {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

	.prod1Tit:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 8px;
		height: 20px;
		background: var(--main-color);
		content: "";
	}

.prod1Warp2 .list {
	font-size: 16px;
	color: #888;
	font-weight: 300;
}

	.prod1Warp2 .list ul li {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 10px 0;
	}

	.prod1Warp2 .list .verifyed {
		color: #e67e22;
	}

	.prod1Warp2 .list i {
		font-style: normal;
		display: block;
		width: 70px;
		margin-right: 20px;
	}

	.prod1Warp2 .list span {
		flex: 1;
	}

.apartment-info {
	display: block;
	padding-top: 50px;
	right: 50px;
	text-align: center;
	top: 0;
	position: absolute;
}

.imgContain {
	cursor: pointer;
	display: block;
	height: auto;
	margin-left: 50px;
	margin-right: 50px;
	width: 150px
}

	.imgContain img {
		border-radius: 8px;
		box-shadow: 0 6px 12px #e67e22;
		height: auto;
		max-height: 100%;
		max-width: 100%;
		min-height: 80px;
		object-fit: contain;
		-o-object-fit: contain;
		width: auto
	}

		.imgContain img:hover {
			box-shadow: 0 6px 12px #1ac1b0
		}

.prod2 {
	width: 100%;
}

.prod2Tit {
	font-size: 19px;
	color: var(--main-color);
	font-weight: bold;
	padding: 20px;
	border-top: 2px solid var(--main-color);
}

	.prod2Tit span {
		display: inline-block;
		margin: 0 10px;
	}

	.prod2Tit i {
		display: inline-block;
		width: 120px;
		height: 1px;
		background: #eee;
	}

.prod2List {
	width: 100%;
}

	.prod2List ul li {
		width: 33.3%;
		padding: 2px;
	}

	.prod2List .part2 {
		display: block;
		width: 100%;
		height: 100%;
	}

		.prod2List .part2 img {
			width: 100%;
			height: 299px;
			object-fit: cover;
		}

.prod3Map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

	.prod3Map img {
		max-width: 100%;
		height: 100%;
		object-fit: cover;
	}

.prod3 .list {
	padding: 20px;
}

	.prod3 .list .item {
		width: 46.3%;
		font-size: 15px;
		color: #999;
		font-weight: 300;
		display: flex;
	}

	.prod3 .list span:first-child {
		display: block;
		width: 80px;
	}

	.prod3 .list span:last-child {
		flex: 1;
		color: #333;
	}

.prod4List {
	width: 100%;
}

	.prod4List ul li {
		width: 25%;
		padding: 5px;
	}

	.prod4List .part {
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid #eee;
	}

		.prod4List .part .img {
			width: 100%;
			height: 155px;
			position: relative;
		}

			.prod4List .part .img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.prod4List .part .desc {
			padding: 20px;
		}

		.prod4List .part .tit {
			font-size: 16px;
			color: #000;
		}

		.prod4List .part .info {
			margin-top: 10px;
			font-size: 12px;
			color: #666;
		}

		.prod4List .part .price {
		}

			.prod4List .part .price strong {
				font-size: 18px;
				color: #f44336;
			}

		.prod4List .part .addr {
			color: var(--main-color);
		}

		.prod4List .part:hover {
			border-color: var(--main-color);
		}

			.prod4List .part:hover .img img {
				transform: scale(1.1);
			}

			.prod4List .part:hover .tit {
				color: var(--main-color);
			}


/*news*/

.news {
	background: #fff;
}

.newsMenu {
	padding: 20px;
}

	.newsMenu ul li {
		width: 16.66666667%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.newsMenu a {
		display: block;
		width: 100%;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		background: #efefef;
		color: #34495e;
		cursor: pointer;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
	}

	.newsMenu ul li.on a {
		background: var(--main-color);
		color: #fff;
	}

.newsList {
	width: 100%;
}

	.newsList ul li {
		border-bottom: 1px solid #f2f2f2;
	}

	.newsList .part {
		display: flex;
		justify-content: space-between;
		padding: 20px;
		flex-wrap: wrap;
	}

		.newsList .part .img {
			width: 190px;
			height: 140px;
		}

			.newsList .part .img img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.newsList .part .desc {
			width: calc(100% - 210px);
		}

		.newsList .part .tit {
			font-size: 20px;
			color: #000;
		}

		.newsList .part .txt {
			margin: 20px 0;
			font-size: 14px;
			color: #888;
		}

		.newsList .part .info {
			font-size: 14px;
			color: #888;
		}

		.newsList .part .time {
		}

		.newsList .part .tag {
		}

		.newsList .part:hover {
			background: #f6f6f6;
		}

			.newsList .part:hover .img img {
				transform: scale(1.1);
			}

			.newsList .part:hover .tit {
				color: var(--main-color);
			}

.mrList2 {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #efefef;
}

	.mrList2 .mrTit {
		padding: 20px;
		margin: 0;
	}

	.mrList2 ul {
		padding: 0 20px;
	}

		.mrList2 ul li {
			padding-bottom: 20px;
		}

	.mrList2 .part {
		display: block;
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 5px;
	}

		.mrList2 .part .img {
			width: 100%;
		}

			.mrList2 .part .img img {
				width: 100%;
			}

		.mrList2 .part .imgTop {
			position: absolute;
			left: 0;
			bottom: 0;
			padding: 0 20px;
			width: 100%;
		}

		.mrList2 .part .desc {
			width: 100%;
			padding: 10px;
			background: rgba(0,0,0,0.6);
			border-radius: 30px 30px 0 0;
		}

		.mrList2 .part .tit {
			font-size: 16px;
			color: #fff;
			font-weight: 300;
			text-align: center;
		}

.pages {
	padding: 20px;
}

.newsDetail {
	min-height: 600px;
	overflow: hidden;
	padding: 20px;
}

	.newsDetail img {
		max-width: 100%;
	}

.inside {
	min-height: 600px;
	overflow: hidden;
	padding: 20px;
}

	.inside img {
		max-width: 100%;
	}


@media only screen and (max-width: 1300px) {
	.wapper {
		width: 100%;
		padding: 0 20px;
	}

	.menu a {
		font-size: 16px;
		padding: 0 20px;
	}

	.iSelectList ul li a {
		font-size: 14px;
	}

	.mainLeft {
		width: calc(100% - 260px);
	}

	.mainRight {
		width: 240px;
		margin-left: 20px;
	}
}

@media only screen and (max-width: 980px) {
	.wapper {
		width: 100%;
		padding: 0 10px;
	}

	.header {
		display: none
	}

	.sp_header1 {
		display: block;
	}

	.sjj_nav1 {
		display: block;
	}

	.hHei {
		height: 70px;
	}

	.mainLeft {
		width: 100%;
		margin-bottom: 20px;
	}

	.mainRight {
		width: 100%;
		margin-left: 0;
	}

	.iSelectTop {
		padding: 10px;
	}

		.iSelectTop .txt {
			font-size: 16px;
		}

	.iSelectList {
		padding: 10px;
	}

		.iSelectList ul li.category a {
			font-size: 12px;
			padding: 1px 10px;
		}

	.i1List .part {
		flex-wrap: wrap;
	}

		.i1List .part .img {
			width: 100%;
			height: auto;
		}

		.i1List .part .desc {
			width: 100%;
			padding: 0;
			padding-top: 20px;
		}

		.i1List .part .tit {
			font-size: 20px;
		}

		.i1List .part .info {
			font-size: 13px;
			display: block;
		}

		.i1List .part .price {
			margin-top: 10px;
		}

		.i1List .part .tag span {
			font-size: 12px;
		}

	.index2 {
		padding: 10px;
	}

	.i2List ul li {
		height: auto;
		line-height: 1.2;
		min-width: auto;
		margin-right: 0;
	}

		.i2List ul li a {
			padding: 3px 6px;
			display: inline-block;
			font-size: 14px;
		}

	.fMenu a {
		padding: 5px 10px;
		font-size: 16px;
	}

	.newsMenu {
		padding: 10px;
	}

		.newsMenu ul li {
			width: 33.3%;
			padding: 0 5px;
			margin-bottom: 10px;
		}

	.newsList .part .img {
		width: 100%;
		height: auto;
	}

	.newsList .part .desc {
		padding: 0;
		padding-top: 20px;
		width: 100%;
	}

	.fMenu a {
		position: relative;
		width: 100%;
	}

	.prod1Warp .left {
		width: 100%;
		padding: 20px;
	}

	.prod1Warp .right {
		width: 100%;
		padding: 20px;
		max-width: 100%;
	}

	.prod1Warp .box {
		top: auto;
	}

	.prod1Warp2 .left {
		width: 100%;
		padding: 20px;
	}

	.prod1Warp2 .right {
		padding: 20px;
		width: 100%;
	}

	.prod3 .list .item {
		width: 100%;
	}

	.prod4List ul li {
		width: 50%;
	}

	.prod4List .part .desc {
		padding: 10px;
	}

	.prod4List .part .addr {
		margin-top: 5px;
	}

	.prod1ImgList {
		position: relative;
		width: 100%;
		padding: 10px;
	}

		.prod1ImgList .part1 {
			height: 60px;
		}

	.apartment-info {
		position: relative;
		right: auto;
	}

	.prod2Tit i {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}
