/* 引用第三方字体 */
@font-face {
  font-family: fzzzmc;
  src: url("../../gw3/font/FZFWZHUZIMINCHOH.TTF");
}

@font-face {
  font-family: fzbwjt;
  src: url("../../gw3/font/FZBWKSJW.TTF");
}

/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  outline: none;
  -moz-outline-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

img {
  border: 0;
  object-fit: cover;
}

html, body {
  width: 100%;
  height: 100%;
  /* 兼容火狐 */
  scrollbar-color: #dcdda4 #4b7ba5;
  scrollbar-width: thin;
}

/*自定义滚动条*/
body::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #dcdda4;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4b7ba5;
  background: #4b7ba5;
}

ul {
  list-style-type: none;
}

.van-overflow-hidden {
  overflow: hidden !important;
}

.disabled {
  pointer-events: none;
}

.loading {
  display: block;
  width: 100%;
  max-width: 2560px;
  height: 100%;
  background: #000 url(img/loading.jpg) no-repeat center top;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  opacity: 1;
  transition: opacity 0.5s;
  overflow: hidden;
}

.loading .wai {
  display: block;
  width: 138px;
  height: 138px;
  background: url(img/load3.png) no-repeat center center;
  animation: quan 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -69px;
  margin-top: -69px;
}

.loading .nei {
  display: block;
  width: 122px;
  height: 122px;
  background: url(img/load2.png) no-repeat center center;
  animation: quan 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -61px;
  margin-top: -61px;
}

.loading .hd {
  display: block;
  width: 100px;
  height: 100px;
  background: url(img/load1.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -64px;
  margin-top: -75px;
}

@keyframes quan {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading .left {
  display: block;
  width: 394px;
  height: 1px;
  background: url(img/load4.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -1754px;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s linear, margin-left 0.5s linear;
}

.loading .left.active {
  margin-left: -494px;
  opacity: 1;
}

.loading .right {
  display: block;
  width: 394px;
  height: 1px;
  background: url(img/load5.png) no-repeat center center;
  position: absolute;
  right: 50%;
  margin-right: -1754px;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s linear, margin-right 0.5s linear;
}

.loading .right.active {
  margin-right: -494px;
  opacity: 1;
}

.masky {
  -webkit-mask-image: url(../../../music/img/masky.png);
  -moz-mask-image: url(../../../music/img/masky.png);
  -ms-mask-image: url(../../../music/img/masky.png);
  -o-mask-image: url(../../../music/img/masky.png);
  mask-image: url(../../../music/img/masky.png);
  -webkit-mask-size: 2500% 100%;
  -moz-mask-size: 2500% 100%;
  -ms-mask-size: 2500% 100%;
  -o-mask-size: 2500% 100%;
  mask-size: 2500% 100%;
  -webkit-will-change: transform;
  -moz-will-change: transform;
  -ms-will-change: transform;
  -o-will-change: transform;
  will-change: transform;
}

.masky.container {
  -moz-animation: masky 0.6s steps(24) forwards;
  -webkit-animation: masky 0.6s steps(24) forwards;
  -o-animation: masky 0.6s steps(24) forwards;
  -ms-animation: masky 0.6s steps(24) forwards;
  animation: masky 0.6s steps(24) forwards;
}

@-webkit-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0
  }

  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0
  }
}

@-moz-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0
  }

  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0
  }
}

@-ms-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0
  }

  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0
  }
}

@-o-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0
  }

  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0
  }
}

@keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0
  }

  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0
  }
}

.loading .num {
 display:block;
width:100px;
text-align:center;
font-size:24px;
color:#ff9ea8;
position:absolute;
left:50%;
margin-left:-50px;
top:50%;
margin-top:10px;
}

.maskyc {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  /*background: #fff;*/
  pointer-events: none;
  display: none;
}

