@charset "UTF-8";
* {
  font-family: "PingFang sc";
  font-size: 12px;
}

body {
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 12px;
}

body {
  color: #515a6e;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background: #fff;
  -webkit-overflow-scrolling: touch;
  min-width: 1200px;
  margin: auto;
}

#app {
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-overflow-scrolling: touch;
}

.icon {
  display: inline-block;
  background-size: cover;
  background-position: center;
}

._blank {
  height: 45px;
}

h1 {
  font-size: 20px;
}

input {
  border: none;
  padding: 0;
  line-height: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ababab !important;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab !important;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
}

button {
  background: none;
  border: none;
}

button::after {
  border: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.pointer {
  cursor: pointer;
}

.safe-wrapper {
  width: 1200px;
  margin: auto;
}

.center {
  text-align: center;
}

input:disabled,
textarea:disabled {
  -webkit-text-fill-color: #444;
  -webkit-opacity: 1;
}

.main-title {
  width: 100%;
  border-bottom: 2px solid #DDDDDD;
  height: 36px;
  position: relative;
  margin-bottom: 20px;
}

.main-title span {
  display: inline-block;
  height: 100%;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: -2px;
  font-size: 24px;
  color: #3E3E3E;
  font-weight: bold;
  border-bottom: 2px solid #173D79;
}

.announcement {
  overflow: hidden;
}

/* 考生服务悬浮框样式 */
.examStuRunBox-home {
  padding: 15px 25px;
  margin-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.examStuRunBox-home span {
  font-size: 24px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}

.examStuRunBox-home i {
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/icon-floating-kefu.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.examStuRunBox {
  padding: 15px 25px;
  margin-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.examStuRunBox span {
  font-size: 24px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}

.examStuRunBox i {
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/icon-floating-kefu.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.floating {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.floating-ercode img {
  box-sizing: border-box;
}

.floating-ercode .floating-ercode-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:10px;
}

.floating-ercode .floating-ercode-title span {
  font-size: 22px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}

.floating-ercode .floating-ercode-title i {
  width: 28px;
  height: 25px;
  display: inline-block;
  background-image: url("../img/icon-ercode-title.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.floating i {
  width: 28px;
  height: 25px;
  display: inline-block;
  background-image: url("../img/service.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.floating .floating-ercode-title span {
  font-size: 22px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}

.floating i {
    width: 16px;
    height: 17px;
    margin-right: 6px;
}
.service{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;

}
.floating-ercode .floating-ercode-tip {
  width:100%;
  font-size: 14px;
  text-align: justify;
  text-align-last: justify;
  display: inline-block;
  padding: 0 4px;
  box-sizing: border-box;
  color: #173D79;
  text-justify: distribute-all-lines;
  height: 20px;
  line-height: 20px;
}

.floating-ercode .floating-ercode-tip::after {
  content: ' ';
  display: inline-block;
  width: 100%;
}

.floating-ercode .floating-ercode-tip-2 {
  width: 88%;
  font-size: 16px;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
  display: inline-block;
  padding: 0 4px;
  box-sizing: border-box;
  color: #173D79;
  height: 20px;
  line-height: 20px;
  margin-left: 12px;
}

.floating-ercode .floating-ercode-tip-2::after {
  content: ' ';
  display: inline-block;
  width: 100%;
}

.floating-index {
  width:165px;
  position: fixed;
  right: 50px;
  top: 438px;
  z-index: 30;
}

.floating-iframe {
  margin-top: 40px;
}

.floating .floating-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.floating .floating-title i {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/icon-floating-title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.floating .hot i {
  width: 23px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../img/icon-floating-title1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.floating .floating-title span {
  font-size: 20px;
  color: #3e3e3e;
  font-weight: bold;
}

.floating .floating-con {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}

.floating .floating-con li {
  list-style: none;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  font-size: 0;
  overflow: hidden;
}

.floating .floating-con li a {
  width: 100%;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  background-color: #EBEEF4;
  color: #173D79;
  font-size: 16px;
}

.floating .floating-con li a:hover {
  background-color:#3E8AD1;
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .examStuRunBox-home {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .examStuRunBox-home span {
    font-size: 16px;
  }
  .examStuRunBox-home i {
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .examStuRunBox {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .examStuRunBox span {
    font-size: 16px;
  }
  .examStuRunBox i {
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .floating-index {
    width: 160px;
    top: 428px;
    right: 20px;
  }
  .floating {
    padding: 10px 20px;
  }
  .floating .floating-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .floating .floating-title i {
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .floating .floating-title span {
    font-size: 16px;
    letter-spacing: .5px;
  }
  .floating .floating-ercode-title span{
      font-size: 16px;
  }
  .floating-ercode .floating-ercode-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .floating-ercode .floating-ercode-title i {
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .floating-ercode .floating-ercode-title span {
    font-size: 16px;
    letter-spacing: .5px;
  }
  .floating-ercode .floating-ercode-tip {
    font-size: 13px;
    width: 100%;
    margin-left: 0;
  }
  .floating .floating-con {
    grid-row-gap: 12px;
  }
  .floating .floating-con li a {
    padding: 4px 0;
  }
  .floating-iframe {
    margin-top: 30px;
  }
}

.head {
  padding: 40px 0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  color:#0f5592;
  background: linear-gradient(to bottom, #98b6d0, #fcfdfe);
}
.head .txt{margin-left:-40px;}
.head .txt h1{font-size:40px;font-weight:bold}
.head .txt h2{font-size:28px;margin-top:15px;font-weight:400}
.head .logo img {
  /* max-width:176px; */
  max-width: 300px;
}

.zkh{
    margin-left: -20px;
}
.ykh{
    margin-right: -20px;
}
.head .hdr img{max-width:245px;}
.head .hdr .tel .txt2 {
  margin: 10px 0;
}

.head .hdr .tel .txt3 {
  color: #666;
}

.head .hdr .qrcode {
  margin-left: 25px;
}

.head .hdr .qrcode li {
  margin-left: 36px;
  text-align: center;
  width: 95px;
}

.head .hdr .qrcode li img {
  width: 100%;
}

.head .hdr .qrcode li p {
  margin-top: 2px;
  white-space: nowrap;
}

.announcement-wrapper {
  width: 100%;
  height: 48px;
  background: #dae9ff;
}

.announcement-wrapper .announcement-content {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-content-left {
  height: 34px;
  width: 100px;
  background-image: url(../img/suona-bg.jpg);
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
}

.announcement-content-left img {
  width: 19px;
  height: 17px;
  margin-right: 4px;
  margin-left: 10px;
}

.announcement-content-left span {
  color: #fff;
  font-size: 13px;
}

.announcement-content-right {
  flex: 1;
  height: 48px;
  background: #dae9ff;
  overflow: hidden;
}

.announcement-content-right a {
  font-size: 14px;
  font-weight: 500;
  color: #173d7e;
  line-height: 48px;
  margin-right: 90px;
}

.announcement-content-right a:last-child {
  margin-right: 0;
}

.head-container {
  box-shadow: 0 0 6px -3px #999;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  height: 40px;
}

img.logo {
  height: 34px;
}

.h-l,
.h-r {
  display: flex;
  align-items: center;
}

.h-l span {
  font-size: 12px;
  color: #666;
  padding-left: 10px;
}

.h-r .text-button {
  padding: 0 8px;
  font-size: 12px;
  color: #666;
}

.h-r .text-button:first-child {
  border-right: 2px solid #666;
}

.main-button {
  height: 30px;
  width: 80px;
  background: #153fa0;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
}

button.text-button.fine {
  font-weight: 400;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #999;
  height: 14px;
  line-height: 14px;
}

a.main-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list {
  width: 100%;
  height: 56px;
  background-color: #0f5592;
}

.nav-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav-item {
  flex: 1;
  color: #fff;
  font-size: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-item.active {
  background-color: #0279C4;
}

.nav-item ul {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 2000;
  background-color: #3E8AD1;
}

.nav-item ul li {
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}

.nav-item ul li:hover {
  background-color: #173D79;
}

.nav-item ul li a {
  height: 45px;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
}

.nav-item:hover {
  background-color: #3E8AD1;
}

.title-warp {
  width: 100%;
  overflow: hidden;
  /*height: 152px;*/
  border-bottom: 1px solid #e8e8e8;
}

.title-warp .title-text {
  line-height: 56px;
  font-size: 40px;
  color: #db1313;
  font-weight: 900;
  text-align: center;
  padding-top: 34px;
}

.title-warp .title-text-tip {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 8px;
}

.title-warp .title-text-tip a {
  color: #173d7e;
}

.footer {
  clear: both;
  background: #173D79;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 {
  padding: 36px 0 15px;
}

.footer .ft1 .ft-nav li .tit {
  font-size: 16px;
  font-weight: bold;
}

.footer .ft1 .ft-nav li .sub {
  font-size: 14px;
}

.footer .ft1 .ft-nav li .sub li {
  margin: 12px 0;
}

.footer .ft1 .ft-qrcode {
  flex-shrink: 0;
  margin-left: 65px;
}

.footer .ft1 .ft-qrcode li {
  margin-left: 16px;
  text-align: center;
  max-width:150px;
}

.footer .ft1 .ft-qrcode li img {
  width: 117px;
  background: #fff;
  border: 3px solid #fff;
  margin-bottom: 5px;
}

.footer .ft1 .ft-qrcode li:nth-child(2) p {
  /*letter-spacing: 3px;*/
}

.footer .ft2 {
  border-top: 1px solid rgba(255, 255, 255, 0.57);
  padding: 17px 0;
  line-height: 2;
}

.str_wrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #dae9ff;
  white-space: nowrap;
}

.str_wrap.str_active {
  background: #f5f6f9;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 90px;
  height: 48px;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.back-top {
  width: 41px;
  height: 41px;
  background-color: #173D79;
  border-radius: 27px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 2000;
  text-align: center;
  line-height: 54px;
  display: none;
  cursor: pointer;
}

.back-top img {
  height: 26px;
  margin-top: 10px;
}

.swp-dot .swiper-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.swp-dot .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1 !important;
  margin: 0 8px;
}

.swp-dot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3E8AD1;
}

.pages {
  clear: both;
  color: #999;
  padding: 25px 0px 25px 0px;
  font-size: 13px;
  justify-content: flex-end;
}

.pages a {
  float: left;
  border: 1px solid #ccc;
  display: inline;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #999;
}

.pages a:hover {
  border: 1px solid #173D79;
  background-color: #173D79;
  color: #fff;
}

.pages a i {
  font-size: 16px;
}

.pages a.disabled {
  float: left;
  display: inline;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #dfdfdf;
}

.pages a.curr {
  float: left;
  border: 1px solid #173D79;
  display: inline;
  padding: 6px 10px 5px 10px;
  margin-right: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #173D79;
  color: #fff;
}

.pages .pageBtnWrap {
  float: right;
  position: relative;
}

.pages .infoTextAndGoPageBtnWrap {
  float: right;
  right: 27px;
  position: relative;
  padding-top: 5px;
  font-size: 15px;
}

.pages .spanDot {
  float: left;
  margin-right: 5px;
}

.pages .currPageNum {
  color: #4f88e1;
}

#kkpager_gopage_wrap {
  position: relative;
  left: 0px;
  top: 0px;
}

#kkpager_btn_go {
  width: 44px;
  height: 24px;
  border: 0px;
  overflow: hidden;
  line-height: 140%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #4f88e1;
  color: #fff;
  position: absolute;
  left: 0px;
  *top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
}

#kkpager_btn_go_input {
  width: 36px;
  height: 21px;
  color: #999;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #dfdfdf;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  left: 0px;
  top: 0px;
  *top: 2px;
  outline: none;
}

#kkpager_btn_go_input.focus {
  border-color: #4f88e1;
}

#floatdiv {
	width:200px;
	height:230px;
	position:absolute;
	left:0;
	top:0;
	z-index:2222;
}
#floatdiv img {
	width:100%;
	height:100%;
	border-radius:8px;
}
#floatdiv .close{
    position:absolute;
    right:10px;
    top:10px;
    z-index:1;
    width:20px;
    height:20px;
}

