#top {
  width: 0.7rem;
  position: fixed;
  right: 30px;
  bottom: 10%;
  font-size: 0;
  z-index: 10;
}
#top a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#top a img {
  display: block;
  width: 100%;
}

#subsequent {
  width: 100%;
  background: white;
  padding: 50px 0;
}
#subsequent .content {
  width: 1200px;
  height: 480px;
  margin: auto;
  position: relative;
  margin-top: 30px;
}

canvas {
  position: absolute;
}

#can1 {
  z-index: 1;
}

#can2 {
  top: 0;
  left: 305px;
  z-index: 2;
}

#can3 {
  top: 0;
  left: 765px;
  z-index: 1;
}

#can4 {
  top: 240px;
  left: 0;
  z-index: 4;
}

#can5 {
  top: 240px;
  left: 500px;
  z-index: 3;
}

#banner {
  width: 100%;
  position: relative;
}
#banner img {
  display: block;
  width: 100%;
}
#banner .banner-content {
  position: absolute;
  top: 15%;
  left: 5%;
  padding: 0.25rem 0.2rem;
  background: rgba(34, 36, 35, 0.75);
  width: 50%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#banner .banner-content-left {
  width: 55%;
  font-size: 0;
}
#banner .banner-content-left h2 {
  font-size: 0.35rem;
  color: white;
}
#banner .banner-content-left p {
  width: 115%;
  font-size: 0.19rem;
  color: white;
  line-height: 1.8;
  margin: 10px 0;
}
#banner .banner-content-left a {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  color: white;
  background: transparent;
  text-align: center;
  border: 1px solid white;
  font-size: 16px;
  margin-top: 5px;
}
#banner .banner-content-left a:hover {
  background: #1d65d4;
  border-color: #1d65d4;
}
#banner .banner-content-right {
  width: 40%;
  height: 1.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#169df7), to(#4d5ff1));
  background: linear-gradient(90deg, #169df7, #4d5ff1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  position: relative;
  margin-right: -0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.3rem;
}
#banner .banner-content-right p {
  width: 95%;
  overflow: hidden;
  font-size: 0.19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  padding-left: 25px;
  color: white;
  position: relative;
}
#banner .banner-content-right p b {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
  position: absolute;
  left: 3%;
  top: 20%;
}
#banner .banner-content-right div {
  width: 0.35rem;
  height: 20px;
  background: linear-gradient(330deg, transparent 50%, #11194f 0);
  position: absolute;
  bottom: -20px;
  right: 0;
}

nav {
  width: 100%;
  height: 30px;
  background: #eeeeee;
}
nav div {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  width: 90%;
  height: 30px;
  line-height: 30px;
  color: #828691;
  font-size: 0.2rem;
}
nav a:hover {
  color: #1d65d4;
}

#certification {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  padding-bottom: 0;
}
#certification .certification-content {
  width: 100%;
  margin-top: 50px;
  position: relative;
  padding-bottom: 5px;
}
#certification .certification-content > p {
  width: 100%;
  font-size: 0.18rem;
  color: #333333;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc(4% + 0.3rem);
  line-height: 1.8;
}
#certification .certification-content > p > i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
  position: absolute;
  top: 3px;
  left: 4%;
}
#certification .certification-content > p > i > i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url("../img/icon72.png") no-repeat center;
  background-size: 100%;
  border-right: 0.25rem solid transparent;
  -webkit-filter: drop-shadow(0.25rem 0 #1d65d4);
          filter: drop-shadow(0.25rem 0 #1d65d4);
  position: relative;
  left: -0.25rem;
}
#certification .certification-content > p b {
  font-size: 0.2rem;
  color: #1d65d4;
}
#certification .certification-content > div {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: calc(4% + 0.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#certification .certification-content > div > div:nth-child(1) {
  width: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1d65d4;
}
#certification .certification-content > div > div:nth-child(1) > span {
  font-size: 0.24rem;
  color: white;
  line-height: 1.6;
  letter-spacing: 5px;
  font-weight: bold;
}
#certification .certification-content > div > div:nth-child(2) {
  width: 87%;
  min-height: 0.85rem;
  background: rgba(29, 101, 212, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#certification .certification-content > div > div:nth-child(2) > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 7px 0;
}
#certification .certification-content > div > div:nth-child(2) > div span {
  width: 50%;
  font-size: 0.16rem;
  color: #181818;
  margin-bottom: 5px;
}
#certification .certification-content > div > div:nth-child(2) > div span a {
  color: #ff0000;
  text-decoration: underline;
}
#certification .certification-content > div.line {
  width: 95%;
  border-top: 1px solid #d2d2d2;
  margin: 20px auto 25px auto;
}
#certification .certification-content > div:last-child > div:nth-child(1) {
  background: #ffc649;
}
#certification .certification-content > div:last-child > div:nth-child(2) {
  background: rgba(255, 198, 73, 0.1);
}

