/***************top and bottom css*********************/
/**header_main**/
.header_main {
  position: fixed;
  width: 100%;
  height: 1rem;
  left: 0;
  top: 0;
  z-index: 100;
}

.header_main .logo {
  position: absolute;
  top: 0;
  right: 24%;
}

.header_main .logo img {
  display: block;
  padding-left: 0.3rem;
  padding-top: 0.22rem;
  height: 0.5rem;
}

.header_main .logo .img2 {
  display: none;
}

.header_main .navbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.66rem;
  padding-top: 0.34rem;
  z-index: 12;
}

.header_main .navbtn s {
  width: 0.33rem;
  height: 0.31rem;
  display: block;
  margin: 0 auto;
  background-position: -0.4rem 0;
}

.header_main.hover .navbtn s {
  width: 0.33rem;
  height: 0.31rem;
  display: block;
  margin: 0 auto;
  background-position: -1.68rem 0;
}

.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}

.header_main .ce {
  position: absolute;
  right: 1.1rem;
  font-family: arial;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #fff;
}

.header_main .member {
  position: absolute;
  right: 2.1rem;
  top: 0.32rem;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background-position: 0 0;
}

.header_main.hover {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.header_main.hover1 {
  background: #0059a9;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}

.header_main .goBack {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: 0.28rem auto 0;
  background: url(../g-images/g-ico.png) no-repeat;
  background-size: 4rem auto;
  background-position: -0.98rem -0.9rem;
  content: '';
  display: block;
}

.header_main .search_ico {
  display: block;
  position: absolute;
  right: 0.8rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  z-index: 6;
  padding-top: .34rem;
}

.header_main .search_ico a {
  font-size: 0.38rem;
  color: #fff;
  line-height: 0.38rem;
}

.header_main.hover .search_ico a {
  color: #333;
}

.header_main .search_ico s {
  width: .34rem;
  height: .34rem;
  margin: 0 auto;
  background-position: -0rem -2.3rem;
}

.header_main.hover .search_ico s {
  width: .34rem;
  height: .34rem;
  margin: 0 auto;
  background-position: -0rem -2.7rem;
}

.header_main .search_ico.on {
  background: #fa4040;
}

.header_main .search_ico.on s {
  background-position: -0.41rem -2.3rem;
}

.header_main .tsearch {
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1122;
  background: #f5f5f5;
}

.header_main .tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: .3rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: #fff;
  border: none;
  position: absolute;
  left: 3%;
  top: .2rem;
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
}

.header_main .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: url(../images/search-ico.png) no-repeat center #0059a9;
  position: absolute;
  right: 3%;
  top: .2rem;
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  background-size: .4rem auto;
}

/*subNav*/
/*.subNav {
  position: fixed;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.subNav .close {
  width: 0.42rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: 0.28rem;
  top: 0.28rem;
  margin: 0 auto;
  background-position: -1.92rem 0;
}
.subNav ul {
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  overflow-y: auto;
  height: 100%;
}
.subNav li {
  width: 94%;
  display: block;
  line-height: 0.8rem;
  margin: 0 3%;
  position: relative;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.26rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.subNav li a s {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  background-position: -3.68rem 0;
  margin-top: 0.34rem;
  margin-right: 0.1rem;
}
.subNav li a.on {
  color: #00bce9;
}
.subNav li a.on s {
  background-position: -3.28rem 0;
}
.subNav li .box {
  display: none;
}
.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333 !important;
  font-size: 0.24rem;
}
.subNav li.hover a {
  color: #00bce9;
}
.subNavShow {
  display: block;
}*/

/*subNav*/
.subNav {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  left: 0;
  top: -150%;
  width: 100%;
  transition: all ease 1.4s;
  height: 100%;
}

.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
}

.subNav ul {
  width: 100%;
  padding: 1rem 0 .5rem;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}

.subNav li {
  width: 90%;
  display: block;
  margin: 0 5%;
  position: relative;
  border-bottom: #e7e7e7 solid 1px;
}

.subNav li .icobe {
  display: block;
  color: #333;
  font-size: 0.4rem;
  width: 100%;
  font-weight: bold;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}

.subNav li s {
  width: .16rem;
  height: .55rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: .24rem;
  background-position: -1.5rem -0.9rem;
  margin-top: .46rem;
  margin-right: .1rem;
  float: right;
  position: relative;
  z-index: 11;
}

.subNav li .box {
  display: inline-block;
  width: 100%;
}

.subNav li .box a {
  border-color: #f9f9f9;
  float: left;
  height: 0.54rem;
  line-height: 0.28rem;
  color: #999999;
  font-size: .28rem;
  padding-right: 0.3rem;
}

.subNav li.on>a {
  color: #0059a9;
}

.subNav li.on s {
  background-position: -1.3rem -0.9rem;
}

.subNav li.hover a {
  color: #0059a9;
}

.subNav li .box a:nth-child(4) {
  padding-right: 0;
}

.subNav ul .en {
  display: block;
  color: #333;
  font-size: 0.28rem;
  width: 94%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  line-height: 1rem;
}

.subNav .guan {
  background-position: -0.9rem -0.9rem;
  position: absolute;
  right: 0.3rem;
  top: 0.4rem;
  width: .28rem;
  height: .4rem;
  display: block;
  margin: 0 auto;
  z-index: 3;
}

.subNav.subNavShow {
  top: 0;
  transition: all ease 1.5s;
}

.subNav .background {
  background: url(../images/wave_01.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0rem;
  height: 0.5rem;
  left: 0;
  transform: translateY(20px) rotate(180deg);
  width: 100%;
}

.subNav .logo {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 3;
}

.subNav .logo img {
  display: block;
  height: 0.5rem;
}

.subNav .background .wave {
  display: block;

  width: 100%;
  height: auto;
  fill: #fff;
  transform: translateY(-10px) rotate(180deg);
}



.parallax>use {
  animation: move-forever 12s linear infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
}

.parallax>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

.editorial {
  display: block;
  width: 100%;
  height: 0.7rem;
  margin-top: -0.68rem;
  position: relative;
  z-index: 5;
}


@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}

.waveWrapper {

  position: relative;
  height: 0.69rem;
  margin-top: -0.6rem;
  z-index: 3;
  overflow: hidden;
}

.waveWrapperInner {}

.bgTop {
  z-index: 15;

}

.bgMiddle {
  z-index: 10;

}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  animation: move_wave 10s linear infinite;
}

.waveTop {}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveMiddle {}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

/***footer****/
.footer {
  width: 90%;
  text-align: left;
  color: #fff;
  font-size: .26rem;
  line-height: .42rem;
  padding: .45rem 5%;
  z-index: 111;
  background: #00172c;
  background-size: 100%;
}

.footer.foot1l {
  width: 90%;
  text-align: left;
  color: #fff;
  font-size: .26rem;
  line-height: .42rem;
  padding: .45rem 5%;
  z-index: 111;
  background: #00172c;
  background-size: 100%;
}

.footer a {
  color: #b4b4b4;
  font-size: .26rem;
}

.footer .logo1 {
  display: block;
  width: 35%;
  padding-top: 0.1rem;
  float: right;
  padding-right: 5%;
}

.fot {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.3rem;
}

.fot p {
  display: block;
  font-size: 0.6rem;
  color: #4bacfb;
  line-height: 0.6rem;
  padding-top: 0.1rem;
}

