.container {
  width: 1200px !important;
  font-family: "微软雅黑";
}
.btn-primary {
  background-color: #215db2;
  border-color: #215db2;
}
.btn-primary:hover {
  background-color: #285fac;
  border-color: #285fac;
}

.mt-20 {
  margin-top: 20px;
}

.banner-img {
  width: 100%;
}

.header {
  position: relative;
  background-color: #c0e1fd;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(banner-bg.png);
  background-size: cover;
}
.header a {
  color: #285fac;
}

.header a:hover {
  color: #fff;
}
.header .head-box {
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.header .head-title {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  color: #115DB2;
  vertical-align: bottom;
}
.header .search-cont {
  display: inline-block;
  margin-left: 300px;
  width: 370px;
}
.header .search-cont .nav-tabs {
  border-bottom: none;
}
.header .search-cont .nav-tabs > li a {
  padding: 9px 10px;
  background: transparent;
  border: none;
  color: #000;
}
.header .search-cont .nav-tabs > li.active a {
  color: #285faf;
  font-weight: bold;
}
.header .search-cont .nav-tabs > li.active::after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  bottom: -1px;
  left: calc(50% - 8px);
  z-index: 4;
}



.footer {
  background-color: #285fac;
  font-family: "微软雅黑";
}
.footer p {
  margin: 5px 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
  font-family: "微软雅黑";
}
.footer .gab {
  color: #fff;
}

.footer .footer-link {
  line-height: 35px;
  background: #dcecfa;
  color: #285fac;
  text-align: center;
  font-family: "微软雅黑";
}
.footer .footer-link a {
  color: inherit;
  text-decoration: none;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer-body {
  padding: 20px 0;
}

.zf-icon-fixed {
  position: fixed;
  z-index: 99;
  top: 320px;
  left: 5%;
  width: 110px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.info-cont {
  padding: 30px 0;
}
.info-cont.gray {
  background-color: #f4f5f6;
}

.info-title {
  position: relative;
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  overflow: hidden;
}
.info-title::before,
.info-title::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 50%;
  height: 10px;
}
.info-title::before {
  right: calc(50% + 60px);
  background: url(title-left.png);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.info-title::after {
  left: calc(50% + 60px);
  background: url(title-right.png);
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.second-nav {
  background-color: #215db2;
  height: 30px;
  font-family: "微软雅黑";
}
.second-navbar {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none;
}
.second-navbar.show {
  display: block !important;
}

.second-navbar .second-navbar-item {
  display: inline-block;
}

.second-navbar .second-navbar-item a {
  color: #a1bee0;
  line-height: 25px;
  padding: 0 20px;
  font-size: 16px;
}
.second-navbar .second-navbar-item a:hover {
  color: #fff;
  text-decoration: none;
}
.swiper-container-zt {
  overflow: hidden;
}
.swiper-pagination-zt {
  text-align: center;
}

.notice-info{
  background-color: #1a4c9a;
  color: #fff;
  line-height: 40px;
}
.notice-main{
  display: flex;
  height: 40px;
}
.notice-main .notice-title{margin-right: 10px;}
.notice-main .notice-content{
  flex: 1;
}
.notice-main .notice-content a{
  color: #fff;
}
table{
    font-size: 14px;
    text-align: center;
}
.nav-tabs2 {
    background: #eee;
    border: none;
}
.nav-tabs>li>a {
    border: none;
    border-radius: 0;
    color: #777;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #2860af;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.form-inline{
    padding: 20px;
}