@charset "UTF-8";
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 0.4s linear infinite;
  animation: nprogress-spinner 0.4s linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.2rem;
}
body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
a {
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #333;
}
a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 100%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
iframe {
  border: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.rb-right {
  float: right;
}
.rb-left {
  float: left;
}
.rb-hide {
  display: none;
}
.rb-show {
  display: block;
}
.rb-invisible {
  visibility: hidden;
}
.rb-affix {
  position: fixed;
  top: 0;
  left: 0;
}
.rb-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.rb-inb {
  display: inline-block;
  vertical-align: middle;
}
.rb-break-word {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}
.rb-blank {
  margin-bottom: 1rem;
}
.rb-radius {
  border-radius: 5px;
}
.rb-scrollable-horizontal {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}
.rb-justify {
  width: 100%;
  text-align: justify;
}
a {
  cursor: pointer;
  outline: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.nav-item-1:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  right: 0;
  border-color: #2ecc71;
  transition: 1s;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  content: "";
  border-style: solid;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
}
.nav-item-1 {
  display: block;
  border-radius: 3px;
  padding: 2px 4px;
  position: relative;
  transition: background-color 0.3s, border 0.3s;
}
.nav-item-1:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: -1px;
  right: 0;
  border-color: #2ecc71;
  transition: 1s;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  content: "";
  border-style: solid;
  position: absolute;
  z-index: 5;
  box-sizing: content-box;
}
.nav-item-1:hover {
  color: #2ecc71;
}
.nav-item-1:hover:before {
  width: 100%;
}
.nav-item-1:hover:after {
  height: 100%;
}
.swiper-pc {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.swiper-pc .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide1 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/asstatic/images/bg-2.png);
}
.text-wrapper {
  position: absolute;
  margin-top: 10%;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.text-wrapper h1 {
  color: #fff;
  font-size: 80px;
  margin-bottom: 40px;
}
.text-wrapper a {
  display: inline-block;
  width: 230px;
  height: 50px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.swiper-btn-radius {
  border-radius: 23px;
}
.text-wrapper a:hover {
  color: #000;
  background: #fff;
  transition: 1s;
}
.swiper-slide2 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/asstatic/images/bg-5.png);
}
.swiper-pc .user-btn {
  position: absolute;
  bottom: 300px;
  left: 50%;
  width: 160px;
  height: 46px;
  margin-left: -80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
}
.swiper-pc .title {
  float: left;
  margin-top: 330px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0.05em;
}
.introduction {
  text-align: left;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #888;
  width: 800px;
  margin: 0 auto;
  text-indent: 2em;
}
.info-img {
  height: 400px;
}
section {
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section .text-content {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
section .text-content img {
  display: inline-block;
}
section .text-content .p1 {
  font-size: 43px;
  line-height: 43px;
  margin-bottom: 30px;
  color: #333;
}
section .text-content .p2 {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  width: 1200px;
  margin: 0 auto;
  text-indent: 2em;
}
.info {
  background: #fff;
}
.news {
  background: #f1f1f1;
}
.news:after {
  content: "";
  clear: both;
}
.news-img {
  width: 348px;
  height: 185px;
  position: relative;
  overflow: hidden;
}
.news-img h5 {
  position: absolute;
  font-family: "微软雅黑";
  left: 0;
  bottom: 15px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
}
.news ul li {
  width: 348px;
  height: 450px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  background-color: #fff;
  transition: all 0.3s ease;
}
.news-list {
  margin-top: 50px;
  text-align: center;
}
.news ul li {
  display: inline-block;
}
.news ul li:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.news ul li:nth-child(2) {
  margin: 0 25px;
}
.news-content {
  padding: 29px 10px 35px;
}
.news-item {
  padding-left: 14px;
  position: relative;
  height: 76px;
}
.news-item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #b2b2b2;
}
.news-item h5 {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: "微软雅黑";
}
.news-item p {
  text-align: left;
}
.news-img a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  color: inherit;
  font-family: "黑体";
}
.product li {
  width: 20%;
  height: 600px;
  overflow: hidden;
  float: left;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  -moz-filter: grayscale(0.3);
  -o-filter: grayscale(0.3);
  -ms-filter: grayscale(0.3);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product li .hover-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product li .hover-content {
  position: absolute;
  top: 210px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product li .hover-content img {
  height: 90px;
}
.product li .hover-content p {
  color: #fff;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product li .hover-content .text1 {
  font-size: 28px;
  line-height: 28px;
  padding: 48px 0 30px;
  position: relative;
}
.product li .hover-content .text1::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  border-radius: 25px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product li .hover-content .text2 {
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-align: justify;
  -moz-text-align: justify;
  text-align: justify;
}
.product li:nth-child(1) {
  background-image: url(../images/pro5.png);
}
.product li:nth-child(1) .hover-content {
  top: 190px;
}
.product li:nth-child(1) .hover-content img {
  height: 120px;
}
.product li:nth-child(2) {
  background-image: url(../images/kele.png);
}
.product li:nth-child(3) {
  background-image: url(../images/yanjing.png);
}
.product li:nth-child(4) {
  background-image: url(../images/xiaoyu.png);
}
.product li:nth-child(5) {
  background-image: url(../images/pro11.jpg);
}
.product li:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.product li:hover .hover-content-bg {
  background: 0 0;
}
.product li:hover .hover-content {
  top: 126px;
}
.product li:hover .hover-content .text1 {
  padding: 48px 0 70px;
}
.product li:hover .hover-content .text1::after {
  width: 60px;
  bottom: 45px;
}
.product li:hover .hover-content .text2 {
  opacity: 1;
}
.aipower {
  background-color: #000;
  opacity: 0.8;
}
.aipower p {
  color: #fff !important;
}
.aipower ul li {
  width: 25%;
  float: left;
  text-align: center;
  font-family: "微软雅黑";
  padding-top: 70px;
}
.aipower ul li img {
  height: 57px;
}
.aipower ul li .text1 {
  font-size: 24px;
  line-height: 24px;
  padding: 30px 0 15px;
  font-family: "微软雅黑";
}
.aipower ul li .text2 {
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8) !important;
  mix-blend-mode: difference;
}
.cooperation {
  background: #fff;
}
.cooperation .text-content .p1 {
  padding-bottom: 25px;
}
.cooperation .mod-info {
  text-align: center;
  color: #3c3c3c;
  font-size: 16px;
  font-family: "黑体";
}
.cooperation ul {
  margin-top: 30px;
}
.cooperation ul li {
  float: left;
  width: 20%;
  text-align: center;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cooperation ul li a {
  display: block;
  margin: 0 auto;
}
.cooperation ul li a i {
  margin: 0 auto;
}
.relation {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  height: 700px;
}
.relation .content {
  height: 100%;
}
.relation .relation-text p {
  text-align: left;
  font-size: 18px;
}
.relation .relation-text p img {
  position: absolute;
  left: 116px;
}
.relation-text h3 {
  display: block;
  text-align: left;
}
.icon-logo {
  display: block;
  width: 190px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
}
.icon-baidu-logo {
  background-image: url(../images/logo/baidu.png);
}
.icon-zhongkeyuan-logo {
  background-image: url(../images/logo/zhongkeyuan.png);
}
.icon-boge-logo {
  background-image: url(../images/logo/boke.png);
}
.icon-hongxin-logo {
  background-image: url(../images/logo/hongxin.png);
}
.icon-aliyun-logo {
  background-image: url(../images/logo/aliyun.png);
}
.icon-chuangwei-logo {
  background-image: url(../images/logo/chuangwei.png);
}
.icon-kangliyoulan-logo {
  background-image: url(../images/logo/kangliyoulan.png);
}
.icon-sanya-logo {
  background-image: url(../images/logo/sanya.png);
}
.icon-xiaomi-logo {
  background-image: url(../images/logo/xiaomi.png);
}
.icon-youbixuan-logo {
  background-image: url(../images/logo/youbixuan.png);
}
.icon-dongfangxinda-logo {
  background-image: url(../images/logo/dongfangxinda.png);
}
.icon-contact {
  display: block;
  background-position: center;
}
.icon-kefu {
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
}
body,
html {
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  padding-top: 30px;
  background: #262630;
  position: relative;
  top: 30px;
  text-align: center;
}
footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #f1f1f1;
}
footer .filing {
  display: inline-block;
  text-decoration: none;
  height: 15px;
  line-height: 15px;
  padding-top: 5px;
}
footer .filing img {
  float: left;
  width: 15px;
}
footer .filing p {
  float: left;
  height: 15px;
  line-height: 15px;
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #646464;
}
footer .language-box {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 18%;
}
footer .language-box p {
  display: block;
  float: left;
  line-height: 24px;
}
footer .language-box .fonter-color {
  color: #555;
}
footer .language-box a {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  margin-left: 10px;
  color: #8b8b8b;
  border: 1px solid #2a2a2b;
  border-radius: 5px;
}
footer .language-box a:hover {
  color: #00b9ef;
  border: 1px solid #00b9ef;
}
footer .language-box a.active {
  color: #00b9ef;
  border: 1px solid #00b9ef;
}
@media (max-width: 1676px) {
  footer .language-box {
    right: 50px;
  }
}
@media only screen and (max-width: 960px) {
  section .text-content .p2 {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  section .text-content {
    padding: 30px 0;
  }
  .swiper-pc {
    margin-top: 50px;
    height: 384px !important;
  }
  .swiper-slide1,
  .swiper-slide2 {
    overflow: hidden;
    background-size: cover;
    min-height: 10.66667rem;
    background-repeat: no-repeat;
    background-position: center;
  }
  .swiper-slide1 {
    background-image: url(/asstatic/images/phone-bg/bg-phoen-2.png);
  }
  .text-wrapper {
    top: 25%;
  }
  .text-wrapper h1 {
    font-size: 50px !important;
  }
  .introduction {
    width: auto;
  }
  .info-img {
    height: 80px;
  }
  .news-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .news ul li {
    display: inline-block;
    margin-top: 5px;
  }
  .news ul li:nth-child(2) {
    margin: 0;
  }
  section .text-content .p2 {
    width: 100%;
    font-size: 13px;
  }
  .aipower ul li {
    width: 50%;
  }
  .cooperation ul li {
    width: 50%;
  }
  .relation-text {
    margin-top: 21px;
  }
  .relation-text h3 {
    font-size: 19px;
  }
  .relation {
    height: 580px;
  }
  footer {
    margin-top: 30px;
  }
}
.pro-item {
  padding: 0.26667rem 1.53333rem;
}
.pro-item li {
  overflow: hidden;
  margin-bottom: 1.53333rem;
}
.pro-item img {
  width: 100%;
  margin-bottom: 1.06667rem;
}
.pro-h3 {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin-bottom: 1.06667rem;
}
.pro-p {
  font-size: 12px;
  text-align: left;
  color: #888;
}