.fov {
  padding-top: 0.1rem;
}

.fov ul {
  display: inline-block;
  width: 100%;
}

.fov ul li {
  width: 33.3%;
  float: left;
}

.fov ul li.li7 {
  display: none;
}

.fov ul li a {
  display: block;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.3rem;
  padding-top: 0.26rem;
}

.footer_d {
  padding-top: 0.3rem;
  color: #b4b4b4;
}

.footer_d .logo {
  display: block;
  width: 3.14rem;
  padding-bottom: 0.3rem;
}

.footer_d .logo img {
  display: block;
  width: 100%;
}

.mob_tel {
  padding-top: 0.24rem;
}

.mob_tel span {
  display: block;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.3rem;
}

.mob_tel a {
  display: block;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.6rem;
  padding-top: 0.1rem;
}

.footer dl {
  padding: 0 0.3rem;
}

.footer dl dt {
  display: inline-block;
  width: 6.9rem;
}

.footer dl dt i {
  display: block;
  float: left;
  width: 0.7rem;
  height: 0.7rem;
  background-position: 0rem -1.26rem;
}

.footer dl dt p {
  width: 5.9rem;
  float: right;
}

.footer dl dt p span {
  color: #a5b0c5;
  display: block;
  font-size: 0.26rem;
}

.footer dl dt p em {
  display: block;
  font-size: 0.36rem;
  color: #fff;
  font-family: "Arial";
  line-height: 0.46rem;
  padding-top: 0.1rem;
}

.footer dl dd {
  display: inline-block;
  width: 6.9rem;
  padding-top: 0.4rem;
}

.footer dl dd i {
  display: block;
  float: left;
  width: 0.7rem;
  height: 0.7rem;
  background-position: -0.86rem -1.26rem;
}

.footer dl dd p {
  width: 5.9rem;
  float: right;
}

.footer dl dd p span {
  color: #a5b0c5;
  display: block;
  font-size: 0.26rem;
}

.footer dl dd p em {
  display: block;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.26rem;
  padding-top: 0.1rem;
}

.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
}

.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}

.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}

.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: 0.15rem;
  font-size: 0.2rem;
  display: block;
  text-align: center;
  color: #333;
}

.navBar ul li a:before {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.02rem;
}

.navBar ul li:first-child {
  border-left: 0px;
}

.navBar ul li:nth-child(1) a:before {
  background-position: -0.51rem -0.92rem;
}

.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -0.92rem;
}

.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -0.92rem;
}

.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -0.92rem;
}

.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -0.43rem;
  top: -0.43rem;
  text-align: center;
  font-size: 0.2rem;
}

.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}

/*悬浮工具*/
.g_top {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.2rem;
  background: #0059a9;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
  display: block;
  z-index: 999;
  opacity: 0.89;
  display: none;
  box-sizing: border-box;
}

.g_tel {
  width: 0.8rem;
  height: 0.8rem;
  background: #0059a9;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 3.2rem;
  display: block;
  z-index: 999;
  text-align: center;
}

.g_tel a {
  display: block;
  width: 100%;
  height: 100%;
}

.g_tel i {
  width: 0.34rem;
  height: 0.35rem;
  margin: 0 auto;
  margin-top: 0.22rem;
  background-position: -2.54rem -0.57rem;
  margin-bottom: 0.1rem;
}

.g_nav {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.26rem;
  background: #0059a9;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.3rem;
  display: block;
  z-index: 999;
  text-align: center;
  box-sizing: border-box;
}

.g_nav i {
  width: 0.33rem;
  height: 0.33rem;
  margin: 0 auto;
  background-position: -3.1rem -0.56rem;
  margin-bottom: 0.05rem;
}

.g_top:before {
  width: 0.42rem;
  height: 0.36rem;
  margin: 0.08rem auto 0;
  background-position: -2.56rem 0;
  display: block;
}

.g_top:hover {
  background: #0059a9;
}

/*imessage*/
.imessage {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}

.imessage h2 {
  color: #333333;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.28rem;
}

.imsg {
  width: 93%;
  margin: 0 auto;
}

.imsg .item {
  width: 100%;
  height: 0.67rem;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
  position: relative;
  line-height: 0.67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}

.imsg .item span.red {
  position: absolute;
  left: 0.05rem;
  top: 0.02rem;
  color: red;
}

.imsg .item s {
  width: 0.35rem;
  height: 0.32rem;
  position: absolute;
  right: 0.1rem;
  top: 0.18rem;
}

.imsg .item s {
  background-position: -1.05rem -0.98rem;
}

.imsg .item:nth-child(2) s {
  background-position: -1.46rem -0.98rem;
}

.imsg .item:nth-child(3) s {
  background-position: -1.82rem -0.98rem;
}

.imsg .item .txt {
  width: 100%;
  height: 0.65rem;
  text-indent: 0.2rem;
  line-height: 0.65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}

.imsg .item.liuyan {
  width: 100%;
  margin-bottom: 0.2rem;
  height: 2.08rem;
}

.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  padding: 0.1rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  box-sizing: border-box;
  background: none;
}

.imsg .submit {
  width: 100%;
  height: 0.68rem;
  cursor: pointer;
  border: 0;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #00bce9;
}

/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.imgtog .list {
  float: left;
  width: 500%;
}

.imgtog .list .item {
  float: left;
  width: 20%;
  position: relative;
}

.imgtog .list .item .v-txt {
  position: absolute;
  left: 5%;
  top: 30%;
}

.imgtog .list .item .v-txt .tit {
  font-size: 0.6rem;
  color: #fff;
  line-height: 0.6rem;
}

.imgtog .list .item .v-txt .tit1 {
  font-size: 0.6rem;
  color: #fff;
  line-height: 0.6rem;
  padding-top: 0.1rem;
}

.imgtog .list .item .v-txt p {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.2rem;
  padding-top: 0.24rem;
  letter-spacing: 0.1rem;
}

.imgtog .list .item i {
  display: block;
  width: 100%;
  position: absolute;
  top: 0rem;
  left: 0;
  height: 100%;
  background: url("../images/sjb.png") no-repeat center center;
  background-size: 100%;
}

.imgtog .list .item img {
  width: 100%;
}

.imgtog .prev,
.imgtog .next {
  width: 0.3rem;
  height: 0.45rem;
  position: absolute;
  top: 0.9rem;
  z-index: 20;
}

.imgtog .prev {
  left: 0.1rem;
  background-position: -0.98rem 0;
}

.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}

.imgtog .tip {
  width: 100%;
  position: absolute;
  left: 0rem;
  bottom: 0.5rem;
  margin-left: 0;
  text-align: center;
  z-index: 10;
}

.imgtog .tip span {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
  trans border-radius: 0.5rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border-radius: 0.03rem;
  border-radius: 0.5rem;
}

.imgtog .tip span.cur {
  background: #fff;
  width: 0.36rem;
  opacity: 1;
}

.imgtog.banner {
  width: 100%;
}

.imgtog.banner .list .item a {
  width: 100%;
  display: block;
}

.imgtog.banner .list .item img {
  display: block;
}

.imgtog.banner .tip {
  bottom: 0.5rem;
}

