#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: 15%;
  right: 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-right {
  width: 60%;
  font-size: 0;
  text-align: right;
}
#banner .banner-content-right h1 {
  font-size: 0.35rem;
  color: white;
}
#banner .banner-content-right h2 {
  font-size: 0.35rem;
  color: white;
}
#banner .banner-content-right p {
  width: 100%;
  font-size: 0.2rem;
  color: white;
  line-height: 1.8;
  text-align: left;
}
#banner .banner-content-right 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-right a:hover {
  background: #1d65d4;
  border-color: #1d65d4;
}
#banner .banner-content-left {
  width: 40%;
  height: 1.7rem;
  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-left: -0.55rem;
}
#banner .banner-content-left p {
  width: 95%;
  overflow: hidden;
  font-size: 0.18rem;
  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-left p b {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
  position: absolute;
  left: 3%;
  top: 13px;
}
#banner .banner-content-left div {
  width: 0.35rem;
  height: 20px;
  background: linear-gradient(35deg, transparent 50%, #11194f 0);
  position: absolute;
  bottom: -20px;
  left: 0;
}

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;
  width: 90%;
}
#consulting .consulting-content-top {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#consulting .consulting-content-top > div {
  width: 49%;
  height: 3.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  background: white;
  -webkit-box-shadow: 2px 2px 10px #888888;
          box-shadow: 2px 2px 10px #888888;
  font-size: 0;
}
#consulting .consulting-content-top > div h3 {
  padding-left: 8px;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.25rem;
  border-left: 3px solid;
  margin-bottom: 10px;
  color: #394556;
}
#consulting .consulting-content-top > div > p {
  padding: 2px 0;
  font-size: 0.15rem;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
#consulting .consulting-content-top > div > p:last-child {
  border-bottom: none;
  color: #e02b2b;
}
#consulting .consulting-content-top > div .content-body {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#consulting .consulting-content-top > div .content-body > div {
  width: 49%;
  margin-top: 10px;
}
#consulting .consulting-content-top > div .content-body > div h4 {
  width: 100%;
  text-align: right;
  color: white;
  font-size: 0.2rem;
  background: #1d65d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
