/* 隐藏滚动条css */
body::-webkit-scrollbar {
  /* display: none; */
}

body {
  /* scrollbar-width: none; */
  /* firefox */
  /* -ms-overflow-style: none; */
  /* IE 10+ */
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
}

body::-webkit-scrollbar {
  /* display: none; */
  /* Chrome Safari */
}

body {
  /* scrollbar-width: none; */
  /* firefox */
  /* -ms-overflow-style: none; */
  /* IE 10+ */
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
}

#indexPage .banner-content {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

#indexPage .banner-content .swiper-slide-img {
  width: 100%;
  height: 550px;
}

#indexPage .common-title {
  position: relative;
  text-align: center;
  font-size: 60px;
}

#indexPage .common-title .what-to-learn-en {
  color: #000;
  opacity: 0.05;
}

#indexPage .common-title .what-to-learn-cn {
  color: #000;
  opacity: 1;
}

#indexPage .common-title .subTitle {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  /* bottom: -10px; */
  font-size: 30px;
}

/* #indexPage .what-to-learn-content {
  margin: 50px 0;
  background-color: #fff;
} */

#indexPage .what-to-learn-content .what-to-learn-content-school {
  display: flex;
  margin-top: 50px;
  border-bottom: 1px solid #dddddd;
  flex-wrap: wrap;
}


#indexPage .what-to-learn-content .what-to-learn-content-school .school-item .school-item-img {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 180px;
}

#indexPage .what-to-learn-content .what-to-learn-content-school .school-item .school-item-img img {
  width: 180px;
  height: 100px;
  transition: all 0.4s ease;
}

#indexPage .what-to-learn-content .what-to-learn-content-school .school-item .school-item-img:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#indexPage .what-to-learn-content .what-to-learn-content-school .school-item .school-item-title {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  /* margin: 30px 0 50px 0; */

  overflow: hidden;
}

#indexPage .what-to-learn-content .what-to-learn-content-school .school-item {
  margin-left: 64px;
}

#indexPage .what-to-learn-content .what-to-learn-content-school .school-item:nth-child(7n),
#indexPage .what-to-learn-content .what-to-learn-content-school .school-item:first-child {
  margin-left: 0;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list {
  position: relative;
  width: 330px;
  margin: 0 26.6px 30px 0;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list:nth-child(n + 5) {
  margin-bottom: 0;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list:nth-child(4n + 4) {
  margin-right: 0;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-img {
  width: 330px;
  height: 210px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-img:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content {
  padding: 25px 20px;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content h2 {
  font-size: 18px;
  color: #040404;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content h2:hover {
  font-size: 18px;
  color: #2D5FC8;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content .school-item-list-content-title-school-name {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content .school-item-list-content-title-school-name p {
  color: #2F61C9;
}


#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content .school-item-list-content-title-school-name img {
  width: 30px;
  /* height: 20px; */
  margin-right: 10px;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-content .school-item-list-content-title-school-introduction {
  line-height: 28px;
  color: #888888;
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-logo {
  position: absolute;
  top: 171px;
  right: 9px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

#indexPage .what-to-learn-content .what-to-learn-content-school-list .school-item-list .school-item-list-logo img {
  width: 100%;
  height: 100%;
}

#indexPage .information-content {
  display: flex;
  margin-top: 80px;
  margin-bottom: 50px;
  justify-content: space-between;
}

#indexPage .information-content .information-content-item {
  /* flex: 1; */
  /* margin-right: 60px; */
  width: 370px;
}

#indexPage .information-content .information-content-item .information-content-item-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2D5FC8;
  color: #fff;
  font-size: 18px;
}

#indexPage .information-content .information-content-item .information-content-item-img {
  position: relative;
  width: 100%;
  margin-top: 30px;
  height: 260px;
  overflow: hidden;
}

#indexPage .information-content .information-content-item .information-content-item-img img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#indexPage .information-content .information-content-item .information-content-item-img:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#indexPage .information-content .information-content-item .information-content-item-img .information-content-item-img-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
}

#indexPage .information-content .information-content-item .information-content-item-list {
  margin-top: 30px;
  color: #000;
  font-size: 18px;
}