.banner_main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.banner_main .pbg1 {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 3.75rem;
  height: 2.35rem;
  background: url("../images/pbg1.png") no-repeat center center;
  background-size: 100%;
}

.banner_main .pbg2 {
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  width: 6.49rem;
  height: 2.41rem;
  background: url("../images/pbg2.png") no-repeat center center;
  background-size: 100%;
}

.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.indexmore,
.addclick {
  text-align: center;
  height: 0.74rem;
  line-height: 0.74rem;
  width: 94%;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.28rem;
  background: #00bce9;
  color: #fff;
}

.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}

.addclick {
  width: 94%;
  border-color: #999;
}


.bolang {
  width: 100%;
  position: relative;
  height: 0.59rem;
  margin-top: -0.58rem;
  z-index: 3;
  overflow: hidden;
}

.bolang .bo1 {
  background: url(../images/b17_02.png) no-repeat;
  background-size: cover;
  height: 0.69rem;
  animation: anim_wave 10s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  background-repeat: repeat no-repeat;
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: center bottom;
  animation: move_wave 10s linear infinite;
}

.bolang .bo2 {
  background: url(../images/b18_02.png) no-repeat;
  background-size: cover;
  height: 0.69rem;
  animation: anim_wave 15s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 200%;
  background-repeat: repeat no-repeat;
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transform-origin: center bottom;
  animation: move_wave 15s linear infinite;
}

@keyframes anim_wave {

  0% {

    transform: translateX(0) translateZ(0) scaleY(1)
  }

  50% {

    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }

  100% {

    transform: translateX(-70%) translateZ(0) scaleY(1)
  }

}


@keyframes scaleDraw {

  0% {
    transform: scale(1.05);
  }

  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(1.1);
  }
}

.ocean {
  width: 100%;
  position: relative;
  height: 0.59rem;
  margin-top: -0.54rem;
  z-index: 3;
  overflow: hidden;
}

.wave-box {
  position: relative;
  height: 0.6rem;
  margin-top: -0.58rem;
  z-index: 2;
}

