.top_eight {
  position: relative;
}

.top_eight .top_title {
    height: 64px;
    margin-top: -30px;
}

.top_eight .top_title h3 {
    font-size: 24px;
    color: #232323;
    font-weight: bold;
    line-height: 24px;
    float: left;
    margin-top: 20px;
}

.top_eight .navbar {
  position: absolute;
  left: 176px;
  top: 28px;
}

.top_eight .navbar .item {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  color: #232323;
  line-height: 16px;
  cursor: pointer;
}

.top_eight .navbar .active {
  color: #1a7af8;
  position: relative;
}

.top_eight .navbar .active::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  left: 50%;
  margin-left: -16px;
  bottom: -10px;
  background-color: #1a7af8;
}

.top_eight .xq_content {
  display: none;
  margin-top: 10px;
}

.top_eight .xq_content .xq_content_top {
  height: 340px;
  position: relative;
}

.top_eight .xq_content .xq_content_top .sy_qjxq{
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -40px;
  -webkit-animation:icon-circle 5s linear infinite;
  -moz-animation:icon-circle 5s linear infinite;
  -o-animation:icon-circle 5s linear infinite;
  animation:icon-circle 5s linear infinite;
}

.top_eight .xq_content .xq_content_top .sy_qjxqtu{
  width: 180px;
  height: 44px;
  display: block;
  position: absolute;
  left: 50%;
  top: 176px;
  margin-left: -90px;
  border-radius: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhDMjUxNjIzMTQzRjExRUI5MDE3RUUyQkNFMkMwMjYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhDMjUxNjI0MTQzRjExRUI5MDE3RUUyQkNFMkMwMjYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEMyNTE2MjExNDNGMTFFQjkwMTdFRTJCQ0UyQzAyNjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEMyNTE2MjIxNDNGMTFFQjkwMTdFRTJCQ0UyQzAyNjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FtBA4AAAAUUlEQVR42mL4//+/NxAz4MIg4h8Q9wAxKy4FMHASiBXxKQCB90Acik8BDEwHYg58CkDgIhBrMDHgBoxgEofuGbis+IDPkTi9STCg8AY1QIABAKQfKzpZUtBtAAAAAElFTkSuQmCC) 140px center no-repeat rgba(0,0,0,0.35);
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-indent: 32px;
}


.top_eight .xq_content .xq_content_top .xq_top_left {
  width: 560px;
  height: 340px;
  overflow: hidden;
  float: left;
  position: relative;
}

