body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
form,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
img,
input {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #f0f0f0;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}

body {
	display: flex;
	flex-direction: column;
}

img {
	display: block;
}

a {
	margin: 0;
	text-decoration: none;
	color: #000000;
	outline: none;
}

li,
ol {
	list-style: none;
}

.tp-clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

input {
	outline: none;
	border: 0px;
	padding-left: 0.6rem;
}

.empty {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	line-height: 200px;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.underline {
	padding-bottom: 2rem;
	text-align: center;
	color: #000000;
	font-size: 12px;
	opacity: 0.6;
}
.container {
	padding-bottom: 60px;
}
.hide {
	display: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	/* Center slide text vertically */
	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_nt {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .swiper-slide>a,
.swiper-slide>a>img {
	width: 100%;
	height: 100%;
} */
.swiper-slide>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide>a>img {
	object-fit: cover;
}

/* 报价轮播 */
.swipe_imgt {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}
.empty_wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 50px;    
}
.empty_image {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.empty_words {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    font-size: #999;
}