#indexPage .information-content .information-content-item .information-content-item-list .paragraph {
  display: flex;
  align-items: center;
}

#indexPage .information-content .information-content-item .information-content-item-list .paragraph:not(:first-child) {
  margin-top: 14px;
}

#indexPage .information-content .information-content-item .information-content-item-list .dot {
  /* display: block; */
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #416ECD;
}

#indexPage .information-content .information-content-item .information-content-item-list .paragraph p {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#indexPage .apply-main {
  width: 100%;
  background-color: #F6F6F6;
  padding: 50px 0 50px 0;
}

.apply-infobox-img img {
  width: 546px;
  height: 150px;
  margin-left: 18px;
}

.apply-infobox-img img:first-child {
  margin-left: 0;
}

.apply-infobox-img a {
  display: block;
  float: left;
  width: 546px;
  height: 150px;
  margin-left: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.apply-infobox-img a:first-child {
  margin-left: 0;
  background-image: url("../../../uploads/image/20210226/1614306385.png");
}

.apply-infobox-img a:last-child {
  background-image: url("../../../uploads/image/20210226/1614324385.png");
}

.apply-infobox-img a h1 {
  font-size: 24px;
  color: #2F61C9;
  font-weight: bold;
}

.apply-infobox-img a p {
  margin-top: 15px;
}

.apply-infobox-img a p:nth-child(2) {
  font-size: 14px;
}

.apply-infobox-img a p:nth-child(3) {
  font-size: 16px;
}

.apply-infobox-wd {
  padding: 25px;
}




#indexPage .apply-left,
#indexPage .apply-right {
  height: 100%;
  float: left;
}

#indexPage .apply-left {
  width: 80%;
  overflow: hidden;
}

#indexPage .apply-right {
  width: 16.8%;
  overflow: hidden;
}

#indexPage .apply-right {
  margin-left: 0.2%;
  background-color: #fff;
  padding: 20px;
}

.apply-right-form form label {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.apply-right-form form label:first-child {
  margin-top: 0;
}

.apply-right-form form input {
  border: 1px solid #ddd;
  width: 165px;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  color: #888888;
  font-size: 14px;
}

.apply-right-form form select {
  border: 1px solid #ddd;
  width: 187px;
  height: 30px;
  border-radius: 5px;
  padding: 0 5px;
  color: #888888;
  font-size: 14px;
}

.apply-right-form form span {
  position: absolute;
  bottom: -15px;
  left: 50px;
  font-size: 12px;
  color: red;
}

.apply-right-form form .submit {
  width: 170px;
  background: #2F61C9;
  color: #fff;
  padding: 0;
  font-size: 16px;
  border: 0;
  line-height: 30px;
}

.apply-right-situation {
  padding-top: 10px;
}

.apply-right-situation h1 {
  font-size: 18px;
  color: #2F61C9;
  line-height: 29px;
}

.apply-right-situation .situation-list {
  padding: 10px 0 0;
}

.apply-right-situation .situation-list p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  color: #2F61C9;
}

.apply-right-situation .situation-list p:first-child {
  margin-top: 0;
}

.apply-right-situation .situation-list p span {
  float: right;
}

.apply-right-situation .situation-list .swiper-container {
  height: 72px;
}

#indexPage .apply-item {
  clear: both;
  color: #797070;
  margin-bottom: 10px;
}

#indexPage .apply-topbox {
  width: 100%;
  height: 230px;
}


#indexPage .apply-infobox {
  margin-top: 15px;
  font-size: 0;
}

#indexPage .apply-typebox {
  width: 210px;
  height: 230px;
  float: left;
  margin-left: 15px;
  background-color: #fff;
}

#indexPage .apply-marginclear {
  margin: 0;
}

#indexPage .apply-imgbox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#indexPage .apply-imgbox img {
  margin: 20px 0 40px 0;
  width: 60px;
  height: 60px;
}

#indexPage .apply-descbox {
  /* margin: 0 10px 0 10px; */
  text-align: center;
}

#indexPage h4 {
  font-size: 18px;
}

