﻿.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(head-bg.png);
}
.header a{
    color: #285fac;
}

.header a:hover{
    color: #fff;
}

.header .logo {
  height: 73px;
  margin-top: 187px;
  margin-bottom: 50px;
  text-align: center;
}
.header .logo img {
  height: 100%;
}
.header .search-cont {
  margin: 40px auto 80px;
  width: 660px;
  height: 56px;
}
.header .search-cont .search-group {
  position: relative;
  overflow: hidden;
  font-family: "微软雅黑";
}
.header .search-cont .search-group .form-control {
  height: 56px;
  font-size: 14px;
  padding: 6px 140px 6px 40px;
  color: #3d3d3d;
  border: none;
}
.header .search-cont .search-group .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 132px;
  padding: 9px 24px;
  font-size: 14px;
  height: 56px;
  border-radius: 0 4px 4px 0;
  font-family: "微软雅黑";
}
.header .search-cont .search-group .fa-search {
  position: absolute;
  left: 12px;
  top: 18px;
  font-size: 18px;
  color: #a9a9a9;
}

.bl-nav {
  color: #fff;
}

.bl-navbar {
  position: relative;
  background-image: url(navbar-bg.png);
  background-size: 100% 100%;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  margin-bottom:0px;
}
.bl-navbar .bl-navbar-item {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  padding: 10px;
}

.bl-navbar .bl-navbar-item a {
  color: #fff;
  text-decoration: none;
  font-family: "微软雅黑";
}
.bl-navbar .bl-navbar-item a:hover::after{
    content: "";
  position: absolute;
  display: inline-block;
  bottom: 5px;
  left: 63px;
  right: 63px;
  height: 2px;
  background-color: #fff;
}
.bl-navbar .bl-navbar-item a:focus-visible{
  border: none;
  outline: none;
}
.audiojs{
	height:0px !important;
}

.bl-navbar .bl-navbar-item span {
  display: block;
  font-size: 24px;
  color: #fff;
}
.bl-navbar .bl-navbar-item span:focus,
.bl-navbar .bl-navbar-item span:visited,
.bl-navbar .bl-navbar-item span:focus-visible{
  border: none;
  outline: none;
}

.bl-navbar .bl-navbar-item.active::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 5px;
  left: 63px;
  right: 63px;
  height: 2px;
  background-color: #fff;
}

.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;
}