@charset "utf-8";
@font-face {
  font-family: "swiper-icons";
  src: url('../fonts/swiper.woff') format('woff');
}

.swiper-icons {
  font-family: "swiper-icons" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swi-linkedin:before {
  content: "\e764";
}

.swi-caidan:before {
  content: "\e620";
  color: #fff;
}

.swi-guanbi:before {
  content: "\eca0";
}

.swi-instagram:before {
  content: "\e736";
}

.swi-tengxunweibo:before {
  content: "\e653";
}

.swi-facebook1:before {
  content: "\e8e7";
}

.swi-pause:before {
  content: "\e618";
}

.swi-arrbar:before {
  content: "\e62a";
}

.swi-arrbal:before {
  content: "\eac0";
}

.swi-shipinhao:before {
  content: "\e64a";
}

.swi-bzhan:before {
  content: "\e613";
}

.swi-huya:before {
  content: "\e617";
}

.swi-douyu:before {
  content: "\e67a";
}

.swi-kuaishou:before {
  content: "\e61b";
}

.swi-bilibili:before {
  content: "\e605";
}

.swi-qq:before {
  content: "\e603";
}

.swi-douyin:before {
  content: "\e690";
}

.swi-Titter:before {
  content: "\e694";
}

.swi-play:before {
  content: "\e630";
}

.swi-facebook:before {
  content: "\e63b";
}

.swi-more:before {
  content: "\e601";
}

.swi-yousanjiao:before {
  content: "\e614";
}

.swi-more1:before {
  content: "\e602";
}

.swi-shijian:before {
  content: "\e6b4";
}

.swi-ssj:before {
  content: "\e6cb";
}

.swi-weixin:before {
  content: "\e615";
}

.swi-sina:before {
  content: "\e61f";
}

.swi-downb:before {
  content: "\e600";
}

.swi-upb:before {
  content: "\eabc";
}

.swi-darrr:before {
  content: "\e65c";
}

.swi-arrlb:before {
  content: "\e62f";
}

.swi-darrl:before {
  content: "\eabb";
}

.swi-morear:before {
  content: "\e679";
}

.swi-jia:before {
  content: "\e65b";
}

.swi-jian:before {
  content: "\e622";
}

.swi-arrl:before {
  content: "\e60a";
}

.swi-close:before {
  content: "\e60b";
}

.swi-arrr:before {
  content: "\e648";
}

.swi-sousuo:before {
  content: "\e616";
}

.swi-arrrb:before {
  content: "\e676";
}

.swi-up:before {
  content: "\eabe";
}

.swi-moreal:before {
  content: "\eabf";
}

.swi-down:before {
  content: "\eabd";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none
}


.headerm {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-right: 4%;
  padding-left: 4%;
  background: #008ed6;
  height: .65rem;
  box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);
}

.headerm *{
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.headerm .logo img {
  height: .6rem
}

.headerm .navbtnm {
  width: .86rem;
  height: .65rem;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  text-align: center;
  line-height: .65rem;
  padding-left: .1rem
}

.headerm .navbtnm i {
  font-size: .38rem;
  transition: .1s
}



.search {
  padding-left: 35px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  margin-right: 0.3rem;
  line-height: 30px;
}

.search input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 14px;
  margin-top: -20px;
  width: 0px;
  text-indent: 10px;
  opacity: 0;
}

.search.active {
  padding-left: 0;
  margin-top: -4px;
}

.search i.active {
  position: absolute;
  right: 0;
  top: -2px;
  /* width: 0.89rem; */
  /* line-height: 30px; */
  /* height: 0.3rem; */
  font-size: 0.24rem;
  text-align: center;
  /* border: 1px solid #fff; */
  /* border-radius: 15px; */
}

.search button {
  display: none;
  background: none;
  position: absolute;
  right: 12px;
}

.search.active button {
  display: block;
  top: 0;
}

.search.active .motion_1 {
  width: 150px;
  opacity: 1;
}

.search.active i.active {
  position: absolute;
  right: -18px;
  top: -4px;
  border: none;
  color: transparent;
  width: auto;
}

.search.active i.active:before {
  content: 'x';
  color: #fff;
  font-size: 0.18rem;
}

.big-nav {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.big-nav .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.04rem;
  bottom: 0;
  overflow-y: auto
}

.big-nav .scroll ul {
  max-width: 16.8rem;
  margin: 0 auto
}

.big-nav .scroll li {
  width: 10%;
  text-align: center;
  padding-top: .45rem
}

.big-nav .scroll li h2 {
  font-size: .2rem;
}

.big-nav .scroll li a {
  color: #fff
}

.big-nav .scroll li a:hover {
  color: #37d8ff
}