#indexPage .apply-descfont {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

#indexPage .apply-typebox:nth-child(1) .apply-descbox .apply-descfont {
  width: 160px;
}

#indexPage .apply-typebox:nth-child(2) .apply-descbox .apply-descfont {
  width: 180px;
}

#indexPage .apply-typebox:nth-child(3) .apply-descbox .apply-descfont {
  width: 150px;
}

#indexPage .apply-typebox:nth-child(4) .apply-descbox .apply-descfont {
  width: 180px;
}

#indexPage #roll {
  height: 370px;
  overflow: hidden;
  list-style: none;
}

#indexPage #roll li {
  clear: both;
  border-top: 1px solid #EFEDEA;
}

#indexPage .learn-titlebox {
  width: 486px;
  height: 40px;
  line-height: 40px;
  /* border-left: 10px solid #2F61C9; */
  cursor: pointer;
}

#indexPage .borderbg1 {
  border-left: 10px solid #2F61C9;
}

#indexPage .borderbg2 {
  border-left: 10px solid #6088DB;
}

#indexPage .borderbg3 {
  border-left: 10px solid #8AA9EB;
}

#indexPage .borderbg4 {
  border-left: 10px solid #BED3FF;
}

#indexPage .learn-leftbox {
  width: 500px;
}

#indexPage .learn-rightbox {
  width: 880px;
  margin-left: 20px;
}

#indexPage .learn-leftbox,
.learn-rightbox,
.learn-titlebox div {
  float: left;
  font-size: 18px;
}

#indexPage .learn-tab {
  margin-bottom: 10px;
  line-height: 30px;
}

#indexPage .learn-titlebox .titleboxright {
  /* background-color: #2F61C9; */
  width: 390px;
  ;
  height: 40px;
  line-height: 40px;
}

#indexPage .titleboxbg1 {
  background: -webkit-linear-gradient(to right, #2F61C9, #2F61C9);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(to right, #2F61C9, #2F61C9);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(to right, #2F61C9, #2F61C9);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #2F61C9, #2F61C9);
  /* 标准语法 */
}

#indexPage .titleboxbg2 {
  background: -webkit-linear-gradient(to right, #6088DB, #6088DB);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(to right, #6088DB, #6088DB);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(to right, #6088DB, #6088DB);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #6088DB, #6088DB);
  /* 标准语法 */
}

#indexPage .titleboxbg3 {
  background: -webkit-linear-gradient(to right, #8AA9EB, #8AA9EB);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(to right, #8AA9EB, #8AA9EB);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(to right, #8AA9EB, #8AA9EB);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #8AA9EB, #8AA9EB);
  /* 标准语法 */
}

#indexPage .titleboxbg4 {
  background: -webkit-linear-gradient(to right, #BED3FF, #BED3FF);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(to right, #BED3FF, #BED3FF);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(to right, #BED3FF, #BED3FF);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #BED3FF, #BED3FF);
  /* 标准语法 */
}

#indexPage .learn-titlebox .titleboxright a {
  float: right;
  margin-right: 20px;
  color: #fff;
}

#indexPage .learn-titlebox .titleboxleft {
  color: #2F61C9;
  margin: 0 10px 0 10px;
}

#indexPage .firstvidexbox {
  margin-left: 0px !important;
}

#indexPage .videobox {
  width: 280px;
  height: 240px;
  float: left;
  margin-left: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

/*动画效果*/
#indexPage .scaleimg img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#indexPage .scaleimg:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#indexPage .learn-videotemp {
  width: 880px;
  height: 500px;
}

#indexPage .learn-videotemp .videobox dt span {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  line-height: 23px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  font-size: 14px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

#indexPage .learn-videotemp .videobox dt span i {
  background: url(../image/index/play.png) no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 58px 120px
}

#indexPage .learn-videotemp .videobox dd,
.learn-assisttemp .videobox dd {
  padding: 15px 20px 0px 20px;

}

#indexPage .learn-videotemp .videobox dd a,
.learn-assisttemp .videobox dd a {
  color: #000;
  font-size: 18px;
}

