* {
  box-sizing: border-box;
  outline: 0;
}

@font-face {
  font-family: 'HarmonyOSAppFont';
  src: url('../fonts/AlibabaPuHuiTi-3-105-Heavy.woff2') format('woff2'),
    url('../fonts/fonts/AlibabaPuHuiTi-3-105-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/Oswald-Bold.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

  /* IE9 Compat Modes */
}

.my_title {
  font-family: 'HarmonyOSAppFont' !important;
}

*,
0 calc(50vw - 2rem) !important *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

a {
  color: #666;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #697FFF;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}

input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}

html {
  font-size: 100px !important;
  /* scroll-behavior: smooth; */
}

@media (max-width: 1600px) {
  html {
    font-size: 80px !important;
  }
}

@media (max-width: 1450px) {
  html {
    font-size: 75px !important;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 75px !important;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 72px !important;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 72px !important;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 68px !important;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 68px !important;
  }
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}

.inside-solution1-3 .container {
  width: 78%;

}

.bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* background-image: url(/template/index/pc/images/solution1-bg2.jpg) */
}

.bg .smenu {
  width: 100%;
}

.gardenways {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.8rem;
}

.gardenways li {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0.5rem;
  width: 4rem;
  height: 4.28rem;
}

.gardenways>li:nth-child(3),
.gardenways>li:nth-child(6) {
  width: 20%;
}

.gardenways>li:nth-child(4),
.gardenways>li:nth-child(7) {
  width: 35%;
  margin-right: -0.3rem;
}

.gardenways .center_box {
  position: absolute;
  width: 28%;
  left: 0;
  right: 0;
  margin: auto;
}

.gardenways .txt {
  color: #333;
  font-size: 16px;
  text-align: justify;
}

.gardenways .tit {
  text-align: left;
}

.gardenways li:hover {}

.gardenways li img {
  height: 130px;
  position: absolute;
  left: -15px;

}

.bg .smenu .list-paddingleft-2 {
  width: 100%;
  display: flex;
}

.bg .smenu .list-paddingleft-2 li {
  width: 25%;
}

.bg .smenu .list-paddingleft-2 li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
}

.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.img_box {
  width: 100%;
  height: calc(100vh - 5.3rem);
  display: flex;
  position: relative;
  min-height: 358px;
}

.img_box .fp-tableCell {
  padding-top: 5%;
}

.img_box img {
  width: 100%;
  height: 100%;
}

#hompage_footer .footer {
  /* height: 50vh; */
  height: 4.7rem;
}

.sectionlast {
  height: 0px !important;
}
.footer .clearfix li{
  text-align: left;
}
.footer {
  position: relative;
  /* top: -80px; */
  z-index: 50;
}

.footerfloat {
  top: 0;
}

.footer .listmenu {
  padding-top: 0.35rem !important;
}

.footer .bot {
  margin-top: 0.4rem !important;
}

.footer .bot .container {
  text-align: left;
  box-sizing: border-box;
  /* padding-left: 1.1rem; */
}

.img_box>img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lianxi {
  width: 320px !important;
  margin-left: 0.5rem;
}

.lianxi h3 {
  text-align: left;
}

.lianxi p {
  text-align: left;
}

.img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_box>.fp-tableCell {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: auto;
  z-index: 22;
}

.footer .container {
  max-width: 1300px;
}

.footer .listmenu .container {
  /* padding-left: 1.08rem; */
  box-sizing: border-box;
}

.footer .clearfix {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;

}

.footbox .clearfix {
  padding: 0 1.1rem;
}

.address_box {
  display: block;
  text-indent: 68px;

}

/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}

.xuni .left>p:nth-child(2) {
  font-size: 18px;
}

@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown2 {
  animation-name: fadeInDown2;
}

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft2 {
  animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight2 {
  animation-name: fadeInRight2;
}

@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bmove2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.bmove2 {
  animation-name: bmove2;
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes scrollArrow {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

@-moz-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

@-webkit-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

@-o-keyframes scrollArrow {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: 10px;
  }

  100% {
    bottom: 0px;
  }
}

body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei", "arial";
  scroll-behavior: smooth;
}

@media (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}

.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}

.nav {
  margin-right: 20%;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.header .container {
  height: 70px;
  max-width: 1600px;
}

@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 640px;
  }
}

.dw {
  z-index: -1;
  top: -1rem;
  position: absolute;
}

.header {
  /* opacity: 0; */
  width: 100%;
  /*  height: 0.8rem;*/
  height: 70px;
  z-index: 999;
  position: absolute;
  transition: all 334ms ease;
  /*  background:rgba(0,0,0,0.9);*/
  background: transparent;
  position: fixed;
  color: #fff;
}

.header .logo {
  display: inline-block;
  height: 70px;
}

.header .logo img {
  /* height: 70px; */
  height: 50px;
  margin-top: 10px;
}

.header .nav {
  font-size: 0.2rem;
  float: right;
  margin-right: 7%;
  height: 70px;
}

.header .nav li {
  float: left;
  line-height: 0.9rem;
  position: relative;
  height: 70px;
  margin: 0 0.55rem;
  line-height: 70px;
}

.header .nav li>a {
  /* color: rgba(255, 255, 255, 0.7); */
  color: #fff;
  display: block;
  /* font-weight: 700; */
  height: 70px;
  font-size: 18px;
}
.fixed .nav li>a{
  color: #000;
}
.jianjieoutbox {
  padding: 0 !important;
}

@media (max-width: 1023px) {
  .jianjieoutbox {
    overflow: hidden;
    position: relative;
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;

  }
}

@media (max-width: 1023px) {
  .jianjiebox .index-title div {
    color: #333 !important;
  }

  .jianjiebox>.container>.left {
    height: 254px !important;
  }
}

.jianjiebox>.container {
  position: relative;
  max-width: none;
  padding: none;
  height: 100%;
}

.jianjiebox>.container>.pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 68.5%;

}

.jianjiebox>.container>.pic img {
  width: 100%;
  height: 100%;
}

.jianjiebox>.container>.left {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  background-color: #697FFF;
  width: 82%;
  height: 55%;
  color: #fff;

}

.left .index-title {
  position: absolute;
  left: -1%;
  top: -60%;
}

.jianjiebox .index-title div {
  color: #fff !important;
}

.jianjiebox .tit {
  margin-top: 0.7rem !important;
}

.jianjiebox .txt {
  padding: 0 118px;
}

.jianjiebox .txt p {
  font-size: 17px;
  line-height: 38px;
}

.jianjiebox .index-more {
  border: 1px solid #fff;
  margin: auto;
  margin-top: 0.8rem !important;
}

.tit {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}


/* .header .nav li:after {
  content: "";
  width: 0;
  height: 0.03rem;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  position: absolute;
  transition: all 334ms ease;
  background: #697FFF;
} */

#fp-nav ul li:last-child {
  display: block !important;
}

#fp-nav ul li .fp-tooltip.right {
  display: none !important;
}

.header .nav li .subnav {
  height: 1.2rem;
  display: flex !important;
  justify-content: center;
  align-items: center;

  padding: 0 !important;

  top: 72px;
  left: 0;
  width: 100vw !important;
  text-align: left;
  line-height: 0.2rem;
  transform: translateX(0);
  /*  position: absolute;*/
  position: fixed;
  background-color: #fff;
  /* box-shadow: 0px -2px 1px #634aff; */
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  z-index: 999;

}

.header .nav li:hover .subnav {
  height: 0.9rem;
}

.header .nav li .subnav a {
  border: 0;
  font-size: 0.15rem;
  color: #666;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  display: block;
  width: 2rem !important;
}

.header .nav li .subnav a:after {
  display: none;
}

.header .nav li .subnav a:hover {
  color: #697FFF;
}

.header .nav li:hover>a,
.header .nav .active>a {
  color: #697FFF;
}

.header .nav li:hover:after,
.header .nav .active:after {
  left: 0;
  opacity: 1;
  width: 100%;
}

.header .nav li:nth-child(2) .subnav {
  width: 5rem;
  padding: 0;
}

.header .nav li:nth-child(2) .subnav a {
  width: 50%;
  float: left;
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: left;
}

.header .header-search {
  float: right;
  height: 70px;
  display: inline-block;
  display: flex;
  align-items: center;
}

.header .phone {
  /* color: #fff !important; */
  color: #fff !important;
}
.fixed .phone {
  /* color: #fff !important; */
  color: #000 !important;
}

.phone>span:first-child {
  margin: 0 16px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.phone>img {
  margin-right: 6px;
  height: 20px;
}

.header .header-search a {
  height: 20px;
  transition: all 500ms ease;
}

.header .header-search a img {
  height: 20px;
  position: relative;
  top: -2px;
}

.header .header-search a:hover {
  opacity: 0.6;
}

.header .header-search img {
  max-height: 0.24rem;
}

@media (max-width: 1023px) {
  .header {
    height: 60px;
    top: 0;
    left: 0;
    position: fixed;
    background: #000;
  }

  .header .container {
    max-width: 640px;
  }

  .header .nav,
  .header .header-search,
  .header .yuyan {
    display: none;
  }

  .header .logo img {
    max-height: 60px;
  }
}

.fixed {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  /*  background: rgba(0, 0, 0, 0.9);*/
  background: #fff;
  animation: all 3s fadeInUp2 ease;
   box-shadow: 0px 2px 1px #634aff;
  opacity: 1;
}

.fixednav {
  top: 70px;
  left: 0;
  width: 100%;
  position: fixed;
  background: rgba(250, 250, 250, 1);
  animation: all 3s fadeInUp2 ease;
  box-shadow: 0 0 3px 2px #d4d4d4 !important;
  z-index: 21;
}

.fixednavway {
  top: 70px;
  /* left: 0; */
  height: .75rem !important;
  width: 76%;
  /* padding: 0 12%; */
  background: rgba(250, 250, 250, 1);
  animation: all 3s fadeInUp2 ease;
  z-index: 21;
  position: fixed;
}

.header-search .pull-right {
  width: 28px;
  height: 28px;
}

.header .header-search .search {
  z-index: 9;
  position: relative;
}

.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}

.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}

.header-search .search .search-main {
  top: 20px;
  right: -20px;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
  z-index: 99;
}

@media (max-width: 640px) {
  .header-search .search .search-main {
    right: -140px;
    width: 280px;
  }
}

.header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  height: 42px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}

.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: #697FFF;
}

.header-search .search-container .btn img {
  vertical-align: middle;
  margin-bottom: 0.03rem;
}

.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}

.header-2 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: transparent;
}

.header-2 .logo {
  display: none;
}

.header-2 .nav li>a {
  color: #fff;
}

.header-2 .nav li i {
  border-top: solid 0.12rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}

.header-2 .nav li .subnav {
  background: transparent;
}

.header-2 .nav li .subnav a {
  color: #fff;
}

.index-more {
  margin-top: 0.6rem;
  height: 0.42rem;
  width: 1.56rem;
  background: #697FFF;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 0.3rem;
}

.index-more a,
.index-more span {
  color: #fff;
  box-sizing: border-box;
  /* padding-left: 20px; */
  display: block;
}

.index-more a {}

.index-more i {
  height: 0.2rem;
  width: 0.2rem;
  font-style: normal;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0.2rem;
  vertical-align: middle;
  margin-bottom: 0.0015rem;
}

