* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width:320px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (min-width:320px) and (max-width:352px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (min-width:352px) and (max-width:384px) {
  html {
    font-size: 11px;
  }
}

@media only screen and (min-width:384px) and (max-width:416px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width:416px) and (max-width:448px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width:448px) and (max-width:480px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width:480px) and (max-width:512px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width:512px) and (max-width:544px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width:544px) and (max-width:576px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width:576px) and (max-width:608px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width:608px) and (max-width:640px) {
  html {
    font-size: 19px;
  }
}

@media only screen and (min-width:640px) {
  html {
    font-size: 20px;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0.7rem;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  background: #fff;
  color: #333;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}

li, ul {
  list-style: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #2479cc;
}

img {
  max-width: 100%;
}

input {
  -webkit-appearance: none;
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.index-img {
  display: block;
  margin: 0 auto;
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
}

.header .nav {
  background: url(../images/nav-bg.png);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.header .nav li {
  flex: 0 0 25%;
}

.header .nav a {
  display: block;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}

.header .nav li:not(:last-of-type) {
  background: url(../images/nav-bd.png) right center no-repeat;
}

.banner {
  position: relative;
}

.footer {
  background: #f4f4f4; 
  padding: 1rem 1.5rem  5.5rem;
  position: relative;
  font-size: 1.2rem;
  opacity: .7;
}

.footer p {
  font-size: 1.2rem;
  line-height: 2rem;
   color: #5f5f5f;
}

.footer a {
  color: #fff;
}

.fixed-tools {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.fixed-tools ul {
  display: flex;
}

.fixed-tools ul li {
  flex-basis: 50%;
  text-align: center;
  background: #fa9f00;
  color: #fff;
  line-height: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .1rem;
}

.fixed-tools ul li:first-of-type {
  background: #c41131;
}

.fixed-tools ul li a {
  color: #fff;
  display: block;
  height: 100%;
}

.fixed-tools ul li i {
  display: inline-block;
  width: 1.7rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: .5rem;
}

.fixed-tools ul li i.wx {
  background-image: url(/assets/dacf_202105/images/ico-wechat.png);
}

.fixed-tools ul li i.tel {
  background-image: url(/assets/dacf_202105/images/ico-phone.png);
}

.btns {
  text-align: center;
  position: relative;
}

.btns a {
  display: inline-block;
  background-color: #ff7e02;
  background-image: linear-gradient(to bottom, #ff9b1f, #ff7e02);
  background-size: contain;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  color: #fff;
  margin-top: .5rem;
  line-height: 3rem;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  border-radius: .5rem;
}

.banner a {
  display: block;
}

.announcement {
  background: url(../images/announcement-bg.png) left top no-repeat;
  background-size: 100% auto;
}

.announcement .container {
  margin: 0 1.5rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  border-radius: .5rem;
  background: #fff;
  position: relative;
  z-index: 9;
  display: flex;
  overflow: hidden;
}

.announcement .announcement-title {
  writing-mode: vertical-rl;
  text-align: center;
  vertical-align: middle;
  padding: 0 .5rem;
  font-size: 1.2rem;
  background: #e32626;
  color: #fff;
      font-weight: bold;
}

.announcement .announcement-body {
  flex-grow: 1;
  padding: 1rem;
}

.announcement .announcement-body h3 {
  font-size: 1.2rem;
  color: #3279e3;
  line-height: 1.8;
}

.announcement .announcement-body p {
  font-size: 1rem;
  line-height: 1.8;
}

.announcement .announcement-body span {
  color: #e32626;
  border-bottom: .1rem solid #e32626;
  padding: .1rem 0;
}

.feedback {
  padding: 0rem 1.5rem;
}

.feedback .feedback-header {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

.feedback .container {
  padding: 1.5rem;
  background: #fff;
  border-radius: .5rem;
}

.feedback .form {
  color: #000;
  text-align: center;
  position: relative;
}

.feedback .form.bd {
  border: .1rem solid #ccc;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  border-radius: .5rem;
}

.feedback .form h3 {
      font-size: 2.3rem;
    font-family: "SimSun";
    line-height: 2;
    color: #ee1541;
}

.feedback .form p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.feedback .form-group {
  margin: 0 0 1.5rem;
  background: #fff;
  position: relative;
  display: flex;
}

.feedback .form-group.bd {
  border: .1rem solid #ccc;
  padding: 0;
  border-radius: .25rem;
}

.feedback .form-group:last-child {
  padding: 0;
  border: none;
}

.feedback .form-group label {
  padding-left: 1rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #757575;
}

.feedback .form-group input {
  display: block;
  flex-grow: 1;
  padding-right: 1rem;
  height: 3rem;
  line-height: 3rem;
  border: none;
  outline: none;
  font-size: 1.2rem;
}

.feedback .form-group input[type="submit"] {
  background-color: #ff7e02;
  background-image: linear-gradient(to bottom, #ff9b1f, #ff7e02);
  background-size: contain;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .05rem;
  border-radius: .25rem;
}

.feedback .choices {

  font-size: 1rem;
}

.feedback .choices .choice {
      flex-grow: 1;
    float: left;
    padding-right: 1.5rem;
}

.feedback .choices input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.feedback .choices input[type="radio"]+label {
  font-size: 1.2rem;
  padding: 0;
}

.feedback .choices input[type="radio"]+label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bbb8b8;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 1rem;
  margin-right: .5rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.feedback .choices input[type="radio"]:checked+label:before {
  background-color: #0178cc;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.feedback .choices input[type="radio"]:focus+label:before {
  outline: none;
  border-color: #0178cc;
}

.feedback .choices input[type="radio"]+label:empty:before {
  margin-right: 0;
}

.feedback .count-down {
  font-size: 2rem;
  border-radius: 2rem;
  background: #e32626;
  color: #fff;
  padding: .5rem 0;
  margin-bottom: 2rem;
}

.feedback .count-down span {
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .2rem;
  padding: 0 .2rem;
  background: #fff;
  color: #e32626;
}

.feedback .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(http://m.580ing.com/assets/images/loading.gif) center no-repeat rgba(0, 0, 0, .5);
  display: none;
}

.feedback .scroll {
  margin-top: 1rem;
  background: #f6f6f6;
  padding: 2rem 1.5rem;
}

.feedback .scroll h3 {
  color: #1459ce;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

.feedback .scroll h3 span {
  position: relative;
}

.feedback .scroll h3 span::before {
  display: inline-block;
  content: '';
  width: 2.5rem;
  height: .1rem;
  background: #1459ce;
  position: absolute;
  left: -3rem;
  top: 50%;
}

.feedback .scroll h3 span::after {
  display: inline-block;
  content: '';
  width: 2.5rem;
  height: .1rem;
  background: #1459ce;
  position: absolute;
  right: -3rem;
  top: 50%;
}

.feedback .scroll .srcoll-wrapper {
  height: 9rem;
  overflow: hidden;
  margin-top: 3rem;
}

.feedback .scroll ul {
  animation: scroll 10s linear infinite;
  margin: 0;
  padding: 0;
}

.feedback .scroll ul li a {
  display: block;
  font-size: 1.1rem;
  height: 3rem;
  line-height: 3rem;
  box-sizing: content-box;
  border-bottom: .1rem dashed #ccc;
  position: relative;
  margin: 0;
  padding: 0;
}

.feedback .scroll ul li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #1459ce;
}

.feedback#sdjh {
  background: #266de3;
}

.feedback#sdjh .form h3 {
  font-size: 2rem;
}

.feedback#dacf2 {
  background: url(../images/popularization-bg.png) center top no-repeat;
  background-size: contain;
  padding-top: 0;
}

.feedback#dacf2 .container {
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, .1);
}

.feedback#dacf2 .form h3 {
  font-size: 2rem;
}

.feedback#cdcp {
  background: #266de3;
}

.feedback#cdcp .form h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.feedback#cdcp .form h3 span {
  color: #000;
}

.msgbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.msgbox .msgbox-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: .5rem;
  text-align: center;
}

