body,
html {
  margin: 0;
  padding: 0;
  /* font-size: 12px; */
  font-size: 16px;
  font-family: "Microsoft YaHei";
  background: #fff;
  color: #5d5649;
}

ul,
li,
p,
strong,
h3,
table,
form,
tr,
td,
ol,
dl,
dd,
dt,
map,
area,
h1,
h3,
h2,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  color: #fff;
  *hide-focus: expression(this.hideFocus=true);
}
a:hover,
a:active,
a:link {
  color: initial;
}
.clr {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.clr5 {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  height: 4px;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  padding: 0;
  margin: 0;
}

input::-webkit-input-placeholder {
  /* placeholder棰滆壊  */
  color: #917354;
  /* placeholder瀛椾綋澶у皬  */
  font-size: 16px;
}

.ov99 {
  overflow: hidden;
  text-indent: -9999px;
}

.cent {
  text-align: center;
}

.rigt {
  text-align: right;
}

.r {
  float: right;
}

.l {
  float: left;
}

.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.hl:hover {
  -weblit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transition: .3s;
  transition: .3s;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
}
.hide{
  display: none!important;
}
.cursor-pointer {
  cursor: pointer;
}

.hoverBright {
  transition: 0.25s ease-out all;
}

.hoverBright:hover {
  filter: brightness(1.1);
}
html {
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Microsoft YaHei", Helvetica, sans-serif;
  color: #fff;
  line-height: 1.5;
  background-color: #fff;
  overflow: hidden;
}
.layount{
  background-image: url(../images/bg.jpg);
  background-position: center 0rem;
  background-repeat: no-repeat;
  background-size: cover;
  height: 97rem;
  margin: 0 auto;
}

/* main */
.center {
  position: relative;
  margin: 0 auto;
  /* max-width: 25.6rem; */
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
.page-head{
  height: 12.4rem;
}
.wrap-slogan{
  position: absolute;
  top: 5.33rem;
  left: 50%;
  transform: translateX(-3.69rem);
  -webkit-transform: translateX(-3.69rem);
}
.tabitem{
  position: relative;
  width: 7.37rem;
}
.tabitem .item{
  width: 3.61rem;
  height: 0.99rem;
  background-image: url(../images/tabs.png);
  background-repeat: no-repeat; background-size: 7.36rem 2rem;
  float: left;
  transition: all 0.3s ease-in-out;
}
.tabitem .item:nth-of-type(1){
  background-position: -3.76rem 0;
}
.tabitem .item:nth-of-type(2){
  background-position: 0 -0.99rem;
}

.tabitem .item:nth-of-type(1).active{
  background-position: -3.76rem -0.99rem;
}
.tabitem .item:nth-of-type(2).active{
  background-position: 0 0;
}
.tabcont{
  background-position: center 0rem;
  background-repeat: no-repeat;
}
.tabcont .wrapbox{
  width: 10.7rem;
  margin: 0 auto;
}
.tabcont .wrapbox img.l3{
  margin: 2.44rem auto 0;
}
.slogan {
  position: absolute;
  top: 1.1rem;
  left: 55%;
  width: 4.95rem;
  height: 7.39rem;
  background: url(../images/slogan.png) no-repeat; background-size: contain;
  /* -webkit-mask: url(../images/slogan.png) 0 0/100%;
    mask: url(../images/slogan.png) 0 0/100%; */
  -webkit-animation: move 0.5s ease forwards;
  animation: move 0.5s ease forwards;
  opacity: 0;
}
/* .slogan:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg,transparent 40%,rgba(255,255,255,.8) 50%,transparent 60%);
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,black),color-stop(70%,black),to(transparent));
    -webkit-mask-image: linear-gradient(to bottom,transparent 0%,black 30%,black 70%,transparent 100%);
    mask-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,black),color-stop(70%,black),to(transparent));
    mask-image: linear-gradient(to bottom,transparent 0%,black 30%,black 70%,transparent 100%);
    -webkit-animation: imgShine 4s linear infinite;
    animation: imgShine 4s linear infinite
} */

@-webkit-keyframes imgShine {
    0% {  left: -100% }
    50% {left: 100%}
    to {left: 100%}
}
@keyframes imgShine {
    0% { left: -100% }
    50% { left: 100%}
    to { left: 100% }
}

.logo {
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  width: 2.06rem;
  height: 0.87rem;
  background: url(../images/logo.png) no-repeat; background-size: contain;
  -webkit-animation: move 0.5s ease forwards;
  opacity: 0;
}
.gws{ position: absolute; top: 0.5rem; right: 0.7rem; width: 2.04rem; height: 0.42rem; display: flex; background: url(../images/gw.png) no-repeat; background-size: 2.04rem 0.42rem; }
.gws a{ display: block; width: 1.02rem; height: 0.42rem; line-height: 0.38rem; text-align: center; font-size: 0.18rem; color: #fff; text-indent: 0.4rem; }
.gws a:nth-of-type(2){text-indent: 0.26rem;}
.gws a:hover{
  color: #FFF6DB;
}
.glass {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* 导航栏 */
.nav{
  position: absolute;
  width: 1.93rem;
  height: 4.43rem;
  padding: 0.22rem 0 0;
  top: 12.5rem;
  right: 8%;
  background: url(../images/nav-bg.png) no-repeat center 0;
  background-size: 0.38rem 4.43rem;
  box-sizing: border-box;
}
.nav.on,.nav-r.on{
  position: fixed; 
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.nav a,.nav-r a {
  display: block;
  width: 1.93rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  font-size: 0.18rem;
  color: #fff;
  margin: 0 auto 0.1rem;
  background: url(../images/nav-href-bg.png) no-repeat 0 bottom; background-size: 1.93rem 0.98rem;
}
.nav a.on,.nav-r a.on {
  color: #2D2B3F;
  background-position: 0 0;
}
.nav a#top,.nav-r a#top{
  width: 0.5rem;
  height: 0.5rem; 
  background: none;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, -130px);
    transform: translate(0, -130px);
  }
  to {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
  }
}

/*************footer************/

/* footer css */
.footer {
  padding: 10px 0 20px;
  background-color: #1d2734;
}
.wrap {
  overflow: hidden;
  background: url("/images/v9/index/juren_logo.png?1503060339266") no-repeat 20px 24px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.pad {
  margin-left: 175px;
  margin-top: 17px;
  position: relative;
  color: #ccc;
  line-height: 30px;
}

.footer_small {
  padding: 0;
  font-size: 12px;
  color: #355184;
  padding-left: 0px;
  position: relative;
}
.footer_tip, .botp3 {
  margin-left: 8px;
}
.footer_small .wrap {
  overflow: hidden;
  background: none;
  position: relative;
  width: 758px;
}

.footer_small .pad {
  margin-left: 0;
  margin-top: 17px;
  position: relative;
  color: #3a578b;
  line-height: 30px;
}

.botp2 {
  height: 30px;
  position: absolute;
  right: -0px;
  top: 0;
}

.botp1 a {
  margin: 0 3px;
  color: #ccc;
}

.botp1 {
  cursor: default;
  height: 30px;
}

.botp1 a:hover {
  text-decoration: underline;
}
.footer #bottom .botp7 {
  color: #b2b2b2;
  text-align: left;
  margin: 0 0 0 288px;
  line-height: 22px;
  padding-top: 5px;
  float: left;
}
.footer #bottom a {
  color: #b2b2b2;
  margin: 0 8px;
}
.fwico1, .fwico2, .fwico3, .fwico4, .fwico5 {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  margin: 0 8px 0 0;
  background: url(//zt.ztgame.com/images/fawuico.png) no-repeat;
  width: 24px;
  height: 25px;
}
.fwico2 {
  background-position: -35px 0;
}
.fwico3 {
  background-position: -70px 0;
}
.fwico4 {
  background-position: -104px 0;
}
.fwico5 { background-position: -138px 0; }
.footer a {
  color: #b2b2b2;
  margin: 0 8px;
  text-decoration: none;
}
/* footer css */
/*  翻失*/
.rotateLeft {
  -webkit-animation-name: rotateLeft;
  animation-name: rotateLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

@-webkit-keyframes rotateLeft {
  0% {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0);
    transform: perspective(800px) rotateY(0deg) translateZ(0)
  }

  to {
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translateZ(300px);
    transform: perspective(800px) rotateY(-180deg) translateZ(300px)
  }
}

@keyframes rotateLeft {
  0% {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0);
    transform: perspective(800px) rotateY(0deg) translateZ(0)
  }

  to {
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translateZ(300px);
    transform: perspective(800px) rotateY(-180deg) translateZ(300px)
  }
}


/*  翻出*/
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translateZ(300px);
    transform: perspective(800px) rotateY(-180deg) translateZ(300px)
  }

  to {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0);
    transform: perspective(800px) rotateY(0deg) translateZ(0)
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translateZ(300px);
    transform: perspective(800px) rotateY(-180deg) translateZ(300px)
  }

  to {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0);
    transform: perspective(800px) rotateY(0deg) translateZ(0)
  }
}

