@charset "UTF-8";
/*-----default model-----*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td, figcaption {
  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;
}

img {
  border: none;
}

input, textarea, button, select {
  outline: 0 none;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  color: #333;
  text-align: center;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit
}

.clearfix:before, .clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfix {
  zoom: 1
}

body {
  width: 100%;
  height: 100%;
  font-size: 0.12rem;
  min-width: 11rem !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #444;
  background: #fff;
}

#footer_bx {
  clear: both;
}

.m-show, .m-ib {
  display: none !important;
}

.qgfx_box {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem !important;
}

a[title="站长统计"] {
  display: none;
}

@media only screen and (min-width: 8rem) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (min-width: 8rem) and (max-width: 14.4rem) {
  body {
    zoom: 0.8
  }
}

.wrap {
  position: relative;
  width: 11rem;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.sec1 {
  background: url('../images/s1Bg.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 6.58rem;
}

.sec2 {
  background: url('../images/s2Bg.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 19.84rem;
}

.sec3 {
  background: url('../images/s3Bg.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 5.6rem;
}

.tit {
  display: inline-block;
  width: 100%;
  margin-top: .21rem;
}

.tit h3 {
  font-size: .48rem;
  font-weight: 900;
  color: #446ef6;
  background: linear-gradient(to right, #b93bc8 0%, #456ef6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tit h3::before {
  display: inline-block;
  content: '';
  width: .67rem;
  height: .61rem;
  background: url(../images/titL.png) no-repeat center top;
  background-size: 100% 100%;
  vertical-align: bottom;
  margin-right: 0.16rem;
}

.tit h3::after {
  display: inline-block;
  content: '';
  width: .48rem;
  height: .38rem;
  background: url(../images/titR.png) no-repeat center top;
  background-size: 100% 100%;
  vertical-align: bottom;
}

.ggBg {
  display: inline-block;
  width: 10.76rem;
  height: .43rem;
  background: url(../images/titT.png) no-repeat center top;
  background-size: 100% 100%;
  margin-top: 0.22rem;
}

.cot {
  padding-top: 0.01rem;
  box-sizing: border-box;
  width: 94%;
  margin: .2rem 3% 0;
  background: #fff;
  box-shadow: 0 .03rem .07rem rgba(33, 101, 215, 0.4);
  position: relative;
}

/* 输入框填充背景 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 10rem white inset;
}

/* 输入框填充透明 */
/* input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
} */