#indexPage .learn-videotemp .videobox dd a,
.learn-assisttemp .videobox dd .author {
  color: #000;
  font-size: 16px;
}

#indexPage .learn-videotemp .videobox dd a .defsize {
  font-size: 14px;
  color: #888888;
}

#indexPage .learn-videotemp .videobox dl,
.learn-assisttemp .videobox dl {
  width: 280px;
  float: left;
}

#indexPage .learn-videotemp .videobox dt,
.learn-assisttemp .videobox dt {
  width: 280px;
  height: 157px;
  position: relative;
  overflow: hidden
}

#indexPage .learn-videotemp .videobox dt img,
.learn-assisttemp .videobox dt img {
  width: 280px;
  height: 157px;
}

#indexPage .learn-assisttemp,
.learn-docutemp,
.learn-teachertemp,
.learn-tabcontent {
  display: none;
}

#indexPage .learn-tabcontent {
  line-height: 40px;
  height: 285px;
  width: 486px;
  overflow: hidden;
  margin-top: 30px;
  font-size: 16px;
}

#indexPage .firstcontent {
  display: block;
}

#indexPage .assistdetail {
  border-radius: 10px !important;
}

#indexPage .docu-detailbox {
  border-radius: 10px;
  width: 280px;
  height: 155px;
  float: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

#indexPage .doc-item {
  float: left;
  margin: 15px 0px 0px 15px;
}

#indexPage .font-zycolor a {
  color: #14316E;
  writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  -moz-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: tb-rl;
  letter-spacing: 10px;
}

#indexPage .doc-itemxm {
  float: left;
  margin-top: 10px;
}

#indexPage .teacher-detailbox,
.docu-detailbox {
  margin-left: 20px;
  margin-bottom: 20px;
}

#indexPage .doc-item-content {
  width: 198px;
}

#indexPage .docu-line {
  height: 120px;
  border-left: 1px solid #14316E;
}

#indexPage .doc-itembtn {
  float: right;
}

#indexPage .doc-itembtn a {
  display: inline-block;
  width: 60px;
  height: 20px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #707070;
  color: #797070;
  margin-top: 8px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}

#indexPage .doc-itembtn a:hover {
  background-color: #2D5FC8;
  color: #fff;
  border: 1px solid #2D5FC8;
}

#indexPage .doctext {
  height: 92px;
  overflow: hidden;

}

#indexPage a {
  color: #000;
}

#indexPage .teacher-detailbox,
.teacher-detailbox img {
  width: 205px;
  height: 240px;
}

#indexPage .teacher-detailbox {
  position: relative;
  float: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

#indexPage .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 207px;
  height: 247px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#indexPage .teacher-detailinfo {
  color: #fff;
  margin: 30px 0 0 20px;
  cursor: pointer;
}

#indexPage .teacher-detailinfo div {
  font-size: 24px;
  ;
  margin-bottom: 20px;
}

#indexPage .teacher-detailinfo ul li {
  font-size: 14px;
  line-height: 28px;
}

#indexPage .howlearn-Content {
  display: flex;
  margin: 50px 0;
  height: 530px;
  overflow: hidden;
}

#indexPage .common-margintop {
  margin-top: 50px;
}

/* 两行省略 */
.fontline2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 单行省略 */
.fontline1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  /* 文本不换行，这样超出一行的部分被截取，显示... */
}

.valid-prompt {
  position: absolute;
  width: 220px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  display: none;
  z-index: 9999999;
  margin: 35px 0px 0 0;
  cursor: pointer;
}

.valid-Error {
  /* background-color: #f56c6c; */
  color: #f56c6c;
}

.valid-Success {
  /* background-color: #5cb87a; */
  color: #5cb87a;
}

#indexPage a:hover,
#pageFooter .footer-area .footer-area-content .footer-area-content-list a:hover,
#pageFooter .footer-link a:hover,
#indexPage .learn-videotemp .videobox dd a:hover {
  color: #2D5FC8;
}



/* 清除浮动 */
.clearFix {
  *zoom: 1
}

.clearFix:before,
.clearFix:after {
  display: table;
  content: ""
}