@media (max-width: 1023px) {
  .index-more {
    width: 110px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
  }

  .index-more i {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .index-more span {
    font-size: 12px;
  }
}

.banner {
  position: relative;
}

.banner .pic {
  text-align: center;
  position: relative;
}

.banner .tu {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .ph {
  display: none;
}

.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: left;
  position: absolute;
  transform: translateY(-50%);
}

.banner .item {
  width: 6.35rem;
}

.banner .t1 {
  font-size: 0.48rem;
}

.banner .t1 span {
  font-size: 0.4rem;
}

.banner .t2 {
  font-size: 0.24rem;
  padding-top: 10px;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  transition: all 400ms ease;
  background: rgba(0, 0, 0, 0.18);
}

.banner .slick-prev:before,
.banner .slick-next:before {
  content: "";
  color: #fff;
  font-family: "宋体";
  font-size: 0.5rem;
  line-height: 0.64rem;
  font-weight: 700;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background: rgba(19, 107, 252, 0.5);
}

.banner .slick-prev:before {
  content: "<";
}

.banner .slick-next:before {
  content: ">";
}

.banner .slick-dots {
  bottom: 0.4rem;
}

.banner .slick-dots li {
  margin: 0 0.1rem;
  position: relative;
}

.banner .slick-dots li:before {
  content: "";
  top: 50%;
  left: 50%;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  border-radius: 100%;
  border: solid 0.02rem #ffffff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 400ms ease;
}

.banner .slick-dots li button {
  width: 0.12rem;
  height: 0.12rem;
  transform: all 500ms ease;
}

.banner .slick-dots li.slick-active:before {
  transform: translate(-50%, -50%) scale(1);
}

.banner .slick-dots li.slick-active button {
  background: #fff;
}

.banner .slick-active .tu {
  animation: 5s ease bmove1;
}

.banner .slick-active .item {
  animation: 700ms linear fadeInLeft2;
}

.banner .slick-active .item2 .t1 {
  color: #333333;
}


.banner .slick-active .item2 .t2 {
  color: #666666;
}

@media (max-width: 1300px) {
  .banner .slick-prev {
    left: 0;
  }

  .banner .slick-next {
    right: 0;
  }
}

@media (max-width: 1023px) {
  .banner {
    margin-top: 60px;
  }

  .banner .slick-prev {
    display: none !important;
  }

  .banner .slick-next {
    display: none !important;
  }

  .banner .ph {
    display: block;
  }

  .banner .tu {
    display: none;
  }

  .banner .txtbox {
    text-align: center;
  }

  .banner .t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .banner .t2 {
    font-size: 14px;
  }

  .banner .item {
    width: 100%;
  }

  .banner .index-more {
    margin: 0 auto;
    margin-top: 20px;
    width: 100px;
    font-size: 14px;
  }

  .banner .slick-dots {
    bottom: 30px;
  }

  .banner .slick-dots li {
    margin: 0 5px;
  }

  .banner .slick-dots li:before {
    width: 16px;
    height: 16px;
  }

  .banner .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.btnarrow {
  z-index: 9;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -0.8rem;
  height: 0.42rem;
}

.btnarrow img {
  width: 0.26rem;
  height: 0.42rem;
  animation: 1.5s fadeInDown2 linear infinite;
}

@media (max-width: 1023px) {
  .btnarrow {
    display: none;
  }
}

.index-title .en {
  color: #999;
}

.index-title .cn {
  color: #333;
  font-size: 0.4rem;
  font-weight: 700;
  padding-top: 10px;
}

@media (max-width: 1023px) {
  .index-title .cn {
    font-size: 24px;
  }
}

.index-about {
  color: #333;
  padding: 1rem 0;
  background-color: #fdfdfe;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-about .left {
  width: 46%;
  float: left;
}

.index-about .pic {
  width: 50%;
  float: right;
}

.index-about .tit {
  margin-top: 0.9rem;
  font-size: 0.3rem;
}

.index-about .txt {
  margin-top: 0.2rem;
}

.index-about .index-more {
  margin-top: 1rem;
}

@media (max-width: 1023px) {

  .jianjiebox .txt {
    padding: 0 .2rem;
    font-size: .12rem;
    margin-top: 0px;
  }

  .jianjiebox .txt p {
    font-size: .14rem;
    line-height: .25rem;
  }

  .jianjiebox .index-more {
    margin-top: 0.3rem !important;
  }

  .index-about {
    padding: 40px 0;
  }

  .index-about .left,
  .index-about .pic {
    width: 100%;
    float: none;
  }

  .index-about .pic {
    /* padding-top: 30px; */
    /* display: none; */
  }

  .index-about .tit {
    font-size: .16rem;
    margin-top: .3rem !important;
  }

  .index-about .txt {
    margin-top: 10px;
  }

  .index-about .index-more {
    margin-top: 30px;
  }
}

.index-product {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-product .list {
  margin-top: 0.5rem;
}

.index-product .list .active {
  width: 67%;
}

.index-product .list .active .txt {
  width: 40%;
}

.index-product .list ul {
  margin: 0 -0.08rem;
  width: 120%;
}

.index-product .list li {
  width: 33%;
  float: left;
  padding: 0 0.08rem;
  transition: all 700ms ease;
}

.index-product .list .pic {
  height: 5.45rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.index-product .list .pic:before {
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}

.index-product .list .item {
  position: relative;
}

.index-product .list .txtbox {
  left: 0px;
  opacity: 1;
  width: 100%;
  padding: 0 0.5rem;
  position: absolute;
  color: #fff;
  bottom: 1rem;
  z-index: 10;
  text-align: left;
}

.index-product .list .tit {
  height: 0.4rem;
  overflow: hidden;
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.15rem;
}

.index-product .list .txt {
  width: 90%;
  line-height: 0.32rem;
  margin-top: 0.3rem;
  height: 1.92rem;
  overflow: hidden;
}

.index-product .list .index-more {
  margin-top: 0.3rem;
}

@media (max-width: 1023px) {
  .index-product {
    padding: 50px 0;
  }

  .index-product .list {
    margin: 0;
    max-width: 100%;
    padding-top: 30px;
  }

  .index-product .list ul {
    width: 100%;
    margin: 0;
  }

  .index-product .list li {
    padding: 0;
    margin-top: 30px;
    width: 50% !important;
  }

  .index-product .list {
    height: auto;
    padding: 5px 0px;
  }

  .index-product .list .txtbox {
    bottom: 30px;
    padding: 0 30px;
  }

  .index-product .list .tit {
    font-size: 16px;
    line-height: 30px;
    margin: 0px 0;
    height: 30px;
  }

  .index-product .list .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
    width: 100% !important;
  }

  .index-product .list .index-more {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .index-product .list li {
    width: 100% !important;
  }

  .index-product .list .pic {
    height: 240px;
  }
}

.index-case {
  /* padding: 1rem 0; */
}

.index-case .container {
  position: relative;
}

.index-case .container .more {
  right: 0;
  top: 0rem;
  line-height: 0.38rem;
  position: absolute;
  transition: all 334ms ease;
  border: solid 0.03rem #dcdddd;
  background: #fff;
}

.index-case .container .more a {
  color: #999;
}

.index-case .container .more i {
  border: solid 1px #dfe0e0;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
}

.index-case .container .more:hover {
  background: #697FFF;
  border-color: #697FFF;
}

.index-case .container .more:hover a {
  color: #fff;
}

.jungong .inside-solution-6 li .index-more {
  display: none;
}

.index-case .container .more:hover i {
  border: solid 1px transparent;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}

.body_box .inside-about .leftlist .tit {
  text-align: left;
}

.index-case .list {
  padding-top: 0.2rem;
}

.index-case .list ul {
  margin: 0 -10px;
}

.index-case .list li {
  width: 25%;
  float: left;
  padding: 0 0.1rem;
  padding-top: 0.2rem;
}

@media (min-width: 1025px) {
  .index-case .list li:hover .pic img {
    transform: scale(1.05);
  }

  .index-case .list li .text:hover {
    height: 100%;
    /* background: rgba(19, 107, 252, 0.5); */
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;

  }

  .productBox li .text:hover {
    height: 100%;
    background: #fff !important;
    transition: all 0.3s;
    box-shadow: 3px 5px 3px 2px transparent;
  }

  .productBox li {
    border: 1px solid #d7d7d7;
    width: 32% !important;
    float: left;
    margin: 0.3% !important;
    padding: 0 !important;
    margin-bottom: 0.6% !important;
  }

  .productBox li:hover {
    box-shadow: 3px 5px 3px 2px #e6e6e6;

  }

  .productBox li .text {
    height: 100%;
    /* background: rgba(19, 107, 252, 0.5); */
    color: #333 !important;
  }

  .index-case .list li:hover .tit {
    text-align: center;
  }

  .index-case .list li:hover .txt {
    display: block;
  }

  .index-case .list li:hover .index-more {
    display: block;
  }
}

.index-case .list .item {
  position: relative;
}

.index-case .list .pic {
  overflow: hidden;
  position: relative;
}

.index-case .list .pic img {
  transition: all 700ms ease;
}

.index-case .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.82905983%;
}

.index-case .list .text {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  position: absolute;
  color: #fff;
  padding: 0.4rem;
  padding-bottom: 0.2rem;
  transition: all 500ms ease;
}

.index-case .list .tit {
  font-size: 0.18rem;
  height: 0.24rem;
  line-height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.index-case .list .txt {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  height: 0.72rem;
  line-height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: none;
}

.index-case .list .index-more {
  display: none;
  margin: 0 auto;
  margin-top: 0.3rem;
}

@media (max-width: 1023px) {
  .index-case {
    padding: 40px 0;
  }

  .index-case .container .more {
    line-height: 32px;
  }

  .index-case .list ul {
    margin: 0 -5px;
  }

  .index-case .list li {
    width: 50%;
    padding: 0 5px;
    padding-top: 10px;
  }

  .index-case .list .tit {
    font-size: 16px;
    height: 30px;
    line-height: 40px;
  }
}

.index-ad {
  text-align: center;
  color: #fff;
  height: 4.5rem;
  display: flex;
  align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-ad .t1 {
  font-size: 0.5rem;
  font-weight: 700;
}

.index-ad .t2 {
  font-size: 0.37rem;
  padding-top: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1023px) {
  .index-ad {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .index-ad .t1 {
    font-size: 20px;
  }

  .index-ad .t2 {
    font-size: 16px;
    padding-top: 10px;
  }

  .img_box {
    height: 10vh;
    min-height: 200px;
  }

  #hompage_footer .footer {
    height: auto;
  }

  .footer .bot .container {
    /* padding-left: 10px; */
  }
}

.index-partner {
  overflow: hidden;
  position: relative;
  color: #fff;
  /* padding: 1rem 0; */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-partner .index-title {
  text-align: center;
}

.index-partner .container {
  position: relative;
}

.index-partner .icon {
  top: 50%;
  left: 50%;
  position: absolute;
  height: 1.66rem;
  width: 1.66rem;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -10%);
  box-shadow: 5px 0 43px rgba(28, 81, 165, 0.3);
}

.index-partner li {
  width: 17.5%;
  float: left;
}

.index-partner li .pic {
  margin-top: 0.45rem;
  box-shadow: 5px 0 43px rgba(28, 81, 165, 0.3);
  border-radius: 15px;
  background: #fff;
  position: relative;
}

.index-partner li .pic:after {
  content: "";
  display: block;
  padding-bottom: 33%;
}

.index-partner .li-1 .pic:nth-child(1),
.index-partner .li-1 .pic:nth-child(5) {
  transform: translateX(0.75rem);
}

.index-partner .li-2 {
  padding-top: 0.7rem;
  transform: translateX(0.7rem);
}

.index-partner .li-2 .pic:nth-child(1),
.index-partner .li-2 .pic:nth-child(4) {
  transform: translateX(0.6rem);
}

.index-partner .li-3,
.index-partner .li-4 {
  float: right;
}

.index-partner .li-3 {
  padding-top: 0.7rem;
  transform: translateX(-0.7rem);
}

.index-partner .li-3 .pic:nth-child(1),
.index-partner .li-3 .pic:nth-child(4) {
  transform: translateX(-0.6rem);
}

.index-partner .li-4 .pic:nth-child(1),
.index-partner .li-4 .pic:nth-child(5) {
  transform: translateX(-0.75rem);
}

@media (max-width: 1023px) {
  .index-partner {
    padding: 40px 0;
  }
}

.footer {
  background: #21252e;
  font-size: 0.14rem;
}

.footer a {
  transition: all 334ms ease;
}

.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.footer .top {
  border-bottom: solid 1px #303132;
}

.footer .top li {
  width: 25%;
  float: left;
  color: #fff;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.18rem;
  font-weight: 700;
  border-left: solid 1px #303132;
}

.footer .top li img {
  vertical-align: middle;
  margin-right: 0.1rem;
  height: 0.3rem;
  margin-bottom: 0.02rem;
}

.footer .top li:hover {
  background: url(../images/fbg.jpg) no-repeat center center;
  background-size: cover;
}

.footer .top li:first-child {
  border-left: 0;
}

.footer .listmenu {
  color: #fff;
  padding-top: 1rem;
}

.footer .listmenu li {
  /* width: 15%; */
  float: left;
  text-align: left;
}

.footer .listmenu li h3 {
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
  font-weight: 400;
}

.footer .listmenu li h3 a {
  color: #fff;
}

.footer .listmenu li:first-child {
  /* width: 19%; */
}

.footer .listmenu .drop {
  line-height: 0.3rem;
}

.footer .listmenu .drop a {
  display: block;
  color: rgba(255, 255, 255);
  font-size: 0.12rem;
}

.footer .listmenu .contact {
  /* width: 26%; */
}
.footer .listmenu .contact p{
 font-size: 0.12rem;
 line-height: 0.3rem;
}

.footer .listmenu .contact img {
  width: 0.2rem;
  margin: 0.05rem 0.05rem 0 0;
}

.footer .listmenu .contact a {
  color: #fff;
  transition: all 334ms ease;
}

.footer .bot {
  margin-top: 0.6rem;
  padding-bottom: 0.3rem;
}

.footer .bot .logo {
  vertical-align: top;
}

.footer .bot .logo img {
  max-height: 0.52rem;
}

.footer .bot .menu {
  display: inline-block;
  padding-top: 0.16rem;
  padding-left: 0.8rem;
  font-weight: lighter;
}

.footer .bot .menu a {
  color: #fff;
  padding: 0 0.2rem;
  display: inline-block;
  transition: all 334ms ease;
}

.footer .bot .share {
  margin-top: 0.1rem;
  vertical-align: top;
  display: inline-block;
}

.footer .bot .share a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.4rem;
  display: inline-block;
  border-radius: 100%;
  background: #4e5158;
  transition: all 700ms ease;
}

.footer .bot .share img {
  opacity: 0.3;
}

.footer .bot .share a:hover {
  background: #697FFF;
}

.footer .bot .share a:hover img {
  opacity: 1;
}

.footer .copy {
  padding: 0.19rem 0;
  text-align: center;
  font-weight: lighter;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 1023px) {
  .footer {
    font-size: 14px;
  }


  .footer .top .container {
    padding: 0;
  }

  .footer .top li {
    height: auto;
    padding: 10px 5px;
    line-height: 30px;
    font-size: 14px;
    width: 50%;
    border: 0;
  }

  .footer .top li img {
    height: 20px;
    margin-bottom: 2px;
    margin-right: 5px;
  }

  .footer .listmenu {
    padding-top: 30px;
  }

  .footer .listmenu li {
    float: none;
    display: none;
  }

  .footer .listmenu li h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .footer .listmenu .contact {
    width: 100%;
    display: block;
  }

  .footer .listmenu .contact img {
    width: 20px;
    margin: 3px 5px 0 0;
  }

  .footer .bot {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .footer .bot .logo img {
    max-height: 40px;
  }

  .footer .bot .menu {
    padding-top: 10px;
    padding-left: 15px;
  }

  .footer .bot .menu a {
    padding: 0 5px;
  }

  .footer .bot .share {
    margin-top: 10px;
  }

  .footer .bot .share a {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }

  .footer .copy {
    padding: 20px 0;
    font-size: 0.14rem;
  }
}

.inside-banner {
  position: relative;
}

.inside-banner img {
  width: 100%;
}

.inside-banner .txtbox {
  top: 50%;
  left: 0%;
  z-index: 2;
  color: #fff;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}

.inside-banner .cn {
  font-size: 0.48rem;
  font-weight: 700;
}

.inside-banner .en {
  color: #bfc0c0;
  font-size: 0.26rem;
  padding-top: 0.15rem;
}

.inside-banner .txt {
  width: 80%;
  line-height: 0.3rem;
  padding-top: 0.2rem;
}

@media (max-width: 1023px) {
  .inside-banner {
    margin-top: 60px;
  }

  .inside-banner .txtbox {
    text-align: center;
  }

  .inside-banner .cn {
    font-size: 20px;
  }

  .inside-banner .en {
    font-size: 14px;
    padding-top: 0px;
  }

  .inside-banner .txt {
    width: 100%;
    line-height: 24px;
    padding-top: 10px;
    display: none;
  }
}

.inside-current {
  font-size: 0.14rem;
  font-weight: normal;
  margin-top: -0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.inside-current a {
  color: #fff;
  display: inline-block;
}

.inside-current a:hover {
  text-decoration: underline;
}

.inside-current span {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1023px) {
  .inside-current {
    font-size: 14px;
    margin-top: 0;
    height: 40px;
    border-bottom: solid 1px #ddd;
    line-height: 40px;
    color: #666;
  }

  .inside-current a {
    color: #666;
  }

  .inside-current span {
    color: #697FFF;
  }
}

.zhankai_box {
  width: 20px;
  height: 30px;
  background-image: url(/template/index/pc/images/icon_添加.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center;
  margin-left: 10px;

}

.chakan {
  display: flex !important;
  align-items: center;
}

.zhankai {
  background-image: url(/template/index/pc/images/减少.png);

}

.inside-menu {
  text-align: right;
  border-bottom: solid 2px #f1f6ff;
  box-shadow: 0rem 0.02rem 0.35rem rgba(0, 0, 0, 0.08);
}

.inside-menu li {
  vertical-align: top;
  height: 0.7rem;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 0.16rem;
  max-width: 1.5rem;
  display: inline-block;
  line-height: 0.7rem;
}

.inside-menu li:after {
  content: "";
  width: 0%;
  bottom: 0rem;
  left: 50%;
  opacity: 0;
  height: 0.02rem;
  position: absolute;
  background: #697FFF;
  transition: all 500ms ease;
}

.inside-menu li a {
  display: block;
  color: #666;
}

.inside-menu li:hover>a,
.inside-menu .active>a {
  color: #697FFF;
}

.inside-menu li:hover:after,
.inside-menu .active:after {
  opacity: 1;
  width: 100%;
  left: 0;
}

@media (max-width: 1023px) {
  .inside-menu {
    display: none;
  }
}

.inside-case {
  padding-top: 0.8rem;
}

.inside-case .list {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .inside-case {
    padding-top: 20px;
  }
}
.jianbiananniu {
  border-radius: 5px;
  background-image: linear-gradient(to right, #5a44ff, #687DFF);
}

.jianbiananniu:hover {
  background-color: #0f3fa5;
}
.inside-case-show {
  padding: 1rem 0;
}

.inside-case-show .item {
  max-width: 10.02rem;
  width: 100%;
  margin: 0 auto;
}

.inside-case-show h1 {
  color: #333;
  font-size: 0.27rem;
  text-align: center;
  font-weight: normal;
  padding-bottom: 0.4rem;
}

.inside-case-show .pic {
  text-align: center;
  margin-top: 0.4rem;
}

@media (max-width: 1023px) {
  .inside-case-show {
    padding: 40px 0;
  }

  .inside-case-show .item {
    max-width: 100%;
  }

  .inside-case-show h1 {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .inside-case-show .pic {
    margin-top: 20px;
  }
}

.inside-prev {
  height: 0.57rem;
  line-height: 0.55rem;
  margin-top: 0.45rem;
  overflow: hidden;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}

.inside-prev li {
  float: left;
  padding: 0 0.6rem;
  height: 0.55rem;
  overflow: hidden;
  transition: all 700ms ease;
}

.inside-prev li a {
  color: #999;
  display: inline list-item;
}

.inside-prev li:last-child {
  text-align: right;
}

.inside-prev li:hover {
  color: #fff;
  background: #697FFF;
}

.inside-prev li:hover a {
  color: #fff;
}

.inside-prev .li1,
.inside-prev .li2 {
  width: 44%;
  color: #999;
}

.inside-prev .fh {
  width: 12%;
  padding: 0 0.1rem;
  text-align: center;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}

@media (max-width: 1023px) {
  .inside-prev {
    height: auto;
    font-size: 14px;
    line-height: 44px;
    margin-top: 30px;
  }

  .inside-prev li {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    padding: 0 5px !important;
    height: 46px;
  }

  .inside-prev .fh {
    display: none;
  }
}

.inside-product {
  padding: 1rem 0;
}

.inside-product li:first-child {
  margin-top: 0;
}

.inside-product li:nth-child(2n) .pic {
  float: right;
}

.inside-product li:nth-child(2n) .text {
  float: left;
}

.inside-product li:hover .pic img {
  transform: scale(1.1);
}

.inside-product li {
  box-shadow: 0.03rem 0.07rem 0.27rem rgba(0, 0, 0, 0.15);
  margin-top: 0.6rem;
}

.inside-product li .pic {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 46.25%;
}

.inside-product li .pic img {
  transition: all 700ms ease;
}

.inside-product li .text {
  width: 50%;
  float: left;
  position: relative;
  padding: 0.7rem 0.7rem;
  padding-bottom: 0.2rem;
}

.inside-product li .en2 {
  top: 0.35rem;
  color: #f6f8fe;
  font-size: 0.7rem;
  line-height: 0.7rem;
  position: absolute;
  font-family: arial;
  font-weight: 700;
  z-index: -1;
  text-transform: uppercase;
}

.inside-product li .en,
.inside-product li .tit {
  font-weight: 700;
  color: #697FFF;
}

.inside-product li .tit {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-product li .txt {
  color: #666;
  height: 0.56rem;
  margin-top: 0.2rem;
  line-height: 0.28rem;
  font-size: 0.14rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.inside-product li .index-more {
  margin-top: 0.3rem;
}

.inside-product li .tu {
  right: 0;
  bottom: -0.35rem;
  width: 2.29rem;
  height: 1.64rem;
  position: absolute;
}

@media (max-width: 1023px) {
  .inside-product {
    padding: 40px 0;
  }

  .inside-product li:first-child {
    margin-top: 0;
  }

  .inside-product li {
    margin-top: 30px;
  }

  .inside-product li .pic {
    width: 100%;
    float: none;
  }

  .inside-product li .tu {
    display: none;
  }

  .inside-product li .text {
    width: 100%;
    float: none;
    padding: 20px;
    padding-bottom: 40px;
  }

  .inside-product li .en2 {
    display: none;
  }

  .inside-product li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
  }

  .inside-product li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
  }

  .inside-product li .index-more {
    margin-top: 20px;
  }
}

.inside-title {
  color: #333;
  font-size: 0.4rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .inside-title {
    font-size: 20px;
    line-height: 34px;
  }
}

.inside-job {
  padding: 1rem 0;
  background: #f5f5f5;
}

.inside-job .topjoin {
  overflow: hidden;
}

.inside-job .topjoin .inside-title {
  width: 50%;
  float: left;
}

.inside-job .topjoin .search {
  float: right;
  position: relative;
  width: 2.3rem;
}

.inside-job .topjoin .search input {
  width: 100%;
  height: 0.4rem;
  padding: 0.1rem 0.15rem;
  line-height: 0.38rem;
  border-radius: 0.3rem;
  border: solid 1px #dcdddd;
  padding-right: 0.3rem;
  transition: all 334ms ease;
}

.inside-job .topjoin .search input:focus {
  border-color: #697FFF;
}

.inside-job .topjoin .search .btn {
  right: 0.15rem;
  top: 0.08rem;
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
}

.inside-job .list {
  background: #fff;
  margin-top: 0.5rem;
  padding-bottom: 0.4rem;
}

.inside-job .list dl {
  position: relative;
}

.inside-job .list span {
  display: block;
  float: left;
  width: 20%;
  padding-left: 0.7rem;
}

.inside-job .list .bt {
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #697FFF;
}

.inside-job .list .bt img {
  max-height: 0.2rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
  margin-right: 0.05rem;
}

.inside-job .list dt {
  height: 0.5rem;
  line-height: 0.5rem;
  cursor: pointer;
  position: relative;
  transition: all .5s;
  overflow: hidden;
}

.inside-job .list dd {
  height: 0;
  font-size: 0.14rem;
  padding: 0rem 0.4rem;
  overflow: hidden;
}

.inside-job .list dd .nr {
  overflow: hidden;
  background: #f7f8f8;
  padding: 0 0.4rem;
  padding-bottom: 0.3rem;
}

.inside-job .list dd .tit {
  color: #333;
  font-size: 0.16rem;
  padding-bottom: 0.2rem;
}

.inside-job .list dd .txt {
  padding: 0.3rem 0;
  margin-top: 0.3rem;
  border-top: solid 1px #e5e6e6;
  border-bottom: solid 1px #e5e6e6;
}

.inside-job .list dd .yx {
  margin-top: 0.2rem;
  font-size: 0.16rem;
}

.inside-job .list dd .yx img {
  margin-right: 0.05rem;
  margin-top: 0.04rem;
  vertical-align: top;
  max-height: 0.2rem;
}

.inside-job .list dd .yx a {
  color: #eb3d00;
}

.inside-job .list dd .yx a:hover {
  text-decoration: underline;
}

.inside-job .list ul {
  padding: 0.2rem 0;
}

.inside-job .list ul li {
  width: 33.333%;
  float: left;
}

.inside-job .list ul li p {
  padding-top: 0.1rem;
}

.inside-job .list .cur dd {
  height: auto !important;
}

@media (max-width: 1023px) {
  .inside-job {
    padding: 40px 0;
  }

  .inside-job .topjoin .search input {
    height: 34px;
    padding: 10px;
    border-radius: 30px;
    padding-right: 40px;
  }

  .inside-job .topjoin .search {
    width: 50%;
  }

  .inside-job .topjoin .search .btn {
    right: 10px;
    top: 8px;
    width: 15px;
    height: 15px;
  }

  .inside-job .list .bt {
    height: 50px;
    line-height: 50px;
  }

  .inside-job .list .bt img {
    max-height: 14px;
    margin-bottom: 3px;
    margin-right: 5px;
  }

  .inside-job .list {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .inside-job .list span {
    text-align: center;
    width: 33.3333%;
    padding: 0 5px;
  }

  .inside-job .list .span-02,
  .inside-job .list .span-04 {
    display: none;
  }

  .inside-job .list dt {
    height: 50px;
    line-height: 50px;
  }

  .inside-job .list dd {
    font-size: 14px;
    padding: 0;
  }

  .inside-job .list dd .nr {
    padding: 0 20px;
    padding-bottom: 30px;
  }

  .inside-job .list dd .tit {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .inside-job .list dd .txt {
    padding: 30px 0;
    margin-top: 30px;
  }

  .inside-job .list dd .yx {
    padding-left: 35px;
    margin-top: 20px;
    font-size: 16px;
    position: relative;
  }

  .inside-job .list dd .yx img {
    top: 4px;
    left: 0;
    margin-right: 0;
    max-height: 20px;
    position: absolute;
  }

  .inside-job .list ul {
    padding: 0;
  }

  .inside-job .list ul li {
    width: 100%;
    float: none;
  }

  .inside-job .list ul li p {
    padding-top: 0;
  }
}

.inside-message {
  padding: 1rem 0;
  background: #fafbfd;
  overflow: hidden;
  position: relative;
}

.inside-message .inside-title {
  text-align: center;
}

.inside-message ul {
  margin: 0 -0.1rem;
  overflow: hidden;
  padding-top: 0.15rem;
}

.inside-message li {
  width: 50%;
  float: left;
  margin-top: 0.25rem;
  padding: 0 0.1rem;
}

.inside-message li .box {
  position: relative;
}

.inside-message li label {
  top: 0.15rem;
  left: 0.2rem;
  position: absolute;
  font-style: normal;
  color: #e90212;
}

.inside-message li span {
  display: block;
}

.inside-message li input[type="text"],
.inside-message li textarea[type="text"] {
  background: #fff;
  width: 100%;
  height: 0.5rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  padding: 0.1rem 0.4rem;
  font-family: "微软雅黑";
  border: 1px solid #dedede;
}

.inside-message li input:focus,
.inside-message li textarea:focus {
  border: 1px solid #697FFF;
}

.inside-message li textarea[type="text"] {
  height: 1.70rem;
  width: 100%;
}

.inside-message li .tag {
  color: #999;
  display: inline-block;
  font-weight: normal;
  font-size: 0.16rem;
}

.inside-message li #tijiao {
  width: 2rem;
  padding: 0;
  height: 0.55rem;
  display: inline-block;
  color: #fff;
  border: 0;
  font-size: 0.22rem;
  border-radius: 0.3rem;
  background: #697FFF;
  transition: all 500ms ease;
}

.inside-message li #tijiao:hover {
  opacity: 0.85;
}

.inside-message .code {
  width: 25%;
}

.inside-message .textarea {
  width: 100%;
  height: auto;
}

.inside-message .btnbox {
  width: 100%;
}

@media (max-width: 1023px) {
  .inside-message {
    padding: 40px 0;
  }

  .inside-message ul {
    padding-top: 0;
  }

  .inside-message li label {
    font-size: 14px;
  }

  .inside-message li input[type="text"],
  .inside-message li textarea[type="text"] {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 10px;
    padding-left: 20px;
  }

  .inside-message ul {
    margin: 0 -5px;
  }

  .inside-message li {
    margin-top: 20px;
    padding: 0 5px;
  }

  .inside-message li .tag {
    font-size: 14px;
  }

  .inside-message .textarea textarea[type="text"] {
    height: 100px;
  }

  .inside-message li #submit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 30px;
  }

  .inside-message .code {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .inside-message li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .inside-message li label {
    top: 10px;
    left: 10px;
  }

  .inside-message .last label {
    top: auto;
    left: auto;
    position: relative;
  }

  .inside-message .code {
    width: 100% !important;
  }
}

.verify {
  height: 50px;
  background-color: #e5e5e5;
  position: relative;
}

.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 2;
  cursor: move;
}

.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20px 20px;
}

.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 48px;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 50px;
  padding-left: 50px;
  text-align: center;
}

.verify .verify-msg {
  padding-left: 0;
  padding-right: 50px;
}

.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}

.verifyDiv {
  vertical-align: middle;
  position: relative;
}

.map {
  position: relative;
}

.map .text {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: absolute;
}

.map .txt {
  font-size: 0.2rem;
  padding-left: 1.4rem;
  width: 4.8rem;
  height: 1.14rem;
  background: #fff;
  position: relative;
}

.map .txt img {
  top: 0;
  left: 0;
  height: 1.14rem;
  position: absolute;
}

.map .txt p {
  padding-top: 0.25rem;
}

.map .txt .tel {
  padding-top: 0;
  color: #697FFF;
  font-size: 0.28rem;
  font-weight: 700;
  font-family: arial;
}

@media (max-width: 1023px) {
  .map .txt {
    padding-left: 80px;
    font-size: 16px;
    width: 280px;
    height: 70px;
  }

  .map .txt img {
    height: 70px;
  }

  .map .txt .tel {
    font-size: 16px;
  }

  .map .txt p {
    padding-top: 10px;
  }

  .map .tel {
    font-size: 18px;
  }
}

#allmap {
  height: 6.3rem;
  width: 100%;
}

#allmap img {
  max-width: initial;
  max-height: inherit;
}

#allmap .anchorBL {
  display: none;
}

@media (max-width: 1023px) {
  #allmap {
    height: 420px;
  }
}

.inside-about {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 19.2rem;
  line-height: 0.3rem;
  padding-bottom: 0.9rem;
  position: relative;
}

.inside-about:before {
  content: "";
  width: 47%;
  top: 0;
  left: 0;
  height: 4rem;
  position: absolute;
}

.inside-about .toppic {
  top: 0;
  right: 0;
  width: 4.13rem;
  height: 7.15rem;
  position: absolute;
}

.inside-about .botpic {
  bottom: 0;
  left: 0;
  width: 4.6rem;
  height: 4.39rem;
  position: absolute;
}

.inside-about .container {
  z-index: 10;
  position: relative;
}

.inside-about .leftlist {
  width: 38%;
  float: left;
  padding-top: 2.4rem;
}

.inside-about .leftlist li {
  position: relative;
  min-height: 1.75rem;
}

.inside-about .leftlist li:hover .icon img {
  transform: scale(1.1);
}

.inside-about .leftlist .icon {
  float: left;
  display: block;
  width: 1.18rem;
  height: 1.18rem;
  background: #e0ebfb;
  border-radius: 100%;
}

.inside-about .leftlist .icon img {
  transition: all 334ms ease;
}

.inside-about .leftlist .text {
  float: left;
  width: 70%;
  padding-top: 0.2rem;
  padding-left: 0.35rem;
}

.inside-about .leftlist .tit {
  color: #697FFF;
  font-size: 0.24rem;
}

.inside-about .leftlist .txt {
  margin-top: 0.05rem;
}

.inside-about .leftlist .nr {
  padding-top: 1rem;
}

.inside-about .leftlist .nr .t1 {
  color: #333;
  font-weight: 700;
  font-size: 0.36rem;
}

.inside-about .leftlist .nr .t2 {
  padding-top: 0.5rem;
}

.inside-about .rightlist {
  width: 54.3%;
  float: right;
  padding-top: 1rem;
}

.inside-about .rightlist .tu {
  margin-top: 0.5rem;
}

.inside-about .rightlist .text p {
  padding-top: 0.4rem;
}

@media (max-width: 1023px) {
  .inside-about {
    max-width: 100%;
    line-height: 24px;
    padding: 40px 0;
  }

  .inside-about:before {
    display: none;
  }

  .inside-about .leftlist {
    padding-top: 0;
    float: none;
    width: 100%;
  }

  .inside-about .leftlist li {
    display: block;
    min-height: 100px;
  }

  .inside-about .leftlist .icon {
    width: 60px;
    height: 60px;
    float: left;
  }

  .inside-about .leftlist .tit {
    font-size: 18px;
  }

  .inside-about .leftlist .txt {
    margin-top: 5px;
  }

  .inside-about .leftlist .nr {
    padding-top: 20px;
  }

  .inside-about .leftlist .nr .t1 {
    font-size: 20px;
  }

  .inside-about .leftlist .nr .t2 {
    padding-top: 15px;
  }

  .inside-about .leftlist .text {
    padding-top: 5px;
    padding-left: 20px;
  }

  .inside-about .rightlist {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }

  .inside-about .rightlist .tu {
    margin-top: 30px;
  }
}

.inside-about-2 {
  color: #fff;
  height: 4.5rem;
  font-size: 0.48rem;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.inside-about-2 .bt span {
  display: block;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .inside-about-2 {
    height: auto;
    font-size: 24px;
    padding: 70px;
    line-height: 40px;
    text-align: center;
  }
}

.inside-honor {
  padding: 1rem 0;
  text-align: center;
}

.inside-honor .hmenu {
  margin-top: 0.6rem;
}

.inside-honor .hmenu li {
  cursor: pointer;
  width: 1.12rem;
  height: 0.32rem;
  line-height: 0.3rem;
  display: inline-block;
  border: solid 1px #dcdddd;
  border-radius: 0.3rem;
  margin: 0 0.12rem;
}

.inside-honor .hmenu .active {
  color: #fff;
  border-color: #697FFF;
  background: #697FFF;
}

.inside-honor .hbox {
  margin-top: 0.6rem;
}

.inside-honor .hbox .pic {
  text-align: center;
  margin: 0 0.13rem;
  padding: 0.2rem;
  border: solid 2px #ddd;
  position: relative;
}

.inside-honor .hbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}

.inside-honor .hlist {
  display: none;
}

.inside-honor .slick-prev {
  left: -0.4rem;
}

.inside-honor .slick-prev:before {
  content: "<";
}

.inside-honor .slick-next {
  right: -0.4rem;
}

.inside-honor .slick-next:before {
  content: ">";
}

.inside-honor .slick-prev,
.inside-honor .slick-next {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 100%;
  line-height: 0.32rem;
  text-align: center;
  transition: all 334ms ease;
  border: solid 1px #dbdddd;
  background-color: #fff;
  margin-top: -0.17rem;
}

.inside-honor .slick-prev:before,
.inside-honor .slick-next:before {
  font-family: "宋体";
  color: #aaa;
  font-size: 0.2rem;
}

.inside-honor .slick-prev:hover,
.inside-honor .slick-next:hover {
  border-color: #697FFF;
  background: #697FFF;
}

.inside-honor .slick-prev:hover:before,
.inside-honor .slick-next:hover:before {
  color: #fff;
}

@media (max-width: 1200px) {
  .inside-honor .slick-prev {
    left: 0;
  }

  .inside-honor .slick-next {
    right: 0;
  }
}

@media (max-width: 1023px) {
  .inside-honor {
    padding: 40px 0;
  }

  .inside-honor .hmenu {
    margin-top: 30px;
  }

  .inside-honor .hmenu li {
    width: 110px;
    height: 36px;
    margin: 0 5px;
    line-height: 34px;
    border-radius: 30px;
  }

  .inside-honor .hbox {
    margin-top: 30px;
  }

  .inside-honor .hbox .pic {
    margin: 0 5px;
    padding: 0px;
    border: solid 1px #ddd;
  }

  .inside-honor .hbox .pic img {
    padding: 5px;
  }

  .inside-honor .slick-prev,
  .inside-honor .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 100%;
    line-height: 28px;
  }

  .inside-honor .slick-prev:before,
  .inside-honor .slick-next:before {
    font-size: 18px;
  }
}

.inside-solution-6 {
  background: #f5f5f5;
  padding: 0.7rem 0 1rem 0;
}

.inside-solution-6 ul {
  margin: 0 -0.15rem;
}

.inside-solution-6 li:hover .more {
  background: #697FFF;
  border-color: #697FFF;
  color: #fff;
}

.inside-solution-6 li:hover .more i {
  border: solid 1px #fff;
  background: url(../images/arrow.png) no-repeat center center #ffffff;
  background-size: cover;
}

.inside-solution-6 li:hover .item {
  box-shadow: 0 0 0.35rem rgba(19, 107, 252, 0.13);
  border-bottom: solid 2px #697FFF;
}

.inside-solution-6 li:hover .pic img {
  transform: scale(1.05);
}

.inside-solution-6 li {
  float: left;
  width: 33.3333%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}

.inside-solution-6 li .item {
  transition: all 500ms ease;
  border-bottom: solid 2px #fff;
}

.inside-solution-6 li .pic {
  overflow: hidden;
  position: relative;
}

.inside-solution-6 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.34782609%;
}

