* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-width: 1200px;
  background: #ffffff;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn {
  cursor: pointer;
  text-align: center;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@font-face {
  font-family: 'AlibabaPuHuiTiRegular';
  src: url(../font/AlibabaPuHuiTi-Regular.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiMedium';
  src: url(../font/AlibabaPuHuiTi-Medium.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiBold';
  src: url(../font/AlibabaPuHuiTi-Bold.ttf);
}

@font-face {
  font-family: 'AlibabaPuHuiTiHeavy';
  src: url(../font/AlibabaPuHuiTi-Heavy.ttf);
}

@font-face {
  font-family: 'avantibold';
  src: url(../font/avanti-bold.ttf);
}

.banner {
  width: 100%;
  height: 546px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}

article {
  min-width: 1200px;
  margin-top: -30px;
}

article .w1200 {
  width: 1200px;
  margin: 0 auto;
}

#main .zttabbox {}

#main .zttabbox>div {
  padding: 0 150px;

}

#main .zttabbox .zttab {
  width: 120px;
  height: 120px;
  background-color: #bbf3ff;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}

#main .zttabbox .zttab .img {
  height: 60px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 17px;
}

#main .zttabbox .zttab .img img {
  width: 100%;
  border-radius: 8px;
}

#main .zttabbox p {
  font-size: 18px;
  font-weight: bold;
  color: #414492;
  line-height: 18px;
  transition: all .3s;
}

#main .zttabbox .zttab:hover,
#main .zttabbox .zttab.active {
  background-color: #414492;
  transition: all .3s;
}

#main .zttabbox .zttab:hover p,
#main .zttabbox .zttab.active p {
  color: #ffffff;
  transition: all .3s;
}

#main .zttabbox .zttab.active::after {
  content: "";
  border: 10px solid #414492;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#main .zttabbox.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #bbf3ff;
  box-shadow: 0px 10px 30px 0px rgb(108 108 108 / 22%);
}

#main .zttabbox.fixed>div {
  padding: 0;
}

#main .zttabbox.fixed .img {
  display: none;
  margin-bottom: 0;
}

#main .zttabbox.fixed .zttab {
  height: 60px;
  border-radius: 0;
  flex-grow: 1;
}

#main .zttabbox.fixed p {
  line-height: 40px;
}

#main .zttabbox.fixed .zttab.active::after {
  display: none;
}

#main .partbox {
  padding-top: 120px;
}

#main .ztitle {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}

#main .ztitle h3 {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 70px;
  line-height: 70px;
  font-weight: normal;
  color: #414492;
  position: relative;
  text-shadow:
    -3px -3px 0 #ffffff,
    /* 左上 */
    3px -3px 0 #ffffff,
    /* 右上 */
    -3px 3px 0 #ffffff,
    /* 左下 */
    3px 3px 0 #ffffff, 0px 0px 30px rgba(100, 209, 249, 0.5);
  /* 右下 */
}

#main .ztitle h3::after {
  content: "";
  width: 120%;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(100, 209, 249, 0.5);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#main .intrbox {
  text-align: center;
  margin-bottom: 85px;
  height: 138px;
  align-items: flex-start;
}

#main .intrbox>div {
  width: 24%;
  flex-shrink: 0;
}

#main .intrbox p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 8px;
}

#main .intrbox p span {
  font-family: 'AlibabaPuHuiTiBold';
  color: #414492;
}

#main .samepart {
  margin-bottom: 70px;
}

#main .samepart.mar {
  margin-bottom: 0;
}

#main .samepart h4 {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 40px;
}

#main .samepart h4 span {
  font-family: 'AlibabaPuHuiTiBold';
  color: #414492;

}

#main .schools {
  position: relative;
  z-index: 1;
}

#main .schools h4 {
  margin-bottom: 0;
}

