.article-content .div-m{
	display: none;
}
.first-top img{
	margin: auto;
}
@media only screen and (max-width: 1700px) {
	.first-top img{
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) {
	.first-top img{
		width: 85%;
	}
}
@media only screen and (max-width: 450px) {
	.article-content .div-pc{
		display: none;
	}
	.article-content .div-m{
		display: block;
	}
	.first-top img{
		width: auto;
	}
}

.usmap{
	height: 600px;
}
.machine-video-area {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    display: none;
    background: #FFFFFF;
    padding-left: 32px;
    padding-right: 32px;
}
.video-mask-close {
    font-size: 36px;
    z-index: 10;
    cursor: pointer;
    margin-bottom: 3px;
}
.video-mask-close.icon-2::before {
    color: #595757;
    font-weight: bold;
}
.map-top{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	border-bottom: 1px solid rgba(0, 72, 152, 0.4);
	min-width: 336px;
}
.map-title{
	color: #004898;
	font-size: 32px;
	line-height: 1;
	font-family: "HarmonyOS_Sans_SC_Bold";
}
.map-img{
	align-items: center;
	-webkit-align-items: center;
}
.article-content .map-logo{
	height: 36px;
	width: auto;
	margin-right: 16px;
}
.map-img-name{
	color: #221815;
	font-size: 18px;
	line-height: 1.5;
}
.map-info{
	color: #595757;
	font-size: 18px;
	line-height: 1.5;
}
.map-tel{
	color: #221815;
	font-size: 20px;
	line-height: 1.5;
	font-family: "HarmonyOS_Sans_SC_Bold";
}

.swiper-area{
	position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    display: none;
    background: #FFFFFF;
    width: 400px;
}
.swiper-slide{
	padding-left: 32px;
    padding-right: 32px;
}
.swiper-button-prev, .swiper-button-next {
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-size: 100% 100% !important;
	background-image: none !important;
	margin-top: 0;
  	width: 48px;
  	height: 48px;
  	background-color: rgba(0,72,152,0.5);
  	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  	text-align: center;
}
.swiper-button-next .icon--8::before, .swiper-button-prev .icon---::before {
  	color: #FFFFFF;
  	font-size: 22px;
  	line-height: 48px;
}
.swiper-button-prev {
  	left: 0;
}
.swiper-button-next {
  	right: 0;
}
.swiper-pagination {
  left: 50% !important;
  bottom: 24px;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: #95B4D6;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004898;
}
.dealers-mask{
	width: 100%;
    height: 100%;
    position: fixed;
  	top: 61px;
  	left:0;
    background: #000000;
  	opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index:-1;
}
@media only screen and (max-width: 1700px) {
	.usmap{
		height: 500px;
	}
}
@media only screen and (max-width: 1599px) {
	.usmap{
		height: 400px;
	}
}
@media only screen and (max-width: 1299px) {
	.usmap{
		height: 350px;
	}
}
@media only screen and (max-width: 1024px) {
	.dealers-mask{
		display: none;
	}
	.usmap{
		height: 400px;
	}
	.machine-video-area {
	    position: relative;
	    left: 0;
	    top: 0;
	    -webkit-transform: none;
	    transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    display: block;
	    padding: 30px;
	    margin-left: 15px;
	    margin-right: 15px;
	    border: 1px solid #95B4D6;
		border-radius: 4px;
	}
	.swiper-area{
		position: relative;
	    left: 0;
	    top: 0;
	    -webkit-transform: none;
	    transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	   	padding: 30px 0;
	    margin-left: 15px;
	    margin-right: 15px;
	    border: 1px solid #95B4D6;
		border-radius: 4px;
		width: auto;
	}
	.swiper-pagination {
	  bottom: 18px;
	}
	.video-mask-close {
	    display: none;
	}
	.map-top{
		min-width: 250px;
	}
	.map-title{
		font-size: 24px;
	}
	.article-content .map-logo{
		/*height: 30px;*/
		margin-right: 12px;
	}
	.map-img-name{
		font-size: 16px;
	}
	.map-info{
		font-size: 16px;
	}
	.map-tel{
		font-size: 18px;
	}
}
@media only screen and (max-width: 450px) {
	.usmap{
		height: 300px;
	}
	.swiper-area{
		padding: 20px 0;
	}
	.machine-video-area {
	    padding: 20px;
	}
	.swiper-slide {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.swiper-pagination {
  		bottom: 10px;
  	}
	.map-top{
		min-width: 0;
	}
	.map-title{
		font-size: 20px;
	}
	.article-content .map-logo{
		height: 28px;
		margin-right: 8px;
	}
	.map-img-name{
		font-size: 14px;
	}
	.map-info{
		font-size: 14px;
	}
	.map-tel{
		font-size: 16px;
	}
}