@import url(../font/iconfont.css);
@import url(../font1/iconfont.css);
/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
img,
ul,
li,
dl,
dd,
dt,
table,
a,
span,
div,
input,
dl,
dt {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li,
dl,
dt {
  list-style: none;
}
caption,
th {
  text-align: left;
}
img {
  vertical-align: top;
}
.img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
input {
  outline: none;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  margin: 0;
}
html,
body {
  height: 100%;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hidden,
.appshow {
  display: none;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trans {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*page*/
body {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.45833333rem;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
}
.iconfont {
  vertical-align: middle;
  font-family: "iconfont" !important;
}
html {
  overflow: hidden;
}
.hover {
  color: #ec6b00;
  text-decoration: underline;
}
.borderBtm {
  border-bottom: 0.05405405rem solid #d4d4d4;
}
.borderBtmMain {
  border-bottom: 0.05405405rem solid #ec6b00;
}
.dashright {
  border-right: 1px dashed #b8b8b8;
}
.dashbottom {
  border-bottom: 1px dashed #b8b8b8;
}
body {
  overflow-x: hidden;
}
.headerbar {
  width: 100%;
  z-index: 99999;
}
.topbar {
  height: 2.7027027rem;
  background-color: #000;
}
.topbar .yingxing {
  color: #fff;
  float: right;
  margin-right: 1.45833333rem;
  line-height: 2.7027027rem;
}
.topbar .home {
  line-height: 2.7027027rem;
  display: block;
  float: left;
  margin-left: 12px;
  padding-left: 1.72972973rem;
  background: url('../images/home.png') no-repeat left center;
  color: #fff;
  font-size: 0.97297297rem;
  background-size: 1.2972973rem 1.02702703rem;
}
.topbar .searchbox {
  margin-top: 0.54054054rem;
  margin-left: 1.2972973rem;
  float: left;
  overflow: hidden;
}
.topbar .searchbox input {
  border-radius: 0.43243243rem 0 0 0.43243243rem;
  width: 9.72972973rem;
  height: 1.72972973rem;
  background-color: rgba(255, 255, 255, 0.3);
  float: left;
  box-sizing: border-box;
  padding-left: 0.64864865rem;
  font-size: 0.97297297rem;
}
.topbar .searchbox .search {
  width: 2.48648649rem;
  height: 1.72972973rem;
  float: left;
  background: url('../images/search.png') no-repeat center center;
  background-color: #dadada;
  background-size: 1.02702703rem 1.02702703rem;
  outline: none;
  border: none;
  border-radius: 0 0.43243243rem 0.43243243rem 0;
}
.topnav {
  width: 100%;
  height: 4.54054054rem;
  background-color: #212020;
  border-bottom: 0.21621622rem solid #ec6b00;
  position: relative;
}
.topnav .logo {
  display: inline-block;
  font-size: 0;
  width: 12rem;
  height: 3.02702703rem;
  position: absolute;
  left: 12px;
  top: 0.86486486rem;
}
.topnav .logo img {
  width: 100%;
}
.topnav .navBtn {
  padding: 0 20px;
  line-height: 4.54054054rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #ec6b00;
  font-size: 1.40540541rem;
}
.topnav .appmenu {
  z-index: 999999;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 4.54054054rem;
  transform: translateX(100%);
  transition: all .5s ease;
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.topnav .appmenu h2 {
  position: relative;
  height: 5.08108108rem;
  line-height: 5.08108108rem;
  font-size: 1.62162162rem;
  border-bottom: 0.05405405rem solid #ec6b00;
}
.topnav .appmenu h2 i {
  color: #ec6b00;
  margin: 0 0.54054054rem 0 1.08108108rem;
  font-size: 1.62162162rem;
}
.topnav .appmenu .nav {
  padding: 0 3.13513514rem;
}
.topnav .appmenu .nav .title {
  font-size: 1.51351351rem;
  height: 4.75675676rem;
  line-height: 4.75675676rem;
  padding-left: 1.18918919rem;
  position: relative;
  border-bottom: 0.05405405rem solid #d4d4d4;
}
.topnav .appmenu .nav .title::after {
  content: '';
  width: 1.08108108rem;
  height: 1.08108108rem;
  position: absolute;
  right: 1.08108108rem;
  top: 1.72972973rem;
  background: url('../images/up-d_03.png') no-repeat center center;
}
.topnav .appmenu .nav .title.on {
  background-color: #ec6b00;
  color: #fff;
}
.topnav .appmenu .nav .title.on::after {
  background: url('../images/up-d_06.png') no-repeat center center;
}
.topnav .appmenu .nav .title a {
  display: block;
}
.topnav .appmenu .nav .subnav {
  display: none;
  background-color: #f5f5f5;
  border-bottom: 0.05405405rem solid #d4d4d4;
}
.topnav .appmenu .nav .subnav a {
  font-size: 1.35135135rem;
  display: block;
  padding-left: 1.2972973rem;
  height: 2.7027027rem;
  line-height: 2.7027027rem;
  color: #878787;
}
.topnav .appmenu .part2 {
  border-top: 1px solid #ec6b00;
}
.topnav .appmenu .part1 li:last-of-type h3,
.topnav .appmenu .part2 li:last-of-type h3 {
  border-bottom: none;
}
.topnav .active {
  transform: translateX(0);
  display: block;
}
.banner {
  margin-top: 7.24324324rem;
  height: 17.72972973rem;
}
.banner h2 {
  position: absolute;
  width: 80%;
  height: 3.67567568rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner img {
  width: 100%;
  height: 100%;
}
.box-hot {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 55px;
  line-height: 55px;
}
.box-hot:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-hot h2 {
  position: absolute;
  font-size: 14px;
  padding-left: 23px;
  display: inline-block;
  margin-right: 22px;
}
.box-hot h2 i {
  font-size: 24px;
  color: #ec6b00;
  margin-right: 10px;
}
.box-hot .box-hotlist {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  position: relative;
  left: 0;
  margin-left: 100px;
  width: 100%;
}
.box-hot .box-hotlist .str_wrap {
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.box-hot .box-hotlist .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.box-hot .box-hotlist .str_move_clone {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
}
.box-hot .box-hotlist .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.box-hot .box-hotlist .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.box-hot .box-hotlist .str_vertical .str_move,
.box-hot .box-hotlist .str_down .str_move {
  white-space: normal;
  width: 100%;
}
.box-hot .box-hotlist .str_static .str_move,
.box-hot .box-hotlist .no_drag .str_move,
.box-hot .box-hotlist .noStop .str_move {
  cursor: inherit;
}
.box-hot .box-hotlist .str_wrap img {
  max-width: none !important;
}
.box-hot .box-hotlist .box-hotlistscroll {
  margin: 0 auto;
}
.box-hot .box-hotlist a {
  font-size: 12px;
  width: 441px;
  display: inline-block;
  margin-left: 36px;
  position: relative;
  background: url("../images/dot_13.png") no-repeat left center;
}
.box-hot .box-hotlist a .t {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 320px;
  padding-left: 13px;
  display: block;
  float: left;
}
.box-hot .box-hotlist a .time {
  color: #999999;
  float: right;
}
@media all and (min-width: 1200px) {
  .wcon {
    max-width: 1200px;
    margin: 0 auto;
  }
  .box-hot {
    height: 85px;
    line-height: 85px;
  }
  .box-hot h2 {
    font-size: 18px;
  }
  .box-hot h2 i {
    font-size: 38px;
  }
  .box-hot .box-hotlist {
    margin-left: 130px;
    height: 85px;
    line-height: 85px;
    width: 1067px;
  }
  .box-hot .box-hotlist a {
    font-size: 14px;
  }
}
.book {
  height: 51.35135135rem;
  background: url('../images/nkdbg_02.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.book::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}
.book h4 {
  width: 11.24324324rem;
  height: 4.97297297rem;
  position: absolute;
  left: 50%;
  top: 1.83783784rem;
  transform: translateX(-50%);
  z-index: 999;
  background: url('../images/shuyuan.png') no-repeat center center;
  background-size: cover;
  font-size: 0;
}
.book ul {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 8.64864865rem 1.08108108rem 0;
}
.book ul li {
  width: 33.333%;
  float: left;
}
.book ul li a {
  display: block;
  width: 100%;
  height: 17.40540541rem;
  padding-top: 1.83783784rem;
  text-align: center;
}
.book ul li a div {
  width: 7.56756757rem;
  height: 7.56756757rem;
  padding: 1.62162162rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.book ul li a div img {
  width: 100%;
  height: 100%;
}
.book ul li a p {
  margin-top: 1.62162162rem;
  line-height: 1.72972973rem;
  white-space: normal;
  word-wrap: break-word;
  font-size: 0.97297297rem;
  color: #fff;
  padding: 0 1.89189189rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.book ul li .zr {
  background-color: #087773;
}
.book ul li .sr {
  background-color: #004f3d;
}
.book ul li .zc {
  background-color: #ac143f;
}
.book ul li .sd {
  background-color: #a3247a;
}
.book ul li .zx {
  background-color: #d5710d;
}
.book ul li .sl {
  background-color: #d2b65f;
}
.help h3 {
  line-height: 8.10810811rem;
  text-align: center;
  font-size: 1.94594595rem;
}
.help .help-list {
  overflow: hidden;
  padding-bottom: 3.78378378rem;
}
.help .help-list li {
  float: left;
  width: 25%;
  height: 12.16216216rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.help .help-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sline.png) repeat-y right;
}
.help .help-list li:nth-last-of-type(n+5) {
  background: url(../images/hline.png) repeat-x bottom;
}
.help .help-list li:nth-last-of-type(n+5)::after {
  content: '';
  width: 0.43243243rem;
  height: 0.43243243rem;
  background-color: #ec6b00;
  position: absolute;
  right: -0.21621622rem;
  bottom: -0.21621622rem;
  transform: rotate(45deg);
  z-index: 999;
}
.help .help-list li:nth-of-type(4n)::after {
  width: 0;
  height: 0;
}
.help .help-list li:nth-of-type(4n) a {
  background: none;
}
.help .help-list li i {
  display: block;
  width: 6.37837838rem;
  height: 6.37837838rem;
  background: url('../images/hicon.png') no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.help .help-list li p {
  text-align: center;
  line-height: 2.91891892rem;
  font-size: 1.08108108rem;
}
.help .help-list li .icon2 {
  background-position: 0 -6.37837838rem;
}
.help .help-list li .icon3 {
  background-position: 0 -12.75675676rem;
}
.help .help-list li .icon4 {
  background-position: 0 -19.13513514rem;
}
.help .help-list li .icon9 {
  background-position: 0 -25.51351351rem;
}
.help .help-list li .icon10 {
  background-position: 0 -31.89189189rem;
}
.help .help-list li .icon11 {
  background-position: 0 -38.27027027rem;
}
.help .help-list li .icon12 {
  background-position: 0 -44.64864865rem;
}
.help .help-list li .icon5 {
  background-position: 0 -51.02702703rem;
}
.help .help-list li .icon6 {
  background-position: 0 -57.40540541rem;
}
.help .help-list li .icon7 {
  background-position: 0 -63.78378378rem;
}
.help .help-list li .icon8 {
  background-position: 0 -70.16216216rem;
}
.help .help-list li .icon13 {
  background-position: 0 -76.54054054rem;
}
.help .help-list li .icon14 {
  background-position: 0 -82.91891892rem;
}
.help .help-list li .icon15 {
  background-position: 0 -89.2972973rem;
}
.help .help-list li .icon16 {
  background-position: 0 -95.67567568rem;
}
.status {
  overflow: hidden;
  background-color: #eee;
  padding-bottom: 0.97297297rem;
}
.status h3 {
  line-height: 6.05405405rem;
  text-align: center;
  font-size: 1.94594595rem;
}
.status ul {
  padding: 0 1.08108108rem;
}
.status ul a {
  display: block;
  margin-bottom: 1.08108108rem;
  height: 7.56756757rem;
  background-color: #fff;
  position: relative;
}
.status ul a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 9.72972973rem;
  height: 100%;
}
.status ul a .des {
  margin-left: 9.72972973rem;
  padding: 0 1.08108108rem;
}
.status ul a .des .title {
  padding-top: 0.64864865rem;
  line-height: 2.91891892rem;
  font-size: 1.2972973rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status ul a .des .content {
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.35135135rem;
  font-size: 1.08108108rem;
}
.footer {
  background: #212020;
  padding: 2.16216216rem 0;
  font-size: 1.08108108rem;
  color: #b2b2b2;
}
.footer .wcon {
  padding: 0 1.08108108rem;
}
.footer span {
  display: block;
  text-align: center;
  line-height: 2.37837838rem;
}
.footer .footerlink {
  border-bottom: 1px solid #383737;
  padding-bottom: 0.52083333rem;
}
.footer .footerlink .code img {
  height: 8.10810811rem;
  display: block;
  margin: 0 auto;
}
.footer .footerlink .code span {
  margin-top: 0.33333333rem;
  color: #fff;
}
.footer .footer-bot {
  margin-top: 0.81081081rem;
}
.isFixed {
  position: fixed;
}
.hide {
  display: none;
}
.footer-abs {
  position: relative;
  left: 0;
}