#main .schools .content {
  width: 100%;
  height: auto;
  background: url(../img/part1-bg.png) no-repeat;
  background-position:top center;
  margin-top: -45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#main  .us .schools .content,
  #main  .uk .schools .content{
  background-image: url(../img/part1-bg1.png);
  height: auto;
}
#main .schools .content>div {
  height: auto;
  min-height: 480px;
}
#main .us .schools .content>div,
  #main .uk .schools .content>div {
  height: auto;
}

#main .schools ul {
  width: 750px;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding-top: 130px;
  padding-right: 50px;
  padding-bottom: 30px;
}
#main  .us .schools ul{
  padding-top: 151px;
}
#main .schools li {
  width: 25%;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
  color: #ffffff;
  padding-top: 0;
  text-align: center;
  border-top: 4px solid #ffffff;
  margin-top: 47px;
  position: relative;
  cursor: pointer;
  height: 76px;
}
#main .us .schools li{
  width: 20%;
  margin-top: 35px;
}
#main .schools li:nth-child(1),
#main .schools li:nth-child(2),
#main .schools li:nth-child(3),
#main .schools li:nth-child(4) {
  margin-top: 0;
}
#main .us .schools li:nth-child(5){
  margin-top: 0;
}

#main .schools li::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9px;
}

#main .schools li span {
  position: absolute;
  top: -38px;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  height: 20px;
  background-color: #414492;
  border-radius: 10px;
  width: auto;
  padding: 0 6px;
  /* display: block; */
}

#main .schools li:hover ,
  #main .schools li.active {
  font-family: 'AlibabaPuHuiTiBold';
  border-top: 4px solid #414492;
  color: #414492;
}

#main .schools li:hover::after,
#main .schools li.active::after {
  top: -12px;
  border: 3px solid rgba(255, 255, 255, .3);
  background-color: #414492;
}

#main .schools .detail {
  padding: 30px 0 0 30px;
  height: auto;
  position: relative;
  padding-bottom: 35px;
  min-height: 480px;
}
#main .schools .detail .schlogo {
  width: 420px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#main .schools .detail .schlogo img {
  width: 100%;
}

#main .schools .detail .schlogo p {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  color: #ffffff;
  padding-left: 25px;
  background: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#main .schools .detail .schlogo p em {
  font-size: 14px;
}

#main .schools .detail .schlogo p span {
  flex-shrink: 0;
  margin-right: 15px;
}

#main .schools .detail .intr {
  /* width: 348px; */
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 15px;
}

#main .schools .detail .zixun {
  text-decoration: underline;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
  line-height: 14px;
  color: #ffcc00;
  position: absolute;
  left: 30px;
  bottom: 17px;
  cursor: pointer;
}

#main .schools .detail .zixun:hover {
  font-weight: bold;
}

#main .schools .content .schoolsbg {
  width: 810px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .05;
  z-index: -1;
}

#main .interviewnews{
  align-items: stretch;
}



#main .interview .swiper-slide {
  width: 370px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  background: #000000;
  margin-right: 15px;
}

#main .interview.interview3 .swiper-slide,
#main .interview.interview2 .swiper-slide {
  width: 228px;
  margin-right: 15px;
}
#main .interview .swiper {
  position: relative;
  height: 220px;
}
#main .interview2 .swiper,
  #main .interview3 .swiper {
  position: relative;
  height: 405px;
}
#main .interview .swiper-btn {
  background: #414492;
  opacity: .5;
  transition: all .4s;
}

#main .interview .swiper-btn:hover {
  opacity: 1;
  transition: all .4s;
}

#main .interview .swiper-button-next {
  right: 0;
}

#main .interview .swiper-button-next img {
  transform: rotateZ(180deg);
}

#main .interview .swiper-button-prev {
  left: 0;
}

#main .interview .swiper-slide video {
  width: 100%;
}

#main .interview .swiper-slide i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/play.png) no-repeat center center;
  display: block;
  /* opacity: .5; */
  cursor: pointer;
}



#main .news>div {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#main .news.hover>div{
  height: 370px;
}

