* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
html,
body {
  position: relative;
  height: 100%;
}
html {
  background-color: #22252a;
  background-size: cover;
}
body {
  font-family: "Noto Sans S Chinese", "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
strong,
td,
textarea,
th,
ul {
  font-family: "Noto Sans S Chinese", "PingFang SC", "Microsoft YaHei";
}

a,
img {
  border: 0;
}
table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}
/* 轮播图部分 */
.banner-video {
  width: 100%;
  height: 100%;
  background: url(../image/banner_01.png);
}
.banner-video video {
  width: 100%;
}
.banner-video video source {
  width: 100%;
  height: 100%;
}
/* 以上是视频高度 */
.swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: auto;
}
.swiper-slide.foot,
footer {
  height: auto;
  background: #fff;
  text-align: center;
  border: none !important;
}

.banner-box {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-cut {
  width: 1000%;
  height: auto;
}
.banner-bin {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  background: #000 center no-repeat;
  background-size: cover;
  position: relative;

  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; */

  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center; */
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center; */
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
}

.banner-pager {
  position: absolute;
  height: 3px;
  line-height: 0;
  /* top: 84%; */
  top: 80%;
  bottom: auto !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

/* 轮播图下标 */
.swiper-pagination-bullet {
  background: #ffffff;
}
.banner-pager .swiper-pagination-bullet {
  width: 3px;
  height: 10px;
  position: relative;
  line-height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.6;
}

.banner-pager .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  background: #fff;
}

.swiper-container-horizontal > slide .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}