.top_eight .xq_content .xq_content_top .xq_top_left img {
  width: 560px;
  height: 340px;
  display: block;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.top_eight .xq_content .xq_content_top .xq_top_left:hover img{
  transform: scale(1.1);
}

.top_eight .xq_content .xq_content_top .xq_top_left p {
  width: 100%;
  display: block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  bottom: 10px;
}

.top_eight .xq_content .xq_content_top .xq_top_right {
  width: 640px;
  float: right;
}

.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list {
  width: 300px;
  height: 160px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list img {
  width: 300px;
  height: 160px;
  display: block;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list:hover img{
  transform: scale(1.1);
}

.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list p {
  width: 100%;
  display: block;
  position: absolute;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  bottom: 10px;
}

.top_eight .xq_content .xq_content_top .xq_top_right .marb0 {
  margin-bottom: 0;
}

.top_eight .xq_content .xq_content_bottom {
  height: 360px;
  margin-top: 20px;
  background-color: #fff;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left {
  width: 560px;
  height: 360px;
  float: left;
  position: relative;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left img{
  width: 560px;
  height: 360px;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz {
  width: 237px;
  height: 156px;
  border-radius: 5px;
  border: 1px solid #dedfeb;
  position: absolute;
  background-color: #fff;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz h4 {
  margin-left: 9px;
  font-size: 14px;
  color: #232323;
  font-weight: bold;
  line-height: 14px;
  margin-top: 19px;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p {
  margin: 5px 9px 0 9px;
  font-size: 12px;
  color: #555;
  line-height: 20px;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p em {
  font-style: normal;
  float: left;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p a {
  width: 76px;
  height: 24px;
  float: left;
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: #f22121;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p .xq_lxfs {
  margin-right: 7px;
  background-color: #1a7af8;
  cursor: pointer;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_left::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 15px;
  z-index: 1;
}
.top_eight .xq_content .xq_content_bottom .xq_zgc_left .xq_dz {
  left: 236px;
  top: 91px;
}
.top_eight .xq_content .xq_content_bottom .xq_zgc_left::before {
  top: 77px;
  left: 312px;
  background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_zgczb_left .xq_dz {
  left: 131px;
  top: 110px;
}
.top_eight .xq_content .xq_content_bottom .xq_zgczb_left::before {
  top: 96px;
  left: 185px;
  background: url(../image/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_gm_left .xq_dz {
  right: 82px;
  top: 114px;
}

.top_eight .xq_content .xq_content_bottom .xq_gm_left::before {
  top: 271px;
  left: 312px;
  background: url(../image/bottom_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_wdk_left .xq_dz {
  right: 175px;
  top: 155px;
}

.top_eight .xq_content .xq_content_bottom .xq_wdk_left::before {
  top: 141px;
  left: 202px;
  background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_huixin_left .xq_dz {
  right: 43px;
  top: 84px;
}

.top_eight .xq_content .xq_content_bottom .xq_huixin_left::before {
  top: 70px;
  right: 182px;
  background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_qfb_left .xq_dz {
  right: 0;
  top: 177px;
}

.top_eight .xq_content .xq_content_bottom .xq_xzm_left .xq_dz{
  right: 0;
  top: 177px;
}

.top_eight .xq_content .xq_content_bottom .xq_xzm_left::before {
    top: 163px;
    right: 177px;
    background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_qfb_left::before {
  top: 163px;
  right: 119px;
  background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_wsl_left .xq_dz {
  right: 74px;
  top: 104px;
}

.top_eight .xq_content .xq_content_bottom .xq_wsl_left::before {
  top: 90px;
  right: 241px;
  background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_sh_left .xq_dz {
  right: 82px;
  top: 114px;
}

.top_eight .xq_content .xq_content_bottom .xq_sh_left::before {
  top: 271px;
  left: 312px;
  background: url(../image/bottom_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_hx_left .xq_dz {
  right: 95px;
  top: 124px;
}

.top_eight .xq_content .xq_content_bottom .xq_hx_left::before {
  top: 110px;
  right: 264px;
  background: url(../image/top_sj.png) no-repeat;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right {
  width: 600px;
  float: right;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right h4 {
  font-size: 16px;
  padding-left: 10px;
  line-height: 16px;
  margin-top: 24px;
  color: #232323;
  border-left: 4px solid #1a7af8;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right p {
  font-size: 14px;
  color: #555;
  line-height: 14px;
  padding-left: 14px;
  margin-top: 20px;
  padding-bottom: 6px;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item {
  height: 38px;
  margin-top: 14px;
  margin-left: 14px;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item span {
  font-size: 14px;
  color: #555;
  line-height: 36px;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item span em {
  color: transparent;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item input {
  width: 249px;
  height: 34px;
  padding-left: 9px;
  border: 1px solid #dedfeb;
  border-radius: 5px;
  outline: none;
}

.top_eight .xq_content .xq_content_bottom .xq_bottom_right .submit {
  width: 260px;
  height: 42px;
  display: block;
  cursor: pointer;
  margin: 20px 0 0 85px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  background-color: #1a7af8;
}

.top_eight .show {
  display: block;
}

/* .top_eight .xq_content .xq_content_bottom .xq_gmdf p{
  margin-top: 10px;
}

.top_eight .xq_content .xq_content_bottom .xq_gmdf  h4{
  margin-top: 14px;
} */

/*校区-发送到手机弹框*/
.xq_tankuang {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
}

.xq_tankuang .xq_tankuang_list {
  width: 380px;
  height: 277px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -138px;
}

.xq_tankuang .xq_tankuang_list .xq_close {
  width: 22px;
  height: 22px;
  float: right;
  border-radius: 50%;
  border: 1px solid #1a7af8;
  margin: 10px 10px 0 0;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJEN0FFM0IzRDYxQjExRUE5QzM4QjkxM0UxRkRCOEVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJEN0FFM0I0RDYxQjExRUE5QzM4QjkxM0UxRkRCOEVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkQ3QUUzQjFENjFCMTFFQTlDMzhCOTEzRTFGREI4RUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ3QUUzQjJENjFCMTFFQTlDMzhCOTEzRTFGREI4RUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5C58NSAAAAq0lEQVR42mKQqvrxFYi7/v//z4ANA+WaQGqYGBgYlgJxqXT1zwoGNAAUywVStUC8FlnXfyCuRDIpDyrWB+Izggio7iao7kgg/gHE64F40tNW9nyQPFwhVHECkJoP5RYAFU2EyTGhOestEvsVsgQTmsM3gUwC4lQgXobiQajDs6EOn4rkmRaoWDnYM0BGM1B9DRBPA7opGy14YB6cANL5C4gX4wnwqUD8GSDAAORykSrX+PKBAAAAAElFTkSuQmCC) center no-repeat;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.xq_tankuang .xq_tankuang_list .xq_close:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMyRUVDMzczRDYxQjExRUFCMTY1QTJFN0FBNEEwOTQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMyRUVDMzc0RDYxQjExRUFCMTY1QTJFN0FBNEEwOTQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzJFRUMzNzFENjFCMTFFQUIxNjVBMkU3QUE0QTA5NDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzJFRUMzNzJENjFCMTFFQUIxNjVBMkU3QUE0QTA5NDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YPL6dAAAAeUlEQVR42mL4////VyDuAmIGHLgJpAbEmPUfAiqwKMqFyi1C1gUClUiK8qBifSA+uhUgEAHEAVD2RJg8ulUJ/xEgH1mOiQEVvEViv0KRweJwkEkp6B6EKcqGSkxF0tgCFSuHKWzGogjdg/0gzi8gXownwEEGfAYIMACbcC9m9k5NYgAAAABJRU5ErkJggg==) center no-repeat #1a7af8;
}

.xq_tankuang .xq_tankuang_list p {
  width: 340px;
  height: 57px;
  border-bottom: 2px solid #1a7af8;
  display: block;
  margin: 32px auto 0;
  line-height: 57px;
  font-size: 18px;
  color: #232323;
  text-align: center;
}

.xq_tankuang .xq_tankuang_list input {
  width: 263px;
  height: 44px;
  padding-left: 35px;
  display: block;
  outline: none;
  margin: 30px auto 0;
  border-radius: 5px;
  border: 1px solid #dedfeb;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc1RjMwMkIzRDYxQzExRUE5RTA3RjU0QUEzNjY4Qjk5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc1RjMwMkI0RDYxQzExRUE5RTA3RjU0QUEzNjY4Qjk5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzVGMzAyQjFENjFDMTFFQTlFMDdGNTRBQTM2NjhCOTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzVGMzAyQjJENjFDMTFFQTlFMDdGNTRBQTM2NjhCOTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4djdFbAAAA5UlEQVR42mL8//8/w9mzZycyMDDkMRAHVgJxKgtQ0zIgIxKIQfR3IGbEoeE/ELMBcSwQq7JANZ0wNjaOJsY6oEW/gFQyE5D4CcSfGYgHIPUMII1/oU4gFrDBNJIFRjUOOo0cQPyVBD3vQATjmTNnrgNpUSA+BMTMaIn6P5qrQKnMGIjZQYn8HxCDaG40RQ+B+DcQq6BpZGWAatAC4k3A3OGPlgvigZQEUDwTTbwNSFXCbBDE4pdfUIwO+GF+3AekHYG4FYi/oTkVpFEVSQzkwkYgfglihALxfCCuJjJUL4MyP0CAAQDu6TtAl4W6awAAAABJRU5ErkJggg==) 11px center no-repeat #fff;
}

.xq_tankuang .xq_tankuang_list .submit {
  width: 300px;
  height: 46px;
  display: block;
  margin: 24px auto 0;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  cursor: pointer;
  background-color: #1a7af8;
}

/*校区3d动画*/
@-webkit-keyframes icon-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-moz-keyframes icon-circle {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-o-keyframes icon-circle {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes icon-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
     transform: rotate(360deg) 
  }
}