#processAndCost {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  margin-top: 30px;
}
#processAndCost .processAndCost-content {
  width: 90%;
  margin: auto;
  margin-top: 50px;
}
#processAndCost .processAndCost-content .processAndCost-title {
  width: 100%;
  margin-top: 30px;
}
#processAndCost .processAndCost-content .processAndCost-title > div:nth-child(1) {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #1d65d4;
  margin: 8px auto;
}
#processAndCost .processAndCost-content .processAndCost-title > div:nth-child(2) {
  width: 85%;
  height: 0;
  border-bottom: 1px solid #1d65d4;
  margin: auto;
}
#processAndCost .processAndCost-content .processAndCost-title > h3 {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #1d65d4;
  position: relative;
  top: -0.24rem;
}
#processAndCost .processAndCost-content .processAndCost-title > h3 span {
  background: white;
  padding: 0 20px;
}
#processAndCost .processAndCost-content .process {
  margin-top: 0;
}
#processAndCost .processAndCost-content .process h1 {
  width: 90%;
  margin: 15px auto 10px auto;
  text-align: center;
  font-size: 0.2rem;
}
#processAndCost .processAndCost-content .process p {
  width: 90%;
  height: 1rem;
  margin: auto;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1.7;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.3rem;
}
#processAndCost .processAndCost-content .process > div > div:nth-child(1) > div {
  top: calc(50% - 0.1rem);
  left: 2.5rem;
}
#processAndCost .processAndCost-content .process > div:nth-child(1) > div:nth-child(1) > i > i {
  background-image: url("../img/icon133.png");
}
#processAndCost .processAndCost-content .process > div:nth-child(2) > div:nth-child(1) > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
}
#processAndCost .processAndCost-content .process > div:nth-child(2) > div:nth-child(1) > i > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/icon134.png") no-repeat center;
  background-size: 100%;
  border-right: 0.45rem solid transparent;
  -webkit-filter: drop-shadow(0.45rem 0 #1d65d4);
          filter: drop-shadow(0.45rem 0 #1d65d4);
  position: relative;
  left: -0.45rem;
}
#processAndCost .processAndCost-content .process > div:nth-child(3) > div:nth-child(1) > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 0.5rem;
  position: relative;
  right: -5px;
}
#processAndCost .processAndCost-content .process > div:nth-child(3) > div:nth-child(1) > i > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/icon101.png") no-repeat center;
  background-size: 100%;
  border-right: 0.45rem solid transparent;
  -webkit-filter: drop-shadow(0.45rem 0 #1d65d4);
          filter: drop-shadow(0.45rem 0 #1d65d4);
  position: relative;
  left: -0.45rem;
  height: 0.5rem;
}
#processAndCost .processAndCost-content .process > div:last-child {
  top: 23%;
}
#processAndCost .processAndCost-content > div:nth-child(4) > div > div:nth-child(1) > div {
  top: calc(50% - 0.1rem);
  left: 1.5rem;
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > i > i {
  background-image: url("../img/icon133.png");
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > i > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/icon134.png") no-repeat center;
  background-size: 100%;
  border-right: 0.45rem solid transparent;
  -webkit-filter: drop-shadow(0.45rem 0 #1d65d4);
          filter: drop-shadow(0.45rem 0 #1d65d4);
  position: relative;
  left: -0.45rem;
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(3) > div:nth-child(1) > i {
  right: 0;
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(3) > div:nth-child(1) > i > i {
  background-image: url("../img/icon135.png");
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 0.5rem;
  position: relative;
  right: -5px;
}
#processAndCost .processAndCost-content > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > i > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/icon101.png") no-repeat center;
  background-size: 100%;
  border-right: 0.45rem solid transparent;
  -webkit-filter: drop-shadow(0.45rem 0 #1d65d4);
          filter: drop-shadow(0.45rem 0 #1d65d4);
  position: relative;
  left: -0.45rem;
  height: 0.5rem;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div {
  width: 20%;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div > div:nth-child(1) > div {
  top: calc(50% - 0.1rem);
  left: 1.3rem;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > i > i {
  background-image: url("../img/icon133.png");
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > i > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/icon134.png") no-repeat center;
  background-size: 100%;
  border-right: 0.45rem solid transparent;
  -webkit-filter: drop-shadow(0.45rem 0 #1d65d4);
          filter: drop-shadow(0.45rem 0 #1d65d4);
  position: relative;
  left: -0.45rem;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(3) > div:nth-child(1) > i {
  right: 0;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(3) > div:nth-child(1) > i > i {
  background-image: url("../img/icon135.png");
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(4) > div:nth-child(1) > i {
  right: 0;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(4) > div:nth-child(1) > i > i {
  background-image: url("../img/icon136.png");
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(5) > div:nth-child(1) > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 0.5rem;
  position: relative;
  right: -5px;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:nth-child(5) > div:nth-child(1) > i > i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/icon101.png") no-repeat center;
  background-size: 100%;
  border-right: 0.45rem solid transparent;
  -webkit-filter: drop-shadow(0.45rem 0 #1d65d4);
          filter: drop-shadow(0.45rem 0 #1d65d4);
  position: relative;
  left: -0.45rem;
  height: 0.5rem;
}
#processAndCost .processAndCost-content > div:nth-child(6) > div:last-child {
  width: 80%;
}

#charge {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  margin-top: 30px;
  padding-bottom: 0;
}
#charge .charge-content {
  width: 100%;
  margin-top: 30px;
  position: relative;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#charge .charge-content table {
  margin: auto;
  font-size: 0.18rem;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed;
}
#charge .charge-content table thead {
  background: #1d65d4;
  color: white;
}
#charge .charge-content table thead th {
  text-align: center;
  border: 1px solid #d2d2d2;
  padding: 5px 0;
}
#charge .charge-content table thead th:nth-child(1) {
  width: 4.5rem;
}
#charge .charge-content table thead th:nth-child(2) {
  width: 1.4rem;
}
#charge .charge-content table thead th:nth-child(3) {
  width: 4.5rem;
}
#charge .charge-content table td {
  padding: 5px 0;
  padding-left: 0.2rem;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#charge .charge-content table td a {
  color: #ff0000;
  text-decoration: underline;
}
#charge .charge-content table td:nth-child(2) {
  padding: 5px 0;
  text-align: center;
}

#obtain {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  margin-top: 30px;
  padding-bottom: 0;
}
#obtain .obtain-content {
  width: 100%;
  margin-top: 30px;
  position: relative;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#obtain .obtain-content-left {
  width: 43%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.4rem;
  position: relative;
}
#obtain .obtain-content-left > p {
  width: 100%;
  font-size: 0.18rem;
  color: #1a1a1a;
  line-height: 1.8;
}
#obtain .obtain-content-left > p:last-child {
  position: absolute;
  left: 0.4rem;
  bottom: 0;
}
#obtain .obtain-content-right {
  width: 57%;
}
#obtain .obtain-content-right img {
  display: block;
  width: 100%;
}
