.header-index-swiper {
	height: 560px
}

.header-index-swiper .swiper-wrapper {
	height: 100%
}

.header-index-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: center
}

.header-index-swiper .swiper-pagination {
	height: 10px;
	bottom: 15px
}

.header-index-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	margin: 0 3px;
	border-radius: 5px;
	background-color: #fff;
	text-indent: -999em;
	opacity: .2;
}

.header-index-swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 60px;
	height: 2px;
	background-color: #fff;
}

.header-index-swiper .swiper-button-next,
.header-index-swiper .swiper-button-prev {
	width: 30px;
	height: 55px;
	margin-top: -27px;
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
	opacity: .5
}

.header-index-swiper .swiper-button-next:hover,
.header-index-swiper .swiper-button-prev:hover {
	opacity: 1
}

.header-index-swiper .swiper-button-prev {
	left: 50%;
	margin-left: -627px;
	background-image: url(../images/swiper-slide-prev.png)
}

.header-index-swiper .swiper-button-next {
	right: 50%;
	margin-right: -627px;
	background-image: url(../images/swiper-slide-next.png)
}

.header-index-swiper .swiper-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.header-index-swiper .swiper-form {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	z-index: 10;
	bottom: 38px;
	width: 880px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.4)
}

.header-index-swiper .swiper-form__left {
	float: left;
	padding-left: 24px;
	width: 400px
}

.header-index-swiper .swiper-form__right {
	float: left;
	padding-top: 49px;
	margin-left: 12px
}

.header-index-swiper .swiper-form__text {
	padding-top: 18px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff
}

.header-index-swiper .swiper-form__text b {
	font-size: 24px
}

.header-index-swiper .swiper-form__text .line {
	margin: 0 12px;
	font-size: 14px
}

.header-index-swiper .swiper-form__slider {
	height: 14px;
	border-radius: 7px;
	background: #fff;
	border: none
}

.header-index-swiper .swiper-form__slider .ui-slider-range {
	background: #fb368e;
	border-radius: 7px 0 0 7px
}

.header-index-swiper .swiper-form__slider .ui-slider-handle {
	top: -10px;
	margin: 0 0 0 -19px;
	width: 38px;
	height: 38px;
	background: url(../images/slider-handle.png) no-repeat 0 0;
	border: none;
	outline: none
}

.header-index-swiper .swiper-form__slider .ui-slider-value {
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: -30px;
	width: 100px;
	text-align: center;
	margin-left: -50px
}

.header-index-swiper .swiper-form__input {
	float: left;
	width: 250px;
	height: 40px;
	padding: 13px 20px;
	border: none
}

