@import "style-tc.css";
@import "base.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 7.5rem !important;
  width: 7.5rem;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #bfd9fa;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  body {
    background: #105ae8;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  background: #105ae8 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.wrap {
  width: 6.67rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 7rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.banner-box {
  width: 100%;
  clear: both;
  height: 6.9rem;
  overflow: hidden;
  position: relative;
}
.banner-box .logo {
  width: 1.8rem;
  height: 0.96rem;
  position: absolute;
  top: 0;
  left: 0.4rem;
  background: url("../images/logo.png") no-repeat center top;
  background-size: 100%;
}
.banner-box .logo img {
  width: 1.54rem;
  display: block;
  margin: .28rem auto
}
.banner-box .tit {
  width: 100%;
  padding-top: .6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.banner-box .tit img {
  width: 6.98rem;
  display: block;
  animation: scale2 0.8s linear infinite alternate;
  -o-animation: scale2 0.8s linear infinite alternate;
  -moz-animation: scale2 0.8s linear infinite alternate;
  -webkit-animation: scale2 0.8s linear infinite alternate;
  margin: 0 auto;
}
.banPic01{
  width: 100%; margin-top: -.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banPic01 img{
  width: 6.7rem; display: block;
  animation: scale2 0.8s linear infinite alternate;
  -o-animation: scale2 0.8s linear infinite alternate;
  -moz-animation: scale2 0.8s linear infinite alternate;
  -webkit-animation: scale2 0.8s linear infinite alternate;
  margin: 0 auto;
}

.banner-box .logStat {
  position: absolute;
  top: 0.25rem;
  right: 0;
  z-index: 3;
}
.banner-box .logStat a {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #ff3f62;
  display: block;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0 0.2rem;
  background: #fff;
  border: .01rem solid #fff;
  border-right: inherit;
}
.banner-box .logStat a span{
  display: inline-block;
}
.banner-box .logStat a .sp2{
  margin-left: .1rem;
}
.banner-box::before{
  content: ''; width: .83rem; height: 1.04rem; display: block;
  background: url("../images/ban-icon01.png") no-repeat center top / 100%;
  position: absolute; top: .26rem;left: 4.3rem;
}
.banner-box::after{
  content: ''; width: .67rem; height: .58rem; display: block;
  background: url("../images/ban-icon02.png") no-repeat center top / 100%;
  position: absolute; top: 3.37rem;left: .72rem;
}

.Sq{
  display: inline-block;
  width: 100%;
  height: 4.57rem;
  margin-left: .16rem;
  margin-bottom: .22rem;
  position: relative;
}
.Sq.xm1{
  background: url("../images/xqBg1.png") no-repeat center top / 7.02rem;
  margin-top: -1.16rem;
}
.Sq.xm2{
  background: url("../images/xqBg2.png") no-repeat center top / 7.02rem;
  margin-bottom: .17rem;
}
.Sq>div{
  display: inline-block;
  width: 100%;
}
.sqT>img{
  width: 3.86rem;
  height: .43rem;
  float: left;
  margin-left: .42rem;
  margin-top: .2rem;
  margin-right: .1rem
}
.sqT>span{
  display: inline-block;
  font-size: .27rem;
  color: #e88090;
  height: .45rem;
  line-height: .45rem;
  border-bottom: .01rem dashed #eb919f;
  float: left;
  margin-top: .18rem;
}
.Sq .sqB{
  display: inline-block;
  width: 95%;
  margin: .3rem 2.5% 0;
}
.sqB>div{
  display: inline-block;
  width: 2.05rem;
  height: 2.49rem;
  background: url("../images/nrBg.png") no-repeat center top;
  background-size: 100%;
  margin: 0 .03rem;
  float: left;
}
.xm1 .sqxq{
  background: url("../images/nrBg1.png") no-repeat center top / 100%;
}
.xm2 .sqxq{
  background: url("../images/nrBg2.png") no-repeat center top / 100%;
}
.sqxq>p{
  display: inline-block;
  width: 100%;
}
.sqxq .p1{
  font-size: .26rem;
  font-weight: bold;
  background: linear-gradient(90deg, #1e47de, #1e67f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: .45rem;
  line-height: .45rem;
}
.xm2 .sqxq .p1{
  background: linear-gradient(90deg, #e83428, #c40c23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sqxq .p2{
  margin-top: .16rem;
}
.sqxq .p2>img{
  height: .54rem;
}
.sqxq .p3{
  margin-top: .1rem;
  font-size: .2rem;
  color: #4d78ad;
}
.xm2 .sqxq .p3{color: #a85733;}
.sqxq>a{
  display: inline-block;
  width: 1.68rem;
  height: .49rem;
  line-height: .49rem;
  background: url(../images/btn01.png) no-repeat center top;
  background-size: 100%;
  font-size: .22rem;
  font-weight: bold;
  color: #d72b2c;
  text-shadow: 0 .01rem 0 rgba(252, 242, 175);
  position: relative;
  margin-top: .25rem;
  animation: scaleDraw 3.6s linear infinite alternate;
  -o-animation: scaleDraw 3.6s linear infinite alternate;
  -moz-animation: scaleDraw 3.6s linear infinite alternate;
  -webkit-animation: scaleDraw 3.6s linear infinite alternate;
}
.sqxq>a:nth-of-type(2n){
  animation: scaleDraw 3.1s linear infinite alternate;
  -o-animation: scaleDraw 3.1s linear infinite alternate;
  -moz-animation: scaleDraw 3.1s linear infinite alternate;
  -webkit-animation: scaleDraw 3.1s linear infinite alternate;
}
.sqxq>a::after{
  display: inline-block;
  content: '';
  width: .22rem;
  height: .22rem;
  background: url(../images/btnJT.png) no-repeat center top;
  background-size: 100%;
  vertical-align: middle;
  margin-left: .02rem;
}
.sqxq>a.cur{
  background: url(../images/btn02.png) no-repeat center top;
  background-size: 100%;
  color: #fff;
  text-shadow: inherit;
}
.sqxq .p4{
  font-size: .21rem;
  color: #d1deff;
  line-height: .28rem;
  height: .6rem;
  margin-top: .2rem;
  white-space: nowrap;
}
.xm2 .sqxq .p4{color: #a85733;}
.ymDB{
  display: block;
  width: 100%; clear: both;
  margin-bottom: .45rem;
  /*background: url(../images/ymB.png) no-repeat center top;*/
  /*background-size: 100%;*/
}
.ymDB img{
  width: 4.17rem; display: block;
  margin: auto;
}

.Pimg{
  width: 1.08rem;
  position: absolute;
}
.Pimg1{
  left: -.88rem;
  top: -.58rem;
  animation: scaleDraw 3.8s linear infinite alternate;
  -o-animation: scaleDraw 3.8s linear infinite alternate;
  -moz-animation: scaleDraw 3.8s linear infinite alternate;
  -webkit-animation: scaleDraw 3.8s linear infinite alternate;
}
.Pimg2 {
  right: -.1rem;
  top: -.32rem;
  animation: moveY .8s linear infinite alternate;
  -o-animation: moveY .8s linear infinite alternate;
  -moz-animation: moveY .8s linear infinite alternate;
  -webkit-animation: moveY .8s linear infinite alternate;
}









@-webkit-keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
