#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;
}

.page {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.page li {
  height: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid #b4b4b4;
  background: white;
  color: black;
  margin: 0 2.5px;
  float: left;
}

.thisclass {
  background: #1d65d4 !important;
  color: white !important;
}

#banner {
  width: 100%;
  position: relative;
}
#banner img {
  display: block;
  width: 100%;
}
#banner .banner-content {
  position: absolute;
  top: 5%;
  right: 12%;
  background: rgba(225, 103, 102, 0.7);
  padding: 0.2rem;
  font-size: 0;
}
#banner .banner-content h3 {
  font-size: 0.3rem;
  font-weight: initial;
  color: white;
  text-align: center;
}
#banner .banner-content h3 span {
  font-size: 0.45rem;
  font-weight: bold;
}
#banner .banner-content h1 {
  font-size: 0.4rem;
  color: white;
  letter-spacing: 2px;
  text-align: center;
}
#banner .banner-content h1 span {
  font-size: 0.7rem;
  font-weight: bold;
}
#banner .banner-content h2 {
  font-size: 0.4rem;
  color: white;
  font-weight: initial;
  text-align: center;
}
#banner .banner-content div {
  text-align: center;
  margin-top: 10px;
}
#banner .banner-content div a {
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: white;
  background: transparent;
  text-align: center;
  border: 2px solid white;
  font-size: 0.3rem;
}

nav {
  width: 100%;
  height: 30px;
  background: #eeeeee;
}
nav div {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  height: 30px;
  line-height: 30px;
  color: #828691;
  font-size: 0.2rem;
}
nav a:hover {
  color: #1d65d4;
}

