@charset "UTF-8";
/*!
 * WFFW(Webfront Framework) of PPSS - ppss-0.5.5-beta Copyright©2023 W3
 *
 * style - 2023/09/20
 * 说明：统一样式
 * 用法：html 文件中引用
*/
*:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

label {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  line-height: 1em;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}
dl li,
ol li,
ul li {
  list-style: none;
}

table {
  width: 100%;
}
table tr.hd {
  display: table-row;
}

img {
  object-fit: cover;
}

.swiper-wrapper {
  transition: unset;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.aj {
  text-align: justify;
}

.lc {
  text-transform: lowercase;
}

.uc {
  text-transform: uppercase;
}

.pa-tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.pa-tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.pa-br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.pa-bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.elli-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.elli-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ofvi {
  overflow: visible !important;
}

.ht00 {
  display: block;
  height: 0px;
}

.ht05 {
  display: block;
  height: 5px;
}

.ht10 {
  display: block;
  height: 10px;
}

.ht15 {
  display: block;
  height: 15px;
}

.ht20 {
  display: block;
  height: 20px;
}

.ht25 {
  display: block;
  height: 25px;
}

.ht30 {
  display: block;
  height: 30px;
}

.ht35 {
  display: block;
  height: 35px;
}

.ht40 {
  display: block;
  height: 40px;
}

.ht45 {
  display: block;
  height: 45px;
}

.ht50 {
  display: block;
  height: 50px;
}

.ht55 {
  display: block;
  height: 55px;
}

.ht60 {
  display: block;
  height: 60px;
}

.ht65 {
  display: block;
  height: 65px;
}

.ht70 {
  display: block;
  height: 70px;
}

.ht75 {
  display: block;
  height: 75px;
}

.ht80 {
  display: block;
  height: 80px;
}

.ht85 {
  display: block;
  height: 85px;
}

.ht90 {
  display: block;
  height: 90px;
}

.ht95 {
  display: block;
  height: 95px;
}

.wh00 {
  display: inline-block;
  width: 0px;
}

.wh05 {
  display: inline-block;
  width: 5px;
}

.wh10 {
  display: inline-block;
  width: 10px;
}

.wh15 {
  display: inline-block;
  width: 15px;
}

.wh20 {
  display: inline-block;
  width: 20px;
}

.wh25 {
  display: inline-block;
  width: 25px;
}

.wh30 {
  display: inline-block;
  width: 30px;
}

.wh35 {
  display: inline-block;
  width: 35px;
}

.wh40 {
  display: inline-block;
  width: 40px;
}

.wh45 {
  display: inline-block;
  width: 45px;
}

.wh50 {
  display: inline-block;
  width: 50px;
}

.wh55 {
  display: inline-block;
  width: 55px;
}

.wh60 {
  display: inline-block;
  width: 60px;
}

.wh65 {
  display: inline-block;
  width: 65px;
}

.wh70 {
  display: inline-block;
  width: 70px;
}

.wh75 {
  display: inline-block;
  width: 75px;
}

.wh80 {
  display: inline-block;
  width: 80px;
}

.wh85 {
  display: inline-block;
  width: 85px;
}

.wh90 {
  display: inline-block;
  width: 90px;
}

.wh95 {
  display: inline-block;
  width: 95px;
}

.em00 {
  display: inline-block;
  width: 0em;
}

.em05 {
  display: inline-block;
  width: 0.5em;
}

.em10 {
  display: inline-block;
  width: 1em;
}

.em15 {
  display: inline-block;
  width: 1.5em;
}

.em20 {
  display: inline-block;
  width: 2em;
}

.em25 {
  display: inline-block;
  width: 2.5em;
}

.em30 {
  display: inline-block;
  width: 3em;
}

.em35 {
  display: inline-block;
  width: 3.5em;
}

.em40 {
  display: inline-block;
  width: 4em;
}

.em45 {
  display: inline-block;
  width: 4.5em;
}

.em50 {
  display: inline-block;
  width: 5em;
}

.em55 {
  display: inline-block;
  width: 5.5em;
}

.em60 {
  display: inline-block;
  width: 6em;
}

.em65 {
  display: inline-block;
  width: 6.5em;
}

.em70 {
  display: inline-block;
  width: 7em;
}

.em75 {
  display: inline-block;
  width: 7.5em;
}

.em80 {
  display: inline-block;
  width: 8em;
}

.em85 {
  display: inline-block;
  width: 8.5em;
}

.em90 {
  display: inline-block;
  width: 9em;
}

.em95 {
  display: inline-block;
  width: 9.5em;
}

.nobg {
  background: none !important;
}

.nobt {
  border-top: none !important;
}

.nobr {
  border-right: none !important;
}

.nobb {
  border-bottom: none !important;
}

.nobl {
  border-left: none !important;
}

.nobd {
  border: none !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopr {
  padding-right: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.nopl {
  padding-left: 0 !important;
}

.nopd {
  padding: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nomr {
  margin-right: 0 !important;
}

.nomb {
  margin-bottom: 0 !important;
}

.noml {
  margin-left: 0 !important;
}

.nomg {
  margin: 0 !important;
}

.none {
  display: none !important;
}

.hide {
  opacity: 0 !important;
}

.list {
  overflow: hidden;
}
.list.s1 > .ul > .li,
.list.s1 > .ul > li,
.list.s1 > ul > .li,
.list.s1 > ul > li {
  width: 100%;
}
.list.s2 > .ul > .li,
.list.s2 > .ul > li,
.list.s2 > ul > .li,
.list.s2 > ul > li {
  width: 50%;
}
.list.s3 > .ul > .li,
.list.s3 > .ul > li,
.list.s3 > ul > .li,
.list.s3 > ul > li {
  width: 33.3333333333%;
}
.list.s4 > .ul > .li,
.list.s4 > .ul > li,
.list.s4 > ul > .li,
.list.s4 > ul > li {
  width: 25%;
}
.list.s5 > .ul > .li,
.list.s5 > .ul > li,
.list.s5 > ul > .li,
.list.s5 > ul > li {
  width: 20%;
}
.list.s6 > .ul > .li,
.list.s6 > .ul > li,
.list.s6 > ul > .li,
.list.s6 > ul > li {
  width: 16.6666666667%;
}
.list > .ul::after,
.list > ul::after {
  content: "";
  display: block;
  clear: both;
}
.list > .ul > .li,
.list > .ul > li,
.list > ul > .li,
.list > ul > li {
  float: left;
}

.lrct::after {
  content: "";
  display: block;
  clear: both;
}
.lrct > .l {
  float: left;
}
.lrct > .r {
  float: right;
}
.lrct > .p {
  float: left;
  width: 50%;
}

.abox {
  position: fixed;
  z-index: 11;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.abox.show {
  display: block;
}

*,
*:before,
*:after {
  transition: opacity 600ms, color 600ms, border-color 600ms, background-color 600ms, background-image 600ms, box-shadow 600ms;
}

.zimg {
  overflow: hidden;
}
.zimg .img,
.zimg img {
  width: 100%;
  transition: transform 600ms;
}
.wp:hover .zimg .img, .wp:hover .zimg img, .zimg:hover .img, .zimg:hover img {
  transform: scale(1.05);
}

.hover {
  transition: transform 600ms;
}
.hover.zoom:hover, .wp:hover .hover.zoom {
  transform: scale(1.05);
}
.hover.up:hover, .wp:hover .hover.up {
  transform: translateY(-5%);
}
.hover.down:hover, .wp:hover .hover.down {
  transform: translateY(5%);
}
.hover.right:hover, .wp:hover .hover.right {
  transform: translateX(5%);
}
.hover.left:hover, .wp:hover .hover.rigleftht {
  transform: translateX(-5%);
}
.hover.rotate:hover, .wp:hover .hover.rotateC {
  transform: rotate(360deg);
}
.hover.rotateAnti:hover, .wp:hover .hover.rotateAnti {
  transform: rotate(-360deg);
}
.hover.rotateY:hover, .wp:hover .hover.rotateY {
  transform: rotateY(360deg);
}
.hover.rotateX:hover, .wp:hover .hover.rotateX {
  transform: rotateX(360deg);
}

.pc-hide {
  display: none;
}

@media (max-width: 768px) {
  body.on-medi .ht00,
  .body.on-medi .ht00 {
    display: block;
    height: 0px;
  }
  body.on-medi .ht05,
  .body.on-medi .ht05 {
    display: block;
    height: 2.5px;
  }
  body.on-medi .ht10,
  .body.on-medi .ht10 {
    display: block;
    height: 5px;
  }
  body.on-medi .ht15,
  .body.on-medi .ht15 {
    display: block;
    height: 7.5px;
  }
  body.on-medi .ht20,
  .body.on-medi .ht20 {
    display: block;
    height: 10px;
  }
  body.on-medi .ht25,
  .body.on-medi .ht25 {
    display: block;
    height: 12.5px;
  }
  body.on-medi .ht30,
  .body.on-medi .ht30 {
    display: block;
    height: 15px;
  }
  body.on-medi .ht35,
  .body.on-medi .ht35 {
    display: block;
    height: 17.5px;
  }
  body.on-medi .ht40,
  .body.on-medi .ht40 {
    display: block;
    height: 20px;
  }
  body.on-medi .ht45,
  .body.on-medi .ht45 {
    display: block;
    height: 22.5px;
  }
  body.on-medi .ht50,
  .body.on-medi .ht50 {
    display: block;
    height: 25px;
  }
  body.on-medi .ht55,
  .body.on-medi .ht55 {
    display: block;
    height: 27.5px;
  }
  body.on-medi .ht60,
  .body.on-medi .ht60 {
    display: block;
    height: 30px;
  }
  body.on-medi .ht65,
  .body.on-medi .ht65 {
    display: block;
    height: 32.5px;
  }
  body.on-medi .ht70,
  .body.on-medi .ht70 {
    display: block;
    height: 35px;
  }
  body.on-medi .ht75,
  .body.on-medi .ht75 {
    display: block;
    height: 37.5px;
  }
  body.on-medi .ht80,
  .body.on-medi .ht80 {
    display: block;
    height: 40px;
  }
  body.on-medi .ht85,
  .body.on-medi .ht85 {
    display: block;
    height: 42.5px;
  }
  body.on-medi .ht90,
  .body.on-medi .ht90 {
    display: block;
    height: 45px;
  }
  body.on-medi .ht95,
  .body.on-medi .ht95 {
    display: block;
    height: 47.5px;
  }
  body.on-medi .wh00,
  .body.on-medi .wh00 {
    display: inline-block;
    width: 0px;
  }
  body.on-medi .wh05,
  .body.on-medi .wh05 {
    display: inline-block;
    width: 2.5px;
  }
  body.on-medi .wh10,
  .body.on-medi .wh10 {
    display: inline-block;
    width: 5px;
  }
  body.on-medi .wh15,
  .body.on-medi .wh15 {
    display: inline-block;
    width: 7.5px;
  }
  body.on-medi .wh20,
  .body.on-medi .wh20 {
    display: inline-block;
    width: 10px;
  }
  body.on-medi .wh25,
  .body.on-medi .wh25 {
    display: inline-block;
    width: 12.5px;
  }
  body.on-medi .wh30,
  .body.on-medi .wh30 {
    display: inline-block;
    width: 15px;
  }
  body.on-medi .wh35,
  .body.on-medi .wh35 {
    display: inline-block;
    width: 17.5px;
  }
  body.on-medi .wh40,
  .body.on-medi .wh40 {
    display: inline-block;
    width: 20px;
  }
  body.on-medi .wh45,
  .body.on-medi .wh45 {
    display: inline-block;
    width: 22.5px;
  }
  body.on-medi .wh50,
  .body.on-medi .wh50 {
    display: inline-block;
    width: 25px;
  }
  body.on-medi .wh55,
  .body.on-medi .wh55 {
    display: inline-block;
    width: 27.5px;
  }
  body.on-medi .wh60,
  .body.on-medi .wh60 {
    display: inline-block;
    width: 30px;
  }
  body.on-medi .wh65,
  .body.on-medi .wh65 {
    display: inline-block;
    width: 32.5px;
  }
  body.on-medi .wh70,
  .body.on-medi .wh70 {
    display: inline-block;
    width: 35px;
  }
  body.on-medi .wh75,
  .body.on-medi .wh75 {
    display: inline-block;
    width: 37.5px;
  }
  body.on-medi .wh80,
  .body.on-medi .wh80 {
    display: inline-block;
    width: 40px;
  }
  body.on-medi .wh85,
  .body.on-medi .wh85 {
    display: inline-block;
    width: 42.5px;
  }
  body.on-medi .wh90,
  .body.on-medi .wh90 {
    display: inline-block;
    width: 45px;
  }
  body.on-medi .wh95,
  .body.on-medi .wh95 {
    display: inline-block;
    width: 47.5px;
  }
  body.on-medi .pc-hide,
  .body.on-medi .pc-hide {
    display: block;
  }
  body.on-medi .mb-hide,
  .body.on-medi .mb-hide {
    display: none;
  }
  body.on-medi .lrct > .l, body.on-medi .lrct > .r, body.on-medi .lrct > .p,
  .body.on-medi .lrct > .l,
  .body.on-medi .lrct > .r,
  .body.on-medi .lrct > .p {
    float: none;
    width: 100%;
  }
  body.on-medi .list.s1 > ul > li, body.on-medi .list.s2 > ul > li,
  .body.on-medi .list.s1 > ul > li,
  .body.on-medi .list.s2 > ul > li {
    width: 100%;
  }
  body.on-medi .list.s3 > ul > li, body.on-medi .list.s4 > ul > li,
  .body.on-medi .list.s3 > ul > li,
  .body.on-medi .list.s4 > ul > li {
    width: 50%;
  }
  body.on-medi .list.s5 > ul > li, body.on-medi .list.s6 > ul > li,
  .body.on-medi .list.s5 > ul > li,
  .body.on-medi .list.s6 > ul > li {
    width: 33.33%;
  }
  body.on-medi,
  .body.on-medi {
    min-width: 0;
  }
  body.on-medi .container,
  .body.on-medi .container {
    width: 100%;
    padding: 0 15px;
  }
  body.on-medi .container.full,
  .body.on-medi .container.full {
    padding: 0;
  }
  body.on-medi header,
  body.on-medi .header,
  .body.on-medi header,
  .body.on-medi .header {
    position: fixed;
    z-index: 11;
    min-width: 0;
  }
  body.on-medi main,
  body.on-medi .main,
  .body.on-medi main,
  .body.on-medi .main {
    padding-top: 44px;
  }
}
html,
.html {
  font-size: 10px;
}

body,
.body {
  display: block !important;
  font-family: PingFangSC-Regular, 微软雅黑, Arial;
  font-size: 12px;
  color: #333;
  min-width: 1200px;
}
body:after,
.body:after {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
body.on-mask:after, body.on-menu:after,
.body.on-mask:after,
.body.on-menu:after {
  display: block;
}
body.no-header header,
body.no-header .header,
.body.no-header header,
.body.no-header .header {
  display: none;
}
body.no-header main,
body.no-header .main,
.body.no-header main,
.body.no-header .main {
  padding-top: 0;
}
body.no-footer main,
body.no-footer .main,
.body.no-footer main,
.body.no-footer .main {
  padding-bottom: 0;
}
body.no-footer footer,
body.no-footer .footer,
.body.no-footer footer,
.body.no-footer .footer {
  display: none;
}

header,
.header {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo,
.header .logo {
  display: inline-block;
}
header .mbtn,
.header .mbtn {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

footer .back, .footer .back {
  position: fixed;
  z-index: 9;
  transform: scale(0);
  transition: transform 600ms;
}
body.on-scro footer .back,
body.on-scro .footer .back {
  transform: scale(1);
}

.container {
  padding: 0;
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 1200px;
}
.container.full {
  width: 100%;
  padding: 0;
}

.a,
a {
  color: #333;
}
.a:hover,
a:hover {
  color: #000;
}

.bg-w {
  background-color: #fff;
}

.bg-g {
  background-color: #eee;
}

.hd,
.ct,
.ft,
.head,
.cont,
.foot,
.cnt,
.txt,
.pic,
.i,
.i-1,
.i-2,
.i-3,
.i-4 {
  position: relative;
  display: block;
}

.u-fullpart {
  position: relative;
  background: none no-repeat 50% 0;
  background-size: cover;
  overflow: hidden;
  padding: 0 0;
}
.u-fullpart.bgrp {
  background-repeat: repeat;
  background-size: auto;
}
.u-fullpart.bg-g {
  background-color: #eee;
}

@font-face {
  font-family: FZZDHJW;
  src: url(../font/FZZDHJW.ttf);
}
@font-face {
  font-family: Bender;
  src: url(../font/Bender.otf);
}
body {
  color: #fff;
  background-color: #0a101a;
  width: 3200px;
  height: 1080px;
}
body.form {
  color: #333;
  background: none;
  width: 100%;
  height: 100%;
}
body img {
  position: relative;
}
body label {
  color: #fff;
}
body p {
  color: #fff;
}
body .fffz {
  font-family: FZZDHJW;
}
body .ffbe {
  font-family: Bender;
}
body .c1 {
  color: #38e1ff;
}
body .hv:hover {
  opacity: 0.8;
}
body .hr {
  height: 1px;
  background: url(../img/hr.png) no-repeat center;
}
body .scroll-x,
body .scroll-y {
  overflow: hidden;
}
body .scroll-x {
  overflow-x: auto;
}
body .scroll-y {
  overflow-y: auto;
}
body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body *::-webkit-scrollbar-track {
  background: transparent;
}
body *::-webkit-scrollbar-thumb {
  background-color: rgba(56, 137, 255, 0.2);
}
body *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(56, 137, 255, 0.4);
}

.u-mainpart {
  width: 3200px;
  height: 1080px;
  background: url(../img/bg-1.png) no-repeat 50% 0 #0a101a;
  background-size: 100% 100%;
  position: relative;
  padding: 0 60px;
  padding-top: 124px;
}
.u-mainpart > i {
  content: "";
  display: inline-block;
  width: 30px;
  height: 818px;
  background: none no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.u-mainpart > i.l {
  background-image: url(../img/bg-1-l.png);
  left: 12px;
}
.u-mainpart > i.r {
  background-image: url(../img/bg-1-r.png);
  right: 12px;
}
.u-mainpart > .maps {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  height: auto;
  top: 0;
  bottom: 0;
}
.u-mainpart > .head {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background: url(../img/head-bg.png) no-repeat 50% 0;
}
.u-mainpart > .head > .ct p {
  text-align: center;
  line-height: 76px;
  font-size: 44px;
  font-family: FZZDHJW;
}
.u-mainpart > .head > .nt {
  position: absolute;
  top: 45px;
}
.u-mainpart > .head > .nt.l {
  left: 60px;
}
.u-mainpart > .head > .nt.r {
  right: 60px;
}
.u-mainpart > .head > .nt label {
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
}
.u-mainpart > .head > .nt label:last-child {
  margin-right: 0;
}
.u-mainpart > .head > .nt label img {
  margin-right: 8px;
  top: -2px;
}
.u-mainpart > .body {
  position: relative;
  padding: 0 1040px;
}
.u-mainpart > .body > .l,
.u-mainpart > .body > .r {
  position: absolute;
  top: 0;
  height: 900px;
}
.u-mainpart > .body > .l > ul,
.u-mainpart > .body > .r > ul {
  margin: 0 -10px;
}
.u-mainpart > .body > .l > ul > li,
.u-mainpart > .body > .r > ul > li {
  padding: 0 10px;
  position: relative;
}
.u-mainpart > .body > .l > ul > li.ex > a,
.u-mainpart > .body > .r > ul > li.ex > a {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 16px;
  display: inline-block;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
}
.u-mainpart > .body > .l > ul > li.ex > a:hover,
.u-mainpart > .body > .r > ul > li.ex > a:hover {
  color: #fff;
}
.u-mainpart > .body > .l > ul > li.ex .u-partview > .hd,
.u-mainpart > .body > .r > ul > li.ex .u-partview > .hd {
  padding-right: 34px;
}
.u-mainpart > .body > .l > ul > li > .p.p1,
.u-mainpart > .body > .r > ul > li > .p.p1 {
  width: 620px;
}
.u-mainpart > .body > .l > ul > li > .p.p2,
.u-mainpart > .body > .r > ul > li > .p.p2 {
  width: 400px;
}
.u-mainpart > .body > .l {
  left: 0;
}
.u-mainpart > .body > .r {
  right: 0;
}

.u-partview {
  background-size: 100% 100%;
  margin-bottom: 20px;
  padding: 8px 16px;
}
.u-partview:last-child {
  margin-bottom: 0;
}
.u-partview.bg21 {
  background-image: url(../img/ptbg-21.png);
}
.u-partview.bg22 {
  background-image: url(../img/ptbg-22.png);
}
.u-partview.bg12 {
  background-image: url(../img/ptbg-12.png);
}
.u-partview > .hd > label {
  content: "";
  display: inline-block;
  width: 209px;
  height: 37px;
  background: url(../img/t1-bg.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  line-height: 42px;
  padding-left: 32px;
  font-size: 22px;
  font-family: FZZDHJW;
}
.u-partview > .hd > label.ex {
  content: "";
  display: inline-block;
  width: 309px;
  height: 37px;
  background: url(../img/t1-bg-e1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.u-partview > .hd > label.ex a {
  color: rgba(255, 255, 255, 0.7);
}
.u-partview > .hd > label.ex a.on, .u-partview > .hd > label.ex a:hover, .u-partview > .hd > label.ex a.active {
  color: #fff;
}

.u-devicont > img {
  display: block;
  margin: 0 auto;
  margin-top: -10px;
}
.u-devicont > .ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.u-devicont > .ct .i {
  position: absolute;
}
.u-devicont > .ct .i p {
  text-align: center;
  color: #38e1ff;
}
.u-devicont > .ct .i p.p2 {
  font-size: 14px;
  margin-top: 8px;
}
.u-devicont > .ct .i p.p2 span {
  font-family: FZZDHJW;
  color: #fff;
}
.u-devicont > .ct .i p.p2 small {
  font-size: 12px;
  margin-left: 2px;
}

.u-tab1 {
  text-align: center;
}
.u-tab1 > ul {
  display: inline-block;
  border: 1px solid #2665bd;
  border-radius: 2px;
}
.u-tab1 > ul > li {
  border-right: 1px solid #2665bd;
}
.u-tab1 > ul > li:last-child {
  border-right: none;
}
.u-tab1 .i {
  display: inline-block;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0 10px;
}
.u-tab1 .i.on, .u-tab1 .i:hover, .u-tab1 .i.active {
  background: #2665bd;
}

.u-usercont > .l {
  width: 200px;
}
.u-usercont > .r {
  width: 385px;
}
.u-usercont .lis1 > ul > li {
  margin-bottom: 35px;
}
.u-usercont .lis1 > ul > li:last-child {
  margin-bottom: 0;
}
.u-usercont .lis1 .i {
  text-align: center;
}
.u-usercont .lis1 .i p.p1 {
  margin-top: 6px;
  color: #bbe0f8;
}
.u-usercont .lis1 .i p.p2 {
  margin-top: 6px;
  color: #00d4ff;
  font-size: 16px;
  font-family: FZZDHJW;
}
.u-usercont .lis1 .i p.p2.cb {
  color: #fcd88c;
}

.u-title1 p {
  text-align: center;
}
.u-title1 p label {
  content: "";
  display: inline-block;
  width: 202px;
  height: 38px;
  background: url(../img/t2-bg.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
}

.u-ranklis1.ex > ul > li {
  margin-bottom: 22px;
}
.u-ranklis1.ex .i > .ct {
  margin-right: 85px;
}
.u-ranklis1 > ul > li {
  margin-bottom: 20px;
}
.u-ranklis1 > ul > li:last-child {
  margin-bottom: 0;
}
.u-ranklis1 > ul > li:nth-child(1) .i > .hd label {
  background-image: url(../img/num-b1.png);
  color: #e02020;
}
.u-ranklis1 > ul > li:nth-child(2) .i > .hd label {
  background-image: url(../img/num-b2.png);
  color: #fa6400;
}
.u-ranklis1 > ul > li:nth-child(3) .i > .hd label {
  background-image: url(../img/num-b3.png);
  color: #f7b500;
}
.u-ranklis1 .i {
  position: relative;
}
.u-ranklis1 .i > .hd {
  float: left;
}
.u-ranklis1 .i > .hd label {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/num-b4.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  font-family: Bender;
  color: #08ebf5;
  font-size: 16px;
}
.u-ranklis1 .i > .ct {
  margin-left: 40px;
  margin-right: 75px;
}
.u-ranklis1 .i > .ct p.p1 {
  padding-left: 4px;
  color: #bbe0f8;
}
.u-ranklis1 .i > .ct p.p2 {
  margin-top: 6px;
  height: 12px;
  background: url(../img/rank-bg.png);
  background-size: 100% 100%;
  position: relative;
}
.u-ranklis1 .i > .ct p.p2 i {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  height: 4px;
  top: 1px;
  opacity: 0.9;
  background-image: linear-gradient(90deg, #00fef6 0%, #0382f6 100%);
}
.u-ranklis1 .i > .ft {
  float: right;
  padding-top: 12px;
}
.u-ranklis1 .i > .ft label {
  font-size: 12px;
  font-family: FZZDHJW;
}

.u-mapscont {
  padding: 10px 30px;
  position: relative;
}
.u-mapscont > .hd {
  position: relative;
  z-index: 2;
}
.u-mapscont > .ex {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.u-filter .p .tt {
  height: 30px;
  background-image: linear-gradient(180deg, #3b81d399 0%, #3b78d300 99%);
  background-color: rgba(59, 129, 211, 0.6);
  border: 1px solid #3d8bff;
  font-size: 14px;
  color: #dfdada;
  padding: 0 10px;
}
.u-filter .p select.tt {
  appearance: none;
  min-width: 125px;
}
.u-filter .p select.tt option {
  background-color: #fff;
  color: #333;
}
.u-filter .p .drop {
  display: inline-block;
  position: relative;
}
.u-filter .p .drop::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(../img/awd1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.u-mapsbox1 {
  content: "";
  display: inline-block;
  width: 528px;
  height: 500px;
  background: url(../img/box1-bg.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  padding: 35px 35px;
  display: none;
}
.u-mapsbox1.show {
  display: block;
}
.u-mapsbox1 > a {
  content: "";
  display: inline-block;
  width: 74px;
  height: 74px;
  background: url(../img/close1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
}
.u-mapsbox1 > .hd p {
  font-size: 18px;
}
.u-mapsbox1 > .hd p img {
  margin-right: 10px;
  top: -1px;
}

.u-areacont .lis1 .i {
  text-align: center;
  position: relative;
  padding-top: 8px;
}
.u-areacont .lis1 .i > .ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.u-areacont .lis1 .i > .ct p.p1 {
  font-size: 14px;
  color: #bbe0f8;
}
.u-areacont .lis1 .i > .ct p.p2 {
  margin-top: 12px;
  font-size: 13px;
}
.u-areacont .lis1 .i > .ct p.p2 span {
  font-size: 13px;
  font-family: FZZDHJW;
}
.u-areacont .lis2 {
  padding-left: 10px;
}
.u-areacont .lis2 > ul {
  margin: 0 -10px;
}
.u-areacont .lis2 > ul > li {
  padding: 0 10px;
}
.u-areacont .lis2 .i {
  border-top: 3px solid rgba(0, 212, 255, 0.6);
  background-image: linear-gradient(180deg, #577ec000 0%, #45aff1a6 100%);
  height: 55px;
}
.u-areacont .lis2 .i p {
  line-height: 50px;
  padding-left: 15px;
  color: #bbe0f8;
  font-size: 14px;
}
.u-areacont .lis2 .i p span {
  font-family: FZZDHJW;
}
.u-areacont .lis2 .i p span.ca {
  color: #38ff8c;
}
.u-areacont .lis2 .i p span.cb {
  color: #ffb504;
}
.u-areacont .lis3 .i {
  text-align: center;
  line-height: 38px;
}
.u-areacont .lis3 .i img {
  margin-right: 10px;
}
.u-areacont .lis3 .i > .ct {
  display: inline-block;
  vertical-align: middle;
}
.u-areacont .lis3 .i > .ct p.p1 {
  font-size: 16px;
  font-family: FZZDHJW;
}
.u-areacont .lis3 .i > .ct p.p1.ca {
  color: #38ff8c;
}
.u-areacont .lis3 .i > .ct p.p1.cb {
  color: #fa6400;
}
.u-areacont .lis3 .i > .ct p.p2 {
  margin-top: 8px;
  font-size: 14px;
  color: #bbe0f8;
}

.u-title2 {
  height: 52px;
  background: url(../img/t3-bg.png) no-repeat 0 100%;
}
.u-title2 > .fr {
  padding-top: 12px;
}
.u-title2 p {
  padding-left: 40px;
  font-family: FZZDHJW;
  font-size: 22px;
  padding-top: 4px;
}

.u-analcont .user .boll {
  text-align: center;
}
.u-analcont .user .boll > .hd {
  content: "";
  display: inline-block;
  width: 98px;
  height: 98px;
  background: url(../img/boll.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.u-analcont .user .boll > .hd p {
  line-height: 98px;
  font-size: 20px;
  font-family: FZZDHJW;
}
.u-analcont .user .boll > .ct {
  margin-top: 12px;
}
.u-analcont .user .boll > .ct p {
  font-size: 14px;
}
.u-analcont .user > p {
  padding-left: 20px;
  line-height: 35px;
  font-size: 16px;
}
.u-analcont .user > p img {
  margin-right: 24px;
}
.u-analcont .head .ct {
  height: 78px;
}
.u-analcont .head .ct img.img1 {
  position: absolute;
  z-index: 1;
}
.u-analcont .head .ct img.img2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.u-analcont .head p {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  top: -10px;
  text-align: center;
  font-size: 18px;
}
.u-analcont .head p small {
  font-size: 12px;
}
.u-analcont .head p b {
  font-weight: normal;
  font-size: 22px;
  color: #38e1ff;
  font-family: FZZDHJW;
  margin-left: 15px;
}

.u-table1.lt table tbody tr td {
  padding-left: 6px;
}
.u-table1.cu table tbody tr td {
  cursor: pointer;
}
.u-table1 table tbody tr:first-child td {
  border-bottom: 2px solid #3787ef;
  background-image: linear-gradient(180deg, #21c5dc00 0%, #226ee080 100%);
  font-size: 14px;
}
.u-table1 table tbody tr:nth-child(even) td {
  background-color: rgba(56, 137, 255, 0.1);
}
.u-table1 table tbody tr td {
  padding-left: 25px;
  line-height: 32px;
  font-size: 13px;
  background-color: rgba(56, 137, 255, 0.2);
  color: #fff;
}

.u-table2 table tbody tr td {
  background-color: rgba(56, 137, 255, 0.1);
  padding: 7px 0;
  padding-left: 30px;
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid #0a101a;
}
.u-table2 table tbody tr td:first-child {
  border-right: 3px solid #3787ef;
  background-image: linear-gradient(90deg, #21c5dc00 0%, #226ee080 100%);
  padding-left: 0;
  text-align: center;
  font-size: 14px;
}

.u-riskcont {
  padding: 0 15px;
}
.u-riskcont .filt {
  margin-left: 20px;
  background: url(../img/ft-0.png) no-repeat 68px 0;
  height: 200px;
  width: 515px;
}
.u-riskcont .filt > .l {
  width: 225px;
}
.u-riskcont .filt > .r {
  width: 115px;
}
.u-riskcont .filt .lis1 {
  padding-top: 24px;
}
.u-riskcont .filt .lis1 p {
  margin-bottom: 32px;
  font-size: 16px;
}
.u-riskcont .filt .lis1 p:last-child {
  margin-bottom: 0;
}
.u-riskcont .filt .lis1 p span {
  font-size: 14px;
  color: #bbe0f8;
  font-weight: normal;
}
.u-riskcont .filt .lis1 p b {
  width: 130px;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 16px;
}
.u-riskcont .filt .lis2 {
  padding-top: 52px;
}
.u-riskcont .filt .lis2 p {
  margin-bottom: 38px;
  font-size: 18px;
}
.u-riskcont .filt .lis2 p:last-child {
  margin-bottom: 0;
}
.u-riskcont .filt .lis2 p a {
  color: #bbe0f8;
}
.u-riskcont .filt .lis2 p small {
  font-size: 14px;
}
.u-riskcont .filt .lis2 p b {
  color: #38e1ff;
  float: right;
  position: relative;
  top: 2px;
}
.u-riskcont .name p {
  font-size: 24px;
  color: #bbe0f8;
}
.u-riskcont .name p small {
  font-size: 18px;
}
.u-riskcont .name p b {
  font-weight: normal;
  color: #38e1ff;
  font-family: FZZDHJW;
}
.u-riskcont .name p sub {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  position: relative;
  top: 0;
}
.u-riskcont .part {
  padding: 16px 0;
}
.u-riskcont .part > .hd img {
  float: left;
}
.u-riskcont .part > .hd > .ct {
  margin-left: 125px;
}
.u-riskcont .part > .hd > .ct p.p1 {
  font-size: 16px;
  line-height: 1.4em;
}
.u-riskcont .part > .hd > .ct p.p2 {
  margin-top: 15px;
  color: #38e1ff;
  font-family: FZZDHJW;
  font-size: 20px;
}
.u-riskcont .part > .hd > .ct .lis1 {
  margin-top: 5px;
  margin-left: -5px;
}
.u-riskcont .part > .ct {
  margin-top: 20px;
}
.u-riskcont .part .lis1 > ul {
  margin: -5px 0;
}
.u-riskcont .part .lis1 > ul > li {
  padding: 5px 0;
}
.u-riskcont .part .lis1 label {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
}
.u-riskcont .part .lis1 label b {
  font-weight: normal;
  display: inline-block;
  width: 22px;
  line-height: 16px;
  text-align: center;
  background-color: #61feff;
  border: 3px solid #174e79;
  color: #000;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 12px;
}

.u-riskcont .numb {
  margin-left: 110px;
  background: url(../img/data-tt.png) no-repeat 0 0;
  height: 148px;
  position: relative;
}
.u-riskcont .numb > .hd {
  width: 148px;
  text-align: center;
  float: left;
}
.u-riskcont .numb > .hd p {
  text-align: center;
}
.u-riskcont .numb > .hd p.p1 {
  font-size: 28px;
  font-family: FZZDHJW;
}
.u-riskcont .numb > .hd p.p2 {
  font-size: 16px;
  color: #bbe0f8;
}
.u-riskcont .numb > .ct {
  margin-left: 275px;
  padding-top: 4px;
}
.u-riskcont .numb > .ct p {
  margin-bottom: 44px;
  font-size: 14px;
  color: #bbe0f8;
}
.u-riskcont .numb > .ct p:last-child {
  margin-bottom: 0;
}
.u-riskcont .numb > .ct p b {
  font-size: 18px;
  font-family: FZZDHJW;
  margin-left: 15px;
}

.u-arealis1 > ul {
  margin: -12px -10px;
}
.u-arealis1 > ul > li {
  padding: 12px 10px;
}
.u-arealis1 .i {
  background: url(../img/ptbg-1.png);
  background-size: 100% 100%;
  padding-top: 10px;
  padding-left: 18px;
  height: 56px;
}
.u-arealis1 .i > img {
  padding-top: 8px;
  float: left;
}
.u-arealis1 .i > .ct {
  margin-left: 30px;
}
.u-arealis1 .i > .ct p {
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.u-tempform {
  margin: 50px auto;
}
.u-tempform .p {
  margin-bottom: 20px;
}
.u-tempform .p .tt {
  width: 100%;
  padding: 10px;
}
.u-tempform .p .bt {
  width: 90px;
  height: 30px;
}

/*# sourceMappingURL=style.css.map */
