html{
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	margin: 0;
}
a:link { 
	color:#D1D1D1; 
	text-decoration:none; 
} 
a:visited { 
	color:#D1D1D1; 
	text-decoration:none; 
} 
a:hover { 
	color:#D1D1D1; 
	text-decoration:none; 
} 
a:active { 
	color:#D1D1D1; 
	text-decoration:none; 
} 
.common {
	width: 1200px;
	margin: 0 auto;
}

.header {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	height: 37px;
}

.header .opa {
	font-size: 16px;
	display: flex;
}

.header .opa > div{
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}

.header .opa .line::before{
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	background-color: #D9D9D9;
	
}

.swiper {
	position: relative;
	overflow: hidden;
}


.banner-img {
	width: 100%;
	height: 550px;
}

.page_dot {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 9;
}

.page_dot span {
  width: 60px;
  height: 4px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 2px !important;
  margin: 10px!important;
  opacity: 1;
}

.page_dot span.swiper-pagination-bullet-active {
  width: 60px;
  background: #fff;
}

/* 中间内容 */

.content {
	font-size: 16px;
	text-align: center;
	padding: 60px 0 40px;
	line-height: 40px;
}

.c-img {
	display: flex;
	align-items: center;
	justify-content: center;
}


.c-img .qrcode {
	width: 225px;
	text-align: center;
}

.c-img .qrcode .title {
	font-weight: bold;
	margin-bottom: 20px;
}

.c-img .right-img {
	margin-left: 60px;
}


/* 底部 */

.footer {
	color: #D1D1D1;
	min-height: 150px;
	background-color: #333333;
}

.footer .hd {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.footer .hd .address, .footer .hd .email{
	display: flex;
	align-items: center;
}

.footer .text.flex {
	display: flex;
	justify-content: space-between;
}

.ml8 {
	margin-left: 8px;
}


