* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
/*包含以下四种的链接*/
a {
  text-decoration: none;
  font-size: 1.43rem;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
html {
  min-width: 100%;
  min-height: 100%;
}
html,body {
  min-width: 1366px;
	height: 100%;
}
.contoner-box {
	width: 100%;
	min-height: 100%;
	position: relative;
}
.header-box {
	width: 100%;
	height: 6.86rem;
}
.logo-box {
	padding-left: 25.71rem;
	display: flex;
	align-items: center;
	padding-top: 0.86rem;
	box-sizing: border-box;
}
.logo-box img {
	display: block;
}
.logo-img {
	width: 5.14rem;
	height: 5.14rem;
}
.logo-text {
	width: 6.41rem;
	height: 3.13rem;
	margin-left: 1.23rem;
}
.footer {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
  /* margin-bottom: 2.14rem; */
	position: absolute;
	bottom: 2.14rem;
}
.footer a, .footer span {
	margin-right: 10px;
	color: #666666;
	font-size: 1.14rem;
	font-weight: 300;
}
.footer img {
	width: 1.71rem;
	height: 1.57rem;
	display: block;
	margin-right: 0.29rem;
}

/*  */
.banner-box {
	width: 100%;
	display: block;
	height: 46.43rem;
}
.video-box {
	margin-top: 6.43rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 25.79rem;
	margin-bottom: 7.79rem;
	overflow: hidden;
}
.video-box li {
	width: 27.5rem;
	margin-bottom: 3.64rem;
	float: left;
	cursor: pointer;
}
.video-img {
	display: block;
	width: 100%;
	height: 15.43rem;
}
.video-title {
	color: #333;
	font-size: 1.71rem;
	font-weight: bold;
	color: #333333;
	margin-top: 1.5rem;
}
.video-desc {
	font-size: 1.14rem;
	font-weight: 400;
	color: #666666;
	margin-top: 1rem;
}
.mr-143 {
	margin-right: 1.43rem;
}
.contact-box {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 25.79rem;
	display: flex;
	padding-bottom: 13.29rem;
}
#map {
	width: 60rem;
	height: 30.71rem;
	margin-right: 4.48rem;
}
.infoWindow {
	padding: 0.5rem 1rem;
	background-color: #FD583A;
	color: #fff;
	position: relative;
	font-size: 1.29rem;
	font-weight: bold;
	border-radius: 0.3rem;
}
.infoWindow:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 20%;
	border-width: 20px 20px 0px 0px;
	border-style: solid;
	display: block;
	width: 0;
	border-color: #FD583A transparent;
}
.amap-info-close {
	display: none;
}
.amap-info-outer {
	padding: 0.5rem 1rem;
	background-color: #FD583A;
	color: #fff;
	position: relative;
	font-size: 1.29rem;
	font-weight: bold;
	border-radius: 0.3rem;
}
.bottom-center .amap-info-sharp {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 20%;
	border-width: 20px 20px 0px 0px;
	border-style: solid;
	display: block;
	width: 0;
	border-color: #FD583A transparent;
}
.contact-ul {
	display: flex;
	align-items: center;
}
.contact-title {
	font-size: 1.57rem;
	color: #333;
	margin-bottom: 0.57rem;
}
.contact-text {
	font-size: 1.29rem;
	color: #999;
	margin-bottom: 2.71rem;
	width: 14rem;
	text-align: justify;
}
/*       */
.play-box {
	margin-top: 7.43rem;
	padding-left: 25.57rem;
	padding-right: 25.86rem;
}
.play-title {
	font-size: 2.86rem;
	font-weight: bold;
	color: #333333;
	margin-top: 3.93rem;
	padding-left: 25.57rem;
}
.play-desc {
	font-size: 2rem;
	font-weight: 400;
	color: #666666;
	margin-top: 2.36rem;
	padding-left: 25.57rem;
	padding-bottom: 11rem;
}
#video {
	width: 85.71rem;
	height: 47.86rem;
}