.container {
  width: 1020px;
  margin: 0 auto;
}
.header {
  height: 633px;
  position: relative;
  background: url(../img/img.png) no-repeat top center;
  background-size: cover;
}
.header_img {
  background: url(../img/bottom_img.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 115px;
}
.header_top {
  height: 66px;
  margin: 0 50px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}
.header_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top .container .logo img {
  width: 140px;
  height: 40px;
  
}
.header_top .container .menu {
  display: flex;
}
.header_top .container .menu a {
  font-size: 14px;
  /* color: rgba(255, 255, 255, 0.5); */
  color: #30703C;
  line-height: 66px;
  margin-left: 88px;
}
.header_top .container .menu a:hover {
  color: #30e039;
}
.header_top .container .menu a.active {
  font-size: 18px;
  color: #30703C;
}
.header_banner h2 {
  margin-top: 70px;
  font-size: 42px;
  color: #ccc;
}
.header_banner h3 {
  margin-top: 30px;
  font-size: 42px;
  color: #30703C;
}
.header_banner .banner_ewm {
  margin-top: 320px;
  margin-left: 330px;
  width: 140px;
  height: 140px;
  padding: 5px;
  background: #fff;
}
.header_banner .banner_ewm img {
  width: 100%;

}
.header_banner .banner_play {
  margin-top: 20px;
  width: 105px;
  height: 33px;
}
.header_tip {
  width: 460px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  bottom: 120px;
}
.header_tip h5 {
  font-size: 32px;
  line-height: 50px;
  color: #9C3011;
  font-weight: bold;
}
.header.header_nav {
  background: #f46524;
  height: 66px;
}
.header.header_nav .header_top {
  border: none;
}
@media screen and (max-width: 1120px) {
  .header .header_top {
    margin: 0;
  }
}
.index_step {
  text-align: center;
  padding: 80px 0 90px;
}
.index_step h2 {
  font-size: 32px;
  margin-bottom: 90px;
}
.index_step ul {
  display: flex;
  justify-content: space-between;
}
.index_step ul li:nth-of-type(2n) {
  width: 170px;
  height: 1px;
  border-top: 1px dashed #999;
  margin-top: 75px;
}
.index_step ul li img {
  width: 180px;
  height: 180px;
}
.index_step ul li h3 {
  font-size: 16px;
  margin: 25px 0 35px;
}
.index_step ul li p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.footer {
  background: #363636;
}
.footer .container {
  display: flex;
  justify-content: space-around;
  padding: 40px 0 30px;
  position: relative;
}
.footer .container dl {
  width: 170px;
  color: #999;
}
.footer .container dl dt {
  font-size: 20px;
  text-transform: uppercase;
}
.footer .container dl dd a {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  color: #999;
}
.footer .container dl dd a:hover {
  color: #fff;
}
.footer .footer_bot p {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #4e4e4e;
  color: #999;
  text-align: center;
}
.footer .container .footerImg {
  position: absolute;
  top: 25%;
  right: 0;
  width: 100px;
}
.footer .container .footerImg img {
	width: 200px;
}
.other {
  height: 780px;
  /* background-image: url('../img/img.png'); */
}
.info {
  background: #F5F8FC;
  padding: 40px 0 80px;
}
.info h2 {
  font-size: 30px;
  margin: 40px 0 20px;
}
.info_cont {
  background: #fff;
  padding: 50px;
}
.info_cont h6 {
  font-size: 18px;
  margin: 30px 0 15px;
}
.info_cont p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  margin-bottom: 20px;
  text-indent: 2em;
}
.info_cont p:last-child {
  margin: 0;
}
.header_banner .downApk{
	width: 150px;
  
	height: 35px;
  line-height: 35px;
	/* display: block; */
  position: absolute;

  cursor: pointer;
	background: #e3da53;
	color: #666;
  margin-left: 330px;
	/* box-shadow: 0px 0.08rem 0px 0px #e3da53; */
	font-size: 14px;
	
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	
	/* margin: 0.4rem auto 0; */
}
.header_banner .downApk:hover{
	background: #fff55d;
	box-shadow: 0px 0.08rem 0px 0px #fcc900;
}
.info_cont ul li {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 10px;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  color: #666;
}
.info_cont ul li img {
  width: 38px;
  height: 38px;
  margin-right: 22px;
}
.info_cont ul li b {
  font-weight: bold;
}
.info_cont ul li:nth-of-type(3),
.info_cont ul li:nth-of-type(4),
.info_cont ul li:nth-of-type(5){
  padding-left: 60px;
}
.info_cont ul li:nth-of-type(5) {
  display: block;
  border: none;
}
.info_cont ul li:nth-of-type(5) span {
  display: block;
}
