.con_wrap {
  width: 1200px;
  margin: 0 auto;

}

.xt_topsearch .con_wrap{
  display: flex;
  justify-content: space-between;
  height: 100px;
  margin: 0 auto;
    align-items: center;
    box-sizing: border-box;
}
.trs {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fz_img-scale:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block {
  display: block;
}
.light_red {
  color: #ff123f;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.bxz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fz_left {
  float: left;
}
.fz_right {
  float: right;
}
.minus_margin {
  margin-right: -50px;
}
.h_200 {
  height: 200px;
  overflow-y: auto;
}
/*顶部*/
.xt_headerlink {
  height: 35px;
  background-color: #f2f2f2;
}
.xt_headerlink .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  line-height: 35px;
  font-size: 14px;
}

.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 .item .hot_icon:before {
  content: '';
  position: absolute;
  right: -28px;
  top: -7px;
  width: 33px;
  height: 14px;
  background-position: 0 0;
  background: url("https://www.igo.cn/newigo2019/images/sprite.png");
}
/*搜索头部*/
.xt_topsearch {
  height: 100px;
  background: #fff;
}
.xt_topsearch .logo {
  position: relative;
  float: left;
  width: auto;
  margin: 0 0 0 ;
}
.xt_topsearch .city_brand {
  position: relative;
  float: left;
  margin: 0 0 0 10px;
  width: 95px;
  font-size: 12px;
  margin-left: -97px;
}
.xt_topsearch .city_brand .select_city {
  width: 95px;
  padding: 0 8px 0 15px;
  height: 30px;
  line-height: 30px;
  color: #545454;
  background: #f2f2f2 url("../images/top_arrow.png") no-repeat 68px center;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.xt_topsearch .city_brand:hover .select_city{
  background: #ffeaee url("../images/top_arrow.png") no-repeat 68px center;
}
.xt_topsearch .city_brand>div{
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 10px;
  display: none;
  z-index: 10;
}
.xt_topsearch .city_brand .city_list {
  padding: 5px 15px;
  top: 40px;
  height: auto;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
}
.xt_topsearch .city_brand:hover>div{
  display: block;
}
.xt_topsearch .city_brand .city_list li {
  line-height: 35px;
  border-bottom: 1px solid #eeeeee;
}
.xt_topsearch .city_brand .city_list li:last-child{
  border-bottom: none;
}

.xt_topsearch .city_brand .city_list .item {
  line-height: 20px;
  color: #333;
}
.xt_topsearch .city_brand .city_list li:hover .item{
  color: #ff123f;
}
.xt_topsearch .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_topsearch .search input{
  width: 100%;
  font-size: 14px;
  border: none;vertical-align: top;
  outline: none;
}
.xt_topsearch .search input::placeholder{
  color: #999999;
}
.xt_topsearch .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_topsearch .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_topsearch .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_topsearch .search .search-button {
  float: left;
  height: 45px;
  border-radius: 0 45px 45px 0;
}

.xt_topsearch .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;
}

.xt_topsearch .hot-phone {
  position: relative;
  float: right;
  width: auto;
  padding: 0 0 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.xt_topsearch .hot-phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 52px;
  background: url("https://www.igo.cn/newigo2019/images/sprite.png") no-repeat;
  background-position: -44px 0;
}
.xt_topsearch .hot-phone .phone {
line-height: 29px;
  font-size: 25px;
    font-family: 'Arial';
    font-weight: 700;
}
.xt_topsearch .hot-phone .txt {
    margin-top: 3px;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
}
/*导航*/
.xt_navi {
  height: 40px;
  background-color: #ff123f;
}
.xt_navi .menu {
  width: 1200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xt_navi .item {
  /* float: left; */
  flex-grow: 1;
}
.xt_navi .item .menu-first {
  position: relative;
  display: block;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 0 !important;

}
.xt_navi .item .menu-first:hover {
  background-color: #dd0e35;
}
.xt_navi .border-2px:before {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: #fff;
}
.xt_navi .menu-sub {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  height: 215px;
  padding: 10px 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 {
  font-size: 12px;
  line-height: 25px;
}
.xt_navi .menu-sub .links .link {
  float: left;
  color: #666;
  width: 20%;
  font-size: 12px;
  line-height: 16px;
}
.xt_navi .menu-sub .links .link:hover {
  color: #ff123f;
}
.xt_navi .menu-sub .no-border {
  border: 0;
}
.xt_navi .menu-sub .link_pic {
  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);
}
.xt_navi .item .menu-first.hot_icon:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 5px;
  width: 33px;
  height: 14px;
  background: url("https://www.igo.cn/language/ielts/images/icon-hot.png") no-repeat;
  z-index: 1;
}
/*当前位置*/
.fz_pos {
  height: 50px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}
.fz_pos .name {
  line-height: 50px;
  font-size: 24px;
  color: #ea3747;
}
.fz_pos .txt {
  padding: 22px 0 0 10px;
  color: #666;
}
.fz_pos .txt a {
  color: #383838;
}
.fz_pos .txt a:hover {
  color: #ff123f;
}
/*banner*/
.xt_indexmain .banner_container {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden;
}
.xt_indexmain .banner_container .banner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.xt_indexmain .banner_container .banner_wrapper .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
  display: none;
}
.xt_indexmain .banner_container .points,
.xt_indexmain .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -350px;
  width: 950px;
  text-align: center;
  font-size: 0;
}
.xt_indexmain .banner_container .points li,
.xt_indexmain .banner_container .operate_buttons li {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 0.5;
}
.xt_indexmain .banner_container .points li.active,
.xt_indexmain .banner_container .operate_buttons li.active {
  opacity: 1;
}
.xt_indexmain .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: 'simsun';
}
.xt_indexmain .banner_container .prev {
  left: 0;
}
.xt_indexmain .banner_container .next {
  right: 0;
}