body,
html {
	background: #F1EFF2;
	overflow-x: hidden;
}

.swiper-container {
	width: 100%;
	height: 4rem;
}

.swiper_boxs {
	height: 4rem;
	background: rgba(37, 58, 80, 1);
	padding: .35rem .16rem .49rem .16rem;
	box-sizing: border-box;
	margin: .2rem 0 .27rem 0;
	position: relative;
}

.swiper_boxs img {
	height: 3.16rem;
	width: 100%;
}

.swiper_boxs .swiper-pagination {
	left: 0!important;
	bottom: -0.2rem !important;
	width: 100%;
}

.swiper_boxs .swiper-pagination-bullet {
	width: 0.39rem;
	height: 0.04rem;
	background: rgba(255, 255, 255, 1);
	opacity: 0.59;
	border-radius: 2px;
	margin-right: 0.15rem;
}

.swiper_boxs .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.swiper_boxs .swiper-pagination-bullet-active{
	width: 0.9rem;
	opacity: 1;
}

/*顶部*/

.top_box {
	width: 100%;
	height: 4rem;
	position: relative;
	margin-top: 1.04rem;
}

.top_box_swiper{
	position: absolute;
	width: 100%;
	height: 100%;
}
.top_box_swiper img{
	width: 100%;
	height: 100%;
}

.search_box {
	position: absolute;
	width: 100%;
	height: 1.39rem;
	background: rgba(49, 49, 49, .83);
	bottom: 0;
	left: 0;
	padding: .28rem .3rem 0 .3rem;
	box-sizing: border-box;
	z-index: 2;
}

.search_input {
	border: none;
	display: flex;
	align-items: center;
}

.hot_search {
	margin-top: .12rem;
}

.search_input div {
	width: 5.5rem;
	height: .5rem;
	background: rgba(255, 255, 255, 1);
	border-radius: .12rem;
	position: relative;
	display: flex;
	align-items: center;
}

.search_btn {
	width: 1.22rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	background: rgba(161, 36, 34, 1);
	border-radius: .12rem;
	font-size: .21rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-left: .19rem;
}

.search_input img {
	width: .3rem;
	height: .3rem;
	margin-left: .24rem;
}

.search_input input {
	flex: 1;
	border: none;
	font-size: .12rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	padding-left: .1rem;
}

.hot_search {
	display: flex;
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 300;
	color: rgba(204, 204, 204, 1);
}

.hot_search span {
	margin-right: .14rem;
}

.hot_search_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
}