#article {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#article .article-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article .article-content-left {
  width: calc(100% - 22% - 50px);
  margin-right: 50px;
}
#article .article-content-left .content-body {
  width: 100%;
  min-height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.35rem 0.2rem 0.35rem;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
}
#article .article-content-left .content-body-content {
  padding-bottom: 0.35rem;
  border-bottom: 1px dashed #aeaeae;
}
#article .article-content-left .content-body-content > h1 {
  width: 100%;
  text-align: center;
  font-size: 0.35rem;
}
#article .article-content-left .content-body-content > p {
  width: 100%;
  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;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #aeaeae;
}
#article .article-content-left .content-body-content > p > span {
  font-size: 0.18rem;
  margin-right: 45px;
}
#article .article-content-left .content-body-content > p > span i {
  font-style: normal;
}
#article .article-content-left .content-body-content > p > b {
  width: 30px;
  height: 20px;
  font-style: none;
  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;
  font-size: 0;
}
#article .article-content-left .content-body-content > p > b > i {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 20px;
}
#article .article-content-left .content-body-content > p > b > i > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon143.png") no-repeat center;
  background-size: 100%;
  border-right: 20px solid transparent;
  -webkit-filter: drop-shadow(20px 0 #7f7f7f);
          filter: drop-shadow(20px 0 #7f7f7f);
  position: relative;
  left: -20px;
}
#article .article-content-left .content-body-content > p .fx {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e4e3df;
  font-size: 0;
  position: relative;
  margin-left: 5px;
}
#article .article-content-left .content-body-content > p .fx > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#article .article-content-left .content-body-content > p .fx > i > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon144.png") no-repeat center;
  background-size: 100%;
  border-right: 20px solid transparent;
  -webkit-filter: drop-shadow(20px 0 white);
          filter: drop-shadow(20px 0 white);
  position: relative;
  left: -20px;
}
#article .article-content-left .content-body-content > p .fx:hover {
  background: #ffa200;
}
#article .article-content-left .content-body-content > p .fx-img2 {
  background-image: url("../img/icon145.png") !important;
}
#article .article-content-left .content-body-content > p .fx-img3 {
  background-image: url("../img/icon146.png") !important;
}
#article .article-content-left .content-body-content > p .fx-img4 {
  background-image: url("../img/icon147.png") !important;
}
#article .article-content-left .content-body-content > p .fx-img5 {
  background-image: url("../img/icon148.png") !important;
}
#article .article-content-left .content-body-content > p .fx-img6 {
  background-image: url("../img/icon149.png") !important;
}
#article .article-content-left .content-body-content-text {
  font-size: 0.21rem;
}
#article .article-content-left .content-body-content-text p {
  font-size: 0.2rem;
  text-indent: 0.34rem;
  margin: 20px 0;
  border-bottom: none;
  line-height: 2;
}
#article .article-content-left .content-body-content-text p a {
  color: #1d65d4;
  border-bottom: 1px dashed #1d65d4;
}
#article .article-content-left .content-body-content-text p a:hover {
  color: #ff0000;
  border-bottom: 1px dashed #ff0000;
}
#article .article-content-left .content-body-content-text h3 {
  position: relative;
  left: -0.3rem;
  display: inline;
  padding: 0.06rem 0.1rem;
  background: -webkit-gradient(linear, right top, left top, from(#ff6a19), to(#ffad39));
  background: linear-gradient(to left, #ff6a19, #ffad39);
  font-size: 0.25rem;
  color: white;
  font-weight: 100;
}
#article .article-content-left .content-body-content-text h3::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(45deg, transparent 50%, #ce580e 0);
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
#article .article-content-left .content-body-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #aeaeae;
  padding: 5px 0;
}
#article .article-content-left .content-body-nav > span {
  padding: 0 0.3rem;
  background-position: 10px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 0;
}
#article .article-content-left .content-body-nav > span > P {
  font-size: 0.18rem;
}
#article .article-content-left .content-body-nav > span > P a {
  display: block;
}
#article .article-content-left .content-body-nav > span:nth-child(1) {
  background: url(../img/icon-prev.png) no-repeat left center;
  background-position: 10px;
}
#article .article-content-left .content-body-nav > span:nth-child(1):hover {
  background-position: 5px;
  cursor: default;
}
#article .article-content-left .content-body-nav > span:nth-child(1):hover a {
  color: #ffa200;
}
#article .article-content-left .content-body-nav > span:nth-child(2) {
  background: url(../img/icon-next.png) no-repeat left center;
  background-position: 96%;
}
#article .article-content-left .content-body-nav > span:nth-child(2) > p {
  text-align: right;
}
#article .article-content-left .content-body-nav > span:nth-child(2):hover {
  background-position: 99%;
  cursor: default;
}
#article .article-content-left .content-body-nav > span:nth-child(2):hover a {
  color: #ffa200;
}
#article .article-content-left .content-body .introduction {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  padding-top: 0.4rem;
  position: relative;
  background: #eeeeee;
  margin: 30px 0;
  font-size: 0.18rem;
  color: #8b8b8b;
  text-indent: 0.34rem;
  line-height: 2;
}
#article .article-content-left .content-body .introduction > div {
  width: 1.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6a19), to(#ffad39));
  background: linear-gradient(#ff6a19, #ffad39);
  font-size: 0.2rem;
  color: white;
  text-align: center;
  position: absolute;
  top: -0.1rem;
  left: 5%;
  text-indent: 0;
}
#article .article-content-left .content-body .introduction > div > div {
  width: 0.1rem;
  height: 0.1rem;
  background: linear-gradient(232deg, transparent 50%, #ce580e 0);
  position: absolute;
  top: 0;
  right: -0.1rem;
}
#article .article-content-left .scanning {
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  position: relative;
}
#article .article-content-left .scanning img {
  display: block;
  width: 100%;
}
#article .article-content-left .scanning-text {
  position: absolute;
  top: 25%;
  left: 21%;
}
#article .article-content-left .scanning-text h1 {
  font-size: 0.33rem;
  color: #1d65d4;
}
#article .article-content-left .scanning-text h2 {
  font-size: 0.33rem;
  color: #1d65d4;
}
#article .article-content-left .scanning-text div {
  width: 105%;
  height: 0;
  border-bottom: 1px solid #eee;
  margin: 0.1rem 0;
  margin-left: -2.5%;
}
#article .article-content-left .scanning-text p {
  font-size: 0.27rem;
  text-align: center;
  color: #585858;
}
#article .article-content-left .scanning-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 17%;
  right: 5%;
}
#article .article-content-left .scanning-img > div:nth-child(1) {
  width: 1.7rem;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0.6rem;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div {
  width: 100%;
  font-size: 0;
  background: transparent;
  border: 1px solid #1d65d4;
  border-radius: 20px;
  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;
  padding: 2px;
  margin-bottom: 20px;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div > i {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  margin-right: 2px;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div > i > i {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/icon29.png) no-repeat center;
  background-size: 100%;
  border-right: 0.3rem solid transparent;
  -webkit-filter: drop-shadow(0.3rem 0 #1d65d4);
          filter: drop-shadow(0.3rem 0 #1d65d4);
  position: relative;
  left: -0.3rem;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div span {
  font-size: 0.2rem;
  color: #1d65d4;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div:hover, #article .article-content-left .scanning-img > div:nth-child(1) > div.check {
  background: #1d65d4;
  cursor: pointer;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div:hover > i > i, #article .article-content-left .scanning-img > div:nth-child(1) > div.check > i > i {
  -webkit-filter: drop-shadow(0.3rem 0 white);
          filter: drop-shadow(0.3rem 0 white);
}
#article .article-content-left .scanning-img > div:nth-child(1) > div:hover span, #article .article-content-left .scanning-img > div:nth-child(1) > div.check span {
  color: white;
}
#article .article-content-left .scanning-img > div:nth-child(1) > div:nth-child(2) > i > i {
  background: url(../img/icon28.png) no-repeat center;
  background-size: 100%;
  border-right: 0.3rem solid transparent;
}
#article .article-content-left .scanning-img div:nth-child(2) {
  width: 1.7rem;
}
#article .article-content-left .scanning-img div:nth-child(2) img {
  display: block;
  width: 100%;
}
#article .article-content-left .related {
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#article .article-content-left .related h2 {
  width: 100%;
  font-size: 0.25rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #394556;
}
#article .article-content-left .related h1 span {
  color: #1d65d4;
}
#article .article-content-left .related .related-left {
  width: 65%;
  height: 3rem;
}
#article .article-content-left .related .related-left > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#article .article-content-left .related .related-left .related-left-body {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}
#article .article-content-left .related .related-left .related-left-body > div {
  width: 30%;
  height: 1.25rem;
  overflow: hidden;
  font-size: 0;
}
#article .article-content-left .related .related-left .related-left-body > div a {
  font-size: 0.22rem;
}
#article .article-content-left .related .related-left .related-left-body > div a:hover {
  cursor: pointer;
  color: #1d65d4;
}
#article .article-content-left .related .related-left .related-left-body > div p {
  margin-top: 0.15rem;
  line-height: 1.5;
  font-size: 0.18rem;
  color: #5f677b;
}
#article .article-content-left .related .related-left .related-left-body > div p:hover {
  cursor: default;
}
#article .article-content-left .related .related-left .related-left-body > div:nth-child(1) img {
  display: block;
  width: 100%;
}
#article .article-content-left .related .related-left .related-left-body > div:nth-child(2) {
  margin-left: 10px;
  width: calc(70% - 10px);
}
#article .article-content-left .related .related-right {
  width: calc(35% - 20px);
  margin-left: 20px;
}
#article .article-content-left .related .related-right ul {
  width: 100%;
  padding-top: 10px;
}
#article .article-content-left .related .related-right ul li {
  color: #c5c5c5;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#article .article-content-left .related .related-right ul li b {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #c5c5c5;
  margin-right: 10px;
}
#article .article-content-left .related .related-right ul li a {
  width: calc(100% - 0.08rem - 10px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: black;
}
#article .article-content-left .related .related-right ul li:hover a {
  color: #ff0000;
  cursor: pointer;
}
#article .article-content-left .issues {
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#article .article-content-left .issues > div:nth-child(1) {
  width: 100%;
  font-size: 0.25rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#article .article-content-left .issues > div:nth-child(1) h2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  border-left: 5px solid #394556;
  font-size: 0.23rem;
  color: #394556;
}
#article .article-content-left .issues > div:nth-child(1) p {
  font-size: 0.2rem;
  color: #949494;
}
#article .article-content-left .issues > div:nth-child(2) {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article .article-content-left .issues > div:nth-child(2) ul {
  width: 50%;
  font-size: 0;
}
#article .article-content-left .issues > div:nth-child(2) ul li {
  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;
  margin-bottom: 0.2rem;
  width: 90%;
}
#article .article-content-left .issues > div:nth-child(2) ul li > i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  overflow: hidden;
  margin-right: 2px;
}
#article .article-content-left .issues > div:nth-child(2) ul li > i > i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/icon16.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;
}
#article .article-content-left .issues > div:nth-child(2) ul a {
  width: calc(100% - 0.4rem);
  margin-left: 0.1rem;
  font-size: 0.18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .article-content-left .issues > div:nth-child(2) ul a:hover {
  color: #ff0000;
  cursor: pointer;
}
#article .article-content-left .service {
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 3px 4px 20px #cccccc;
          box-shadow: 3px 4px 20px #cccccc;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#article .article-content-left .service > div:nth-child(1) {
  width: 100%;
  font-size: 0.25rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#article .article-content-left .service > div:nth-child(1) h2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  border-left: 5px solid #394556;
  font-size: 0.23rem;
  color: #394556;
}
#article .article-content-left .service > div:nth-child(1) p {
  font-size: 0.2rem;
  color: #949494;
}
#article .article-content-left .service > div:nth-child(2) {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body {
  width: 25%;
  height: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url("../img/59ba302c71738.jpg");
  background-size: 185%;
  background-repeat: no-repeat;
  background-position: -30px;
  overflow: hidden;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show {
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.7);
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show > div {
  width: 100%;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show > div > div {
  width: 60px;
  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;
  margin: auto;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show > div > div img {
  display: block;
  width: 50px;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show > div > div:nth-child(2) {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show > div > div:nth-child(2) > div {
  width: 50px;
  height: 0;
  border-top: 1px solid #fff;
  margin: auto;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body-show > div h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body:nth-child(2) {
  background: url("../img/fuwu-la1.png");
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: -30px;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body:nth-child(3) {
  background: url("../img/fuwu-xg2.png");
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: -27px 0px;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body:nth-child(4) {
  background: url("../img/fuwu03.jpg");
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: -90px -35px;
}
#article .article-content-left .service > div:nth-child(2) .service-content-body:hover > div {
  background-color: rgba(29, 101, 212, 0.7);
}
#article .article-content-right {
  width: 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  position: relative;
}
#article .article-content-right > h3 {
  padding-left: 8px;
  font-size: 19px;
  border-left: 3px solid;
  margin-bottom: 10px;
  color: #394556;
}
#article .article-content-right > p {
  padding: 2px 0;
  font-size: 15px;
  margin-bottom: 3px;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
#article .article-content-right > a {
  display: inline-block;
  width: 100%;
  /* height: 3.2rem; */
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
#article .article-content-right > a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#article .article-content-right > a > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  color: white;
}
#article .article-content-right > a:hover > img {
  width: 105%;
  height: 105%;
}
#article .article-content-right > a:hover > div {
  color: #1d65d4;
}
#article .article-content-right-city {
  width: 100%;
  margin-top: 20px;
}
#article .article-content-right-city h3 {
  padding-left: 8px;
  font-size: 19px;
  border-left: 3px solid;
  margin-bottom: 10px;
  color: #394556;
}
#article .article-content-right-city p {
  padding: 2px 0;
  font-size: 15px;
  margin-bottom: 3px;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
