* {
  margin: 0;
  padding: 0;
  font-family: "Arial";
}
html {
  color: #222;
  font-size: 24px;
}
@media (min-width: 768px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 50px;
  }
}
body {
  width: 100%;
  max-width: 1920px;
  margin: -1px auto 0;
  background: url("../image/backdrop.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: auto;
}
a {
  text-decoration: none !important;
  transition: .5s;
}
ul {
  list-style-type: none;
}
img {
  border: 0;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.clear {
  clear: both;
}
.z-top {
  z-index: 100;
}
.p-elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.scale {
  transition: 1.5s;
}
.hover-shadow:hover {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
@font-face {
  font-family:'iconfont';
  src:url('//at.alicdn.com/t/font_2802347_1al2qg1iaqk.woff2?t=1638761749284') format('woff2'),
      url('//at.alicdn.com/t/font_2802347_1al2qg1iaqk.woff?t=1638761749284') format('woff'),
      url('//at.alicdn.com/t/font_2802347_1al2qg1iaqk.ttf?t=1638761749284') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .4rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
div.title {
  text-align: center;
  margin: 1.4rem 0;
}
div.title b {
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
div.title span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
div.title span:first-child {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  div.title {
    margin: 1.5rem 0 1rem;
  }
  div.title b {
    position: relative;
    display: inline-block;
    width: 2px;
    height: .8rem;
    background: #00b7ee;
  }
  div.title span {
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    font-size: .6rem;
    white-space: nowrap;
  }
  div.title span:first-child {
    right: .7rem;
  }
  div.title span:last-child {
    left: .7rem;
  }
}
.bigpic {
  margin-top: 2.4rem;
  padding: 1.2rem 0;
  background: rgba(255, 255, 255, 0);
  transition: .5s;
}
.bigpic div.title {
  color: #fff;
  transition: .5s;
}
.pager {
  width: 80%;
  margin: 0 auto;
}
.pager li {
  padding: 0;
  height: 32px;
  line-height: 32px;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  transition: .5s;
  cursor: pointer;
}
.pager li:hover {
  color: #fff;
  background: #00b7ee;
  border: 1px solid #00b7ee;
}
.pager li:hover a {
  color: #fff;
  background: #00b7ee;
}
.pager li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: none;
  border-radius: 0;
  transition: .5s;
  background: none;
}
@media (min-width: 992px) {
  .pager {
    width: 30%;
  }
}
.header .logo {
  display: inline-block;
  height: 100%;
  background: url("../image/logo_white.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.4rem;
  transition: .5s;
}
.header .container {
  height: inherit;
}
.header .logo {
  width: 6rem;
}
.header .logo a {
  display: block;
  width: inherit;
  height: inherit;
}
.header .nav {
  position: fixed;
  top: -100%;
  left: 0;
  float: unset;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1.8rem;
  background: rgba(0, 0, 0, 0.7);
  transition: .5s;
  z-index: 100;
}
.header .nav li {
  position: relative;
  display: block;
  width: 90%;
  margin: .4rem auto;
}
.header .nav li a {
  color: #fff;
  font-size: .8rem;
  text-align: center;
}
.header .nav li a i {
  display: none;
}
.header .nav li.active {
  border-radius: 4rem;
  overflow:hidden;
}
.header .nav li .list {
  position: absolute;
  top: .85rem;
  left: 0;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 4rem;
  height: 0rem;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  transition: .5s;
}
.header .nav li .list a {
  display: inline-block;
  color: #555;
  font-size: .28rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  transition: .5s;
}
.header .nav li .list a:last-child {
  border-bottom: none;
}
.header .nav .pullback {
  position: absolute;
  bottom: 2.5rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .7rem;
}
.header .dropdown {
  float: right;
  color: #fff;
  font-size: .8rem;
  margin-top: .64rem;
  transition: .5s;
  cursor: pointer;
}
.header .liaison {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #fff;
}
.header .liaison a.tel,
.header .liaison a.note {
  display: inline-block;
  width: 49.8%;
  height: 2rem;
  color: #fff;
  font-size: .8rem;
  background: #00b7ee;
}
@media (min-width: 992px) {
  .header .logo {
    width: 4rem;
  }
  .header .nav {
    position: unset;
    float: right;
    display: block;
    width: auto;
    height: 100%;
    margin-top: .8rem;
    padding-top: 0;
    background: none;
    transition: .5s;
  }
  .header .nav li {
    display: inline-block;
    width: auto;
    margin: 0 .24rem;
  }
  .header .nav li a {
    display: block;
    padding: .2rem .48rem;
    border-radius: 4rem;
    color: #fff;
    font-size: .32rem;
  }
  .header .nav li a i {
    display: inline-block;
    margin-left: .12rem;
    font-size: .2rem;
  }
  .header .nav li.active {overflow:unset;}
  .header .nav li.active > a {
    color: #fff;
    background: #00b7ee;
  }
  .header .nav li:hover > a {
    background: rgba(0, 0, 0, 0.2);
  }
  .header .nav li:hover ul {
    height: auto;
  }
  .header .nav li.active:hover > a {
    color: #fff;
    background: #00b7ee;
  }
  .header .nav li .list a:hover {
    color: #fff;
    background: #00b7ee;
  }
  .header .nav::after {
    clear: both;
  }
  .header .nav .pullback,
  .header .nav .liaison {
    display: none;
  }
  .header .dropdown {
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .dropdown {
    font-size: .6rem;
  }
}
.footer {
  margin-top: .7rem;
  padding-top: 2rem;
  background: #333;
  text-align: center;
  background: rgba(0, 183, 238, 0.7);
}
.footer .info,
.footer .list {
  display: none;
}
.footer .ewm {
  margin-bottom: 1rem;
}
.footer .ewm img {
  width: 50%;
}
.footer .ewm p {
  color: #eee;
  font-size: .7rem;
  margin-top: .3rem;
}
.footer div.site {
  width: 100%;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #000;
}
.footer div.site .container {
  color: #aaa;
  box-sizing: border-box;
  padding: 0 .5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 1rem;
    text-align: left;
  }
  .footer .container.ul-flex {
    justify-content: space-between;
  }
  .footer .container.ul-flex::before,
  .footer .container.ul-flex::after {
    display: none;
  }
  .footer .info {
    display: inline-block;
    vertical-align: top;
    color: #fff;
  }
  .footer .info > a {
    display: block;
    width: 4rem;
    margin-bottom: 1rem;
  }
  .footer .info > a img {
    width: 5rem;
  }
  .footer .list {
    display: inline-block;
  }
  .footer .list ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem;
  }
  .footer .list ul p {
    color: #fff;
    font-size: .36rem;
    margin-bottom: .5rem;
  }
  .footer .list ul li {
    margin: .1rem 0;
  }
  .footer .list ul li a {
    color: #eee;
    transition: .5s;
  }
  .footer .list ul li a:hover {
    color: #fff;
  }
  .footer .ewm {
    display: inline-block;
    float: right;
    text-align: center;
  }
  .footer .ewm img {
    width: 2rem;
    height: 2rem;
  }
  .footer .ewm p {
    font-size: .2rem;
  }
  .footer div.site {
    height: 1rem;
    line-height: 1rem;
    margin-top: .5rem;
  }
  .footer div.site .container {
    padding: 0;
    text-align: left;
  }
}
span.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #00b7ee;
}
.advantage .pager i.active {
  background: #00b7ee;
}
.product ul .info p.tit {
  color: #00b7ee;
}
.product ul .info span {
  background: #00b7ee;
}
.product ul .info a.browse:hover {
  background: #00b7ee;
}
.product ul .info a.try {
  background: #00b7ee;
}
.product a.more {
  background: #00b7ee;
}
.news ul .list a:hover span.txt {
  color: #00b7ee;
}
.news ul .list a.more {
  background: #00b7ee;
}
.content .nav a.active,
.content .nav a:hover {
  color: #fff;
  background: #00b7ee;
}
.content .employ li i:hover {
  background: #00b7ee;
  border: 1px solid #00b7ee;
}
.content .case li .text p.blue {
  color: #00b7ee;
}
.content .case li .text {
  width: 100%;
}
.content .case li .text a:hover {
  background: #00b7ee;
}
.content.news .new a:hover p.tit {
  color: #00b7ee;
}
.content.news .list li:hover b {
  color: #00b7ee;
}
.content.news .list li:hover i {
  color: #555;
}
.article .full a.prev:hover,
.article .full a.next:hover {
  color: #00b7ee;
}
