

html {
	font-size: 10px
}

body {
	margin: 0;
	padding: 0;
	background-color:#84000a;
	font-family: "Microsoft YaHei"
}

#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.3rem;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 999;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 0;
}

.kefu a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1.2rem;
	background-image: url("../img/btn_advisory.png");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downBtn{
	position: absolute;
	top: 39.5%;
	left: 14%;
	width: 75%;
	height: 1.6rem;
	background-image: url("../img/btn_download.gif");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.container .downNum{
	position: absolute;
	top: 48%;
	right: 33.3%;
	width: 2.5rem;
}

.bannerBox {
	position: absolute;
	left: 3%;
	top: 60%;
	width: 92%;
	height: 3.4rem;
}
.banner{
	margin: 0 auto;
	width: 90%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide>img{
	width: 100%;
}

.container .footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0rem;
	color: #ffffff;
	font-size: 10px;
}

.footer p{
	padding: 0;
	margin: 0;
}

.footer-right{height:1.2rem}.footer-right .fa{font-size:15px;width:5px;height:10px;text-align:center;text-decoration:none;border-bottom:.04rem solid #f2fff7;border-radius:.1rem}.footer-right .fa:hover{opacity:.9;border-bottom:.01rem solid #f2fff7}.fa-facebook{background:#3b5998}.fa-pinterest{background:#e60023}.fa-telegram{padding:10px 55px 15px 12px;background:#4ea0df;color:#fff;margin-right:.1rem}.fa-twitter,.fa-youtube{padding:10px 25px 15px 20px;margin-right:.1rem;color:#fff}.fa-youtube{background:red}.fa-twitter{background:#4ea0df}.footer-right a:hover{transform:scale(1.1);-webkit-transform:scale(1.1)}.footer p.footer-links a:hover{text-decoration:underline}@media(max-width:600px){.footer-distributed .footer-left,.footer-distributed .footer-right{text-align:center}

.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 30px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 8px;
  color: #888;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 0px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  font-size: 10px;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}