.banner-pager .swiper-pagination-bullet-active {
  background: #fff;
  width: 3px;
  height: 24px;
  opacity: 1;
}
/* 轮播上面的文字 */
.banner-video .bg {
  position: absolute;
  text-align: center;
  color: #ffffff;
  top: 35%;
  left: 38%;
  z-index: 100;
  transform: translate(-21%, 0);
  -moz-transform: translate(-21%, 0);
  -ms-transform: translate(-21%, 0);
  -o-transform: translate(-21%, 0);
  -webkit-transform: translate(-21%, 0);
}
.banner-bin .title {
  position: absolute;
  text-align: center;
  color: #ffffff;
  top: 48%;
  left: 40%;
  transform: translate(-21%, 0);
  -moz-transform: translate(-21%, 0);
  -ms-transform: translate(-21%, 0);
  -o-transform: translate(-21%, 0);
  -webkit-transform: translate(-21%, 0);
}
/* 轮播上面的文字20230308 */
.banner-font1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 67px;
  padding-bottom: 8px;
}
.banner-font2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.banner-bin .title-left {
  position: absolute;
  text-align: left;
  color: #ffffff;
  top: 44%;
  left: 20%;
  transform: translate(-21%, 0);
  -moz-transform: translate(-21%, 0);
  -ms-transform: translate(-21%, 0);
  -o-transform: translate(-21%, 0);
  -webkit-transform: translate(-21%, 0);
}
.banner-bin img {
  opacity: 0.9;
}
.banner-bin .backImg {
  width: 100%;
  display: inline-block;
  height: auto;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
.banner-bin .backImg.active {
  transform: scale(1.2);
}

.banner-bin h3 {
  font-size: 72px;
  line-height: 100px;
}
.banner-bin h4 {
  font-size: 48px;
  line-height: 67px;
}
.banner-bin h5 {
  font-size: 32px;
  line-height: 45px;
}
.banner-bin p {
  font-size: 16px;
  line-height: 22px;
}
.banner-bin .title-left p {
  margin-top: 24px;
}
/* 最新的样式 */
/* bannner 图上面的文字适配 */
@media (max-width: 768px) {
  .swiper-slide {
    font-size: 14px;
  }
  .banner-new {
    top: -18px;
  }
  .banner-bin h3 {
    font-size: 32px;
    line-height: 56px;
  }
  .banner-bin h4 {
    font-size: 28px;
    line-height: 46px;
  }
  .banner-bin h5 {
    font-size: 16px;
    line-height: 32px;
  }
  .banner-bin p {
    font-size: 14px;
    line-height: 28px;
  }
  .banner-bin .title-left p {
    margin-top: 0px;
  }
  /* bannner 20230308添加 */
  .banner-font1 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-font2 {
    font-size: 12px;
  }
  /* bannner 20230308 end */
}
@media (max-width: 480px) {
  .swiper-slide {
    font-size: 14px;
  }
  .banner-new {
    top: -18px;
  }
  .banner-bin .title-left {
    top: 30%;
    left: 25%;
  }
  .banner-bin h3 {
    font-size: 32px;
    line-height: 56px;
  }
  .banner-bin h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .banner-bin h5 {
    font-size: 16px;
    line-height: 32px;
  }
  .banner-bin p {
    font-size: 12px;
    line-height: 20px;
  }
  .banner-bin .title-left p {
    margin-top: 0px;
  }
  /* bannner 20230308添加 */
  .banner-font1 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .banner-bin h3 {
    font-size: 50px;
  }
  .banner-bin p {
    font-size: 16px;
  }
}

@media (min-width: 1080px) {
  .banner-bin .title {
    top: 32%;
  }
  .banner-bin .title-left {
    top: 30%;
    left: 44%;
  }
  .banner-bin h3 {
    font-size: 74px;
  }
  .banner-bin p {
    font-size: 20px;
  }
}

@media (min-width: 1150px) {
  .banner-bin .title {
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .banner-bin .title-left {
    left: 44%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
@media (min-width: 1700px) {
  .banner-bin .title h3 {
    font-size: 96px;
  }
  .banner-bin .title p {
    font-size: 24px;
  }
  .banner-bin .title h3 {
    font-size: 96px;
  }
}

.cx-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 70%;
}

.feature-title {
  max-width: 67%;
  z-index: 9999;
}

@media (min-width: 1160px) {
  .cx-title {
    max-width: 450px;
  }
  .feature-title {
    max-width: 400px;
  }
}

@media (min-width: 1700px) {
  .cx-title {
    max-width: 450px;
  }
  .feature-title {
    max-width: 500px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.leftUp .backImg {
  -webkit-animation-name: leftUp;
  animation-name: leftUp;
}
@-webkit-keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
@keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}

.moveRight .backImg {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
}
@-webkit-keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
@keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}

.moveDown .backImg {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}
@-webkit-keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
@keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}

.centerBig .backImg {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}
@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.3, 1.3);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.3, 1.3);
  }
}

.rightDownBig .backImg {
  -webkit-animation-name: rightDownBig;
  animation-name: rightDownBig;
}
@-webkit-keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
@keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
.banner-video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/video-before-1.png) no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
/* banner图下面的新闻 */

