body {
  padding: 0;
  margin: 0;
}
.banner_box {
  padding-top: 200px;
  height: 560px;
  background: url(/images/index/index_banner.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_tit {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin: 0 auto 30px;
}
.banner_box .banner_btn {
  width: 300px;
  height: 38px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: linear-gradient(94deg, rgba(40, 194, 154, 0.8) 3%, rgba(255, 171, 64, 0.8) 96%);
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
}
.list_container {
  width: 74vw;
  margin: 0 auto;
  position: relative;
}
.list_container .list_box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  top: -52px;
}
.list_container .list_box .list_item {
  padding: 0 12px;
  box-sizing: border-box;
}
.list_container .list_box .list_item:first-child {
  margin-left: -12px;
}
.list_container .list_box .list_item:last-child {
  margin-right: -12px;
}
.list_container .list_box .item_box {
  max-width: 332px;
  height: 104px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 24px;
}
.list_container .list_box .item_box:first-child {
  margin-left: 0;
}
.list_container .list_box .item_box:last-child {
  margin-right: 0;
}
.list_container .list_box .item_box .left_img {
  width: 42px;
  height: 42px;
  background-size: contain;
  margin-right: 16px;
}
.list_container .list_box .item_box .left_img.yuyue {
  background: url(/images/index/yuyue.svg) no-repeat center;
  background-size: contain;
}
.list_container .list_box .item_box .left_img.jizhang {
  background: url(/images/index/jiazhang.svg) no-repeat center;
  background-size: contain;
}
.list_container .list_box .item_box .left_img.zixun {
  background: url(/images/index/zixun.svg) no-repeat center;
  background-size: contain;
}
.list_container .list_box .item_box .left_img.yuancheng {
  background: url(/images/index/yuancheng.svg) no-repeat center;
  background-size: contain;
}
.list_container .list_box .item_box .right_text .text1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 4px;
  color: #000;
}
.list_container .list_box .item_box .right_text .text1 a{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.list_container .list_box .item_box .right_text .text2 {
  font-size: 14px;
  line-height: 22px;
}
.serve_container {
  padding: 82px 0 100px;
}
.serve_container .serve_tit {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.serve_container .img_container {
  width: 74vw;
  min-height: 480px;
  margin: 0 auto;
}
.serve_container .img_container .left_list {
  padding-left: 0;
  padding-right: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.serve_container .img_container .left_list .list {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.serve_container .img_container .left_list .list:first-child {
  border-top-right-radius: 8px;
}
.serve_container .img_container .left_list .list:last-child {
  border-bottom-right-radius: 8px;
}
.serve_container .img_container .left_list .list .img {
  flex: 1;
  cursor: pointer;
  height: 240px;
  background-color: burlywood;
}
.serve_container .img_container .left_list .list .img .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 52px auto 16px;
  background-size: contain;
}
.serve_container .img_container .left_list .list .img .text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.serve_container .img_container .left_list .list .tingli {
  background: #26BCA3;
}
.serve_container .img_container .left_list .list .tingli .icon {
  background: url(/images/index/tingli.svg) no-repeat center;
}
.serve_container .img_container .left_list .list .tingli .text {
  color: #fff;
}
.serve_container .img_container .left_list .list .shili {
  background: rgba(38, 188, 163, 0.12);
}
.serve_container .img_container .left_list .list .shili .icon {
  background: url(/images/index/shili.svg) no-repeat center;
}
.serve_container .img_container .left_list .list .shili .text {
  color: #26BCA3;
}
.serve_container .img_container .left_list .list .zhili {
  background: url(/images/index/zhili.png) no-repeat center;
  background-size: cover;
}
.serve_container .img_container .left_list .list .zhili .text {
  color: #fff;
}
.serve_container .img_container .left_list .list .zhiti {
  background: #F5F5F5;
}
.serve_container .img_container .left_list .list .zhiti .icon {
  background: url(/images/index/zhiti.svg) no-repeat center;
}
.serve_container .img_container .left_list .list .zhiti .text {
  color: #000;
}
.serve_container .img_container .left_list .list .guduzheng {
  background: #F5F5F5;
}
.serve_container .img_container .left_list .list .guduzheng .icon {
  background: url(/images/index/guduzheng.svg) no-repeat center;
}
.serve_container .img_container .left_list .list .guduzheng .text {
  color: #000;
}
.serve_container .img_container .left_list .list .neuro {
  background: url(/images/index/naokexue.png) no-repeat center;
  background-size: cover;
}
.serve_container .img_container .left_list .list .neuro .text {
  color: #fff;
}
.serve_container .img_container .left_list .list .gait {
  background: rgba(146, 109, 226, 0.12);
}
.serve_container .img_container .left_list .list .gait .icon {
  background: url(/images/index/butai.svg) no-repeat center;
}
.serve_container .img_container .left_list .list .gait .text {
  color: #926DE2;
}
.serve_container .img_container .left_list .list .more {
  background: #836ABC;
  position: relative;
}
.serve_container .img_container .left_list .list .more .icon {
  background: url(/images/index/more.svg) no-repeat center;
}
.serve_container .img_container .left_list .list .more .text {
  color: #fff;
}
.serve_container .img_container .left_list .list .more::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/images/index/hudie.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 8px;
}
.serve_container .img_container .right_list {
  padding-right: 0px;
  padding-left: 12px;
}
.serve_container .img_container .right_list .img {
  max-width: 100%;
  height: 228px;
  border-radius: 8px;
  background-color: green;
  margin-bottom: 24px;
}
/* .serve_container .img_container .right_list .img:first-child {
  background: url(/images/index/linian.png) no-repeat center;
  background-size: cover;
} */
.serve_container .img_container .right_list .img:first-child {
  background: url(/images/index/linian1.png) no-repeat center;
  background-size: cover;
}
/* .serve_container .img_container .right_list .img:last-child {
  background: url(/images/index/banjijiaoxue.png) no-repeat center;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
} */
.serve_container .img_container .right_list .img:last-child {
  background: url(/images/index/banjijiaoxue1.png) no-repeat center;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
}
.serve_container .img_container .right_list .img:last-child .text {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 62px;
  left: 0;
}
.team_container {
  height: 800px;
  background: linear-gradient(180deg, #E4EBFE 34%, #FCFCFC 100%);
  padding-top: 80px;
}
.team_container .team_tit {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #1F2937;
  margin-bottom: 40px;
}
.team_container .btn_list {
  display: flex;
  justify-content: center;
  border-bottom: 0;
}
.team_container .btn_list .nav-item {
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  height: 36px;
}
.team_container .btn_list .nav-item:nth-child(2) {
  margin-left: 60px;
}
.team_container .btn_list .nav-item:hover {
  border: 0;
}
.team_container .btn_list .nav-item:hover .btn_box {
  height: 36px;
  padding: 0 19px;
  border: 0;
}
.team_container .btn_list .nav-item .btn_box {
  border-radius: 18px;
}
.team_container .btn_list .nav-item .btn_box.active {
  background-color: #926DE2;
  color: #fff;
}
.team_container .btn_list .nav-item .btn_box.active .zhuanjia {
  background: url(/images/index/zhuanjia.svg) no-repeat center;
}
.team_container .btn_list .nav-item .btn_box.active .yishi {
  background: url(/images/index/yishi1.svg) no-repeat center;
}
.team_container .btn_list .btn_box {
  border: 0;
  padding: 0 19px;
  height: 36px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_container .btn_list .btn_box .img_icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}
.team_container .btn_list .btn_box .img_icon.zhuanjia {
  background: url(/images/zhuanjia1.png) no-repeat center;
}
.team_container .btn_list .btn_box .img_icon.yishi {
  background: url(/images/index/yishi.svg) no-repeat center;
}
.team_container .btn_list .btn_box .img_icon.teacher {
  background: url(/images/index/teacher.svg) no-repeat center;
}
.team_container .btn_list .btn_box .text {
  font-size: 18px;
  line-height: 28px;
}
.team_container .team_list {
  width: 74vw;
  display: flex;
  margin: 0 auto;
  padding: 40px 0 44px;
}
.team_container .team_list .people_item {
  /* max-width: 260px; */
  flex: 1;
  border-radius: 8px;
  padding: 0 12px;
  overflow: hidden;
}
.team_container .team_list .people_item:first-child {
  margin-left: -12px;
}
.team_container .team_list .people_item:last-child {
  margin-right: -12px;
}
.team_container .team_list .people_item .img {
  height: 260px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.team_container .team_list .people_item .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.team_container .team_list .people_item .text_box {
  background-color: #fff;
  padding: 16px 0;
}
.team_container .team_list .people_item .text_box .tit1 {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #1A1A1A;
}
.team_container .team_list .people_item .text_box .tit1 a {
  color: #1A1A1A;
  text-decoration: none;
}
.team_container .team_list .people_item .text_box .tit2 {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #767676;
  margin-bottom: 12px;
}
.team_container .team_list .people_item .text_box .desp {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #1A1A1A;
}
.team_container .view_more {
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #926DE2;
  cursor: pointer;
}
.team_container .view_more a{
  text-decoration: none;
  color: #926DE2;
}
.news_container {
  padding: 80px 0 100px;
  background-color: #f7f7f7;
}
.news_container .news_tit {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 40px;
}
.news_container .news_list {
  width: 74vw;
  margin: 0 auto;
}
.news_container .news_list .pr0 {
  padding-right: 0px;
}
.news_container .news_list .pl24 {
  padding-left: 24px;
}
.news_container .news_list .left_box {
  max-width: 1044px;
}
.news_container .news_list .left_box .box {
  height: 704px;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 40px 0 14px;
  box-sizing: border-box;
}
.news_container .news_list .left_box .box .item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-bottom: 28px;
}

.news_container .news_list .left_box .box .item img {
  height: 200px;
  /* width: 267px; */
  width: auto;
  margin-right: 24px;
}
.news_container .news_list .left_box .box .item .text_box {
  height: 194px;
  text-align: left;
  position: relative;
}
.news_container .news_list .left_box .box .item .text_box .tit_box {
  font-size: 20px;
  line-height: 32px;
  color: #1A1A1A;
}
.news_container .news_list .left_box .box .item .text_box .tit_box  a{
  color: #1A1A1A;
  text-decoration: none;
}
.news_container .news_list .left_box .box .item .text_box .desp_box {
  font-size: 14px;
  line-height: 26px;
  color: #767676;
  max-height: 78px;
}
.news_container .news_list .left_box .box .item .text_box .time {
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_container .news_list .right_box {
  max-width: 356px;
}
.news_container .news_list .right_box .box1 {
  height: 436px;
  border-radius: 8px;
  background: linear-gradient(143deg, #9275D3 1%, #FFFFFF 100%);
  margin-bottom: 24px;
  padding: 16px 12px 4px 12px;
  box-sizing: border-box;
}
.news_container .news_list .right_box .box1 .box_tit {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
}
.news_container .news_list .right_box .box1 .box_tit .img {
  width: 30px;
  height: 30px;
  background: url(/images/news_icon.png) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.news_container .news_list .right_box .box1 .box_tit .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.news_container .news_list .right_box .box1 .list_item .item {
  height: 62px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
  margin-bottom: 12px;
  padding: 6px 12px;
}
.news_container .news_list .right_box .box1 .list_item .item .tit {
  font-size: 16px;
  /*line-height: 32px;*/
  color: #1A1A1A;
}
.news_container .news_list .right_box .box1 .list_item .item .tit a {
  text-decoration: none;
  color: #1A1A1A;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_container .news_list .right_box .box1 .list_item .item .desp {
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_container .news_list .right_box .box2 {
  height: 244px;
  border-radius: 8px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 16px 12px;
}
.news_container .news_list .right_box .box2 .box2_tit {
  margin-bottom: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.news_container .news_list .right_box .box2 .box2_tit span {
  display: inline-block;
}
.news_container .news_list .right_box .box2 .box2_tit span.img {
  width: 30px;
  height: 30px;
  background: url(/images/index/hezuo.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.news_container .news_list .right_box .box2 .box2_tit span .text {
  font-size: 20px;
  line-height: 28px;
  color: #1A1A1A;
}
.news_container .news_list .right_box .box2 .list_box .line {
  display: flex;
  margin-bottom: 12px;
}
.news_container .news_list .right_box .box2 .list_box .line:last-child {
  margin-bottom: 0;
}
.news_container .news_list .right_box .box2 .list_box .line .item {
  flex: 1;
}
.news_container .news_list .right_box .box2 .list_box .line .item:nth-child(2n) {
  padding-left: 6px;
}
.news_container .news_list .right_box .box2 .list_box .line .item:nth-child(2n+1) {
  padding-right: 6px;
}
.news_container .news_list .right_box .box2 .list_box .img_item {
  height: 77px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news_container .news_list .right_box .box2 .list_box .img_item.t1 {
  background: rgba(19, 122, 105, 0.1);
}
.news_container .news_list .right_box .box2 .list_box .img_item.t2 {
  background: rgba(21, 64, 124, 0.1);
  margin-right: 0px;
}
.news_container .news_list .right_box .box2 .list_box .img_item.t3 {
  background: rgba(229, 2, 22, 0.06);
  margin-bottom: 0px;
}
.news_container .news_list .right_box .box2 .list_box .img_item.t4 {
  background: rgba(0, 132, 63, 0.1);
  margin-right: 0px;
  margin-bottom: 0px;
}
.news_container .news_list .right_box .box2 .list_box .img_item img {
  display: block;
}
.news_container .news_list .right_box .box2 .list_box .img_item .name {
  font-size: 14px;
  line-height: 22px;
  color: #1A1A1A;
  text-align: center;
}
.news_container .view_more {
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #926DE2;
  cursor: pointer;
}
.news_container .view_more a {
  color: #926DE2;
  text-decoration: none;
}