#main .news>div div {
  width: 32%;
  height: 235px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#main .news.hover>div div{
  height: 180px;
}
#main .news>div div.mar {
  margin-bottom: 10px;
}

#main .news>div div img {
  width: 100%;
}

#main .news>div div.h100 {
  height: 100%;
}

#main .news>div div.h50 {
  height: 153px;
  overflow: hidden;
}

#main .news.hover>div div.h50{
  height: 116px;
}

#main .news>div div.h235 {
  height: 235px;
}

#main .news>div div.h100 img {
  height: 100%;
  width: auto;
}

#main .news>div p,
  #main .interviewnews .news p {
  background-color: #414492;
  opacity: 0.8;
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: -100%;
  transition: all .4s;
}

#main .news>div div.t {
  cursor: pointer;
}
#main .interviewnews .news>div{
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  height: 208px;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
}
#main .interviewnews .news>div div{
  width: 49%;
  height: 100px;
}
#main .news>div div.t:hover p,#main .news.hover>div:hover p{
  bottom: 0;
  transition: all .4s;
}

#main .interviewnews .news>div:hover p{
  bottom: 0;
  transition: all .4s;
}
#main .universities .swiper-container {
  padding-top: 10px;
}

#main .universities .swiper-slide {
  transition: all .4s;
  position: relative;
  top: 0;
}

#main .universities .swiper-slide:hover {
  transition: all .4s;
  top: -10px;
}

#main .partbtm {
  background: url(../img/partbtm.png) no-repeat;
  background-position: center;
  height: 530px;
}

#main .partbtm .swiper-container {
  width: 1200px;
  margin: 0 auto;
}

#main .partbtm .swiper-slide {
  align-items: stretch;
}

#main .partbtm .swiper-slide>img {
  width: 360px;
  margin-right: 60px;
  flex-shrink: 0;
}

#main .partbtm .swiper-slide .right {
  padding-top: 76px;
}

#main .partbtm .swiper-slide .right img {
  width: 350px;
  margin-right: 19px;
}

#main .partbtm .swiper-slide .swiper-logo {
  margin-bottom: 78px;
}

#main .partbtm .swiper-slide .swiper-logo p {
  width: 250px;
  height: 40px;
  background-image: linear-gradient(90deg,
      transparent 0%,
      #2b2c60 100%);
  border-radius: 19px;
  font-size: 18px;
  color: #ffffff;
  padding-right: 18px;
}

#main .partbtm .swiper-slide h4 {
  font-family: 'AlibabaPuHuiTiHeavy';
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 45px;
}

#main .partbtm .swiper-slide h4 em {
  font-size: 16px;
}

#main .partbtm .swiper-slide .txt {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

#main .partbtm .swiper-button-next {
  width: 32px;
  height: 44px;
  background: url(../img/pincuanarrow.png) no-repeat;
  transform: scale(.8);
  transition: all .2s;
}

#main .partbtm .swiper-button-next:hover {
  transform: scale(1);
  transition: all .2s;
}
#main .shineyourway{
  width: 219px;
  height: 397px;
  background: url(https://www.igo.cn/public/images/pop_leyu/zixun_53_mini.png)
    no-repeat;
  background-size: 100%;
  position: fixed;
  right: 0px;
  top: 118px;
  z-index: 1000;
}

#main .shineyourwayform {
  width: 160px;
  position: absolute;
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
}

#main .shineyourwayform .form_item {
  display: flex;
  align-items: center;
  width: 160px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 7px;
  overflow: hidden;
  padding-left: 7px;
  box-sizing: border-box;
}

#main .shineyourway .form_item img {
  width: 14px;
  margin-right: 9px;
}

#main .shineyourway .form_item input {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .shineyourwayform .submit {
  width: 160px;
  height: 36px;
  margin: 17px auto 0;
  cursor: pointer;
}

#main .shineyourway .shineyourway_close {
  position: absolute;
  top: 16px;
  right: 9px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}