@import 'topic.inc.css';

body {
  font-family: MicrosoftYaHei !important;
  overflow-x: hidden;
  min-width: 1200px;
}

/** 头部 **/
.header {
  display: flex;
  justify-content: space-between;
  height: 99px;
  border-bottom: 1px solid #e6e6e6;
}

.header .honzh_span {
  margin-left: 10px;
}

.logo {
  padding-left: 50px;
}

.logo img {
  height: 60px;
  cursor: pointer;
}

.logo .splitLine {
  display: inline-block;
  background: #bbbbbb;
  width: 1px;
  height: 17px;
  margin-top: 35px;
  position: relative;
  top: 5px;
}

.series {
  list-style: none;
  display: flex;
  margin: 0;
  margin-right: 20px;
  height: 100px;
  line-height: 100px
}

.series li {
  font-size: 14px;
  margin: 0 18px 0;
  cursor: pointer;
}

.series .line {
  color: #bbbbbb;
  margin: 0 35px 0;
  cursor: default;
}

.series .iconItem .iconItem_block {
  cursor: pointer;
}

.series .iconItem .iconItem_block img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 80px;
  right: 57px;
  z-index: 999;
  display: none;
}

.series .iconItem .iconItem_block:hover img {
  display: block;
}

.series .iconItem {
  margin: 0 10px 0;
}

.series .iconItem .headIcon {
  font-size: 20px;
}

.seriesSon {
  list-style: none;
  display: flex;
  margin: 0;
float: right;
  margin-right: 15px;
}

.seriesSon li {
  margin: 0 20px 0;
  font-size: 14px;
  line-height: 45px;
  cursor: pointer;
}

.seriesSon li:hover {
  color: #0e90d2;
}

.affairs {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 999;
  /* display: none; */
}

.headerGdzc {
  background: transparent
}

.headerGdzc a:hover {
  color: #333;
}

.headerGdzc .block {
  display: flex;
  width: 510px;
  height: 257px;
  background: #fff;
  margin: 0 auto;
  margin-right: 10vw;
  box-shadow: 5px 5px 26px #46333326;
}

.headerGdzc .block img {
  width: 175px;
  height: 232px;
  margin: 13px;
  cursor: pointer;
}

.headerGdzc .block .paragraph {
  border: 1px solid #EAEAEA;
  border-top: 0;
}

.headerGdzc .block .paragraph .tittle {
  font-size: 18px;
  padding: 20px 0 20px 10px;
  font-weight: bold;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
  font-family: MicrosoftYaHeiLight;
}

.headerGdzc .block .paragraph .section {
  padding: 20px 0 20px 10px;
}

.headerGdzc .block .paragraph .section .info {
  color: #6B798E;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
  cursor: pointer;
  font-family: PingFang-SC-Bold;
}

.header .series li:hover .affairs {
  display: block;
}

