.nodata {
  text-align: center;
}
body {
  padding-top: 90px;
}
#xsnav {
  display: none;
}
.navbar {
  background: url('../img/head-bg.png') no-repeat;
  background-size: cover;
  margin-bottom: 0;
  border: none;
  height: 90px;
}
.navbar .navbar-header {
  margin-right: 18px;
}
.navbar .navbar-brand {
  padding: 0;
  display: inline-block;
  width: 376px;
  height: auto;
  padding-top: 20px;
}
.navbar .navbar-brand img {
  display: inline-block;
  width: 100%;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}
.navbar-nav {
  margin-top: 0;
}
.navbar .navbar-nav > li {
  position: relative;
  background-color: #04a1e4;
}
.navbar .navbar-nav > li > a {
  padding: 25px 10px;
  color: #fff;
}
.navbar .navbar-nav > li > a:hover {
  background: #0E6EB8;
}
.navbar .navbar-nav > li > a p {
  margin: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.navbar .navbar-nav > li > a p:last-child {
  font-size: 10px;
  opacity: 0.6;
}
.navbar_child {
  position: absolute;
  top: 90%;
  width: 100%;
  display: none;
  background: #fff;
  list-style: none;
  padding: 0;
}
.navbar_child li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #D4DBDD;
}
.navbar_child li a {
  display: block;
}
.navbar_child li:hover {
  background: #0E6EB8;
}
.navbar_child li:hover a {
  color: #fff;
}
#lgnav .navbar-nav > li:hover .navbar_child {
  display: block;
}
.navbar-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 0 10px;
  width: 200px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  background-color: #0390ce;
  border: 1px solid #fff;
  overflow: hidden;
}
.navbar-search input {
  padding-right: 40px;
  width: 100%;
  height: 90%;
  color: #fff;
  font-size: 14px;
  background: #0390ce;
  border: none;
  outline: none;
}
.navbar-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-search .iconSearch {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}
.swiper-container {
  width: 100%;
  height: 42vh;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  box-sizing: border-box;
  width: 100%;
  padding: 36px 10px 10px !important;
  color: #fff;
  font-size: 20px;
  text-align: left;
  background: linear-gradient(0, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.swiper-container .swiper-pagination {
  text-align: right;
}
.container_head {
  overflow: hidden;
  border-bottom: 1px solid #9EA5AF;
}
.container_head .container_head_title {
  height: 60px;
  float: left;
  line-height: 60px;
  overflow: hidden;
}
.container_head .container_head_title .active_title {
  float: left;
  height: 100%;
  color: #0E6EB8 !important;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #04A1E4;
}
.container_head .container_head_title .conteainer_subhead {
  float: left;
  margin-left: 12px;
  font-size: 20px;
  color: #BBBCBE;
}
.container_head .container_more {
  float: right;
  line-height: 60px;
  color: #71767C;
  font-size: 14px;
  cursor: pointer;
}
.container_head .container_more:hover {
  color: #04A1E4;
}
.container_head .container_more span {
  color: #04A1E4;
}
.container_list {
  padding-inline-start: 26px;
  padding-right: 0;
}
.container_list li {
  padding: 14px 0;
  position: relative;
  list-style: none;
}
.container_list li::before {
  display: block;
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #9EA5AF;
  border-radius: 50%;
}
.container_list li a {
  color: #20485A;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.container_list li a:hover {
  color: #e52020;
}
.container_list li span {
  float: right;
  color: #9EA5AF;
  font-size: 14px;
}
.tabnew_list li {
  padding: 0;
}
.tabnew_list li:nth-child(2n-1) {
  padding-right: 36px;
}
.tabnew_list::before {
  left: 0;
}
.tabnew_list div {
  padding: 14px 0;
  width: 100%;
  border-bottom: 1px solid #D4DBDD;
}
#greywrap {
  padding-bottom: 86px;
  background-image: url(../img/notice_bg.png);
  background-size: cover;
}
.greywrap_code {
  display: inline-block;
  padding: 26px 6px 6px;
  width: 130px;
  height: 152px;
  background: url(../img/gzhwarp.png) no-repeat;
  background-size: cover;
}
.greywrap_code img {
  width: 100%;
  height: 100%;
}
.home-vip,
.home-edu {
  height: 482px;
}
.home-vip {
  padding-right: 100px;
  background-image: url(../img/vip_bg.png);
}
.home-vip .home_menu_warp {
  float: right;
}
.home-edu {
  padding-left: 125px;
  background-image: url(../img/edu_bg.png);
}
.home-edu .home_menu_warp_item {
  background: rgba(255, 255, 255, 0.2);
}
.home-vip,
.home-edu {
  padding-top: 5vw;
  text-align: left;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-vip .home_menu_warp_title,
.home-edu .home_menu_warp_title {
  position: relative;
  display: inline-block;
  text-align: left;
}
.home-vip .home_menu_warp_title h4,
.home-edu .home_menu_warp_title h4 {
  color: #fff;
  font-weight: bold;
}
.home-vip .home_menu_warp_title .iconfont,
.home-edu .home_menu_warp_title .iconfont {
  position: absolute;
  top: 8px;
  left: -30px;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}
.home_menu_warp_item {
  position: relative;
  margin-right: 26px;
  margin-top: 20px;
  padding: 30px 24px;
  display: inline-block;
  width: 150px;
  height: 150px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.home_menu_warp_item p {
  margin: 0;
  font-weight: bold;
}
.home_menu_warp_item .iconfont {
  margin-top: 12px;
  font-size: 30px;
}
.home_menu_warp_item .img_arrow {
  position: absolute;
  bottom: 14px;
  right: 22px;
  width: 28px;
  height: 28px;
}
#tabnew {
  padding: 98px 0 66px;
  background: url(../img/home_bg1.png) no-repeat;
  background-size: cover;
}
#tabnew .tabnew_warp {
  padding-bottom: 40px;
  background: #fff;
  position: relative;
}
#tabnew .tabnew_warp .active_title {
  padding: 0 16px;
  font-size: 24px;
}
#tabnew .tabnew_warp .container_head_title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#tabnew .tabnew_warp .tabnew_title {
  float: left;
  padding: 0 16px;
  color: #71767C;
  font-size: 20px;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
}
#tabnew .tabnew_warp .tabnew_title:hover {
  color: #0E6EB8 !important;
  font-weight: bold;
  border-bottom: 4px solid #04A1E4;
}
#blogroll {
  padding: 98px 0 66px;
  background: url(../img/home_bg2.png) no-repeat;
  background-size: cover;
}
#blogroll .active_title {
  border-bottom-color: #FFA300;
}
#blogroll .home_link {
  padding: 0;
  padding-top: 28px;
}
#blogroll .home_link .link_item {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
  padding-right: 12px;
}
#blogroll .home_link .link_item div {
  position: relative;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #D4DBDD;
  color: #20485A;
  font-size: 16px;
  cursor: pointer;
}
#blogroll .home_link .link_item div:hover {
  background-color: #20485A;
  color: #fff;
}
#blogroll .home_link .link_item div span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #D4DBDD;
  font-size: 16px;
}
#blogroll .qrcode_warp {
  padding: 42px 14px 14px;
  width: 164px;
  height: 190px;
  background: url(../img/gzhwarp.png) no-repeat;
  background-size: cover;
}
#blogroll .qrcode_warp img {
  width: 100%;
  height: 100%;
}
#footerwrap {
  position: relative;
  padding: 16px 0;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
}
#footerwrap .footer_logo {
  float: left;
  width: 130px;
  height: 130px;
}
#footerwrap .footer_logo img {
  width: 100%;
  height: 100%;
}
#footerwrap .footer_cotent {
  margin-left: 18px;
  float: left;
  color: #fff;
  font-size: 14px;
}
#footerwrap .footer_cotent .footer_text {
  margin-top: 12px;
  overflow: hidden;
}
#footerwrap .footer_cotent .footer_text p {
  float: left;
  margin: 0;
  margin-left: 30px;
}
#footerwrap .footer_cotent a {
  color: #fff;
}
#footerwrap .footer_cotent a:hover {
  color: #e52020;
}
#footerwrap .footer_code {
  position: absolute;
  right: 0;
  top: -10px;
  padding: 26px 6px 6px;
  width: 130px;
  height: 152px;
  background: url(../img/gzhwarp.png) no-repeat;
  background-size: cover;
}
#footerwrap .footer_code img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .tabnew_title,
  .active_title {
    padding: 0 6px !important;
    font-size: 16px !important;
  }
  #tabnew .tabnew_warp .container_head_title {
    left: 0;
    transform: translateX(0);
  }
  .navbar .navbar-header {
    margin-right: 0;
  }
  .navbar-toggle {
    margin-bottom: 0;
  }
  .navbar-nav {
    margin-bottom: 0;
  }
  .tabnew_list li {
    padding-right: 0 !important;
  }
  .navbar-nav .navbar_child {
    position: relative;
    z-index: 2;
  }
  #lgnav {
    display: none;
  }
  #xsnav {
    display: block;
  }
}
