body {
  /* font: 14px "PingFangSC-Regular", "Lucida Grande", Helvetica, Arial, sans-serif; */
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  position: relative;
  color: #333;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p,
h2,
h3,
h4 {
  margin: 0;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
}

.container-fluid {
  padding: 0;
}

.wrapper {
  margin: auto;
  color: #333333;
  position: relative;
  z-index: 2;
}

.boxs {
  width: 1200px;
  margin: auto;
  padding-bottom: 60px;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/*公用样式*/

.button {
  width: 100px;
  height: 36px;
  background-color: #2859e6;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
  font-family: '常规';
  margin-left: 73px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.button:hover {
  background-color: #2551ce;
}

.button.lang {
  margin-left: 14px;
  width: 114px;
}

.button.lang a{
  color: #fff;
  display: inline-block;
  width: 100%;
}

.public-title {
  padding-top: 42px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.public-title .title {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bolder;
  width: 1200px;
}

.public-title .subheading {
  font-size: 26px;
  line-height: 26px;
  color: #666;
  padding-top: 13px;
  width: 1200px;
}

/*nav导航样式*/

.navbar {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-width: 0;
  color: #ffffff;
  font-size: 16px;
}

.nav-container {
  width: 1200px;
  height: 80px;
  margin: auto;
}

.navbar-header {
  width: 90px;
  float: left;
}

.navbar-brand {
  padding: 0;
  margin-top: 23px;
}

.navbar .nav-one li a {
  line-height: 80px;
  padding: 0 17px;
  color: #ffffff;
}

.nav-two li {
  float: unset;
  padding-top: 24px;
}

.navbar-nav>li {
  float: left;
}

.navbar-right {
  float: right !important;
  margin-right: 0;
  height: 80px;
}

.navbar-default .navbar-nav>.active>a {
  transition: 0.2s;
}

.navbar.navbar-default .navbar-nav>li>a:focus,
.navbar.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}

.navbar.navbar-default .navbar-nav>.active>a,
.navbar.navbar-default .navbar-nav>.active>a:focus,
.navbar.navbar-default .navbar-nav>.active>a:hover {
  background-color: #2859e6;
  color: #fff;
}

/*轮播样式*/

#banner {
  min-height: 475px;
  min-width: 1200px;
  overflow: hidden;
}

.banner-container {
  width: 1200px;
  height: 86px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-600px, -43px);
}

.banner-container .carousel-control {
  width: 40px;
  height: 86px;
  opacity: 1;
  padding: 22px 5px;
  background: rgba(255, 255, 255, 0.2);
}

.banner-container .carousel-control .iconfont {
  font-size: 30px;
  color: #ffffff;
  text-shadow: none;
}

#banner .carousel-inner .item a {
  display: block;
  width: 100%;
  height: 100%;
}

#banner .carousel-inner img {
  /* width: 100%; */
  /* max-height: 100vh; */
  width: auto;
  height: 100vh;
}

#banner .carousel-indicators li {
  margin: 1px 8px;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px;
}

#banner .carousel-indicators li.active {
  background-color: #fff;
}

.carousel-item {
  width: 100%;
  height: 760px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/*资讯动态*/

.information-container {
  padding-bottom: 60px;
  position: relative;
  min-width: 1200px;
  background: url("/front/image/information-bj.jpg") 100%;
}

#information a {
  text-decoration: none;
  color: #2859e6;
  font-size: 14px;
}

#information a:active,
#information a:visited {
  text-decoration: none;
}

#information .information-content {
  position: relative;
  height: 720px;
  padding-right: 400px;
  margin-top: 26px;
}

/* #information .information-content .news-part {
} */

#information .information-content .news-part .news-item {
  position: relative;
  width: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#information .information-content .news-part .news-item.no-bottom {
  margin-bottom: 0px;
}

#information .information-content .news-part .news-item .img {
  display: block;
  width: 100%;
  height: 240px;
}

#information .information-content .news-part .news-item .img-des {
  height: 110px;
  box-shadow: 0 0 5px #dbdbdb;
  padding: 15px 24px 0px 15px;
  box-sizing: border-box;
  background: #fff;
}

#information .information-content .news-part .news-item .band {
  position: absolute;
  top: 0px;
  left: 16px;
  height: 24px;
  line-height: 24px;
  padding: 0px 12px;
  background: #edba32;
  color: #fff;
  font-size: 14px;
}

#information .information-content .news-part .news-item .band.band-active {
  background: #d81e07;
  opacity: 0.9;
}

#information .information-content .news-part .news-item .band.band-news {
  background: #edba32;
  opacity: 0.9;
}