#article .article-content-right-city > div {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}
#article .article-content-right-city > div a {
  display: inline-block;
  width: 24%;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #eeeeee;
  color: #5f5f5f;
  font-size: 15px;
  padding: 5px 0;
}
#article .article-content-right-city > div a:hover {
  background: #1d65d4;
  color: white;
}

#introduce {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding: 0;
  -webkit-box-shadow: 0px -1px 5px #cccccc;
          box-shadow: 0px -1px 5px #cccccc;
  background: #ffffff;
}
#introduce .banner-nav {
  width: 1100px;
  height: 70px;
  margin: auto;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#introduce .banner-nav > div {
  width: 220px;
  height: 70px;
  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;
  cursor: default;
  background: transparent;
}
#introduce .banner-nav > div .banner-nav-body {
  width: 219px;
  height: 42px;
  font-size: 18px;
  border-right: 1px solid #c6c6c6;
  cursor: default;
}
#introduce .banner-nav > div .banner-nav-body > div.img {
  width: 35px;
  height: 42px;
  overflow: hidden;
  float: left;
  margin-left: 23px;
}
#introduce .banner-nav > div .banner-nav-body > div.img div.img-box {
  width: 35px;
  height: 84px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#introduce .banner-nav > div .banner-nav-body > div.img div.img-box > i:nth-child(1) {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 42px;
  background: transparent;
}
#introduce .banner-nav > div .banner-nav-body > div.img div.img-box > i:nth-child(1) > i {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../img/icon74.png") no-repeat center;
  background-size: 100%;
  border-right: 35px solid transparent;
  -webkit-filter: drop-shadow(35px 0 black);
          filter: drop-shadow(35px 0 black);
  position: relative;
  left: -35px;
  height: 42px;
}
#introduce .banner-nav > div .banner-nav-body > div.img div.img-box > i:nth-child(2) {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 42px;
  background: transparent;
}
#introduce .banner-nav > div .banner-nav-body > div.img div.img-box > i:nth-child(2) > i {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../img/icon74.png") no-repeat center;
  background-size: 100%;
  border-right: 35px solid transparent;
  -webkit-filter: drop-shadow(35px 0 #1d65d4);
          filter: drop-shadow(35px 0 #1d65d4);
  position: relative;
  left: -35px;
  height: 42px;
}
#introduce .banner-nav > div .banner-nav-body > span {
  width: 167px;
  height: 42px;
  line-height: 42px;
  text-indent: 10px;
  color: black;
}
#introduce .banner-nav > div .banner-nav-body:hover {
  cursor: pointer;
}
#introduce .banner-nav > div .banner-nav-body:hover span {
  color: #1d65d4;
}
#introduce .banner-nav > div .banner-nav-body:hover .img-box {
  margin-top: -48px;
}
#introduce .banner-nav > div:nth-child(2) .img-box > i:nth-child(1) > i {
  background-image: url("../img/icon75.png") !important;
}
#introduce .banner-nav > div:nth-child(2) .img-box > i:nth-child(2) > i {
  background-image: url("../img/icon75.png") !important;
}
#introduce .banner-nav > div:nth-child(3) .img-box > i:nth-child(1) > i {
  background-image: url("../img/icon76.png") !important;
}
#introduce .banner-nav > div:nth-child(3) .img-box > i:nth-child(2) > i {
  background-image: url("../img/icon76.png") !important;
}
#introduce .banner-nav > div:nth-child(4) .img-box > i:nth-child(1) > i {
  background-image: url("../img/icon77.png") !important;
}
#introduce .banner-nav > div:nth-child(4) .img-box > i:nth-child(2) > i {
  background-image: url("../img/icon77.png") !important;
}
#introduce .banner-nav > div:nth-child(5) .img-box > i:nth-child(1) > i {
  background-image: url("../img/icon78.png") !important;
}
#introduce .banner-nav > div:nth-child(5) .img-box > i:nth-child(2) > i {
  background-image: url("../img/icon78.png") !important;
}

