/*顶部*/
@keyframes move {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-o-keyframes move {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}

@-moz-keyframes move {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}
.warning {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background: url(https://www.igo.cn/zt/master_abroad_online2024/1920x80.jpg);
  background-position: center;
}

.warning a {
  display: block;
  width: 100%;
  height: 100%;
}

.warning-content {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.warning-content .close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: -10px;
  cursor: pointer;
  z-index: 99;
}

.xm_brandcity .item {
  position: relative;
  padding: 0 6px;
}

.xm_brandcity .item a {
  color: inherit;
}

.xm_brandcity .item ul {
  display: none;
  position: absolute;
  left: -4px;
  color: #666;
  line-height: 29px;
  width: 48px;
  height: 58px;
  text-align: center;
  border: 1px solid #00a4ff;
  border-top: 0;
  z-index: 7;
}

.xm_brandcity .item:hover ul {
  display: block;
  background-color: #fff;
}

.xm_brandcity .item li:hover {
  color: #00a4ff;
  background-color: #f2f2f2;
}

.con_wrap {
  width: 1200px;
  margin: 0 auto;
}

.xm_headerlink {
  position: relative;
  height: 35px;
  background-color: #f2f2f2;
}

.xm_headerlink .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  line-height: 35px;
  font-size: 14px;
  color: #1a1a1a;
}

.xm_headerlink .item>a {
  color: #1a1a1a;
  height: 100%;
  display: block;
}


.xm_headerlink .item::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.xm_headerlink .item:last-child::after {
  display: none;
}

.xm_headerlink a:hover {
  color: #00a4ff;
}

.xm_headerlink .con_wrap_more>div {
  position: absolute;
  width: 100%;
  top: 35px;
  height: 0;
  overflow: hidden;
  left: 0;
  z-index: 15;
  background: #f2f2f2;
  transition: all .2s;
}

.xm_headerlink .con_wrap_more>div a {
  color: #1a1a1a;
  text-align: center;
  display: block;
}

.xm_headerlink .con_wrap_more:hover div {
  height: 70px;
  transition: all .2s;
}

.xm_headerlink .con_wrap_more:hover a:hover {
  color: #00a4ff;
}

.xm_headerlink .con_wrap_xcx:hover div {
  height: 128px !important;
  transition: all .2s;
}

.xm_top {
  /*height: 100px;*/
  background: #fff;
}

.xm_top {
  position: relative;
}

.xm_top .con_wrap {
  display: flex;
  justify-content: space-between;
  height: 55px;
  padding: 22px 0;
  align-items: center;
}

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

.xm_top .logo {
  width: 281px;
  display: inline-block;
}

.xm_top .logo video {
  width: 290px;
  height: 100px
}

.xm_brandcity {
  margin-left: 33px;
  display: inline-block;
  position: relative;
}

.xm_brandcity.active .branch {
  border: solid 1px #d9d9d9;
  border-bottom-color: #ffffff;
  position: relative;
  z-index: 16;
}

.xm_brandcity.active .branch_city {
  display: block;
}

.xm_brandcity .branch {
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: solid 1px #ffffff;
  position: relative;
  z-index: 15;
}

.xm_brandcity .branch span {
  font-size: 14px;
  color: #333333;
  margin: 0 8px;
}

.xm_brandcity .branch img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.xm_brandcity .branch_city {
  width: 540px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  font-size: 14px;
  color: #000000;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 15;
  padding-left: 30px;
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
  display: none;
}

.xm_brandcity .item_box,
.xm_brandcity .item_box .citys {
  display: flex;
  flex-wrap: wrap;
}

.xm_brandcity .item_box {
  margin-bottom: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.xm_brandcity .item_box:last-child {
  margin-bottom: 0;
}

.xm_brandcity .item_box .area {
  margin-bottom: 2px;
  line-height: 21px;
  flex-shrink: 0;
  margin-right: 2px;
  color: #000000;
}

.xm_brandcity .item_box .c_item {
  margin-right: 4px;
  margin-right: 0;
  margin-bottom: 3px;
}

.xm_brandcity .item_box .c_item:last-child {
  margin-right: 0;
}

.xm_brandcity .item_box a {
  width: 42px;
  height: 23px;
  color: #4c4c4c;
  width: auto;
  padding: 0 6px;

  display: inline-block;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
}

.xm_brandcity .item_box a i {
  font-size: 12px;
  font-style: normal;
}

.xm_brandcity .item_box a:hover {
  background-color: #f2f2f2;
  color: #00a4ff;
}

.xm_top .hot-phone {
  position: relative;
  width: 330px;
  padding: 0px 0 0 153px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xm_top .hot-phone:before {
  content: '';
  position: absolute;
  left: 90px;
  top: 4px;
  width: 58px;
  height: 52px;
  background: url("/style/2025/index/img/sprite.png") no-repeat;
  background-position: -44px 0;
}

.xm_top .hot-phone img {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: auto;
}

.xm_top .hot-phone .txt {
  margin-top: 3px;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}

.xm_top .hot-phone .phone {
  display: block;
  line-height: 29px;
  font-size: 23px;
  font-family: 'Arial';
  font-weight: 700;
}

.xm_top .search {
  width: 370px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin-left: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.xm_top .search input {
  width: 100%;
  font-size: 14px;
  border: none;
  vertical-align: top;
  outline: none;
}

.xm_top .search input::placeholder {
  color: #999999;
}

.xm_top .search .search-button {
  width: 60px;
  background: #00a4ff;
  flex-shrink: 0;
  border: none;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xm_top .search .search-button img {
  width: 25px;
  position: relative;

}

.con_wrap {
  position: relative;
}

.search {
  padding-left: 0 !important;
  border: none !important;
  display: block !important;
  overflow: inherit !important;
}

.xm_top .search .search_left {
  width: 308px;
  position: relative;
  z-index: 12;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 20px 0 0 20px;
  float: left;
  overflow: hidden;
}

.xm_top .search .search-button {
  float: left;
  height: 45px;
  border-radius: 0 45px 45px 0;
}

.xm_top .search input {
  width: 308px;
  height: 43px;
  box-sizing: border-box;
  background: none;
  padding-left: 20px;
}

.search-list {
  /* position: absolute; */
  /* top: 0px; */
  /* left: 0; */
  width: 100%;
  height: auto;
  /* z-index: -1; */
  background: #ffffff;
  /* border: 1px solid #000000; */
  /* padding-top: 45px; */
  /* border-radius: 20px; */
  overflow: hidden;
  padding-bottom: 0;
}

.search-list li {
  line-height: 30px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
}

.search-list li a {
  color: #626675;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-list li:hover {
  background: #f9f9f9;
}

.search-list li:hover a {
  color: #00a4ff;
}

.clear {
  clear: both;
}

.xm_navi {
  position: relative;
  height: 40px;
  background-color: #00a4ff;
}

.xm_navi .menu {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.xm_navi .item {
  /*float: left;*/
}

.xm_navi .item .menu-first {
  position: relative;
  display: block;
  padding: 0 7px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.xm_navi .item .menu-first:hover {
  background-color: #FF5722;
}
.xm_navi .item a.hot:after{
  content: "";
  position:absolute;
  top: -10px;
  right: -3px;
  background: url(https://www.igo.cn/images/version2025/navhotIcon.png) no-repeat;
  width: 36px;
  height: 22px;
  background-size: 100%;
  animation: move 1s infinite linear;

}
.xm_navi .border-2px:before {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background-color: #fff;
}

.xm_navi .menu-sub {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  height: 259px;
  padding: 5px 0 15px;
  border: 1px solid #f13f3f;
  border-top: 0;
  background-color: #fff;
  z-index: 10;
}

.xm_navi .menu-sub .links {
  float: left;
  margin: 0 17px;
  padding: 5px 0;
  width: 736px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.xm_navi .menu-sub .links .name {
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
}

.xm_navi .menu-sub .links .name a {
  color: #1a1a1a;
}

.xm_navi .menu-sub .links .link {
  float: left;
  color: #1a1a1a;
  padding-right: 15px;
  line-height: 19px;
  font-size: 14px;
}

.xm_navi .menu-sub .links .link:hover,
.xm_navi .menu-sub .links .name a:hover {
  color: #00a4ff;
}

.xm_navi .menu-sub .no-border {
  border: 0;
}

.xm_navi .menu-sub .link_pic {
  margin-top: 32px;
  display: inline-block;
  width: 412px;
  height: 204px;
  overflow: hidden;
}

.xm_navi .menu-sub .link_pic:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.fixedMenu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99
}
.gaokaoTop {
			width: 100%;
			min-width: 1200px;
			background: url(https://www.igo.cn/public/images/pop2025/gaokao_top.jpg) no-repeat;
			background-position: top center;
			height: 60px;
		}

		.gaokaoTop .g-content {
			width: 1200px;
			height: 60px;
			margin: 0 auto;
			position: relative;
			display: flex;
			justify-content: space-between;
			padding-right: 164px;
			padding-left: 156px;
			box-sizing: border-box;
		}

		.gaokaoTop .g-content>div {
			display: inline-block;
			min-width: 292px;
			height: 30px;
			border: 1px solid #93c3ff;
			background: #c6dfff;
			border-radius: 30px;
			position: absolute;
			top: 25px;
			left: 50%;
			transform: translateX(-50%);
			padding: 0 32px;
			box-sizing: border-box;
		}

		.gaokaoTop .g-content>div p {
			font-size: 12px;
			color: #000000;
			line-height: 30px;
			text-align: center;
		}

		.gaokaoTop .g-content>div p span {
			display: inline-block;
			min-width: 13px;
		}

		.gaokaoTop .g-content>div img {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: 10px;
		}

		.gaokaoTop .g-content>div img:last-child {
			left: auto;
			right: 10px;
			animation: gaokao 1s infinite linear;
		}

		.gaokaoTop .g-content .gaokaoclose {
			position: absolute;
			top: 0;
			right: 0;
			width: 40px;
			height: 40px;
			cursor: pointer;
		}

		.gaokaoTop .g-content ul {
			height: 100%;
			display: flex;
		}

		.gaokaoTop .g-content li {
			width: 61px;
			height: 100%;
			margin-right: 22px;
			cursor: pointer;
		}

		.gaokaoTop .g-content li a {
			width: 100%;
			height: 100%;
			display: block;
		}

		.gaokaoTop .g-content li:last-child {
			margin-right: 0;
		}

		@keyframes gaokao {
			0% {
				transform: translateY(-50%) scale(.8);
			}

			50% {
				transform: translateY(-50%) scale(1);
			}

			100% {
				transform: translateY(-50%) scale(.8);
			}
		}
		 .xm_headerlink .con_wrap_xcx:hover div {
        height: 128px;
        transition: all .2s;
      }
      .Xt-footer .footer-list {
				height: 40px;
			}

			.Xt-footer .footer-list li {
				height: 40px;
			}

			.Xt-footer .footer-list li::before {
				top: 8px;
			}

			.Xt-footer .footer-list li a {
				position: relative;
				top: 6px;
			}

			.Xt-footer .footer-list li:last-child {
				width: 120px;
				height: 40px;
			}

			.Xt-footer .footer-list li:last-child a {
				top: 0;
			}

			.Xt-footer .footer-list li:last-child img {
				width: 100%;
				vertical-align: middle;
			}

			.Xt-footer .footer-list li:last-child:before {
				background: none;
			}

			.Xt-footer .footer-list li.empty:before {
				background: #c0c0c0;
			}
			 .x-footer {
      overflow: hidden;
    }
    .Xt-bottom {
      height: 266px;
      margin-top: 0;
margin-bottom: 25px;
      background-color: #ebebeb;
    }
    .Bottom-first {
      height: 42px;
      background-color: #00a4ff;
      text-align: center;
      color: #ffffff;
    }
    .Bottom-first p {
      width: 1200px;
      margin: 0 auto;
    }
    .Bottom-first span {
      display: inline-block;
      font-size: 16px;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      line-height: 42px;
    }
    .Bottom-first span:nth-child(1),
    .Bottom-second > div:nth-child(1) {
      width: 80px;
    }
    .Bottom-first span:nth-child(2),
    .Bottom-first span:nth-child(3),
    .Bottom-second > div:nth-child(2),
    .Bottom-second > div:nth-child(3) {
      width: 314px;
    }
    .Bottom-first span:nth-child(4),
    .Bottom-first span:nth-child(6),
    .Bottom-second > div:nth-child(4),
    .Bottom-second > div:nth-child(6) {
      width: 164px;
    }
    .Bottom-first span:nth-child(5),
    .Bottom-second > div:nth-child(5) {
      width: 140px;
    }
    .Bottom-first span a {
      color: #ffffff;
    }
    .business,
    .global {
      width: 227px;
    }
    .bourn {
      width: 180px;
    }
    .language {
      width: 180px;
    }
    .ranking {
      width: 174px;
    }
    .term {
      width: 187px;
    }
    .Bottom-second {
      overflow: hidden;
      margin: 40px auto 0;
      width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
    }
    .Bottom-second > div {
      height: 140px;
      border-right: 1px solid #d7d7d7;
      padding: 0 17px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
.Bottom-second > div.start{
justify-content: flex-start;
}
    .Bottom-second > div:last-child {
      border-right: none;
    }
    .Bottom-second a {
      font-size: 14px;
      height: 15px;
      line-height: 15px;
color: #373737;
      padding: 0px;
      margin-right: 0px;
    }
.Bottom-second a.mar{
margin-right:6px;
}
.Bottom-second a.l_mar{
margin-right:20px;
}
    .Bottom-second a:hover {
      color: #ffffff;
    }
    .Bottom-second > div:nth-child(1) {
      padding: 0;
      justify-content: space-between;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
    }
    .Bottom-second > div:nth-child(2),
    .Bottom-second > div:nth-child(3) {
      justify-content: flex-start;
    }
    .Bottom-second > div:nth-child(2) a,
    .Bottom-second > div:nth-child(3) a {
      margin-right: 15px;
    }

    /*新通底部2*/
    .Xt-footer {
      margin: 40px 0 15px;
      text-align: center;
      font-size: 14px;
    }
    .footer-list li {
      display: inline-block;
      position: relative;
      margin-right: 18px;
    }
    .footer-list li a {
      color: #373737;
      text-decoration: none;
    }
    .footer-list li:before {
      content: "";
      position: absolute;
      top: 5px;
      right: -11px;
      width: 1px;
      height: 11px;
      background: #c0c0c0;
    }
    .footer-list li.empty:before {
      background: #eee;
    }
    .Xt-footer .y_links {
width:1200px;
margin:0 auto;
text-align: left;
      padding-bottom: 15px;
          padding-left: 18px;
          box-sizing:border-box;
    }
    .Xt-footer .y_links a {
      margin: 0 8px;
      color: #373737;
    }
    .Xt-footer p {
      margin-top: 10px;
    }
    .National-tel {
      color: #ec2e53;
    }
    .Xt-copy,
    .suggest {
      color: #949494;
    }
    .Xt-copy a {
      color: #949494;
    }
    .Xt-bottom a:hover,
    .Xt-footer a:hover {
      color: #ec2e53;
    }
    .footer-list strong {
      font-weight: normal;
    }
    .Bottom-pop-audition *{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
	.Bottom-pop-audition{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        z-index: 9999999;
    }
    .Bottom-pop-audition .pop-box{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 570px;
        height: 300px;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
        background-color: #ebebeb;
        background: -webkit-linear-gradient(90deg, rgba(218,218,218,1), rgba(242,242,242,1));
        background: -o-linear-gradient(90deg, rgba(218,218,218,1), rgba(242,242,242,1));
        background: -moz-linear-gradient(90deg, rgba(218,218,218,1), rgba(242,242,242,1));
        background: linear-gradient(0, rgba(218,218,218,1), rgba(242,242,242,1));
        box-shadow: 0 0 9px rgba(27,21,15,0.1)
    }
    .Bottom-pop-audition .pop-close{
        position: absolute;
        top: 0;
        right: 0;
        width: 31px;
        height: 26px;
        background: url(https://www.igo.cn/liuxue/include/language/pop-icons.png) -119px -10px;
        cursor: pointer;
    }
    .Bottom-pop-audition .pop-content{
        padding: 38px 136px 0;
    }
    .Bottom-pop-audition .myTit{
        font-size: 29px;
        line-height: 29px;
        margin-bottom: 35px;
        text-align: center;
        background-image: -webkit-gradient(linear, left 0, right 0, from(#00a4ff), to(#ff813d));
        -webkit-background-clip: text;/*必需加前缀 -webkit- 才支持这个text值 */
        -webkit-text-fill-color: transparent;/*text-fill-color会覆盖color所定义的字体颜色： */
    }
    .Bottom-pop-audition .form-item{
        margin-left: 43px;
        height: 40px;
        margin-bottom: 9px;
        position: relative;
    }
    .Bottom-pop-audition .form-item .icon{
        position: absolute;
        width: 28px;
        height: 30px;
        top: 4px;
        left: -43px;
        background: url(https://www.igo.cn/liuxue/include/language/pop-icons.png) -10px -10px;
    }
    .Bottom-pop-audition .form-item input{
        outline: none;
        border: 1px solid #ccc;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #b2b2b2;
        padding-left: 11px;
    }
    .Bottom-pop-audition .btn{
        text-align: center;
        cursor: pointer;
        margin: 0 auto;
        color: #fff;
        background-color: #00a4ff;
        border: 1px solid #00a4ff;
        font-size: 12px;
        width: 180px;
        height: 38px;
        line-height: 36px;
        border-radius: 6px;
        margin-top: 24px;
    }
    .Bottom-pop-audition p{
        font-size: 12px;
        line-height: 42px;
        color: #bbb;
        text-align: center;
    }
    	.Xt-footer {
				margin-top: 0;
			}

			.Xt-footer .footer-list {
				height: 40px;
			}

			.Xt-footer .footer-list li:last-child {
				width: 120px;
				height: 40px;
			}

			.Xt-footer .footer-list li:last-child img {
				width: 100%;
				vertical-align: middle;
			}

			.Xt-footer .footer-list li:last-child:before {
				background: none;
			}

			.Xt-footer .footer-list li.empty:before {
				background: #c0c0c0;
			}
			