.limitone {
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.limittwo {
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*顶部*/


/*导航介绍*/

.nav_list {
	display: flex;
	flex-direction: column;
	padding: 0 .17rem;
}

.nav_item {
	display: flex;
	padding: .41rem .3rem 0.2rem .41rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: -1px 9px 5px 0px rgba(4, 0, 0, 0.06);
	/*height: 1.29rem;*/
	box-sizing: border-box;
	margin-bottom: .13rem;
}

.nav_item img {
	width: .73rem;
	height: .73rem;
	margin-right: .11rem;
}

.nav_item_right {
	display: flex;
	flex-direction: column;
	font-size: .22rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: .27rem;
	flex: 1;
}

.nav_item_right_name {
	font-size: .27rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(19, 150, 133, 1);
	margin-bottom: .13rem;
}


/*导航介绍*/


/*场景*/

.sence_list {
	padding: 0 .15rem;
	display: flex;
	flex-direction: column;
	margin-top: .5rem;
}

.sence_list_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(17, 17, 17, 1);
	margin-bottom: .49rem;
}

.sence_list_title_name {
	font-size: .36rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(17, 17, 17, 1);
}

.sence_item {
	display: flex;
	flex-direction: column;
	height: 4.56rem;
	position: relative;
	margin-bottom: .4rem;
}

.sence_item_img {
	width: 100%;
	height: 3.5rem;
	border-radius: .06rem .06rem 0 0;
}

.sence_item_bottom {
	display: flex;
	flex-direction: column;
	background: white;
	padding: .15rem .33rem;
	border-radius: 0 0 .06rem .06rem;
}

.tags_list {
	display: flex;
	align-items: center;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.tags_list span {
	line-height: .22rem;
	height: .22rem;
	text-align: center;
	background: rgba(19, 150, 133, 1);
	border-radius: .02rem;
	padding: .04rem .12rem;
	margin-right:0.1rem;
}

.sence_item_intro {
	font-size: .26rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
	margin-top: .18rem;
}

.sence_item_location {
	position: absolute;
	display: flex;
	align-items: center;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	top: .25rem;
	left: .2rem;
}

.sence_item_location img {
	width: .13rem;
	height: .19rem;
	margin-right: .09rem;
}

.collect_img {
	position: absolute;
	width: .27rem;
	height: .26rem;
	top: .25rem;
	right: .2rem
}


/*场景*/


/*分类*/

.categray_nav {
	width: 100%;
	height: .87rem;
	width: 100%;
	overflow-x: scroll;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.categray_nav::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}

.categray_nav span {
	height: .87rem;
	line-height: .87rem;
	text-align: center;
	border: 1px solid rgba(191, 191, 191, 1);
	border-radius: .05rem;
	width: 1.34rem;
	font-size: .28rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	margin-right: .08rem;
	text-align: center;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	box-sizing: border-box;
}

.categray_nav_on {
	background: rgba(19, 150, 133, 1);
	color: white !important;
	border: 1px solid rgba(19, 150, 133, 1) !important;
}

.categray_item {
	display: flex;
	flex-direction: column;
	width: 3.5rem;
	height: 3.83rem;
	box-sizing: border-box;
	background: white;
	margin-top: .4rem;
}

.categray_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.categray_img {
	width: 100%;
	height: 2rem;
	margin-bottom: .08rem;
}

.categray_item_location {
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(17, 17, 17, 1);
	margin: .14rem 0 0 0;
	padding: 0 0.07rem;
}

.categray_item .tags_list,
.categray_item .sence_item_intro {
	padding: 0 0.07rem;
}

.categray_item .sence_item_intro {
	margin-top: .15rem !important;
}


/*分类*/


/*保障*/

.guarantee_box {
	width: 100%;
	height: 4.2rem;
	background: rgba(37, 58, 80, 1);
	text-align: center;
	padding: .37rem 0.5rem 0 0.5rem;
	box-sizing: border-box;
	margin: .63rem 0 0 0;
}
.guarantee_box .guarantee_box_list>span{
	display:inline-block;
	width:0.1rem;
	height:0.1rem;
	background:#fff;
	border-radius: 50%;
}
.guarantee_box_title {
	font-size: .36rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	position: relative;
}

.guarantee_box_title::after {
	position: absolute;
	content: '';
	width: .96rem;
	height: .03rem;
	background: rgba(161, 36, 34, 1);
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -.15rem;
}

.guarantee_box_content {
	font-size: .24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin: .39rem 0 .35rem 0;
}

.guarantee_box_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.guarantee_box_list_item {
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
}
.guarantee_box_list_item>b{
	display: inline-block;
	width:0.37rem;
	height:0.41rem;
	margin-bottom:0.1rem;
}
.guarantee_box_list_item.item1>b{
	background:url(../img/index/guarantee1.png) no-repeat center;
	background-size:0.37rem;
}
.guarantee_box_list_item.item2>b{
	background:url(../img/index/guarantee2.png) no-repeat center;
	background-size:0.37rem;
}
.guarantee_box_list_item.item3>b{
	background:url(../img/index/guarantee3.png) no-repeat center;
	background-size:0.37rem;
}

/*保障*/


/*新闻*/

.news_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_list_item {
	width: 3.4rem;
	height: 3.24rem;
	background: white;
	display: flex;
	flex-direction: column;
	margin-bottom: .29rem;
	padding-bottom: .19rem;
}

.news_list_item_img {
	width: 100%;
	height: 1.6rem;
}

.news_list_item_box {
	padding: 0 .08rem;
}

.news_list_item_title {
	font-size: .26rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(0, 17, 17, 1);
	margin: .17rem 0 .12rem 0;
}

.news_list_item_conetnt {
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: 300;
	color: rgba(0, 17, 17, 1);
	line-height: .26rem;
}

.news_list_item_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(207, 27, 18, 1);
	margin-top: .29rem;
}

.news_list_item_ttme {
	font-size: .17rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(17, 17, 17, 1);
}


/*新闻*/


/*联系*/

.concat_list {
	padding: .25rem .17rem;
	background: rgba(37, 58, 80, 1);
}

.concat_list_title {
	display:block;
	padding-bottom:0.3rem;
	font-size: .36rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.concat_list_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.concat_list_item {
	width: 2rem;
	border: 1px solid rgba(255, 255, 255, 1);
	padding: .27rem 0.1rem .35rem .1rem;
}

.concat_list_item_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: .24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-bottom: .35rem;
}

.concat_list_item_top img {
	width: .54rem;
	height: .45rem;
	margin-bottom: .1rem;
}

.concat_list_item p {
	font-size: .16rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.concat_list_item_top span {
	position: relative;
}

.concat_list_item_top span:after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.1rem;
	width: .5rem;
	height: .02rem;
	background: rgba(161, 36, 34, 1);
}


/*联系*/