.clearFix:after {
  clear: both
}

/* 公共标题 */
.pubTitle {
  text-align: center;
}

.pubTitle h1 {
  font-size: 30px;
}

.pubTitle p {
  font-size: 16px;
  color: #888888;
  margin-top: 20px;
}

.pubTitle.ontrue h1,
.pubTitle.ontrue p {
  color: #fff;
}

/* 页头 */
.banner {
  width: 100%;
  padding: 100px 0;
  background: url("../image/index/16140709672390.png") no-repeat center/100%;
  position: relative;
  z-index: 1;
}

.banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: -1;
}

.ban-wordImg {
  z-index: 3;
}

.banWorld,
.banImg {
  float: left;
}

.banWorld {
  width: calc(100% - 592px);
}

.banWorld-title {
  color: #fff;
}

.banWorld-title h1 {
  font-size: 40px;
}

.banWorld-title p {
  font-size: 18px;
  padding: 20px 0;
}

.banWorld-con p {
  font-size: 17px;
  color: #fff;
  text-indent: 0.5em;
  line-height: 33px;
  width: 94%;
  text-align: justify;
}

.banImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banImg-box {
  width: 592px;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  min-height: 235px;
  box-sizing: border-box;
}

.banImg-left,
.banImg-right {
  float: left;
}

.banImg-left {
  width: calc(100% - 292px);
  text-align: justify;
}

.banImg-left p {
  font-size: 20px;
  line-height: 32px;
  position: relative;
}

.banImg-left p {
  padding-left: 10px;
}

.banImg-left p span {
  position: absolute;
  font-size: 18px;
  background: #000;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
}

.banImg-left h5 {
  font-size: 24px;
  padding-bottom: 20px;
  display: inline-block;
}

.banImg-right {
  width: 266px;
  margin-left: 26px;
}

.banImg-right img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.banbtn-box {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  left: 40px;
  width: 200px;
}

.banText {
  float: left;
  line-height: 34px;
}

.banText p {
  font-size: 16px;
  color: #666666;
}

.banText p span {
  font-size: 18px;
  color: #2F61C9;
  margin-right: 5px;
}

.banbtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banbtn img {
  width: 20px;
}

.banbtn p {
  margin: 0 20px;
  float: left;
  cursor: pointer;
}

.banbtn span {
  width: 1px;
  height: 20px;
  background: #999;
  display: block;
  float: left;
}

.banbtn p:last-child {
  margin-right: 0;
}

.banbtn .button-next img {
  transform: rotate(180deg);
}

/* 校友动态 */
.alumniNews {
  width: 100%;
  padding-top: 100px;
}

.alumniNews-list {
  width: 100%;
  padding-top: 60px;
}

.alumniNews-list ul {
  margin-left: -25px;
}

.alumniNews-list ul li {
  width: 277px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-radius: 12px;
  margin-left: 26px;
  float: left;
  overflow: hidden;
}

.alumniNews-img:hover img {
  transform: scale(1.04);
}

.alumniNews-img img {
  width: 100%;
  object-fit: cover;
  height: 142px;
  transition: all .4s ease;
}

.alumniNews-wd {
  padding: 12px;
}

.alumniNews-wd h1, .alumniNews-wd h5 {
  font-size: 16px;
  color: #040404;
  line-height: 30px;
}

.alumniNews-wd h1 a {
  float: right;
  font-size: 16px;
  color: #2F61C9;
}

.alumniNews-wd h5 {
  margin-top: 10px;
  display: inline-block;
  height: 60px;
}

.alumniNews-wd h5:hover a {
  color: #2F61C9;
}

.alumniNews-wd p {
  text-align: justify;
  margin-top: 6px;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 全国校友分会 */
.nationalalumni {
  width: 100%;
  padding: 100px 0;
}

.nationalalumni-list {
  width: 100%;
  padding-top: 60px;
}

.nationalalumni-list ul {
  margin-left: -46px;
}

.nationalalumni-list ul li {
  width: 130px;
  border-radius: 50%;
  float: left;
  margin-left: 46px;
}

.nationalalumni-img img {
  width: 100%;
  object-fit: cover;
}

.nationalalumni-wd {
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  position: relative;
}

.nationalalumni-wd:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
}