.msgbox .msgbox-content h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #266de3;
}

.msgbox .msgbox-content p {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.msgbox .msgbox-content .close {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/dacf_202105/images/x.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.modal-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.modal-box .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: .5rem;
  text-align: center;
}

.modal-box .modal-content h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #266de3;
}

.modal-box .modal-content p {
  margin: 1rem 0;
  font-size: 1.2rem;
}

.modal-box .form-group {
  margin: 0 0 1.2rem;
  background: #fff;
  position: relative;
  display: flex;
}

.modal-box .form-group.bd {
  border: .1rem solid #ccc;
  padding: 0;
  border-radius: .25rem;
}

.modal-box .form-group:last-child {
  padding: 0;
  border: none;
}

.modal-box .form-group label {
  padding-left: 1rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.2rem;
  color: #757575;
}

.modal-box .form-group input {
  display: block;
  flex-grow: 1;
  padding-right: 1rem;
  height: 3rem;
  line-height: 3rem;
  border: none;
  outline: none;
  font-size: 1.2rem;
}

.modal-box .form-group input[type="submit"] {
  height: 4rem;
  background: url(../images/submit.png) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, .1);
  text-indent: -9999px;
  border-radius: .25rem;
}

.modal-box .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(http://m.580ing.com/assets/images/loading.gif) center no-repeat rgba(0, 0, 0, .5);
  display: none;
}

