.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes float {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.banner {
  width: 100%;
  height: 790px;
  position: relative;
  /*overflow: hidden;*/
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 790px;
}
.banner .bd ul li img {
  width: 100%;
  height: 790px;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 200px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 200px;
  z-index: 999;
}
.banner .hd {
  width: 120px;
  height: 384px;
  position: absolute;
  top: 225px;
  right: 0px;
  background: url("../images/hdbg.png") no-repeat center;
  box-sizing: border-box;
  padding: 86px 0 0 23px;
}
.banner .hd li::after{
	transition: .5s;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	content: "";
	position: absolute;
	left: -23px;
	top: 35px;
}
.banner .hd li::before{
	transition: .5s;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	content: "";
	position: absolute;
	right: 0;
	top: 35px;
}
.banner .hd li.on::after{width: 49px;}
.banner .hd li.on::before{width: 28px;}
.banner .hd li {
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  position: relative;
}
.banner .topxunpan .xp {
  position: absolute;
  bottom: 30px;
  right: 330px;
  border-right: 30px 330px solid;
  z-index: 999;
  width: 220px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
  line-height: 27px;
  box-sizing: border-box;
  padding-left: 28px;
  background: url("../images/lb.png") no-repeat left center;
}
.banner .topxunpan .xp i {
  width: 27px;
  height: 27px;
  background-color: #0231a3;
  text-align: center;
  display: inline-block;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  margin: 0  3px;
}
.banner .topxunpan .xp img {
  margin-right: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
.banner .topxunpan .topxunpan a {
  line-height: 34px;
  color: #333;
  float: right;
  font-size: 14px;
  display: inline-block;
  transition: 0.7s;
}
.banner .topxunpan .topxunpan a:hover {
  color: #999;
}
.banner .topxunpan .topxunpan a::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  color: #aaaaaa;
}
.banner .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 40px;
  left: 50% !important;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
}
.banner .topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.banner .topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 999999999999999999999;
}
.banner .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 45px;
  left: 0;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #0231a3;
  border-radius: 4px;
  opacity: 0;
}
.banner .topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0231a3;
}
.banner .topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 999999999999999999999;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 690px;
  }
  .banner .bd ul li {
    height: 690px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 592px;
  }
  .banner .bd ul li {
    height: 592px;
  }
}
.biaoti {
  width: 460px;
  height: 125px;
  float: left;
}
.biaoti span {
  display: block;
  font-family: Impact;
  font-size: 67px;
  line-height: 55px;
  color: #e7f3fe;
}
.biaoti h3 {
  margin: 7px 0 13px;
  color: #444444;
  font-size: 34px;
  line-height: 33px;
  font-weight: bold;
}
.biaoti h3 i {
  color: #0231a3;
  font-weight: bold;
}
.biaoti h3 a {
  color: #444444;
}
.biaoti p {
  letter-spacing: 2.9px;
  color: #777777;
  font-size: 16px;
  line-height: 16px;
}
.product {
  width: 100%;
  height: 1395px;
  padding-top: 47px;
  box-sizing: border-box;
  overflow: hidden;
}
.product .pic {
  width: 566px;
  height: 467px;
  position: absolute;
  top: 73px;
  left: 668px;
}
.product .yi {
  width: 478px;
  height: 139px;
  position: absolute;
  top: 305px;
  right: -165px;
}
.product .slideTxtBox1 {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.product .slideTxtBox1 .hd {
  width: 472px;
  height: 308px;
}
.product .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .slideTxtBox1 .hd ul li.on {
  width: 118px;
  background: url(../images/bei.png) no-repeat center top;
}
.product .slideTxtBox1 .hd ul li.on a {
  background: url(../images/cpico11.png) no-repeat center 38px;
  color: #fff;
}
.product .slideTxtBox1 .hd ul li.on i {
  opacity: 1;
}
.product .slideTxtBox1 .hd ul li:nth-child(2) a {
  background: url(../images/cpico2.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(2).on a {
  background: url(../images/cpico21.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(3) a {
  background: url(../images/cpico3.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(3).on a {
  background: url(../images/cpico31.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(4) a {
  background: url(../images/cpico4.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(4).on a {
  background: url(../images/cpico41.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(5) a {
  background: url(../images/cpico5.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(5).on a {
  background: url(../images/cpico51.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(6) a {
  background: url(../images/cpico6.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(6).on a {
  background: url(../images/cpico61.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(7) a {
  background: url(../images/cpico7.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(7).on a {
  background: url(../images/cpico71.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(8) a {
  background: url(../images/cpico8.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li:nth-child(8).on a {
  background: url(../images/cpico81.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li {
  min-width: 45px;
  text-align: center;
  overflow: hidden;
  width: 118px;
  height: 154px;
  background: url(../images/bei.png) no-repeat center -160px;
  transition: 0.5s;
  position: relative;
}
.product .slideTxtBox1 .hd ul li a {
  display: block;
  width: 100%;
  height: 154px;
  padding-top: 86px;
  box-sizing: border-box;
  font-size: 18px;
  color: #555555;
  line-height: 17px;
  transition: 0.5s;
  background: url(../images/cpico1.png) no-repeat center 38px;
}
.product .slideTxtBox1 .hd ul li a p {
  color: #b4b4b4;
  font-size: 12px;
  line-height: 10px;
  margin-top: 10px;
}
.product .slideTxtBox1 .hd ul li a i {
  font-family: Impact;
  font-size: 48px;
  line-height: 40px;
  color: #3664b6;
  display: block;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: -13px;
}
.product .slideTxtBox1 .box::after {
  width: 779px;
  height: 1px;
  background-color: #e3e3e3;
  content: "";
  position: absolute;
  top: -23px;
  left: -320px;
}
.product .slideTxtBox1 .box {
  width: 453px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  position: absolute;
  top: 348px;
  left: 0px;
  z-index: 9999;
}
.product .slideTxtBox1 .box input {
  float: left;
  background: transparent;
  display: block;
  color: #999999;
  line-height: 55px;
  width: 350px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
}
.product .slideTxtBox1 .box .sss {
  float: right;
  cursor: pointer;
  width: 90px;
  height: 55px;
  background: #0231a3 url(../images/ss.png) no-repeat center;
}
.product .slideTxtBox1 .bd {
  width: 100%;
  margin-top: 118px;
}
.product .slideTxtBox1 .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .slideTxtBox1 .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.product .slideTxtBox1 .bd ul li:hover .mo {
  color: #0231a3;
  background: url(../images/jt2.png) no-repeat 83px center;
}
.product .slideTxtBox1 .bd ul li {
  width: 396px;
  margin-top: 17px;
  height: 341px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.product .slideTxtBox1 .bd ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #0231a3;
}
.product .slideTxtBox1 .bd ul li:hover:before {
  width: 100%;
}
.product .slideTxtBox1 .bd ul li .tu {
  width: 100%;
  height: 288px;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #e6e6e6;
}
.product .slideTxtBox1 .bd ul li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .slideTxtBox1 .bd ul li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .slideTxtBox1 .bd ul li .ti {
  float: left;
  width: 280px;
  box-sizing: border-box;
  padding-left: 8px;
  line-height: 53px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .slideTxtBox1 .bd ul li .ti a {
  display: block;
  color: #848484;
  transition: 0.3s;
}
.product .slideTxtBox1 .bd ul li .mo {
  float: right;
  display: block;
  line-height: 53px;
  color: #a3a3a3;
  font-size: 12px;
  box-sizing: border-box;
  padding-right: 30px;
  transition: 0.3s;
  background: url(../images/jt1.png) no-repeat 83px center;
}
.product .slideTxtBox1 .bd ul li .mo span i:nth-child(5) {
  margin-left: 5px;
}
.reason {
  width: 100%;
  height: 885px;
  padding-top: 85px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.reason .adv {
  font-family: Impact;
  font-size: 95px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 77px;
  letter-spacing: 9.5px;
  color: #ffffff;
  opacity: 0.2 !important;
  position: absolute;
  top: 500px;
  right: 140px;
  z-index: 999;
}
.reason .pic1 {
  width: 289px;
  height: 673px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.reason .pic2 {
  width: 744px;
  height: 885px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.reason .tis {
  letter-spacing: 58px;
  color: #a7a7a7;
  position: absolute;
  bottom: 29px;
  left: 56px;
  border-left: 29px 56px solid;
  font-size: 14px;
  line-height: 11px;
}
.reason .slideTxtBox1 {
  width: 100%;
  position: relative;
  height: 761px;
}
.reason .slideTxtBox1 .arrow::after {
  width: 437px;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
}
.reason .slideTxtBox1 .arrow {
  width: 526px;
  height: 32px;
  position: absolute;
  top: 463px;
  left: 0px;
  z-index: 999;
}
.reason .slideTxtBox1 .arrow a {
  float: left;
  display: block;
  background: url("../images/jt3.png") no-repeat center;
  width: 32px;
  height: 32px;
}
.reason .slideTxtBox1 .arrow .next {
  background: url("../images/jt4.png") no-repeat center;
  margin-left: 6px;
}
.reason .slideTxtBox1 .hd {
  width: 706px;
  height: 761px;
  background: url("../images/quan.png") no-repeat center;
  position: absolute;
  top: 0px;
  right: -65px;
  padding-top: 12px;
  box-sizing: border-box;
  z-index: 999;
}
.reason .slideTxtBox1 .hd li.on {
  background: url("../images/yshd2.png") no-repeat center;
}
.reason .slideTxtBox1 .hd li:nth-child(1) {
  margin-left: 145px;
}
.reason .slideTxtBox1 .hd li:nth-child(2) {
  margin-left: 23px;
}
.reason .slideTxtBox1 .hd li:nth-child(3) {
  margin: 50px 0 0 -35px;
}
.reason .slideTxtBox1 .hd li:nth-child(4) {
  margin: 57px 0 0 -40px;
}
.reason .slideTxtBox1 .hd li:nth-child(5) {
  margin: 33px 0 0 26px;
}
.reason .slideTxtBox1 .hd li {
  width: 100px;
  height: 100px;
  background: url("../images/yshd1.png") no-repeat center;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.reason .slideTxtBox1 .hd li img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason .slideTxtBox1 .dh {
  width: 298px;
  height: 51px;
  background: #f7f7f7 url(../images/dh2.png) no-repeat 19px center;
  border-radius: 25.5px;
  line-height: 51px;
  font-size: 16px;
  color: #5f5f5f;
  box-sizing: border-box;
  padding-left: 58px;
  position: absolute;
  bottom: 65px;
  left: 0px;
  border-left: 65px 0px solid;
}
.reason .slideTxtBox1 .dh span {
  font-size: 18px;
  color: #5f5f5f;
  font-weight: bold;
}
.reason .slideTxtBox1 .yin {
  font-family: Impact;
  font-size: 69px;
  line-height: 80px;
  letter-spacing: 0px;
  color: #2652bc;
  position: absolute;
  top: 40px;
  left: 0px;
}
.reason .slideTxtBox1 .zi {
  width: 535px;
  margin-top: 280px;
  float: left;
}
.reason .slideTxtBox1 .zi .ti {
  color: #1f1f1f;
  font-size: 30px;
  line-height: 30px;
}
.reason .slideTxtBox1 .zi p {
  color: #bdbdbd;
  font-size: 14px;
  margin: 15px 0 25px;
  text-transform: uppercase;
}
.reason .slideTxtBox1 .zi .jie {
  line-height: 34px;
  letter-spacing: 0px;
  color: #888888;
  height: 155px;
  font-size: 16px;
}
.reason .slideTxtBox1 .zi span {
  display: block;
  line-height: 24px;
  letter-spacing: 0px;
  color: #c8c8c8;
  font-size: 12px;
}
.reason .slideTxtBox1 .tu {
  width: 730px;
  height: 579px;
  margin: 80px -100px 0 0;
  float: right;
}
.fleld {
  width: 100%;
  height: 873px;
  background: url("../images/bg.jpg") no-repeat center;
  padding-top: 106px;
  box-sizing: border-box;
  overflow: hidden;
}
.fleld .biaoti {
  width: 550px;
}
.fleld .biaoti span {
  color: #555555;
  opacity: 0.2;
}
.fleld .tis::after {
  width: 302px;
  height: 1px;
  background-color: #cbcbcb;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
}
.fleld .tis {
  float: right;
  margin-top: 28px;
  width: 633px;
  height: 28px;
  position: relative;
  text-align: right;
  background: url(../images/dh3.png) no-repeat 333px center;
  line-height: 28px;
  font-size: 18px;
  color: #333;
}
.fleld .tis span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 5px;
}
.fleld .game163 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.fleld .game163 .yin {
  font-family: arial;
  font-size: 52px;
  font-weight: 900;
  line-height: 38px;
  color: #333;
  position: absolute;
  top: 34px;
  right: 20px;
}
.fleld .game163 .arrow {
  width: 104px;
  height: 37px;
  position: absolute;
  top: 120px;
  right: 10px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fleld .game163 .arrow a {
  display: block;
  width: 50%;
  height: 37px;
  background: url("../images/jt5.png") no-repeat left center;
}
.fleld .game163 .arrow .next {
  background: url("../images/jt6.png") no-repeat left center;
}
.fleld .game163 .bigImg {
  width: 640px;
  height: 502px;
  position: relative;
  float: left;
}
.fleld .game163 .bigImg li:hover .tu img {
  transform: scale(1.2);
}
.fleld .game163 .bigImg li {
  width: 640px !important;
  height: 502px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 17px;
  position: relative;
}
.fleld .game163 .bigImg li .zi {
  width: 592px;
  position: absolute;
  top: 128px;
  right: -632px;
}
.fleld .game163 .bigImg li .zi span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.fleld .game163 .bigImg li .zi span a {
  color: #333;
}
.fleld .game163 .bigImg li .zi p {
  line-height: 32px;
  letter-spacing: 0px;
  color: #838383;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  font-size: 16px;
}
.fleld .game163 .bigImg li .ti {
  width: 480px;
  float: left;
  line-height: 60px;
}
.fleld .game163 .bigImg li .ti a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
  color: #333;
}
.fleld .game163 .bigImg li .ti a span {
  color: #a1a1a1;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
.fleld .game163 .bigImg li .shi {
  float: right;
  margin-top: 25px;
  line-height: 27px;
  color: #9a9a9a;
  font-size: 20px;
  /*font-weight: 100;*/
  letter-spacing: 6px;
}
.fleld .game163 .bigImg li .shi span {
  font-size: 31px;
  color: #f3ae16;
}
.fleld .game163 .bigImg li .tu {
  width: 100%;
  margin-top: 15px;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
}
.fleld .game163 .bigImg li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.fleld .game163 .smallScroll {
  width: 605px;
  height: 260px;
  float: right;
  margin-top: 260px;
}
.fleld .game163 .smallScroll ul {
  width: 100%;
  height: 260px;
}
.fleld .game163 .smallScroll ul li.on {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.21);
}
.fleld .game163 .smallScroll ul li.on .tu img {
  transform: scale(1.2);
}
.fleld .game163 .smallScroll ul li.on i {
  height: 260px;
  opacity: 1;
}
.fleld .game163 .smallScroll ul li {
  width: 293px !important;
  height: 241px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.5s;
  margin-right: 19px;
  box-sizing: border-box;
  padding: 13px;
  position: relative;
}
.fleld .game163 .smallScroll ul li i {
  transition: 0.5s;
  opacity: 0;
  width: 44px;
  height: 240px;
  background-color: #f3ae16;
  position: absolute;
  top: 0px;
  right: 23px;
  padding-top: 222px;
  box-sizing: border-box;
  text-align: center;
  font-family: Impact;
  font-size: 41px;
  line-height: 32px;
  color: #f7c97b;
}
.fleld .game163 .smallScroll ul li .tu {
  width: 100%;
  height: 173px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999;
  position: relative;
}
.fleld .game163 .smallScroll ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.fleld .game163 .smallScroll ul li .ti {
  width: 100%;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 99;
  color: #555555;
  font-size: 16px;
}
.fleld .game163 .smallScroll ul li .ti a {
  color: #555555;
}
.fleld .game163 .smallScroll ul li .ti span {
  color: #a1a1a1;
  font-size: 14px;
  margin-left: 8px;
}
.about {
  width: 100%;
  height: 1068px;
  padding-top: 98px;
  box-sizing: border-box;
  background: url("../images/gybg.jpg") no-repeat center top;
  overflow: hidden;
  position: relative;
}
.about .pic {
  width: 1036px;
  height: 667px;
  position: absolute;
  bottom: 102px;
  left: 0px;
  border-left: 102px 0px solid;
}
.about .tis {
  font-family: Impact;
  font-size: 95px;
  line-height: 80px;
  letter-spacing: 9.5px;
  color: #f0f0f0;
  line-height: 78px;
  writing-mode: tb-rl;
  position: absolute;
  top: 167px;
  right: 113px;
}
.about .tis i {
  color: #0231a3;
  font-family: Impact;
}
.about .tis span {
  color: #dcdcdc;
  font-family: Impact;
}
.about .biaoti span {
  color: #0231a3;
}
.about .biaoti h3 {
  color: #fff;
}
.about .biaoti p {
  color: #909090;
}
.about .right {
  float: right;
  width: 680px;
  height: 763px;
  position: relative;
  margin-top: 105px;
}
.about .right h3 {
  text-align: right;
  line-height: 34px;
  letter-spacing: 5.4px;
  color: #444444;
  font-size: 30px;
}
.about .right h3 i {
  font-weight: bold;
  letter-spacing: 6.1px;
  color: #0a359b;
  font-size: 34px;
}
.about .right p {
  text-align: right;
  letter-spacing: 2.4px;
  color: #a7a7a7;
  font-size: 14px;
  margin: 22px 0 50px;
  line-height: 11px;
}
.about .right .jie {
  line-height: 40px;
  letter-spacing: 0px;
  color: #777777;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 200px;
}
.about .right .mo {
  float: right;
  width: 163px;
  height: 46px;
  background: #0a359b url(../images/mo1.png) no-repeat 123px center;
  line-height: 46px;
  margin-top: 44px;
  box-sizing: border-box;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
}
.about .right ul {
  width: 595px;
  height: 234px;
  margin: 82px 0 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .right ul li.on {
  width: 381px;
  height: 234px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
.about .right ul li.on .zi i {
  background-color: #f3ae16;
}
.about .right ul li.on .tu {
  width: 252px;
}
.about .right ul li {
  width: 64px;
  height: 234px;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 11px 0 0 11px;
  position: relative;
}
.about .right ul li .zi::after {
  width: 1px;
  height: 191px;
  background-color: #ececec;
  content: "";
  position: absolute;
  top: 28px;
  left: 0px;
}
.about .right ul li .zi {
  float: left;
  width: 64px;
  position: relative;
  box-sizing: border-box;
  padding-left: 8px;
}
.about .right ul li .zi i {
  width: 56px;
  height: 56px;
  background-color: #0a359b;
  border-radius: 50%;
  display: block;
  transition: 0.5s;
  position: relative;
  margin-bottom: 19px;
}
.about .right ul li .zi i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.about .right ul li .zi em {
  display: block;
  writing-mode: tb-rl;
  color: #555555;
  font-size: 16px;
  float: right;
  margin-right: 6px;
}
.about .right ul li .zi span {
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 100;
  writing-mode: tb-rl;
  margin-left: 6px;
}
.about .right ul li .tu {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 0;
  height: 197px;
  border-radius: 10px;
  transition: 0.5s;
}
.about .right ul li .tu img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.about .right .yy {
  width: 270px;
  height: 207px;
  background: url("../images/yy.png") no-repeat center;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  left: -282px;
  border-left: 0 -282px solid;
}
.about .right .yy img {
  width: 100%;
  height: 100%;
}
.case {
  overflow: hidden;
  width: 100%;
  height: 720px;
  background: url(../images/albg.jpg) no-repeat right -12px;
  display: none;
}
.case .biaoti {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.case .swiper-case {
  height: 470px;
  width: 2044px;
  margin: 11px 0 0 -124px;
  padding-top: 75px;
  box-sizing: border-box;
}
.case .swiper-case .swiper-slide-next + li {
  width: 520px !important;
  margin-top: -75px;
  padding-top: 19px;
  box-sizing: border-box;
  height: 475px;
  background: url(../images/xie.png) no-repeat 62px top;
  border-bottom: 1px solid transparent;
}
.case .swiper-case .swiper-slide-next + li .tu::after {
  height: 29px;
}
.case .swiper-case .swiper-slide-next + li .tu {
  box-sizing: border-box;
  padding: 9px;
  height: 354px;
}
.case .swiper-case .swiper-slide-next + li .ti {
  line-height: 58px;
  font-size: 18px;
}
.case .swiper-case .swiper-slide-next + li .ti a {
  display: block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  float: right;
}
.case .swiper-case .swiper-slide-next + li .jie {
  line-height: 26px;
  letter-spacing: 0px;
  color: #aeaeae;
  width: 100%;
  padding-left: 95px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  margin-top: -8px;
  opacity: 1;
  font-size: 14px;
}
.case .swiper-case li:hover .tu img {
  transform: scale(1.2);
}
.case .swiper-case li {
  width: 354px;
  height: 292px;
  transition: 0.5s;
  border-bottom: 1px solid #dadada;
}
.case .swiper-case li .tu::after {
  width: 192px;
  height: 0;
  content: "";
  background: #0231a3;
  position: absolute;
  top: -20px;
  right: 23px;
  transition: 0.5s;
}
.case .swiper-case li .tu {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
}
.case .swiper-case li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.case .swiper-case li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .swiper-case li .ti {
  width: 100%;
  line-height: 52px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  padding-left: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  transition: 0.5s;
  font-size: 16px;
  color: #555555;
}
.case .swiper-case li .ti a {
  color: #555555;
  transition: 0.3s;
}
.case .swiper-case li .ti i {
  font-size: 20px;
  color: #333;
  font-weight: 100;
  position: absolute;
  top: 0px;
  left: 10px;
}
.case .swiper-case li .jie {
  opacity: 0;
  transition: 0.5s;
}
.case .center {
  margin-top: -8px;
}
.case .center .dh {
  float: left;
  margin-top: 4px;
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 41px;
  font-size: 18px;
  color: #333;
  background: url("../images/dh3.png") no-repeat left center;
}
.case .center .dh span {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-left: 8px;
}
.case .center .arrow {
  width: 140px;
  height: 37px;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .center .arrow a {
  display: block;
  width: 70px;
  height: 37px;
  background: url("../images/jt7.png") no-repeat center;
}
.case .center .arrow .next1 {
  background: url("../images/jt8.png") no-repeat center;
}
.case .center p {
  text-align: center;
  margin-top: 22px;
  letter-spacing: 35px;
  color: #c5c5c5;
  font-size: 14px;
  line-height: 11px;
  font-weight: 100;
}
.news {
  width: 100%;
  height: 1007px;
  padding-top: 62px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/albg.jpg) no-repeat right -12px;
}
.news .pic {
  width: 748px;
  height: 1007px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.news .pic img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.news .biaoti {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.news .biaoti span {
  color: #3a53a8;
}
.news .biaoti h3 {
  color: #fff;
}
.news .biaoti h3 a {
  color: #fff;
}
.news .biaoti h3 i {
  color: #fff;
}
.news .biaoti p {
  color: #586db8;
}
.news .slideTxtBox1 {
  width: 100%;
  position: relative;
}
.news .slideTxtBox1 .hd {
  width: 260px;
  height: 350px;
  position: absolute;
  top: 192px;
  left: 0px;
}
.news .slideTxtBox1 .hd .mo {
  display: block;
  width: 100px;
  height: 22px;
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  font-size: 14px;
  line-height: 11px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 4px;
}
.news .slideTxtBox1 .hd .mo span i:nth-child(5) {
  margin-left: 5px;
}
.news .slideTxtBox1 .hd li.on {
  width: 260px;
  background: #f3ae16 url(../images/xwhd2.png) no-repeat 17px center;
  border-bottom: 1px solid transparent;
}
.news .slideTxtBox1 .hd li.on p {
  color: #363535;
}
.news .slideTxtBox1 .hd li.on span {
  color: #616161;
}
.news .slideTxtBox1 .hd li.on i {
  background: url("../images/xw11.png") no-repeat center;
}
.news .slideTxtBox1 .hd li:nth-child(2) i {
  background: url("../images/xw2.png") no-repeat center;
}
.news .slideTxtBox1 .hd li:nth-child(2).on i {
  background: url("../images/xw21.png") no-repeat center;
}
.news .slideTxtBox1 .hd li:nth-child(3) i {
  background: url("../images/xw3.png") no-repeat center;
}
.news .slideTxtBox1 .hd li:nth-child(3).on i {
  background: url("../images/xw31.png") no-repeat center;
}
.news .slideTxtBox1 .hd li {
  margin-bottom: 15px;
  width: 190px;
  height: 82px;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #345ab5;
  box-sizing: border-box;
  padding: 18px 0 0 79px;
  background: url(../images/xwhd1.png) no-repeat 17px center;
}
.news .slideTxtBox1 .hd li p {
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}
.news .slideTxtBox1 .hd li span {
  display: block;
  color: #8d99cb;
  margin-top: 7px;
  font-size: 12px;
  line-height: 9px;
  transition: 0.3s;
}
.news .slideTxtBox1 .hd li i {
  width: 48px;
  height: 48px;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 17px;
  left: 17px;
  background: url("../images/xw1.png") no-repeat center;
}
.news .slideTxtBox1 .bd {
  width: 1045px;
  float: right;
  margin-top: 35px;
}
.news .slideTxtBox1 .bd .to {
  width: 849px;
  height: 387px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  float: right;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bd .to li:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .bd .to li:hover .ti {
  color: #0231a3;
}
.news .slideTxtBox1 .bd .to li:hover .ti a {
  color: #0231a3;
}
.news .slideTxtBox1 .bd .to li:nth-child(1)::after {
  width: 1px;
  height: 324px;
  background-color: #e1e1e1;
  position: absolute;
  top: 2px;
  right: -42px;
  content: "";
}
.news .slideTxtBox1 .bd .to li {
  position: relative;
  width: 355px;
}
.news .slideTxtBox1 .bd .to li .tu {
  width: 100%;
  height: 236px;
  border-radius: 10px;
  overflow: hidden;
}
.news .slideTxtBox1 .bd .to li .tu img {
  width: 100%;
  height: 236px;
  transition: 1s;
}
.news .slideTxtBox1 .bd .to li .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  font-size: 18px;
  line-height: 18px;
  margin: 27px 0;
}
.news .slideTxtBox1 .bd .to li .ti a {
  color: #555555;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd .to li .shi {
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  padding-left: 26px;
  color: #a9a9a9;
  background: url("../images/sj.png") no-repeat left center;
}
.news .slideTxtBox1 .bd .bo::after {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  content: "";
  position: absolute;
  top: 135px;
  left: 0px;
}
.news .slideTxtBox1 .bd .bo::before {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
}
.news .slideTxtBox1 .bd .bo {
  width: 100%;
  height: 270px;
  margin-top: 103px;
  border-top: 1px solid #e1e1e1;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bd .bo li:hover .tu {
  width: 118px;
  left: -30px;
}
.news .slideTxtBox1 .bd .bo li:hover .zi {
  border-left: 1px solid transparent;
}
.news .slideTxtBox1 .bd .bo li:hover .zi .ti {
  font-weight: bold;
}
.news .slideTxtBox1 .bd .bo li {
  width: 450px;
  height: 135px;
  padding-top: 42px;
  box-sizing: border-box;
  position: relative;
}
.news .slideTxtBox1 .bd .bo li .tu {
  transition: 0.5s;
  width: 0;
  height: 78px;
  position: absolute;
  top: 32px;
  left: 0px;
  overflow: hidden;
}
.news .slideTxtBox1 .bd .bo li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .slideTxtBox1 .bd .bo li .shi {
  width: 60px;
  height: 50px;
  text-align: center;
  float: left;
  transition: 0.3s;
  color: #999999;
  font-size: 14px;
  line-height: 11px;
}
.news .slideTxtBox1 .bd .bo li .shi p {
  color: #999999;
  font-size: 24px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.news .slideTxtBox1 .bd .bo li .zi {
  transition: 0.5s;
  width: 375px;
  float: right;
  box-sizing: border-box;
  padding-left: 22px;
  height: 50px;
  border-left: 1px solid #e1e1e1;
}
.news .slideTxtBox1 .bd .bo li .zi .ti {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .slideTxtBox1 .bd .bo li .zi .ti a {
  color: #444444;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd .bo li .zi .jie {
  color: #adadad;
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .yqlj {
  width: 100%;
  margin-top: 50px;
  line-height: 53px;
  height: 53px;
  box-sizing: border-box;
  padding-left: 160px;
  background: url(../images/link.png) no-repeat 8px center;
}
.news .yqlj li:hover {
  transform: translateX(5px);
}
.news .yqlj li:hover a {
  color: #0231a3;
}
.news .yqlj li {
  float: left;
  color: #5f5e5e;
  font-size: 14px;
  transition: 0.3s;
}
.news .yqlj li a {
  color: #5f5e5e;
  transition: 0.3s;
}
.news .yqlj p {
  color: #5f5e5e;
  font-size: 14px;
  margin: 0 15px;
  float: left;
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
