
.mousewheel-con {
  position: relative;
  background: #f2f2f2;
  padding-bottom: 40px;
}
.mousewheel-con .bg {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.mousewheel-con .bg li {
  position: relative;
  width: 1000px;
}
.mousewheel-con .bg li.curr {
  display: block;
}
.mousewheel-con .bg li img.phone-pic {
  position: absolute;
  left: 222px;
  top: 147px;
}
.mousewheel-con .bg li .text-con {
  position: absolute;
  left: 578px;
  top: 308px;
  width: 274px;
  height: 282px;
  text-align: left;
}
.mousewheel-con .bg li .text-con p {
  padding: 20px 0;
}
.mousewheel-con .bg li .text-con .text-code {
  float: left;
}
.mousewheel-con .jump-fwa {
  position: absolute;
  left: 0;
  top: 308px;
  width: 210px;
  height: 45px;
  background-color: #e34080;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.mousewheel-con .jump-fwa:hover {
  background-color: #e94d93;
}
.mousewheel-con .fwa-tips {
  position: absolute;
  left: 0;
  top: 362px;
  width: 208px;
  height: 12px;
  background: url("../images/pic/fwa-btn-text.png") no-repeat;
}
.mousewheel-con .insert-bg-1 {
  background-image: url("../images/phone-show-5.png");
}
.mousewheel-con .insert-bg-2 {
  background-image: url("../images/phone-show-2.png");
}
.mousewheel-con .insert-bg-3 {
  background-image: url("../images/phone-show-3.png");
}
.mousewheel-con .insert-bg-4 {
  background-image: url("../images/phone-show-4.png");
}
.mousewheel-con .insert-bg-5 {
  background-image: url("../images/phone-show-1.png");
}
.mousewheel-con .insert-bg-1,
.mousewheel-con .insert-bg-2,
.mousewheel-con .insert-bg-3,
.mousewheel-con .insert-bg-4,
.mousewheel-con .insert-bg-5 {
  height: 100%;
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mousewheel-con .scroll-start .insert-bg-1,
.mousewheel-con .scroll-end .insert-bg-5 {
  background-attachment: scroll;
}
.mousewheel-con .btn {
  position: fixed;
  right: 56px;
  top: 50%;
  width: 132px;
  height: 104px;
  margin-top: -118px;
  z-index: 10;
}
.mousewheel-con .btn a {
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mousewheel-con .btn a span {
  float: right;
  font-size: 12px;
  color: #606060;
  text-indent: -3000px;
  padding-right: 6px;
}
.mousewheel-con .btn a i {
  float: right;
  width: 10px;
  height: 10px;
  margin-top: 14px;
  border: 2px solid #c1c1c3;
  background: #c1c1c3;
  border-radius: 50%;
  cursor: pointer;
}
.mousewheel-con .btn a.curr span {
  text-indent: 0;
}
.mousewheel-con .btn a.curr i {
  border: 2px solid #e34382;
  background: #f2f2f2;
}
.clientele {
  margin-bottom: 120px;
}
.clientele .showbar {
  height: 440px;
  background: url(../images/showbar-2.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.clientele .showbar .cont {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.clientele .showbar .cont ul li {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.8s 0s linear;
  -webkit-transition: opacity 0.8s 0s linear;
}
.clientele .showbar .cont ul li.curr {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clientele .showbar .cont ul li.curr img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clientele .showbar .cont ul li.curr span {
  animation: in_1 .5s 1.2s linear forwards;
  -webkit-animation: in_1 .5s 1.2s linear forwards;
}
.clientele .showbar .cont ul li img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.8s .5s linear;
  -webkit-transition: opacity 0.8s .5s linear;
}
.clientele .showbar .cont ul li img.pic1 {
  left: -90px;
}
.clientele .showbar .cont ul li img.pic2 {
  left: -156px;
}
.clientele .showbar .cont ul li img.pic4 {
  left: -166px;
}
.clientele .showbar .cont ul li span {
  position: absolute;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: in_2 .5s 0s linear;
  -webkit-animation: in_2 .5s 0s linear;
}
.clientele .showbar .cont ul li span.text1 {
  left: 447px;
  top: 171px;
  width: 171px;
  height: 101px;
  background: url("../images/pic/people-text-1.png");
}
.clientele .showbar .cont ul li span.text2 {
  left: 342px;
  top: 104px;
  width: 210px;
  height: 94px;
  background: url("../images/pic/people-text-2.png");
}
.clientele .showbar .cont ul li span.text3 {
  left: 391px;
  top: 116px;
  width: 217px;
  height: 86px;
  background: url("../images/pic/people-text-3.png");
}
.clientele .showbar .cont ul li span.text4 {
  top: 136px;
  left: 374px;
  background: url("../images/pic/people-study-text.png");
  width: 212px;
  height: 55px;
}
.clientele .showbar .cont ul li span.text5 {
  left: 68px;
  top: 166px;
  width: 560px;
  height: 129px;
  background: url("../images/pic/people-text-5.png");
}
.clientele .intro {
  margin: 0 auto;
  width: 1000px;
}
.clientele .intro h3 {
  text-align: center;
  margin: 74px 0;
}
.clientele .cooperation {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
}
.clientele .cooperation ul {
  width: 1040px;
}
.clientele .cooperation li {
  float: left;
  width: 140px;
  height: 81px;
  margin-right: 64px;
}
.clientele .cooperation li a {
  width: 140px;
  height: 81px;
  display: block;
  background: url("../images/cooperation.png") no-repeat;
}
.clientele .cooperation li a.wy {
  background-position: 0 0;
}
.clientele .cooperation li a.wy:hover {
  background-position: 0 -162px;
}
.clientele .cooperation li a.jy {
  background-position: -204px 0;
}
.clientele .cooperation li a.jy:hover {
  background-position: -204px -162px;
}
.clientele .cooperation li a.hj {
  background-position: -414px 0;
}
.clientele .cooperation li a.hj:hover {
  background-position: -414px -162px;
}
.clientele .cooperation li a.xsj {
  background-position: -635px 0;
}
.clientele .cooperation li a.xsj:hover {
  background-position: -635px -162px;
}
.clientele .cooperation li a.bd {
  background-position: -830px 0;
}
.clientele .cooperation li a.bd:hover {
  background-position: -830px -162px;
}
.clientele .cooperation li a.game-4399 {
  background-position: 0 -81px;
}
.clientele .cooperation li a.game-4399:hover {
  background-position: 0 100%;
}
.clientele .cooperation li a.sd {
  background-position: -204px -81px;
}
.clientele .cooperation li a.sd:hover {
  background-position: -204px 100%;
}
.clientele .cooperation li a.wl {
  background-position: -414px -81px;
}
.clientele .cooperation li a.wl:hover {
  background-position: -414px 100%;
}
.clientele .cooperation li a.lxdc {
  background-position: -635px -81px;
}
.clientele .cooperation li a.lxdc:hover {
  background-position: -635px 100%;
}
.clientele .cooperation li a.kl {
  background-position: -830px -81px;
}
.clientele .cooperation li a.kl:hover {
  background-position: -830px 100%;
}
.team {
  margin-bottom: 90px;
}
.team .showbar {
  height: 500px;
  background: url(../images/showbar-3.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.team .cont {
  margin: 0 auto;
  width: 1000px;
  zoom: 1;
}
.team .cont:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.team .info {
  float: left;
  width: 470px;
  line-height: 20px;
}
.team .info .banner {
  margin-bottom: 10px;
}
.team .member {
  float: right;
  width: 492px;
}
.team .member img {
  vertical-align: top;
}
.team .member li {
  float: left;
  margin: 0 2px 2px 0;
}
.team .member .join {
  display: block;
  width: 60px;
  height: 48px;
  padding-top: 12px;
  text-align: center;
  color: #fff;
  background-color: #e34080;
  font-family: "Microsoft YaHei", simSun;
  font-weight: lighter;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .member .join:hover {
  background-color: #a5184f;
  text-decoration: none;
}
.invite {
  background: url('../images/invite-bg.png') 1280px 100% no-repeat;
  zoom: 1;
}
.invite:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.invite .showbar {
  height: 567px;
  background: url(../images/showbar-5.jpg) 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.invite .showbar .m-center {
  position: relative;
  height: 100%;
}
.invite .showbar .float-1,
.invite .showbar .float-2,
.invite .showbar .float-3 {
  position: absolute;
  width: 1920px;
  height: 900px;
}
.invite .showbar .float-1 {
  left: -504px;
  top: -148px;
  background: url("../images/float-1.png") no-repeat;
  animation: fadeFloat 5s 0s linear infinite both;
  -webkit-animation: fadeFloat 5s 0s linear infinite both;
}
.invite .showbar .float-2 {
  left: -460px;
  top: -137px;
  background: url("../images/float-2.png") no-repeat;
  animation: fadeFloat 6s 0.5s linear infinite both;
  -webkit-animation: fadeFloat 6s 0.5s linear infinite both;
}
.invite .showbar .float-3 {
  left: -490px;
  top: -144px;
  background: url("../images/float-3.png") no-repeat;
  animation: fadeFloat 7s 1s linear infinite both;
  -webkit-animation: fadeFloat 7s 1s linear infinite both;
}
.invite .email {
  text-align: center;
  margin-bottom: 10px;
}
.invite .email span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 36px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.invite .email a {
  color: #e34080;
}
.invite .post h3 {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  font-family: "Microsoft YaHei", simSun;
  font-weight: lighter;
  padding-top: 30px;
}
.invite .post h3 span {
  font-family: Arial;
}
.invite .post .trigger {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.invite .post .trigger ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.invite .post .trigger ul:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.invite .post .trigger ul li {
  float: left;
  padding: 0 20px 0 20px;
}
.invite .post .trigger ul li a {
  color: #606060;
  font-size: 12px;
}
.invite .post .trigger ul li a:hover {
  color: #e34080;
  text-decoration: none;
}
.invite .post .trigger ul li.curr a {
  color: #e34080;
}
.invite .post .cont {
  margin: 20px auto 40px;
  width: 1000px;
  height: 436px;
  zoom: 1;
}
.invite .post .cont:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.invite .post .cont li {
  display: none;
}
.invite .post .cont li.curr {
  display: block;
}
.invite .post .cont .detail {
  margin: 0 auto;
  width: 1000px;
}
.invite .post .cont .detail:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  *zoom: 1;
}
.invite .post .cont .detail span {
  font-size: 12px;
  color: #f02f78;
}
.invite .post .cont .msg-left {
  float: left;
  width: 50.2%;
}
.invite .post .cont .msg-right {
  float: right;
  width: 42.2%;
}
.invite .post .cont .title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}
.invite .post .cont p {
  color: #929292;
}
.contact .showbar {
  height: 500px;
  background: url(../images/showbar-4.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.contact .cont {
  margin: 0 auto;
  padding-left: 120px;
  width: 880px;
  zoom: 1;
}
.contact .cont:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.contact .location {
  float: left;
  width: 385px;
  height: 385px;
}
.contact .info {
  float: right;
  width: 464px;
  line-height: 24px;
}
.contact .info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #a7a7a7;
}
.contact .info p {
  margin-bottom: 25px;
  color: #b1b1b1;
}
footer {
  margin-top: 100px;
  background: #fafafa;
}
footer .inner {
  padding: 0 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
footer .inner img {
  vertical-align: middle;
}
footer .share {
  position: relative;
  width: 192px;
  height: 50px;
  margin: 0 auto;
  border-top: 1px solid #f2eadf ;
  border-bottom: 1px solid #f2eadf ;
  text-align: left;
  line-height: 50px;
}
footer .share span {
  color: #e34080;
}
footer .share-con {
  position: absolute;
  right: 0;
  top: 14px;
  width: 125px;
  height: 23px;
}
footer .share-con .jiathis_style_24x24 {
  width: 125px;
  height: 23px;
}
footer .share-con .jiathis_style_24x24 a {
  float: left;
  width: 23px;
  height: 23px;
  margin: 0 5px;
  display: block;
}
footer .share-con .jiathis_style_24x24 a span {
  width: 23px;
  height: 23px !important;
}
footer .share-con .jiathis_style_24x24 a span.jtico {
  background: url("../images/share-bg.png") 100% 0 no-repeat;
  padding: 0 !important;
}
footer .share-con .jiathis_style_24x24 a span.jtico_qzone {
  background-position: 0 0;
}
footer .share-con .jiathis_style_24x24 a span.jtico_weixin {
  background-position: 0 0;
}
footer .share-con .jiathis_style_24x24 a span.jtico_tsina {
  background-position: -48px 0;
}
footer .share-con .jiathis_style_24x24 a.add_qq {
  float: left;
  width: 23px;
  height: 23px;
  display: block;
  background: url("../images/share-bg.png") -73px 0 no-repeat;
}
footer .share-con .jiathis_style_24x24 a.add_qq:hover {
  opacity: .8;
}
footer .share-con .jiathis_style_24x24 a.jtico {
  width: 23px;
  height: 23px !important;
  padding-left: 7px!important;
  background: url("../images/share-bg.png") 100% 0 no-repeat;
}
footer .links a {
  margin: 0 4px;
}
.content-page {
  min-width: 980px;
}
.content-page .panel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.content-page .btn-home {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 97px;
  height: 12px;
  background: url('../images/homepage.jpg') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -30000px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.content-page .btn-home:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.content-page .btn-close {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 51px;
  height: 51px;
  z-index: 102;
  background: url('../images/close.gif') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -30000px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.content-page .btn-close:hover {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
  transform: rotate3d(0, 0, 1, -180deg);
}
.content-page .btn-prev,
.content-page .btn-next {
  position: fixed;
  width: 34px;
  height: 47px;
  top: 50%;
  margin-top: -24px;
  background: url('../images/prev.gif') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -30000px;
  z-index: 100;
}
.content-page .btn-prev:hover,
.content-page .btn-next:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.content-page .btn-prev {
  left: 7px;
  -webkit-transition: opacity .2s,left .2s;
  transition: opacity .2s,left .2s;
}
.content-page .btn-prev:hover {
  left: 0;
  width: 41px;
}
.content-page .btn-next {
  right: 7px;
  background: url('../images/next.gif') 100% 0 no-repeat;
  -webkit-transition: opacity .2s,right .2s;
  transition: opacity .2s,right .2s;
}
.content-page .btn-next:hover {
  right: 0;
  width: 41px;
}
.content-page .btn-totop {
  position: relative;
  top: 0;
  display: block;
  margin: 100px auto 0;
  height: 42px;
  width: 63px;
  background: url('../images/pagetop.gif') 0 0 no-repeat;
  overflow: hidden;
  text-indent: -30000px;
  -webkit-transition: opacity .2s,top .2s;
  transition: opacity .2s,top .2s;
}
.content-page .btn-totop:hover {
  top: -3px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.content-page .cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #fff;
}
.content-page .copyright {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #acacac;
}
.content-wrap {
  position: relative;
  margin: 0 auto;
  width: 980px;
  padding: 140px 10px 60px;
}
.content-wrap .hd {
  float: left;
  width: 470px;
  font-family: "Microsoft YaHei", simSun;
  font-weight: lighter;
}
.content-wrap .hd .type {
  font-size: 14px;
  line-height: 30px;
}
.content-wrap .hd h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.content-wrap .hd .classify {
  font-size: 14px;
  line-height: 30px;
}
.content-wrap .desc {
  float: right;
  padding-top: 10px;
  width: 410px;
  font-family: "Microsoft YaHei", simSun;
  font-weight: lighter;
  color: #828282;
}
.content-wrap section {
  padding-top: 85px;
}
.content-wrap section img {
  max-width: 980px !important;
}
.animate_show h1,
.animate_show h2,
.animate_show h3,
.animate_show p {
  opacity: 0;
}
.animate h1 {
  -webkit-animation: rightFadeIn .8s 0s ease both;
  animation: rightFadeIn .8s 0s ease both;
}
.animate h2 {
  -webkit-animation: rightFadeIn .8s .5s ease both;
  animation: rightFadeIn .8s .5s ease both;
}
.animate h3 {
  -webkit-animation: topFadeIn .8s 0s ease both;
  animation: topFadeIn .8s 0s ease both;
}
.animate p {
  -webkit-animation: topFadeIn .8s .5s ease both;
  animation: topFadeIn .8s .5s ease both;
}
@keyframes topFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes topFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes rightFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rightFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.scaleFadeIn {
  -webkit-animation: scaleFadeIn 0.5s 0s ease both;
  -o-animation: scaleFadeIn 0.5s 0s ease both;
  animation: scaleFadeIn 0.5s 0s ease both;
}
@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes in_1 {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes in_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
  }
}
@keyframes in_2 {
  0% {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
@-webkit-keyframes in_2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
  }
}
@keyframes fadeFloat {
  0%,
  100% {
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, 5%, 0);
  }
}
@-webkit-keyframes fadeFloat {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5%, 0);
  }
}