#information .information-content .news-part .news-item .img-des .title {
  font-size: 16px;
  color: #333;
  /* display: table-cell;
  height: 44px;
  vertical-align: middle; */
}

#information .information-content .news-part .news-item .img-des .title a {
  font-size: 16px;
  color: #333;
}

#information .information-content .news-part .news-item .img-des .title a:hover {
  font-size: 16px;
  color: #2859e6;
}

#information .information-content .news-part .news-item .img-des .title:hover {
  color: #2859e6;
  cursor: pointer;
}

#information .information-content .news-part .news-item .img-des .content {
  position: absolute;
  bottom: 18px;
  font-size: 14px;
  color: #666;
  line-height: 1.15;
}

#information .information-content .fast-part {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 720px;
  width: 400px;
  box-shadow: 0 0 5px #dbdbdb;
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
  background: #fff;
}

#information .information-content .fast-part .title-row {
  position: relative;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

#information .information-content .fast-part .title-row .icon {
  font-size: 18px;
  color: #2859e6;
}

#information .information-content .fast-part .title-row .fast-more {
  position: absolute;
  right: 2px;
}

#information .information-content .fast-part .content {
  overflow: auto;
  height: 636px;
  padding-right: 20px;
}

#information .information-content .fast-part .content::-webkit-scrollbar {
  width: 6px;
}

/* #information .information-content .fast-part:hover .content::-webkit-scrollbar{
  width: 6px;
} */

#information .information-content .fast-part .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a3a3a3;
}

#information .information-content .fast-part .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #efefef;
}

#information .information-content .fast-part .content .fast-item {
  margin-top: 18px;
  /* width: 333px; */
}

#information .information-content .fast-part .content .fast-item.active .item-inner .item-title .angle {
  transform: rotate(90deg);
  top: 9px;
  left: -22px;
}

#information .information-content .fast-part .content .fast-item .item-inner {
  padding-left: 20px;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-title {
  position: relative;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-title:hover {
  color: #2859e6;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-title .angle {
  position: absolute;
  height: 0px;
  width: 0px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #88a1d5;
  top: 6px;
  left: -20px;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-title .angle.active {
  transform: rotate(90deg);
  top: 9px;
  left: -22px;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-content {
  display: none;
  color: #666;
  line-height: 22px;
  font-size: 14px;
  margin-top: 6px;
}

#information .information-content .fast-part .content .fast-item.active .item-inner .item-content {
  display: block;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-content .img {
  display: block;
  width: 100%;
  height: 180px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#information .information-content .fast-part .content .fast-item .item-inner .item-time {
  color: #666;
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
}

/* 理享家商学院 */

.academy-container {
  width: 100%;
  min-width: 1200px;
  height: 660px;
  background: url(/front/img/academy/bg1.jpg) no-repeat center 100%;
}

.academy-container .academy-box {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.academy-container .public-title .title,
.academy-container .public-title .subheading {
  color: #ffffff;
}

.academy-container .news-three {
  margin-top: 34px;
}

.academy-container .news-three .news-three-item {
  float: left;
}

.academy-container .news-three .news-three-item .news-three-item-inner {
  margin-right: 30px;
  width: 380px;
  /* box-shadow: 2px 2px 18px 0px #dbdbdb; */
}

.academy-container .news-three .news-three-content {
  position: relative;
  box-sizing: border-box;
  padding: 22px 20px;
  height: 265px;
  line-height: 1.9;
  color: #666;
  font-weight: 400;
  background: #fff;
}

.academy-container .news-three .news-three-content .learn-more {
  position: absolute;
  bottom: 34px;
  width: 152px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: #2859e6;
  line-height: 40px;
  text-align: center;
  left: 114px;
  cursor: pointer;
}

.academy-container .news-three .news-three-content .learn-more:hover {
  background-color: #2551ce;
}

.academy-container .news-three .news-three-item .img-area {
  position: relative;
}

.academy-container .news-three .news-three-item .img-area .img-title {
  position: absolute;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  top: 86px;
  width: 100%;
  text-align: center;
}

.academy-container .news-three .news-three-item .img-area .img-area-title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 6px;
  background: #2859e6;
}

.academy-container .news-three .news-three-item img {
  display: block;
  width: 100%;
  height: 190px;
}

/*专家团队*/
.team-container {
  width: 1200px;
  margin: 0 auto 82px auto;
  clear: both;
}

.team-container .public-box {
  padding-top: 56px;
}

.team-container .team-box {
  display: flex;
  justify-content: space-between;
  height: 468px;
}

.team-container .team-box .item {
  width: 384px;
  height: 360px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 12px #e4e3e3;
  position: relative;
  top: 68px;
  padding-top: 90px;
}

.team-container .team-box .item .face {
  width: 136px;
  height: 136px;
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: -68px;
  border: 1px solid #2859e6;
  border-radius: 100%;
  padding: 3px;
  overflow: hidden;
}

.team-container .team-box .item .face .img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
}

.team-container .team-box .item .name {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  text-align: center;
}

.team-container .team-box .item .position {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  text-align: center;
  padding: 18px 0;
}

.team-container .team-box .item .description {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 8px 42px;
  text-align: justify;
  text-justify: distribute-all-lines;
}

/*团队优势*/
.advantage-container {
  height: 298px;
  background-color: #f8f8f8;
  position: relative;
}

.advantage-container .advantage-title {
  font-size: 20px;
  color: #ffffff;
  background-color: #2859e6;
  width: 170px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -85px;
}

.advantage-container .public-box {
  padding-top: 88px;
}

.advantage-container .public-box .advantage-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}

.advantage-container .public-box .advantage-box .item {
  width: 600px;
}

.advantage-container .public-box .advantage-box .item .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 25px auto;
  overflow: hidden;
}

