@charset "UTF-8";
@font-face {
  font-family: Oswald-Light;
  src: url("../../font/Oswald-Light.woff");
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.bg-page-top {
  width: 100%;
  height: 601px;
  background: url("../../images/nenu_library/bg-index2-top.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-header .top-box .logo {
  height: 45px;
  margin-top: 32px;
}
.page-header .top-box .right-btns {
  margin-top: 57px;
  font-size: 14px;
  color: #fff;
}
.page-header .top-box .right-btns .btn {
  margin-right: 20px;
}
.page-header .menu-list {
  margin-top: 20px;
  font-size: 0;
  padding: 0 20px;
}
.page-header .menu-list .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.page-header .menu-list .item:hover .one-t {
  color: #E9EF8E;
}
.page-header .menu-list .item .one-t {
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 2px;
}
.page-header .menu-list .item .current {
  color: #fff3a2 !important;
}
.page-header .menu-list .item:hover .item-list {
  display: block;
}
.page-header .menu-list .item .item-list {
  display: none;
  width: 170px;
  padding: 13px 14px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 46px;
  left: 50%;
  right: 0;
  background: #1B6DE5;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-header .menu-list .item .item-list > a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 34px;
  background: url("../../images/nenu_library/line.png") no-repeat center bottom;
}
.page-header .menu-list .item .item-list > a:last-child {
  margin-bottom: 0;
  background: none;
}
.page-header .menu-list .item .item-list > a:hover {
  color: #E9EF8E;
}
.page-header .after-login {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  margin-top: 50px;
  position: relative;
  z-index: 9999;
}
.page-header .after-login:hover .login-downlist-info {
  display: block;
}
.page-header .after-login .user-cover {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.page-header .after-login .user-name {
  margin: 0 6px;
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  font-size: 16px;
}
.page-header .after-login .icon-arrow {
  font-size: 12px;
}
.page-header .after-login .icon-triangle-up:before {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 14px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  opacity: 0;
}
.page-header .after-login .login-downlist-info {
  display: none;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 117px;
}
.page-header .after-login .login-downlist-info li {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.page-header .after-login .login-downlist-info li:first-child {
  border-radius: 4px 4px 0 0;
}
.page-header .after-login .login-downlist-info li:hover {
  background: #F5F8FE;
}

.page-banner {
  height: 531px;
}
.page-banner .swiper-container {
  height: 531px;
  width: 100%;
  position: relative;
}
.page-banner .swiper-container .swiper-slide {
  background: #0056d0;
  font-size: 0;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.page-banner .swiper-container .swiper-slide .left-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 150px 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-banner .swiper-container .swiper-slide .left-info .name {
  text-align: left;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  letter-spacing: 7px;
  font-size: 38px;
  overflow: hidden;
  font-weight: 300;
}
.page-banner .swiper-container .swiper-slide .left-info .hint {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page-banner .swiper-container .swiper-slide .img-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.page-banner .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
}
.page-banner .swiper-container .device {
  position: absolute;
  top: 70px;
  left: 108px;
  z-index: 2;
}
.page-banner .swiper-container .device span {
  display: inline-block;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.page-banner .swiper-container .device .disabled {
  opacity: .5;
  cursor: not-allowed;
}
.page-banner .swiper-container .device .icon-arrow-prev {
  background: #0070ef;
}
.page-banner .swiper-container .device .icon-arrow-next {
  background: #0042c9;
}
.page-banner .swiper-container .slide-count {
  position: absolute;
  left: 110px;
  bottom: 54px;
  height: 69px;
}
.page-banner .swiper-container .slide-count .left-box {
  width: 260px;
  height: 100%;
  background: #0020a8;
  padding: 0 23px 0 25px;
  letter-spacing: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-banner .swiper-container .slide-count .left-box > span {
  font-size: 36px;
  line-height: 69px;
  color: #fff;
  font-family: Oswald-Light;
  font-weight: 100;
}
.page-banner .swiper-container .slide-count .left-box .handle {
  margin-top: 36px;
}
.page-banner .swiper-container .slide-count .left-box .handle span {
  font-size: 12px;
  color: #fff;
  margin-left: 6px;
  cursor: pointer;
}
.page-banner .swiper-container .slide-count .left-box .handle span:first-child {
  margin-left: 0;
}
.page-banner .swiper-container .slide-count .title {
  width: 381px;
  padding: 0 24px 0 30px;
  line-height: 69px;
  font-size: 14px;
  color: #fff;
  background: #0070ef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 2px;
}

.page-item3 {
  margin-top: 19px;
}
.page-item3 .slide-box {
  width: 500px;
}
.page-item3 .slide-box .swiper-container {
  width: 100%;
  height: 408px;
  position: relative;
}
.page-item3 .slide-box .swiper-container > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-item3 .slide-box .device span {
  position: absolute;
  top: 162px;
  z-index: 3;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../images/nenu_library/swiper-arrow.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.page-item3 .slide-box .device .arrow-left {
  left: 23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-item3 .slide-box .device .arrow-right {
  right: 23px;
}
.page-item3 .slide-box .img-box {
  height: 337px;
  width: 100%;
  overflow: hidden;
}
.page-item3 .slide-box .img-box img {
  width: 100%;
  height: 100%;
}
.page-item3 .slide-box .btm-hint {
  height: 70px;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
.page-item3 .slide-box .btm-hint span {
  width: 423px;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-item3 .item-list {
  width: 322px;
  margin-left: 27px;
}
.page-item3 .item-list .list-top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 10px;
  height: 31px;
}
.page-item3 .item-list .list-top .title {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
}
.page-item3 .item-list .list-top .more {
  font-size: 10px;
  color: #535353;
  margin-top: 5px;
  letter-spacing: 2px;
}
.page-item3 .item-list .list li {
  padding: 23px 0 17px;
  border-bottom: 1px solid rgba(116, 116, 116, 0.71);
  font-size: 0;
  color: #2a2a2a;
}
.page-item3 .item-list .list li.current .line {
  background: #0070ef !important;
}
.page-item3 .item-list .list li .l-tip {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: 20px;
  position: relative;
  line-height: 16px;
}
.page-item3 .item-list .list li .l-tip .txt-l {
  font-size: 19px;
  font-weight: bold;
}
.page-item3 .item-list .list li .l-tip .txt-r {
  font-size: 17px;
  font-weight: bold;
}
.page-item3 .item-list .list li .l-tip .line {
  width: 1px;
  height: 33px;
  background: #393939;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  top: 0;
  right: 17px;
}
.page-item3 .item-list .list li .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 62px);
  font-size: 13px;
  color: inherit;
}

.page-item4 {
  margin-top: 31px;
  margin-bottom: 28px;
}
.page-item4 .l-item {
  width: 620px;
}
.page-item4 .l-item .list-top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.page-item4 .l-item .list-top .tab-list span {
  display: inline-block;
  padding: 0 20px 0 22px;
  height: 38px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
}
.page-item4 .l-item .list-top .tab-list span:hover {
  color: #fff !important;
}
.page-item4 .l-item .list-top .tab-list .current {
  color: #fff;
}
.page-item4 .l-item .list-top .more {
  font-size: 11px;
  color: #535353;
  line-height: 38px;
  letter-spacing: 2px;
}
.page-item4 .l-item .list li {
  font-size: 13px;
  color: #2a2a2a;
  line-height: 18px;
  cursor: pointer;
  padding: 14px 0 12px;
  border-bottom: 1px solid #b1b1b1;
}
.page-item4 .l-item .list li .name {
  display: inline-block;
  width: 70%;
}
.page-item4 .r-item {
  width: 500px;
  margin-left: 80px;
}
.page-item4 .r-item .itme-t {
  margin-bottom: 13px;
}
.page-item4 .r-item .itme-t > * {
  vertical-align: middle;
}
.page-item4 .r-item .itme-t .mark {
  display: inline-block;
  width: 8px;
  height: 21px;
}
.page-item4 .r-item .itme-t .title {
  font-size: 21px;
  margin-left: 10px;
}
.page-item4 .r-item .list li {
  float: left;
  width: 246px;
  height: 195px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #a8a8a8;
  padding: 27px 24px 0 40px;
  margin-right: 7px;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative;
}
.page-item4 .r-item .list li:nth-of-type(2n+2) {
  margin-right: 0;
}
.page-item4 .r-item .list li .icon {
  display: block;
  width: 60px;
  height: 60px;
}
.page-item4 .r-item .list li .icon-hover {
  display: none;
}
.page-item4 .r-item .list li .name {
  font-size: 18px;
  color: #033d93;
  margin-top: 16px;
}
.page-item4 .r-item .list li .hint {
  font-size: 10px;
  line-height: 18px;
  color: #9c9c9c;
  margin-top: 10px;
}
.page-item4 .r-item .list li .to-detail {
  display: none;
  width: 51px;
  height: 52px;
  background: #00a5f8;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.page-item4 .r-item .list li:hover {
  border: none;
}
.page-item4 .r-item .list li:hover .icon-def {
  display: none;
}
.page-item4 .r-item .list li:hover .icon-hover {
  display: block;
}
.page-item4 .r-item .list li:hover .name {
  color: #fff;
}
.page-item4 .r-item .list li:hover .hint {
  color: #00a5f8;
}
.page-item4 .r-item .list li:hover .to-detail {
  display: block;
}

.page-item5 {
  padding: 37px 0 24px;
  background: url("../../images/nenu_library/bg-item5.png") no-repeat center;
  background-size: cover;
}
.page-item5 .item-t {
  width: 22px;
  height: 300px;
  font-size: 22px;
  color: #fff;
  margin-right: 87px;
  margin-left: 50px;
}
.page-item5 .list {
  width: 1040px;
}
.page-item5 .list li {
  display: inline-block;
  vertical-align: top;
  width: 142px;
  height: 142px;
  border: 2px solid #00b7ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  text-align: center;
  margin: 0 95px 50px 0;
  cursor: pointer;
}
.page-item5 .list li .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.page-item5 .list li .name {
  margin-top: 5px;
  font-size: 17px;
  line-height: 20px;
  color: #0331a7;
  padding: 0 12px;
}
.page-item5 .list li .icon-hover {
  display: none;
}
.page-item5 .list li:hover {
  background: #00b7ee;
  border-color: #fff;
}
.page-item5 .list li:hover .icon-def {
  display: none;
}
.page-item5 .list li:hover .icon-hover {
  display: block;
}
.page-item5 .list li:hover .name {
  color: #fff;
}
.page-item5 .list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-item5 .list li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.page-item5 .list li:nth-last-of-type(3) {
  margin-bottom: 0;
}
.page-item5 .list li:nth-last-of-type(4) {
  margin-bottom: 0;
}

.page-item6 {
  margin-top: 30px;
}
.page-item6 .item-t {
  font-size: 21px;
}
.page-item6 .item-t > * {
  vertical-align: middle;
}
.page-item6 .item-t .mark {
  display: inline-block;
  width: 8px;
  height: 20px;
  background: #0331a7;
}
.page-item6 .item-left {
  width: 617px;
}
.page-item6 .item-left .item-t {
  margin-bottom: 27px;
}
.page-item6 .item-left .item-t .title {
  color: #0331a7;
  margin-left: 14px;
}
.page-item6 .item-left .list li {
  float: left;
  width: 306px;
  height: 306px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  position: relative;
}
.page-item6 .item-left .list li:nth-of-type(2n+2) {
  margin-right: 0;
}
.page-item6 .item-left .list li .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-item6 .item-left .list li .img-box:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.page-item6 .item-left .list li .img-box img {
  width: 100%;
  height: 100%;
}
.page-item6 .item-left .list li .btm-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 78px;
  line-height: 78px;
}
.page-item6 .item-left .list li .btm-box .name {
  text-align: center;
  font-size: 21px;
  letter-spacing: 3px;
  text-shadow: 2px 3px 3px rgba(48, 48, 48, 0.64);
  color: #fff;
}
.page-item6 .item-right {
  width: 561px;
  margin-left: 22px;
}
.page-item6 .item-right .mark {
  margin-top: 5px;
}
.page-item6 .item-right .tab-box {
  margin-left: 28px;
}
.page-item6 .item-right .tab-box span {
  font-size: 21px;
  margin-right: 28px;
  padding-bottom: 4px;
  cursor: pointer;
}
.page-item6 .item-right .tab-box span.current, .page-item6 .item-right .tab-box span:hover {
  border-bottom: 1px solid;
}
.page-item6 .item-right .list-box {
  margin-top: 27px;
  background: #efefef;
  padding-bottom: 23px;
}
.page-item6 .item-right .list.table-head {
  padding-bottom: 0;
}
.page-item6 .item-right .list.table-body {
  height: 545px;
}
.page-item6 .item-right .list .thead {
  padding: 9px 18px;
  background: #03b7ee;
}
.page-item6 .item-right .list .thead .td {
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
}
.page-item6 .item-right .list .thead .td:last-child {
  border-right: 1px solid #fff;
}
.page-item6 .item-right .list li {
  font-size: 0;
}
.page-item6 .item-right .list li .td {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-item6 .item-right .list li .td:first-child {
  width: 69%;
}
.page-item6 .item-right .list li .td:last-child {
  width: 30%;
}
.page-item6 .item-right .list .tbody {
  margin: 0 18px;
  border-bottom: 1px solid #aaa;
}
.page-item6 .item-right .list .tbody .td {
  padding: 18px 16px 20px 16px;
  font-size: 17px;
  color: #525252;
  line-height: 24px;
}

.page-item7 {
  background: #f7f7f7;
  padding: 25px 0 28px;
  margin-top: 18px;
}
.page-item7 .tab-box {
  width: 305px;
  margin-right: 50px;
}
.page-item7 .tab-box .item {
  margin-bottom: 2px;
}
.page-item7 .tab-box .item .title {
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  background: #93AAC5;
  cursor: pointer;
}
.page-item7 .tab-box .item .hint {
  display: none;
  padding: 21px 22px 41px 20px;
  background: #D8E0EA;
  font-size: 15px;
  line-height: 28px;
  color: #587496;
}
.page-item7 .tab-box .current {
  margin-bottom: 0;
}
.page-item7 .tab-box .current .title {
  background: #3086e8;
  color: #fff;
}
.page-item7 .list-box {
  width: 845px;
}
.page-item7 .list-box .list li {
  float: left;
  width: calc((100% - (8px * 3)) / 4);
  height: 289px;
  margin: 0 8px 11px 0;
  background: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.page-item7 .list-box .list li:nth-of-type(4n) {
  margin-right: 0;
}
.page-item7 .list-box .list li .img-box {
  width: 148px;
  height: 148px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-item7 .list-box .list li .img-box img {
  width: 100%;
  height: 100%;
}
.page-item7 .list-box .list li .name {
  font-size: 18px;
  color: #4c4c4c;
  margin-top: 15px;
}
.page-item7 .list-box .list li .name .line {
  display: block;
  width: 21px;
  height: 1px;
  background: #4c4c4c;
  margin: 11px auto 13px;
}
.page-item7 .list-box .list li .hint {
  font-size: 13px;
  color: #424242;
  line-height: 18px;
}
.page-item7 .list-box .list li:hover, .page-item7 .list-box .list li.li-hover {
  background: #93AAC5;
}
.page-item7 .list-box .list li:hover .name, .page-item7 .list-box .list li.li-hover .name {
  color: #fff;
}
.page-item7 .list-box .list li:hover .line, .page-item7 .list-box .list li.li-hover .line {
  background: #fff;
}
.page-item7 .list-box .list li:hover .hint, .page-item7 .list-box .list li.li-hover .hint {
  color: #fff;
}
.page-item7 .list-box .page-div {
  margin-top: 24px;
  text-align: right;
}
.page-item7 .list-box .page-div span {
  margin-right: 26px;
  cursor: pointer;
  color: #7e7e7e;
}
.page-item7 .list-box .page-div span:last-child {
  margin-right: 0;
}
.page-item7 .list-box .page-div .current {
  color: #3086e8;
}
.page-item7 .list-box .page-div .page-num {
  font-size: 15px;
  font-weight: bold;
}
.page-item7 .list-box .page-div .prev, .page-item7 .list-box .page-div .next {
  display: inline-block;
  width: 20px;
  line-height: 18px;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  font-weight: bold;
  margin-right: 22px;
}

.page-item8 {
  padding: 38px 0 70px;
}
.page-item8 .item-t {
  font-size: 21px;
  color: #0331a7;
  margin-bottom: 44px;
}
.page-item8 .list a {
  display: inline-block;
  width: 280px;
  height: 116px;
  margin: 0 22px 48px 0;
  text-align: center;
}
.page-item8 .list a:nth-of-type(4n) {
  margin-right: 0;
}
.page-item8 .list a .img-box {
  width: 100%;
  height: 116px;
  overflow: hidden;
  border: solid 1px #cdcdcd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-item8 .list a .img-box img {
  width: 100%;
  height: 100%;
}
.page-item8 .list a p {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #000;
}

.page-footer {
  padding-top: 16px;
  background: #E8E8E8;
}
.page-footer .box {
  background: #032359;
  padding: 61px 0 63px;
  text-align: center;
  font-size: 16px;
  color: #e8e8e8;
}
.page-footer .box > div {
  margin-bottom: 5px;
}
.page-footer .box > div:last-child {
  margin-bottom: 0;
}

.overHidden5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  .w-1200 {
    width: 100%;
  }

  .page-header .top-box .logo {
    margin-left: 20px;
    margin-top: 20px;
    width: 45%;
    height: auto;
  }

  .page-header .after-login, .page-header .top-box .right-btns {
    margin-top: 20px;
  }

  .page-header .top-box .right-btns .app-hide {
    display: none;
  }

  .page-header .menu-list {
    width: 100%;
  }

  .page-header .menu-list .item {
    width: 33.33%;
  }

  .page-header .menu-list .item .one-t {
    display: block;
    padding: 0 !important;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .page-header .menu-list .item .item-list {
    top: 32px;
  }

  .page-banner .swiper-container {
    height: auto;
  }

  .page-banner .swiper-container .swiper-slide .left-info {
    width: 100%;
    padding: 35px 16px 0;
  }

  .page-banner .swiper-container .swiper-slide .left-info .name {
    font-size: 32px;
  }

  .page-banner .swiper-container .swiper-slide .left-info .hint {
    margin-top: 20px;
  }

  .page-banner .swiper-container .device {
    display: none;
  }

  .page-banner .swiper-container .swiper-slide .img-box {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }

  .page-banner .swiper-container .slide-count {
    display: none;
  }

  .page-item3 {
    margin-top: 0;
  }

  .page-item3 .slide-box .swiper-container {
    height: auto;
  }

  .page-item3 .slide-box {
    width: 100%;
  }

  .page-item3 .slide-box .img-box {
    height: 200px;
  }

  .page-item3 .slide-box .device span {
    top: 80px;
  }

  .page-item3 .item-list {
    width: 100%;
    margin-top: 10px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
  }

  .page-item4 {
    margin-top: 32px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page-item4 .l-item {
    width: 100%;
  }

  .page-item4 .r-item {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }

  .page-item4 .r-item .list li {
    width: 100%;
  }

  .page-item5 {
    padding: 32px 16px 16px;
  }

  .page-item5 .item-t {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .page-item5 .list {
    margin-top: 16px;
    width: 100%;
  }

  .page-item5 .list {
    font-size: 0;
  }

  .page-item5 .list li {
    margin: 0 calc((100% - 142px * 2) / 4) 24px !important;
  }

  .page-item6 {
    margin-top: 32px;
  }

  .page-item6 .item-left .item-t {
    margin-bottom: 16px;
  }

  .page-item6 .item-left {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page-item6 .item-left .list li {
    width: calc(50% - 5px);
    height: 190px;
  }

  .page-item6 .item-left .list li .btm-box .name {
    font-size: 16px;
  }

  .page-item6 .item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page-item6 .item-right .list-box {
    margin-top: 16px;
  }

  .page-item7 .tab-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0;
  }

  .page-item7 .tab-box span {
    display: inline-block;
    height: 32px;
    width: calc(25% - 3px);
    line-height: 32px;
    font-size: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .page-item7 .tab-box span:nth-of-type(4n) {
    margin-right: 0;
  }

  .page-item7 .tab-box .current {
    font-size: 16px;
  }

  .page-item7 .list-box {
    width: 100%;
  }

  .page-item7 .list-box .list li {
    width: calc((100% - 8px) / 2);
  }

  .page-item7 .list-box .list {
    padding: 0 16px;
  }

  .page-item7 .list-box .list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .page-item7 .list-box .page-div {
    padding: 0 16px;
  }

  .page-item8 {
    padding: 32px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page-item8 .item-t {
    margin-bottom: 16px;
  }

  .page-item8 .list .img-box {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 24px;
  }

  .page-item8 .list .img-box:nth-of-type(2n+2) {
    margin-right: 0;
  }

  .page-footer .box {
    padding: 32px 16px;
  }

  .page-item3 .slide-box .btm-hint span {
    width: auto;
    right: 40px;
  }
}
/*我的页面*/
.my-page .inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.my-page .page-header .menu-list {
  width: 903px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.my-page .bg-page-top {
  background-size: 100% auto;
  height: 148px;
}
.my-page .page-content {
  background: #f4f4f4;
}
.my-page .page-content .center-box {
  width: 1200px;
  margin: 0 auto;
  background-color: white;
  height: 100%;
}
.my-page .page-content .center-box .left-side-box {
  background-color: #0E5ED3;
  width: 297px;
  color: #ffffff;
  padding: 30px 0;
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.my-page .page-content .center-box .left-side-box .menu-lists .menu-list {
  position: relative;
  line-height: 69px;
  cursor: pointer;
  text-align: center;
}
.my-page .page-content .center-box .left-side-box .menu-lists .menu-list.active, .my-page .page-content .center-box .left-side-box .menu-lists .menu-list:hover {
  background-color: #0D38B4;
}
.my-page .page-content .center-box .left-side-box .menu-lists .menu-list.active .btn-icon, .my-page .page-content .center-box .left-side-box .menu-lists .menu-list:hover .btn-icon {
  opacity: 1;
}
.my-page .page-content .center-box .left-side-box .menu-lists .menu-list .btn-icon {
  position: absolute;
  right: 29px;
  bottom: 8px;
  font-size: 20px;
  font-weight: lighter;
  cursor: pointer;
  opacity: 0;
}
.my-page .page-content .center-box .right-box {
  float: left;
  width: calc(100% - 297px);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.my-page .page-content .center-box .right-box .item-engine-title {
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.my-page .page-content .center-box .right-box .item-engine-title .title-t {
  font-size: 21px;
  color: #1167C0;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: normal;
}
.my-page .page-content .center-box .right-box .item-engine-title .title-t .title-icon {
  width: 8px;
  height: 21px;
  margin-right: 15px;
}
.my-page .page-content .center-box .right-box .item-engine-title .more {
  top: 30px;
  right: 50px;
  font-size: 12px;
  line-height: 35px;
  color: #535353;
}
.my-page .page-content .center-box .right-box .item-engine-title .more .icon-unfold {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 4px;
}
.my-page .page-content .center-box .right-box .user-info-box {
  padding: 0 50px;
  font-size: 0;
}
.my-page .page-content .center-box .right-box .user-info-box .user-avatar {
  width: 138px;
  height: 139px;
  overflow: hidden;
  border-radius: 50%;
}
.my-page .page-content .center-box .right-box .user-info-box .user-avatar img {
  width: 100%;
  height: 100%;
}
.my-page .page-content .center-box .right-box .user-info-box .info-box {
  margin-left: 48px;
  color: #323232;
  line-height: 35px;
  letter-spacing: 2px;
  font-size: 17px;
}
.my-page .page-content .center-box .right-box .user-info-box .info-box dl {
  display: block;
}
.my-page .page-content .center-box .right-box .user-info-box .info-box dl dt {
  display: inline-block;
  vertical-align: middle;
}
.my-page .page-content .center-box .right-box .user-info-box .info-box dl dd {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.my-page .page-content .center-box .right-box .content-box {
  display: none;
}
.my-page .page-content .center-box .right-box .content-box .item-engine-title {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.eng-table-style1 {
  padding: 0 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Firefox兼容性 */
}
.eng-table-style1 table,
.eng-table-style1 table td,
.eng-table-style1 table th {
  border-color: #eee;
}
.eng-table-style1 .js-top-height {
  overflow: hidden;
}
.eng-table-style1 .eng-tabs-info {
  padding: 0 16px;
}
.eng-table-style1 .eng-tabs-info .tbody-box {
  overflow-y: auto;
  overflow-x: hidden;
}
.eng-table-style1 .ui-table {
  text-align: left;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eng-table-style1 .ui-table th {
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  word-break: break-all;
}
.eng-table-style1 .ui-table td {
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 340px;
}
.eng-table-style1 .ui-table td:first-child {
  max-width: 160px;
}
.eng-table-style1 .ui-table td .txt-theme:hover {
  opacity: .8;
}
.eng-table-style1 .ui-table tr:hover td {
  background: rgba(0, 0, 0, 0.02);
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  .eng-table-style1 {
    position: unset;
  }
  .eng-table-style1 .ui-table td {
    text-overflow: unset;
    white-space: unset;
  }
  .eng-table-style1 .eng-tabs-info .table-box,
  .eng-table-style1 .eng-tabs-info .tbody-box {
    position: unset;
  }
}