.inside-solution-6 li .pic img {
  transition: all 700ms ease;
}

.inside-solution-6 li .text {
  background: #fff;
  padding: 0.5rem;
  overflow: hidden;
}

.inside-solution-6 li .tit {
  color: #333;
  font-size: 0.3rem;
  font-weight: 700;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inside-solution-6 li .txt {
  color: #333;
  font-size: 0.18rem;
  overflow: hidden;
  height: 1.5rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.jungong .inside-solution-6 li .txt {
  font-size: 0.14rem !important;
}

.inside-solution-6 li .index-more {
  float: right;
  line-height: 0.38rem;
  transition: all 334ms ease;
  border: solid 0.03rem #dcdddd;
  background: #fff;
}

.inside-solution-6 li .index-more a {
  color: #999;
}

.inside-solution-6 li .index-more i {
  border: solid 1px #dfe0e0;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 1023px) {
  .inside-solution-6 {
    padding: 20px 0 40px 0;
  }

  .inside-solution-6 ul {
    margin: 0 -10px;
  }

  .inside-solution-6 li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }

  .inside-solution-6 li .text {
    padding: 20px;
  }

  .inside-solution-6 li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }

  .inside-solution-6 li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }

  .jungong .inside-solution-6 li .txt {
    font-size: 12px !important;
  }

  .inside-solution-6 li .index-more {
    line-height: 32px;
  }
}

