@media only screen and (min-width: 320px) and (max-width: 375px) {
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  html body {
    height: 100%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  html {
    width: 100%;
    height: 100%;
    font-size: 18.75px;
  }
  html body {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    width: 100%;
    height: 100%;
    font-size: 38.4px;
  }
  html body {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    width: 100%;
    height: 100%;
    font-size: 51.2px;
  }
  html body {
    height: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
}
table,
th,
td {
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
img {
  border: none;
}
.header {
  width: 100%;
  height: 2.66666667rem;
  background-color: #32BC66;
}
.header ul {
  width: 100%;
  height: 2.66666667rem;
}
.header ul li {
  float: left;
  width: 20%;
  height: 2.66666667rem;
  font-size: 0.69333333rem;
  text-align: center;
  line-height: 2.66666667rem;
}
.header ul li a {
  color: #fff;
}
.header ul li:nth-child(2) {
  background-color: #FBA718;
}
.banner_chaxun {
  position: relative;
  width: 100%;
  height: 20.26666667rem;
  background: url(../images/chaxun.png) no-repeat center;
  background-size: 100% 20.26666667rem;
}

/* ****** */
.banner-title1{
	width:100%;
	height:2rem;
	/* background-color: salmon; */
	text-align: center;
	line-height:2.7rem;
	font-size:2rem;
	font-weight:500;
	color:#32BC66;
	letter-spacing:.06rem;
	padding-top: 2rem;
}
.banner-title2{
	width:100%;
	height:1.2rem;
	/* background-color:yellowgreen; */
	text-align: center;
	line-height:1.2rem;
	font-size:2rem;
	font-weight:bold;
	color:#32BC66;
	letter-spacing:.06rem;
	margin-top: 1.5rem;
}
.banner-con{
	width:18rem;
	height:2rem;
	background: -webkit-linear-gradient(rgb(202, 202, 202), rgb(255, 255, 255)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(202, 202, 202), rgb(255, 255, 255)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(202, 202, 202), rgb(255, 255, 255)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(202, 202, 202), rgb(255, 255, 255));
	margin:0 auto;
	margin-top:.3rem;
	display:flex;
	justify-content:space-around;
	flex-wrap: nowrap;
	margin-top: 2rem;
}
.banner-btn{
	width:6rem;
	height:1.3rem;
	border-right:.02rem solid black;
	text-align: center;
	line-height:1rem;
	font-size:1rem;
	color:black;
	padding-top: 0.3rem;
}
.banner-btn1{
	width:6rem;
	height:1.3rem;
	/* border-right:.02rem solid black; */
	text-align: center;
	line-height:1rem;
	font-size:1rem;
	color:black;
	padding-top: 0.3rem;
}
.banner-line{
	width:100%;
	height:.1rem;
	background-color: rgba(255, 255, 255, 0.4);
	margin-top:-.5rem;
}
.banner-text{
	width:100%;
	height:1rem;
	/* background-color: beige; */
	line-height:1rem;
	text-align: center;
	font-size:1rem;
	margin-top:1.2rem;
	color: rgb(0, 0, 110);
	/* text-decoration: underline; */
}
.banner-box{
	/* width:8.5rem; */
	height:1rem;
	/* background-color: rgb(245, 184, 184); */
	margin:0 auto;
	margin-top:.35rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	margin-top: 2rem;
}
.banner-box-btn{
	width:8rem;
	height:1.5rem;
	background-color: #32BC66;
    text-align: center;
	line-height:1.3rem;
	font-size:0.8rem;
	border-radius:.2rem;
	color:#fff;
}
.banner-inner{
	width:7rem;
	height:1.2rem;
	background-color:rgba(255, 255, 255, 0.377);
	margin:0 auto;
	margin-top:.5rem;
	font-size:.4rem;
}
.banner-inner span{
	color:red;
}





/* ********** */





.banner_chaxun .chaxun {
  position: absolute;
  left: 50%;
  top: 8rem;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 11.46666667rem;
  border: 0.05333333rem dashed #32BC66;
  border-radius: 0.10666667rem;
  margin: 0 auto;
}
.banner_chaxun .chaxun .chaxun1 {
  display: block;
  width: 4.69333333rem;
  height: 1.6rem;
  margin: 0 auto;
  margin-top: -0.8rem;
}
.banner_chaxun .chaxun h2 {
  font-size:2.3rem;
  color: #32BC66;
  text-align: center;
  margin-top: 0.53333333rem;
}
.banner_chaxun .chaxun ul {
  width: 14.66666667rem;
  height: 1.33333333rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.banner_chaxun .chaxun ul li {
  float: left;
  font-size: 0.69333333rem;
  color: #6C7E73;
  margin-right: 1.2rem;
}
.banner_chaxun .chaxun ul li img {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  margin-right: 0.26666667rem;
}
.banner_chaxun .chaxun ul li:nth-child(3) {
  margin-right: 0;
}
.banner_chaxun .chaxun .hr {
  display: block;
  width: 9.6rem;
  height: 1.86666667rem;
  font-size: 0.96rem;
  color: #fff;
  text-align: center;
  line-height: 1.86666667rem;
  background: #32BC66;
  margin: 0 auto;
  margin-top: 1.05rem;
}
.banner_chaxun .tj {
  width: 88%;
  height: 1.86666667rem;
  margin: 0 auto;
  padding-top: 16.5rem;
}
.banner_chaxun .tj a {
  float: left;
  display: block;
  width: 8rem;
  height: 1.86666667rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.86666667rem;
  background-color: #32BC66;
  border-radius: 0.93333333rem;
}
.banner_chaxun .tj a:nth-child(2) {
  float: right;
  margin-right: 0;
  background-color: #FE762B;
}
.banner_baokao {
  width: 100%;
  height: 18.66666667rem;
}
.banner_baokao h2 {
  font-size: 1.3rem;
  color: #393E3B;
  text-align: center;
  padding-top: 1.6rem;
}
.banner_baokao h2 span {
  color: #32BC66;
}
.banner_baokao .jiantou {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
  margin: 0 auto;
  margin-top: 0.37333333rem;
}
.banner_baokao ul {
  width: 90%;
  height: 11.2rem;
  margin: 0 auto;
  margin-top: 1.33333333rem;
}
.banner_baokao ul li {
  float: left;
  width: 22%;
  margin-right: 0.66666667rem;
  margin-bottom: 1.6rem;
}
.banner_baokao ul li a {
  display: block;
}
.banner_baokao ul li a img {
  display: block;
  width: 2.53333333rem;
  height: 2.53333333rem;
  margin: 0 auto;
}
.banner_baokao ul li p {
  font-size: 0.74666667rem;
  color: #393E3B;
  text-align: center;
  margin-top: 0.4rem;
}
.banner_baokao ul li:nth-child(4) {
  margin-right: 0;
}
.banner_baokao ul li:nth-child(8) {
  margin-right: 0;
}
.banner_baokao .xq a {
  display: block;
  width: 15.46666667rem;
  height: 2.02666667rem;
  font-size: 0.85333333rem;
  color: #fff;
  text-align: center;
  line-height: 2.02666667rem;
  background: #FBA718;
  box-shadow: 0rem 0.16rem 0.26666667rem 0rem rgba(251, 167, 24, 0.24);
  border-radius: 1.01333333rem;
  margin: 0 auto;
}

/* 注意必读信息 */
.banner_xinxi {
  position: relative;
  width: 100%;
  height: 26rem;
  padding-top: 0.8rem;
  margin-top: 2.13333333rem;
}
.banner_xinxi .xinxi1 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 1.86666667rem;
  background: url(../images/xinxi1.png) no-repeat center;
  background-size: 100% 1.86666667rem;
}
.banner_xinxi .xinxi1 h2 {
  font-size: 0.90666667rem;
  color: #fff;
  text-align: center;
  line-height: 1.86666667rem;
  font-weight: normal;
}
.banner_xinxi .xinxi1 h2 img {
  width: 1.01333333rem;
  height: 0.82666667rem;
  margin-right: 0.53333333rem;
  vertical-align: middle;
}

.banner_xinxi .xinxi2 {
  width: 94%;
  height: 19rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.banner_xinxi .xinxi2 >img {
  float: left;
  width: 0.32rem;
  height: 21.70666667rem;
  margin-top: -1.86666667rem;
}
.banner_xinxi .xinxi2 ul {
  float: left;
  width: 94%;
  height: 14.93333333rem;
  margin-left: 0.53333333rem;
  margin-top: 1.06666667rem;
}
.banner_xinxi .xinxi2 ul li {
  width: 100%;
  height: 2.18666667rem;
  margin-bottom: 0.13333333rem;
  border-bottom: 0.02666667rem solid #D0D0D0;
}
.banner_xinxi .xinxi2 ul li p {
  float: left;
  font-size: 0.69333333rem;
  line-height: 2.13333333rem;
}
.banner_xinxi .xinxi2 ul li p a {
  color: #393E3B;
}
.banner_xinxi .xinxi2 ul li .lj {
  float: right;
  display: block;
  width: 4rem;
  height: 1.33333333rem;
  font-size: 0.64rem;
  color: #F97126;
  text-align: center;
  line-height: 1.33333333rem;
  background: #FFFFFF;
  border: 0.02666667rem solid #F97126;
  border-radius: 0.66666667rem;
  margin-top: 0.4rem;
}
.banner_xinxi .xinxi3 a {
  display: block;
  width: 15.46666667rem;
  height: 2.02666667rem;
  font-size: 0.85333333rem;
  color: #fff;
  text-align: center;
  line-height: 2.02666667rem;
  background: #FBA718;
  box-shadow: 0rem 0.16rem 0.26666667rem 0rem rgba(251, 167, 24, 0.24);
  border-radius: 1.01333333rem;
  margin: 0 auto;
  margin-top: 1.53333333rem;
}

/* 注意必读信息 */
.main6 {
    overflow: hidden;
    width: auto;
    height: auto;
   /* background: #FAFAFA; */
    padding: .3rem 0rem .4rem .2rem;
}
.main6_left{
    width:73%;
    height: auto;
    padding-right:0.8rem;
    float: left;
}
.main6_box{
    width: auto;
    height:2.05rem;
}
.main6_box1{padding-bottom: .3rem;}
.question_mark{
    width:1rem;
    height:1rem;
    font-size:1rem;
    margin-top: 0.4rem;
    float: left;
    margin-right: 0.075rem;
}
.question_mark img{
    width: 100%;
    height: 100%;
}
.main6_word{
    line-height:2rem;
    font-size:0.8rem;
    font-weight: 400;
    color: #333333;
    float: left;
}
.main6_word1{color: #F30000;}
.main6_button{
    width:25%;
    height: 1.275rem;
    background: #1876EA;
    border-radius:0.3rem;
    margin-top: 0.4rem;
    line-height: 1.275rem;
    font-size:0.8rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    float: right;
}
.main6_line{
    width: 11.935rem;
    height: 0rem;
    border: 1px dashed #eeeeee;
    box-sizing: border-box;
    margin-left: .15rem;
    margin-top: .1rem;
    margin-bottom: .125rem;
}
.main6_middle_line{
    width: 1px;
    height:19rem;
    background: #D0D0D0;
    float: left;
}
.main6_right{
    width: auto;
    height: auto;
    float: left;
}
.main6_right_btn{
    width:4rem;
    height: 1.275rem;
    background-image: url("../images/main6_btn@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 1.275rem;
    font-size:0.7rem;
    font-weight: 400;
    color: #FFFFFF;
	text-align: center;
}
.main6_right_btn1{margin-bottom:1.1rem;}
.main6_right_line{
    width: auto;
    height: 0rem;
    border: 1px dashed #eeeeee;
    opacity: 0;
    box-sizing: border-box;
}

/* ******* */
.banner_youshi {
  width: 100%;
  height: 35.73333333rem;
  background-color: #F0F5F2;
}
.banner_youshi h2 {
  font-size: 1.3rem;
  color: #393E3B;
  text-align: center;
  padding-top: 1.54666667rem;
}
.banner_youshi h2 span {
  color: #32BC66;
}
.banner_youshi .jiantou {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.banner_youshi ul {
  width: 90%;
  height: 26.66666667rem;
  margin: 0 auto;
  margin-top: 1.28rem;
}
.banner_youshi ul li {
  float: left;
  width: 48%;
  height: 8rem;
  background: #FFFFFF;
  box-shadow: 0rem -0.26666667rem 0rem 0rem #32BC66;
  border-radius: 0.16rem;
  line-height: 0.96rem;
  margin-right: 0.69333333rem;
  margin-bottom: 0.90666667rem;
}
.banner_youshi ul li a {
  display: block;
}
.banner_youshi ul li a img {
  width: 100%;
  height: 2.4rem;
}
.banner_youshi ul li h4 {
  font-size: 0.74666667rem;
  text-align: center;
  margin-top: 0.48rem;
  font-weight: normal;
}
.banner_youshi ul li h4 a {
  color: #393E3B;
}
.banner_youshi ul li p {
  width: 7.73333333rem;
  height: 2.50666667rem;
  font-size: 0.58666667rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  line-height: 0.90666667rem;
}
.banner_youshi ul li p a {
  color: #888;
}
.banner_youshi ul li p span {
  color: #F97126;
}
.banner_youshi ul li:nth-child(2) {
  margin-right: 0;
}
.banner_youshi ul li:nth-child(4) {
  margin-right: 0;
}
.banner_youshi ul li:nth-child(6) {
  margin-right: 0;
}
.banner_youshi .lj {
  margin-top: 10px;
}
.banner_youshi .lj a {
  display: block;
  width: 15.46666667rem;
  height: 2.02666667rem;
  font-size: 0.85333333rem;
  color: #fff;
  text-align: center;
  line-height: 2.02666667rem;
  background: #FBA718;
  box-shadow: 0rem 0.16rem 0.26666667rem 0rem rgba(251, 167, 24, 0.24);
  border-radius: 1.01333333rem;
  margin: 0 auto;
}
.banner_diqu {
  width: 100%;
  height: 18.13333333rem;
}
.banner_diqu h2 {
  font-size: 1.06666667rem;
  color: #393E3B;
  text-align: center;
  padding-top: 1.28rem;
}
.banner_diqu h2 span {
  color: #32BC66;
}
.banner_diqu img {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.banner_diqu ul {
  width: 90%;
  height: 9.6rem;
  margin: 0 auto;
  margin-top: 1.33333333rem;
}
.banner_diqu ul li {
  float: left;
  width: 22%;
  height: 1.38666667rem;
  font-size: 0.74666667rem;
  text-align: center;
  line-height: 1.38666667rem;
  border: 0.02666667rem solid #32BC66;
  border-radius: 0.66666667rem;
  margin-right: 0.53333333rem;
  margin-bottom: 0.8rem;
}
.banner_diqu ul li a {
  color: #32BC66;
}
.banner_diqu ul li .hui {
  color: #404843;
}
.banner_diqu ul li:nth-child(4) {
  margin-right: 0;
}
.banner_diqu ul li:nth-child(8) {
  margin-right: 0;
}
.banner_diqu ul li:nth-child(12) {
  margin-right: 0;
}
.banner_diqu ul li:nth-child(16) {
  margin-right: 0;
}
.banner_diqu .shengshi a {
  display: block;
  width: 15.46666667rem;
  height: 2.02666667rem;
  font-size: 0.85333333rem;
  color: #fff;
  text-align: center;
  line-height: 2.02666667rem;
  background: #FBA718;
  box-shadow: 0rem 0.16rem 0.26666667rem 0rem rgba(251, 167, 24, 0.24);
  border-radius: 1.01333333rem;
  margin: 0 auto;
}
.banner_kecheng {
  width: 100%;
  height: 20.26666667rem;
  background-color: #F0F5F2;
}
.banner_kecheng h2 {
  font-size: 1.3rem;
  color: #393E3B;
  text-align: center;
  padding-top: 1.6rem;
}
.banner_kecheng h2 span {
  color: #32BC66;
}
.banner_kecheng .kecheng1 {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.banner_kecheng ul {
  width: 90%;
  height: 11.2rem;
  margin: 0 auto;
  margin-top: 1.06666667rem;
}
.banner_kecheng ul li {
  float: left;
  width: 31%;
  height: 4.69333333rem;
  margin-right: 0.61333333rem;
  margin-bottom: 0.66666667rem;
}
.banner_kecheng ul li img {
  width: 100%;
  height: 4.69333333rem;
}
.banner_kecheng ul li:nth-child(3) {
  margin-right: 0;
}
.banner_kecheng ul li:nth-child(6) {
  margin-right: 0;
}
.banner_kecheng .mf a {
  display: block;
  width: 15.46666667rem;
  height: 2.02666667rem;
  font-size: 0.85333333rem;
  color: #fff;
  text-align: center;
  line-height: 2.02666667rem;
  background: #FBA718;
  box-shadow: 0rem 0.16rem 0.26666667rem 0rem rgba(251, 167, 24, 0.24);
  border-radius: 1.01333333rem;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.banner_kaoshi {
  width: 100%;
  height: 16.66666667rem;
  background: url(../images/kaoshi.png) no-repeat center;
  background-size: 100% 16.66666667rem;
}
.banner_kaoshi h2 {
  font-size: 1.06666667rem;
  color: #393E3B;
  padding-top: 1.33333333rem;
  text-align: center;
}
.banner_kaoshi h2 span {
  color: #32BC66;
}
.banner_kaoshi .jt {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.banner_kaoshi .ks {
  width: 93%;
  height: 9.97333333rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.10666667rem 0.8rem 0rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 1.6rem;
}
.banner_kaoshi .ks .ks1 {
  float: left;
  width: 7.30666667rem;
  height: 11.04rem;
  margin-top: -1.06666667rem;
}
.banner_kaoshi .ks .ks2 {
  float: right;
  width: 57%;
  height: 9.33333333rem;
  margin-left: 0.53333333rem;
}
.banner_kaoshi .ks .ks2 ul {
  width: 100%;
  height: 5.33333333rem;
  margin-top: 1.6rem;
}
.banner_kaoshi .ks .ks2 ul li {
  float: left;
  width: 50%;
  height: 1.06666667rem;
  margin-bottom: 0.8rem;
}
.banner_kaoshi .ks .ks2 ul li a {
  font-size: 0.8rem;
  color: #393E3B;
}
.banner_kaoshi .ks .ks2 ul li a img {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  margin-right: 0.26666667rem;
}
.banner_kaoshi .ks .ks2 .xi a {
  display: block;
  width: 10.13333333rem;
  height: 1.70666667rem;
  font-size: 0.85333333rem;
  color: #fff;
  text-align: center;
  line-height: 1.70666667rem;
  background: #FBA718;
  box-shadow: 0rem 0.16rem 0.26666667rem 0rem rgba(251, 167, 24, 0.24);
  border-radius: 0.85333333rem;
  margin-top: 0.53333333rem;
}

/* 制定专属方案 */
.fangan{
	width: 100%;
	height: 18rem;
	background: url(../images/kaoshi.png) no-repeat center;
	background-size: 100% 18rem;
}
.fangan h2 {
  font-size: 1.3rem;
  color: #393E3B;
  padding-top: 1.33333333rem;
  text-align: center;
}
.fangan h2 span {
  color: #32BC66;
}
.fangan .jt {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
  margin: 0 auto;
  margin-top: 0.53333333rem;
}
.fangan ul{display: flex;justify-content: space-around;flex-wrap: wrap;}

.fangan ul li{
	width:43%;
	border:1px dashed rgb(199, 202, 205);
	margin-top: 1rem;
	padding:0.5rem;
}

.fangan ul li p{
	text-align: center;
	font-size: 1rem;
	color: rgb(51,51,51);
	font-weight: 900;
	margin-bottom: 10px;
}


.fangan ul li a{
	width:76%;
	height: 34px;
	line-height: 34px;
	background:rgb(50,188,102);
	display: block;
	margin:0 auto;
	font-size: 16px;
	color:rgb(255,255,255);
	text-align: center;
	transition: transform 0.5s;
}








/* 资料下载 */
.zlxz{
	width: 100%;
	padding-bottom:5rem;
}
.zlxz h2 {
    font-size: 1.3rem;
    color: #393E3B;
    text-align: center;
    padding-top: 1.6rem;
}
.zlxz h2 span{color: #32BC66;}
.zlxz .kecheng1 {
    display: block;
    width: 0.58666667rem;
    height: 0.53333333rem;
    margin: 0 auto;
    margin-top: 0.53333333rem;
}

.data-con{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0px 0.5rem;}
.data-con .data-con-box{width: 42%;text-align: center;margin-top: 2rem;border-radius: .3rem;box-shadow: 1px 1px 10px 3px rgb(207, 207, 207);padding: 0.5rem;
}
.data-con .data-con-box .data-con-img{width:45%;margin: 0 auto;}
.data-con .data-con-box .data-con-img img{width: 100%;}

.data-btn {
    width: 7.5rem;
    height:1.5rem;
    background-color: #4b99c7;
	margin:0 auto;
    margin-top:0.5rem;
    text-align: center;
    line-height:1.5rem;
    font-size: 0.8rem;
    /* font-weight: 550; */
    color: white;
    border-radius: .3rem;
}

.data-con1{margin-top: 2rem;padding: 0 1rem;}
.data-con1-box {
    width: 100%;
    /* background-color: seashell; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin-top: 0.5rem;
}
.data-con1-text {
    width:70%;
    height: 2rem;
    /* background-color: rgb(230, 172, 146); */
    line-height: 2rem;
    font-size:1.1rem;
}
.data-con1-text span{color: #ff0000;}
.data-con1-btn {
    width:4rem;
    border: .04rem solid #ff9334;
    color: #ff9334;
    border-radius: .4rem;
    text-align: center;
    font-size:1rem;
    margin-top:.2rem;
	padding: 0.2rem;
}


.banquan {
  width: 100%;
  height: 2.66666667rem;
  padding-bottom: 3.2rem;
}
.banquan p {
  font-size: 0.64rem;
  color: #333;
  text-align: center;
  padding-top: 1.06666667rem;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.66666667rem;
}
.footer ul {
  width: 100%;
  height: 2.66666667rem;
}
.footer ul li {
  float: left;
  width: 50%;
  height: 2.66666667rem;
  font-size: 0.90666667rem;
  text-align: center;
  line-height: 2.66666667rem;
  background-color: #FBA718;
}
.footer ul li a {
  color: #fff;
  font-size: 1rem;
}
.footer ul li:nth-child(2) {
  background-color: #32BC66;
}



/*表单*/
.jkgl-form{width: 100%;max-width: 750px;margin: 0 auto;padding-top: .5rem;background: #f0f5f2;margin-top: 3rem;padding-bottom: 1rem;}
input,button{
    outline: none;
}
.jkgl-form h1{color: #32bc66;text-align: center;font-size:1.5rem;}
.jkgl-form >p{color: #fecc00;text-align: center;font-size: 0.8rem;margin-top: 0.2rem;}


.jkgl-form h1 span{color: #fdfb4b;font-size: .4rem;}
.formBD{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.5rem;
}
.formEl{
    padding-top: 10px;
    margin-bottom: 10px;
}
.form-ele{
    box-sizing: border-box;
    display: block;
    border:1px #ccc solid;
    height: 42px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-size: 16px;
    border-radius: .1rem;
}
.form-ele:focus{
    border-color:#f30;
}
.form-btn{
	width: 100%;
	font-size:0.8rem;
	display: block;
	height: 42px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f88836;
    color: #fff;
    cursor: pointer;
    border:none;
    box-sizing: border-box;
    box-shadow:2px 3px 6px 1px #555555;
    border-radius: .25rem;
	-webkit-animation: free_download 1s linear alternate infinite;
	animation: free_download 1s linear alternate infinite;
	margin-top: 1rem;
}

@-webkit-keyframes free_download{
	    0%{-webkit-transform:scale(1.1);}
	    100%{-webkit-transform:scale(0.9);}
	}
@keyframes free_download{
	    0%{transform:scale(1.1);}
	    100%{transform:scale(0.9);}
	}


input::-webkit-input-placeholder{
    color:#c1c0c0;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c1c0c0;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c1c0c0;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#c1c0c0;
}

#xingming{margin-top:0.8rem;}