.marquee-box {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.marquee {
  width: 8000%;
  height: 0.6rem;
}

.wave-list-box {
  float: left;
}

.wave-list-box ul {
  float: left;
  height: 0.6rem;
  overflow: hidden;
  zoom: 1;
}

.wave-list-box ul li {
  height: 0.6rem;
  width: 100%;
  float: left;
  line-height: 0.3rem;
  list-style: none;
}

.wave-list-box ul li img {
  display: block;
  height: 0.6rem;
}

/**********************index css*************************/

.index.trans {
  background: #fff;
  width: 100%;
  background-size: 100%;
  overflow: hidden;
}

.w1400 {
  padding: 0 0.3rem;
}

.index_tou {
  background: url(../images/m3_02.jpg) center center no-repeat;
  width: 100%;
  position: relative;
  height: 11.54rem;
  background-size: 100%;
}

.index_h3 {
  padding-top: 100px;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.index_h3 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.index_h3 h3 span {
  color: #0059a9;
}

.index_h3 h3 .i1 {
  display: block;
  width: 6.3rem;
  background: url(../images/w10_03.png) right center no-repeat;
  height: 34px;
  position: absolute;
  left: 0;
  top: 5px;
}

.index_h3 h3 .i2 {
  display: block;
  width: 530px;
  background: url(../images/w10_05.png) left center no-repeat;
  height: 34px;
  position: absolute;
  right: 0;
  top: 8px;
}

.index_h3 h4 {
  font-size: 16px;
  color: #999;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}

.index_tou .w1400 {
  position: relative;
  height: 100%;
}

.index_fl12 {
  width: 6.3rem;
  position: absolute;
  left: 0.6rem;
  top: 2.74rem;
}

.index_fl12 .index_fl121 {
  width: 5rem;
  position: relative;
  z-index: 2;
  padding-top: 1.2rem;
  margin-left: 0.8rem;
}

.index_fl121 h3 {
  font-size: 0.9rem;
  color: #333;
  line-height: 0.8rem;
  background: url(../images/b12_03.png) right 0.5rem no-repeat;
  padding-right: 0.4rem;
  display: inline-block;
  background-size: 0.24rem;
  font-family: "Arial";
}

.index_fl121 h4 {
  font-size: 0.45rem;
  color: #333;
  line-height: 0.45rem;
  padding-top: 0.4rem;
}

.index_fl121 p {
  font-size: 0.26rem;
  color: #999;
  line-height: 0.45rem;
  padding-top: 0.4rem;
}

.index_fl121 a {
  display: block;
  font-size: 0.26rem;
  line-height: 0.26rem;
  padding-top: 0.6rem;
}

.index_fl11 dl {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.index_fl11 dl .b1 {
  width: 100%;
  height: 100%;
  background-color: #feaa60;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.index_fl11 dl .b2 {
  width: 100%;
  height: 100%;
  background-color: #feaa60;
  border-radius: 50%;
  opacity: 0.9;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.index_fl11 dl dt {
  font-size: 0.6rem;
  color: #fff;
  line-height: 0.6rem;
  position: relative;
  z-index: 2;
}

.index_fl11 dl dt p {
  display: inline-block;
}

.index_fl11 dl dt span {
  display: block;
  float: left;
  font-size: 0.66rem;
}

.index_fl11 dl dt em {
  display: block;
  float: left;
  font-size: 0.6rem;
  font-style: normal;
}

.index_fl11 dl dd {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  position: relative;
  z-index: 2;
}

.index_fl11 dl.dl2 {
  width: 2rem;
  height: 2rem;
}

.index_fl11 dl.dl3 {
  width: 1.85rem;
  height: 1.85rem;
}

.index_fl11 dl.dl2 dt span {
  display: block;
  float: left;
  font-size: 0.52rem;
}

.index_fl11 dl.dl2 dt em {
  display: block;
  float: left;
  font-size: 0.42rem;
}

.index_fl11 dl.dl3 dt span {
  display: block;
  float: left;
  font-size: 0.52rem;
}

.index_fl11 dl.dl3 dt em {
  display: block;
  float: left;
  font-size: 0.42rem;
}

.index_fl11 dl.dl1 {
  position: absolute;
  left: 0.3rem;
  top: 0.8rem;
}

.index_fl11 dl.dl2 {
  position: absolute;
  right: 0.2rem;
  top: 2.12rem;
}

.index_fl11 dl.dl3 {
  position: absolute;
  right: 2.5rem;
  bottom: 0.62rem;
}

.index_fl11 dl.dl2 .b1 {
  background-color: #a5c7ff;
}

.index_fl11 dl.dl2 .b2 {
  background-color: #a5c7ff;
}

.index_fl11 dl.dl3 .b1 {
  background-color: #88d3fe;
}

.index_fl11 dl.dl3 .b2 {
  background-color: #88d3fe;
}

.index_fl12 .index_fl122 {
  position: absolute;
  left: 1.5rem;
  top: 0rem;
  width: 3.37rem;
  height: 3.03rem;
}

.index_fl12 .index_fl122 img {
  display: block;
  width: 100%;
}

.floor_20_main {
  background: #fff;
  background-size: 100%;
  width: 100%;
}

.floor_20_main .floor_tb {
  text-align: left;
  position: absolute;
  left: 0.6rem;
  top: 1.4rem;
  z-index: 2;
}

.floor_20_main .floor_tb h3 {
  font-size: 0.45rem;
  color: #333;
  line-height: 0.45rem;
}

.floor_20_main .floor_tb h4 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.3rem;
  padding-top: 0.3rem;
}

.floor_20_1 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
}

.floor_20_1 .hd {
  width: 6.3rem;
  text-align: left;
  position: absolute;
  position: absolute;
  left: 0.6rem;
  bottom: 0.7rem;
}

.floor_20_1 .hd ul {
  display: inline-block;
}

.floor_20_1 .hd ul li {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
  font-size: 0;
  opacity: 0.6;
  border-radius: 0.3rem;
  margin-right: 0.1rem;
  float: left;
  cursor: pointer;
}

.floor_20_1 .hd ul li.on {
  opacity: 1;
}


.floor_20_1 .bd {
  width: 100%;
}

.floor_20_1 .bd ul {
  width: 100%;
}

.floor_20_1 .bd ul li {
  width: 100%;
  position: relative;
}

.floor_20_1 .bd ul li .bdw {
  position: absolute;
  width: 6.3rem;
  left: 0.6rem;
  top: 1.4rem;
}

.floor_20_1 .bd ul li .bdw h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.3rem;
  padding-top: 0.96rem;
}

.floor_20_1 .bd ul li .bdw p {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.4rem;
  padding-top: 0.56rem;
  width: 5.4rem;
}

.floor_20_1 .bd ul li .img1 {
  display: block;
  width: 100%;
}

.floor_20_1 .bd ul li .img2 {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background-color: #ff891f;
  border-radius: 50%;
  position: absolute;
  right: 0rem;
  top: 0rem;
  background-size: 100%;
}




.aa {
  display: block;
  width: 3rem;
  height: 0.68rem;
  border: #333 solid 1px;
  margin: 0 auto;
  margin-top: 0.7rem;
  text-align: center;
}

.aa p {
  display: inline-block;
}

.aa p span {
  display: block;
  float: left;
  font-size: 0.28px;
  color: #333;
  line-height: 0.68rem;
}

.aa p i {
  display: block;
  width: 0.4rem;
  height: 0.07rem;
  background-position: 0rem -1.92rem;
  margin-top: 0.3rem;
  margin-left: 0.26rem;
  float: left;
}


.floor7 {
  background-color: #131723;
  padding: 0 0.3rem;
  margin-top: 0.7rem;
}

.floor7 .index_title .tit1 {
  color: #fff;
}

.floor7_1 {
  width: 100%;
  padding-bottom: 0.3rem;
  padding-top: 0.4rem;
}

.floor7_1 ul {
  display: inline-block;
  width: 100%;
}

.floor7_1 ul li {
  width: 25%;
  float: left;
  margin-bottom: 0.2rem;
  text-align: center;
}

.floor7_1 ul li img {
  display: block;
  width: 85%;
  margin: 0 auto;
  /*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);filter: grayscale(100%);filter: gray Alpha(opacity=50);opacity: 0.5;*/
}

/*.floor7_1 ul li:hover img{-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);filter: grayscale(0);filter: none;opacity: 1;}*/


.floor_5_main {
  position: relative;
  width: 100%;
  background: url(../images/m3.jpg) top center no-repeat;
  margin-top: 1rem;
  padding-bottom: 1rem;
  background-size: 100%;
}

.floor_5_main .floor_3_1 h3 {
  color: #333;
}

.floor_5_main .floor_3_1 h4 {
  color: #333;
}

.floor_5_main .floor_3_1 .d {
  background-color: #d42520;
}

.floor_5_1 {
  width: 100%;
  margin-top: 0.8rem;
  display: inline-block;
  position: relative;
  text-align: center;
}

.floor_5_1 h3 {
  font-size: 0.45rem;
  color: #333;
  line-height: 0.45rem;
}

.floor_5_2 {
  padding-top: 0.4rem;
}

.floor_5_2 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_5_2 .bd ul li {
  position: relative;
  width: 100%;
}

.floor_5_2 .bd ul li i {
  position: absolute;
  width: 0.5rem;
  height: 0.51rem;
  background: url(../images/b6_03.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.floor_5_2 .bd ul li img {
  display: block;
  width: 100%;
}

.floor_5_2 .bd ul li .sj {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  padding-left: 0.9rem;
}

.floor_5_2 .bd ul li h3 {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_5_2 .bd ul li p {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_5_2 .bd ul li .wn2 {
  padding-top: 0.2rem;
  color: #666;
}

.floor_5_2 .hd {
  width: 100%;
  padding-top: 0.2rem;
}

.floor_5_2 .hd ul {
  display: inline-block;
}

.floor_5_2 .hd ul li {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.3rem;
  background-color: #666;
  float: left;
  font-size: 0;
  margin-right: 0.12rem;
}

.floor_5_2 .hd ul li.on {
  background-color: #d42520;
}

.ljie {
  display: block;
  width: 3.3rem;
  height: 0.78rem;
  border: #ccc solid 1px;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.78rem;
  font-size: 0.26rem;
  color: #333;
  margin-left: 1.5rem;
  margin-top: 0.2rem;
}

.index .floor1 {
  position: relative;
  width: 100%;
  background: #eff2f5;
  background-size: 100%;
  padding-bottom: 0.9rem;
}

.floor10 {
  padding: 0 0.3rem;
}

.index .floor1 .f1bg {
  position: absolute;
  top: -1.3rem;
  right: 0;
  display: block;
  width: 1.34rem;
  height: 2.73rem;
  background: url("../images/f1bg.png") no-repeat center center;
  background-size: 1.34rem 2.73rem;
}

.index .floor1 .solution {
  padding: 0 0.3rem;
  position: relative;
  padding-top: 0.2rem;
  display: inline-block;
}

.index .floor1 .solution ul {
  display: inline-block;
  width: 100%;
}

.index .floor1 .solution a {
  display: block;
  float: left;
  width: 50%;
  height: 0.28rem;
  line-height: 0.28rem;
  margin-top: 0.28rem;
}

.index .floor1 .solution a i {
  display: block;
  float: left;
  width: 0.47rem;
  height: 0.15rem;
  background-position: 0 -1.9rem;
  transition: all ease 0.36s;
  margin-top: 0.06rem;
}

.index .floor1 .solution a span {
  display: block;
  float: left;
  font-size: 0.26rem;
  line-height: 0.26rem;
  padding-left: 0.1rem;
  transition: all ease 0.36s;
}

.index .floor1 .solution a:hover i {
  background-position: -0 -2.16rem;
}


.foor1_1 {
  padding: 0 0.3rem;
  padding-top: 0.54rem;
}

.foor1_1 ul {
  display: inline-block;
  width: 100%;
}

.foor1_1 ul li {
  display: block;
  height: 1.65rem;
  width: 100%;
  margin-top: 0.1rem;
  position: relative;
}

.foor1_1 ul li img {
  display: block;
  width: 6.3rem;
  height: 1.65rem;
}

.foor1_1 ul li i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(27, 45, 60, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.foor1_1 ul li:hover i {
  display: none;
}

.foor1_1 ul li h3 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.65rem;
  position: absolute;
  left: 0.9rem;
  top: 0;
}

.foor1_1 ul li span {
  display: block;
  width: 0.47rem;
  height: 0.47rem;
  background-position: 0rem -2.26rem;
  position: absolute;
  right: 0.72rem;
  top: 0.6rem;
}

.foor1_1 ul li:hover span {
  display: block;
  width: 0.47rem;
  height: 0.47rem;
  background-position: 0rem -2.79rem;
}

.foor1_2 {
  padding: 0 0.3rem;
  padding-top: 0.2rem;
}

.foor1_2 ul {
  display: inline-block;
  width: 100%;
}

.foor1_2 ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0.3rem;
}

.foor1_2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.foor1_2 ul li .item img {
  display: block;
  width: 3.3rem;
  height: 1.84rem;
  float: left;
}

.foor1_2 ul li .item .pic {
  width: 3.3rem;
  float: right;
  height: 1.84rem;
  border-bottom: #cdd2d9 solid 1px;
}

.foor1_2 ul li .item i {
  display: block;
  font-size: 0.78rem;
  color: #0059a9;
  line-height: 0.6rem;
  font-family: "Arial";
  font-style: normal;
}

.foor1_2 ul li .item h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.4rem;
  font-weight: normal;
  height: 1.2rem;
  margin-top: 0.12rem;
}

.foor1_2 ul li .item p {
  font-size: 0.24rem;
  color: #a9a9a9;
  line-height: 0.28rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}



.floor1 .avb {
  margin: 0 auto;
  width: 2.6rem;
  height: 0.7rem;
  border-radius: 0.8rem;
  text-align: center;
  transition: all ease 0.36s;
  display: block;
  margin-top: 0.5rem;
  background-color: #0059a9;
  background-image: linear-gradient(to right, #0059a9 0%, #ed4c04 100%);
}

.floor1 .avb span {
  display: block;
  padding-left: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
  float: left;
  line-height: 0.7rem;
}

.floor1 .avb i {
  display: block;
  float: right;
  width: 0.28rem;
  height: 0.28rem;
  background-position: -1.08rem -1.38rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  transition: all ease 0.36s;
}


.index .floor2 {
  position: relative;
  width: 100%;
  display: inline-block;
  background: url("../images/x2.jpg") no-repeat center center;
  background-size: 100%;
  padding-bottom: 0.9rem;

}

.index .floor2 .product {
  display: inline-block;
  width: 100%;
}

.index .floor2 .index_title .tit1 {
  font-weight: normal;
  font-size: 0.28rem;
}

.index .floor2 .index_title .tit1 span {
  padding: 0 0.2rem;
  display: inline-block;
  font-size: 0.28rem;
}

.floor_2_1 {}

.floor_2_1 ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.floor_2_1 ul li {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(225, 229, 232, 0.8);
  height: 2.2rem;
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}

.floor_2_1 ul li .img1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.36s;
}

.floor_2_1 ul li:hover .img1 {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.floor_2_1 ul li dl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.floor_2_1 ul li dt {
  float: left;
  width: 1rem;
  height: 1rem;
  margin-left: 5.2%;
  margin-top: 0.36rem;
  background-size: 100%;
}

.floor_2_1 ul li dd {
  float: right;
  width: 72%;
  margin-right: 5.2%;
  padding-top: 0.3rem;
}

.floor_2_1 ul li dt .img2 {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-size: 100%;
}

.floor_2_1 ul li dt .img3 {
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  background-size: 100%;
}

.floor_2_1 ul li dd h3 {
  display: inline-block;
  width: 100%;
  height: 0.6rem;
  border-bottom: #e8e8e8 solid 0.02rem;
  text-align: left;
}

.floor_2_1 ul li dd h3 span {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.3rem;
  display: block;
  float: left;
}

.floor_2_1 ul li dd h3 i {
  display: block;
  float: left;
  width: 0.08rem;
  height: 0.07rem;
  background-position: 0px -129px;
  margin-top: 0.07rem;
  margin-left: 0.12rem;
}

.floor_2_1 ul li dd p {
  display: inline-block;
  width: 100%;
  padding-top: 0.08rem;
  text-align: left;
}

.floor_2_1 ul li dd p span {
  display: block;
  font-size: 0.22rem;
  color: #333;
  line-height: 0.46rem;
  width: 50%;
  float: left;
}

.floor_2_1 ul li:hover dt .img2 {
  display: none;
}

.floor_2_1 ul li:hover dt .img3 {
  display: block;
}

.floor_2_1 ul li:hover h3 {
  border-bottom: #4a76ba solid 0.02rem;
}

.floor_2_1 ul li:hover dd h3 span {
  color: #fff;
}

.floor_2_1 ul li:hover dd p span {
  color: #f4f4f4;
}

.floor_2_112 {
  padding: 0.5rem 0.3rem;
}

.floor_2_11 .floor_2_112 h4 {
  font-size: 0.26rem;
  color: #666;
  line-height: 0.26rem;
  padding-top: 0;
  font-weight: normal;
}

.floor_2_11 .floor_2_112 h3 {
  font-size: 0.45rem;
  color: #333;
  line-height: 0.45rem;
  padding-top: 4%;
  font-weight: bold;
}

.floor_2_11 .floor_2_112 p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.36rem;
  margin-top: 5%;
}

.floor_2_112 .d {
  display: block;
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #0059a9;
  transition: all ease 0.36s;
  margin-top: 8%;
}

.floor_2_112 .d span {
  display: block;
  float: left;
  font-size: 0.20rem;
  color: #fff;
  line-height: 0.5rem;
  padding-left: 0.3rem;
}

.floor_2_112 .d i {
  display: block;
  float: right;
  width: 0.21rem;
  height: 0.1rem;
  background-position: -0rem -4.86rem;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}

.floor_20_2 {
  display: inline-block;
  width: 100%;
  padding-top: 5%;
  border-top: #ddd solid 1px;
  margin-top: 8%;
}

.floor_20_2 dl {
  float: left;
  padding: 0 3%;
  margin: 0;
}

.floor_20_2 dl dt {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  font-weight: normal;
}

.floor_20_2 dl dt span {
  display: inline-block;
  font-size: 0.5rem;
  color: #333;
  line-height: 0.42rem;
  font-family: "Arial";
  font-weight: 200;
  padding-right: 0.04rem;
}

.floor_20_2 dl dd {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.24rem;
  font-weight: 100;
  clear: left;
  padding-top: 0.08rem;
}

.floor_20_2 dl.dl1 {
  padding-left: 0;
}

.floor_20_2 dl.dl3 {
  padding-right: 0;
}


.weui_mask {
  background: rgba(0, 0, 0, .6);
}

.weui_mask,
.weui_mask_transition,
.weui_mask_transparent {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.weui_dialog {
  position: fixed;
  z-index: 5000;
  width: 7rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -65%);
  text-align: center;
  border-radius: 0.15rem;
}

.weui_dialog_ft {
  position: absolute;
  right: -0.18rem;
  top: -0.22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 66666;
}

.weui_btn_dialog.primary {
  color: #2b2b2b;
}

.weui_dialog_ft a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/closeM.png) center center no-repeat;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background-size: 100%;
}

.weui_dialog .in_title {
  width: 100%;
}

.weui_dialog .in_title img {
  margin: 0 auto;
  width: 200px;
  display: block;
}

.weui_dialog .in_title span {
  line-height: 60px;
}

.weui_dialog_ft a:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

@keyframes scaleDran {

  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.15);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.15);
  }
}

