@charset "utf-8";
*{margin: 0;padding: 0;}
body {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  font-size: 16px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
  background: url(bg_1.png) no-repeat center top;
}
body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1f4b88;
}
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
button,
input {
  outline: 0;
  border: none;
}
input {
  border: 1px solid #cccccc;
  padding: 2px 10px;
}
.row {
  display: inline-block;
  width: 100%;
}
.fl {
  display: inline-flex;
}
.fr {
  display: inline-block;
  position: absolute;
  right: 0;
  max-width: 400px;
}
.container {
  width: 1200px;
  margin: auto;
}
.bg-white {
  background: #fff;
}
.foot {
  text-align: center;
  background-color: #004684;
  color: #fff;
  height: 118px;
  padding-top: 26px;
}
.foot .row {
  width: 445px;
}
.foot .row p {
  font-size: 14px;
  line-height: 24px;
}
.main {
  padding: 29px;
  margin-top: 440px;
  margin-bottom: 30px;
  text-align: center;
}
.clear {
  clear: both;
}
.conttop{
	width: 1200px;
	margin: 20px auto;
	position: relative;
}
.return {
  position: absolute;
  top: 28px;
  right: 0px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background: url(../images/back.png) 15% 50% no-repeat;
  background-color: #015c94;
  font-size: 14px;
  color: #fff;
  padding-left: 40px;
}
.return a{
  font-size: 14px;
  color: #fff;
}
.main img {
  margin-top: 75px;
}
.codeimg{
  margin-left: 44px;
}
.main button {
  width: 360px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  background-color: #4a9ccc;
  border: none;
  border-radius: 6px;
  margin-top: 120px;
  font-size: 20px;
  margin-bottom: 29px;
  cursor: pointer;
}
.main-info {
  text-align: unset;
}
.main h2{color: #004684;}
.info {
  width: 650px;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
}
.info img {
  margin-top: 0;
}
.fr li {
  margin-bottom: 35px;
}
.fr li .first {
  font-size: 20px;
  font-weight: bold;
}
.main-info .btn{ text-align:center;}
/*适配移动端*/
@media screen and (max-width: 1024px) {
body{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/afgw/images/newindex/bg_m1.png)  no-repeat;
    background-size: 100%;
  }
  .conttop{width: 100%;}
  .conttop img{    width: 82%;
    padding-left: 4%;}
  .return {
    display: none;
  }
  .container {
    width: 90%;
  }
  .info{width: 100%;margin-top: 100px;}
  .main{margin-top: 44%; margin-bottom: 13%;}
  .foot{width: 100%; height: 168px; padding-bottom: 20px;}
  .foot .row{width: 100%;}
  .row>.fl{float: none;}
  .row>.fr{width: 100%;margin-top: 10px;}
  .fr p{font-size: 12px !important;}
  .fr li .first{font-size: 16px;}
  .fr li{margin-bottom: 10px;}
  .main h2{font-size: 18px;}
  .fl {display: block;text-align: center;}
  .fr {position: inherit;}
}
@media screen and (height: 823px) {
	.main{margin-top: 70%; margin-bottom: 22%;}
	}
	
@media screen and (max-width: 420px) {
	.main button{width: 96%; height: 46px;line-height: 46px;font-size: 18px; margin-top:50px; margin-bottom: 0;}
	.main img{margin-top: 20px !important;width: 35%;}
	.main p{font-size: 14px !important;}
	.info {margin-top: 20px;}
}