.banner-new {
  position: relative;
  top: -50px;
  min-height: 110px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;

  cursor: pointer;
  z-index: 10;
}
.banner-newposition {
  height: 100%;
  min-height: 110px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner-new-border {
  width: 2px;
  height: 40px;
  background: #dcdcdc;
}
.banner-new-div {
  flex: 1;
  display: block;
  float: left;
  position: relative;
  max-height: 120px;
  /* overflow: hidden; */
}
.banner-new-div p {
  float: left;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
}
.banner-new-div p:first-child {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 25%;
  min-width: 80px;
  padding: 16px 24px;
  text-align: right;
}
.banner-new-div p:last-child {
  padding: 20px 10px 20px 86px;
}
.banner-new-div p:first-child span:first-child {
  font-size: 18px;
  color: #999999;
  line-height: 13px;
  margin-bottom: 10px;
}
.banner-new-div p:first-child span:last-child {
  font-size: 32px;
  color: #00a4ff;
  line-height: 24px;
}
.banner-new-div p:last-child {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
@media (max-width: 768px) {
  .banner-new {
    display: none;
  }
}

/* 领先的一站式认知智能平台与服务商 */
.ideology {
  padding-bottom: 30px;
}
.title-middle {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #333;
  margin: 4% 0 2%;
  position: relative;
}
.title-middle span:nth-of-type(2) {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
  opacity: 0.05;
  position: absolute;
  left: 46%;
  top: -63%;
}
.ideology-ul {
  margin: 6% 0;
}

.ideology-ul li h5 img {
  padding-bottom: 6%;
}
.ideology-ul li h5 strong {
  display: flex;
  flex-direction: column;
}
.ideology-ul li h5 strong span:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.ideology-ul li h5 strong span:nth-of-type(2) {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .title-middle {
    font-size: 20px;
  }
  .title-middle span:nth-of-type(2) {
    font-size: 20px;
    left: 45%;
    top: -63%;
  }
  .ideology-ul li p {
    font-size: 12px;
  }
}

/* 领先的一站式认知智能平台与服务商 end*/
/* 三大产品  */
.product {
  background-image: url("https://img.alicdn.com/imgextra/i4/79511926/O1CN01fCHtzJ1Q69eIsPzv9_!!79511926.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.product-p {
  text-align: left;
  width: 50%;
  margin: 0 auto;
  color: #999999;
  text-indent: 2em;
  padding-bottom: 2%;
}
.product-div {
  display: flex;
  justify-content: space-around;
  -webkit-animation: rotateForEver 4s linear 0s infinite;
  -moz-animation: rotateForEver 4s linear 0s infinite;
  -o--animation: rotateForEver 4s linear 0s infinite;
  animation: rotateForEver 4s linear 0s infinite;
}
.product-text {
  width: 100%;
  position: relative;
  flex-grow: 2;
  flex-shrink: 1;
}
.product-text-div1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.product-text-div2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
}
.product-text1 {
  height: 56%;
  width: 32%;
  margin: 0 auto;
}
.product-text2 {
  height: 22%;
  width: 60%;
  margin: 0 auto;
}
.product-text3 {
  height: 24%;
  width: 100%;
  margin: 0 auto;
}
.product-text .product-text-div1 .display-show {
  display: block;
}
.product-img1 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.product-img2 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.product-img3 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
/* hover 效果两边显示的文字 */
.product-div-left,
.product-div-right {
  flex-grow: 0;
  flex-shrink: 1;
}
.product-div ul {
  display: none;
}
.product-div .display-show {
  display: block;
}
.product-div ul li {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
}
.product-div ul li a {
  padding: 20px;
}
.icon-none {
  display: none;
}
.icon-right {
  float: right;
}
.product-div ul li:hover .icon-none {
  display: inline-block;
}
.product-div ul li:hover .icon-block {
  display: none;
}
.product-div ul li:hover {
  background: rgba(32, 138, 243, 1);
  color: #fff;
  opacity: 1;
}
.product-div ul li:hover strong span {
  color: #fff;
  opacity: 1;
}
.product-div ul li:hover p {
  color: #fff;
}
.product-div ul li a {
  display: block;
}

.product-mouse-div {
  width: 100%;
  height: 100px;
  position: relative;
}
.product-mouse {
  width: 100%;
  height: 43px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  z-index: 1;
  zoom: 0.7;
}
.product-mouse span {
  text-align: center;
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  animation: ani-svg 0.85s linear 0s alternate infinite;
  margin: 0 auto;
}
@keyframes ani-svg {
  0% {
    opacity: 0.4;
    transform: translateY(-20px);
  }

  15% {
    opacity: 0.65;
    transform: translateY(-15px);
  }

  25% {
    opacity: 0.8;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  65% {
    opacity: 0.8;
    transform: translateY(5px);
  }

  75% {
    opacity: 0.65;
    transform: translateY(10px);
  }

  100% {
    opacity: 0.4;
    transform: translateY(15px);
  }
}
@media screen and (min-width: 767px) {
  .product-div {
    min-height: 392px;
  }
}
@media screen and (max-width: 767px) {
  .display-txt-none {
    display: none;
  }
  .product-div ul li {
    padding: 4px;
    margin: 0 2px 4px 2px;
  }
  .product-div ul li img {
    width: 20%;
    display: block;
  }
  .product-div ul li strong {
    font-size: 12px;
  }
  .product-p {
    width: 80%;
    font-size: 12px;
  }
  .product-div ul li strong span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

ul li a .icon-right {
  text-align: center;
  position: relative;
  animation: ani-icon 0.85s linear 0s alternate infinite;
  margin: 0 auto;
}
@keyframes ani-icon {
  0% {
    opacity: 0.4;
    transform: translateX(-20px);
  }

  15% {
    opacity: 0.65;
    transform: translateX(-15px);
  }

  25% {
    opacity: 0.8;
    transform: translateX(-10px);
  }

  50% {
    opacity: 1;
    transform: translateX(0);
  }

  65% {
    opacity: 0.8;
    transform: translateX(5px);
  }

  75% {
    opacity: 0.65;
    transform: translateX(10px);
  }

  100% {
    opacity: 0.1;
    transform: translateX(15px);
  }
}
/* 各个产品上面的文字 */
.product-div ul li div:nth-of-type(1) {
  float: left;
}
.product-div ul li div:nth-of-type(2) {
  float: left;
  margin-left: 12px;
}
.product-div ul li div:nth-of-type(2) span {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  opacity: 0.6;
}
.product-div ul li:hover div:nth-of-type(2) span {
  color: #fff;
  opacity: 1;
}
.product-div ul li div:nth-of-type(3) {
  float: right;
}
.product-div ul li a p {
  white-space: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三大产品 end */
/* 行业痛点 */
.p-t {
  padding-top: 30px;
}
.solution {
  padding: 80px 0 0;
  overflow: hidden;
}
.x-bar {
  overflow: hidden;
}
.x-menu {
  color: #999;
  height: 50px;
  margin: auto;
  width: 360px;
  border-bottom: 1px solid #f3f3f3;
}
.xpad div:nth-of-type(1) {
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  color: #ffffff;
  margin-top: 10px;
}
#XMenuSign {
  width: 120px;
  height: 2px;
  background: #6a8def;
  position: relative;
  top: -1px;
}
#xMenuContent {
  position: relative;
}
#xMenuContent div {
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.x-menusel {
  color: #6ca2e5;
  border-bottom: 2px solid #6a8def;
  transition: all 0.05s ease-in-out 0.4s;
  -webkit-transition: all 0.05s ease-in-out 0.4s;
  -moz-transition: all 0.05s ease-in-out 0.4s;
  -o-transition: all 0.05s ease-in-out 0.4s;
  -ms-transition: all 0.05s ease-in-out 0.4s;
}

.x-content {
  padding-top: 80px;
}

.x-conimg {
  position: relative;
}
.x-conimg img {
  position: absolute;
}

.x-conmsg {
  position: absolute;
  background: rgba(32, 138, 243, 0.8);
  color: #fff;
  z-index: 5;
  top: -20px;
}
.x-conmsgc li {
  float: left;
  line-height: 30px;
  width: 30%;
  margin: 0 7% 3% 0;
  border: 1px solid rgba(255, 255, 255, 1);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .x-conmsgc li {
    width: 28%;
    margin: 0 1% 3% 0;
  }
}
.x-conmsgc li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.x-conmsgc li a:hover {
  background: #fff;
  color: #2a78c5;
}
@media (min-width: 768px) and (max-width: 992px) {
  .x-menu {
    width: 400px !important;
  }
  #xMenuContent div {
    width: 82px !important;
  }
}
/* 解决手机端国防解决方案显示不全的问题 */
@media screen and (min-width: 480px) {
  #solution-max-768 {
    display: block;
  }
  #solution-min-768 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #solution-min-768 {
    display: block;
  }
  #solution-max-768 {
    display: none;
  }
}