.floor_3_main {
  height: 9rem;
  background: url(../images/m2.jpg) bottom center no-repeat;
  width: 100%;
  background-size: 100%;
}

.floor_3_1 {
  display: inline-block;
  width: 100%;
  padding-top: 1rem;
}

.floor_3_1 .fz {
  float: left;
}

.floor_3_1 h3 {
  color: #333;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.floor_3_1 h3 span {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  font-weight: normal;
  padding-top: 0.1rem;
}

.floor_3_1 h4 {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.24rem;
  padding-top: 0.1rem;
  font-weight: normal;
}

.floor_3_1 .d {
  display: block;
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #0059a9;
  transition: all ease 0.36s;
  margin-top: 1%;
  float: right;
}

.floor_3_1 .d span {
  display: block;
  float: left;
  font-size: 0.20rem;
  color: #fff;
  line-height: 0.5rem;
  padding-left: 0.3rem;
}

.floor_3_1 .d i {
  display: block;
  float: right;
  width: 0.21rem;
  height: 0.1rem;
  background-position: -0rem -4.86rem;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}

.floor_3_2 {
  position: relative;
  width: 100%;
  margin-top: 0.6rem;
}

.floor_3_2 ul {
  display: inline-block;
  width: 100%;
}

/*.floor_3_2 ul li{ position:absolute; left:0px; top:1.36rem;transition:all ease 0.36s;}*/
.floor_3_2 ul li {
  transition: all ease 0.36s;
  width: 31.3%;
  margin: 1%;
  float: left;
  border-radius: 0.1rem;
  overflow: hidden;
}

