.banner {
	padding-top: 5rem;
	width: 100%;
}

.banner img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%";

}

.banner .banner-alt {
	margin: auto;
	width: 92vw;

}

.introduce {
	width: 100%;
}

.introduce .introduce-content {
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	margin: auto;
	justify-content: center;
	flex-wrap: wrap;
}


.introduce .introduce-content .introduce-item {
	width: calc(45vw);
	height: 6rem;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.introduce .introduce-content .introduce-item div {
	margin: auto;
	text-align: center;
}

.introduce .introduce-content .introduce-item .number-tip {
	font-size: 1.2rem;
	font-weight: normal;
}

.introduce .introduce-content .introduce-item .number-content {
	font-size: 0.8rem;
	line-height: 3em;
	font-weight: normal;
	color: #848a87;
}

.introduce .introduce-content .introduce-item:not(:nth-child(odd))::before {
	content: "";
	border-right: 1px solid black;
	width: 0.1rem;
	height: 1rem;
	background-color: #fff;
	display: flex;
	align-items: center;
}


.hot-vehicles {
	background-color: white;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.hot-vehicles .content {
	padding-top: 1rem;
	width: 90%;
	margin: auto;
}

.hot-vehicles .title {
	font-weight: 300;
	font-size: 1.2em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hot-vehicles .tip {
	width: 10rem;
	text-align: center;
	color: #084E8A;
	letter-spacing: 0.5em;
}

.hot-vehicles .title::before {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.hot-vehicles .title::after {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.hot-vehicles .vehicles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hot-vehicles .vehicles .vehicle {
	width: 20rem;
	margin: 1rem;
	align-items: center;
	/* box-shadow: 0 0 5px #1c69d4; */
}
.hot-vehicles .vehicles .vehicle {
	width: 20rem;
	margin: 1rem;
	align-items: center;
}

.hot-vehicles .vehicles .vehicle .vehicle-img {
	margin: auto;
	width: 19.6rem;
	height: 15rem;
	display: flex;
	align-items: center;
}

.hot-vehicles .vehicles .vehicle .vehicle-img img {
	width: 19.6rem;
}

.hot-vehicles .vehicles .vehicle .vehicle-info {
	align-items: center;
	text-align: center;
}


.hot-vehicles .vehicles .vehicle .vehicle-info .name {
	align-items: center;
	text-align: center;
	line-height: 2rem;
	font-size: 1.2rem;
	font-weight: 500;
	height: 2.8rem;
}

.hot-vehicles .vehicles .vehicle .vehicle-info .type {
	line-height: 2rem;
	font-size: 0.9rem;
	align-items: center;
	text-align: center;
	height: 2.8rem;
}

.hot-vehicles .vehicles .vehicle .vehicle-info .price {
	line-height: 2rem;
	font-size: 0.9rem;
	align-items: center;
	text-align: center;
	height: 2.8rem;
}

.hot-vehicles .vehicles .vehicle .vehicle-info .button {
	border-radius: 0.2rem;
	margin: 1rem;
	background-color: #084E8A;
	color: #fff;
	display: flex;
	align-items: center;
	height: 3rem;
}

.hot-vehicles .vehicles .vehicle .vehicle-info .button div {
	text-align: center;
	width: 100%;
	font-size: 1rem;
	font-weight: 500
}

.sale-brand {
	background-color: white;
	padding-bottom: 1rem;
}

.sale-brand .content {
	padding-top: 1rem;
	width: 100%;
	margin: auto;
}
.news-list {
	display: flex;
	justify-content: center;
	padding-top: 6rem;
	padding-bottom: 2rem;
}

.news-list .news {
	width: 26rem;
	margin-right: 1.3%;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 1rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	height: 30rem;
}

.news-list .news .news-cover {
	width: 100%;
	height: 10rem;
	background: url(https://sytech-web.cn/wp-content/uploads/2023/04/外贸独立站-400x267.jpg) no-repeat center;
	background-size: cover;
}

.news-list .news .news-content {
	margin: 1.6rem;
	height: 60rem;
}

.news-list .news .news-content .news-tags {
	font-size: 0.9rem;
	font-weight: 700;
	color: #084E8A;
}

.news-list .news .news-content .news-title {
	color: #191f2b;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 700;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 2rem;
	
}

.news-list .news .news-content .news-title h3{
	margin-top:0.2rem;
}

.news-list .news .news-content .news-introduce {
	padding-top: 2.6rem;
	font-size: .9rem;
	line-height: 1.6rem;
	max-height: 4.6rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;

}

.news-list .news .news-content .news-button {
	transition: all 0.3s ease;
	width: 100%;
}

.news-list .news .news-content .news-button div {
	position: relative;
	display: block;
	padding: .6rem;
	border-radius: 6rem;
	color: #191f2b;
	text-align: center;
	font-weight: 700;
	font-size: .9rem;
	margin-top: 1.2rem;
	text-decoration: none;
	border: 1px solid #191f2b;
	bottom: -1rem;

}

.sale-brand .title {
	font-weight: 300;
	font-size: 1.2em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sale-brand .tip {
	width: 10rem;
	text-align: center;
	color: #084E8A;
	letter-spacing: 0.5em;
}

.sale-brand .title::before {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.sale-brand .title::after {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.sale-brand .brands {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-around;
	width: 96%;
	margin: auto;
}

.sale-brand .brands .brand {
	width: 5rem;
	height: 6rem;
	background-color: white;
	margin: 0.5rem;

}

.sale-brand .brands .brand .brand-img {
	width: 100%;
	margin: auto;
	text-align: center;
}

.sale-brand .brands .brand .brand-img img {
	width: 90%;
	height: 90%;
}

.sale-brand .brands .brand .name {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
}

.sale-brand .brands .brand .name div {
	margin: auto;
}


.business {
	background-color: white;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.business .content {
	padding-top: 1rem;
	width: 96%;
	margin: auto;
}

.business .title {
	font-weight: 300;
	font-size: 1.2em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business .tip {
	width: 10rem;
	text-align: center;
	color: #084E8A;
	letter-spacing: 0.5em;
}

.business .title::before {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.business .title::after {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.business .business-items {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.business .business-items .business-item {

	margin: 0.5rem;
	position: relative;
}

.business .business-items .business-item .bimg {
	width: 100%;
	height: 100%;
}

.business .business-items .business-item .business-content {
	width: 100%;
	letter-spacing: 0.5rem;
	position: absolute;
	bottom: 4rem;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.business .business-items .business-item .business-content .business-name {
	display: flex;
	align-items: center;
	height: 4rem;
	justify-content: center;
}

.business .business-items .business-item .business-content .business-button {
	font-size: 0.7rem;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business .business-items .business-item .business-content .business-button .bicon {
	width: 0.46rem;
	margin-right: 0.5rem;

}

.store-v {
	background-color: #fafafa;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.store-v .content {

	width: 90%;
	margin: auto;
}


.store-v .title {
	font-weight: 300;
	font-size: 1.2em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store-v .tip {
	width: 10rem;
	text-align: center;
	color: #084E8A;
	letter-spacing: 0.5em;
}

.store-v .title::before {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.store-v .title::after {
	content: "";
	width: 3rem;
	border-bottom: 2px solid #084E8A;
}

.store-v .stores {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 96%;
	margin: auto;
}

.store-v .stores .store {
	max-width: 21rem;
	min-width: 20rem;
	height: 40rem;
	display: flex;
	align-items: center;
	background-color: white;
	margin-bottom: 1rem;
}

.store-v .stores .store .store-content {
	position: relative;
	margin: 1em;
	width: 100%;
	height: 100%;
}

.store-v .stores .store .store-content .store-brand {
	margin-top: 1em;
	margin-right: 1em;
	top: 0;
	float: left;
	display: flex;
	align-items: center;
	height: 2.6em;
}
.store-v .stores .store .store-content .store-brand .img-box {
	width: 2.5rem;
	height: 2.5rem;
	margin-left: -0.5rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.store-v .stores .store .store-content .store-brand img {
	width: 120%;
}
.store-v .stores .store .store-content .store-brand span {
	margin: auto;
	margin-left: 0.1rem;
	font-size: 0.9rem;
}

.store-v .stores .store .store-content .store-cover {
	margin: auto;
	width: 100%;
	height: 10rem;
	display: flex;
	align-items: center;
	width: 100%;
}

.store-v .stores .store .store-content .store-cover img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.store-v .stores .store .store-content .store-info .store-name {
	font-size: 1rem;
	font-weight: bold;
	height: 3em;
	display: flex;
	align-items: center;
	color: #191F2B;
}

.store-v .stores .store .store-content .store-info .store-introduction {
	color: #00456B;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 2em;
	height: 2.5em;
}

.store-v .stores .store .store-content .store-info .store-phones {
	color: #00456B;
	margin-top: 2rem;
	margin-left: 1rem;
}

.store-v .stores .store .store-content .store-info .store-phones .store-phone-number {
	font-size: 0.8em;
	font-weight: normal
}

.store-v .stores .store .store-content .store-info .store-phones .store-phone {
	height: 2em;
	display: flex;
	align-items: center;
}

.store-v .stores .store .store-content .store-info .store-phones .store-phone-number::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #084E8A;
	margin-right: 10px;
}

.store-v .stores .store .store-content .store-info .store-phone .store-phone-number::after {
	content: "";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	background-image: url('../img/20230714-091442.png');
	background-size: 100% 100%;
	margin-left: 0.6rem;
}

.store-v .stores .store .store-content .botton {
	position: absolute;
	margin: auto;
	bottom: 1em;
	background-color: #084E8A;
	color: #fff;
	width: 100%;
	height: 3em;
	display: flex;
	align-items: center;
	text-align: center;

}

.store-v .stores .store .store-content .botton div{
	width: 100%;
	font-size: 0.9rem;
}
.store-v .stores .store .store-content .botton a{
	width: 100%;
	
}
.float {

	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -176px;
	z-index: 2000;
	width: 48px;
	height: 250px;

}

.float_show a {
	background-color: #00456B;
	display: block;
	color: #FFF;
	font-size: 16px;
	width: auto;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-decoration: none;
}

.float_show a img {
	vertical-align: middle;
	float: left;
	line-height: 48px;
	height: 48px;
}

.float_show.float_show0 {
	background: url(../img/float_cur.png) no-repeat top;
	padding-top: 6px;
	height: 48px;
}

.float_show.float_show0 a {
	background: url(../img/float_icon1.png) no-repeat;
	width: 48px;
	height: 48px;
}

.float_show:hover a {
	background-color: #AB0E00;
	line-height: 48px;
	color: #FFF;
}

.float_show.float_show0:hover {
	background: url(../img/float_curho.png) no-repeat top;
}

.float_show.float_show0:hover a {
	background: url(../img/float_icon_ho1.png) no-repeat;
}

.float_wx {
	display: none;
	position: absolute;
	top: -128px;
	left: -188px;
	background: url(../img/float_wxbd.png) no-repeat;
	width: 144px;
	height: 168px;
	padding: 18px 27px 0 17px;
}

.float_wx img {
	width: 144px;
}

.float_show.float_show1 {
	position: absolute;
	top: 55px;
	right: -124px;
	width: 172px;
}

.float_show.float_show2 {
	position: absolute;
	top: 153px;
	right: -78px;
	width: 126px;
}

.float_show.float_show3 {
	position: absolute;
	top: 104px;
	right: -78px;
	width: 126px;
}

.float_show.float_show4 {
	position: absolute;
	top: 202px;
	right: -78px;
	width: 126px;
}

.hover-color:hover {
	box-shadow: 0 0 5px #1c69d4;
}

.hover-color img:hover {
	width: 30rem;
}


.banner .banner-alt {
	text-align: center;
	margin-bottom: 2em;
}

.banner .banner-alt p {
	font-size: 1.2rem;
	font-weight: bold;
}

.banner .banner-alt span {
	line-height: 1.5em;
	font-size: 0.8rem;
	letter-spacing: 0.2em;
}

.banner .banner-alt .button {

	margin: auto;
	margin-top: 2em;
	background-color: #1c69d4;
	color: #fff;
	width: 80%;
	height: 2.6em;
	display: flex;
	align-items: center;
}

.banner .banner-alt .button div {
	margin: auto;
}


.business .business-items .business-item img {
	width: 99%;
}

.float {
	display: none;
}