/* 行业痛点 end*/

/* 携手行业 */
/* .partner {
} */
.partner > li {
  width: 100%;
  display: flex;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 4px;
}
.partner-li-left {
  width: 51%;
  display: flex;
  flex-direction: column;
  padding: 40px 0px 40px 40px;
}
.partner-li-left img {
  width: 36%;
  max-width: 225px;
  max-height: 70px;
  padding-bottom: 4%;
}
.partner-li-left .width-65 {
  max-width: 65.39px;
  max-height: 69.74px;
}
.partner-li-left h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  color: #333;
}
.partner-li-left strong {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
  padding-bottom: 24px;
}
.partner-li-left a {
  display: block;
  background: rgba(255, 255, 255, 1);
  color: #208af3;
  padding: 11px 0;
}
.partner-li-left a > span {
  border: 1px solid rgba(32, 138, 243, 1);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 11px 16px;
}
.partner-li-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
  margin: 24px 0 0;
}
.partner-li-right {
  width: 49%;
  padding: 40px;
}
.partner-left-ul {
  display: flex;
}
.partner-left-ul > div {
  display: flex;
  flex-direction: column;
}
.partner-left-ul > div:nth-of-type(2) {
  padding: 0 20px;
}
.partner-left-ul > div > h6:nth-of-type(1) {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #208af3;
  text-align: center;
}
.partner-left-ul > div:nth-of-type(2) > h6:nth-of-type(1) {
  padding: 0 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.partner-left-ul > div h6:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-align: center;
}
/* 新加样式 */
.partner-fluid {
  background: #fafafa;
  padding-bottom: 40px;
}
.partner-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.prev,
.next {
  width: 82px;
  height: 100px;
  background: url("../image/icon-row.png") 0px 0px no-repeat;
  position: absolute;
  left: -2%;
  top: 45%;
  cursor: pointer;
}
.next {
  right: -5%;
  left: auto;
  background-position: -116px 0px;
}

