#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%;
  right: 7.5%;
  width: 35%;
  padding: 0.25rem 0.2rem;
  background: rgba(34, 36, 35, 0.75);
  font-size: 0;
}
#banner .banner-content h2 {
  font-size: 0.35rem;
  color: white;
  text-align: right;
}
#banner .banner-content p {
  font-size: 0.19rem;
  color: white;
  line-height: 1.8;
  text-align: left;
  position: relative;
}
#banner .banner-content > div {
  text-align: right;
}
#banner .banner-content > div 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 > div a:hover {
  background: #1d65d4;
  border-color: #1d65d4;
}

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;
}

#consulting {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  background: url(../img/banner14.jpg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
#consulting .consulting-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  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;
}
#consulting .consulting-content-body {
  display: inline-block;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  -webkit-box-shadow: 2px 2px 10px #888888;
          box-shadow: 2px 2px 10px #888888;
  margin-bottom: 50px;
  background: white;
}
#consulting .consulting-content-body > div {
  position: relative;
  height: 2.2rem;
  overflow: hidden;
}
#consulting .consulting-content-body > div img {
  display: block;
  width: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#consulting .consulting-content-body > div > div {
  width: 100%;
  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-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
}
#consulting .consulting-content-body > div > div > i {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  background: transparent;
}
#consulting .consulting-content-body > div > div > i > i {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon51.png") no-repeat center;
  background-size: 100%;
  border-right: 0.8rem solid transparent;
  -webkit-filter: drop-shadow(0.8rem 0 white);
          filter: drop-shadow(0.8rem 0 white);
  position: relative;
  left: -0.8rem;
}
#consulting .consulting-content-body > div > div div {
  width: 100%;
}
#consulting .consulting-content-body > div > div div p {
  width: 20%;
  height: 0;
  border-bottom: 1px solid white;
  margin: 15px auto;
}
#consulting .consulting-content-body > div > div h3 {
  text-align: center;
  font-size: 0.3rem;
  color: white;
}
#consulting .consulting-content-body > div:hover > img {
  width: 105%;
}
#consulting .consulting-content-body > div:hover > div {
  background: rgba(29, 101, 212, 0.7);
}
#consulting .consulting-content-body > p {
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  line-height: 1.6;
  font-size: 0.19rem;
  color: #7c7c7c;
  margin-top: 0.1rem;
}
#consulting .consulting-content > a:nth-child(2) > div > div > i > i {
  background-image: url(../img/icon52.png);
}
#consulting .consulting-content > a:nth-child(3) > div > div > i > i {
  background-image: url(../img/icon57.png);
}
#consulting .consulting-content > a:nth-child(4) > div > div > i > i {
  background-image: url(../img/icon53.png);
}
#consulting .consulting-content > a:nth-child(5) > div > div > i > i {
  background-image: url(../img/icon58.png);
}
#consulting .consulting-content > a:nth-child(6) > div > div > i > i {
  background-image: url(../img/icon54.png);
}
#consulting .consulting-content > a:nth-child(7) > div > div > i > i {
  background-image: url(../img/icon61.png);
}
#consulting .consulting-content > a:nth-child(8) > div > div > i > i {
  background-image: url(../img/img5.png);
}
#consulting .consulting-content > a:nth-child(9) > div > div > i > i {
  background-image: url(../img/icon59.png);
}
#consulting .consulting-content > a:nth-child(10) > div > div > i > i {
  background-image: url(../img/icon55.png);
}
#consulting .consulting-content > a:nth-child(11) > div > div > i > i {
  background-image: url(../img/icon60.png);
}
#consulting .consulting-content > a:nth-child(12) > div > div > i > i {
  background-image: url(../img/icon56.png);
}

#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;
}