/** 底部 **/
.footer .container {
  margin: 20px 0 0;
  padding: 25px 50px 10px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.footer .container .tittle {
  font-size: 16px;
  font-weight: bold;
}

.footer .container i {
  font-size: 20px;
}

.footer .container .content {
  line-height: 40px;
  color: #666666;
  font-size: 16px;
}

.footer .container .icon_column {
  text-align: center;
  color: #666666;
  cursor: pointer;
  position: relative;
}

.footer .container .icon_column:hover img {
  display: block;
}

.footer .container .icon_column img {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 60px;
  z-index: 999;
  right: -40px;
  display: none;
}

.footer .container .icon_column .iconfont {
  font-size: 28px;
}

.footer .container .icon_column p {
  line-height: 30px;
  font-size: 15px;
}

.footer>.describe {
  text-align: center;
  padding: 30px 0;
  color: #666666;
  font-size: 15px;
}

/** 右侧悬浮 **/
.right_nav {
  position: fixed;
  right: 0;
  top: 35vh;
  width: 50px;
  height: 203px;
  background: #000;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.right_nav li {
  height: 50px;
  border-bottom: 1px solid #fff;
}

.right_nav .qq_icon {
  font-size: 30px;
  color: #fff;
}

.right_nav .tell_icon {
  font-size: 46px;
  color: #fff;
}

.right_nav .wechat_icon {
  font-size: 26px;
  color: #fff;
}

.right_nav .arrow_icon {
  font-size: 26px;
  color: #fff;
  position: relative;
  top: 10px;
}

.qq,
.tell,
.wechat,
.arrow {
  position: relative;
}

.arrow {
  border: 0 !important;
}

/* arrow */
.arrow:hover {
  background: #4b5cc4;
}

/* qq */
.right_nav .qq .txt {
  position: absolute;
  top: -1px;
  right: 0;
  height: 50px;
  overflow: hidden;
  transition: 0.5s;
  width: 0;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  padding-right: 50px;
  text-align: center;
  background: #de125a;
  opacity: 0;
}

.right_nav .qq:hover .txt {
  width: 100px;
  opacity: 1;
}

.right_nav .qq .qq_outside {
  transition: 0.5s;
  position: absolute;
  right: 0px;
  top: -1px;
  background-color: #F0F0F0;
  display: inline-block;
  height: 50px;
  width: 50px;
  overflow: hidden;
}

.right_nav .qq .qq_outside .qq_inside {
  width: 100px;
  height: 50px;
  position: relative;
  line-height: 50px;
  left: 0;
  transition: all .5s;
  display: flex;
}

.right_nav .qq .qq_outside .qq_inside .xxlogo {
  width: 50%;
  background: #000;
}

.right_nav .qq:hover .qq_inside {
  left: -50px;
}

.right_nav .qq:hover .qq_inside .xxlogo {
  background: #de125a;
}

/* tell */
.right_nav .tell .txt {
  position: absolute;
  top: 0px;
  right: 0;
  height: 49px;
  overflow: hidden;
  transition: 0.5s;
  width: 0;
  line-height: 49px;
  font-size: 15px;
  color: #ffffff;
  padding-right: 50px;
  text-align: center;
  background: #9c54ff;
  opacity: 0;
}

.right_nav .tell:hover .txt {
  width: 130px;
  opacity: 1;
}

.right_nav .tell .tell_outside {
  transition: 0.5s;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #F0F0F0;
  display: inline-block;
  height: 49px;
  width: 50px;
  overflow: hidden;
}

.right_nav .tell .tell_outside .tell_inside {
  width: 100px;
  height: 49px;
  position: relative;
  line-height: 49px;
  left: 0;
  transition: all .5s;
  display: flex;
}

.right_nav .tell .tell_outside .tell_inside .xxlogo {
  width: 50%;
  background: #000;
}

.right_nav .tell:hover .tell_inside {
  left: -50px;
}

.right_nav .tell:hover .tell_inside .xxlogo {
  background: #9c54ff;
}

/* wechat */
.right_nav .wechat .txt {
  position: absolute;
  top: 0px;
  right: 0;
  height: 49px;
  /* overflow: hidden; */
  transition: 0.5s;
  width: 0;
  padding-right: 50px;
  opacity: 0;
}

.right_nav .wechat .txt img {
  width: 120px;
  height: 120px;
  display: none;
}

.right_nav .wechat:hover .txt img {
  display: block;
}

.right_nav .wechat:hover .txt {
  width: 130px;
  opacity: 1;
}

.right_nav .wechat .wechat_outside {
  transition: 0.5s;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #F0F0F0;
  display: inline-block;
  height: 49px;
  width: 50px;
  overflow: hidden;
}

.right_nav .wechat .wechat_outside .wechat_inside {
  width: 100px;
  height: 49px;
  position: relative;
  line-height: 49px !important;
  left: 0;
  transition: all .5s;
  display: flex;
}

.right_nav .wechat .wechat_outside .wechat_inside .xxlogo {
  width: 50%;
  background: #000;
}

.right_nav .wechat:hover .wechat_inside {
  left: -50px;
}

.right_nav .wechat:hover .wechat_inside .xxlogo {
  background: #ff64e2;
}
