.page {
  width: 100%;
  /*min-width: 1300px;*/
}
.page .global-nav {
  width: 100%;
  min-width: 945px;
  height: 80px;
  padding: 0 13%;
  box-sizing: border-box;
  background-color: #222121;
  position: relative;
}

.page .global-nav:after {
  content: '';
  clear: both;
  display: block;
}

.page .global-nav .logo {
/*  width: 117px;
  height: 28px;*/
/*  width: 100px;
  height: 24px;*/
  width: 114px;
  height: 38px;
  /*padding-top: 33px;*/
  padding-top: 21px;
  float: left;
  cursor: pointer;
}

.page .global-nav .logo img {
  width: 100%;
  height: 100%;
}

.page .global-nav .list {
  font-size: 14px;
  color: #ffffff;
  float: right;
  margin-right: -54px;
}

/*.page .global-nav .list .item {
  height: 18px;
  line-height: 20px;
  margin-top: 36px;
  padding-left: 54px;
  float: right;
  padding-right: 54px;
  cursor: pointer;
}*/
.page .global-nav .list .item {
    height: 80px;
    position: relative;
    line-height: 20px;
    padding-top: 36px;
    padding-left: 54px;
    float: right;
    padding-right: 54px;
    cursor: pointer;
    box-sizing: border-box;
}

.page .global-nav .list .item:not(:last-child):before {
  /*border-left: 1px solid #ffffff;*/
  border-left: 1px solid #ffffff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
}

.page .global-nav .list .item:active {
  color: #898686;
}

.page .global-nav .list .item:hover {
  color: #898686;
}
.page .global-nav .list .resolution:hover .sub-list {
  display: block;
}

/*.page .global-nav .sub-list {
  font-size: 0;
  height: 48px;
  color: #151515;
  background-color: rgb(191, 191, 191, 0.71);
  padding: 0px 8px;
  box-sizing: border-box;
  position: absolute;
  right: calc(13% + 165px + 28px);
  top: 80px;
  line-height: 54px;
  line-height: 48px;
  transform: translate(50%, 0);
  z-index: 1;
  display: none;
}*/
.page .global-nav .sub-list {
  font-size: 0;
  height: 48px;
  color: #151515;
  background-color: rgb(191, 191, 191, 0.71);
  padding: 0px 8px;
  box-sizing: border-box;
  position: absolute;
  right: 50%;
  top: 80px;
  line-height: 54px;
  line-height: 48px;
  transform: translate(50%, 0);
  z-index: 1;
  width: 234px;
  display: none;
}

.page .global-nav .sub-list .sub-item {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  padding: 0 10px;
  vertical-align: middle;
}

.page .global-nav .sub-list .sub-item:not(:first-child) {
  border-left: 1px solid #ffffff;	
}

.page .global-footer{
  width: 60%;
  margin: 0 auto;
  background: url(/static/jdread/pc/img/hui.jpg) repeat-y;
  border-left: 14px solid rgba(0, 0, 0, .2);
  border-right: 14px solid rgba(0, 0, 0, .2);
  background-clip: padding-box;
}
.page .global-footer .directory {
  /*padding: 64px 6% 195px;*/
  padding: 38px 6% 174px;
  font-size: 0;
  position: relative;
}

.page .global-footer .directory:after {
  content: '';
  background: url(/static/jdread/pc/img/bottom.png) no-repeat;
  width: 100%;
  height: 105px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page .global-footer .directory .directory-column-section {
  width: 20%;
  padding-left: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.page .global-footer .directory .directory-column-section:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  /*top: 20px;*/
  top: 10px;
  /*height: 200px;*/
  height: 125px;
  border-left: 1px solid #B0B0B0;
}

.page .global-footer .directory .directory-column-section {
  /*font-size: 14px;*/
  font-size: 16px;
  color: #262626;
  /*line-height: 57px;*/
  line-height: 36px;
}

.page .global-footer .directory .directory-column-section-item {
  cursor: pointer;
  line-height: 24px;
  margin: 12px 0;
}

.page .global-footer .directory .directory-column-section-item:first-child {
  margin-top: 6px;
}
