.top-banner,
.center-banner {
  width: 1400px;
  margin: 0 auto;
}

.top-banner {
  height: 60px;
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  overflow: hidden;
  display: none;
}

.top-banner span {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../../images/news/close.png) no-repeat center center;
  display: block;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

.top-banner-c {
  height: 0px;
}

header {
  width: 100%;
  margin-bottom: 40px;
}

header .guild {
  width: 1400px;
  height: 40px;
  background-color: #f4f5f7;
  margin: 0 auto;
  line-height: 40px;
}

header .guild p {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #5e6370;
  text-indent: 20px;
}


header .guild .guild-nav {
  float: right;
}

header .guild .guild-nav li {
  float: left;
  margin-right: 20px;
  position: relative;
}

header .guild .guild-nav li a {
  display: inline;
  color: #5e6370;
  font-size: 16px;
}

header .guild .guild-nav li a:hover {
  color: #dc0000;
}

header .guild .guild-nav li div {
  width: 100px;
  height: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(62, 93, 235, 0.19);
  border-radius: 1px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -50px;
  top: 40px;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 1;
}

header .guild .guild-nav li:hover div {
  opacity: 1;
  height: 100px;
}

header .header-center {
  width: 1400px;
  margin: 20px auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

header .header-center .select {
  height: 100%;
  position: relative;
  display: block;
  float: left;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
  margin-left: 41px;
  line-height: 58px;
}

header .header-center .logo img {
  width: auto;
  height: 58px;
}

header .header-center .select .placeholder {
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}

header .header-center .select .placeholder::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../../images/news/select.png) no-repeat center center;
  background-size: 100%;
  top: 50%;
  margin-top: -4px;
  right: -24px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header .header-center .select.is-open .placeholder::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

header .header-center .select ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
  margin: 5px 0 0 0;
  z-index: 100;
}

header .header-center .select ul li {
  width: 144px;
  display: block;
}

header .header-center .select ul li a {
  width: 112px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  color: #5e6370;
  font-size: 16px;
  line-height: 40px;

}

header .header-center .select ul li:last-child a {
  border-bottom: none;
}

header .header-center .select ul li:hover a {
  color: #dc0000;
}

header .header-center .select.is-open ul {
  display: block;
}

header .header-center .search {
  width: 380px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #dc0032;
  position: relative;
  margin: 5px 0;
  overflow: hidden;
}

header .header-center .search input {
  width: 100%;
  height: 100%;
  text-indent: 25px;
  font-size: 16px;
}

header .header-center .search input:-webkit-input-placeholder {
  font-size: 16px;
}

header .header-center .search input::-moz-placeholder {
  font-size: 16px;
}

header .header-center .search input:-moz-placeholder {
  font-size: 16px;
}

header .header-center .search input:-ms-input-placeholder {
  font-size: 16px;
}