.header-index-swiper .swiper-form__button {
	float: left;
	margin-left: 8px;
	width: 160px;
	height: 40px;
	background-color: #e61874;
	background-image: linear-gradient(30deg, #e61874, #fd5ba4);
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: center
}

.index-goods {
	height: 214px;
	padding-top: 36px;
	background-color: #f2f2f2
}

.index-goodsbox{
	min-height: 214px;
	padding-top: 68px;
	display: flex;
	justify-content: center;
}

.index-goodsbox-sec{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-goods-item{
	width: 280px;
	height: 130px;
	/* margin-right: 20px; */
	transition: all 0.2s;
}

.index-goods-item:hover{
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.index-goods-item>img{
	width: 100%;
	height: 100%;
}

.index-goodsbox-sec>.index-goods-item:last-child{
	margin-right:0;
}

.index-goods .item {
	width: 180px;
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff
}

.index-goods .item:hover {
	-webkit-box-shadow: 0 2px 21px 1px rgba(208, 208, 208, 0.9);
	box-shadow: 0 2px 21px 1px rgba(208, 208, 208, 0.9)
}
.index-goods .item__icon {
    float: left;
    width: 54px;
    height: auto; 
    padding-top: 0px; 
}
.index-goods .item__icon .icon {
	width: 50px;
	height: 50px
}

.index-goods .item__icon .icon-1 {
	background-image: url(/images/icon-index-goods_1.png)
}

.index-goods .item__icon .icon-2 {
	background-image: url(/images/icon-index-goods_2.png)
}

.index-goods .item__icon .icon-3 {
	background-image: url(/images/icon-index-goods_3.png)
}

.index-goods .item__icon .icon-4 {
	background-image: url(/images/icon-index-goods_4.png)
}

.index-goods .item__icon .icon-5 {
	background-image: url(/images/icon-index-goods_5.png)
}

.index-goods .item__icon .icon-6 {
	background-image: url(/images/icon-index-goods_6.png)
}

.index-goods .item__text {
	padding-top: 10px;
	color: #999;
	font-size: 12px;
	text-align: center
}

.index-goods .item__text h5 {
	margin-bottom: 2px;
	color: #333;
	font-size: 16px
}

.index-section__head {
	padding-top: 65px;
	margin-bottom: 40px;
	line-height: 1;
	text-align: center
}

.index-section__head p {
	color: #999;
	text-transform: uppercase
}

.index-section__title {
	margin-bottom: 22px;
	font-size: 40px
}

.index-section__body {
	padding-bottom: 86px
}

.index-section .section-tabs .tab-nav {
	margin-bottom: 36px;
	text-align: center
}

.index-section .section-tabs .tab-nav a {
	color: #999;
}

.font_new a{
	font-size: 20px;
}

.index-section .section-tabs .tab-nav a.active,
.index-section .section-tabs .tab-nav a:hover {
	color: #fb368e
}

.index-section .section-tabs .tab-nav .line {
	padding: 0 10px;
	color: #999
}

.index-section .section-tabs .tab-content {
	display: none
}

.index-section .more-link {
	display: block;
	margin: 40px auto 0;
	width: 130px;
	height: 40px;
	border: 1px solid #cbcbcb;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 14px
}

.index-section .more-link:hover {
	border-color: #fb368e;
	color: #fb368e
}

.index-section-service {
	height: 900px
}

.index-section-service .list-block .item {
	position: relative;
	width: 360px;
	height: 580px
}

.index-section-service .list-block .item .mask,
.index-section-service .list-block .item .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.index-section-service .list-block .item .mask {
	background: url(/images/index-service-item_mask.png) no-repeat bottom center
}

.index-section-service .list-block .item .info {
	padding: 20px;
	bottom: 0;
	top: auto;
	z-index: 2;
	height: 264px;
	color: #fff
}

.index-section-service .list-block .item .info dt {
	margin-bottom: 10px;
	font-size: 30px
}

.index-section-service .list-block .item .info dd {
	font-size: 12px
}

.index-section-service .list-block .item .info .t1 {
	margin-bottom: 5px;
	font-size: 16px
}

.index-section-service .list-block .item .info::before {
	content: '';
	display: block;
	margin-bottom: 10px;
	width: 26px;
	height: 6px;
	background: #fb368e
}

.index-section-service .list-block .item .info .more {
	display: block;
	margin-top: 28px;
	width: 96px;
	height: 36px;
	border: 1px solid #fb368e;
	border-radius: 4px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fb368e;
    position: absolute;
    bottom: 30px;
}

.index-section-service .list-block .item:hover,
.index-section-service .list-block .item.active {
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03)
}

.index-section-service .list-block .item:hover .info,
.index-section-service .list-block .item.active .info {
	background-color: #fff
}

.index-section-service .list-block .item:hover .info::after,
.index-section-service .list-block .item.active .info::after {
	position: absolute;
	top: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 0;
	border: 18px solid #fff;
	border-width: 0 18px 18px;
	border-color: transparent transparent #fff
}

.index-section-service .list-block .item:hover .info dt,
.index-section-service .list-block .item.active .info dt {
	color: #333
}

.index-section-service .list-block .item:hover .info dd,
.index-section-service .list-block .item.active .info dd {
	color: #666
}

.index-section-service .list-block .item:hover .info .more,
.index-section-service .list-block .item.active .info .more {
	background-color: #fb368e;
	color: #fff
}

.index-section-service .list-block .item:hover .mask,
.index-section-service .list-block .item.active .mask {
	display: none
}

.index-section-case {
	height: 919px;
	/* background: url(/images/session-case-bg.png) no-repeat center */
}

.index-section-case .case-item {
	position: relative;
	float: left
}

.index-section-case .case-item img {
	display: block
}

.index-section-case .case-item-text {
	display: table;
	width: 275px;
	height: 275px;
	padding: 0 35px;
	*padding-top: 75px;
	background-color: #d7d5cf;
	text-align: center;
	line-height: 25px;
	font-size: 12px
}

.index-section-case .case-item-text h5 {
	display: none;
	margin-bottom: 20px;
	font-weight: normal
}

.index-section-case .case-item-text p {
	display: table-cell;
	vertical-align: middle
}

.index-section-case .case-style-introduce {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 276px;
	height: 276px;
	padding: 80px 46px 0;
	background-color: #f4c953;
	background-color: rgba(244, 201, 83, 0.8);
	font-size: 12px;
	line-height: 25px;
	color: #fff
}

.index-section-case .style-2 {
	background-color: #abcafb;
	background-color: rgba(171, 202, 251, 0.8)
}

.index-section-case .style-3 {
	background-color: #f49cc1;
	background-color: rgba(244, 156, 193, 0.8)
}

.index-section-case .style-4 {
	background-color: #88ca69;
	background-color: rgba(136, 202, 105, 0.8)
}

.index-section-case .style-5 {
	background-color: #89e9cd;
	background-color: rgba(137, 233, 205, 0.8)
}

.index-section-case .style-6 {
	background-color: #83c6f9;
	background-color: rgba(131, 198, 249, 0.8)
}

.index-section-case .style-7 {
	background-color: #f56063;
	background-color: rgba(245, 96, 99, 0.8)
}

.index-section-case .style-8 {
	background-color: #58cede;
	background-color: rgba(88, 206, 222, 0.8)
}

.index-section-case .style-9 {
	background-color: #ef6393;
	background-color: rgba(239, 99, 147, 0.8)
}

.index-section-desion-team {
	height: 980px
}

.index-section-desion-team .designer-thumbs {
	float: left;
	height: 600px;
	width: 800px;
	overflow: hidden
}

.index-section-desion-team .designer-thumbs .designer-item {
	float: right;
	width: 194px;
	height: 194px;
	margin: 0 0px 6px 6px;
	overflow: hidden;
}

.index-section-desion-team .designer-thumbs .designer-item_other {
	float: right;
	width: 194px;
	height: 194px;
	margin: 0 0px 6px 6px;
	overflow: hidden;
}

.index-section-desion-team .designer-details {
	float: left;
	width: 400px;
	height: 594px;
	background-color: #f8f8f8
}

.index-section-desion-team .designer-details .con {
	padding-top: 10px;
	text-align: center;
	font-size: 16px
}

.index-section-desion-team .designer-details .con .btn-zx {
	display: block;
	margin: 20px auto 0;
	width: 163px;
	height: 40px;
	background: -webkit-gradient(linear, left top, right top, from(#e61874), to(#fd5ba4));
	background: linear-gradient(to right, #e61874, #fd5ba4);
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px
}
.index-section-desion-team .designer-thumbs .designer-item:hover img,
.index-section-desion-team .designer-thumbs .designer-item.active {
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02)
}

.index-section-desion-team .designer-thumbs .designer-item:hover img,
.index-section-desion-team .designer-thumbs .designer-item.active img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.index-section-desion-team .designer-details .con .btn-zx:hover {
	opacity: .9
}

.index-section-desion-team .designer-details .name {
	font-size: 30px;
	font-size: #333;
	margin-top: 5px;
}
.index-section-desion-team .designer-details .name .J_name {
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
}

.index-section-desion-team .designer-details .name .J_job {
	margin-left: 10px;
	font-size: 20px;
	color: #919191;
}
.index-section-desion-team .designer-details .con p {
	color: #919191;
	padding-left: 145px;
	text-align: left;
}


.index-section-1 {
	height: 447px;
	background: url(/images/index-section-1-bg.png) no-repeat center
}

.index-section-1 .tab-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 65px;
	height: 170px
}

.index-section-1 .tab-nav li {
	margin: 0 30px;
	font-size: 40px;
	color: #fff;
	cursor: pointer
}

.index-section-1 .tab-nav li.active {
	border-bottom: 5px solid #fb368e;
	color: #fb368e
}

.index-section-1 .tab-content img {
	display: block;
	margin: 0 auto
}

.index-section-1 .tab-content .msg {
	margin-top: 50px
}

.index-section-1 .tab-panel {
	display: none
}

.index-section-1 .tab-panel.active {
	display: block
}

.index-section-hot-estate .hot-estate-list {
	position: relative;
	margin: -15px 0 0 -15px
}

.index-section-hot-estate .hot-estate-item {
	float: left;
	width: 390px;
	height: 292px;
	margin: 15px 0 0 15px;
	overflow: hidden
}

.index-section-hot-estate .hot-estate-item .tit {
	position: relative;
	z-index: 2;
	height: 55px;
	background-color: #f1f1f1;
	line-height: 55px;
	text-align: center;
	font-size: 20px
}

.index-section-hot-estate .hot-estate-item img {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.index-section-hot-estate .hot-estate-item:hover,
.index-section-hot-estate .hot-estate-item.active {
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02)
}

.index-section-hot-estate .hot-estate-item:hover img,
.index-section-hot-estate .hot-estate-item.active img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.index-section-vr {
	height: 812px;
	background: url(../images/index-vr-bg.png) no-repeat center
}

.index-section-vr .vr-list {
	height: 480px;
	overflow: hidden
}

.index-section-vr .vr-list .vr-item {
	position: relative;
	float: left;
	background-color: #fff
}

.index-section-vr .vr-list .vr-item_left {
	width: 638px;
	height: 480px;
	margin-right: 10px
}

.index-section-vr .vr-list .vr-item_right {
	width: 552px;
	height: 235px;
	margin-bottom: 10px
}

.index-section-vr .vr-list .vr-item__name {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.index-section-vr .vr-list .vr-item__name:hover {
	background-color: rgba(0, 0, 0, 0.8)
}

.index-section-vr .vr-list .vr-item__state {
	position: absolute;
	right: 30px;
	top: 30px
}

.index-section-vr .vr-list .vr-item__img {
	height: 100%
}

.index-section-vr .index-section__head {
	color: #fff
}

.index-section-vr .more-link {
	color: #fff
}

.index-section-reserve-form .reserve-area {
	margin-top: 72px;
	height: 303px
}

.index-section-reserve-form .reserve-form {
	width: 306px;
	float: right
}

.index-section-reserve-form .reserve-form__title {
	margin-bottom: 15px;
	text-align: center
}

.index-section-reserve-form .reserve-form__title h2 {
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase
}

.index-section-reserve-form .reserve-form__title h2::after {
	content: '';
	display: block;
	width: 56px;
	height: 2px;
	margin: 10px auto;
	background-color: #939393
}

.index-section-reserve-form .reserve-form__content .text {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
	text-align: center
}

.index-section-reserve-form .reserve-form__content .count-bar {
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center
}

.index-section-reserve-form .reserve-form__content .count-bar .number {
	padding: 0 5px;
	color: #6d131e
}

.index-section-reserve-form .reserve-form .form-group {
	position: relative;
	margin-bottom: 7px
}

.index-section-reserve-form .reserve-form .control-label {
	position: absolute;
	left: 10px;
	color: #666;
	line-height: 36px
}

.index-section-reserve-form .reserve-form .form-control {
	width: 100%;
	height: 36px;
	padding-left: 52px;
	font-size: 14px;
	border: 1px solid #f2f2f2
}

.index-section-reserve-form .reserve-form .form-control:focus {
	border-color: #6d131e;
	outline: none
}

.index-section-reserve-form .reserve-form__button {
	display: block;
	width: 100%;
	height: 36px;
	background: -webkit-gradient(linear, left top, right top, from(#e61874), to(#fd5ba4));
	background: linear-gradient(to right, #e61874, #fd5ba4);
	border: none;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px
}

.index-section-escoration-encyclopedia .list-block {
	float: left;
	width: 490px;
	height: 625px;
	overflow: hidden
}

.index-section-escoration-encyclopedia .media {
	height: 145px;
	margin-bottom: 15px;
	padding: 24px 24px 0 24px;
	background-color: #eaeaea;
	cursor: pointer
}

.index-section-escoration-encyclopedia .media-thumb {
	float: left;
	width: 150px;
	height: 99px;
	margin-right: 24px
}

.index-section-escoration-encyclopedia .media-body {
	overflow: hidden;
	padding-top: 10px
}

.index-section-escoration-encyclopedia .media .tit {
	margin-bottom: 10px;
	font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.index-section-escoration-encyclopedia .media .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	height: 40px;
	/*text-overflow:ellipsis;
	white-space: nowrap;*/
}
.index-section-escoration-encyclopedia .media.active,
.index-section-escoration-encyclopedia .media:hover {
	background-color: #333
}

.index-section-escoration-encyclopedia .media.active .desc,
.index-section-escoration-encyclopedia .media.active .tit,
.index-section-escoration-encyclopedia .media:hover .desc,
.index-section-escoration-encyclopedia .media:hover .tit {
	color: #fff
}

.index-section-escoration-encyclopedia .media-details {
	float: right;
	width: 700px;
	height: 625px;
	padding: 0;
	background-color: #f6f6f6
}

.index-section-escoration-encyclopedia .media-details .media-thumb {
	float: none;
	width: 700px;
	height: 462px
}

.index-section-escoration-encyclopedia .media-details .media-body {
	padding: 24px
}

.index-section-escoration-encyclopedia .media-details .media-body .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.index-section-news {
	background-color: #f8f8f8
}

.index-section-news .list-group {
	width: 398px;
	height: 600px;
	background-color: #fff
}

.index-section-news .list-group .thumb {
	position: relative
}

.index-section-news .list-group ul {
	height: 370px;
	padding: 15px 20px 0
}

.index-section-news .list-group ul>li {
	line-height: 34px;
	font-size: 12px
}

.index-section-news .list-group ul>li .tit {
	float: left;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-section-news .list-group ul>li .date {
	float: right
}

.index-section-news .list-group .more {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 30px;
	background-color: #eee;
	color: #666;
	font-size: 12px;
	line-height: 30px;
	text-align: center
}

.index-section-news .list-group .more:hover {
	opacity: .9
}

.index-section-news .list-group+.list-group {
	border-left: 2px solid #f8f8f8
}

.index-section-brand .brand-thumbs {
	display: block;
	width: 100%;
	height: auto
}

.index-count-bar {
	margin-top: 0px;
	height: 150px;
	padding-top: 48px;
	background: url(../images/index-count_bg.jpg) no-repeat center;
	text-align: center
}

.index-count-bar .item {
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	color: #fff
}

.index-count-bar .item strong {
	padding-right: 10px;
	font-weight: normal;
	font-size: 48px
}
.header-nav {
	margin-right: 0px;
	box-shadow: 0px 5px 8px rgba(0,0,0,.07);
}

.ss_lovehome{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 102px;
}

.ss_lovehome_section{
	width: 1200px;
	height: 350px;
	padding: 25px 29px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
}

.ss_lovehome_section_video{
	width: 868px;
	height: 100%;
}

.ss_lovehome_logo{
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.ss_lovehome_logo>img{
	width: 203px;
}

.ss_lovehome_logo_more{
	width: 100px;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background-color: #ed2081;
	margin-top: 23px;
	cursor: pointer;
	transition: all 0.2s;
}

.ss_lovehome_logo_more:hover{
	opacity: 0.75;
}

.ss_sjfw{
	width: 100%;
	min-width: 1200px;
	height: 945px;
	padding-top: 69px;
	padding-bottom: 91px;
	margin-top: 97px;
	background-image: url(/images/sjfw_bj.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.ss_sjfw_head{
	width: 100%;
	margin-bottom: 22px;
}

.ss_sjfw_nav{
	margin-bottom: 55px;
    text-align: center;
	color: #fff;
}

.ss_sjfw_nav>a{
	color: #fff;
	font-size: 20px;
}

.ss_sjfw_nav >.active{
	color: #ed2181;
	font-weight: bold;
}

.ss_sjfw_title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #fff;
}

.ss_sjfw_title_s{
	font-size: 20px;
	color: #fff!important;
	margin-top: 25px;
	opacity: 0.75;
}

.ss_sjfw_active{
	transform: none !important;
}

.swiper_slide_img{
	width: 1300px;
}

.ss_sjfw .swiper-slide-next{
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;
	opacity: .75;
}

.swiper-slide-sjfwbox{
	width: 500px;
	height: 320px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 168px;
	left: 1080px;
	z-index: 10;
}

.swiper-slide-sjfwbox_title{
	font-size: 36px;
	font-weight: bold;
	color: #090909;
	position: relative;
	margin-bottom: 34px;
}

.swiper-slide-sjfwbox_title::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #888888;
	position: absolute;
	bottom: -20px;
	left: 0px;
	z-index: 1;
}

.swiper-slide-sjfwbox_content{
	width: 100%;
	line-height: 26px;
	font-size: 16px;
	color: #090909;
}

.swiper-slide-sjfwbox_btns{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 26px;
}

.swiper-slide-sjfwbox_btns_item{
	display: inline-block;
	width: 100px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #ed2081;
	border-radius: 4px;
	transition: all 0.2s;
	cursor: pointer;
}

.swiper-slide-sjfwbox_btns_item:hover{
	opacity: 0.75;
}

.swiper-slide-sjfwbox-tags{
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: -70px;
	right: 0px;
	z-index: 10;
	display: flex;
	align-items: center;
}

.swiper-slide-sjfwbox-tags_left{
	width: 13px;
	margin-right: 3px;
}

.swiper-slide-sjfwbox-tags_right{
	width: 13px;
	transform: rotate(180deg);
	margin-left: 3px;
}

.eight_reason_section{
	width: 100%;
	background: url(/images/index-section-1-bg.png) no-repeat center;
	padding-bottom: 63px;
}

.eight_reason{
	width: 100%;
	display: flex;
	justify-content: center;
}

.eight_reasonbox{
	width: 1200px;
	height: 140px;
	padding: 0px 42px;
	background-color: #2a2225;
	border-radius: 3px;
	margin-top: 78px;
	background: url(/images/eight_sb_bj.png) no-repeat center;
	display: flex;
	align-items: center;
}

.eight_reasonbox_shuru{
	width: 661px;
	height: 50px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.eight_reasonbox_area{
	width: 210px;
	line-height: 50px;
	background-color: #fff;
	font-size: 16px;
	padding: 0px 20px;
	border:none;
	position: relative;
}

.eight_reasonbox_phone{
	width: 210px;
	line-height: 50px;
	background-color: #fff;
	font-size: 16px;
	padding: 0px 20px;
	border:none;
	position: relative;
}

.eight_reasonbox_area:focus, .eight_reasonbox_area:focus-visible, .eight_reasonbox_phone:focus, .eight_reasonbox_phone:focus-visible{
	border: none;
	outline: none;
}

.eight_reasonbox_shuru_pingf{
	display: inline-block;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.eight_reasonbox_shuru_pingf::after{
	content: '';
	width: 1px;
	height: 40%;
	background-color: #666666;
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 10;
	transform: translateY(-50%);
}

.eight_reasonbox_btn{
	flex: 1;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(-37deg, 
	#cb0969 0%, 
	#f86b89 100%), 
linear-gradient(
	#eb5580, 
	#eb5580);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
}

.eight_reasonbox_btn:hover{
	opacity: 0.75;
}

.index_rqzx{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_rqzxbox{
	width: 1200px;
	padding: 78px 0;
}

.index_rqzx_head{
	width: 100%;
}

.index_rqzx_title{
	width: 100%;
    text-align: center;
    font-size: 40px;
    color: #000;
}

.index_rqzx_title_s{
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #999999;
}

.index_rqzx_sec{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 46px;
}

.index_rqzx_sec_item{
	display: block;
	width: 292px;
	height: 218px;
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.15s;
	margin-right: 10px;
	margin-bottom: 10px;
}

.index_rqzx_sec_item:hover{
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
}

.index_rqzx_sec_item_img{
	width: 100%;
	height: 176px;
	overflow: hidden;
}

.index_rqzx_sec_item_footer{
	width: 100%;
	height: 42px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index_rqzx_sec>.index_rqzx_sec_item:nth-child(4n){
	margin-right: 0px;
}

.index_news_tags{
	width: 100%;
	height: 42px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_news_tags_item{
	width: 130px;
	line-height: 40px;
	text-align: center;
	color: #333333;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	margin-right: 46px;
	cursor: pointer;
	transition: all 0.15s;
}

.index_news_tags>.index_news_tags_item:last-child{
	margin-right: 0px;
}

.index_news_tags_item:hover{
	background-color: #f52a80;
	color: #fff;
	border-color: #f52a80;
}

.index_news_tags_item_active{
	background-color: #f52a80;
	color: #fff;
	border-color: #f52a80;
}

.index_news_section{
	width: 100%;
	min-height: 450px;
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}

.index_news_section_left{
	width: 560px;
	height: 450px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 46px 0px rgba(222, 221, 221, 0.75);
	overflow: hidden;
	margin-right: 12px;
}

.index_news_section_left_img{
	width: 100%;
	height: 290px;
	margin-bottom: 40px;
}

.index_news_section_left_footer{
	width: 100%;
	height: 100px;
}

.index_nsl_time{
	width: 100%;
	color: #999999;
	font-size: 12px;
	margin-bottom: 12px;
}

.index_nsl_title{
	width: 100%;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index_nsl_content{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.index_nsl_content_sec{
	flex: 1;
	color: #888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 12px;
}

.index_nsl_content_more{
	display: inline-block;
	width: 100px;
	color: #f52a80;
	cursor: pointer;
	transition: all 0.15s;
}

.index_nsl_content_more:hover{
	opacity: 0.75;
}

.index_news_section_right{
	width: 600px;
}

.index_news_section_right_item{
	width: 100%;
	padding-left: 10px;
	display: flex;
	cursor: pointer;
	transition: all 0.15s;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.index_news_section_right_item_left{
	width: 137px;
	height: 82px;
	position: relative;
}

.index_news_section_right_item_left_date{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.index_news_section_right_item_left_year{
	color: #666666;
	font-size: 12px;
}

.index_news_section_right_item_left::after{
	content: '';
	width: 1px;
	height: 80%;
	background-color: #f1f2f4;
	position: absolute;
	top: 0px;
	right: 28px;
	z-index: 1;
}

.index_news_section_right_item_right{
	width: 450px;
}

.index_news_section_right_item_right_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index_news_section_right>.index_news_section_right_item:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}

.ss_lovehome_section_play{
	width: 74px;
	height: 74px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	cursor: pointer;
}