.scr {
  width: 18.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  position: fixed;
  top: 1rem;
  right: 7.5%;
  display: none;
}
.scr > h3 {
  padding-left: 8px;
  font-size: 19px;
  border-left: 3px solid;
  margin-bottom: 10px;
  color: #394556;
}
.scr > p {
  padding: 2px 0;
  font-size: 15px;
  margin-bottom: 3px;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
.scr > a {
  display: inline-block;
  width: 100%;
  height: 3.2rem;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.scr > a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.scr > a > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  color: white;
}
.scr > a:hover > img {
  width: 105%;
  height: 105%;
}
.scr > a:hover > div {
  color: #1d65d4;
}
.scr .article-content-right-city {
  width: 100%;
  margin-top: 20px;
}
.scr .article-content-right-city h3 {
  padding-left: 8px;
  font-size: 19px;
  border-left: 3px solid;
  margin-bottom: 10px;
  color: #394556;
}
.scr .article-content-right-city p {
  padding: 2px 0;
  font-size: 15px;
  margin-bottom: 3px;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
.scr .article-content-right-city > div {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}
.scr .article-content-right-city > div a {
  display: inline-block;
  width: 24%;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #eeeeee;
  color: #5f5f5f;
  font-size: 15px;
  padding: 5px 0;
}
.scr .article-content-right-city > div a:hover {
  background: #1d65d4;
  color: white;
}