@media (max-width: 1023px) {
  .inside-solution-6 li {
    width: 100%;
  }
}

.inside-show-6 {
  line-height: 0.3rem;
  padding: 1rem 0;
}

.inside-show-6 h1 {
  color: #333;
  font-size: 0.3rem;
  font-weight: normal;
  padding-bottom: 0.3rem;
}

@media (max-width: 1023px) {
  .inside-show-6 {
    line-height: 24px;
    padding: 40px 0;
  }

  .inside-show-6 h1 {
    font-size: 18px;
    padding-bottom: 30px;
  }
}

.inside-solution1-1,
.inside-solution1-2,
.inside-solution1-3,
.inside-solution1-4,
.inside-solution1-5,
.inside-solution1-6,
.inside-solution2-1 {
  position: relative;
}

.inside-solution1-1 {
  padding: 0.2rem 0;
}

.inside-solution1-1 .content_box {
  background-color: #697FFF;
  color: #fff;
  padding: 0.4rem 0.4rem;
  font-size: 16px;
  line-height: 0.3rem;
  margin-top: 0.8rem;
  text-align: justify;
  text-indent: -0.1rem !important;

}

.inside-solution1-1 .item {
  padding: 0.6rem;
  padding-top: 0.3rem;
  position: relative;
}

.inside-solution1-1 .item:before {
  width: 100%;
  height: 77%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: #E8F4FF;
  box-shadow: 0 0 0.2rem rgba(19, 107, 252, 0.1);
}

.inside-solution1-1 .pic {
  float: left;
  width: 43%;
  position: relative;
}

.inside-solution1-1 .text {
  width: 57%;
  float: left;
  z-index: 2;
  position: relative;
  line-height: 0.3rem;
  padding-top: 0.3rem;
  /* padding-left: 0.6rem; */
}

.inside-solution1-1 .tu {
  bottom: 22%;
  right: 0.2rem;
  height: 2.18rem;
  width: 4.08rem;
  position: absolute;
}

@media (max-width: 1023px) {
  .inside-solution1-1 {
    padding: 40px 0 !important;
  }

  .inside-solution1-1 .item {
    padding: 0px !important;
  }

  .inside-solution1-1 .item:before {
    display: none;
  }

  .inside-solution1-1 .pic {
    width: 100% !important;
    float: none !important;
  }

  .inside-solution1-1 .text {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    line-height: 24px !important;
    padding-top: 30px !important;
  }

  .inside-solution1-1 .tu {
    display: none;
  }
}

.inside-title-2 {
  color: #333;
  line-height: 0.4rem;
  font-size: 0.38rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .inside-title-2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.inside-title-3 {
  color: #3a416f;
  font-size: 0.38rem;
  line-height: 0.4rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .inside-title-3 {
    font-size: 24px;
    line-height: 40px;
  }
}

.inside-f18 {
  text-align: center;
  font-size: 0.18rem;
  padding-top: 0.15rem;
}

@media (max-width: 1023px) {
  .inside-f18 {
    font-size: 14px;
    padding-top: 5px;
  }
}

.inside-solution1-2 {
  padding: 0.5rem 0;
  background-repeat: no-repeat;
  background-color: #ddeaff;
  background-position: top center;
}

.inside-solution1-2 ul {
  margin: 0 -0.2rem;
  margin-top: 0.5rem;
}

.inside-solution1-2 li {
  width: 25%;
  float: left;
  padding: 0 0.2rem;
}

.inside-solution1-2 li .item {
  padding: 0.3rem;
  border: solid 2px #fff;
  background: #eef5ff;
  height: 3.1rem;
  overflow: auto;
  transition: all 500ms ease;
  box-shadow: inset 0 0 0.2rem rgba(40, 120, 252, 0.15);
}

.inside-solution1-2 li .icon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  transition: all 500ms ease;
}

.inside-solution1-2 li .tit {
  color: #333;
  font-weight: 700;
  margin-top: 0.2rem;
  font-size: 0.2rem;
}

.inside-solution1-2 li .txt {
  margin-top: 0.1rem;
}

.inside-solution1-2 li:hover .item {
  border-color: #697FFF;
  background: #697FFF;
}

.inside-solution1-2 li:hover .tit {
  color: #fff;
}

.inside-solution1-2 li:hover .txt {
  color: rgba(255, 255, 255, 0.7);
}

.inside-solution1-2 li:hover .icon {
  transform: translateY(0.1rem);
}

@media (max-width: 1023px) {
  .inside-solution1-2 {
    padding: 40px 0;
  }

  .inside-solution1-2 .list ul {
    margin: 0 -10px;
  }

  .inside-solution1-2 .list li {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }

  .inside-solution1-2 .list li .item {
    padding: 30px;
    height: auto;
    height: 300px;
  }

  .inside-solution1-2 .list li .icon {
    width: 50px;
    height: 50px;
  }

  .inside-solution1-2 .list li .tit {
    margin-top: 20px;
    font-size: 18px;
  }

  .inside-solution1-2 .list li .txt {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .inside-solution1-2 .list li {
    width: 100%;
  }

  .inside-solution1-2 .list li .item {
    height: auto;
  }
}

.inside-solution1-3 {
  padding: 0.7rem 0;
}

.inside-solution1-3 .bg {
  display: flex;
  margin-top: 0.6rem;
  box-shadow: 0 0 0.2rem rgba(19, 107, 252, 0.1);
  background-repeat: no-repeat;
  background-position: top center;
}

.inside-solution1-3 .smenu {
  /* width: 18%; */
  background: #f4f5fb;
}

.inside-solution1-3 .smenu li {
  line-height: 0.75rem;
  height: 0.75rem;
  align-items: center;
  display: flex;
  color: #333;
  cursor: pointer;
  font-size: 0.18rem;
  position: relative;
  transition: all 334ms ease;
  border-bottom: solid 0.04rem #f4f5fb;
  display: flex;
  align-items: center;
  justify-content: center;

}

.inside-solution1-3 .smenu .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  position: relative;
  display: inline-block;
}

.inside-solution1-3 .smenu .ico2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

.inside-solution1-3 .smenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.inside-solution1-3 .smenu .active {
  color: #697FFF;
  background: #dde8fe;
  border-color: #697FFF;
}

.inside-solution1-3 .smenu .active a {
  color: #697FFF;

}

.inside-solution1-3 .smenu .active .ico2 {
  opacity: 1;
}

.inside-solution1-3 .sbox {
  width: 82%;
  padding: 0.6rem 0.4rem;
}

.inside-solution1-3 .sbox .bt {
  color: #333;
  padding-bottom: 0.3rem;
  font-size: 0.24rem;
}

.inside-solution1-3 .sbox .t1 {
  padding-left: 0.3rem;
  position: relative;
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
}

.inside-solution1-3 .sbox .t1 img {
  top: 0.05rem;
  left: 0;
  width: 0.21rem;
  height: 0.17rem;
  position: absolute;
}

.inside-solution1-3 .sbox {
  width: 100%;
}

.inside-solution1-3 .sbox .tu {
  padding-top: 0.3rem;
  width: 100%;
}

li {
  list-style: none;
}

.smartschool,
.smartgarden,
.smartcoal {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0.1rem 0.5rem;
  align-items: center;
  height: 100%;
}

.inside-solution1-3 .stab {
  display: none;
}

.smartschool li {
  width: 18.5% !important;
  height: 325px !important;
  background-color: #fff;
  padding: 0;
  border: 1px solid #fff;
}

.smartschool li:hover,
.smartgarden li:hover,
.smartcoal li:hover {
  box-shadow: 0 0 15px 2px #5d44fd3b;
}

.smartgarden li {
  width: 32% !important;
  height: 300px !important;
  background-color: #fff;
  padding: 0;
  border: 1px solid #fff;
}

.smartcoal li {
  width: 24.5% !important;
  height: 335px !important;
  background-color: #fff;
  padding: 0;
  border: 1px solid #fff;
}

.smartcoal .t1 {
  text-align: center;
}

.smartgarden li .t2 {
  color: #333;
  font-size: 18px;
}

.smartcoal li .t2 {
  color: #333;
  font-size: 18px;
}

.smartschool li .t2 {
  color: #333;
}

.smartgarden li .box {
  padding: 0 0.2rem;
}

.smartschool li .item {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smartgarden li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.1rem !important;
  padding-top: 0.1rem !important;
}

.smartcoal li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smartcoal li .t2 {
  font-size: 16px;
  text-align: justify;
}

.smartschool li .item>img,
.smartgarden li .item>img,
.smartcoal li .item>img {
  /* width: 50px; */
  height: 33px;
  margin-top: 0.03rem;
  margin-bottom: 0.15rem;


}

.smartschool li .item>.t1 {
  margin: 0.1rem 0;
  margin-bottom: 0;
  font-size: 0.2rem;
}

.smartschool li .item>.t2 {
  font-size: .16rem;
  text-align: justify;
  line-height: 0.3rem;
}