.title{ display: block; width: 8.41rem; height: 1.73rem; margin: 0 auto; background-repeat: no-repeat; background-size: contain; }
.title1-1{ background-image: url(../images/title1-1.png); }
.title1-2{ background-image: url(../images/title1-2.png); }
.title1-3{ background-image: url(../images/title1-3.png); }
.title1-4{ background-image: url(../images/title1-4.png); }
.title1-5{ background-image: url(../images/title1-5.png); }
.title1-6{ background-image: url(../images/title1-6.png); }
.title1-7{ background-image: url(../images/title1-7.png); }
.fom{ display: block; font-size: 0.18rem; margin: 0 auto; }
.fom1{ display: flex; justify-content: center; align-items: center; width: 1.12rem; height: 0.36rem; margin:0.15rem 0.2rem 0 0; background: #A4A8FF; color: #272D47; border-radius: 0.32rem; }
.fom2{ display: block; line-height: 2; margin-top: 0.1rem; color: #FFFFFF; }
.fom2 strong{ color: #FBF3BC; font-weight: 500; }

.fom2 img{ display: block; margin: 0.7rem auto 0; }
.l_jp1{ width: 6.97rem; }
.l_jp2{ width: 6.69rem; }
.l_jp3{ width: 3.29rem; }
.l_jp4{ width: 6.57rem; }
.l_jp5{ width: 6.77rem; }
.l_jp6{ width: 6.60rem; }
.l_jp7{ width: 6.60rem; }

.flex{ display: flex; justify-content: space-between; }
.flex li{ width: 45%; }

.b1{ height: 11.2rem; }
.b2{ height: 9.8rem; }
.b3{ height: 11.3rem; }
.b4{ height: 12.4rem; }
.b5{ height: 12.6rem; }
.b6{ height: 16rem; }