@charset "UTF-8";
#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;
}

.head {
  width: 100%;
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.8rem 0 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.head .head-logo {
  width: 9.5rem;
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.head .head-logo img {
  display: block;
  width: 3.7rem;
}
.head div.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
}
.head div.nav > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.7rem;
  position: relative;
  -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;
  font-size: 0.2rem;
  color: white;
}
.head div.nav > a span {
  display: block;
  text-align: center;
  line-height: 1.5;
}
.head div.nav > a div.navStyle {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: white;
}
.head div.nav > a div.navStyle > div {
  width: 0;
  height: 0;
  margin: auto;
  position: relative;
  top: -5px;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.head div.nav > a:hover,
.head div.nav a.on {
  cursor: pointer;
}
.head div.nav > a:hover div.navStyle,
.head div.nav a.on div.navStyle {
  display: block;
}

#banner {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding: 0;
}
#banner > img {
  display: block;
  width: 100%;
}

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;
}

#nav {
  width: 100%;
  height: 2rem;
  -webkit-box-shadow: 0 5px 10px #ddd;
          box-shadow: 0 5px 10px #ddd;
  position: relative;
}
#nav .nav-content {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-bottom: 2px solid transparent;
}
#nav .nav-content-one {
  width: 2rem;
  height: calc(2rem - 5px);
  border-bottom: 5px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 10px;
}
#nav .nav-content-one > i {
  display: inline-block;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  overflow: hidden;
  margin-right: 2px;
  background: white;
  height: 0.8rem;
  margin-top: 10px;
}
#nav .nav-content-one > i > i {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/icon137.png") no-repeat center;
  background-size: 100%;
  border-right: 0.7rem solid transparent;
  -webkit-filter: drop-shadow(0.7rem 0 #8f8f8f);
          filter: drop-shadow(0.7rem 0 #8f8f8f);
  position: relative;
  left: -0.7rem;
  height: 0.8rem;
}
#nav .nav-content-one h3 {
  width: 100%;
  text-align: center;
  color: #8f8f8f;
  font-size: 0.2rem;
  margin: 5px 0;
}
#nav .nav-content-one p {
  width: 100%;
  text-align: center;
  color: #8f8f8f;
  font-size: 0.16rem;
  line-height: 1.5;
}
#nav .nav-content-one:hover, #nav .nav-content-one.on {
  border-color: #1d65d4;
  cursor: auto;
}
#nav .nav-content-one:hover > i > i, #nav .nav-content-one.on > i > i {
  -webkit-filter: drop-shadow(0.7rem 0 #1d65d4);
          filter: drop-shadow(0.7rem 0 #1d65d4);
}
#nav .nav-content-one:hover h3,
#nav .nav-content-one:hover p, #nav .nav-content-one.on h3,
#nav .nav-content-one.on p {
  color: #1d65d4;
}
#nav .nav-content > div:nth-child(2) > i i {
  background-image: url(../img/icon138.png);
}
#nav .nav-content > div:nth-child(3) > i i {
  background-image: url(../img/icon139.png);
}
#nav .nav-content > div:nth-child(4) > i i {
  background-image: url(../img/icon140.png);
}
#nav .nav-content > div:nth-child(5) > i i {
  background-image: url(../img/icon141.png);
}
#nav .nav-content > div:nth-child(6) > i i {
  background-image: url(../img/icon142.png);
}