@media (max-width: 1023px) {
  .inside-solution1-3 {
    padding: 40px 0;
  }

  .inside-solution1-3 .bg {
    margin-top: 30px;
    display: block;
  }

  .inside-solution1-3 .smenu {
    overflow: hidden;
    width: 100%;
  }

  .inside-solution1-3 .smenu li {
    width: 50%;
    float: left;
    height: 50px;
    padding-left: 30px;
    line-height: 50px;
    font-size: 16px !important;
    text-align: center;
  }

  .inside-solution1-3 .smenu .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .inside-solution1-3 .sbox {
    width: 100%;
    float: none;
    padding: 30px 20px;
    padding-bottom: 20px;
  }

  .inside-solution1-3 .sbox .bt {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .inside-solution1-3 .sbox .t1 {
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .inside-solution1-3 .sbox .t1 img {
    top: 5px;
    width: 21px;
    height: 17px;
  }
}

.inside-solution1-4 {}

.inside-solution1-4 ul {
  /* margin: 0 -0.2rem; */
  display: flex;
  justify-content: space-between;
}

.inside-solution1-4 li {
  float: left;
  /* padding: 0 0.2rem; */
  /* padding-top: 0.4rem; */
  width: 31%;
  background-image: url(/template/index/pc/images/智慧水利鼠标划过图片.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: auto;
  transition: all 500ms ease;
  margin: 0 0.41%;
}

.inside-solution1-4 li:hover {
  box-shadow: 0 0 15px 2px #5d44fd37;

}

.inside-solution1-4 li .box {
  flex-wrap: nowrap;
  /* padding-right: 0.3rem; */
  border-radius: 0.1rem;
  /* background: #697FFF; */
  position: relative;
}

.inside-solution1-4 li .box .tu {
  right: 0;
  top: 0.34rem;
  position: absolute;
}

.inside-solution1-4 li .box .tu img {
  max-height: 0.55rem;
}

.inside-solution1-4 li .bt {
  color: #fff;
  height: 0.6rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.6rem;
  padding-left: 0.3rem;
}

.inside-solution1-4 li .item {
  z-index: 9;
  padding: 0.2rem;
  min-height: 1.8rem;
  position: relative;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;

}

.inside-solution1-4 li .t1 {
  color: #333;
  font-weight: 700;
  margin-top: 0.2rem;
  font-size: 0.2rem;
}

.inside-solution1-4 li .t1 img {
  max-height: 0.24rem;
  vertical-align: top;
  margin: 0.06rem 0.05rem 0 0;
}

.inside-solution1-4 li .t2 {
  margin-top: 0.1rem;
  font-size: .16rem;
  line-height: .25rem;
}

.inside-solution1-4 li:nth-child(4),
.inside-solution1-4 li:nth-child(5) {
  width: 50%;
}

@media (max-width: 1023px) {
  .inside-solution1-4 {
    padding: 40px 0;
  }

  .inside-solution1-4 ul {
    margin: 0;
    padding-top: 0px !important;
    flex-direction: column;
  }

  .inside-solution1-4 li {
    padding: 0;
    padding-top: 30px;
    width: 100%;
    float: none !important;
    margin-bottom: .3rem;
  }

  .inside-solution1-4 li .box {
    padding-right: 20px;
    border-radius: 5px;
  }

  .inside-solution1-4 li .bt {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
  }

  .inside-solution1-4 li .t1 {
    font-size: 16px;
  }

  .inside-solution1-4 li .t1 img {
    max-height: 20px;
    margin: 4px 10px 0 0;
  }

  .inside-solution1-4 li .item {
    height: auto !important;
    padding: 30px 20px !important;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .inside-solution1-4 li:nth-child(4),
  .inside-solution1-4 li:nth-child(5) {
    width: 100%;
  }
}

.smartschoolways li {
  width: 49.2%;
}

.inside-solution1-5 {
  padding: 1rem 0;
}

.inside-solution1-5 .list ul {
  margin: 0 -0.24rem;
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}

.inside-solution1-5 .list li:hover .num:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.inside-solution1-5 .list li {
  /* width: 33.3333%; */
  /* padding: 0 0.24rem; */
  padding-top: 0.4rem;
}

.smartschoolways {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.1rem 0.4rem;

}

.smartschoolways li .item {
  display: flex;
  flex-direction: column;


}

.smartschoolways li .item .num {
  justify-self: flex-start
}

.smartschoolways li .item .tit {
  justify-self: flex-start;
  text-align: left;
}

.smartschoolways li .item .txt {
  justify-self: flex-start;
  text-align: left;
  color: #333;
  font-size: 16px;
}

.inside-solution1-5 .list li .item {
  min-height: 100%;
  text-align: center;
  line-height: 0.3rem;
  border-top: solid 0.04rem transparent;
  padding: 0.2rem 0.3rem;
}

.smartschoolways li:hover>.item {
  cursor: pointer;
  border: 1px solid #ccc;
  border-top: solid 0.04rem #697FFF;
  transition: all 0.5s;
  /* box-shadow: 0 0 0.2rem rgba(19, 107, 252, 0.1); */

}

.inside-solution1-5 .list li .num {
  margin: 0 auto;
  font-size: 0.76rem;
  line-height: 0.8rem;
  color: #697FFF;
  width: 100%;
  height: 0.58rem;
  text-align: left;
  font-weight: bold;
  position: relative;
  font-family: "Oswald-Bold";
  overflow: hidden;
  font-family: "Microsoft YaHei";
}

.inside-solution1-5 .list li .num:after {
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  position: absolute;
  transition: all 500ms ease;
}

.inside-solution1-5 .list li .tit {
  font-size: 0.2rem;
  color: #697FFF;
  font-weight: 700;
  margin-top: 0.3rem;
}

.inside-solution1-5 .list li .txt {
  margin-top: 0.15rem;
}

@media (max-width: 1023px) {
  .inside-solution1-5 {
    padding: 40px 0;
  }

  .inside-solution1-5 .list ul {
    margin: 0 -10px;
  }

  .inside-solution1-5 .list li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }

  .inside-solution1-5 .list li .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  .inside-solution1-5 .list li .item {
    line-height: 24px;
    padding: 40px 20px 20px 20px;
  }

  .inside-solution1-5 .list li .tit {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .inside-solution1-5 .list li {
    width: 100%;
  }
}

.smartwater {
  position: relative;
  min-height: 700px;
  background-image: url(/template/index/pc/images/智慧水利中间图片.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18%;
}

.smartwater li {
  width: 33%;
  padding: 0 0.15rem;
  position: absolute;
  padding-top: 0 !important;
}

.smartwater li:hover {
  background-image: url(/template/index/pc/images/智慧水利鼠标划过图片.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 15px 2px #5d44fd37;
}

.smartwater>li:nth-child(1) {
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}

.smartwater>li:nth-child(2) {
  left: 5%;
  top: 35%;
}

.smartwater>li:nth-child(3) {
  right: 5%;
  top: 35%;
}

.smartwater>li:nth-child(5) {
  right: 15%;
  top: 75%;
}

.smartwater>li:nth-child(4) {
  left: 15%;
  top: 75%;
}

.smartwater .tit {
  margin-top: 0 !important;
  text-align: left;
}

.smartwater .item {
  display: flex;
  flex-direction: column;
}

.smartwater .txt {
  color: #333;
  text-align: justify;
}

.inside-solution1-6 {
  padding-bottom: 1rem;
}

.inside-solution1-6 ul {
  margin: 0 -0.22rem;
}

.inside-solution1-6 li:hover .pic img {
  transform: scale(1.05);
}

.inside-solution1-6 li:hover .icon img {
  transform: rotateY(180deg);
}

.inside-solution1-6 li {
  float: left;
  padding: 0 0.22rem;
  width: 33.3333%;
  padding-top: 0.44rem;
}

.inside-solution1-6 li .item {
  border: solid 1px #eeeeee;
}

.inside-solution1-6 li .pic {
  overflow: hidden;
  position: relative;
  height: 1.8rem;
}

.inside-solution1-6 li .pic img {
  width: 100%;
  height: 2.5rem !important;
  max-height: none;
}

.inside-solution1-6 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}

.inside-solution1-6 li .pic img {
  transition: all 700ms ease;
}

.inside-solution1-6 li .icon {
  z-index: 9;
  height: 0.4rem;
  width: 0.4rem;
  margin: 0 auto;
  margin-top: -0.45rem;
  background: #697FFF;
  position: absolute;
  left: .3rem;
  bottom: .1rem;
  border-radius: 100%;
  position: absolute;
  border: solid 0.05rem #ffffff;
}

.inside-solution1-6 li {
  position: relative;
}

.inside-solution1-6 li .icon img {
  transition: all 500ms ease;

}

.inside-solution1-6 li .text {
  padding: 0.2rem;
  text-align: center;
}

.inside-solution1-6 li .tit {
  color: #333;
  font-size: 0.2rem;
  height: 0.3rem;
  overflow: hidden;
  line-height: 0.3rem;
  text-align: justify;
}

.inside-solution1-6 li .txt {
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  margin-top: 0.1rem;
  color: #333;
  text-align: justify;
  font-size: .14rem;
}

@media (max-width: 1023px) {
  .inside-solution1-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inside-solution1-6 ul {
    margin: 0 -10px;
  }

  .inside-solution1-6 li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }

  .inside-solution1-6 li .icon {
    width: 45px;
    height: 45px;
    margin-top: -23px;
  }

  .inside-solution1-6 li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  .inside-solution1-6 li .text {
    padding: 15px;
  }

  .inside-solution1-6 li .txt {
    line-height: 20px;
    height: 60px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .inside-solution1-6 li {
    width: 100%;
  }

  .inside-solution1-6 li .txt {
    height: auto;
  }
}

.fangan .txt {
  font-size: 0.16rem;
}

.inside-solution1-7 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.inside-solution1-7 li .item {
  min-height: 2.3rem;
}

.inside-solution1-8 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.inside-solution1-8 li {
  width: 25% !important;
}

.inside-solution1-8 li .item {
  min-height: 2.1rem;
}

@media (max-width: 1023px) {
  .inside-solution1-8 .list ul {
    display: block;
  }

  .inside-solution1-8 li {
    width: 100% !important;
  }
}

.inside-solution2-1 {
  padding: 1rem 0 0 0;
}

.inside-solution2-1 .container {
  position: relative;
}

.inside-solution2-1 .container .tu {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.inside-solution2-1 ul {
  padding-top: 0.5rem;
}

.inside-solution2-1 li {
  width: 35%;
  float: left;
  min-height: 3.2rem;
  padding-left: 1.1rem;
  position: relative;
}

.inside-solution2-1 li .icon {
  top: 0;
  left: 0;
  position: absolute;
}

.inside-solution2-1 li .icon img {
  max-height: 1.24rem;
}

.inside-solution2-1 li .tit {
  color: #697FFF;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.inside-solution2-1 li .txt {
  margin-top: 0.3rem;
}

.inside-solution2-1 li:nth-child(2n) {
  float: right;
}

@media (max-width: 1023px) {
  .inside-solution2-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inside-solution2-1 ul {
    padding-top: 0;
  }

  .inside-solution2-1 li {
    width: 100%;
    padding: 0 20px;
    min-height: auto;
    padding-top: 30px;
  }

  .inside-solution2-1 li .icon {
    top: auto;
    left: auto;
    display: block;
    position: relative;
    text-align: center;
  }

  .inside-solution2-1 li .icon img {
    max-height: 60px;
  }

  .inside-solution2-1 li .tit {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
  }

  .inside-solution2-1 li .txt {
    margin-top: 15px;
  }

  .inside-solution2-1 .tu {
    display: none;
  }
}

.inside-solution4-1 {
  background: #e7f0ff;
  padding: 1rem 0 0 0;
  margin-bottom: 1rem;
}

.inside-solution4-1 .container {
  position: relative;
}

.inside-solution4-1 .inside-title-2 {
  padding-bottom: 2rem;
}

.inside-solution4-1 .pic {
  width: 9.7rem;
  margin: 0 auto;
}

.inside-solution4-1 .item {
  min-height: 2.4rem;
  position: absolute;
  width: 4.8rem;
}

.inside-solution4-1 .item .icon {
  width: 0.8rem;
  height: 0.8rem;
}

.inside-solution4-1 .item .tit {
  color: #333;
  font-size: 0.24rem;
}

.inside-solution4-1 .item .txt {
  margin-top: 0.15rem;
}

.inside-solution4-1 .item-1 {
  top: 0;
  left: 50%;
  width: 6rem;
  text-align: center;
  transform: translateX(-50%);
}

.inside-solution4-1 .item-1 .icon {
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.inside-solution4-1 .item-1 .txt {
  top: 1.1rem;
  position: absolute;
}

.inside-solution4-1 .item-1 .tit {
  top: 1.9rem;
  width: 100%;
  text-align: center;
  position: absolute;
}

.inside-solution4-1 .item-2 {
  top: 3.8rem;
  left: 0.9rem;
  padding-right: 1rem;
  text-align: right;
}

.inside-solution4-1 .item-2 .icon {
  right: 0;
  top: 0;
  position: absolute;
}

.inside-solution4-1 .item-3 {
  top: 3.8rem;
  right: 0.9rem;
  padding-right: 0.3rem;
  padding-left: 1rem;
  text-align: left;
}

.inside-solution4-1 .item-3 .icon {
  left: 0;
  top: 0;
  position: absolute;
}

.inside-solution4-1 .item-4 {
  top: 6.2rem;
  left: 0rem;
  padding-right: 1rem;
  text-align: right;
}

.inside-solution4-1 .item-4 .icon {
  right: 0;
  top: 0;
  position: absolute;
}

.inside-solution4-1 .item-5 {
  top: 6.2rem;
  right: 0rem;
  padding-right: 0.3rem;
  padding-left: 1rem;
  text-align: left;
}

.inside-solution4-1 .item-5 .icon {
  left: 0;
  top: 0;
  position: absolute;
}

@media (max-width: 1023px) {
  .inside-solution4-1 {
    overflow: hidden;
    padding: 40px 0;
  }

  .inside-solution4-1 .inside-title-2 {
    padding-bottom: 0;
  }

  .inside-solution4-1 .pic {
    display: none;
  }

  .inside-solution4-1 .item {
    width: 100%;
    text-align: center !important;
    padding: 20px 20px !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    transform: translateX(0%);
    position: relative !important;
  }

  .inside-solution4-1 .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    top: auto !important;
    right: auto !important;
    position: relative !important;
  }

  .inside-solution4-1 .item .tit {
    font-size: 18px;
    margin-top: 15px;
  }

  .inside-solution4-1 .item .txt {
    margin-top: 10px;
  }

  .inside-solution4-1 .item-1 .icon {
    bottom: auto;
    left: auto;
    transform: translateX(0%);
    position: relative;
  }

  .inside-solution4-1 .item-1 .tit {
    top: auto;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .inside-solution4-1 .item-1 .txt {
    top: auto;
    position: relative;
  }
}

.inside-solution5-1,
.inside-solution5-2,
.inside-solution5-3,
.inside-solution5-4,
.inside-solution5-5,
.inside-solution5-6,
.inside-solution5-7,
.index-case {
  position: relative;
}



.inside-solution5-1 .item:before {
  height: 100%;
}

.inside-solution5-1 .pic {
  width: 55%;
}

.inside-solution5-1 .text {
  width: 45%;
  padding-top: 0;
}

.inside-solution5-1 .tu {
  top: auto;
  bottom: 0;
}

.inside-solution5-2 {
  padding: 1rem 0;
  background: #f3f4fb;
}

.inside-solution5-2 ul {
  display: flex;
}

.inside-solution5-2 ul {
  margin: 0 -0.15rem;
  padding-top: 0.4rem;
}

.inside-solution5-2 li {
  width: 25%;
  padding: 0 0.15rem;
}

.inside-solution5-2 li .bt {
  color: #fff;
  height: 1rem;
  padding-left: 0.3rem;
  padding-top: 0.25rem;
  background: linear-gradient(to right, #0755fd, #4580fe);
  position: relative;
}

.inside-solution5-2 li .bt .cn {
  font-size: 0.22rem;
  font-weight: 700;
}

.inside-solution5-2 li .bt .en {
  font-family: arial;
  line-height: 0.14rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}

.inside-solution5-2 li .bt .num {
  right: 0.3rem;
  top: 0.13rem;
  opacity: 0.1;
  line-height: 0.7rem;
  font-size: 0.7rem;
  position: absolute;
  font-family: "Oswald-Bold";
}

.inside-solution5-2 li .item {
  background: #fff;
  min-height: 100%;
  border: solid 1px #e8ecf3;
}

.inside-solution5-2 li .txt {
  padding: 0.3rem;
  line-height: 0.3rem;
}

@media (max-width: 1023px) {
  .inside-solution5-2 {
    padding: 40px 0;
  }

  .inside-solution5-2 ul {
    margin: 0;
    display: block;
    padding-top: 0;
  }

  .inside-solution5-2 li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .inside-solution5-2 li .bt {
    height: auto;
    padding: 15px;
  }

  .inside-solution5-2 li .bt .cn {
    font-size: 16px;
  }

  .inside-solution5-2 li .bt .en {
    font-size: 14px;
    line-height: 14px;
  }

  .inside-solution5-2 li .bt .num {
    right: 15px;
    font-size: 40px;
    line-height: 40px;
    top: 10px;
  }

  .inside-solution5-2 li .txt {
    padding: 30px;
    line-height: 24px;
  }
}

.inside-solution5-3 {
  padding: 1rem 0;
}

.inside-solution5-3 .inside-f18 span {
  display: block;
}

.inside-solution5-3 .smenu-2 {
  margin-top: 0.5rem;
  border-bottom: solid 1px #e5e5e5;
}

.inside-solution5-3 .smenu-2 li {
  width: 16.66666667%;
  float: left;
  text-align: center;
  padding: 0 0.15rem;
  position: relative;
  cursor: pointer;
  padding-bottom: 0.25rem;
}

.inside-solution5-3 .smenu-2 li:before {
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  background: #697FFF;
  transition: all 500ms ease;
}

.inside-solution5-3 .smenu-2 li .icon {
  width: 0.64rem;
  height: 0.64rem;
  border: solid 2px #fff;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ebf2fe, #f6f9ff);
  box-shadow: 0 0 0.2rem rgba(19, 107, 252, 0.1);
}

.inside-solution5-3 .smenu-2 li .tit {
  font-size: 0.18rem;
  margin-top: 0.1rem;
}

.inside-solution5-3 .smenu-2 li:hover:before,
.inside-solution5-3 .smenu-2 .active:before {
  width: 100%;
  opacity: 1;
  left: 0;
}

.inside-solution5-3 .smenu-2 li:hover .tit,
.inside-solution5-3 .smenu-2 .active .tit {
  color: #697FFF;
}

.inside-solution5-3 .sbox {
  padding-top: 0.6rem;
}

.inside-solution5-3 .sbox .scot {
  display: none;
}

.inside-solution5-3 .sbox .f24 {
  color: #333;
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
}

@media (max-width: 1023px) {
  .inside-solution5-3 {
    padding: 40px 0;
  }

  .inside-solution5-3 .smenu-2 {
    margin-top: 30px;
  }

  .inside-solution5-3 .smenu-2 li .icon {
    width: 37px;
    height: 37px;
  }

  .inside-solution5-3 .smenu-2 li .tit {
    font-size: 14px;
    margin-top: 10px;
  }

  .inside-solution5-3 .sbox {
    padding-top: 30px;
  }

  .inside-solution5-3 .sbox .f24 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .inside-solution5-3 .smenu-2 {
    margin-top: 0;
  }

  .inside-solution5-3 .smenu-2 li {
    width: 33.333%;
    margin-top: 20px;
    padding-bottom: 15px;
  }
}

.inside-solution5-4 {
  padding: 1rem 0;
  background: #edf4ff;
}

.inside-solution5-4 .smenu-3 {
  border-bottom: solid 1px #d5dbe5;
}

.xuni .smenu-3,
.xuni .sbox-3 {
  background-color: #fff;
}

.inside-solution5-4 .smenu-3 ul {
  padding-top: 0.4rem;
}

.inside-solution5-4 .smenu-3 li {
  width: 25%;
  float: left;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.3rem;
  text-align: center;
}

.inside-solution5-4 .smenu-3 li:before {
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  background: #697FFF;
  transition: all 500ms ease;
}

.inside-solution5-4 .smenu-3 li:after {
  content: "";
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -0.1rem;
  border-top: solid 0.12rem #697FFF;
  border-left: solid 0.12rem transparent;
  border-right: solid 0.12rem transparent;
  transition: all 500ms ease;
}

.inside-solution5-4 .smenu-3 li .icon {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  margin: 0 auto;
  position: relative;
}

.inside-solution5-4 .smenu-3 li .tit {
  color: #333;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}

.inside-solution5-4 .smenu-3 .active {
  border: 1px solid;
  border-image-source: linear-gradient(to top, #d4e4ff, #edf4ff);
  border-image-slice: 1;
  background: linear-gradient(to bottom, #edf4ff, #e5efff);
  border-bottom: 0;
}

.inside-solution5-4 .smenu-3 .active:before {
  opacity: 1;
  width: 100%;
  left: 0;
}

.inside-solution5-4 .smenu-3 .active:after {
  opacity: 1;
}

.inside-solution5-4 .sbox-3 {
  padding-top: 0.6rem;
}

.inside-solution5-4 .scot-3 {
  display: none;
  line-height: 0.3rem;
}

.inside-solution5-4 .scot-3 .item {
  align-items: center;
  display: flex;
}

.inside-solution5-4 .scot-3 .left {
  width: 55%;
  padding-right: 0.9rem;
}

.inside-solution5-4 .scot-3 .right {
  width: 45%;
}

.inside-solution5-4 .scot-3 .f28 {
  color: #333;
  font-size: 0.28rem;
  padding-bottom: 0.3rem;
}

@media (max-width: 1023px) {
  .inside-solution5-4 {
    padding: 40px 0;
  }

  .inside-solution5-4 .smenu-3 ul {
    padding-top: 20px;
  }

  .inside-solution5-4 .smenu-3 li .tit {
    margin-top: 10px;
    font-size: 16px;
  }

  .inside-solution5-4 .scot-3 {
    line-height: 24px;
  }

  .inside-solution5-4 .scot-3 .left {
    padding-right: 20px;
  }

  .inside-solution5-4 .scot-3 .f28 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .inside-solution5-4 .smenu-3 li {
    width: 50%;
    height: 100px;
    margin-top: 20px;
  }

  .inside-solution5-4 .smenu-3 li:after {
    display: none;
  }

  .inside-solution5-4 .smenu-3 li .icon {
    width: 35px;
    height: 35px;
  }

  .inside-solution5-4 .scot-3 .item {
    display: block;
  }

  .inside-solution5-4 .scot-3 .left {
    width: 100%;
    padding-right: 0;
  }

  .inside-solution5-4 .scot-3 .right {
    width: 100%;
    margin-top: 30px;
  }
}

.inside-solution5-5 {
  background-color: #fdfeff;
  padding: 1rem 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inside-solution5-5 .solu-sx {
  display: none;
}

.inside-solution5-5 .text {
  padding-top: 0.15rem;
  font-size: 0.18rem;
}

@media (max-width: 1023px) {
  .inside-solution5-5 .text {
    font-size: 14px;
  }
}

.inside-solution5-5 .list ul {
  margin: 0 -0.23rem;
  margin-top: 0.46rem;
}

@media (min-width: 1025px) {
  .inside-solution5-5 .list li:hover .icon {
    opacity: 1;
  }

  .inside-solution5-5 .list li:hover .pic img {
    transform: scale(1.05);
  }

  .inside-solution5-5 .list li:hover .pic:before {
    opacity: 1;
  }
}

.inside-solution5-5 .list li {
  float: left;
  width: 33.333%;
  padding: 0 0.23rem;
}

.inside-solution5-5 .list li .item {
  position: relative;
}

.inside-solution5-5 .list li .icon {
  top: 50%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  transform: translate(-50%, -73%);
  transition: all 500ms ease;
}

.inside-solution5-5 .list li .pic {
  overflow: hidden;
  position: relative;
}

.inside-solution5-5 .list li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  opacity: 0;
  position: absolute;
  transition: all 334ms ease;
  background: rgba(19, 107, 252, 0.6);
}

.inside-solution5-5 .list li .pic img {
  transition: all 700ms ease;
}

.inside-solution5-5 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.11111111%;
}

.inside-solution5-5 .list li .tit {
  text-align: center;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  margin-top: 0.15rem;
}

@media (max-width: 1023px) {
  .inside-solution5-5 {
    padding: 40px 0;
  }

  .inside-solution5-5 .list li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }

  .inside-solution5-5 .text {
    padding-top: 10px;
  }
}

@media (max-width: 420px) {
  .inside-solution5-5 .list ul {
    margin: 0;
  }

  .inside-solution5-5 .list li {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 20px;
  }
}

.inside-solution5-6 {
  padding: 1rem 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inside-solution5-6 .pic {
  text-align: center;
  margin-top: 0.4rem;
}

@media (max-width: 1023px) {
  .inside-solution5-6 {
    padding: 40px 0;
  }

  .inside-solution5-6 .pic {
    margin-top: 30px;
  }
}

.inside-solution5-7 {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.inside-solution5-7 li {
  width: 25%;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 0 0.24rem;
  padding-top: 0.48rem;
}

.inside-solution5-7 li .pic {
  position: relative;
}

.inside-solution5-7 li .pic:before {
  content: "";
  bottom: 0;
  left: 0;
  background: #d3e4ff;
  width: 100%;
  height: 40%;
  position: absolute;
  border-radius: 60%;
}

.inside-solution5-7 li .pic img {
  z-index: 9;
  position: relative;
}

.inside-solution5-7 li .tit {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.inside-solution5-7 .last {
  float: none;
  width: 7.7rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .inside-solution5-7 {
    padding: 40px 0;
  }

  .inside-solution5-7 li .tit {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .inside-solution5-7 li {
    width: 50%;
    font-language-override: h1;
    padding: 0 10px;
    margin-top: 20px;
  }

  .inside-solution5-7 .last {
    width: 100%;
    float: left;
  }
}

.inside-xg-case {
  background: #f3f8fc;
}

.inside-xg-case ul {
  padding-top: 0.4rem;
}

.inside-pshow-1 .pic {
  width: 57%;
  float: right;
}

.inside-pshow-1 .text {
  float: left;
  width: 43%;
  color: #3a416f;
  padding-left: 0;
  padding-right: 0.6rem;
}

.inside-pshow-1 .tit {
  color: #3a416f;
  padding-bottom: 0.3rem;
  font-size: 0.32rem;
}

.inside-pshow-1 .tu {
  right: auto;
  left: 0;
}

.inside-pshow-2 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.inside-pshow-2 ul {
  margin: 0 -0.35rem;
}

.inside-pshow-2 li:hover .item {
  box-shadow: 0 0 0.2rem rgba(19, 107, 252, 0.1);
}

.inside-pshow-2 li:hover .icon img {
  transform: scale(1.1);
}

.inside-pshow-2 li {
  float: left;
  width: 33.333%;
  padding: 0 0.35rem;
  padding-top: 0.2rem;
}

.inside-pshow-2 li .item {
  text-align: center;
  padding: 0.35rem 0.15rem;
  min-height: 2.7rem;
  transition: all 700ms ease;
}

.inside-pshow-2 li .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}

.inside-pshow-2 li .icon img {
  transition: all 700ms ease;
}

.inside-pshow-2 li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  margin: 0.15rem 0;
}

@media (max-width: 1023px) {
  .inside-pshow-2 {
    padding: 40px 0;
  }

  .inside-pshow-2 ul {
    margin: 0 -10px;
  }

  .inside-pshow-2 li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }

  .inside-pshow-2 li .item {
    padding: 30px 20px;
    min-height: 200px;
  }

  .inside-pshow-2 li .icon {
    width: 50px;
    height: 50px;
  }

  .inside-pshow-2 li .tit {
    font-size: 16px;
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .inside-pshow-2 li {
    width: 100%;
  }

  .inside-pshow-2 li .item {
    min-height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.inside-pshow-3 {
  padding: 1rem 0;
  text-align: center;
  background: #f3f8fe;
}

.inside-pshow-3 .pic {
  margin-top: 0.5rem;
}

@media (max-width: 1023px) {
  .inside-pshow-3 {
    padding: 50px 0;
  }

  .inside-pshow-3 .pic {
    margin-top: 20px;
  }
}

.inside-pshow-3-1 {
  padding: 0.5rem 0;
}

.inside-pshow-3-1 .item {
  display: flex;
  align-items: center;
}

.inside-pshow-3-1 .text {
  width: 40%;
  padding-right: 0.5rem;
}

.inside-pshow-3-1 .text p {
  padding-top: 0.4rem;
}

.inside-pshow-3-1 .inside-title-3 {
  text-align: left;
}

.inside-pshow-3-1 .pic {
  width: 60%;
}

@media (max-width: 1023px) {
  .inside-pshow-3-1 {
    padding: 40px 0;
  }

  .inside-pshow-3-1 .item {
    display: block;
  }

  .inside-pshow-3-1 .text {
    width: 100%;
    padding-right: 0;
  }

  .inside-pshow-3-1 .text p {
    padding-top: 20px;
  }

  .inside-pshow-3-1 .pic {
    width: 100%;
    padding: 0 40px;
  }
}

.inside-pshow-3-2 {
  padding: 1rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.inside-pshow-3-2 ul {
  margin: 0 -0.2rem;
  margin-top: 0.5rem;
}

.inside-pshow-3-2 li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 0.2rem;
}

.inside-pshow-3-2 li .item {
  min-height: 2.6rem;
  padding: 0.5rem 0.2rem;
  transition: all 500ms ease;
}

.inside-pshow-3-2 li .icon {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
}

.inside-pshow-3-2 li .tit {
  color: #333;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}

.inside-pshow-3-2 li:hover .item {
  background-image: url(/template/index/pc/images/智慧水利鼠标划过图片.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 15px 2px #5d44fd37;
}

@media (max-width: 1023px) {
  .inside-pshow-3-2 {
    padding: 50px 0;
  }

  .inside-pshow-3-2 ul {
    margin: 0 -10px;
    margin-top: 20px;
  }

  .inside-pshow-3-2 li {
    padding: 0 10px;
    width: 50%;
  }

  .inside-pshow-3-2 li .item {
    padding: 20px;
    min-height: auto;
  }

  .inside-pshow-3-2 li .icon {
    width: 45px;
    height: 45px;
  }

  .inside-pshow-3-2 li .tit {
    font-size: 16px;
    margin-top: 10px;
  }
}

.inside-pshow-3-3 {
  padding: 1rem 0;
}

.inside-pshow-3-3 .txt {
  padding-top: 0.15rem;
}

.inside-pshow-3-3 ul {
  padding-top: 0.4rem;
}

.inside-pshow-3-3 li {
  width: 50%;
  float: left;
}

.inside-pshow-3-3 li .item {
  position: relative;
}

.inside-pshow-3-3 li .title {
  top: 0.6rem;
  left: 0.6rem;
  z-index: 1;
  color: #fff;
  padding-right: 0.2rem;
  position: absolute;
}

.inside-pshow-3-3 li .title .cn {
  font-size: 0.24rem;
  font-weight: 700;
}

.inside-pshow-3-3 li .title .en {
  font-size: 0.28rem;
  font-family: arial;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.inside-pshow-3-3 li .pic {
  z-index: 1;
  position: absolute;
}

.inside-pshow-3-3 li .item1 .pic {
  right: 0.5rem;
  bottom: 0.5rem;
  width: 5.4rem;
  height: 3.6rem;
}

.inside-pshow-3-3 li .item2 .title .cn {
  color: #333;
}

.inside-pshow-3-3 li .item2 .title .en {
  color: #b7bdcd;
}

.inside-pshow-3-3 li .item2 .pic {
  right: 0.9rem;
  bottom: 0.5rem;
  width: 3.3rem;
  height: 2rem;
}

.inside-pshow-3-3 li .item3 .pic {
  right: 0.5rem;
  bottom: 0.1rem;
  width: 3.3rem;
  height: 2.8rem;
}

@media (max-width: 1023px) {
  .inside-pshow-3-3 {
    padding: 40px 0;
  }

  .inside-pshow-3-3 .txt {
    padding-top: 15px;
  }

  .inside-pshow-3-3 li:first-child .item {
    margin-top: 0;
  }

  .inside-pshow-3-3 li {
    width: 100%;
  }

  .inside-pshow-3-3 li .title {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    text-align: center;
  }

  .inside-pshow-3-3 li .title .cn {
    color: #333;
    font-size: 18px;
  }

  .inside-pshow-3-3 li .title .en {
    color: #666;
    font-size: 16px;
  }

  .inside-pshow-3-3 li .item {
    padding: 30px;
    margin-top: 30px;
    border: solid 1px #eee;
    text-align: center;
  }

  .inside-pshow-3-3 li .item .tu {
    display: none;
  }

  .inside-pshow-3-3 li .item .pic {
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    top: auto !important;
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
  }
}

.inside-pshow-3-4 li .t2 {
  padding-left: 0.2rem;
  position: relative;
}

.inside-pshow-3-4 li .t2:before {
  content: "";
  top: 0.07rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  background: #d2e1fe;
  position: absolute;
}

.inside-pshow-3-4 li .item {
  height: 2.5rem;
}

.zhihui .inside-pshow-3-4 li .item {
  height: 2.6rem !important;
  padding: 0.5rem .4rem;
}

.zhihui .inside-solution1-4 li .t1 {
  margin-bottom: 0.5rem;
}

.inside-page {
  padding-top: 0.7rem;
  text-align: center;
}

.inside-page a {
  font-size: 0.14rem;
  height: 0.38rem;
  padding: 0 0.15rem;
  line-height: 0.36rem;
  display: inline-block;
  border: solid 1px #e4e5e5;
  border-radius: 0.05rem;
  transition: all 500ms ease;
}

.inside-page a:hover,
.inside-page .cur {
  color: #FFF;
  border-color: #697FFF;
  background: #697FFF;
}

@media (max-width: 1023px) {
  .inside-page {
    padding-top: 40px;
  }

  .inside-page a {
    font-size: 12px;
    height: 38px;
    line-height: 36px;
    border-radius: 0;
  }
}

.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-top: 20px;
  text-align: right;
  display: none;
}

.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}

.navPhoneBtn span:last-child {
  margin-bottom: 0;
}

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}

@media (max-width: 1026px) {
  .navPhoneBtn {
    display: block;
  }
}

.inside-video {
  padding-bottom: 1rem;
  padding-top: 0.25rem;
  background: #f7f7f7;
}

.inside-video .inside-current {
  margin-top: 0;
}

.inside-video ul {
  margin: 0 -0.3rem;
}

.inside-video li:hover .pic img {
  transform: scale(1.05);
}

.inside-video li:hover .icon img {
  transform: rotate(180deg);
}

.inside-video li {
  float: left;
  width: 50%;
  padding: 0 0.3rem;
  padding-top: 0.6rem;
}

.inside-video li .videobox {
  position: relative;
}

.inside-video li .pic {
  overflow: hidden;
  position: relative;
}

.inside-video li .pic:after {
  content: "";
  display: block;
  padding-bottom: 57.97101449%;
}

.inside-video li .pic img {
  transition: all 700ms ease;
}

.inside-video li .icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
}

.inside-video li .icon img {
  transition: all 1000ms ease;
}

.inside-video li .text {
  padding: 0.45rem;
  padding-top: 0.3rem;
  box-shadow: 0rem 0 0.2rem rgba(19, 107, 252, 0.1);
}

.inside-video li .tit {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  font-weight: 700;
}

.inside-video li .txt {
  color: #666;
  margin-top: 0.15rem;
  line-height: 0.3rem;
  height: 1.5rem;
  overflow: auto;
}

@media (max-width: 1023px) {
  .inside-video {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .inside-video ul {
    margin: 0 -10px;
  }

  .inside-video li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }

  .inside-video li .text {
    padding: 20px;
  }

  .inside-video li .icon img {
    width: 50px;
  }

  .inside-video li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }

  .inside-video li .txt {
    margin-top: 10px;
    line-height: 24px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .inside-video li {
    width: 100%;
  }

  .inside-video li .txt {
    height: auto;
  }
}

.transparent {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

.videoPopup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.videoPopup .transparent {
  display: block;
}

.videoPopup .videoPopupCon {
  width: 100%;
  height: 100%;
  position: relative;
}

.videoPopup .videoPopupWrap {
  width: 100%;
  height: 100%;
  width: 9.6rem;
  height: 6.5rem;
  margin: auto;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .videoPopup .videoPopupWrap {
    background: transparent;
  }
}

.videoPopup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videoPopup .con {
  position: relative;
}

.videoPopup .con:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.videoPopup video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videoPopup .closeBtn {
  cursor: pointer;
  display: block;
  width: .36rem;
  height: .36rem;
  text-align: center;
  line-height: .34rem;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-weight: 700;
  position: absolute;
  z-index: 9999;
  right: -0.8rem;
  top: 0;
}

@media (max-width: 1023px) {
  .videoPopup .closeBtn {
    right: 14px;
    width: 30px;
    height: 30px;
    color: #000;
    top: -30px;
    line-height: 28px;
    background: #fff;
  }
}

.videoPopup .closeBtn:before,
.videoPopup .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1023px) {

  .videoPopup .closeBtn:before,
  .videoPopup .closeBtn:after {
    background: #000;
  }
}

.videoPopup .closeBtn:before {
  width: .2rem;
  height: 2px;
}

.videoPopup .closeBtn:after {
  width: 2px;
  height: 0.2rem;
}

@media screen and (max-width: 1023px) {
  .videoPopup .videoPopupWrap {
    width: 100%;
  }

  .videoPopup .closeBtn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }

  .videoPopup .closeBtn:before {
    width: 17px;
    height: 1px;
  }

  .videoPopup .closeBtn:after {
    width: 1px;
    height: 17px;
  }
}

.navM .navMCon {
  background-color: #fff;
  width: 64%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navM .navMWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navM.open .transparent {
  display: block;
}

.navM.open .closeBtn {
  display: block;
}

.navM.open .navMCon {
  right: 0;
}

.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background: #27456b;*/
  color: #666;
  position: absolute;
  z-index: 999999;
  left: -60px;
  top: 40px;
}

.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navM .closeBtn:before {
  width: 30px;
  height: 1px;
}

.navM .closeBtn:after {
  width: 1px;
  height: 30px;
}

.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}

.navM .navMWrap>.list .title {
  margin-bottom: 10px;
  padding: 10px 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}

.navM .navMWrap>.list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
}

.navM .navMWrap>.list .title .icon:before,
.navM .navMWrap>.list .title .icon:after {
  content: "";
  /*background: #2047a3;*/
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navM .navMWrap>.list .title .icon:before {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #697FFF;
  border-left: solid 2px #697FFF;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*.navM .navMWrap > .list .title .icon:after {
  width: 10px;
  height: 2px;
}*/
.navM .navMWrap>.list .has .title .icon {
  display: block;
}

.navM .navMWrap>.list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navM .child {
  padding: 20px 5px 20px 0px;
  display: none;
  position: relative;
}

.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.navM .child a:hover {
  color: #000;
}

.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}

.navM .mSearch .btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}

.navM .mSearch .btn .iconfont {
  font-size: 18px;
}

.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}

.navM .other {
  padding: 10px;
}

.navM .languageBtn {
  padding: 10px 0;
}

.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #fff;
}

.float {
  position: fixed;
  bottom: 50px;
  right: 0.2rem;
  z-index: 99;
}

.float ul li {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 100%;
  margin-bottom: 0.14rem;
  text-align: center;
  position: relative;
  background: #fff;
  transition: all 500ms ease;
  box-shadow: 0px 0 10px rgba(28, 81, 165, 0.1);
}

.float ul li .bt {
  color: #fff;
}

.float ul li .hover {
  position: absolute;
  top: 0;
  right: 71px;
  width: 135px;
  display: none;
  padding: 0.1rem;
  background: #fff;
  box-shadow: 0px 0 10px rgba(28, 81, 165, 0.1);
}

.float ul li:hover {
  background-color: #eee;
}

.float ul li:hover .hover {
  display: block;
}

.float ul li:hover .hover1 {
  display: block;
}

@media (max-width: 1210px) {
  .float {
    display: none;
  }
}

@media(max-width:1023px) {
  .banner .t1 span {
    font-size: 20px;
  }

  .inside-message li #tijiao {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 30px;
  }
}


@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.index-more {
  transition: all 334ms ease;
}

.index-more:hover {
  background: #0f3fa5;
}

.active.index-about .left {
  animation: 2s fadeInLeft2 ease;
}

.active.index-about .pic {
  animation: 2.1s fadeInRight2 ease;
}

.active.index-product .index-title {
  animation: 2s fadeInUp2 ease;
}

.active.index-product .list {
  animation: 3s fadeInDown2 ease;
}

.active.index-case .index-title {
  animation: 2s fadeInUp2 ease;
}

.active.index-case .list {
  animation: 2s fadeInDown2 ease;
}

.active.index-partner .index-title {
  animation: 2s fadeInUp2 ease;
}

.active.index-partner .li-1 {
  animation: 2s fadeIn ease;
}

.active.index-partner .li-2 {
  animation: 2.1s fadeIn ease;
}

.active.index-partner .li-3 {
  animation: 2.2s fadeIn ease;
}

.active.index-partner .li-4 {
  animation: 2.3s fadeIn ease;
}

.active.index-ad .t1 {
  animation: 2s fadeInUp2 ease;
}

.active.index-ad .t2 {
  animation: 2s fadeInDown2 ease;
}

.pinned {
  z-index: 888;
  background: #fff;
}

.header .nav li {
  margin: 0 0.15rem;
  padding: 0 0.36rem;
}

.header .nav li a {}

.header .nav li:after {
  /*  top: 0;*/
  bottom: 0;
}

.header .nav li:hover {
  /* background-color: #20212B; */
}



.index-case .list .item {
  text-align: center;
}

.inside-case .list li:hover .index-more {
  display: inline-block;
}

.tankunag {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.tankunag .inside-title {
  font-size: 0.24rem;
}

.tankunag .inside-message {
  top: 50%;
  left: 50%;
  width: 4.8rem;
  margin: 0 auto;
  padding: 0.3rem;
  position: absolute;
  background: #fff;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
}

.tankunag .inside-message .close {
  right: 0.3rem;
  top: 0.3rem;
  z-index: 10;
  position: absolute;
}

.tankunag .inside-message .close img {
  opacity: 0.6;
  max-height: 0.2rem;
  transition: all 500ms ease;
}

.tankunag .inside-message .close:hover img {
  opacity: 1;
}

.tankunag .inside-message ul {
  padding-top: 0;
}

.tankunag .inside-message li {
  width: 100%;
  float: none;
  margin-top: 0.15rem;
}

.tankunag .inside-message li textarea[type="text"] {
  height: 0.8rem;
}

.tankunag .inside-message .btnbox {
  padding-top: 0.2rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .pin-wrapper {
    display: none !important;
  }
}


.banner .slick-prev {
  left: 0.6rem;
}

.banner .slick-next {
  right: 0.6rem;
}

.inside-message .last label {
  position: relative;
  top: auto;
  left: auto;
}

.header .nav li:hover >a {
  color: #697FFF;
}
.header .nav li .subnav a{
  color: #000;
}
.header .nav li .subnav a:hover  {
  color: #697FFF;
}



.header .nav li {
  padding: 0 0.2rem;
}




.header .nav li:hover i {
  transform: rotate(-225deg);
}

.xuni .container {
  max-width: 1300px;
  width: 100%;
}

.xuni .titlebox {
  padding: 0.5rem;
}

.xuni .inside-solution5-4 .sbox-3 {
  padding: 0.5rem;
}

.xuni .inside-solution5-4 .sbox-3 {
  position: relative;
  z-index: 9;
}

.xuni .inside-solution5-5 {
  padding: 0.3rem 0;
}

.xuni .inside-solution5-5 .text {
  margin: auto;
  width: 80%;
  text-align: center;
  margin-top: 0 !important;
}

.xuni .smenu-3 {
  box-shadow: 0 0.2rem 0.2rem rgba(19, 107, 252, 0.2);
}

.xuni .inside-solution5-5 {
  box-shadow: 0 0.02rem 0.2rem rgba(19, 107, 252, 0.2);
}

.xuni .inside-solution5-4 .smenu-3 .active::after {
  bottom: -0.15rem;
  display: none;
}

.xuni .inside-solution5-4 .smenu-3 .active::before {
  height: 3px;
  bottom: -0.05rem;
}

.xuni .inside-solution5-4 .smenu-3 li {
  width: 25%;
  line-height: 0.75rem;
  height: 0.75rem;
  color: #333;
  cursor: pointer;
  font-size: 0.18rem;
  position: relative;
  transition: all 334ms ease;
  border-bottom: solid 0.04rem transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xuni .inside-solution5-4 .smenu-3 li .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.1rem;
  background-image: url('/template/index/pc/images/虚拟仿真图标1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.xuni .inside-solution5-4 .smenu-3 ul>li:nth-child(2) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标2.png');
}

.xuni .inside-solution5-4 .smenu-3 ul>.active:nth-child(1) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标1-O.png');
}

.xuni .inside-solution5-4 .smenu-3 ul>.active:nth-child(2) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标2-O.png');
}

.xuni .inside-solution5-4 .smenu-3 ul>li:nth-child(3) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标3.png');
}

.xuni .inside-solution5-4 .smenu-3 ul>.active:nth-child(3) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标3-O.png');
}

.xuni .inside-solution5-4 .smenu-3 ul>li:nth-child(4) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标4.png');
}

.xuni .inside-solution5-4 .smenu-3 ul>.active:nth-child(4) .icon {
  background-image: url('/template/index/pc/images/虚拟仿真图标4-O.png');
}

.xuni .inside-solution5-4 .smenu-3 li .tit {
  line-height: 0.75rem;
  color: #333;
  cursor: pointer;
  font-size: 0.18rem;
  font-weight: 400;
}

.xuni .sbox-3 {
  padding: 0.3rem;
}

.xuni .smenu-3 {
  margin-top: 0.5rem;
}

.xuni .smenu-3>ul>li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.xuni .smenu-3>ul>li .icon {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0;
  margin-right: 0.1rem;
}

.xuni .inside-solution5-6,
.xuni .inside-solution5-7,
.xuni .inside-solution1-6 {
  padding: 0.5rem 0;
}

.xuni .index-case .list li {
  width: 33.33%;
  float: left;
  padding: 0 0.1rem;
  padding-top: 0.2rem;
  /* position: relative; */
}

.xuni .index-case .list li {
  overflow: hidden;
}

.xuni .index-case .list li .text {
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: -0.3rem;
}

.xuni .index-case .list .index-more {
  /* display: block; */
  display: block;
  height: 0.32rem;
  width: 1.2rem;
  line-height: 0.32rem;
  opacity: 0;
  margin: 0 auto;
  margin-top: 0.3rem;
  border-radius: 0.3rem;
}

@media (min-width: 1025px) {
  .xuni .index-case .list li:hover .pic img {
    transform: scale(1.05);
  }

  .xuni .index-case .list li:hover .text {
    transition: all 0.5s;
    height: 40%;
    bottom: 0;
    /* padding-top: 0.6rem; */
    /* background: rgba(19, 107, 252, 0.5); */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0.3rem;
  }

  .xuni .index-case .list li:hover .tit {
    text-align: center;
    transition: all 0.5s;
    color: #fff;
    height: 0.3rem;
    overflow: inherit;
    margin-bottom: 0.2rem;
  }

  .xuni .index-case .list li:hover .txt {
    display: block;
    transition: all 0.5s;
    height: 0;
  }

  .xuni .index-case .list li:hover .index-more {
    display: block;
    margin-top: 0;
    transition: all 0.5s;
    height: 0.32rem;
    opacity: 1;
    width: 1.2rem;
    line-height: 0.32rem;
    border-radius: 0.3rem;
  }

  .xuni .index-more span {
    padding-left: 0.1rem;
    font-size: 0.14rem;
  }

  .xuni .index-more i {
    margin-left: 0.1rem;
  }
}

.xuni .inside-solution1-1 .item {
  padding: 0.15rem;
}

.xuni .inside-solution1-1 .item .pic {
  width: 50%;
  height: 100%;
  text-align: right;
}

.xuni .inside-solution1-1 .item .text {
  margin-top: 0.5rem;
}

.xuni .inside-solution5-1 .text {
  background-color: #697FFF;
  color: #fff;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}

.xuni .inside-solution5-4 .smenu-3 li {
  padding: 0.2rem 0;
}

.xuni .fixednavway {
  top: 70px;
  left: 0;
  height: 0.8rem !important;
  width: 100%;
  padding: 0 12%;
  background: #fafafa;
  animation: all 3s fadeInUp2 ease;
  z-index: 11;
  position: fixed;
  margin-top: 0;
}

.xuni .fixednavway p {
  white-space: nowrap;
}

.xuni .titlebox .text {
  margin-top: 0.2rem;
}

.xuni .inside-solution5-4 {
  background-color: #F3F4FB;
  padding: 0.5rem 0;
}

.xuni .inside-solution5-4 .smenu-3 ul {
  padding-top: 0;
}

.yuanze li>div:hover {
  box-shadow: 0 0 15px 2px #5d44fd37;
}

.xuni .vcenter {
  width: 100%;
  height: 100%;
}

.xuni .inside-solution5-5 .list ul {
  display: flex;
  justify-content: space-between;
}

.xuni .inside-solution5-5 .list li {
  padding: 0;
  width: 31%;
}

.xuni .inside-case {
  padding-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.shuzi .inside-pshow-2 {
  padding: 0.5rem 0;
}

.shuzi .inside-pshow-2 .inside-title-3 {
  margin-bottom: 0.2rem;
}

.shuzi .inside-pshow-3 {
  padding: 0.5rem 0;
}

.shuzi .inside-solution1-1 {
  padding-top: 0.6rem;
}

.shuzi .inside-solution1-4 {
  padding: 0.5rem;
}

.shuzi .inside-title-3 {
  margin-bottom: 0.5rem;
}

.shuzi .tongdian {
  justify-content: space-between;
}

.shuzi .tongdian li {
  float: left;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 24% !important;
  background: #eef5ff;
  overflow: auto;
  transition: all 500ms ease;
  height: 2.4rem !important;
  background-color: #fff;
  padding: 0;
  border: 1px solid #fff;
  transition: all 1s;
  background-image: url(/template/index/pc/images/智慧水利鼠标划过图片.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.shuzi .tongdian li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.25rem;
}

.shuzi .tongdian li .box>img {
  height: 0.4rem;
}

.shuzi .tongdian li .box .item {
  min-height: 0;
  margin-top: 0;
}

.shuzi .tongdian li .box .item .t1 {
  text-align: center;
}

.shuzi .tongdian .bt {
  color: #333;
  margin-top: 0.4rem;
}

.shuzi .tongdian .item {
  display: flex;
  flex-direction: column;
}

.shuzi .tongdian .item p {
  margin: 0.1rem;
}

.shuzi .tongdian li:hover {
  box-shadow: 0 0 15px 2px #5d44fd37;
}

.youshi li .item:hover {
  box-shadow: 0 0 15px 2px #5d44fd37 !important;
}

.xuni .inside-solution5-2 {
  padding: 0.5rem 0;
}

.xuni .inside-solution1-1 {
  padding: 0.5rem 0;
}

.product .inside-page {
  margin-bottom: 0.3rem;
}

.xuni .counpic {
  height: 3rem;
}

.xuni .inside-solution1-1 .item .counpic {
  height: 3rem !important;
}

.xuni .inside-solution1-1 .item .counpic img {
  height: 100%;
}

.show_box {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.show_box>img {
  position: absolute;
  width: 70%;
  height: 50%;
  right: 0;
  left: 0;
  top: 28%;
  margin: auto;
}

.show_box>.close {
  position: absolute;
  width: 70%;
  height: 50%;
  right: 0;
  left: 0;
  top: 20%;
  margin: auto;
  width: 0.5rem;
  opacity: 0.6;
  cursor: pointer;
  margin-bottom: 0.1rem;
}

.show_box>.close:hover {
  opacity: 1;
  transition: all 0.5s;
}

.xuni .inside-solution5-5 .list ul {
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.xuni .inside-solution1-6 li .txt {
  line-height: 0.25rem;
}

.xuni .inside-solution1-6 li .text {
  padding: 0.1rem;
}

.xuni .inside-solution5-3 {
  padding: 0.5rem 0;
}

.xuni .inside-solution5-3 .smenu-2 li .tit {
  white-space: nowrap;
}

.xuni .schemebox>li>.item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.xuni .schemebox>li>.item>.pic {
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
}

.xuni .schemebox>li>.item>.pic>img {
  width: 100%;
  height: 100% !important;
  position: relative;
}

.xuni .schemebox>li>.item>.text {
  border-bottom: 1px solid #f8f8f8;
  padding: 0 0.1rem;
}

.xuni .schemebox>li>.item>.text .txt {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.1rem;
  font-size: 0.145rem;
  margin-top: 0;
}

.xuni .schemebox>li>.item>.icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
  align-self: start;
  margin: 0 0;
}

.xuni .inside-solution1-6 li .txt {
  height: auto;
}

.xuni .inside-solution1-6 li .tit {
  margin-top: 0.05rem;
}

.video .inside-video li .txt>ul {
  display: flex;
  flex-direction: column;
}

.video .waterbox {
  display: flex;
  flex-wrap: wrap;
}

.video .waterbox>li {
  width: 49.5%;
}

.video .waterbox>li>.item {
  display: flex;
  flex-direction: column;
}

.video .waterbox>li>.item .pic {
  width: 100%;
}

.video .waterbox>li>.item .pic>video {
  width: 100%;
}

.video .waterbox>li>.item .pic:after {
  padding-bottom: 0;
}

.video .waterbox>li ul {
  display: flex;
  flex-direction: column;
  padding: 0 0.3rem;
  box-sizing: border-box;
  width: 100%;
}

.video .waterbox>li ul>li {
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 3px;
  width: 100%;
  overflow-x: none;
}

.zhihui .footer {
  top: 0;
  z-index: 10;
}

.zhihui .youshibox .container {
  padding: 0.3rem 0;
}

.zhihui .youshi {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}

.zhihui .youshi li {
  transition: all 0.8s;
  width: 32%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.2rem 0;
  padding: 0.3rem;
  border: solid 2px #fff;
  background: #eef5ff;
  overflow: auto;
  transition: all 500ms ease;
  box-shadow: inset 0 0 0.2rem rgba(40, 120, 252, 0.15);
}

.zhihui .youshi li .bt {
  font-size: 0.3rem;
  color: #333;
}

.zhihui .youshi li .item {
  display: flex;
  flex-direction: column;
}

.zhihui .youshi li .item>p {
  margin: 0.1rem 0;
}

.zhihui .youshi li:hover {
  box-shadow: 0 0 15px 2px #5d44fd37;
}

.case_box .anlibox {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}

.case_box .anlibox>.anli_left {
  width: 65%;
  position: relative;
}

.case_box .anlibox>.anli_left>.nav_imgbox:hover>.left_box,
.case_box .anlibox>.anli_left>.nav_imgbox:hover .right_box {
  opacity: 0.8;
}

.case_box .anlibox>.anli_left>.nav_imgbox {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 0;
  height: 0.8rem;
  position: relative;
  border: 2px solid #f8f8f8;
}

.case_box .anlibox>.anli_left>.nav_imgbox>.left_box,
.case_box .anlibox>.anli_left>.nav_imgbox .right_box {
  background-color: #f8f8f8;
  position: absolute;
  width: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.case_box .anlibox>.anli_left>.nav_imgbox>.left_box {
  left: 0;
}

.case_box .anlibox>.anli_left>.nav_imgbox>.right_box {
  right: 0;
}

.case_box .anlibox>.anli_left>.nav_imgbox>div {
  height: 100%;
}

.case_box .anlibox>.anli_left>.nav_imgbox>div img {
  height: 100%;
  width: 100%;
}

.case_box .anlibox>.anli_right {
  background-color: #f8f8f8;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0.1rem;
}

.case_box .anlibox>.anli_right>.img_box {
  height: 1.7rem;
  min-height: 0;
}

.case_box .anlibox>.anli_right>span:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
}

.case_box .anlibox>.anli_right>span:nth-child(2)>span {
  color: #333;
  font-size: 14px;
  margin-bottom: 0.05rem;
  display: flex;
  align-items: center;
}

.case_box .anlibox>.anli_right>span:nth-child(2)>div {
  padding: 0.05rem 0.1rem;
  background-color: #1265EE;
  font-size: 14px;
  border-radius: 15px;
  margin-bottom: 0.05rem;
  display: flex;
  align-items: center;
}

.tongdian,
.fangan {
  display: none;
}

.zhihui .inside-pshow-3-1 .text p span {
  white-space: wrap !important;
}

.zhihui .inside-solution1-4 {
  padding: 0.6rem 0;
  background-color: #fff;
  background-image: none !important;

}

.zhihui .yyfx li {
  width: 50%;
  text-align: left;
  display: flex;
  align-items: center;

}

.zhihui .yyfxbox .cicle_box {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2CA6E0;
  margin-right: .05rem;

}

.zhihui .yyfxcontent {
  padding: 0.8rem 0;
}

.zhihui .yyfxcontent {
  background-image: url(/template/index/pc/images/平台应用方向-大背景.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.yyfxcontent .inside-title-3 {
  color: #fff;
}

.zhihui .yyfx li span {
  white-space: nowrap;
}

.zhihui .yyfxbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #333;
  justify-content: center;
  align-items: center;
}

.zhihui .yyfxbox>li {
  width: 100%;
  height: 3.3rem;
  background-image: url(/template/index/pc/images/小背景.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
  padding: 0 50px;

}

.zhihui .yyfxbox>li .item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
}

.fangxiang_title {
  display: flex;
}

.zhihui .yyfxbox>li .tu {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.zhihui .yyfxbox>li .tu span {
  white-space: nowrap;
}

.zhihui .yyfxlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.zhihui .yyfxlist li {
  display: flex;
  align-items: center;
  width: 50%;
}

.zhihui .yyfxbox>li .tu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20%;
}

.yyfxbox>li:last-child .yyfxlist li {
  height: 20%;
}

.zhihui .yyfxbox .fangxiang_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: .2rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: .3rem;
}

.zhihui .inside-solution1-4 li .bt {
  display: none;
}

.zhihui .yyfxbox .fangxiang_title img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.zhihui .yyfxbox>li .tu>img {
  width: 120px;
  height: 120px;
}

.zhihui .yyfxbox>li {
  margin-bottom: .2rem;
}

.zhihui .yyfxbox>li:hover {
  box-shadow: 0 0 15px 2px #5d44fd37;
}

.productBox>li {
  position: relative;
}

.productBox>li div {
  position: relative !important;
}

.productBox>li div {
  display: block !important;
}

.productBox>li .index-more {
  display: inline-block !important;
}

.yyfxlist {
  width: 60%;
  height: 100%;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: .2rem 0;
}

.yyfxlist li {
  height: 25%;
}

.yyfxlist li>img {
  margin-right: 0.05rem;
}

@media (max-width: 1023px) {
  .inside-solution1-1 .content_box {
    margin-top: 0;
  }

  .fixednavway {
    padding: 0;
    top: 60px;
    flex-wrap: wrap;
    height: 1.5rem !important;
  }

  .bg .smenu .list-paddingleft-2 li {
    width: 50%;
    padding: 0;
  }

  .inside-solution1-3 .container {
    width: 95%;
    padding: 0 10px;
  }

  .smartschool,
  .smartgarden,
  .smartcoal {
    flex-wrap: wrap;
  }

  .smartschool li,
  .smartgarden li,
  .smartcoal li {
    width: 100% !important;
    padding-top: 10px;
    height: 275px !important;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    height: auto;


  }


  .inside-solution1-5 .list li {
    position: relative;
    left: 0;
    top: 0;
  }

  .inside-solution1-4 li .item {}

  .smartwater>li:nth-child(1) {
    transform: translateX(0);
  }

  .smartwater {
    background-image: none;
  }

  .inside-solution1-6 li .icon {
    display: none;
  }

  .footer .listmenu li h3,
  .footer .listmenu li p {
    text-align: left;
  }

  .gardenways>li:nth-child(3),
  .gardenways>li:nth-child(6),
  .gardenways .center_box {
    display: none;
  }

  .xuni .inside-solution5-4 .smenu-3 li .icon {
    margin: 0;
    margin-top: 10px;
  }

  .xuni .inside-solution5-4 .smenu-3 li {
    margin-top: 0;
  }

  .xuni .inside-solution5-4 .smenu-3 li .tit {
    white-space: nowrap;
  }

  .xuni .inside-solution5-4 .smenu-3 li {
    width: 50%;
    text-align: left;
  }

  .xuni .inside-solution5-4 .smenu-3 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .xuni .left>p:nth-child(2) {
    font-size: 14px;
  }

  .xuni .titlebox .text {
    font-size: 14px;
  }

  .xuni #nav {
    display: block;
  }

  .xuni #nav>.container>ul {
    display: flex;
  }

  .xuni .inside-solution1-1 .item .text {
    margin-top: 0.2rem;
  }

  .xuni .inside-solution5-1 .text {
    padding-top: 0 !important;
    padding: 10px !important;
  }

  .zhihui .yyfxbox {
    display: flex;
    flex-direction: column;
  }

  .zhihui .yyfxbox li {
    width: 100%;
    margin-bottom: 20px;
    padding: .2rem 0;
  }

  .zhihui .yyfxbox>li .item {
    flex-direction: column;
    padding: .2rem 0;
  }

  .zhihui .yyfxbox>li .item .tu {
    width: 100%;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zhihui .yyfxbox>li .item .tu>img {
    height: 1rem;
  }

  .zhihui .yyfxbox>li .tu span {
    text-align: center;
  }

  .zhihui .yyfxbox>li .tu {
    height: 80px;
  }

  .zhihui .yyfxbox .fangxiang_title {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-right: .8rem;
  }

  .zhihui .yyfxbox>li .tu img {
    /* height:.5rem;
    width: .5rem; */
  }

  .zhihui .yyfxlist {
    width: 100%;
  }

  .zhihui .yyfxbox>li .item .tu>img {
    height: 2rem;
    width: auto;
  }

  .zhihui .yyfxlist li {
    box-sizing: border-box;
    padding-left: .4rem;
  }

  .zhihui .yyfxlist {
    margin-top: .5rem !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .zhihui .inside-solution1-4 {
    padding: .3rem 0;
  }

  .zhihui .yyfxlist li {
    margin-bottom: 0px;
    width: 50%;
  }

  .yyfxbox>li:last-child .yyfxlist li {
    margin-bottom: 0;
  }

  .zhihui .yyfxlist {
    height: 3rem;
  }

  .zhihui .yyfxbox>li {
    height: auto;
  }

  .zhihui .inside-solution1-4 li {
    margin-bottom: 10px;
  }

  .banner .t1 span {
    font-size: 14px;
  }

  .shuziluansheng>span:first-child {
    font-size: 20px !important;
  }

  .index-partner .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .banner .pic {
    height: 240px;
  }

  .banner .pic a {
    height: 240px;
    display: block;
  }

  .slick-slide .ph img {
    height: 240px;

  }

  .jianjiebox>.container>.pic {
    height: 55%;
  }

  .threesixty .nav_bar {
    right: 0px;
  }

  .banner-right .threesixty {
    width: 290px !important;
    height: 360px !important;
    right: -119px;
    top: -10px;
  }

  .banner .item {
    width: 65%;
  }

  .index-case .container .more {
    line-height: 28px;
    margin-top: 35px;
    margin-right: 20px;
  }

  .index-case .list .text {
    background: linear-gradient(to bottom, #33333300, #000000e7);
  }

  .productBox li {
    width: 100% !important;
    border: 1px solid #d7d7d7;
    margin: 0 0.25%;
  }

  .productBox>li .text {
    background: transparent !important;
    color: #333 !important;
  }

  .xuni .inside-solution5-3 .smenu-2 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .xuni .inside-solution5-3 .smenu-2 ul li {
    width: 50%;
  }

  .shuzi .inside-solution1-8 .list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .shuzi .tongdian li {
    width: 100% !important;
    height: 2.8rem !important;
    margin-bottom: 10px;
  }

  .video .waterbox>li {
    width: 99%;
    margin: auto;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
  }

  .xuni .inside-solution5-4 .smenu-3 li .icon {
    display: none;
  }

  .inside-solution5-4 .scot-3 .left {
    margin-bottom: 10px;
  }

  .inside-case-show .item img {
    height: auto !important;
  }

  .footer .top {
    display: none !important;
  }

  .show_box {
    display: none !important;
  }

  .navM .navMWrap>.list .title {
    text-align: left;
  }

  .shuzi .tongdian li .box {
    overflow: hidden;
    padding-right: 0;
  }

  .shuzi .footbox .clearfix {
    padding: 0;
  }

  .shuzi .tongdian li {
    overflow: hidden;
  }

  .productBox li {
    margin-bottom: 20px;
  }

  .shuzi .tongdian .item p {
    text-align: justify;
  }

  .left .index-title {
    position: absolute;
    left: -1%;
    top: -31%;
  }

}

.productBox>li .txt {
  display: none !important;
}