#consulting .consulting-content-top > div .content-body > div > div {
  width: 100%;
  height: 2.1rem;
  text-align: right;
  color: #333333;
  font-size: 0.18rem;
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 10px 0;
}
#consulting .consulting-content-top > div .content-body > div > div p {
  margin-bottom: 5px;
}
#consulting .consulting-content-top > div .content-body > div:nth-child(2) {
  width: 5px;
  position: relative;
}
#consulting .consulting-content-top > div .content-body > div:nth-child(2) img {
  display: block;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  margin-left: -15px;
}
#consulting .consulting-content-top > div .content-body > div:nth-child(3) h4 {
  text-align: left;
  padding-left: 20px;
}
#consulting .consulting-content-top > div .content-body > div:nth-child(3) > div {
  text-align: left;
  padding: 10px 0px 10px 20px;
}
#consulting .consulting-content-top .consulting-content-bottom {
  width: 66.5%;
  margin-top: 30px;
}
#consulting .consulting-content-top .consulting-content-bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div {
  width: 20%;
  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;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > div {
  width: 100%;
  margin: 0.1rem 0;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > i > i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icon37.png") no-repeat center;
  background-size: 100%;
  border-right: 0.5rem solid transparent;
  -webkit-filter: drop-shadow(0.5rem 0 rgba(74, 84, 100, 0.5));
          filter: drop-shadow(0.5rem 0 rgba(74, 84, 100, 0.5));
  position: relative;
  left: -0.5rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > span {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  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;
  border: 2px solid #1d65d4;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > span > span {
  width: 0.18rem;
  height: 0.18rem;
  background: #1d65d4;
  border-radius: 50%;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > p {
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div > p span {
  font-size: 0.17rem;
  color: #6e6e6e;
  text-align: center;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(2) {
  position: relative;
  top: -0.04rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(2) > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  width: 0.5rem;
  position: relative;
  top: 0.02rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(2) > i > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/icon47.png") no-repeat center;
  background-size: 100%;
  border-right: 0.6rem solid transparent;
  -webkit-filter: drop-shadow(0.6rem 0 rgba(74, 84, 100, 0.5));
          filter: drop-shadow(0.6rem 0 rgba(74, 84, 100, 0.5));
  position: relative;
  left: -0.6rem;
  width: 0.5rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(3) {
  position: relative;
  top: -0.04rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(3) > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  width: 0.5rem;
  position: relative;
  top: 0.02rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(3) > i > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/icon45.png") no-repeat center;
  background-size: 100%;
  border-right: 0.6rem solid transparent;
  -webkit-filter: drop-shadow(0.6rem 0 rgba(74, 84, 100, 0.5));
          filter: drop-shadow(0.6rem 0 rgba(74, 84, 100, 0.5));
  position: relative;
  left: -0.6rem;
  width: 0.5rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(4) {
  position: relative;
  top: -0.04rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(4) > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  position: relative;
  top: 0.02rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:nth-child(4) > i > i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/icon46.png") no-repeat center;
  background-size: 100%;
  border-right: 0.6rem solid transparent;
  -webkit-filter: drop-shadow(0.6rem 0 rgba(74, 84, 100, 0.5));
          filter: drop-shadow(0.6rem 0 rgba(74, 84, 100, 0.5));
  position: relative;
  left: -0.6rem;
}
#consulting .consulting-content-top .consulting-content-bottom > div > div:last-child {
  width: 80%;
  position: absolute;
  top: 48%;
  left: 10%;
  height: 0;
  border-bottom: 2px solid #1d65d4;
}
#consulting .consulting-content-top .consulting-content-bottom > h2 {
  text-align: center;
  color: #1d65d4;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
#consulting .consulting-content-top .consulting-content-bottom > h2 span {
  font-size: 0.17rem;
  color: black;
  font-weight: initial;
}
#consulting .consulting-content-top > div:last-child {
  width: 32%;
  margin-top: 30px;
}
#consulting .consulting-content-top > div:last-child > p {
  padding: 2px 0;
  font-size: 0.19rem;
  color: #333333;
  margin-bottom: 3px;
  border: none;
}
#consulting .consulting-content-top > div:last-child p:nth-child(2) {
  font-size: 0.15rem;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
#consulting .consulting-content-top > div:last-child a {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: white;
  background: linear-gradient(45deg, #4d5ff1, #169df7);
  text-align: center;
  font-size: 0.2rem;
  margin-top: 10px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
#consulting .consulting-content-top > div:last-child a:hover {
  -webkit-box-shadow: 5px 5px 5px #888888;
          box-shadow: 5px 5px 5px #888888;
}
#consulting .consulting-content-top > div:last-child p:nth-child(6) {
  color: #ff0000;
  margin-top: 20px;
}

#articleList {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding-top: 0;
}
#articleList .articleList-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#articleList .articleList-content > div > h3 {
  padding-left: 8px;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.25rem;
  border-left: 3px solid;
  margin-bottom: 10px;
  color: #394556;
}
#articleList .articleList-content > div > p {
  padding: 2px 0;
  font-size: 0.19rem;
  margin-bottom: 3px;
  color: #949494;
  border-bottom: 1px solid #b4b4b4;
}
#articleList .articleList-content-left {
  width: 66.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(100% - 66.5% - 400px);
}
#articleList .articleList-content-left > div {
  width: 100%;
  min-height: 515px;
  max-height: 2640px;
}
#articleList .articleList-content-right {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
#articleList .articleList-content-right > a {
  display: inline-block;
  width: 100%;
  /* height: 3.2rem; */
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
#articleList .articleList-content-right > a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
#articleList .articleList-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: 0.25rem;
  color: white;
}
#articleList .articleList-content-right > a:hover > img {
  width: 105%;
  height: 105%;
}
#articleList .articleList-content-right > a:hover > div {
  color: #1d65d4;
}
#articleList .articleList-content .conten-body {
  position: relative;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #b4b4b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  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;
}
#articleList .articleList-content .conten-body-img {
  width: 200px;
  height: 125px;
  overflow: hidden;
}
#articleList .articleList-content .conten-body-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#articleList .articleList-content .conten-body-img:hover img {
  width: 105%;
  height: 105%;
}
#articleList .articleList-content .conten-body-text {
  width: calc(100% - 210px);
  height: 125px;
  margin-left: 10px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#articleList .articleList-content .conten-body-text > a:nth-child(1) {
  width: 100%;
  font-size: 0.23rem;
  font-weight: bold;
  color: #4a5464;
}
#articleList .articleList-content .conten-body-text > a:nth-child(1):hover {
  color: #1d65d4;
  cursor: pointer;
}
#articleList .articleList-content .conten-body-text > a:nth-child(2) {
  width: 100%;
  height: 70px;
  font-size: 0.175rem;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