.big-nav .scroll li .list {
  padding: .2rem 0
}

.big-nav .scroll li .list h3 {
  font-weight: 400;
  font-size: .16rem;
  line-height: 1.3em;
  padding: .1rem 0
}

.big-nav .scroll li .list dl {
  padding-bottom: .2rem
}

.big-nav .scroll li .list dd {
  font-size: .14rem;
  line-height: .3rem;
  opacity: .65
}

body.navShow {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%
}

body.navShow .big-nav {
  opacity: 1;
  visibility: visible;
}

body.navShow .header .hd-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

body.navShow .header .hdr-t {
  padding-top: .2rem
}

body.navShow .header .navbtn i:before {
  content: "\eca0";
}

body.navShow .headerm .navbtnm i:before {
  content: "\eca0";
}

body.navShow .header .logo {
  top: -.4rem
}

body.navShow .header .hd-a {
  transform: translateY(.2rem);
}

.big-nav .btn-list1 {
  display: none
}


@media screen and (max-width: 1024px) {
  .big-nav .btn-list1 {
    display: block;
  }

  .big-nav {
    background: #008ed6;
    overflow-y: auto;
    padding-bottom: .3rem
  }

  .big-nav .scroll {
    position: static;
    padding-top: .8rem;
  }

  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  }

  .big-nav .scroll li h2 {
    font-size: .2rem;
    line-height: .65rem;
    padding-left: 6%;
    position: relative
  }

  .big-nav .scroll li h2.h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 6%;
    font-size: .2rem;
    font-family: "swiper-icons" !important;
    content: "\e600";
    color: #fff;
    transition: .3s
  }

  .big-nav .scroll li .list {
    padding: 0 0 0 6%;
    display: none
  }

  .big-nav .scroll li .list h3 {
    font-size: .17rem;
    border-top: rgba(255, 255, 255, .13) solid 1px;
    padding: .16rem 0;
    line-height: 1.4em
  }

  .big-nav .scroll li .list h3:nth-child(1) {
    border: 0
  }

  .big-nav .scroll li .list dl {
    margin-left: -6%;
    padding: 0 .2rem .2rem 0;
    margin-top: -.05rem;
    display: flex;
    flex-wrap: wrap;
  }

  .big-nav .scroll li .list dd {
    font-size: .16rem;
    line-height: .4rem;
    min-width: 33%;
    padding-left: 6%
  }

  .big-nav .scroll li .list dd a {
    display: block;
    height: .4rem
  }

  .big-nav .scroll li.on h2.h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }

  .big-nav .search {
    position: relative;
    padding: .3rem 6% .4rem;
    width: 100%
  }

  .big-nav .search form {
    display: block !important;
    position: relative;
  }

  .big-nav .search form .serinp {
    position: static;
    top: 0;
    right: 0;
    width: 100%
  }

  .big-nav .search form .serbtn {
    width: .55rem;
    height: .55rem;
    position: absolute;
    text-align: center;
    line-height: .55rem;
    font-size: .22rem;
    color: #fff;
    top: 0;
    right: 0
  }

  .big-nav .search form .serbtn i {
    font-size: .2rem;
    display: block;
    width: .55rem;
    height: .55rem;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: .4rem;
    color: #008ed6;
    font-size: .25rem
  }

  .big-nav .search form .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: .55rem;
    height: .55rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0;
    color: #008ed6;
  }

  .big-nav .search form .serinp input {
    width: 100%;
    height: .55rem;
    line-height: .55rem;
    background: #fff;
    border: 0;
    font-size: .18rem;
    border-radius: 5px;
    color: #333;
    padding: 0 .55rem 0 .15rem;
    opacity: 1;
  }

  .big-nav .links {
    line-height: .35rem;
    color: #fff;
    font-size: .18rem;
    padding: .2rem 5%;
    transition: .3s;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    justify-content: flex-start;
  }

  .big-nav .links a {
    color: #fff;
    padding: 0 0.15rem;
  }

  .big-nav .links a i {
    font-size: .26rem;
    margin-right: 3px;
    vertical-align: -2px
  }
}

@media screen and (max-width:1024px) {
  .header {
    display: none
  }

  .headerm {
    display: flex;
  }

  html {
    font-size: 90px !important;
  }
}

@media screen and (max-width:900px) {
  html {
    font-size: 85px !important;
  }
}

@media screen and (max-width:640px) {
  body {
    font-size: .18rem
  }
}

@media screen and (max-width:480px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width:375px) {
  html {
    font-size: 75px !important;
  }
}

@media screen and (max-width:360px) {
  html {
    font-size: 70px !important;
  }
}