/* 南海产教融合研究院 */
.nanhaiintegration {
  width: 100%;
  padding: 100px 0;
  background: #2F61C9;
}

.nanhaiintegration-list {
  width: 100%;
  padding-top: 100px;
}

.nanhaiintegration-list ul {
  margin-left: -80px;
}

.nanhaiintegration-list ul li {
  width: 60px;
  float: left;
  margin-left: 80px;
}

.nanhaiintegration-img .iconfont {
  font-size: 60px;
  color: #fff;
}

.nanhaiintegration-wd {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 14px;
}

/* 南海产教融合研究院---文图 */
.nanhaiintegrationWdImg {
  width: 100%;
  padding-top: 100px;
}

.nanhaiintegrationWdImg-wd {
  width: calc(100% - 706px);
  float: left;
  padding-top: 20px;
}

.nanhaiintegrationWdImg-wd p {
  font-size: 18px;
  line-height: 36px;
  text-indent: 1.5em;
  text-align: justify;
}

.nanhaiintegrationWdImg-img {
  width: 680px;
  float: right;
}

.nanhaiintegrationWdImg-img img {
  width: 100%;
  height: 354px;
  border-radius: 2px;
}

/* 校友企业展示 */
.alumniEnterprise {
  width: 100%;
  padding: 100px 0;
}

.alumniEnterprise-img {
  padding-top: 60px;
}

.alumniEnterprise-img img {
  width: 100%;
  object-fit: cover;
}



/* 职业发展-职业认证 */
.careerdevelopment {
  width: 100%;
  padding-top: 50px;
}

.careerdevelopment-page {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  z-index: 1;
}

.careerdevelopment-page a {
  display: inline-block;
  margin: 12px 12px 0;
  padding-bottom: 12px;
  font-size: 18px;
  z-index: 2;
  border-bottom: 1px solid transparent;
}

.careerdevelopment-page a.ontrue {
  color: #2F61C9 !important;
  border-color: #2F61C9;
}

.careerdevelopment-list {
  width: 100%;
  padding: 50px 0;
}

.careerdevelopment-list ul {
  margin-left: -26px;
  display: none;
}

.careerdevelopment-list ul.ontrue {
  display: block;
}

.careerdevelopment-list ul li {
  width: 330px;
  margin-left: 26px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  float: left;
  position: relative;
}

