@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  background-size: cover;
}
.banner1 {
  width: 100%;
  margin: 0 auto;
}
.banner1 img {
  display: block;
  width: 100%;
}

.box {
  /*height: 2200px;*/
  margin: 0 auto 30px;
  /*background:#B9DFF9;*/
}
.box0 {
  width: 100%;
  margin: 30px auto;
}
.box0 img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.box-12 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.box1 {
  margin: 0 auto;
  align-self: stretch;
}
.box1 .tiaomu {
  width: 250px;
  margin: 0 auto;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 60px;
  padding-top: 28px;
  border-radius: 15px;
  /*border:solid 1px #C0C0C0;*/
}
.box1 .tiaomu a {
  text-decoration: none;
  min-height: 90px;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #084287;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 10px 15px;
  box-sizing: border-box;
}
.box1 .tiaomu a:link {
  /* color: #98b1fd; */
}
.box1 .tiaomu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box1 .tiaomu li {
  list-style: none;
}
.box1 .tiaomu li.active a {
  color: #fff;
  background: #4089d3;
}
.box1 .Jump {
  width: 170px;
  padding-right: 0;
  /*background:#95D7D1;*/
}
.box2 {
  flex: 1;
  padding-left: 20px;
}
.neirong {
  color: #000;
  width: 1200px;
  font-size: 22px;
  font-family: "方正兰亭细黑";
  padding-top: 55px;
  line-height: 50px;
  margin: 0 auto;
  text-align: justify;
  border-radius: 20%;
  position: relative;
}
.neirong p {
  text-indent: 2em;
  margin: auto 0;
  color: #000;
}
.box2 .neirong {
  margin: 0 auto;
  /*background:#FECACA;*/
  font-size: 22px;
  line-height: 50px;
  text-align: justify;
  box-sizing: border-box;
  padding: 0;
  width: auto;
  color: #000;
  position: relative;
}
.box2 .neirong .pic {
  width: 100%;

  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

p {
  margin: 0;
  text-indent: 2em;
}

.back {
  position: absolute;
  width: 180px;
  height: 60px;
  border-radius: 60px;
  background: RGBA(158, 202, 239, 1);
  top: 0;
  right: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.back:hover {
  transform: scale(1.1);
  background: rgba(64, 137, 211, 1);
}
.back img {
  width: 18px;
  margin-right: 10px;
}

.pagi-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
.pagi-wrap a {
  width: 220px;
  height: 60px;
  border-radius: 60px;
  background-color: #4089d3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.pagi-wrap a img {
  width: 32px;
}
.pagi-wrap a:hover {
  transform: scale(1.1);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 50%;
  background: #fff url(../images/top.png) center no-repeat;
  background-size: 26px auto;
  box-shadow: -5px 5px 10px rgba(68, 68, 68, 0.2);
  width: 52px;
  height: 52px;
  margin-left: 640px;
  border-radius: 5px;
}
.neirong p.content-list {
  text-indent: 0;
}
.content-list a {
  text-decoration: none;
  color: #000;
}
.content-list a:hover {
  color: #4089d3;
}
.biaoti-0 {
  color: #000;
}

.ele-logo {
  display: block;
  background: #313131 url(../../../img/logo2@2x.png) center no-repeat;
  background-size: auto 75px;
  padding: 50px 0;
  margin-top: 100px;
}