.container {
  display: block;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.hLogo {
  display: block;
  width: 216px;
  height: 119px;
  position: absolute;
  left: 26px;
  top: 10px;
  background: url(img/logo.png) no-repeat center center;
  z-index: 1111;
  text-indent: -99999px;
}

.hLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

.link {
  width: 520px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 1111;
  background: url(img/link.png) no-repeat center center;
}

.link em {
  float: left;
  width: 1px;
  height: 19px;
  background: #4f7d6a;
  margin: 0 18px;
}

.hr_username {
  float: right;
  height: 19px;
  line-height: 19px;
  margin-top: 11px;
}

.hr_username i {
  float: left;
  width: 19px;
  height: 19px;
  background: url(img/icon.png) no-repeat 0 0;
  margin-right: 6px;
}

.hrLogin {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}

.hrLogin:hover {
  color: #ffe091;
}

.hrLogin:hover i {
  background: url(img/icon.png) no-repeat 0 -19px;
}

.hrPhoneDiv {
  display: block;
}

.hrPhoneDiv .hrPhone {
  float: left;
  width: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  background: none;
  margin: 0;
  margin-right: 10px;
}

.hrPhoneDiv a {
  float: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}

.hrPhoneDiv a:hover {
  color: #ffe091;
}

.link .zc {
  float: left;
  height: 19px;
  line-height: 19px;
  color: #a4b79a;
  font-size: 16px;
}

.link .zc i {
  float: left;
  width: 16px;
  height: 19px;
  background: url(img/icon.png) no-repeat -57px 0;
  margin-right: 6px;
}

.link .zc:hover i {
  background: url(img/icon.png) no-repeat -57px -19px;
}

.link .zc:hover {
  color: #ffe091;
}

.link .gw {
  float: right;
  width: 127px;
  height: 38px;
  text-indent: -99999px;
  background: url(img/bg1gw.png) no-repeat center center;
  margin-top: 1px;
  margin-left: 30px;
}

.link .gw:hover {
  background: url(img/bg1gwon.png) no-repeat center center;
}

.link .hjgw {
  float: right;
  width: 127px;
  height: 38px;
  text-indent: -99999px;
  background: url(img/hjbg1gw.png) no-repeat center center;
  margin-top: 1px;
  margin-left: 30px;
}

.link .hjgw:hover {
  background: url(img/hjbg1gwon.png) no-repeat center center;
}

.link .youshangjiaozc {
  float: right;
  width: 127px;
  height: 38px;
  text-indent: -99999px;
  background: url(img/bg1gwzc.png) no-repeat center center;
  margin-top: 1px;
  margin-left: 30px;
}

.link .youshangjiaozc:hover {
  background: url(img/bg1gwonzc.png) no-repeat center center;
}

.link .gw i {
  float: left;
  width: 19px;
  height: 19px;
  background: url(img/icon.png) no-repeat -19px 0;
  margin-right: 6px;
  display: none;
}

.link .gw:hover i {
  background: url(img/icon.png) no-repeat -19px -19px;
}

.link .xz {
  float: left;
  height: 19px;
  line-height: 19px;
  color: #a4b79a;
  font-size: 16px;
}

.link .xz:hover {
  color: #ffe091;
}

.link .xz i {
  float: left;
  width: 19px;
  height: 19px;
  background: url(img/icon.png) no-repeat -38px 0;
  margin-right: 6px;
}

.link .xz:hover i {
  background: url(img/icon.png) no-repeat -38px -19px;
}

.guang {
  display: block;
  width: 100%;
  height: 1080px;
  background: url(img/g.png) no-repeat center top;
  z-index: 100;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.gogw{
  display: block;
  width: 132px;
  height: 40px;
  background: url(img/gogw.png) no-repeat center center;
  position: fixed;
  right: 54px;
  bottom: 42px;
  z-index: 1210;
  display: none;
}
.gogw:hover{
  background: url(img/gogwon.png) no-repeat center center;
}

.gotop {
  display: block;
  width: 186px;
  height: 186px;
  background: url(img/gotop.png) no-repeat center center;
  position: fixed;
  right: 27px;
  bottom: 67px;
  z-index: 1200;
  display: none;
}

.gotop .i1 {
  display: block;
  width: 44px;
  height: 37px;
  background: url(img/go1.png) no-repeat center center;
  position: absolute;
  left: 40px;
  top: 40px;
  transform: scale(0.5);
  opacity: 0;
}

.gotop:hover .i1 {
  animation: go1 2.5s infinite linear;
  opacity: 0;
}

@keyframes go1 {
  0% {
    left: 40px;
    top: 50px;
    opacity: 0;
  }

  20% {
    left: 40px;
    top: 50px;
    opacity: 1;
  }

  100% {
    left: 0;
    top: 10px;
    opacity: 0;
  }
}

.gotop .i3 {
  display: block;
  width: 13px;
  height: 22px;
  background: url(img/go3.png) no-repeat center center;
  position: absolute;
  left: 135px;
  top: 40px;
  opacity: 0;
}

.gotop:hover .i3 {
  animation: go3 2.5s infinite linear;
  opacity: 1;
}

@keyframes go3 {
  0% {
    left: 135px;
    top: 40px;
    opacity: 0;
  }

  20% {
    left: 135px;
    top: 40px;
    opacity: 1;
  }

  100% {
    left: 175px;
    top: 0px;
    opacity: 0;
  }
}

.gotop .i4 {
  display: block;
  width: 15px;
  height: 22px;
  background: url(img/go4.png) no-repeat center center;
  position: absolute;
  left: 132px;
  top: 50px;
  opacity: 0;
}

.gotop:hover .i4 {
  animation: go4 2.5s infinite linear;
  opacity: 1;
}

@keyframes go4 {
  0% {
    left: 132px;
    top: 50px;
    opacity: 0;
  }

  20% {
    left: 132px;
    top: 50px;
    opacity: 1;
  }

  100% {
    left: 172px;
    top: 10px;
    opacity: 0;
  }
}

.gotop:hover {
  background: url(img/gotopony.png) no-repeat center center;
}

.gotopi {
  display: block;
  width: 160px;
  height: 160px;
  border: 1px solid #2b4d3f;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 80px;
  animation: gotop 1.5s infinite linear;
  z-index: 1000;
  display: none;
}

.ie9 .gotopi {
  display: none !important;
}

.gotopi.hover {
  border: 1px solid #71a075;
}

@keyframes gotop {
  0% {
    width: 160px;
    height: 160px;
    opacity: 1;
  }

  50% {
    width: 180px;
    height: 180px;
    opacity: 0.5;
    right: 30px;
    bottom: 70px;
  }

  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
    right: 20px;
    bottom: 60px;
  }
}

.page1 {
  display: block;
  width: 100%;
  height: 940px;
  background: url(img/bg1.jpg) no-repeat center top;
  background: url(img/bg1.jpg) no-repeat center top, url(img/bg1y.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.bg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.page1 .bg.active {
  display: block;

  /*background-blend-mode: screen;*/
}
.page1 .bg .dtfy {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/ccc.png) no-repeat center center;
  position: absolute;
  left: 0;
  top:0;
  margin-left: 4px;
  margin-top: -124px;
}

.page1 .kp {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(img/bg1m.jpg) no-repeat center top;
  background: url(img/bg1m.jpg) no-repeat center top, url(img/bg1my.jpg) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 1s;
}

.ie9 .page1 .kp {
  display: none !important;
}

.page1 .kp .kpi1 {
  display: block;
  width: 502px;
  height: 645px;
  background: url(img/kl1.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -398px;
  z-index: 10;
}

.page1 .kp .kpi2 {
  display: block;
  width: 400px;
  height: 509px;
  background: url(img/kl2.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -656px;
  z-index: 9;
}

.page1 .kp .kpi3 {
  display: block;
  width: 363px;
  height: 494px;
  background: url(img/kl3.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 158px;
  margin-left: -833px;
  z-index: 8;
}

.page1 .kp .kpi5 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/kr1.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0px;
  margin-top: 135px;
  z-index: 11;
}


.page1 .kp .kpi6 {
  display: block;
  width: 441px;
  height: 531px;
  background: url(img/kr2.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 97px;
  margin-left: 242px;
  z-index: 9;
}

.page1 .kp .kpi7 {
  display: block;
  width: 427px;
  height: 530px;
  background: url(img/kr3.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 157px;
  margin-left: 464px;
  z-index: 8;
}

.page1 .slogan .i1 {
  display: block;
  width: 610px;
  height: 165px;
  background: url(img/bg1i1.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  top: 275px;
  text-indent: -99999px;
  z-index: 15;
}

.page1 .slogan .i2 {
  display: block;
  width: 582px;
  height: 198px;
  background: url(img/bg1i2.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  top: 260px;
  text-indent: -99999px;
  z-index: 15;
}

.page1 .slogan .i3 {
  display: block;
  width: 22px;
  height: 22px;
  background: url(img/bg1i3.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 373px;
  margin-left: -12px;
  z-index: 15;
}

.page1 .small {
  display: block;
  width: 1184px;
  height: 29px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 242px;
  background: url(img/bg1small.png) no-repeat center center;
  text-indent: -99999px;
  display: none;
}

.page1 .small i {
  display: block;
  line-height: 1;
  font-size: 34px;
  color: #fff;
  font-family: 'fzbwjt';
  margin-top: 2px;
}
.page1 .ycjfhl{
  display: block;
  width: 215px;
  height: 66px;
  background: url(img/ycjgfhl.png) no-repeat center center;
  position: absolute;
  left: 150px;
  bottom: 90px;
  text-indent: -99999px;
  z-index: 99;
}
.page1 .ycjfhl:hover{
  background: url(img/ycjgfhlon.png) no-repeat center center;
}
.page1 .zc {
  display: block;
  width: 290px;
  height: 85px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -402px;
  top: 632px;
  background: url(img/bg1zc.png) no-repeat center center;
  text-indent: -99999px;
  z-index: 99;
}

.page1 .zc:hover {
  background: url(img/bg1zcon.png) no-repeat center center;
}

.page1 .xz {
  display: block;
  width: 290px;
  height: 85px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: 112px;
  top: 632px;
  background: url(img/bg1xz.png) no-repeat center center;
  text-indent: -99999px;
  z-index: 99;
}

.page1 .xz:hover {
  background: url(img/bg1xzon.png) no-repeat center center;
}

.page1 .down{
  display: block;
  width: 42px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 900px;
  margin-left: -21px;
  pointer-events: none;
}
.page1 .down i{
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/down.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  animation: down 0.7s infinite linear;
}
@keyframes down{
  0%{
    top: 0;
  }
  25%{
    top: 2px;
  }
  50%{
    top: 4px;
  }
  75%{
    top: 2px;
  }
  100%{
    top: 0;
  }
}

.page1 .join {
  display: block;
  width: 432px;
  height: 151px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -216px;
  top: 584px;
  background: url(img/bg1join.png) no-repeat center center;
  z-index: 5;
}

.page1 .join:hover {
  background: url(img/bg1joinon.png) no-repeat center center;
}

.page1 .join.on {
  background: url(img/bg1joins.png) no-repeat center center;
}

.page1 .join.on:hover {
  background: url(img/bg1joinson.png) no-repeat center center;
}

.page1 .join.disabled {
  background: url(img/bg1joinf.png) no-repeat center center;
}

.page1 .join i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/bg1joini.png) no-repeat center center;
  position: absolute;
  z-index: 10;
}

.page1 .join.disabled i {
  display: none;
}

.page1 .join.on i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/bg1joinsi.png) no-repeat center center;
}

.page1 .join canvas {
  position: absolute;
  left: 50%;
  margin-left: -125px;
  bottom: 20px;
}

.page1 .join.disabled canvas {
  opacity: 0;
}

.page1 .join span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #e57100;
  margin-top: 102px;
  font-family: "fzbwjt";
  position: relative;
  z-index: 1;
}

.page1 .join span em {
  color: #ca3a18;
}

.page1 .join.disabled span {
  color: #2d6fa8;
}

.page1 .join.disabled span em {
  color: #268ee8;
}

.page1 .progress {
  display: block;
  width: 1366px;
  height: 216px;
  position: absolute;
  left: 50%;
  margin-left: -683px;
  top: 680px;
}

.page1 .progress .lv {
  display: block;
  width: 1445px;
  height: 47px;
  position: absolute;
  left: -46px;
  top: 102px;
  background: url(img/bg1x.png) no-repeat left bottom;
}

.page1 .progress .lv .iconDiv {
  /*margin-top: 10px;*/
  transition: margin-top 0.5s;
}

.page1 .progress .lv .iconDiv.active {
  margin-top: 0;
}

.page1 .progress .lv .prog1w {
  display: block;
  width: 178px;
  height: 174px;
  position: absolute;
  left: 193px;
  top: -54px;
  /*cursor: pointer;*/
}

.page1 .progress .lv .iconDiv i {
  transition: background 0.5s;
}

.page1 .progress .lv .prog1w i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/i1.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.page1 .progress .lv .prog1w i::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/i1hover.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.page1 .progress .lv .prog1w:hover i::after {
  opacity: 1;
}

.page1 .progress .lv .prog1w.on i {
  background: url(img/i1on.png) no-repeat center center;
}
.page1 .progress .lv .prog1w.on:hover i::after {
  opacity: 0;
}

.page1 .progress .lv .prog3w {
  display: block;
  width: 178px;
  height: 174px;
  position: absolute;
  left: 418px;
  top: -26px;
}

.page1 .progress .lv .prog3w i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/i2.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.page1 .progress .lv .prog3w i::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/i2hover.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.page1 .progress .lv .prog3w:hover i::after {
  opacity: 1;
}

.page1 .progress .lv .prog3w.on i {
  background: url(img/i2on.png) no-repeat center center;
}
.page1 .progress .lv .prog3w.on:hover i::after {
  opacity: 0;
}

.page1 .progress .lv .prog5w {
  display: block;
  width: 178px;
  height: 174px;
  position: absolute;
  left: 642px;
  top: -52px;
}

.page1 .progress .lv .prog5w i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/i3.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.page1 .progress .lv .prog5w i::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/i3hover.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.page1 .progress .lv .prog5w:hover i::after {
  opacity: 1;
}

.page1 .progress .lv .prog5w.on i {
  background: url(img/i3on.png) no-repeat center center;
}
.page1 .progress .lv .prog5w.on:hover i::after {
  opacity: 0;
}

.page1 .progress .lv .prog10w {
  display: block;
  width: 178px;
  height: 174px;
  position: absolute;
  left: 867px;
  top: -26px;
}

.page1 .progress .lv .prog10w i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/i4.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.page1 .progress .lv .prog10w i::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/i4hover.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.page1 .progress .lv .prog10w:hover i::after {
  opacity: 1;
}

.page1 .progress .lv .prog10w.on i {
  background: url(img/i4on.png) no-repeat center center;
}
.page1 .progress .lv .prog10w.on:hover i::after {
  opacity: 0;
}

.page1 .progress .lv .prog15w {
  display: block;
  width: 178px;
  height: 174px;
  position: absolute;
  left: 1091px;
  top: -52px;
}

.page1 .progress .lv .prog15w i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/i5.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.page1 .progress .lv .prog15w i::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/i5hover.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.page1 .progress .lv .prog15w:hover i::after {
  opacity: 1;
}

.page1 .progress .lv .prog15w.on i {
  background: url(img/i5on.png) no-repeat center center;
}
.page1 .progress .lv .prog15w.on:hover i::after {
  opacity: 0;
}

.page1 .progress .lv div span {
  display: block;
  white-space: nowrap;
  line-height: 22px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background: #778085;
  background: rgba(86, 97, 102, 0.9);
  position: absolute;
  left: 100px;
  top: 94px;
  z-index: 111;
  display: none;
  pointer-events: none;
}

.page1 .progress .lv div:hover span {
  display: block;
}

.page1 .progress .huang {
  display: block;
  width: 206px;
  height: 47px;
  position: absolute;
  left: -46px;
  top: 102px;
  z-index: 11;
  pointer-events: none;
}

.page1 .progress .huang i {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  /*background: url(./img/hd.png) no-repeat center center;*/
}

.page1 .progress .huang i.on {
  background: url(img/hdon.png) no-repeat center center;
  display: none;
}

.page1 .progress .huang span {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: url(img/hdd.png) no-repeat center center;
  display: none;
}

.page1 .progress .huang .prog1w {
  left: 240px;
  bottom: 18px;
}

.page1 .progress .huang .prog3w {
  left: 470px;
  bottom: -3px;
}

.page1 .progress .huang .prog5w {
  left: 700px;
  bottom: 14px;
}

.page1 .progress .huang .prog10w {
  left: 933px;
  bottom: 12px;
}

.page1 .progress .huang .prog15w {
  left: 1162px;
  bottom: 3px;
}

.ie9 .page1 .progress.on .huang.prog1 {
  width: 300px;
}

.ie9 .page1 .progress.on .huang.prog2 {
  width: 410px;
}

.ie9 .page1 .progress.on .huang.prog3 {
  width: 524px;
}

.ie9 .page1 .progress.on .huang.prog4 {
  width: 636px;
}

.ie9 .page1 .progress.on .huang.prog5 {
  width: 750px;
}

.ie9 .page1 .progress.on .huang.prog6 {
  width: 790px;
}

.ie9 .page1 .progress.on .huang.prog7 {
  width: 835px;
}

.ie9 .page1 .progress.on .huang.prog8 {
  width: 875px;
}

.ie9 .page1 .progress.on .huang.prog9 {
  width: 920px;
}

.ie9 .page1 .progress.on .huang.prog10 {
  width: 960px;
}

.ie9 .page1 .progress.on .huang.prog11 {
  width: 1020px;
}

.ie9 .page1 .progress.on .huang.prog12 {
  width: 1070px;
}

.ie9 .page1 .progress.on .huang.prog13 {
  width: 1120px;
}

.ie9 .page1 .progress.on .huang.prog14 {
  width: 1160px;
}

.ie9 .page1 .progress.on .huang.prog15 {
  width: 1445px;
}

.page1-0{
  display: block;
  width: 100%;
  height: 974px;
  background: url(img/bg1-0.jpg) no-repeat center top;
  background: url(img/bg1-0.jpg) no-repeat center top, url(img/bg1-0y.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.page1-0 .title {
  display: block;
  width: 1134px;
  height: 198px;
  background: url(img/bg1-0title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 26px;
  text-indent: -99999px;
}

.page1-0 .m{
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 200px;
}
.page1-0 .stxt {
  display: block;
  width: 100px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  color: #add6dc;
  left: 50%;
  margin-left: 400px;
  padding-top: 180px;
}
.page1-0 .txt span {
  display: block;
  height: 32px;
  line-height: 30px;
  padding-top: 170px;
  padding-left: 350px;
  font-size: 16px;
  color: #add6dc;
  margin-bottom: 12px;
}
.page1-0 .mbg{
  display: block;
  width: 1466px;
  height: 899px;
  background: url(img/bg1-0m.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -870px;
}
.page1-0 .mbg .s{
  display: block;
  width: 234px;
  height: 225px;
  background: url(img/bg1-0s.png) no-repeat right top;
  position: absolute;
  /*left: 1205px;*/
  right: 30px;
  top: 620px;
}

.page1-0 .kp{
  width: 765px;
  height: 186px;
  position: absolute;
  left: 616px;
  top: 448px;
}

.page1-0 .kp i{
  display: block;
  width: 132px;
  height: 186px;
  position: absolute;
  top: 0;
}
.page1-0 .kp .i1{
  background: url(img/bg1-0kp1.png) no-repeat center center;
  left: 0;
}
.page1-0 .kp .i2{
  background: url(img/bg1-0kp2.png) no-repeat center center;
  left: 153px;
}
.page1-0 .kp .i3{
  background: url(img/bg1-0kp3.png) no-repeat center center;
  left: 306px;
}
.page1-0 .kp .i4{
  background: url(img/bg1-0kp4.png) no-repeat center center;
  left: 459px;
}
.page1-0 .kp .i5{
  background: url(img/bg1-0kp5.png) no-repeat center center;
  left: 612px;
}

.page1-0 .gocj{
  display: block;
  width: 345px;
  height: 112px;
  background: url(img/bg1-0sub.png) no-repeat center center;
  position: absolute;
  left: 807px;
  top: 680px;
}
.page1-0 .gocj::after{
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(img/bg1-0subon.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.page1-0 .gocj:hover::after{
  opacity: 1;
}

.page1-2 {
  display: block;
  width: 100%;
  height: 971px;
  background: url(img/bg2.jpg) no-repeat center top;
  background: url(img/bg2.jpg) no-repeat center top, url(img/bg2y.jpg) no-repeat center top;
  position: relative;
}

.page1-2 .title {
  display: block;
  width: 1134px;
  height: 198px;
  background: url(img/bg1-2title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 72px;
  text-indent: -99999px;
}

.page1-2 .m {
  display: block;
  width: 968px;
  height: 608px;
  position: absolute;
  left: 50%;
  margin-left: -572px;
  top: 280px;
  overflow: hidden;
}

.page1-2 .m i {
  display: block;
  width: 968px;
  height: 608px;
  background: url(img/bg1-2m.png) no-repeat center center;
  position: absolute;
  /*top: 20px;*/
}

.page1-2 .mbg {
  display: block;
  width: 1467px;
  height: 810px;
  background: url(img/bg1-2mbg.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -670px;
  top: 146px;
}

.page1-2 .mbg a {
  display: block;
  width: 232px;
  height: 232px;
  background: url(img/bg1-2i.png) no-repeat center center;
  background: url(img/bg1-2i.png) no-repeat center center, url(img/bg1-2iy.png) no-repeat center -2px;
  position: absolute;
  left: 50%;
  margin-left: -264px;
  top: 418px;
}

.ie9 .page1-2 .mbg a {
  background: url(img/bg1-2i.png) no-repeat center center;
}

.page1-2 .mbg a:hover {
  background: url(img/bg1-2ion.png) no-repeat center center;
  background: url(img/bg1-2ion.png) no-repeat center center, url(img/bg1-2iony.png) no-repeat center -2px;
}

.ie9 .page1-2 .mbg a:hover {
  background: url(img/bg1-2iony.png) no-repeat center -2px;
}

.page1-2 .mbg a.handleSelectRoleDisable{
  background: url(img/bg1-2ino.png) no-repeat center center;
}

.page1-2 .mbg a.handleSelectRoleDisable:hover{
  background: url(img/bg1-2ino.png) no-repeat center center;
}

.page1-2 .mbg i {
  display: block;
  width: 122px;
  height: 181px;
  background: url(img/bg1-2s.png) no-repeat center center;
  position: absolute;
  left: 1px;
  bottom: 6px;
  animation: bgs 2s infinite linear;
}

@keyframes bgs {
  0% {
    transform: rotate(0deg);
    transform-origin: 117px 5px;
  }

  25% {
    transform: rotate(1deg);
    transform-origin: 117px 5px;
  }

  50% {
    transform: rotate(0deg);
    transform-origin: 117px 5px;
  }

  75% {
    transform: rotate(-1deg);
    transform-origin: 117px 5px;
  }

  100% {
    transform: rotate(0deg);
    transform-origin: 117px 5px;
  }
}

.page2 {
  display: block;
  width: 100%;
  height: 1064px;
  background: url(img/bg3.jpg) no-repeat center top;
  background: url(img/bg3.jpg) no-repeat center top, url(img/bg3y.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.page2 .title {
  display: block;
  width: 1134px;
  height: 198px;
  background: url(img/bg2title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 36px;
  text-indent: -99999px;
}

.page2 .m {
  display: block;
  width: 699px;
  height: 900px;
  background: url(img/bg2r.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -386px;
  top: 130px;
  z-index: 3;
}

.page2 .txt {
  display: block;
  width: 1299px;
  height: 235px;
  background: url(img/bg2txt.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -650px;
  top: 790px;
  z-index: 5;
}

.page2 .txt span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 92px;
  line-height: 24px;
  font-size: 16px;
  color: #add6dc;
}

.page2 .card .i1 {
  display: block;
  width: 545px;
  height: 215px;
  background: url(img/bg2i1.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -760px;
  top: 715px;
  z-index: 11;
  transition: transform 0.5s;
}

.page2 .card .i2 {
  display: block;
  width: 340px;
  height: 154px;
  background: url(img/bg2i2.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: 270px;
  top: 696px;
  z-index: 11;
}

.page2 .card .i3 {
  display: block;
  width: 228px;
  height: 71px;
  background: url(img/bg2i3.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: 250px;
  top: 544px;
  z-index: 11;
}

.page2 .card .i4 {
  display: block;
  width: 205px;
  height: 92px;
  background: url(img/bg2i4.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -390px;
  top: 579px;
  z-index: 11;
}

.page2 .card .i5 {
  display: block;
  width: 93px;
  height: 152px;
  background: url(img/bg2i5.png) no-repeat center bottom;
  position: absolute;
  left: 50%;
  margin-left: -336px;
  top: 298px;
  z-index: 11;
}

.page2 .card .i6 {
  display: block;
  width: 180px;
  height: 57px;
  background: url(img/bg2i6.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -520px;
  top: 640px;
  z-index: 11;
  transition: transform 0.5s;
}

.page2 .card .i7 {
  display: block;
  width: 95px;
  height: 90px;
  background: url(img/bg2i7.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: 178px;
  top: 736px;
  z-index: 11;
  transition: transform 0.5s;
}

.page3 {
  display: block;
  width: 100%;
  height: 1045px;
  background: url(img/bg4.jpg) no-repeat center top;
  background: url(img/bg4.jpg) no-repeat center top, url(img/bg4y.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.page3 .title {
  display: block;
  width: 1134px;
  height: 198px;
  background: url(img/bg3title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 72px;
  text-indent: -99999px;
}

.page3 .slogan {
  display: block;
  width: 519px;
  height: 270px;
  /*background: url(./img/bg3s.png) no-repeat center center;*/
  position: absolute;
  left: 50%;
  margin-left: -260px;
  top: 216px;
  text-indent: -99999px;
  z-index: 10;
}

.page3 .slogan .i1 {
  display: block;
  width: 210px;
  height: 262px;
  background: url(img/bg3s1.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 1px;
}

.page3 .slogan .i2 {
  display: block;
  width: 161px;
  height: 232px;
  background: url(img/bg3s2.png) no-repeat center center;
  position: absolute;
  left: 188px;
  top: 29px;
}

.page3 .slogan .i3 {
  display: block;
  width: 232px;
  height: 262px;
  background: url(img/bg3s3.png) no-repeat center center;
  position: absolute;
  left: 288px;
  top: 3px;
}

.page3 .left {
  display: block;
  width: 683px;
  height: 785px;
  position: absolute;
  left: 50%;
  margin-left: -683px;
  top: 213px;
}

.page3 .left .l {
  display: block;
  width: 618px;
  height: 240px;
  background: url(img/bg3l.png) no-repeat center center;
  position: absolute;
  left: -48px;
  bottom: 64px;
  text-indent: -99999px;
  z-index: 5;
}

.page3 .left .l1 {
  display: block;
  width: 428px;
  height: 428px;
  background: url(img/bg3l1.png) no-repeat center center;
  position: absolute;
  left: 181px;
  top: 226px;
  text-indent: -99999px;
  z-index: 1;
}

.page3 .left .l2 {
  display: block;
  width: 627px;
  height: 598px;
  background: url(img/bg3l2.png) no-repeat center center;
  position: absolute;
  left: -75px;
  top: 57px;
  text-indent: -99999px;
  z-index: 2;
}

.page3 .left .l3 {
  display: block;
  width: 833px;
  height: 785px;
  background: url(img/bg3l3.png) no-repeat center center;
  position: absolute;
  left: -397px;
  top: -37px;
  text-indent: -99999px;
  z-index: 3;
}

.page3 .right {
  display: block;
  width: 683px;
  height: 785px;
  position: absolute;
  left: 50%;
  top: 213px;
}

.page3 .right .r {
  display: block;
  width: 618px;
  height: 240px;
  background: url(img/bg3r.png) no-repeat center center;
  position: absolute;
  left: 282px;
  bottom: 59px;
  text-indent: -99999px;
  z-index: 5;
}

.page3 .right .r1 {
  display: block;
  width: 477px;
  height: 455px;
  background: url(img/bg3r1.png) no-repeat center center;
  position: absolute;
  left: 41px;
  top: 227px;
  text-indent: -99999px;
  z-index: 1;
}

.page3 .right .r2 {
  display: block;
  width: 500px;
  height: 638px;
  background: url(img/bg3r2.png) no-repeat center center;
  position: absolute;
  left: 191px;
  top: 89px;
  text-indent: -99999px;
  z-index: 2;
}

.page3 .right .r3 {
  display: block;
  width: 845px;
  height: 825px;
  background: url(img/bg3r3.png) no-repeat center center;
  position: absolute;
  left: 201px;
  top: -59px;
  text-indent: -99999px;
  z-index: 3;
}

.page3 .txt {
  display: block;
  width: 300px;
  background: url(img/bg3txt.png) no-repeat center top;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 520px;
}

.page3 .txt span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 130px;
  line-height: 26px;
  font-size: 16px;
  color: #add6dc;
  z-index: 11;
  position: relative;
}

.page4 {
  display: block;
  width: 100%;
  height: 1137px;
  background: url(img/bg5.jpg) no-repeat center top;
  background: url(img/bg5.jpg) no-repeat center top, url(img/bg5y.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.page4 .title {
  display: block;
  width: 1134px;
  height: 198px;
  background: url(img/bg4title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 82px;
  text-indent: -99999px;
}

.page4 .m {
  display: block;
  width: 914px;
  height: 759px;
  background: url(img/bg4r.png) no-repeat center center;
  position: absolute;
  left: 35%;
  margin-left: -0px;
  top: 258px;
}

.page4 .md {
  display: block;
  width: 1004px;
  height: 188px;
  background: url(img/bg4md.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -866px;
  top: 925px;
  z-index: 1;
}

.page4 .swiper {
  display: block;
  width: 512px;
  height: 666px;
  position: absolute;
  left: 50%;
  margin-left: 50px;
  top: 378px;
}

.page4 .swiper .s {
  display: block;
  width: 512px;
  height: 666px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.page4 .swiper .stitle {
  display: block;
  width: 472px;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  color: #efedb0;
  margin-left: 11px;
  padding-top: 137px;
}

.page4 .swiper .stxt {
  display: block;
  width: 472px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #add6dc;
  margin-left: 11px;
  padding-top: 60px;
}

.page4 .swiper .sh3 {
  display: block;
  width: 18px;
  text-align: center;
  font-size: 18px;
  color: #f8d50e;
  line-height: 26px;
  padding-top: 18px;
  background: url(img/bg4h3.png) no-repeat center top;
  position: absolute;
  right: 50px;
  bottom: 60px;
  z-index: 10;
}

.page4 .swiper .s i {
  display: block;
  width: 472px;
  height: 626px;
  background: url(img/bg4yy.png) no-repeat center center;
  position: absolute;
  left: 11px;
  top: 8px;
  z-index: 5;
}

.page4 .swiper .right {
  display: block;
  width: 114px;
  height: 99px;
  background: url(img/bg4jt.png) no-repeat center center;
  position: absolute;
  top: 250px;
  right: -40px;
  z-index: 20;
}

.page4 .swiper .right:hover {
  background: url(img/bg4jton.png) no-repeat center center;
}

.page4 .swiper .s1 {
  background: url(img/bg4s1.png) no-repeat center center;
}

.page4 .swiper .s2 {
  background: url(img/bg4s2.png) no-repeat center center;
}

.page4 .swiper .s.on {
  transform: translate3d(-70px, -70px, -300px);
  z-index: 10;
}

.page4 .swiper .s.on .sh3 {
  display: none;
}

.page4 .swiper .s.on i {
  display: none;
}

.page4 .swiper .s.next {
  left: 0;
  top: 0;
  z-index: 5;
}

.page5 {
  display: block;
  width: 100%;
  height: 843px;
  background: url(img/bg6.jpg) no-repeat center top;
  background: url(img/bg6.jpg) no-repeat center top, url(img/bg6y.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.page5 .title {
  display: block;
  width: 1134px;
  height: 100px;
  background: url(img/bg5title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -567px;
  top: 24px;
  text-indent: -99999px;
}

.page5 .txt {
  display: block;
  width: 1000px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -484px;
  top: 150px;
}

.page5 .txtz2 {
  top: 488px;
}

.page5 .txtz1 .th {
  display: block;
  width: 226px;
  height: 41px;
  background: url(img/bg5t1.png) no-repeat left center;
  margin-left: 35px;
  margin-bottom: 12px;
}

.page5 .txtz1 .txt2 {
  height: auto;
  line-height: 26px;
  background: url(img/bg5d.png) no-repeat left -2px;
  
}

.page5 .txtz2 .th {
  display: block;
  width: 225px;
  height: 41px;
  background: url(img/bg5t2.png) no-repeat left center;
  margin-left: 35px;
  margin-bottom: 12px;
}

.page5 .txt span {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 35px;
  background: url(img/bg5d.png) no-repeat left center;
  font-size: 16px;
  color: #add6dc;
  margin-bottom: 12px;
}

.page5 .txtz2 .txt2 {
  height: auto;
  line-height: 26px;
  background: url(img/bg5d.png) no-repeat left -2px;
  
}

.page6 {
  display: block;
  width: 100%;
  height: 1030px;
  background: url(img/bg7.jpg) no-repeat center top;
  background: url(img/bg7.jpg) no-repeat center top, url(img/bg7y.jpg) no-repeat center top;
  position: relative;
}

.page6 .st {
  display: block;
  width: 942px;
  height: 71px;
  position: absolute;
  left: 50%;
  margin-left: -471px;
  top: 4px;
  background: url(img/bg5st.png) no-repeat center center;
}

.page6 .link {
  display: block;
  width: 1366px;
  height: 118px;
  position: absolute;
  left: 50%;
  margin-left: -683px;
  top: 130px;
  background: url(img/kongbai.png) no-repeat center center;
}

.page6 .link a {
  display: block;
  width: 584px;
  height: 273px;
  position: absolute;
}

.page6 .link a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.page6 .link a:hover::after {
  opacity: 1;
}

.page6 .link a .txt1 {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #add6dc;
  margin-left: 304px;
  padding-top: 150px;
  z-index: 11;
  position: relative;
}

.page6 .link a .txt2 {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #add6dc;
  margin-left: 304px;
  padding-top: 5px;
  z-index: 11;
  position: relative;
}

.page6 .link a i {
  display: block;
  width: 97px;
  height: 32px;
  background: url(img/bg6i5.png) no-repeat center center;
  margin-left: 304px;
  margin-top: 15px;
  z-index: 11;
  position: relative;
}

.page6 .link a:hover i {
  background: url(img/bg6i5on.png) no-repeat center center;
}

.page6 .link .db {
  background: url(img/bg6i1.png) no-repeat center center;
  top: 0;
  left: 66px;
}

.page6 .link a.db::after {
  background: url(img/bg6i1on.png) no-repeat center center;
}

.page6 .link .dg {
  background: url(img/bg6i2.png) no-repeat center center;
  top: 0;
  left: 708px;
}

.page6 .link a.dg::after {
  background: url(img/bg6i2on.png) no-repeat center center;
}

.page6 .link .kf {
  background: url(img/bg6i3.png) no-repeat center center;
  top: 270px;
  left: 66px;
}

.page6 .link a.kf::after {
  background: url(img/bg6i3on.png) no-repeat center center;
}

.page6 .link .wq {
  background: url(img/bg6i4.png) no-repeat center center;
  top: 270px;
  left: 708px;
}

.page6 .link a.wq::after {
  background: url(img/bg6i4on.png) no-repeat center center;
}

.page6 .btn {
  display: block;
  width: 1366px;
  height: 118px;
  position: absolute;
  left: 50%;
  margin-left: -683px;
  top: 708px;
}

.page6 .btn a i {
  display: block;
  width: 10px;
  height: 10px;
  background: url(img/xzi.png) no-repeat center center;
  position: absolute;
  top: 50px;
  transition: all 0.5s;
  z-index: 12;
}

.page6 .btn a .i1 {
  left: 30px;
}

.page6 .btn a:hover .i1 {
  left: 100px;
}

.ie9 .page6 .btn a:hover .i1 {
  left: 30px;
}

.page6 .btn a .i2 {
  right: 30px;
}

.page6 .btn a:hover .i2 {
  right: 100px;
}

.ie9 .page6 .btn a:hover .i2 {
  right: 30px;
}

.page6 .btn a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 11;
}

.page6 .btn a:hover::after {
  opacity: 1;
}

.page6 .btn .zc {
  display: block;
  width: 428px;
  height: 118px;
  background: url(img/zc.png) no-repeat center center;
  position: absolute;
  top: 3px;
  left: 188px;
}

.page6 .btn a.zc::after {
  background: url(img/zcon.png) no-repeat center center;
}

.page6 .btn .xz {
  display: block;
  width: 428px;
  height: 118px;
  background: url(img/xz.png) no-repeat center center;
  position: absolute;
  top: 3px;
  right: 188px;
}

.page6 .btn a.xz::after {
  background: url(img/xzon.png) no-repeat center center;
}

.toast {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -20px;
  z-index: 20000;
  border-radius: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.copyright_d {
  display: block;
  width: 1280px;
  text-align: center;
  margin: 0 auto;
}

.copyright_img {
  float: left;
  width: 196px;
  height: 91px;
  background: url(img/flogo.png) no-repeat center center;
  margin-left: 40px;
  margin-top: 34px;
  display: none;
}

.copyright {
  float: left;
  width: 1280px;
  margin-top: 38px;
  margin: 0 auto;
  font-size: 16px;
  color: #9ec4c2;
}

.copyright span {
  display: block;
  font-size: 16px;
  color: #9ec4c2;
  line-height: 34px;
}

.copyright a {
  font-size: 16px;
  color: #9ec4c2;
}

.copyright a:hover {
  color: #ffde8f;
}

.copyright a img {
  margin-top: 9px;
}

.copyright .flast {
  display: none;
}

.footer16s {
  float: left;
  width: 71px;
  height: 98px;
  margin-top: 28px;
  background: url(img/16s.png) no-repeat center center;
  display: none;
}

.nspop {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.popyy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.psuc {
  display: block;
  width: 1428px;
  height: 789px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -714px;
  margin-top: -345px;
  background: url(img/pbg.png) no-repeat center center;
  background: url(img/pbg.png) no-repeat center center, url(img/pbgy.png) no-repeat center center;
}
.psuc .gozccj{
  display: block;
  width: 215px;
  height: 66px;
  background: url(img/gozccj.png) no-repeat center center;
  position: absolute;
  right: 211px;
  bottom: 151px;
}
.psuc .gozccj:hover{
  background: url(img/gozccjon.png) no-repeat center center;
}

.psuc .close {
  display: block;
  width: 67px;
  height: 64px;
  background: url(img/close.png) no-repeat center center;
  position: absolute;
  top: 120px;
  right: 260px;
}

.psuc .close:hover {
  background: url(img/closeon.png) no-repeat center center;
}

.psuc .m {
  display: block;
  width: 400px;
  padding-top: 262px;
  margin-left: 598px;
}

.psuc .txt1 {
  display: block;
  width: 400px;
  text-align: center;
  font-size: 22px;
  color: #c0eced;
  line-height: 1;
}

.psuc .i {
  display: block;
  width: 170px;
  height: 170px;
  padding: 22px;
  background: url(img/bgewm.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 28px;
}

.psuc .i img {
  display: block;
  width: 170px;
  height: 170px;
  margin-left: -2px;
  margin-top: -3px;
}

.psuc .txt2 {
  display: block;
  width: 400px;
  text-align: center;
  font-size: 16px;
  color: #9ebdc4;
  line-height: 1;
  margin-top: 4px;
}

.psuc .pxz {
  display: block;
  width: 397px;
  height: 87px;
  background: url(img/pxz.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 15px;
}

.psuc .pxz:hover {
  background: url(img/pxzon.png) no-repeat center center;
}

.pmail {
  display: block;
  width: 808px;
  height: 462px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -404px;
  margin-top: -231px;
  background: url(img/pmbg.png) no-repeat center center;
  background: url(img/pmbg.png) no-repeat center center, url(http://www.dtfy.cn/special/final/css/img/pmbgy.png) no-repeat center center;
}

.pmail .close {
  display: block;
  width: 67px;
  height: 64px;
  background: url(img/close.png) no-repeat center center;
  position: absolute;
  top: 40px;
  right: 40px;
}

.pmail .close:hover {
  background: url(img/closeon.png) no-repeat center center;
}

.pmail .txt1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #c0eced;
  padding-top: 148px;
}

.pmail .txt2 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  color: #ffe8a0;
  padding-top: 16px;
}

.pmail .txt3 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #9ebdc4;
  padding-top: 12px;
}

.pmail .xz {
  display: block;
  width: 346px;
  height: 62px;
  background: url(img/pmi.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 30px;
}

.pmail .xz:hover {
  background: url(img/pmion.png) no-repeat center center;
}

.pquf {
  display: block;
  width: 808px;
  height: 462px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -404px;
  margin-top: -231px;
  background: url(img/pquf.png) no-repeat center center;
  background: url(img/pquf.png) no-repeat center center, url(img/pqufy.png) no-repeat center center;
}

.pquf .wh {
  display: block;
  width: 22px;
  height: 22px;
  background: url(img/pqi5.png) no-repeat center center;
  position: absolute;
  left: 145px;
  top: 50px;
}

.pqtrip {
  display: block;
  width: 400px;
  text-align: center;
  padding: 20px;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -59px;
  z-index: 10001;
  display: none;
}

.pquf .pqclose {
  display: block;
  width: 67px;
  height: 64px;
  background: url(img/close.png) no-repeat center center;
  position: absolute;
  top: 20px;
  right: 40px;
}

.pquf .pqclose:hover {
  background: url(img/closeon.png) no-repeat center center;
}

.pquf .txt1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  color: #add6dc;
  padding-top: 112px;
}

.pquf .list {
  display: block;
  width: 546px;
  margin: 0 auto;
  margin-top: 32px;
}

.pquf .item {
  display: block;
  width: 546px;
  height: 44px;
  margin-bottom: 28px;
}

.pquf .item label {
  float: left;
  width: 166px;
  line-height: 44px;
  text-align: right;
  font-size: 18px;
  color: #add6dc;
  margin-right: 6px;
}

.pquf .item .right {
  float: left;
  width: 320px;
  height: 44px;
}

.pquf .item .right i {
  float: left;
  width: 117px;
  height: 42px;
  margin-top: 1px;
  margin-left: 12px;
  background: url(img/pqi.png) no-repeat center center;
}

.pquf .item .right span {
  float: left;
  line-height: 44px;
  font-size: 26px;
  color: #add6dc;
}

.pquf .item .right span em {
  color: #add6dc;
}

.pquf .item .xl {
  float: left;
  width: 162px;
  height: 42px;
  border: 1px solid #a6afbe;
  margin-right: 12px;
  position: relative;
  z-index: 11;
}

.pquf .item .xl .show {
  display: block;
  width: 156px;
  height: 36px;
  border: 1px solid #2d5981;
  margin: 2px;
}

.pquf .item .xl .show span {
  float: left;
  width: 126px;
  line-height: 36px;
  margin-left: 10px;
  font-size: 16px;
  color: #68859e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pquf .item .xl.suc .show span {
  color: #efedb0;
}

.pquf .item .xl.on .show span {
  color: #efedb0;
}

.pquf .item .xl .show i {
  float: left;
  width: 12px;
  height: 6px;
  margin-top: 15px;
  background: url(img/pqi3.png) no-repeat center center;
}

.pquf .item .xl.on .show i {
  background: url(img/pqi3on.png) no-repeat center center;
}

.pquf .item .xl .ulw {
  display: block;
  width: 162px;
  max-height: 234px;
  border: 1px solid #a6afbe;
  position: absolute;
  left: -1px;
  top: 46px;
  display: none;
}

.pquf .item .xl.fu .ulw {
  width: 202px;
}

.pquf .item .xl.on .ulw {
  display: block;
}

.pquf .item .xl .ul {
  display: block;
  width: 158px;
  max-height: 230px;
  margin: 2px;
  overflow-y: auto;
  background: #0d375c;
  scrollbar-color: #5aa0de #4b7ba5;
  scrollbar-width: thin;
}

.pquf .item .xl.fu .ul {
  width: 198px;
}

/*自定义滚动条*/
.pquf .item .xl .ul::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.pquf .item .xl .ul::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px #dcdda4;
  background: #5aa0de;
}

.pquf .item .xl .ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4b7ba5;
  background: #5aa0de;
}

.pquf .item .xl .ul a {
  display: block;
  padding-left: 10px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #68859e;
}

.pquf .item .xl .ul a.on {
  color: #efedb0;
}

.pquf .item .xl .ul a span {
  float: left;
  width: 118px;
}

.pquf .item .xl.fu .ul a span {
  width: 158px;
}

.pquf .item .xl .ul a.on i {
  float: left;
  width: 12px;
  height: 9px;
  background: url(img/pqi4.png) no-repeat center center;
  margin-top: 18px;
}

.pquf .btn {
  display: block;
  width: 436px;
  height: 58px;
  margin: 0 auto;
  margin-top: 36px;
}

.pquf .btn .close {
  float: left;
  width: 196px;
  height: 58px;
  background: url(img/pqi1.png) no-repeat center center;
}

.pquf .btn .close:hover {
  background: url(img/pqi1on.png) no-repeat center center;
}

.pquf .btn .lq {
  float: right;
  width: 196px;
  height: 58px;
  background: url(img/pqi2.png) no-repeat center center;
}

.pquf .btn .lq:hover {
  background: url(img/pqi2on.png) no-repeat center center;
}


@media(min-width: 1950px) {
  .page1 {
    height: 1316px;
    background: url(img/bg1-2560.jpg) no-repeat center top;
    background: url(img/bg1-2560.jpg) no-repeat center top, url(img/bg1-2560.jpg) no-repeat center top;
  }

  .page1 .bg .dtfy {
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/ccc2.png) no-repeat center center;
    position: absolute;
    left: 0;
    top:0;
    margin-left: 4px;
    margin-top: -70px;

  }

  .page1 .bg.active{
    /*background: url(img/ccc2.png) no-repeat center 457px;*/
    /*background: url(img/ccc2.png) no-repeat center center;*/
  }

  .page1 .kp {
    background: url(img/bg1m-2560.jpg) no-repeat center top;
    background: url(img/bg1m-2560.jpg) no-repeat center top, url(img/bg1m-2560.jpg) no-repeat center top;
  }
  .page1 .down{
    top: 1230px;
  }

  .page1 .link {
    top: 40px;
  }

  .page1 .join {
    top: 834px;
  }

  .page1 .zc {
    top: 881px;
  }

  .page1 .xz {
    top: 881px;
  }

  .page1 .progress {
    top: 998px;
  }

  .page1 .kp .kpi1 {
    top: 37px;
    height: 726px;
    background: url(img/kl1-2560.png) no-repeat center top;
  }

  .page1 .kp .kpi2 {
    top: 218px;
  }

  .page1 .kp .kpi3 {
    top: 276px;
  }

  .page1 .kp .kpi5 {
    top: -9px;
  }

  .page1 .kp .kpi6 {
    top: 215px;
  }

  .page1 .kp .kpi7 {
    top: 275px;
  }

  .page1 .slogan {
    display: block;
    width: 900px;
    height: 300px;
    /*background: url(./img/bg3s.png) no-repeat center center;*/
    position: absolute;
    margin-left: 787px;
    top: 0px;
    text-indent: -99999px;
    z-index: 10;
  }

  .page1 .slogan .i1 {
    width: 900px;
    height: 200px;
    background: url(img/bg1i1-2560.png) no-repeat center top;
    top: 471px;
    margin-left: 0px;
  }

  .page1 .slogan .i2 {
    width: 840px;
    height: 233px;
    background: url(img/bg1i2-2560.png) no-repeat center top;
    top: 452px;
    margin-left: 0px;
  }

  .page1 .slogan .i3 {
    width: 100px;
    height: 100px;
    background: url(img/bg1i3-2560.png) no-repeat center top;
    top: 514px;
    margin-left: -7px;
  }

  .page1-0 {
    background: url(img/bg1-02560.jpg) no-repeat center top;
    background: url(img/bg1-02560.jpg) no-repeat center top, url(./img/bg1-02560.jpg) no-repeat center top;
  }
}

@media(min-width: 2600px) {
  .loading {
    left: 50%;
    margin-left: -1280px;
  }
}

/*login*/
.pop .pop_login {
  width: 808px;
  height: 432px;
  margin-left: -404px;
  margin-top: -216px;
  background: url(img/login_bj.png) no-repeat center center;
}

.pop .pop_login .login3ls {
  display: none;
}

.pop .pop_error {
  padding-top: 100px;
  margin-bottom: 6px;
}

.pop .pop_error span {
  color: #ff7a6c;
}

.pop .login_pwd {
  width: 386px;
  margin: 0 auto;
}

.pop .login_sms {
  width: 386px;
  margin: 0 auto;
}

.pop .pop_item {
  border: 0;
  width: 386px;
  height: 30px;
  padding-top: 12px;
  background: url(img/linput.png) no-repeat center center;
  margin-bottom: 16px;
}

.pop .pop_item input::-webkit-input-placeholder {
  color: #68859e;
}

.pop .pop_item input:-moz-placeholder {
  color: #68859e;
}

.pop .pop_item input::-moz-placeholder {
  color: #68859e;
}

.pop .pop_item input:-ms-input-placeholder {
  color: #68859e;
}

.pop .pop_item input {
  height: 30px;
  line-height: 30px;
  color: #add6dc;
}

.pop .pop_item i {
  margin-top: 5px;
  margin-left: 10px
}

.pop .pop_phone i {
  background: url(img/licon.png) no-repeat 0 0;
}

.pop .pop_jym i {
  background: url(img/licon.png) no-repeat 0 -40px;
}

.pop .pop_pwd i {
  background: url(img/licon.png) no-repeat 0 -20px;
}

.pop .pop_choose .remember a {
  background: url(img/licon.png) no-repeat -34px 0;
}

.pop .pop_choose .remember.on a {
  background: url(img/licon.png) no-repeat -34px -14px;
}

.pop .pop_choose .remember a.on {
  background: url(img/licon.png) no-repeat -34px -14px;
}

.pop .pop_btn {
  width: 386px;
  background: url(img/licon.png) no-repeat 0 -60px;
}

.pop .pop_btn:hover {
  background: url(img/licon.png) no-repeat 0 -118px;
}

.pop .pop_choose .remember {
  color: #68859e;
}

.pop .go_link {
  color: #68859e;
}

.pop .go_link:hover {
  color: #add6dc;
}

.pop .go_sms {
  color: #68859e;
}

.pop .go_sms:hover {
  color: #add6dc;
}

.pop .go_pwd {
  color: #68859e;
}

.pop .go_pwd:hover {
  color: #add6dc;
}

.pop .pop_item.pop_jym .getCode {
  color: #68859e;
  margin-right: 10px;
  margin-top: 5px;
}

.pop .pop_item.pop_jym .getCode:hover {
  color: #add6dc;
}

.pop .pop_item.pop_jym .getCode.disabled {
  color: #406280;
}

.pop .go_reg {
  color: #68859e;
}

.pop .go_reg:hover {
  color: #add6dc;
}

.pop .pop_login .pop_close {
  width: 67px;
  height: 64px;
  background: url(img/close.png) no-repeat 0 0;
  right: 40px;
  top: -10px;
}

.pop .pop_login .pop_close:hover {
  transform: rotate(0deg);
  background: url(img/closeon.png) no-repeat 0 0;
}

.pop .pop_choose {
  width: 386px;
}