@charset "utf-8";
/* CSS Document */
.mainDiv_jd_title {
  width: 900px;
  display: inline-block;
}
.mainDiv_jd_title p {
  text-align: center;
  margin: 2px auto 0;
  width: 230px;
  font-size: 30px;
  font-weight: bold;
  color: #006699;
  background-color: #fff;
}
.title_jd {
  border-bottom: 1px solid #006699;
  height: 23px;
  *height: 43px;
  margin: 40px auto;
}
.nrc {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.nrct {
  width: 1000px;
  background: #ffffff;
  min-height: 600px;
  margin: 30px auto;
  border: 1px solid #5c5ca4;
  display: inline-block;
  padding-bottom: 63px;
}
.content-main {
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
}
.columnok {
  height: auto;
}
.columnok-title {
  border-bottom: 2px solid #2d66a5;
  float: left;
  margin-top: 20px;
}
.columnok-title-left {
  text-align: center;
  background-color: #2d66a5;
  font-size: 19px;
  color: #ffffff;
  padding: 10px 40px 10px 40px;
  float: left;
}
.columnok-content {
  height: auto;
  float: left;
  width: 1000px;
}
.head-nav {
  -height: 60px;
}
.head-nav-con {
  -height: 60px;
  -margin: auto;
}
.head-nav-con ul li.drop-down {
  float: left;
  width: 220px;
  height: 30px;
  border: 1px solid #d2d2d2;
  background-color: #f5f5f5;
  color: #2d66a5;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.head-nav-con ul li.drop-down a {
  color: #2d66a5;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
}
.head-nav-con ul li.drop-down:hover {
  background: #2d66a5;
  color: #fff;
}
.head-nav-con ul li.drop-down:hover > a {
  color: #fff;
}
.head-nav-con ul.drop-down-content li a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  color: #333;
  width: 220px;
}
.head-nav-con .drop-down {
  position: relative;
}
.head-nav-con .drop-down-content {
  padding: 0;
  display: none;
  position: absolute;
  z-index: 1;
  background: #eee;
  top: 40px;
}
.head-nav-con .drop-down-content li:hover > a {
  background-color: #2d66a5;
  color: #fff;
}
.head-nav-con .drop-down:hover .drop-down-content {
  display: block;
}
.head-nav-con .drop-down-2 {
  position: relative;
}
.head-nav-con .drop-down-content-2 {
  padding: 0;
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #007130;
  right: -170px;
  top: 0;
  /*三级下拉标签显示在上面*/
  /*bottom:0px;*/
}
.head-nav-con .drop-down-content-2 > li {
  float: none;
  background-color: #007130;
}
.head-nav-con .drop-down-content-2 li:hover a {
  background-color: #ff9c01;
}
.head-nav-con .drop-down-2:hover .drop-down-content-2 {
  display: block;
}
@media screen and (max-width: 750px) {
  .columnok-title {
    border-bottom: 2px solid #2d66a5;
    float: left;
    margin-top: 22px;
    margin-bottom: 2px;
  }
  .nrct {
    width: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .nrct .columnok-content {
    width: 100%;
  }
  .nrct .columnok-content .head-nav-con > ul {
    display: flex;
    flex-flow: row wrap;
  }
  .nrct .columnok-content .head-nav-con > ul li.drop-down {
    width: 45% !important;
    margin-right: 10%;
    font-size: 18px;
    height: auto;
    box-sizing: border-box;
    padding: 8px 0;
  }
  .nrct .columnok-content .head-nav-con > ul li.drop-down:nth-child(2n) {
    margin-right: 0;
  }
  .nrct .columnok-content .head-nav-con ul.drop-down-content li a {
    margin-top: 6px;
    line-height: 33px;
  }
  .nrct .head-nav-con .drop-down-content {
    top: 50px;
  }
  .nrct .head-nav-con .drop-down:hover .drop-down-content {
    width: 100%;
  }
  .nrct .head-nav-con ul.drop-down-content li a {
    width: 100%;
  }
  .content-main {
    width: 96%;
    margin: 0 auto;
    background: #ffffff;
  }
  .mainDiv_jd_title {
    width: 100%;
    display: inline-block;
  }
  .mainDiv_jd_title p {
    text-align: center;
    margin: 2px auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #006699;
    background-color: #fff;
  }
  .title_jd {
    border-bottom: 1px solid #006699;
    height: 23px;
    *height: 43px;
    margin: 40px auto;
  }
  .columnok-content {
    height: auto;
    float: left;
    width: 90%;
  }
  .head-nav {
    -height: 60px;
  }
  .head-nav-con {
    -height: 60px;
    -margin: auto;
  }
  .head-nav-con ul li.drop-down {
    float: left;
    width: 220px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background-color: #f5f5f5;
    color: #2d66a5;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
  }
  .head-nav-con ul li.drop-down a {
    color: #2d66a5;
  }
  .head-nav-con ul li.drop-down:hover {
    background: #2d66a5;
    color: #fff;
  }
  .head-nav-con ul li.drop-down:hover > a {
    color: #fff;
  }
  .head-nav-con ul.drop-down-content li a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    color: #333;
    width: 220px;
  }
  .head-nav-con .drop-down {
    position: relative;
  }
  .head-nav-con .drop-down-content {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background: #eee;
    top: 40px;
  }
  .head-nav-con .drop-down-content li:hover > a {
    background-color: #2d66a5;
    color: #fff;
  }
  .head-nav-con .drop-down:hover .drop-down-content {
    display: block;
  }
  .head-nav-con .drop-down-2 {
    position: relative;
  }
  .head-nav-con .drop-down-content-2 {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #007130;
    right: -170px;
    top: 0;
    /*三级下拉标签显示在上面*/
    /*bottom:0px;*/
  }
  .head-nav-con .drop-down-content-2 > li {
    float: none;
    background-color: #007130;
  }
  .head-nav-con .drop-down-content-2 li:hover a {
    background-color: #ff9c01;
  }
  .head-nav-con .drop-down-2:hover .drop-down-content-2 {
    display: block;
  }
}
@media (min-width: 751px) {
  .pageold .columnok-title-left {
    font-size: 34px;
  }
  .pageold .columnok-title {
    float: left;
    margin-top: 35.2px;
    margin-bottom: 3.2px;
  }
  .pageold .nrct {
    width: auto;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .pageold .nrct .columnok-content {
    width: 100%;
  }
  .pageold .nrct .columnok-content .head-nav-con > ul {
    display: flex;
    flex-flow: row wrap;
  }
  .pageold .nrct .columnok-content .head-nav-con > ul li.drop-down {
    width: 45% !important;
    margin-right: 10%;
    font-size: 28.8px;
    height: auto;
    box-sizing: border-box;
    padding: 12.8px 0;
  }
  .pageold .nrct .columnok-content .head-nav-con > ul li.drop-down:nth-child(2n) {
    margin-right: 0;
  }
  .pageold .nrct .columnok-content .head-nav-con ul.drop-down-content li a {
    margin-top: 9.6px;
    line-height: 52.8px;
  }
  .pageold .nrct .head-nav-con .drop-down-content {
    top: 80px;
  }
  .pageold .nrct .head-nav-con .drop-down:hover .drop-down-content {
    width: 100%;
  }
  .pageold .nrct .head-nav-con ul.drop-down-content li a {
    width: 100%;
  }
  .pageold .content-main {
    width: 96%;
    margin: 0 auto;
    background: #ffffff;
  }
  .pageold .mainDiv_jd_title {
    width: 100%;
    display: inline-block;
  }
  .pageold .mainDiv_jd_title p {
    text-align: center;
    margin: 3.2px auto 0;
    font-size: 48px;
    font-weight: bold;
    color: #006699;
    background-color: #fff;
  }
  .pageold .title_jd {
    border-bottom: 1.6px solid #006699;
    height: 36.8px;
    *height: 68.8px;
    margin: 64px auto;
  }
  .pageold .columnok-content {
    height: auto;
    float: left;
    width: 90%;
  }
  .pageold .head-nav {
    -height: 96px;
  }
  .pageold .head-nav-con {
    -height: 96px;
    -margin: auto;
  }
  .pageold .head-nav-con ul li.drop-down {
    float: left;
    width: 352px;
    height: 48px;
    border: 1.6px solid #d2d2d2;
    background-color: #f5f5f5;
    color: #2d66a5;
    margin-top: 32px;
    margin-right: 32px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 16px;
  }
  .pageold .head-nav-con ul li.drop-down a {
    color: #2d66a5;
  }
  .pageold .head-nav-con ul li.drop-down:hover {
    background: #2d66a5;
    color: #fff;
  }
  .pageold .head-nav-con ul li.drop-down:hover > a {
    color: #fff;
  }
  .pageold .head-nav-con ul.drop-down-content li a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 51.2px;
    color: #333;
    width: 352px;
  }
  .pageold .head-nav-con .drop-down {
    position: relative;
  }
  .pageold .head-nav-con .drop-down-content {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background: #eee;
    top: 64px;
  }
  .pageold .head-nav-con .drop-down-content li:hover > a {
    background-color: #2d66a5;
    color: #fff;
  }
  .pageold .head-nav-con .drop-down:hover .drop-down-content {
    display: block;
  }
  .pageold .head-nav-con .drop-down-2 {
    position: relative;
  }
  .pageold .head-nav-con .drop-down-content-2 {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #007130;
    right: -272px;
    top: 0;
    /*三级下拉标签显示在上面*/
    /*bottom:0px * @scaleMultiple;*/
  }
  .pageold .head-nav-con .drop-down-content-2 > li {
    float: none;
    background-color: #007130;
  }
  .pageold .head-nav-con .drop-down-content-2 li:hover a {
    background-color: #ff9c01;
  }
  .pageold .head-nav-con .drop-down-2:hover .drop-down-content-2 {
    display: block;
  }
}