.prev:hover {
  background-position: 0 -119px;
}

.next:hover {
  background-position: -116px -119px;
}
@media screen and (max-width: 768px) {
  .next {
    right: -2%;
  }
}
@media screen and (max-width: 480px) {
  .next {
    right: -8%;
  }
}
@media screen and (max-width: 767px) {
  .partner-li-left {
    width: 100%;
    padding: 10px 2px 10px 10px;
  }
  .partner-li-right {
    display: none;
  }
}
/* 携手行业 end */
/* 图片滚动 */

.titbox {
  font-size: 18px;
  color: #3366cc;
  height: 32px;
  overflow: hidden;
  width: 100%;
  margin: 20px auto;
}

.fluids {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  padding-top: 40px;
}
.home-cases-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 300;
}
.home-cases-title span {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 2%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .home-cases-title span {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
  }
}
/* 121 */
.img-one {
  margin: 0 auto;
  height: 70px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}
.img-one ul {
  height: 70px;
  width: 100000px;
  position: absolute;
  left: 0;
} /*ul width的宽不能过小*/
.img-one ul li {
  display: block;
  float: left;
  height: 70px;
  position: relative;
}
.img-one ul li img {
  display: inline-block;
  height: 70px;
}
/* 图片滚动 end*/
/* 资质照片 */
.aptitude img {
  width: 100%;
}
/* 资质照片 end*/
/* 解决方案部分 */