.modal-box .modal-content .close {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/x.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.danger {
  background: url(../images/danger-bg.png) center top no-repeat;
  padding: 2rem 1.5rem;
}

.danger .danger-header {
  color: #fff600;
  background: url(../images/danger-triangle.png) left top no-repeat;
  background-size: 28% auto;
  margin-left: 1.5rem;
  padding-bottom: 2rem;
}

.danger .danger-header h3 {
  font-size: 2.5rem;
  padding-left: 33%;
  letter-spacing: .2rem;
}

.danger .danger-header h3 span {
  display: inline-block;
  font-size: 1.8rem;
  background: #fff600;
  color: #266de3;
  padding: 0 .5rem;
}

.danger ul li {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: .5rem;
  background: #fff;
}

.danger ul li h3 {
  color: #000;
  text-align: center;
  font-size:1.5rem;
}

.danger ul li h3 span {
  color: #ff7c00;
}

.danger ul li h4 {
  color: #333333;
  margin-top: 1rem;
}

.danger ul li p {
  color: #333333;
  margin-top: .5rem;
}

.invalid {
  padding: 2rem 1.5rem;
}

.invalid h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

.invalid h3 span {
  color: #266de3;
  font-size: 2.2rem;
}

.invalid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -.5rem;
  position: relative;
}