.advantage-container .public-box .advantage-box .item .description {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.advantage-container .public-box .advantage-box .item .description .top {
  text-align: justify;
  text-justify: distribute-all-lines;
}

.advantage-container .public-box .advantage-box .item .description .bottom {
  text-align: center;
}

.advantage-container .public-box .advantage-box .item1 .description {
  padding: 0 52px;
}

.advantage-container .public-box .advantage-box .item2 .description {
  padding: 0 92px;
}

/*线下活动*/
.offline-container {
  width: 100%;
  min-width: 1200px;
  height: 640px;
  background: url('/front/img/offline-bg.jpg') no-repeat center 100%;
}

.offline-container .public-title .title,
.offline-container .public-title .subheading {
  color: #ffffff;
}

.offline-container .public-box {
  padding-top: 44px;
}

.offline-container .public-box .offline-box {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.offline-container .public-box .offline-box .item {
  width: 294px;
  height: 186px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.offline-container .public-box .offline-box .item .gps {
  position: absolute;
  width: 80px;
  height: 30px;
  color: #ffffff;
  background-color: rgba(237, 186, 33, 0.85);
  top: 17px;
  left: 0;
  font-size: 14px;
  line-height: 22px;
  padding-left: 10px;
  padding-top: 4px;
}

.offline-container .public-box .offline-box .item .gps span {
  padding-left: 8px;
}

/* 科技平台 */
.platform-container {
  width: 100%;
  min-width: 1200px;
  height: 1200px;
  background-color: #f8f8f8;
  background-image: url("/front/img/platform/platform-bg.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
}

.platform-container .public-box {
  padding-top: 10px;
  width: 1200px;
  margin: 0 auto;
}

.platform-container .public-box .child-uni-title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin: 18px 0px 16px;
}

.platform-container .public-box .child-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 18px 0px 16px;
}

.platform-container .public-box .child-subtitle {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 32px;
}

.platform-container .public-box .child-subtitle .black {
  color: #333333;
}

.platform-container .public-box .youshi-area {
  margin-top: 22px;
}

.platform-container .public-box .youshi-area .youshi-item {
  position: relative;
  height: 160px;
  width: 584px;
  float: left;
  border-radius: 10px;
}

.platform-container .public-box .youshi-area .youshi-item > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 62px;
  border-radius: 10px;
}

.platform-container .public-box .youshi-area .youshi-item > div:hover {
  background-color: rgba(0,0,0,0.2);
}

.platform-container .public-box .youshi-area .youshi-item.left {
  margin-right: 32px;
  background-image: url("/front/img/platform/youshi-left.jpg");
}

.platform-container .public-box .youshi-area .youshi-item.right {
  background-image: url("/front/img/platform/youshi-right.jpg");
}

.platform-container .public-box .funeng-area {
  margin-bottom: 8px;
}

.platform-container .public-box .funeng-area .funeng-item {
  box-sizing: border-box;
  height: 220px;
  width: 294px;
  border: 1px solid #b6c7f7;
  float: left;
  margin-right: 8px;
  border-radius: 4px;
  text-align: center;
  transition: transform 0.2s;
}

.platform-container .public-box .funeng-area .funeng-item img {
  margin-top: 46px;
}

.platform-container .public-box .funeng-area .funeng-item > div {
  font-size: 18px;
  color: #333333;
  margin-top: 21px;
}

.platform-container .public-box .funeng-area .funeng-item:hover {
  border: 1px solid #2859e6;
  box-shadow: 0px 0px 8px 2px #d5e4ff;
  transform: translateY(-4px);
}

.platform-container .public-box .funeng-area .funeng-item.last {
  margin-right: 0px;
}

.platform-container .public-box .more-btn {
  height: 60px;
  width: 660px;
  line-height: 60px;
  background: #2859e6;
  border-radius: 6px;
  text-align: center;
  font-size: 0px;
  margin: 0 auto;
  margin-top: 43px;
  cursor: pointer;
  position: relative;
}

.platform-container .public-box .more-btn a {
  opacity: 0;
  position: absolute;
  top: 0px;
  right:0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.platform-container .public-box .more-btn:hover {
  background: #2350d2;
}

.platform-container .public-box .more-btn span {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

.platform-container .public-box .more-btn .icon {
  margin-left: 12px;
  font-size: 14px;
}

/*股东背景*/
.partner-container {
  width: 100%;
  height: 394px;
}

.partner-container .public-box {
  padding-top: 44px;
}

.partner-container .public-box .partner-box {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner-container .public-box .partner-box .item {
  width: 264px;
  height: 74px;
  margin-bottom: 18px;
}

.aboutus-container {
  width: 100%;
  min-width: 1200px;
  height: 480px;
  background: url('/front/img/about-us-bg.jpg') no-repeat center 100%;
  color: #fff;
}

.aboutus-container .public-box {
  width: 1200px;
  margin: auto;
}

.aboutus-container .aboutus-box {
  padding-top: 100px;
}

.aboutus-container .public-box .title {
  font-size: 28px;
  line-height: 1;

}

.aboutus-container .public-box .content {
  font-size: 16px;
  line-height: 1;
  width: 914px;
  line-height: 26px;
}

.aboutus-container .public-box .email {
  font-size: 16px;
  background: rgba(40, 89, 230, 0.8);
  width: 370px;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  padding-left: 20px;
}

/* 页脚 */

.footer {
  height: 280px;
  background-color: #000000;
  color: #ffffff;
  min-width: 1200px;
}

.footer .footer-box {
  width: 1200px;
  margin: auto;
}

.footer .footer-box .description {
  height: 230px;
  position: relative;
  padding-top: 36px;
}

.footer .footer-box .description .left .address {
  margin-bottom: 25px;
}

.footer .footer-box .description .left .title {
  font-size: 20px;
  color: #ffffff;
}

.footer .footer-box .description .left .content {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-top: 20px;
}

.footer .footer-box .description .left .content span {
  padding-right: 7px;
}

.footer .footer-box .description .center {
  position: absolute;
  top: 36px;
  left: 480px;
}

.footer .footer-box .description .center .title {
  font-size: 20px;
  color: #ffffff;
}

.footer .footer-box .description .center .link {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}

.footer .footer-box .description .center .link a {
  color: #2859e6;
}

.footer .footer-box .description .center .link a:hover {
  text-decoration: underline !important;
}

.footer .footer-box .description .right {
  position: absolute;
  width: 140px;
  top: 26px;
  right: 0;
}

.footer .footer-box .description .right2 {
  right: 160px;
}

.footer .footer-box .description .right img {
  margin-left: 1px;
  margin-bottom: 10px;
}

.footer .footer-box .description .right p {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  text-align: center;
}

.footer .footer-box .copyright {
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #999;
  color: #999;
}

/* 页脚 */

.footer-container {
  background-color: #000000;
  position: relative;
  min-width: 1200px;
}

#footer .top {
  padding-top: 25px;
  padding-bottom: 15px;
}

#footer .address {
  float: left;
  width: 866px;
  overflow: hidden;
  padding-right: 70px;
}

#footer .title {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 14px 0;
  margin: 0;
  text-align: left;
}

#footer .uls {
  display: flex;
  font-size: 16px;
  color: #999;
  line-height: 32px;
  justify-content: space-between;
}

#footer .uls li {
  white-space: nowrap;
  max-width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer .uls li .tip {
  line-height: 1;
  margin-top: 18px;
}

#footer .uls ul.new-layout li {
  float: left;
  width: 50%;
}

/* #footer .code {
  float: left;
  width: 334px;
} */

#footer .code .code-right {
  display: flex;
  margin-right: 40px;
}

#footer .code-img .item {
  width: 160px;
}

#footer .code-img .item .img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 4px;
  overflow: hidden;
}

#footer .code-img .item img {
  width: 100%;
  height: 100%;
}

#footer .code-img .item p {
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

#footer .bottom {
  color: #999;
  text-align: center;
  line-height: 54px;
  height: 54px;
  border-top: 1px solid #999;
}

.academy-modal img {
  display: block;
  margin: 0 auto;
}

.modal-backdrop {
  background-color: #fff;
}

.academy-modal .iconguanbi {
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 25px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.modal-backdrop.in {
  opacity: 0.7;
}