.floor_3_2 ul li .img1 {
  display: block;
}

.floor_3_2 ul li .w {
  display: block;
  position: absolute;
  left: 0px;
  top: 25%;
  width: 100%;
  text-align: center;
}

.floor_3_2 ul li .img2 {
  display: block;
  width: 0.55rem;
  height: 0.7rem;
  margin: 0 auto;
}

.floor_3_2 ul li h3 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  padding-top: 0.06rem;
}

/*.floor_3_2 ul li.li1{ width:2.53rem;}
.floor_3_2 ul li.li2{left:2.1rem; top:0rem; width:1.65rem;}
.floor_3_2 ul li.li3{left:2.86rem; top:2.16rem; width:1.91rem;}
.floor_3_2 ul li.li4{left:4.5rem; top:0.06rem; width:1.66rem;}
.floor_3_2 ul li.li5{left:5.14rem; top:2.32rem; width:1.77rem;}
.floor_3_2 ul li.li1 .w{ top:32%;}
.floor_3_2 ul li.li1 h3{ padding-top:0.12rem;}
.floor_3_2 ul li.li1{ width:48%;}
.floor_3_2 ul li.li2{ width:48%;}*/

.floor_3_2 .wen {
  font-size: 0.26rem;
  line-height: 0.36rem;
  width: 88%;
  border-radius: 0.1rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  color: #fff;
  background: rgba(0, 89, 169, 1);
  height: 0.9rem;
  padding: 5%;
}

.index .floor3 {
  position: relative;
  padding-bottom: 1.66rem;
  background: #f6f6f6;
  overflow: hidden;
}

.index .floor3 .index_title {
  padding-top: 0.8rem;
}

.index .floor3 .body {
  padding: 0 0.6rem;
  margin-top: 0.6rem;
}

.index .floor3 .advant {
  position: relative;
  height: 10rem;
  background: #fff;
  z-index: 2;
}

.index .floor3 .advant .bd li .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index .floor3 .advant .bd li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.index .floor3 .advant .bd li .txt {
  padding: 1rem 0.6rem 0;
  box-sizing: border-box;
}

.index .floor3 .advant .bd li .txt .tit {
  padding-top: 0.6rem;
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #333;
}

.index .floor3 .advant .bd li .txt .desc {
  margin-top: 0.5rem;
  height: 1.2rem;
  margin-right: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #666;
}

.index .floor3 .advant .bd li .txt .arrow {
  margin-top: 0.6rem;
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  background-position: -0.8rem 0;
}

.index .floor3 .advant .hd {
  position: absolute;
  bottom: 4.26rem;
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #ddd;
  z-index: 12;
}

.index .floor3 .advant .hd li {
  float: left;
  width: 20%;
  height: 1rem;
}

.index .floor3 .advant .hd li .aimg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.index .floor3 .advant .hd li .aimg .aico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/aico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 3rem 1.2rem;
}

.index .floor3 .advant .hd li.on {
  background: #0059a9;
}

.index .floor3 .advant .hd li.ait1 .aico {
  width: 0.42rem;
  height: 0.42rem;
  background-position: 0 0;
}

.index .floor3 .advant .hd li.ait2 .aico {
  width: 0.46rem;
  height: 0.38rem;
  background-position: -0.6rem 0;
}

.index .floor3 .advant .hd li.ait3 .aico {
  width: 0.45rem;
  height: 0.41rem;
  background-position: -1.2rem 0;
}

.index .floor3 .advant .hd li.ait4 .aico {
  width: 0.43rem;
  height: 0.41rem;
  background-position: -1.8rem 0;
}

.index .floor3 .advant .hd li.ait5 .aico {
  width: 0.38rem;
  height: 0.4rem;
  background-position: -2.4rem 0;
}

.index .floor3 .advant .hd li.ait1.on .aico {
  background-position: 0 -0.6rem;
}

.index .floor3 .advant .hd li.ait2.on .aico {
  background-position: -0.6rem -0.6rem;
}

.index .floor3 .advant .hd li.ait3.on .aico {
  background-position: -1.2rem -0.6rem;
}

.index .floor3 .advant .hd li.ait4.on .aico {
  background-position: -1.8rem -0.6rem;
}

.index .floor3 .advant .hd li.ait5.on .aico {
  background-position: -2.4rem -0.6rem;
}

.index .floor3 .f3bg {
  position: absolute;
  bottom: -1.2rem;
  right: 0;
  display: block;
  width: 2.47rem;
  height: 3.7rem;
  background: url("../images/f3bg.png") no-repeat center center;
  background-size: 2.47rem 3.7rem;
  z-index: 1;
}

.floor_4_main {
  width: 100%;
  padding-top: 1rem;
}

.floor_4_1 {
  width: 100%;
  display: inline-block;
}

.floor_4_1 h3 {
  float: left;
  font-size: 0.4rem;
  color: #333;
  line-height: 0.4rem;
}

.floor_4_1 .onl {
  display: block;
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #0059a9;
  transition: all ease 0.36s;
  margin-top: 1%;
  float: right;
}

.floor_4_1 .onl span {
  display: block;
  float: left;
  font-size: 0.20rem;
  color: #fff;
  line-height: 0.5rem;
  padding-left: 0.3rem;
}

.floor_4_1 .onl i {
  display: block;
  float: right;
  width: 0.21rem;
  height: 0.1rem;
  background-position: -0rem -4.86rem;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}

.floor_4_2 {
  display: inline-block;
  width: 100%;
  margin-top: 0.4rem;
}

.floor_4_21 {
  width: 100%;
  background-color: #f8fbfe;
}

.floor_4_21 .img1 {
  display: block;
  overflow: hidden;
  width: 100%;
}

