﻿/*顶部*/
@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;
}

.xt_brandcity .item {
  position: relative;
  padding: 0 6px;
}

.xt_brandcity .item a {
  color: inherit;
}

.xt_brandcity .item ul {
  display: none;
  position: absolute;
  left: -4px;
  color: #666;
  line-height: 29px;
  width: 48px;
  height: 58px;
  text-align: center;
  border: 1px solid #ff123f;
  border-top: 0;
  z-index: 7;
}

.xt_brandcity .item:hover ul {
  display: block;
  background-color: #fff;
}

.xt_brandcity .item li:hover {
  color: #ff123f;
  background-color: #f2f2f2;
}

.con_wrap {
  width: 1200px;
  margin: 0 auto;
}

.xt_headerlink {
  position: relative;
  height: 35px;
  background-color: #f2f2f2;
}

.xt_headerlink .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  line-height: 35px;
  font-size: 14px;
  color: #1a1a1a;
}

.xt_headerlink .item>a {
  color: #1a1a1a;
  height: 100%;
  display: block;
}


.xt_headerlink .item::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.xt_headerlink .item:last-child::after {
  display: none;
}

.xt_headerlink a:hover {
  color: #ff123f;
}

.xt_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;
}

.xt_headerlink .con_wrap_more>div a {
  color: #1a1a1a;
  text-align: center;
  display: block;
}

.xt_headerlink .con_wrap_more:hover div {
  height: 70px;
  transition: all .2s;
}

.xt_headerlink .con_wrap_more:hover a:hover {
  color: #ff123f;
}

.xt_headerlink .con_wrap_xcx:hover div {
  height: 128px !important;
  transition: all .2s;
}

.xt_top {
  /*height: 100px;*/
  background: #fff;
}

.xt_top {
  position: relative;
}

.xt_top .con_wrap {
  display: flex;
  justify-content: space-between;
  height: 55px;
  padding: 22px 0;
  align-items: center;
}

.xt_top_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.xt_top .logo {
  width: 281px;
  display: inline-block;
}

.xt_top .logo video {
  width: 290px;
  height: 100px
}

.xt_brandcity {
  margin-left: 33px;
  display: inline-block;
  position: relative;
}

.xt_brandcity.active .branch {
  border: solid 1px #d9d9d9;
  border-bottom-color: #ffffff;
  position: relative;
  z-index: 16;
}

.xt_brandcity.active .branch_city {
  display: block;
}

.xt_brandcity .branch {
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: solid 1px #ffffff;
  position: relative;
  z-index: 15;
}

.xt_brandcity .branch span {
  font-size: 14px;
  color: #333333;
  margin: 0 8px;
}

.xt_brandcity .branch img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.xt_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;
}

.xt_brandcity .item_box,
.xt_brandcity .item_box .citys {
  display: flex;
  flex-wrap: wrap;
}

.xt_brandcity .item_box {
  margin-bottom: 10px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.xt_brandcity .item_box:last-child {
  margin-bottom: 0;
}

.xt_brandcity .item_box .area {
  margin-bottom: 2px;
  line-height: 21px;
  flex-shrink: 0;
  margin-right: 2px;
  color: #000000;
}

.xt_brandcity .item_box .c_item {
  margin-right: 4px;
  margin-right: 0;
  margin-bottom: 3px;
}

.xt_brandcity .item_box .c_item:last-child {
  margin-right: 0;
}

.xt_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;
}

.xt_brandcity .item_box a i {
  font-size: 12px;
  font-style: normal;
}

.xt_brandcity .item_box a:hover {
  background-color: #f2f2f2;
  color: #ff123f;
}

.xt_top .hot-phone {
  position: relative;
  width: 330px;
  padding: 0px 0 0 153px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.xt_top .hot-phone:before {
  content: '';
  position: absolute;
  left: 90px;
  top: 4px;
  width: 58px;
  height: 52px;
  background: url("https://www.igo.cn/newigo2019/images/sprite.png") no-repeat;
  background-position: -44px 0;
}

.xt_top .hot-phone img {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: auto;
}

.xt_top .hot-phone .txt {
  margin-top: 3px;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}

.xt_top .hot-phone .phone {
  display: block;
  line-height: 29px;
  font-size: 23px;
  font-family: 'Arial';
  font-weight: 700;
}

.xt_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;
}

.xt_top .search input {
  width: 100%;
  font-size: 14px;
  border: none;
  vertical-align: top;
  outline: none;
}

.xt_top .search input::placeholder {
  color: #999999;
}

.xt_top .search .search-button {
  width: 60px;
  background: #ff123f;
  flex-shrink: 0;
  border: none;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xt_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;
}

.xt_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;
}

.xt_top .search .search-button {
  float: left;
  height: 45px;
  border-radius: 0 45px 45px 0;
}

.xt_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: #ff123f;
}

.clear {
  clear: both;
}

.xt_navi {
  position: relative;
  height: 40px;
  background-color: #ff123f;
}

.xt_navi .menu {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.xt_navi .item {
  /*float: left;*/
}

.xt_navi .item .menu-first {
  position: relative;
  display: block;
  padding: 0 7px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.xt_navi .item .menu-first:hover {
  background-color: #dd0e35;
}
.xt_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;

}
.xt_navi .border-2px:before {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background-color: #fff;
}

.xt_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;
}

.xt_navi .menu-sub .links {
  float: left;
  margin: 0 17px;
  padding: 5px 0;
  width: 736px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.xt_navi .menu-sub .links .name {
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
}

.xt_navi .menu-sub .links .name a {
  color: #1a1a1a;
}

.xt_navi .menu-sub .links .link {
  float: left;
  color: #1a1a1a;
  padding-right: 15px;
  line-height: 19px;
  font-size: 14px;
}

.xt_navi .menu-sub .links .link:hover,
.xt_navi .menu-sub .links .name a:hover {
  color: #ff123f;
}

.xt_navi .menu-sub .no-border {
  border: 0;
}

.xt_navi .menu-sub .link_pic {
  margin-top: 32px;
  display: inline-block;
  width: 412px;
  height: 204px;
  overflow: hidden;
}

.xt_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
}