#articleList .articleList-content .conten-body-text > a:nth-child(2):hover {
  color: #1d65d4;
  cursor: pointer;
}
#articleList .articleList-content .conten-body-text > div {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
#articleList .articleList-content .conten-body-text > div > i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/icon24.png) no-repeat;
  background-size: 100%;
}
#articleList .articleList-content .conten-body-text > div > span {
  margin-left: 10px;
  font-size: 0.15rem;
}
#articleList .articleList-content .conten-body > img {
  display: block;
  width: 100%;
  width: 40px;
  position: absolute;
  top: -8px;
  right: 25px;
  display: none;
}
#articleList .articleList-content .conten-body.hot {
  -webkit-box-shadow: 5px 5px 15px #888;
          box-shadow: 5px 5px 15px #888;
  margin-top: 20px;
}
#articleList .articleList-content .conten-body.hot > img {
  display: block;
}

#advertising {
  width: 100%;
  height: 150;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: 10;
}
#advertising img {
  display: block;
  width: 100%;
}
#advertising .advertising-text {
  position: absolute;
  left: 29%;
  top: 13%;
}
#advertising .advertising-text h1 {
  font-size: 0.53rem;
  color: white;
}
#advertising .advertising-text > div {
  background: rgba(203, 21, 13, 0.7);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0;
  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-line-pack: center;
      align-content: center;
  margin-top: 12px;
}
#advertising .advertising-text > div .style {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid white;
  margin-right: 5px;
  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;
}
#advertising .advertising-text > div .style i {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: white;
}
#advertising .advertising-text > div > div {
  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;
}
#advertising .advertising-text > div > div span {
  font-size: 0.21rem;
  color: white;
}
#advertising .advertising-text > div > h3 {
  font-size: 0.3rem;
  color: white;
}
#advertising .advertising-text > div > span {
  font-size: 0.2rem;
  color: white;
}
#advertising .advertising-btn {
  font-size: 0;
  position: absolute;
  right: 8%;
  bottom: 0;
}
#advertising .advertising-btn b {
  font-weight: 100;
  display: inline-block;
  display: inline-block;
  width: 2.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: white;
  background: transparent;
  text-align: center;
  border: 2px solid white;
  font-size: 0.25rem;
  position: relative;
  bottom: -10px;
}
#advertising .advertising-btn img {
  display: block;
  width: 30px;
}
#advertising .advertising-close {
  font-size: 0;
  position: absolute;
  right: 1%;
  top: 0;
  padding: 10px;
}
#advertising .advertising-close span {
  font-size: 0.3rem;
  color: white;
}

#advertising.shrink {
  margin-left: -85%;
}
#advertising.shrink .advertising-btn {
  right: 1%;
}