/*banner */
.banner-box {
  position: relative;
  height: 5.23rem;
  background: url('../images/banner.jpg') no-repeat center top;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.banner-box .wrap {
  height: auto;
}

.banner-box .logo {
  width: 2.21rem;
  height: .72rem;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/logoBg.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-box .logo img {
  width: 100%;
  max-width: 1.26rem;
}

.sections {
  width: 100%;
  clear: both;
  float: left;
}

.secMain {
  width: 99.8%;
  clear: both;
  float: left;
  border-radius: .25rem;
  border: .01rem solid #3a60e9;
  background: #e3effe;
  background: -webkit-linear-gradient(bottom, #fff, #e3effe);
  background: -o-linear-gradient(bottom, #fff, #e3effe);
  background: -moz-linear-gradient(bottom, #fff, #e3effe);
  background: linear-gradient(to bottom, #fff, #e3effe);

}

.secMain h2 {
  font-size: .36rem;
  font-weight: bold;
  line-height: .48rem;
  color: #ff3f00;
  width: 100%;
  float: left;
  margin-top: .22rem;
  margin-bottom: .16rem;
}

.secMain h2::before, .secMain h2::after {
  content: '';
  width: .52rem;
  height: .48rem;
  display: inline-block;
  vertical-align: top;
}

/*.secMain h2::before {
  background: url('../images/title-icon01.png') no-repeat center / 100%;
  margin-right: .35rem;
}

.secMain h2::after {
  background: url('../images/title-icon02.png') no-repeat center / 100%;
  margin-left: .35rem;
}*/

/*section1*/

.s1-main {
  height: 5.11rem;
}

.cot1 {
  height: 4.7rem;
}

.cot1 > div {
  display: inline-block;
}

.cot1 .s1T {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .35rem;
}

.s1T > span {
  display: inline-block;
  float: left;
  line-height: .49rem;
}

.s1T .sp1, .s1T .sp3 {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: .56rem;
  cursor: pointer;
  margin-top: 0;
  opacity: .6;
  background: #a7d8fe;

}
.s1T .sp1{
  border-radius: 0 .05rem .05rem 0;
}
.s1T .sp3{
  border-radius:  .05rem 0 0 .05rem;
}
.s1T .sp1 img,
.s1T .sp3 img{
  width: 0.15rem;
  animation:moveX1 linear 1s infinite alternate ;
}
.s1T .sp3 img{
  animation:moveX2 linear 1s infinite alternate ;
}
.s1T .sp1:hover,
.s1T .sp3:hover {
  opacity: 1;
}


.s1T .sp2 {
  width: 90%;
  height: 0.54rem;
  overflow: hidden;
}


.s1T .sp2 .swiper-slide {
  display: inline-block;
  width: 2.17rem;
  height: .54rem;
  line-height: .54rem;
  font-size: .24rem;
  color: #fff;
  cursor: pointer;
  border-radius: 0.08rem;

  background: -webkit-linear-gradient(bottom, #35b8f5, #355af5);
  background: -o-linear-gradient(top, #35b8f5, #355af5);
  background: -moz-linear-gradient(top, #35b8f5, #355af5);
  background: linear-gradient(to bottom, #35b8f5, #355af5);
}

.s1T .sp2 .swiper-slide.cur {
  background: #d31312;
  background: -webkit-linear-gradient(bottom, #fc6c66, #d31312);
  background: -o-linear-gradient(top, #fc6c66, #d31312);
  background: -moz-linear-gradient(top, #fc6c66, #d31312);
  background: linear-gradient(to bottom, #fc6c66, #d31312);
}


.s1B {
  width: 95%;
  margin: .2rem 2.5% 0;
}

.s1B > div {
  display: inline-block;
  width: 4.66rem;
  height: 2.9rem;
  background: #e8f5ff;
  margin-right: .27rem;
  float: left;
}

.s1B > div:nth-of-type(2) {
  margin-right: 0;
}

.s1B > div > div {
  display: inline-block;
  float: left;
}

.s1bt {
  display: inline-block;
  width: 0.55rem;
  height: 2rem;
  background: url(../images/s1img1.png) no-repeat center top;
  background-size: 100% 100%;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
  line-height: .3rem;
  padding-top: 0.23rem;
  margin-top: .26rem;
}

.s1bt1 {
  height: 1.7rem;
  padding-top: .53rem;
}

.s1xq {
  margin-top: .44rem;
  margin-left: .34rem;
}

.pcrukou {
  display: none
}

.pcrukou.show {
  display: block
}

.s1ewm {
  margin-left: .84rem;
}

.xcxrukou {
  display: none;
}

.xcxrukou.show {
  display: block;
}

.xcxrukou .p1 img {
  width: 1.72rem;
  box-sizing: border-box;
  border-radius: .15rem;
  border: 3px solid #0f74ec;
}

.s1xq .s1btn {
  display: inline-block;
  width: 2.34rem;
  height: .48rem;
  line-height: .48rem;
  border-radius: 1rem;
  font-size: .24rem;
  color: #fff;
  margin-top: 0.35rem;
  cursor: pointer;
  background: #d00e0d;
  background: -webkit-linear-gradient(bottom, #fc6d67, #d00e0d);
  background: -o-linear-gradient(bottom, #fc6d67, #d00e0d);
  background: -moz-linear-gradient(bottom, #fc6d67, #d00e0d);
  background: linear-gradient(to bottom, #fc6d67, #d00e0d);
}

.s1btn img {
  width: .22rem;
  margin-left: .05rem;
}

.s1btn.xcxsj {
  display: none;
}

/*section2*/
.s2-main {
  height: 19rem;
}

.cot2 {
  height: 17.18rem;
}

.cot2 > div {
  display: inline-block;
  width: 9.03rem;
  position: relative;
}

.s2nr1 {
  height: 3.61rem;
  background: url(../images/s1Cbg1.png) no-repeat center top;
  background-size: 100%;
  margin-top: 1.07rem;
}

.s2nr2 {
  height: 6.31rem;
  background: url(../images/s1Cbg2.png) no-repeat center top;
  background-size: 100%;
  margin-top: .98rem;
}

.s2nr3 {
  height: 3.61rem;
  background: url(../images/s1Cbg3.png) no-repeat center top;
  background-size: 100%;
  margin-top: .92rem;
}

.s2L .s2xh {
  display: inline-block;
  width: .86rem;
  height: .86rem;
  background: url(../images/s2img4.png) no-repeat center top;
  background-size: 100%;
  font-size: .3rem;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-left: 0.45rem;
  margin-top: -0.11rem;
  line-height: .75rem;
}

.s2L .p1 {
  font-size: .24rem;
  color: #333;
  text-align: left;
  display: inline-block;
  float: left;
  margin-left: 0.06rem;
  margin-top: 0.6rem;
}

.s2R {
  position: absolute;
  top: -.55rem;
}

.s2nr1 .s2R {
  right: .47rem;
}

.s2nr2 .s2R {
  left: 0.74rem;
}

.s2nr3 .s2R {
  right: .12rem;
  top: -0.27rem;
}

.s2wxts {
  display: inline-block;
  width: 3rem;
  position: absolute;
  right: 0.32rem;
  top: 2.1rem;
}

.s2wxts > p {
  text-align: left;
  font-size: .18rem;
  color: #333;
}

.s2wxts .p1 {
  font-size: .18rem;
  font-weight: bold;
  color: #1c47e7;
}

.s2nr2 .s2L .s2xh {
  float: right;
  margin-left: 0;
  margin-right: 0.45rem;
}

.s2nr2 .s2L .p1 {
  float: right;
  text-align: right;
  margin-right: 0.12rem;
}

.s2nr2 .s2L .s3kt {
  font-size: .18rem;
  color: #e02121;
  width: 3.59rem;
  height: 1.66rem;
  background: url(../images/s2img5.png) no-repeat center top;
  background-size: 100%;
  float: right;
  clear: both;
  text-align: left;
  margin-right: 0.25rem;
}

.s2nr2 .s2L .p2 {
  width: 63%;
  margin-top: 0.85rem;
  margin-left: 7%;
}

.s2nr2 .s2L .p2 > span {
  font-size: .22rem;
}

.s2Bz {
  display: inline-block;
  width: 7.65rem;
  height: 1.27rem;
  background: url(../images/s2img6.png) no-repeat center top;
  background-size: 100%;
  float: right;
  margin-right: 0.38rem;
  margin-top: 1.1rem;
  padding-top: 0.3rem;
}

.s2Bz > span {
  display: inline-block;
  float: left;
  font-size: .2rem;
  color: #fff;
  padding: 0 0.2rem;
  height: .45rem;
  line-height: .45rem;
  border-radius: 1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.58rem;
  background: #0d48bf;
  background: -webkit-linear-gradient(right, #578fff, #0d48bf);
  background: -o-linear-gradient(right, #578fff, #0d48bf);
  background: -moz-linear-gradient(right, #578fff, #0d48bf);
  background: linear-gradient(to right, #578fff, #0d48bf);
}

.s2Bz .sp1 {
  margin-left: .35rem;
}

.s2Bz .sp3 {
  margin-left: .05rem;
  margin-right: .35rem;
}

.s2Bz .sp5 {
  margin-left: 2.35rem;
}

.s2Bz .sp6 {
  margin-left: 0.2rem;
  margin-right: 0.4rem;
}

/*section3*/
.s3-main {
  height: 5.14rem;
}

.cot3 {
  height: 3.5rem;
}

.s3xq > div {
  display: inline-block;
  width: 4.66rem;
  height: 2.91rem;
  background: #e8f5ff;
  border-radius: .08rem;
  margin: .28rem .11rem 0;
  position: relative;
}

.s3titB {
  display: inline-block;
  width: 3.01rem;
  height: .49rem;
  line-height: .49rem;
  background: url(../images/s3titBg.png) no-repeat center top;
  background-size: 100%;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
}

.s3img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.s3img1 {
  left: 0.88rem;
  bottom: 0.28rem;
}

.s3img2 {
  left: 0.2rem;
  bottom: 0.2rem;
}

.s3ewm {
  background: #fff;
  width: 2.1rem;
  height: 1.71rem;
  border-radius: .15rem;
  float: right;
  margin-top: .32rem;
  margin-right: 0.84rem;
}

.s3ewm2 {
  margin-right: .42rem;
}
.pingtai img{
  display: none;
}
.pingtai img.show{
  display: block;
}
.tixing img{
  display: none;
}
.tixing img.show{
  display: block;
}

.s3ewm > img {
  float: left;
  width: 1.7rem;
  box-sizing: border-box;
  border-radius: .15rem;
  border: 5px solid #167cf5;
}

.s3ewm > span {
  display: inline-block;
  font-size: .2rem;
  color: #333;
  width: 0.28rem;
  line-height: .22rem;
  vertical-align: top;
  float: left;
  margin-left: .03rem;
  margin-top: .2rem;
}


/*按钮悬停*/
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0.01rem) translateZ(0);
  transform: perspective(0.01rem) translateZ(0);
  box-shadow: 0 0 0.01rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
  box-shadow: 0 0.15rem 0.15rem -0.1rem rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes moveX1{  0%{transform: translateX(-5px);}  100%{transform: translateX(7px);}}
@-o-keyframes moveX1{  0%{transform: translateX(-5px);}  100%{transform: translateX(7px);}}
@-moz-keyframes moveX1{  0%{transform: translateX(-5px);}  100%{transform: translateX(7px);}}
@-webkit-keyframes moveX1{  0%{transform: translateX(-5px);}  100%{transform: translateX(7px);}}
@keyframes moveX2{  0%{transform: translateX(7px);}  100%{transform: translateX(-5px);}}
@-o-keyframes moveX2{  0%{transform: translateX(7px);}  100%{transform: translateX(-5px);}}
@-moz-keyframes moveX2{  0%{transform: translateX(7px);}  100%{transform: translateX(-5px);}}
@-webkit-keyframes moveX2{  0%{transform: translateX(7px);}  100%{transform: translateX(-5px);}}