header .header-center .search a {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

header .header-center .tell {
  margin: 17px 0;
}

header .header-center .tell img,
header .header-center .tell a {
  float: left;
}

header .header-center .tell a {
  font-size: 18px;
  color: #dc0032;
  line-height: 24px;
  margin-left: 10px;
  font-weight: bold;
}

header nav {
  width: 100%;
  height: 40px;
  background-color: #dc0000;
  line-height: 40px;
}

header nav ul {
  width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

header nav ul li {
  position: relative;
}

header nav ul li img {
  float: right;
  margin-left: 7px;
  margin-top: 16.5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header nav ul li .nav-item {
  float: left;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: url(../../images/news/index.png) no-repeat center 40px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

header nav ul li div {
  width: 376px;
  padding-bottom: 15px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(162, 162, 162, 0.43);
  border-radius: 1px;
  position: absolute;
  top: 47px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  box-pack: flex-start;
  flex-wrap: wrap;
  z-index: -1;
}

header nav ul li:nth-child(6) div {
  width: 356px;
}

header nav ul li:nth-child(7) div {
  width: 188px;
}

header nav ul li div a {
  font-size: 16px;
  line-height: 16px;
  margin-left: 20px;
  margin-top: 15px;
}

header nav ul li div a:hover {
  text-decoration: underline;
  color: #dc0000;
}

header nav ul li a.this-index {
  line-height: 34px;
  font-weight: bold;
  background: url(../../images/news/index.png) no-repeat center 34px;
}

header nav ul li:hover .nav-item {
  line-height: 34px;
  font-weight: bold;
  background: url(../../images/news/index.png) no-repeat center 34px;
}

header nav ul li:hover img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

header nav ul li:hover div {
  top: 40px;
  opacity: 1;
  z-index: 1;
}

h1 {
  width: 100%;
  font-size: 28px;
  line-height: 1;
  height: 28px;
  text-indent: 36px;
  position: relative;
}

h1::after {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  opacity: 0.2;
  position: absolute;
  top: 9px;
  left: 6px;
}

h1::before {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}

h1 span {
  color: #dc0000;
}

h1 p {
  float: right;
  font-size: 16px;
  color: #9da5b4;
  line-height: 28px;
  font-weight: normal;
  text-indent: 0;
}

h1 a {
  float: right;
  font-size: 14px;
  color: #5e6370;
  font-weight: normal;
  line-height: 28px;
  text-indent: 0;
}

h1 img {
  display: block;
  position: absolute;
  top: 0;
  left: 165px;
  animation: checkin 0.5s ease infinite alternate;
}

@keyframes checkin {
  0% {
    transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  100% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }
}

footer {
  width: 100%;
  background-color: #282728;
  border-radius: 1px;
  margin-top: 60px;
}

footer .footer {
  width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
}

footer .footer .footer-l {
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}

footer .footer .footer-l::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  right: 0;
}

footer .footer .footer-l ul {
  float: left;
  margin-right: 120px;
}

footer .footer .footer-l ul h2 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .footer-l ul li {
  margin-top: 27px;
}

footer .footer .footer-l ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .footer-l ul li a:hover {
  text-decoration: underline;
}

footer .footer .footer-l ul:last-child {
  margin-right: 0;
}

footer .footer .footer-r {
  width: 50%;
  padding-top: 50px;
}

footer .footer .footer-r ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  box-pack: center;
}

footer .footer .footer-r ul li {
  margin: 0 25px;
  width: 124px;

}

footer .footer .footer-r ul li span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.3;
  line-height: 20px;
  padding: 20px 0;
}

footer .copyright a {
  display: inline;
  color: #ffffff;
  font-size: 12px;
}

.sidebar {
  width: 70px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 8;
}

.sidebar li {
  width: 70px;
  height: 70px;
  margin-bottom: 3px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #666;
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px 8px 0 rgba(30, 61, 192, 0.12);
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.sidebar li a {
  width: 100%;
 height: 100%;
 position: relative;
}

.sidebar li a span {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #666666;
  line-height: 1;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.sidebar li.zixun {
  background: url(../../images/news/zixun-icon.png) #ffffff no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.zixun:hover {
  background: url(../../images/news/zixun-icon-fff.png) #dc0000 no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.app div,
.sidebar li.gzh div {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 110px;
  padding-bottom: 12px;
  padding-top: 6px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  right: 84px;
}

.sidebar li.app div img,
.sidebar li.gzh div img {
  display: block;
  margin: 0 auto;
}

.sidebar li.app div span,
.sidebar li.gzh div span {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 1;
}

.sidebar li.gzh {
  background: url(../../images/news/gongzhonghao-icon.png) #ffffff no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.gzh:hover {
  background: url(../../images/news/gongzhonghao-icon-fff.png) #dc0000 no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.app {
  background: url(../../images/news/app-icon.png) #ffffff no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.app:hover {
  background: url(../../images/news/app-icon-fff.png) #dc0000 no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.app:hover div {
  display: block;
}

.sidebar li.gzh:hover div {
  display: block;
}

.sidebar li.kefu {
  background: url(../../images/news/rexian-icon.png) #ffffff no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.kefu div {
  display: none;
  width: 110px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
  background: #dc0000;
  position: absolute;
  top: 50%;
  right: 84px;
  margin-top: -21px;
}

.sidebar li.kefu:hover {
  background: url(../../images/news/rexian-icon-fff.png) #dc0000 no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.kefu:hover div {
  display: block;
}

.sidebar li.daoban {
  background: url(../../images/news/dajia-icon.png) #ffffff no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.daoban:hover {
  background: url(../../images/news/dajia-icon-fff.png) #dc0000 no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.top {
  background: url(../../images/news/top-icon.png) #ffffff no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li.top:hover {
  background: url(../../images/news/top-icon-fff.png) #dc0000 no-repeat center 12px;
  background-size: auto 24px;
}

.sidebar li:hover a span {
  color: #ffffff;
}

@media (max-width: 1440px) {

  .top-banner,
  .center-banner {
    width: 1200px;
    margin: 0 auto;
  }

  .top-banner {
    height: 51px;
  }

  .top-banner span {
    right: 5px;
    top: 5px;
  }

  .top-banner-c {
    height: 0px;
  }

  header .guild {
    width: 1200px;
    height: 36px;
    background-color: #f4f5f7;
    margin: 0 auto;
    line-height: 36px;
  }

  header .guild p {
    font-size: 16px;
    text-indent: 18px;
  }

  header .guild .select .placeholder {
    font-size: 16px;
  }

  header .guild .select .placeholder::after {
    top: 14px;
  }

  header .guild .guild-nav li div {
    top: 36px;
  }

  header .header-center {
    width: 1200px;
    margin: 16px auto;
  }

  header .header-center .logo {
    height: 50px;
  }

  header .header-center .logo img {
    width: auto;
    height: 50px;
  }

  header .header-center .select {
    margin-left: 35px;
    line-height: 50px;
  }

  header .header-center .select .placeholder {
    font-size: 24px;
  }

  header .header-center .search {
    width: 324px;
    height: 38px;
    border-radius: 20px;
    margin: 5px 0;
  }

  header .header-center .search input {
    width: 100%;
    height: 100%;
    text-indent: 18px;
    font-size: 16px;
  }

  header .header-center .search a {
    right: 18px;
  }

  header .header-center .tell {
    margin: 13px 0;
  }

  header nav {
    width: 100%;
    height: 40px;
    background-color: #dc0000;
    line-height: 40px;
  }

  header nav ul {
    width: 1132px;
  }

  h1 {
    font-size: 24px;
    height: 24px;
    text-indent: 30px;
  }

  h1::after {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  h1::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  h1 p {
    font-size: 14px;
    line-height: 24px;
  }

  h1 a {
    line-height: 24px;
  }

  h1 img {
    left: 140px;
  }

  footer .footer {
    width: 1200px;
    margin: 0 auto;
  }

  footer .footer .footer-l ul {
    margin-right: 104px;
  }
}