@charset "utf-8";
html,
body {
	background: #ffffff;
}

.swiper-container1 {
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;
}
.swiper-pagination1{
	bottom: 36px !important;
}
.swiper-pagination1 .swiper-pagination-bullet{
	width: 40px !important;
	border-radius: 5px !important;
	height: 4px !important;
}
.swiper-container1 .swiper-slide img{
	width: 100%;
}
/*品牌logo*/
.brand_logo{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
	/* margin-bottom: 120px; */
	position: relative;
	transition: 0.6s all;
}
.brand_logo.active{
	height: 689px;
}
.brand_logo_inner{
	width: 67.7%;
	margin: auto;
	height: 100%;
	overflow: hidden;
}
.arrow_two_bottom{
	background: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
	cursor: pointer;
}
.arrow_two_bottom img{
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
}
.arrow_two_bottom img.active{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.brand_logo_title{
	padding-top: 60px;
}
.brand_logo_1{
	font-size: 56px;
	color:#8dc0ac;
}
.brand_logo_2{
	font-size: 26px;
	position: relative;
	top:-10px;
	margin-left: 16px;
	margin-right: 10px;
	color:#8dc0ac;
}
.brand_logo_3{
	color: #404040;
	font-size: 17px;
	line-height: 22px;
}
.brand_logo_4{
	letter-spacing: 3px;
}
.brand_logo_con{
	width: 100%;
	overflow: hidden;
}
.brand_logo_con .brand_logo_self{
	width: calc(100% / 6);
	float: left;
	height: 90px;
	margin-bottom: 60px;
}
.brand_logo_con .brand_logo_self img{
	max-width: 150px;
}

/* 关于我们 */
.intAbout {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f3f6f7;
}
.intAbout_content_inner {
	width: 67.7%;
	margin: auto;
}
.intAbout_content_1 {
    font-size: 37px;
    line-height: 37px;
	font-family: GothamBold;
	text-align: center;
}
.intAbout_content_line {
    height: 6px;
    background: #8dc0ac;
    width: 44px;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.intAbout_content_2 {
    font-size: 25px;
    line-height: 25px;
	text-align: center;
}
.intAbout_box_1_right {
	width: 67.7%;
	margin: 60px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.intAbout_box_1 {
	position: relative;
    width: 600px;
	height: 400px;
}

.intAbout_box_1::after {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: #8dc0ac;
    z-index: 1;
}

.intAbout_box_1_img {
	width: 580px;
    height: 570px;
    position: relative;
    z-index: 2;
    margin: 15px 0 0 15px;
	background-position: center;
	background-size: cover;
}
.intAbout_bg {
    width: 53.1%;
    position: absolute;
    bottom: -35px;
    right: -35px;
    z-index: 2;
}
.intAbout_1_txt {
    padding-top: 15px;
    position: relative;
	margin-left: 30px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.intAbout_1_txt_h1 {
    width: 100%;
    line-height: 1;
    font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
.intAbout_1_txt_left {
    width: 100%;
    text-align: justify;
    line-height: 29px;
    font-size: 17px;
}
.intAbout_1_msg {
    font-size: 110px;
    line-height: 110px;
    font-weight: bolder;
    -webkit-text-stroke: 1px #e0e0e0;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 1;
	font-family: GothamBold;
}

.intAbout-more {
	margin-top: 60px;
	display: inline-block;
    line-height: 32px;
    color: #8dc0ac;
    padding: 0 2.5rem;
    position: relative;
    font-style: italic;
    text-align: center;
    transition: padding 0.25s;
}

.intAbout-more span {
	font-size: 14px;
	color: #8dc0ac;
	position: relative;
    z-index: 2;
	line-height: 32px;
}

.intAbout-more::before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: #8dc0ac 1px solid;
    background: rgba(255,255,255,0.75);
    background: #ffffff;
    transform: skew(-20deg);
    z-index: 1;
}

.intAbout-more::after {
	content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 48%;
    height: 1px;
    background: #8dc0ac;
    left: -24%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: left 0.25s,width 0.25s;
}


/*专注寝具  全系精品*/
.swiper-container-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 150px;
	margin-top: 70px;
}
.swiper-container-con{
	position: relative;
	width: 84%;
	float: right;
}
.swiper-container2{
	width: 100%;
	padding-bottom: 20px;
}
.swiper-container2 .swiper-slide{
	width: 624px !important;
}
.swiper-container2 .swiper-slide a{
	display: block;
}
.swiper-container2 .swiper-slide img{
	 width: 100%;
}
.swiper-container2 .swiper-slide:hover{
	 box-shadow: 0px 10px 12px 0px rgba(213, 213, 213, 0.8);
	 position: relative;
	 z-index: 888;
}
.swiper_button_prev{
	left: -120px;
	color:#dadada;
}
.swiper_button_prev:focus{
	border:none;
	box-shadow: initial;
	outline: none;
}
.product_title_con{
	width: 100%;
	overflow: hidden;
	margin-top: 120px;
}
.product_title{
	width: 84%;
	float: right;
}
.product_title_txt{
	float: left;
	font-size: 25px;
}
.product_bar_con{
	width: calc(100% - 220px);
	float: right;
	margin-top: 26px;
}
.product_bar_con{
	background: #c5c5c5;
	height: 2px;
}
.product_bar{
	background: #8dc0ac;
	height: 100%;
}

/* 企业荣誉 */
.inthonor_box2 {
    background: #f3f6f7;
    overflow: hidden;
    height: 430px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
}
.inthonor_box_2 {
    width: 84%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.inthonor_content_inner2 {
	width: 21%;
	margin-top: 140px;
}
.inthonor_content_1 {
    font-size: 37px;
    line-height: 37px;
	font-family: GothamBold;
}
.inthonor_content_line {
    height: 6px;
    background: #8dc0ac;
    width: 44px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.inthonor_content_2 {
    font-size: 25px;
    line-height: 25px;
}
.inthonor_box_2_right {
	width: 79%;
}
.swiper-container4 {
	width: 100%;
	height: 400px;
}
.swiper-container4 .swiper-slide,
.swiper-container5 .swiper-slide {
	width: 240px !important;
	height: 180px !important;
	position: relative;
}
.swiper-container4 .swiper-slide a,
.swiper-container5 .swiper-slide a {
	display: block;
}
.swiper-container4 .swiper-slide img,
.swiper-container5 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-container4 .swiper-slide:hover,
.swiper-container5 .swiper-slide:hover {
	box-shadow: 0px 8px 10px 0px rgba(213, 213, 213, 0.5);
	position: relative;
	z-index: 888;
}
.swiper-container4 .swiper-slide {
	margin-top: 140px;
}
.swiper-container4 .swiper-slide:hover {
	width: 295px !important;
	height: 221px !important;
	top: -20.5px;
}
.swiper-container4 .swiper-slide:hover img {
	height: 221px;
}
.swiper-container4 {
	width: 100%;
	height: 430px;
}
.swiper-container5 .swiper-slide {
	height: 330px !important;
	margin-top: 50px;
}
/* .swiper-container5 .swiper-slide:hover {
	width: 295px !important;
	height: 406px !important;
	top: -38px;
} */
/* .swiper-container5 .swiper-slide:hover img {
	height: 330px;
} */
.swiper-container5 .swiper-slide img {
	height: 330px;
}
.phone_screen {
	display: none;
}


.swiper-container8 {
	height: 400px;
	width: 100%;
}
.swiper-container8 .swiper-slide {
	height: 170px;
	margin-top: 0 !important;
}
.swiper-container8 .swiper-slide a {
	width: 100%;
	height: 100%;
	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-container8 .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

.swiper-pagination2{
	bottom: 36px !important;
}
.swiper-pagination2 .swiper-pagination-bullet{
	width: 40px !important;
	border-radius: 5px !important;
	height: 4px !important;
}

/*图标列表*/
/* .icon_list{
	width: 67.7%;
	position: absolute;
	top:70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
}
.icon_list_inner{
	width: 74%;
	float: right;
 	box-shadow: 0px 1px 17px 0px rgba(213, 213, 213, 0.6);
 	height: 770px;
 	background: #fff;
 	position: relative;
}
.icon_inner_bg{
	position: absolute;
	bottom: 36px;
	right: 0;
	width: 43%;
}
.icon_inner{
	width: 80%;
	margin: auto;
}
.icon_inner_nav{
	width: 42.9%;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	margin-bottom: 60px;
}
.icon_inner_nav:hover{
	color: #404040;
}
.icon_inner_nav:nth-child(2n - 1){
	float: left;
}
.icon_inner_nav:nth-child(2n){
	float: right;
}
.icon_inner_nav:last-child{
	border-bottom: none;
}
.icon_list_img{
	width: 55px;
	float: left;
	margin-right: 20px;
}
.icon_inner_nav .icon_img,.icon_inner_nav .icon_img2{
	max-width: 100%;
}
.icon_inner_nav .icon_img2{
	display: none;
}
.icon_inner_nav:hover .icon_img{
	display: none;
}
.icon_inner_nav:hover .icon_img2{
	display: block;
	
}
.icon_inner_nav .icon_list_1{
	float: left;
	width: calc(100% - 75px);
}
.icon_inner_nav .icon_list_2{
	font-size: 22px;
	line-height: 22px;
	height: 50px;
	transition: 0.5 all;
}
.icon_inner_nav .icon_list_2:hover{
	font-size: 26px;
	line-height: 26px;
}
.icon_inner_nav .icon_list_3{
	font-size: 16px;
	line-height: 16px;
	height: 50px;
} */
/*资讯*/
.news_list{
	width: 67.7%;
	margin: auto;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px; 
}
.news_list_title{
	margin-bottom: 40px;
	line-height: 22px;
	overflow: hidden;
}
.news_list_1{
	font-size: 22px;
}
.news_list_2{
	font-size: 16px;
	color: #404040;
}
.news_list_2:hover{
	color: #404040;
}
.news_list_inner{
	width: 100%;
}
.news_list_nav{
	width: calc((100% - 27px) / 4);
	margin-right: 25px;
	height: 365px;
	border:1px solid #f4f4f4;
	box-sizing: border-box;
  	box-shadow: 0px 2px 2px 0px rgba(213, 213, 213, 0.2);
  	position: relative;
  	z-index: 99;
}
.news_list_nav:hover{
	color: #404040;
}
.news_list_nav:last-child{
	margin-right: 0;
}
.news_list_nav:hover{
  box-shadow: 0px 2px 20.4px 3.6px rgba(213, 213, 213, 0.66);
}
.news_list_content{
	padding:0 20px;
	overflow: hidden;
}
.news_list_3{
	width: 100%;
	overflow: hidden;
	height: 160px;
}
.news_list_img{
	width: 100%;
}
.news_list_4{
	font-size: 15px;
	line-height: 15px;
	margin-top: 16px;
}
.news_list_5{
	font-size: 18px;
	line-height: 22px;	
	padding:10px 0;
}
.news_list_6{
	font-size: 15px;
	line-height: 20px;	
	text-align: justify;
}
.news_list_7{
	color: #b0b0b0;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.banner_content{
	width: 100%;
	position: relative;
	color:#fff;
	height: 315px;
}
.banner_content .banner_content_img{
	width: 100%;
	height: 100%;
}
.banner_content_inner{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 67.7%;
}
.banner_content_line{
	height: 2px;
	background: #fff;
	width: 44px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.banner_content_1{
	font-size: 37px;
	line-height: 37px;
}
.banner_content_2{
	font-size: 25px;
	line-height: 25px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {}
@media screen and (max-width: 1681px) {
	.banner_inner,
	.brand_logo_inner,
	.banner_content_inner,
	.news_list,
	.icon_list{
		width: 75%;
	}
	.intAbout {
		width: 100%;
	}
	.intAbout_1_msg {
		font-size: 100px;
		line-height: 100px;
	}
	.inthonor_box_2 {
		width: 90%;
	}
}
@media screen and (max-width: 1335px) {
	.banner_inner,
	.brand_logo_inner,
	.banner_content_inner,
	.news_list,
	.icon_list{
		width: 80%;
	}
	.intAbout {
		width: 100%;
	}
	.intAbout_1_msg {
		font-size: 80px;
		line-height: 80px;
	}
	.inthonor_box_2 {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	.banner_inner,
	.brand_logo_inner,
	.banner_content_inner,
	.news_list,
	.icon_list{
		width: 85%;
	}	
	.intAbout {
		width: 100%;
	}
	.intAbout_box_1_right {
		width: 75%;
	}
	.intAbout_1_msg {
		font-size: 75px;
		line-height: 75px;
	}
	.inthonor_box_2 {
		width: 95%;
	}
}
@media screen and (max-width: 1100px) {
	.banner_inner,
	.brand_logo_inner,
	.banner_content_inner,
	.news_list,
	.icon_list{
		width: 90%;
	}
	.intAbout {
		width: 100%;
	}
	.intAbout_box_1_right {
		width: 75%;
	}
	.intAbout_1_msg {
		font-size: 65px;
		line-height: 65px;
	}
	.inthonor_box_2 {
		width: 95%;
	}
}
@media screen and (max-width: 1000px) {
	.banner_inner{
		display: block;
		bottom: initial;
		top:100px;
	}
	.banner_inner_left{
		font-size: 17px;
		line-height: 17px;
		color: #686868;
		text-align: center;
	}
	.banner_inner_left .banner_left_title{
		margin-bottom: 10px;
	}
	.banner_inner_right{
		font-size: 12px;
		line-height: 16px;
		color: #686868;
		text-align: center;
		margin-top: 30px;
	}
	.brand_logo_title{
		padding-top: 25px;
	}
	.brand_logo_1{
		font-size: 27px;
		line-height: 27px;
	}
	.brand_logo_2{
		font-size: 13px;
		line-height: 13px;	
		margin-right: 5px;
		margin-left: 5px;
	}
	.brand_logo_3{
		font-size: 10px;
    	line-height: 13px;
    	position: relative;
    	top:-3px;
	}
	.brand_logo_4{
		letter-spacing: 2px;
	}
	.brand_logo {
	    background-size: cover;
	    background-position: center center;
	    height: 190px;
	    margin-bottom: 0;
	}
	.brand_logo_inner{
		width: 76%;
	}
	.brand_logo_con .brand_logo_self {
	    width: calc(100% / 3);
	    height: 60px;
	    margin-bottom: 0;
	    margin-top: 3px;
	}
	.brand_logo.active{
		height: auto;
	}
	.brand_logo_con .brand_logo_self img {
    	max-width: 75px;
    	max-height: 70%;
	}
	.arrow_two_bottom{
		width: 44px;
		height: 20px;
		margin-left: -22px;
		bottom: -10px;
	}
	.arrow_two_bottom img{
		width: 12px;
		height: 10px;
	}

	/* 关于我们 */
	.intAbout {
		display: block;
		width: 100%;
		padding-top: 0;
		color: #fff;
		overflow: hidden;
	}
	.intAbout_content_inner {
		padding: 0 32px;
		width: auto;
		padding-top: 27px;
		background: #8dc0ac !important;
	}
	.intAbout_content_1 {
		font-size: 25px;
		line-height: 25px;
	}
	.intAbout_content_line {
		margin-top: 24px;
		margin-bottom: 24px;
		background: #fff !important;
	}
	.intAbout_content_2 {
		font-size: 16px;
		line-height: 16px;
	}
	.intAbout_box_1_right {
		width: auto;
	}
	.intAbout_box_1 {
		display: none;
	}
	.intAbout_1_txt {
		padding: 25px 32px;
		margin-top: -1px;
		background: #8dc0ac !important;
	}
	.intAbout_1_txt_left {
		width: 100%;
		line-height: 25px;
		font-size: 12px;
	}
	.intAbout_1_msg {
		font-size: 40px;
		line-height: 40px;
		margin-top: -110px;
		-webkit-text-stroke: 1px #404040;
		left: auto;
		right: -100px;
	}
	/*第二个滑动*/
	.product_title_con{
		margin-top: 42px;
	}
	.product_title{
		width: 100%;
	}
	.product_title_txt{
		font-size: 17px;
		line-height: 17px;
		float: initial;
		text-align: center;
		padding-bottom: 13px;
	}
	.product_bar_con {
	    width: 115px;
	    float: initial;
	    text-align: center;
	    margin: auto;
	    background: #8dc0ac;
	    overflow: hidden;
	}
	.swiper-container-con{
		width: 100%;
	}
	.swiper-container2 .swiper-slide {
    	width: 190px !important;
	}
	.swiper-container-box{
		margin-bottom: 0;
		margin-top: 0;
	}
	.swiper-container2{
		margin-bottom: 40px;
		margin-top: 23px;
	}
	.swiper-slide.swiper-slide-active{
		box-shadow: 0px 10px 12px 0px rgba(213, 213, 213, 0.8);
	}



	.inthonor_box_2_right {
		display: none;
	}
	.inthonor_box2{
		height: auto;
		padding: 35px 0 0 0;
		display: block;
	}
	.inthonor_box_2{
		display:block;
		width: 100%;
		padding:0;
	}
	.inthonor_box_2_right{
		width: 100%;
	}
	.inthonor_content_inner2 {
		margin-top: 0;
		padding: 0 32px;
		width: auto;
		padding-top: 27px;
	}
	.inthonor_content_1 {
		font-size: 25px;
		line-height: 25px;
	}
	.inthonor_content_line {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.inthonor_content_2 {
		font-size: 16px;
		line-height: 16px;
	}
	.swiper-container-6 .swiper-slide{
		width: 130px !important;
		margin-top: 45px;
		margin-bottom: 25px;
		height: 98px !important;
		transform: scale(0.8) !important;
		transition: 300ms !important;
	}
	.swiper-container-6 .swiper-slide-active,
	.swiper-container-6 .swiper-slide-duplicate-active{
      transform: scale(1) !important;
	}
	.swiper-container-7 .swiper-slide{
		width: 130px !important;
		margin-top: 45px;
		margin-bottom: 70px;
		height: 160px !important;
		transform: scale(0.8) !important;
		transition: 300ms !important;
	}
	.swiper-container-7 .swiper-slide-active,
	.swiper-container-7 .swiper-slide-duplicate-active{
      transform: scale(1) !important;
	}
	.swiper-container-6 .swiper-slide img{
		width: 100%;
		height: 100% !important;
	}
	.swiper-container-7 .swiper-slide img{
		width: 100%;
		height: 100% !important;
	}
	/*核心优势*/
	.banner_content{
		height: 155px;
		text-align: center;
	}
	.banner_content_1 {
    	font-size: 18px;
    	line-height: 18px;
	}
	.banner_content_2 {
    	font-size: 12px;
    	line-height: 12px;
	}
	.banner_content_line{
		margin: auto;
		height: 3px;
		width: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.icon_list{
		top:-60px;
		position: relative;
	}
	.banner_content_inner{
		top:31%;
	}
	.icon_inner{
		overflow: hidden;
		height: 350px;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.icon_inner.active{
		height: auto;
	}
	.icon_list{
		width: 66.666%;
	}
	.icon_list_inner{
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}
	.icon_list_img {
    	width: 27px;
    	float: left;
    	margin-right: 10px;
	}
	.icon_inner_nav{
		padding-top:24px;
	}
	.icon_inner_nav .icon_list_1{
		width: calc(100% - 37px);
	}
	.icon_inner_nav .icon_list_2,
	.icon_inner_nav .icon_list_2:hover{
		font-size: 16px;
		line-height: 16px;
		height: auto;
		padding-bottom: 16px;
	}
	.icon_inner_nav .icon_list_3{
		font-size: 10px;
		line-height: 10px;
		height: auto;
		padding-bottom: 24px;
	}
	.icon_inner_nav {
    	width: 100%;
    	overflow: hidden;
    	margin-bottom: 0;
    	text-align: left;
	}
	.arrow_two_bottom2{
		background: #fff;
		width: 100%;
		height: 55px;
		cursor: pointer;
		width: 100%;
	}
	.arrow_two_bottom2 img{
		-webkit-transition: 0.6s all;
		transition: 0.6s all;
		width: 10px;
		height: 8px;
	}
	.arrow_two_bottom2 img.active{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	/*金弘资讯*/
	.news_list{
		width: 86.66%;
		margin-top: 40px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.news_list_content{
		padding:0 8px;
	}
	.news_list_inner{
		display: block;
		overflow: hidden;
	}
	.news_list_nav{
		width: calc((100% - 12px) / 2);
		margin-right: 12px;
		display: block;
		float: left;
		height: 200px;
		margin-bottom: 12px;
	}
	.news_list_nav:nth-child(2n){
		margin-right: 0;
	}
	.news_list_1{
		font-size: 14px;
	}
	.news_list_2{
		font-size: 12px;
	}
	.news_list_title{
		margin-bottom: 15px;
	}
	.news_list_3{
		height: 84px;
		overflow: hidden;
	}
	.news_list_3 img{
		width: 100%;
	}
	.news_list_4 {
    	font-size: 12px;
    	line-height: 12px;
    	margin-top: 10px;
	}
	.news_list_5 {
    	font-size: 14px;
    	line-height: 18px;
	}
	.news_list_7{
		bottom: 10px;
		font-size: 12px;
		left: 8px;
	}
	.news_list_nav:hover{
		box-shadow: initial;
	}
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 414px) {
	
}