.ht2 .dart_box {
	padding: 1rem 0 0.5rem;
}
.dart_box {
	display: flex;
	justify-content: space-between;
}
.container {
	margin: 0 auto;
	width: 92.9%;
}

.dart_l {
	width: 50%;
	margin-bottom: 10px;
}
.dart_logo {
	margin-bottom: 38px;
	padding-top: 0.4rem;
}
.dart_logo h2 {
	font-size: 50px;
}
.dart_logo p {
	color: #2CACCE;
	font-family: 'Montserrat_m';
	margin-bottom: 38px;
}
.font18 {
	font-size: 16px;
}
.dart_logo i {
	width: 30px;
	height: 2px;
	background: #333;
	display: block;
}
.dart_txt {
	margin-bottom: 0.6rem;
}
.dart_txt p {
	position: relative;
	padding-left: 18px;
	font-size: 18px;
	margin-bottom: 26px;
	color: #666;
}
.dart_txt p::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	left: 0;
	top: 10px;
}
.dart_banner {
	width: 350px;
}
.dart_banner .swiper-slide {
	width: 80px;
}
.dart_r {
	width: 50%;
	position: relative;
}
.dart_r360 {
	height: 100%;
}
.dart_r360_box {
	width: 100%;
	height: 100%;
	position: relative;
}

element.style {
}
.dart_r360_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dart_r360_img>img {
	width: 500px;
	height: 500px;
	margin: auto;
}
.swip_but .h_revi_prev {
	left: 3%;
}
.swiper_button {
	background-image: none;
	width: auto;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.swiper_button img {
	width: 15px;
	height: auto;
}
.swip_but .h_revi_next {
	right: 3%;
}
.a_td {
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
}
.dart_banner .swiper-slide {
	width: 70px;
}
.swiper-slide {
	transform: translate3d(0,0,0);
	/* overflow: hidden; */
}
.a_td img {
	height: 100%;
	width: 100%;
	border: 0;
	vertical-align: middle;
	object-fit: cover;
}
