body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.body-bg {
  background: url(page-bg.png) no-repeat top center #f1f4fb;
  position: relative;
}
.body-bg-other {
  background: url(page-bg.png) no-repeat top center #fff;
}
/*header*/
.header {
  min-height: 106px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 46px;
}
.header .header-cont {
  position: relative;
  padding-right: 100px;
}
.header .header-logo img {
  display: block;
}
.header .header-logo img.phone-logo {
  display: none;
}
.header .back-home {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
/*footer*/
.footer {
  background: url(footer-bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .box-logo {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer .box-logo img {
  display: block;
}
.footer .box-info {
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.footer .box-info span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.footer .box-info a {
  color: #fff;
}
.footer .box-info a:hover {
  text-decoration: underline;
}
.page-content {
  border-top: 10px solid #2653ac;
  background: url(cont-bg.png) top left repeat-x #fff;
  min-height: 665px;
  padding: 60px 50px 50px;
}
.public-title {
  font-size: 44px;
  line-height: 1.4;
  color: #2653ac;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
/* other-page */
.success-honor-list .box-s {
  position: relative;
  padding-left: 125px;
  margin-bottom: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.success-honor-list .box-s:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 5px #2653ac;
  left: 0;
  top: 5px;
  border-radius: 10px;
}
.success-honor-list .box-s .box-year {
  font-weight: bold;
  position: absolute;
  margin-left: -90px;
}
.text-list .box-s {
  position: relative;
  padding-left: 20px;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #2653ac;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.text-list .box-s a {
  display: block;
  line-height: 30px;
  color: #333333;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-list .box-s:hover a {
  text-decoration: underline;
  color: #2653ac;
}
.news-list .box-s {
  height: 136px;
  background: url(img-01.png) no-repeat top center;
  background-size: cover;
  border: solid 1px #bc9b61;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.news-list .box-s:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url(img-02.png) no-repeat;
  width: 50px;
  height: 50px;
  display: none;
}
.news-list .box-s .box-title {
  position: relative;
  display: block;
  margin-left: -20px;
  padding-left: 20px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 17px;
  color: #333333;
  transition: all 0s;
}
.news-list .box-s .box-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: #bc9b61;
}
.news-list .box-s .box-other {
    width: 260px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    border: solid 1px #bc9b61;
    /*color: #bc9b61;*/
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .box-s:hover {
  background: url(img-03.png) no-repeat top center;
  background-size: cover;
}
.news-list .box-s:hover:after {
  display: block;
}
.news-list .box-s:hover .box-title {
  color: #fff;
}
.news-list .box-s:hover .box-title:after {
  background-color: #fff;
}
.news-list .box-s:hover .box-other {
  border-color: #fff;
  color: #fff;
}
.single-page {
  line-height: 2.2;
  color: #333333;
  justify-content: space-between;
}
.people-info .info-img {
  border-top: 10px solid #2653ac;
}
.people-info .info-img img {
  display: block;
  width: 100%;
}
.people-info .info-menu {
  position: relative;
  z-index: 9;
  margin-top: -25px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.people-info .info-menu li {
  margin-bottom: 10px;
}
.people-info .info-menu li a {
  border-radius: 10px;
  border: solid 1px #e0ebfa;
  position: relative;
  padding-left: 50px;
  padding-right: 40px;
  background: url(icon-07.png) no-repeat right 15px center #e8f4ff;
  display: block;
  line-height: 48px;
}
.people-info .info-menu li a span {
  display: inline-block;
}
.people-info .info-menu li a .icon-s {
  position: absolute;
  margin-left: -35px;
  width: 23px;
  height: 22px;
  margin-top: 14px;
}
.people-info .info-menu li a .icon-s img {
  position: absolute;
  top: 0;
  left: 0;
}
.people-info .info-menu li a .icon-s img.img-h {
  display: none;
}
.people-info .info-menu li.active a,
.people-info .info-menu li:hover a {
  background: url(icon-07-h.png) no-repeat right 15px center #2653ac;
  color: #fff;
}
.people-info .info-menu li.active a .icon-s img.img-d,
.people-info .info-menu li:hover a .icon-s img.img-d {
  display: none;
}
.people-info .info-menu li.active a .icon-s img.img-h,
.people-info .info-menu li:hover a .icon-s img.img-h {
  display: block;
}
.people-info .info-cont {
  text-align: justify;
  color: #333333;
  line-height: 2;
  padding: 50px 35px 50px 15px;
}
@media (min-width: 1200px) {
  .people-info .menu-wrap {
    width: 21%;
  }
  .people-info .cont-wrap {
    width: 79%;
  }
}
.single-page-02 .info-cont {
  line-height: 2.2;
  color: #333333;
  justify-content: space-between;
  border-right: solid 1px #eeeeee;
  padding-right: 30px;
}
.single-page-02 .info-other .other-title {
  line-height: 2;
  font-weight: bold;
  color: #2653ac;
  margin-bottom: 20px;
}
.single-page-02 .info-other .other-groups a {
  background: url(img-05.png) no-repeat left center;
  padding-left: 18px;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  display: block;
}
.single-page-02 .info-other .other-groups a:hover {
  text-decoration: underline;
}
.view-list .box-s {
  margin-bottom: 25px;
}
.view-list .box-s .box-img {
  border: 1px solid #eeeeee;
  height: 205px;
  margin-bottom: 10px;
}
.view-list .box-s .box-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.view-list .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img-06.png) no-repeat center center;
}
/*index*/
.index-bg-01,
.index-bg-02 {
  position: absolute;
  z-index: 2;
}
.index-bg-01 img,
.index-bg-02 img {
  display: block;
}
.index-bg-01 {
  top: 20%;
  left: 0;
}
.index-bg-02 {
  right: 0;
  bottom: 20%;
}
.index-page {
  padding-bottom: 70px;
  position: relative;
  z-index: 9;
}
.index-line {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 45px;
}
.index-line span {
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  background: url(img-12.png) no-repeat left center;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: #ffffff;
}
.index-line span:after,
.index-line span:before {
  content: '';
  position: absolute;
  background: url(img-10.png) top center;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
}
.index-line span:before {
  left: 20px;
}
.index-line span:after {
  right: 20px;
}
.index-top {
  margin-bottom: 50px;
}
.index-top img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-top .box-top-01 {
  margin-bottom: 45px;
}
.index-figure-groups {
  margin-bottom: 70px;
}
.index-figure-groups .box-groups {
  height: 770px;
  position: relative;
}
.index-figure-groups .box-groups .box-s {
  position: absolute;
  width: 14.5%;
  transition: all 0.4s ease-in-out;
}
.index-figure-groups .box-groups .box-s .box-img {
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.index-figure-groups .box-groups .box-s .box-img:after {
  content: '';
  width: 90px;
  height: 90px;
  border: solid 25px #2653ac;
  border-radius: 50%;
  position: absolute;
  right: -25%;
  bottom: -25%;
  z-index: 9;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.index-figure-groups .box-groups .box-s .box-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 10px solid transparent;
}
.index-figure-groups .box-groups .box-s .box-name {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  transition: all ease 0.2s;
  opacity: 1;
}
.index-figure-groups .box-groups .box-s.active .box-img:after {
  opacity: 1;
}
.index-figure-groups .box-groups .box-s.active .box-img img {
  transform: scale(1.4);
  border: 10px solid #edcea0;
}
.index-figure-groups .box-groups .box-s.active .box-name {
  opacity: 0;
}
.index-figure-groups .box-groups .box-s.active-w {
  opacity: 0.6;
}
.index-figure-groups .box-groups .box-s.box-01 {
  top: 0;
  right: 42.5%;
}
.index-figure-groups .box-groups .box-s.box-02 {
  top: 8%;
  right: 21%;
}
.index-figure-groups .box-groups .box-s.box-03 {
  top: 17%;
  right: 0;
}
.index-figure-groups .box-groups .box-s.box-04 {
  top: 54%;
  right: 0;
}
.index-figure-groups .box-groups .box-s.box-05 {
  top: 64%;
  right: 20%;
}
.index-figure-groups .box-groups .box-s.box-06 {
  bottom: 0;
  right: 42.5%;
}
.index-figure-groups .box-groups .box-s.box-07 {
  top: 64%;
  left: 20%;
}
.index-figure-groups .box-groups .box-s.box-08 {
  top: 54%;
  left: 0;
}
.index-figure-groups .box-groups .box-s.box-09 {
  top: 17%;
  left: 0;
}
.index-figure-groups .box-groups .box-s.box-10 {
  top: 8%;
  left: 21%;
}
.index-figure-groups .box-name-info {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 35%;
  max-width: 380px;
  transform: translateX(-50%);
  background: url(img-01.png) repeat top left;
  border-radius: 4px;
  border: solid 1px #edcea0;
  overflow: hidden;
  text-align: center;
  padding: 25px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.index-figure-groups .box-name-info.active {
  opacity: 1;
}
.index-figure-groups .box-name-info .box-name {
  font-weight: bold;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  color: #bc9b61;
  margin-bottom: 10px;
}
.index-figure-groups .box-name-info .box-name:before,
.index-figure-groups .box-name-info .box-name:after {
  content: '';
  position: absolute;
  top: 0;
  width: 15px;
  height: 32px;
}
.index-figure-groups .box-name-info .box-name:before {
  background: url(img-29.png) no-repeat;
  left: 0;
}
.index-figure-groups .box-name-info .box-name:after {
  background: url(img-30.png) no-repeat;
  right: 0;
}
.index-figure-groups .box-name-info .box-year {
  line-height: 24px;
  color: #bc9b61;
  margin-bottom: 8px;
}
.index-figure-groups .box-name-info .box-txt {
  color: #966f2b;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index-figure-groups .swiper-slide {
  padding-bottom: 20px;
  padding-top: 40px;
}
.index-figure-groups .arrow-groups {
  margin-top: 30px;
  text-align: center;
}
.index-figure-groups .swiper-button-prev,
.index-figure-groups .swiper-button-next {
  position: relative;
  margin: 0 15px;
  padding: 0;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  opacity: 1;
  display: inline-block;
  vertical-align: bottom;
  top: 0;
}
.index-figure-groups .swiper-button-prev:after,
.index-figure-groups .swiper-button-next:after {
  display: none;
}
.index-figure-groups .swiper-button-prev {
  background-color: #abb3c4;
}
.index-figure-groups .swiper-button-next {
  background-color: #2653ac;
}
.index-send-word .public-title {
  margin-bottom: 5px;
}
.index-send-word .main-cont {
  background: url(img-16.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 60px 50px 40px;
}
.index-send-word .main-cont .scroll-box {
  height: 310px;
  overflow: hidden;
  line-height: 2;
  color: #333333;
  text-align: justify;
}
.index-send-word .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2653ac;
}
/*# sourceMappingURL=style.css.map */