#content {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#content .content-body {
  width: 85%;
  min-width: 1200px;
  margin: auto;
}
#content .content-body h1 {
  width: 100%;
  font-size: 0.3rem;
  color: #1d65d4;
  margin-bottom: 10px;
}
#content .content-body p {
  width: 100%;
  font-size: 0.2rem;
  color: #353535;
  line-height: 1.7;
}
#content .content-body .content-body-img {
  position: relative;
  width: 100%;
  height: 5.5rem;
  margin-bottom: 50px;
}
#content .content-body .content-body-img > div:nth-child(1) {
  width: 5.5rem;
  height: 3rem;
  background: url(../img/img88.jpg) no-repeat;
  background-size: 100%;
  background-position-y: -0.5rem;
  border: 7px solid white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 10%;
  top: 25%;
  z-index: 1;
}
#content .content-body .content-body-img > div:nth-child(2) {
  width: 6.5rem;
  height: 4.8rem;
  background: url(../img/img89.jpg) no-repeat;
  background-size: 120%;
  background-position: 0 -0.5rem;
  border: 7px solid white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 40%;
  top: 7%;
}
#content .content-body .content-body-img2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-top: 50px;
  margin-bottom: 50px;
}
#content .content-body .content-body-img2 img {
  width: 8rem;
  display: block;
}
#content .content-body .content-body-img3 {
  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;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 13.5rem;
  height: 3.5rem;
  overflow: hidden;
  margin: 50px auto;
}
#content .content-body .content-body-img3-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  left: 4.5rem;
}
#content .content-body .content-body-img3-body > div {
  width: 4.5rem;
  height: 3rem;
  overflow: hidden;
  border: 5px solid white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content .content-body .content-body-img3-body > div img {
  width: 100%;
  display: block;
  position: relative;
  top: -2.2rem;
}
#content .content-body .content-body-img3-body > div.on {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  z-index: 1;
}
#content .content-body .content-body-img3-body .team-img2 img {
  top: 0;
}
#content .content-body .content-body-img3-body .team-img3 img {
  top: -1.2rem;
}
#content .content-body .content-body-img3-body .team-img4 img {
  top: 0;
  width: 100%;
  height: 100%;
}
#content .content-body .content-body-img3-body .team-img5 img {
  top: 0;
  width: 100%;
  height: 100%;
}
#content .content-body .content-body-img3 .t {
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
#content .content-body .content-body-img4 {
  width: 100%;
  height: 6.5rem;
  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;
  position: relative;
  margin-top: 20px;
}
#content .content-body .content-body-img4 .bankLogo {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
#content .content-body .content-body-img4 .bankLogo-one {
  width: 1.5rem;
  height: 1.8rem;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  font-size: 0;
  left: 0;
  top: 1.5rem;
  z-index: 1;
}
#content .content-body .content-body-img4 .bankLogo-one-img {
  display: inline-block;
  width: 1.5rem;
  height: 0.45rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
  background: url(../img/img119.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo-one > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#content .content-body .content-body-img4 .bankLogo-one > div > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: rgba(210, 210, 210, 0.5);
}
#content .content-body .content-body-img4 .bankLogo-one:hover span {
  background: url(../img/img111.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo-one:hover > div > div {
  background-color: #1d65d4;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(2) {
  left: 1.35rem;
  top: 0.75rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(2) span {
  background: url(../img/img118.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(2):hover span {
  background: url(../img/img110.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(3) {
  left: 1.33rem;
  top: 2.29rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(3) span {
  background: url(../img/img121.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(3):hover span {
  background: url(../img/img113.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(4) {
  left: 2.7rem;
  top: 0rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(4) span {
  background: url(../img/img117.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(4):hover span {
  background: url(../img/img109.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(5) {
  left: 2.685rem;
  top: 1.54rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(5) span {
  background: url(../img/img120.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(5):hover span {
  background: url(../img/img112.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(6) {
  left: 4.03rem;
  top: 0.78rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(6) span {
  background: url(../img/img116.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(6):hover span {
  background: url(../img/img108.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(7) {
  left: 4.03rem;
  top: 2.32rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(7) span {
  background: url(../img/img122.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(7):hover span {
  background: url(../img/img114.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(8) {
  left: 5.38rem;
  top: 1.55rem;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(8) span {
  background: url(../img/img123.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 .bankLogo > div:nth-child(8):hover span {
  background: url(../img/img115.png) no-repeat;
  background-size: 100%;
}
#content .content-body .content-body-img4 img {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  width: 65%;
}
#content .content-body .content-body-img5 {
  width: 100%;
  height: 4rem;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  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;
}
#content .content-body .content-body-img5 .content {
  width: 80%;
  height: 62%;
  margin: 0 auto;
  display: block;
}
#content .content-body .content-body-img5 .pic {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 900px;
  z-index: 2;
  margin: 0 auto;
}
#content .content-body .content-body-img5 .pic ul {
  width: 740px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 80px;
}
#content .content-body .content-body-img5 .pic ul li {
  position: absolute;
}
#content .content-body .content-body-img5 .pic ul img {
  position: relative;
  top: 0;
  left: 0;
}
#content .content-body .content-body-img5 .pic ul .pic1 {
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
}
#content .content-body .content-body-img5 .pic ul .pic1 a {
  height: 410px;
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic1 a img {
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic2 {
  top: 60px;
  left: 0px;
  z-index: 2;
  opacity: 0.6;
}
#content .content-body .content-body-img5 .pic ul .pic2 a {
  height: 410px;
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic2 a img {
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic3 {
  top: 45px;
  left: 100px;
  z-index: 3;
  opacity: 0.9;
}
#content .content-body .content-body-img5 .pic ul .pic3 a {
  height: 450px;
  width: 270px;
}
#content .content-body .content-body-img5 .pic ul .pic3 a img {
  width: 270px;
}
#content .content-body .content-body-img5 .pic ul .pic4 {
  top: 30px;
  left: 235px;
  z-index: 4;
  opacity: 1;
}
#content .content-body .content-body-img5 .pic ul .pic4 a {
  height: 500px;
  width: 300px;
}
#content .content-body .content-body-img5 .pic ul .pic4 a img {
  width: 300px;
}
#content .content-body .content-body-img5 .pic ul .pic5 {
  top: 45px;
  left: 400px;
  z-index: 3;
  opacity: 0.9;
}
#content .content-body .content-body-img5 .pic ul .pic5 a {
  height: 450px;
  width: 270px;
}
#content .content-body .content-body-img5 .pic ul .pic5 a img {
  width: 270px;
}
#content .content-body .content-body-img5 .pic ul .pic6 {
  top: 60px;
  left: 500px;
  z-index: 2;
  opacity: 0.6;
}
#content .content-body .content-body-img5 .pic ul .pic6 a {
  height: 410px;
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic6 a img {
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic7 {
  top: 0px;
  left: 500px;
  z-index: 1;
  opacity: 0;
}
#content .content-body .content-body-img5 .pic ul .pic7 a {
  height: 410px;
  width: 240px;
}
#content .content-body .content-body-img5 .pic ul .pic7 a img {
  width: 240px;
}
#content .content-body .content-body-img5 .pic span {
  width: 50px;
  height: 90px;
  display: block;
  z-index: 2017;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 50%;
  margin-top: -45px;
}
#content .content-body .content-body-img5 .pic span.prev {
  left: 0px;
}
#content .content-body .content-body-img5 .pic span.next {
  right: 0px;
}
#content .content-body .content-body-img6 {
  width: 100%;
  height: 6.5rem;
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content .content-body .content-body-img6 .security-body {
  width: 50%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content .content-body .content-body-img6 .security-body-one {
  width: 30%;
  margin-top: 0.5rem;
}
#content .content-body .content-body-img6 .security-body-one img {
  display: block;
  width: 65%;
  margin: auto;
}
#content .content-body .content-body-img6 .security-body-one h3 {
  color: #1d65d4;
  font-size: 0.24rem;
  text-align: center;
  margin-top: 20px;
}
#content .content-body .content-body-img6 .security-body-one p {
  margin-top: 5px;
  font-size: 0.18rem;
  text-align: center;
}
#content .content-body .content-body-img6 .security-body h2 {
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
  color: #1d65d4;
}
#content .content-body .content-body-img6 > img {
  position: absolute;
  right: 0;
  width: auto;
  height: 108%;
}

#articleList {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
#articleList .articleList-content {
  width: 85%;
  min-width: 1200px;
  margin: auto;
  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: calc(100% - 350px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 10px;
}
#articleList .articleList-content-left > div {
  width: 100%;
  min-height: 515px;
  max-height: 2640px;
}
#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%;
}
#articleList .articleList-content .conten-body-text {
  width: calc(100% - 210px);
  height: 125px;
  margin-left: 10px;
  font-size: 0;
}
#articleList .articleList-content .conten-body-text > a {
  font-size: 0.23rem;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#articleList .articleList-content .conten-body-text > a:hover {
  color: #1d65d4;
  cursor: pointer;
}
#articleList .articleList-content .conten-body-text > p {
  height: 70px;
  font-size: 0.175rem;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}
#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;
}

/*人才招聘*/
#recruitment {
  width: 922px;
  margin: 50px auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruitment .info_content {
  width: 922px;
  margin-top: 25px;
}
#recruitment .info_content h3 {
  width: 100%;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
}
#recruitment .info_content p {
  width: 100%;
  line-height: 24px;
}
#recruitment .info_content .job_requirement {
  float: left;
  padding: 30px 40px;
  width: 381px;
  height: 335px;
  color: #5D5D5D;
  background: #eeeeee;
}
#recruitment .info_content .job_info {
  float: left;
  width: 461px;
  height: 395px;
}
#recruitment .info_content .job_info .job_title {
  width: 401px;
  height: 85px;
  padding: 30px;
  color: #FFFFFF;
  text-align: center;
}

