* {
  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: #057c66;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.header .nav li {
 /* flex: 0 0 25%;  */
  position: relative;
  padding: 0px 1.5rem;
}

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

.header .nav li:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 60%;
  background: #69b0a3;
  position: absolute;
  right: 0;
  top: 20%;
}

.banner {
  position: relative;
}

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

.footer p {
  font-size: 1.2rem;
  line-height: 2rem;
}

.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: #ff9c20;
  color: #fff;
  line-height: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1rem;
}

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

.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(../images/ico-wechat.png);
}

.fixed-tools ul li i.tel {
  background-image: url(../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: #0178cc;
}

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

.announcement .announcement-title {
  width:4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0178cc;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  margin: 1rem 0;
  border-right: .2rem solid #0178cc;
  flex-basis: 4rem;
  padding: 0 .8rem;
  box-sizing: content-box;
}

.announcement .announcement-title span {
  flex: 1 1 50%;
}

.announcement .announcement-body {
  padding: 1rem 0 1rem 1rem;
}

.announcement .announcement-body p {
  font-size: 1.1rem;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
}

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

.announcement .announcement-body img {
  width: 1.8rem;
  vertical-align: top;
}

.feedback {
  background: #0fb796;
  color: #fff;
  padding:2rem 1.5rem 2rem;
}

.feedback>h3 {
  text-align: center;
  font-size: 2.2rem;
  font-family: "SimSun";
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1rem;
}

.feedback>h3 span {
  color: #ffef85;
}

.feedback>h4 {
  text-align: center;
  font-size: 1.2rem;
  font-family: "SimSun";
  line-height: 1.5;
  color: #fff;
  margin-bottom: 2rem;
}

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

.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: .3rem;
}

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

.feedback .form-group-radio {
  text-align: left;
  margin-bottom: 1.2rem;
}

.feedback .form-group-radio .form-group-radio-title {
  font-size: 1.2rem;
  line-height: 1.8;
}

.feedback .radioes {
  display: flex;
}

.feedback .radioes .radio {
  flex-basis: 33.33%;
}

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

.feedback .radioes input[type="radio"]+label {
  line-height: 3rem;
  font-size: 1.2rem;
}

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

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

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

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

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

.feedback .form-group.bd {
  border: .1rem solid  #0fb796;
  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.2rem;
  color: #0fb796;
}

.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 .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: #eefaf8;
  padding: 2rem 1.5rem;
}

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

.feedback .scroll h3 strong {
  color: #f00;
}

.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: #0fb796;
}

.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: 23rem;
    background: #fff;
    padding: 3rem 1.5rem;
    border-radius: .5rem;
    text-align: center;
}

.msgbox .msgbox-content h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #0fb796;
}

.msgbox .msgbox-content p {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2;
}

.msgbox .msgbox-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;
}

.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: #0fb796;
}

.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 {
  padding: 2rem 1.5rem;
}

.danger>h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.danger .danger-header {
  text-align: center;
  background: #0fb796;
  color: #fff;
  padding: 1rem 0;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 3rem;
  letter-spacing: .1rem;
}

.danger .danger-header::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #0fb796;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translate(-50%, -50%);
}

.danger .danger-header h4 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.danger ul li {
  padding: 1rem 0;
  border-bottom: .1rem dashed #ccc;
  position: relative;
  font-size: 1.2rem;
}

.danger ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: .5rem;
  background-color: #ff7e02;
  background-image: linear-gradient(to bottom, #ff9b1f, #ff7e02);
  background-size: contain;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 2rem;
}

.invalid {
  padding: 2rem 0;
}

.invalid h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .1rem;
      color: #333;
  padding: 1rem 0;
}

.invalid h3 span {
     color: #0fb796;
    font-size: 2.2rem;
}

.invalid .container {
  padding: 0 1.5rem;
}

.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: #0fb796;
  color: #fff;
}

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

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

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

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

.active-flow {
  padding: 2rem 0;
  background: url(../images/cfang_19.png) center top no-repeat;
  background-size: cover;
}

.active-flow h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 1.8;
  color: #fff;
  padding: 1rem 0;
}

.active-flow .container {
  
}

.active-flow .container a {
  display: block;
}

.active-flow .container img {
  display: block;
  width: 100%;
}

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

.archiving h3 {
  text-align: right;
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 1.8;
  padding: 1rem 0;
  background: url(../images/archiving-ji.png) left bottom no-repeat;
  background-size: 8rem auto;
  border-bottom: .1rem dashed #ccc;
  margin-bottom: 1rem;
}

.archiving h3 span {
  display: block;
  font-size: 1.5rem;
  color: #0fb796;
}

.archiving h4 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 1.8;
  padding: 1rem 0;
  background: #0fb796;
  color: #fff;
  margin-bottom: 1rem;
}

.archiving .container {
  padding: 0 1.5rem;
}

.archiving .container a {
  display: block;
}

.archiving .container img {
  display: block;
  width: 100%;
}

.faq {
  padding: 2rem 1.5rem;
  background: url(../images/dabuban_23.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
}

.faq h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .2rem;
  line-height: 1.8;
}

.faq h4 {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: .3;
  margin-bottom: 1rem;
  font-weight: normal;
  letter-spacing: .1rem;
}

.faq ul li {
  line-height: 3rem;
  font-size: 1.2rem;
  margin: 1rem 0;
  padding: 0 1rem;
  background: #fff;
  position: relative;
  color: #333;
  overflow: hidden;
  border-radius: .3rem;
}

.faq ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #f2a027;
  padding: 0 1rem;
  letter-spacing: .1rem;
}

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

.bds .bds-header {
  background: url(../images/cfang_02.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;
}

.bds .hzj {
  margin: 0 1.5rem;
  padding: 4rem 0 3rem;
  background: url(../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: #0fb796;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
}

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

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

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

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

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

.video {
  padding: 3rem 1.5rem;
  /* background: url(../images/video-bg.png) center top no-repeat;  */
  background-size: cover;
  text-align: center;
}

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

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

.ensurance h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #0178cc;
}

.ensurance h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #666;
}

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

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

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

.ensurance ul li a {
  display: block;
}

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

.ensurance ul li span {
  color: #0fb796;
}

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