/* global */
html, body {
  width: 100%;
  height: 100%;
}

a{
  color: #000;
}

footer a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.container-fluid{
  padding: 0;
  height: 100%;
   background-color: #0d62b2;
   opacity: .8;
}

.navbar{
  border: 0;
  margin: 0;
  /* height: 50px; */
}

.navbar-nav{
  width: 80%;
 margin-left: 50%;
 transform: translateX(-50%);
}

.navbar-nav li{
  background-color: transparent;
  text-align: center;
  width: 20%;
}

.navbar-nav li>a{
  font-size: 20px;
  font-weight:500;
  color: #fff!important;
}

.navbar-nav>li:hover{
  background-color: #033ea4;
}

.dropdown-menu{
  position: static;
  width: 100%!important;

 
}

.dropdown{
  border: 0;
}

/* header */
header {
  position: relative;
  width: 100%;
  height: 150px;
  background: url(../images/top_bg.jpg);
  box-sizing: border-box;
}

header .top {
  box-sizing: border-box;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  clear: both;
}

header .top .logo {
  float: left;
  height: 100%;
  width: 400px;
  margin-left: 50px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}

header .top span {
  color: #eee;
  float: left;
  display: block;
  width: 250px;
  height: 100px;
  font-size: 25px;
  text-align: center;
  line-height: 100px;
}

header .top .search {
  position: absolute;
  top: 50%;
  left: 70%;
  width: 210px;
  height: 22px;
  background-color: #eee;
  transform: translateY(-50%);
}

header .top .search input {
  float: left;
  height: 20px;
  outline: none;
  border: none;
}

header .top-nav {
  width: 100%;
  height: 20%;
  background-color: #0e66b0;
  margin-bottom: 20px;
  margin: 0 auto;
}

header .top-nav ul {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

header .top-nav ul li {
  width: 150px;
  height: 100%;
}

header .top-nav ul li:hover {
  background-color: #4d6bf1;
}

header .top-nav ul li a {
  line-height: 34px;
  font-family: "Microsoft YaHei";
  color: #eee;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
}

header .top-nav ul li a:hover {
  color: purple;
}

header .top-nav ul li a:active {
  color: #fff;
}

/* advertisement */
.advertisement {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #010101;
  z-index: 666;
  box-sizing: border-box;
  padding-left: 10px;
}

.advertisement .title {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin: 10px 0 10px 0;
}

.advertisement .text {
  width: 100%;
  text-align: center;
  background-color: red;
  line-height: 30px;
  font-size: 28px;
  color: blue;
  animation: hh .2s linear backwards infinite;
}

.advertisement .close {
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes hh {
  0% {
    color: blue;
  }
  100% {
    color: yellow;
  }
}

@media screen and (max-width: 1400px) {
  .advertisement {
    display: none;
  }
}

/* footer */
footer {
  position: relative;
  width: 100%;
  height: 252px;
  background: url(../images/footer_bg.jpg);
  color: #eee;
  margin-top: 40px;
  padding-top: 40px;
  box-sizing: border-box;
}

footer .beian img:first-child {
  margin: 10px;
}

footer .beian a {
  color: #eee !important;
  display: block;
}

footer .QRcode li {
  float: left;
  margin-right: 30px;
}

footer .title {
  border-bottom: 2px solid #eee;
  height: 22px;
}

.copyright {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background-color: #041438;
}

/* page-navigation */
.page-navigation {
  height: 25px;
  margin-bottom: 20px;
}

.page-navigation > div {
  width: 50%;
  margin: 0 auto;
}

.page-navigation button {
  float: left;
  border: none;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
}

.page-navigation span {
  float: left;
  height: 25px;
  line-height: 25px;
}

.page-navigation input {
  text-align: center;
  float: left;
  width: 20px;
  margin: 0 10px 0 10px;
}

.page-navigation ul {
  display: inline-block;
  width: 210px;
  height: 25px;
}

.page-navigation ul li {
  cursor: pointer;
  float: left;
  display: block;
  line-height: 25px;
  margin: 0 5px 0 5px;
}

/********************************/
@media screen and (max-width: 1000px) {
  .xiazaizhongxin .items li > div:last-child,
  .xinxigongshi .items li > div:last-child,
  .zhaosheng .items li > div:last-child {
    width: 100% !important;
  }
}

@media screen and (min-width: 1170px) {
  .container {
    width: 1300px;
  }
}

/******************************************/
/* container-box */
.container-box {
  margin-top: 5vh;
}

.xiazaizhongxin .nav,
.xinxigongshi .nav,
.daoshiduiwu .nav,
.zhaosheng .nav {
  width: 120px;
  height: 120px;
}

.xiazaizhongxin .click-li,
.xinxigongshi .click-li,
.daoshiduiwu .click-li,
.zhaosheng .click-li {
  background-color: #3f84c1;
}

.xiazaizhongxin .nav li,
.xinxigongshi .nav li,
.daoshiduiwu .nav li,
.zhaosheng .nav li {
  font-size: 18px;
  color: #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #ccc;
  cursor: pointer;
}

.xiazaizhongxin .nav li:nth-child(n+2),
.xinxigongshi .nav li:nth-child(n+2),
.daoshiduiwu .nav li:nth-child(n+2),
.zhaosheng .nav li:nth-child(n+2) {
  margin-top: -2px;
}

.xiazaizhongxin .nav li:hover,
.xinxigongshi .nav li:hover,
.daoshiduiwu .nav li:hover,
.zhaosheng .nav li:hover {
  background-color: #3f84c1;
}

.xiazaizhongxin .content,
.xinxigongshi .content,
.daoshiduiwu .content,
.zhaosheng .content {
  height: 100%;
}

.xiazaizhongxin .items li,
.xinxigongshi .items li,
.daoshiduiwu .items li,
.zhaosheng .items li {
  width: 100%;
  height: 60px;
  font-size: 18px;
  margin-bottom: 10px;
}

.xiazaizhongxin .items li a,
.xinxigongshi .items li a,
.daoshiduiwu .items li a,
.zhaosheng .items li a {
  display: block;
  width: 100%;
  height: 100%;
}

.xiazaizhongxin .items li .icon,
.xinxigongshi .items li .icon,
.daoshiduiwu .items li .icon,
.zhaosheng .items li .icon {
  margin-right: 10px;
}

.xiazaizhongxin .items li div,
.xinxigongshi .items li div,
.daoshiduiwu .items li div,
.zhaosheng .items li div {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