/*联系我们*/
#contact {
  width: 1200px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact-left {
  position: relative;
  width: 150px;
}
#contact .contact-left ul li {
  width: 100%;
  height: 27px;
  margin-bottom: 10px;
  cursor: pointer;
}
#contact .contact-left ul li .circle_dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #9f9f9f;
  margin-top: 8px;
}
#contact .contact-left ul li p {
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  padding: 0 10px;
  margin-left: 30px;
}
#contact .contact-left ul li .index_company {
  background: #0080FF;
}
#contact .contact-left ul li .index_company a {
  color: #FFFFFF;
}
#contact .contact-left ul li:hover p, #contact .contact-left ul li.check p {
  background: #0080FF;
}
#contact .contact-left ul li:hover p a, #contact .contact-left ul li.check p a {
  color: #FFFFFF;
}
#contact .contact-left ul li:hover .circle_dot, #contact .contact-left ul li.check .circle_dot {
  background: #0080FF;
}
#contact .contact-left .vertical_line {
  position: absolute;
  left: 6px;
  top: 1%;
  width: 1px;
  height: 34%;
  background: #9f9f9f;
}
#contact .newa {
  width: 922px;
  margin-left: 60px;
}
#contact .newa .article_tit {
  width: 100%;
  height: 45px;
  border-bottom: 2px solid #DEDEDE;
}
#contact .newa .article_tit h2 {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 23px;
  font-weight: bold;
  padding: 0 20px;
  border-bottom: 4px solid #0080FF;
}
#contact .newa .contact {
  background: #f7f7f7;
  margin-top: 26px;
  height: auto;
  padding-bottom: 20px;
}
#contact .newa .contact p {
  text-indent: 2em;
  padding: 2px 20px;
  font-size: 16px;
  line-height: 23px;
  font-family: "微软雅黑";
  color: #292929;
}
#contact .newa .contact a {
  color: #2C6BA6;
  font-size: 16px;
  font-family: "微软雅黑";
  border-bottom: 1px dashed #2C6BA6;
  text-decoration: none;
}
#contact .newa .contact a:hover {
  color: red;
}
#contact .newa .newatit {
  margin: 0 auto;
  width: 200px;
}
#contact .newa .newatit img {
  margin: 22px 0 20px 0;
}
#contact .newa .cfw {
  height: 280px;
}
#contact .newa .cfw .fwone {
  width: 280px;
  height: 200px;
  float: left;
  margin-right: 41px;
}
#contact .newa .cfw .red {
  background: #ffe4e5;
}
#contact .newa .cfw .green {
  background: #e7ffb3;
}
#contact .newa .cfw .blue {
  background: #d5effe;
}
#contact .newa .cfw .margin {
  margin-right: 0;
}
#contact .newa .cfw .fwone img {
  vertical-align: middle;
  margin: 24px 119px;
}
#contact .newa .cfw .fwone p {
  font-size: 18px;
  text-align: center;
  color: #696969;
  font-family: "微软雅黑";
}
#contact .newa .cfw .fwone span {
  color: #696969;
  line-height: 20px;
  text-align: center;
  display: block;
  padding-top: 2px;
  font-family: "微软雅黑";
}
#contact .newa .ditu {
  border: 1px solid #dedede;
  padding: 5px;
  margin-top: 26px;
}
#contact .newa .fuwu {
  width: 230px;
  float: left;
}
#contact .newa .fuwu .fuimg {
  float: left;
}
#contact .newa .fuwu .fwnr {
  float: left;
  margin-left: 26px;
}
#contact .newa .fuwu .fwnr p {
  font-size: 18px;
  font-family: "微软雅黑";
}
#contact .newa .fuwu .fwnr p.green {
  color: #9ac14b;
}
#contact .newa .fuwu .fwnr p.red {
  color: #ef6061;
}
#contact .newa .fuwu .fwnr p.blue {
  color: #59b0e9;
}
#contact .newa .fuwu .fwnr p.purple {
  color: #a364f9;
}
#contact .newa .fuwu .fwnr ul {
  margin-top: 15px;
}
#contact .newa .fuwu .fwnr ul li {
  line-height: 28px;
  color: #666666;
  font-family: "微软雅黑";
}

#allmap1,
#allmap2,
#allmap3,
#allmap4,
#allmap5,
#allmap6,
#allmap7,
#allmap8,
#allmap9,
#allmap10,
#allmap11,
#allmap12 {
  width: 900px;
  height: 380px;
  overflow: hidden;
  font-family: "微软雅黑";
  margin: 0 auto;
}