.floor_4_21 img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_4_21 .wn1 {
  padding: 0.3rem 0.4rem;
}

.floor_4_21 .wn1 h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_4_21 .wn1 p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.12rem;
}

.floor_4_21 .wn1 .sj {
  display: inline-block;
  width: 100%;
  margin-top: 0.24rem;
}

.floor_4_21 .wn1 .sj em {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.4rem;
  font-family: "Arial";
  font-style: normal;
}

.floor_4_21 .wn1 .sj .d {
  width: 1.4rem;
  height: 0.4rem;
  float: right;
  background-color: #0059a9;
  border-radius: 0.3rem;
  transition: all ease 0.36s;
}

.floor_4_21 .wn1 .sj .d span {
  display: block;
  float: left;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.4rem;
  padding-left: 0.3rem;
}

.floor_4_21 .wn1 .sj .d i {
  display: block;
  float: right;
  width: 0.21rem;
  height: 0.1rem;
  background-position: -0rem -4.86rem;
  margin-top: 0.16rem;
  margin-right: 0.2rem;
}

.floor_4_22 {
  width: 6.3rem;
  background-color: #f8fbfe;
  padding: 0 0.3rem;
  margin-top: 0.3rem;
}

.floor_4_22 ul {
  display: inline-block;
  width: 100%;
}

.floor_4_22 ul li {
  width: 100%;
  padding: 0.36rem 0;
  border-bottom: #ebeced solid 1px;
  display: inline-block;
}

.floor_4_22 ul li.li5 {
  border-bottom: none;
}

.floor_4_22 ul li .sj {
  float: left;
  font-size: 0.24rem;
  color: #737373;
  line-height: 0.24rem;
  font-family: "Arial";
  text-align: center;
  transition: all ease 0.36s;
}

.floor_4_22 ul li .sj span {
  display: block;
  font-size: 0.46rem;
  line-height: 0.5rem;
  font-weight: bold;
}

.floor_4_22 ul li .wn1 {
  width: 80%;
  float: left;
  margin-left: 5%;
  transition: all ease 0.36s;
}

.floor_4_22 ul li .wn1 h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.06rem;
}

.floor_4_22 ul li .wn1 p {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.24rem;
  margin-top: 0.12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}


.floor_6_main {
  width: 100%;
  background: url(../images/m4.jpg) top center no-repeat;
  background-size: 100%;
  padding-bottom: 0.9rem;
}

.floor_6_0 {
  display: inline-block;
  width: 100%;
  padding-top: 1rem;
}

.floor_6_0 .fz {
  float: left;
  width: 4rem;
}

.floor_6_0 h3 {
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
}

.floor_6_0 h3 span {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  font-weight: normal;
  padding-top: 0.1rem;
}

.floor_6_0 h4 {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding-top: 0.1rem;
  font-weight: normal;
}

.floor_6_0 .d {
  display: block;
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all ease 0.36s;
  margin-top: 1%;
  float: right;
  border: #fff solid 1px;
}

.floor_6_0 .d span {
  display: block;
  float: left;
  font-size: 0.20rem;
  color: #fff;
  line-height: 0.5rem;
  padding-left: 0.3rem;
}

.floor_6_0 .d i {
  display: block;
  float: right;
  width: 0.21rem;
  height: 0.1rem;
  background-position: -0rem -4.86rem;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}

.floor_6_main .floor_6_1 {
  display: inline-block;
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
}

.floor_6_1 ul {
  display: inline-block;
  width: 100%;
}

.floor_6_1 ul li {
  float: left;
  width: 100%;
  float: left;
  height: 1.68rem;
  transition: all ease 0.36s;
  overflow: hidden;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  border-radius: 0.1rem;
  background: rgba(0, 89, 169, 0.4);
  margin-top: 0.3rem;
}

.floor_6_1 ul li .img1 {
  width: 0.8rem;
  display: block;
  height: 0.8rem;
  float: left;
  border: #fff solid 1px;
  border-radius: 50%;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
}

.floor_6_1 ul li .bdw {
  width: 5rem;
  float: right;
  transition: all ease 0.36s;
  margin-right: 0.18rem;
  padding-top: 0.42rem;
}

.floor_6_1 ul li .bdw h3 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.38rem;
}

.floor_6_1 ul li .bdw p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.32rem;
  padding-top: 0.08rem;
}



.floor_7_main {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}

.floor_7_1 {
  width: 100%;
  padding-top: 0.2rem;
}

.floor_7_main ul {
  display: inline-block;
  width: 100%;
}

.floor_7_main ul li {
  float: left;
  width: 3.3rem;
  float: left;
  margin-left: 0.3rem;
  transition: all ease 0.36s;
  margin-top: 0.3rem;
}

.floor_7_main ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.floor_7_main ul li .img {
  display: block;
  width: 100%;
  position: relative;
}

.floor_7_main ul li .img img {
  display: block;
  width: 100%;
}

.floor_7_main ul li .img i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.floor_7_main ul li .img b {
  width: 0.51rem;
  height: 0.51rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background-position: -4.18rem 0px;
  margin-left: -0.255rem;
  margin-top: -0.255rem;
}

.floor_7_main ul li h3 {
  font-size: 0.26rem;
  line-height: 0.26rem;
  padding-top: 0.2rem;
}



.index .floor_8_main {
  background: #fff;
}

.floor_8_main ul {
  width: 100%;
}

.floor_8_main ul li {
  display: block;
  width: 42%;
  float: left;
  padding: 0 4%;
  background-color: #f5f5f6;
  text-align: center;
  height: 2.7rem;
  overflow: hidden;
}

.floor_8_main ul li h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.42rem;
  padding-top: 0.5rem;
}

.floor_8_main ul li p {
  padding-top: 0.4rem;
}

.floor_8_main ul li span {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.36rem;
}

.floor_8_main ul li.li1 p {
  padding-top: 0.12rem;
}

.floor_8_main ul li.li1,
.floor_8_main ul li.li4 {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.floor_8_main ul li.li2 span,
.floor_8_main ul li.li4 span {
  color: #9c9c9c;
}

.index .floor5 {
  background: #fff;
  padding: 0 0.5rem 0.7rem;
}

.index .floor5 .index_title {
  padding-top: 0;
}

.index .floor5 .coop_process {
  margin-top: 0.4rem;
  background: url("../images/f5bg.png") no-repeat 0.84rem center;
  background-size: 4.58rem 6.78rem;
}

.index .floor5 .coop_process li {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  float: left;
  position: relative;
  display: block;
  width: 1.9rem;
  height: 1.8rem;
  background: #f5f5f5;
  border-radius: 0.03rem;
}

.index .floor5 .coop_process li .pimg {
  padding-top: 0.14rem;
  position: relative;
  display: block;
  width: 1.9rem;
  height: 1.14rem;
  box-sizing: border-box;
}

.index .floor5 .coop_process li .pimg .pico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/pico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 3.6rem 1.2rem;
}

.index .floor5 .coop_process li .txt .tit {
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: center;
  color: #333;
}

.index .floor5 .coop_process li.mt1 .pico {
  width: 0.51rem;
  height: 0.46rem;
  background-position: 0 0;
}

.index .floor5 .coop_process li.mt2 .pico {
  width: 0.56rem;
  height: 0.47rem;
  background-position: -0.6rem 0;
}