/* 解决方案部分 end */
.width-no-div {
  height: 2px;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  background: #fafafa;
}
.width-no {
  display: block;
  background: #e8e8e8;
  margin: 0 auto;
}
/* 当大于1200时 写的一套固定高度 */
@media screen and (min-width: 1200px) {
  .product-div {
    width: 1292px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
  }
  .product-text {
    width: 630px;
    height: 473px;
    margin: 0 0.8%;
    float: left;
  }
  .product-text-div1 {
    width: 630px;
    height: 473px;
  }
  .product-div-left {
    height: 527px;
    width: 320px;
    float: left;
    /* transition: all 2s; */
  }
  .product-div-right {
    width: 320px;
    float: right;
  }
  .product-div ul li {
    min-width: 320px;
    min-height: 135px;
    margin-bottom: 40px;
    padding: 0;
  }
  .product-div ul li h5 {
    margin-bottom: 12px;
  }

  .title-middle {
    margin: 80px 0 40px;
  }
  .solution .title-middle {
    margin: 40px 0 40px;
  }
  .x-conmsgc li {
    width: 170px;
    height: 42px;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .x-conmsgc li:nth-of-type(2) {
    margin-left: 40px;
    margin-right: 40px;
  }
  .x-conmsgc li:nth-of-type(5) {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xpad {
    padding: 53px 60px 0 60px !important;
  }
  .partner-li-left {
    position: relative;
  }
  .partner-li-left img {
    widows: 247px;
    height: 66px;
    margin-bottom: 39px;
  }
  .partner-li-left h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .partner > li {
    height: 565px;
  }
  .partner-left-ul {
    position: absolute;
    bottom: 40px;
  }
  .partner-left-ul > div:nth-of-type(2) > h6:nth-of-type(1) {
    padding: 0 40px;
  }
  .partner-left-ul > div > h6:nth-of-type(1) {
    margin-bottom: 4px;
  }
  .width-no {
    width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .product-text {
    max-width: 433px;
  }
  .width-no {
    width: 80%;
  }
  .product-div ul li {
    max-width: 342px;
    max-height: 135px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .swiper-slide {
    /* height: 500px; */
  }
  .banner-video .bg {
    left: 33%;
  }
}
@media screen and (max-width: 992px) {
  .banner-bin .title {
    top: 30%;
    left: 33%;
  }
  .banner-pager {
    top: 84%;
  }
  .banner-pager {
    display: none;
  }
  .banner-new-div p:first-child span:first-child {
    font-size: 14px;
    line-height: 14px;
  }
  .product-div ul li div:nth-of-type(1) {
    display: none;
  }
  .product-div ul li div:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
  .banner-bin .title {
    top: 36%;
    left: 30%;
  }
  .product-div-left {
    width: 0;
    opacity: 0;
  }
  .product-div-right {
    width: 0;
    opacity: 0;
  }
  .ideology-ul li {
    margin-bottom: 4%;
  }
  .title-middle span:nth-of-type(2) {
    left: 37%;
  }
  .product-mouse-div {
    height: 42px;
  }
  .product-mouse {
    top: 10px;
  }
  .product-text-div1 {
    height: 74%;
  }
  .product-text-div2 {
    height: 74%;
  }
  /* 解决方案部分 */
  .xpad div:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    margin-top: 10px;
  }
  .x-conmsgc li {
    float: left;
    line-height: 14px;
    width: auto;
    margin: 0 2% 3% 0;
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
  }
  .x-conmsgc li a {
    display: block;
    padding: 2px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
  }
  .p-t {
    padding-top: 20px;
  }
  .none-480 {
    display: none;
  }
  .partner-li-left p {
    margin-top: 0;
  }
  .partner-left-ul {
    margin-top: 10px;
  }
  .partner-fluid {
    padding-bottom: 20px;
  }
  /* 服务用户部分 */
  .fluids {
    padding-top: 0;
  }
  .img-one ul {
    height: 30px;
  }
  .img-one ul li {
    height: 30px;
  }
  .img-one ul li img {
    height: 30px;
  }
  .img-one {
    height: 30px;
    margin-bottom: 0;
  }
}