.invalid ul::after {
  display: block;
  content: '';
  width: 15rem;
  height: 8rem;
  background: url(../images/invalid.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.invalid ul li {
  flex-basis: 50%;
  padding: .5rem;
  text-align: center;
}

.invalid ul li h5 {
  font-size: 1.3rem;
  line-height: 3.5rem;
  background: #266de3;
  color: #fff;
}

.invalid ul li:nth-of-type(-n+2) h5, .invalid ul li:nth-of-type(n+3) img {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.invalid ul li:nth-of-type(n+3) h5, .invalid ul li:nth-of-type(-n+2) img {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.invalid ul li img {
  display: block;
  width: 100%;
}

.invalid .btns a {
  border-radius: 2rem;
  font-size: 1.5rem;
  padding: 0 2rem;
}

.questions {
  padding: 2rem 0;
  background: url(../images/questions-bg.png) center top no-repeat;
}

.questions>h3 {
  font-size: 2.5rem;
  font-family: "SimSun";
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.questions>h3 span {
  display: block;
  color: #ff7c00;
}

.questions>h3 span::after {
  display: inline-block;
  content: '';
  width: 2rem;
  height: 2.5rem;
  background: url(../images/question.png) center top no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}

.questions ul {
  padding: 1.5rem 3rem;
}

.questions ul li {
  border: .1rem solid #2e5098;
  color: #2e5098;
  line-height: 3rem;
  margin-bottom: 1rem;
  padding-right: 5rem;
  padding-left: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 2rem;
  position: relative;
  background: #fff;
}

.questions ul li::after {
  display: block;
  content: '';
  width: 2rem;
  height: 3rem;
  background: url(../images/x.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}

.questions .text {
  padding: 2rem 0;
  background: #ff9a1e;
  color: #fff;
}

.questions .text h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: .2rem;
}

.questions .btns a {
  border-radius: 2rem;
  font-size: 1.5rem;
  padding: 0 2rem;
  background: #e32626;
      font-weight: bold;
  line-height: 250%;
}

.bds {
  background: url(/assets/dacf_202105/images/bds-bg.png) center top no-repeat #e2e2e3;
  background-size: cover;
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.bds .bds-header {
  background: url(/assets/dacf_202105/images/bds-header-bg.png) center top no-repeat;
  background-size: 100% auto;
  color: #fff;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  font-family: "SimSun";
  padding-bottom: 1rem;
  margin-top:2rem;
}

.bds .hzj {
  margin: 0 1.5rem;
  padding: 4rem 0 3rem;
  background: url(/assets/dacf_202105/images/bds-hzj.png) right top no-repeat;
  background-size: 15rem auto;
  color: #333;
}

.bds .hzj h4 {
  font-size: 1.7rem;
  line-height: 2;
}

.bds .hzj p {
  color: #266de3;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
}

.bds .about {
  margin: 0 1.5rem;
  padding: 1.5rem 1.5rem .5rem;
  background: #2f6be7;
  color: #fff;
  border-radius: .5rem;
}

.bds .about h3 {
  font-size: 1.2rem;
  line-height: 2;
  background: #265ecc;
  color: #ffb03a;
  padding-left: 1rem;
  position: relative;
}

.bds .about h3::before {
  display: inline-block;
  content: '';
  width: 0.2rem;
  height: 1rem;
  background: #ffb03a;
  margin-right: .5rem;
}

.bds .about p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.bds .about span {
  color: #fff600;
}

.bds-kf {
/*  padding: 2rem 1.5rem;
background: #266de3;   */
}

.bds-kf .container {
  padding: 3rem 30% 3rem 0;
  background: #fff;
  border-radius: .5rem;
  background: url(/assets/dacf_202105/images/bds-kf-bg.png) center, url(../images/bds-kf.png) right top no-repeat;
  text-align: center;
  position: relative;
}

.bds-kf .container::after {
  display: block;
  content: '';
  width: 10rem;
  height: 90%;
  background: url(../images/bds-kf.png) right top no-repeat;
  background-size: 10rem auto;
  position: absolute;
  right: 1rem;
  bottom: 0;
}

.bds-kf h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.bds-kf .btns {
  margin: 1rem 0;
}

.bds-kf .btns a {
  background: #266de3;
}

.videos {
  padding: 2rem 1.5rem;
  text-align: center;
}

.videos h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.videos ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -.5rem 0;
}

.videos ul li {
  flex-basis: 50%;
  padding: .5rem;
}

.videos ul li img {
  display: block;
  width: 100%;
}

.videos ul li a {
  display: block;
}

.videos ul li p {
  height: 4rem;
  line-height: 2rem;
  overflow: hidden;
  margin-top: .5rem;
}

.videos ul li span {
  color: #266de3;
}

@keyframes scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}