.careerdevelopment-list ul li .careerdevelopment-posImg {
  position: absolute;
  top: 171px;
  right: 9px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

.careerdevelopment-list ul li .careerdevelopment-posImg img {
  width: 100%;
  height: 100%;
}

.careerdevelopment-img {
  overflow: hidden;
}

.careerdevelopment-img:hover img {
  transform: scale(1.04);
}

.careerdevelopment-img img {
  width: 100%;
  height: 210px;
  transition: all .4s ease;
  z-index: 1;
}

.careerdevelopment-wd {
  padding: 25px 20px;
}

.careerdevelopment-wd h5 {
  font-size: 18px;
  color: #040404;
  cursor: pointer;
}

.careerdevelopment-wd .careerdevelopment-wdImg {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.careerdevelopment-wd .careerdevelopment-wdImg img {
  width: 30px;
  height: 20px;
}

.careerdevelopment-wd .careerdevelopment-wdImg a {
  color: #2F61C9 !important;
  margin-left: 10px;
  font-size: 14px;
}

.careerdevelopment-wd p {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
}


.publite-title {
  width: 100%;
  text-align: center;
}

.publite-title h1 {
  font-size: 30px;
}

.publite-title p {
  font-size: 16px;
  color: #888888;
  margin-top: 20px;
}

.publite-seemore {
  width: 100%;
  text-align: center;
}

.publite-seemore a {
  display: flex;
  color: #2F61C9 !important;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.publite-seemore a img {
  max-width: 20px;
  margin-left: 6px;
}

.howToLearn {
  width: 100%;
  padding-top: 60px;
}

/* 引导层 */
.guide {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 999999999999;
}

.guide .content {
  position: relative;
}

.userGuide {
  width: 250px;
  height: 130px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 130px;
}

.userGuide img {
  position: absolute;
  top: -56px;
  right: 12px;
}

.userGuide h1 {
  font-size: 20px;
  font-weight: bold;
}

.userGuide p {
  font-size: 16px;
  line-height: 36px;
  margin-top: 6px;
}

.userGuide a {
  display: block;
  float: left;
  color: #777777;
  font-size: 16px;
  margin-top: 8px;
  background: #2F61C9;
  padding: 6px 20px;
  color: #fff;
  border-radius: 14px;
}

.userGuide .guidebox {
  width: 48px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: -108px;
  right: 0;
}

.liveBroadcast {
  width: 250px;
  height: 130px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  position: absolute;
  left: 80px;
  top: 230px;
  display: none;
}

.liveBroadcast img {
  position: absolute;
  bottom: -56px;
  left: -34px;
  transform: rotate(180deg);
}

.liveBroadcast h1 {
  font-size: 20px;
  font-weight: bold;
}

.liveBroadcast p {
  font-size: 16px;
  line-height: 36px;
  margin-top: 6px;
}

.liveBroadcast a {
  display: block;
  float: right;
  color: #777777;
  font-size: 16px;
  margin-top: 8px;
  background: #2F61C9;
  padding: 6px 20px;
  color: #fff;
  border-radius: 14px;
}

.liveBroadcast .guidebox {
  width: 1110px;
  height: 148px;
  border: 2px solid #fff;
  position: absolute;
  bottom: -206px;
  left: -80px;
}

/* 直播入口 */
.banner-LiveEntrance {
  width: 1400px;
  height: 550px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.banner-LiveEntrance-box {
  width: 300px;
  background: rgba(0, 0, 0, .6);
  border-radius: 10px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-LiveEntrance-box.ontrue {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.banner-LiveEntrance-box>h1 {
  font-size: 24px;
  color: #fff;
  padding: 0 20px;
  line-height: 24px;
}

.banner-LiveEntrance-List {
  margin-top: 20px;
}

.banner-LiveEntrance-List li {
  width: 100%;
}

.banner-LiveEntrance-List li>a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  line-height: 60px;
}

.banner-LiveEntrance-List li>a:hover {
  background: rgba(255, 255, 255, .6);
}

.banner-LiveEntrance-List li>a i {
  width: 24px;
  height: 24px;
  background: url("../image/index/dianshi-1.png") no-repeat;
  border-radius: 4px;
  overflow: hidden;
  background-size: contain;
}

.banner-LiveEntrance-List li>a span {
  margin-left: 10px;
  width: calc(100% - 34px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}

.banner-LiveEntrance-menu {
  display: none;
  height: 404px;
  overflow-y: auto;
  position: absolute;
  right: 105%;
  top: 0;
  padding: 20px;
  background: #fff;
  width: 360px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.banner-LiveEntrance-menu.ontrue {
  right: 100%;
  transition: all .3s ease;
  display: block;
}

.banner-LiveEntrance-menuText h1 {
  font-size: 24px;
  color: #2D5FC8;
  line-height: 29px;
  font-weight: bold;
  height: 58px;
}

.banner-LiveEntrance-menuText p {
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
}

.banner-LiveEntrance-menuText h5 {
  font-size: 18px;
  margin-top: 10px;
}

.banner-LiveEntrance-menuText h5 a {
  color: #2D5FC8 !important;
  display: flex;
  align-items: center;
}

.banner-LiveEntrance-menuText h5 a span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../image/index/jiantou-1.png") no-repeat;
  margin-left: 6px;
  background-size: contain;
}

.banner-LiveEntrance-menuImg {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  overflow: hidden;
}

.banner-LiveEntrance-menuBtn a {
  display: block;
  text-align: center;
  border-radius: 4px;
  background: #2D5FC8;
  color: #fff !important;
  line-height: 40px;
}

.banner-LiveEntrance-menuBtn a.off {
  background: #e2e2e2;
  color: #000 !important;
}

.banner-LiveEntrance-menuBtn a:last-child {
  margin-top: 10px;
}

.banner-LiveEntrance-menuBtn a:first-child {
  margin-top: 10px;
}

#indexBanner .swiper-pagination-bullet-active {
  background: #fff;
}

#calendar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.calendar {
  position: relative;
  font-family: "Chinese Quote", "Microsoft YaHei";
  font-size: 14px;
}


.calendar-header {
  /* padding: 11px 16px 11px 0; */
  padding-bottom: 11px;
  text-align: right;
}

.calendar-select {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  outline: 0;
}

.calendar-table {
  width: 100%;
  height: 100%;
}

.calendar-column-header,
.calendar-cell {
  width: 52px
}

.calendar-column-header {
  font-weight: 400;
  text-align: center;
  /* padding-right: 12px; */
}

.calendar-table {
  table-layout: fixed;
}

.calendar-cell {
  color: rgba(0, 0, 0, 0.65);
}



.calendar-cell.calendar-last-month-cell,
.calendar-cell.calendar-next-month-cell {
  color: rgba(0, 0, 0, 0.25);
}

.calendar-date {
  padding: 2px;
  border-top: 2px solid #e8e8e8;
}

.calendar-cell.calendar-thisMonth .calendar-date,
.calendar-cell.calendar-today .calendar-date {
  border-top-color: #1890ff;
  background-color: #e6f7ff;
  color: #1890ff;
}

.calendar-date:hover {
  background: #e6f7ff;
}


.calendar-value {
  text-align: center;
}

.calendar-content {
  height: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
  text-align: center;
}




.calendar-select {
  font-size: 13px;
  vertical-align: middle;
}

.btn.calendar-select-active {
  border-color: #40a9ff;
  z-index: 2;
}

.calendar-select:first-child {
  margin-right: 10px;
  /* display: none; */
}

.calendar-mode-select {
  display: none;
}

.calendar-year-select,
.calendar-month-select {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.calendar-year-select:hover,
.calendar-month-select:hover {
  border-color: #40a9ff;
}

.calendar-year-text,
.calendar-month-text {
  margin: 0 10px;
  line-height: 28px;
}

.calendar-icon * {
  color: rgba(0, 0, 0, 0.25);
}

.btn {
  float: left;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.btn-group {
  float: left;
  display: inline;
  padding: 0 8px;
}

.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover {
  z-index: 2;
  border-color: #40a9ff;
}

.btn-group .btn+.btn {
  margin-left: -1px;
}

.btn-group>.btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


/*dropdown-menu*/
ul.dropdown-month,
.dropdown-month li,
ul.dropdown-year,
.dropdown-year li {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.dropdown-month.open,
.dropdown-year.open {
  display: inline-block;
  margin-top: 1px;
  width: 100%;
}

.dropdown-month,
.dropdown-year {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 50px;
  border: 1px solid #eee;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-month .month-item,
.dropdown-year .year-item {
  font-size: 12px;
  position: relative;
  display: block;
  padding: 5px 2px;
  line-height: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.month-item:hover,
.year-item:hover {
  background: #e6f7ff;
}

.year-item.active {
  background-color: #fafafa;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}

/*自定义事件样式*/
ul.events li {
  font-size: 12px;
}

ul.events .total {
  font-size: 14px;
  font-weight: 600;
}

ul.events li span {
  display: block;
}

/*scrollbar*/
.dropdown-year::-webkit-scrollbar,
.banner-LiveEntrance-menu::-webkit-scrollbar,
.calendar-content::-webkit-scrollbar,
.dropdown-month::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.dropdown-year::-webkit-scrollbar-thumb,
.banner-LiveEntrance-menu::-webkit-scrollbar-thumb,
.calendar-content::-webkit-scrollbar-thumb,
.dropdown-month::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
}

.xueshenme {
  padding-top: 60px;
}

.what-to-learn-content-school-list.test1 {
  margin: 30px 0 50px 0;
}

.careerdevelopment.test1 {
  padding-bottom: 50px;
}

.information-content-item-list.test1 p {
  width: 348px !important;
}