.index .floor5 .coop_process li.mt3 .pico {
  width: 0.41rem;
  height: 0.46rem;
  background-position: -1.2rem 0;
}

.index .floor5 .coop_process li.mt4 .pico {
  width: 0.54rem;
  height: 0.45rem;
  background-position: -3rem 0;
}

.index .floor5 .coop_process li.mt5 .pico {
  width: 0.48rem;
  height: 0.5rem;
  background-position: -2.4rem 0;
}

.index .floor5 .coop_process li.mt6 .pico {
  width: 0.49rem;
  height: 0.45rem;
  background-position: -1.8rem 0;
}

.index .floor5 .coop_process li.mt7 .pico {
  width: 0.48rem;
  height: 0.47rem;
  background-position: 0 -0.6rem;
}

.index .floor5 .coop_process li.mt8 .pico {
  width: 0.52rem;
  height: 0.45rem;
  background-position: -0.6rem -0.6rem;
}

.index .floor5 .coop_process li.mt9 .pico {
  width: 0.56rem;
  height: 0.51rem;
  background-position: -1.2rem -0.6rem;
}

.index .floor5 .coop_process li.mt10 .pico {
  width: 0.49rem;
  height: 0.5rem;
  background-position: -3rem -0.6rem;
}

.index .floor5 .coop_process li.mt11 .pico {
  width: 0.42rem;
  height: 0.5rem;
  background-position: -2.4rem -0.6rem;
}

.index .floor5 .coop_process li.mt12 .pico {
  width: 0.49rem;
  height: 0.47rem;
  background-position: -1.8rem -0.6rem;
}

.index .floor5 .coop_process li:nth-child(3n) {
  margin-right: 0;
}

.index .floor6 {
  position: relative;
}

.index .floor6 .about_tit1 {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
}

.index .floor6 .about_tit1 .tit {
  font-weight: normal;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #333;
}

.index .floor6 .about_tit1 .aline {
  margin-top: 0.4rem;
  display: block;
  width: 0.3rem;
  height: 0.05rem;
  background: #333;
}

.index .floor6 .about {
  position: relative;
}

.index .floor6 .about1 .hd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

.index .floor6 .about1 .hd li {
  float: left;
  display: block;
  width: 3.15rem;
  height: 1.2rem;
  background: url("../images/f6li.png") no-repeat top center;
  background-size: 3.17rem 1.1rem;
}

.index .floor6 .about1 .hd li.on {
  background: url("../images/f6li_h.png") no-repeat top center;
  background-size: 3.15rem 1.2rem;
}

.index .floor6 .about1 .hd li.on.ait1 .img1 {
  display: none;
}

.index .floor6 .about1 .hd li.on.ait1 .img2 {
  display: block;
}

.index .floor6 .about1 .hd li.ait1 .img1 {
  display: block;
}

.index .floor6 .about1 .hd li.ait1 .img2 {
  display: none;
}

.index .floor6 .about1 .hd li.ait2 .img1 {
  display: block;
}

.index .floor6 .about1 .hd li.ait2 .img2 {
  display: none;
}

.index .floor6 .about1 .hd li.on.ait2 .img1 {
  display: none;
}

.index .floor6 .about1 .hd li.on.ait2 .img2 {
  display: block;
}

.index .floor6 .about1 .hd li.ait1 img {
  width: 1.89rem;
  height: 0.61rem;
}

.index .floor6 .about1 .hd li.ait2 img {
  width: 1.91rem;
  height: 0.56rem;
}

.index .floor6 .about1 .hd li .alogo {
  position: relative;
  height: 1.1rem;
}

.index .floor6 .about1 .hd li .alogo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index .floor6 .about1 .tempWrap {
  padding-top: 2.3rem;
}

.index .floor6 .about1 .bd {
  padding: 0 0.6rem;
  padding-top: 1.3rem;
  position: relative;
}

.index .floor6 .about1 .bd li {
  position: relative;
  z-index: 2;
}

.index .floor6 .about1 .bd li .txt {}

.index .floor6 .about1 .bd li .atit {
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #fff;
}

.index .floor6 .about1 .bd li .adesc {
  margin-top: 0.5rem;
  font-size: 0.28rem;
  line-height: 0.46rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index .floor6 .about1 .bd li .img {
  margin-top: 0.8rem;
  display: block;
  width: 6.3rem;
}

.index .floor6 .about1 .bd li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.index .floor6 .about2 {
  margin-top: 0.8rem;
  padding-bottom: 0.6rem;
}

.index .floor6 .about2 .datalist {
  padding: 0 0.6rem;
}

.index .floor6 .about2 .datalist li {
  float: left;
  width: 50%;
}

.index .floor6 .about2 .datalist li .da1 .dt1 {
  float: left;
  font-family: arial;
  font-size: 0.75rem;
  line-height: 0.6rem;
  color: #131723;
}

.index .floor6 .about2 .datalist li .da1 .dt2 {
  float: left;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #131723;
}

.index .floor6 .about2 .datalist li .da2 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #666;
}

.index .floor6 .about2 .datalist li.d1 {

  margin-bottom: 0.6rem;
}

.index .floor6 .about2 .datalist li.d2 {
  margin-bottom: 0.6rem;
}

.index .floor6 .about2 .datalist li.d3 {}

.index .floor6 .abline {
  position: absolute;
  bottom: 0;
  left: 0.6rem;
  width: 6.3rem;
  height: 1px;
  background: #e8e8f2;
}



.foot_main {
  background: #fff;
  height: 1.3rem;
  border-top: 1px solid #dfdfdf;
}

.foot_main li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  box-sizing: border-box;
  height: 1.3rem;
}

.foot_main li i {
  width: 0.5rem;
  height: 0.5rem;
  background-position: 0 -1.02rem;
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
}

.foot_main li h3 {
  font-size: 0.23rem;
}

.foot_main li:nth-child(2) i {
  background-position: -0.5rem -1.02rem;
}

.foot_main li:nth-child(3) i {
  background-position: -1rem -1.02rem;
}

.foot_main li:nth-child(4) i {
  background-position: -1.5rem -1.02rem;
}

.foot_main li:nth-child(1).hover h3 {
  color: #00bce9;
}

.foot_main li:nth-child(1).hover i {
  background-position: 0 -1.52rem;
}

.foot_main li:nth-child(2).hover i {
  background-position: -0.5rem -1.52rem;
}

.foot_main li:nth-child(3).hover i {
  background-position: -1rem -1.52rem;
}

.foot_main li:nth-child(4).hover i {
  background-position: -1.5rem -1.52rem;
}

/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 750px;
  min-width: 320px;
}

#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

#nativeShare .list {
  width: 5.4rem;
  float: right;
}

#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}

#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}

#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}

#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}

#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}

#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}

#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}

#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}

#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}

#fenxiang {
  display: none;
}

.fenx {
  height: 1rem;
  width: 100%;
}

.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}

.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}

#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}

#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}

#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}

embed {
  width: 100% !important;
  height: auto !important;
}

.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: 0.4rem auto;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}

.g_wximg .bdtel img {
  width: 4rem !important;
  display: block;
}

.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 0.1rem;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}

.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}

.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}

.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 750px;
  min-width: 320px;
  display: none;
}

.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

/*****通用*****/
@media only screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}