* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	background: #fff;
  	min-width: 1200px;
}
button {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
button:focus {
	outline: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a img {
	border: none;
	outline: none;
}
ul {
	list-style: none;
}
li {
	float: left;
}
i,
em {
	font-style: normal;
}
h1,
h3,
h4 {
	font-weight: normal;
}
.container{
	overflow: hidden;
}
.wrap{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.header {
	min-width: 1200px;
	background: url(../img/bg-header.jpg) no-repeat center top;
	height: 106px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 2;
}

.header .logo{
	float: left;
	margin-top: 31px;
}
.header .btn-download{
	float: right;
	margin-top: 29px;
	background: url(../img/btn-download1.png) no-repeat;
	width: 142px;
	height: 54px;
	text-indent: -9999px;
}
.section{
	width: 100%;

}
.section01{
	margin-top: 106px;
	height: 525px;
	background: url(../img/1.jpg) no-repeat center ;
}
.section01 .btn-download{
	text-indent: -9999px;
	width: 300px;
	height: 76px;
	position: absolute;
	left: 51px;
	top: 380px;
	background: url(../img/btn-download2.png) no-repeat;
}
.section02{
	height: 782px;
	background: url(../img/2.jpg) no-repeat top center;
}
.section03{
	height: 1126px;
	background: url(../img/3.jpg) no-repeat top center;
}
.section04{
	height: 894px;
	background: url(../img/4.jpg) no-repeat top center;
}
.section04 .btn-download{
	display: block;
	width: 348px;
	height: 92px;
	margin: 629px auto;
	background: url(../img/btn-ty.png) no-repeat;
	text-indent: -9999px;
}

/* 右侧 */
.right-nav {
	position: fixed;
	left: 50%;
	top: 506px;
	margin-left: 600px;	
	/* width: 302px;
	height: 300px; */
	z-index: 32;
}
.right-nav.btn-download{text-indent: -9999px;}
.right-nav .countdown-wrap {
	margin: 155px auto 10px;
	font-size: 14px;
	color: #FDF942;
	text-align: center;
}
.right-nav .countdown-wrap .text_show {
	color: #fff;
}
.right-nav .btn-download{
	display: block;
	margin: 0 auto;
	width: 162px;
	height: 50px;
	background: url(../img/btn-lq.png) no-repeat 0 -8px;
	text-indent: -9999px;
}

.footer{
	max-width: 1920px;
	margin: -10px auto 0;
	text-align: center;
	background: #272B38;
	height: 72px;
	line-height: 72px;
	color: rgba(255, 255, 255, 0.45);
}
.bg04{
	background-color: #000;
	max-width: 1920px;
	margin: -10px auto 0;
  }
  #footer p,#footer i{color: #fff;}
  #footer {
	  width: 1200px;
	  padding: 20px 0;
	  margin: 0 auto;
  }
  #footer .logoImg {
	  display: block;
	  margin: 0px auto 15px;
	  border-bottom: 1px solid #2f2f2f;
	  text-align: center;
	  padding-bottom: 15px;
  }
  
  .foot {
	  background: #000;
	  margin-top: 100px;
  } /*height: 300px;*/
  .copyright {
	  padding: 25px 0;
	  text-align: center;
	  color: #bbb9b9;
  }
  .copyright a {
	  color: #bbb9b9;
  }
  .copyright .wen-logo {
	  margin: -10px 0 0 10px;
	  position: relative;
	  bottom: -10px;
  }
  .botLogo {
	  margin-bottom: 10px;
  }
  
  #footer a,
  #footer .bottom p {
	  font-size: 14px;
	  line-height: 24px;
  }
  #footer .bottom h3 {
	  margin-top: 5px;
  }
  #footer .bottom {
	  margin-top: 4px;
	  padding-bottom: 20px;
  }
  #footer .bottom p,
  #footer .bottom a {
	  color: #ffffff;
  }
  #footer .bottom li {
	  display: inline-block;
	  margin-right: 5px;
  }
  #footer .bottom li:not(:last-child):after {
	  content: '|';
	  padding-left: 10px;
	  color: #ffffff;
  }
  #footer .bottom .botLogo {
	  display: block;
  }
  #footer .bottom .botLogo a {
	  display: inline-block;
	  margin-right: 18px;
  }
  #footer .bottom-left {
	  width: 420px;
	  float: left;
	  margin-right: 257px;
  }
  #footer .bottom-right {
	  margin-top: 5px;
	  width: 516px;
	  float: left;
  }
  #footer .bottom-right i {
	  margin-left: 5px !important;
	  display: inline !important;
  }
  #footer .bottom-right p img {
	  width: 20px;
	  height: 20px;
  }