@charset "utf-8";
/*
 * screen
 * date: 2019-06-05
 * author : 程姣姣
 */
html,
body {
  width: 100%;
  height: 100%;
}

.content-wrapper {
  height: 100%;
  overflow: hidden;
}

.content {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-size: 1920px 1080px;
  background-image: url(/uploads/image/epzbimages/bg.jpg);
}

/*头部*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101px;
  background: url(/uploads/image/epzbimages/header.png) no-repeat 0;
  z-index: 10;
}

.header > span {
  float: left;
  margin: 22px 0 0 60px;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #3dd4ff;
  background: url(/uploads/image/epzbimages/nav-icon.png) no-repeat 0 center;
  cursor: pointer;
}

.header > .link {
  float: left;
  width: 212px;
  height: 42px;
  margin-left: 15px;
  line-height: 42px;
  -webkit-transform: skew(35deg) rotate(1deg);
          transform: skew(35deg) rotate(1deg);
  text-align: center;
  background-color: #0b197d;
  -webkit-box-shadow: 0 0 15px #233eff inset, 0 0 15px #233eff inset;
          box-shadow: 0 0 15px #233eff inset, 0 0 15px #233eff inset;
  -webkit-transition: background-color .3s, color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, color .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, background-color .3s, color .3s;
  transition: box-shadow .3s, background-color .3s, color .3s, -webkit-box-shadow .3s;
}

.header > .link.act,
.header > .link:hover {
  color: #3dd4ff;
  background-color: #003081;
  -webkit-box-shadow: 0 0 15px #52d3f7 inset, 0 0 15px #52d3f7 inset;
          box-shadow: 0 0 15px #52d3f7 inset, 0 0 15px #52d3f7 inset;
}

.header > .link > span {
  display: block;
  font-size: 26px;
  font-family: '黑体';
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
}

.header .title {
  float: left;
  width: 580px;
  text-align: center;
  font-family: '黑体';
  cursor: default;
}

.header > .link:nth-child(2) {
  margin: 28px 0 0 58px;
}

.header > .link:nth-child(3) {
  margin-top: 34px;
}

.header > .link:nth-child(5) {
  -webkit-transform: skew(-35deg) rotate(-1deg);
          transform: skew(-35deg) rotate(-1deg);
  margin-top: 34px;
  margin-left: 7px;
}

.header > .link:nth-child(6) {
  -webkit-transform: skew(-35deg) rotate(-1deg);
          transform: skew(-35deg) rotate(-1deg);
  margin-top: 28px;
}

.header > .link:nth-child(5) span,
.header > .link:nth-child(6) span {
  -webkit-transform: skew(35deg);
          transform: skew(35deg);
}

.header .title > h1 {
  padding-top: 10px;
  font-size: 40px;
  color: #3dd4ff;
  font-weight: bolder;
  cursor: pointer;
}

.header .title > p {
  margin-top: 5px;
  font-size: 26px;
  color: #3dd4ff;
}

.pages-con {
  position: absolute;
  width: 100%;
  top: 69px;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.pages-panel {
  position: relative;
  width: 5760px;
  height: 100%;
}

.pages-item {
  position: absolute;
  width: 1920px;
  height: 100%;
  overflow: hidden;
}

.btn {
  position: absolute;
  width: 8px;
  height: 23px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translatey(-50%) scale(1.5);
          transform: translatey(-50%) scale(1.5);
}

.btn-prev {
  left: 10px;
  background: url(/uploads/image/epzbimages/prev-icon.png) no-repeat 0;
}

.btn-next {
  right: 10px;
  background:  no-repeat 0;
}

.pages-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*服务导航弹窗*/
.nav-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 100;
}

.nav-layer.show {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.layer-con {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1390px;
  height: 530px;
  margin: -265px 0 0 -695px;
  padding: 0 38px;
  background-color: #050c55;
  -webkit-box-shadow: 0 0 80px #0f83e6 inset;
          box-shadow: 0 0 80px #0f83e6 inset;
  border: 2px solid #0f83e6;
  border-radius: 12px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav-layer.show .layer-con {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.layer-con > h6 {
  height: 76px;
  line-height: 76px;
  font-size: 24px;
  font-weight: bold;
  color: #3ccffa;
  border-bottom: 1px solid #0f34a5;
}

.close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 53px;
  height: 53px;
  background-position: 0;
  background-image: ;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.close:hover {
  background-position: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-tab .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.nav-tab .hd > li {
  height: 68px;
  padding: 0 28px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #3ccffb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  cursor: pointer;
}

.nav-tab .hd > li.active {
  color: #00fd99;
  border-color: #1284e7;
  background-color: #071c6e;
}

.nav-tab .hd > li:hover {
  color: #00fd99;
}

.nav-tab .bd {
  height: 315px;
  margin-top: -1px;
  background-color: #071c6e;
  border: 1px solid #1284e7;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 312px;
}

.nav-list > li {
  height: 35px;
  padding-left: 108px;
  line-height: 35px;
}

.nav-list > li > a {
  padding-left: 15px;
  font-size: 16px;
  color: #bbebff;
  background: url(/uploads/image/epzbimages/nav-def.png) no-repeat 0 center;
}

.nav-list > li > a:hover,
.nav-list > li > a.act {
  color: #00fd99;
  background: url(/uploads/image/epzbimages/nav-act.png) no-repeat 0 center;
}

.sub-module {
  position: relative;
  float: left;
  width: 434px;
  margin-top: 35px;
}

.sub-module::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 230px;
  border-left: 1px solid #082d8c;
}

.sub-module > h6 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #bbebff;
  text-align: center;
}

.sub-module > h6::before,
.sub-module > h6::after {
  content: '';
  position: relative;
  top: -5px;
  right: 6px;
  width: 100px;
  border-bottom: 2px solid #1284e7;
  display: inline-block;
}

.sub-module > h6::after {
  right: auto;
  left: 6px;
}

.sub-module .nav-list {
  height: auto;
}
